@charset "utf-8";

/*
  File Name   : yuie.css
  Description : コンテンツエリア関係 他
*/

#yuie {
	background-color: #fff;
}
.yuie-title-wrap {
	text-align: center;
}
.yuie-title-wrap img {
	width: 438px;
}
.yuie-main-img {
	max-width: 800px;
	margin: 50px auto 0;
}
.yuie-main-lead {
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: 70px;
	text-align: center;
}
.yuie-text {
	margin-top: 35px;
	text-align: center;
}
.yuie-button a {
	display: block;
	color: #fff;
	background-color: #3c3c3c;
	text-align: center;
	font-weight: bold;
	position: relative;
	width: 370px;
	max-width: 100%;
	margin: 75px auto 0;
	padding: 1em;
	border-radius: 30px;
	transition: opacity 0.3s;
	letter-spacing: 2px;
}
.yuie-button a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url(../img/common/icon-arrow_white.png) 0 0 no-repeat;
	background-size: 14px auto;
}
.yuie-button a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.yuie-attention {
	font-size: 13px;
	padding-top: 20px;
	text-align: center;
	margin: 80px auto 0;
	position: relative;
}
.yuie-attention::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-top: 1px solid #000;
	width: 377px;
}
@media screen and (max-width: 1101px) {
	.yuie-title-wrap img {
		width: 318px;
	}
	.yuie-main-lead {
		margin-top: 100px;
	}
}
@media screen and (max-width: 811px) {
	.yuie-title-wrap img {
		width: 250px;
	}
	.yuie-main-lead {
		font-size: 16px;
	}
	.yuie-text {
		font-size: 14px;
	}
	.yuie-attention {
		font-size: 12px;
	}
	.yuie-attention::before {
		width: 300px;
	}
}