@charset "UTF-8";

/*tabの形状*/
.mono .tab{
  display: flex;
  flex-wrap: wrap;
}
.mono .tab li {
  flex-grow: 1;
}
.mono .tab li{
  text-align: center;
  position: relative;
  border-bottom: solid 1px #5baa4e;
}
.mono .tab li:before{
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 46px;
  background: url(../img/bg-shadow-l.png)no-repeat;
  background-position: left top;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: 1;
}
.mono .tab li:first-child:before{
  background: none;
}

.mono .tab li a{
  display: block;
  background:#fff;
  padding:16px 20px;
  font-weight: bold;
  color: #009245;
  text-align: center;

}
/*liにactiveクラスがついた時の形状*/
.mono .tab li.active a{
  background:#5baa4e;
  color: #fff;
}
/*
.mono .tab li:nth-child(5) a{
  background:#5baa4e;
  color: #fff;
}*/


/*エリアの表示非表示と形状*/
.mono .area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.mono .area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.icons table th{
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.icons table td,
.icons table th{
  width: calc(100% / 6) !important;
  word-wrap: break-word;
  vertical-align: middle;
}
.icons table .ph img{
  max-width:100px;
  width: 80%;
}
.icons .row + .row th{
  border-top: none;
}
.icons table th{
  border-bottom: none;
  padding-top: 8px;
}
.icons table td{
    text-align: center;
    border:solid 1px #fff;
    padding: 8px;
    border-top: none;
}
.icons table .tx{
  line-height: 1.2;
  font-size: 12px;
  min-height: 80px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
.icons table small{
  font-size: 9px;
  display: block;
}
.icons .title{
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 16px;
}

.mono .temprate .area h2{
  text-align: center;
}

.mono .temprate{
  background:url(../img/bg-02.jpg)no-repeat;
  max-width: calc(900px - 0px);
  width: calc(100% - 0px);
  display: table;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(45,61,41,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(45,61,41,0.5);
box-shadow: 0px 0px 10px 0px rgba(45,61,41,0.5);
}

.mono .temprate .tab li a{
  font-size: 14px;
  line-height: 1;
}


.mono .temprate .row .bg-w{
  background: rgb(255,255,255,0.7);
}
.mono .temprate .detail{
  background:#fff;
  padding:40px 20px;
}
.mono .temprate .detail .bottun-waku{
  margin-top: 30px;
  max-width: 540px;
  display: table;
  margin-right:auto;
  margin-left: auto;
}
.mono .temprate .detail .bottun-waku ul{
  width: 100%;
}
.mono .temprate .detail .bottun-waku ul + ul{
    margin-bottom: 30px;
    margin-top: 16px;
}
.mono .temprate .detail .bottun-waku ul + ul li{
  width: calc(100% - 16px);
}
.mono .temprate .detail .bottun-waku ul + ul li a{
  background: linear-gradient(90deg, #5A34B1 0%, #160977 100%) !important;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}
.mono .temprate .detail .bottun-waku ul + ul li.bt:before{
    background: url(../img/arrow-l-w.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 24%;
    left: 32px;
}

.mono .temprate .detail .bt:before{
  content: '';
  display: block;
  width: 10px;
  height: 17px;
  background: url(../img/arrow-l-bl.svg)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 30%;
  left: 32px;
}
.mono .temprate .detail .bt.bg-main:before{
  background: url(../img/arrow-l-w.svg)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .temprate .detail .bt{
  position: relative;
  margin: 0 8px;
}
.mono .temprate .detail .bt a{
  font-size: 1.2rem;
  font-weight: bold;
  padding: 8px 32px 8px 56px;
}

.mono .temprate .detail table{
  width: 700px;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.mono .temprate .detail table tr{
  border-bottom: solid 1px #999;
}
.mono .temprate .detail table th{
  text-align: left;
  width: 16rem;
  position: relative;
}
.mono .temprate .detail table th:before{
  content: '●';
  color: #39b54a;
  position: relative;
  top: 0px;
  margin-right: 8px;
}
.mono .temprate .detail table th,
.mono .temprate .detail table td{
  padding:8px 8px;
  font-size: 14px;
}
.mono .temprate .detail table td{
  padding-left: 16px;
}
.mono .temprate .sheat .tx{
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 16px;
}
.mono .temprate .sheat ul + ul{
  border-left: solid 1px #fff;
}

.detail-head .title{
  text-align: center;
  color: #fff;
  padding: 32px 16px;
  font-size: 1.8rem;
  line-height:1;
}
.detail-head .title small{
    font-size: 14px;
    margin-top: 8px;
  text-align: center;
  font-weight: normal;
  display: block;
}

.c-head .nenkaihi{
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-head .nenkaihi dt{
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.c-head .nenkaihi dd{
   font-weight: bold;
   font-size: 5rem;
   position: relative;
   margin-left: 16px;
}
.c-head .nenkaihi small{
  font-size: 12px;
  position: relative;
  top: -3px;
}
.temprate .area .first-conte{
  padding: 50px;
}
.area .reasons{
  max-width: 710px;
  margin: 30px auto 0;
}
.area .reasons li{
  width: calc((100% - 20px) / 2);
}
.area .reasons li:nth-child(2n){
  margin-left: 20px;
}
.area .reasons ul + ul{
  margin-top: 20px;
}
.detail-head .title{
  max-width: 480px;
  margin: 0 auto;
}
.tokuten-erea li.sumi{
  background: url(../img/toku-icon/i-sumi.png)no-repeat;
  background-size: 80%;
  background-position: center;
}
.tokuten-erea li{
  border: dashed 1px #fff;
  position: relative;
}
.tokuten-erea li:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/toku-corner.svg)no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.tokuten-erea li.off:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.mono .grade-bt{
  margin-top: 20px;
  margin-bottom: 20px;
}
.mono .grade-bt li{
  line-height: 0;
}
.grade-bt li img{
  height: 24px;
  width: auto;
}
.grade-bt li + li{
  margin-left: 6px;
}
.onclick .honbun a,
.honbun ul + p,
.honbun ul + ul,
.honbun p + ul,
.honbun p + p{
  margin-top: 16px;
  font-size: 12px;
}
.honbun p + ul li{
  font-size: 14px;  
}
.honbun p + ul li + li{
  margin-top: 4px;
}
.mono .senkou img{
  height: 24px;
  width: auto;
  position: relative;
  top: 8px;
}
.mono .senkou{
  display: inline-block;
  margin-right: 10px;
}


/* Lightbox 背景 */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 表示ボックス本体 */
.mono .lightbox-content {
  background: #fff;
  padding: 50px;
  max-width: calc(540px - 100px);
  max-height: 70%;
  overflow-y: auto;
  animation: fadeIn 0.3s ease;
  position: relative;
}

/* 閉じるボタン */
.mono .lightbox-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.mono .lightbox-close:after{
  content: '';
  width: 30px;
  height: 30px;  
  background: #333;
  position: absolute;
  top: 4px;
  right: -2px;
  z-index: -1;
}

/* 最初は .onclick を非表示 */
.mono .onclick {
  display: none;
}
#lightbox {
  position: fixed;
  z-index: 1000; /* 高めに設定 */
  background: rgba(0, 0, 0, 0.7);
  pointer-events: auto; /* 念のため確認 */
}

#lightbox-inner {
  pointer-events: auto; /* 念のため確認 */
}
.mono #lightbox-inner .onclick {
  display: block;
}

/* アニメーション */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}
.onclick .honbun .tx li + li{
  margin-top: 4px;
}
.onclick .honbun .tx li,
.onclick .honbun .tx p,
.onclick .honbun .tx{
  font-size: 12px;
}


.area .review{
  padding: 30px 50px;
  max-width: calc(100% - 100px);
  width: calc(100% - 100px);
}
.review .title{
  width: 200px;
  margin-right: 30px;
}
.mono .review-items{
  background: #fff;
  padding: 20px 15px 20px 30px;
  width: calc(100% - 230px);
  position: relative;
}
.review-items .items{
  height: calc(180px - 60px);
  overflow-y: scroll;
}
/* CSS */
.items::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 20px;
}
.items::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #39b54a;
  }
.items::-webkit-scrollbar {
    width: 16px;
    height: 100%;
}



.mono .review-items:after,
.mono .review-items:before{
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #39b54a;
  transform: rotate(-45deg);
}
.mono .review-items:before{
  top: 10px;
  left: -10px;
}
.mono .review-items:after{
  bottom: 10px;
  right: -10px;
}
.review-items .items .card02{
  padding-bottom: 15px;
  border-bottom: dashed 1px #39b54a;
}
.review-items .items .card02 + .card02{
  padding-top: 15px;
}

.review-items .items .card02 .ph{
  width: 100px;
  height: 100px;
  margin-right: 50px;
}
.review-items .items .card02 .honbun{
  width: calc(100% - 170px);
}
.review-items .items .card02 .personal{
  margin-bottom: 15px;
}
.mono .personal dt{
  margin-right: 10px;
}
.mono .personal dt,
.mono .personal dd{
  font-size: 10px;
}
.mono .personal dt:before,
.mono .personal dd:before{
  content: '●';
  font-size:8px ;
  margin-right: 2px;
}
.review-items .items .card02 .honbun .tx{
  font-size: 12px;
}










@media screen and (max-width: 1023px) {



}
@media screen and (max-width: 767px) {

  .mono .temprate .detail .bottun-waku {
      margin-top: 0px;
  }
  .mono .temprate .detail .bottun-waku ul{
    margin-bottom: 0;
  }
  .mono .temprate .detail .bottun-waku ul + ul{
    margin-top: 8px;
  }

  .mono .temprate .detail .bottun-waku ul + ul li{
        width: 80%;
        margin: 0 auto;
  }

  .c-head .nenkaihi dt {
      display: inline-block;
      padding: 8px 4px;
      color: #fff;
      font-weight: bold;
      line-height: 1;
      font-size: 0.9rem;
  }
  .c-head .nenkaihi dd {
      font-size: 4rem;
  }
  .mono .temprate .detail .bt a {
      padding: 8px 24px 8px 48px;
  }

  .mono .lightbox-content {
    padding: 50px 20px;
    max-width: calc(90% - 40px);
    max-height: 70%;
  }
  .mono .lightbox-content .honbun a,
  .mono .lightbox-content .honbun li,
  .mono .lightbox-content .honbun p{
    font-size: 12px;
  }
  .temprate .area .first-conte {
      padding: 30px 20px;
  }
  .detail-head .title {
    padding: 0;
  }
  .area .reasons {
      margin: 15px auto 0;
      width: 80%;
  }
  .area .reasons li:nth-child(2n) {
      margin-left: 10px;
  }
  .area .reasons li {
      width: calc((100% - 10px) / 2);
  }
  .area .reasons ul + ul {
      margin-top: 15px;
  }
  .reasons ul.c-flex{
    display: block;
  }
  .reasons ul.c-flex li {
    width: 100%;
  }
  .area .reasons li:nth-child(2n),
  .reasons ul.c-flex li + li{
    margin-left: 0;
    margin-top: 15px;
  }

  .tokuten-erea .c-flex:after{
    content: '';
    display: block;
    clear: both;
  }
  .tokuten-erea .c-flex{
    display: block;
  }
  .tokuten-erea ul li{
   width: calc((100% - 6px) / 3);
   float: left;
  }
  .tokuten-erea li.off{
    display: none;
  }
  .area .review{
    display: block;
  }
  .area .review{
    padding: 50px 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .mono .review .title-small{
    color: #fff;
    width: 100%;
  }
  .mono .review-items {
    padding: 20px 20px;
    width: calc(100% - 40px);
  }
  .review-items .items .card02 .ph {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .review-items .items .card02 .honbun {
    width: calc(100% - 76px);
  }
  .review-items .items .card02 .personal{
    display: block;
    margin-bottom: 8px;
  }
  .mono .personal dt, .mono .personal dd {
    font-size: 8px;
  }
  .review-items .items .card02 .honbun .tx {
  font-size: 10px;
  line-height: 1.4;
  }



}



