﻿
/*
section
----------------------------------------------------------------------------------------------------*/
.s_wrap{
	 page-break-after: avoid;
		background-color: #F7E9CD;
	}
.s_wrap2{
		background-color: #FFF;
	}
	.s_wrap3{
		background-color: none;
	}
.section {
	max-width : 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	width: 100%;
	padding-bottom: 30px;	
}
h2{
	page-break-after: auto;
	text-align: center;
	font-size: 240%;
	color: #000000;
	line-height: 45px;
	margin-bottom: 15px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	}
.section h2{
	page-break-after:auto;
	text-align: center;
	font-size: 240%;
	color: #000000;
	line-height: 45px;
	margin-bottom: 65px;
	padding-left: 5%;
	padding-right: 5%;
	}
	.section h3{
	font-size: 200%;
	color: #000000;
	line-height: 45px;
	margin-bottom: 30px;
	
	}
	@media only screen and (max-width: 480px) {
.section {
	max-width : 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	width: 100%;
}
.section h2{

	font-size: 180%;
	color: #000000;
	line-height: 30px;
	margin-bottom: 35px;
	padding-left: 5%;
	padding-right: 5%;
	}	
		
		}
.btn_detail{
	width: 60%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 30px;
	}
	
.btn_detail a{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border: 2px solid #ce1c2a;
	color: #ce1c2a;
	margin-bottom: 30px;
	display: block;
	}


	
	
		/*
figure
----------------------------------------------------------------------------------------------------*/
.col2 {
	width: 100%;
}
.col2 .figure1 {
	width: 45%;
	margin-left: 2%;
	float: left;
	margin-right: 5%;	
		}
.col2 .figure2 {
	width: 46%;
	margin-right: 2%;
	float: left;
		}		
.col2 .figure3 {
	width: 45%;
	float: left;
	text-align: left;
	margin-left: 3%;
		}
.col2 .figure4 {
	width: 50%;
	float: right;
	margin-left: 2%;
		}			
/* balloon-2 left */
.col2 ul{
	position: relative;
	display: block;
	width: auto;
	background-color: #EEEEEE;
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.col2 .figure2 ul:after {
	content: "";
	position: absolute;
	top: 50%; left: -25px;
	margin-top: -25px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 25px 25px 25px 0;
	border-color: transparent #EEE transparent transparent;
}
.col2 .figure4 ul:after {
	content: "";
	position: absolute;
	top: 50%; right: -25px;
	margin-top: -25px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #EEE;
}	
.col2 ul{
	counter-reset: li;
	width: 100%;
}
.col2 ul li{
	list-style-type:none !important;
	list-style-image:none !important;
	position: relative;
	display: block;
	margin-left: 100px;
	margin-bottom: 30px;
	margin-right: 50px;
	min-height: 45px;
}
.col2 ul li span{
	position: absolute;
	left: -60px;
	top: 0px;
	background: #0070ba;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #F3F3F3;
	font-size: 150%;
	line-height: 40px;
}
 
 .col2 h4{
	color: #FFF;
	font-size: 90%;
	background-color: #5FB8C3;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	letter-spacing: 2px;
 }
	
		
@media only screen and (max-width:640px) {

	.col2 {
	width: 100%;
}
.col2 img{
	width: 100%;
	height: auto;
	max-width: 360px;
	}
.col2 .figure1 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	float: none;
	text-align: left;
	padding-bottom: 20px;
		}
.col2 .figure2 {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	float: none;
	
		}		
.col2 .figure3 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	float: none;
	padding-bottom: 20px;
	
		}
.col2 .figure4 {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	float: none;
	
		}
.col2 .figure2 ul:after ,.col2 .figure4 ul:after{
		content: "";
	position: absolute;
	top: 10px; left: 50%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #EEE transparent;
}
	
.col2 ul li{
	list-style-type:none !important;
	list-style-image:none !important;
	position: relative;
	display: block;
	margin-left: 80px;
	margin-bottom: 30px;
	margin-right: 20px;
	min-height: 45px;
}
}
		
			/*
figure
----------------------------------------------------------------------------------------------------*/
.col3 {
	width: 100%;
	position: relative;
}
.col3 .figure {
	float: left;
	width: 27.33%;
	margin-left: 3%;
	margin-right: 3%;
	height: 430px;
		}

.col3 .figure img {	
	width: 100%;
	height:auto;
	}
.col3 span{
	width: 50px;
	height: 40px;
	position: absolute;
	background-color: #E54626;
	color: #F1F1F1;
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 200%;
}
.col3 .contact {
	float: left;
	width: 57.66%;
	margin-left: 3%;
	margin-right: 3%;
	height: 430px;
	font-size: 120%;
	text-align: left;
	line-height: 30px;
		}

@media only screen and (max-width: 640px) {
.col3 {
	width: 100%;
}	
.col3 .figure {
	float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
		}
.col3 .contact {
	float: none;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	height: 430px;
	font-size: 120%;
	text-align: left;
	line-height: 30px;
	clear: both;
		}
}

@media only screen and (max-width: 480px) {
.col3 {
	width: 100%;
	
}
.col3 span{
	padding-top: 0px;
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: #E54626;
	color: #F1F1F1;
	display: block;
	text-align: center;
	font-size: 120%;
	line-height: 40px;
}	
.col3 .figure {
	float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	height: 320px;
	ont-size:10PX;
		}
.col3 .contact {
	float: none;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	height: 350px;
	font-size: 120%;
	text-align: left;
	line-height: 24px;
	clear: both;
		}
}

		/*
figure
----------------------------------------------------------------------------------------------------*/
.col1 {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}
.text_box{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	margin-bottom: 60px;
	font-size: 120%;
	letter-spacing: 0.5px;
	line-height: 28px;
	}
	.staff{
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	font-size: 120%;
	letter-spacing: 0.5px;
	line-height: 30px;
	}
h4{
	font-size: 130%;
	margin-top: 15px;
	margin-bottom: 15px;
		}
.button1{
	height: 150px;
	clear: both;
	}		
.button1 a{
	background-color: #0070ba;
	border-radius: 4px;
	box-shadow: 0 5px 1px #005790;
	color: #fff;
	cursor: pointer;
	padding-top: 25px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
	font-size: 160%;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	letter-spacing: 1px;
	display: block;
	background-repeat: no-repeat;
	background-position: 25% 0%;
	background-size: 75px auto;
	-webkit-box-shadow: 0 5px 1px #005790;
	line-height: 26px;
}
.button1 a:hover {
    box-shadow: 0 0 1px #006837;
    top: 5px;
}
.button2 a{
	background-color: #39B56E;
	border-radius: 4px;
	box-shadow: 0 5px 1px #006837;
	color: #fff;
	cursor: pointer;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 5%;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
	font-size: 120%;
	width: 60%;
	margin-bottom: 60px;
	max-width: 500px;
	letter-spacing: 1px;
	display: block;
	background-image: url(../img/layout/mail.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-size: 70px auto;
}
.button2 a:hover {
    box-shadow: 0 0 1px #006837;
    top: 5px;
}
@media only screen and (max-width: 768px) {

	.button2 a{
		width: 70%;
	margin-left: auto;
	margin-right: auto;
	}
}
@media only screen and (max-width: 640px) {
.button1 a{
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	}
.button2 a{
		width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	}
.text_box{
	
	font-size: 100%;
	letter-spacing:0.5px;
	line-height: 20px;
	}
	.staff{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	letter-spacing: 0.5px;
	line-height: 20px;
	}
}
.brd{
	border-bottom: 1px solid #B7B0B0;
	}