@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
html{
	width: 100%;
	font-size: 100%;
	
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

img {  
  max-width: 100%;
  height: auto;
  border: 0;

}

#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
}

#contents{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#contents_block{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#header {
    height: 60px;
    width: 100%;
    padding: 8px 0 0 0;
	margin-top: 0;
  }

#hd_block{
	width: 100%;
	max-height: 600px;
	margin-top: 0;
	position: relative;
}

.logo {
	max-width: 100%;
	height: 100px;
	height: auto;
	display: block;
}

#hd_title{
	max-width: 1000px;
	height: auto;
	margin: -80px auto 0 auto;
	position: absolute;
	left:0;
	right: 0;
	top:50%;
	z-index: 9;
	display: flex;
	background:rgba(255,255,255,0.50);
	padding: 20px;
}

#hd_title h1{
	width: 100%;
	font-weight: normal;
	text-align:center;
	font-size: 48px;
    font-size: clamp(52px, 2vw, 24px);
	margin: 0 auto;
	color:rgba(255,255,255,1.00);
	/*font-family: "M PLUS Rounded 1c", sans-serif;*/
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	text-shadow: 1px 2px 3px #000000;
}



.hd_title_logo{
	width: auto;
	display: block;
	position: absolute;
	left:70px;
}

.hd_title_logo img{
	width: 92px;
}

.h1_mm{
	font-size: 40px !important;
	display: block;
}

.br-pc {
	display: block;
}

.br-sp {
	display: none;
}

.hd_block_img{
	width: 100%;
	height: 600px;
	background-size:contain;
	background-position : 50% 50%;
	
}

.hd_block_img img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}


/*コンテンツ用*/

.hd_top_content{
	width: 100%;
	height: 60px;
}

#hd_content_block{
	width: 100%;
	max-height: 240px;
	margin-top: 0;
	position: relative;
}

#hd_content_block_title{
	max-width: 500px;
	height: auto;
	margin: 0 auto 0;
	position: absolute;
	left:0;
	right: 0;
	top:50%;
	z-index: 9;
}

#hd_content_block h1{
	text-align:center;
	margin: 0 auto;
}

#hd_title_content{
	max-width: 100%;
	height: auto;
	margin: -90px auto 0 auto;
	position: absolute;
	left:0;
	right: 0;
	top:50%;
	z-index: 9;
	display: flex;
	padding: 5px;
	background:rgba(255,255,255,0.60);
}

#hd_title_content h1{

}


h1.content_logos{
	padding: 10px;

}

.hd_block_content_img{
	width: 100%;
	max-height: 240px;
	background-size:cover;
	background-position :50% 50%;
	
}

.hd_block_content_img img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position:50% 50%;
}

.content_block_area{
	width: 100vw;
	min-height: 615px;
	margin: 60px calc(50% - 50vw) 0;
	background:url("../../content/images/contentbg.png") ;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.pages{
	margin-top: -100px;
}

/*コンテンツブロックインナー*/

.content_block_inn{
	max-width: 1000px;
	height: auto;
	margin: -20px auto 0;
	padding: 0 20px;
}

.content_sub{
	max-width: 1000px;
	height: auto;
	margin: -20px auto 0;
	padding: 0 20px;
}

/*ニュース設定*/

.news {
	max-width:1000px;
	height:auto;
	position: relative;
	padding:0;
	margin:0;
	flex-wrap: nowrap;
	margin-bottom: 100px;
}

.news dl {
	width:100%;
	padding:0 0 0 0;
	color: rgba(0,0,0,1.00);
	margin-top: 40px;
}

.news dl dt {
  clear:left;
  float: left;
  width: 14em;
  padding: 20px 0px 12px 1em;
}

.news dl dd {
  padding: 14px 0 12px 14em;
  line-height: 1.7em;
  border-bottom: #000000 dotted 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.news a {
	color: #000;
	text-decoration:none;	
}

.news a:hover {
	color:#2AAB77;
	transition: .4s;
}

.news dd > span{
	display: block;
	font-size: 0.9em;
}


/*メンバー*/

.member_area{
	width: 100%;
	height: auto;
}

.member_area{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.member_block{
	width: calc(50% - 20px);
	height: auto;
	margin: 10px;
	position: relative;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;

}

.member_photo{
	width: 150px;
	height: auto;
	margin-right: 10px;
}

.member_title{
	width: 250px;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-top: 40px;
}

.member_txt{
	font-size: 16px;
	display: block;
	padding: 10px 0;
}

.member_box{
	border: #F35B5D solid 2px;
	display: block;
	padding: 20px;
	margin-top: 40px;
}

/*リンクバナー*/

.bnn_block{
	max-width: 300px;
	height: auto;
	padding: 0;
	margin: 10px 0;
}

.bnn_block ul{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bnn_block li{
	width: 300px;
	height: auto;
	padding: 0;
	margin: 0;
}

/*枠付きボックス*/

.content_box_area{
	max-width: 1000px;
	height: auto;
	border: #79C26D solid 2px;
	margin: 30px auto;
	background: #FFFFFF;
	padding: 30px 10px;
}

/*リンク*/
#link_block{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto 80px;
	padding: 0;
}

#link_block img{
	max-width: 300px;
	height: auto;
}

#link_block ul{
	max-width: 300px;
	list-style: none;
	margin: 0 auto;
	text-align: center;
	padding-left: 0;
}

#link_block li {
	padding:0 0 5px 0;
	text-align: center;
	list-style: none;
}

#link_block li:hover {
	opacity: .7;
	transition: .4s;
}


/*フッター*/
#footer_block{
	width: 100%;
	height: 475px;
	background: #96C244;
	background-image: url("../../content/images/ft_bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

.copyright{
	text-align: center;
	color: #FFF;
	font-size: 16px;
	padding: 0 0 20px;
	position: absolute;
	bottom: 14px;
	left:0;
	right:0;
}

.adds{
	text-align: center;
	font-size: 1.2em;
}

.button_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 20px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button_contact:hover {
    background-color: #1579c0;
}

.button_contact::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}


/*ページトップ*/
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color:#2A8F26;
    font-size: 20px;
    text-align: center;
    display: none;
	border: #2A8F26 solid 2px;
	background-color: rgba(255,255,255,1.00);
    position: fixed;
    z-index: 9999;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

/*ボタン設定*/

.more_link_bt {
	width: auto;
	height: 40px;
	display: block;
	margin-top: 1.5em;
}
.more_link_bt a{
	width: 250px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	color:#000000;
	border-radius: 4px;
	background-color:rgba(255,255,255,1.00);
	border: #53A3C9 solid 1px;
	font-size: 1.1rem;
	display: block;
	margin: 0 auto;
}

.more_link_bt a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	background-color:#15AFE3;
	text-decoration: none;
	color:rgba(255,255,255,1.00);
}

/*リスト基本設定*/

.content_sub ol,ul{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	padding: 30px 1em 30px 2em;
	border: #7A7A7A solid 1px;
}

.content_sub li{
	padding: 0.5em .5em;
	line-height: 1.2em;
}

/*テーブル設定*/
table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
table-layout: fixed;
}

table tr th{
padding: 20px 10px;
text-align: center;
vertical-align: middle;
border: solid #CCC;
border-width: 1px;
}

table tr td{
padding: 20px 10px;
text-align: left;
vertical-align: middle;
border: solid #CCC;
border-width: 1px;
}

table tr th{
background: #eee;
}

.clear{
	clear:both;
}

@media screen and (max-width : 720px ){
	
#contents_block{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

	
#header {
    height: 60px;
    position: fixed;
    width: 100%;
    padding: 8px 0 0 0;
	margin-top: 0;
  }

#hd_block{
	width: 100%;
	max-height: 700px;
	margin-top: 0;
	position: relative;
}

#hd_title{
	max-width: 1000px;
	height: auto;
	margin: -30px auto 0 auto;
	position: absolute;
	left:0;
	right: 0;
	top:50%;
	z-index: 9;
	display: flex;
}

#hd_title h1{
	width: auto;
	font-weight: normal;
	text-align:center;
	font-size: 30px;
    font-size: clamp(30px, 2vw, 18px);
	margin: 0 auto;
	color:rgba(255,255,255,1.00);
	/*font-family: "M PLUS Rounded 1c", sans-serif;*/
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	text-shadow: 1px 2px 3px #000000;
	padding-left: 50px;
}

.hd_title_logo{
	width: auto;
	display: block;
	position: absolute;
	left:10px;
}

.hd_title_logo img{
	width: 50px;
}

.h1_mm{
	font-size: 22px !important;
	display: block;
	margin-bottom: -10px;
}
	
.br-sp {
	display:block;
}

.br-pc {
	display: none;
}

	
.hd_block_img{
	width: 100%;
	height: 450px;
	background-size:contain;
	background-position : 50% 50%;
	
}

.hd_block_img img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}

	/*コンテンツ用*/

#hd_content_block{
	width: 100%;
	max-height: 240px;
	margin-top: 0;
	position: relative;
}

#hd_content_block_title{
	max-width: 1000px;
	height: auto;
	margin: 0px auto 0;
	position: absolute;
	left:0;
	right: 0;
	top:50%;
	z-index: 9;
}

#hd_content_block h1{
	font-weight: normal;
	text-align:center;
	font-size: 18px;
    font-size: clamp(16px, 2vw, 18px);
	margin: 0 auto;
	color:rgba(0,0,0,1.00);
	/*font-family: "M PLUS Rounded 1c", sans-serif;*/
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-weight: 300;
	line-height: 1.7em;
}
	
#hd_title_content{
	max-width: 100%;
	height: auto;
	margin: -20px auto 0 auto;
	position: absolute;
	left:0;
	right: 0;
	top:50%;
	z-index: 9;
	display: flex;
	padding: 5px;
	background:rgba(255,255,255,0.60);
}

#hd_title_content h1{
	width: 300px;

}

.hd_block_content_img{
	width: 100%;
	height: 240px;
	background-size:contain;
	background-position :50% 50%;
	
}

.hd_block_content_img img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position:50% 50%;
}

.content_block_area{
	width: 100vw;
	min-height: 615px;
	margin: 60px calc(50% - 50vw) 0;
	background:url("../../content/images/contentbg.png") ;
	background-repeat: no-repeat;
	padding: 40px 0;
}
	
/*コンテンツブロックインナー*/

.content_block_inn{
	max-width: 1000px;
	height: auto;
	margin: -20px auto 0;
	padding: 0 20px;
}

/*メンバー*/

.member_area{
	width: 100%;
	height: auto;
}

.member_area{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.member_block{
	width: 100%;
	height: auto;
	margin: 10px;
	position: relative;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;

}

.member_photo{
	width: 150px;
	height: auto;
	margin-right: 10px;
	margin: 0 auto;
}

.member_title{
	width: 250px;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-top: 40px;
	margin: 10px auto;
	text-align: center;
}


/*ニュース設定*/

.news {
	max-width:1000px;
	height:auto;
	position: relative;
	padding:0;
	margin:0;
	flex-wrap: nowrap;
	margin-bottom: 100px;
}

.news dl {
	width:100%;
	padding:0 0 0 0;
	color: rgba(0,0,0,1.00);
	margin-top: 40px;
}

.news dl dt {
  clear:left;
  float: none;
  width: 100%;
  padding: 20px 0px 6px 0;
	font-weight: 700;
}

.news dl dd {
  padding: 0 0 12px 0;
  line-height: 1.7em;
  border-bottom: #000000 dotted 1px;
  margin-left: 0;
  margin-right: 0;
}

.news a {
	color: #000;
	text-decoration:none;	
}

.news a:hover {
	color:#2AAB77;
	transition: .4s;
}
	
/*リスト基本設定*/

.content_block_inn ol,ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0em 30px 1.5em;
}

.content_block_inn li{
	padding: 0.5em .5em;
	line-height: 1.5em;
}
	
/*フッター*/
#footer_block{
	width: 100%;
	height: 475px;
	background: #96C244;
	background-image: url("../../content/images/ft_bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

.copyright{
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding: 0 0 20px;
	position: absolute;
	bottom: 14px;
	left:0;
	right:0;
}
}