@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;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
    padding: 35px 0 40px;
    text-align: center;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
    font-style: italic;
    color: #444;
    position: relative;
}

#main .headLine01 span {
    font-size: 5.0rem;
}

#main .headLine01:before {
    position: absolute;
    top: 0;
    width: 40px;
    height: 4px;
    left: 50%;
    margin-left: -20px;
    content: "";
    background: #2888B4;
}

@media all and (max-width: 767px) {
    #main .headLine01 {
        padding: 20px 0 !important;
        font-size: 2.6rem;
    }
    
    #main .headLine01 span {
        font-size: 2.7rem;
    }

    #main .headLine01:before {
        width: 30px;
        height: 2px;
        margin-left: -15px;
    }
}

/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
#main .comBgBox {
    padding-top: 32px;
    min-height: 214px;
    box-sizing: border-box;
    background: url("../../img/index/bg03.jpg") no-repeat center center;
    background-size: cover;
}

#main .comBgBox .link {
    margin: 0 auto;
    width: 640px;
}

#main .comBgBox .link a {
    display: block;
}

#main .comBgBox .link a:hover {
    opacity: 0.7;
}

@media all and (max-width: 767px) {
    #main .comBgBox {
        margin: 0 -15px;
        padding: 16px 0;
        min-height: inherit;
    }
    
    #main .comBgBox .link {
        width: 80%;
    }
}
