@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------
***                                                                    body
----------------------------------------------------------------------------*/
body{ margin:0; padding:0; min-width: 1100px;}
body.boxSize{box-sizing:border-box;}
body.boxSize *{box-sizing:border-box;}
a{cursor:pointer;}
.pcNone{display:none;}


/*----------------------------------------------------------------------------
***                                                    　         gnav
----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------
***                                                            breadcrumbTrailBox
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
***                                                              mainsection
----------------------------------------------------------------------------*/
#mainArea{}
.mainSection > .mainSectionInner{margin: 0 auto;padding: 0px 0 0px;overflow: hidden;}
.secBox{padding-left:20px; padding-right:20px;}
.secBox > .sectionInner{max-width: 1000px;margin:0 auto;padding: 30px 0 55px;}
.secBox > .sectionInner .contentsBox{max-width: 100%;margin: 0 auto;}
.secBox .inSec{width:auto;margin:0 auto;}
.commonW{width:1000px; margin:0 auto;}
.titleBox{border-left:10px solid #e84709; background:#f1f1f1;}
.ttl-h2{font-size:25px; padding:0.5em 0.5em 0.5em;}
.ttl-h3{font-size:23px; margin:0 0 0.3em;}

.style02 .titleBox{border-left:none; background:#f1f1f1;}
.style02 .titleBox .ttl-h2{text-align:center;}

.contentsBox{padding:40px 30px 40px;}


/* 汎用ボタン */
.commonBtnBox {}
.commonBtnBox .textBtn {text-align: center;margin: 2em 0 0em;}
.commonBtnBox .btn {display: inline-block;padding: 0.5em 0;background: #e9470b;color: #fff;max-width: 450px;width: 30em;text-align: center;}


/* 動画16：9 */
.movieBox{max-width:810px; margin:0 auto 1em;}
.movieBox .movieInBox{position:relative; padding-bottom:56.25%; height:0;overflow: hidden;}
.movieBox .movieInBox iframe{margin:0 auto;position: absolute;top: 0;left: 0;width: 100%;height: 100%;max-width:none;max-height:none;}



/*----------------------------------------------------------------------------
***                                                             footer
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
***                                                    　         footerArea
----------------------------------------------------------------------------*/
#footerSec {background-color: #222222;padding: 80px 0px 80px 0px;font-weight: 300;font-style: normal;font-size: 16px;line-height: 1.5;letter-spacing: 0.05em;color: #ffffff;}
#footerSec .menuList li {display: block;margin-bottom: 10px;}
#footerSec {border-top: 4px solid #FFF5EA;background-color: #000000;color: #000000;}
#footerSec * {color: #fff;}
#footerSec .footerInenr {margin: 0 auto;}
#footerSec .footerInenr .txtBox {margin: 0 0 0 0%;padding: 0 20px;}
#footerSec .footerInenr .logoBox {margin: 0 auto 0 0;}
#footerSec .footerInenr .contentsBox {padding: 0;width: 100%;}
#footerSec .footerInenr .logoBox {padding-left: 0;}
#footerSec .sns-icons {padding-right: 0;max-width: max-content;}
#footerSec .sns-icons a {color: #0C3484;font-weight: 500;}
#footerSec .sns-icons a:after {content: none;}
#footerSec .sns-icons a img {margin-right: 10px;}

#copyrightSec{background:#E9470B;padding: 1em 0;}
#copyrightSec *{color:#fff;margin: 0;}
#copyrightSec .privacypolicy{margin:0 2em 0 0;}




/*----- 【ページトップへスライド】 -----*/
#totp{
    width: 40px;
    height: 40px;
    z-index: 9;
    position:fixed;
    right: 2%;
    bottom: 2%;
    margin: 0;
}
#totp a {display: flex;justify-content: center;align-items: center;width:100%;height:100%;background: #00afad;}
#totp a svg{display:block;fill: #fff;width: 1em;}

/*----- 【フッター】 -----*/
#footerSec *{}


/*モーダルウインドウのオーバーレイ*/
#modal-overlay {z-index: 99999;display:none;position:fixed;top:0;left:0;width:100%;height:120%;background-color: rgba( 0,0,0, 0.4 );}

/*----------------------------------------------------------------------------
***                                                                  sideBox
----------------------------------------------------------------------------*/
/*----- 【汎用型】 -----*/
.side_box_pc_none #sideBox{display:none;}