@charset "utf-8";

/*コンテンツイメージ*/
div.contentstitle{
	height: 700px;
margin-bottom: 60px;
	min-width: 1000px;
}

.contentstitle{
	background: url(img/mainimg.jpg) no-repeat top center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	line-height: 2.4;
}

.contentstitle h2{
	margin-bottom: 90px;
	margin-top: 120px;
	position: relative;
	display: block;
	width: 1000px;
}

.contentstitle h2::after{
	content: "";
	width: 70px;
	height: 5px;
	background: #231815;
	position: absolute;
	bottom: -40px;
	display: block;
	left: calc(50% - 35px);
}

.contentstitle h2 img{
	height: 42px;
}

/*コンテンツ*/
article{
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}

article img{
	vertical-align: bottom;
}

div#graph{
	width: 1000px;
	margin: 0 auto 50px;
}

section{
	display: flex;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}

section:last-child{
	margin-bottom: 60px;
}

section:nth-of-type(2n) div.imgarea{
	order: 1;
	margin-left: 50px;
	margin-right: calc(-960px / 2 + 20px);
}

section:nth-of-type(2n) div.imgarea img{
	border-radius: 20px 0 0 20px;
}

div.imgarea{
	margin-right: 50px;
	margin-left: calc(-960px / 2 + 20px);
}

div.imgarea img{
	border-radius: 0 20px 20px 0;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

section dt{
	margin-bottom: 45px;
}

span.usude,span.atude{
	margin-right: 15px;
	padding: 5px 10px;
	line-height: 1;
	border-radius: 5px;
	font-weight: bold;
	font-size: 120%;
}

span.usude{
	border: 1px solid #64BCA7;
	color: #64BCA7;
}

span.atude{
	border: 1px solid #E06344;
	color: #E06344;
}

section dd a{
	display: inline-block;
	margin-top: 30px;
	background: #333 url(../common/img/allow_white.svg) no-repeat right 20px center;
	background-size: 10px;
	border-radius: 30px;
	text-decoration: none;
	color: #fff;
	font-size: 120%;
	padding: 6px 50px 6px 25px;
	min-width: calc(280px - 80px);
	letter-spacing: 0.1em;
	transition: .5s;
}

section dd a:hover{
	background: #009644 url(../common/img/allow_white.svg) no-repeat right 20px center;
	background-size: 10px;
}