@charset "UTF-8";
/* RestCSS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
h1, h2, h3, h4,
button, input, label {
  line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width: 100%;
	display: block;
}

/* 回り込み解除 */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* レイアウト */
body{
	line-height:130%;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 16px;
	color: #333
}

a{
	color: #333;
	text-decoration: none;
}
.inner{
	max-width: 980px;
	width:90%;
	margin: 0 auto;
}

input,textarea{
	font-size:12pt;
}

/* 共通（Header） */
.top_nav{
	width:100%;
	background: #368040;
	margin-bottom: 45px;
}
.top_nav .inner{
	max-width: 1180px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.header_logo a{
color: #fff;
font-size: 24px;
font-weight: bold;
}
.header_btn{
	width: 200px;
	height: 50px;
	background-color: #e67e22;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition:all .3s ease-in-out;
}
.header_btn::after{
content: "▶";
position: absolute;
right: 12px;
font-size: 0.8em;
}
.header_btn:hover{
	opacity: 0.8;
}

.nav{
	width:100%;
	margin-bottom: 30px;
}

#navigation{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#navigation li{
	border-left: 2px solid #d9d9d9;
}
#navigation li:last-of-type{
	border-right: 2px solid #d9d9d9;
}
@media screen and (max-width:768px) {
	.top_nav{
		margin-bottom: 30px;
	}
	.header_logo a{
font-size: 20px;
}
.header_btn{
	width: 180px;
}
}
@media screen and (max-width:499px) {
	.header_logo a{
		font-size: 16px;
	}
	.header_btn{
	width: 120px;
	font-size: 14px;
}
.header_btn::after{
	right: 6px;
}
	#navigation{
	grid-template-columns: 1fr 1fr;
}
#navigation li:first-of-type{
	border-bottom: 2px solid #d9d9d9;
}
#navigation li:nth-of-type(2){
	border-right: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
}
}

/* 共通（Footer） */
#footer{
	margin: 30px 0 0 0;
}
#footer_sitemap{
	width:100%;
	background: #edecdd;
	padding:30px 0;
}
#footer_sitemap .inner{
	display: flex;
	justify-content: space-between;
}

#footer_copyright{
	width:100%;
	height: 50px;
	line-height: 50px;
	background: #368040;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.foot{
	margin:0 10px ;
	font-size: 10pt;
}

.foot a{
	color:#333;
	margin-bottom: 8px;
	transition: all .3s ease-in-out;
}
.foot a:hover, .foot a:active{
opacity: 0.8;
}

.foot p{
	font-weight: bold;
	color: #368040;
	font-size: 16px;
	margin-bottom: 8px;
}

.foot_2row_mt{
	margin-top: 20px;
}

@media screen and (max-width:980px) {
	#footer_sitemap .inner{
	display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
/* .foot1{
	order: 1;
} */
.foot2{
	/* order: 3; */
padding-top: 40px;
}
/* .foot3{
	order:2;
	padding-top: 40px;
}
.foot4{
	order:4;
} */
}
@media screen and (max-width:599px) {
	#footer_sitemap .inner{
grid-template-columns: 1fr;
}
.foot2{
	padding-top: 0;
	/* order: 2; */
}
/* .foot3{
	order:3;
	padding-top: 0;
} */
 .foot4{
	padding-top: 20px;
 }
}

/* セカンドページ共通 */
#main{
	margin:30px 0 0 0;
}

#hline{
	width:100%;
	padding: 10px 0;
	background:#edecdd;
}

#hline h2{
	max-width: 980px;
	width:90%;
	margin:0 auto;
	border-left:5px solid #368040;/*左線の太さ、種類、色*/
	padding:0 0 0 15px;
	font-size: 22px;
	font-weight: bold;
	 word-break: keep-all;
	 overflow-wrap: break-word;
}

#contents{
	max-width: 980px;
	width:90%;
	margin:20px auto 30px auto;
}

.section{
	margin:20px 0 0 0;
}

.article{
	margin:15px 0 0 0;
}

#contents h3{
	background:url(../img/ico_arrow.png) no-repeat left 5px;
	padding:0 0 0 30px;
	font-size: 20px;
	font-weight: bold;
	margin:50px 0 20px 0;
}

#contents h4{
	color:#0f4c81;
	font-size: 18px;
	font-weight: bold;
	margin:30px 0 15px 0;
}

#contents input[type="button"],
#contents input[type="submit"],
  #contents input[type="reset"]{
	border: 1px solid #368040;
	border-radius: 5px;
	width: 120px;
	margin-inline:auto;
	padding: 5px 10px;
	font-weight: bold;
	transition: all .3s ease-in-out;
	cursor: pointer;
  }

  #contents input[type="button"],
	#contents input[type="submit"]
	{
	background-color: #368040;
	color: #fff;
  }
 #contents input[type="button"]:hover,
 #contents input[type="submit"]:hover
 {
	opacity: 0.8;
 }
  #contents input[type="reset"]{
	background-color: #fff;
color: #368040;
  }
    #contents input[type="reset"]:hover{
		background-color: #edecdd;
	}


/* TOPへ戻る */
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #0f4c81;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
