@charset "utf-8";


/* =reset
----------------------------------------------- */
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:normal;
	font-style:normal;
}
li{
	list-style:none;
}


/* =clearfix
----------------------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


/* =common
----------------------------------------------- */
img{vertical-align:middle;}
input{margin:0; padding:0;}
input ,select{vertical-align:middle;}
.last_mb{margin-bottom:0 !important;}

/* テキスト */
.b{font-weight:bold;}
.red{color:#D80000;}
.green{color:#189E81;}
a:link, a:visited{color:#333; text-decoration:none;}
a.green:link, a.green:visited{color:#189E81;}

@media screen and (min-width: 480px){
	br.w320{
		display:none;
	}
}

/* ボタン */
.default_btn{
	padding-right:10px;
	padding-left:10px;
}
.default_btn a{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.default_btn span{
	padding-right:22px;
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-background-size:15px;
	-moz-background-size:15px;
	background-size:15px;
	background-image:url(../images/common/icn_circle_01.png);
	color:#FFF;
	font-weight:bold;
}
.default_btn.asagreen a{background-color:#189E81;}

/* dlテーブル */
.tbl_type1{
	background-repeat:repeat-y;
	background-position:0 0;
	-webkit-background-size:35%;
	-moz-background-size:35%;
	background-size:35%;
	background-image:url(../images/common/tbl_item_bg.gif);
}
.tbl_type1 .tr{
	border-top:1px #999 dotted;
}
.tbl_type1 .tr:nth-last-of-type(1){
	border-bottom:1px #999 dotted;
}
.tbl_type1 .item{
	display:block;
	float:left;
	width:35%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.tbl_type1 .reply{
	float:right;
	width:60%;
}
.tbl_type1 input.text{padding:3px; width:300px;}
.tbl_type1 textarea{padding:3px; width:440px; height:180px;}

.tbl_type2 .tr{
	border-top:1px #999 dotted;
}
.tbl_type2 .item{
	display:block;
	padding:5px 10px;
	background-color:#F5F5F5;
	font-size:1.3rem;
}
.tbl_type2 .reply{
	padding:10px;
	font-size:1.3rem;
}
.tbl_type2 input.text, .tbl_type2 textarea{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px #AAA solid;
	font-size:1.5rem;
}
.tbl_type2 input.text{
	padding:10px;
	width:260px;
}
.tbl_type2 textarea{
	padding:10px;
	width:100%;
	height:150px;
}


/* =body
----------------------------------------------- */
html{
	/* 62.5%=10px */
	font-size:62.5%;
}
body{
	color:#333;
	font:1.3rem/1.6 'HraKakuProN-W6','HelveticaNeue';/* 13px */
	-webkit-text-size-adjust:100%;
}


/* =header
----------------------------------------------- */
#header{
	padding:7px 10px 10px;
}
#header .intro{
	color:#666;
	font-size:1.1rem;
}
#header .logo{
	padding-top:10px;
}


/* =nav
----------------------------------------------- */
#tohome a{
	display:block;
	padding:8px 10px;
	background-color:#6D6D6D;
	text-align:center;
}
#tohome a .inner{
	display:block;
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-background-size:8px 13px;
	-moz-background-size:8px 13px;
	background-size:8px 13px;
	background-image:url(../images/common/icn_arrow_02_r.png);
}
#tohome a .inner span{
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
	-webkit-background-size:15px;
	-moz-background-size:15px;
	background-size:15px;
	background-image:url(../images/common/icn_home.png);
	color:#FFF;
}
#gnav li{
	float:left;
	width:50%;
}
#gnav li:nth-child(odd){
	border-right:1px #EEE solid;
	border-bottom:1px #EEE solid;
}
#gnav li:nth-child(even){
	border-bottom:1px #EEE solid;
}
#gnav li a{
	display:block;
	padding:12px 10px;
	background-repeat:no-repeat;
	background-position:10px center;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
#gnav li.company a{background-image:url(../images/common/icn_company.png);}
#gnav li.flow a{background-image:url(../images/common/icn_flow.png);}
#gnav li.faq a{background-image:url(../images/common/icn_faq.png);}
#gnav li.staff a{background-image:url(../images/common/icn_staff.png);}
#gnav li.catalog a{background-image:url(../images/common/icn_catalog.png);}
#gnav li.contact a{background-image:url(../images/common/icn_contact.png);}
#gnav li a span{
	padding-left:25px;
}


/* =intro
----------------------------------------------- */
#intro h2{
	padding:2px 10px;
	background-color:#A5A5A5;
	font-size:1.5rem;
}
#intro h2 span{
	padding-left:25px;
	background-position:left center;
	background-repeat:no-repeat;
	-webkit-background-size:18px;
	-moz-background-size:18px;
	background-size:18px;
	font-weight:bold;
	color:#FFF;
}
#intro .detail{
	padding:10px;
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-background-size:5px 10px;
	-moz-background-size:5px 10px;
	background-size:5px 10px;
	background-color:#A5A5A5;
	background-image:url(../images/common/inner_shadow.png);
	color:#FFF;
	font-size:1.2rem;
}


/* =contact
----------------------------------------------- */
#contact{
	padding:20px 10px;
}
#contact .frame{
	padding:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#008C00;
}
#contact .mds{
	padding-bottom:5px;
	color:#FFF;
	font-size:1.1rem;
	text-align:center;
}
#contact .mds span{display:block; font-size:1.4rem; color:#FFFF00;}
#contact .btn{
	width:100%;
	height:45px;
	margin-bottom:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-image:-moz-linear-gradient(53% 0% -90deg,rgb(255,255,255) 0%,rgb(227,227,227) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 110%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(227,227,227)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(227,227,227) 100%);
	background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(227,227,227) 100%);
	text-align:center;
}
#contact .btn a{
	display:block;
	padding-right:10px;
	padding-left:10px;
}
#contact .btn .inner{
	display:block;
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-background-size:11px 18px;
	-moz-background-size:11px 18px;
	background-size:11px 18px;
	background-image:url(../images/common/icn_arrow_02_r.png);
}
#contact .btn .txt{padding-left:5px;}
#contact .tel .inner{
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.1rem;
	line-height:1.3;
}
#contact .mail .inner{
	padding-top:13px;
	padding-bottom:12px;
	font-size:1.3rem;
}


/* =footer
----------------------------------------------- */
#footer{
	padding:20px 10px;
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-background-size:5px 10px;
	-moz-background-size:5px 10px;
	background-size:5px 10px;
	background-color:#EEE;
	background-image:url(../images/common/inner_shadow.png);
}
#footer .address{margin-top:10px; font-size:1.0rem;}
#footer .link{margin-top:10px;}
#footer .link li{
	float:left;
	width:50%;
	background-color:#FFF;
}
#footer .link li a{
	display:block;
	padding-right:10px;
	padding-left:10px;
}
#footer .link li a span{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-background-size:8px 13px;
	-moz-background-size:8px 13px;
	background-size:8px 13px;
	background-image:url(../images/common/icn_arrow_02_r.png);
	text-align:center;
	font-size:1.0rem;
}
#address{
	padding:5px 10px;
	background-color:#6D6D6D;
	text-align:center;
	color:#FFF;
	font-size:1.0rem;
}
#anchor{
	position:fixed;
	right:0;
	bottom:30px;
	width:42px;
	cursor:pointer;
	z-index:9999;
}


















