@charset "UTF-8";

@page {
  margin: 5mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 950px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
		/*height: auto;*/
    /*zoom: 0.8;*//* なるべく多くのブラウザで切れないようにするため */
		/*ransform: scale(0.6);*/
		zoom: 0.7;
  }
	
		/*section {
    page-break-before: always; 
  }*/
	/* 各セクションで改ページが行われるようにしています */
}


.clear { clear:both; } /*floatの解除*/

a {text-decoration: none;}

html { scroll-behavior: smooth;}

.content {
						margin: 20px auto 0px;
						width: 1000px;
						height: auto;
						background-color: #ffffff;
						/*border-style: solid;
						border-width: 0px 0px 0px 0px;
						border-color: #94b8d6;*/
					}

/******▼header▼******/

header {
					position: fixed;
					padding-top: 20px;
					width: 100%;
					height: 100px;
					inset: 0;
					margin: 0px auto;
					z-index: 9999;
					background-color: #FFFFFF;
				}



#nav-drawer {}

.nav-unshown {display:none;}

#nav-open {display:none;}
#nav-open span, #nav-open span:before, #nav-open span:after {display:none;}
#nav-open span:before {display:none;}
#nav-open span:after {display:none;}
#nav-close {display:none;}
#nav-content {display: block;}
/*#nav-content {
					display:flex;
					justify-content: flex-end;
				}*/
#nav-input:checked ‾ #nav-close {display:none;}
#nav-input:checked ‾ #nav-content {display:none;}

.del {display:none;}

.search-pc{
	margin: 0px auto;
	width: 1000px;
	display: flex;
	justify-content: space-between;
	/*background-color: antiquewhite;*/
}

.search-sp {display:none;}

.search-w{
	/*visibility:hidden;*/
	width: 40%;
	margin: 5px 0px 0px 0px;
}

.pc_r {
				padding: 10px 0px 0px 0px;
				width: 50%;
				display: flex;
				justify-content: space-between;
			}

.r-site{
		margin: 12px 0px 0px 0px;
		width: 110px;
		height: 30px;
		font-size: 14px;
		text-align: center;
		color: #00a23e;
		line-height: 26px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		/*background-color: aquamarine;*/
		border:1px solid #00a23e;
		box-sizing: border-box;
		border-radius: 16px;
}

 .sp_r {display: none;}

.top_menu_txt_2{
		width: 100%;
		height: 30px;
		margin:  5px 0px 0px 15px;
		text-align: left;
		color: #000000;
		font-size: 22px;
		line-height: 22px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.top_menu_txt:hover { color: #00a23e; }

 .pc {display:block;}
 .sp {display: none;}

.L_line{display: block;}
.LS_line{display: block;}
.S_line{display: none;}


#itemMenu {
width: 1800px;
display: flex;
justify-content: flex-end;
margin: 20px auto 0px;
/*text-align: right;*/
/*align-items: flex-end;*/
/*boxの影-------------------------*/
/*box-shadow:1px 1px 3px rgba(0,0,0,0.4);*/
/*background-color: #E5DBB2;*/
}

#itemMenu li {
padding-left: 60px;	
width:auto;
position:relative;
/*text-align: right;*/
/*background-color: #80E5E9;*/
}

.item{
	height: 28px;
	/*border-left: #b5b5b6 solid 2px;*/
	padding: 6px 0px 0px 0px;
}

.item_2{
	display: none;
}

/*.item_s{
	display: none;
}*/


#itemMenu li a {
font-size: 15px;
line-height: 16px;
font-weight: 400;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
color: #000000;
text-decoration: none;
text-align:center;
padding: 1px 0;
display:block;
z-index: 10;
position:relative;
}

#itemMenu li a:hover {
	color: #00a33e;
}


#itemMenu li ul.sub {
height: 0;
width: 0;
overflow:hidden;
position:absolute;
z-index: 10;
top: 0;
left: -10px;
font-size: 14px;
padding-top: 5px;
padding-bottom: 6px;
/*background: #ffffff;*/
opacity: 0.5;
-webkit-transition: opacity 200ms linear, top 200ms ease-in;
/*border-radius:0 0 6px 6px;*/	
}

#itemMenu li:hover ul.sub {
height: auto;
/*width: 120%;*/
width:19em;
/*background: #ffffff;*/	
opacity: 1;
top: 26px;
}

#itemMenu li ul.sub li {
float:none;
}

#itemMenu li ul.sub li a {
/*width: 120%;*/
/*width:17em;*/	
font-size: 14px;
color: #ffffff;
text-align:left;
padding: 14px 14px;
font-weight: 600px;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
background-image:none;
/*background-color: #DDE8E9;*/
background-color: rgba(0,162,62,0.8);
text-shadow:none;
border: none;
}

#itemMenu li ul.sub li a:hover {
background-image:none;
background-color: rgba(7,122,51,0.9);
color: #FFFF83;
/*font-weight: 400;*/
/*background-color: #CCE2D0;*/
border: none;
}


/******▲header▲******/

/******▼main▼******/

.G-mao-B{display: block;}
.G-mao-S{display: none;}


main {
				position: relative; 
				margin: 180px auto 80px;
				width: 1000px;
				height: auto;
				background-color: #ffffff;
			}




.headline{
					
					margin: 60px auto 5px;
					text-align: center;
					color: #000000;
					font-size: 40px;
					line-height: 65px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.head_s{
					text-align: center;
					margin: 0px auto 75px auto;
					color: #00a13e;
					font-size: 26px;
					line-height: 26px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.lead{
					margin: 0px auto 83px;
					text-align: center;
					color: #000000;
					font-size: 18px;
					line-height: 34px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.content_txt{
	margin: 0 auto;
	width: 770px;
	/*background-color: hsla(207,42%,91%,1.00);*/
}



/*.lead_S{
					padding: 0px 0px 10px 0px;
					margin: 70px auto 10px;
					text-align: left;
					color: #000000;
					font-size: 20px;
					line-height: 32px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
					border-bottom: 1px;
					border-style: solid;
					border-color: #000000;
}*/



.txt{
					margin: 0px auto 20px auto;
					width: 476px;
					text-align: justify;
					color: #000000;
					font-size: 14px;
					line-height: 26px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}



.headline_sg{
		margin: 22px auto 3px;
		width: 476px;
		font-size: 15px;
		color: #00a23e;
		line-height: 26px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		text-align: left;	
}

.headline_sg2{
		margin: 0px auto 10px;
		padding-top: 20px;
		width: 476px;
		font-size: 18px;
		text-align: center;
		color: #000000;
		line-height: 28px;
		font-weight: 600;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.sg_r{
		color: #ff0000;
}

.sg_b{
		color: #122062;
}


.CHECK{
	margin: 0px auto 25px;
	width: 760px;
	/*background-color: #E9D6D6;*/
}

.QUEST{
	margin: 0px auto 45px;
	width: 588px;
	background-color: #ffffff;
}

.FINISH{
	margin: 20px auto 45px;
	width: 588px;
	border-radius: 10px;
	height: 268px;
	background-color: #E3D3B3;
}

.mb-title{
	display: contents;
}

.mb-item{
	/*display: contents;*/
}

.mb-item-2{
	display: contents;
}

.mb-item-3{
	display: contents;
}

.f-item{
	width: auto;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px dashed rgba(0,0,0,0.81);
	/*background-color: aquamarine;*/
}

.f-item-birth{
	width: auto;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed rgba(0,0,0,0.81);
	/*background-color: aquamarine;*/
}


.f-item-2{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed rgba(0,0,0,0.81);
	/*background-color: aquamarine;*/
}

.f-item-2-2{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed rgba(0,0,0,0.81);
	/*background-color: aquamarine;*/
}

.f-item-3{
	width: auto;
	/*height:200px;*/
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 15px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: space-between;
	border-bottom: 1px dashed rgba(0,0,0,0.81);
	/*background-color: aquamarine;*/
}


.cp_ipselect {
overflow: hidden;
width: 110px;
margin: 0px 0px 0px 20px;
text-align: center;
}
.cp_ipselect select {
width: 100%;
padding-right: 0em;
cursor: pointer;
text-indent: 3px;
text-overflow: ellipsis;
border: none;
outline: none;
background-color: #eeeeef;	
/*background: #EAEBDE;*/
border-radius: 5px;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;	
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl04 {
position: relative;
border:solid 1px #555353;	
/*border: 2px solid #AAAAAA;*/
border-radius: 5px;
}
.cp_ipselect.cp_sl04::before {
position: absolute;
top: 1.25em;
right: 0.8em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 10px solid #A5A5A5;
pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
height: 46px;
padding: 0px 0px 0px 10px;
color: #1F1F1F;
font-size: 16px;
line-height: 40px;	
font-weight: 600;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;	
}

/*----------------------*/
.cp_ipselect-2 {
overflow: hidden;
width: 180px;
margin: 0px 0px 0px 20px;
text-align: center;
}
.cp_ipselect-2 select {
width: 100%;
padding-right: 0em;
cursor: pointer;
text-indent: 3px;
text-overflow: ellipsis;
border: none;
outline: none;
background-color: #eeeeef;	
/*background: #EAEBDE;*/
border-radius: 5px;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;	
}
.cp_ipselect-2 select::-ms-expand {
display: none;
}
.cp_ipselect-2.cp_sl04 {
position: relative;
border:solid 1px #555353;	
/*border: 2px solid #AAAAAA;*/
border-radius: 5px;
}
.cp_ipselect-2.cp_sl04::before {
position: absolute;
top: 1.25em;
right: 0.8em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 10px solid #A5A5A5;
pointer-events: none;
}
.cp_ipselect-2.cp_sl04 select {
height: 46px;
padding: 0px 0px 0px 10px;
color: #1F1F1F;
font-size: 16px;
line-height: 40px;	
font-weight: 600;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;	
}
/*----------------------*/

.cp_ipselect-3 {
overflow: hidden;
width: 360px;
margin: 0px 0px 0px 38px;
text-align: center;
}
.cp_ipselect-3 select {
width: 100%;
padding-right: 0em;
cursor: pointer;
text-indent: 3px;
text-overflow: ellipsis;
border: none;
outline: none;
background-color: #eeeeef;	
/*background: #EAEBDE;*/
border-radius: 5px;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;	
}
.cp_ipselect-3 select::-ms-expand {
display: none;
}
.cp_ipselect-3.cp_sl04 {
position: relative;
border:solid 1px #555353;	
/*border: 2px solid #AAAAAA;*/
border-radius: 5px;
}
.cp_ipselect-3.cp_sl04::before {
position: absolute;
top: 1.25em;
right: 0.8em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 10px solid #A5A5A5;
pointer-events: none;
}
.cp_ipselect-3.cp_sl04 select {
height: 46px;
padding: 0px 0px 0px 10px;
color: #1F1F1F;
font-size: 16px;
line-height: 40px;	
font-weight: 600;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;	
}

/*----------------------*/

.birth{
				margin: 0px 10px 0px 7px;
				font-size: 16px;
				line-height: 40px;	
				font-weight: 400;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;	
		}


.pos-n{
				margin: 0px 0px 0px 7px;
				font-size: 16px;
				line-height: 40px;	
				font-weight: 400;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;	
		}

.post-n{
			margin: 0px 0px 0px 30px;
			width:160px;
			height:48px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 400;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 14px;
			line-height: 46px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.post-n:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}

.AD-n{
	display: flex;
	/*background-color: aquamarine;*/
}


.AD{
	/*background-color: beige;*/
	padding: 0px 0px 15px 0px;
}

.AD-item{
		margin:0px 0px 0px 20px; 
		padding: 30px 0px 30px 0px;
		display: flex;
		align-items: center;
		border-bottom: 1px dashed rgba(0,0,0,0.81);
}

.AD-item-tel{
		margin:0px 0px 0px 20px; 
		padding: 5px 0px 5px 0px;
		display: flex;
		align-items: center;
		/*border-bottom: 1px dashed rgba(0,0,0,0.81);*/
}


.AD-item-B{
		border-bottom: 0px dashed rgba(0,0,0,0.81);
}

.AD-item-d{
	font-size: 12px;
	color: #DE9018;
}

.item-d-0{
	font-size: 12px;
	color: rgba(222,144,24,0.00);
}


.AD-item-mail{
		margin:0px 0px 0px 20px; 
		padding: 0px 0px 0px 0px;
		display: flex;
		align-items: center;
		/*border-bottom: 1px dashed rgba(0,0,0,0.81);*/
}

.txt_12_12s {
				width: 44px; 
				/*float: left; */
				margin:22px 0px 0px 20px; 
				height: 17px;
				text-align: center; 
				font-weight: 600; 
				font-size: 12px; 
				line-height: 11px;
				padding: 4px 0px 0px 0px ; 
				color: #ffffff; 
				background-color: #DE9018;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				border-radius: 3px;
			}

.txt_12_12sb {
				width: 44px; 
				/*float: left; */
				margin:0px 0px 0px 20px; 
				height: 17px;
				text-align: center; 
				font-weight: 600; 
				font-size: 12px; 
				line-height: 11px;
				padding: 4px 0px 0px 0px ; 
				color: #ffffff; 
				background-color: #DE9018;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				border-radius: 3px;
			}

.txt_12_12sg {
				width: 44px; 
				/*float: left; */
				margin:0px 19px 0px 68px; 
				height: 17px;
				text-align: center; 
				font-weight: 600; 
				font-size: 12px; 
				line-height: 11px;
				padding: 4px 0px 0px 0px ; 
				color: #ffffff; 
				background-color: #DE9018;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				border-radius: 3px;
			}

.txt_12_12s-2 {
				width: 44px; 
				margin:8px 8px 4px 0px; 
				height: 17px;
				text-align: center; 
				font-weight: 600; 
				font-size: 12px; 
				line-height: 11px;
				padding: 4px 0px 0px 0px ; 
				color: #ffffff; 
				background-color: #9B9BA1;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				border-radius: 3px;
				/*border:1px solid #000000;*/
				/*	box-sizing:border-box;*/
        /*-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;*/
			}


.txt_12_12si {
				width: 44px; 
				/*float: left; */
				margin:0px 0px 0px 20px; 
				height: 17px;
				text-align: center; 
				font-weight: 600; 
				font-size: 12px; 
				line-height: 11px;
				padding: 4px 0px 0px 0px ; 
				color: #ffffff; 
				background-color: #DE9018;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				border-radius: 3px;
			}

.txt_12-0 {
	opacity: 0;
}

.txt_16 {
			margin: 25px auto -15px auto; 
			width: 588px;
			height: auto;
			text-align: left;
			font-weight: 400;
			font-size: 16px;
			line-height: 16px;
			padding: 0px 0px 0px 0px;
			color: #000000;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		}
		

					
.txt_16s {
				margin: 24px 0px 0px 0px; 
				/*float: left;*/
				width: auto; 
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 16px; 
				line-height: 16px; 
				padding: 0px 0px 0px 0px ; 
				color: #000000;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			}

.txt_16sb {
				margin: 0px 0px 0px 0px; 
				/*float: left;*/
				width: auto; 
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 16px; 
				line-height: 16px; 
				padding: 0px 0px 0px 0px ; 
				color: #000000;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			}


.txt_16si {
				margin: 0px 0px 0px 0px; 
				/*float: left;*/
				width: auto; 
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 16px; 
				line-height: 16px; 
				padding: 0px 0px 0px 0px ; 
				color: #000000;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			}

.txt_16i{
				width: 96px;
				margin: 0px 0px 0px 0px; 
				/*float: left;*/
				/*width: auto; */
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 16px; 
				line-height: 16px; 
				padding: 0px 0px 0px 0px ; 
				color: #000000;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			}


.txt_14s {
				margin: 0px 0px 6px 24px; 
				/*float: left;*/
				width: auto; 
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 14px; 
				line-height: 14px; 
				padding: 0px 0px 0px 0px ; 
				color: #000000;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			}

.txt_14s-tel {
				margin: 30px 0px 6px 24px; 
				/*float: left;*/
				width: auto; 
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 14px; 
				line-height: 14px; 
				padding: 0px 0px 0px 0px ; 
				color: rgba(137,137,137,1.00);
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			}

.txt_14s-tel-u {
				margin: 2px 0px 15px 130px; 
				/*float: left;*/
				width: auto; 
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 14px; 
				line-height: 14px; 
				padding: 0px 0px 0px 0px ; 
				color: rgba(137,137,137,1.00);
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				/*border-bottom: 1px dashed rgba(0,0,0,0.81);*/
			}

.txt_14s-mail {
				margin: 10px 0px 6px 40px; 
				/*float: left;*/
				width: auto; 
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 14px; 
				line-height: 20px; 
				padding: 0px 0px 0px 0px ; 
				color: rgba(137,137,137,1.00);
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				/*border-bottom: 1px dashed rgba(0,0,0,0.81);*/
			}


.fdeco{
			padding:10px;
			font-size:14px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			color:#3E3E3E;
			border:solid 1px #555353;
			margin:0px 0px 0px 20px;
			width:294px;
			height: 45px;
			background-color: #eeeeef;
			border-radius: 5px;
   		box-sizing: border-box;
		}

.fdeco-s{
			padding:10px;
			font-size:14px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			color:#3E3E3E;
			border:solid 1px #555353;
			margin:0px 0px 0px 6px;
			width:130px;
			height: 45px;
			background-color: #eeeeef;
			border-radius: 5px;
   		box-sizing: border-box;
		}



.fdeco-ad{
			padding:10px;
			font-size:14px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			color:#3E3E3E;
			border:solid 1px #555353;
			margin:0px 0px 0px 6px;
			width:492px;
			height: 45px;
			background-color: #eeeeef;
			border-radius: 5px;
   		box-sizing: border-box;
		}

.fdeco-mail{
			padding:10px;
			font-size:14px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			color:#3E3E3E;
			border:solid 1px #555353;
			margin:0px 0px 0px 6px;
			width:540px;
			height: 45px;
			background-color: #eeeeef;
			border-radius: 5px;
   		box-sizing: border-box;
		}

.mail-space{
			margin-bottom: 10px;
		}


.ch_txt{
			padding-left: 12px;
			font-size:14px;
			font-weight: 400;
			line-height: 30px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			color:#FFFFFF;
			border:solid 0px #6C6A6A;
			border-radius: 5px 5px 0px 0px;
	
			margin:3px auto 0px;
			width:588px;
			height: 30px;
			background-color: #6C6A6A;
	
			box-sizing: border-box;
	
}

.fdeco_ch{
			padding:10px;
			font-size:16px;
			font-weight: 400;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			color:#000000;
			border:solid 1px #6C6A6A;
			margin:0px auto 23px;
			width:588px;
			height: 50px;
			background-color: #eeeeef;
			border-radius: 0px 0px 5px 5px;
   		box-sizing: border-box;
		}

.fdeco_ch2{
			padding:12px;
			font-size:14px;
			line-height: 23px;
			font-weight: 400;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
			color:#000000;
			border:solid 1px #6C6A6A;
			margin:0px auto 23px;
			width:588px;
			height: auto;
			background-color: #eeeeef;
			border-radius: 0px 0px 5px 5px;
   		box-sizing: border-box;
		}


.fdeco_b{
				padding:10px;
				font-size:14px;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				color:#3E3E3E;
				border:solid 1px #555353;
				margin:3px 0px 10px 0px;
				width:588px;
				height: 90px;
				background-color: #eeeeef;
				border-radius: 5px;
   			box-sizing: border-box;
			}


.tex_14_26_g_p22-2{
		margin: 0px auto 0px;
		width: 452px;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: justify;
		text-justify: inter-ideograph;
}

.green{
	color:#00a23e;
}

.green:hover{
	color:#E74F7B;
}


.rad{
	margin: 6px auto 0px 0px;
	width: auto;
	height: 24px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500; 
	color: #000000;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	/*background-color: aquamarine;*/
}

/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
		border-radius: 2px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #E74F7B;
    border-bottom: 3px solid #E74F7B;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

/*-----------------------*/


.Ad_p22{
		margin: -3px auto 0px;
		width: 476px;
}

.h_p22{
		text-decoration: none;
}

.ad_p22{
		color:#000000;
		font-size:32px;
		line-height: 46px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.bot_p22{
	padding: 0px 0px 35px 0px;
}

.Q_check{
		margin: 60px auto 65px;
		width: auto;
		text-align: center;
}



.box_check_b {
			width:375px;
			height:42px;
			background: #ffffff;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 400;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 16px;
			line-height: 38px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
						}

.box_check_b:hover	{
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
									}

.send_back{
		margin: 30px auto 0px;
		padding-bottom: 0px;
		display: flex;
		justify-content: space-between;
		width: 490px;
		height: auto;
		text-align: center;
		/*background-color: #00ffff;*/
}


.box_send {
						margin: 0px 0px 0px 6px;
						width: 228px;
						height: 40px;
						padding: 0px 0px 0px 0px;
						display: inline-block;
						text-align: center;
						text-decoration: none;
						color: #00a23e;
						background-color: #ffffff;
						border-radius: 5px;
						font-size: 14px;
						line-height: 5px;
						font-weight: 400;
						letter-spacing: 3.5px;
						vertical-align:top;
						border:solid 1px #555353;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
						cursor: pointer;
   					box-sizing: border-box;	
						}

.box_send:hover	{
										background-color: #00a23e;
										color: #FFFFFF;
										font-weight: 600;
										border-color: #00a23e;

									}

.back_check {
						margin: 0px 6px 0px 0px;
						width: 228px;
						height: 40px;
						padding: 0px 0px 0px 0px;
						display: inline-block;
						text-align: center;
						text-decoration: none;
						color:#3E3E3E;
						border:solid 1px #555353;
						background-color: #eeeeef;
						border-radius: 5px;	
						font-size: 14px;
						line-height: 5px;
						font-weight: 400;	
						letter-spacing: 3.5px;
						vertical-align:top;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
						cursor: pointer;
   					box-sizing: border-box;	
						}

.back_check:hover	{
										background-color: #006827;
										color: #FFFFFF;
										font-weight: 600;
									}

.BACK-P{
	margin: 15px auto;
	text-align: center;
}


.back_push {
						width: 280px;
						height: 40px;
						padding: 0px 0px 0px 0px;
						display: inline-block;
						text-align: center;
						text-decoration: none;
						color: #5A3313;
						background-color: #F3F3E6;
						border-radius: 5px;
						border:solid 1px #5A3313;
						font-size: 14px;
						line-height: 5px;
						font-weight: 400;
						letter-spacing: 3.5px;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
						cursor: pointer;
   					box-sizing: border-box;	
						}

.back_push:hover	{
										background-color: #006827;
										color: #FFFFFF;
										font-weight: 600;
										border-width: 0px;
									}
.b-top{
				text-align: center;
				margin: 50px auto 20px;
			}



.button-top{

			width:120px;
			height:40px;

			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 400;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 20px;
			line-height: 40px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.button-top:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}


/******▲main▲******/


/******▼footer▼******/

/*.map{
		margin-top: 70px;
	width: 100%;
	padding: 50px 0px 50px 0px;
	background: #00a23e;
	
}

.map_beside{
	width: 900px;
	margin: 0px auto 0px;
}

.map_width_1{
	width: 900px;
}

.map_pos{
	text-align: center;
}

.map_name{
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.map_name_e{
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.map_add{
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.map_width_2{
	width: 900px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}*/
/******▲footer▲******/
