@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;}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 700px;
	margin: 0 auto;
}
.comLink a {
	padding: 40px 75px 39px;
	display: block;
	color: #fff;
	position: relative;
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	background-image: linear-gradient( 180deg, #FCC200 0%, #F49600 100%);
	box-shadow: 8px 8px 20px rgba(0,0,0,0.13);
}
.comLink a:before {
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -18px;
	background: url(../img/common/icon04.png) no-repeat;
	background-size: 36px auto;
	width: 36px;
	height: 36px;
	content: "";
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		width: auto;
		max-width: 314px;
	}
	.comLink a {
		padding: 25px 4px 23px 0;
		font-size: 2.2rem;
		line-height: 1.18;
		text-align: center;
	}
	.comLink a:before {
		right: 16px;
		margin-top: -11px;
		background-size: 25px auto;
		width: 25px;
		height: 25px;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 844px;
	margin: 0 auto;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: absolute;
	left: -95px;
	top: 30px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 4.5rem;
	font-weight: 900;
	letter-spacing: 0.3em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 29px;
		position: static;
		writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: 3.2rem;
		letter-spacing: 0.5em;
		text-align: center;
		overflow: hidden;
	}
	.headLine01 span {
		padding: 0 2px 0 20px;
		position: relative;
		display: inline-block;
	}
	.headLine01 span:before,
	.headLine01 span:after {
		margin-top: 1px;
		position: absolute;
		left: 100%;
		top: 50%;
		height: 2px;
		width: 10000px;
		background-color: #000;
		content: "";
	}
	.headLine01 span:after {
		left: auto;
		right: 100%;
	}
}