/* CSS Document */


/**/
body {
	background: rgba(255,255,255,1.0) url(../common/img/prono/bg-prono-modal.svg) center center no-repeat;
	background-size: 70% auto;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 1.6;
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
a,
a:focus,
a:visited,
a:active {
	outline: none;
	color: rgba(58,173,255,1.0);
}
a:hover {
	outline: none;
	color: rgba(58,173,255,1.0);
	text-decoration: underline;
}
p {
	margin: 0 0 7px 0;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0;
}
h1 img {
	width: auto;
	height: 50px;
	padding: 0;
}
h2 {
	margin: 0 0 35px 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 0 0 15px 0;
}

#modal-wrap {
	width: 100%;
	margin: 0 auto;
}
#modal-wrap section {
	width: 100%;
	padding: 80px;
}
#modal-wrap section h1 {
	font-size: 1.35rem;
	font-weight: 700;
	color: rgba(212,14,25,1.0);
	margin: 0 0 80px 0;
}
#modal-wrap section:first-child span {
	font-size: 1rem;
}

#modal-wrap section table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-spacing: 0 0px;
	border: none;
}
#modal-wrap section table th,
#modal-wrap section table td {
	border: none;
}
#modal-wrap section table th {
	vertical-align: middle;
	text-align: left;
	width: 55%;
	overflow: visible;
	position: relative;
	font-weight: bold;
	color: rgba(0,0,0,1.0);
	text-align: center;
	padding: 0;
}
#modal-wrap section table th img {
	max-width: 100%;
	vertical-align: bottom;
}
#modal-wrap section table td {
	width: 45%;
	padding: 25px;
	color: rgba(0,0,0,1.0);
	vertical-align: middle;
}
#modal-wrap section p {
	font-size: 0.85rem;
	text-align: justify;
	line-height: 1.8;
}
#modal-wrap section p.__kome {
	font-size: 0.75rem;
	text-indent: -2em;
	padding-left: 2em;
}



@media screen and (max-width: 640px) {
	#modal-wrap section {
		padding: 80px 20px 20px;
		margin-bottom: 80px;
	}
	#modal-wrap section table th,
	#modal-wrap section table td {
		display: block;
		width: 100%;
	}
}

