@charset "utf-8";

/***************************************************
	common.css
	共通レイアウトスタイル定義
***************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Reset
------------------------------------------------------------ */
html {
/*	font-size: 62.5%;*/
	font-size: 10px;
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
a,a:hover,a:active,a:visited {
	margin: 0;
	padding: 0;
	overflow: hidden;
	outline: none;
}
img {
	vertical-align: bottom;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

/* Base
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	line-height: 1em;
}
ol,ul,menu {	padding: 0;}
ul {	list-style: none;}
ol {	margin-left: 1.5em;}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
textarea {    resize: vertical;}
img, object, embed {	max-width: 100%;}
img {
	height: auto;
	vertical-align: bottom;
}

@media screen and (min-width: 768px) and (max-width: 1200px){
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #0068b7;
	text-decoration: underline;
}
a:visited {
	color: #0068b7;
	text-decoration: underline;
}
a:hover {
	color: #da3f58;
	text-decoration: none;
}
a:active {	color: #da3f58;}


@media only screen and (min-width: 768px) {
  .u_hidden_pc {
    display: none !important;
    /* into tb */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .u_hidden_tb {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u_hidden_sm {
    display: none !important;
  }
}
/* Layout
------------------------------------------------------------ */
/*-----page-----*/
#page {
	min-width: 1000px;
}
.l_container {
	width: 1000px;
	margin: 0 auto;

}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
#page {
	min-width: 0;
}
.l_container {
	width: 100%;
	padding: 0 5px;
}

}

/*-----gHeder-----*/
.l_gHeder {
	margin-bottom: 0;
	padding: 15px 0;
}
.l_gHeder .siteLogo {
	float: left;
  max-width: 50%;
}

.l_gHeder_info {
	float: right;
	color: #7f878d;
}
.l_gHeder_info .address {
	font-size: 12px;
	text-align: right;
}
.l_gHeder_info .phone {
	margin-top: 10px;
}
.l_gHeder_info .phone a{
  text-decoration: none;
  color:#3c9f39;
  
}

.l_gHeder_info .phone > dl {
	display: flex;
	align-items: center;
	float: left;
	color: #3d9f3a;
	line-height: 1;
}
.l_gHeder_info .phone > dl:not(:first-child) {
	margin-left: 20px;
}
.l_gHeder_info .phone > dl dt {
	margin-right: 5px;
	padding: 1px 3px;
	border-radius: 3px;
	background: #3d9f3a;
	color: #fff;
	font-size: 18px;
}
.l_gHeder_info .phone > dl dd {
	font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
}
@media screen and (min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
	.l_gHeder {
		margin-bottom: 0;
		padding: 12px 0 12px;
	}
	.l_gHeder .siteLogo {
		max-width: 54%;
	}
	.l_gHeder_info {
		max-width: 45%;
	}
	.l_gHeder_info .address {
		display: none;
	}
	.l_gHeder_info .phone {
		margin-top: 5px;
	}
	.l_gHeder_info .phone > dl:not(:first-child) {
		display: none;
	}
	.l_gHeder_info .phone > dl dt {
		font-size: 14px;
	}
	.l_gHeder_info .phone > dl dd {
		font-size: 16px;
	}
}

/*-----heading-----*/
.l_heading {
	position: relative;
	padding: 20px 0 30px;
	background:url(/lp/02/img/heading_bg01.png) 50% 15% no-repeat,url(/lp/02/img/heading_bg01_02.png) 50% 15% repeat-x;
	background-size: contain;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
	.l_heading {
		padding: 30px 0 10px;
		background-position: 50% 10%;
    background-size: cover;
	}
	.l_heading_ttl {
		position: relative;
		z-index: 2;
	}
	.l_heading_ttl img {
		width: 100%;
	}
}

/*-----gFooter-----*/
.l_gFooter {
	border-top: 1px solid #51b27e;
  background-color:#1b883b;
}
.l_gFooter .copyright {
	display: block;
	padding: 20px 0 25px;
  color:#FFF;
	font-size: 14px;
	text-align: center;
}


@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {

}


/* Parts
------------------------------------------------------------ */
.font_serif {
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: 500;
}
.font_en {
	font-family: Verdana, Geneva, sans-serif;
}

/* Title */
.htl01 {
	margin-bottom: 40px;
	padding: 0;
	border-top: 1px solid #161514;
	text-align: center;
}
.htl01 img {	height: 40px;}

#headline h1 {
	margin-bottom: 30px;
	padding-top: 10px;
	background-color: #161514;
	text-align: center;
}
#headline h1 img {	height: 50px;}

/* List */
/*.ul_disc01 {
	margin-left: 1.5em;
	list-style-type: disc;
}*/

/* Button */
/*.btn_style01 {
}
.btn_toList a {
	display: block;
	padding: 5px;
	background-color: #c08700;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.btn_toList a:hover {
	background-color: #fff;
	color: #c08700;
}*/

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
.htl01 {	margin-bottom: 30px;}
.htl01 img {	height: 27px;}

#headline h1 {
	margin-bottom: 20px;
	padding-top: 0;
	background-color: #161514;
	text-align: center;
}
#headline h1 img {	height: 40px;}


/*.htlBox {
	margin-bottom: 30px;
	background-color: #222;
}
.htlBox h1 {
	width: 100%;
	margin: 0 auto;
}
.htlBox h1 img {
	height: 75px;
}*/

}

/* CMS entry
------------------------------------------------------------ */


/* Generic class
------------------------------------------------------------ */
.only_pc {	display: block;}
.only_pc_tb {	display: block;}
.only_tb {	display: none;}
.only_sp {	display: none;}
@media screen and (min-width: 768px) and (max-width: 970px){
.only_pc {	display: none;}
.only_pc_tb {	display: block;}
.only_tb {	display: block;}
.only_sp {	display: none;}
}
@media only screen and (max-width: 767px) {
.only_pc {	display: none;}
.only_pc_tb {	display: none;}
.only_tb {	display: none;}
.only_sp {	display: block;}
}

.mg00 { margin: 0!important;}
.mga { margin: auto!important;}

.mgt00 { margin-top: 0!important;}
.mgt05 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt40 { margin-top: 40px!important;}
.mgt50 { margin-top: 50px!important;}

.mgr00 { margin-right: 0!important;}
.mgr05 { margin-right: 5px!important;}
.mgr10 { margin-right: 10px!important;}
.mgr15 { margin-right: 15px!important;}
.mgr20 { margin-right: 20px!important;}
.mgr25 { margin-right: 25px!important;}
.mgr30 { margin-right: 30px!important;}
.mgr40 { margin-right: 40px!important;}
.mgr50 { margin-right: 50px!important;}

.mgb00 { margin-bottom: 0!important;}
.mgb05 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}

.mgl00 { margin-left: 0!important;}
.mgl05 { margin-left: 5px!important;}
.mgl10 { margin-left: 10px!important;}
.mgl15 { margin-left: 15px!important;}
.mgl20 { margin-left: 20px!important;}
.mgl25 { margin-left: 25px!important;}
.mgl30 { margin-left: 30px!important;}
.mgl40 { margin-left: 40px!important;}
.mgl50 { margin-left: 50px!important;}

.pd00 { padding: 0!important;}
.pdt00 { padding-top: 0!important;}
.pdr00 { padding-right: 0!important;}
.pdb00 { padding-bottom: 0!important;}
.pdl00 { padding-left: 0!important;}

.flr { float: right;}
.fll { float: left;}
.clb { clear: both;}
.cll { clear:left;}
.clr { clear:right;}

.tac { text-align: center!important;}
.tar { text-align: right!important;}
.tal { text-align: left!important;}
.fwb { font-weight: bold!important;}
.fwn { font-weight: normal!important;}

.wsn {	white-space: nowrap!important;}

/* rollover */
.opt_img a:hover img,
a.opt_img:hover img,
.opt_img input:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.l_container:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.l_container,
.clearfix {    zoom:1;}
