@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.btnList {
	width: 95%;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
}
.btnList li {
	margin-right: 11px;
}
.btnList li:last-of-type {
	margin-right: 0;
}
.btnList li a {
	display: block;
}
@media all and (min-width: 897px) {
	.btnList li a:hover {
		opacity: 0.8;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: absolute;
	color: #6493CA;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.555;
	letter-spacing: 0.075em;
}
/*------------------------------------------------------------
	title
------------------------------------------------------------*/
.title {
    margin: 0 auto 49px;
    padding-right: 5px;
    text-align: center;
    width: 71%;
}
.title span {
    padding: 2px 25px 2px 22px;
	width: 92%;
    display: inline-block;
    vertical-align: top;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.07em;
    text-align: center;
    z-index: 5;
	background: url(../../img/common/line01.png) no-repeat center left / 180px auto, url(../../img/common/line01.png) no-repeat center right / 180px auto;
}

