@charset "UTF-8";
header{
	/*background: url("../img/imgtop.jpg") center bottom no-repeat;*/
	/*height:1000px; */
	position: relative;
	/*padding: 30px 20px;*/
	box-sizing: border-box;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
}
header .topimg img{
	width: 100%;
	display: block;
}

header .abso01{
	top: 400px;
	left: 100px;
}
header .abso02{
	top: 350px;
	right: 100px;
}
header .abso03{
	bottom: -30px;
	right: 13%;
	width: 26.428571%;
}
header .abso03 img{
	width: 100%;
}
#main{
	max-width: 960px;
	margin: 70px auto;
}
#main h2{
	color: #4b67a7;
	font-size: 28px;
	text-align: left;
	margin-bottom: 10px;
}
#main .content .txt-box{
	margin-bottom: 30px;
}
#main .content .txt-box .clearfix p{
	float: left;
	width: calc(100% - 300px);
}
#main .content .txt-box .clearfix .icn{
	float: right;
	margin-top: 20px;
}
#main .content p{
	font-size: 20px;
}
#main .img-box{
	text-align: center;
	margin: 50px 0;
}
#main .content h2{
	margin: 40px 0 20px;
}
.b-box{
	border: 1px solid #318dbc;
	padding: 20px 30px;
	color: #318dbc;
	margin: 10px auto;
	width: 100%;
	box-sizing: border-box;
}
.b-box h4{
	text-align: left;
	font-size: 24px;
	font-weight: normal;
}
#main .content .b-box p{
	font-size: 18px;
}
.b-li li{
	float: left;
	width: 32%;
	margin-left: 2%;
	font-size: 20px;
	border: 1px solid #318dbc;
	box-sizing: border-box;
	padding: 20px;
	color: #318dbc;
}
.b-li li:first-child{
	margin-left: 0;
}
.cont2-box{
	margin-top: 20px;
}
.cont2-box li{
	float: left;
	width:49%;
	margin-left: 2%;
}
.cont2-box li:nth-child(odd){
	margin-left: 0;
}
.cont2-box li h3{
	color: #4b67a7;
	font-size: 22px;
	text-align: left;
}

.img-box2{
	margin: 60px auto;
}
.img-box2 img{
	width: 100%;
	display: block;
}
.content h4{
	font-size: 36px;
	text-align: left;
	margin-bottom: 10px;
}
.content table{
	width: 100%;
	table-layout: fixed;
}
.content table th{
	width: 20%;
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.content table th div{
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */
	display: block;
	width: 150px;
	margin: 0 auto;
	position: relative;
}
.content table th .color-b:after,.content table th .color-g::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fde7d1 transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
.content table th .color-b{
	background: #4b67a7;
}
.content table th .color-g{
	background: #9d9d9e;
	
}
.content table th .color-b::after{
	border-color: #4b67a7 transparent transparent transparent;
}
.content table th .color-g::after{
	border-color: #9d9d9e transparent transparent transparent;
}
.content table th .mail img{
	margin: 0 auto;
	display: block;
}
.content table td{
	font-size: 22px;
	padding: 10px;
}
.content{
	margin: 100px 0;
}
footer{
	background: #4b67a7;
	padding: 20px 0;
	color: #fff;
}
footer .inner{
	max-width: 960px;
	margin: 20px auto 0;
}
footer h2{
	text-align: left;
	font-size: 30px;
}
footer ul {
	margin-top: 30px;
}
footer ul li{
	float: left;
	font-size: 30px;
	font-weight: bold;
}
footer ul li span{
	font-size: 18px;
	font-weight: normal;
}
footer ul li:first-child{
	margin-right: 30px;
}
footer p{
	font-size: 18px;
	font-weight: bold;
}
.icn01{
	vertical-align: bottom;
	display: inline-block;
	margin-left: 100px;
}
.icn02{
	position: absolute;
	right: 50px;
	top: -50px;
}
.icn03{
	position: absolute;
	top: 0px;
	right: 200px;
}
.sp{
	display: none!important;
}

.fix-box{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #4b67a7;

}
.fix-box.off{
	display: none!important;
}
.fix-box ul {
	margin: 0 auto;
	max-width: 960px;
}
.fix-box ul li{
	float: left;
	width: 50%;
	text-align: center;
}
.fix-box ul li img{
	width: 98%;
	max-width: 436px;
	display: inline-block;
}
.inline h2{
	display: inline-block;
}
.inline img{
	display: inline-block;
}
#main .content.vip h2{
	background: #318dbc;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.content.vip table{
	width: 100%;
}
.content.vip td{
	width: 50%;
	vertical-align: top;
	

}

.content.vip td h4{
	font-size: 17px;
	width: 100%;
	background: #dbdbdb;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #000;
}
.content.vip td a{
	color: #000;
}
.content.vip td .toggle .img{
	float: left;
	width: 84px;
	
}
.content.vip td .toggle .img img{
	width: 100%;
}
#main .content.vip td .toggle p{
	float: right;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 1.3;
}
.toggle{
	display: none;
	min-height: 300px;
}
@media(max-width:980px){
	#main{
		padding: 0 20px;
	}
	footer{
		padding: 20px;
	}
	footer ul.tel-link li{
		width: 48%;
		margin-right: 4%;
	}
	footer ul.tel-link li:last-child{
		margin-right: 0;
	}
	footer ul.tel-link li img{
		width: 100%;
	}
}
@media(max-width:810px){
	.content.vip td{
		width: 100%;
		display: block;
	}
}
@media(max-width:680px){
	header .abso03{
		width: 45%;
		right: 6%;
	}
	.sp{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
	.comment-box{
		margin-top: 50px;
		padding:0 20px;
	}
	.comment-box ul li{
		 width: 49%;
		float: left;
		margin-left: 2%;
		text-align: center;
		box-sizing: border-box;
		border: 1px solid #000;
		font-weight: bold;
		padding: 10px;
	}
	.comment-box ul li:first-child{
		margin-left:0;
	}
	.comment-box ul li span{
		color: #d51819;
	}
	.content{
		margin-top: 30px;
		margin-bottom: 60px;
	}
	#main{
		margin-top: 50px;
	}
	#main .content h2{
		font-size: 20px;
	}
	#main .content p{
		font-size: 15px;
	}
	#main .content .txt-box .clearfix .icn{
		display: none;
	}
	#main .content .txt-box .clearfix p{
		width: 100%;
		float: none;
	}
	.content h4{
		font-size: 20px;
	}
	#main .content .b-box{
		padding: 20px;
	}
	#main .content .b-box p{
		font-size: 15px;
	}
	.b-li li{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
		font-size: 15px;
	}
	img.sp{
		width: 100%;
	}
	.cont2-box li{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.cont2-box li h3{
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	#main .content.price h2{
		text-align: center;
		
	}
	#main .content.price h4{
		font-size: 27px;
		text-align: center;
	}
	#main .content.flow h2{
		text-align: center;
	}
	#main .content.flow ul li{
		text-align: center;
		position: relative;
		margin: 40px auto;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		width: 100%;
		color: #fff;
		padding: 10px;
		box-sizing: border-box;
	}
	#main .content.flow ul li.color-b{
		background: #4b67a7;
	}
	#main .content.flow ul li.color-g{
		background: #9d9d9e;
	}
	#main .content.flow ul li:after{
		content: "";
		position: absolute;
		right: 0;
		bottom: -30px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #fde7d1 transparent transparent transparent;
		border-width: 30px 20px 0 20px;
	}
	#main .content.flow ul li.color-b:after{
		border-color: #4b67a7 transparent transparent transparent;
	}
	#main .content.flow ul li.color-g:after{
		border-color: #9d9d9e transparent transparent transparent;
	}
	#main .content.flow ul li:last-child:after{
		display: none;
	}
	#main .content.flow ul li h5{
		font-size: 24px;
	}
	#main .content.flow ul li p{
		font-size: 18px;
	}
	#main .content.flow ul li.mail{
		color: #000;
	}
	#main .content.flow ul li.mail:after{
		display: none;
	}
	#main .content.flow ul li.box-b{
		background: #000;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
	#main .content.flow ul li.box-b:after{
		display: none;
	}
	footer h2{
		font-size: 22px;
	}
	footer p{
		font-size: 17px;
	}
	footer a img{
		width: 100%;
		max-width: 436px;
		margin: 0px auto;
	}
	footer .logo{
		text-align: center;
		width: 100%;
	}
	footer .logo img{
		width: 100%;
		max-width: 336px;
		margin: 10px auto;
		display: inline-block;
	}
	footer ul li{
		font-size: 15px;
	}
	footer ul li span{
		font-size: 13px;
	}
	footer ul.tel-link li{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.fix-box ul li{
		width: 100%;
		float: none;
	}
	.fix-box ul li img{
		width: 100%;
		
	}
	.fix-box {
		padding: 10px 40px;
	}
	#main .img-box img{
		width: 100%;
	}
	.inline img.icn01{
		margin-left: 20px;
		vertical-align: bottom;
	}
	.inline h2{
		margin:0!important;
	}
}