@charset "UTF-8";

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

body{ background-color: #ffffff;}

a {text-decoration: none;}

html { scroll-behavior: smooth;}

.content {
						margin: 20px auto 0px;
						width: 1000px;
						height: auto;
						/*background-color: #E8E2E2;*/
						/*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;
}

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

.cogr{
	color: #00a23e;
}

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

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


main {
				position: relative; 
				padding: 0px 0px 0px 0px;
				margin: 160px 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 43px 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: 25px 0px 0px 0px;
					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;
}


.contentc{
	margin: 70px auto 80px ;
	width:700px;
}

.around-top{
	position: relative;
	height: 42px;
}

.year-1{
	position: absolute;
	top:0px;
	right: 420px;
	width:141px;
	text-align: center;
	height: 42px;
	border:1px solid #000000;
	border-bottom: 0px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	border-radius: 10px 10px 0px 0px;
}

.year-2{
	text-align: center;
	position: absolute;
	top:0px;
	right: 280px;
	width:141px;
	height: 42px;
	border:1px solid #000000;
	border-bottom: 0px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	border-radius: 10px 10px 0px 0px;
}

.year-3{
	text-align: center;
	position: absolute;
	top:0px;
	right: 140px;
	width:141px;
	height: 42px;
	border:1px solid #000000;
	border-bottom: 0px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	border-radius: 10px 10px 0px 0px;
}

.year-4{
	text-align: center;
	position: absolute;
	top:0px;
	right: 0px;
	width:141px;
	height: 42px;
	border:1px solid #000000;
	border-bottom: 0px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	border-radius: 10px 10px 0px 0px;
}

.around{
	display: flex;
	justify-content: space-between;
}


.mark-1{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height: 140px;
	background-color: rgba(218,216,179,0.50);
	border:1px solid #000000;
	box-sizing: border-box;
}

.mark-1-in{
	position: relative;
	width:115px;
	height: 115px;
	background-color: #00a23e;
	border-radius: 8px;
	background-image:url("../../../../image/SRC_R/REURUT/part_1/mark-1.png"); 
	background-repeat:no-repeat;
	background-size: auto 65px;
	background-position: bottom 13px center;
}

.mark-1-t{
	margin-top: 8px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.number-1{
	position: relative;
	width:140px;
	height: 140px;
	background-color: rgba(218,216,179,0.50);
	border:1px solid #000000;
	border-left: 0px;
	box-sizing: border-box;
}

.nu-1{
	position: absolute;
	top:30px;
	width: 125px;
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit-1{
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 32px;
	text-align: right;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.mark-2{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	box-sizing: border-box;
}

.mark-2-in{
	position: relative;
	width:115px;
	height: 115px;
	background-color: #00a23e;
	border-radius: 8px;
	background-image:url("../../../../image/SRC_R/REURUT/part_1/mark-2.png"); 
	background-repeat:no-repeat;
	background-size: auto 71px;
	background-position: bottom 8px center;
}

.mark-2-t{
	margin-top: 8px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.number-2{
	position: relative;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.nu-2{
	position: absolute;
	top:30px;
	width: 140px;
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit-2{
	position: absolute;
	bottom: 16px;
	right: 12px;
	width: 32px;
	text-align: right;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.mark-3{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	box-sizing: border-box;
	background-color: rgba(218,216,179,0.50);
}

.mark-3-in{
	position: relative;
	width:115px;
	height: 115px;
	background-color: #00a23e;
	border-radius: 8px;
	background-image:url("../../../../image/SRC_R/REURUT/part_1/mark-3.png"); 
	background-repeat:no-repeat;
	background-size: auto 71px;
	background-position: bottom 9px right 15px;
}

.mark-3-t{
	margin-top: 8px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.number-3{
	position: relative;
	width:140px;
	height: 140px;
	background-color: rgba(218,216,179,0.50);
	border:1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.nu-3{
	position: absolute;
	top:30px;
	width: 140px;
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit-3{
	position: absolute;
	bottom: 15px;
	right: 12px;
	width: 32px;
	text-align: right;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mark-4{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	box-sizing: border-box;
}

.mark-4-in{
	position: relative;
	width:115px;
	height: 115px;
	background-color: #00a23e;
	border-radius: 8px;
	background-image:url("../../../../image/SRC_R/REURUT/part_1/mark-4.png"); 
	background-repeat:no-repeat;
	background-size: auto 51px;
	background-position: bottom 9px center;
}

.mark-4-t{
	margin-top: 7px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.number-4{
	position: relative;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.nu-4{
	position: absolute;
	top:30px;
	width: 140px;
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit-4{
	position: absolute;
	bottom: 15px;
	right: 12px;
	width: 32px;
	text-align: right;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.mark-5{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height: 140px;
	background-color: rgba(218,216,179,0.50);
	border:1px solid #000000;
	border-top: 0px;
	box-sizing: border-box;
}

.mark-5-in{
	position: relative;
	width:115px;
	height: 115px;
	background-color: #00a23e;
	border-radius: 8px;
	background-image:url("../../../../image/SRC_R/REURUT/part_1/mark-5.png"); 
	background-repeat:no-repeat;
	background-size: auto 51px;
	background-position: bottom 9px center;
}

.mark-5-t{
	margin-top: 7px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.number-5{
	position: relative;
	width:140px;
	height: 140px;
	background-color: rgba(218,216,179,0.50);
	border:1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.nu-5{
	position: absolute;
	top:30px;
	width: 140px;
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit-5{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 32px;
	text-align: right;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.mark-6{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	box-sizing: border-box;
}

.mark-6-in{
	position: relative;
	width:115px;
	height: 115px;
	background-color: #00a23e;
	border-radius: 8px;
	background-image:url("../../../../image/SRC_R/REURUT/part_1/mark-6.png"); 
	background-repeat:no-repeat;
	background-size: auto 71px;
	background-position: bottom 10px center;
}

.mark-6-t{
	margin-top: 8px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.number-6{
	position: relative;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.nu-6{
	position: absolute;
	top:30px;
	width: 140px;
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit-6{
	position: absolute;
	bottom: 18px;
	right: 18px;
	width: 32px;
	text-align: right;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.mark-7{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	box-sizing: border-box;
	background-color: rgba(218,216,179,0.50);
}

.mark-7-in{
	position: relative;
	width:115px;
	height: 115px;
	background-color: #00a23e;
	border-radius: 8px;
	background-image:url("../../../../image/SRC_R/REURUT/part_1/mark-7.png"); 
	background-repeat:no-repeat;
	background-size: auto 71px;
	background-position: bottom 8px center;
}

.mark-7-t{
	margin-top: 8px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.number-7{
	position: relative;
	width:140px;
	height: 140px;
	background-color: rgba(218,216,179,0.50);
	border:1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.nu-7{
	position: absolute;
	top:30px;
	width: 140px;
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit-7{
	position: absolute;
	bottom: 18px;
	right: 10px;
	width: 32px;
	text-align: right;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text-narrow {
    transform: scale(0.75, 1);
}

.mark-8{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	box-sizing: border-box;
}

.mark-8-in{
	position: relative;
	width:115px;
	height: 115px;
	background-color: #00a23e;
	border-radius: 8px;
	background-image:url("../../../../image/SRC_R/REURUT/part_1/mark-8.png"); 
	background-repeat:no-repeat;
	background-size: auto 65px;
	background-position: bottom 10px center;
}

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

.number-8{
	position: relative;
	width:140px;
	height: 140px;
	border:1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.nu-8{
	position: absolute;
	top:30px;
	width: 140px;
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit-8{
	position: absolute;
	bottom: 18px;
	right: 16px;
	width: 32px;
	text-align: right;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


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



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

