@charset "UTF-8";

/*category large-R,S*/
#category-patarn {
  max-width: 1000px;
  margin: 0 auto;
}

#category-patarn h1,
.item-details h1 {
  background: #eeee;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 2.6rem;
  margin: 0 auto 20px;
}

.cate-mv {
  margin: 0 auto 20px;
}

.cate-mv img,
.worries_case img,
.cate-dobble img,
.cate-mixed img,
.cate_recomitem img,
.about-material img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cate-mv p:not(:last-child) {
  margin-bottom: 20px;
}

.index-tit {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.table_of_contents {
  margin: 0 auto 50px;
  width: 100%;
}

.table_of_contents>ul {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 20px 2%;
}

.table_of_contents span {
  font-weight: bold;
}

.table_of_contents a {
  background: url(../img/un-arrow.svg) no-repeat 95% 24px #fff;
  padding: 5% 40px 5% 5%;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  display: block;
}

.table_of_contents>ul ul {
  margin: 10px 0 0 20px;
}

.table_of_contents>ul:not(:last-of-type) {
  margin-bottom: 40px;
}

.category-worries_case,
.category-section {
  margin: 0 auto 50px;
  width: 100%;
}

#category-patarn .category-worries_case h2,
#category-patarn .category-section h2,
.item-details .category-worries_case h2,
.item-details .category-section h2 {
  background: #f7f7f7;
  padding: 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 20px;
}

.worries_case {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 20px 2%;
  margin: 30px auto;
}

.worries_case a {
  display: block;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 8%;
  border-radius: 6px;
  text-align: center;
}

.worries_case p {
  font-weight: bold;
}

.worries_case p:not(:last-of-type) {
  margin-bottom: 10px;
}

.cate-dobble {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 20px 4%;
  margin: 0 auto 40px;
}

.cate-mixed {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-template-areas: 1fr auto;
  gap: 20px 4%;
  margin: 0 auto 40px;
}

.cate-mixed--tex {
  grid-column: 1/3;
}

#category-patarn .category-section h3,
.item-details .category-section h3 {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

#category-patarn .category-section h3::after,
.item-details .category-section h3::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 24%;
  height: 2px;
  background: #f7b700;
}

#category-patarn .category-section h4,
.item-details .category-section h4 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 20px 20px;
  margin-bottom: 30px;
  position: relative;
}

#category-patarn .category-section h4::after,
.item-details .category-section h4::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #f7b700;
}

.staffvoice {
  padding: 3%;
  background: #f7f7f7;
  margin: 0 auto 40px;
}

.staffvoice img {
  max-width: 150px;
  height: auto;
  display: block;
}

.staffvoice {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 20px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.staffvoice dt {
  font-weight: bold;
  margin-bottom: 20px;
}

.cate_recomitem {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 50px 4%;
  margin: 0 auto 50px;
}

.cate_recomitem a {
  text-decoration: underline;
}

.cate_recomitem p:not(:last-of-type) {
  margin-bottom: 20px;
}

.about-material {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 20px 2%;
  margin: 0 auto 50px;
}

.about-material>div {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 8%;
}

.about-material>div div {
  display: block;
}

.about-material-tit {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-material img {
  text-align: center;
  margin: 0 auto 20px;
}

.comparison_list .-scrolls {
  max-width: 1000px;
  overflow-x: scroll;
}

.comparison_list .-scrolls {
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

.comparison_list .-scrolls::-webkit-scrollbar {
  height: 10px;
}

.comparison_list .-scrolls::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #eee;
  border-radius: 5px;
}

.comparison_list .-scrolls::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.comparison_list {
  margin: 0 auto 50px;
}

.comparison_list-tbl {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
}

.comparison_list-tbl th,
.comparison_list-tbl td {
  border: 1px solid #ccc;
  padding: 10px;
}

.comparison_list-tbl th {
  text-align: center;
  background: #eee;
  min-width: 80px;
}

.comparison_list tr:nth-child(odd) {
  background: #f8f8f8;
}

.cate_kinds {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 40px 5%;
}

.cate_kinds li {
  display: grid;
  grid-template-rows: auto 1fr;
}

.cate_kinds--grand {
  display: grid;
  grid-template-rows: auto 1fr;
}

.cate_kinds li {
  align-items: stretch;
}

.marl {
  margin-top: auto;
}

.cate_kinds--tit {
  font-weight: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #f7b700;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.cate_kinds--img {
  margin-bottom: 20px;
}

.cate_kinds--img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cate_kinds dl {
  margin-bottom: 20px;
}

.cate_kinds dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.cate_kinds--evaluation {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 40px 0;
  margin-bottom: 20px;
}

.cate_kinds--evaluation li:first-of-type {
  background: #000;
  color: #fff !important;
  padding: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  text-align: center;
}

.cate_kinds--evaluation li:last-of-type {
  background: #f7f7f7;
  text-align: center;
  color: #f7b700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.2rem;
}

.cate_kinds--price {
  font-weight: bold;
  margin-bottom: 20px;
}

/*category samll-R,S*/
.cate-about {
  width: 100%;
  margin: 0 auto 50px;
}

#category-patarn .cate-about h1,
.item-details .cate-about h1 {
  background: none;
  font-size: 2.6rem;
  color: #1f5993;
  font-weight: bold;
  margin: 0 auto 20px;
}

.cate-s__cp {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.cate-about__box {
  max-width: 800px;
  margin: 30px auto 50px;
}

.cate-about__box img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px;
  display: block;
  height: auto;
}

.other_side p:first-of-type {
  color: #1f5993;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.other_side ul {
  border: 1px solid #1f5993;
  padding: 5%;
  border-radius: 6px;
}

.other_side ul li {
  background: url(../img/i-red_check.svg) no-repeat 0 8px / 12px 12px;
  padding-left: 22px;
  font-size: 2rem;
}

.other_side ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.cate_special-contents {
  background: #fdfbf6;
  padding: 5%;
  margin: 0 auto 50px;
}

#category-patarn .cate_special-contents h2,
.item-details .cate_special-contents h2,
.barth-tit {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  color: #1f5993;
  margin: 0 auto 20px;
}

.special-scp {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 40px;
}

.cate_special-contents>div {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px 5%;
}

.cate_special-contents>div img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pecial-scp__txt {
  line-height: 2;
}

.-spc_act-btn {
  margin-top: 30px;
  max-width: 330px;
}

.-spc_act-btn a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #828181;
  border-radius: 6px;
}

.-spc_act-btn a span {
  display: block;
  padding-right: 0;
}

.cate_img-continuous {
  margin: 0 auto 20px;
  max-width: 800px;
}

.cate_img-continuous p {
  text-align: center;
}

.cate_img-continuous p:not(:last-of-type) {
  margin-bottom: 20px;
}

.cate_img-continuous img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.cate_img-continuous__txt {
  text-align: center;
  margin: 30px 0 20px;
}

#category-patarn .cate_img-continuous__txt h2,
.item-details .cate_img-continuous__txt h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.example-of_use--mcp {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  border: 1px solid #707070;
  padding: 15px;
  margin-bottom: 30px;
}

.example-of_use {
  margin: 40px auto 50px;
}

.example-of_use ul {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 40px 2%;
  margin-bottom: 50px;
}

.example-of_use ul img,
.set-element_blk img {
  max-width: 100%;
  height: auto;
  display: block;
}

.example-of_use ul li p:first-of-type {
  font-weight: bold;
  margin-bottom: 10px;
}

.act-red-btns {
  max-width: 540px;
  margin: 0 auto;
}

.red-btns {
  background: url(../img/arrow-w.svg) no-repeat 95% 50% / 44px 44px #e84455;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.8rem;
}

.red-btns span {
  font-size: 1.4rem;
}

.s-cate_case01,
.s-cate_case02,
.s-cate_case03,
.s-cate_case04 {
  margin: 0 auto 50px;
}

.s-cate_case01 p {
  margin: 0 auto 30px;
}

.s-cate_case01 p:last-of-type {
  margin-bottom: 0;
}

.s-cate_case01 img,
.s-cate_case03 img,
.s-cate_case04 img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.act-yellow-btns {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.yellow-btns {
  background: url(../img/arrow-y.svg) no-repeat 95% 50% / 44px 44px #f7b700;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 20px 10px;
  border-radius: 6px;
  width: 100%;
  margin: 0 auto;
}

.construction_costs-mcp {
  margin-bottom: 30px;
}

.construction_costs {
  background: #f7f7f7;
  padding: 5%;
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(2, 46%);
  gap: 40px 8%;
  margin: 40px auto;
}

.construction_costs ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.construction_costs ul li {
  display: grid;
  grid-template-columns: auto 100px;
  gap: 40px 4%;
}

.construction_costs ul li p:last-of-type {
  text-align: right;
}

.construction_costs--tit {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.estimate-tool_btn img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.order-imglist li:not(:last-of-type) {
  margin-bottom: 30px;
}

.order-imglist {
  margin: 0 auto 50px;
}

.cate-sizearea {
  background: #f7f7f7;
  padding: 5%;
  border-radius: 6px;
  display: grid;
  grid-template-columns: auto 50%;
  gap: 40px 8%;
  margin: 0 auto 50px;
}

.cate-sizearea img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cate-sizearea__tit {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.mb_txt p:not(:last-child) {
  margin-bottom: 20px;
}

.cate_choice-item--tit {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 50px;
}

.cate_choice-item--tit:before,
.cate_choice-item--tit:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #666;
}

.cate_choice-item--tit:before {
  margin-right: 3rem;
}

.cate_choice-item--tit:after {
  margin-left: 3rem;
}

.cate_choice-item dl {
  margin-bottom: 30px;
}

.cate_choice-item dt {
  font-weight: bold;
}

.cate_choice-blk {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 40px 4%;
  text-align: center;
  margin: 0 auto 50px;
}

.cate_choice-blk li {
  display: flex;
  flex-wrap: wrap;
}

.cate_choice-blk img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto 20px;
}

.ranks {
  margin: 0 auto 10px;
  font-weight: bold;
}

.cate_choice-blk--color {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.cate_choice-carm {
  margin-top: auto;
}

.i-rank01 {
  background: url(../img/rank-1.svg) no-repeat left center / 26px 17px;
  padding-left: 36px;
  font-weight: bold;
}

.i-rank02 {
  background: url(../img/rank-2.svg) no-repeat left center / 26px 17px;
  padding-left: 36px;
  font-weight: bold;
}

.i-rank03 {
  background: url(../img/rank-3.svg) no-repeat left center / 26px 17px;
  padding-left: 36px;
  font-weight: bold;
}

.cate_choice-list {
  background: #f7f7f7;
  padding: 5%;
  border-radius: 6px;
  margin: 0 auto 50px;
}

.cate_choice-list li {
  background: url(../img/bk-icon.svg) no-repeat left 8px / 8px 8px;
  padding-left: 18px;
}

.cate_choice-list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.ban-cut-sample {
  max-width: 600px;
  margin: 0 auto 50px;
}

.line-tit {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 0 auto 30px;
  padding: 14px 5%;
  width: 100%;
}

.price_lists {
  border: 1px solid #ccc;
  padding: 12px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  cursor: pointer;
}

.price_lists span {
  background: url(../img/list-plus.svg) no-repeat left center / 16px 16px;
  padding-left: 34px;
}

.price_lists.active span {
  background: url(../img/list-muinus.svg) no-repeat left center / 16px 16px;
  padding-left: 34px;
}

.price_lists--box__ps {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 50px 5%;
}

.price_lists--box__ps .set-element_blk--tit {
  margin: 20px auto;
}

.price_lists--box {
  display: none;
  margin-bottom: 50px;
}

.set-element--diff,
.set-element_blk.-cut {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 50px 5%;
}

.set-element_blk:not(:last-of-type) {
  margin-bottom: 40px;
}

.set-element_blk>li,
.price_lists--box__ps>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price_lists--box__ps img {
  max-width: 100%;
  height: auto;
  display: block;
}

.set-element_blk img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.set-element_blk--tit {
  font-weight: bold;
  margin: 0px auto;
}

.set-element_blk ul {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 40px 0;
  margin-top: 20px;
}

.set-element_blk ul li:first-of-type {
  background: #000;
  padding: 10px;
  color: #fff !important;
  text-align: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.set-element_blk ul li:last-of-type {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #ffc107;
  font-size: 2.2rem;
  padding-left: 30px;
}

.red-btn-act {
  width: 100%;
  margin-top: auto;
}

.red-btn-act .red-btn {
  display: block;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  color: #fff !important;
  background: #e84455;
  width: 100%;
}

.red-btn-act .green-btn {
  display: block;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  color: #fff !important;
  background: #79bc28;
  width: 100%;
}

.red-btn-act span {
  background: url(../img/w-arrows.svg) no-repeat right center / 10px 15px;
  padding-right: 20px;
  font-weight: bold;
}

.-element_info {
  font-size: 1.4rem;
  color: #e84455;
  margin-top: 10px;
}

.set-element_blk div {
  margin-bottom: 20px;
}

.order-step {
  margin: 0 auto 50px;
}

.order_flows {
  max-width: 800px;
  margin: 0 auto;
}

.order_flows li {
  background: #f2f2f2;
  padding: 5%;
  position: relative;
}

.order_flows>ul {
  margin-bottom: 50px;
}

.order_flows--tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 20px;
}

.order-btns {
  max-width: 80%;
  margin: 0 auto 40px;
}

.order-btns a {
  display: block;
  background: url(../img/more-icon.svg) no-repeat 95% 50% / 44px 44px #fff;
  border: 1px solid #828181;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  padding: 15px;
}

.order-btns span {
  font-size: 1.2rem;
  font-weight: normal;
}

.order_flows li:not(:last-of-type) {
  margin-bottom: 65px;
}

.order_flows li:not(:last-of-type)::after {
  content: "";
  width: 30px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  background: url(../img/g-arrow.svg) no-repeat center center / 30px 16px;
}

.step-cart {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
}

.step-mail {
  max-width: 70%;
  margin: 0 auto;
}

.step-send {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.step-mail p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.step-mail img,
.step-send img {
  max-width: 75px;
  height: auto;
  margin: 0 auto 20px;
}

.order-acc dt {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.order-acc dd:not(:last-of-type) {
  margin-bottom: 40px;
}

.order-acc dd .estimate-tool_btn {
  margin-top: 0;
}

.cate_voice {
  display: grid;
  grid-template-columns: 48% auto;
  gap: 40px 5%;
  background: #fffbf6;
  padding: 5%;
  border-radius: 6px;
}

.cate_voice:not(:last-child) {
  margin-bottom: 20px;
}

.cate_voice--img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cate_voice--messa dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.cate_voice--messa dd {
  margin-top: 20px;
  display: block;
}

.cate_voice-sign {
  text-align: right;
}

.cate_qa:last-of-type {
  border-bottom: 1px solid #666;
}

.cate_qa dt {
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 1px solid #666;
  padding: 20px 0 20px;
  cursor: pointer;
}

.cate_qa dt span {
  background: url(../img/icon-q.svg) no-repeat left 5px / 44px 44px, url(../img/un-arrow.svg) no-repeat 97% center / 10px 8px;
  padding: 16px 8% 10px 55px;
  display: block;
}

.cate_qa dt.active span {
  background: url(../img/icon-q.svg) no-repeat left 5px / 44px 44px, url(../img/up-arrow.svg) no-repeat 97% center / 10px 8px;
  padding: 16px 8% 10px 55px;
  display: block;
}

.cate_qa dd {
  display: none;
  background: url(../img/icon-a.svg) no-repeat left 5px / 44px 44px;
  padding: 16px 0 10px 55px;
  margin-bottom: 20px;
  display: none;
}

.items__check {
  width: 100%;
  margin: 0 auto 50px;
}

#category-patarn .items__check h2,
.item-details .items__check h2 {
  color: #e84455;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 15px;
  background: #fce5e5;
  margin: 0 auto 20px;
}

.items__check ul {
  border: 1px solid #fce5e5;
  padding: 5%;
  border-radius: 6px;
}

.items__check ul li {
  background: url(../img/i-red_check.svg) no-repeat 0 6px / 12px 12px;
  padding-left: 22px;
}

.items__check ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.-cate-small-s .table_of_contents ul {
  grid-template-columns: auto;
}

.-cate-small-s .table_of_contents a {
  background: url(../img/un-arrow.svg) no-repeat 97% center #fff;
  padding: 20px 40px 20px 20px;
}

.table_of_sub {
  margin: 20px auto 50px;
}

.-cate-small-s .table_of_sub ul,
#fs_ProductDetails .table_of_sub ul {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 20px 2%;
}

.-cate-small-s .table_of_sub ul li,
#fs_ProductDetails .table_of_sub ul li {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.-cate-small-s .table_of_sub ul li,
#fs_ProductDetails .table_of_sub ul li {
  background: #8e908e;
  color: #fff !important;
  text-align: center;
  padding: 30px 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

/*.simple--pricelist {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 40px 2%;
  margin: 0 auto 60px;
}*/

/*
.simple--pricelist {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 20px 0;
  margin: 0 auto 60px;
} */

.simple--pricelist {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 20px 0;
  margin: 0 auto 40px;
}

.cate_img-continuous__txt {
  text-align: left !important;
}

#fs_ProductDetails .cate_img-continuous__txt h2 {
  text-align: center;
}

.cate_img-continuous__txt a {
  text-decoration: underline;
}

.-cate-small-s .cate_img-continuous__txt {
  text-align: center !important;
}

/*.simple--pricelist li {
  background: #fff;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  padding: 40px 10%;
  text-align: center;
  font-weight: bold;
}*/

 /*2025-05-15*/
.simple--pricelist li {
  background: #fff;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  padding: 10px 5%;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 230px;
  align-items: center;
}

  .simple--pricelist li > dl:nth-child(2) > dt {
    display: flex;
  }

/*.simple--pricelist li dl {
  font-size: 1.8rem;
  margin: 0 auto 40px;
}*/

.simple--pricelist li dl {
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
}

/*.simple--pricelist li dt {
  margin-bottom: 10px;
}*/

.red_check li {
  background: url(../img/red-check.svg) no-repeat left center / 10px 10px;
  padding-left: 22px;
}

/* 林CSS */

.cate_act-green-btns {
  max-width: 540px;
  margin: 0 auto;
}

.cate_green-btns {
  background: #79bc28;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.8rem;
}

.cate_act-green-btns-wrapper {
  margin: 20px 0 0 0;
}

.mb40_cate_act-green-btns-wrapper {
  margin: 20px 0 40px 0;
}

.-txstcenter {
  text-align: center !important;
}

.-btncenter {
  margin: 0 auto;
}

.example-of_use--mcp {
  font-size: 2rem;
  border: 1px solid #707070;
  padding: 15px;
  margin-bottom: 30px;
}

.-green {
  background: url(../img/arrow-g.svg) no-repeat 95% 50% / 44px 44px #79bc28;
}

/* c-10 */

.matestimate_area-wrapper,
.estimate_area-wrapper,
.coz-estimate_area-wrapper {
  margin-bottom: 50px;
  border: 2px solid #464645;
  border-radius: 6px;
  width: 100%;
}

.matestimate_area-wrapper h1,
.estimate_area-wrapper h3,
.coz-estimate_area-wrapper h3 {
  background: #464645 !important;
  color: #fff !important;
  margin: 0 auto 20px;
}

.estimate_area-wrapper h3 {
  grid-column: 1/3;
}

.estimate_area-wrapper h3,
.coz-estimate_area-wrapper h3 {
  text-align: center;
  padding: 10px;
  font-size: 2.2rem;
  width: 100%;
}

.coz-estimate_area-wrapper h3 {
  border: none;
}

#category-patarn .category-section .coz-estimate_area-wrapper h3::after {
  display: none;
}

.estimate_area-wrapper .estimate_area {
  display: grid;
  grid-template-columns: 56% auto;
  gap: 0 40px;
}

.coz-estimate_area-wrapper form {
  padding: 0 5% 5%;
}

.estimate_area-wrapper form {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 5% 0 5% 5%;
}

.estimate_area-wrapper img {
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 5% 5% 5% 0;
  width: 100%;
  height: auto;
  display: block;
}

.estimate_area-wrapper .estimate_area .sizeinput_area li {
  display: grid;
  grid-template-columns: 150px 1fr 50px;
  gap: 0 10px;
}

.matestimate_area-wrapper .areaIn form {
  display: grid;
  grid-template-columns: 56% auto;
  gap: 0 40px;
  padding: 0 5% 5%;
}

.matestimate_area-wrapper .left dl {
  margin-bottom: 15px;
}

.matestimate_area-wrapper .left dt {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bf4550;
  margin-bottom: 20px;
}

.matestimate_area-wrapper .right img {
  max-width: 100%;
  height: auto;
  display: block;
}

.matestimate_area-wrapper .left dd ul {
  display: flex;
}

.matestimate_area-wrapper .left dd ul li:first-child {
  margin-right: 20px;
}

.sizeinput_area {
  margin-bottom: 25px;
}

.sizeinput_area ul {
  margin-bottom: 20px;
}

.sizeinput_area li {
  display: grid;
  grid-template-columns: 50px auto 50px;
  gap: 0 10px;
}

.coz-estimate_area-wrapper .sizeinput_area li {
  display: grid;
  grid-template-columns: 100px auto 50px;
  gap: 0 10px;
}

.coz-estimate_area-wrapper .sizeinput_area dt {
  font-weight: bold;
  margin: 20px auto 10px;
}

.coz-estimate_area-wrapper .sizeinput_area li:nth-child(2) {
  margin-bottom: 25px;
}

.coz-estimate_area-wrapper .howToOpen {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
}

.coz-estimate_area-wrapper .howToOpen li {
  display: flex;
  align-items: center;
}

.sizeinput_area li:not(:last-of-type) {
  margin-bottom: 15px;
}

.calcbutton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  background: #bf4550;
  color: #fff !important;
  border-radius: 4px;
}

.calcbutton-gray {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  background: #696969;
  color: #fff !important;
  border-radius: 4px;
}

/* c-17 */

.price_lists-openbox {
  display: none;
}

/* c-47 */

.mt_cate_act-green-btns-wrapper {
  margin: 40px 0 0 0;
}

/* c-50 */

.left_example-of_use--mcp {
  font-weight: bold;
  font-size: 2rem;
  border: 1px solid #707070;
  padding: 15px;
  margin-bottom: 30px;
}

.solid_act-green-btns {
  max-width: 540px;
  margin: 0 auto;
}

.solid_green-btns {
  background: #79bc28;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 15px;
  border-radius: 6px;
  font-size: 1.8rem;
  border-bottom: 7px solid #639625;
}

/* 酒井CSS  */

.mrg0 {
  margin-bottom: 0 !important;
}

.mrg20 {
  margin-bottom: 2rem !important;
}

.mrg30 {
  margin-bottom: 3rem !important;
}

.mrg40 {
  margin-bottom: 4rem !important;
}

.mrg50 {
  margin-bottom: 5rem !important;
}

.mrg60 {
  margin-bottom: 6rem !important;
}

.mrg80 {
  margin-bottom: 8rem !important;
}

.mrg100 {
  margin-bottom: 10rem !important;
}

/* youtubeレスポンス */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube_responce {
  margin: 0 auto;
  width: 80%;
}

a.q-a--link {
  color: blue;
}

/* c-030 */

.grid-cate_case02 {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 47%);
  gap: 50px 6%;
}

.grid-cate_case02 div {
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-cate_case02 div .construction_costs-mcp {}

.grid-cate_case02 div .cate_img-continuous {}

.example-of_use--mcp.color-red {
  border: 1px solid red;
}

/* c-032 */

.cate_img-continuous.-door-color {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cate_img-continuous.-door-color p {
  width: 48%;
}

/* c-034 */

p.construction_costs-mcp.-center {
  text-align: center;
}

p.toru_another--strong {
  font-size: 2rem;
  font-weight: 600;
}

.toru_another--strong-txt {
  font-size: 3rem;
  color: #0378c7;
}

.research--btn {
  background: #79bc28;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.8rem;
  width: 250px;
}

.research--btn-wrapper {
  margin: 1rem;
}

.cartain-howto--link {
  color: blue;
}

.other_side p.toru--txtsize {
  margin: 20px auto 20px;
  text-align: left;
  font-size: 1.6rem;
}

.toru-figure--box {
  width: 70%;
  margin: 0 auto;
  padding: 2rem 4rem 4rem;
  background: #f7f7f7;
  font-size: 2rem;
}

.toru-figure--tit {
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 800;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
}

p.toru-figure--txt {
  padding-top: 1rem;
  color: red;
}

.toru--cart-tit {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}

.toru--cart-name {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.toru--cart-img {
  margin: 0 auto 20px;
  max-width: 800px;
}

.toru--cart-txt {
  font-size: 2rem;
  color: #da5160;
}

/* c-046 */

#category-patarn .cate-about h1.onetouch_madoyou__tit,
#category-patarn .cate_special-contents h2.onetouch_madoyou__tit,
.barth-tit.onetouch_madoyou__tit {
  color: #de5d5b;
}

/* c-069 */
.example-of_use--mcp.sound_insulation--txt-red {
  color: red;
  border: 1px solid red;
}

/* c-070 */
.define_box {
  padding: 2rem;
  border: 1px solid #dbd8d8;
  border-radius: 6px;
  text-align: left;
  margin-bottom: 50px;
}

/* c-078 */
.p_matto--attention-box {
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid;
}

/* c-079 */
.other_side p:first-of-type.other_side--attention {
  font-size: 1.8rem;
  margin: 20px auto 0;
  text-align: left;
}

/* c-083 */

.cate_act-red-btns-wrapper {
  margin: 20px 0 0 0;
}

.cate_act-red-btns {
  max-width: 540px;
  margin: 0 auto;
}

.cate_red-btns {
  background: #e84455;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.8rem;
}

/* c-088 */
.joiner--box {
  background-color: #f7f7f7;
  padding: 3rem;
  margin-bottom: 2rem;
}

.joiner--box-mrg {
  background-color: #f7f7f7;
  padding: 3rem 3rem 7rem;
  margin-bottom: 10rem;
}

.joiner-type--tit {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* c-091 */
.cate_img-continuous.-mrg-cate {
  margin-bottom: 0;
}

/* c-093 */
.taibeck--attention,
.tape--attention {
  color: red;
  font-weight: bolder;
  display: block;
  margin-bottom: 2rem;
}

/* c-102 */
.table_of_contents>ul:nth-of-type(2).mrg50 {
  margin-bottom: 5rem;
}

/* c-104 */
.table_of_contents>ul:nth-last-child(2).mrg50 {
  margin-bottom: 5rem;
}

/* c-105 */

#door-step {
  margin: 2rem 0;
}

.door-step--tit {
  background: #f7f7f7;
  padding: 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 30px;
}

#category-patarn .door-step--tit-h3,
.item-details .door-step--tit-h3 {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

#category-patarn .door-step--tit-h3::after,
.item-details .door-step--tit-h3::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 24%;
  height: 2px;
  background: #f7b700;
}

.color-red {
  color: #ff0505;
}

span.new-items {
  background-color: #da5160;
  color: #fff;
  padding: 4px 9px;
  margin-right: 3%;
}

.center-d-link-btn {
  display: inline-block;
  text-align: right;
}

/* レート */

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #f7f7f7;
  /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before,
.star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f7b700;
  /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */

/*add 2021.11*/
.cate_kinds--act .-d-link-btn {
  text-align: center;
  border: 2px solid #333;
  border-radius: 6px;
  padding: 20px 5%;
}

.cate_kinds--act .-more {
  background: url(../img/more-s.svg) no-repeat right center / 18px 18px;
  padding: 2px 26px 2px 0;
}

.i-major {
  background: url(../img/i-mejor.svg) no-repeat left center / 50px 40px;
  padding: 20px 0 20px 64px;
  font-size: 2.5rem;
  font-weight: bold;
}

.hide {
  display: none;
}

/*商品の特徴*/

.-cate-small-s .table_of_sub,
#fs_ProductDetails .table_of_sub {
  margin-top: 40px;
}

.-cate-small-s .table_of_sub ul li,
#fs_ProductDetails .table_of_sub ul li {
  background: #fff;
  color: #000 !important;
  text-align: center;
  padding: 30px 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  -webkit-filter: none;
  filter: none;
  border: 3px solid #333;
  font-size: 3rem;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
}

.-cate-small-s .table_of_sub ul,
#fs_ProductDetails .table_of_sub ul {
  counter-reset: number 0;
}

.-cate-small-s .table_of_sub ul li::before,
#fs_ProductDetails .table_of_sub ul li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: -20px;
  left: 20px;
  background: #de5d5b;
  color: #fff;
  padding: 3px 0px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* レスポンシブ */

@media screen and (max-width: 959px) {
  .center-d-link-btn {
    display: block;
    border: 1px solid #828181;
    padding: 16px;
    border-radius: 6px;
  }

  .center-d-link-btn .-more {
    display: block;
    padding: 0;
    text-align: center;
  }

  #category-patarn {
    width: 90%;
    flex-direction: column;
  }

  #category-patarn h1,
  .item-details h1 {
    background: none;
    padding: 0;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
  }

  .index-tit {
    font-size: 2rem;
  }

  .table_of_contents>ul {
    grid-template-columns: repeat(1, 100%);
    gap: 10px 0;
  }

  .table_of_contents a {
    background-position: 95% 30px;
    padding: 20px;
  }

  .category-worries_case .-cent-morebtn {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }

  .category-worries_case .-d-link-btn {
    display: block;
    border: 1px solid #828181;
    padding: 16px;
    border-radius: 6px;
  }

  .category-worries_case .-d-link-btn .-more {
    display: block;
    padding: 0;
    text-align: center;
  }

  .category-worries_case {
    margin-bottom: 40px;
  }

  #category-patarn .category-section h3,
  .item-details .category-section h3 {
    font-size: 2rem;
  }

  .about-material-tit {
    background: url(../img/un-arrow.svg) no-repeat right center / 10px 8px;
    padding-right: 18px;
    pointer-events: all;
    margin: 0;
  }

  .about-material-tit.active {
    background: url(../img/up-arrow.svg) no-repeat right center / 10px 8px;
    margin: 0 auto 20px;
  }

  .about-material>div div {
    display: none;
  }

  .category-worries_case,
  .category-section {
    margin-bottom: 40px;
  }

  .set-element_blk ul li:last-of-type {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #ffc107;
    font-size: 2rem;

  }

  /*c-10*/

  .matestimate_area-wrapper h1,
  .estimate_area-wrapper h3 {
    background: #464645 !important;
    color: #fff !important;
    padding: 5% !important;
    font-size: 1.7rem !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .worries_case {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 10px 2%;
    margin: 30px auto;
  }

  .cate_recomitem {
    grid-template-columns: repeat(2, 48%);
    gap: 40px 4%;
    margin: 0 auto 50px;
  }

  .staffvoice {
    grid-template-columns: auto;
    gap: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8%;
  }

  .staffvoice p:first-child {
    margin: 0 auto;
  }

  .staffvoice p:first-child img {
    max-width: 100px;
  }

  .about-material {
    grid-template-columns: repeat(1, 100%);
    gap: 20px 0;
    margin: 0 auto 40px;
  }

  .cate_kinds {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 40px 0;
  }

  .cate_kinds--grand {
    background: #fff;
    padding: 6% 6% 40px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
  }

  /* .category-section .worries-area {
    width: 900px;
  } */

  .category-section .worries-area {
    width: max-content;
  }

  .simple--pricelist li {
    grid-template-columns: auto;
  }

  /*2025-05-15*/

  .simple--pricelist li dl:nth-of-type(1) {
    grid-template-columns: auto;
    row-gap: 5px;
    text-align: center;
    margin-bottom: 10px;
  }

  /*category samll-R,S*/
  .cate-s__cp {
    font-size: 1.6rem;
  }

  .other_side p:first-of-type,
  #category-patarn .cate_special-contents h2,
  .item-details .cate_special-contents h2,
  .barth-tit {
    font-size: 2.2rem;
  }

  .other_side ul li {
    font-size: 1.6rem;
    background-position: 0 5px;
  }

  .cate_special-contents {
    padding: 50px 5%;
  }

  .special-scp {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }

  .cate_special-contents>div {
    grid-template-columns: auto;
    gap: 30px 5%;
  }

  #category-patarn .-cate-small h2,
  .item-details .-cate-small h2 {
    font-weight: bold;
    text-align: left;
  }

  .example-of_use {
    margin: 40px auto;
  }

  .example-of_use--mcp {
    font-size: 1.6rem;
  }

  .example-of_use ul {
    grid-template-columns: repeat(2, 46%);
    gap: 30px 8%;
    margin-bottom: 40px;
  }

  .s-cate_case01,
  .s-cate_case02,
  .s-cate_case03,
  .s-cate_case04 {
    margin: 0 auto 30px;
  }

  .s-cate_case02 .cate-dobble {
    grid-template-columns: repeat(1, 100%);
    gap: 20px 0;
    margin: 0 auto 30px;
  }

  .s-cate_case02 .cate-mixed {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: 1fr auto auto;
    gap: 20px 0;
    margin: 0 auto 30px;
  }

  .cate-mixed li:nth-child(2) {
    order: 3;
  }

  .cate-mixed--tex {
    grid-column: 1/2;
    order: 2;
  }

  .construction_costs {
    grid-template-columns: repeat(1, 100%);
    gap: 40px 8%;
    margin: 40px auto;
  }

  .order-imglist {
    margin-bottom: 30px;
  }

  .cate-sizearea {
    display: grid;
    grid-template-columns: auto;
    gap: 20px 20px;
    margin: 0 auto 40px;
  }

  .cate-sizearea__tit {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .cate-sizearea__tit:before,
  .cate-sizearea__tit:after {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #666;
  }

  .cate-sizearea__tit:before {
    margin-right: 3rem;
  }

  .cate-sizearea__tit:after {
    margin-left: 3rem;
  }

  .cate-sizearea {
    margin-bottom: 40px;
  }

  .cate_choice-item--tit {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .cate_choice-blk {
    grid-template-columns: repeat(2, 46%);
    gap: 30px 8%;
    text-align: center;
    margin: 0 auto 30px;
  }

  .cate_choice-blk img {
    margin-bottom: 10px;
  }

  .cate_choice-list {
    padding: 8%;
    margin-bottom: 40px;
  }

  .ban-cut-sample {
    margin-bottom: 40px;
  }

  .price_lists {
    font-size: 1.4rem;
  }

  .set-element_blk--tit {
    text-align: center;
  }

  .set-element_blk.-diff {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 0px 8%;
  }

  .set-element_blk,
  .set-element_blk.-cut,
  .price_lists--box__ps {
    display: grid;
    grid-template-columns: repeat(2, 46%);
    gap: 50px 8%;
  }

  .set-element--diff {
    display: grid;
    grid-template-columns: repeat(2, 46%);
    gap: 50px 8%;
  }

  .set-element_blk>li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .set-element_blk>li img {
    max-width: 100%;
    display: block;
    height: auto;
  }

  .set-element_blk ul {
    display: grid;
    grid-template-columns: auto;
    gap: 0px 0;
    margin-top: 10px;
    background: #f7f7f7;
    padding: 5%;
  }

  .set-element_blk ul li:first-of-type {
    background: none;
    padding: 0;
    color: #000 !important;
  }

  .set-element_blk ul li:last-of-type {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #ffc107;
    font-size: 2rem;
    padding: 0;
  }

  .order_flows--tit {
    text-align: left;
  }

  .order-btns {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .order-btns a {
    background: url(../img/more-icon.svg) no-repeat 95% 50% / 32px 32px #fff;
    text-align: left;
    padding: 15px;
  }

  .step-mail {
    max-width: 100%;
  }

  .cate_voice {
    grid-template-columns: auto;
    gap: 20px 0;
  }

  .cate_voice--messa dt {
    background: url(../img/un-arrow.svg) no-repeat right center;
    padding-right: 20px;
    cursor: pointer;
  }

  .cate_voice--messa dt.active {
    background: url(../img/up-arrow.svg) no-repeat right center;
  }

  .cate_voice--messa dd {
    display: none;
  }

  .cate_qa dt {
    font-size: 1.6rem;
  }

  /* .simple--pricelist {
    grid-template-columns: repeat(1, 100%);
    gap: 20px 0;
    margin: 0 auto 0px;
  } */

  .simple--pricelist {
    grid-template-columns: repeat(1, 100%);
    gap: 20px 0;
    margin: 0 auto 40px;
  }

  .-cate-small-s .table_of_sub ul li,
  #fs_ProductDetails .table_of_sub ul li {
    font-size: 1.2rem;
  }

  /* c-10 */

  .matestimate_area-wrapper {
    margin-bottom: 40px;
  }

  .matestimate_area-wrapper .areaIn form {
    grid-template-columns: auto;
    gap: 25px 0px;
  }

  .matestimate_area-wrapper .left {
    order: 2;
  }

  .estimate_area-wrapper .estimate_area {
    display: block;
  }

  .estimate_area-wrapper img {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 5%;
    width: 100%;
    height: auto;
    display: block;
  }

  .estimate_area-wrapper form {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 5%;
  }

  .estimate_area-wrapper .estimate_area .sizeinput_area li {
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 0 10px;
  }

  .estimate_area-wrapper .estimate_area .sizeinput_area li b:first-child {
    grid-column: 1/3;
  }

  .coz-estimate_area-wrapper .howToOpen li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .coz-estimate_area-wrapper .howToOpen li img {
    margin: 0 auto 10px;
    display: block;
    width: 100%;
    height: auto;
  }

  /* c-30 */

  .grid-cate_case02 {
    display: block;
  }

  .grid-cate_case02 .cate_img-continuous img {
    max-width: 85%;
    margin: 0 auto;
  }

  /* c-003 */

  .category-section .onearticle .worries-area {
    width: 100%;
  }

  .category-section .onearticle .worries-area .worries-area__list {
    margin-right: 0px;
    width: 100%;
  }

  .category-section .onearticle .worries-area {
    margin-right: 0px;
  }

  /*商品の特徴*/

  .-cate-small-s .table_of_sub ul li,
  #fs_ProductDetails .table_of_sub ul li {
    font-size: 2rem;
  }

  .-cate-small-s .table_of_sub ul,
  #fs_ProductDetails .table_of_sub ul {
    grid-template-columns: repeat(2, 48%);
    gap: 24px 4%;
  }

  .-cate-small-s .table_of_sub ul li::before,
  #fs_ProductDetails .table_of_sub ul li::before {
    top: -19px;
    left: 10px;
    font-size: 3rem;
  }
}

@media (max-width: 519px) {
  .items__check {
    margin: 0 auto 30px;
  }

  .set-element_blk ul li:last-of-type {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #ffc107;
    font-size: 2rem;
    padding: 0;
  }
}

@media screen and (max-width: 414px) {
  .toru-figure--box {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 2rem 2rem;
    background: #f7f7f7;
    font-size: 1.5rem;
  }

  .toru-figure--tit {
    padding: 1rem 0;
    text-align: left;
    font-weight: 800;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }

  .example-of_use--mcp.mrg100 {
    margin-bottom: 6rem;
  }

  section.cate-about.onetouch_madoyou__mrg40 {
    margin-bottom: 10px;
  }

  .cate-about__box.onetouch_madoyou__mrg40 {
    margin-bottom: 40px;
  }

  /*add 2021.11*/
  .cate_kinds {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 40px 0;
  }

  .cate_kinds--grand {
    background: #fff;
    padding: 0;
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
  }

  .cate_kinds--img img {
    width: 100%;
    max-width: 100%;
  }

  .cate_kinds--img {
    margin-bottom: 10px;
  }
}