/*

#37A7AD
#EFF7F7

*/

.htmlFixed{
	touch-action: none;
}
body{
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: 100vh;
	color: #293442;
	font-size: 16px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 1px;
}
@media screen and (max-width: 800px) {

}



/* ------------------------------ COMMON */
._mt10{margin-top:10px !important;}
._mt20{margin-top:20px !important;}
._mt30{margin-top:30px !important;}
._mt40{margin-top:40px !important;}
._mt50{margin-top:50px !important;}
._mb10{margin-bottom:10px !important;}
._mb20{margin-bottom:20px !important;}
._mb30{margin-bottom:30px !important;}
._mb40{margin-bottom:40px !important;}
._mb50{margin-bottom:50px !important;}
._bgw{background-color:#fff !important;}
._bglb{background-color:#EFF7F7 !important;}
._bdb{border:1px solid #6EC1C5 !important;}
._fs12rem{font-size:2rem !important;}
._fs20p{font-size:20px !important;}
._fwb{font-weight:bold !important;}
._tac{text-align:center !important;}







/* ------------------------------ COMMON */
h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 10px 30px;
	width: 100%;
	max-width: 1200px;
	height: 190px;
	background: url(../img/dr01/common/h_bg.png) center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 30px;
}
h3{
	margin: 50px 0;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
}
p{
	font-size: 14px;
	line-height: 1.45;
}
.content{
	margin: -40px auto 50px;
	padding: 50px 60px 0;
	width: 100%;
	max-width: 960px;
}
.flex{
	display: flex;
}
.btn{
	display: block;
	margin: 80px auto 0;
	padding: 20px 30px;
	width: 100%;
	max-width: 260px;
	background: #2D3C46 url(../img/dr01/common/btn_arrow.png) right 25px center no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
table{
	width: 100%;
	border-collapse:collapse;
}
table.stripe tr:nth-of-type(even){
	background: #EFF7F7;
}
table th,table td{
	padding: 34px 26px;
	text-align: left;
	line-height: 1.45;
}
table th{
	min-width: 80px;
	border-bottom: 1px solid #6EC1C5;
}
@media screen and (max-width: 800px) {
	h2{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 0 10px 30px;
		width: 100%;
		max-width: 1200px;
		height: 140px;
		background: url(../img/dr01/common/h_bg.png) center no-repeat;
		background-size: cover;
		color: #fff;
		font-size: 24px;
	}
	.content{
		padding: 50px 20px 0;
	}
	table th{
		padding: 24px 5px;
		font-size: 14px;
		text-align: center;
	}
	table td{
		padding: 24px 5px;
		font-size: 13px;
		text-align: left;
	}
}