@charset "UTF-8";

/*h2*/
.s_h2_01 {
	font-size: 28px;
	font-weight: 200;
	margin: 0 0 32px;
}
.s_h2_02 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 200;
	position: relative;
	margin: 0 0 60px;
}
.s_h2_02::after {
	position: absolute;
	bottom: -25px;
	content: "";
	width: 50px;
	height: 3px;
	background: #495f71;
	display: block;
}
.s_h2_03 {
	
}
.s_h2_04 {
	
}
.s_h2_05 {
	
}

/*p*/
.s_p_01 {
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 30px;
}
.s_p_02 {
	
}
.s_p_03 {
	
}
.s_p_04 {
	
}
.s_p_05 {
	
}

/*ol*/
.s_ol_01 {
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 30px;
	padding: 0;
}
.s_ol_01 li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}

/*ul*/
.s_ul_01 {
	font-size: 13px;
	line-height: 24px;
	font-weight: 200;
	padding: 0 0 0 15px;
}
.s_ul_01 li {
	list-style: disc;
}

/*strong*/
.s_st_01 {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 12px;
	display: block;
}
.s_st_02 {
	font-size: 36px;
	font-weight: 200;
	line-height: 1.5;
	margin: 0 0 40px;
	display: block;
	text-align: center;
}
.s_st_03 {
	font-size: 22px;
	font-weight: 200;
	line-height: 1.5;
	margin: 0 0 40px;
	display: block;
	text-align: center;
}

/*table*/
.s_tb_01 {
	width: 100%;
	border-collapse: collapse;
}
.s_tb_01 tr td {
	vertical-align: middle;
	font-size: 13px;
	font-weight: 200;
	padding: 15px;
	border-bottom: 1px solid #fff;
	background: #f0f0f0;
}
.s_tb_01 tr td:first-child {
	border-right: 1px solid #fff;
}
.s_tb_01 tr:nth-child(odd) td {
	background: #e4e4e4;
}
.s_tb_02 {
	width: 100%;
	border-collapse: collapse;
}
.s_tb_02 td:first-child {
	width: 100px;
}
.s_tb_02 td {
	font-size: 13px;
	line-height: 24px;
	vertical-align: top;
	font-weight: 200;
}
.s_tb_03 {
	width: 100%;
	border-collapse: collapse;
}
.s_tb_03 td {
	font-size: 13px;
	line-height: 24px;
	vertical-align: top;
	font-weight: 200;
	padding: 18px 4px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.s_tb_04 {
	width: 100%;
}
.s_tb_04 tr th {
	font-size: 13px;
	line-height: 24px;
	color: #495f71;
	font-weight: 400;
	padding: 22px 12px 20px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}
.s_tb_04 tr td {
	font-size: 13px;
	line-height: 24px;
	font-weight: 200;
	padding: 22px 12px 20px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	
	.s_st_02 {
	    font-size: 28px;
	    margin: 0 0 20px;
	}
	
}
@media screen and (max-width: 480px) {
	
	.s_h2_01 {
	    font-size: 18px;
	    margin: 0 0 20px;
	    line-height: 1.5;
	}
	.s_h2_02 {
	    font-size: 18px;
	    line-height: 1.5;
	}
	.s_p_01 {
		margin: 0 0 18px;
	}
	.s_tb_04 {
		border-bottom: 1px solid #f0f0f0;
	}
	.s_tb_04 tr th {
		font-size: 13px;
		line-height: 24px;
		color: #495f71;
		font-weight: 400;
		padding: 22px 6px 4px;
		border-top: 1px solid #f0f0f0;
		border-bottom: none;
		vertical-align: top;
		display: block;
	}
	.s_tb_04 tr td {
		font-size: 13px;
		line-height: 24px;
		font-weight: 200;
		padding: 3px 6px 20px;
		border-top: none;
		border-bottom: none;
		vertical-align: top;
		display: block;
	}
	.s_st_02 {
	    font-size: 22px;
	    text-align: left;
	}
	.s_st_02 br {
		display: none;
	}
	.s_st_03 {
	    font-size: 18px;
	    margin: 0 0 20px;
	}
	
}