@charset "utf-8";

body {
	background-image:url(../images/ball_back.png);
	background-repeat: repeat-y;
	background-position: top center;
}
.title_2nd {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

/*-----------------------------------
グラフ
-----------------------------------*/

.wrap_graph {
	width: 736px;
	margin: 0 auto 130px auto;
}
.wrap_graph img {
	width: 100%;
	margin-bottom: 30px;
}
hr {
	margin-bottom: 30px;
	height: 1px;
}
.mb30 {
	margin-bottom: 30px;
}
.wrap_graph table {
	width: 736px;
	border-collapse: collapse;
	border-top: 1px solid #000;
	text-align: left;
}
.wrap_graph tr {
	border-bottom: 1px solid #ddd;

}
.wrap_graph th {
	width: 166px;
	padding: 25px 0 25px 20px;
	vertical-align: text-top;
	font-weight: 400;
}
.wrap_graph td {
	width: 586px;
	padding: 25px 0;
	vertical-align: text-top;
}
.wrap_graph td img {
	width: 100%;
}
.g_under {
	border-bottom: 1px solid #000!important;
}
.graph_midashi {
	font-weight: 700;
}
.graph_cap {
	padding-left: 20px;
	margin-top: 30px;
}
.steps_sld {
	color: #E50012;
	font-weight: 700;
}
.steps_midashi {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
}
.thats {
	border: 5px solid #E50012;
	padding: 30px;
}
.osusume_wrap {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin-bottom: 30px;
	max-width: 568px;
}
.osusume {
	white-space: nowrap;
	text-align: center;
	border: 1px dotted #E50012;
	padding: 8px 15px;
	font-weight: 700;
}
.osusume_wrap p {
	padding-left:20px;
}



@media screen and (max-width: 736px) {
.wrap_graph {
	width: 90%;
	margin: 0 auto 100px auto;
}
.wrap_graph table {
	width: 100%;
	border-collapse: collapse;
}
.wrap_graph th {
	width: 100%;
	padding: 15px 0 5px 15px;
	display: block;
	font-weight: 700;
}
.wrap_graph td {
	width: 100%;
	padding: 0 0 15px 15px;
	vertical-align: text-top;
	display: block;
}
}


.qt {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	color: #E50012;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 2px;
}
.red_q {
	background-color: #E50012;
	display: block;
	padding: 20px;
	line-height: 18px;
	font-size: 28px;
	color: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.qt p {
	padding-top: 18px;
	padding-left: 20px;
	padding-bottom: 18px;
}
.ans {
	padding-left: 82px;
	margin-bottom: 40px;
}