@charset "UTF-8";

/*====== reset.css =====*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{font-size:14px;line-height:1.4;font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック','MS P Gothic',sans-serif}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:bottom}img{vertical-align:bottom}
ol li,ul li{list-style: none;}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size:14px;
	line-height:1.6em;
	color: #333;
}

/* common layout */
h1.title,
h2.title,
h3.title {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 40px;
	color: #fff;
	font-size: 120%;
	background: url("/_common/image/tit_arrow.png") no-repeat 10px center #6cb5b2;
	background-size: 15px auto;
}
.pagetop {
	clear: both;
	text-align: right;
}


/* copy section*/
.copy_txt {
	text-align: center;
}
.notice_txt {
	text-align: center;
}


/* service section */
.list_svc li {
	padding: 10px 7px;
	min-height: 1px;
	border: 4px solid #6cb5b2;
}
.list_svc li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.list_svc li img.scv_photo {
	float: left;
	width: 50%;
	height: auto;
	margin: 0 10px 0 0;
}
.list_svc li h3 {
	color: #e6636a;
	font-size: 120%;
}


/* price section */
#price p {
	margin: 0 10px 1em 10px;
}
#price h3 {
	padding: 10px 0 20px 0;
	font-size: 140%;
	font-weight: normal;
}
.tbl_price {
	border: 2px solid rgb(129,201,188);
	border-collapse: collapse;
}
.tbl_price th,
.tbl_price td {
	padding: 10px 5px;
}
.tbl_price td.td_breadth {
	text-align: center;
}

td.td_breadth {border-right: 1px solid rgb(117,140,42);}
.tbl_price tr:nth-child(odd) { background-color:rgb(241,234,226); }


/* step section */
#flow h3 {
	font-size: 140%;
	margin: 20px 0;
	line-height: 1;
	font-weight: normal;
}
.flow_step_before {
	margin: 0 10px;
}
#flow .flow_step_before h3 span {
	background: #6cb5b2;
	border-bottom: 5px solid #5a9693;
}
.flow_step_after {
	margin: 0 10px 25px ;
}
#flow .flow_step_after h3 span {
	background: #e6636a;
	border-bottom: 5px solid #b2535a;
}
.flow_step_before li,
.flow_step_after li {
	padding: 0 0 50px 0;
	background: url("/_common/image/step_arrow.png") no-repeat center bottom;
	background-size: 43px auto;
}
.flow_step_after li:last-child {
	padding: 0;
	background: none;
}
.checkout {
	margin: 10px 0 0;
	padding: 10px 0 50px 0;
	background: url("/_common/image/step_arrow.png") no-repeat center bottom;
	background-size: 43px auto;
	text-align: center;
}
.checkout span {
	padding: 10px 10px 5px 10px;
	background: #e6636a;
	border-bottom: 5px solid #b2535a;
	font-size: 140%;
	color: #fff;
}
.price_detail {
	margin: 10px 0 0;
	padding: 10px 0 50px 0;
	background-size: 43px auto;
	line-height: 1;
	text-align: center;
}
.price_detail a {
	font-size: 140%;
	color: #fff;
}
.svc_detail {
	margin: 10px 0 0;
	padding: 10px 0 50px 0;
	background-size: 43px auto;
	line-height: 1;
	text-align: center;
}
.svc_detail a {
	font-size: 140%;
	color: #fff;
}


/* qa section */
.img_qa {
	border-bottom: 1px solid #4d4d4d;
}
.box_qa {
	padding: 20px 0 10px;
	border-bottom: 1px solid #4d4d4d;
}


/* staff section */
.box_staff {
	width: 100%;
	overflow: hidden;
}
.li_staff {
	min-height: 1px;
}
.li_staff:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.li_staff li.staff {
	margin: 0 5px;
	padding: 10px;
	border: 4px solid #6cb5b2;
}
.li_staff li.staff:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.li_staff li.staff img.staff_photo {
	float: left;
	margin: 0 10px 0 0;
}
.li_staff li.staff dl dt {
	width: 4em;
	float: left;
}
.li_staff li.staff dl dd {
	padding: 0 0 0 4em;
}
.li_staff li.staff dl dt.nofloat {
	width: 100%;
	float: none;
}
.li_staff li.staff dl dd.nofloat {
	padding: 0;
}


/* social section */
.li_social {
	margin: 0 auto 10px 10px;
}
.li_social li {
	display: inline-block;
}


/* contact section */
.contact_inner {
	margin: 0 10px;
}
.btn_submit {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	background: #e6636a;
	border: none;
	border-bottom: 5px solid #b2535a;
	font-size: 140%;
	color: #fff;
}
.form_notice {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #666;
}


/* footer section */
footer {
	width: 100%;
}
.footer_inner {
	margin: 0 auto;
}
address {
	font-style: normal;
}
.footer_main {
	clear: both;
}



.txtRed {
	color: #f00;
}
.mt10 {margin-top: 10px!important;}
.mt30 {margin-top: 30px!important;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/************************/
/*                      */
/*         汎用         */
/*                      */
/************************/

.reg { font-size:70%; vertical-align:top;line-height:1em; }

.hidden { overflow:hidden; }
.float  { float:left; }
.clear  { clear:both; }
.clear hr { display:none; } 

.center { text-align:center; }
.left   { text-align:left; }
.right  { text-align:right; }
.bottom { bottom: 0;}

.bold { font-weight:bold; }

.line_b_dotte { width:700px; height:40px; border-bottom:dotted 2px rgb(165,144,156); }
.line_b_dotte_mdl { width:464px; height:30px; border-bottom:dotted 2px rgb(165,144,156); }

.hai{
	line-height: 150%;
}

/****** 汎用font-size ******/

.fz8 { font-size:8px; }
.fz9 { font-size:9px; }
.fz10 { font-size:10px; }
.fz12 { font-size:12px; }
.fz13 { font-size:13px; }
.fz14 { font-size:14px; }
.fz16 { font-size:16px; }
.fz18 { font-size:18px; }
.fz20 { font-size:20px; }
.fz24 { font-size:24px; }
.fz30 { font-size:30px; }
.fz40 { font-size:40px; }

/****** 汎用 font-color ******/
.brown{
	color: rgb(114,83,9);
}

.brown a{
	color: rgb(114,83,9);
}
.gray{ color:rgb(73,66,57);}
.yellow{
	color: rgb(134,112,76);
}

.green{
	color: rgb(75,128,36);
}
.blue{
	color: rgb(87,133,158);
}
.red{
	color: rgb(193,39,45);
}

.white{
	color: rgb(255,255,255);
}

.white a{
	color: rgb(255,255,255);
}

.pink{color: rgb(202,71,117);}

/****** 汎用margin ******/
.mgt-16 { margin-top:-16px; }
.mgt-30 { margin-top:-30px; }
.mgt-32 { margin-top:-32px; }
.mgt7 { margin-top:7px; }
.mgt8 { margin-top:8px; }
.mgt10 {
	margin-top: 10px;
}
.mgt15 { margin-top:15px; }
.mgt17 { margin-top:17px; }
.mgt20 { margin-top:20px; }
.mgt30 { margin-top:30px; }
.mgt40 { margin-top:40px; }
.mgt50 { margin-top:50px; }
.mgt80 { margin-top:80px; }
.mgt100 { margin-top:100px; }
.mgt150 { margin-top:150px; }

.mgl05 { margin-left:5px; }
.mgl10 { margin-left:10px; }
.mgl15 { margin-left:15px; }
.mgl20 { margin-left:20px; }
.mgl30 { margin-left:30px; }
.mgl40 { margin-left:40px; }
.mgl50 { margin-left:50px; }
.mgl60 { margin-left:60px; }
.mgl70 { margin-left:70px; }
.mgl80 { margin-left:80px; }
.mgl90 { margin-left:90px; }
.mgl93 { margin-left:93px; }
.mgl100 { margin-left:100px; }
.mgl105 { margin-left:105px; }
.mgl110 { margin-left:110px; }
.mgl270 { margin-left:270px; }
.mgl350 { margin-left:350px; }


.mgr10 { margin-right:10px; }
.mgr20 { margin-right:20px; }
.mgr30 { margin-right:30px; }
.mgr40 { margin-right:40px; }
.mgr60 { margin-right:60px; }
.mgr70 { margin-right:70px; }
.mgr80 { margin-right:80px; }

.mgb10 { margin-bottom:10px; }
.mgb20 { margin-bottom:20px; }
.mgb40 { margin-bottom:40px; }
.mgb100 { margin-bottom:100px; }

.m20{ margin:20px;}

/****** 画像透過50% ******/

a img.alpha_05 { background:none!important; }
a:hover img.alpha_05{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background:none!important;
	}

/****** 画像透過60% ******/

a img.alpha_06 { background:none!important; }
a:hover img.alpha_06{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
	}

/****** 画像透過80% ******/

a img.alpha_08 { background:none!important; }
a:hover img.alpha_08{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
	}