@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1000px;
}

@media all and (max-width: 767px) {
    .content {
        width: auto;
    }
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
    margin-top: -58px;
    border-bottom: 10px solid #21292C;
}

.mainVisual .secBox {
    margin: 0 auto;
    padding: 234px 20px 38px;
    width: 1000px;
    box-sizing: border-box;
    background: url("../../img/common/main_visual_bg.png") no-repeat top center;
}

.mainVisual .secBox .innerBox {
	visibility: hidden;
}

.mainVisual h2 {
    margin: 0 14px 18px 0;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.mainVisual h2 span {
    color: #fccc24;
}

.mainVisual p {
    margin-bottom: 24px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.67;
    text-align: center;
}

.mainVisual .borderTxt {
    margin-bottom: 6px;
    text-align: center;
}

.mainVisual .borderTxt span {
    padding: 2px 10px 3px;
    min-width: 470px;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.mainVisual .note {
    color: #999;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 1.2px;
    text-align: center;
}

@media all and (max-width: 767px) {
    .mainVisual {
        margin-top: -33px;
        border-bottom-width: 5px;
    }
    
    .mainVisual .secBox {
        padding: 92px 5px 9px;
        width: auto;
        background-image: url("../../img/common/sp_main_visual_bg.png");
        background-size: 100% auto;
    }

    .mainVisual h2 {
        margin: 0 0 24px;
        font-size: 2.5rem;
    }

    .mainVisual p {
        margin-bottom: 14px;
        font-size: 1.2rem;
        line-height: 1.42;
    }

    .mainVisual .borderTxt {
        margin-bottom: 2px;
    }

    .mainVisual .borderTxt span {
        padding: 4px 10px;
        min-width: 255px;
        font-size: 1.5rem;
        letter-spacing: 0.6px;
        line-height: 1;
    }

    .mainVisual .note {
        font-size: 1rem;
        letter-spacing: 0;
    }
}

/*------------------------------------------------------------
	comGrayBox
------------------------------------------------------------*/
.comGrayBox {
    padding: 23px 0 34px;
    border-bottom: 10px solid #21292C;
    background-color: #C6C6C6;
}

.comGrayBox .ttl {
    margin-bottom: 18px;
    color: #2490d0;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.comGrayBox .link {
    text-align: center;
}

.comGrayBox .link a:hover {
    opacity: 0.7;
}

@media all and (max-width: 767px) {
    .comGrayBox {
        padding: 19px 10px 22px;
        border-bottom: 5px solid #21292C;
    }

    .comGrayBox .ttl {
        margin-bottom: 14px;
        font-size: 1.4rem;
        line-height: 1.36;
    }
    
    .comGrayBox .link {
        margin: 0 19px;
    }
}

/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
    margin-bottom: 44px;
    padding: 43px 20px 51px;
    min-height: 258px;
    box-sizing: border-box;
    background: url("../../img/index/sec01_bg01.jpg") no-repeat center center;
    background-size: cover;
}

.comBgBox p {
    margin-bottom: 31px;
    font-size: 1.8rem;
    line-height: 1.67;    
    text-align: center;
}

.comBgBox p:last-child {
    margin-bottom: 0;
}

.comBgBox .ttl {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.625;
}

.comBgBox .ttl .yellow {
    color: #fccc24;
}

.comBgBox .ttl .yellow .large {
    display: inline-block;
    font-size: 5rem;
    line-height: 1;
}

.comBgBox .ttl .yellow .large01 {
    font-size: 6rem;
}

@media all and (max-width: 767px) {
    .comBgBox {
        margin-bottom: 18px;
        padding: 19px 30px;
        min-height: inherit;
        background: url("../../img/index/sp_sec01_bg01.jpg") no-repeat center top;
        background-size: 100% auto;
    }

    .comBgBox p {
        margin-bottom: 25px;
        font-size: 1.6rem;
        line-height: 1.56;    
    }

    .comBgBox .ttl {
        font-size: 2.5rem;
        line-height: 1.44;
    }

    .comBgBox .ttl .yellow .large {
        display: inline-block;
        font-size: 3.3rem;
    }

    .comBgBox .ttl .yellow .large01 {
        font-size: 3.3rem;
    }
}

@media all and (max-width: 374px) {
    .comBgBox {
        padding: 19px 20px;  
    }
    
    .comBgBox .ttl {
        font-size: 2.2rem;
    }
    
    .comBgBox .ttl .yellow .large {
        font-size: 3rem;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 38px;
    text-align: center;
}

.headLine01 .inner {
    padding: 16px 10px 12px;
    min-width: 439px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #2490D0;
}

.headLine01 .inner .txt {
    margin-right: 30px;
    font-size: 1.8rem;
    font-weight: 900;
}

.headLine01 .inner .txt .num {
    margin: -3px 0 0 22px;
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 500;
    font-style: italic;
    vertical-align: middle;
    line-height: 1;
}

.headLine01 .inner img {
    display: inline-block;
    vertical-align: middle;
}

@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 25px;
    }

    .headLine01 .inner {
        padding: 7px 5px;
        min-width: 252px;
        max-width: 500px;
        border-radius: 35px;
    }
    
    .headLine01 .inner .txt {
        margin-right: 20px;
        font-size: 1.05rem;
        font-weight: 700;
    }

    .headLine01 .inner .txt .num {
        margin-left: 12px;
        font-size: 2.05rem;
    }

    .headLine01 .inner img {
        height: 9px;
    }
}

.animation {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.animation {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.animation.fade {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
