@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:959px){
/*tablet*/
.pd{ display:none;}
.sd{ display: block;}

/* =============================================================== 
	common
=============================================================== */
#main_contents {
	padding: 20px 8px 1px;
	}
#main_contents h2 {
	font-size: 3rem!important;
}
#main_contents h3 {
	font-size: 2rem!important;
}	
#disclaimer_contents {
		padding: 0 10px;
	}	
#disclaimer_contents h2 {
	font-size: 3rem!important;
}
#disclaimer_contents h3 {
	font-size: 2rem!important;
}	
#main_contents section#background,
#main_contents section#targets,
#main_contents section#performance {
    margin-bottom: 35px;
}
#main_contents section#background div,
#main_contents section#targets div,
#main_contents section#performance div {
    padding: 20px;
}
/* =============================================================== 
	btn
=============================================================== */
#main_contents section#background div .button,
#main_contents section#targets div .button,
#main_contents section#performance div .button {
    padding: 0;
    margin: 20px auto;
	text-align: center;
}
.button a {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
/* =============================================================== 
	dl
=============================================================== */	
dl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
    font-size: 1.7rem;
	line-height: 1.7;
}
dt {
	color: #fff;
	background-color: #074a7e;
	width: 90px;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}
dd {
	background-color: #fff;
	width: calc(100% - 90px);
	padding: 10px;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}	
/* ============================================================== */
}
/* ============================================================== */