@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: #EBE5E5;*/
						/*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▼******/



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

.headline{
					
					margin: 60px auto 105px;
					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;
}


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

.frame{
	position: relative;
	margin: 0px auto;
	width: 660px;
	height: 60px;
	border-radius: 30px;
	background-color: #00a23e;
}


.question{
	position: absolute;
	top:17px;
	left: 60px;
	width: 540px;
	height: 26px;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	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{
	position: absolute;
	top:8px;
	right: 8px;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-color: #ffffff;
}
*/


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

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


.circle-2{
	position: absolute;
	top:8px;
	right: 8px;
	width: 44px;
	height: 44px;
	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:15px;
	right: 15px;
	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:15px;
	right: 15px;
	width: 14px;
	height: 14px;
	box-sizing:border-box;
	border-top: 2px solid #00a23e;
	border-left: 2px solid #00a23e;
	transform: rotate(45deg);	
}


/*.arrow-1{
	position: absolute;
	top:23px;
	right: 23px;
	width: 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:23px;
	right: 23px;
	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:15px;
	right: 21px;
	width: 2px;
	height: 14px;
	background-color: #00a23e;
}

.answer{
	margin: 0px auto;
	width: 600px;
	height: 196px;
	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;
  }

}

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

.icon-1{
	margin: 10px auto;
	width:139px;
	height:102px;
	background-image:url("../../../../image/SRC_R/INFORM/part_2/icon-1.png"); 
	background-repeat:no-repeat;
	background-size:139px;
	background-position: 0px 0px;	
}

.icon-2{
	margin: 10px auto;
	width:96px;
	height:102px;
	background-image:url("../../../../image/SRC_R/INFORM/part_2/icon-2.png"); 
	background-repeat:no-repeat;
	background-size:96px;
	background-position: 0px 0px;	
}

.icon-3{
	margin: 10px auto;
	width:102px;
	height:102px;
	background-image:url("../../../../image/SRC_R/INFORM/part_2/icon-3.png"); 
	background-repeat:no-repeat;
	background-size:102px;
	background-position: 0px 0px;	
}

.icon-4{
	margin: 10px 0px auto 225px;
	width:124px;
	height:102px;
	background-image:url("../../../../image/SRC_R/INFORM/part_2/icon-4.png"); 
	background-repeat:no-repeat;
	background-size:124px;
	background-position: 0px 0px;	
}

.icon-5{
	margin: 4px auto;
	width:95px;
	height:120px;
	background-image:url("../../../../image/SRC_R/INFORM/part_2/icon-5.png"); 
	background-repeat:no-repeat;
	background-size:95px;
	background-position: 0px 0px;	
}

.icon-6{
	margin: 10px auto;
	width:79px;
	height:102px;
	background-image:url("../../../../image/SRC_R/INFORM/part_2/icon-6.png"); 
	background-repeat:no-repeat;
	background-size:79px;
	background-position: 0px 0px;	
}

.icon-7{
	margin: 10px auto;
	width:114px;
	height:102px;
	background-image:url("../../../../image/SRC_R/INFORM/part_2/icon-7.png"); 
	background-repeat:no-repeat;
	background-size:114px;
	background-position: 0px 0px;	
}

.icon-8{
	margin: 10px auto;
	width:132px;
	height:102px;
	background-image:url("../../../../image/SRC_R/INFORM/part_2/icon-8.png"); 
	background-repeat:no-repeat;
	background-size:132px;
	background-position: 0px 0px;	
}

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

.txt{
					margin: 0px auto 26px auto;
					width: 770px;
					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;
}




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

/*.head_p{
	margin: 0 auto;
	width: 770px;
	display: flex;
}*/

/*
.p_pos{
	margin: 5px 0px 0px 0px;
}
*/


/*.TXT-01{
  position: relative;
}

	.TXT-01:before {
  animation: TXT-01 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}*/

/*@keyframes TXT-01 {
	
100% {
    transform: translateX(-100%);
  }
}


.p_size{
	width: 378px;
	height: auto;
}

.img-wrap-2 {
	margin: 5px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}

.img-wrap {
	margin: 5px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  animation: img-wrap 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}*/


/*@keyframes img-wrap {
	
100% {
    transform: translateX(100%);
  }
}*/

/*  100% {
    transform: translateX(100%);
  }*/

/*.img-wrap {
	margin: 5px 0px 0px 0px;
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1);
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}*/






/*.anim-box {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  border-radius: 5px;
  max-width: 400px;
  height: 250px;
}*/

/*
.anim-box.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/


/*.anim-box {
  background-image: url("../../image/part_test/1-1.png");
  border-radius: 0px;
  width: 378px;
  height: 300px;
}*/

/*.anim-box {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  border-radius: 5px;
  max-width: 378px;
  height: 300px;
  opacity: 0;
  transform: translateX(180px);
}*/

/*.anim-box.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 1;
  transform: translateX(0);
}
 
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  40%,100% {
    opacity: 1;
  }
}*/
 






/*.lead_S{
					padding: 0px 0px 10px 0px;
					margin: 0px auto 10px;
					text-align: left;
					color: #000000;
					font-size: 18px;
					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{
					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;
}*/


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

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

/*.txt_h{
					margin: 0px 0px 3px auto;
					width: 378px;
					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_Br{
					margin: 0px auto 26px auto;
					width: 770px;
					text-align: right;
					color: #000000;
					font-size: 14px;
					line-height: 26px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.S_head_B2{
					margin: 0px auto 0px;
					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;
		}*/

/*.S_head_S2{
					margin: -5px auto 20px;
					padding: 0px 0px 5px 0px;
					text-align: left;
					color: #00a13e;
					font-size: 18px;
					line-height: 30px;
					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_BB{
					margin: 30px auto 15px;
					text-align: left;
					color: #000000;
					font-size: 26px;
					line-height: 32px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}*/


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


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

.S_head_S3{
					margin: -7px auto 20px;
					padding: 0px 0px 5px 0px;
					text-align: left;
					color: #00a13e;
					font-size: 16px;
					line-height: 30px;
					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;
		}*/



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





