@charset "utf-8";
@import "reboot.css";
html {
	overflow-y: scroll;
	width: 100%;
}
body {
	color: #000;
	font-size: 15px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	background: #fff;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
@media all and (-ms-high-contrast:none){
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
}
a:link, a:visited {
	color: #01317d;
	text-decoration: underline;
}
a:active, a:hover {
	color: #01317d;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
img {
	width: 100%;
}
#sb-site {
	width: 100% !important;
	text-align: center;
}
.sp {
	display: none !important;
}
#toggle, .sb-slidebar {
	display: none;
}
/* header */
#headerWrapper {
  width: 100%;
  border-bottom: 4px solid #c7c7c7;
}
header {
	margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
header h1 {
	width: 305px;
}
header h1.ichise {
	width: 390px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
nav {
  margin: 0;
}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
  display: flex;
}
ul#menu li {
	margin: 0 15px;
	padding: 0;
	background-image: none;
  position: relative;
}
ul#menu li::before {
	position: absolute;
	top: -2px;
	right: -23px;
	content: "/";
	width: 17px;
	height: 17px;
	font-size: 17px;
}
ul#menu li:last-child::before {
	content: "";
}
ul#menu li a {
	padding: 0 15px;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
  color: #000;
}
/* footer */
footer {
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	text-align: center;
  border-top: 1px solid #dcdcdc;
}
footer p {
	margin: 5px;
}
/* ページトップへ戻る */
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 45px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
}
#page-top:hover {
	opacity: .8;
}
.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	top: 20px;
	left: 26px;
	transform: rotate(45deg);
}
@media print {
#page-top {
	display: none;
}
}
/* top */
main.top {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
#mainvisual {
	width: 100%;
  height: 680px;
  background: url("../images/topback.jpg") center center;
  background-size: cover;
}
#mainvisual.en {
  height: 380px;
}
#mainvisual img {
	width: 475px;
  margin: 100px auto;
}
#mainvisual p {
	color: #fff;
  font-size: 17px;
  font-weight: 600;
}
#topics {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
}
#topics >  a img {
  width: 323px;
}
#recruit {
  width: 870px;
  height: 323px;
  background: #ededed url("../images/recruit.png") no-repeat;
  background-size: 310px 238px;
  background-position: right 20px center;
  padding: 30px;
}
#recruit h2 {
  margin: 0;
  padding: 5px 20px 3px;
  color: #fff;
  background: #5fbd5f;
  border-radius: 5px;
  font-weight: 600;
  width: 160px;
  font-size: 17px;
  text-align: center;
}
#recruit p {
  margin: 15px 5px;
}
#links {
  width: 100%;
  background: #ededed url("../images/recruit.png") no-repeat;
  background-size: 310px 238px;
  background-position: right 20px top 20px;
  padding: 30px;
}
#links h2 {
  margin: 0;
  padding: 5px 20px 3px;
  color: #fff;
  background: #5fbd5f;
  border-radius: 5px;
  font-weight: 600;
  width: 260px;
  font-size: 17px;
  text-align: center;
}
#links ul {
  margin: 10px 10px 0;
}
#news {
	width: 100%;
  margin: 70px 0 20px;
}
#news h2 {
	padding: 0 0 20px;
	margin: 0;
	font-size: 25px;
	line-height: 1;
  background: url("../images/t_news.jpg") no-repeat bottom center;
  background-size: 80px 15px;
  text-align: center;
  font-weight: 500;
}
#news ul {
	margin: 10px auto;
	padding: 5px;
	overflow: auto;
	height: 370px;
	width: 100%;
}
#news ul li {
  background: none;
  margin: 0 0 20px;
  padding: 10px 20px;
}
/* main */
.h1wrapper {
  width: 100%;
  margin: 0 0 10px;
  background: url("../images/h1back.jpg") center center no-repeat;
  background-size: cover;
}
.h1wrapper h1 {
	padding: 50px 0 48px;
	margin: 0 auto;
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
  width: 1200px;
  text-align: center;
  color: #fff;
}
.mainWrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
aside {
  width: 18%;
}
#menu2 {
  text-align: left;
  margin: 20px 0 0;
  padding: 0;
}
#menu2 li {
  margin: 0 0 10px;
  padding: 0;
  background: none;  
}
#menu2 li a {
  text-decoration: none;
  display: block;
  padding: 12px 0 10px 30px;
  margin: 0;
  color: #5fbd5f;
  border: 1px solid #5fbd5f;
  background: url("../images/li.png") 10px 20px no-repeat;
  background-size: 11px 11px;
  font-size: 16px;
  font-weight: 600;
}
#menu2 li ul {
  margin: 10px 0 20px;
}
#menu2 li ul li {
  margin: 0 0 10px 33px;
}
#menu2 li ul li a {
  background: #fff;
  color: #5fbd5f;
  border-bottom: 1px solid #5fbd5f;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
main.contents {
	width: 76%;
	min-height: 600px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 35px;
}
main.contents h2 {
  padding: 10px 10px 8px 20px;
	margin: 30px 0 20px;
	font-size: 22px;
	line-height: 1;
  text-align: left;
  font-weight: 900;
  clear: both;
  background: #5fbd5f;
  color: #fff;
  border-radius: 10px;
}
/*main.contents h2 {
  padding: 0 0 25px 10px;
	margin: 30px 0 20px;
	font-size: 22px;
	line-height: 1;
  background: url("../images/t_news.jpg") no-repeat bottom left;
  background-size: 80px 15px;
  text-align: left;
  font-weight: 900;
  clear: both;
}*/
main.contents h3 {
  margin: 25px 10px 10px 20px;
  padding: 8px 5px 6px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
	clear: both;
  border-bottom: 1px solid #5fbd5f;
}
main.contents h4 {
	margin: 15px 0 10px 35px;
	padding: 5px 0 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}
p {
	margin: 5px 20px 0 40px;
	padding: 0;
}
/* list */
ul {
	margin: 15px 10px 15px 40px;
	padding: 0;
}
ul li {
	list-style: none;
	padding: 2px 0 2px 16px;
	background-image: url(../images/li.png);
	background-position: 0 9px;
	background-repeat: no-repeat;
	background-size: 11px 11px;
	margin: 0 0 0 7px;
}
ul ul {
	margin: 0;
}
ol {
	margin: 5px 10px 5px 65px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 2px 0;
}
ol li ol {
	margin: 5px 0 0 20px;
}
/* table */
table {
	padding: 0;
	margin: 15px auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
}
table th {
	padding: 7px 5px 5px;
	text-align: center;
	background: #60be60;
	border: none;
	font-weight: 900;
	color: #fff;
}
table td {
	padding: 7px 5px 5px;
	border: 1px solid #60be60;
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}
/* figure */
figure {
	margin: 10px 15px 15px;
}
figure.center {
	margin: 10px auto 15px;
}
figure.fr {
	float: right;
	margin: 0 15px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 45px;
}
figure img, video {
	margin: 3px 0;
	width: 100%;
}
figcaption {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}
/* utility */
hr {
	border: 0;
	height: 1px;
	margin: 45px 25px;
	clear: both;
	background: linear-gradient(to right, #fff, #60be60, #fff);
}
a[target="_blank"] {
	background: url(../images/ic_blank.png) right no-repeat;
	padding-right: 22px;
	background-size: 18px 17px;
}
a[href$=".pdf"] {
	background: url(../images/ic_pdf.png) right no-repeat;
	padding-right: 24px;
	background-size: 20px 20px;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(../images/ic_doc.png) right no-repeat ;
	padding-right: 24px;
	background-size: 20px 18px;
}
.no_icon {
	background-image: none !important;
	padding-right: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	text-indent: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.small {
	font-size: 0.85em;
}
blockquote {
	margin: 5px 0 5px 15px;
}
/*publications*/
.pageNav {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  width: 90%;
}
.pageNav li {
  background: none;
  margin: 0 0 10px;
}
.pageNav li a {
  border: 1px solid #60be60;
  color: #60be60;
  border-radius: 10px;
  display: block;
  padding: 5px 15px 2px;
  text-decoration: none;
  line-height: 1;
}
.publications {
  width: 90%;
  margin: 25px auto 35px;
}
.t1 {
  width: 30px;
  text-align: center;
}
.t1 img {
  width: 20px;
}
.t5 {
  width: 110px;
  text-align: center;
}
/*contact*/
.contact {
  margin: 30px 0;
}
.contact dt {
  font-weight: 900;
}
.contact dd {
  margin: 0 0 10px 10px;
}
.mail {
  height: 29px;
  width: auto;
}
/*ichise*/
.personal {
  margin: 30px 0;
}
.personal dt {
  font-weight: 900;
}
.personal dd {
  margin: 0 0 10px 10px;
}
.personal ul {
  margin: 0;
}
@media screen and (max-width: 480px) {
body {
	min-width: initial;
	min-width: auto;
  font-size: 3.5vw;
}
#sb-site {
	width: 100% !important;
	background: #fff;
	overflow: hidden;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
#headerWrapper {
}
header {
	width: 100%;
  height: 20vw;
}
header h1 {
	width: 80%;
	margin: 2vw 3%;
}
header h1.ichise {
	width: 94%;
  margin: 2vw 3%;
}
nav {
	display: none;
}
ul#sp_menu {
	margin: 3vw 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul#sp_menu li {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	background-image: none;
}
ul#sp_menu li a {
	padding: 5vw 10%;
  margin: 0;
  line-height: 1;
  font-size: 4vw;
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #000;
}
#toggle {
	display: block;
	position: absolute;
	top: 4.2vw;
	right: 2%;
	background: #91dd4f;
	padding: 3px 0 2px;
	cursor: pointer;
	z-index: 9999;
}
#toggle ul {
	margin: 0;
	padding: 0;
}
#toggle ul li {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
}
.sb-slidebar {
	display: block;
	background: #fff !important;
	text-align: left;
  width: 40% !important;
}
.css-bar {
	display: inline-block;
	position: relative;
	margin: 0 6px 3px;
	padding: 0;
	background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after {
	width: 30px;
	height: 3px;
}
.css-bar:before, .css-bar:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
.css-bar:before {
	margin-top: -8px;
}
.css-bar:after {
	margin-top: 5px;
}
html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}
#toggle p {
	margin: 2px auto 2px;
	padding: 0;
	font-size: 11px;
	color: #fff;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	text-align: center;
}
footer {
	padding: 5vw 0;
  font-size: 3vw;
}
main.top {
  width: 100%;
}
#mainvisual {
	width: 100%;
  height: auto;
  padding: 0 0 3vw;
}
#mainvisual.en {
  height: 50vw;
}
#mainvisual img {
	width: 90%;
  margin: 3vw auto;  
}
#mainvisual.en img {
  margin: 8vw auto;  
}
#mainvisual p {
  font-size: 3.5vw;
  margin: 0 2%;
  text-align: justify;
  line-height: 1.3;
}
#topics {
  width: 100%;
  margin: 3vw auto;
  flex-wrap: wrap;
}
#topics >  a img {
  width: 90%;
  margin: 0 5%;
}
#recruit {
  width: 100%;
  height: auto;
  background: #ededed url("../images/recruit.png") no-repeat;
  background-size: 80vw 61.4vw;
  background-position: bottom center;
  padding: 5vw 3vw 62vw;
  margin: 3vw 0;
}
#recruit h2 {
  padding: 1vw 0;
  border-radius: 2vw;
  width: 40%;
  font-size: 4vw;
}
#recruit p {
  margin: 15px 5px;
}
#links {
  width: 100%;
  background: #ededed url("../images/recruit.png") no-repeat;
  background-size: 80vw 61.4vw;
  background-position: bottom center;
  padding: 5vw 3vw 62vw;
  margin: 3vw 0;
}
#links h2 {
  padding: 1vw 0;
  border-radius: 2vw;
  width: 70%;
  font-size: 4vw;
}
#links ul {
  margin: 2vw 0 0;
}
#news {
  margin: 5vw 0 2vw;
}
#news h2 {
	padding: 0 0 5vw;
	font-size: 5vw;
}
#news ul {
	margin: 3vw auto;
	padding: 3vw;
	height: 60vw;
}
#news ul li {
  margin: 0 0 3vw;
  padding: 2vw 2%;
}
.h1wrapper {
  margin: 0 0 5vw;
}
.h1wrapper h1 {
	padding: 6vw 0;
	font-size: 6vw;
  width: 100%;
}
.mainWrapper {
  width: 100%;
  margin: 0 auto;
  display: block;
}
aside {
  width: 100%;
}
#menu2 {
  margin: 0 5%;
}
#menu2 li {
  margin: 0 0 1vw; 
}
#menu2 li a {
  padding: 2vw 0 2vw 8%;
  background: url("../images/li.png") 3% 3.8vw no-repeat;
  background-size: 3vw 3vw;
  font-size: 4vw;
}
#menu2 li ul {
  margin: 1vw 0 5vw;
}
#menu2 li ul li {
  margin: 0 0 1vw 9%;
}
#menu2 li ul li a {
  font-size: 3.5vw;
}
main.contents {
	width: 100%;
	min-height: 50vh;
	padding: 0 0 5vw;
}
main.contents h2 {
	margin: 5vw auto 3vw;
	width: 98%;
  padding: 3vw 2% 3vw 4%;
  border-radius: 3vw;
  font-size: 5vw;
  line-height: 1.2;
}
main.contents h3 {
	width: 98%;
	margin: 4vw 1% 3vw;
  padding: 0 1% 1vw;
  font-size: 4vw;
}
main.contents h4 {
	width: 98%;
	margin: 4vw 3% 3vw;
  font-size: 4vw;
}
main p {
	margin: 1vw 2% 1vw 4%;
}
ul {
	margin: 2vw 1% 2vw 3%;
}
ul li {
	background-position: 0 2vw;
}
ul ul {
	margin: 0;
}
ol {
	margin: 2vw 2% 2vw 9%;
}
table {
	width: 98%;
	margin: 3vw auto 4vw;
}
table td {
	word-break: break-all;
}
figure {
	width: 60%;
	margin: 10px auto;
}
figure.fl, figure.fr, figure.center {
	float: none;
	width: 90%;
	margin: 10px auto;
	text-align: center;
}
figure img, video {
	width: 95%;
	margin: 0 auto 3px;
}
figcaption {
	padding: 0 2%;
}
hr {
	margin: 8vw 1%;
}
.mb0sp {
	margin-bottom: 0 !important;
}
.mb05sp {
	margin-bottom: 5px !important;
}
.mb10sp {
	margin-bottom: 10px !important;
}
.mb15sp {
	margin-bottom: 15px !important;
}
.mb20sp {
	margin-bottom: 20px !important;
}
.mb25sp {
	margin-bottom: 25px !important;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.mb40sp {
	margin-bottom: 40px !important;
}
.mt0sp {
	margin-top: 0 !important;
}
.mt05sp {
	margin-top: 5px !important;
}
.mt10sp {
	margin-top: 10px !important;
}
.mt15sp {
	margin-top: 15px !important;
}
.mt20sp {
	margin-top: 20px !important;
}
.mt25sp {
	margin-top: 25px !important;
}
.mt30sp {
	margin-top: 30px !important;
}
.w05sp {
	width: 05% !important;
}
.w10sp {
	width: 10% !important;
}
.w15sp {
	width: 15% !important;
}
.w20sp {
	width: 20% !important;
}
.w25sp {
	width: 25% !important;
}
.w30sp {
	width: 30% !important;
}
.w35sp {
	width: 35% !important;
}
.w40sp {
	width: 40% !important;
}
.w45sp {
	width: 45% !important;
}
.w50sp {
	width: 50% !important;
}
.w55sp {
	width: 55% !important;
}
.w60sp {
	width: 60% !important;
}
.w65sp {
	width: 65% !important;
}
.w70sp {
	width: 70% !important;
}
.w75sp {
	width: 75% !important;
}
.w80sp {
	width: 80% !important;
}
.w85sp {
	width: 85% !important;
}
.w90sp {
	width: 90% !important;
}
.w95sp {
	width: 95% !important;
}
.w100sp {
	width: 100% !important;
}
#page-top {
	bottom: 25px;
	right: 10px;
}
.xscroll {
	width: 100%;
	overflow-x: auto;
}
.xscroll table {
	width: 900px;
	margin: 10px 2%;
}
/*publications*/
.pageNav {
  margin: 5vw auto 8vw;
  width: 98%;
}
.pageNav li {
  margin: 0 1% 2vw;
  padding: 0;
  min-width: 18%;
}
.pageNav li a {
  border-radius: 2vw;
  padding: 2vw 0;
  text-align: center;
  white-space: nowrap;
}
.publications {
  width: 98%;
  margin: 3vw auto 5vw;
}
.t1 {
  width: 8%;
}
.t1 img {
  width: 100%;
}
.t5 {
  width: 20%;
}
/*contact*/
.contact {
  margin: 5vw 3%;
}
.contact dd {
  margin: 0 0 1vw 3%;
}
.mail {
  height: 7vw;
}
/*ichise*/
.personal {
  margin: 5vw 3%;
}
.personal dd {
  margin: 0 0 1vw 3%;
}
}
