@charset "utf-8";


.vs{
	margin-top: 50px;
	position: relative;
}

.vs ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.vs ul li{
	position: relative;
	width: calc(50% - 10px);
	border-radius: 20px;
	background-color: #1E51A2;
	color: #FFFFD6;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 30px;
	line-height: 1.4;
}
.vs ul li span{
	color: #FFF;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.vs ul img{
	position: absolute;
	top:-40px;
	width: 70px;
	border: solid 4px #1E51A2;
	right:10px;
	border-radius: 50%;
	box-sizing: border-box;
	line-height: 0;
	background-color: #1E51A2;
}
.vs .vsmk{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	text-align: center;
}
.vs .vsmk span{
	display: inline-block;
	border-radius: 50%;
	background-color: #FFF;
	border: solid 4px #1E51A2;
	font-size: 16px;
	width: 40px;
	height: 40px;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 2px;
	margin-top: 50px;
}
.dakara{
	font-size:20px;
	color: #1E51A2;
	text-align: center;
	font-weight: bold;
}
.kensa{
	text-align: center;
	font-size: 16px;
	border: solid 4px #1E51A2;
	border-radius: 10px;
	padding: 10px;
	background-color: #FFFFD6;
	line-height: 1.2;
}
.kensa span{
	color: #1E51A2;
	font-weight: bold;
	font-size: 30px;
	display: block;
}


.pro{
	border: solid 2px #1E51A2;
	border-radius: 20px;
	margin-top: 50px;
	padding: 10px;
}

#contents .pro h3{
	border: solid 1px #1E51A2;
	background-color: #1E51A2;
	text-align: center;
	border: none;
	border-radius: 10px 10px 0 0;
	color: #FFF;
	padding: 10px;
	display: block;
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}
#contents .pro h3 span{
	display: block;
	background-color: #FFFF6B;
	vertical-align: 3px;
	color: #FF0000;
	font-size: 18px;
	margin-right: 5px;
	text-align: center;
	padding: 5px;
}
.pro ul{
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro ul li{
	text-align: center;
	width: calc(33% - 2px);
	font-size: 10px;
	line-height: 1.2;
	margin: 5px 0;
}
.totall{
	font-size: 30px;
	text-align: center;
	color: #1E51A2;
	font-weight: bold;
	line-height: 1.4;
}
.totall div{
	border: solid 2px #FF0000;
	background-color: #FF0000;
	border-radius: 6px;
	margin-left: 5px;
	font-size: 16px;
	color: #FFF;
	display: block;
	line-height: 1.2;
	padding: 5px 10px;
}
.totall div > span{
	display: block;
	font-size: 20px;
}


.clearboth::after{
	content: "";
	display: block;
	clear: both;
}
.leftbox img{
	float: right;
	margin-top: 10px;
	width: 150px;
	margin-left: 5px;
}
.leftbox::after{
	content: "";
	display: block;
	clear: both;
}
.aicear img{
	float: right;
	margin-top: 10px;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.aicear p{
	line-height: 1.4;
}
.kensamae{
	font-size: 18px;
	background-color: #FFFF6B;
	color:  #FF0000;
	padding: 5px;
	width:calc(100% - 160px);
	line-height: 1;
	box-sizing: border-box;
}
.topclass p{
	line-height: 1.4;
}
#contents .topclass h3{
	border: none;
	font-size: 20px;
	margin: 10px 0;
}
#contents .topclass .aicear h3{
	font-size: 18px;
}

.cose{
	clear: both;
	border: solid 1px #AAA;
	line-height: 1.2;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
.cose span{
	display: block;
	background-color: #EEE;
	padding: 5px;
	margin-bottom: 5px;
}
.tyousei{
	margin: 0 auto;
	margin-top: 30px;
	border: solid 2px #1E51A2;
	border-radius: 10px;
	padding: 10px;
	background-color: #FFFFD6;
}
#contents .tyousei h3{
	font-size: 20px;
	text-align: left;
	line-height: 1.2;
	border: none;
	margin: 0;
}
#contents .tyousei p{
	font-size: 16px;
}

#contents .tyousei img{
	float: right;
	width: 100px;
}
