@charset "utf-8";

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

.line{
	width: 100%;
	display: flex;
	justify-content: space-between;
	vertical-align: top;	
}

.content{
	width: 45%;
	min-width: 470px;
	height: 500px;
	margin: 0 20px 100px;
	text-align: center;
	box-shadow: 8px 8px 15px 1px #d4d4d4;
}

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

#yoko{
	max-width: 220px;
}

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

.content_circle{
	width: 45%;
	margin-bottom: 100px;
	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: 90pt;
	font-weight: bold;
	line-height: 0.6em;
}

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

#hosoku{
	font-size: 12pt;
}

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

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

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

/*文理補足矢印*/
.bunrihosoku {
	width: 80%;
	min-width: 350px;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	color:#262626;
	margin-top: 100px;
	margin-left: 50px;
	padding-bottom: 20px;
  position: relative;
  padding-left: 50px;
}

.bunrihosoku:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 50px transparent;
  border-bottom: solid 50px #FC961D;
}

.bunrihosoku:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 6px #FC961D;
}

.bunkei{
	color: #F74866;
}

.rikei{
	color: #39D3F7;
}

#bunrihosoku{
	border-bottom: none;
	width: 50%;
	padding-left: 20px;
}

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

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

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

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