@charset "utf-8";
/* ===============================================================
 common
=============================================================== */
#mainConts{
  padding: 0;
}
.section{
  padding: 60px 0; 
}
.ttlIcon{
  font-size: 24px;
  padding: 12px 0 12px 90px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  margin-bottom: 20px;
}
.btnCenter{
  width: 390px;
  margin: auto;
  font-size: 20px;
}
.btnCenter:after{
  margin: -2px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .section{
    padding: 40px 0; 
  }
  .ttlIcon span{
    padding-left:0;
    display: block;
    font-size: 16px;
  }
  .btnCenter{
    width: 100%;
    font-size: 18px;
  }
}
/* ===============================================================
 mv
=============================================================== */
.mvBgPic{
  background-image: url(/seed/img/mv.jpg);
  background-position: top center;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .mvBgPic{
    background-image: url(/seed/img/mv_sp.jpg);
    padding-top: 2px;
    background-size: cover;
  }
}
/* ===============================================================
 cateLinkList
=============================================================== */
.cateLinkList{
  justify-content: center;
  display: flex;
  padding: 10px 0;
}
.cateLinkList .list{
  margin: 0 15px;
  font-weight: bold;
}
.cateLinkList .list .active{
  color: #61B7D9;
  border-bottom: 2px solid #61B7D9;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cateLinkList{
    display: block;
    text-align: center;
    padding: 10px 0 0;
  }
  .cateLinkList .list{
    margin: 0 0 10px;
  }
}
/* ===============================================================
 link
=============================================================== */
#link{
  background: linear-gradient(103deg, #066E97 0%, #066E97 50%, #61B7D9 50%, #61B7D9 100%);
}
#link .ttlBtmBdr{
  color: #fff;
}
#link .ttlBtmBdr:after {
  background: #fff;
}
#link .linkIn{
  width: 540px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  font-weight: bold;
  text-align: center;
}
#link .linkIn .picBox{
  align-items: center;
}
#link .linkIn .picBox .imgBox{
  width: 255px;
}
#link .linkIn .picBox .txtBox{
  width: 220px;
  font-size: 20px;
  text-align: left;
}
#link .linkIn .linkRoundArwR{
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #link{
    background: linear-gradient(190deg, #066E97 0%, #066E97 48%, #61B7D9 48%, #61B7D9 100%);
  }
  #link .linkBox + .linkBox{
    margin-top: 40px;
  }
  #link .linkIn{
    width: 100%;
    padding: 25px 30px;
    text-align: left;
  }
  #link .linkIn .picBox .imgBox,
  #link .linkIn .picBox .txtBox{
    width: 100%;
  }
}

/* ===============================================================
 tel
=============================================================== */
#tel{
  text-align: center;
  padding: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
#tel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 30px solid #F9F9F9;
}
#tel .ttl{
  font-size: 24px;
}
#tel .num a{
  color: #fff;
  font-size: 70px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}
#tel .num a:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -8px 15px 0 0;
  width: 100px;
  height: 66px;
  background:url(/assets/common/img/icon_freedial_wh.svg) no-repeat;
  background-size: 100px 66px;
}
@media screen and (max-width: 767px) {
  #tel{
    padding: 35px 2%;
  }
  #tel:before {
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 20px solid #F9F9F9;
  }
  #tel .num a{
    font-size: 38px;
  }
  #tel .num a:before{
    margin: -6px 10px 0 0;
    width: 55px;
    height: 40px;
    background-size: 55px 40px;
  } 
}

/* ===============================================================
 linkWrap 
=============================================================== */
#linkWrap .bdrRadbox{
  width: 880px;
  margin: 40px auto;
  padding: 40px;
  font-weight: bold;
}
#linkWrap .imgBox{
  width: 306px;
}
#linkWrap .txtBox{
  width: 460px;
}
#linkWrap .txtBox .ttlBtmBdr{
  font-size: 28px;
}
#linkWrap .txtBox .txt{
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #linkWrap .bdrRadbox{
    width: 90%;
    padding: 20px;
  }
  #linkWrap .imgBox,
  #linkWrap .txtBox{
    width: 100%;
  }
  #linkWrap .txtBox .ttlBtmBdr{
    font-size: 24px;
  }
  #linkWrap .txtBox .txt{
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* ===============================================================
 faq
=============================================================== */
#faq{
  font-weight: bold;
}

