@charset "UTF-8";

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

body{ background-color: #ffffff; }

a {text-decoration: none;}

html { scroll-behavior: smooth;}

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

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

header {
					padding-top:10px;
  				background: #ffffff;
					width: 322px;
					margin: 0px auto;
				}



/*=====================▼折りたたみメニュー▼=====================*/

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

/*
#leftbar {
  padding:10px;
  background: #9B0926;
}
*/
/*
.chkbox input[type=checkbox] {
	width:			24px;
	height:			24px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}*/

#nav-drawer {
  position: relative;
	margin: -10px 0px 0px 277px;
	z-index: 5;
	width: 36px;
	padding: 0px 10px 0px 0px;
	/*background-color: antiquewhite;*/
	/*border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	border-style: solid;*/
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:block;
	opacity: 0;
	position: absolute;
	width: 100px;
	height: 100px;
	right: -20px;
	top: -43px;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 25px;
  height: 30px;
	padding: 10px;
  vertical-align: middle;
	background-color: #00a23e;
/*	opacity: 0.4;*/
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
	margin: 5px 0px 0px 0px;
	/*right: 0px;*/
  height: 2px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 2px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}


/*閉じる用の薄黒カバー*/
#nav-close {
	display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	text-align: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 322px;/*最大幅（調整してください）*/
  height: 100%;
  background: #E6E6E6;/*背景色*/
	opacity: 0.95;
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); /*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
}

.del {}

.close{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-sizing: border-box;
	/*border-color: #94b8d6;*/
	border-style: solid;
	background-color: #00a23e;
	height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
}

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

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

.pc_r{display: none;}

.sp_r{
			margin-top: 20px;
			display: block;
			}

.r-site{
		margin: 5px auto 0px;
		width: 100px;
		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;
}

#itemMenu {
margin-top: 40px;
}

#itemMenu li {
margin: 30px auto;
width:50%;
position:relative;
text-align: center;
}

.item{
	height: 50px;
}

.item_2{
	height: 50px;
}

/*.item_s{
	height: 50px;
}*/


#itemMenu li a {
font-size: 14px;
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: 100;*/
position:relative;
}

#itemMenu li a:hover {
	color: #00a23e;
	font-weight: 600px;
}


#itemMenu li ul.sub {
/*height: 0px;
width: auto;*/
position:absolute;
/*left: 0px;*/
z-index: 99;
/*top: 0px;*/
/*font-size: 10px;*/
/*padding-top: 0px;
padding-bottom: 0px;*/
background: #00a23e;
/*opacity: 1;*/
border-radius:20px 20px 20px 20px;
display: none;
/*overflow:hidden;	*/
/*-webkit-transition: opacity 200ms linear, top 200ms ease-in;*/
}

#itemMenu li:hover ul.sub {
/*position:absolute;*/
display: block;
padding: 0px 0px 0px 0px;
/*z-index: 100;	*/
left: -25%;
height: auto;
width: 150%;
/*background: #ffffff;*/	
/*opacity: 1;*/
top: 18px;
}

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

#itemMenu li ul.sub li a {
margin: 0px 0px 0px 0px;
font-size: 14px;
/*line-height: 12px;	*/
height: auto;
width: 183%;
left: -49%;	
color: #ffffff;
text-align:center;
padding: 15px 10px ;
font-weight: 400;
/*background-image:none;*/
/*background-color: #DDE8E9;*/
background: #00a23e;	
/*text-shadow:none;
border: none;*/
}
#itemMenu li ul.sub li a:hover {
/*background-image:none; */
/*background-color: #CCE2D0;*/
/*border: none;*/
background-color: #077A33;
color: #FFFF83;	
}

/*=====================▲折りたたみメニュー▲=====================*/

.search-sp{
	/*visibility:hidden;*/
	width: 83%;
	margin: -40px 0px 0px 0px;
	/*background-color: aquamarine;*/
}

.search-pc{display: block;}

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

.L_line{display: none;}

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

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

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


main {
					margin: 0px auto 5px;
					width: 322px;
					height: auto;
					/*background-color: #D3D3D3;*/
				}




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

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

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


.content_txt{
	margin: 0 auto;
	width: 322px;
}


.lead_S{
					padding: 0px 0px 10px 0px;
					margin: 60px auto 10px;
					text-align: left;
					color: #000000;
					font-size: 18px;
					line-height: 18px;
					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 15px auto;
					width: 322px;
					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: 322px;
		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: 322px;
		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: 322px;
	background-color: #ffffff;
}

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

.FINISH{
	margin: 20px auto 45px;
	padding: 0px 0px 13px 0px;
	width: 322px;
	border-radius: 10px;
	height: auto;
	background-color: #E3D3B3;
}


.mb-title{
	margin: 0px 0px 8px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	/*width: 160px;*/
	/*background-color: aqua;*/
}

.mb-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mb-item-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mb-item-3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0px 12px 0px 0px;
}

.f-item{
	width: auto;
	margin-top: 20px;
/*	display: flex;
	justify-content: flex-start*/
}

.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: 160px;
margin: 0px 0px 0px 0px;
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.5em;
right: 0.4em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px 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 0px;
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: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px 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: 322px;
margin: 0px 0px 0px 0px;
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 auto;
				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: 15px auto 0px;
			width:322px;
			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-t{
	margin: 0px auto 0px;
	width: 322px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*background-color: aquamarine;*/
}


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

.ad-p{
	padding: 30px 0px 0px 0px;
}

.ad-n{
	margin: 30px 0px -15px 0px;
}

.ad-n-m{
	margin: 0px 0px 5px 0px;
}

.ad-n-mg{
	margin: 0px 0px 3px 0px;
}

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

.AD-item{
		margin:0px 0px 0px 0px; 
		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 0px; 
		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{
	margin: 2px 0px 0px 6px;
	font-size: 12px;
	line-height: 12px;
	color: #DE9018;
}

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


.AD-item-mail{
		margin:0px 0px 0px 0px; 
		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; 
				margin:0px 0px 0px 7px; 
				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 7px; 
				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 0px 0px 7px;
				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 7px; 
				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_12_12sp {
				width: 44px; 
				/*float: left; */
				margin:0px 0px 0px 0px; 
				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_16 {
			margin: 25px auto -15px auto; 
			width: 322px;
			height: auto;
			text-align: left;
			font-weight: 400;
			font-size: 14px;
			line-height: 26px;
			padding: 0px 0px 0px 0px;
			color: #000000;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		}
		
.txt_16-c {
			margin: 15px auto 30px auto; 
			width: auto;
			height: 32px;
			text-align: center;
			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;
			border-bottom: 1px dashed rgba(0,0,0,0.81);
		}
					
.txt_16s {
				margin: -3px 0px 0px;
				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: -3px 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: auto;
				margin: 0px 0px 8px 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 0px; 
				/*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:5px 0px 6px 0px; 
				/*float: left;*/
				width: auto; 
				height: auto; 
				text-align: left; 
				font-weight: 400; 
				font-size: 14px; 
				line-height: 24px; 
				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 0px; 
				/*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:3px auto 10px;
			width:266px;
			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 0px;
			width:90px;
			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 0px;
			width:322px;
			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 0px;
			width:322px;
			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 #555353;
			border-radius: 5px 5px 0px 0px;
	
			margin:3px auto 0px;
			width:322px;
			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:322px;
			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:322px;
			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:322px;
				height: 90px;
				background-color: #eeeeef;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
	
				-moz-box-sizing: border-box;
   			-webkit-box-sizing: border-box;
   			-o-box-sizing: border-box;
   			-ms-box-sizing: border-box;
   			box-sizing: border-box;
			}

.tex_14_26_g_p22-2{
		margin: 0px auto 0px;
		width: 280px;
		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;*/
}


/* ラジオボタンを非表示にする */
input[type=radio] { display: none; } 

.radio {
				position: relative;		/* ボックスの位置を指定する */
				padding: 0px 0px 0px 35px;	/* ボックス内側の余白を指定する */
				/*background-color: aqua;*/
			}

.radio:after,  .radio:before {
															position: absolute;	/* ボックスの位置を指定する */
															content: "";		/* ボックスのコンテンツ */ 
															display: block;		/* ブロックレベル要素化する */ 
															top: -8px;		/* 上部から配置の基準位置を決める */ 
															/*background-color: aqua;*/
															}

.radio:after {
							left: 8px;			/* 左から配置の基準位置を決める */ 
							margin-top: 2px;	/* チェック枠の位置 */
							width: 20px;		/* ボックスの横幅を指定する */
							height: 20px;		/* ボックスの高さを指定する */
							border: 2px solid #DDC29F;	/* ボックスの境界線を実線で指定する */
							border-radius: 50%;		/* ボックスの角丸を指定する */
					
						}
.radio:before {
								left: 13px;			/* 左から配置の基準位置を決める */ 
								margin-top: 7px;	/* チェックマークの位置 */
								width: 14px;		/* ボックスの横幅を指定する */
								height: 14px;		/* ボックスの高さを指定する */
								background: #DF6700;/* ボックスの背景色を指定する */
								border-radius: 50%;	/* ボックスの角丸を指定する */
								opacity: 0;			/* 要素を透過指定する */
								}

input[type=radio]:checked + .radio:before {
																						opacity: 1;		/* 要素を表示する */
																					}
.radio:hover:after {
										border-color: #DF6700;	/* ボックスの境界線を実線で指定する */
									}

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


/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0px 0px 0px 34px;
    position: relative;
    width: auto;
		text-align: left;
		margin: 0px auto 0px 0px;
		font-size: 14px;
		line-height: 20px;
		/*background-color: aqua;*/
}
.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;
}

.checkbox{
		margin: 16px 10px 0px 0px;
}

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

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

.h_p22{
		text-decoration: none;
}

.ad_p22{
		color:#000000;
		font-size:33px;
		line-height: 56px;
		font-weight: 600;
		font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

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

.box_check_b {
			width:322px;
			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;
   		box-sizing: border-box;	
						}

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

.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: 322px;
		height: auto;
		text-align: center;
		/*background-color: #00ffff;*/
}

.box_send {
						margin: 0px 0px 0px 0px;
						width: 155px;
						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:solid 1px #00a23e;
									}

.back_check {
						margin: 0px 0px 0px 0px;
						width: 155px;
						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: 20px auto 10px;
	text-align: center;
}

.back_push {
						width: 220px;
						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: 20px 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: 332px;
	margin: 0px auto 0px;
}

.map_width_1{
	width: 322px;
	margin: 0px auto 10px;;
}

.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{
	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{
	margin: 0px auto 0px;
	text-align: center;
	width: 322px;
	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▲******/


