@charset "utf-8";
/*common.css version 2.0*/

/* CSS Document */

/* ------------------------------------------------------------
	BASE SETTING CSS
   ------------------------------------------------------------ */
.brSp,
.br1000,
.spOnly,
.imgSp{
  display: none;
}
img{
  max-width: 100%;
  max-height: 100%;
}
.taC{
    text-align: center;
}
.taL{
    text-align: left;
}
.taR{
    text-align: right;
}
.inline-block {
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.pcNowrap {
  white-space: nowrap;
}
@media only screen and (max-width:1000px){
  .br1000{
    display: inline;
  }    
}
@media only screen and (max-width:767px){
  .brPc{
    display: none;
  }  
  .brSp{
    display: inline;
  }  
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
  .spNone{
    display: none;
  }
  .imgPc{
    display: none;
  }
  .imgSp{
    display: inline;
  }
  .pcNowrap {
    white-space: normal;
  }
  .spNowrap {
    white-space: nowrap;
  }
}
/* 色 */
.cOrange{
  color: #f88d00;
}
.cRedPink{
  color: #e13f70;
}
.cBlueGreen{
  color: #18989d;
}
.cGreen{
  color: #34a254;
}
.cNavy{
  color: #202f43;
}
.cNavy_bright{
  color: #475b6d;
}
.cGlay{
  color: #737373;
}
.cGlay_bright{
  color: #727882;
}
.bgWhite{
  background: #FFF;
}
.cLink{
  color: #295b9f;
}

/* ------------------------------------------------------------
	LAYOUT CSS
   ------------------------------------------------------------ */
/*幅*/
.cmn_wrap{
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.wrap1000{
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width:767px){
  .wrapSp_100{
    width: 100%;
  }
  .wrapSp_92{
    width: 92%;
  }
}

/*ボタン*/
.cmnBtn{
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cmnBtn_inner{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 66px;
  height: 66px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;    
  background: #FFF;  
}
.cmnBtn_inner:hover{
  opacity: 0.8;
}
.cmnBtn_pdf_icon{
  padding-right: 15px;
}
.cmnBtn_txt{
  font-size: 1.2em;
}
.cmnBtn_inner_arrow{
  background: #fc563f;
  color: #FFF;
  position: relative;
  border: #FFF solid 2px;
}
.cmnBtn_inner_arrow::after{
  content: "";
  position: absolute;
  right: 25px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;  
}
.cmnBtn_inner_arrow:hover::after{
  right: 20px;
}
.cmn_blank_ico{
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.cmn_blank_ico::after{
    position: absolute;
    content: '';
    background: url("../img/icon_blank_navy.svg") no-repeat;
    width: 15px;
    height: 13px;
    right: 5px;
    top: 10px;
}


@media only screen and (max-width:767px){
  .cmnBtn_inner{
    border-radius: 54px;
    height: 54px;
  }
  .cmnBtn_pdf_icon{
    padding-right: 10px;
  }
  .cmnBtn_txt{
    font-size: 0.9em;
  }
  .cmnBtn_pdf_icon_img{
    height: 26px;
  }
  .cmnBtn_inner_arrow::after{
    right: 20px;
  }
  .cmnBtn_pdf + .cmnBtn_arrow{
    margin: 25px auto 0;
  }
}
@media only screen and (max-width:340px){
  .cmnBtn_txt{
    font-size: 0.8em;
  }
}

/*共通タイトル*/
.cmnTit{
  background: url(../img/bg_cmnTit.jpg) 90% center no-repeat, #dce6ec;
  height: 180px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
.cmnTit_tit{
  font-size: 2.5em;
  letter-spacing: 1px;
}
.cmnTit_border{
  display: block;
  width: 40px;
  height: 8px;
  background: #333;
  margin: 22px auto 0;
  position: relative;
}
.cmnTit_border::before,
.cmnTit_border::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #dce6ec;
  position: absolute;
  top: 0;
}
.cmnTit_border::before{
  left: 8px;
}
.cmnTit_border::after{
  right: 8px;
}
@media only screen and (max-width:767px){
  .cmnTit{
    background-image: none;
    height: 134px;
  }
  .cmnTit_tit{
    font-size: 2em;
  }
  .cmnTit_border{
    margin: 16px auto 0;
  }
}
@media only screen and (max-width:360px){
  .cmnTit_tit{
    font-size: 1.7em;
  }
}

/*header 
-----------------------------------------------------*/
.headerInner{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 35px;
    height: 100px;
}

.headerInner_tit{
    font-weight: 700;
    font-size: 1.71em;
    text-align: center;  
}

.headerInner_tit_bl{
    display: inline-block
}

.headerInner_tit_bl + .headerInner_tit_bl{
    margin-left: 1em;
}

.headerInner_link_btn{
    width: 205px;
    background: #f7a912;
    color: #fff;
    font-size: 1.28em;
    border-radius: 20px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    line-height: 38px;
}

@media only screen and (max-width:767px){
    .headerInner{
        width: 92%;
        padding: 10px 0;
        margin: 0 auto;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        position: relative;
        height: auto;
        min-height: 100px;
    }
    
    .headerInner_logo{
        max-width: 30%;
    }
    
    .headerInner_tit{
        font-size: 1em;
        width: 100%;
        margin-top: 1em;
    }
    
    .headerInner_link{
        position: absolute;
        right: 0;
        top: 15px;
        width: 45%;
    }
    
    .headerInner_link_btn{
        width: 100%;
        line-height: 28px;
        font-size: 1em;
    }
    

}


/* footer */
.footer{
  background: #202f43;
  color: #FFF;
  text-align: center;
  padding: 25px 10px;
}
.fixedBox + .footer{
  margin-bottom: 160px;
}
@media only screen and (max-width:767px){
  .footer{
    font-size: 0.8em;
  }
  .fixedBox + .footer{
    margin-bottom: 115px;
  }
}

/* fixedBox */
.fixedBox{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  height: 160px;
  padding: 20px 0 0;
  background: #f7fcfe;
}
.fixedBox_tit{
  font-size: 1.3em;
  color: #3d70b6;
  text-align: center;
}
.fixedBox_btnList{
  display: flex;
  justify-content: center;
}
.fixedBox_btn{
  margin: 10px 10px 0 0;
  max-width: 384px;
}
.fixedBox_btn:last-child{
  margin-right: 0;
}
@media only screen and (max-width:767px){
  .fixedBox{
    height: 115px;
    padding: 15px 7px 0;
  }
  .fixedBox_tit{
    font-size: 1.1em;
  }
  .fixedBox_btn{
    margin: 8px 5px 0 0;
  }
  .fixedBox_btn:last-child{
    margin-right: 0;
  }
  .fixedBox_btn_inner{
    border-radius: 10px;
    font-size: 0.9em;
    border: none;
  }
  .fixedBox_btn_inner::after{
    right: 7px;
  }
  .fixedBox_btn_inner:hover::after{
    right: 7px;
  }
  .fixedBox-clm4up{
  	height: 136px;
	padding: 7px 7px 0;
  }
  .fixedBox-clm4up .fixedBox_btnList{
  	flex-wrap: wrap;
	justify-content: space-between;
  }
  .fixedBox-clm4up .fixedBox_btn{
  	width: calc(50% - 3px);
    margin: 8px 6px 0 0;
  }
  .fixedBox-clm4up .fixedBox_btn:nth-child(even){
  	margin-right: 0;
  }
  .fixedBox-clm4up .fixedBox_btn_inner{
  	height: 40px;
  }
  .fixedBox-clm4up .br1000{
  	display: none;
  }
}
@media only screen and (max-width:360px){
  .fixedBox_btn_inner{
    font-size: 0.8em;
  }
}

/* fixedArrow */
.fixedArrow{
  background: #202f43;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 23px;
  bottom: 90px;
  z-index: 20;
  display: none;
}
.fixedArrow-top{
  bottom: 250px;
}
.fixedArrow_inner{
  border-right: 7.5px solid transparent;
  border-bottom: 12px solid #FFF;
  border-left: 7.5px solid transparent;   
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 12px;
}
@media only screen and (max-width:767px){
  .fixedArrow{
    right: 10px;
    bottom: 75px;
  }
  .fixedArrow-top{
    bottom: 190px;
  }
}