@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
-------------------------------------------------------------------------------------------------------------------*/

body {	
	color:#000000;
	font-size:22px;
	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:none;
}

.sp {
	display:inherit;
}

.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:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-height: 100%; 
}

.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 .inner {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	margin: 0;
	position: relative;
	text-align: left;
}

header .logo {
	display: block;
	position: inherit;
	width: 340px;
	margin: 24px auto;
}

header nav {
	width: 100%;
	margin: 0 auto;
}

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.stay::after {
	top: 0;
	background-color: #00723a;
}

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


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

.side {
	order: 2;   /* 2番目に表示 */
	position: static;
	width: 424px;
	margin: 0 auto 24px;
}

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

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

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

.side .link_box li:last-child {
	margin-bottom: 0;
}

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


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

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;
}

.main {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 36px;
}

.main_wrap {
	margin-left: 224px;
}

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

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

.box02 {
	width: 99.4%;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 24px;
}

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

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


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

footer {
	margin-top: 40px;
}

.topback {
	width: 100%;
	max-width: 640px;
}

.topback a img {
	margin-top: 10px;
}

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 {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 24px;
}

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

footer .ft-primary nav ul {
	padding: 0;
	margin: 0 auto;
}

footer .ft-primary nav ul li {
	display: inline-block;
	float: left;
	margin-right: 4%;
	text-align: center;
	width: 22%;
}

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

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

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

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


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

#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;
}

#home #mainvisual {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	max-width: 640px;
	border-radius: 8px;
	border: 1px solid #7fba42;
	margin: 0 auto 24px;
	background-color: #fff	
}

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

#home #mainvisual .pword {
	background: url(../image/mainvisual/pword_sp.png) no-repeat;
	position: absolute;
	left: 24px;
	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;
	left: 24px;
	width: 502px;
	height: 223px;
}

@media screen and (max-width:610px) {
	#home #mainvisual .mes {
		background-size: 440px;
		width: 440px;
		height: 195px;
	}
}

#home #secr_info {
	border: 2px solid #8eca52;
}

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

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

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

#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: 28px;
	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: 429px;
	margin: 24px 0 0 6px;
	padding: 0;
	border: none;
}


/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
    margin: 0 auto;
    width: 100%;
	height: auto;
	border: none;
    position: relative;
}
 
#tabAccordion dl {
	top: auto;
	left: auto;
	width: 100%;
	position: relative;
}
 
#tabAccordion dl dt {
	top: auto;
	left: auto;
	width: 100%;
	position: relative;
    box-sizing: border-box;
	border-right: none;
	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 {
	padding: 20px 0;
}

#tabAccordion dl:nth-child(1) dt {
	left: 0;
	background-color: #ff5971;
}
 
#tabAccordion dl:nth-child(2) dt {
	left: auto;
	background-color: #feb661;
}
 
#tabAccordion dl:nth-child(3) dt {
	left: auto;
	background-color: #32b16c;
}
 
#tabAccordion dl:nth-child(4) dt {
	left: auto;
	background-color: #5aaaff;
}
 
#tabAccordion dl:nth-child(5) dt {
	left: auto;
	background-color: #a860ff;
}
 
#tabAccordion dl:nth-child(6) dt {
	left: auto;
	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 a:after {
	content: '';
	margin-top: -16px;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	display: block;
	position: absolute;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
 
#tabAccordion dl dt.btnAcv {
    border-bottom: none;
}

#tabAccordion dl dt.btnAcv a:after {
	content: none;
}
 
#tabAccordion dl dd {
	top: auto;
	left: auto;
    width: 100%;
	height: 300px;
    padding: 16px 6px 16px 16px;
	margin: 0;
	background-color: #fff;
	border:2px solid #ff5971;
    text-align: left;
    overflow-y: auto;
    display: none;
	position: relative;
    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;
}

 
/*----------------------------------------------------------------------------
   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: 20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
}

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

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


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

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

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

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

#affiliation table.list td {
	display: block;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #b0da86;
}

#affiliation table.list .even {
	background: #f4faee;
}

#affiliation table.list th.even {
	border-top: none;
}



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

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

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

#report #rep_list dt {
}

#report #rep_list dd {
	margin-left: 0;
	margin-bottom: 1em;
}