@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;}

.pt0{padding-top:0px !important;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px;}
.pd5{padding:5px !important;}
.pd10{padding:10px;}
.pd10_20{padding:10px 20px;}


.m10 {margin:10px;} 
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}



/*------------------------------------------------
   float & clear
------------------------------------------------*/
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
.clearfix {
	width: 100%;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.center {
    text-align: center;
}

/* !Base Fonts -------------------------------------------------------------- */

.fwN { font-weight: normal !important;}
.fwB { font-weight: bold !important;}
/*.fzSS  { font-size:  72% !important;}
.fzS   { font-size:  86% !important;}
.fzM   { font-size: 100% !important;}
.fzL   { font-size: 115% !important;}
.fzLL  { font-size: 129% !important;}
.fzLLL { font-size: 143% !important;}
.fz4L { font-size: 157% !important;}
.fz5L { font-size: 171% !important;}*/

/*------------------------------------------------------*/

#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);
}

@media screen and (min-width:768px) {
#page-top a {
	background-image:url(../img/pgtop.png);
	background-size:contain;
	text-indent: -999em;
	height:147px;
	width: 112px;
	position:fixed;
	bottom:0;
	right:20px;
	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: 15px 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:250px !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: 30;
}
.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: #2b84d2;
}

/**/

.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: #2b84d2;
}

/*▼*/

.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: #e6ddd3 transparent transparent transparent;
margin:0 auto 10px;
}

.tri05{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color:#f0ece7 transparent transparent transparent;
margin:0 auto 10px;
}

.tri06{
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color:#B7E182 transparent transparent transparent;
margin:0 auto 10px;
}

.tri07{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color:#F4F4F4 transparent transparent transparent;
margin:0 auto 10px;
}

@media screen and (min-width:768px) {

.tri01,
.tri02,
.tri03,
.tri04,
.tri05{
border-width: 36px 36px 0 36px;
}	
	
}



.tC{
	text-align:center;
}

.tR{
	text-align:right !important;
}

.tL{
	text-align:left !important;
}

/*背景*/

/*オレンジ*/
.wpOr{
	background-color:#2b84d2;
}

/*薄茶*/
.wpLb{
	background-color:#e6ddd3;
}



/*薄灰*/
.wpLgr{
	background-color:#f7f7f7;
}


/*文字色*/
.coOra{
	color:#eb711f;
}

.coLbru{
	color:#3FA5F2;
}

.coLGr{
	color:#444;
}


.coLBk{
	color:#000 !important;
}

.coLRed{
	color:#c00 !important;
}

.coLGreen{
	color:#4CB848;
}



/*-----アコーディオン-------*/

.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:#2b84d2;
}

#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%;
  text-align: center;
}


.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;
}





.bxInq .btn {

	text-align:center;
	width:49%;
	float:left;
	margin-right:2%;
	line-height:1;
}

.bxInq .btn:nth-child(2) {
	margin-right:0;
}

.bxInq .btn a:hover{
	opacity:0.6;

}

.bxInq .btn img{
	width:20%;

}

.bxInq .btn span{
	display:block;

	font-weight:bold;
}

.bxInq .btn01{
	width:100%;

	display:block;

	padding:10px 0;
	color: #fff;
	border:#7FA949 solid 1px;
	

	
-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--*/


}

.bxInq .btn02 {
	width:100%;

	display:block;

	padding:10px 0;
	color: #fff;
	border:#389abc solid 1px;	
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#64c5e7', endColorstr = '#389abc');
/*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 = '#64c5e7', endColorstr = '#389abc')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #64c5e7, #389abc);
background-image: -ms-linear-gradient(top, #64c5e7, #389abc);
background-image: -o-linear-gradient(top, #64c5e7, #389abc);
background-image: -webkit-gradient(linear, center top, center bottom, from(#64c5e7), to(#389abc));
background-image: -webkit-linear-gradient(top, #64c5e7, #389abc);
background-image: linear-gradient(top, #64c5e7, #389abc);
-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--*/


}

.bxInq .bxTl {
	clear:both;
	background-color:#fff;
	padding:5px 10px;
	margin-top:5px;
	font-size:72%;
	line-height:1.5;

}

.bxInq .bxTl a{
	display:block;
}

.bxInq .bxTl a:hover{
	opacity:0.6;
}

.bxInq .bxTl span {
	color: #2b84d2;
	display:block;
	font-weight:bold;
	vertical-align:middle;
	font-size:140%;
}

.bxInq .bxTl span img{
	width:15px;
}

/*-----見出し-------------------------*/
.st {
	background-color:#2b84d2;
	color:#fff;
	font-size: 115%;
	text-align:center;
	line-height:1.6;
	padding:10px 0;
}


/*-----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;

}
#anc01 .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;
}

#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:#2b84d2;
	text-align:center;
	line-height:1.4;
	margin-bottom:1em;
}

.tlMerit span {
	font-size:60%;
}

.tlMerit span.num {
	font-size:170%;
}

/*ボタン薄茶*/
.btnSh a{
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-left:#AA9B88 solid 1px;
	border-bottom:#AA9B88 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 = '#d4c5b3', endColorstr = '#aa9b88');
/*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 = '#d4c5b3', endColorstr = '#aa9b88')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #d4c5b3, #aa9b88);
background-image: -ms-linear-gradient(top, #d4c5b3, #aa9b88);
background-image: -o-linear-gradient(top, #d4c5b3, #aa9b88);
background-image: -webkit-gradient(linear, center top, center bottom, from(#d4c5b3), to(#aa9b88));
background-image: -webkit-linear-gradient(top, #d4c5b3, #aa9b88);
background-image: linear-gradient(top, #d4c5b3, #aa9b88);
-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:54%;
padding:10px;
margin:0 auto;
display:block;
text-align:center;
margin-bottom:1em;
font-weight:bold;
}

.btnSh 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;
}

/*ボタンオレンジ*/
.btnOrg a{
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-left:#C67830 solid 1px;
	border-bottom:#C67830 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 = '#F1A35B', endColorstr = '#C67830');
/*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 = '#F1A35B', endColorstr = '#C67830')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #F1A35B, #C67830);
background-image: -ms-linear-gradient(top, #F1A35B, #C67830);
background-image: -o-linear-gradient(top, #F1A35B, #C67830);
background-image: -webkit-gradient(linear, center top, center bottom, from(#F1A35B), to(#C67830));
background-image: -webkit-linear-gradient(top, #F1A35B, #C67830);
background-image: linear-gradient(top, #F1A35B, #C67830);
-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;

}

.btnOrg 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;
	text-shadow:none;
}

.btnOrg a:hover{
	opacity:0.8;
}


/*ボタン 青*/
.btnBru a{
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-left:#C67830 solid 1px;
	border-bottom:#C67830 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 = '#74BEF5', endColorstr = '#4993CB');
/*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 = '#74BEF5', endColorstr = '#4993CB')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #74BEF5, #4993CB);
background-image: -ms-linear-gradient(top, #74BEF5, #4993CB);
background-image: -o-linear-gradient(top, #74BEF5, #4993CB);
background-image: -webkit-gradient(linear, center top, center bottom, from(#74BEF5), to(#4993CB));
background-image: -webkit-linear-gradient(top, #74BEF5, #4993CB);
background-image: linear-gradient(top, #74BEF5, #4993CB);
-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:1em;
color:#fff;
font-weight:bold;
cursor:pointer;

}

.btnBru 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;
	text-shadow:none;
}

.btnBru a:hover{
	opacity:0.8;
}



.bxReco h4 {
	text-align:center;
  margin-top: 1em;
}

.bxReco h4 span {
	color:#2b84d2;

}

.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:20px 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;
}

#merit3 .wpLb{
  position: relative;
}

#merit3 .wpLb:after{
  position: absolute;
  content: '';
width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #e6ddd3 transparent transparent transparent;
    margin: 0 auto 10px;  
  left: 46%;
  top: 99%;
}


#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:#2b84d2 solid 1px;
	border-radius:4px;
	color:#2b84d2;
	font-weight:bold;
	padding-left:1em;

	margin-bottom:0.3em;
}

#acc2_1 dd span {
	color:#2b84d2;
}

#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:6px 8px;
color: #fff;
background-color: #9E9E9F;
font-size:10px;
text-align:left;

}

.hyo td{
padding:6px 8px;
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:#2b84d2 solid 1px;
	border-right:#2b84d2 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:#eb711f;

}	

.txK img{
	vertical-align:bottom;
	margin-right:10px;
}


.hyo2 th,
.hyo2 td{
	border-left:#2b84d2 solid 1px;
	border-bottom:#2b84d2 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:1% 1%;
	font-size:96%;
}

.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;

}

.refDr img,
.refD img {
	vertical-align: bottom;

}

#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 10px 0;

}



footer .about {
	font-size:72%;
}

footer .about dt {
	float:left;
}


footer .about dd {
	margin-left:10em;
  padding-bottom: 0.5em;
  line-height: 1.6;
}

footer .abR{
  font-size: 72%;
  margin-left: 10em;
  margin-top: 2em;
}

footer #copy_right{
	font-size: 70%;
	text-align: center;
	margin-top: 20px;
	clear: both;
	
}

@media screen and (min-width:768px) {

	footer{
		background-color: #ffffff;
	}
	
	footer .inner{
	width: 954px;
    margin: 0 auto;
	border-top: #ccc solid 1px;
		padding-top: 60px;
	}
	
	footer #ftLogo,
	footer #ftLogo+p{
		text-align: left;

	}
	
	footer #ftLogo+p{
		font-size: 130%;
	}
	
		footer #ftLogo span,
	footer #ftLogo+p span{
		display: inline-block;

		font-weight: normal;

	}
	
	footer #ftLogo span{	
	    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 30px;
			margin-left: 20px;
	}
	
		footer #ftLogo+p span{
			font-size:80%;
		margin-left: 15px;
	}
	
	footer .about {
	font-size:13px;
		padding: 20px;
/*		border-top: #ccc solid 1px;*/
		display: inline-block;
		width: 54.5%;
		vertical-align: top;
/*		min-height: 300px;*/
}

footer .about dt {
	font-weight: bold;
}
  
footer .abR {
		width: 44.5%;
	font-size:13px;  
margin: 0;
  display: inline-block;
		padding: 20px;  
}  
	
footer .contactBx {
    margin-bottom: 30px;
    margin-top: 0;
    border-top: #ccc solid 1px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
	    padding-left: 80px;
	padding-bottom: 80px;
}
	
footer .contactBx p {
    float: left;
    vertical-align: middle;
    margin-right: 20px;
}
	
footer #copy_right{
    margin: 30px auto 0;
    text-align: center;
    background: #2b84d2;
    padding-top: 80px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ffffff;
}
	
}


/*-------*/

.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;
}

/*アンカーリンク調整*/
/*#small-dialog{
    padding-top: 40px;
    margin-top: -40px;
}*/


/*補助金*/


#anc00 {
	position:relative;
}

#cir00 {
	position:absolute;
	top:58vw;
	right:10px;
	z-index:20;
}

#wk00 {

	z-index:10;
}

.tlHw {
	background-image:url(../img/h_main.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:10px;
	height:80vw;
}

.tlHwIn{
/*	background-color: rgba(255,255,255,0.8);*/
	padding: 5px 2vw;
	margin: 0 3%;
}

.editTx {
background-color: #2b84d2;
color: #fff;
font-size: 80%;
margin-right: 0.2em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 0.1em 0.7em;  
display: inline-block;
font-weight: bold;
}

.editTx span{
  font-size: 120%;
}

.tlH {	
font-size:4.6vw;
padding:4px 0 0;
line-height:1.3;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.tlH .fzL{
	font-size: 140%;
}


.tlH .tlh2 {
	font-size:160%;
color: #2b84d2;
	line-height:1.2;
}

.tlH .saishin{
	background-color:#2b84d2;
	color:#fff;
	font-size:115%;
	margin-right:0.2em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding:0.15em 0.4em;
}


.tlHw p {
margin: 0;
font-size:3.7vw;	
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
line-height: 1.2;
color: #000;
}



.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/g_check.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:30px;
	padding-left:30px;
	font-size:100%;
	min-height:34px;
	line-height:34px;
}

.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:#2b84d2;
	-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;
	 margin-top:0.5em;
}

.dlist1 dt {
     float: left;
     clear: left;
     width: 7em;
	 padding-left:0.5em;
}

.dlist1 dd {
     border-bottom: 1px solid #000;
     padding-left: 7.5em;
}



.mlH h5 span {
color: #88c23f;
	
}

/*ボタン緑*/
.btnGrn a{
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-left:#AA9B88 solid 1px;
	border-bottom:#AA9B88 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 = '#b9da90', endColorstr = '#8eaf64');
/*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 = '#b9da90', endColorstr = '#8eaf64')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #b9da90, #8eaf64);
background-image: -ms-linear-gradient(top, #b9da90, #8eaf64);
background-image: -o-linear-gradient(top, #b9da90, #8eaf64);
background-image: -webkit-gradient(linear, center top, center bottom, from(#b9da90), to(#8eaf64));
background-image: -webkit-linear-gradient(top, #b9da90, #8eaf64);
background-image: linear-gradient(top, #b9da90, #8eaf64);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

width:54%;
padding:10px;
margin:0 auto;
display:block;
text-align:center;
margin-bottom:1em;
font-weight:bold;
}

.btnGrn 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;
}




.tblH{
width: 100%;
border-collapse: collapse;

font-size:85%;
}

.tblH th{
padding: 1px 3px;
vertical-align: top;
color: #333;
background-color: #E3DAD0;
border: 2px solid #fff;
text-align:center;
font-weight:normal;
}

.tblH td{
padding: 1px 3px;
background-color: #ECECEC;
border: 2px solid #fff;
text-align:center;
}

.tblH .td01{

	width:2.5em;
	vertical-align:middle;
	line-height:1.1;
}


.wakuBr .tlw {
	text-align:center;
	font-weight:bold;
	font-size:129%;
	line-height:1.4;
	margin-bottom:0.7em;
}



.mlH a {
color: #0000ff;
text-decoration:underline;
}

.hdTx{
text-align:center;
padding:1.2em;
color: #54462c;
font-weight:bold;
font-size:108%;
margin: 5px 0 30px;
background-color: #f0ece7;  
}

.hdTx p{
  font-size: 100%;
}

.hdTx ul{
/*  display: flex; 
  flex-wrap: wrap;*/
}

.hdTx li{
/*  width: 50%;*/
  text-align: left;
  vertical-align: top;
color: #88c23f;
margin-bottom: 0.3em;
  font-size: 100%;
}

.hdTx li:last-child{
  padding-left: 0;
}

.hdTx li .num{
  vertical-align: middle;
  margin-right: 0.3em;
  width: 18px;
}

.hdTx li a{
	color: #88c23f;
	text-decoration: underline;
}

.bxCtr{
background-color: #e7f3d9;
padding: 1em;
}

.bxIn{
  background-color: #fff;
  padding: 1em;
  color: #000;
}

.btnWp{
/*  display: flex;
  justify-content: space-between;*/
text-align:center;
}

.btnWp .btn03{
/*	width: 48%;*/
}


.bxIn p{
  margin: 0;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.bxIn p strong{ 
      background: linear-gradient(transparent 80%, #ff9c33 80%);
}

.btnWp2{
  width:100%;
  margin: 0 auto;
}

.btn03 a{
background-color: #2b84d2;
color: #fff;
text-align: center;
line-height: 1.6;
padding: 10px 15px 10px 10px;
border-radius: 6px;
display: inline-block;
margin-top: 0.5em;
font-weight: bold;
box-shadow: 0px 2px 0px #045297;
}


.hdTx .logo{
	width: 60px;
	height: auto;
	margin-right: 0.1em;
}




.bxY {
    background-color: #fff;
    margin-bottom: 1.5em;
    padding: 0 1.2em 1em;
    position: relative;
	border-bottom:#c2ad94 solid 1px;
}

.bxY h3 {
    color: #88c23f;
    font-size:120%;
    margin-bottom: 10px;
	line-height:1.3;
	position: relative;
}

.bxY h3 .num{
	width:25px;
	margin-right:10px;
	float:left;
}

.bxY h3 span.txH2 {
    font-size: 76%;
}

.bxY h3 .end{
	font-size: 70%;
	display: inline-block;
	float: right;
	position: absolute;
	top:0;
	right: 0;
	line-height: 1.6;
}


.bxY p {
    font-size: 90%;

}

p.ytx1 {
	font-weight:bold;
	margin-bottom:1em;
	padding-left: 1em; 
    text-indent: -1em;
	font-size:82%;
}

.ytx1 span{
	color:#88c23f;
	font-size:80%;
	margin-right:0.3em;
}

.bxY .btnDt {
	text-align:center;

}

.bxY .btnDt a{
	width:40%;
	margin:0 auto;
	display:block;
}

.bxY .btnDt a img{
	width:100%;
	height:auto;
}

.bxY h3 span.rice {
    font-size: 60%;
    color: #ff8300;
    vertical-align: text-top;
}

.listY1 {

	font-weight:bold;
	margin-bottom:1em;
	padding-left: 1em; 
    text-indent: -1em;
	font-size:90%;
}

.listY1 span {
	color:#ff8300;
	font-size:80%;
	margin-right:0.3em;
}

.hung{padding-left: 1em; 
    text-indent: -1em;
}

.ygWp01{
	padding:10px;
background-color: #f0ece7;  
}

.listY1 .end{
	display: inline-block;
	text-indent: 0;
		margin-right: 0;
}


.ygWp01 .num{
	width:12px;
	vertical-align:middle;


}


.ygWp01 .ytx1.tx3{
	font-size: 110%;
}

.tblYg {

	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
}

.tblYg th{
	border-right:#949494 solid 1px;
	border-bottom:#949494 solid 1px;
	background-color:#2b84d2;
	padding:0.5em 0em;
	text-align:center;
	color:#fff;
	font-size:74%;


}


.tblYg td{
	border-right:#949494 solid 1px;
	border-bottom:#949494 solid 1px;
	background-color:#fff;
	padding:0.4em 0.1em;
	text-align:center;
	font-size:60%;
}

.tblYg td.td01{
	font-size:68%;
	font-weight:bold;
	text-align:left;
	padding-left: 0.3em;
}

.tblYg td.td01 span{
	color:#2b84d2;
	letter-spacing:-0.03em;

	white-space:nowrap;
}


.tblYg td img{
	display:inline;
	margin-left:0.2em;

}



.rice {
	color:#ff8300;
	vertical-align:top;
}

.listY2 {
	margin-bottom:0.3em;	line-height:1.4;
}

.listY2 li{
	display:inline-block;
	font-size:74%;
	margin-right:1em;
}

 

.listY2 li img {
	margin-right:5px;
	vertical-align:middle;
}

.bt0pt0 {
	border-top:none;
	padding-top:0;
  padding: 0;
}

#wkY2 .bxY h3 {
    border-bottom: #88c23f solid 1px;
    padding-bottom: 10px;

}

#wkY2 #yg05 .bxY h3 {
  padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: #88c23f solid 1px;

}


.bxY .ytx2 {
	background-color:#f1f8e8;
	font-weight:bold;
	line-height:1.8;
	padding-left: 2em; 
    text-indent: -1em;
	padding-top:1em;
	padding-bottom:1em;
	padding-right:1em;
	font-size:82%;

}

.ytx2 .mk {
	color:#88c23f;
	margin-right:0.2em;
}
.ytx2 .rice {
	font-size:50%;
vertical-align: text-top;
}

.uLine {
    border-bottom: #999 solid 1px;
}

	

.tblYg01 {
	margin-bottom:20px;
	border-left:#f0ece7 solid 3px;
	border-top:#f0ece7 solid 3px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tblYg01 th{
	border-right:#f0ece7 solid 1px;
	border-bottom:#f0ece7 solid 1px;
	background-color:#88c23f;
	padding:5px;
	color:#fff;
	font-size:72%;
text-align: center;
}


.tblYg01 td{
	border-right:#f0ece7 solid 1px;
	border-bottom:#f0ece7 solid 1px;
	background-color:#fff;
	padding:5px;
	text-align:center;
	font-size:80%;
	font-weight:bold;
}

.tblYg01 td span{
	font-size:120%;
}


.tblYg01 td.td01{
	text-align:left;

}

.tblYg01 td.td01 .txR{
	text-align:right;
	display:block;

}


.tblYg01 td img{
	display:inline;
	margin-left:0.5em;

}

.greenTx1 {
    color: #88c23f;
}




.tblYg02 {
	margin-bottom:5px;
	border-left:#f0ece7 solid 1px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}

.tblYg02 th{
	border-right:#dcd5cb solid 1px;
	background-color:#88c23f;
	padding:10px 1px;
	color:#fff;
	font-size:70%;
	text-align:center;	
	line-height: 1.6;
}

.tblYg02 th[scope="row"] {
	background-color:#dcd5cb;
	color:#000;
	text-align:left;
	padding:5px 0px 5px 3px;
text-align: center;
}

.tblYg02 th[scope="col"] {
	border-bottom:#dcd5cb solid 1px;
}


.tblYg02 td{
	border-right:#dcd5cb solid 1px;
	border-bottom:#dcd5cb solid 1px;
	background-color:#fff;
	padding:5px 2px;
	text-align:center;
	font-size:78%;
	font-weight:bold;
}

.tblYg02 th.th01{
	background-color:#fff;
	border-left:#fff solid 1px;
	text-align:center;
}

.tblYg02 th.th02{
	background-color:#88c23f;

}

.tblYg02 th.th03{
	background-color:#fff;
	border-right:#fff solid 1px;
	border-bottom:#dcd5cb solid 1px;
}

.tblYg02 th.th04{
	border-top:#fff solid 1px;
	border-bottom:#dcd5cb solid 1px;
}

.tblYg02 td.td00{
	border-right:#fff solid 1px;
	border-bottom:#fff solid 1px;

	
}

.tblYg02 td.td01{
	border-right:#fff solid 1px;
	border-bottom:#fff solid 1px;
	text-align:left;
	line-height:1.3;
	background-image:url(../img/arr_red.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	background-size:6px;
	padding:0 0 0 1.4em;	
}


.tblYg02 td.td02{
	border-right:#fff solid 1px;
	text-align:left;

	background-image:url(../img/arr_red.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	background-size:6px;
	padding:0 0 0 1.4em;

}


#wpYg02{
	position:relative;
}


.tblYg02 td.td01 #arr_02 {
    width: 9px;
	height: auto;

}

	.wakuR01{
    border-top: #00B0F0 solid 2px;
    border-left: #00B0F0 solid 2px;
    border-right: #00B0F0 solid 2px !important;
}
  
	.wakuR02{
    border-bottom: #00B0F0 solid 2px !important;
    border-left: #00B0F0 solid 2px;
    border-right: #00B0F0 solid 2px !important;
}  
	
	.wakuR03{
    border-left: #00B0F0 solid 2px;
    border-right: #00B0F0 solid 2px !important;
}

	.wakuR04{
    border-bottom: #88c23f solid 2px !important;
    border-right: #88c23f solid 2px !important;
} 



@media screen and (min-width: 359px) {
.wakuR01,.wakuR02,.wakuR03{
/*		width:210%;*/
}
}

.bxY .bxYin .ytx3 {
	font-size:100%;
	font-weight:bold;
	line-height:1.8;
	padding-left:1em; 
    text-indent: -1em;

	margin-bottom:0;
}

.bxYin .ytx3 .mk {
	color:#88c23f;
}

.tblYg03 {
	margin-bottom:20px;
	border-left:#f0ece7 solid 1px;
	border-top:#f0ece7 solid 1px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tblYg03 th{
	border-right:#f0ece7 solid 1px;
	border-bottom:#f0ece7 solid 1px;
	background-color:#88c23f;
	padding:3px;
	color:#fff;
	font-size:60%;
	letter-spacing:-0.1em;

}

.tblYg03 th[scope="row"] {
	background-color:#fff;
	color:#000;

}

.tblYg03 th.th01 .end,
.tblYg03 th.th02 .end{
	display: inline-block;
	background-color: #fff;

}

.tblYg03 th.th02{
	background-color:#66a4c2;
}

.tblYg03 td .mk1{
	color:#88c23f;
}

.tblYg03 td .mk2{
	color:#66a4c2;
}


.green2{	color:#88c23f;}
.blue2{	color:#66a4c2;}


.tblYg03 td{
	border-right:#f0ece7 solid 1px;
	border-bottom:#f0ece7 solid 1px;
	background-color:#fff;
	padding:3px;
	font-size:60%;
	letter-spacing:-0.1em;
	font-weight:bold;
	vertical-align:top;
}

.tblYg03 td span{
	font-size:120%;
}


.tblYg03 td.td01{
	text-align:left;
	padding-left:20px;
	padding-right:20px;

}

.tblYg03 td.td01 .txR{
	text-align:right;
	display:block;

}


.tblYg03 td img{
	display:inline;
	margin-left:0.5em;

}

.bxY .txL {
	font-size:150%;
	font-weight:bold;
}

.bxY .bxY2 {
	background-color:#f1f8e8;
	padding:10px;
	width:100%;
  margin-top: 10px;
	margin-bottom:20px;
}

.bxY .bxY2 li{
  margin-left: 1em; 
text-indent: -1em;
  margin-top: 0.4em;
}


.bxY .bxY2 dt{
	font-size:90%;
	background:url(../img/g_check.png) left top no-repeat;
	background-size:24px;
	padding-left:24px;
	margin-bottom:0.5em;
	font-weight:bold;
	}

.bxY .bxY2 dd{
	font-size:80%;

}

.bxY .bxYin .txL3 {
	font-size:100%;
	font-weight:bold;
}


dl.waku1 {

    margin: 10px 0;
    color: #fff;
    width: 100%;
    background-color:#e7f3d9;
	border-radius:6px;
}

dl.waku1 dt {

    margin: 10px 0;
    padding: 15px 10px 10px;
    color: #000;
    border-bottom: #fff solid 1px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}

dl.waku1 dd {

	padding:0 15px 10px;

}


dl.waku1 dt img{
	vertical-align:-2px;
}


dl.waku1 ul {
    color: #000;
}


dl.waku1 ul li span {
    color: #ff8300;
}

.listS1 {
    width: 100%;
	float:none;

}

.listS1 li{
	display:inline;
	margin-right:10px;
	font-size:100%;
}

.listS2 {
    width: 100%;
    float: left;
    font-weight: normal !important;
	font-size:90%;
}

dl.waku1 ul {

	margin-bottom:10px;
	font-size:90%;
	font-weight:bold;
}

.wpCy{
	text-align:center;

	margin:0 auto;
}


#jnTt{
	background-color:#2b84d2;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 100%;
	padding:10px 0;

}


#jn{

    background-color: #fff;
    width: 100%;
    margin: 0 auto 0;
    padding:20px 6% 0;
   }

#jn dl{
	width:47%;
	margin-bottom:1em;

	float:left;
	margin-right:6%;
	text-align:center;

	padding-bottom:10px;
}

#jn dl:nth-child(2n){
	margin-right:0;
}

#jn dt{
	background-color:#E8FCFF;
	padding-bottom:0;
border-radius:6px 6px 0px 0px ;
-moz-border-radius:6px 6px 0px 0px ;
-webkit-border-radius:6px 6px 0px 0px ;

}

#jn dt span{
color: #2b84d2;
font-size:150%;
background:url(../img/jn_line.gif) bottom center no-repeat;
background-size:20px;
padding-bottom:0;
}


#jn dd{
	background-color:#E8FCFF;
	font-size:67%;
border-radius:0px 0px 6px 6px ;
-moz-border-radius:0px 0px 6px 6px ;
-webkit-border-radius:0px 0px 6px 6px ;
padding-bottom:0.5em;
letter-spacing:-0.05em;
line-height:1.5;
}

#jn dd img{
	width:37px;
}

.txy{
	text-align:center;
	background:url(../img/txybg.gif) center center no-repeat;
	background-size:180px;
	font-size:180%;
	font-weight:bold;
}

#jnWp .tx4{
	font-size: 108%;
}


#jnWp .tx4 .coOra{
	font-size: 143%;
}

#jnVoice{
	padding:0 20px;
}


#jnVoice h3{
	background-color:#2b84d2;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	font-size:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:3px 5px;
	width:90%;
}

.bxBoice{
background-color: #CAEFFF;
padding:10px 10px 3px;
border-radius:6px 6px 6px 6px ;
-moz-border-radius:6px 6px 6px 6px ;
-webkit-border-radius:6px 6px 6px 6px ;
margin-bottom:1em;

}

.bxBoice p{
font-size:86%;
}

.bxBoice .gs{
	text-align:right;
	font-size:86%;


}

.bxBoice .gs img{
	float:right;
	margin-left:10px;
	margin-top:-10px;
	width: 47px;

}

/* 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;
}

.red {
    color: #cc0000;
}

/****/
.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: #eb711f;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -0.5em;
}


.icRsG{
	background-color: #88c23f;
	color: #fff;
	font-weight: bold;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
	padding: 0 4px;
	line-height: 1.5;
}


.defSch{
	font-size: 86%;
	margin-bottom: 15px;
}

.defSch dt{
 width:7em;
float: left;
clear: both;
font-weight: bold;

}

.defSch dd{
padding: 0 0 0 7em;
}


.tblYg2 {
	margin-bottom:20px;
	margin-top:10px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		border-left:#333 solid 1px;
	border-top:#333 solid 1px;
}

.tblYg2 th{
	border-right:#333 solid 1px;
	border-bottom:#333 solid 1px;
	background-color:#88c23f;
	padding:5px 8px;
	color:#fff;
	font-size:110%;
}


.tblYg2 td{
	border-right:#333 solid 1px;
	border-bottom:#333 solid 1px;
	background-color:#fff;
	padding:5px 8px;
}

.tblYg2 th:first-child,
.tblYg2 td:first-child{
  text-align: center;
  font-weight: bold;
}


/*---次世代--*/

#wkY2 .bxY h4{
    font-size: 115%;
	font-weight: bold;
	margin-bottom: 0.8em;
	margin-top: 20px;
}

#wkY2 .bxY h4 .mk{
        color: #88c23f;
}

#wkY2 .txm{
	font-weight: bold;
	margin-bottom: 0.5em;
}

#wkY2 .txm .green2{
	font-size: 80%;
	vertical-align: middle;
}

#wkY2 .bxY .wpZy h4{
  margin-top: -10px;
  font-size: 14px;
}


.ttPs{
	border-top: #D9D2C8 solid 1px;
	border-right: #D9D2C8 solid 1px;
	border-left: #D9D2C8 solid 1px;
	background-color: #88c23f;
	padding: 5px;
	font-size: 90%;
	width: 60%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.bxPs{
	border: #D9D2C8 solid 1px;
	padding: 4px;
	width: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}

.bxPs ul{
	display: inline-block;
	vertical-align: top;
	margin: 6px 0.5em;
	font-size: 85%;
	font-weight: bold;
}

.bxPs li {
	padding: 0.2em 0;
	padding-left: 8em; 
    text-indent: -8em;
}

.taxRt{
	background-color: #88c23f;
	padding: 0.4em;
	width: 100%;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

.listP1{
	border: #D9D2C8 solid 1px;
	padding: 0.5em;
	font-weight: bold;
}

.listP1 ul{

}

.listP1 ul li{
	padding-left: 2em !important;
    text-indent: -2em;
	padding: 0.2em 0;
	line-height: 1.8;
	font-size: 90%;
}

.listP1 ul li img{
	vertical-align: middle;
	vertical-align: -4px;
	width: 20px;
	margin-right: 3px;
}

.mXp {
	font-weight: bold;
	border-left: #D9D2C8 solid 1px;
	border-top: #D9D2C8 solid 1px;
	margin-bottom: 10px;
}

.mXp tr th:first-child{
	width: 25%;
}

.mXp th{
	padding: 4px;
	background-color: #ffffff;
	border-right: #D9D2C8 solid 1px;
	border-bottom: #D9D2C8 solid 1px;
	font-size: 80%;
	text-align: center;
}

.mXp td{
	padding: 4px;
	font-size:86%;
	border-right: #D9D2C8 solid 1px;
	border-bottom: #D9D2C8 solid 1px;
}

.mXp td.pt{
	background-color: #88c23f;
	color: #ffffff;	
	text-align: center;
	border-bottom: #ffffff solid 1px;
	font-weight: bold;
	font-size: 80%;
}

.mXp td.pt span{
	font-size: 130%;
}

.mXp td sup{
	font-weight: normal;
}

@media screen and (max-width:321px){
	.mXp {
		font-size: 90%;
	}	
}


.listP2{
	padding: 10px;
	font-weight: bold;
	background-color: #E4F0D6;
	margin-bottom: 10px;
}

.listP2 ul{
	font-size: 90%;

}

.listP2 ul li{
	padding-left: 1.8em !important;
    text-indent: -1.8em;
	padding: 0.2em 0;
	line-height: 1.8;
}

.ptFlow{

	margin-bottom: 30px;
}

.ptFlow > div{


}

#ptFlow1 > div{
	width:100%;
}

.ptFlow div::after{
	content: "";
	display: inline-block;
  width: 0;
  height: 0;
	margin-left: 45%;
	margin-top: 6px;

  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #88c23f;
}

.ptFlow div:last-child::after{
	display:none;
 
}


#ptFlow2 > div{
	width:100%;
}

#ptFlow2 > div::after{

}

.ptFlow p{
	width: 100%;
	 display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 0;
	padding: 10px;
	font-size: 90%;
}

.ptFlow .f1{
	background-color: #E4F0D6;
	border: #88c23f solid 1px;

}

.ptFlow .f2{
	background-color: #FBE6D2;
	border: #ee841d solid 1px;
}

#wkY2 .txCn{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#wkY2 .txCn a{
	font-size: 120%;
	color: #0000FF;
	text-decoration: underline;
}
/*---次世代　ここまで--*/

/*---ワンストップ--------*/

.bxMe.one{
	padding: 20px 1.2em;
	width:100%;
border-top: #7F7F7F solid 1px;	
}



.one h3{
	color: #88c23f;
font-size: 120%;
margin-bottom: 20px;
	border-bottom: #88c23f solid 1px;
	line-height: 1.4;
      padding-bottom: 10px;
}
.one h3 .num {
    width: 25px;
    margin-right: 10px;
    float: left;
}

.one h4{
	font-size: 110%;
	margin-top:20px;
	margin-bottom: 10px;
}

.one h4 span{
	color: #88c23f;
}

.one h4+p{
	margin:0 0 20px;
}

.one h3 .txH2{
	font-size: 76%;

}

.wpOne{
	margin: 0;
}

.wpOne .box{
	width: 100%;
	position: relative;
	margin-bottom: 10px;

}

.wpOne .box > div{
	border: #a6a6a6 solid 1px;
	padding: 6px 10px 10px;
	width: 80%;
	display: inline-block;
	vertical-align: top;
}

.wpOne .box h5{
	font-size: 110%;
	display:inline-block;
	vertical-align: middle;
	line-height: 1.3;
	letter-spacing: -0.03em;

}

.wpOne .box > div > img{
	width: 17%;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
	
}

.wpOne .box > div > img.forPC{
	display: none !important;
}

.wpOne .box .t1{
	font-size: 90%;
	letter-spacing: -0.02em;
	margin-bottom: 0.5em;
	
}

.wpOne .box .t2{
	text-align: center;
	font-weight: bold;
	padding: 6px;
	background-color: #FBBE5B;
	border-radius: 8px;
	font-size: 96%;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 0;
	
}

.wpOne .box .fk{
	background-color: #7EB149;
	color: #ffffff;
	font-weight: bold;
	padding:8px 8px;
	font-size: 90%;
	position: relative;
	letter-spacing: -0.02em;
	width: 18%;
	display: inline-block;
	float: right;
	 writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl; 
	text-align: left;
	margin: 0;
}

.wpOne .box .fk::before{
	position: absolute;
	left:-32px;
	top:45%;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 16px 8px 16px;
	border-color: transparent #7EB149 transparent transparent;	
}

.wpOne .box:first-child::before,
.wpOne .box:first-child::after{
	display: none;
}

.wpOne .box:nth-child(3) > div{
	border: #DABB44 solid 3px;
}

.wpOne .box:nth-child(3) .t2{
	background-color: #C00000;
	color: #ffffff;	
}

.wpOne .box:nth-child(3) .fk{
	background-color: #36906B;
}

.wpOne .box:nth-child(3) .fk:before{
	border-color: transparent #36906B transparent transparent;	
}

.wpOne .box::before{
	position: absolute;
	left:33%;
	top:-4px;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 30px 10px 30px;
	border-color: #ffffff transparent transparent transparent ;		
}

.wpOne .box::after{
	position: absolute;
	left:33%;
	top:-6px;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 30px 10px 30px;
	border-color: #595959 transparent transparent transparent ;		
}

.one .boxny{
	margin: 30px 0 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 160%;
	padding: 5px;
	background-color: #2b84d2;
	position: relative;
}

.one .boxny::before{
	position: absolute;
	left:44%;
	top:-20px;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 30px 10px 30px;
	border-color: #595959 transparent transparent transparent ;		
}


#nvFix{
	display: none;
}

header .inr{
	display: none;
}

/*----------------------------------------------*/

.jt{
		font-size: 72%;
}

.tx2{
	font-weight: bold;
  font-size: 115%;
  margin-bottom: 0;
}

.shtn{
	text-align: left;
	font-size: 80% !important;
	
}

@media screen and (min-width:768px) {
	
.shtn{
	display: block;
	text-align: right;
	font-size: 115% !important;
	
}
	
}

/*----------------------------------------------*/

.btnInq a{
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 2.4;
	font-size: 120%;
	font-weight: bold;
	border: rgba(204,204,204,0.6) solid 1px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6b233+0,e5a735+50,db8f02+51,ba7a06+100 */
background: #f6b233; /* Old browsers */
background: -moz-linear-gradient(top,  #f6b233 0%, #e5a735 50%, #db8f02 51%, #ba7a06 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f6b233 0%,#e5a735 50%,#db8f02 51%,#ba7a06 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f6b233 0%,#e5a735 50%,#db8f02 51%,#ba7a06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b233', endColorstr='#ba7a06',GradientType=0 ); /* IE6-9 */
box-shadow:0px 2px 3px 1px #cfcbc3;

}

.btnInq a img{
	vertical-align: middle;
	width: 16px;
	height: auto;
	margin-left:0.8em;
}


/* -------------------- pc  -------------------- */

@media screen and (min-width:768px) {

.btnInq a{
	font-size: 200%;
}	
	
.btnInq a img{
	width: 26px;
}

}

/* info area------------------------------------------ */
	
	.infoArea{
		display: none;
	}	

/* ------ pc  ------- */

@media screen and (min-width:768px) {
	.infoArea{
		display: block;		
		width: 99vw;
margin-left: calc(50% - 50vw);
		
	}	

.infoArea .inner{
    display: flex !important;
    justify-content:space-between;
    width: 1080px;
    padding:40px 20px;
    box-sizing: border-box;
    margin:0 auto;
}

.infoArea .inner.flex{
    width: 1040px;
    padding:40px 0px;
}

.infoArea .inner div{
    width:48%;
    display: block;
    box-sizing: border-box;
    margin:0;
    padding:0 !important;
}
.infoArea .inner div a{
    color:#ccc;
    vertical-align: bottom;
    margin:0;
    padding:0;
}
.infoArea .inner div a img{
    width:100%;
    height:auto;
    padding:0 !important;
}	
	
}





/*----------------------------------------------*/

.forPC{
	display: none;
}

.forSP{
	display: block;
}

/* ------ pc  ------- */

@media screen and (min-width:768px) {

	.forSP{
		display: none;
	}
	.forPC{
		display: block;
	}

}


/***********受付終了***********/

.end{
	border: #c00 solid 1px;
	color: #cc0000 !important;
	padding: 0.2em 1em;
}

.listY2 li:first-child{
/*    display: block;*/
} 


@media screen and (min-width:768px) {

.listY2 li:first-child{
    display:inline-block;
} 
    
}

/*----------#yg_a グリーン住宅ポイント------------*/


#yg_a .bxY h4{
  font-size: 100%;
  display: inline-block;
  border-bottom: #000 solid 1px;
  line-height: 1.4;
}

.tblG {
	margin-bottom:20px;
	margin-top:10px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		border-left:#d9d2c8 solid 2px;
	border-top:#d9d2c8 solid 2px;
  width: 100%;
}

.tblG th{
	border-right:#d9d2c8 solid 2px;
	border-bottom:#d9d2c8 solid 2px;
	background-color:#88c23f;
	padding:5px;
	color:#fff;
	font-size:85%;
  white-space: nowrap;

}

.tblG th:first-child{
  width: 27%;
}


.tblG th:nth-child(2n){
  width: 45%;
}
.tblG tr td:last-child{
text-align: center;
}

.tblG td{
	border-right:#d9d2c8 solid 2px;
	border-bottom:#d9d2c8 solid 2px;
/*	background-color:#EBF1DE;*/
	padding:5px;
font-size:85%;  
}

.tblG td.cl1{
  background-color: #E7FFE7;  
}

.tblG td.cl2{
  background-color: #FFFFCC; 
}

/*-----------住宅ローン減税の控除期間延長-------------------------*/

.tblLn01 {
	margin-bottom:20px;
	border-left:#000 solid 1px;
	border-top:#000 solid 1px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

.tblLn01 th{
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#CCECFF;
	padding:3px 0;
	font-size:75%;
  text-align: center;
line-height: 1.4;
}

.tblLn01 th span{

}

.tblLn01 td{
vertical-align: middle;

}

.tblLn01 td.cBd{
  position: relative;
  padding-right: 8px;
}

.cBd:before{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 49.5%;
}

.tblLn01 td.cBd2{
  position: relative;
  padding-right: 8px;  
}

.cBd2:before{
  content: '';
  width: 50%;
  height: 100%;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  position: absolute;
  top: 0;
  left: 24.5%;
  z-index: 10;
}

.cBd2:after{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 49.5%;
  z-index: 10;
}

.wPa{
  position: relative;
  border-top: #666 solid 1px;
  border-bottom: #666 solid 1px;
  border-left: #666 solid 1px;
  background-color: #fff;
  z-index: 20;
}


.wPa:after,.wPa:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;

    top:50%;
}
.wPa:after{
    border-color: rgba(0, 153, 255, 0);
    border-top-width:9px;
    border-bottom-width:8px;
    border-left-width:5px;
    border-right-width:6px;
    margin-top: -9px;
    border-left-color:#fff;
    left:99%;
}
.wPa:before{
    border-color: rgba(255, 0, 0, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:6px;
    border-right-width:6px;
    margin-top: -9px;

    border-left-color:#666;
    left:100%;
}

.cBd2 .wPa:after{
  
}

.cBd2 .wPa:before{
  
}

.wPa sup{
  vertical-align: 0;
}

.spTt{
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  height: 10em;
  width: 100%;
white-space: nowrap;
 margin: 0;
  padding-right: 0.3em;
}

.spTt2{
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  height: 10em;
  width: 6.8em;
  padding-left: 0.3em;
 margin: 0;
    line-height: 1.6em;  
}


.tblLn01 tr:first-child td{
  vertical-align: top;
}

.tblLn01 td{
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#fff;
	padding:3px;
	font-size:80%;
  text-align: center;
}

.tblLn01 td sup{
  font-size: 60%;
}

.loan_mk1,
.loan_mk2{
  width: 30px;
  vertical-align: middle;
}
.lzInner .fzSS{
  font-size: 85%;
}

.lzInner .fzS{
  font-size: 85%;
}

.tblLn02 {
  top:0;
  left: 0;
  z-index: 10;
	border-left:#000 solid 1px;
	border-top:#000 solid 1px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tblLn02 {
  background-image: url("../img/loan_bg.png");
  background-position: 19% bottom;
  background-repeat: repeat-y;
  background-size: 25%;

}

.tblLn02 th{
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#CCECFF;
	padding:5px 3px;
	font-size:80%;
  text-align: left;
width: 25%;
  vertical-align: top;
}

.tblLn02 th span{
  display: block;
	font-size:72%; 
  font-weight: normal;
}


.tblLn02 td{
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;

	padding:5px 5px;
	font-size:80%;
  text-align: left;
  text-align: center; 
}

.tblLn02 tr th:last-child{
  text-align: center;
}

.tblLn02 tr th:last-child,
.tblLn02 tr td:last-child{
  background-color:rgba(255,255,153,0.5);

}

.tblLn02 tr#tr1 td:first-child,
.tblLn02 tr#tr2 td:first-child,
.tblLn02 tr#tr3 td:first-child,
.tblLn02 tr#tr4 td:first-child,
.tblLn02 tr#tr5 td:first-child,
.tblLn02 tr#tr6 td:first-child{
 position: relative;
}

#loan_01,
#loan_02,
#loan_03,
#loan_04,
#loan_05,
#loan_06{
  position: absolute;
  top: 8px;  
}

#loan_01{
  left: 1%;
  width: 88%;
}

#loan_02{
  left: 1%;
  top: 40%;
  width: 188%;
}

#loan_03{
  left: 1%;
  width: 188%;
}

#loan_04{
  left: 1%;
  width: 288%;
}

#loan_05{
  left: 64%;
  width: 228%;
}

#loan_06{
  left: 164%;
  width: 128%;
}

.tblLn02 tr:nth-child(6){
height: 16vh;
}

.tblLn02 tr:nth-child(7){
height: 9vh;
}

.tblLn02 td .scw{
display: block;
  font-size: 72%;
  text-align: left;

}

/*-----------贈与税非課税枠は最大1,500万円-------------------------*/

.tblZy {
	margin-top:20px;
	border-left:#000 solid 1px;
	border-top:#000 solid 1px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.tblZy td{
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#fff;
	padding:3px 5px;
	font-size:80%;
  text-align: left;
  text-align: center;
}

.tblZy td.tdc01{
  background-color: #88c23f;
  color: #fff;
}

.tblZy td.tdc02{
  background-color: #FCF5D2;
}

.tblZy td.tdc03{
  background-color: #F6F6F6;
  
}

.wpZy{
  border: #333 solid 1px;
  border-radius: 10px;
  padding:0 15px 15px;
  margin-top: 30px;
}

.wpZy h4{
  font-size: 14px;
  margin-top: -10px;

  padding-left: 0.3em;
}

.wpZy h4 span{
  background-color: #fff;
  color: #000;
  padding: 0 0.5em;
}

.wpZy h5{
  border-bottom: #333 solid 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.wpZy li{
  margin-left: 1.5em; 
text-indent: -1.5em; 
  margin-bottom: 0.3em;
}

#wkY .jt{
  text-align: right;
  margin-bottom: 0.5em;
  margin-right: 1em;
}

.ksBx{
  padding: 0 0 15px;
}

  .tx05{
    text-align: center;
    font-weight: bold;
  } 

.listSc{
  margin: 0 auto 1em;
}

.listSc li{
  display: inline-block;
  width:80%;
  text-align: center;
  margin: 0 1%;
  vertical-align: top;
	margin-top:0.5rem;
}

.listSc li a{
    background-color: #2b84d2;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding: 10px 8px 10px 18px;
    border-radius: 6px;
    display: block;
    margin-top: 0.5em;
    font-weight: bold;
  position: relative;
   box-shadow: 0px 2px 0px #045297;
  font-size: 96%;
}

.listSc li a:before{
font-family: 'marurino';
    content: '\e954';
    font-size: 0.7em;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -0.5em;
}

/*-------------------*/

.bxCons{
  text-align: center;
  padding: 1.5em;
  background-color: #F4F4F4;
}

.bxCons p{
 margin: 0; 
  font-weight: bold;
  font-size: 115%;
}

.bxCons .btn03 a {
    margin-top: 1em;
}

.bxCons ul{
  margin-top: 1em;
}

.bxCons li{
  display: inline-block;
  margin: 0 0.7em;
  font-size: 90%;
}

.bxCons li a{
  text-decoration: underline;
color: #005CFF;
}  

#yg01 .bxY{
  border-bottom: none;
  margin-bottom: 0;
/*  padding-bottom: 0;*/
  margin-top: 20px;
}

#anc00 .tri01{
  border: none;
}

/*----------------------------------------*/

#enchoSc {
/*    background-color: #FAFFE2;*/
    width: 100%;
    margin: 0 auto 0;
    padding: 20px 6%;
}

#enchoSc .ttEncho{
  font-size: 200%;
  color: #3FA5F2;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

#enchoSc .ttEncho .fzL{
  font-size: 180%;
}

#enchoSc .fk{
  background-color: #2b84d2;
/*  border-radius: 1em 1em 0 0;*/
padding:10px;
text-align: center;
color: #fff;
position: relative;
font-weight: bold;
font-size: 130%;
margin-left: -3%;
margin-right: -3%;
}

#enchoSc .fk:before,
#enchoSc .fk:after{
content: '';
position: absolute;
width: 0;
height: 0; 

}

#enchoSc .fk:before{
/*    border: 25px solid #FAFFE2;  */
   border: 25px solid #fff;
  border-bottom-color: transparent;   
  border-right-color: transparent;
   top:0;
  left:0;
}

#enchoSc .fk:after{
/*    border: 25px solid #FAFFE2;  */
   border: 25px solid #fff;
  border-bottom-color: transparent;   
  border-left-color: transparent;
   top:0;
  right:0;
}

#enchoSc .wpEncho{
  margin-bottom: 15px;
  background-color: #E8FCFF;
  padding: 15px 15px 5px;
}

#enchoSc p.fzL{
  font-size: 110%;
}

#enchoSc .wpEncho .boxE{
  border: #6BADE7 solid 1px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  font-size: 85%;
}


#enchoSc .wpEncho .boxE .ttE{
  color: #4CB848;
  font-weight: bold;
  font-size: 120%;
}

#enchoSc .wpEncho .boxE .pho{
  width: 36%;
  text-align: center;
}

#enchoSc .wpEncho .boxE .pho img{
  max-width: 100%;
  max-height: 13vh;
  
}

#enchoSc .wpEncho .boxE .eLbx{
  width:60%;
}

#enchoSc .wpEncho .boxE li{
  margin-left: 1em; 
text-indent: -1em; 
  line-height: 1.4;
  margin-top: 0.3em;
}

#enchoSc .wpEncho .boxE li:before{
content: '●';
  color: #2b84d2;
  font-size: 50%;
  margin-right: 0.5em;
  vertical-align: middle;

}

#enchoSc .wpEncho .fzS{
  font-size: 80%;
}

#enchoSc .hoshoDf{
      border: #2b84d2 solid 1px;
    border-radius: 4px;
    padding:1.5em 1.5em 0;
  margin-top: 2em;
    margin-bottom: 2em;
    background-color: #fff;
}

#enchoSc .hoshoDf dl{
  margin-bottom: 0.7rem;
}

#enchoSc .hoshoDf dt{
  background-color: #4CB848;
  color: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  float: left;
  clear: both;
}


#enchoSc .hoshoDf dd {
  margin-top: 0.5em;
  padding-left: 6em;
}


#enchoSc .hoshoDf .bx0 img{
  width: 100%;
  margin-bottom: 20px;
}

#enchoSc .nrBx > div{
  margin-bottom: 15px;
  padding: 10px;
}

#enchoSc .nrBx p{
  margin-bottom: 0;
}

#enchoSc .nrBx img{
  margin-top: 0.5em;
}

#enchoSc .nrBx .bx1 img,
#enchoSc .nrBx .bx2 img{
  width: 100%;
}

#enchoSc .nrBx .bx2{
  background-color:#CEF1F7; 
  position: relative;
}

#enchoSc .nrBx .bx2:before{
  content: '';
  width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #84BDEF transparent transparent transparent;
  position: absolute;
  left: calc( 50% - 15px );
  top: -20px;
}

.enchoTbl {
	margin-bottom:10px;
	border-left:#000 solid 1px;
	border-top:#000 solid 1px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  background-color: #fff;
}

.enchoTbl th{
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#2b84d2;
	padding:3px;
	font-size:75%;
  text-align: center;
line-height: 1.4;
  color: #fff;
}

.enchoTbl tr td:first-child{
  vertical-align: middle;
  text-align: center;
}

.enchoTbl tr td:first-child span{
  white-space: pre;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.1em;
}


.enchoTbl tr td:first-child .batu{
  writing-mode: horizontal-tb;
  font-size: 130%;
}

.enchoTbl tr td:last-child,
.enchoTbl tr td:nth-last-child(2){
  text-align: right;
  white-space: nowrap;
}

.enchoTbl tr td:last-child{
  background-color: #F3FBD0;
  color: #21AA1C;
}

.enchoTbl td{
vertical-align: middle;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	padding:3px 4px;
	font-size:75%;
}

.enchoTbl td.bgBlue{
   background-color: #E8FCFF; 
}

#enchoSc .defWp{
  margin-top: 1em;
}

#enchoSc .def1,
#enchoSc .def2{
  background-color: #CCECFF;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 6px;
}

#enchoSc .def1 p{
    background-color: #4CB848;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#enchoSc .def2 p{
    background-color: #fff;
    color: #4CB848;;
    border-radius: 6px;
    padding: 5px 10px; 
  font-weight: bold;  
  margin-bottom: 0.5em;  
}
