@charset "utf-8";
/* CSS Document */

#main_visual{
	width:100%;
	position:relative;
	background:#1baad1;
	border-bottom:2px solid #ccc;
}

.main_title_01{
	text-align:center;
	padding:25px 0;
	color:#fff;
	font-size:146.5%;
	letter-spacing:1px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ss_title{
	text-align:center;
	color:#fff;
	font-size:80%;
}

.contents{
	margin:30px 0 50px;
}

/*ここからテーブル*/
#text_box{
	width:96%;
	margin:0 auto 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:95%;
}

.com_tbl th {
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:10px 5px;
    text-align:center;
    vertical-align: top;
    width:30%;
	color:#333;
	background-color:#fafafa;
}

.com_tbl td{
	padding:10px 5px;
	color:#535353;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.com_tbl td a{
	color:#535353;
	text-decoration:underline;
}

h2.sub_title_01 {
    width: 200px;
    color: #535353;
    border-bottom: solid 1px #0068b7;
    margin: 40px 10px 20px;
    font-size: 210%;
    line-height: 20px;
    font-weight: 800;
}

.sub_title_01 {
    font-size: 45%;
    font-weight: 300;
}

h2.sub_title_02 {
    width: 94%;
    color: #535353;
    border-bottom: solid 1px #0068b7;
    margin: 40px 10px 20px;
    font-size: 210%;
    line-height: 20px;
    font-weight: 800;
}

.sub_title_02 {
    font-size: 45%;
    font-weight: 300;
}

.policy_list{
	width:94%;
	margin:0 auto;
}

.policy_list li{
	font-size:100%;
	color:#333;
	padding-bottom:15px;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing:1px;
	text-indent:-1.3em;
    padding-left:1.3em;
}

span.blue {
    color: #0068b7;
}

