@charset "utf-8";

/****************************
  common
****************************/
.wrapper{
  width: 1000px;
  margin: 0 auto;
}
.SPONLY {
  display: none;
}



/****************************
  headerSec
****************************/
/* headerUPR
-------------------------- */
.headerUPR{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.headerUPR > ul{
  display: flex;
}
.headerUPR > ul li{
  margin-left: 1em;
}
.headerUPR > ul li:not(.arwNone):before{
  margin:0 5px 0 0;
  content:" ";
  display:inline-block;
  width:4px;
  height:5px;
  background:url(../img/ico_arrow_mini_blue.png);
  background-size:contain;
  vertical-align:middle;
}

/* headerBTM
-------------------------- */
.headerBTM{
  background: #33539c;
}
.headerBTM > ul{
  display: flex;
}
.headerBTM > ul > li{
  width: calc(100%/3);
  background: #002883;
}
.headerBTM > ul > li:not(:last-of-type){
  border-right: solid 2px #33539c;
}
.headerBTM > ul > li a{
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  line-height: 3.5;
}
.headerBTM > ul > li a::before{
  position: absolute;
  content:" ";
  display:inline-block;
  width:6px;
  height:8px;
  background:url(../img/ico_headernav.png);
  background-size:contain;
  vertical-align:middle;
  top: 40%;
  left: 20px;
}
.headerBTM > ul > li a:hover{
  opacity: .8;
}



/****************************
  mainSlider
****************************/
.slick-dots{
  padding: 5px 0 25px;
}
.slick-dots li button:before{
  font-size: 55px;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before{
  color: #002883;
}



/****************************
  secCommon
****************************/
.secCommon h2{
  font-size: 30px;
  color: #002883;
  line-height: 1.4;
  margin-bottom: 30px;
}
.secCommon h2 span{
  display: block;
  font-size: 18px;
  color: #1f1f1f;
}



/****************************
  secProduct
****************************/
.secProduct{
  padding: 50px 0;
}
.secProduct ul{
  display: flex;
  justify-content: space-around;
}



/****************************
  secMedia
****************************/
.secMedia{
  background: #efeff8;
  padding: 50px 0;
}
.secMedia ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 71%;
  margin: 0 auto;
}
.secMedia ul li{
  width: calc(100%/3);
  margin-bottom: 20px;
}



/****************************
  secPro
****************************/
.secPro .secProMV img{
  width: 100%;
}
.secPro .secProCont{
  padding: 50px 0;
}
.secPro .secProCont h3{
  font-size: 25px;
  margin-bottom: 30px;
}
.secPro .secProCont ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.secPro .secProCont ul li{
  width: calc(100%/3);
  margin-bottom: 20px;
}



/****************************
  secStep
****************************/
.secStep{
  background: #efeff8;
  padding: 50px 0 0;
}
.secStep h3{
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 25px;
  color: #1f1f1f;
}
.secStep h3 span{
  display: block;
  font-size: 38px;
  color: #002883;
}
.secStep .slick-next:before{
  content: url(../img/ico_top_step_arw_r.png);
}
.secStep .slick-prev:before{
  content: url(../img/ico_top_step_arw_l.png);
}



/****************************
  secPole
****************************/
.secPole h2{

}
.secPole .secPoleImgs{
  margin: 20px auto 30px;
}
.secPole .secPoleCont{
  padding: 50px 0;
}
.secPole .secPoleMore a{
  display: block;
  position: relative;
  background: #1d2088;
  color: #fff;
  text-decoration: none;
  width: 30%;
  line-height: 3;
  margin: 0 auto;
  border-radius: 5px;
}
.secPole .secPoleMore a:hover{
  opacity: .8;
 transition: 0.3s ease-in-out;
}
.secPole .secPoleMore a:before{
  position: absolute;
  top: 40%;
  right: 20px;
  content: " ";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../img/ico_headernav.png);
  background-size: contain;
}
.secPole .secPoleImgs ul{
  display: flex;
  justify-content: space-between;
}
.secPole .slick-dots li{
  margin: 0 2px;
}
.secPole .slick-dots li button:before{
  content: '■';
  font-size: 20px;
  opacity: 1;
}

/* secPole_ex
-------------------------- */
.secPole .secPole_ex .slick-dots li:nth-of-type(1) button:before{
  color: #1d2088;
}
.secPole .secPole_ex .slick-dots li:nth-of-type(2) button:before{
  color: #efaa3c;
}
.secPole .secPole_ex .slick-dots li:nth-of-type(3) button:before{
  color: #f3acca;
}
.secPole .secPole_ex .slick-dots li:nth-of-type(4) button:before{
  color: #b8de7a;
}
.secPole .secPole_ex .slick-dots li:nth-of-type(5) button:before{
  color: #e3d7ca;
}


/* secPole_mx
-------------------------- */
.secPole .secPole_mx .slick-dots li:nth-of-type(1) button:before{
  color: #1d2088;
}
.secPole .secPole_mx .slick-dots li:nth-of-type(2) button:before{
  color: #efaa3c;
}
.secPole .secPole_mx .slick-dots li:nth-of-type(3) button:before{
  color: #f3acca;
}
.secPole .secPole_mx .slick-dots li:nth-of-type(4) button:before{
  color: #b8de7a;
}
.secPole .secPole_mx .slick-dots li:nth-of-type(5) button:before{
  color: #e3d7ca;
}

/* secPole_hc
-------------------------- */
.secPole .secPole_hc .slick-dots li:nth-of-type(1) button:before{
  color: #1d2088;
}
.secPole .secPole_hc .slick-dots li:nth-of-type(2) button:before{
  color: #efaa3c;
}
.secPole .secPole_hc .slick-dots li:nth-of-type(3) button:before{
  color: #f3acca;
}
.secPole .secPole_hc .slick-dots li:nth-of-type(4) button:before{
  color: #b8de7a;
}
.secPole .secPole_hc .slick-dots li:nth-of-type(5) button:before{
  color: #e3d7ca;
}
.secPole .secPole_hc .secPoleImgs ul{
  display: block;
}



/****************************
  footerSec
****************************/
.footerSec{
  background: #494953;
  padding: 50px 0 20px;
  margin-top: 50px;
}
.footerSec .wrapper{
  display: flex;
  justify-content: space-between;
}
.footerSec .wrapper > div{
  width: calc(100%/3);
  padding: 0 1em;
}
.footerSec dl{
  color: #fff;
  text-align: left;
}
.footerSec dl + dl{
  margin-top: 2em;
}
.footerSec dl dt{
  font-size: 16px;
  border-left: solid 4px #fff;
  padding-left: 8px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.footerSec dl dd,
.footerSec dl dd a{
  font-size: 14px;
  color: rgba(255,255,255,.8);
}
.footerSec .ftCopy{
  color: rgba(255, 255, 255, 0.3);
  padding-top: 30px;
}



/********************************************************

  tablet / smartphone

********************************************************/
@media screen and (max-width: 768px) {
/****************************
  common
****************************/
.wrapper{
  width: 100%;
}
.SPONLY{
  display: block;
}
.PCONLY{
  display: none;
}



/****************************
  headerSp
****************************/
.headerSp{
  height: 60px;
  padding: 15px 10px;
}
.headerSp .spHdrCont{
  display: flex;
  align-items: flex-end;
}
.headerSp .spHdrCont > li{
  width: 50%;
}
.headerSp .spHdrCont #spHdrLinks ul{
  display: flex;
  justify-content: flex-end;
  padding-right: 3.5em;
}
.headerSp .spHdrCont #spHdrLinks ul li{
  margin-left: 10px;
}
.headerSp #spHdrLogo{

}
.headerSp .drawer-menu{
  padding-bottom: 100px;
}
.headerSp .drawer-menu li{
  border-bottom: solid 1px #efefef;
}
.headerSp .drawer-menu li a{
  display: block;
  text-decoration: none;
  padding: 15px 1em;
}



/****************************
  secCommon
****************************/
.secCommon h2{
  margin-bottom: 20px;
}



/****************************
  secProduct
****************************/
.secProduct{
  padding: 30px 0;
}
.secProduct ul{
  display: block;
}
.secProduct ul li:not(:last-child){
  margin-bottom: 20px;
}



/****************************
  secMedia
****************************/
.secMedia{
  padding: 30px 0;
}
.secMedia ul{
  width: 90%;
}
.secMedia ul li{
  padding: 0 5px 0;
  margin-bottom: 10px;
}



/****************************
  secPro
****************************/
.secPro .secProCont{
  padding: 30px 0;
}
.secPro .secProCont h3{
  font-size: 18px;
  width: 90%;
  margin: 0 auto 20px;
}
.secPro .secProCont ul{
  padding: 0 5px;
}
.secPro .secProCont ul li{
  width: calc(100%/2);
  margin-bottom: 10px;
  padding: 0 5px;
}



/****************************
  secStep
****************************/
.secStep{
  padding: 40px 0 0;
}
.secStep h3{
  font-size: 22px;
}
.secStep h3 span{
  font-size: 32px;
}



/****************************
  secPole
****************************/
.secPole{
  padding: 0 10px;
}
.secPole .secPoleCont{
  padding: 40px 0;
}
.secPole .secPoleImgs ul li{
  padding: 0 5px;
}
.secPole .secPoleMore a{
  width: 80%;
}



/****************************
  footerSec
****************************/
.footerSec{
  padding: 30px 10px 20px;
}
.footerSec .wrapper{
  display: block;
}
.footerSec .wrapper > div{
  width: 100%;
  padding: 0;
}
.footerSec dl{
}
.footerSec dl dt{
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 3;
  border-left: none;
}
.footerSec dl dt:after{
  position: absolute;
  top: 40%;
  right: 0;
  margin:0;
  content:" ";
  width:8px;
  height:6px;
  background:url(../img/ico_ftarw_btm.png);
  background-size:contain;
}
.footerSec dl dt.active:after{
  width:8px;
  height:6px;
  background:url(../img/ico_ftarw_up.png);
  background-size:contain;
}
.footerSec dl + dl{
  margin-top: 0;
}
.footerSec dl dd{
  padding-bottom: 30px;
}


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