@charset "utf-8";

.all{
	width: 90%;
	margin: 0 auto;
}

.line{
	width: 100%;
	margin: 0 auto;
}

.content{
	width: 100%;
	height: 450px;
	margin: 0 auto 50px;
	text-align: center;
	box-shadow: 8px 8px 15px 1px #d4d4d4;
}

.content img{
	margin-top: 20px;
	max-width: 200px;
}

#tate{	
	height: 150px;
	width: auto;
}

.content_circle{
	width: 60%;
	margin: 50px auto;
	text-align: center;
}

.data_title{
	background-color:#282828;
	width: 100%;
	padding: 10px 0;
}

.data_title p{
	font-size: 15pt;
	color: #fff;
	text-align: center;
}

#data{
	font-size: 50pt;
	font-weight: bold;
	line-height: 0.6em;
}

.data p{
	font-size: 15pt;
	margin-top: 50px;
}

#hosoku{
	font-size: 10pt;
}

.data_s{
	display: flex;
	white-space: nowrap;
}

.data_s p{
	line-height: 3em;
	margin: 0 auto;
}

#wariai{
	width: 70%;
	max-width: 300px;
	height: auto;
}

/*文理補足矢印*/
.bunrihosoku {
	width: 80%;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	color:#262626;
	margin: 30px auto;
	padding-bottom: 20px;
	font-size: 12pt;
	border-bottom: 2px solid #ff9e00;
}
	
.bunkei{
	color: #F74866;
}

.rikei{
	color: #39D3F7;
}

.circle{
	border: 3px solid #ff9e00;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}

.circle p{
	width: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	color: #ff9e00;
	position: absolute;
	top: 40%;
	left: 0;
	 -webkit-translateY(-50%);
	transform: translateY(-50%);
}

.box{
	width: 90%;
	background-color: #ff9e00;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto 100px;
	border-radius: 10px;
}

.box p{
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
}