@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: #fff;
}
h1, h2, h3, h4, h5, strong, b {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
a:link, a:visited {
  color: #ec7b17;
  text-decoration: underline;
}
a:active, a:hover {
  color: #ec7b17;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
/*header*/
header {
  margin: 0 auto;
  padding: 25px 0;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  margin: 0;
  padding: 0;
  width: 280px;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
#headNav {
  display: flex;
}
#headNav img {
  height: 27px;
  width: auto;
}
#headNav a {
  margin: 0 5px;
}
/*main*/
#wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
main {
  margin: 0;
  padding: 0;
  text-align: left;
  background: #fff;
  width: 944px;
}
/*nav*/
nav {
  margin: 0;
  padding: 0;
  width: 220px;
}
.menu {
  margin: 0 0 160px;
  padding: 12px 12px 1px;
  list-style: none;
  text-align: left;
  background: #f2f2f2;
}
.menu li {
  margin: 0 0 12px;
  padding: 0;
}
.menu li a {
  padding: 15px 0 13px 18px;
  color: #000;
  line-height: 1;
  text-decoration: none;
  display: block;
  border: 3px solid #e51d03;
  border-radius: 6px;
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
nav p {
  margin: 10px 0 10px 15px;
  line-height: 1.5;
  text-align: justify;
  font-size: 14px;
}
footer {
  margin: 0 auto;
  padding: 20px 0;
  background: #f2f2f2;
  font-size: 14px;
  width: 1200px;
}
/*back to top*/
#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*/
#mainvisual {
  width: 100%;
  height: 398px;
  background: url("../image/mainvisual.jpg");
  background-size: contain;
  margin: 0 0 30px;
}
main.top {
  display: flex;
  flex-wrap: wrap;
}
#about {
  background: url("../image/img_about.jpg") no-repeat 50px 190px;
  background-size: 340px 340px;
  width: 100%;
  margin: 0 0 20px;
}
#about .subTitle {
  color: #8b8b8b;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
}
#about h2 {
  font-size: 21px;
  margin: 5px 0;
  padding: 0 0 15px;
  line-height: 1;
  position: relative;
  color: #000;
}
#about h2::after {
  position: absolute;
  background: #e51d03;
  width: 110px;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
}
#about h3 {
  margin: 20px 0 0 450px;
  font-size: 16px;
}
#about ul {
  margin: 0 30px 0 450px;
  line-height: 1.5;
}
#about ul li {
  padding: 5px 0 5px 16px;
}
#about ul li::before {
  top: 12px;
}
#about ul li::first-line {
  color: #6e6e6e;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
#news {
  width: 74%;
  margin: 0 2% 0 0;
}
#news h2 {
  font-size: 16px;
  margin: 5px 0 0;
  padding: 6px 0 4px;
  line-height: 1;
  position: relative;
  background: #e51d03;
  color: #fff;
  border-radius: 20px;
  width: 250px;
  text-align: center;
}
/*#news h2::after {
  content: "＊新着順";
  position: absolute;
  right: -65px;
  top: 6px;
  color: #000;
  font-size: 14px;
}*/
#news h3 {
  font-size: 17px;
  margin: 20px 5px 0;
  padding: 0 0 3px;
  border-bottom: 1px solid #e51d03;
  line-height: 1;
}
#news ul {
  margin: 5px 5px 20px;
  height: 300px;
  padding: 5px 0;
  list-style: none;
  overflow: auto;
}
#news ul.en {
  height: 620px;
}
#news ul li {
  margin: 0;
  padding: 5px 0;
  line-height: 1.5;
}
#news ul li::before {
  display: none;
}
h2.books {
  line-height: 1;
  padding: 0 0 3px;
  border-bottom: 3px double #e51d03;
  margin: 0;
  font-size: 18px;
  width: 100%;
}
#books {
  width: 74%;
  margin: 0 2% 0 0;
}
#books h2 {
  line-height: 1;
  padding: 0 0 3px;
  border-bottom: 3px double #e51d03;
  margin: 0;
  font-size: 18px;
}
#books ul {
  margin: 5px 5px 30px;
  height: 550px;
  padding: 5px 0;
  list-style: none;
  overflow: auto;
}
#books ul li {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
#books ul li > img {
  width: 112px;
}
#books ul li > p {
  margin: 0 0 0 20px;
}
#books ul li::before {
  display: none;
}
.bookTitle {
  color: #717171;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
aside {
  width: 24%;
}
#links {
  width: 100%;
}
#links h2 {
  font-size: 15px;
  margin: 5px 0 10px;
  padding: 5px 0 3px;
  line-height: 1;
  background: #8b8b8b;
  color: #fff;
  border-radius: 20px;
  width: 80px;
  text-align: center;
}
#links h2.en {
  width: 130px;
}
#links p {
  margin: 15px 5px;
  font-size: 14px;
  line-height: 1.3;
}
#links a {
  color: #000;
}
#contact {
  width: 100%;
  border-top: 1px solid #1d187e;
  margin: 30px 0 0;
}
#contact h2 {
  font-size: 15px;
  margin: 25px 0 10px;
  padding: 5px 0 3px;
  line-height: 1;
  background: #181d78;
  color: #fff;
  border-radius: 20px;
  width: 100px;
  text-align: center;
}
#contact h2.en {
  width: 180px;
}
#contact p {
  margin: 15px 5px;
  font-size: 14px;
  line-height: 1.3;
}
/*contents*/
main.contents {
  min-height: 600px;
  padding: 0 0 35px;
}
main.contents h1 {
  margin: 0 0 30px;
  padding: 15px 15px 13px;
  font-size: 23px;
  line-height: 1;
  border-top: 5px solid #fcd9d7;
  border-bottom: 5px solid #fcd9d7;
  background: #fef3df;
}
main.contents h2 {
  margin: 30px 10px 20px;
  padding: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
main.contents h2::after {
  position: absolute;
  background: #e51d03;
  width: 110px;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
}
main.contents h3 {
  margin: 27px 15px 15px;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
  position: relative;
}
/*main.contents h3::before {
  content: "＜";
  color: #e51d03;
  font-weight: 900;
}
main.contents h3::after {
  content: "＞";
  color: #e51d03;
  font-weight: 900;
}*/
main.contents h4 {
  margin: 18px 20px 10px;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
}
main.contents p {
  margin: 10px 25px;
  padding: 0;
  text-align: justify;
  text-indent: 1rem;
}
main.contents p.noindent {
  text-indent: 0;
}
/* list */
main ul {
  margin: 5px 30px 5px 20px;
  padding: 0;
}
main ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: #e51d03;
  border-radius: 8px;
}
main ol {
  margin: 5px 30px 5px 50px;
  padding: 0;
}
main ol li {
  margin: 0;
  padding: 2px 0;
}
/* table */
table {
  padding: 0;
  margin: 25px auto;
  border-collapse: separate;
  border-spacing: 1px;
  max-width: 95%;
}
table th {
  padding: 7px 8px 5px;
  text-align: left;
  background-color: #ec7b17;
  border: none;
  font-weight: 900;
  color: #fff;
  vertical-align: top;
}
table td {
  padding: 7px 8px 5px;
  border: 1px solid #ec7b17;
  vertical-align: top;
}
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 40px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 40px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  line-height: 1.1;
  padding: 0 5px;
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  margin: 45px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #e51d03, #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;
  padding-right: 24px;
  background-size: 20px 20px;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat;
  padding-right: 24px;
  background-size: 20px 18px;
}
.no_icon {
  background-image: none !important;
  padding-right: 0 !important;
}
.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;
}
.w05 {
  width: 5%;
}
.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%;
}
.w98 {
  width: 98%;
}
.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;
}
.large {
  font-size: 1.2em;
}
blockquote {
  margin: 5px 0 5px 15px;
}
/* タイムライン */
.timeline {
  width: 95%;
  list-style: none;
  margin: 5px auto 20px !important;
}
.timeline > li {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  background: none;
}
.timeline > li::before {
  display: none;
}
.timeline-date {
  width: 23%;
  float: left;
  margin: 5px 6px 0 0 !important;
  text-indent: 0;
}
.timeline-content {
  width: 71%;
  padding: 0 0 0 3.2%;
  float: left;
  border-left: 3px #e5e5d1 solid;
}
.timeline-content p {
  margin: 5px 5px 5px 0 !important;
  text-indent: 0 !important;
}
.timeline-content:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fcd9d7;
  position: absolute;
  left: 23.3%;
  top: 14px;
  border-radius: 25px;
}
dl.hangingIndent5rem {
  margin: 10px 0 10px 30px;
  padding: 0;
}
dl.hangingIndent5rem dt {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
dl.hangingIndent5rem dd {
  margin: 0 0 0 5rem;
  padding: 0;
}
.photo {
  width: 90%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.photo > figure, .photo > p {
  width: 48%;
  margin: 10px 1% !important;
  text-align: center !important;
}
.photo figcaption {
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
}
ul.info {
  overflow: auto;
  overflow-y: scroll;
  height: 300px;
}
li.title::before {
  display: none;
}
li.title, li.title h3 {
  margin: 10px 0 5px;
  padding: 0;
}