@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }

html { font-size: 62.5%; } 
body { font-size: 1.6rem; color:#333; line-height: 1.4;} 

/*----------------------------------------------------
 display
----------------------------------------------------*/
.dispN  { display: none !important; }
.dispB  { display: block !important; }
.dispI  { display: inline !important; }
.dispIB { display: inline-block !important; }
.dispT  { display: table !important; }
.dispTC { display: table-cell !important; }

/*----------------------------------------------------
 font 丸ゴ
----------------------------------------------------*/
.font-m5{font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";}

/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
  width: 100%;
  background: #fff; 
}
#headerInner {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
#headerInner h1{
  font-size: 3.4rem;
  color:#3bbade;
  line-height: 1.3;
}
#headerInner h1 > span{
  font-size: 2.0rem;
  color:#393939;
  margin-bottom: 7px;
  display: inline-block;
}
#headerInner h1 > span > span.small{
  font-size: 1.2rem;
}
#headerInner ul{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
#headerInner ul li:first-child{
  margin-right: 20px;
}



/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  width: 100%;
  background: #3bbade; 
}
#footerInner {
  width: 1200px;
  margin: 0 auto;
  background: #3bbade; 
  color:#fff;
  font-size: 1.5rem;
  text-align: center;
  padding:5px 0;
}




/*----------------------------------------------------
 content
----------------------------------------------------*/
#content {
  width: 100%;
  background: #fff;
}
#contentInner {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  zoom: 1;
}
#contentInner:after {
  content: "";
  display: block;
  clear: both;
}
/*#mainContent {
  width: 600px;
  height: 300px;
  padding: 10px;
  background: #FB8072; 
}*/





/*====================================================
 section
====================================================*/
.secWrapper{
  width: 100%;
  background: #fff;
  position: relative;
}
.secWrapper.bdrArw{
  border-bottom: solid 4px #c7a98c;
}
.secWrapper.bdrArw:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #c7a98c;
    z-index: 999;
}
.secOuter {
  width: 1200px;
  margin: 0 auto;
  background: transparent;
  zoom: 1;
}
.secInner {
  width: 900px;
  margin: 0 auto;
  background: transparent;
  zoom: 1;
}
.pc2col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.pc3col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
/*====================================================
 mvSec
====================================================*/
.secWrapper.mvSec{
  background-color: #f0f0f0;
}
/*====================================================
 infoSec
====================================================*/
.secWrapper.infoSec{
  background: url(../img/bg_info.gif) 0 0 repeat;
  padding:35px 0 ;
}
.secWrapper.infoSec ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*====================================================
 onlineSec
====================================================*/
.secWrapper.onlineSec {
    background-color: #ffe5ed;
    padding: 5.0rem 0;
}
.secWrapper.onlineSec h3.secTit {
    font-size: 3.2rem;
    color: #333;
    text-align: center;
    margin-bottom: 2.0rem;
    color:#c34a3d;
}
.secWrapper.onlineSec p{
  font-size: 1.8rem;
}
.secWrapper.onlineSec span,
.secWrapper.onlineSec a{
  color:#048bcc;
  font-size: 120%;
}

@media screen and (max-width:640px) {
  .secWrapper.onlineSec {
      padding: 2.0rem 0;
  }
  .secWrapper.onlineSec h3.secTit {
      font-size: 2.0rem;
      margin-bottom: 1.0rem;
  }
  .secWrapper.onlineSec p{
    font-size: 1.5rem;
  }
  .secWrapper.onlineSec span,
  .secWrapper.onlineSec a{
    color:#048bcc;
    font-size: 120%;
  }
}

/*====================================================
 problemSec
====================================================*/
.secWrapper.problemSec{
  background: url(../img/bg_problem.gif) 0 0 repeat;
  padding:5.0rem 0 ;
}
.secWrapper.problemSec .secTit{
  font-size: 3.8rem;
  color:#333;
  text-align: center;
  margin-bottom: 4.0rem;
}
.secWrapper.problemSec .secTit span{
  font-size: 4.0rem;
  color:#916234;
}
.secWrapper.problemSec h3.secTit {
    font-size: 2.6rem;
    color: #333;
    text-align: center;
    margin-bottom: 4.0rem;
}
.secWrapper.problemSec h3.secTit span{
  font-size: 3.2rem;
  color:#3bbade;
}
ul.chkList{
  width:50%;
}
ul.chkList li{
  font-size: 2.0rem;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
  margin-bottom: 30px;
  font-weight: 400;
}
ul.chkList li span{
  font-size: 2.2rem;
  color:#3bbade;
  font-weight: 700;
}
ul.chkList li:before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/ico_chk.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
}
/*====================================================
 troubleSec
====================================================*/
.secWrapper.troubleSec{
  background-color: #916234;
  padding:8.0rem 0 6.0rem ;
}
.secWrapper.troubleSec .secTit{
  font-size: 4.2rem;
  color:#fff;
  text-align: center;
  margin-bottom: 7.0rem;
}
/* --- card --- */
.card{
  width: calc(( 100% - 60px ) / 3 );
}
.card .card_head{
  padding:10px 10px 0 10px;
  position: relative;
}
.card .card_head_inner{
  background: url(../img/bg_trouble.gif) 0 0 repeat;
}
.cardNum{
  position: absolute;
  left:15px;
  top:0px;
}
.card h3.cardTit{
  font-size: 2.8rem;
  padding:15px 0 15px 80px;
  color: #fff;
  height: 100px;
}
.card h3.cardTit span{
  font-size: 2.2rem;
}

.card .card_body{
  display: block;
  background-color: #fff;
  margin-top:-80px;
  padding:110px 30px 30px 30px;
}
.card .card_body p.lead{
  margin-top: 30px;
  min-height: 110px;
}
/*====================================================
 howtoSec
====================================================*/
.secWrapper.howtoSec{
  background-color: #f0faff;
  padding:8.0rem 0 6.0rem ;
}
.secWrapper.howtoSec .secTit{
  font-size: 4.2rem;
  color:#333333;
  text-align: center;
  margin-bottom: 7.0rem;
}
.howtoBox{
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding:5px 5px 5px 5px;
  box-shadow: 1px 1px 2px 0px #cacaca;
  width:100%;
}
.howtoBox .absPaper{
  position: absolute;
  right: -6px;
  bottom: -10px;
}
.howtoBox .absTape{
  position: absolute;
  left:calc( 50% - 42px);
  top:-12px;
}
.howtoBox dl{
}
.howtoBox dl dt{
/*  min-width: 300px;
  width: 300px;*/
  padding:30px 30px;
/*  background:url(../img/bg_howto.gif) right top repeat-y;*/
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
}
.howtoBox dl dt p{
  display: inline-block;
  line-height: 52px;
  margin-left: 15px;
}
.howtoBox dl dt img{
/*  margin-bottom: 10px;*/
}
.howtoBox dl dd{
  display: block;
  padding: 0 30px 30px;
}

/*.howtoBox dl dt span.bg04{
  background:url(../img/howtoNum04.png) no-repeat;
  background-position: left 0 top 50%;
  background-size: contain;
}*/

/*====================================================
 strengthSec
====================================================*/
.secWrapper.strengthSec{
  background-color: #fff;
  padding:8.0rem 0 6.0rem 0 ;
}
.secWrapper.strengthSec .secOuter{
  padding-left: 10px;
}
.secWrapper.strengthSec .secTit{
  font-size: 4.2rem;
  color:#333333;
  text-align: center;
  margin-bottom: 7.0rem;
}
.secWrapper.strengthSec .flex3Col,
.secWrapper.strengthSec .flex2Col{
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.strengthBox{
  background-color: #fafafa;
  box-shadow: 1px 1px 2px 0px #cacaca;
  position: relative;
  padding: 0 30px 30px;
  margin-bottom: 30px;
  width: calc( ( 100% - 60px ) /3) ;
  margin-right: 30px;
}
.strengthBox:last-child{
  margin-right: 0;
}
.strengthBox .absNum{
  position: absolute;
  left:-10px;
  top:40px;
}
.strengthBox dl dt{
  height:140px;
}
.strengthBox dl dt .strengthTit{
  font-size: 2.2rem;
  padding: 0 0 0 50px;
  height: 140px;
  min-width: 100%;
  margin-left: 50px;
  /* border-bottom: solid 1px #ccc; */
  display: table-cell;
  vertical-align: middle;
}
.strengthBox dl dt .strengthTit span{
  font-size: 2.8rem;
  color:#3bbade;
}
.strengthBox dl dd{
  display: block;
  padding-top:20px;
  border-top: solid 1px #ccc;
}
.strengthImg {text-align: center; margin-bottom: 20px;}
.strengthImg img{
  max-width: 88%;
}
/*====================================================
 faqSec
====================================================*/
.secWrapper.faqSec{
  background-color: #916234;
  padding:8.0rem 0 6.0rem ;
}
.secWrapper.faqSec .secTit{
  font-size: 4.2rem;
  color:#fff;
  text-align: center;
  margin-bottom: 7.0rem;
}
/* --- faqBox --- */
.faqBox{
    width: calc(( 100% - 60px ) / 3 );
    background: url(../img/bg_faq02.png) no-repeat;
    background-position: right -6px bottom 0;
    background-color: #fff;
}
.faqBox dl{
  background: url(../img/bg_faq01.png) left top no-repeat;
}
.faqBox .faqTit{
  text-align: center;
  font-size: 2.2rem;
  padding: 0 0px 30px 0px;
  color: #333;
  height: 130px;
}
.faqBox .faqTit img{
  display: inline-block;
  margin-bottom: 15px;
}
.faqBox dl{
  padding:0 25px 25px;
}

/*====================================================
 contactSec
====================================================*/
.secWrapper.contactSec {
    background: url(../img/bg_problem.gif) 0 0 repeat;
    padding: 5.0rem 0;
}
.secWrapper.contactSec .secTit {
    font-size: 4.2rem;
    color: #333333;
    text-align: center;
    margin-bottom: 7.0rem;
}
.secWrapper.contactSec .secOuter {
    width: 1280px;
    margin: 0 auto;
    background: transparent;
    zoom: 1;
}
.contactInner{
  background-color: #f5ffff;
  padding:40px 0;
}
.contactInner p.lead{
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.9rem;
}
.contactInner p.lead span.time{
  font-size: 2.3rem;
}
.contactInner ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*====================================================
 examSec
====================================================*/
.secWrapper.examSec {
    background-color: #fff4f4;
    padding: 5.0rem 0;
}
.secWrapper.examSec .secTit {
    font-size: 4.2rem;
    color: #333333;
    text-align: center;
    margin-bottom: 7.0rem;
}
.examBox{
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.examBox > dl > dt{
  background:url(../img/exam_bdr.gif) left bottom repeat-x;
}
.examBox > dl > dt > dl.tit{
  display: table;
  margin-bottom: 30px;
}
.examBox > dl > dt > dl.tit > dt,
.examBox > dl > dt > dl.tit > dd{
  display: table-cell;
}
.examBox > dl > dt > dl.tit > dt{
  vertical-align: bottom;
}
.examBox > dl > dt > dl.tit > dd{
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 20px;
}

.examBox > dl > dd > dl.exam{
  display: table;
  margin-bottom: 20px;
}
.examBox > dl > dd > dl.exam > dt,
.examBox > dl > dd > dl.exam > dd{
  display: table-cell;
}
.examBox > dl > dd > dl.exam > dt{
  vertical-align: top;
}
.examBox > dl > dd > dl.exam > dd{
  vertical-align: top;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 1.77;
}
/* ===========================================
  .tbl01
=========================================== */
.tbl01 {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.6;
  text-align: left;
  border: 1px solid #ccc;
}
.tbl01 tr {
  border-bottom: 1px solid #ccc;
}
.tbl01 th {
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  background-color: #fbfbec;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.tbl01 td {
  width: auto;
  margin: 0px;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #ccc;
}


/*====================================================
 priceSec
====================================================*/
.secWrapper.priceSec{
  background-color: #fff;
  padding:8.0rem 0 6.0rem ;
}
.secWrapper.priceSec .secTit{
  font-size: 4.2rem;
  color:#916234;
  text-align: center;
  margin-bottom: 7.0rem;
}
/*====================================================
 overviewSec
====================================================*/
.secWrapper.overviewSec{
  background-color: #fff;
  padding:8.0rem 0 6.0rem ;
}
.secWrapper.overviewSec .secTit{
  font-size: 4.2rem;
  color:#3bbade;
  text-align: center;
  margin-bottom: 7.0rem;
}

.overviewSec .address{
  width: 570px;
}
.overviewSec .address .titAddress{
  font-size: 2.6rem;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
.overviewSec .address .titAddress span.small{
  font-size: 1.5rem;
}
.overviewSec .address dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.overviewSec .address dl dt{
  background-color: #79c8df;
  padding:0px 10px ;
  margin-right: 10px;
  color:#fff;
}
.overviewSec .address dl dd{
  padding:0px 0;
  margin-right: 10px;
}
.overviewSec .gmap{
  width:585px !important;
}

.overviewSec .address dl dd a {
    color: #333;
    text-decoration: none;
}

/*====================================================
 pages
====================================================*/
/* adjust margin-bottom */
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}

/* adjust width */
.w05{width: 5%;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w85{width: 85%;}
.w90{width: 90%;}
.w95{width: 95%;}
.w100{width: 100%;}

/* text-align */
.alnR {text-align: right !important;}
.alnL { text-align: left !important; }
.alnC { text-align: center !important; }












/* ===================================================

SP (max-width:640px)

====================================================*/

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

img{
  max-width: 100%;
}

.secWrapper.overviewSec .secTit {
    margin-bottom: 3rem;
}
    
/*----------------------------------------------------
 display
----------------------------------------------------*/
.spdispN  { display: none !important; }
.spdispB  { display: block !important; }
.spdispI  { display: inline !important; }
.spdispIB { display: inline-block !important; }
.spdispT  { display: table !important; }
.spdispTC { display: table-cell !important; }




/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
  width: 100%; 
  background: #fff; 
}
#headerInner {
  width: 100%;
  height: auto; 
  padding: 0;
  background: #fff; 
}
#headerInner h1 {
    font-size: 1.8rem;
    color: #3bbade;
    line-height: 1.2;
    padding-left: 8px;
}
#headerInner h1 span{
    font-size: 1.4rem;
    margin-bottom: 0;
}
#headerInner ul.spBtn {
    width:37%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
#headerInner ul.spBtn li{
  width: 49%;
}
#headerInner ul.spBtn li:first-child {
    margin-right: 1%;
}
#headerInner ul.spBtn li img{
  width:100%;
  max-width: 100%;
}
/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  width: 100%;
}
#footerInner {
  width: 100%;
  height: 100%; 
    font-size: 1.0rem;
}
/*----------------------------------------------------
 contents
----------------------------------------------------*/
#contentInner {
  width: 100%;
  padding: 8px;
  background: #fff; 
}
/*#mainContent {
  width: 100%;
  height: 300px; 
  padding: 8px;
  background: #FB8072; 
}*/

/*====================================================
 toppage
====================================================*/
.secWrapper{
  width: 100%;
}
.secOuter {
  width: 100%;
  padding: 0 4%;
}
.secInner {
  width: 100%;
}
.pc2col{
  display: block;
  width: 100%;
}
.pc3col{
  display: block;
  width: 100%;
}
/*====================================================
 mvSec
====================================================*/
.secWrapper.mvSec .secOuter{
  padding: 0;
}
.secWrapper.infoSec ul li{
  margin-bottom: 10px;
}
.secWrapper.infoSec ul li:last-child{
  margin-bottom: 0;
}
/*====================================================
 problemSec
====================================================*/
.secWrapper.problemSec h2.secTit {
    font-size: 2.0rem;
    color: #333;
    text-align: center;
    margin-bottom: 1rem;
}
ul.chkList{
  padding-left: 0;
  width:100%;
}
.secWrapper.problemSec h3.secTit{
  font-size: 1.6rem;
  color:#333;
  text-align: center;
  margin-bottom: 3.0rem;
}
.secWrapper.problemSec h3.secTit span{
  font-size: 2.0rem;
  /*color:#916234;*/
}
ul.chkList li{
  font-size: 1.5rem;
  margin-bottom: 10px;
}
ul.chkList li span{
  font-size: 1.5rem;
}
/*====================================================
 infoSec
====================================================*/
.secWrapper.infoSec {
    background: url(../img/bg_info.gif) 0 0 repeat;
    padding: 2rem 0;
}

.secWrapper.problemSec {
    padding: 2.0rem 0;
}
/*====================================================
 troubleSec
====================================================*/
.secWrapper.troubleSec .secTit{
  font-size: 2.0rem;
  margin-bottom: 3.0rem;
}
/* --- card --- */
.card{
  width: 100%;
  margin-bottom: 30px;
}
.card .card_head{
  padding:10px 0 0 0 ;
}
.card_head_inner {
    padding-top: 20px;
}
.card h3.cardTit{
  font-size: 1.6rem;
  padding: 15px 80px 15px 15px;
  color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  background: url(../img/cardIco_plus.png) top right no-repeat;
  background-size: contain;
  cursor: pointer;
}
.card h3.cardTit.active{
  background: url(../img/cardIco_minus.png) top right no-repeat;
  background-size: contain;
}
.card h3.cardTit span{
  font-size: 1.4rem;
}
.card .card_body{
  display: none;
  background-color: #fff;
  margin-top:0;
  padding: 20px 20px 20px 20px;
}
.card .card_body p.lead{
  margin-top: 0;
  min-height: inherit;
}
/*====================================================
 howtoSec
====================================================*/
.secWrapper.howtoSec {
    padding: 3.0rem 0 2.0rem;
}
.secWrapper.howtoSec .secOuter{
  position: relative;
}
.secWrapper.howtoSec .secOuter .absIco {
    position: absolute;
    left: calc( 50% - 19px);
    top: -42px;
}


.secWrapper.howtoSec .secTit{
  font-size: 2.0rem;
  margin-bottom: 3.0rem;
}
.howtoBox{
  background-color: #fff;
  margin-bottom: 0px;
  position: relative;
  padding:0px 0px 0px 0px;
  box-shadow:none;
  width:100%;
  margin-right: 0;
}
.howtoBox dl{
  display: block;
  margin-bottom: 10px;
}
.howtoBox dl dt{
  text-align: left;
  min-width: 100%;
  width: 100%;
  padding: 15px 0 15px 0px;
/*  background: url(../img/bg_howto_sp.gif) repeat-y;*/
  background-size: contain;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.77;
  color: #15a1cb;
  border-bottom: solid 2px #ffa3cd;
}
.howtoBox dl dt span{
  font-size: 2.0rem;
}
.howtoBox dl dt div{
  background: url(../img/ico_howto_plus.png) no-repeat;
  background-position: right 8px top 50%;
  background-size: 8%;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.howtoBox dl dt img{
  margin-bottom: 0;
}

.howtoBox dl dt div p{
  padding-left: 0;
  line-height: 1.6;
  padding-right: 12%;
}
.howtoBox dl dt div.active{
  background: url(../img/ico_howto_minus.png) no-repeat;
  background-position: right 8px top 50%;
  background-size: 8%;
}
.howtoBox dl dd{
  display: none;
  padding:15px 15px;
  font-size: 1.4rem;
  min-height: inherit;
  line-height: 1.77;
}
/*====================================================
 strengthSec
====================================================*/
.secWrapper.strengthSec{
/*  background-color: #ebebeb;*/
  padding:3.0rem 0 2.0rem 0 ;
}
.secWrapper.strengthSec .secOuter{
  padding-left: 4%;
}
.secWrapper.strengthSec .secTit{
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 2.0rem;
}
.secWrapper.strengthSec .flex3Col,
.secWrapper.strengthSec .flex2Col{
  display: block;
}
.strengthBox{
  background-color: #fff;
  position: relative;
  padding: 0 10px 0 10px;
  margin-bottom: 30px;
  width: 100% ;
  margin-right: 0;
}
.strengthBox .absNum{
  position: absolute;
  left:-10px;
  top:10px;
  max-width: 60px;
}
.strengthBox dl dt .strengthTit{
  font-size: 1.6rem;
  padding: 15px 40px 5px 50px;
  margin-left: 0;
  border-bottom: solid 1px #ccc;
  background: url(../img/ico_strength_plus.png) no-repeat;
  background-position: right 5px top 15px;
  background-size: 40px 40px;
  height: auto;
  margin-left: 0;
  display: block;
}
.strengthBox dl dt .strengthTit.active{
  background: url(../img/ico_strength_minus.png) no-repeat;
  background-position: right 5px top 15px;
  background-size: 40px 40px;
}
.strengthBox dl dt .strengthTit span{
  font-size: 2.0rem;
  color:#3bbade;
}
.strengthBox dl dt .strengthImgSp{
  padding-top: 10px;
  padding-bottom: 10px;
}
.strengthBox dl dd{
  display: none;
  padding-top:5px;
  padding-bottom: 15px;
  border-top: none;
  font-size: 1.4rem;
  line-height: 1.77;
}
.strengthBox dl dt {
    height: auto;
}

/*====================================================
 contactSec
====================================================*/
.secWrapper.contactSec {
    background: #f5ffff;
    padding: 2.0rem 0;
}
.secWrapper.contactSec .secTit {
    font-size: 2.0rem;
    color: #333333;
    text-align: center;
    margin-bottom: 2.0rem;
}
.secWrapper.contactSec .secOuter {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    zoom: 1;
}
.contactInner{
  background-color: #f5ffff;
  padding: 0 0 20px 0;
}
.contactInner p.lead{
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.contactInner p.lead span.time{
  font-size: 1.6rem;
}
.contactInner ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


/*====================================================
 examSec
====================================================*/
.secWrapper.examSec {
    background-color: #fff4f4;
    padding: 3rem 0 2rem;
}
.secWrapper.examSec .secTit {
    font-size: 2.0rem;
    color: #333333;
    text-align: center;
    margin-bottom: 2rem;
}
.examBox{
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.examBox > dl > dd{
  display: none;
  margin-top: 20px;
}
.examBox > dl > dt{
  background-image:none;
}
.examBox > dl > dt > dl{
  background: url(../img/ico_exam_plus.png) no-repeat;
  background-position: right 5px top 5px;
  background-size: 40px 40px;
}
.examBox > dl > dt > dl.active{
  background: url(../img/ico_exam_minus.png) no-repeat;
  background-position: right 5px top 5px;
  background-size: 40px 40px;
}
.examBox > dl > dt > dl.tit{
  display: block;
  margin-bottom: 0;
}
.examBox > dl > dt > dl.tit > dt,
.examBox > dl > dt > dl.tit > dd{
  display: block;
}
.examBox > dl > dt > dl.tit > dt{
  vertical-align: bottom;
}
.examBox > dl > dt > dl.tit > dd{
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.77;
  font-weight: 700;
  padding-bottom: 0;
  padding-left: 0;
}

.examBox > dl > dd > dl.exam{
  display: block;
  margin-bottom: 20px;
}
.examBox > dl > dd > dl.exam > dt,
.examBox > dl > dd > dl.exam > dd{
  display: block;
}
.examBox > dl > dd > dl.exam > dt{
  vertical-align: top;
}
.examBox > dl > dd > dl.exam > dd{
  vertical-align: top;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.77;
}
.examBox > dl > dt > dl.tit > dt img{
  max-width: 50%;
  margin-bottom: 10px;
}
.examBox > dl > dd > dl.exam > dt img{
  max-width: 30%;
  margin-bottom: 10px;
}

/*====================================================
 faqSec
====================================================*/
.secWrapper.faqSec .secTit {
    font-size: 2.3rem;
    margin-bottom: 3.0rem;
}
/* --- faqBox --- */
.faqBox{
    width: 100%;
    background-image: none;
    background-color: #fff;
}
.faqBox dl{
  background-image: none;
  padding:0;
  margin-bottom: 20px;
}
.faqBox .faqTit{
    text-align: left;
    font-size: 2.0rem;
    padding: 0;
    color: #333;
    height: auto;
    text-indent: 0;
    padding-left: 15px;
    padding-right: 65px;
    background: url(../img/ico_howto_plus.png) no-repeat;
    background-size: 11%;
    background-position: right 10px top 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.faqBox .faqTit.active{
  background: url(../img/ico_howto_minus.png) no-repeat;
  background-size: 11%;
  background-position: right 7px top 50%;
}
.faqBox .faqTit img{
  display: inline;
  margin-bottom: 0;
  margin-right: 5px;
}
.faqBox dl dt{
  background: url(../img/bg_faq_sp.png) 0px 0px repeat-y;
  background-size: contain;
  padding: 15px 0 15px 0;
  cursor: pointer;
}
.faqBox dl dd{
  display: none;
  padding:25px 25px 25px 25px;
  background: url(../img/bg_faq_sp02.png) 0px 0px repeat-x;
}

/*====================================================
 priceSec
====================================================*/
.secWrapper.priceSec .secTit {
    font-size: 2.3rem;
    margin-bottom: 3.0rem;
}


/* ===========================================
  .tbl01
=========================================== */

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/*====================================================
 overviewSec
====================================================*/
.secWrapper.overviewSec {
    padding: 3.0rem 0 2.0rem;
}
.secWrapper.overviewSec .secTit {
    font-size: 2.3rem;
}
.overviewSec .address{
  width: 100%;
  margin-bottom: 10px;
}
.overviewSec .address .titAddress{
  font-size: 2.2rem;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  text-align: center;
}
.overviewSec .address p{
  width:100%;
  margin:0 auto;
}
.overviewSec .address dl{
  flex-wrap: wrap;
  width: 90%;
  margin:0 auto;
}
.overviewSec .address dl dt{
  width: 30%;
  text-align: center;
}
.overviewSec .address dl dd{
  width: 68%;
}
.overviewSec .address dl dd a{
  color:#333;
  text-decoration: none;
}
.overviewSec .address dl span.small{
  font-size: 1.2rem;
}
.overviewSec .address dl dt{
  background-color: #79c8df;
  padding: 5px 5px;
  margin-right: 2%;
  color: #fff;
  margin-bottom: 2%;
  font-size: 1.3rem;
}
.overviewSec .address dl dd{
  padding:5px 0;
  margin-right: 0;
  font-size: 1.3rem;
}
.overviewSec .gmap{
  width:100% !important;
  max-width: 100% !important;
}


}/* @media screen and (max-width:640px) */

/* ===================================================
/ SP (max-width:640px) ここまで
====================================================*/






/* ===================================================
/ #sec03 ADD 210824
====================================================*/
.Inner {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
#sec03 {
  background-color: #e1f1fe;
  padding-top: 60px;
}

#sec03 .secTit {
    font-size: 4.2rem;
    color: #333333;
    text-align: center;
    margin-bottom: 7.0rem;
}

#sec03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

#sec03 ul li {
  position: relative;
  width: 32%;
  height: 720px;
  margin-bottom: 35px;
  padding: 30px;
  line-height: 1.4;
  border-right: solid 1px #c9c9ca;
  border-bottom: solid 1px #c9c9ca;
  background-color: #fff;
}

#sec03 ul li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  height: 0;
  width: 0;
  border: solid 20px #fff;
  border-color: #c9c9ca #e1f1fe #e1f1fe #c9c9ca;
}

#sec03 ul li p {
  line-height: 1.8;
  font-size: 1.6rem;
}

#sec03 ul li > img {
  position: absolute;
  top: -15px;
  left: 150px;
}

#sec03 dl {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

#sec03 dl dd {
  font-weight: bold;
  font-size: 24px;
  margin-left: 20px;
  color: #ff9711;
  line-height: 1.1;
/*  letter-spacing: 3px;*/
}

#sec03 dl dd span {
  font-weight: bold;
  font-size: 18px;
}


@media screen and (max-width:640px) { 
  .Inner {
      width: 100%;
      padding: 8px;
  }
  .stance dl dt {
    position: relative;
    cursor: pointer;
  }
  #sec03 {
    padding-top: 30px;
  }
  #sec03 .secTit {
      font-size: 2.0rem;
      margin-bottom: 3.0rem;
  }
  #sec03 ul {
    display: block;
  }

  #sec03 ul li {
    width: 96%;
    padding: 25px 15px;
    line-height: 1.4;
    display: block;
    margin: 0 auto 35px;
  }

  #sec03 ul li:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
  }

  #sec03 ul li > img {
    position: absolute;
    top: -15px;
    left: 37%;
  }

  #sec03 dl {
    /*width: 89%;*/
  }

  #sec03 dl dd {
    font-size: 22px;
    margin-left: 0;
  }

  #sec03 dl dd span {
    font-size: 14px;
  }

  #sec03 .stance {
    box-sizing: border-box;
    padding-bottom: 30px;
  }

  #sec03 .stance dl {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom:1px solid #fff;
  }
  #sec03 .stance dl dt img {
    width: 100%;
  }
  #sec03 .stance dl dt span {
    display: block;
    position: absolute;
    top: 0;
    right: 5.5%;
    width: 10%;
    height: 100%;
    background-image: url(../img/sec03/sec03_plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  #sec03 .stance dl dt span.active {
    background-image: url(../img/sec03/sec03_minus.png);
  }
  #sec03 .stance dl dd {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
  }
  #sec03 .stance dl dd p {
    color: #333333;
    line-height: 1.8;
    text-align: left;
    font-size: initial;
    font-weight: normal;
  }
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clearfix:after {
  content:".";
  display:block;
  height:0.1px;
  visibility:hidden;
  clear:both;
  font-size:0.1em;
  line-height:0;
  }
.clearfix { min-height:1px; }
* html .clearfix  { height:1px; };

