@charset "utf-8";
.pc{
	display: block !important;
}
.sp{
	display: none !important;
}
.info_2up{
	clear: both;
	display: block !important;
	position: relative;
	width: 100%;
	max-width: 950px;
}
.info_2up img{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.info_2up dl{
	width: 450px;
	width: calc(100/2);
	position: relative;
	margin: auto;
	display: flex;
	align-items: stretch;
}
.info_2up dd{
	width: 48%;
	padding: 2%;
	margin: auto;
	line-height: 1.4em;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #000;
	box-sizing: border-box;
}
.info_2up dd.non{
	background: #ddd;
	color: #999;
	border: 1px solid #aaa;
}
.info_2up dd.non span{
	color: #999;
	background: #ccc;
	border: 1px solid #999;
}
.info_2up dd.non strong{
	color: #999;
	font-weight: normal;
}
.info_2up dd:nth-child(1){
}
.info_2up strong{
	font-size: 1.05em;
	color: #314A98;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0.4em;
	line-height: 1.6em;
}
.info_2up .small{
	font-size: 0.8em;
	text-align: right;
	margin-right: 3%;
}
.info_2up a{
	display: inline-block;
	line-height: 2em;
	font-size: 1.1em;
	font-weight: bolder;
}
.info_2up h4{
	display: block;
	text-align: center;
	font-size: 1.15em;
	color: #737373;
	font-weight: bold;
	margin: 4% auto 0.2% !important;
}
@media only screen and (max-width: 480px){
.pc{
	display: none !important;
}
.sp{
	display: block !important;
}
.info_2up dl{
	width: 100%;
	display: block;
}
.info_2up dd{
	margin-bottom: 2%;
	width: 80%;
	}
}

