﻿@charset "utf-8";


@media screen and (min-device-width:1025px) {
  body {
    min-width: 300px;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*↓style2.cssベース*/
div.b-sp-hero h1.mb {
  line-height: 24px;
  height: 50px;
  padding: 10px 0;
}

.b-hero {
  background: #fff url(../images/restoration/mv.png) center 131px/1920px 250px no-repeat;
}
.b-hero .b-title h1 {
  position: absolute;
  right: 50%;
  top: 60%;
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%);
  width: 100%;
  font-size: 46px;
  font-weight: bold;
}

.btn_box {
  /* margin:0px auto -20px auto; */
}
@media screen and (max-width: 767px) {
  div.b-sp-hero h1.mb {
    font-size: 22px;
    line-height: 20px;
    height: auto;
    padding: 24px 0;
  }
  .btn_box {
    margin:0px auto;
  }
}

.restoration_btn {
  display: block;
  width: 580px;
  margin: 0 auto;
  color: #fff;
  background: #048C01;
  font-weight: bold;
  font-size: 26px;
  padding: 20px 30px;
  text-decoration: none;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
.restoration_btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 45px;
}
.restoration_btn :before {
    content: "";
    display: inline-block;
    left: 22px;
    width: 24px;
    height: 4px;
    position: relative;
    background: #fff;
    top: -8px;
}
.restoration_btn :after {
    content: "";
    display: inline-block;
    left: 3px;
    width: 16px;
    height: 16px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}
@media screen and (max-width: 767px) {
  .restoration_btn {
    width: 100%;
    font-size: 16px;
    padding: 18px 12px;
  }
  .restoration_btn i {
    right: 20px;
  }
  .restoration_btn :before {
    width: 12px;
    height: 2px;
    top: -4px;
    left: 12px;
  }
  .restoration_btn :after {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 320px) {
  .restoration_btn {
    font-size: 14px;
  }
}


.restoration_btn02 {
  display: block;
  width: 250px;
  margin-right: 80px;
  color: #fff;
  background: #048C01;
  font-weight: bold;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.restoration_btn02 i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 20px;
}
.restoration_btn02 :after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0,-50%)rotate(45deg);
  transform: translate(0,-50%)rotate(45deg);
}

/* Original */
.restoration {
  margin-top: 0px;
  /* padding: 0 80px 60px 0; */
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .restoration {
    margin-top: 0px;
    padding: 20px 0 25px;
  }
  .restoration_btn02 {
    display: block;
    width: 250px;
    font-size: 19px;
    padding: 14px 0;
    margin: 0 auto;
  }
  .restoration_btn02:nth-of-type(1) {
    margin-bottom: 15px;
  }
}

.restoration section {
  padding: 0 40px 70px;
  max-width: 1054px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .restoration section {
    padding: 0 16px;
    margin: 0 auto;
  }
}

.restoration--headline01{
  font-size: 35px;
  line-height: 1.457;
  text-align: center;
  font-weight: bold;
  color: #000;
  padding: 45px 0 35px;
}
.restoration--headline {
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
  color: #C72826;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .restoration--headline01{
    font-size: 19px;
    padding: 0;
  }
  .restoration--headline {
    font-size: 16px;
    padding: 25px 0;
  }
}

.restoration_condition {
  background: #fff;
  padding: 48px 82px 74px;
  text-align: center;
}
.restoration_condition--sub_ttl {
  color: #048C01;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .restoration_condition {
    padding: 18px 8px 22px;
  }
  .restoration_condition--sub_ttl {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 15px;
  }
}

.restoration_condition--list li {
  font-size: 30px;
  line-height: 1.7;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
}
.restoration_condition--list li.last {
  padding-top: 40px;
}
.restoration_condition--list li:before {
  content: "1.";
  position: absolute;
  left: 0;
}
.restoration_condition--list li:nth-of-type(2):before {
  content: "2.";
  position: absolute;
  left: 0;
}
.restoration_condition--list li:nth-of-type(3):before {
  content: "3.";
  position: absolute;
  left: 0;
}
.restoration_condition--list li:nth-of-type(4):before {
  content: "4.";
  position: absolute;
  left: 0;
}
.restoration_condition--list li:nth-of-type(2) {
  margin-top: 15px;
  margin-bottom: 15px;
}
.restoration_condition--list li .img-list {
  display: inline-block;
  vertical-align: top;
  margin-top: -50px;

}
.restoration_condition--list li .img-list .box {
  display: inline-block;
  vertical-align: middle;
}
.restoration_condition--list li .img-list .box:nth-of-type(1) {
  margin: 0px 0 45px;
  margin-right: 55px;
  margin-left: 20px;
  position: relative;
  top: 40px;
}
.restoration_condition--list li .img-list .box:nth-of-type(2) {
  margin-right: 10px;
}
.restoration_condition--list li .img-list .box:nth-of-type(3) {

}
.restoration_condition--list li .img-list .box .img{
  margin: 0 auto 15px;
}
.restoration_condition--list li .img-list .box .img.img01{
  width: 235px;
}
.restoration_condition--list li .img-list .box .img.img02{
  width: 114px;
}
.restoration_condition--list li .img-list .box .img.img03{
  width: 108px;
}
.restoration_condition--list li .img-list .box .text{
  font-weight: normal;
  font-size: 14px;
  line-height: 1.714;
  text-align: center;
}
.restoration_condition--txt {
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  margin: 40px auto 45px;
}
.restoration_flow--img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .restoration_flow--img .anchor {
    position: absolute;
    width: 11.7%;
    height: 58%;
    top: 27%;
    left: 3%;
  }
  .restoration_flow--img .anchor.anchor01 {

  }
  .restoration_flow--img .anchor.anchor02 {
    left: 16.7%;
  }
  .restoration_flow--img .anchor.anchor03 {
    left: 30.4%;
  }
  .restoration_flow--img .anchor.anchor04 {
    left: 44.2%;
  }
  .restoration_flow--img .anchor.anchor05 {
    left: 58%;
  }
  .restoration_flow--img .anchor.anchor06 {
    left: 71.8%;
  }
  .restoration_flow--img .anchor.anchor07 {
    left: 85.6%;
  }
  .restoration_flow--box {
    padding: 0;
    border-radius: 12px;
    background: #f0f0f0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .restoration_flow--box {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .restoration_flow--img .anchor {
    position: absolute;
    width: 76.7%;
    height: 10%;
    top: 0;
    right: 0;
  }
  .restoration_flow--img .anchor.anchor01 {

  }
  .restoration_flow--img .anchor.anchor02 {
    top: 15%;
  }
  .restoration_flow--img .anchor.anchor03 {
    top: 30%;
  }
  .restoration_flow--img .anchor.anchor04 {
    top: 45%;
  }
  .restoration_flow--img .anchor.anchor05 {
    top: 60%;
  }
  .restoration_flow--img .anchor.anchor06 {
    top: 75%;

  }
  .restoration_flow--img .anchor.anchor07 {
    top: 90%;

  }


  .restoration_condition--list li {
    font-size: 18px;
    padding-left: 18px;
  }
  .restoration_condition--list li .img-list {
    margin-top: -25px;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .restoration_condition--list li:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 7px;
  }
  .restoration_condition--list li:nth-of-type(3) {
    margin-bottom: 7px;
  }
  .restoration_condition--list li .img-list .box:nth-of-type(1) {
    margin: 0
  }
  .restoration_condition--list li .img-list .box:nth-of-type(2) {
    margin: 42px 15px 0 13px;
    vertical-align: top;
  }
  .restoration_condition--list li .img-list .box:nth-of-type(3) {
    margin: 50px 0 0;
    width: 127px;
  }
  .restoration_condition--list li .img-list .box .img.img01{
    width: 137px;
  }
  .restoration_condition--list li .img-list .box .img.img02{
    width: 68px;
  }
  .restoration_condition--list li .img-list .box .img.img03{
    width: 73px;
  }
  .restoration_condition--list li .img-list .box .text{
    font-size: 10px;
  }
  .restoration_condition--txt {
    font-size: 14px;
    margin: 10px 0 15px;
  }
  .restoration_condition--list li.last {
    padding-top: 0px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 320px) {
  .restoration_condition--list li .img-list {
    margin-top: -35px;
    margin-left: -20px;
    margin-bottom: 25px;
  }
  .restoration_condition--list li .img-list .box:nth-of-type(2) {
    margin: 30px 10px 0 8px;
  }
  .restoration_condition--list li .img-list .box:nth-of-type(3) {
    margin: 60px 0 0;
  }
  .restoration_condition--list li .img-list .box .img.img01{
    width: 110px;
  }
  .restoration_condition--list li .img-list .box .img.img02{
    width: 55px;
  }
  .restoration_condition--list li .img-list .box .img.img03{
    width: 18px;
  }

}


.restoration_differance {
  margin-top: 80px;
  padding: 46px 38px 74px;
  background: #fff;
  font-weight: bold;
}
.restoration_differance--ttl {
  font-size: 30px;
  color: #C72826;
}
.restoration_differance--txt {
  font-size: 24px;
  line-height: 1.7;
  margin: 36px auto 45px;
}
.restoration_differance--txt .red {
  font-size: 24px;
  color: #C72826;
}
@media screen and (max-width: 767px) {
  .restoration_differance {
    margin-top: 32px;
    padding: 18px 8px 20px;
  }
  .restoration_differance--ttl {
    font-size: 18px;
  }
  .restoration_differance--txt {
    font-size: 16px;
    margin: 25px 0 35px;
    padding: 0 10px;
    line-height: 1.375;
  }
  .restoration_differance--txt .red {
    font-size: 16px;
  }
}


.restoration_flow {
  margin-top: 80px;
  padding: 46px 16px 35px;
  background: #fff;
  font-weight: bold;
}
.restoration_flow--ttl  {
  font-size: 30px;
  color: #C72826;
}
.restoration_flow--img  {
  margin: 20px auto;
}
.restoration_flow--img.sp {
  display: none;
}
.restoration_flow--img img {
  width: 100%;
}
.restoration_flow--list {
  list-style: none;
}
.restoration_flow--list li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}
.restoration_flow--list li:last-of-type {
  margin-bottom: 0px;
}
.restoration_flow--list li .img{
  width: 126px;
  margin-right: 22px;
}
.restoration_flow--list li .img img{
  width: 100%;
}
.restoration_flow--list li .text{
  width: calc(100% - 126px - 22px);
}
.restoration_flow--list li .text h4{
  font-size: 26px;
  line-height: 1.69;
  font-weight: bold;
  color: #C72826;
  margin-bottom: 10px;
}
.restoration_flow--list li .text p{
  font-size: 16px;
  line-height: 1.68;
  font-weight: normal;
}
.restoration_flow--list li .text .restoration_btn{
  margin-left: 10px;
  margin-top: 45px;
}
.restoration_flow--list li .text .restoration_btn-box {
  margin-left: 10px;
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
}
.restoration_flow--list li .text .text__img {
    margin-top: 10px;
    width: 291px;
}
@media screen and (max-width: 767px) {
  .restoration_flow {
    margin-top: 32px;
    padding: 22px 8px 5px;
  }
  .restoration_flow--img.pc {
    display: none;
  }
  .restoration_flow--img.sp {
    display: block;
  }
  .restoration_flow--ttl  {
    font-size: 18px;
  }
  .restoration_flow--list li {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .restoration_flow--list li .img{
    width: 128px;
    margin-right: 0px;
    margin: 0 auto;
  }
  .restoration_flow--list li .text{
    width: 100%;
  }
  .restoration_flow--list li .text h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .restoration_flow--list li .text p{
    font-size: 14px;
    margin-bottom: 18px;
    padding: 0 10px;
  }
  .restoration_flow--list li .text .restoration_btn{
    margin: 0;
  }
  .restoration_flow--list li .text .restoration_btn-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 0;
  }
  .restoration_flow--list li .text .text__img {
    width: 94%;
    margin-top: 0px;
    margin-left: 5px;
  }
}



.restoration_faq {
  padding: 46px 38px 40px;
  background: #fff;
  margin-top: 72px;
}
.restoration_faq--ttl {
  font-size: 30px;
  color: #C72826;
  font-weight: bold;
  margin-bottom: 36px;
}
.restoration_faq--txt {
  margin-bottom: 48px;
}
.restoration_faq--txt:last-of-type {
  margin-bottom: 0px;
}
.restoration_faq--txt dt {
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.restoration_faq--txt dt:before {
  position: absolute;
  left: 0;
}
.restoration_faq--txt dt.no1:before {
  content: "Q1."
}
.restoration_faq--txt dt.no2:before {
  content: "Q2."
}
.restoration_faq--txt dt.no3:before {
  content: "Q3."
}
.restoration_faq--txt dd {
  font-size: 16px;
  line-height: 1.68;
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  .restoration_faq {
    padding: 20px 16px 16px;
    margin-top: 32px;
  }
  .restoration_faq--ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .restoration_faq--txt {
    margin-bottom: 26px;
  }
  .restoration_faq--txt dt {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 28px;
  }
  .restoration_faq--txt dd {
    font-size: 14px;
    padding-left: 24px;
  }
}



.btn_box02 {
  padding: 68px 0 0;
}
@media screen and (max-width: 767px) {
  .btn_box02 {
    padding: 30px 22px 0;
  }
}

.b-pc-display.new {
  max-width: 952px;
  margin: 0 auto 40px;
}
.common-banner {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .common-banner {
    padding-top: 20px;
  }
  .common-banner .b-sp-display{
    margin-bottom: 10px;
  }
}






/* .reception--headline {
  font-size: 170%;
  line-height: 150%;
  padding: 40px 0 95px;
  font-weight: bold;
  text-align: center;
  color: #c72826;
}
.reception--headline-sub {
  padding: 40px 0 !important;
}
@media screen and (max-width: 767px) {
  .reception--headline {
    font-size: 119%;
    line-height: 135%;
    margin: 10px 0;
    padding: 0;
  }
  .reception--headline-sub {
    padding: 20px 0 !important;
  }
}

.reception_type {
  width: 950px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.reception_type--item {
  position: relative;
  width: 430px;
  padding-left: 220px;
  box-sizing: border-box;
}
.reception_type--img {
  position: absolute;
  top:0;
  left:0;
}
.reception_type--ttl {
  font-size: 26px;
  font-weight: bolder;
  padding:10px 0 20px;
}
.reception_type--txt {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .reception_type {
    width: 100%;
    display: block;
  }
  .reception_type--item {
    width: 90%;
    margin: 20px auto 0 auto;
    padding-left: 100px;
  }
  .reception_type--img {
    width: 100px;
  }
  .reception_type--ttl {
    font-size: 20px;
    font-weight: bolder;
    padding:10px 0;
  }
  .reception_type--txt {
    font-size: 14px;
    line-height: 1.4;
  }
}


.reception--note {
  width:850px;
  margin: 50px auto;
  font-size: 14px;
  line-height: 1.5;
}
.reception--movie {
  width:950px;
  height: 535px;
  margin: 0 auto;
  display: block;
}
.reception--txt {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reception--note {
    width:90%;
    margin: 20px auto;
    font-size: 12px;
    line-height: 1.2;
  }
  .reception--movie {
  width:320px;
  height: 180px;
  margin: 0 auto;
  }
  .reception--txt {
    width:90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
  }
}

.reception_box {
  margin:40px auto;
  width: 950px;
}
.reception_box--time {
  background: #048b01;
  text-align: center;
  padding: 10px 0;
  font-size: 26px;
  font-weight: bolder;
  color: #fff;
}
.reception_box--list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 0 0;
}
.reception_box--item {
  position: relative;
  width: 284px;
  background: #fff;
}
.reception_box--item:nth-child(4) {
  width: 100%;
  margin-top:35px;
  padding: 30px 50px;
  border: 2px solid #048b01;
  box-sizing: border-box;
}
.reception_box--link {
  display: block;
  border: 2px solid #048b01;
  transition: .3s
}
.reception_box--link:hover {
  border: 2px solid #c82927;
}
.reception_box--ttl {
  font-size: 18px;
  font-weight: bolder;
  padding-bottom:10px;
}
@media screen and (max-width: 767px) {
  .reception_box {
    margin:20px auto;
    width: 90%;
  }
  .reception_box--time {
    font-size: 18px;
    line-height: 1.2;
  }
  .reception_box--list {
    display: block;
    padding: 20px 0 0 0;
  }
  .reception_box--item {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .reception_box--item:nth-child(4) {
    width: 100%;
    margin-top:0;
    padding: 20px 10px 100px 10px;
  }
  .reception_box--ttl {
    font-size: 16px;
  }
}

.reception_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  line-height: 75px;
  padding-left: 60px;
  box-sizing: border-box;
  background: #048b01;
  color: #fff;
  font-size: 27px;
  font-weight: bolder;
  border-radius: 10px;
  text-decoration: none;
}
.reception_btn:before,
.reception_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.reception_btn:before{
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.reception_btn:after{
  left: 21px;
  width: 11px;
  height: 11px;
  border-top: 5px solid #048b01;
  border-right: 5px solid #048b01;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s
}
.reception_btn:hover {
  filter: brightness(120%);
}
.reception_btn-right {
  position: absolute;
  top:30px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .reception_btn {
    margin: 0 auto;
    width: 90%;
    line-height: 50px;
    padding-left: 20px;
    font-size: 20px;
  }
  .reception_btn:before,
  .reception_btn:after {
    left: 18px;
  }
  .reception_btn:before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
  }
  .reception_btn:after{
    left: 19px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #048b01;
    border-right: 3px solid #048b01;
  }
  .reception_btn-right {
    top: 100px;
    right: 15px;
  }
} */

/*-----  ADD text  ----*/
.layout-add.w580 {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 580px;
}
.content-add-txt {
  font-size: 13px;
  line-height: 20px;
}
.content-add-txt span {
  font-weight: bold;
}
.layout-add.content-add01,
.layout-add.content-add03 {
  margin-top: 30px;
}
.layout-add.content-add02 {
  margin-top: 30px;
  margin-left: 10px;
}
.txt-link {
  color: #3E8926;
}
.txt-link:hover {
  opacity: 0.5;
}
.restoration_flow--list li .text p.content-add-txt {
  font-size: 13px;
  line-height: 20px;
}


@media screen and (max-width: 767px) {
  .layout-add.w580 {
    width: 100%;
  }
  .layout-add.content-add01,
  .layout-add.content-add03 {
    margin-top: 15px;
  }
  .layout-add.content-add02 {
    margin-left: 0;
    margin-top: 15px;
  }
  .layout-add.content-add02 .content-add-txt {
    padding: 0;
  }
}

.restoration_flow--list li .text p .subtxt{
    display: block;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}



.kome{
  display: block;
}
