@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/
html,body{
    height: 100%;
}

body{	
	color:#000000;
	font-size:16px;
	margin:0;
	height:100%;
	position:relative;
	font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height:1.6;
	overflow-x:hidden;
	background-image:url(../image/back.jpg);
}

body > #primary {
	height: auto;
}

a:link {color:#00719f; text-decoration:underline;}
a:visited {color:#00719f; text-decoration:underline;}
a:hover {color:#cf3434; text-decoration:underline;}

img{
	border:0;
	vertical-align: bottom;
}

p {
	margin-top: 0;
}

/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.under { margin-bottom:20px; }
.right { float:right;}
.left { float:left;}

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.cl:after {
    content: "";
    display: block;
    clear: both;
}

.pc {
	display:inherit;
}

.sp {
	display:none;
}

.text-hide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

img.fitimg {
	max-width:100%;
	height:auto;
}


/*------------------------------------------------------------------------------------------------------------------
　Float Image
-------------------------------------------------------------------------------------------------------------------*/

.photo-l {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.photo-r {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.photo-l img {
	width:100%;
	height:auto;
}

.photo-r img {
	width:100%;
	height:auto;
}

.photo-c {
	text-align:center;
	margin: 0 auto;
}

.photo-c img {
	width:100%;
	height:auto;
}


/*------------------------------------------------------------------------------------------------------------------
　Primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width:100%;
    height: auto !important;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    position: relative;
    min-height: 100%;

}

.inner {
	width: 1020px;
	margin-left:auto;
	margin-right:auto;
}

article {
	position:relative;
    padding-bottom:250px;
}

@media only screen and (max-width: 1080px) {
	.inner {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		overflow: hidden;
	}
}


/*------------------------------------------------------------------------------------------------------------------
　Header
-------------------------------------------------------------------------------------------------------------------*/

header {
	background-color: #aae271;
	margin-bottom: 24px;
	border-top: 4px solid #00723a;
	box-shadow: 0px 1px 3px 0px rgba(44, 60, 27, 0.5);
}

header .logo {
	float: left;
	width: 340px;
	margin: 24px 0 23px;
}

header nav {
	float:right;
	margin: 0 0 0 24px;
}

header ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

header li {
	width: 25%;
	float: left;
	display: inline-block;
	list-style: none;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	border-left: 1px solid #00a554;
	overflow: hidden;
}

header li:last-child {
	border-right: 1px solid #00a554;
}

header li::before,
header li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

header li,
header li::before,
header li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

header li::after {
	top: -100%;
	width: 100%;
	height: 100%;
}

header li:hover::after,
header li.stay::after {
	top: 0;
	background-color: #00723a;
}



header li a img {
	display: inline-block;
}

@media screen and (max-width:1080px) {
	header .inner {
	    width: 94%;
		padding-left: 3%;
		padding-right: 3%;
		margin: 0;
		position: relative;
		text-align: left;
	}
	
	header .logo {
		position: absolute;
		left: 3%;
		top: 16%;
		width: 33.3%;
		margin: 0;
	}
	
	header nav {
		width: 60.3%;
	}
}

@media screen and (max-width:800px) {
	header .logo {
		display: block;
		float: none;
		position: inherit;
		width: 340px;
		margin: 24px auto;
	}
	
	header nav {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
}


/*------------------------------------------------------------------------------------------------------------------
　Side
-------------------------------------------------------------------------------------------------------------------*/

.side {
	float:left;
	width: 200px;
	margin-right: 24px;
}

.side .affiriation_btn {
	width: 200px;
	margin-bottom: 24px;
}

.side .link_box {
	margin: 0;
	padding: 0;
}

.side .link_box li {
	list-style: none;
	margin-bottom: 24px;
}

.side .affiriation_btn img {
	width: 100%;
	height: auto;
	display: block;
}

.side .affiriation_btn img a {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width:1080px) {
	.side {
		float: none;
		position: absolute;
		z-index: 3;
	}
}

@media screen and (max-width:800px) {
	.side {
      	order: 2;   /* 2番目に表示 */
		position: static;
		width: 424px;
		margin: 36px auto 0;
	}
	.side .affiriation_btn {
		float: left;
		padding-right: 24px;
		margin-bottom: 0;
	}
	.side .link_box {
		float: left;
	}
	.side .link_box li {
		margin-bottom: 32px;
	}
	.side .link_box li:last-child {
		margin-bottom: 0;
	}
}


/*------------------------------------------------------------------------------------------------------------------
　main
-------------------------------------------------------------------------------------------------------------------*/

.main {
	width: 796px;
	float: left;
}

article h1 {
	font-size: 1.75em;
	color: #fff;
	background-color: #00723a;
	margin: 0;
	padding: 0.25em 0.5em;
}

article h2 {
	font-size: 1.5em;
	margin: 30px 0 16px;
	padding: 0.25em 0.5em; /*文字の上下 左右の余白*/
	color: #494949; /*文字色*/
	background: #fff; /*背景色*/
	border-left: solid 6px #8eca52; /*左線*/
	border-bottom: solid 1px #8eca52; /*下線*/
}

article h2:first-child {
	margin-top: 0;
}

.box01 {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 24px;
	border: 2px solid #00723a;
}

.box01 .box01_cont {
	padding: 16px;
	background-color: #fff;
}

.box02 {
	width: 48%;
	border-radius: 6px;
	overflow: hidden;
}

.box02 h2 {
	font-size: 1em;
	text-align: center;
	margin: 0;
	padding: 6px 0 10px;
	border: none;
}

.box02 .box02_cont {
	padding: 16px;
	background-color: #fff;
	height: 154px;
}

@media screen and (max-width:1080px) {
	.main {
		width: 100%;
		margin-left: 0px;
	}
	
	.main_wrap {
		margin-left: 224px;
	}
	
	.box01 {
		width: 99.4%;
	}
	
	.box02 {
		width: 99.4%;
		margin-bottom: 24px;
	}
}



/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/

footer {
	margin-top: 88px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
}

.topback a {
	position: relative;
	left: 840px;
	z-index: 2;
	width:180px;
	height:38px;
	background-color: #9dd960;
	display:block;
	border-top-left-radius : 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius : 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	box-shadow: 0px -2px 3px 0px rgba(44, 60, 27, 0.5);
}

footer .ft-primary {
	width: 100%;
	background-color: #9dd960;
	box-shadow: 0px -1px 3px 0px rgba(44, 60, 27, 0.5);
}

footer .ft-primary .inner {
	overflow: hidden;
	padding: 24px 0;
}

footer .ft-primary .logo {
	float: left;
}

footer .ft-primary nav {
	float: right;
}

footer .ft-primary nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

footer .ft-primary nav ul li {
	display: inline-block;
	float: left;
	margin-right: 7px;
	text-align: center;
	width: 86px;
}

footer .ft-primary nav ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #00723A;
	padding: 8px 0;
	background-color: #fff;
}

footer .ft-primary nav ul li a:hover,
footer .ft-primary nav ul li.stay a {
	color:#fff;
	background-color: #007F40;
}

footer .ft-primary nav ul li:last-child {
	margin-right: 0;
}

#cc {
	background-color:#00723a;
	width:100%;
	padding: 14px;
	text-align:center;
	color:#ffffff;
}

@media screen and (max-width:1080px) {
	.topback a {
		position:static;
		float: right;
	}
	.topback a::after {
      content: "";
      clear: both;
      display: block;
	}
	footer .ft-primary .logo {
		display: block;
		float: none;
		position: static;
		width: 100%;
		max-width: 600px;
		margin: 24px auto;
	}
	footer .ft-primary nav {
		float: none;
		width: 600px;
		margin: 0 auto;
	}
	footer .ft-primary nav ul li {
		margin-right: 16px;
		width: 138px;
	}

	footer .ft-primary nav ul li a {
		padding: 12px 0;
	}
}



/*----------------------------------------------------------------------------
   Home
------------------------------------------------------------------------------*/

#home #mainvisual {
	max-width: 1020px;
	border-radius: 8px;
	border: 1px solid #7fba42;
	margin: 0 auto 24px;
	background-color: #fff	
}

#home #mainvisual .mainvisual_contents {
	background: url(../image/mainvisual/mv_bg_new.png) no-repeat center;
	height: 268px;
	margin: 6px;
	position: relative;
}

#home #mainvisual .pword {
	background: url(../image/mainvisual/pword.png) no-repeat;
	display: block;
	position: absolute;
	top: 24px;
	left: 24px;
	width: 864px;
	height: 37px;
}

#home #mainvisual .mes {
	background: url(../image/mainvisual/message_new.png) no-repeat;
	display: 	block;
	position: absolute;
	top: 86px;
	left: 24px;
	width: 668px;
	height: 165px;
}

#home #secr_info {
	float: left;
	border: 2px solid #8eca52;
	margin-right: 2%;
}

#home #secr_info h2 {
	background: #8eca52 url(../image/contents/top/title01.png) center no-repeat;
	background-size: 179px;
}

#home #aff_info {
	float: right;
	border: 2px solid #32b16c;
}

#home #aff_info h2 {
	background: #32b16c url(../image/contents/top/title02.png) center no-repeat;
	background-size: 197px;
}

#home #secr_info ul,
#home #aff_info ul,
#home #each_info ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

#home #secr_info ul li,
#home #aff_info ul li {
	margin-bottom: 1em;
}

#home #secr_info ul li:last-child,
#home #aff_info ul li:last-child {
	margin-bottom: 0;
}

#home #secr_info .info_title,
#home #aff_info .info_title,
#home #each_info .info_title {
	display: inline-block;
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	color:#2B3FD8;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #aaa;
}

#home #each_info h2 {
	background: url(../image/contents/top/title03.png) left no-repeat;
	background-size: 215px;
	margin: 24px 0 0 6px;
	padding: 0;
	border: none;
}


@media only screen and (max-width: 1080px) {
	#home #mainvisual {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	
	#home #secr_info {
		float: none;
		margin-right: 0;
	}
	
	#home #aff_info {
		float: none;
	}
}

@media only screen and (max-width: 1000px) {
	#home #mainvisual .mainvisual_contents {
		background: url(../image/mainvisual/mv_bg_sp.png) no-repeat center;
		height: 337px;
	}
	#home #mainvisual .pword {
		background: url(../image/mainvisual/pword_sp.png) no-repeat;
		position: absolute;
		top: 18px;
		width: 383px;
		height: 68px;
	}
	#home #mainvisual .mes {
		background: url(../image/mainvisual/message_sp_new.png) no-repeat;
		display: 	block;
		position: absolute;
		top: 100px;
		width: 502px;
		height: 223px;
	}
}

@media only screen and (max-width: 800px) {
	#home_cont {
		display: flex;
		flex-direction: column;
	}
	
	#home_cont .main {
      	order: 1;   /* 2番目に表示 */
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	#home_cont .main_wrap {
		margin-left: 0;
	}
}


/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
    margin: 0 auto;
    width: 100%;
    height: 340px;
    position: relative;
}
 
#tabAccordion dl {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
 
#tabAccordion dl dt {
    top: 3px;
    left: 0;
    width: auto;
    position: absolute;
    box-sizing: border-box;
	border-top-left-radius : 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius : 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}

#tabAccordion dl dt img {
	height: 17px;
	padding: 10px 18px;
}

#tabAccordion dl:nth-child(1) dt {
	left: 0;
	background-color: #ff5971;
}
 
#tabAccordion dl:nth-child(2) dt {
    left: 107px;
	background-color: #feb661;
}
 
#tabAccordion dl:nth-child(3) dt {
    left: 213px;
	background-color: #32b16c;
}
 
#tabAccordion dl:nth-child(4) dt {
    left: 443px;
	background-color: #5aaaff;
}
 
#tabAccordion dl:nth-child(5) dt {
    left: 550px;
	background-color: #a860ff;
}
 
#tabAccordion dl:nth-child(6) dt {
    left: 656px;
	background-color: #fb62b5;
}
 
#tabAccordion dl dt a {
    font-weight: bold;
    display: block;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
 
#tabAccordion dl dt.btnAcv {
    border-bottom: none;
}
 
#tabAccordion dl dd {
    top: 40px;
    left: 0;
    width: 100%;
    height: 300px;
    padding: 16px;
	margin: 0;
	background-color: #fff;
	border:2px solid #ff5971;
    text-align: left;
    overflow-y: auto;
    display: none;
    position: absolute;
    box-sizing: border-box;
	border-bottom-left-radius : 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius : 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

#tabAccordion dl:nth-child(2) dd {
	border:2px solid #feb661;
}
 
#tabAccordion dl:nth-child(3) dd {
	border:2px solid #32b16c;
}
 
#tabAccordion dl:nth-child(4) dd {
	border:2px solid #5aaaff;
}
 
#tabAccordion dl:nth-child(5) dd {
	border:2px solid #a860ff;
}
 
#tabAccordion dl:nth-child(6) dd {
	border:2px solid #fb62b5;
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 1080px) {
    #tabAccordion {
        width: 100%;
        height: auto;
        border: none;
    }
 
    #tabAccordion dl {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
    }
 
    #tabAccordion dl dt {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
        border-right: none;
    }
 
    #tabAccordion dl:nth-child(2) dt,
    #tabAccordion dl:nth-child(3) dt,
    #tabAccordion dl:nth-child(4) dt,
    #tabAccordion dl:nth-child(5) dt,
    #tabAccordion dl:nth-child(6) dt {
        left: auto;
    }
 
    #tabAccordion dl dt a:after {
        content: '';
        margin-top: -6px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        font-size: 1em;
        font-weight: bold;
        display: block;
        position: absolute;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
 
    #tabAccordion dl dt.btnAcv a:after {
        content: none;
    }
 
    #tabAccordion dl dd {
        top: auto;
        left: auto;
        padding: 16px;
        width: 100%;
        height: 240px;
        position: relative;
    }
}


/*----------------------------------------------------------------------------
   About
------------------------------------------------------------------------------*/

#about #greeting .message {
	width: 100%;
}

#about #greeting .message p {
	text-indent: 1em;
	margin-bottom: 0;
}

#about #greeting .message .president {
	margin-top: 1em;
	float: right;
	text-align: center;
	font-weight: bold;
}

#about #greeting .message .president span {
	font-size: 1.25em;
}


#about table.history {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #b0da86;
	border-bottom: 1px solid #b0da86;
	background-color: #fff;
}

#about table.history th {
	width: 22%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
}

#about table.history td {
	width: 78%;
	padding: 10px;
	vertical-align: top;
}

#about table.history .even {
	background: #f4faee;
	border-top: 1px solid #b0da86;
	border-bottom: 1px solid #b0da86;
}

@media only screen and (max-width: 830px) {
	#about #greeting .message {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	#about #greeting .photo {
		float: none;
		width: 300px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 24px;
	}
}


/*----------------------------------------------------------------------------
   Affiliation
------------------------------------------------------------------------------*/

#affiliation #affi_list h2 {
	border: none;
	background: none;
	color: #8eca52;
	padding: 0;
}

#affiliation table.list {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #b0da86;
	border-bottom: 1px solid #b0da86;
	background-color: #fff;
}

#affiliation table.list th {
	width: 40%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
}

#affiliation table.list td {
	width: 30%;
	padding: 10px;
	vertical-align: top;
}

#affiliation table.list .even {
	background: #f4faee;
	border-top: 1px solid #b0da86;
	border-bottom: 1px solid #b0da86;
}

@media only screen and (max-width: 830px) {
	#affiliation table.list th,
	#affiliation table.list td {
		width: 50%;
	}
}


/*----------------------------------------------------------------------------
   Report
------------------------------------------------------------------------------*/

#report h2 {
	padding: 0;
	border: none;
}

#report #rep_template {
	overflow: hidden;
	margin:0 1em;
}

#report #rep_list dl {
	overflow: hidden;
	margin:0 1em;
}

#report #rep_list dt {
	clear: left;
	float: left;
}

#report #rep_list dd {
	float: left;
	margin-left: 1em;
	text-align: right
}

@media only screen and (max-width: 700px) {
	#report #rep_list dt,
	#report #rep_list dd {
		font-size: 14px;
	}
}