@charset "utf-8";
/* CSS Document */


html, body, div, dl, dt, dd, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, h6, input, textarea, p, table, caption, tbody, tfoot, thead, tr, th, td, header {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
/*	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	 *font-size: small;
	 *font: x-small;
	letter-spacing: 0;
	-webkit-text-size-adjust:100%;
	font-size:14px;
	line-height:1.8;
	color:#231815;
}
a, a img {
	border: none;
	outline: 0;
	text-decoration: none;
}
a { 
	color: #000;
/*	text-decoration: underline;*/
	}

address {
	font-style: normal;
	font-weight: normal;
}
img, li img, dt img, dd img {
	border: 0;
}
ul, ol {
	list-style: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
th, td {
	text-align: left;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font: 99% arial, helvetica, clean, sans-serif;
 *font-size: 99%;
	font-weight: inherit;
}
section p{
	margin-bottom:1em;
	font-size:13px;
}
/*------------------------------------------------
   margin
------------------------------------------------*/

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pd5{padding:5px !important;}
.pd10{padding:10px !important;}
.pd15{padding:15px;}
.pd10_20{padding:10px 20px;}


.m10 {margin:10px;} 
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}


/*------------------------------------------------
   lineheight
------------------------------------------------*/

.l_h16{
	line-height:1.6;
}


/*------------------------------------------------
   float & clear
------------------------------------------------*/
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
.clearfix {
	width: 100%;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* !Base Fonts -------------------------------------------------------------- */

.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fzSS  { font-size:  72% !important;}/* base 14px -> 10px */
.fzS   { font-size:  86% !important;}/* base 14px -> 12px */
.fzM   { font-size: 100% !important;}
.fzL   { font-size: 115% !important;}/* base 14px -> 16px */
.fzLL  { font-size: 129%;}/* base 14px -> 18px */
.fzLLL { font-size: 143%;}/* base 14px -> 20px */
.fz4L { font-size: 157%;}/* base 14px -> 22px */
.fz5L { font-size: 171%;}/* base 14px -> 24px */
/*------------------------------------------------------*/

.fRed{
  color: #E60000;
}


#container {
	margin:0 auto;
	width:100%;
}



footer .info {
	width:90%;
	margin:0 auto 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:-0.03em;
}

footer .info a{
	color:#333;
	font-weight:bold;
}

/*--画像幅-----*/

.w60{
	width:60% !important;
	margin-left:auto;
	margin-right:auto;
}

.w70{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

.w80{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}



/*ページトップへ戻る*/
#page-top a {
	background-image:url(../img/btn_pagetop_off.gif);
	background-size:contain;
	text-indent: -999em;
	height:30px;
	width: 30px;
	position:fixed;
	bottom:0;
	right:0;
	color:#FFF;
	-moz-opacity:0.80;
	opacity: 0.80;
	/* IE */
	filter: alpha(opacity=80);
}
#page-top a:hover{
	-moz-opacity:0.40;
	opacity: 0.40;
	/* IE */
	filter: alpha(opacity=40);
}

/*--header-----*/

header{
	height:54px;
}

header #logo {
    float: left;
    margin: 10px 0 0 10px;
}

header #button-menu {
    width: 30px;
    height: 30px;
    position:fixed;
	top:10px;
	right:10px;
    margin: 0 0;
	z-index:9999;
}

/*----menu-------------------------------------------------------------------*/
#dblock {
    width: 100%;
}
#dblock {
    box-sizing: border-box;
    padding-top: 2em;
    top: 44px;
	float: right;
	height:280px !important
	}
#dblock {
    background: #eee none repeat scroll 0 0;
    display: none;
    left: 0;
    opacity: 0.97;
    overflow: auto;
    padding-top: 20px;
	padding-bottom: 20px;
    position: fixed;
    top: 42px;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}
.menu {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	width: 90%;
	margin: 0 5%;
}
.menu li {
    border-bottom: 1px solid rgba(34,16,2,0.3);
	box-shadow: rgba(225,225,225,0.1) 0 1px 0;
}
.menu li.out {
	background: url(../img/to_pc_w.png) 11em center no-repeat;
	background-size: 12px;
}
.menu li img {
}
.menu li li {
	padding-left: 50px;
	border-top: 1px dotted rgba(255,255,255,0.3);
    border-bottom: none;
}
.menu li a,
.menu li li a {
	width: 90%;
}
.menu li a:link, .menu li a:visited, .menu li a:active {
    background: rgba(0, 0, 0, 0);
    color: #333;
    display: block;
    line-height: 140%;
    padding: 0.5em;
    text-decoration: none;
}
#dblock .close {
	text-decoration: none;
	text-align: center;
	margin: 20px auto 0;
}

/*-----共通で-------*/

.txt{
	margin:0 5%;
	font-size:86%;
	font-weight:bold;
	margin-bottom:1em;
	line-height:2;
}

.txt span {
    color: #2b84d2;
}

.txt2{

	font-weight:bold;
	text-align:center;
	font-size:115%;
	line-height:1.6;
	margin-bottom:0;
	padding-bottom:1em;
}

.txt2 span {
    color: #2b84d2;
}

.txt2 img{
	vertical-align:middle;
	padding-bottom:5px;

}

.txt3{

	font-weight:bold;
	text-align:center;
	font-size:115%;
	line-height:1.6;
	margin-bottom:0;
	padding-bottom:1em;
	color:#fff;
}


.txt4{
	font-size:115%;
	font-weight:bold;
	margin-bottom:1em;
	line-height:1.5;
}

.txt4 span {
    color: #ee831d;
}

/**/

.btn1 {
	text-align:center;

}

.btn1 a{
	display:inline-block;
	padding:0.2em 1.6em 0.2em 1em;
	border:#000 solid 1px;
	background-image:url(../img/mk_arr.png);
	background-position:97% 50%;
	background-repeat:no-repeat;
	background-size:12px;
	color:#000;
	font-weight:bold;
	margin-bottom:1em;
	text-align:center;
	letter-spacing:0.05em;
}

.btn1 a:hover{
	background-color:#fff;
}



.list1{
	border-top:#000 solid 1px;
	margin-bottom:1em;
}

.list1 li {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d1d1d1');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d1d1d1')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d1d1d1));
background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
background-image: linear-gradient(top, #ffffff, #d1d1d1);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/


}

.list1 li a{
	text-align:left;
	font-size:129%;
	font-weight:bold;
	line-height:1.4;
	display:block;

	padding:0.5em 0.5em 0.5em 46px;
		border-bottom:#000 solid 1px;
	background-image:url(../img/mk_check.gif),url(../img/mk_arr.png);
	background-position:9px 50%,97% 50%;
	background-repeat:no-repeat,no-repeat;
	background-size:36px,20px;


}

.list1 li a:hover{
	cursor:pointer;
	background-color:#fff;

}

.list1 li a span {
color: #ee831d;
}

/*▼*/

.tri01{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #fff transparent transparent transparent;
margin:0 auto 10px;
}

.tri02{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #2b84d2 transparent transparent transparent;
margin:0 auto 10px;
}


.tri03{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #f1f1f1 transparent transparent transparent;
margin:0 auto 10px;
}

.tri04{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #EDE7DB transparent transparent transparent;
margin:0 auto 10px;
}

.tri05{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #30acc6 transparent transparent transparent;
margin:0 auto 10px;
}



.tC{
	text-align:center;
}

.tR{
	text-align:right !important;
}

.tL{
	text-align:left !important;
}

/*背景*/

/*オレンジ*/
.wpOr{
	background-color:#ee831d;
}

/*薄茶*/
.wpLb{
	background-color:#EDE7DB;
}



/*薄灰*/
.wpLgr{
	background-color:#f7f7f7;
}


/*文字色*/
.coOra{
	color:#2b84d2;
}

.coLbru{
	color:#30acc6;
}

.coLGr{
	color:#444;
}


.coLBk{
	color:#000 !important;
}



/*-----アコーディオン-------*/

.displayNone {
    display: none;
}

.accordion {
/*    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #ccc;*/
}

.switch {
    font-weight: bold;
}

.open {
/*    text-decoration: underline;*/
}

.contentWrap{
	padding: 40px 8px 10px;
	position: relative;
	text-align:left;
	border:#ccc solid 1px;
	background-color:#fff;
	width:100%;
}

.contentWrap strong{
	border-bottom:#ccc solid 1px;
}

.contentWrap .close {
color:#D7263D;

display:block;
font-weight:bold;

height: 20px;
line-height: 20px;
position: absolute;
right: 0px;
top: 0px;
margin-top: 10px;
margin-right: 10px;
text-align: center;
font-style: normal;
font-size: 20px;
font-family: Arial, Baskerville, monospace;
cursor:pointer;
background-color:#fff;
width: 100%;
text-align: right;

}

.contentWrap .close img {
	width:20px;
	margin-left:3px;
	vertical-align:middle;
	margin-top:-3px;
}

.contentWrap .close:hover {
color: #fe5f55;

}

/*------lead-------*/

#secLead #main {
	position:relative;
	height:170px;
	overflow:hidden;
	margin-bottom:1em;

}

#main #mainImg {
	position:absolute;
	top:0;
	left:0;
}

#main .tx {
	position:absolute;
	top:8%;
	left:36%;

}

#main p {
	text-align:center;
	font-weight:bold;
	font-size:129%;
	letter-spacing:0.05em;
	margin-bottom:0.5em;
	line-height:1.5;
}

#main p span{
	color:#ee831d;
}

#main p span img{
	vertical-align:bottom;
}

#main p .arr {
	display:block;
	line-height:0.5;
	margin-bottom:-10px;

}


#secLead .wpCase {
	background-color:#f1f1f1;
	text-align:center;
}


#secLead .cs {
	margin:10px auto;
}

#secLead .cs p{
	font-weight:bold;
	font-size:93%;
}

#secLead .cs span{
	display:block;
	font-size:120%;
}

#secLead .case1{
	background-image:url(../img/read_reco.gif);
	background-position:right 30px;
	background-repeat:no-repeat;
	background-size:36%;
}

#secLead .case1 span{
	color:#8bc53f;
}

#secLead .case2 span{
	color:#3fa8f4;
}


/*iframe{
	border:none;
	width:100%;
	min-height:600px;

}
*/

/*------------問合せボタン-------------*/
.bxInq{
	border-top:#7F7F7F solid 1px;
	border-bottom:#7F7F7F solid 1px;
	background-color:#f1f1f1;
	padding:10px 1.5%;
}


.fuki01 {
	position: relative;
	background: #ffffff;
	border: 1px solid #88C33F;
	padding:5px;
	color:#88C33F;
	font-size:85%;
	line-height:1.5;
	letter-spacing:-0.03em;

}
.fuki01:after, .fuki01:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fuki01:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.fuki01:before {
	border-color: rgba(238, 131, 29, 0);
	border-top-color: #88C33F;
	border-width: 11px;
	margin-left: -11px;
}

.fuki02 {
	position: relative;
	background: #ffffff;
	border: 1px solid #3fa8f4;
	padding:5px;
	color:#3fa8f4;
	font-size:85%;
	line-height:1.5;
	letter-spacing:-0.03em;
}
.fuki02:after, .fuki02:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fuki02:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.fuki02:before {
	border-color: rgba(238, 131, 29, 0);
	border-top-color: #3fa8f4;
	border-width: 11px;
	margin-left: -11px;
}





/*-----見出し-------------------------*/
.st {
	background-color:#2b84d2;
	color:#fff;
	font-size: 115%;
	text-align:center;
	line-height:1.6;
	padding:18px 0;
}

.stB {
	background-color:#30acc6;
	color:#fff;
	font-size: 115%;
	text-align:center;
	line-height:1.4;
	padding:15px 0;
}

.stB .fzSS{
	letter-spacing:-0.08em;
	font-weight:normal;
	font-size:66% !important;
white-space: nowrap;
}


/*-----anc01-------------------------*/



#anc01 .ccp {
	position:relative;
	height:165px;
	margin-bottom:1em;

}


@media all and (min-width: 321px) {
	#anc01 .ccp {
		margin-top:40px;
}
}

#anc01 .ccp p{
	position:absolute;
	top:55%;
	left:5%;
	color:#fff;
	font-weight:bold;
	line-height:1.5;
}

#anc01 .ccp img{
	position:absolute;
	bottom:0;
	left:0;
}

#anc01 .wpOr {
	padding:0 10px;
	text-align:center;
}

#anc01 .wpOr #p1{
	position:relative;
	height:320px;
	width:300px;
	margin:0 auto;

	

}
#anc01 .wpOr #p1 #p1_2a {
	position:absolute;
	top:0;
	left:0;
}

#anc01 .wpOr #p1 #p1_2b {
	position:absolute;
	top:60px;
	left:50%;
}

#anc01 .wpOr #p1 #p1_2c {
	position:absolute;
	top:160px;
	left:0;
}

#container #anc01 .wpLb {
	padding:10px 0 0;

}
#anc02 .wpLb #prob {
	background-image:url(../img/bg_prob.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:320px;
	min-height:418px;
	width:320px;
	margin:0 auto;
	position:relative;
}

#prob p{
	text-align:center;
	font-size:96%;
	line-height:1.5;
	font-weight:bold;
}

#prob #prob1{
	position:absolute;
	top:40px;
	left:150px;
}


#prob #prob2{
	position:absolute;
	top:110px;
	left:30px;
}


#prob #prob3{
	position:absolute;
	top:200px;
	left:90px;
}


#prob #prob4{
	position:absolute;
	top:290px;
	left:30px;
}

#anc01 .wpW {
	padding:10px 0;
}

.wpW .caseT img {
	float:left;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:5px;
	width:19.5%;

}
.wpW .caseT .txt {
	margin-left:75px;
	font-size:100%;
	line-height:1.5;
}

#anc01 .wpW img {

	vertical-align:bottom;
}

/*-----anc02-------------------------*/

.tlMerit {
	color:#ee831d;
	text-align:center;
	line-height:1.4;
	margin-bottom:1em;
}

.tlMerit span {
	font-size:60%;
}

.tlMerit span.num {
	font-size:170%;
}

/*ボタン*/
.btnSem a{
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-left:#7FA949 solid 1px;
	border-bottom:#7FA949 solid 1px;
	
-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;	
	
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a9d374', endColorstr = '#7fa949');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a9d374', endColorstr = '#7fa949')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #a9d374, #7fa949);
background-image: -ms-linear-gradient(top, #a9d374, #7fa949);
background-image: -o-linear-gradient(top, #a9d374, #7fa949);
background-image: -webkit-gradient(linear, center top, center bottom, from(#a9d374), to(#7fa949));
background-image: -webkit-linear-gradient(top, #a9d374, #7fa949);
background-image: linear-gradient(top, #a9d374, #7fa949);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

width:64%;
padding:5px 10px;
margin:0 auto;
display:block;
text-align:center;
margin-bottom:1em;
font-weight:bold;
line-height:1.6;
}

.btnSem a span{
	color:#0000ff;
	background-image:url(../img/mk_arr_blue.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:20px;
	text-decoration:underline;
	font-weight:normal;
}

.btnSem.bts a{
	padding:10px 0;
}

/*ボタンブルー*/

.btnSemB a{
	border-top:#6CC4D7 solid 1px;
	border-right:#6CC4D7 solid 1px;
	border-left:#4097A9 solid 1px;
	border-bottom:#4097A9 solid 1px;
	
-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;	
	
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#6CC4D7', endColorstr = '#4097A9');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#6CC4D7', endColorstr = '#4097A9')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #6CC4D7, #4097A9);
background-image: -ms-linear-gradient(top, #6CC4D7, #4097A9);
background-image: -o-linear-gradient(top, #6CC4D7, #4097A9);
background-image: -webkit-gradient(linear, center top, center bottom, from(#6CC4D7), to(#4097A9));
background-image: -webkit-linear-gradient(top, #6CC4D7, #4097A9);
background-image: linear-gradient(top, #6CC4D7, #4097A9);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

width:82%;
padding:13px 10px;
margin:0 auto;
display:block;
text-align:center;
margin-bottom:1em;
font-weight:bold;
line-height:1.6;
}

.btnSemB a span{
	color:#0000ff;
	background-image:url(../img/mk_arr_blue.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:20px;
	text-decoration:underline;
	font-weight:normal;
}

.btnSemB.bts a{
	padding:10px 0;
}

/*ボタンオレンジ*/
.btnOrg a{
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-left:#307BBD solid 1px;
	border-bottom:#307BBD solid 1px;
	
	-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;	
	
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#65B2F7', endColorstr = '#307BBD');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#65B2F7', endColorstr = '#307BBD')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #65B2F7, #307BBD);
background-image: -ms-linear-gradient(top, #65B2F7, #307BBD);
background-image: -o-linear-gradient(top, #65B2F7, #307BBD);
background-image: -webkit-gradient(linear, center top, center bottom, from(#65B2F7), to(#307BBD));
background-image: -webkit-linear-gradient(top, #65B2F7, #307BBD);
background-image: linear-gradient(top, #65B2F7, #307BBD);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/


-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
width:83%;
padding:1% 2%;
margin:0 auto;
display:block;
text-align:center;
margin-bottom:0.5em;
color:#fff;
font-weight:bold;
cursor:pointer;

}



/*ボタンオレンジ2*/
.btnSemO a{
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-left:#2b84d2 solid 1px;
	border-bottom:#2b84d2 solid 1px;
	
	-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;	
	
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#65B2F7', endColorstr = '#1A8DF1');

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#65B2F7', endColorstr = '#1A8DF1')";

background-image: -moz-linear-gradient(top, #65B2F7, #1A8DF1);
background-image: -ms-linear-gradient(top, #65B2F7, #1A8DF1);
background-image: -o-linear-gradient(top, #65B2F7, #1A8DF1);
background-image: -webkit-gradient(linear, center top, center bottom, from(#65B2F7), to(#1A8DF1));
background-image: -webkit-linear-gradient(top, #65B2F7, #1A8DF1);
background-image: linear-gradient(top, #65B2F7, #1A8DF1);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
width:83%;
padding:10px 2%;
margin:0 auto;
display:block;
text-align:center;
margin-bottom:0.5em;
color:#fff;
font-weight:bold;
cursor:pointer;

}

.btnSemO a span{
	background-image:url(../img/mk_arr_w.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:20px;

	font-weight:normal;
}

.btnSemO.bts a{
width:64%;
}


/*---受付終了---*/

.btnSem .endMk{
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	
/*-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;	*/
background-color: #333;
	color: #fff;

width:64%;
padding:10px 10px;
margin:0 auto;
display:block;
text-align:center;
margin-bottom:1em;
font-weight:bold;
line-height:2;
}

/*受付終了*/
.btnSem .endManin{
	border-top:#C1272D solid 1px;
	border-right:#C1272D solid 1px;
	border-left:#C1272D solid 1px;
	border-bottom:#C1272D solid 1px;
	
/*-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;	*/
background-color: #fff;
	color: #C1272D ;

width:64%;
padding:10px 10px;
margin:0 auto;
display:block;
text-align:center;
margin-bottom:1em;
font-weight:bold;
line-height:2;
}

.btnOrg a span{
	color:#fff;
	background-image:url(../img/mk_arr_blue.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:20px;
	text-decoration:underline;
	font-weight:normal;
	text-shadow:none;
}

.btnOrg a:hover{
	opacity:0.8;
}





.bxReco h4 {
	text-align:center;
}

.bxReco h4 span {
	color:#ee831d;

}

.bxReco h4 span.num{
	font-size:80%;
}

.bxReco #tx2reco1 {
	margin-left:110px;

}

.bxReco #tx2reco1 h4{
	text-align:left;
}

.boTDot{
	border-top:#ccc dotted 1px;
}

.boBDot{
	border-bottom:#ccc dotted 1px;
}


.bxReco #reco3_2 {
	background-image:url(../img/p2_reco3_2.gif);
	background-position:10px 0;
	background-repeat:no-repeat;
	background-size:86px;
	margin:10px 0;

}

.bxReco #reco3_2 p{
	margin-left:32%;
}


.bxReco #reco3_3 {
	background-image:url(../img/p2_reco3_3.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
	background-size:104px;
	margin:10px 0;
}

.bxReco #reco3_3 p{
	margin-left:32%;
}

.bxReco .tx1 {
	font-size:115%;
	font-weight:bold;
	margin-bottom:0.5em;
	line-height:1.5;
	background-image:url(../img/reco_fuki.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:203px;
	width:203px;
	height:95px;
	padding:5px 10px;
}


#anc02 .pnt {
	text-align:center;
	font-weight:bold;
	font-size:72%;
	display:block;
	text-decoration:underline;

}
#anc02 .pd10 .pntTl {

	width:255px;
	margin:0 auto 2em;

}
#anc02 .pntTl .txt {
	font-size: 100%;
	line-height:1.4;
	padding-top:5px;
}
#anc02 .pntTl img {
	float:left;
	margin-right:10px;
}

/*----------アコーディオン内------------*/


#acc2_1{
	font-size:86%;
	line-height:1.5;
}

#acc2_1 dl{
	margin-bottom:10px;
}

#acc2_1 dt {
	border:#ee831d solid 1px;
	border-radius:4px;
	color:#ee831d;
	font-weight:bold;
	padding-left:1em;

	margin-bottom:0.3em;
}

#acc2_1 dd span {
	color:#ee831d;
}

#acc2_1 dd span.num {
	font-size:150%;
}


#acc2_2 {
	background-color:#ffe0ae;

}


.bxReco #acc2_2 p {
	margin-left:0;
	margin-bottom:0;
	text-align:center;
}

.bxReco #acc2_2 p.close{
	background-color: #ffe0ae;
	text-align:right;
}

#acc2_3 {
	background-color:#D6EBFA;

}


.bxReco #acc2_3 p {
	margin-left:0;
	margin-bottom:0;
	text-align:center;
}

.bxReco #acc2_3 p.close{
	background-color:#D6EBFA;
	text-align:right;
}




table.hyo{

width:100%;
border-collapse:separate;
border-spacing: 3px;
float:right;
margin-bottom:10px;
}

.hyo th{
width: 30%;
padding: 2px 4px;
color: #fff;
background-color: #9E9E9F;
font-size:10px;
text-align:left;

}

.hyo td{
padding: 2px 4px;
background-color: #fff;
	font-size:12px;
	text-align:right;
letter-spacing:-0.05em;
}

.hyo td span{
	font-weight:bold;
}

.hyo2 {
	width:90%;
	margin:0 auto;
	border-top:#ee831d solid 1px;
	border-right:#ee831d solid 1px;
	font-weight:bold;
}

.txK {
	background-color:#fff;
	text-align:left !important;
	padding:0;
	font-weight:bold;
	line-height:1;
	margin-bottom:0.5em !important;
	display:block;
}

.txK span{
	font-size:180%;
	color:#ee831d;

}	

.txK img{
	vertical-align:bottom;
	margin-right:10px;
}


.hyo2 th,
.hyo2 td{
	border-left:#ee831d solid 1px;
	border-bottom:#ee831d solid 1px;
	text-align:right;
	width:46%;
	padding:2% 2%;
	line-height:1.4;
	font-size:80%;
}

.hyo2 th{
	background-color:#fff;
}

.hyo2 td{
	background-color:#ffe6d0;
}

.hyo2 span{
	text-align:left;
	display:block;
}

.hyo2 span.num{
	text-align:left;
	display:inline;
	font-size:140%;

}



.hyo3 #td1{
	border:#3fa6f2 solid 1px;
	text-align:left;
	padding:2% 1%;
	line-height:1.4;
	font-size:70%;
	background-color:#fff;
	font-weight:bold;
	letter-spacing:-0.05em;
}

.hyo3 #td2{
	border:#3fa6f2 solid 1px;
	text-align:left;
	padding:2% 1%;
	line-height:1.4;
	font-size:70%;
	background-color:#b0daf9;
	font-weight:bold;
	letter-spacing:-0.05em;
}




/*-----anc03-------------------------*/

.ttKik {
	margin-top:10px;
	margin-bottom:0;
}

.txKik {
	padding:0 20px;
	margin-bottom:5px;
}

.voic {
	width:275px;
	display:block;
	margin:10px auto;
}

.voic dt {
color: #2b84d2;
font-size:72%;
padding-left:30px;
}

.voic dd {
	background-image:url(../img/bg_voice.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:cover;
	height:100px;
font-size:86%;
padding-left:50px;
padding-top:7px;
}

.btnOrg .typ2{
	width: 85%;
padding:0.5%;
	font-size:96%;
	letter-spacing:-0.01em;
}

.btnOrg .typ2 span{
	letter-spacing:0;
	font-size:104%;
}

/*-----anc04-------------------------*/

.caseT #refiMk{
float: left;
margin-bottom: 5px;
margin-left: 10px;
margin-right: 5px;
width: 75px;
}

.caseT #refiLg {
margin-bottom: 0;
margin-left: 5px;
margin-right: 5px;
margin-top:3px;
width:62px;
vertical-align:middle;
}

.btnOrg .typ3 {
text-align:left;
width: 83%;
padding: 2% 2%;
line-height:1.5;
}

.btnOrg .typ3:after {
	content: ""; 
	display: block; 
	clear: both;
}

.btnOrg .typ3 img{
	float:left;
	margin-right:5px;

}

.btnOrg .typ3 span{
	float:right;
	font-size:86%;
	background-size:12px;
padding-right: 15px;

}

.refD{
	margin-top:30px;
	margin-bottom:10px;
	position:relative;
	text-align:center;
}

.refD dl{
	color:#fff;
}

.refD dt {
width: 30%;
float: left;
clear: both;
font-weight: bold;
background-color:#006FB9;
font-size:80%;
padding:1%;
text-align:center;
height:28px;
}

.refD dd{
height:28px;
padding: 0.25% 1% 0.25% 32%;
background-color:#000;

}

.refD img {

}

#fukiD1 {
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	margin: auto;
	background: #C8C1BA;
	border: 2px solid #000000;
	width:160px;
	font-size:86%;
	padding:5px 0;
	text-align:center;
	line-height:1.5;
}

#fukiD1 span{
	font-size:75%;
}
#fukiD1:after, #fukiD1:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#fukiD1:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #C8C1BA;
	border-width: 10px;
	margin-left: -10px;
}
#fukiD1:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 13px;
	margin-left: -13px;
}


#fukiD2 {
	position: absolute;
	top: 85%;
	right: 0;
	left: 0;
	margin: auto;
	background: #CBCBCB;
	border: 2px solid #000000;
	width:160px;
	font-size:86%;
	padding:5px 0;
	text-align:center;
	line-height:1.5;
}

#fukiD2 span{
	font-size:75%;
}
#fukiD2:after, #fukiD2:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#fukiD2:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #CBCBCB;
	border-width: 10px;
	margin-left: -10px;
}
#fukiD2:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 13px;
	margin-left: -13px;
}

/*-----anc05-------------------------*/

.listQ{
/*	border-top:#000 solid 1px;*/
	margin-bottom:0;
}

.listQ li {



}

.listQ li a{
	text-align:left;
	font-size:86%;
	font-weight:bold;
	line-height:1.4;
	display:block;

	padding:1em 0.5em 1em 36px;
	border-bottom:#000 solid 1px;
	background-image:url(../img/mk_q.gif),url(../img/mk_arr_blue2.png);
	background-position:9px 50%,97% 50%;
	background-repeat:no-repeat,no-repeat;
	background-size:22px,18px;
color:#2b84d2;

}

.listQ li a:hover{
	cursor:pointer;
	background-color:#fff;

}

.listQ li a span {

}

.listQ li .ttlA {
	background-image:url(../img/mk_a.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:22px;
	padding-left:30px;
	font-weight:bold;

	
}

/*-----anc05-------------------------*/

.listQ #no1 a {	background-image:url(../img/mk1.gif),url(../img/mk_arr_blue2.png);}
.listQ #no2 a {	background-image:url(../img/mk2.gif),url(../img/mk_arr_blue2.png);}
.listQ #no3 a {	background-image:url(../img/mk3.gif),url(../img/mk_arr_blue2.png);}
.listQ #no4 a {	background-image:url(../img/mk4.gif),url(../img/mk_arr_blue2.png);}

/*-----footer-------------------------*/
footer {
	background-color:#efefef;
	padding:10px;

}



footer .about {
	font-size:72%;
	margin-bottom:10px;
}

.about dt {
	float:left;
}


.about dd {
	margin-left:8em;
}

footer .abR {
    font-size: 72%;
    margin-left: 10em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.contactBx {
    width: 100%;
    margin-bottom: 10px;
}

.contactBx ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.contactBx li {
    margin-bottom: 10px;
}

.contactBx li img{
	width:100%;
    
}

.contactBx li a:hover img {
    opacity: 0.8;
}

footer #copy_right{
	text-align: center;
	font-size: 72%;
}

/*アンカーリンク調整*/
/*#small-dialog{
    padding-top: 40px;
    margin-top: -40px;
}*/


/*補助金*/


#anc00 {
	position:relative;
}

#cir00 {
	position:absolute;
	top:140px;
	right:10px;
	z-index:20;
}

#wk00 {

	z-index:10;
}


.tlHw {
	background-image:url(../img/h_main.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:10px;
	height:210px;

}


.tlH {	
	background-color: rgba(255, 255, 255, 0.7);
	width:66.68%;
	margin-left:3.125%;
	font-size:124%;
	padding:2.343%;
	line-height:1.4;
}

.tlH .tlh1 {
	font-size:84%;
}


.tlH .tlh2 {
	font-size:160%;
color: #ee831d;
	line-height:1.2;
}


.tlHw p {
	text-align:right;
	margin-right:3.125%;
}



.tls {
	background-color:#E3DAD0;
	padding:10px 20px 10px 25px;
	position:relative;
	text-align:center;
	color:#594426;


	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
font-size:143%;
font-weight:bold;


}

.tls span {
	border-bottom:#594426 solid 1px;
	display:block;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:7px;
		font-weight:normal;
		font-size:76%;
}


.tls .val{
	vertical-align:top;
	margin:0 3px;
}

.tls .num{
	position:absolute;
	top:10px;
	left:5px;
}

.tlss {
	background-image:url(../img/h_check.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:39px;
	padding-left:30px;
	font-size:100%;
	min-height:34px;
	line-height:44px;
}

.tlss strong{
	border-bottom:#FFDF00 solid 3px;

}

.mlH{
	margin-left:30px;
	margin-right:20px;
}

.wakuBr {
	border:#E3DAD0 solid 3px;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding:20px 10px 10px;
margin-bottom:10px;
}


.wakuBr .val{
	vertical-align:text-bottom;
	margin:0 3px;
}

.wakuBr dl{
	background-color:#ee831d;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;


margin:10px 0;
	color:#fff;
}

.wakuBr dt{
	padding:12px 0 2px;
	border-bottom:#fff solid 1px;
	text-align:center;
	font-weight:bold;
	font-size:115%;
}
	
	
.wakuBr dd{
	padding:10px;

}

.wakuBr dl ul.floatL {
	width:40%;

}

.wakuBr dl ul.floatL:nth-child(2) {
	width:60%;
	margin-bottom:1em;
}


.wakuBr dl ul li span{
	color:#FFDF00;
}
.wakuBr p img {
	vertical-align:text-top;
}

.dlist1 {
	font-size:90%;
	margin-bottom:0.5em;
     border-top: 1px solid #000;
}

.dlist1 dt {
     float: left;
     clear: left;
     width: 7em; 
}

.dlist1 dd {
     border-bottom: 1px solid #000;
     padding-left: 7.5em;
}



.mlH h5 span {
	color:#ee831d;
	
}


/*-----*/

.bxfSem {
	margin:0 15px;
	line-height:1.6;	
}

.bxfSem h4.fzLL{
	border-bottom: #ee831d solid 4px;
	margin-bottom: 0.5em;
	display: inline-block;
	padding: 0 0.3em;
	margin: 0 auto 0.5em;
}

.bxfSem .semIf{
	width:50%;
	float:right;
}

.bxfSem .semTe {
	background-color:#42210B;
	padding:0 1%;
	color:#fff;

	width:48%;
	text-align:center;
	float:left;
	font-size:75%;
	font-weight:bold;

}
.bxfSem .semYo {
	background-color:#EA801D;
	padding:0 1%;
	color:#fff;

	width:48%;
	text-align:center;
	float:right;
	font-size:75%;
	font-weight:bold;	
}

.bxfSem .semNm {
	font-weight: bold;
font-size: 108%;
line-height: 1.6;
}


.listS {
	font-size:96%;
	margin-bottom:1em;
}

.listS li{
	padding-left: 1em; 
    text-indent: -1em;
	margin-bottom:1em;
}

.listS li span{
	color:#2b84d2;
}


.listH {
	font-size:96%;
	margin-bottom:1em;
	background-color:#fff;
	padding:5px 3px 5px 5px;
}

.listH li{
	padding-left: 1em; 
    text-indent: -1em;
	line-height:1.6;
color: #30acc6;
font-weight:bold;
letter-spacing:-0.05em;
font-size:86%;
}

.listH li span{
	color:#2b84d2;
	margin-right:0.15em;
}


.sBlue{
color: #30acc6;
	font-size:120%;
	font-weight:bold;
/*-moz-text-shadow:-2px -2px 0px #fff, 2px 2px 0px #fff;
-webkit-text-shadow:-2px -2px 0px #fff, 2px 2px 0px #fff;
text-shadow:-2px -2px 0px #fff, 2px 2px 0px #fff;*/

 text-shadow:2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
}

.sOrange{
color: #ee831d;
	font-size:120%;
	font-weight:bold;
/*-moz-text-shadow:-2px -2px 0px #fff, 2px 2px 0px #fff;
-webkit-text-shadow:-2px -2px 0px #fff, 2px 2px 0px #fff;
text-shadow:-2px -2px 0px #fff, 2px 2px 0px #fff;*/

 text-shadow:2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
}

.bxfSemPre {
	margin:0 10px;
	background-image:url(../img/bg_pre.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:contain;
	height:170px;
	padding-top:20px;
	margin-bottom:20px;
}

.bxfSemPre p{


	text-shadow:1px 1px 3px #fff;
}

.bxfSemPre p span{
	color:#ee831d;
	font-size:115%;
}

.bxfSemPlan {
	margin:0 10px;
	background-image:url(../img/bg_plan.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:50%;
	height:170px;
	padding-top:40px;
	margin-bottom:20px;


}

.bxfSemPlan .inner,
.bxfSemPre .inner{
	width:84%;
	margin-left:17%;
	line-height:1.6;
}

.bxfSemPlan p,
.bxfSemPre p{

 text-shadow:2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
/*	text-shadow:1px 1px 3px #fff;*/
}

.bxfSemPlan p span{
	color:#ee831d;
	font-size:115%;
}

.flagP{
	width:16%;
	float:left;
}

.txMb{
	font-weight:bold;
	color:#30acc6;
	margin-bottom:0;
}
	


.fukiS {
	background-image:url(../img/fuki_s.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-top:5px;
	padding-bottom:15px;

	text-align:center;
	color:#ee831d;
	font-size:100%;
	font-weight:bold;

}

.txtSt{

	font-weight:bold;
	text-align:center;

	line-height:1.6;
	margin-bottom:0;
	padding-bottom:1em;
    font-size: 125%;

}

.txtSt span {
	border-bottom: #ee831d solid 3px;
	display: inline-block;
	padding: 0 0.3em;

}



.semCp {
	font-weight: bold;
text-align: center;
font-size: 108%;
line-height: 1.6;
margin-bottom: 0;
padding-bottom:10px;
}


.wpSem{
	margin-bottom:20px;
}

.bxSem {
	background-color:#EFEBE4;
	margin:0 15px;
	padding-bottom:10px;
	margin-bottom:10px;
	
}


.bxSem .semTe {
	background-color:#42210B;
	padding:3%;
	color:#fff;
	display:inline-block;
	width:62%;
	float:left;
	font-size:90%;
	font-weight:bold;	
}
.bxSem .semYo {
	background-color:#EA801D;
	padding:3%;
	color:#fff;
	display:inline-block;
	width:26%;
	text-align:right;
	float:right;
	font-size:90%;
	font-weight:bold;	
}


.bxSem .semNm {
	font-weight: bold;
font-size: 108%;
line-height: 1.6;
margin:1em;

clear:both;
}

.bxSem .semNm span {
	font-size:90%;
}

.bxSem p{
	margin:1em;
	font-size:86%;
}

.semDe{
	width:100%;

	letter-spacing:-0.03em;
	margin:0;
	padding:1em 0;
	border-bottom:#000 solid 2px;
}


.semDe dt {
	width: 6.6em;
	float: left;
	font-weight: bold;
	clear:both;
	font-size:80%;
	padding-left:0.5em;
	
}

.semDe dd {
	margin-left:6.0em;
	font-weight: bold;
	font-size:90%;
}

.semDe dt:first-child{
	padding-top:0.4em;
}

.semDe dt:first-child + dd{
	margin-left:5.0em;
	font-size:96%;
	letter-spacing:-0.07em;
}


.semDe dt:first-child + dd span{
	font-size:120%;
}

.semDe dt:first-child + dd span.ch{
	font-size:80%;
	font-weight:normal;
	line-height:1.4;
	display:block;
	padding-right:0.5em;
	letter-spacing:-0.03em;
}

.semDeB{

	letter-spacing:-0.03em;
	padding:0;
	margin:0 0.5em 1em;
	font-size:86%;

}


.semDeB dt {
 width: 6em;
float: left;
font-weight: bold;
clear:both;
}

.semDeB dd {
	margin-left:6.2em;
font-weight: bold;
	
}


.bxSW {
	margin:0 15px;
	padding-bottom:10px;
	margin-bottom:10px;
	
}


.txtSt {
}
.bxSem .tC img {
	width:90%;
}

.bxSem .ph {
	text-align: center;
}

.bxSem .ph img {
	width:90%;
}


/* telBox ------------------------------------------*/

.telPopBox{
	width:80%;
	height:14em;
	padding:1.5em 0 0;
	position: fixed;
	left:10%;
	top:50%;
	margin-top:-5em;
	background:rgba(255,255,255,0.95);
	border:solid 1px #614336;
	text-align: center;
	box-sizing: border-box;
	font-size:1.2em;
	display: none;
}
.telPopBox p{
	margin-bottom:2em;
	color:#614336;
	font-weight: bold;
}
.telPopBox li{
	margin:1em auto;
	width:12em;
}
.telPopBox li span,
.telPopBox li a{
	display: block;
	padding:0.5em 0;
	border-radius: 2em;
	position: relative;
}
.telPopBox .notCall span{
	background-color: #fff;
	color:#614336;
	border:solid 1px #614336;
}
.telPopBox .call a{
	padding-left:1em;
	background-color: #eb711f;
	font-weight: bold;
	color:#fff;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
	background-image:url(../img/ic_tel.png);
	background-position:10% center;
	background-repeat:no-repeat;
	background-size:15%;
}
.telPopBox .call a::before{
/*	font-family: 'marurino';
	content:'\e915';
	font-size:1.6em;*/

	position: absolute;
	left:0.5em;
	top:50%;
	margin-top:-0.5em;
}

/****/
.contactNav{
	text-align:center;
	margin-top:20px;
		margin-bottom:20px;
}

.contactNav li a{
    width: 9em;
    display: inline-block;
    line-height: 1;
    font-size: 1.1em;
    padding: 0.7em 2.5em 0.7em 1em;
    border-radius: 2.5em;
    color: #2b84d2;
    background-color: #fff;
    border: solid 2px #2b84d2;
    position: relative;
    font-weight: bold;
	margin:0 auto 10px;
}

.contactNav li a::after {
    font-family: 'marurino';
    content: '\e92f';
    font-size: 1.4em;
    line-height: 1;
    font-weight: normal;
    color: #2b84d2;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -0.5em;
}

/* ------ sp ------- */
.forPC{
	display: none;
}

.forSP{
	display: block;
}

/* ------ pc  ------- */

@media screen and (min-width:768px) {

	.forSP{
		display: none;
	}
	.forPC{
		display: block;
	}

}