@charset "utf-8";
@import "reset.css";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
	color: #222;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	height: 100%;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast:none) {
	html {
		font-family: arial, "メイリオ", Meiryo, sans-serif;
	}
}
body {
	height: 100%;
}
img {
	height: auto;
	max-width: 100%;
}

.font_serif {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
@media all and (-ms-high-contrast:none) {
	.font_serif {
		font-family: "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('font/NotoSerifCJKjp-Medium.woff') format('woff');
  font-display: swap;
}


.jp{
    font-family: "Noto Serif Japanese", serif, san-serif;
}

.pc_b {display: block;}
.pc_i {display: inline;}
.sp_b, .sp_i {display: none;}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
}

*:focus {
  outline: none;
}

/*===============================================
共通
===============================================*/
.box .title{
	text-align: center;
	color: rgb( 0,138,137 );
}

.wrap_box{
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;    
}
a img{
	-webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;	
}
a:hover img{
	opacity: .7;
}
.contents_box .title{
	margin-bottom: 60px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -2px;
}
.contents_box .btn{
	width: 100%;
}
.contents_box{
	margin-bottom: 120px;
}
.inner{
	max-width: 970px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.anchor-txt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

/*===============================================
header
===============================================*/
header{
	position: fixed;
	width: 100%;
	background: white;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 10px 0 18px;
}
header .inner{
	justify-content: space-between;
	align-items: center;
}
#gnavi{
	margin-top: 6px;
}
#gnavi li{
	font-size: 15px;
	margin-left: 36px;
}
#gnavi li a{
	text-decoration: none;
	color: black;
	-webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;	
}
#gnavi li a:hover{
	color: rgb( 46,177,15 );
}
#head-logo{
	position: relative;
	padding-top:15px;
}
#head-logo:hover img{
	opacity: .6;
}
#head-logo img{
	/* vertical-align:middle;*/
	-webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;	

}
#header-banner{
	margin-top: 64px;
	background: url(../img/index/header-bg.png) no-repeat center top;
	padding-top: 37.5%;
	background-size: cover;
	position: relative;
}

#header-banner h2{
	line-height: 1.5;
	font-size: 38px;
	color: white;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	

}

.page-title{
	
	color: rgb( 46,177,15 );
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	background: url(../img/common/title-bg.png) no-repeat center bottom;
	background-size: 190px;
	padding-bottom: 36px;
	margin-bottom: 50px;
font-family: "Noto Serif Japanese", serif, san-serif;
}

.contents-box{
	padding-top: 50px;
	padding-bottom: 50px;
}

.color-box{
	background: rgba( 46,177,15,.15 );
}
.btn{
	max-width: 380px;
	width: 100%;
	margin: auto;
	display: block;
	background: rgb( 46,177,15 );
	border: 1px solid rgb( 46,177,15 );
	text-align: center;
	color: white;
	font-size: 15px;
	height: 60px;
	line-height: 58px;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;	
	  border-radius: 3px;
}
.btn:hover{
	background: white;
	color: rgb( 46,177,15 );
}

.page-banner{
	background: url(../img/news/banner.png) no-repeat center top;
	background-size:cover;
	padding-top: 12.5%;
	margin-top: 64px;
	margin-bottom: 50px;
	position: relative;
}
.page-banner h2{
	color: white;
font-family: "Noto Serif Japanese", serif, san-serif;
font-weight: bold;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	

}

.page-contents{
	margin-bottom: 100px;
}



/*===============================================
news-box
===============================================*/
.news-box dt{
	font-size: 15px;
	font-weight: bold;
	color: rgb( 46,177,15 );
	margin-bottom: 15px;
}
.news-box dd{
	font-size: 15px;
	line-height: 1.6;
}
.news-box .list-box{
	border: 5px solid #ebebeb;
}
.news-box .list-box ul{
/*
	height: 220px;
	overflow-y: scroll;
*/
	padding: 30px 40px;
}
.news-box li:not(:last-child){
	margin-bottom: 30px;
}
.news-box dd a{
	color: rgb( 46,177,15 );
}
.news-box dt{
	margin-bottom: 0px;
}


.list-box1{
    border: solid 5px #ebebeb;
}

.list-box1 p{
    font-size: 15px;
	line-height: 1.8;
}

.list-box1 ol {
    padding: 30px 40px;
    font-size: 15px;
	line-height: 1.8;
}
.list-box1 ul{
    font-size: 15px;
    line-height: 1.8;
}

.list-box2
{
    border: solid 5px #ebebeb;
}
.list-box2 p{
    color: rgb( 46,177,15 );
    font-size: 15px;
    font-weight: bold;
	line-height: 1.8;
}
.list-box2 ol {
    color: rgb( 46,177,15 );
    padding: 30px 40px;
    font-weight: bold;
    font-size: 15px;
	line-height: 1.8;
}
.list-box2 ul{
    color: rgb( 46,177,15 );
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
}
.list-box2 a{
    color: rgb( 46,177,15 );
    text-decoration: none;
}
.list-box2 a:hover {
color:#54E241;

}
/*===============================================
about-box
===============================================*/
.about-box p{
	font-size: 15px;
	line-height: 1.8;
}

.about-box .text-right{
	text-align: right;
	margin-top: 45px;
}
/*===============================================
business-box 
===============================================*/
.business-box .text{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 45px;
}
.business-box ol{
	margin-bottom: 45px;
}
.business-box ol li{
	font-size: 15px;
	line-height: 2.2;
}
/*===============================================
officer-box
===============================================*/
.officer-box p{
	text-align: right;
	font-size: 15px;
}
.item-table{
	background: white;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 15px;
}
.item-table th,
.item-table td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #CCC;
	padding: 30px;
}
.item-table th{
	text-align: center;
	font-weight: bold;
	background: #e5e5e5;

}

.item-table tr:nth-child(2) th,
.item-table tr:nth-child(4) th{
	vertical-align: top;

}
.item-table dt,
.item-table dd{
	display: inline-block;
	font-size: 15px;
	color: #666;
	line-height:1.5;
}
.item-table dl:not(:last-of-type){
	margin-bottom: 20px;
}
.item-table dt{
	font-weight: bold;
	width: 100px;
	color: black;
}
/*===============================================
contact-box
===============================================*/
.contact-box .logo{
	text-align: center;
	margin-bottom: 35px;
}
.contact-box ul{
	justify-content: space-between;
	align-items: center;
}
.contact-box li{
	border: 4px solid rgb( 46,177,15 );
	text-align: center;
	font-size: 15px;
	max-width: 300px;
	width: 100%;
	height: 60px;
	line-height: 52px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;

}

.contact-box li:nth-child(2) a{
	display: none;
}

.contact-box li:not(:nth-child(2)):hover{
	background: rgb( 46,177,15 );
	color: white;
}
/*===============================================
address
===============================================*/
address{
	font-style: normal;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
}
/*===============================================
#news
===============================================*/
#news .text{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 45px;
}

#news h3{
	font-size: 18px;
	position: relative;
	color: rgb( 46,177,15 );
	margin-bottom: 15px;
}
#news h3:before{
	content: "";
	width: 15px;
	height: 15px;
	background: rgb( 46,177,15 );
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
#news .box{
	margin-bottom: 50px;
}
#news li{
	font-size: 15px;
	line-height: 1.8;
}
#news .box p{
	font-size: 15px;
	line-height: 1.8;

}
#news .box a{
	color: rgb( 46,177,15 );
}

.greentext{
    color: rgb( 46,177,15 );
}

.redtext{
    color:red;
}

#news .blacktxth3 {
	font-size: 18px;
	position: relative;
	color: black;
	margin-bottom: 15px;
}
#news .blacktxth3:before{
	content: none;
}

#news .lefttxt{
    font-weight: bold;
    text-align: right;
}

.sp-only{
		display: none;
}
/*===============================================
839
===============================================*/
@media screen and (max-width: 839px){
	#gnavi{
		display: none;
	}
#head-logo{
	width: 65%;
	margin: auto;
}
#head-logo img{
	width: 100%;
}
	.contact-box li{
		max-width: none;
	}
	.contact-box li:not(:last-child){
		margin-bottom: 2.5%;
	}


header{
	position: relative;
}
.page-banner,
#header-banner{
	margin-top: 0;
}





}

/*===============================================
767
===============================================*/
@media screen and (max-width: 767px){

.contact-box li:nth-child(2):hover{
	background: rgb( 46,177,15 );
	color: white;
}
.contact-box li:nth-child(2) a{
	display:block;
}

header{	padding:0 0 15px 0;
}

.page-banner h2{
	font-size: 2.0rem;
	line-height: 1.5;
}
#news h3:before{
	vertical-align: baseline;
}
	html{
		font-size: 62.5%;
	}
.sp-only{
		display:block;
}

	#header-banner h2{
		font-size: 2.0rem;
		text-align: center;
	}


.contents-box{
	padding-top: 10%;
	margin-top: 0;
	padding-bottom: 10%;
}
.page-title{
	font-size: 2.4rem;
	background-size: 150px;
	margin-bottom: 8%;
}

.news-box .list-box ul{
	padding: 5%;
}
.news-box li:not(:last-child){
	margin-bottom: 5%;
}
.news-box dt{
	margin-bottom: 2.5%;
}
.news-box dt time,
.news-box dt .txt{
	display: block;
}

.news-box dt time{
	margin-bottom: 2.5%;
}
#news li,
#news .text,
.item-table dt, .item-table dd,
.business-box .text,
.about-box p,
.news-box dt,
.news-box dd{
	font-size: 1.3rem;
}
.item-table dl:not(:last-of-type){
	margin-bottom: 8%;
}
.item-table dt{
	margin-bottom: 2.5%;
}

.about-box .text-right{
	margin-top: 2.5%;
}

.business-box .text{
	margin-bottom: 5%;
}

.item-table th, .item-table td{
	display: block;
	width: 100%;
	font-size: 1.6rem;
	padding: 5%;
}

.item-table dt, .item-table dd{
	display: block;
}
#news .box{
	margin-bottom: 10%;
}
#news .text{
	margin-bottom: 5%;
}
#news li:not(:last-child){
	margin-bottom: 5%;
}
#news h3{
	font-size: 1.8rem;
	margin-bottom: 5%;
}

.page-contents{
	margin-bottom: 10%;
}
.page-banner{
	background: url(../img/index/header-bg.png) no-repeat center top;
	background-size:cover;
	margin-bottom: 5%;
	padding-top: 37.5%;
}

address{
	margin-bottom: 10%;
	font-size: 1.5rem;
}


#header-banner{
	background: url(../img/index/header-bg.png) no-repeat right top;
	padding: 30% 0 ;
	background-size: cover;
}
.contact-box .logo{ width:60%; text-align:center; margin-left:auto; margin-right:auto;}

}

/*===============================================
320
===============================================*/
@media screen and (max-width: 320px){
	
.page-banner h2,
	#header-banner h2{
		font-size: 1.4rem;
	}
.btn,
#news li, #news .text, .item-table dt, .item-table dd, .business-box .text, .about-box p, .news-box dd{
	font-size: 1.2rem;
}
.contact-box .logo img{
	width: 75%;
}
.contact-box .logo{
		margin-bottom:5%;
	}
}