.search__conversion_house {
  padding: 70px 25px 90px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .search__conversion_house {
    padding: 8.7% 0 13%;
  }
}

.search__conversion_house .search__conversion_house_inner {
  max-width: 1000px;
  margin: auto;
  padding: 18px 55px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9b7c78;
  background: #f4f2e7;
}

@media only screen and (max-width: 767px) {
  .search__conversion_house .search__conversion_house_inner {
    width: 92%;
    padding: 5.7%;
  }
}

.search__conversion_house_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  color: #892315;
  letter-spacing: 0.14em;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search__conversion_house_title {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
}

.search__conversion_house_title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: rgba(137, 35, 21, 0.4);
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_house_title:after {
    width: 30px;
    margin-left: -15px;
  }
}

.search_conversion_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .search_conversion_btn_wrap {
    display: block;
  }
}

.search__conversion_btn {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}

.search__conversion_btn a {
  min-width: 270px;
  display: inline-block;
  padding: 9px 18%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn a {
    width: 100%;
    min-width: 100%;
    padding: 3% 10%;
  }
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn + .search__conversion_btn {
    margin-top: 5%;
  }
}

.search__conversion_btn_white a {
  background: #fff;
  border: 2px solid #892315;
  color: #892315;
  position: relative;
}

.search__conversion_btn_white a::before {
  background: #892315;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a::before {
    width: 15px;
    right: 10px;
  }
}

.search__conversion_btn_white a::after {
  background: #892315;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 6px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a::after {
    width: 4px;
    right: 10px;
  }
}

.search__conversion_btn_white a:hover::before, .search__conversion_btn_white a:hover::after {
  right: 11px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a:hover::before, .search__conversion_btn_white a:hover::after {
    right: 5px;
  }
}

.search__conversion_btn_white a:hover {
  background: #892315;
  border: 2px solid #892315;
  color: #fff;
  position: relative;
}

.search__conversion_btn_white a:hover::before {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a:hover::before {
    width: 15px;
    right: 10px;
  }
}

.search__conversion_btn_white a:hover::after {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 6px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a:hover::after {
    width: 4px;
    right: 10px;
  }
}

.search__conversion_btn_white a:hover:hover::before, .search__conversion_btn_white a:hover:hover::after {
  right: 11px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a:hover:hover::before, .search__conversion_btn_white a:hover:hover::after {
    right: 5px;
  }
}

.search__conversion_btn_red a {
  background: #892315;
  border: 2px solid #892315;
  color: #fff;
  position: relative;
}

.search__conversion_btn_red a::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  background: url(/assets/img/common/icon_contact_white.png) no-repeat center top;
  background-size: 100% auto;
  top: 50%;
  left: 40px;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_red a::before {
    width: 19px;
    height: 15px;
    margin-top: -8px;
    left: 25px;
  }
}

.search__conversion_btn_red a:hover {
  background: #fff;
  border: 2px solid #892315;
  color: #892315;
}

.search__conversion_btn_red a:hover::before {
  background: url(/assets/img/common/icon_contact_red.png) no-repeat center top;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .mainvisual .mainvisual__title {
    letter-spacing: normal;
  }
}

.contents_wrap {
  background: #f1f1f1;
}

.side_menu {
  padding: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .side_menu {
    padding: 5% 0 8%;
  }
}

.banner__concept {
  margin-top: 35px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (max-width: 767px) {
  .banner__concept {
    margin-top: 0;
    padding: 0 4% 9%;
  }
}

.banner__concept img {
  width: 100%;
}

.banner__concept:hover {
  opacity: .7;
}

.contents_wrap_twocolumn .main_contents {
  background: #fff;
  margin: 60px 0 95px;
}

@media only screen and (max-width: 767px) {
  .contents_wrap_twocolumn .main_contents {
    margin: 0;
    padding: 5% 0 10%;
  }
}

.contents_wrap_twocolumn .main_contents img {
  width: 100%;
}

.sec_title_policy {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .sec_title_policy {
    font-size: 2rem;
    line-height: 1.375;
  }
}

.sec_title_policy.sec_title_policy_blue {
  color: #253f76;
  line-height: 1.45833;
  letter-spacing: 0.05em;
}

.lead {
  background: url(/assets/img/policy/plaster/lead_bg_btm.jpg) no-repeat center bottom, url(/assets/img/policy/plaster/lead_bg_top.jpg) no-repeat center top #fff;
  background-size: 100% auto;
  padding: 80px 30px 35vh;
}

@media only screen and (max-width: 767px) {
  .lead {
    padding: 12% 4% 25vh;
  }
}

.lead__title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .lead__title {
    margin-top: 6%;
    font-size: 1.8rem;
  }
}

.lead__text {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .lead__text {
    line-height: 1.92308;
    font-size: 1.3rem;
  }
}

.plaster__detail_wrap {
  padding: 80px 30px 45px;
}

@media only screen and (max-width: 767px) {
  .plaster__detail_wrap {
    padding: 12% 4% 5%;
  }
}

.de_vinyl__lead_photo {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .de_vinyl__lead_photo {
    margin-top: 4%;
  }
}

.de_vinyl__lead_text {
  margin-top: 15px;
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .de_vinyl__lead_text {
    margin-top: 3%;
    font-size: 1.3rem;
    line-height: 1.92308;
  }
}

.de_vinyl__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .de_vinyl__main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4%;
  }
}

.de_vinyl__text {
  width: 53%;
}

@media only screen and (max-width: 767px) {
  .de_vinyl__text {
    width: 100%;
  }
}

.de_vinyl__text p {
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .de_vinyl__text p {
    line-height: 1.92308;
    font-size: 1.3rem;
  }
}

.de_vinyl__text p + p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .de_vinyl__text p + p {
    margin-top: 4%;
  }
}

.de_vinyl__photo {
  width: 43%;
}

@media only screen and (max-width: 767px) {
  .de_vinyl__photo {
    width: 75%;
    margin: 3% auto 0;
  }
}

.plaster_difference {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .plaster_difference {
    margin-top: 12%;
  }
}

.plaster_difference__main {
  margin-top: 25px;
  background: #f2f3f7;
  padding: 30px 26px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .plaster_difference__main {
    display: block;
    padding: 4%;
    margin-top: 4%;
  }
}

.plaster_difference__list {
  width: 44%;
  background: #fff;
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  .plaster_difference__list {
    width: 100%;
    padding: 5% 5.5%;
  }
}

.plaster_difference__list li {
  color: #253f76;
  font-family: "Noto Serif JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .plaster_difference__list li {
    font-size: 1.3rem;
  }
}

.plaster_difference__list li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #253f76;
  border-radius: 50%;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .plaster_difference__list li::before {
    width: 8px;
    height: 8px;
  }
}

.plaster_difference__list li + li {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .plaster_difference__list li + li {
    margin-top: 5px;
  }
}

.plaster_difference__photo {
  width: 43%;
}

@media only screen and (max-width: 767px) {
  .plaster_difference__photo {
    width: 75%;
    margin: 5% auto 0;
  }
}

.craftsmanship {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .craftsmanship {
    margin-top: 12%;
  }
}

.craftsmanship__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .craftsmanship__main {
    margin-top: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.craftsmanship__text {
  width: 53%;
}

@media only screen and (max-width: 767px) {
  .craftsmanship__text {
    width: 100%;
  }
}

.craftsmanship__text p {
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .craftsmanship__text p {
    margin-top: 3%;
    font-size: 1.3rem;
    line-height: 1.92308;
  }
}

.craftsmanship__text p + p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .craftsmanship__text p + p {
    margin-top: 3%;
  }
}

.craftsmanship__photo {
  width: 43%;
}

@media only screen and (max-width: 767px) {
  .craftsmanship__photo {
    width: 75%;
    margin: auto;
  }
}

.respiration {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .respiration {
    margin-top: 12%;
  }
}

.respiration__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .respiration__main {
    margin-top: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.respiration__text {
  width: 53%;
}

@media only screen and (max-width: 767px) {
  .respiration__text {
    width: 100%;
    margin-top: 3%;
  }
}

.respiration__text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.44444;
}

@media only screen and (max-width: 767px) {
  .respiration__text h3 {
    font-size: 1.6rem;
  }
}

.respiration__text h3 + p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .respiration__text h3 + p {
    margin-top: 3%;
  }
}

.respiration__text p {
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .respiration__text p {
    line-height: 1.92308;
    font-size: 1.3rem;
  }
}

.respiration__photo {
  width: 43%;
}

@media only screen and (max-width: 767px) {
  .respiration__photo {
    width: 75%;
    margin: auto;
  }
}

.respiration_difference_pc {
  background: #f1f1f1;
  margin-top: 60px;
  padding: 40px 30px;
}

@media only screen and (max-width: 767px) {
  .respiration_difference_pc {
    display: none;
  }
}

.respiration_difference_pc .difference_plaster_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.respiration_difference_pc .difference_plaster_line + .difference_plaster_line {
  margin-top: 24px;
}

.respiration_difference_pc .difference_plaster_line_title {
  width: 48.3%;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.44444;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.respiration_difference_pc .difference_plaster_line_blue {
  color: #253f76;
}

.respiration_difference_pc .difference_plaster_item {
  width: 48.3%;
  background: #fff;
  padding: 20px;
  position: relative;
}

.respiration_difference_pc .difference_plaster_item dt {
  color: #253f76;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.73333;
}

.respiration_difference_pc .difference_plaster_item dd {
  margin-top: 3px;
  line-height: 1.64286;
}

.respiration_difference_pc .difference_plaster_item::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #949292;
  top: 50%;
  right: -5.3%;
  margin-top: -9px;
}

.respiration_difference_pc .difference_vinyl_item {
  width: 48.3%;
  background: #e3e3e3;
  border: 1px solid #fff;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.respiration_difference_sp {
  background: #f1f1f1;
  margin-top: 7%;
  padding: 6% 4%;
}

@media only screen and (min-width: 768px) {
  .respiration_difference_sp {
    display: none;
  }
}

.respiration_difference_sp .difference_plaster h4 {
  color: #253f76;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.44444;
  text-align: center;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.respiration_difference_sp .difference_plaster_item {
  background: #fff;
  padding: 5%;
}

.respiration_difference_sp .difference_plaster_item dt {
  color: #253f76;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.73333;
}

.respiration_difference_sp .difference_plaster_item dd {
  margin-top: 3px;
  font-size: 1.3rem;
  line-height: 1.84615;
}

.respiration_difference_sp .difference_plaster_item + .difference_plaster_item {
  margin-top: 3.5%;
}

.respiration_difference_sp .difference_vinyl h4 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.44444;
  text-align: center;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.respiration_difference_sp .difference_vinyl_item {
  background: #e3e3e3;
  border: 1px solid #fff;
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .respiration_difference_sp .difference_vinyl_item {
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

.respiration_difference_sp .difference_vinyl_item + .difference_vinyl_item {
  margin-top: 3.5%;
}

.comfort_reason {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .comfort_reason {
    margin-top: 10%;
  }
}

.comfort_reason .comfort_reason__main {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .comfort_reason .comfort_reason__main {
    margin-top: 4%;
  }
}

.comfort_reason .comfort_reason__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comfort_reason .comfort_reason__item {
  width: 48%;
  padding: 20px 25px;
  background: #f2f3f7;
}

@media only screen and (max-width: 767px) {
  .comfort_reason .comfort_reason__item {
    width: 100%;
    padding: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .comfort_reason .comfort_reason__item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .comfort_reason .comfort_reason__item:nth-child(n+2) {
    margin-top: 4%;
  }
}

.comfort_reason .comfort_reason__item dt {
  color: #253f76;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.73333;
}

.comfort_reason .comfort_reason__item dd {
  margin-top: 3px;
  line-height: 1.64286;
}

@media only screen and (max-width: 767px) {
  .comfort_reason .comfort_reason__item dd {
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

.living_voice {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .living_voice {
    margin-top: 12%;
  }
}

.living_voice .living_voice__main {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.living_voice .living_voice__item {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice__item {
    width: 100%;
  }
  .living_voice .living_voice__item + .living_voice__item {
    margin-top: 8%;
  }
}

.living_voice .living_voice__item_text {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice__item_text {
    margin-top: 3%;
  }
}

.living_voice .living_voice__item_text_title {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice__item_text_title {
    font-size: 1.4rem;
  }
}

.living_voice .living_voice__item_text_main {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice__item_text_main {
    margin-top: 2%;
    line-height: 1.84615;
  }
}

.living_voice .living_voice__item_text_name {
  font-size: 1.3rem;
  text-align: right;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice__item_text_name {
    line-height: 1.84615;
  }
}

.living_voice .living_voice_btn {
  width: 270px;
  margin: 25px auto 0;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice_btn {
    width: 70%;
    margin: 5% auto;
  }
}

.living_voice .living_voice_btn a {
  display: block;
  width: 100%;
  padding: 10px 35px;
  background: #fff;
  border: 1px solid #0c3280;
  color: #0c3280;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .4s,color .4s;
  transition: background-color .4s,color .4s;
  position: relative;
}

.living_voice .living_voice_btn a::before {
  background: #0c3280;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 16px;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice_btn a::before {
    width: 11px;
    right: 10px;
  }
}

.living_voice .living_voice_btn a::after {
  background: #0c3280;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 6px;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice_btn a::after {
    width: 4px;
    right: 10px;
  }
}

.living_voice .living_voice_btn a:hover::before, .living_voice .living_voice_btn a:hover::after {
  right: 11px;
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice_btn a:hover::before, .living_voice .living_voice_btn a:hover::after {
    right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .living_voice .living_voice_btn a {
    font-size: 1.4rem;
    padding: 4% 12%;
  }
}

.living_voice .living_voice_btn a::before, .living_voice .living_voice_btn a::after {
  -webkit-transition-property: left,right,background-color;
  transition-property: left,right,background-color;
}

.living_voice .living_voice_btn a:hover {
  color: #fff;
  background: #0c3280;
}

.living_voice .living_voice_btn a:hover::before, .living_voice .living_voice_btn a:hover::after {
  background: #fff;
}

.movie_flow {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .movie_flow {
    margin-top: 12%;
  }
}

.movie_flow .movie_flow__main {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .movie_flow .movie_flow__main {
    margin-top: 4%;
  }
}

.movie_flow .movie_flow__main a {
  -webkit-transition: .4s;
  transition: .4s;
}

.movie_flow .movie_flow__main a:hover {
  opacity: .7;
}

.make_flow {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .make_flow {
    margin-top: 12%;
  }
}

.make_flow .make_flow__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .make_flow .make_flow__list {
    margin-top: 4%;
  }
}

.make_flow .make_flow__list li {
  width: 25%;
  border-right: 3px solid #fff;
}

@media only screen and (min-width: 768px) {
  .make_flow .make_flow__list li:nth-child(n+5) {
    border-top: 3px solid #fff;
  }
}

@media only screen and (max-width: 767px) {
  .make_flow .make_flow__list li {
    width: 50%;
  }
  .make_flow .make_flow__list li:nth-child(n+3) {
    border-top: 3px solid #fff;
  }
}

.make_flow .make_flow__text {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .make_flow .make_flow__text {
    margin-top: 3%;
    line-height: 1.84615;
  }
}

.movie_care {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .movie_care {
    margin-top: 12%;
  }
}

.movie_care .movie_care__main {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .movie_care .movie_care__main {
    margin-top: 4%;
  }
}

.movie_care .movie_care__main a {
  -webkit-transition: .4s;
  transition: .4s;
}

.movie_care .movie_care__main a:hover {
  opacity: .7;
}

.plaster_faq {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .plaster_faq {
    margin-top: 12%;
  }
}

.plaster_faq .plaster_faq__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .plaster_faq .plaster_faq__list {
    margin-top: 4%;
  }
}

.plaster_faq .plaster_faq__item {
  width: 48%;
  background: #f2f3f7;
}

@media only screen and (max-width: 767px) {
  .plaster_faq .plaster_faq__item {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .plaster_faq .plaster_faq__item:nth-child(n+3) {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .plaster_faq .plaster_faq__item:nth-child(n+2) {
    margin-top: 4.5%;
  }
}

.plaster_faq .plaster_faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  background: #445a8a;
}

@media only screen and (max-width: 767px) {
  .plaster_faq .plaster_faq__question {
    font-size: 1.4rem;
  }
}

.plaster_faq .plaster_faq__question dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10%;
  padding: 15px;
}

.plaster_faq .plaster_faq__question dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  padding: 15px;
  background: #253f76;
  line-height: 1.2;
}

.plaster_faq .plaster_faq__answer {
  padding: 25px;
  line-height: 1.64286;
}

@media only screen and (max-width: 767px) {
  .plaster_faq .plaster_faq__answer {
    padding: 5%;
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

.youtube_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
@media only screen and (min-width: 768px) {
.pc_left {
    float: left;
} 
}

.plaster {
    font-family: "ShueiMinPro", "Noto Serif JP", sans-serif;
    text-align: center;
}
@media only screen and (min-width: 768px) {
}
    
@media only screen and (max-width: 767px) {
.plaster {
    width: 100%;
    background-color: #EEF5D8;
    padding-bottom: 90.45px;
}
.mv {
    width: 100%;
    z-index: 1;
    position: relative;
}
}

.plaster1 {
    color: #FFF;
}
.plaster1 h2 {
    font-size: 20.01px;   
    line-height: 30.38px;
    text-align: center;
    font-weight: bold;
}
.plaster1 h2 .big {
    font-size: 24.3px;
}
.plaster1 .text p {
    font-size: 16.16px;
    line-height: 30px;
    font-weight: 500;
}
.plaster1 .big {
    font-size: 21.29px;
}
.plaster1 .yellow {
    color: #FFE33F;
    font-weight: bold;
}
.plaster1 .border {
    border-bottom: #FFFFFF 2px solid;
    margin: 10px 0;
}
.plaster1 .mold {
    position: relative;
}
.plaster1 .fuki {
    position: absolute;
    z-index: 100;
}
@media only screen and (min-width: 768px) {
.plaster1 {
    max-width: 739px;
    margin: 0 auto;
    padding: 42px 20px 20px 20px;
    background: url(/assets/img/policy/plaster/plaster_main_bg_pc_01.png) no-repeat 0 0,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_03.png) no-repeat 100% 0,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_07.png) no-repeat 0 100%,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_09.png) no-repeat 100% 100%,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_02_2.png) no-repeat 45% 0,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_02.png) repeat-x 0 0,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_04.png) repeat-y,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_06.png) repeat-y 100% 0,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_08.png) repeat-x 0 100%,
                url(/assets/img/policy/plaster/plaster_main_bg_pc_05.png) repeat;
}
.plaster1 .text {
    width: 53%;
    margin-right: 3%;
    text-align: right;
}
.plaster1 .mold {
    width: 44%;
    text-align: right;
}
.plaster1 .fuki {
    max-width: 173px;
    top: 210.789px;
    left: 60%;
}
}
@media only screen and (min-width: 1200px) {
.plaster1 .plaster1_br {
    display: none;
}
}
@media only screen and (max-width: 767px) {
.plaster1 {
    margin: 0 3% 0 3%;
    padding: 0 3% 20px 3%;
    background: url(/assets/img/policy/plaster/plaster_main_bg_sp_07.png) no-repeat 0 100%,
                url(/assets/img/policy/plaster/plaster_main_bg_sp_09.png) no-repeat 100% 100%,
                url(/assets/img/policy/plaster/plaster_main_bg_sp_04.png) repeat-y,
                url(/assets/img/policy/plaster/plaster_main_bg_sp_06.png) repeat-y 100% 0,
                url(/assets/img/policy/plaster/plaster_main_bg_sp_08.png) repeat-x 0 100%,
                url(/assets/img/policy/plaster/plaster_main_bg_sp_05.png) repeat;
}
.plaster1_sp {
    height: 42px;
    margin: -42px 3% 0 3%;
    background: url(/assets/img/policy/plaster/plaster_main_bg_sp_01.png) no-repeat 0 0,
                url(/assets/img/policy/plaster/plaster_main_bg_sp_03.png) no-repeat 100% 0,
                url(/assets/img/policy/plaster/plaster_main_bg_sp_02_2.png) no-repeat 45% 0,
                url(/assets/img/policy/plaster/plaster_main_bg_sp_02.png) repeat-x 0 0;
    z-index: 100;
    position: relative;
}
.plaster1 h2 {
    font-size: 1.4rem;   
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}
.plaster1 h2 .big {
    font-size: 1.5em;
}
.plaster1 .text {
    margin-bottom: 25px;
    /*font-size: 24.67px;*/
}
.plaster1 .text p {
    font-size: 1.4rem;
    line-height: 1.6em;
}
.plaster1 .big {
    font-size: 1.4em;
}
.plaster1 .mold {
    width: 90%;
    margin: 0 auto 20px auto;
}
.plaster1 .fuki {
    max-width: 200px;
    top: 70%;
    left: -7%;
}
.plaster1 .plaster1_br {
    display: none;
}
}



.plaster2 {
    position: relative;
    margin: 73px auto 0 auto;
    font-weight: bold;
}
.plaster2 h2 {
    width: 225px;
    border: #FFE33F 5.588px solid;
    border-radius :10.559px;
    padding: 4.956px 21.79px;
    margin: 0 auto;
    font-size: 15.84px;
    position: relative;
    background-color: #FFF;
    top: -25px;
}
.plaster2 h2 img {
    max-width: 51.489px;
    margin-right: 10px;
}
.plaster2 h2 .big {
    font-size: 25.35px;
    line-height: 25.35px;
}
.plaster2 .text {
    border-radius :22.124px;
    background-color: #FFE33F;
    padding: 0px 25px 30px 15px;
}
.plaster2 .text p {
    font-family: sans-serif;
    font-size: 19px;
    line-height: 28.31px;
}
.plaster2 .text p .red, .plaster3 .red, .plaster4 .red, .natural .red {
    color: #B6000E;
}

@media only screen and (min-width: 768px) {
.plaster2 {
    max-width: 725.577px;
}
.plaster2 img.pc_only {
    width: 57%;
}
.plaster2 .text {
    text-align: left;
}
.plaster2 .text p {
    width: 39%;
    margin: 0 0 0 3%;
    width: 255px;
}
}
    
@media only screen and (max-width: 767px) {
.plaster2 {
    margin: 109px 30px 0 30px;
}
.plaster2 .text {
    padding: 0 4% 4% 4%;
}
.plaster2 .text p {
    margin-top: 25px;

}
}

.plaster3 {
    max-width: 575.719px;
    margin: 45px auto 0 auto;
}
.plaster3 h2 {
    font-size: 24.45px;
    line-height: 50.07px;
    font-weight: 500;
    background: url(/assets/img/policy/plaster/effect1.png) no-repeat 0% 0%;
    background-size: 74.49px;
    padding-top: 20px;
}
.plaster3 h2 .big {
    font-size: 30.57px;
    font-weight: 700;
}
.plaster3 h2 .big2 {
    font-size: 40.78px;
    font-weight: 700;
}
.plaster3 p {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22.44px;
    line-height: 30.55px;
}
.plaster3 .smoke_text {
    max-width: 351.32px;
    margin: 14px auto 0 auto;
}
.plaster3 .caution {
    max-width: 351.32px;
    background-color: #FFE33F;
    text-align: left;
    margin: 15px auto;
    border-radius :8.526px;
    padding: 6px;
}
.plaster3 .caution img {
    width: 41px;
    margin-right: 13px;
    
}
.plaster3 .caution p {
    font-size: 14.09px;
    line-height: 17.65px;
    letter-spacing: 0.13em;
}

@media only screen and (min-width: 768px) {
.plaster3 h2 {
    width: 65%;
}
.plaster3 img.pc_left {
    width: 35%;
}
}

@media only screen and (max-width: 767px) {
.plaster3 h2 {
    margin: 0 auto;
}
.plaster3 h2 , .plaster3 img.pc_left {
    max-width: 420px;
}
.plaster3 p {
    font-size: 1.4em;
    line-height: 1.4em;
}
}


.plaster4 {
    margin: 25.167px auto 0 auto;
    position: relative;
}
.plaster4 p {
    font-size: 23.74px;
    font-weight: 500;
}
.plaster4 p .big {
    font-size: 27px;
}
.plaster4 .red {
    font-size: 36.12px;
    font-weight: 800;
}
.plaster4 .bg_orange {
    font-size: 30.89px;
    color: #FFF;
    font-weight: bold;
    background-color: #ED6D2F;
    padding: 0 5px;
}
.plaster4 .orange {
    color: #EB612A;
    font-weight: 800;
    padding: 0 3px;
}
@media only screen and (min-width: 768px) {
.plaster4 {
    width: 79%;
    background: url(/assets/img/policy/plaster/safe_pc.png) no-repeat 100% 100% / 35%,
                url(/assets/img/policy/plaster/box_shadow1_01.png) no-repeat 0 0,
                url(/assets/img/policy/plaster/box_shadow1_03.png) no-repeat 100% 0,
                url(/assets/img/policy/plaster/box_shadow1_07.png) no-repeat 0 100%,
                url(/assets/img/policy/plaster/box_shadow1_02.png) repeat-x 0 0,
                url(/assets/img/policy/plaster/box_shadow1_04.png) repeat-y;
    padding: 0 20px 20px 20px;
    text-align: left;
}
.plaster4 p {
    line-height: 48.43px;
}
.plaster4 .orange {
    font-size: 36.12px;
    background: linear-gradient(transparent 68%, #FFF100 68%);
}
.plaster4 .zero {
    max-width: 74.839px;
}
}

@media only screen and (max-width: 767px) {
.plaster4 {
    width: 94%;
    text-align: left;
    border-radius : 20px;
    background: url(/assets/img/policy/plaster/safe_sp.png) no-repeat 100% 100% / 45%,
                url(/assets/img/policy/plaster/box_shadow1_01.png) no-repeat 0 0,
                url(/assets/img/policy/plaster/box_shadow1_03.png) no-repeat 100% 0,
                url(/assets/img/policy/plaster/box_shadow1_07.png) no-repeat 0 100%,
                url(/assets/img/policy/plaster/box_shadow1_02.png) repeat-x 0 0,
                url(/assets/img/policy/plaster/box_shadow1_04.png) repeat-y #FFF;
    padding: 20px;
}
.plaster4 .p1 {
    line-height: 1.5em;
    margin-bottom: 30px;
}
.plaster4 .p3 {
    line-height: 1.8em;
    padding-top: 30px;
}
.plaster4 .red {
    float: left;
    line-height: 1.1em;
    text-align: center;
}
.plaster4 .equal {
    float: left;
    padding: 15px 10px 0 5px;
}
.plaster4 .bg_orange {
    float: left;
    line-height: 1.1em;
    text-align: center;
    padding: 3px 10px 8px 10px;
    z-index: 1000;
    position: relative;
}
.plaster4 .orange {
    font-size: 45px;
    background: linear-gradient(transparent 85%, #FFF100 85%);
}
.plaster4 .zero {
    max-width: 90px;
    margin-top: -30px;
}
.plaster4 .nomura {
    display: inline-block;
}
}

@media only screen and (min-width: 768px) {
.plaster5 {
    background-color: #EEF5D8;
    height: 22.109px;
    margin-top: 31.609px;
}
}

.power {
    background-color: #FFF5D5;
}
.power_top {
    width: 100%;
    text-align: center;
    background-color: #FFF; 
}
.power_line {
    background-color: #006CA8;
    height: 6.865px;
}
@media only screen and (min-width: 768px) {
.power {
    padding-top: 49.6px;
}
.power_top .pc_only {
    max-width: 692px;
    margin: 10.778px auto 0 auto;
}
.power_top h2 {
    padding: 49px 0 5px 0;
    background: linear-gradient(transparent 92%, #FFE33F 92%);
}
.power_top h2 .fuki {
    max-width: 106px;
    top: 10%;
    right: -23%;
}
}
    
@media only screen and (max-width: 767px) {
.power {
    padding-top: 96.038px;
}
.power_top {
    text-align: center;
    margin: 0 auto;
}
}

label {
    float: left;
    display: block;
    cursor :pointer;
}

input {
    display: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li{
    opacity: 1;
}
.power_text1, .power_text2, .power_text3, .power_text4 {
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    border-radius :19.659px;
    position: relative;
    background: url(/assets/img/policy/plaster/box_shadow2_03.png) no-repeat 100% 0,
                url(/assets/img/policy/plaster/box_shadow2_09.png) no-repeat 100% 100%,
                url(/assets/img/policy/plaster/box_shadow2_06.png) repeat-y 100% 0,
                url(/assets/img/policy/plaster/box_shadow2_08.png) repeat-x 0 100% #FFFCD1;
}
.power_text1 h3, .power_text2 h3, .power_text3 h3, .power_text4 h3 {
    color: #B6000E;
    font-family: 'A-OTF 秀英明朝 Pr6',serif;
    font-weight: 800;
    font-size: 33.49px;
    line-height: 44.49px;
    border-bottom: #B6000E 8.322px solid;
    display: inline;
}
.power_text1 h3 .small {
    font-size: 23.08px;
}
.power_text1 .sub_title, .power_text2 .sub_title, .power_text3 .sub_title, .power_text4 .sub_title {
    font-family: 'A-OTF 秀英明朝 Pr6',serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin: 16px 0 8.246px 0;
}
.power_text1 .sub_title {
    margin: 16px 0 32px 0;
}
.power_text1 p, .power_text2 p, .power_text3 p, .power_text4 p {
    text-align: left;
    font-size: 17.34px;
    line-height: 23.45px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
label {
    width: 25%;
}
#links01 {
    background: url(/assets/img/policy/plaster/power1_bg.png) no-repeat 0 14.941px;
}
#links02 {
    background: url(/assets/img/policy/plaster/power2_bg.png) no-repeat 0 14.941px;
}
#links03 {
    background: url(/assets/img/policy/plaster/power3_bg.png) no-repeat 0 14.941px;
}
#links04 {
    background: url(/assets/img/policy/plaster/power4_bg.png) no-repeat 0 30px;
}
#menu_bar01:checked ~ #links01 li {
    height: 700px;
}
#menu_bar02:checked ~ #links02 li {
    height: 550px;
}
#menu_bar03:checked ~ #links03 li {
    height: 450px;
}
#menu_bar04:checked ~ #links04 li {
    height: 600px;
}
.power_text1, .power_text2, .power_text3, .power_text4 {
    width: 75%;  
}
.power_text1 .pc_left {
    width: 40%;
}
.power_text1 .pet {
    max-width: 356px;
    width: 10%;
    float: right;
}
.power_text4 .sub_title {
    display: inline;
}
.power_text4 p {
    margin-top: 20px;
}
.power1-1_pc {
    width: 81%;
    padding: 22px 14% 0 5%;
}
.power2-1_pc {
    width: 49%;
    padding: 26px 12% 0 39%;
    z-index: 100;
    position: relative;
    top: -75px;
    margin-top: -420px;
}
.power2-2_pc {
    width: 70%;
    padding: 26px 18% 0 12%;
    z-index: 1;
}
.power3-1_pc {
    width: 33%;
    padding: 26px 10% 0 57%;
    z-index: 100;
    position: relative;
    top: -105px;
    margin-top: -420px;
}
.power3-2_pc {
    width: 81%;
    padding: 26px 9% 0 10%;
    z-index: 1;
}
.power4-1_pc {
    width: 68%;
    padding: 10px 11% 0 21%;
}
}
    
@media only screen and (max-width: 767px) {
label {
    width: 50%;
}
#menu_bar01:checked ~ #links01 li {
    height: 740px;
}
#menu_bar02:checked ~ #links02 li {
    height: 740px;
}
#menu_bar03:checked ~ #links03 li {
    height: 750px;
}
#menu_bar04:checked ~ #links04 li {
    height: 800px;
}
.power_text1, .power_text2, .power_text3, .power_text4 {
    margin: 0 22px;
}
.power_text1 .sub_title, .power_text2 .sub_title, .power_text3 .sub_title, .power_text4 .sub_title {
    text-align: center;
}
.power1-1_sp {
    margin-top: 28.673px;
    z-index: 1;
}
.power3-1_sp {
    position: relative;
    margin: -330px 0 0 auto;
    max-width: 600px;
    z-index: 100;
}
.power3-2_sp {
    margin-top: 50px;
}
.power4-1_sp {
    margin-top: 20px;
}
}

.menu_open {
    text-align: center;
    background-color: #FFF;
}

@media only screen and (min-width: 768px) {
.menu_open img {
    max-width: 41.773px;
    margin: 9.447px auto 4.774px auto;
}
.power_text1 ,.power_text2, .power_text3, .power_text4 {
    /*position: relative;*/
}
.power_text1 {
    margin-top: -145px;
}
.power_text2 {
    margin-top: -190px;
    z-index: 50;
}
.power_text3 {
    margin-top: -180px;
    z-index: 50;
}
.power_text4 {
    margin-top: -60px;
}
.power_no1, .power_no2, .power_no3, .power_no4 {
    max-width: 61px;
    position: relative;
    top: -10px;
    left: 10px;
}
}
    
@media only screen and (max-width: 767px) {
.power_text1, .power_text2, .power_text3, .power_text4 {
    text-align: center;
}
.power_text1 h3, .power_text2 h3, .power_text3 h3, .power_text4 h3 {
    margin: 0 auto;
}
.power_no1, .power_no2, .power_no3, .power_no4 {
    max-width: 93.845px;
    margin: 0 6.5%;
}
.power_sp_line {
    text-align: center;
    padding: 24.5px 0 10px 0;
}
.power_sp_line::before, .power_sp_line::after {
    content: '';
    display: inline-block;
    width: 20%;
    height: 7px;
    background-image: url(/assets/img/policy/plaster/power_sp_line.png);
    background-repeat: repeat-x;
    background-size: contain;
    vertical-align: 50%;
}
.power_text1 {
    margin-top: -30px;
}
.power_text2 {
    margin-top: -13px;
    z-index: 50;
}
.power_text3 {
    margin-top: -20px;
    z-index: 50;
}
.power_text4 {
    margin-top: -55px;
}
.menu_open img {
    max-width: 62px;
    margin: 12px auto 8px auto;
}
}


.natural {
    width: 100%;
    font-family: 'A-OTF 秀英明朝 Pr6',serif;
    background-color: #FFF;
}
.natural h2 {
    font-weight: 800;
}
.natural .p1, .natural .p2, .natural .p3 {
    color: #FFF;
    background-color: #6CAEA1;
}
.natural .p1 {
    font-size: 27.6px;
    line-height: 1em;
    margin: 43.871px 0 25.556px 0;
    position: relative;
}
.natural .p2, .natural .p3 {
    padding: 8px 0 11px 0;
    text-align: center;
}
.natural .left {
    width: 63%;
    margin-right: 2%;
    font-weight: 600;
}
.natural .right {
    width: 35%;
    font-weight: 600;
}
.natural .p4 {
    font-family: sans-serif;
    font-size: 16.44px;
    line-height: 22.34px;
    font-weight: 500;
    margin-top: 17.889px;
}
.natural .p1 img {
    max-width: 110.754px;
    position: absolute;
    top: -18px;
    right: -18px;
}
.natural img.sp_only {
    width: 100%;
    padding: 20px 8% 0 20%;
}
@media only screen and (min-width: 768px) {
.natural {
    margin: 81.589px 0 27.651px 0;
    padding: 34.33px 10.5% 56.494px 10.5%;
    background: url(/assets/img/policy/plaster/natural100.jpg) no-repeat 95% 10% #FFF;
    background-size: 34%;
}
.natural h2 {
    font-size: 24.13px;
    line-height: 30px;
}
.natural h2 .small {
    font-size: 19.05px;
}
.natural h2 .big {
    font-size: 31.55px;
}
.natural h2 .red {
    font-size: 37.29px;
}
.natural .p1 {
    width: 59%;
    padding: 13px 0 19px 2%;
}
.natural .p2, .natural .p3 {
    font-size: 17.46px;
    line-height: 19px;
}
}
    
@media only screen and (max-width: 767px) {
.natural {
    margin: 74.787px 0 0 0;
    padding: 51.884px 3.5% 69.79px 3.5%;
}
.natural h2 {
    font-size: 1.4em;
    line-height: 1.8;
    text-align: center;
}
.natural h2 .small {
    font-size: 1.2em;
}
.natural h2 .big {
    font-size: 1.6em;
}
.natural h2 .red {
    margin-top:3%;
    font-size: 4.6rem;
    line-height: 3.6rem;
    display: inline-block;
    position: relative;
}
.natural h2 .red::before {
    content:"";
    display: block;
    width:20%;
    height:40px;
    background:  url(/assets/img/policy/plaster/natural_h2_bg1.png) left center no-repeat;
    background-size: 80%;
    position: absolute;
    left:-15%;
    bottom:-20px;
}
.natural h2 .red::after {
    content:"";
    display: block;
    width:20%;
    height:40px;
    background: url(/assets/img/policy/plaster/natural_h2_bg2.png) right center no-repeat;
    background-size: 80%;
    position: absolute;
    right:-20%;
    bottom:-20px;
}
.natural .p1 {
    font-size: 22px;
    padding: 13px 0 19px 8%;
}
.natural .p2, .natural .p3 {
    font-size: 19px;
    line-height: 23px;
}
.natural .p3 {
    padding: 20.5px 0;
}
.natural .p1 img {
    max-width: 23%;
    position: absolute;
    top: -10px;
    right: -18px;
}
}


/*ADD 20230331*/

.show_sp{
 display: none;
}
.show_sp02{
 display: none;
}
@media only screen and (max-width: 767px) {
 .show_pc{
  display: none;
 }
 .show_sp{
  display: block;
 }
 .show_sp02{
  display: inline;
 }
}

/*ADD 20230410*/
.mincho {
  font-family: "Noto Serif JP", sans-serif;
}
.heat-insulation {
  padding: 0 5%;
}
.heat-insulation01 {
  padding: 50px 0;
}
.heat-insulation01 .text01 {
  padding: 0 0 40px;
  font-size: 2.4rem;
  text-align: center;
}
.heat-insulation01 .text01 span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #222;
}
.heat-insulation01 .text01 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.heat-insulation01_01 {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 10px 60px; 
  text-align: center;
}
.heat-insulation01_01 .contents {
  padding: 0 0 20px;
}
.heat-insulation01_01 .contents .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.heat-insulation01_01 .contents .item {
  width: 32%;
  height: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.heat-insulation01_01 .contents .item:first-of-type {
  color: #fff;
  background-color: #253F76;
}
.heat-insulation01_01 .contents .item:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #253F76;
  position: absolute;
  top: 0;
  right: -3%;
}
.heat-insulation01_01 .text02 {
  font-size: 1.8rem;
}
.heat-insulation01_01 .text02 span {
  display: inline-block;
  margin: 0 5px;
  padding: 3px 18px;
  border-radius: 30px;
  box-shadow:0px 0px 8px 3px #fff inset;
}
.heat-insulation01_01 .text02 .span01 {
  background-color: #FCE5DC;
  box-shadow:0px 0px 8px 3px #fff inset;
}
.heat-insulation01_01 .text02 .span02 {
  background-color: #E8F5F6;
}
.heat-insulation01_01 .heading {
  padding: 0 0 20px 0;
  font-size: 4rem;
  letter-spacing: .05em;
}
.heat-insulation01_01 .text03 {
  font-size: 1.6rem;
}

.heat-insulation01_02 {
  max-width: 750px;
  margin: 0 auto;
  padding: 25px 8%;
  background-color: #F4F5F8;
  border-radius: 30px;
}
.heat-insulation01_02 .text01 {
  padding: 0 0 30px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #253F76;
}
.heat-insulation01_02_in {
  padding: 0 0 60px;
}
.heat-insulation01_02_in .box01 {
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
.heat-insulation01_02_in .box01 .image01 {
  max-width: 160px;
  width: 30%;
}
.heat-insulation01_02_in .box01 .contents {
  flex: 1;
} 
.heat-insulation01_02_in .box01 .contents_title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #EA8171;
  border-bottom: 1px solid #222;
} 
.heat-insulation01_02_in .box01 .contents_text {
  padding: 15px 0;
}
.heat-insulation01_02_in .memo {
  padding: 20px 0;
  font-size: 1.2rem;
  text-align: center;
}
.heat-insulation01_02_in .text02 {
  padding: 0 0 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #EA8171;
  text-align: center;
}
.heat-insulation01_02_in .text02 span {
  font-size: 1.5rem;
}
.heat-insulation01_02_in .text03 {
  padding: 0 0 10px;
  font-size: 1.9rem;
  font-weight: bold;
}
.heat-insulation01_02_in .text04 {
  padding: 20px 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #EA8171;
  text-align: center;
}
.heat-insulation01_02_in .text04 span {
  font-size: 2rem;
}
.heat-insulation01_02_in._second {
  padding: 0;
}
.heat-insulation01_02_in._second  .box01 .contents_title {
  color: #253F76;
}
.heat-insulation01_02_in._second .text02 {
  padding: 0;
  font-size: 3.4rem;
  text-align: center;
  color: #253F76;
  border-bottom: 1px solid #222;
  letter-spacing: .05em;
}
.heat-insulation01_02_in._second .text02 span {
  font-size: 2.4rem;
  font-weight: normal;
}
.heat-insulation01_02_in._second .text02_02 {
  padding: 15px 0;
}
.heat-insulation01_02_in._second .text05 {
  padding: 40px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #253F76;
  text-align: center;
}
.heat-insulation01_03 .image01 {
  width: 80%;
  padding: 30px 0 20px;
}
.heat-insulation01_03 .text01 {
  padding: 0 0 40px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
}
.heat-insulation01_03_01 .title .span01 {
  display: inline-block;
  padding: 0 5px 5px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #253F76;
  border-bottom: 1px solid #222;
}
.heat-insulation01_03_01 .title .span02 {
  display: inline-block;
  margin: 0 20px;
  font-size: 1.2rem;
}
.heat-insulation01_03_01 .image02 {
  padding: 40px 0;
}
.heat-insulation01_03_02 {
  padding: 25px;
  background-color: #253F76;
  color: #fff;
  text-align: center;
}
.heat-insulation01_03_02 .text02 {
  padding: 0 0 10px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}
.heat-insulation01_03_02 .text02 span {
  font-size: 3.4rem;
  font-weight: bold;
  color: #FFF67F;
}
.heat-insulation01_03_02 .text03 {
  font-weight: bold;
  line-height: 1.7;
}

.heat-insulation02 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px 0;
}
.heat-insulation02 .heading {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 90px;
}
.heat-insulation02_in {
  padding: 0 0 40px 0;
}
.heat-insulation02_in .title {
  display: flex;
  align-items: center;
  padding: 0 0 40px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: .05em;
}
.heat-insulation02_in .title img {
  display: inline-block;
  width: 55px;
  margin-right: 10px;
  vertical-align: middle;
}
.heat-insulation02_in .title .span02 {
  flex: 1;
  display: block;
  background: linear-gradient(transparent 80%, #E9ECF1 80%);
}
.heat-insulation02_in .box {
  padding: 0 0 30px 6%;
}
.heat-insulation02_in .box_title {
  padding: 0 0 20px;
  font-size: 2rem;
  color: #253F76;
}
.heat-insulation02_in .box_title .border {
  display: inline-block;
  width: 10px;
  height: 25px;
  margin-right: 10px;
  background-color: #253F76;
  vertical-align: -5px;
}
.heat-insulation02_in .box .image01 {
  width: 85%;
  margin: 0 auto;
}
.heat-insulation02_in .box .text01 {
  padding: 0 0 30px;
  line-height: 2;
}
.heat-insulation02_in .box .text02 {
  padding: 20px 0 30px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #253F76;
}
.heat-insulation02_in .box_in {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}
.heat-insulation02_in .box_in .image02 {
  max-width: 280px;
  width: 48%;
}
.heat-insulation02_in .box_in .contents {
  width: 48%;
}
.heat-insulation02_in .box_in .contents .text03 {
  padding: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #E95513;
  line-height: 2;
}
.heat-insulation02_in .box_in .contents .text04 {
  padding: 0 0 25px;
}
.heat-insulation02_in .box_in02 {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  border: 1px solid #253F76;
}
.heat-insulation02_in .box_in02 .box_in02_left {
  width: 40%;
  padding: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background-color: #253F76;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heat-insulation02_in .box_in02 .box_in02_left .span01_01 {
  font-size: 2rem;
}
.heat-insulation02_in .box_in02 .box_in02_left .span02 {
  display: block;
  font-size: 1.3rem;
}
.heat-insulation02_in .box_in02 .box_in02_right {
  width: 60%;
  padding: 10px 15px;
  line-height: 1.7;
}
.heat-insulation02_in .text05 {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
}
.heat-insulation02_in .text05 span {
  font-size: 2.6rem;
}
.heat-insulation02_in._second .title {
  font-size: 2rem;
  line-height: 1.3;
}
.heat-insulation02_in._second .title img {
  width: 65px;
  margin-right: 10px;
}
.heat-insulation02_in._second .title .span02 {
  background: linear-gradient(transparent 85%, #E9ECF1 85%);
}
.heat-insulation02_in._second .title .span02_01 {
  font-size: 3.2rem;
  font-weight: 600;
  padding: 0 0 0 5px;
}
.heat-insulation02_in._second .title .span02_02 {
  display: inline-block;
  font-size: 1.9rem;
  vertical-align: top;
}
.heat-insulation02_in._second .title .span02_03 {
  display: block;
  font-size: 2.6rem;
}
.heat-insulation02_in._second .memo {
  font-size: 1.2rem;
  padding: 0 0 0 6%;
}
.heat-insulation02_in._second .box {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 30px 6%;
}
.heat-insulation02_in._second .contents {
  width: 46%;
}
.heat-insulation02_in._second .contents .img01 {
  display: block;
  width: 60px;
}
.heat-insulation02_in._second .contents .title02 {
  padding: 0 0 5px 0;
  line-height: 1.3;
  border-bottom: 1px solid #222;
}
.heat-insulation02_in._second .contents .title02 .span01 {
  display: block;
  padding: 10px 0 5px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.heat-insulation02_in._second .contents .title02 .span02 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #253F76;
}
.heat-insulation02_in._second .contents .img02 {
  display: inline-block;
  width: 90px;
  margin: 0 5px 0 0;
  vertical-align: baseline;
}
.heat-insulation02_in._second .contents .text01 {
  padding: 10px 0;
  line-height: 2;
}
.heat-insulation02_in._second .text03 {
  padding: 15px 0 0;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #253F76;
}
.heat-insulation02_in._second .contents .img03 {
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
}
.heat-insulation02_in._second .image {
  width: 46%;
}
.heat-insulation02_in._second .box02 {
  display: block;
}
.heat-insulation02_in._second .box02 .contents {
  max-width: 70%;
  width: 100%;
}
.heat-insulation02_in._second .box02 .contents .img02 {
  width: 50px;
}
.heat-insulation02_in._second .box02 .image01 {
  width: 100%;
  padding: 25px 0 30px;
}
.heat-insulation02_in._second .image02 {
  width: 70%;
  margin: 0 auto;
}
.heat-insulation02_in._second .box03 {
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
.heat-insulation02_in._second .box03 .contents {
  flex: 1;
  padding: 0 5% 0 0;
}
.heat-insulation02_in._second .box03 .image01 {
  width: 50%;
  max-width: 200px;
}
.heat-insulation02_in._second .text02 {
  padding: 0 0 30px 0;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #253F76;
  letter-spacing: .05em;
}
.heat-insulation02_in._third .image01 {
  padding: 0 0 50px 0;
}
.heat-insulation02_in._third .box04_in {
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 0 0 60px 0;
}
.heat-insulation02_in._third .box04_in .contents {
  flex: 1;
  padding: 0 7% 0 0;
}
.heat-insulation02_in._third .box04_in .contents_in {
  display: flex;
  gap: 20px;
  padding: 0 0 30px 0;
}
.heat-insulation02_in._third .box04_in .contents_in .icon {
  width: 94px;
}
.heat-insulation02_in._third .box04_in .contents_in .lead_text {
  font-size: 2rem;
  color: #253F76;
  line-height: 1.5;
}
.heat-insulation02_in._third .box04_in .image {
  max-width: 170px;
  width: 45%;
}
.heat-insulation02_in._third .image02,
.heat-insulation02_in._third .image03 {
  padding: 0 0 50px 0;
}
.heat-insulation02_in._third .box04_in-02 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 60px 0;
}
.heat-insulation02_in._third .box04_in-02 .contents {
  flex: 1;
  padding: 0 5% 0 0;
}
.heat-insulation02_in._third .box04_in-02 .lead_text {
  padding: 0 0 20px;
  font-size: 2rem;
  color: #253F76;
  display: flex;
}
.heat-insulation02_in._third .box04_in-02 .lead_text .border {
  display: inline-block;
  width: 10px;
  height: auto;
  margin-right: 10px;
  background-color: #253F76;
  vertical-align: -5px;
}
.heat-insulation02_in._third .box04_in-02 .lead_text .span01 {
  display: inline-block;
}
.heat-insulation02_in._third .box04_in-02 .image {
  max-width: 370px;
  width: 55%;
}
.heat-insulation02_in._third .box04-02 .box04_in {
  padding: 0 0 40px 0;
}
.heat-insulation02_in._third .box04-02 .box04_in .contents_in {
  padding: 0 0 0 0;
  align-items: center;
}
.heat-insulation02_in._third .text02 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #253F76;
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  .contents_wrap_twocolumn .main_contents {
    margin: 0;
    padding: 2% 0 10%;
}
  .heat-insulation {
    padding: 0 5%;
  }
  .heat-insulation01 {
    padding: 20px 5%;
  }
  .heat-insulation01 .text01 {
    padding: 0 0 25px;
    font-size: 1.8rem;
  }
  .heat-insulation01 .text01 span {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
  }
  .heat-insulation01_01 {
    padding: 0 0 30px; 
  }
  .heat-insulation01_01 .contents {
    padding: 0 0 20px;
  }
  .heat-insulation01_01 .contents .box {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .heat-insulation01_01 .text02 {
    font-size: 1.5rem;
  }
  .heat-insulation01_01 .heading {
    padding: 20px 0 20px 0;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .heat-insulation01_01 .text03 {
    font-size: 1.4rem;
  }
  
  .heat-insulation01_02 {
    margin: 0 auto;
    padding: 20px 4%;
  }
  .heat-insulation01_02 .text01 {
    padding: 0 0 20px;
    font-size: 1.8rem;
  }
  .heat-insulation01_02_in {
    padding: 0 0 40px;
  }
  .heat-insulation01_02_in .box01 .contents_title {
    font-size: 1.6rem;
  } 
  .heat-insulation01_02_in .box01 .contents_text {
    padding: 15px 0 10px;
    line-height: 1.7;
  }
  .heat-insulation01_02_in .memo {
    padding: 10px 0 15px;
    font-size: 1.2rem;
  }
  .heat-insulation01_02_in .text02 {
    padding: 0 0 25px;
    font-size: 1.6rem;
  }
  .heat-insulation01_02_in .text02 span {
    font-size: 1.3rem;
  }
  .heat-insulation01_02_in .text03 {
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
  .heat-insulation01_02_in .text04 {
    padding: 20px 0 0;
    font-size: 1.9rem;
  }
  .heat-insulation01_02_in .text04 span {
    font-size: 1.6rem;
  }
  .heat-insulation01_02_in._second .text02 {
    padding: 0;
    font-size: 2rem;
  }
  .heat-insulation01_02_in._second .text02 span {
    font-size: 1.5rem;
  }
  .heat-insulation01_02_in._second .text02_02 {
    padding: 15px 0;
  }
  .heat-insulation01_02_in._second .text05 {
    padding: 40px 0 0;
    font-size: 1.5rem;
  }
  .heat-insulation01_03 .image01 {
    width: 100%;
    padding: 20px 0;
  }
  .heat-insulation01_03 .text01 {
    font-size: 1.4rem;
}
  .heat-insulation01_03_01 .title .span01 {
    padding: 0 5px;
    font-size: 1.8rem;
  }
  .heat-insulation01_03_01 .title .span02 {
    margin: 5px 10px;
    font-size: 1.2rem;
  }
  .heat-insulation01_03_01 .image02 {
    padding: 40px 0;
  }
  .heat-insulation01_03_02 {
    padding: 15px;
  }
  .heat-insulation01_03_02 .text02 {
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
  .heat-insulation01_03_02 .text02 span {
    font-size: 2.1rem;
    display: block;
  }
  
  .heat-insulation02 {
    padding: 35px 5% 0;
  }
  .heat-insulation02 .heading {
    padding: 0 0 40px;
  }
  .heat-insulation02_in {
    padding: 0;
  }
  .heat-insulation02_in .title {
    padding: 0 0 30px;
    font-size: 1.8rem;
  }
  .heat-insulation02_in .title img {
    width: 45px;
  }
  .heat-insulation02_in .box {
    padding: 0 0 30px 0;
  }
  .heat-insulation02_in .box_title {
    padding: 0 0 15px;
    font-size: 1.6rem;
    display: flex;
  }
  .heat-insulation02_in .box_title .border {
    width: 8px;
    height: auto;
    margin-right: 7px;
  }
  .heat-insulation02_in .box_title .span01 {
    display: inline-block;
    flex: 1;
  }
  .heat-insulation02_in .box .image01 {
    width: 85%;
    margin: 0 auto;
  }
  .heat-insulation02_in .box .text01 {
    padding: 0 0 30px;
  }
  .heat-insulation02_in .box .text02 {
    padding: 20px 0 10px;
    font-size: 1.8rem;
  }
  .heat-insulation02_in .box_in {
    flex-direction: column;
    padding: 0;
  }
  .heat-insulation02_in .box_in .image02 {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
  }
  .heat-insulation02_in .box_in .contents {
    width: 100%;
  }
  .heat-insulation02_in .box_in .contents .text03 {
    padding: 10px 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .heat-insulation02_in .box_in .contents .text04 {
    padding: 0 0 15px;
  }
  .heat-insulation02_in .box_in02 {
    margin: 0 auto 10px;
    flex-direction: column;
  }
  .heat-insulation02_in .box_in02 .box_in02_left {
    width: 100%;
    padding: 10px;
    font-size: 2.5rem;
  }
  .heat-insulation02_in .box_in02 .box_in02_left .span01_01 {
    font-size: 1.5rem;
  }
  .heat-insulation02_in .box_in02 .box_in02_left .span02 {
    font-size: 1.2rem;
  }
  .heat-insulation02_in .box_in02 .box_in02_right {
    width: 100%;
    padding: 10px 15px;
    line-height: 1.7;
  }
  .heat-insulation02_in .text05 {
    font-size: 1.6rem;
  }
  .heat-insulation02_in .text05 span {
    font-size: 2rem;
  }
  .heat-insulation02_in._second .title {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .heat-insulation02_in._second .title img {
    width: 45px;
    margin-right: 8px;
  }
  .heat-insulation02_in._second .title .span02_01 {
    font-size: 1.9rem;
    padding: 0 0 0 3px;
  }
  .heat-insulation02_in._second .title .span02_02 {
    font-size: 1.4rem;
  }
  .heat-insulation02_in._second .title .span02_03 {
    font-size: 1.65rem;
  }
  .heat-insulation02_in._second .memo {
    padding: 0;
  }
  .heat-insulation02_in._second .box {
    flex-direction: column;
    padding: 30px 0;
  }
  .heat-insulation02_in._second .contents {
    width: 100%;
  }
  .heat-insulation02_in._second .contents .img01 {
    display: inline-block;
    width: 50px;
    margin-right: 5px;
  }
  .heat-insulation02_in._second .contents .title02 {
    display: inline-block;
    padding: 0 0 5px 0;
  }
  .heat-insulation02_in._second .contents .title02 .span01 {
    padding: 10px 0 5px 0;
    font-size: 1.4rem;
  }
  .heat-insulation02_in._second .contents .title02 .span02 {
    font-size: 1.6rem;
  }
  .heat-insulation02_in._second .contents .img02 {
    width: 80px;
    margin: 0 5px 0 0;
  }
  .heat-insulation02_in._second .text03 {
    padding: 15px 0 0;
    font-size: 1.6rem;
  }
  .heat-insulation02_in._second .contents .img03 {
    padding: 10px 0;
  }
  .heat-insulation02_in._second .image {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .heat-insulation02_in._second .box02 .contents {
    max-width: 100%;
    width: 100%;
  }
  .heat-insulation02_in._second .box02 .contents .img02 {
    width: 40px;
  }
  .heat-insulation02_in._second .box02 .image01 {
    width: 100%;
    padding: 30px 0 0;
  }
  .heat-insulation02_in._second .image02 {
    width: 90%;
  }
  .heat-insulation02_in._second .box03 .contents .title02 {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 5px 0;
    text-align: center;
  }
  .heat-insulation02_in._second .text02 {
    padding: 0 0 30px 0;
    font-size: 1.8rem;
  }
  .heat-insulation02_in._third .image01 {
    padding: 0 0 35px 0;
  }
  .heat-insulation02_in._third .box04_in {
    flex-direction: column;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .heat-insulation02_in._third .box04_in .contents {
    flex: 1;
    padding: 0;
  }
  .heat-insulation02_in._third .box04_in .contents_in {
    align-items: center;
    gap: 15px;
    padding: 0 0 30px 0;
  }
  .heat-insulation02_in._third .box04_in .contents_in .icon {
    width: 60px;
  }
  .heat-insulation02_in._third .box04_in .contents_in .lead_text {
    font-size: 1.6rem;
  }
  .heat-insulation02_in._third .box04_in .image {
    max-width: 100%;
    width: 45%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .heat-insulation02_in._third .image02,
  .heat-insulation02_in._third .image03 {
    padding: 0 0 25px 0;
  }
  .heat-insulation02_in._third .box04_in-02 {
    flex-direction: column;
    padding: 20px 0 30px;
  }
  .heat-insulation02_in._third .box04_in-02 .contents {
    flex: 1;
    padding: 0;
  }
  .heat-insulation02_in._third .box04_in-02 .lead_text {
    padding: 0 0 20px;
    font-size: 1.6rem;
    display: flex;
  }
  .heat-insulation02_in._third .box04_in-02 .lead_text .border {
    width: 8px;
    height: auto;
    margin-right: 10px;
  }
  .heat-insulation02_in._third .box04_in-02 .lead_text .span01 {
    display: inline-block;
  }
  .heat-insulation02_in._third .box04_in-02 .image {
    max-width: 370px;
    width: 55%;
    margin: 0 auto;
    padding: 20px 0;
  }
  
  .heat-insulation02_in._third .box04-02 .box04_in {
    padding: 0 0 40px 0;
  }
  .heat-insulation02_in._third .box04-02 .box04_in .contents_in {
    padding: 0 0 0 0;
    align-items: center;
  }
  .heat-insulation02_in._third .box04-02 .box04_in-02 .image {
    width: 75%;
  }
  .heat-insulation02_in._third .text02 {
    font-size: 1.8rem;
  }
}