@charset "UTF-8";

.top_box1bg{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 2.5vh;
	position: relative;
	background: #0a1232;
}
/************************************************
メイン画面部分
************************************************/

/*.table_box{
	clear:both;
	width:96%;
	height:auto;
	margin:25px auto 0;
}*/

.table_box .hr01{
	clear:both;
	width:100%;
	height: 1px;
	margin:0;
	padding: 0;
	border-collapse:collapse;
	border:none;
	border-bottom:none;
	border-top: solid 1px #9fa0a0;
}
/*
.outline_title{
	clear:both;
	width:100%;
	height:auto;
	font-size:15px;
	line-height:110%;
	text-align:left;
	color:#222;
	font-weight:700;
	margin:0 0 5px;
}
*/


.outline_day{
	clear:both;
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	text-align:left;
	color:#222;
	font-weight:normal;
	margin:5px 0 5px;
	
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
}

.res_table{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border:solid 1px #9fa0a0;
	border-bottom:none;
	font-size:14px;
	line-height:140%;
	
	font-weight:normal;
	
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
}
	
.res_table th{
	padding:8px 0 6px;
	display:block;
	text-align:center;
	background:#e6e6e6;
	border-bottom:#9fa0a0 1px solid;
	color:#222;
}
	
.res_table td{
	padding:16px 0 13px;
	display:block;
	text-align:center;
	background:#fff;
	border-bottom:#9fa0a0 1px solid;
	color:#222;
}
	

	
@media print, screen and (min-width: 801px) {
/************************************************
概要
************************************************/
/*
.table_box{
	max-width:700px;
}
*/


.outline_day{
	clear:none;
	width:100%;
	height:auto;
	font-size:11px;
	line-height:110%;
	text-align:right;
	color:#222;
	font-weight:normal;
	margin:0 0 20px;
	
	float:right;
	
	
}



.res_table{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border:none;
	border-top:solid 1px #9fa0a0;
	border-bottom:solid 1px #9fa0a0;
	font-size:12px;
	}
	
.res_table tr{
	border-bottom:#9fa0a0 1px solid;
	}

.res_table tr:last-child{
	border:none;
	}
	
.res_table th{
	width:30%;
	width: 120px;
/*	width: calc( 160px - 40px );*/
	padding:14px 20px;
	display:table-cell;
	
/*	border-right:#333 1px solid;*/
	text-align:left;
	text-align:justify;
	text-align-last:justify;
	vertical-align: middle;
	background:#e6e6e6;
	color:#000;
	}
	
.res_table td{
	width:70%;
	width: calc( 100% - 200px );
	padding:14px 20px 12px;
	display:table-cell;
	text-align:left;
	background:#FFF;
	}

.cap_box{
	width:800px;
	height:80px;
	padding:10px 10px 0 0;
}

}

@media print, screen and (max-width: 750px) {
.res_table td .gaiyou1{
	padding: 0 2%;
	text-align:left;
}
}

@media print, screen and (min-width: 1000px) {
.table_box{
	max-width:800px;
}
}

/******************************************************

コンテンツ

******************************************************/


.popup_btn{
	width:66px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.popup_btn img{
	width:100%;
	height:auto;
}


.outline_yokoku{
	width:60px;
	height:auto;
/*	float:left;*/
	margin:0;
}
.outline_yokoku img{
	width:100%;
	height:auto;
}
@media print, screen and (min-width: 641px) {
.outline_yokoku{
	width:60px;
	height:auto;
/*	float:left;*/
	margin:0;
}
}