@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: 1200px;
}

@media all and (max-width: 767px) {
    .content {
        margin: 0 10px;
        width: auto;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 71px;
	text-align: center;
	color: #323232;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 1px;
}

.headLine01 span {
	margin-top: 19px;
	display: block;
}

@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 20px;
        font-size: 1.5rem;
    }
    
    .headLine01 img {
        width: auto;
        height: 30px;
    }

    .headLine01 span {
        margin-top: 10px;
    }
}
