@charset "utf-8";


html {
	color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
 	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}


body {
    font-family: 'Noto Sans JP', sans-serif;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0 0px;
	text-align : center ;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
	height:1px;
	overflow: hidden;
}





@media only screen and (max-width: 799px) {

p{
	text-align: left;
	font-size: 14px;
	line-height: 2;
	color: #333;
	margin: 0 0 0 0;
	padding: 0;
}



.wrapper{
	width:100%;
	background: #efefef;
	padding: 0px 15px 0 15px;
	text-align: center;
}

.top-contents{
	width:100%;
	background: #ffffff;
	padding: 24px;
	margin: 0 auto;
}

.head{
	width: 100%;
}
.head img{
	width: 100%;
	border: 1px solid #757267;
}

section.head-lead{
	text-align: left;
	border-radius: 24px;
	background: #e0f4d5;
	padding: 12px 24px;
	border: 0px solid #757267;
}

section.outline{
	text-align: left;
	background: #fff;
	padding: 12px 15px;
	margin: 0px 0 30px 0;
}

.outline-h2{
	text-align: center;
	font-size: 21px;
}

.outline-h2 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.outline-h2:before, .outline-h2:after {
  border-top: 3px solid #556e41;
  content: "";
  width: 2em; /* 線の長さ */
}
.outline-h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.outline-h2:after {
  margin-left: 1em; /* 文字の左隣 */
}

.outline-h3{
	font-size:16px;
	line-height: 1.8;
	color: #757267;
	margin: 0 0 18px 0;
	border-left: 0px solid #3e6064;
	padding: 9px 0 0px 0px;
}


.outline-col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 0px 0;
	border-bottom: 1px dotted #ddd;
	padding: 18px 0 18px 0;
}

.outline-col01{
	border-top: 1px dotted #ddd;

}

.outline-left{
	width: 100%;
	background: #fff;
	border-right: 0px solid #ddd;
	padding: 0 12px 0 12px;
}

.outline-right{
	width: 100%;
	background: #fff;
	padding: 0 12px 0 12px;
}





section.contents-past{
	text-align: left;
	border-radius: 0px;
	background: #fff;
	padding: 30px 24px;
	border: 1px solid #ffcc66;
	margin: 30px 18px 30px 18px;
}
.h3-past{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	padding: 0;
	margin: 6px 0 30px 0;
}
section.contents-footer p{

}

section.contents-footer{
	text-align: left;
	border-radius: 24px;
	background: #fdecef;
	padding: 12px 24px;
	border: 0px solid #ddd;
	margin: 0 18px 0 18px;
}
section.contents-footer p{
	font-size: 0.9em;
}



.to-entry{
	width: 100%;
	text-align: center;
	margin: 0 0 45px 0;
}

.to-entry a{
	display: block;
	width: 300px;
	color: #fff;
	padding: 12px 0 12px 0;
	font-size:18px;
	font-weight: 500;
	background: #556e41;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 12px;
}

.to-entry a:hover{
	opacity: 0.7;
}



}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 800px) {

p{
	text-align: left;
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin: 0 0 0 0;
	padding: 0;
}


.wrapper{
	width:100%;
	background: #efefef;
	padding: 15px 15px 24px 15px;
	text-align: center;
}

.top-contents{
	width:100%;
	max-width:1000px;
	background: #ffffff;
	padding: 12px 24px 24px 24px;
	margin: 0 auto;
}

.head{
	width: 100%;
}
.head img{
	width: 100%;
	border: 1px solid #757267;
}

section.head-lead{
	text-align: left;
	border-radius: 24px;
	background: #e0f4d5;
	padding: 24px 36px;
	border: 0px solid #757267;
}

section.head-lead p{
	font-size:18px;
	line-height: 2;
}

section.outline{
	text-align: left;
	background: #fff;
	padding: 12px 24px;
	margin: 0px 0 30px 0;
}

.outline-h2{
	text-align: center;
	font-size: 30px;
}

.outline-h2 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.outline-h2:before, .outline-h2:after {
  border-top: 3px solid #3e6064;
  content: "";
  width: 3em; /* 線の長さ */
}
.outline-h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.outline-h2:after {
  margin-left: 1em; /* 文字の左隣 */
}

.outline-h3{
	font-size:16px;
	color: #757267;
	line-height: 1.8;
	margin: 0 0 0px 0;
	border-left: 0px solid #3e6064;
	padding: 0px 0 0px 0px;
}


.outline-col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 0px 0;
	border-bottom: 1px dotted #ddd;
	padding: 18px 0 18px 0;
}

.outline-col01{
	border-top: 1px dotted #ddd;

}

.outline-left{
	width: 200px;
	background: #fff;
	border-right: 0px solid #ddd;
	padding: 0 12px 0 12px;
}

.outline-right{
	width: 700px;
	background: #fff;
	padding: 0 12px 0 12px;
}


section.contents-past{
	text-align: left;
	border-radius: 0px;
	background: #fff;
	padding: 30px 24px;
	border: 1px solid #ffcc66;
	margin: 30px 18px 30px 18px;
}
.h3-past{
	text-align: center;
	font-size: 21px;
	line-height: 1.8;
	padding: 0;
	margin: 6px 0 30px 0;
}
section.contents-footer p{

}



section.contents-footer{
	text-align: left;
	border-radius: 0px;
	background: #fdecef;
	padding: 12px 24px;
	border: 0px solid #ddd;
	margin: 30px 18px 0 18px;
}
section.contents-footer p{
	font-size: 0.9em;
}


.to-entry{
	width: 100%;
	text-align: center;
	margin: 0 0 45px 0;
}

.to-entry a{
	display: block;
	width: 420px;
	color: #fff;
	padding: 12px 0 12px 0;
	font-size:18px;
	font-weight: 500;
	background: #556e41;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 12px;
}

.to-entry a:hover{
	opacity: 0.7;
}

}/*//end  min-width: 481px ///////////////////////*/











