@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  height: 100%;
}

body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
	background: #fff;
	display: flex;
  flex-direction: column;
	min-height: 100vh;
	}

.content {
  flex: 1;
}

/*@font-face{
	font-family: はれのそら明朝;
	src: url('https://cdn.leafscape.be/Harenosora/harenosora_web.woff2')
     format("woff2");
	 -ms-font-feature-settings: "normal";
}*/

@font-face{ 
	font-family: 'mplusC';
	src: url('../../font/font.eot');
    src: url('../../font/font.eot?#iefix') format('embedded-opentype'),
    url('../../font/font.woff') format('woff'),
    url('../../font/font.ttf') format('truetype');
}

.mplusC{
	font-family: 'mplusC';
}

@font-face{ 
	font-family: 'genmin';
	src: url('../../font/font2.eot');
    src: url('../../font/font2.eot?#iefix') format('embedded-opentype'),
    url('../../font/font2.woff') format('woff'),
    url('../../font/font2.ttf') format('truetype');
}

.genmin{
	font-family: 'genmin';
}

.clear {clear:both;}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}


.header_m {
	width:100%;
	height:700px;
	
}

.contents {
	max-width:1100px;
	margin:0 auto;
	width: 90%;
}
.pt50{
	padding-top:50px;

}

.mb100{
	margin-bottom:100px;
}

.mb60{
	margin-bottom:60px;
}

.mb30{
	margin-bottom:30px;
	}

.contents2 {
	padding:0 15px;
	margin-bottom:40px;	
}

.contents3 {
	padding:0 15px;
}

.contents4 {
	padding:0 15px;
	margin-bottom:100px;
	text-align:right;
}


.contents5 {
	margin-bottom:60px;
	text-align:center;
}

.contents6 {
	width: 700px;
	float: right;
}

.contents7 {
	width: 300px;
	float: left;
}

a {
	color:#1e539f;;
	text-decoration:underline;
}
a:hover {
	color:#4d4d4d;
	text-decoration:none;
}

h1 {
	font-size:28px;
}

h2 {
	margin-bottom:40px;
	font-size:40px;
	color:#000;
	text-align:center;
	font-family: 'mplusC';
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
	text-align: center;
	color: #fff;
}

h3.tdy {
	background: #319bd0;
}

h3.tmm {
	background: #2e3192;
}



h4 {
	
	font-size:18px;
	text-align:center;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}



/*button*/
.btn {
	padding:0 15px;
	
}

/*ページ送り*/
.page{
	margin: 30px auto 0;
	height:30px;
}

.page ul{
	display: flex;
	justify-content: flex-end;
}


	
.page ul li {
	display:inline-block;
	text-align:center;
	margin-right:7px;
	width:30px;
	
}

.page ul li:last-child{
	margin-right:0;
}


.active_pg{
	background:#ffffff !important;
	color: #000;
	border: #2ca6e0 1px solid;
	box-sizing: border-box;
	height: 25px;
	padding-top: 1px;
	padding-bottom:27px;
}

.page ul li a:hover{
	background:rgba(44,166,224,.6);
	text-decoration: none;
	color: #fff;
}

.page ul li a,
.page ul li.active a{
	padding-top: 2px;
	padding-bottom:19px;
	display: block;
	color: #ffffff;
	height: 9px;
	background:#2ca6e0;
	text-decoration: none;
}

.page ul li.active a{
	color: #000;
}





/*================================================
 *  ヘッダー
 ================================================*/
.header_m {
	position:relative;
}
.header_m h1 {
	position:absolute;
	top:20%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1100px;
	height:200px;
	z-index:10;
	text-align:center;
	font-size:46px;
	color:#00693e;
	text-shadow: #fff 0px 1.4px,
				#fff 1.4px 0px,
				#fff -1.4px 0px, 
    			#fff 0px -1.4px, 
				#fff -1.4px -1.4px,
				#fff 1.4px 1.4px, 
    			#fff 1.4px -1.4px,
				#fff -1.4px 1.4px,
			   4px 4px 4px #000; 
	/*text-shadow: 2px 1px 1px #fff,
               2px -1px 1px #fff,
               -2px 1px 1px #fff,
               -2px -1px 1px #fff,
			   4px 4px 4px #000;*/
	font-family: 'はれのそら明朝';
}

.header_m h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1100px;
	height:200px;
	z-index:10;
	text-align:center;
	font-size:20px;
	color:#000;
	text-shadow: #fff 0px 1px,
				#fff 1px 0px,
				#fff -1px 0px, 
    			#fff 0px -1px, 
				#fff -1px -1px,
				#fff 1px 1px, 
    			#fff 1px -1px,
				#fff -1px 1px; 
}



/*================================================
 *  グローバルナビゲーション
 ================================================*/
/*header{
	height:44px;
margin-bottom:10px;
}
header nav {
	background: #24885a;
}
header nav ul {
	margin: 0;
	list-style-type: none;
	width:100%;
}
header nav ul li {
	float:left;
	width:25%;
	margin: 0;
	text-align: center;
}
header nav ul li a{
	display: block;
	background:#dedede;
	margin:0;
	padding:10px 20px;
	border-right:1px solid #666;
	border-left: 1px solid #fff;
 	box-sizing:border-box;
	text-decoration: none;
}
header nav ul li a:hover {
	background:#60d7a0;
}
header nav ul li ul {
	display: none;
}*/
header nav{
	width:100%;
	top:0;
	left:0;
	opacity:0.9;
	background:#fff;
	z-index:10;
	font-size:18px;
}


header nav ul {
	margin:20px auto 0;
	width:90%;
	
}
header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin-top:15px;
	display:inline-block;
}


header nav li .selected {
	color:#529536;
}
	

header nav li:first-child {
	margin-top:0;
}



header nav li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:18px 15px 18px 15px;
}

header nav li:nth-child(7) {
	margin-top:15px;
	margin-left: 10px;
	color: #fff;
	background-color: rgba(0,105,62,1);
	border-radius: 10px;
	background:url(../images/info.png) no-repeat left center rgba(0,105,62,1);
}

.none_ma{
	padding-top:5px;
}

header nav li:nth-child(7) a {
	display: block;
	color: #fff;
	padding-top: 13px;
	padding-right:20px;
	padding-left: 60px;
	padding-bottom: 23px;
	opacity: 1.0;
	height: 20px;	
}

header nav li:nth-child(7):hover {
	color: #fff;
	background:url(../images/info.png) no-repeat left center  #529536;
	}


/*header nav li:first-child:hover {
	opacity:0.6;
	
}*/
header nav li:hover {
	color:#00693e;
	text-decoration:none;
}


header nav ul ul {
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
}
header nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

header nav ul li ul {
  position: absolute;
  top: 63px;/*親メニューの高さと同じにする*/
  width: 180px;
  z-index: 100;
}



header nav ul li ul li {
　position: relative;
visibility: hidden;
  overflow: hidden;
  width: 180px;/*サブメニューの幅*/
  background:#fff;/*サブメニューの背景色*/
  
}

header nav ul li ul li a{
	display: block;
	
	padding-right:10px;
	margin-top:0px;

}

header nav ul li ul li:hover, header nav ul li ul li a:hover {
  background:#80c269;/*ホバー時のサブメニューの背景色*/
  color:#fff;
  display: block;
 
}


header nav ul li:hover ul li, header nav ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  
  z-index: 10;
 
}

header nav ul li ul li:nth-child(2){
	margin-top:0px;
}
header nav ul li ul li:nth-child(3){
	margin-top:0px;
}

.rOver img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	
}


/* サブナビ7つ
	* --------------------------------------- */

.menu ul{
	width:1100px;
	margin: 0px auto;
	margin-top:30px;
	margin-bottom:50px;
	display: flex;
	justify-content: center;
	font-family: 'mplusC';
    font-size: 18px;
}
	
.menu ul li {
	width:200px;
	text-align:center;
	background:#1a2853;
	margin-right:20px;
	
	
}

.menu ul li:last-child{
	margin-right:0px;
}


.menu ul li a{
	text-decoration:none;
	color: #fff;
	display: block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
	border: #1a2853 solid 1px;
	box-sizing: border-box;
}

.menu ul li a:hover{
	background:#fff;
	color:#1a2853;
	border: #1a2853 solid 1px;

}


.menu li a,
.menu li.active a{
	padding-top: 10px;
	padding-bottom: 8px;
	display: block;
}

.menu li.active a{
	color: #000;
}

/* サブナビ5つ
	* --------------------------------------- */

.menu3{
	width:1100px;
	margin: 0px auto;
	height:60px;
	margin-top:30px;
	margin-bottom:50px;
}
	
ul#menu3 li {
	display:inline-block;
	float:left;
	width:219px;
	margin-right:1px;
	text-align:center;
	background:#f79f9f;
	font-size: 18px;
	font-family: 'mplusC';
}




ul#menu3 li a{
	text-decoration:none;
	color: #fff;
}

ul#menu3 li a:hover{
	background:#fe599e;
	color:#fff;

}


ul#menu3 li a,
ul#menu3 li.active a{
	padding-top: 17px;
	padding-bottom: 15px;
	display: block;
}

ul#menu3 li.active a{
	color: #000;
}

/* サブナビ4つ
	* --------------------------------------- */

.menu4{
	margin: 0px auto;
	height:60px;
	margin-top:30px;
	margin-bottom:100px;
}
	
ul#menu4 li {
	display:inline-block;
	float:left;
	width:24%;
	text-align:center;
	background:#1e539f;
	margin-right:1%;
	font-size: 20px;
	font-family: 'mplusC';
}

ul#menu4 li:last-child{
	margin-right:0px;
}


ul#menu4 li a{
	text-decoration:none;
	color: #fff;
}

ul#menu4 li a:hover{
	background:rgba(255,255,255,.2);
	color:#fff;

}


ul#menu4 li a,
ul#menu4 li.active a{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

ul#menu4 li.active a{
	color: #000;
}

.menu5{
	width:720px;
	margin: 0px auto;
	height:60px;
	margin-top:30px;
	margin-bottom:100px;
}


/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

/*section {
	z-index: 5;
}
*/
/*================================================
 *  フッター
 ================================================*/
/*footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
}*/

#footer{
		bottom:0px;
	margin-top: 50px;
}

#footer_top{
	height: 60px;
	display: block;
	width: 100%;
	background: #feb957;
	text-align: center;
	color: #fff;
	padding-top:30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-top:120px;
}	

#footer_top a {
	text-decoration:none;
	color:#fff;
}

#footer_top a:hover {
	color:#00693e;
}
	
.f_logo{
	width:200px;
	float:left;
	margin-right:25px;
	margin-left:10px;
}

.f_comp{
	width: 300px;
	float: left;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 15px;
}

.f_top{
	width: 80px;
	margin-top: 10px;
	position: fixed;
	bottom: 90px;
	right: 5px;
	padding: 10px;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#footer{
	height: 30px;
	display: block;
	width: 100%;
	background-color: #2ca6e0;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	padding-top: 7px;
	font-family: 'mplusC';
}
	
	
.header_se {
	width:100%;
	position: relative;
    height: 400px;
  
    text-align: center;
}

.header_se h1 {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1100px;
	z-index:10;
	text-align:center;
	font-size:46px;
	color:#fff;
	font-family: 'はれのそら明朝';
}



.red{
	color:#ff0000;
}


input.infoInput {
    height: 20px;
    margin: 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosize{
	width:790px;
}

.infosize2{
	width:600px;
}

.infosize3{
	width:250px;
}

.infosize4{
	width:100px;
}

.infosize5{
	width:450px;
}

.infosize6{
	width:90%;
}

.infoselect{
	height: 35px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

textarea.infocomment {
    margin: 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.formBtn{
	text-align:center;
	margin: 50px 0;
}

.formBtnC{
	text-align:center;
	margin-top: 50px;
}

.formBtn_l{
	text-align:center;
}

.formBtn1{
	width:200px;
    border: 1px solid #2ca6e0;
    color: #fff;
	text-decoration:none;
	font-family: 'mplusC';
	font-size:18px;
	background:#2ca6e0;
	box-sizing: border-box;
	text-align: center;
	margin-left:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
	height: 40px;
}

.formBtn1:hover{
	background:#fff;
	color: #2ca6e0;
}

.formBtn2{
	width:100px;
	background:#2ca6e0;
	text-decoration:none;
	font-family: 'mplusC';
	font-size:18px;
	border:#2ca6e0 1px solid;
	text-align: center;
	margin-left:20px;
	color: #fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
	height: 40px;
}

.formBtn2:hover{
	background:#fff;
	color: #2ca6e0;
	
}


.formBtnE{
	width:200px;
    color: #fff;
	text-decoration:none;
	font-family: 'mplusC';
	font-size:18px;
	background:#2ca6e0;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
	height: 40px;
	border: #2ca6e0 1px solid;
}

.formBtnE:hover{
	background:#fff;
	color: #2ca6e0;
}

.formBtn3{
	width:200px;
	color:#fff;
	text-decoration:none;
	font-family: 'mplusC';
	font-size:18px;
	background:red;
	border:red 1px solid;
	text-align: center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
	height: 40px;
}

.formBtn3:hover{
	background: #fff;
	color: red;
	
}

.formBtn4{
	width:200px;
	color:#fff;
	text-decoration:none;
	font-family: 'mplusC';
	font-size:18px;
	background:#4d4d4d;
	border:#4d4d4d 1px solid;
	text-align: center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
	height: 40px;

}

.formBtn4:hover{
	background: #fff;
	color: #4d4d4d;
}

.mt20{
	margin-top: 20px;
}


table.table_rec {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
  margin : 8px  0 8px 0;
}

table.table_rec td {
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 8px 10px;
	vertical-align: middle;
}

table.table_rec th{
	background:#F7F7F7;
	color:#000000;
	border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 5px 10px;
  font-weight: normal;
		vertical-align: middle;
}

table.table_rec td ul{
  list-style: none;
	display: flex;
}

table.table_rec td ul li{
  width: 20%;
}


table.table_rec2 {
 width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 8px 10px;
	vertical-align: middle;
}

table.table_rec2 td {
 border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 8px 10px;
	vertical-align: middle;
}

table.table_rec2 th{
	background:rgba(49,155,208,.2);
	color:#000000;
	border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 5px 10px;
  font-weight: normal;
		vertical-align: middle;
	width: 20%;
	
}

table.table_rec2_2 {
	width: 40%;
	border-collapse: collapse;
	border: solid 1px #ccc;
	margin: 0 auto 20px;

}

table.table_rec2_2 td {
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 8px 10px 8px 10px;
	vertical-align: middle;
}

table.table_rec2_2 th {
	background: #F7F7F7;
	color: #000000;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 8px 10px 5px 10px;
	font-weight: normal;
	vertical-align: middle;
	width: 30%;

}

table.table_rec3 {
 width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 8px 10px;
	vertical-align: middle;
}

table.table_rec3 td {
 border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 8px 10px;
	vertical-align: middle;
}

table.table_rec3 th{
	background:rgba(46,49,146,.2);
	color:#000000;
	border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 5px 10px;
  font-weight: normal;
		vertical-align: middle;
	width: 20%;
	
}


table.uptable {
  width: 100%;
  border-collapse: collapse;
	border:none;
  margin : 8px  0 8px 0;
}

table.uptable td {
  border-collapse: collapse;
	border:none;
  margin : 8px  0 8px 0;
}

.job,.job2{
	width: 830px;
	margin:5px 0 10px 15px; 
}

.job ul,.job2 ul{
	
	list-style: none;
}

.job ul li,.job2 ul li{
	margin-right: 20px;
	float: left;
}

.p_none{
	display: none;
}

.kanko_w{
	width: 95%;
	margin: 15px auto 0;
}

.koe ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.koe ul li{
	width: 33%;
	margin-bottom: 5px;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}

.contentsN{
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}

.coD{
	width: 49%;
}

.upload-box {
	width:150px;
	min-height: 100px;
	padding: 5px;
	border: 2px dashed #333;
	border-radius: 8px;
}

.preview-box {
	width: 150px;
	min-height: 100px;
	padding: 5px;
	border-radius: 8px;
}


.upload-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.upload-box span {
	text-align: center;
}

.preview-box img {
	width: 100%;
	object-fit: cover;
}


.target {
 
}

.target.is-hidden {
	display: none;
  	opacity: 0;
}
.target.is-show {
  	animation: fadeIn 1s ease;
}

button.btn-more{
	border: 1px solid #1a2853;
	box-sizing: border-box;
}

.btn-more {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	width:250px;
  	margin: 30px auto;
  	color: #1a2853;
	font-size: 18px;
	background: #fff;
	height: 55px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 45px;
	transition: .3s;
	position: relative;
}

.btn-more::before{
	content: '';
    width: 30px;
    height: 30px;
    background: #1a2853;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
}

.btn-more::after{
	content: '＋';
    vertical-align: middle;
    border: 0;
    position: absolute;
    margin: auto;
    right: 14px;
    line-height: 55px;
    top: 0;
    bottom: 0;
    transition: .3s;
	color: #fff;
}

.btn-more:hover {
  	background: #1a2853;
	color: #fff;
	cursor: pointer;
}

.btn-more:hover::before{
    background: #fff;
}

.btn-more:hover::after{
    color: #1a2853;
}

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }

}