@charset "utf-8";
/* CSS Document */


#index p {
    margin: 0;
}
/*#index p span {
    background: none;
  font-weight: normal;
}*/


/*---------------------
　共通
-----------------------*/
#index .secTit_c {
  font-size: 3rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.03em;
  padding: 0;
  margin: 0 0 60px;
}
#index .secTit_c:before,
#index .secTit_c:after {
  content: none;
}
#index .secTit_c span {
  font-size: 3.8rem;
}
#index .secTit_c a {
  position: relative;
  padding: 0 60px 0 30px;
  display: block;
  background: none;
}
#index .secTit_c a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url("img/arr_gray_right_b.png") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 5px;
    transition: all .2s;
}
#index .secTit_c a:hover:after {
  right: -5px;
}




/* BEFORE - AFTER */
#index .befoafWrap {
  width: 680px;
  margin: 0 auto;
}
#index .befoafWrap dl {
  float: left;
  width: 290px;
  margin: 0 100px 0 0;
}
#index .befoafWrap dl:last-child {
  margin: 0;
}
#index .befoafWrap dt {
  position: relative;
  text-align: center;
  margin: 0 0 8px;
}
#index .befoafWrap dt img {
  width: 90px;
}
#index .befoafWrap dl:last-child dt img {
  width: 79px;
}
#index .befoafWrap dt:before {
  content: "";
  background: #55646e;
  width: 80px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
#index .befoafWrap dt:after {
  content: "";
  background: #55646e;
  width: 80px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
#index .befoafWrap dl:last-child dt:before {
  background: #b4965c;
}
#index .befoafWrap dl:last-child dt:after {
  background: #b4965c;
}
#index .befoafWrap dd {
  position: relative;
  text-align: center;
}
#index .befoafWrap dd:before {
  content: "";
  background: url("img/arr_gray_right_c.png") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  right: -58px;
}
#index .befoafWrap dl:last-child dd:before {
  content: none;
}






/*---------------------
　sec01
-----------------------*/
#index .sec01 {
  padding: 100px 0;
}
#index .sec01 .catch span {
  font-size: 1.2rem;
  margin-left: 1.5rem;
}

#index .tocArea {
  margin: 100px 0 0;
}
#index .tocArea .tit {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 0 0 40px;
}
#index .tocArea .tit span {
  font-family: 'Noto Sans JP', sans-serif;
  color: #b4965c;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
#index .tocArea .tocBox {
  width: 480px;
  float: left;
}
#index .tocArea .tocBox:last-child {
  float: right;
}
#index .tocArea .listTit {
  border-bottom: solid 1px #bbc6ce;
  display: table;
  width: 100%;
}
#index .tocArea .listTit:nth-child(2) a {
  height: 108px;
}
#index .tocArea .listTit a {
  text-decoration: none;
  position: relative;
  padding: 22px 0 22px 70px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
#index .tocArea .listTit a .marker {
  font-weight: normal;
}
#index .tocArea .listTit a:after {
  content: "";
  position: absolute;
  top: 41px;
  left: 20px;
  margin-top: -5px;
  background: url("img/arr_lgray_right_a.png") no-repeat;
  background-size: 100%;
  width: 25px;
  height: 5px;
  transition: all .2s;
}
#index .tocArea .listTit.two-s a:after {
    top: 41px;
}
#index .tocArea .listTit a:hover:after {
  left: 25px;
}
#index .tocArea .listTit.subTit a {
  font-size: 1.4rem;
}
#index .tocArea .listTit.subTit a:before {
  content: "└";
  margin: 0 3px 0 0;
}
#index .tocArea .listTit.pickup a:before {
    content: "";
  background: url("img/txt_pickup_shape.png") no-repeat;
  background-size: 100%;
  width: 85px;
  height: 29px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}




/*---------------------
　sec02
-----------------------*/
#index .sec02 {
  overflow: hidden;
}
#index .sec02 .sheet {
  background: url("img/bg_lgray_pattern.jpg");
  width: 920px;
  padding: 80px 195px 50px 0;
  position: relative;
  margin: 0 0 100px;
  clear: both;
}
#index .sec02 .sheet:before {
  content: "";
  background: url("img/txt_question.png") no-repeat;
  background-size: 100%;
  width: 44px;
  height: 271px;
  display: block;
  position: absolute;
  top: 12px;
  right: -60px;
}
#index .sec02 .sheet:after {
  content: "";
  background: url("img/bg_lgray_pattern.jpg");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
}
#index .sec02 .sheet .topBox {
  padding: 0 0 0 115px;
  margin: 0 0 60px;
}

#index .sec02 .secTitBox {
  position: relative;
}

#index .sec02 .secTitBox::before {
  content: "";
  background: url("img/txt_q.png") no-repeat;
  background-size: 100%;
  width: 100px;
  height: 135px;
  position: absolute;
  top: 33px;
  left: -82px;
}
#index .sec02 .secTit .label {
  font-size: 2.4rem;
  border: solid 2px #b4965c;
  display: inline-block;
  padding: 7px 42px;
  letter-spacing: 0.03em;
  margin: 0 0 30px -20px;
  color: #333;
}
#index .sec02 .secTit:before,
#index .sec02 .secTit:after,
#index .sec02 .label:before,
#index .sec02 .label:after {
  content: none;
}
#index .sec02 .secTit {
  font-size: 3.8rem;
  letter-spacing: 0.03em;
  padding: 0 0 0 20px;
  margin: 0 0 50px;
  text-align: left;
  line-height: 1.3;
}
#index .sec02 .sheet:first-child .secTit {
  width: calc(100% + 8rem);
}
#index .sec02 .secTit span {
  color: #b4965c;
}
#index .sec02 .secTit .label--small {
  color: inherit;
  font-size: 2.4rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
#index .sec02 .caption {
  font-size: 1.2rem;
}

/* REVERSE */
#index .sec02 .sheet.reverse.first {
  margin: 0 0 100px;
}
#index .sec02 .sheet.reverse {
  float: right;
  padding: 80px 0 50px 135px;
  margin: 0;
}
#index .sec02 .wtWrap + .sheet.reverse {
  padding-top: 0;
}
#index .sec02 .sheet.reverse:last-of-type {
}
#index .sec02 .wtWrap + .sheet.reverse .causeBox:first-child {
  margin-top: 0;
}
#index .sec02 .sheet.reverse::before {
  position: absolute;
  top: 12px;
  right: auto;
  left: -66px;
  width: 51px;
  height: 247px;
  background: url(img/txt_commentary.png) no-repeat;
  background-size: contain;
}
#index .sec02 .sheet.reverse.sheet--deco-none::before {
  content: none;
}
#index .sec02 .sheet.reverse::after {
  left: auto;
  right: -100%;
}
#index .sec02 .reverse .secTitBox::before {
  background: url(img/txt_so.png) no-repeat;
  background-size: contain;
  width: 192px;
  height: 116px;
  top: 23px;
}
#index .sec02 .sheet.reverse .topBox {
    padding: 0;
}
#index .sec02 .reverse > .txt,
#index .sec02 .reverse .causeBox > .txt,
#index .sec02 .reverse .befoafWrap > .txt,
#index .img-float-r .txt {
  line-height: 2.375;
}
#index .sec02 .reverse > .txt + .txt,
#index .sec02 .reverse .causeBox > .txt + .txt,
#index .sec02 .reverse .befoafWrap > .txt,
#index .sec02 .reverse .talkBox + .txt,
#index .sec02 .photo--center + .txt,
#index .img-float-r .txt + .txt {
  margin-top: 3.5rem;
}
.sec02 .photo-wrap {
  margin: 4rem auto 0;
}
#index .sec02 .photo-wrap .photo img,
.sec02 .photo--center img {
  display: block;
  margin: 0 auto;
}
.sec02 .photo--center {
  margin: 2rem auto 0;
  text-align: center;
}
.sec02 .txt + .photo--center,
.sec02 .befoafWrap + .photo--center,
.sec02 .talkBox + .photo--center,
.photo--double {
  margin-top: 8rem;
}
#index .sec02 .photo__caption {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  word-break: break-all;
}
.photo--double {
  display: flex;
  justify-content: space-between;
}
.photo-wrap--double {
  flex-shrink: 0;
}
.photo-wrap--double:first-of-type {
  width: 66%;
}
.photo-wrap--double:last-of-type {
  width: 31%;
}
.photo-wrap--double img {
  display: block;
  margin: 0 auto;
}
#index .sec02 .photo-wrap--double .photo__caption {
  line-height: 1.5;
  font-size: 1.2rem;
  padding: 0 1.5rem;
}
.img-float-r {}
#index .sec02 .causeBox .img-float-r .photo {
  float: right;
  margin: 0 0 0 5rem;
  text-align: center;
}

.sec02 .photo-wrap + .talkBox,
.sec02 .befoafWrap + .talkBox,
#index .sec02 .txt + .talkBox {
  margin-top: 5rem;
}

#index .sec02 .befoafWrap {
  margin: 6rem auto 0;
  width: 100%;
}
#index .sec02 .befoafWrap > .cf {
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
}
#index .sec02 .befoafWrap > .cf + .cf {
  margin-top: 4rem;
}
#index .sec02 .befoafWrap > .talkBox {
  margin: 4rem 0;
  width: auto;
}
#index .befoafWrap .befoafWrap__item,
#index .sec02 .befoafWrap dl {
  float: left;
  width: calc((100% - 7.1rem)/2);
  margin: 0 70px 0 0;
  position: relative;
  text-align: center;
}
#index .befoafWrap .befoafWrap__item:last-child,
#index .sec02 .befoafWrap dl:last-child {
  margin: 0;
}
#index .befoafWrap .befoafWrap__item::before,
#index .sec02 .befoafWrap dd::before {
  content: "";
  background: url("img/arr_gray_right_c.png") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  right: -45px;
}
#index .befoafWrap .befoafWrap__item:last-child::before {
  content: none;
}
#index .sec02 .befoafWrap dt img {
  width: auto;
  height: 26px;
}
#index .sec02 .befoafWrap dl:last-child dt img {width: auto;}
#index .sec02 .befoafWrap dt::before {
  width: 56px;
}
#index .sec02 .befoafWrap dt::after {
  width: 56px;
}

#index .sec02 .causeBox {
  margin: 70px 0 0;
}
#index .sec02 .causeBox .subTitBox {
  border-top: solid 1px #b4965c;
  border-bottom: solid 1px #b4965c;
  text-align: center;
  padding: 20px 10px;
  width: 600px;
  margin: 0 auto 35px;
}
#index .sec02 .causeBox .subTitBox .eng {
  font-size: 1.8rem;
  color: #b4965c;
  margin: 0 0 5px;
}
#index .sec02 .causeBox .subTitBox .subTit {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  background: none;
  margin: 0;
  padding: 0;
}
#index .sec02 .causeBox .subTitBox .subTit::before {
  content: none;
}
#index .sec02 .causeBox .subTitBox .subTit span {
  font-size: 2.8rem;
}
#index .sec02 .causeBox .photo {
  float: left;
  width: 350px;
  margin: 0 50px 0 0;
}
#index .sec02 .causeBox .txtBox {
  overflow: hidden;
  width: auto;
}
#index .sec02 .causeBox .txtBox p {
  line-height: 2.3;
}
#index .sec02 .wtWrap {
  background: url("img/bg_lgray_pattern.jpg");
  clear: both;
  width: 920px;
  float: right;
  position: relative;
  padding: 0 0 40px;
}
#index .sec02 .wtWrap:before {
  content: "";
  background: url("img/bg_lgray_pattern.jpg");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
}
#index .sec02 .wtBox {
  background: #fff;
  padding: 60px 50px;
  margin: 0 0 50px;
}
#index .sec02 .wtBox .wtTit {
  font-size: 2.8rem;
  border-left: solid 5px #777;
  padding: 0 0 3px 20px;
  margin: 0 0 40px;
  line-height: 1.7;
  width: 420px;
  float: left;
  text-align: left;
  background: none;
}
#index .sec02 .wtBox .photo {
  width: 360px;
  float: right;
}
#index .sec02 .wtBox .cf .txt {
  width: 420px;
  max-width: 100%;
  float: left;
  line-height: 2.3;
}
#index .sec02 .wtBox.wtBox02 {
  margin: 4rem 0;
}
#index .sec02 .wtBox.wtBox02 .wtTit {
  width: auto;
  float: none;
}
#index .sec02 .wtBox.wtBox02 .photo {
  width: 359px;
  float: left;
  margin: 0 30px 30px 0;
}
#index .sec02 .wtBox.wtBox02 .talkBox {
  width: auto;
  /* overflow: hidden; */
}
#index .sec02 .wtBox.wtBox02 .talkBox .imgBox {
    margin: 0 20px 0 0;
}
#index .sec02 .wtBox.wtBox02 .talkBox .fukiBox {
    /* width: 290px; */
    /* padding: 10px 20px; */
}
#index .sec02 .wtBox.wtBox02 .txt {
  width: auto;
  float: none;
  margin: 40px 0 0;
}
#index .sec02 .wtBox.wtBox02 .txt--bg {
  background: #fff9e6;
  padding: 1.5rem 2rem;
}


/*---------------------
　sec03
-----------------------*/
#index .sec03 {
  background: url("img/bg_yl_pattern.jpg");
  padding: 50px 0 100px;
}
#index .sec03 .inner {
  position: relative;
}
#index .sec03 .inner:before {
  content: "";
  background: url("img/txt_column.png") no-repeat;
  background-size: 100%;
  /*width: 149px;
  height: 42px;*/
  position: absolute;
  /*top: -100px;*/
  right: 0;
  width: 200px;
  height: 58px;
  top: -70px;
}

#index .sec03 .secTit_c {
  background: url("img/bg_dot.png") no-repeat center;
  background-size: 220px auto;
  padding: 20px 0 20px;
  margin: 0 0 30px;
}
#index .sec03 .secTit_c:before {
  content: none;
}
#index .sec03 .befoafWrap .txt {
  margin: 40px 0 0;
  line-height: 2.3;
}
#index .sec03 .wtBox {
  background: #fff;
  padding: 60px 50px;
  margin: 50px 0 0;
  position: relative;
}
#index .sec03 .wtBox:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
}
#index .sec03 .wtBox .talkBox {
    width: 100%;
  margin: 0 0 50px;
}
#index .sec03 .wtBox .talkBox .fukiBox {
    width: 750px;
}
#index .sec03 .wtBox .txt {
    line-height: 2.3;
}
#index .sec03 .wtBox .boxWrap {
    margin: 40px 0 0;
}
#index .sec03 .wtBox .photo {
    width: 350px;
  float: left;
  margin: 0 40px 0 0;
}






/*---------------------
　sec04
-----------------------*/
#index .sec04 {
  background: url("img/bg_lgray_pattern.jpg");
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}
#index .sec04 .small {
  font-size: 2.4rem;
}
#index .sec04 .itemBox {
  float: left;
  background: #fff;
  width: 480px;
  border: solid 1px #b4965c;
  margin: 0 40px 40px 0;
}
#index .sec04 .itemBox:nth-child(2n) {
  margin: 0 0 40px 0;
}
#index .sec04 .itemBox .titBox {
  border-bottom: solid 1px #dfe5e8;
  display: table;
  width: 100%;
  height: 120px;
}
#index .sec04 .itemBox .titBox .number {
  font-size: 3.6rem;
  color: #b4965c;
  display: table-cell;
  vertical-align: middle;
  width: 75px;
  text-align: center;
}
#index .sec04 .itemBox .titBox .tit {
  font-size: 2.4rem;
  color: #b4965c;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  background: none;
  padding: 0;
  margin: 0;
}
#index .sec04 .itemBox .titBox .tit:before {
  content: none;
}
#index .sec04 .itemBox .txtBody {
    padding: 40px;
}
#index .sec04 .itemBox .befoafWrap {
    width: 100%;
  margin: 0 0 30px;
}
#index .sec04 .befoafWrap dl {
    width: 185px;
    margin: 0 26px 0 0;
}
#index .sec04 .befoafWrap dl:last-child {
    margin: 0;
}
#index .sec04 .befoafWrap dt img {
  width: 70px;
}
#index .sec04 .befoafWrap dl:last-child dt img {
  width: 63px;
}
#index .sec04 .befoafWrap dt:before {
  width: 40px;
}
#index .sec04 .befoafWrap dt:after {
  width: 40px;
}
#index .sec04 .befoafWrap dd:before {
  width: 10px;
  height: 20px;
  top: calc(50% - 10px);
  right: -19px;
}
#index .sec04 .itemBox .txtBody p {
    line-height: 2.3;
}



/*---------------------
　sec05
-----------------------*/
#index .sec05 {
  margin: 0 0 100px;
  overflow: hidden;
}
#index .sec05 .titBox {
  position: relative;
  padding: 130px 0 50px;
}
#index .sec05 .titBox:before {
  content: "";
  background: url("img/bg_dot.png") no-repeat;
  background-size: 100%;
  width: 292px;
  height: 284px;
  display: block;
  position: absolute;
  top: -100px;
  left: -100px;
}
#index .sec05 .titBox:after {
  content: "";
  background: url("img/bg_dot.png") no-repeat;
  background-size: 100%;
  width: 292px;
  height: 284px;
  display: block;
  position: absolute;
  top: 100px;
  right: -100px;
}
#index .sec05 .titBox .sub {
  font-size: 2.6rem;
  position: relative;
  letter-spacing: 0.03em;
  display: table;
  margin: 0 auto 10px;
}
#index .sec05 .titBox .sub:before {
  content: "";
  background: #333;
  width: 85px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 90px;
}
#index .sec05 .titBox .sub:after {
  content: "";
  background: #333;
  width: 85px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 90px;
}
#index .sec05 .titBox .tit {
  font-size: 3.8rem;
  position: relative;
  margin: 0;
  padding: 0;
}
#index .sec05 .titBox .tit:before {
  content: "";
  background: url("img/txt_pickup.png") no-repeat;
  background-size: 100%;
  width: 116px;
  height: 47px;
  position: absolute;
  top: -95px;
  left: calc(50% - 58px);
}
#index .sec05 .titBox .tit:after {
  content: none;
}
#index .sec05 .reportConts {
  position: relative;
}
#index .sec05 .reportBox {
  background: url("img/bg_lgray_pattern.jpg");
  padding: 0 0 50px;
  margin: 0 0 50px;
}
#index .sec05 .reportBox:last-child {
  margin: 0;
}
#index .sec05 .reportBox .topBox {
  padding: 50px 80px 40px;
}
#index .sec05 .reportBox .repoName {
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 60px;
  border-bottom: dotted 2px #333;
  background: none;
}
#index .sec05 .reportBox .repoName:before {
  content: none;
}
#index .sec05 .reportBox .talkBox {
  width: 100%;
  margin: 0 0 40px;
}
#index .sec05 .reportBox .talkBox .fukiBox {
  width: 690px;
}
#index .sec05 .stepBox {
  margin: 0 0 60px;
}
#index .sec05 .stepBox .stepTit {
  width: 950px;
  border-bottom: solid 1px #bbc6ce;
  display: table;
  padding: 0 0 10px;
  margin: 0 0 40px;
}
#index .sec05 .stepBox .stepTit dt {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2.6rem;
  color: #b4965c;
  letter-spacing: 0.03em;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 80px;
  width: 80px;
}
#index .sec05 .stepBox .stepTit dt span {
  font-size: 4.6rem;
}
#index .sec05 .stepBox .stepTit dd {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
#index .sec05 .stepBox .conts {
  padding: 0 80px;
}
#index .sec05 .stepBox .movieBox {
  width: 700px;
  margin: 0 auto 40px;
}
#index .sec05 .stepBox .movieBox iframe {
  width: 100%;
  height: 390px;
}
#index .sec05 .stepBox .photo {
  width: 350px;
  float: left;
  margin: 0 40px 0 0;
}
#index .sec05 .stepBox .conts .txt {
  line-height: 2.3;
}
#index .sec05 .befoafWrap {
    margin: 0 auto 40px;
}


/*---------------------
　sec06
-----------------------*/
#index .sec06 {
  overflow: hidden;
}
#index .sec06 .inner {
  position: relative;
  padding: 80px 0 40px;
}
#index .sec06 .inner:before {
  content: "";
  background: url("img/bg_lgray_pattern.jpg");
  width: 820px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#index .sec06 .inner:after {
  content: "";
  background: url("img/bg_lgray_pattern.jpg");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
}
#index .sec06 .secTit_c {
    margin: 0 230px 60px 0;
}
#index .sec06 .secTit_c:after {
  content: none;
}
#index .sec06 .treatWrap {
  position: relative;
}
#index .sec06 .treatWrap:before {
  content: "";
  background: url("img/txt_treatment.png") no-repeat;
  background-size: 100%;
  width: 34px;
  height: 129px;
  position: absolute;
  top: -65px;
  right: 130px;
}
#index .sec06 .itemBox {
  float: left;
  width: 480px;
  border: solid 1px #b4965c;
  background: #fff;
  margin: 0 40px 40px 0;
  padding: 0 40px;
}
#index .sec06 .itemBox:nth-child(2n) {
  margin: 0 0 40px 0;
}
#index .sec06 .itemBox .tit {
  border-bottom: solid 1px #b4965c;
  display: table;
  height: 115px;
  width: 100%;
  background: none;
  padding: 0;
  margin: 0;
}
#index .sec06 .itemBox .tit:before {
  content: none;
}
#index .sec06 .itemBox .tit a {
  font-family: 'Sawarabi Mincho', serif;
  color: #b4965c;
  font-size: 2.6rem;
  padding: 0 50px 0 0;
  height: 115px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background: none;
}
#index .sec06 .itemBox .tit a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    background: url("img/arr_gold_right_b.png") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 5px;
    transition: all .2s;
}
#index .sec06 .itemBox .tit a:hover:after {
  right: 0;
}
#index .sec06 .itemBox .txtBody {
  padding: 30px 0;
}
#index .sec06 .itemBox .photo {
  width: 162px;
  float: left;
  margin: 0 20px 0 0;
}
#index .sec06 .itemBox .txtBody p {
  line-height: 2.3;
  letter-spacing: 0.03em;
}





/*---------------------
　sec07
-----------------------*/
#index .sec07 {
  padding: 80px 0 100px;
}
#index .sec07 .inner {
  position: relative;
}
#index .sec07 .inner:before {
  content: "";
  background: url("img/txt_comparison.png") no-repeat;
  background-size: 100%;
  width: 41px;
  height: 181px;
  position: absolute;
  top: 0;
  left: -50px;
}
#index .sec07 .leftBox {
  width: 480px;
  float: left;
}
#index .sec07 .rightBox {
  width: 480px;
  float: right;
}
#index .sec07 .itemBox {
  background: url("img/bg_lgray_pattern.jpg");
  padding: 40px 0 0;
  margin: 0 0 40px;
}
#index .sec07 .itemBox:last-child {
  margin: 0;
}
#index .sec07 .itemBox .tit {
  padding: 0;
  margin: 0;
  background: none;
}
#index .sec07 .itemBox .tit:before {
  content: none;
}
#index .sec07 .itemBox .tit a {
  background: url("img/bg_gray_pattern.jpg");
  width: 440px;
  font-size: 2.4rem;
  color: #333;
  display: block;
  padding: 30px 50px;
  letter-spacing: 0.03em;
  position: relative;
}
#index .sec07 .itemBox .tit a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -5px;
    background: url("img/arr_gray_right_b.png") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 5px;
    transition: all .2s;
}
#index .sec07 .itemBox .tit a:hover:after {
  right: -30px;
}
#index .sec07 .itemBox .tit a:hover {
    opacity: 1;
}
#index .sec07 .itemBox .txtBox {
    padding: 30px 40px 40px;
}
#index .sec07 .itemBox .txtBox p {
    line-height: 2.3;
}
#index .sec07 .itemBox .btnBox {
  margin: 40px auto 0;
  width: 320px;
}
#index .sec07 .itemBox .btn-internal {
  width: 100%;
  margin: 0 auto 10px;
}






/*---------------------
　sec08
-----------------------*/
#index .sec08 {
    background: url("img/bg_lgray_pattern.jpg");
  padding: 80px 0 100px;
}
#index .sec08 .intro::before {
    content: none;
}
#index .sec08 .secTit_c {
    background: url("img/bg_dot.png") no-repeat top 50% right -40px;
  background-size: 220px auto;
  display: table;
  margin: 0 auto 60px;
  padding: 0 50px;
}
#index .sec08 .intro {
  background: url("img/bg_box_horizonal.gif") repeat-x left top, url("img/bg_box_horizonal02.gif") repeat-x left bottom, url("img/bg_box_vertical.gif") repeat-y left top, url("img/bg_box_vertical02.gif") repeat-y right top;
  background-color: #fff;
    margin: 0 0 50px;
}
#index .sec08 .intro:after {
    background: url("img/bg_box_rt02.gif") no-repeat;
    background-size: 100%;
}
#index .sec08 .presentedInr:before {
  background: url("img/bg_box_lb02.gif") no-repeat;
  background-size: 100%;
}
#index .sec08 .presentedInr:after {
  background: url("img/bg_box_rb02.gif") no-repeat;
  background-size: 100%;
}
#index .sec08 .dlListBox {
    background: #fff;
  padding: 60px 80px;
}
#index .sec08 .dlListBox dl {
    margin: 0 0 60px;
}
#index .sec08 .dlListBox dl:last-child {
    margin: 0;
}
#index .sec08 .dlListBox dt {
  font-family: 'Sawarabi Mincho', serif;
    font-size: 2.6rem;
  border-left: solid 3px #5db0b2;
  letter-spacing: 0.03em;
  padding: 5px 0 5px 20px;
  margin: 0 0 20px;
}
#index .sec08 .dlListBox dd {
  border-top: solid 1px #bbc6ce;
  padding: 20px 0 0;
}




@media screen and (max-width: 768px) {
  

header {
    border-bottom: none;
    padding: 0;
}
header .sitenameArea {
    padding: 0.7rem 4%;
}
header .sitenameArea .sitename, header .sitenameArea .sitename a {
    text-align: left;
}
  
/*---------------------
　共通
-----------------------*/
#index .secTit_c {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 0 2rem;
  width: auto;
}
#index .secTit_c span {
  font-size: 2.3rem;
}
#index .secTit_c a {
  padding: 0;
}
#index .secTit_c a:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url("img/arr_bla_right_a.png") no-repeat;
    background-size: 100%;
    width: 25px;
    height: 5px;
}
#index .secTit_c a:hover:after {
  right: 0;
}

/* BEFORE - AFTER */
#index .befoafWrap {
  width: 100%;
  margin: 0 auto;
}
#index .befoafWrap dl {
  float: left;
  width: 46%;
  margin: 0 8% 0 0;
}
#index .befoafWrap dt {
  margin: 0 0 0.3rem;
}
#index .befoafWrap dt img {
  width: 50px;
}
#index .befoafWrap dl:last-child dt img {
  width: 43px;
}
#index .befoafWrap dt:before {
  width: 40px;
  top: 50%;
  left: 0;
}
#index .befoafWrap dt:after {
  width: 40px;
  top: 50%;
  right: 0;
}
#index .befoafWrap dd {
  position: relative;
}
#index .befoafWrap dd:before {
  content: "";
  background: url("img/arr_gray_right_c.png") no-repeat;
  background-size: 100%;
  width: 8px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: -12%;
}






/*---------------------
　sec01
-----------------------*/
#index .sec01 {
  padding: 2rem 6.6% 5rem;
}
#index .sec01 .catch span {
  display: block;
  margin: 0.5rem 0 0;
}
#index .sec01 .intro .txt {
    margin: 0 0 1.5rem;
}
#index .sec01 .intro .presentedInr {
    padding: 0 0 3rem;
}
#index .tocArea {
  margin: 5rem 0 0;
  padding: 0 1.5%;
}
#index .tocArea .tit {
  font-size: 1.9rem;
  text-align: left;
  margin: 0;
}
#index .tocArea .tit span {
  font-size: 1.3rem;
}
#index .tocArea .tocBox {
  width: 100%;
  float: none;
}
#index .tocArea .tocBox:last-child {
  float: none;
}
#index .tocArea .listTit {
  border-bottom: solid 1px #bbc6ce;
  display: table;
  width: 100%;
}
#index .tocArea .listTit:nth-child(2) a {
  height: auto;
}
#index .tocArea .listTit a {
  padding: 1rem 0 1rem 5rem;
  font-size: 1.6rem;
  line-height: 1.6;
  background: url("img/arr_lgray_right_a.png") no-repeat top 2rem left 1rem;
  background-size: 25px auto;
}
#index .tocArea .listTit a:after {
  content: none;
}
#index .tocArea .listTit.two-s a:after {
    top: 50%;
}
#index .tocArea .listTit a:hover:after {
  left: 1rem;
}
#index .tocArea .listTit.subTit a {
  font-size: 1.4rem;
  text-indent: -1em;
  margin: 0 0 0 1em;
  padding: 1rem 0 1rem 6rem;
}
#index .tocArea .listTit.subTit a:before {
  content: "└";
  margin: 0;
}
#index .tocArea .listTit.pickup a:before {
  background: url("img/txt_pickup_shape.png") no-repeat;
  background-size: 100%;
  width: 65px;
  height: 24px;
  top: -1px;
  left: 0;
}




/*---------------------
　sec02
-----------------------*/
#index .sec02 {
  overflow: hidden;
}
#index .sec02 .sheet {
  background: transparent;
  width: 100%;
  padding: 3.5rem 4% 5rem;
  position: relative;
  margin: 0 0 5rem;
}
#index .sec02 .sheet:before {
  background: url("img/txt_question.png") no-repeat;
  background-size: 100%;
  width: 26px;
  height: 160px;
  top: 0;
  right: 7%;
}
#index .sec02 .sheet:after {
  background: url("img/bg_lgray_pattern.jpg");
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#index .sec02 .sheet .topBox {
  padding: 0;
  margin: 0 0 3rem;
}

#index .sec02 .secTitBox {
  position: relative;
  padding: 0 5rem 0 0;
}
#index .sec02 .secTitBox:before {
  content: "";
  background: url("img/txt_q.png") no-repeat;
  background-size: 100%;
  width: 85px;
  height: 115px;
  position: absolute;
  top: 1rem;
  left: -0.5rem;
}
#index .sec02 .secTit .label {
  font-size: 1.6rem;
  border: solid 1px #b4965c;
  padding: 6px 1.5rem;
  margin: 0 0 1.5rem -3.5rem;
  width: auto;
  text-align: left;
  display: inline-flex;
}
#index .sec02 .secTit {
  font-size: 2.3rem;
  padding: 0 0 0 3.5rem;
  margin: 0 0 2rem;
  width: auto;
}
#index .sec02 .sheet:first-child .secTit {
  width: calc(100% + 1rem);
}
#index .sec02 .secTit .label--small {
  font-size: 1.6rem;
}
#index .sec02 .photo {
  padding: 0 8% 0 2.6%;
}
#index .sec02 .talkBox {
  padding: 0 8% 0 2.6%;
}
  
  
/* REVERSE */
#index .sec02 .sheet.reverse.first {
  margin: 0 0 5rem;
}
#index .sec02 .sheet.reverse {
  float: right;
  padding: 3.5rem 4% 3rem;
  margin: 0;
}
#index .sec02 .sheet.reverse:before {
  position: absolute;
  top: 0;
  right: auto;
  left: 7%;
  width: 26px;
  height: 127px;
}
#index .sec02 .sheet.reverse:after {
  left: auto;
  right: 0;
}
#index .sec02 .sheet.reverse .secTitBox {
    padding: 0 0 0 17%;
}
#index .sec02 .sheet.reverse .secTitBox::before {
    top: 3rem;
    left: 5.5rem;
}
#index .sec02 .sheet.reverse .topBox {
    padding: 0;
}
#index .sec02 .reverse > .txt {
  width: 77%;
  margin-left: auto;
}
#index .sec02 .reverse > .txt,
#index .sec02 .reverse .causeBox > .txt,
#index .sec02 .reverse .befoafWrap > .txt,
#index .img-float-r .txt {
  line-height: 2.3;
}
#index .sec02 .reverse > .txt + .txt,
#index .sec02 .reverse .causeBox > .txt + .txt,
#index .sec02 .reverse .befoafWrap > .txt,
#index .sec02 .reverse .talkBox + .txt,
#index .sec02 .photo--center + .txt,
#index .img-float-r .txt + .txt {
  margin-top: 2rem;
}
.sec02 .photo-wrap {
  margin-top: 3rem;
}
#index .sec02 .sheet.reverse .photo {
    padding: 0;
}
.sec02 .photo--center,
.sec02 .txt + .photo--center,
.sec02 .befoafWrap + .photo--center,
.sec02 .talkBox + .photo--center,
.photo--double {
  margin-top: 4rem;
}
.befoafWrap__caption,
#index .sec02 .photo__caption {
  font-size: 1.2rem;
  line-height: 1.8;
}
.photo--double {
  display: block;
}
.photo-wrap--double:first-of-type {
  width: 100%;
}
.photo-wrap--double:last-of-type {
  width: 100%;
  margin-top: 2rem;
}
#index .sec02 .photo-wrap--double .photo__caption {
  line-height: 1.8;
  font-size: 1.2rem;
  padding: 0;
  text-align: center;
}
.img-float-r {
  display: flex;
  flex-direction: column;
}
#index .sec02 .causeBox .img-float-r .photo {
  margin: 0 auto;
  float: none;
  order: 3;
}
#index .sec02 .causeBox .img-float-r .txt:nth-of-type(-n+2) {
  order: 1;
}
#index .sec02 .causeBox .img-float-r .txt:nth-of-type(2) {
  margin-bottom: 3rem;
}
#index .sec02 .causeBox .img-float-r .txt {
  order: 5;
}
#index .sec02 .sheet.reverse .talkBox {
  padding: 0 2.6% 0 8%;
}
  
#index .sec02 .causeBox {
  margin: 4rem 2.6% 0 0;
  width: 77%;
  float: right;
}
#index .sec02 .causeBox .subTitBox {
  padding: 0.5rem 0.5rem 1rem;
  width: 100%;
  margin: 0 auto 3rem;
}
#index .sec02 .causeBox .subTitBox .eng {
  font-size: 1.2rem;
  margin: 0;
}
#index .sec02 .causeBox .subTitBox .subTit {
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  width: auto;
}
#index .sec02 .causeBox .subTitBox .subTit span {
  font-size: 1.9rem;
}
#index .sec02 .causeBox .photo {
  float: none;
  width: 100%;
  margin: 0 0 2rem;
}
#index .sec02 .causeBox .txtBox {
  overflow: hidden;
  width: auto;
  padding: 0 4% 0 1%;
}
.sec02 .photo-wrap + .talkBox,
.sec02 .befoafWrap + .talkBox,
#index .sec02 .txt + .talkBox {
  margin-top: 3rem;
}
#index .sec02 .sheet.reverse .causeBox .talkBox {
  width: 130%;
  margin-left: -26%;
}
#index .sec02 .befoafWrap {
  margin-top: 4.5rem;
}
#index .befoafWrap .befoafWrap__item,
#index .sec02 .befoafWrap dl {
  width: 46%;
  margin-right: 8%;
}
#index .befoafWrap .befoafWrap__item::before,
#index .sec02 .befoafWrap dd::before {
  width: 8px;
  height: 18px;
  top: calc(50% - 9px);
  right: -12%;
}
#index .sec02 .befoafWrap dt::before,
#index .sec02 .befoafWrap dt::after {
  max-width: calc((100% - 7rem)/2);
}
#index .sec02 .befoafWrap > .cf + .cf {
  margin-top: 3rem;
}

#index .sec02 .wtWrap {
  background: transparent;
  clear: both;
  width: 100%;
  float: none;
  margin: 0 auto;
  position: relative;
  padding: 0 0 5rem;
}
#index .sec02 .wtWrap:before {
  content: "";
  background: url("img/bg_lgray_pattern.jpg");
  width: 85%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#index .sec02 .wtBox {
  background: #fff;
  padding: 2.5rem 5.3% 2.5rem 12%;
  margin: 0 0 2.5rem;
  width: 93%;
}
#index .sec02 .wtBox .wtTit {
  font-size: 1.7rem;
  border-left: solid 3px #777;
  padding: 0 0 0.3rem 2rem;
  margin: 0 0 2rem;
  width: 100%;
  float: none;
}
#index .sec02 .wtBox .photo {
  width: 100%;
  float: none;
  margin: 0 0 1rem;
  padding: 0;
}
#index .sec02 .wtBox .txt {
  width: 100%;
  float: none;
  line-height: 2;
  padding: 0 4% 0 0;
}
#index .sec02 .wtBox.wtBox02 {
  margin: 0;
}
#index .sec02 .wtBox.wtBox02 .wtTit {
  width: auto;
  float: none;
}
#index .sec02 .wtBox.wtBox02 .photo {
  width: 100%;
  float: none;
  margin: 0 0 3rem;
}
#index .sec02 .wtBox.wtBox02 .talkBox {
  width: auto;
  overflow: hidden;
  padding: 0;
}
#index .sec02 .wtBox.wtBox02 .talkBox .imgBox {
    margin: 0 2rem 0 0;
}
#index .sec02 .wtBox.wtBox02 .talkBox .fukiBox {
    width: 290px;
    padding: 1rem 2rem;
}
#index .sec02 .wtBox.wtBox02 .txt {
  width: auto;
  float: none;
  margin: 2rem 0 0;
  padding: 0 4% 0 0;
}
#index .sec02 .wtBox.wtBox02 .txt--bg {
  padding: 1.5rem 2rem;
}



/*---------------------
　sec03
-----------------------*/
#index .sec03 {
  background: url("img/bg_yl_pattern.jpg");
  padding: 2rem 4% 5rem;
}
#index .sec03 .inner {
  position: relative;
}
#index .sec03 .inner:before {
  background: url("img/txt_column.png") no-repeat;
  background-size: 100%;
  right: 4%;
  width: 95px;
  height: 28px;
  top: -30px;
}
#index .sec03 .secTit_c {
  /*background: url("img/bg_dot.png") no-repeat center;
  background-size: 220px auto;*/
  background: none;
  padding: 2rem 0;
  margin: 0;
}
#index .sec03 .befoafWrap {
  padding: 0 4%;
}
#index .sec03 .befoafWrap .txt {
  margin: 2rem auto 0;
  line-height: 2;
  width: 83%;
}
#index .sec03 .wtBox {
  padding: 4rem 12% 2rem 4%;
  margin: 2rem 0 0;
  position: relative;
}
#index .sec03 .wtBox:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
}
#index .sec03 .wtBox .talkBox {
    width: 100%;
  margin: 0 0 2rem;
}
#index .sec03 .wtBox .talkBox .fukiBox {
    width: 100%;
}
#index .sec03 .wtBox .txt {
    line-height: 2;
  padding: 0 0 0 4%;
}
#index .sec03 .wtBox .boxWrap {
    margin: 2rem 0 0 0;
}
#index .sec03 .wtBox .photo {
    width: 100%;
  float: none;
  margin: 0 0 2rem 0;
  padding: 0 0 0 4%;
}






/*---------------------
　sec04
-----------------------*/
#index .sec04 {
  background: url("img/bg_lgray_pattern.jpg");
  padding: 4rem 4% 4rem;
  position: relative;
  z-index: 1;
}
#index .sec04 .small {
  font-size: 1.3rem;
}
#index .sec04 .itemBox {
  float: none;
  background: #fff;
  width: 100%;
  margin: 0 0 2rem 0;
}
#index .sec04 .itemBox:nth-child(2n) {
  margin: 0 0 2rem 0;
}
#index .sec04 .itemBox .titBox {
  display: table;
  width: 100%;
  height: auto;
  background: url("img/ico_plus_gold.png") no-repeat right 7% center;
  background-size: 25px auto;
  padding: 2rem 0;
  border-bottom: none;
}
#index .sec04 .itemBox .titBox.open {
    background: url("img/ico_minus_gold.png") no-repeat right 7% center;
    background-size: 25px auto;
  border-bottom: none;
}

#index .sec04 .itemBox .titBox.close {
    background: url("img/ico_minus_gold.png") no-repeat right 7% center;
    background-size: 25px auto;
  border-bottom: none;
}

#index .sec04 .itemBox .titBox .number {
  font-size: 2.8rem;
  width: 55px;
  padding: 0 0 0 2%;
}
#index .sec04 .itemBox .titBox .tit {
  font-size: 1.7rem;
  padding: 0 5rem 0 0;
  width: auto;
}
#index .sec04 .itemBox .txtBody {
  border-top: solid 1px #dfe5e8;
    padding: 8%;
  display: none;
}
#index .sec04 .itemBox.itemBox01 .titBox,
#index .sec04 .itemBox.itemBox02 .titBox {
  background: url("img/ico_minus_gold.png") no-repeat right 7% center;
  background-size: 25px auto;
}
#index .sec04 .itemBox.itemBox01 .titBox.open,
#index .sec04 .itemBox.itemBox02 .titBox.open {
  background: url("img/ico_plus_gold.png") no-repeat right 7% center;
  background-size: 25px auto;
}

#index .sec04 .itemBox.itemBox01 .titBox.close,
#index .sec04 .itemBox.itemBox02 .titBox.close {
  background: url("img/ico_plus_gold.png") no-repeat right 7% center;
  background-size: 25px auto;
}

#index .sec04 .itemBox.itemBox01 .txtBody,
#index .sec04 .itemBox.itemBox02 .txtBody {
    display: block;
}
#index .sec04 .itemBox .befoafWrap {
    width: 100%;
  margin: 0 0 1.5rem;
}
#index .sec04 .befoafWrap dl {
   width: 46%;
  margin: 0 8% 0 0;
}
#index .sec04 .befoafWrap dt img {
  width: 48px;
}
#index .sec04 .befoafWrap dl:last-child dt img {
  width: 45px;
}
#index .sec04 .befoafWrap dt:before {
  width: 34px;
}
#index .sec04 .befoafWrap dt:after {
  width: 34px;
}
#index .sec04 .befoafWrap dd:before {
  width: 8px;
  height: 18px;
  top: calc(50% - 9px);
  right: -12%;
}
#index .sec04 .itemBox .txtBody p {
    line-height: 2;
  padding: 0 4%;
}



/*---------------------
　sec05
-----------------------*/
#index .sec05 {
  margin: 0 0 5rem;
  overflow: hidden;
  padding: 0 4%;
}
#index .sec05 .titBox {
  position: relative;
  padding: 7rem 0 2.5rem;
}
#index .sec05 .titBox:before {
  background: url("img/bg_dot.png") no-repeat;
  background-size: 100%;
  width: 230px;
  height: 220px;
  top: -100px;
  left: -100px;
}
#index .sec05 .titBox:after {
  background: url("img/bg_dot.png") no-repeat;
  background-size: 100%;
  width: 230px;
  height: 220px;
  top: 40px;
  right: -100px;
}
#index .sec05 .titBox .sub {
  font-size: 1.6rem;
  position: relative;
  margin: 0 auto 5px;
}
#index .sec05 .titBox .sub:before {
  width: 50px;
  height: 1px;
  top: 50%;
  left: 50px;
}
#index .sec05 .titBox .sub:after {
  width: 50px;
  height: 1px;
  top: 50%;
  right: 50px;
}
#index .sec05 .titBox .tit {
  font-size: 2.3rem;
  position: relative;
  letter-spacing: normal;
  width: auto;
}
#index .sec05 .titBox .tit:before {
  content: "";
  background: url("img/txt_pickup.png") no-repeat;
  background-size: 100%;
  width: 65px;
  height: 30px;
  position: absolute;
  top: -60px;
  left: calc(50% - 33px);
}
#index .sec05 .titBox .tit:after {
  content: none;
}
#index .sec05 .reportConts {
  position: relative;
}
#index .sec05 .reportBox {
  background: url("img/bg_lgray_pattern.jpg");
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}
#index .sec05 .reportBox .topBox {
  padding: 2rem 5.3%;
}
#index .sec05 .reportBox .repoName {
  font-size: 1.7rem;
  padding: 0 0 1.5rem;
  margin: 0 0 3rem;
  border-bottom: dotted 1px #333;
  width: auto;
}
#index .sec05 .reportBox .talkBox {
  width: 100%;
  margin: 0 0 2rem;
  padding: 0 3%;
}
#index .sec05 .reportBox .talkBox .fukiBox {
  width: 100%;
}
#index .sec05 .stepBox {
  margin: 0 0 3rem;
}
#index .sec05 .stepBox .stepTit {
  width: 92%;
  border-bottom: solid 1px #bbc6ce;
  display: table;
  padding: 0 0 1rem;
  margin: 0 0 2.5rem;
}
#index .sec05 .stepBox .stepTit dt {
  font-size: 1.6rem;
  color: #b4965c;
  padding: 0 0 0 8%;
  width: 70px;
}
#index .sec05 .stepBox .stepTit dt span {
  font-size: 2.8rem;
}
#index .sec05 .stepBox .stepTit dd {
  font-size: 1.6rem;
  padding: 0 0 0 2rem;
}
#index .sec05 .stepBox .conts {
  padding: 0 0%;
}
#index .sec05 .stepBox .conts .cf {
  padding: 0;
}
#index .sec05 .stepBox .movieBox {
  width: 100%;
  margin: 0 auto 3rem;
}
#index .sec05 .stepBox .movieBox iframe {
  width: 100%;
  height: 160px;
}
#index .sec05 .stepBox .photo {
  width: 124px;
  margin: 0 2rem 1rem 0;
}
#index .sec05 .befoafWrap {
    margin: 0 auto 2rem;
}
#index .sec05 .befoafWrap dt::before {
    width: 34px;
  top: 45%;
}
#index .sec05 .befoafWrap dt::after {
    width: 34px;
  top: 45%;
}
#index .sec05 .stepBox .conts .txt {
    line-height: 2;
  padding: 0 4%;
}
#index .sec05 .reportBox .btn-internal {
    width: 70%;
} 
  
  
  

/*---------------------
　sec06
-----------------------*/
#index .sec06 {
  overflow: hidden;
}
#index .sec06 .inner {
  position: relative;
  padding: 4rem 4%;
}
#index .sec06 .inner:before {
  background: url("img/bg_lgray_pattern.jpg");
  width: 84%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
#index .sec06 .inner:after {
  content: none;
}
#index .sec06 .secTit_c {
    margin: 0 0 2.5rem 0;
  line-height: 1.4;
}
#index .sec06 .treatWrap {
  position: relative;
}
#index .sec06 .treatWrap:before {
  background: url("img/txt_treatment.png") no-repeat;
  background-size: 100%;
  width: 26px;
  height: 100px;
  position: absolute;
  top: -35px;
  right: auto;
  left: 13px;
}
#index .sec06 .itemBox {
  float: none;
  width: 100%;
  border: solid 1px #b4965c;
  margin: 0 0 2rem 0;
  padding: 0 6%;
}
#index .sec06 .itemBox:nth-child(2n) {
  margin: 0 0 2rem 0;
}
#index .sec06 .itemBox .tit {
  border-bottom: solid 1px #b4965c;
  display: table;
  height: auto;
  width: 100%;
  text-align: left;
}
#index .sec06 .itemBox .tit a {
  font-size: 1.8rem;
  padding: 2.2rem 50px 2.2rem 1rem;
  position: relative;
  height: auto;
}
#index .sec06 .itemBox .tit a:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url("img/arr_gold_right_a.png") no-repeat;
    background-size: 100%;
    width: 25px;
    height: 5px;
}
#index .sec06 .itemBox .tit a:hover:after {
  right: 0;
}
#index .sec06 .itemBox .txtBody {
  padding: 2rem 1rem;
}
#index .sec06 .itemBox .photo {
  width: 100px;
  float: left;
  margin: 0 1.5rem 0.5rem 0;
}
#index .sec06 .itemBox .txtBody p {
  line-height: 2;
  font-size: 1.5rem;
}





/*---------------------
　sec07
-----------------------*/
#index .sec07 {
  padding: 3.5rem 16% 5rem 0;
}
#index .sec07 .inner {
  position: relative;
}
#index .sec07 .inner:before {
  background: url("img/txt_comparison.png") no-repeat;
  background-size: 100%;
  width: 29px;
  height: 128px;
  top: 0;
  left: auto;
  right: -11%;
}
#index .sec07 .leftBox {
  width: 100%;
  float: none;
}
#index .sec07 .rightBox {
  width: 100%;
  float: none;
}
#index .sec07 .itemBox {
  background: url("img/bg_lgray_pattern.jpg");
  padding: 2.5rem 10% 0 0;
  margin: 0 0 2.5rem;
}
#index .sec07 .leftBox .itemBox:last-child {
  margin: 0 0 2.5rem;
}
#index .sec07 .itemBox .tit {
  width: auto;
  text-align: left;
}
#index .sec07 .itemBox .tit a {
  background: url("img/bg_gray_pattern.jpg");
  width: 100%;
  font-size: 1.8rem;
  padding: 2.3rem 8% 2.3rem 6%;
  position: relative;
}
#index .sec07 .itemBox .tit a:after {
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -5px;
    background: url("img/arr_bla_right_a.png") no-repeat;
  background-size: 100%;
  width: 25px;
  height: 5px;
    transition: none;
}
#index .sec07 .itemBox .tit a:hover:after {
  right: -12px;
}
#index .sec07 .itemBox .tit a:hover {
    opacity: 1;
}
#index .sec07 .itemBox .txtBox {
    padding: 2rem 6% 2rem 8%;
}
#index .sec07 .itemBox .txtBox p {
    line-height: 2;
  padding: 0 3% 0 0;
}
#index .sec07 .itemBox .btnBox {
  margin: 2rem 0 0;
  width: 100%;
}
#index .sec07 .itemBox .btn-internal {
  width: 100%;
  margin: 0 auto 10px;
}
#index .sec07 .itemBox .btn-internal a {
    padding: 1.3rem 3rem;
}





/*---------------------
　sec08
-----------------------*/
#index .sec08 {
    background: url("img/bg_lgray_pattern.jpg");
  padding: 3rem 6.6% 5rem;
}
#index .sec08 .intro::before {
    content: none;
}
#index .sec08 .secTit_c {
    background: url("img/bg_dot.png") no-repeat top 50% right -40px;
  background-size: 120px auto;
  display: table;
  margin: 0 auto 3rem;
  padding: 0;
}
#index .sec08 .intro {
  background: url("img/bg_box_horizonal_sp.gif") repeat-x left top, url("img/bg_box_horizonal02_sp.gif") repeat-x left bottom, url("img/bg_box_vertical_sp.gif") repeat-y left top, url("img/bg_box_vertical02_sp.gif") repeat-y right top;
  background-size: auto 6px, auto 6px, 6px auto, 6px auto;
  background-color: #fff;
    margin: 0 0 2rem;
}
#index .sec08 .intro:after {
    background: url("img/bg_box_rt02_sp.gif") no-repeat;
    background-size: 100%;
}
#index .sec08 .presentedInr:before {
  background: url("img/bg_box_lb02_sp.gif") no-repeat;
  background-size: 100%;
}
#index .sec08 .presentedInr:after {
  background: url("img/bg_box_rb02_sp.gif") no-repeat;
  background-size: 100%;
}
#index .sec08 .intro .txt {
    margin: 0 0 1.5rem;
}
#index .sec08 .btn-internal {
    width: 70%;
}
#index .sec08 .dlListBox {
    background: #fff;
  padding: 8%;
}
#index .sec08 .dlListBox dl {
    margin: 0 0 3rem;
}
#index .sec08 .dlListBox dt {
    font-size: 1.6rem;
  border-left: solid 3px #5db0b2;
  padding: 0.3rem 0 0.3rem 1.2rem;
  margin: 0 0 1rem;
  line-height: 1.6;
}
#index .sec08 .dlListBox dd {
  border-top: solid 1px #bbc6ce;
  padding: 1rem 0 0;
}



}