@charset "UTF-8";
/* CSS Document */


#ct_bg .titleArea02 {
	position: relative;
	font-size: 1.3rem;
	z-index: 1;
	line-height: 1.53;
	background-color: #e60012;
}

#ct_bg .titleArea02.type01 {
	margin-top: 40px;
	padding-top: 6px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}

#ct_bg .titleArea02.type01::before {
	position: absolute;
	z-index: -3;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #fff;
	content: "";
}

#ct_bg .titleArea02 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#ct_bg .titleArea02 > .inner01::after {
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 144px;
	height: 18px;
	background: url(../img/bg_common01.png) no-repeat 0 0;
	content: "";
}

#ct_bg .titleArea02.type01 > .inner01::after {
	bottom: inherit;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	top: -18px;
}

#ct_bg .titleArea02 > .inner01 > .logo01 {
	z-index: 2;
	position: relative;
	top: 5px;
	width: 110px;
	margin-left: 15px;
	margin-bottom: -6px;
}

#ct_bg .titleArea02.type01 > .inner01 > .logo01 {
	top: -12px;
}

#ct_bg .titleArea02 > .inner01 > .logo01 > a {
	display: block;
	width: 100%;
	height: 100%;
}

#ct_bg .titleArea02 > .inner01 > .text01 {
	color: #fff;
	text-align: right;
}

#ct_bg .titleArea02.type01 > .inner01 > .text01 {
	padding-bottom: 5px;
}

#ct_bg .titleArea02 > .inner01 > .link01 {
	position: absolute;
	left: 148px;
	top: 50%;
	transform: translateY(-50%);
}

#ct_bg .titleArea02.type01 > .inner01 > .link01 {
	top: 45%;
}

#ct_bg .titleArea02 > .inner01 > .link01 > a {
	position: relative;
	top: 3px;
	display: inline-block;
	padding-left: 12px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	text-decoration: none;
}

#ct_bg .titleArea02 > .inner01 > .link01 > a:hover {
	text-decoration: underline;
}

#ct_bg .titleArea02 > .inner01 > .link01 > a::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-135deg);
	content: "";
}


@media screen and (max-width: 639px) {
	
	#ct_bg .titleArea02 {
		font-size: 1.0rem;
	}

	#ct_bg .titleArea02 > .inner01 {
		position: relative;
		display: block;
		width: 100%;
		padding: 8px 4% 30px;
		height: auto;
	}

	#ct_bg .titleArea02 > .inner01::after {
		content: none;
	}

	#ct_bg .titleArea02 > .inner01 > .logo01 {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 64px;
		margin-left: 0;
		left: 1.666%;
	}

	#ct_bg .titleArea02 > .inner01 > .text01 {
		margin-right: 0;
		margin-left: auto;
		width: calc(100% - 65px);
		width: -webkit-calc(100% - 65px);
		text-align: left;
		font-size: 2.666vw;
	}

	#ct_bg .titleArea02 > .inner01 > .text01 > strong {
		display: inline-block;
		margin-left: 5px;
	}

	#ct_bg .titleArea02 > .inner01 > .link01 {
		left: 82px;
		top: inherit;
		bottom: 8px;
		transform: translateY(0);
	}

	#ct_bg .titleArea02 > .inner01 > .link01 > a {
		top: inherit;
		padding-left: 8px;
		font-size: 1.2rem;
	}

	#ct_bg .titleArea02 > .inner01 > .link01 > a:hover {
		text-decoration: none;
	}

	#ct_bg .titleArea02 > .inner01 > .link01 > a::before {
		margin-top: -6px;
		width: 7px;
		height: 7px;
	}

	#ct_bg .titleArea02.type01 {
		margin-top: 25px;
		padding-top: 5px;
	}

	#ct_bg .titleArea02.type01::before {
		height: 5px;
	}

	#ct_bg .titleArea02.type01 > .inner01 > .logo01 {
		top: 50%;
	}
}