/* CSS Document */

.banner_bg{
		background: #ddd;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 100px;
}

.banner_rap{
	display: flex;
	justify-content: center;
}

.banner_rap div{
	padding: 15px;
}

.banner_text{
	text-align: center;
	color: #009691;
	font-size: 18px;
	margin-bottom: 35px;
}

.banner_rap .banner02{
	background: url("../membership/img/btn_02_bg.jpg") center top no-repeat;
	width: 691px;
	height: 147px;
	padding: 0;
	margin-top: 15px;
}

.banner_rap .banner02 ul{
	display: flex;
	justify-content: center;
	padding-top: 80px;
}

.banner_rap .banner02 ul li{
	margin-right: 15px;
}

#keyimg{
	background: url("../membership/img/keyimg.webp") top center no-repeat;
	background-size: cover;
}

h1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 50px;
}

h1 small{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #008080;
	padding-top: 10px;
	font-weight: normal;
}

#s01 .bg01{
	background: #ddd;
	padding-top: 80px;
	padding-bottom: 50px;
}

#s01 h2{
	text-align: center;
	font-size: 35px;
	color: #008080;
	font-weight: bold;
	margin-bottom: 25px;
}

#s01 .bg01 p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}

#s01 .bg01 p span{
	color: #268a90;
}

#s01 .bg01 .center{
	margin-bottom: 50px;
}

#s01 a.link{
	display: block;
	width: 1400px;
	height: 100px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 85%, 0 70%);
	margin: auto;
	text-align: center;
	padding-top: 30px;
	color: #009691;
	font-size: 18px;
	margin-top: 50px;
}

#s01 .bg02{
	/*position: relative;*/
	display: flex;
}

#s01 .bg02 .img{
background: url("../membership/img/bg02.webp") right top no-repeat;
	position: relative;
	width: 40%;
}

#s01 .bg02 .img img{
	position: absolute;
	bottom: 0;
	right: 0;
}

#s01 .bg02 .box{
	width: 890px;
	padding-left: 100px;
	padding-top: 100px;
}

#s01 .bg02 .box .icon{
	margin-bottom: 50px;
}

#s01 .bg02 .box .in_box{
	border-left: 2px solid #ccc;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#s01 .bg02 .box .in_box h3{
	font-size: 30px;
	color: #268a90;
	margin-bottom: 10px;
}


#s01 .bg02 .box .in_box h3 span{
	display: block;
	color: #727171;
	font-weight: normal;
	padding-bottom: 15px;
}

#s01 .bg02 .box .in_box h3 small{
	display: block;
	font-size: 20px;
	padding-top: 15px;
}


#s01 .bg02 .box .in_box small{
	display: block;
	color: #268a90;
}

#s01 .bg02 .box p{
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 15px;
}

#s01 .bg02 .box a{
	padding-left: 30px;
	color: #13335a;
	text-decoration: underline;
}

#s01 .bg02 .box hr{
	border-bottom: 2px solid #ccc;
	margin-top: 50px;
	margin-bottom: 50px;
}

#s01 .bg02 .box  dl{
	padding-top: 35px;
	padding-left: 30px;
}

#s01 .bg02 .box  dt{
	background: #268a90;
	color: #fff;
	width: 230px;
	font-size: 20px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#s01 .bg02 .box  dd{
	margin-bottom: 20px;
	padding-left: 10px;
}

#s01 .bg02 .box  dd span{
	color:  #268a90;
}

#s01 .bg02 .sh_banner a{
	background: url("../img/sh_icon.jpg") center left 240px no-repeat #13335a;
	display: block;
	width: 800px;
	height: 100px;
	border-radius: 35px;
	color: #fff100;
	text-align: center;
	margin: auto;
	line-height: 100px;
	font-size: 20px;
	margin-top: 35px;
	text-decoration: none;
}

#s02{
	padding-top: 100px;
	margin-bottom: 100px;
}

#s02 h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

#s02 h2 small{
	display: block;
	font-size: 18px;
	color: #008080;
	font-weight: normal;
	padding-top: 10px;
}

#s02 h3{
	width: 950px;
	margin: auto;
	font-size: 20px;
	color: #13335a;
	overflow: hidden;
}

#s02 h3 .right{
	float: right;
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}

#s02 table{
	width: 950px;
	margin: auto;
	margin-bottom: 50px;
}

#s02 table.obj01{
		border-collapse: separate;
	border-spacing: 5px;
	margin-bottom: 35px;
}

#s02 table th{
	background: #008080;
	color: #fff;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#s02 table.obj01 tr td:first-child{
	font-weight: bold;
}

#s02 table.obj01 tr td small{
	font-weight: normal;
}

#s02 table td{
	border-bottom: 2px solid #ccc;
	padding-left: 15px;
	padding-right: 15px;
}

#s02 .obj02{
	margin-bottom: 50px;
	margin-top: 50px;
}

#s02 .obj03{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 940px;
	margin-top: 35px;
	margin-bottom: 50px;
}

#s02 .obj03 td{
	border: 0;
	text-align: center;
}

#s02 .img_rap ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1250px;
	margin: auto;
}

#s02 .img_rap li{
	margin-bottom: 15px;
}

#s02 .f13{
	width: 940px;
	margin: auto;
	padding-left: 10px;
	margin-bottom: 50px;
}

#s02 .bg01{
	background: #ddd;
	width: 890px;
	padding: 25px;
	margin: auto;
	margin-bottom: 35px;
}

#s02 .bg01 table{
	width: auto;
	margin: 0;
	padding: 25px;
}

#s02 .bg01 table th{
	background: 0;
	color: #268a90;
	vertical-align: middle;
	border-right: 1px solid #727171;
	font-weight: bold;
	width: 170px;
	text-align: center;
}

#s02 .bg01 table td{
	border: 0;
	padding-left: 20px;
}

#s02 .bg01 table td ul{
	display: flex;
	flex-wrap: wrap;
	width: 400px;
	justify-content: space-between;
}

#s03 h2{
	text-align: center;
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 30px;
	margin-bottom: 50px;
}

#s03 h2 small{
	display: block;
	color: #007F7F;
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 18px;
	padding-top: 15px;
}

#s03 table{
	width: 1000px;
	margin: auto;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 50px;
}

#s03 table th{
	background: #eee;
	color: #1D8D96;
	width: 210px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
}

#s03 table td{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 16px;
	padding: 15px;
}

#s03 table td a.tell{
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 18px;
}

#s03 table td dl{
	margin-left: 35px;
}

#s03 table td dl div{
	display: flex;
}

#s03 table td dl dt{
	display: list-item;
	list-style-type: disc;
	margin-right: 25px;
}

#s03 table td dl.obj01 dt{
	width: 150px;
}

#s03 table td ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 35px;
}

#s03 table td ul li{
	list-style-type: disc;
	margin-right: 30px;
}



#googlemap{
	text-align: center;
	margin-bottom: 150px;
	font-size: 18px;
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
}
