@charset "UTF-8";


*{
	margin:0px;
	padding:0px;
}

html{
	font-size:15px;
}

body{
	line-height:1.6;
	color:#000;
	font-family:"YuGothic","游ゴシック体","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	word-break:break-all;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,blockquote,pre,fieldset{
	margin-bottom:1.0em;
}

li{
	margin-bottom:0.5em;
}

ol,ul{
	margin-left:2.0em;
}

ol li{
	list-style-type: decimal;
	list-style-position:outside;
}

ul li{
	list-style-type:disc;
	list-style-position:outside;
}

hr{
	border: none;
	border-bottom: 1px solid #DDD;
	margin:2.5rem 0;
}

table{
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
	font-size:0.9rem;
}

th,td{
	border:solid 1px #DDD;
	padding:1.0em;
}

th{
	font-weight: bold;
	text-align: center;
	background-color:#f3f3f3;
	vertical-align: middle;
}

.dl_notice:after,
.dl_notice_num:after{
	content: "";
	clear: both;
	display: block;
}

.dl_notice dt,
.dl_notice_num dt{
	clear: both;
	float: left;
	width: 2.0em;
	margin: 0 0 0.5em 0;
}

.dl_notice dd,
.dl_notice_num dd{
	margin: 0 0 0.5em 2.0em;
}

.dl_notice_num dt{
	width: 2.9em;
}

.dl_notice_num dd{
	margin-left:2.9em;
}

.container{
	box-sizing: border-box;
	width: 100%;
	max-width:960px;
	margin: 0 auto;
	padding:1%;
}

.title_page{
	font-weight: bold;
	font-size:1.8rem;
	margin-bottom:0.5em;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.title_1{
	font-weight: bold;
	font-size:1.4rem;
	margin-top:1.5em;
	margin-bottom:0.5em;
	padding: 0;
	background-color: #fff;
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.title_2{
	font-weight: bold;
	font-size:1.2rem;
	margin-top:1.2em;
	margin-bottom:0.5em;
	padding: 0;
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.title_3{
	font-weight: bold;
	font-size:1.0rem;
	margin-bottom:0em;
	padding: 0;
	color: #000;
	line-height: 1.4;
}

.text_small{font-size: 0.9rem;}
.text_x_small{font-size: 0.8rem;}

.ta_c{ text-align: center; }
.ta_r{ text-align: right; }

.mt_0{margin-top:0;}

.pt_10{padding-top: 10px;}
.pt_20{padding-top: 20px;}

.indent{
	padding-left:4%;
}

@media screen and (max-width:601px){
	html{
		font-size: 13px;
	}
	th,td{
		padding:0.5em;
	}
}

@media screen and (min-width:602px){
	.box_2col_tbpc {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.box_2col_tbpc .box_2col_tbpc_l,
	.box_2col_tbpc .box_2col_tbpc_r{
		width: 47%;
	}
}
