@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
}
body {
  color: #000;
  font-size: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background: #aabab8;
}
h1, h2, h3, h4, h5, strong, b, .menu {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}
a:link, a:visited {
  color: #699b00;
  text-decoration: underline;
}
a:active, a:hover {
  color: #699b00;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#wrapper {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
}
/* header */
#upperWrapper {
  background: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
}
#upperWrapper > p {
  margin: 0;
  line-height: 1;
  color: #fff;
}
#lang {
  height: 20px;
}
#headerWrapper {
  width: 100%;
  height: 370px;
  background: url("../image/top.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header {
  margin: 130px 0 0;
}
header.en {
  margin: 90px 10px 0;
}
header h1 {
  color: #fff;
  font-size: 37px;
  text-align: right;
  font-weight: 600;
  line-height: 1.6;
}
header h1 span {
  font-size: 30px;
  font-weight: 500;
  margin-right: 15px;
}
header.en h1 span {
  margin-right: 0;
}
/* nav */
nav {
  margin: 0 40% 20px 1%;
  padding: 0;
  width: 60%;
}
.menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
}
.menu li {
  margin: 0;
  padding: 0;
  border-right: 1px solid #fff;
}
.menu li:last-child {
  border: none;
}
.menu li a {
  padding: 2px 23px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  display: block;
  font-size: 18px;
}
footer {
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  padding: 10px 0;
  line-height: 1;
  color: #fff;
  background: #000;
}
/* ページトップへ戻る */
#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 page*/
main.top {
  margin: 0;
  padding: 0 0 20px;
}
#undertop {
  width: 100%;
}
#about {
  width: 100%;
  margin: 30px 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#about > div {
  margin: 30px;
}
#about h2 {
  margin: 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #6d8f81;
  font-size: 17px;
  width: 200px;
  line-height: 1;
  font-weight: 600;
}
#about p {
  line-height: 1.5
}
#about img {
  width: 265px;
  margin: 5px;
}
#about img:last-child {
  width: 333px;
}
#news {
  width: 100%;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news > img {
  width: 489px;
}
#news > div {
  margin: 25px;
}
#news h2 {
  margin: 15px 0;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
#news ul {
  margin: 10px auto;
  height: 290px;
  width: 660px;
  padding: 0 3px;
  list-style: none;
  overflow: auto;
}
#news ul li {
  margin: 0;
  padding: 5px 0;
  line-height: 1.5;
}
/* main */
#contentsHeaderWrapper {
  width: 100%;
  height: 180px;
  background: url("../image/top.jpg") center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contentsHeaderWrapper header {
  margin: 50px 0 0;
}
#contentsHeaderWrapper header.en {
  margin: 30px 10px 0;
}
#contentsHeaderWrapper header h1 {
  color: #fff;
  font-size: 27px;
  text-align: right;
  font-weight: 600;
  line-height: 1.6;
}
#contentsHeaderWrapper header.en h1 {
  line-height: 1.3;
}
#contentsHeaderWrapper header h1 span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 15px;
}
#contentsHeaderWrapper header.en h1 span {
  margin-right: 0;
}
main.contents {
  width: 100%;
  min-height: 600px;
  text-align: left;
  margin: 40px 0 0;
  padding: 0 0 45px;
  background: #fff;
}
main.contents h1 {
  margin: 30px;
  padding: 12px 18px 12px;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #285a5a;
  border-left: 1px solid #285a5a;
}
main.contents h2 {
  margin: 30px 35px 22px;
  padding: 8px 12px 6px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  background: #285a5a;
  color: #fff;
}
main.contents h2.member {
  background: #fff;
  color: #000;
  border-left: 5px solid #285a5a;
  padding: 0 0 0 10px;
  line-height: 1;
}
main.contents h3 {
  margin: 22px 45px 20px;
  padding: 10px 0 8px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
}
main.contents h3::before {
  position: absolute;
  background: #285a5a;
  bottom: 0;
  left: 0;
  content: "";
  width: 160px;
  height: 1px;
}
main.contents h4 {
  margin: 18px 50px 10px;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #5d5d5d;
}
main.contents p {
  margin: 5px 55px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 10px 65px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #285a5a;
}
main.contents li p {
  margin: 13px 0;
  padding: 0;
}
main.contents ul ul, main.contents ol ul {
  margin: 0 0 3px;
}
main.contents ul ul li, main.contents ol ul li {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 35px;
}
main.contents ul ul li::before, main.contents ol ul li::before, main.contents ul ol li::before {
  display: none;
}
main.contents ul ul ul li {
  list-style: circle;
}
main.contents ul ol {
  margin: 0 0 0 20px;
}
main.contents ul ol li {
  list-style-type: inherit;
}
main.contents ol {
  margin: 5px 30px 5px 90px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol ol {
  margin: 0 0 0 20px;
}
main.contents ol ol li {
  margin: 0;
  padding: 0;
}
/* table */
table {
  padding: 0;
  margin: 25px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #285a5a;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #285a5a;
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
table.center th, table.center td {
  text-align: center;
}
/* figure */
figure {
  margin: 20px 45px;
}
figure.center {
  margin: 30px auto;
}
figure.fr {
  float: right;
  margin: 0 55px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 55px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  font-size: 0.85em;
  line-height: 1.1;
  padding: 0 5px;
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #285a5a, #fff);
}
/* utility */
a[target="_blank"] {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.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;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.w05 {
  width: 10%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.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;
}
textarea {
  width: 100%;
}
.msg {
  color: #f00;
}