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

/* body */

html{
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
	}

body{
	width:100%;
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.73, #FFFFFF), color-stop(1.00, #D6D6D6));
	background: -webkit-linear-gradient(top, #FFFFFF 73%, #D6D6D6 100%);
	background: -moz-linear-gradient(top, #FFFFFF 73%, #D6D6D6 100%);
	background: -o-linear-gradient(top, #FFFFFF 73%, #D6D6D6 100%);
	background: -ms-linear-gradient(top, #FFFFFF 73%, #D6D6D6 100%);
	background: linear-gradient(to bottom, #FFFFFF 73%, #D6D6D6 100%);
	margin:0 auto;
	text-align:center;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	}

@media screen and (max-width:800px) {
	/* 表示領域が800px以下の場合に適用するスタイル */
	body{
	overflow-x:hidden;
	background-image: none;
	}
}

.clear{
	clear:both;
	}

img{
	margin:0;
	padding:0;
	border:0;
	}
	
h1, h2, h3, h4, p, a, div, ul, li, hr,object, span, select, option,img, table, tr, td, address { 
	margin:0;
	padding:0;
	} 

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
	}

.clearfix{
    display: inline-block;
	} 

/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
	}

.clearfix{
    display:block;
	}

/* End Hack */

header{
	padding:130px 0;
	height:400px;
	background-image:url(../img/pc_images.png);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

h1{
	width: 100%;
	min-height: 140px;
	background: rgba(255,255,255,0.8);
	}

h2{
	width: 250px;
	margin:0;
	padding: 20px;
	/*background-color: #29A87A;*/
	background: linear-gradient(25deg, #29A87A, #3DCF9A); 
	border: #2DB886 solid 2px;
    font-size: 36px;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-shadow: -1px -1px 1px #333333;
	-webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: both;
	}

	
section{
	width: 800px;
	margin:30px auto 0 auto;
	text-align: left;
	}

dl{
	width: 530px;
	padding: 0 0 50px 10px ;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

dt{
	width:80px;
	clear:both;
	margin:0 0 5px 0;
	padding:3px 0 5px 10px;
	border-left:#29A87A solid 3px;
	color:#1C342C;
	font-size:14px;
	line-height:180%;
	font-weight: bold;
	text-align:left;
	float:left;
	}

dd{
	margin:0 0 6px 100px;
	padding:5px;
	color:#040705;
	font-size:14px;
	line-height:180%;
	max-height: 999999px;
	}

dd img{
	margin: 0 0 -4px 0;
	}

dd a{
	color:#040705;
	text-decoration: none;
	}

dd span{
	font-size: 13px;
	background: linear-gradient(transparent 70%, #9FE7CD 0%);
	}

ul{
	width: 530px;
	padding: 0 0 50px 5px;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

li{
	margin: 0 0 10px 0;
	font-size:14px;
	color:#040705;
	line-height: 160%;
	}

li.sub_text{
	padding: 0 0 0 10px;
	}

li span{
	color:#29A87A;
	}

li img{
	margin: 0 0 -4px 0;
	padding: 0 5px 0 0 ;
	}

.mail_button {
	display: inline-block;
	width:100%;
	height: 54px;
	margin:0 0 50px 0;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	}

.mail_button::before,
.mail_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.mail_button,
.mail_button::before,
.mail_button::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.mail_button{
	position: relative;
	z-index: 2;
	background-color: #CB4042;
	border: 2px solid #BA3234;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 50px;
	}

.mail_button:hover {
	background-color: #FFFFFF;
	border-color: #24966D;
	color: #29A87A;
	}

.mail_button::before,
.mail_button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #CB4042;
	}

.mail_button::before {
	right: 0;
	}

.mail_button::after {
	left: 0;
	}

.mail_button:hover::before,
.mail_button:hover::after {
	width: 0;
	background-color: #29A87A;
	}

address{
	width:100%;
	font-size:12px;
	color:#040705;
	line-height:400%;
	font-style:normal;
	}


/* -------------------------------------------------- パソコン */
@media screen and (min-width:800px){
	/* 表示領域が7800px以上の場合に適用するスタイル */
	dd br{
	display: none;
	}
}

/* -------------------------------------------------- パソコン */
@media screen and (min-width:500px){
	/* 表示領域が500px以上の場合に適用するスタイル */
	header div.sp_images{
	display: none;
	}
}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:800px) {
	/* 表示領域が800px未満の場合に適用するスタイル */
	section{
	width:96%;
	margin: 0 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	h2{
	width: 100%;
	margin:40px 0 20px 0;
	padding: 15px;
    font-size: 32px;
	float: none;
	}
	dl{
	width: 100%;
	padding: 0;
	float: none;
	}
	dt{
	width:100%;
	margin: 0;
	font-size:16px;
	float:none;
	}
	dd{
	width:100%;
	margin: 0 0 10px 0;
	font-size:16px;
	line-height: 160%;
	}
	dd span{
	font-size:16px;
	}
	ul{
	width: 100%;
	padding: 0;
	float: none;
	}
	li{
	font-size:16px;
	}
	li.sub_text{
	padding: 0;
	}
	.mail_button {
	margin: 30px 0;
	}
}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:500px) {
	/* 表示領域が500px未満の場合に適用するスタイル */
	header{
	height: auto;
	padding: 0;
	background-image: none;
	}
	h1{
	display: none;
	}
	header div.sp_images img{
	width: 100%;
	height: auto;
	}
}
	

/* プリント */
@media print {
	header div.sp_images{
	display: none;
	}
}




