@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▼******/


/*#i1{
				margin: 75px 0px 0px 0px;
			}

#i2{
				margin: 75px 0px 0px 0px;
			}

#i3{
				margin: 75px 0px 0px 0px;
			}

#i4{
				margin: 75px 0px 0px 0px;
			}

#i5{
				margin: 75px 0px 0px 0px;
			}

#i6{
				margin: 75px 0px 0px 0px;
			}

#i7{
				margin: 75px 0px 0px 0px;
			}*/


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

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


.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;
}


.frame{
	position: relative;
	margin: 0 auto;
	width: 336px;
	height: 48px;
	border-radius: 24px;
	background-color: #00a23e;
}

.question{
	position: absolute;
	top:14px;
	left: 26px;
	width: 270px;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	text-align:center;
	/*background-color: rgba(188,138,56,1.00);*/
}


.circle-1{
	position: absolute;
	top:8px;
	right: 8px;
	width: 32px;
	height: 32px;
	border-radius: 22px;
	background-color: #ffffff;
}

.circle-1:hover{
   transform: rotate(180deg);  
   transition: 0.5s;
}

.circle-2{
	position: absolute;
	top:8px;
	right: 8px;
	width: 32px;
	height: 32px;
	border-radius: 22px;
	background-color: #ffffff;
	/*background-color: hsla(44,58%,73%,0.5);*/
}

.circle-2:hover{
   transform: rotate(180deg);  
   transition: 0.5s;
}

.arrow-a1{
	position: absolute;
	top:9px;
	right: 9px;
	width: 14px;
	height: 14px;
	box-sizing:border-box;
	border-bottom: 2px solid #00a23e;
	border-right: 2px solid #00a23e;
	transform: rotate(45deg);
}

.arrow-a2{
	position: absolute;
	top:9px;
	right: 9px;
	width: 14px;
	height: 14px;
	box-sizing:border-box;
	border-top: 2px solid #00a23e;
	border-left: 2px solid #00a23e;
	transform: rotate(45deg);	
}

.line{
	position: absolute;
	top:9px;
	right: 15px;
	width: 2px;
	height: 14px;
	background-color: #00a23e;
}


/*.circle{
	position: absolute;
	top:8px;
	right: 6px;
	width: 32px;
	height: 32px;
	border-radius: 22px;
	background-color: #ffffff;
}

.arrow-1{
	position: absolute;
	top:17px;
	right: 15px;
	width: 14px;
	height: 14px;
	box-sizing:border-box;
	border-bottom: 2px solid #00a23e;
	border-right: 2px solid #00a23e;
	transform: rotate(45deg);
}

.arrow-1:hover{
   transform: rotate(225deg);  
   transition: 0.5s;
}

.arrow-2{
	position: absolute;
	top:17px;
	right: 15px;
	width: 14px;
	height: 14px;
	box-sizing:border-box;
	border-top: 2px solid #00a23e;
	border-left: 2px solid #00a23e;
	transform: rotate(45deg);	
}

.arrow-2:hover{
   transform: rotate(225deg);  
   transition: 0.5s;
}

.line{
	position: absolute;
	top:17px;
	right: 21px;
	width: 2px;
	height: 14px;
	background-color: #00a23e;
}*/

.answer{
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 322px;
	height: auto;
	/*background-color: #efefef;*/	
	animation: blurAnime 0.5s cubic-bezier(1,.1,.68,.71) 0s forwards;
}

@keyframes blurAnime{

  0% {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  100% {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }

}



/*.top_flow{
		text-align: center;
		position: relative; 
		margin: 0px auto 0px;
		width: 322px;
		height: auto;
	
}*/

.top_button{
			margin: 0px auto 15px;
			width:294px;
			height:42px;
			padding: 6px 0px 0px 0px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 600;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 13px;
			line-height: 26px;
			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;	
}

.top_button:hover {
			color: #ffffff;	
    	background: #00a23e;
		}

.top_flow_u{
		text-align: center;
		position: relative; 
		margin: 0px auto 0px;
		align-items: center;
		width: auto;
		height: auto;
	
}

.top_button_2{

			width:322px;
			height:55px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 600;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 13px;
			line-height: 53px;
			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;	
}

.top_button_2:hover {
			color: #ffffff;	
    	background: #00a23e;
		}

.content_txt{
	margin: 0 auto;
	width: 336px;
	/*background-color: antiquewhite;*/
}



.lead_S{
					padding: 0px 0px 10px 0px;
					margin: 60px auto 10px;
					text-align: center;
					color: #000000;
					font-size: 18px;
					line-height: 28px;
					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;
}

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

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

.lead_SL_L{
					width: auto;
					padding: 0px 0px 10px 0px;
					margin: 0px auto 20px;
					text-align: left;
					color: #000000;
					font-size: 24px;
					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;
}


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

.txt_slid{
	margin: 0px auto 0px;
	/*display: flex;
	justify-content: space-between;*/
	width: 322px;
}


.top_p{
	margin: 0 auto;
	width: 322;
	/*display: flex;*/
}

.p_pos{
	text-align: center;
	/*margin: 0px auto 0px;*/
}

.p_size{
	width: 231px;
}

.box{
		width: 322px;
		border-radius: 8px;
		color: #00a23e;		
		border-style: solid;
		border-width: 1px;
		border-color: #00a23e;
}

.box_inside{
	margin: 22px auto 15px;
	width: 322px;
	/*display: flex;
	justify-content: space-between;*/
}

.m_pos{
	text-align: center;
	width: auto;
	margin: 20px 0px 0px 0px;
}

.m_size{
	height: 152px;
}

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

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

.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;
	}

.txt_ws{
					margin: 0px auto 10px 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;
}

.txt_ws_2{
					margin: 0px auto 15px auto;
					width: 294px;
					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;
}

.txt_ws_c{
					margin: 0px auto 20px auto;
					width: 294px;
					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;
}

.txt_wss{
					margin: 0px auto 20px auto;
					width: 294px;
					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;
}


.number_slid{
	margin: 0 auto;
	width: 322px;
	/*display: flex;
	justify-content: space-around;*/
}

.square_number {
	margin: 4px 0px 4px 0px;
  width: 30px;
  height: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
  padding-top: 3px;
  background-color: #00a23e;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}

.txt_ws_1l{
					margin: 0px 0px 25px auto;
					width: 322px;
					height: auto;
					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;
}

.txt_ws_2l{
					margin: 0px 0px 25px auto;
					width: 322px;
					height: auto;
					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;
}

.txt_ws_3l{
					margin: 0px 0px 25px auto;
					width: 322px;
					height: auto;
					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;
}

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

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


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

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

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


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

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

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

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

.mark_poc{}

.mark_poc_k{
	margin: 0px 0px;
}

.mark_size{}

.mark_d_B{
	/*display: flex;
	justify-content: space-around;*/
}

.mark_d{
	display: flex;
	justify-content: space-between;
	width: 322px;
}

.mark_d_l{
	display: flex;
	justify-content: space-between;
	width: auto;
}

.mark_d_r{
	display: flex;
	justify-content: center;
	width: auto;
	/*background-color: antiquewhite;*/
}


.mark_d_B2{
	margin: 10px auto;
	width: 322px;
	
}

.b-top{
				text-align: center;
				margin: 45px 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;
		}

/*.flow{
		position: relative; 
		margin: 20px auto 20px;
		width: 322px;
		height: auto;
	
}

.button{
			margin: 0px auto 20px;
			width:322px;
			height:55px;

			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 600;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 13px;
			line-height: 53px;
			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:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}

.button_2{
			padding: 7px 0px 0px 0px;
			width:322px;
			height:55px;

			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 600;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 13px;
			line-height: 20px;
			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_2:hover {
			color: #ffffff;	
    	background: #00a23e;
		}*/

/*
.m_pos{
	text-align: center;
	width:322px;
	margin: 10px 0px 0px 0px;
}

.m_size{
	height: 180px;
}
*/

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




