@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
b, strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
p {
  white-space: normal;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
.pc-none {
  display: none !important;
}
@media (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
}
html {
  width: 100%;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #000;
  font-weight: 400px;
  overflow: -moz-scrollbars-none;
}
/*html::-webkit-scrollbar {
  display: none;
}*/
body {
  -webkit-text-size-adjust: 100%;
}
.content {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  /*min-width: 1200px;*/
  overflow:auto;
  min-height: 100vh; /* ????????? */
}
@media (max-width: 768px) {
  .content {
    width: 100%;
    min-width: 100%;
  }
}
#header {
  max-width: 1200px;
  padding: 0 15px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 16px auto 0;
}
@media (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    z-index: 2;
  }
}
h1 {
  width: 436px;
  height: auto;
}
h1 img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  h1 {
    width: 270px;
    height: 45px;
  }
  h1 img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 12px;
    z-index: 100;
    position: relative;
  }
}
.header-right {
  width: 48%;
}
.right-top {
  display: flex;
  padding-right: 14px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 769px) and (max-width:1024px) {
	body .header-right {
	  width: 60%;
	}
  #nav-hov,.g_nav-link a{font-size:12px;}
	body .right-bottom li img {
	  margin-right:5px;
	}
}
@media (max-width: 768px) {
  .right-top {
    padding: 17px 0;
    display: block;
  }
}
/* ?????? */
.searchWindow {
  position: relative;
  width: 50%;
}
.searchWindow .cse .gsc-control-cse, .gsc-control-cse{
  padding: 0;
}
.searchWindow table tr, .searchWindow table th, .searchWindow table td{
  padding: 0;
  border: none;
}
.searchWindow .gsc-search-box-tools .gsc-search-box .gsc-input{
  padding-right:0;
  margin:3px 5px;
}
.searchWindow .cse .gsc-control-cse, .searchWindow .gsc-control-cse{
  padding: 0;
}
.searchWindow .gsc-search-button-v2, .gsc-search-button-v2:hover, .searchWindow .gsc-search-button-v2:focus{
  background: #333;
}
.searchWindow .cse .gsc-search-button-v2, .searchWindow .gsc-search-button-v2{
  border-color: #333;
  border:none;
  padding: 9px 10px 10px;
  border-radius:0;
  -webkit-border-radius:0;
}
.searchWindow .gsc-search-button{
  margin-left: 0;
}
/*.searchWindow::before {
  position: absolute;
  display: inline-block;
  content: '';
  background-image: url("../images/google.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 14px;
  background-position: left center;
  top: 33%;
  left: 1%;
}*/
@media (max-width: 768px) {
  .searchWindow {
    width: 90%;
    margin: 2em auto 0;
  }
  .searchWindow .gsc-input-box{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    padding: 0;
  }
  .searchWindow .gsc-search-box-tools .gsc-search-box .gsc-input{
    margin: 1px 5px;
  }
  .searchWindow::before {
    width: 46px;
    height: 16px;
    top: 38%;
    left: 3%;
  }
}
.serach-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  background-color: #333333;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .serach-btn img { margin-top:7px; } /* IE11 */
}

@media (max-width: 768px) {
  .serach-btn {
    width: 13%;
    height: 100%;
  }
}
.searchWindow input[type='text'] {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 1em 5em;
  transition: 0.3s;
  color: #999999;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (max-width: 768px) {
  .searchWindow input[type='text'] {
    width: 100%;
    height: 45px;
    font-size: 16px;
    text-align: left;
    padding: 0 3.5em;
    line-height: 2;
  }
}
.searchWindow::placeholder {
  color: #999;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input[type='text']:focus {
  outline: none;
}
input[type='text']:focus::after {
  outline: none;
}
.language ul, .askus ul {
  display: flex;
}
.language li, .askus li {
  font-size: 13px;
}
@media (max-width: 1084px) and (min-width: 769px){
.language li  {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .language {
    margin: 1em 0 0;
  }
  .language ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .language li {
    border: none !important;
  }
  .language li a {
    display: inline-block !important;
    padding-left: 0 !important;
  }
  .language li:first-child::after {
    display: inline-block;
    content: '|';
    margin: 0 5px;
  }
}
.askus li {
  padding: 2px 0px;
  padding-left:17px;
  background-image:url("https://www.lib.keio.ac.jp/images/askus.png");
  background-repeat:no-repeat;
  background-position:2px 5px;
}
/* global NAV */
.g_nav {
  max-width: 1920px;
  position: relative;
  background: #f1c400;
  margin: 0 auto;
  border-top: 1px solid #fff;
}
.g_nav h2 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .g_nav {
    width: 100%;
  }
}
.g_nav-link a {
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 50px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.g_nav-link a:hover {
  color: #FFF;
}
.g_nav > ul {
  max-width: 1200px;
  padding: 0 15px;
  display: flex;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 768px) {
  .g_nav > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.g_nav > ul > li {
  width: 100%;
  background: #f1c400;
  color: #000000;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.g_nav > ul > li:last-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .g_nav > ul > li {
    border-left: none;
  }
  .g_nav > ul > li span {
    font-size: 16px;
  }
}
#nav-hov {
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 50px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
cursor: pointer;
}
.tab-hover #nav-hov {
  color: #ffffff;
}
.tab-hover #nav-hov:before {
  content: "";
  margin-left: -8px;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
  display: block;
}
.mdd_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mdd_wrap .mdd_inner {
  display: none;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  padding: 30px 10px 20px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
}
.drop-flex {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.down-list {
  flex-basis: 33%;
}
.down-list__2col {
  flex-basis: 50%;
}
.down-list__bdr {
  border-right: 1px solid #dddddd;
}
.down-list h3 {
  margin: 0;
  padding: 0 0 0 6px;
  border-left: 12px solid #F1C400;
}
.basis {
  flex-basis: 34%;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.unordered {
  text-align: left;
  padding: 0 2em 0.3em 1.5em;
}
.unordered li {
  margin: 0.5em 0;
  width: 100%;
}
/*.unordered li:first-child {
  font-weight: bold;
}*/
/*.unordered li:not(:first-child) {
  margin-left: 1em;
}*/
.unordered li a {
  position: relative;
  text-align: left;
  line-height: 1;
  white-space: normal;
  color: #000000;
}
.unordered li.second_level{
  padding-left: 15px;
}
@media (max-width: 768px) {
  .unordered {
    margin-bottom: 0;
  }
  .unordered li {
    padding-left: 20px;
  }
  .unordered li:first-child {
    font-weight: 400;
    padding: 0 0 0 20px;
  }
  .unordered li:not(:first-child) {
    margin: 0;
  }
  .unordered li a {
    line-height: 2;
    padding: 0.8em 0 0.8em 15px !important;
  }
  .unordered li.second_level{
    padding-left: 45px;
  }
  .unordered li.none_link{
    padding: 0.8em 0 0.8em 35px !important;
  }
}
.navMenu {
  transition: 0.3s;
}
.navMenu:hover:before {
  content: "";
  margin-left: -8px;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
.global-nav li:hover > a {
  opacity: 0.8;
}
.global-nav li:hover ul li {
  overflow: visible;
  height: 28px;
}
.global-nav li:hover ul li:first-child {
  margin: 2em 0 0;
  font-weight: 700;
}
.global-nav li:hover ul li:last-child {
  margin-bottom: 2em;
}
.kv {
  width: 100%;
  height: 280px;
  margin: 0 auto;
  -webkit-background-size: 1920px 280px;
  -o-background-size: 1920px 280px;
  background-size: 1920px 280px;
  background-repeat: no-repeat;
  background-position: center center;
}
#jpTop.kv {
  background-image: url("/images/kv.png");
}
.sp-kv {
  width: 100%;
}
@media (max-width: 768px) {
  .sp-kv {
    margin-top: 45px;
  }
  .sp-kv img{
    width:100%;
    height:auto;
  }
}
.kv-title {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 1em;
}
.kv-title img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 30px;
  left: 1em;
  object-fit: cover;
}
/* tab serch */
#contents-tab {
  max-width: 1200px;
  padding: 0 15px;
  margin: 50px auto;
}
#contents-tab h3 {
  margin: 0 0 50px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  #contents-tab {
    margin: 20px 0 0;
    padding: 0;
  }
  #contents-tab h3 {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.tabcontent {
  margin: 0 auto;
  text-align: center;
  padding: 15px 30px 15px 20px;
}
@media (max-width: 768px) {
  .tabcontent {
    width: 100%;
    padding: 30px 0 35px;
  }
}
.tabnav {
  width: 576px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tabnav li {
  width: 100%;
  text-align: center;
  background-color: #efefef;
  position: relative;
  margin-right: 3px;
  box-sizing: border-box;
}
.tabnav li a {
  display: block;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 1em;
  /*border-right: 1px solid #DEDDDA;*/
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.tabnav li:last-child a {
  border-right: none;
}
@media (max-width: 768px) {
  .tabnav {
    width: 90%;
    padding-top: 30px;
  }
  .tabnav li a {
    font-size: 14px;
    padding: 1em 0.5em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap !important;
  }
}
.tab-active {
  background-color: #000055;
  color: #ffffff !important;
}
.tabcontent {
  color: #ffffff;
  background-color: #000055;
}
/* COSMOS serch */
.tab-cosmos {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tab-cosmos img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .tab-cosmos {
    flex-direction: column;
  }
}
.cosmos-serch {
  width: 100%;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cosmos-serch {
    width: 95%;
  }
}
.btn {
  color: #000000;
  width: 117px;
  height: 45px;
  background-color: #f1c400;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/search_gr.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  background-size: 22px 22px;
  background-position: 86% center;
  padding-left: 20px;
  border-left: 1px solid #000055;
}
@media (max-width: 768px) {
  .btn {
    width: 45px;
    background-image: url("../images/search_wh-sp.png");
    background-repeat: no-repeat;
    -webkit-background-size: 26px 26px;
    -o-background-size: 26px 26px;
    background-size: 26px 26px;
    background-position: center;
    padding-left: 0;
    margin: 10px 0 0;
  }
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button, input {
  overflow: visible;
}
button {
  text-transform: none;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.cosmos-serch input[type='text'] {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 1em;
  transition: 0.3s;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cosmos-serch input[type='text'] {
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    text-align: left;
    margin: 10px 0 0;
  }
}
/* calender area ----*/
.calendar-area {
  width: 100%;
  margin: 0 auto;
  background-color: #efefef;
  padding: 67px 0;
}
.calendar-area h3 {
  font-size: 36px;
  margin: 0 0 45px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .calendar-area {
    padding: 30px 0 40px;
  }
  .calendar-area h3 {
    font-size: 24px;
    margin: 0 0 25px;
  }
}
#calender-tab {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  color: #ffffff;
  border-top: none;
}
#calender-tab li a {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #calender-tab {
    width: 100%;
    padding: 0;
  }
  #calender-tab a {
    display: block;
    border-bottom: 1px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.tabnav-cl {
  width: 70%;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.tabnav-cl li {
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #f1c400;
  border: 1px solid #999999;
  border-bottom: none;
  border-collapse: collapse;
}
.tabnav-cl li:not(:first-child) {
  border-left: none;
}
.tabnav-cl li a {
  display: block;
  color: #000000;
  font-size: 18px;
  padding: 1em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .tabnav-cl {
    width: 100%;
    overflow-y: scroll;
  }
  .tabnav-cl li a {
    padding: 16px;
    font-size: 14px;
  }
}
.tabcontent-cl {
  width: 100%;
  margin: -2px auto 0;
  padding: 40px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #999999;
  border-collapse: collapse;
  z-index: 2;
}
@media (max-width: 768px) {
  .tabcontent-cl {
    border-top: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.cl-active {
  background-color: #ffffff;
  color: #f1c400 !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #ffffff !important;
}
.cl-area {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cl-area {
    width: 100%;
    overflow-y: hidden;
    display: block;
  }
}
.map-disc {
  width: 38%;
}
.map-disc h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 0;
}
@media (max-width: 768px) {
  .map-disc {
    width: 90%;
    margin: 0 auto 2em;
  }
  .map-disc h4 {
    font-size: 16px;
  }
}
.location{
  padding-bottom: 30px;
}
.location-img {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.location-img img {
  max-width: 48%;
  height: auto;
}
@media (max-width: 768px) {
  .location-img img {
    max-width: 48%;
    height: auto;
  }
}
.map iframe{
  width: 100%;
}
.detail-btn {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #000055;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.detail-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.detail-btn a:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 43%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .detail-btn {
    width: 100%;
    height: 45px;
  }
  .detail-btn a {
    font-size: 16px;
    line-height: 45px;
  }
}
/* map ---------------------------
-------------------------------------------------*/
.cl-display {
  width: 60%;
  margin: 0 auto;
  padding: 0 1em 0 0;
}
@media (max-width: 768px) {
  .cl-display {
    width: 95%;
    margin: 2em auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cl-display__sp {
    margin: 0 auto;
    width: 100%;
  }
}
.tab-container {
  width: 630px;
  height: auto;
  list-style-type: none;
  padding: 0;
  position: relative;
  background: #fff;
}
.tab-container ul {
  list-style-type: none;
  padding: 0;
}
.tab-container .arrows {
  display: block;
  width: 60px;
  font-size: 32px;
  bottom: 10px;
  right: 0px;
  position: absolute;
}
.tab-container .arrows label {
  display: inline-block;
  cursor: pointer;
  color: #aaa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
}
.tab-container .arrows label:hover {
  color: #333;
}
.tab-container .tab-content-container {
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  line-height: 22px;
  background: #fff;
  position: absolute;
  top: 42px;
  padding: 0px 40px 0 20px;
  border: 2px solid #446CB3;
  border-top: 0;
  box-shadow: 0 5px 5px -5px #333;
}
.tab-container .tab-content-container .tab-content {
  opacity: 0;
  padding: 15px 0;
  min-height: 185px;
  transition: opacity 0.1s ease-in;
}
.tab-container .tab {
  outline: 0;
  float: left;
  cursor: pointer;
  opacity: 1;
  width: 25%;
  line-height: 40px;
  display: block;
  margin: 0;
  position: relative;
  background: #446CB3;
  color: #fff;
  text-align: center;
  border-top: 2px solid #446CB3;
  border-right: 2px solid #446CB3;
}
.tab-container .tab.l-b {
  border-left: 2px solid #446CB3;
}
.tab-container .tab:hover {
  background: #365690;
}
.tab-container .tab-toggle {
  display: none;
}
.tab-container .tab-toggle.active + .tab,
.tab-container .tab-toggle:checked + .tab {
  background: #fff;
  color: #333;
}
.tab-container .tab-toggle.active ~ .tab-content-container,
.tab-container .tab-toggle:checked ~ .tab-content-container {
  height: auto;
  opacity: 1;
}
.tab-container .tab-toggle.active ~ .tab-content-container .tab-content,
.tab-container .tab-toggle:checked ~ .tab-content-container .tab-content {
  opacity: 1;
}
.tab-container .tab-toggle.active ~ .tab-content-container .tab-content label,
.tab-container .tab-toggle:checked ~ .tab-content-container .tab-content label {
  opacity: 1;
}
/* calender */
.main-carousel {
  width: 100%;
  height: auto;
}
.carousel-cell {
  position: relative;
  width: 100%;
}
.carousel-cell p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0.5em 0 28px;
}
@media (max-width: 768px) {
  .carousel-cell {
    width: 100%;
    margin-right: 0;
  }
  .carousel-cell p {
    font-size: 19px;
    margin: 1em 0;
    position: relative;
  }
}
.google-cl {
  width: 630px;
  height: 491px;
  background-color: #ccc;
}
@media (max-width: 768px) {
  .google-cl {
    width: 100%;
  }
}
/* icon */
.icon-area {
  width: 88%;
  margin: 25px 0;
  font-size: 14px;
}
.icon-area ul {
  width: 100%;
    display: flex;
    display: -webkit-flex;
    /* flex-direction: column; */
    /* -webkit-flex-direction: column; */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.icon-area li {
  margin: 0 7px 0 0;
  font-size:13px;
}
.icon-area li p {
  line-height: 1;
}
@media (max-width: 768px) {
  .icon-area {
    width: 100%;
    margin: 0;
  }
  .icon-area li {
    margin: 0.3em 1.2em 0.3em 0;
    width: 100%;
  }
  .icon-area p {
    margin: 0;
  }
}
.cl-icon {
  width: 35px;
  height: 20px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  margin: 0 8px 0 0;
  color: #FFF;
}
@media (max-width: 768px) {
  .cl-icon {
    margin: 0 10px 0 0;
  }
}
.iconW {
  background-color: #cf9911;
}
.iconS {
  background-color: #4285f4;
}
.iconWS {
  background-color: #0b8043;
}
.iconSS {
  background-color: #f4511e;
}
.iconST {
  background-color: #b39ddb;
}
.iconC {
  background-color: #616161;
}
.iconO {
  background-color: #e67c73;
}
.iconU {
  background-color: #d50000;
}
/* news area */
.news-area {
  max-width: 1200px;
  padding: 0 15px;
  margin: 64px auto 0;
  font-size: 18px;
}
.news-area h3 {
  font-size: 36px;
  margin: 0 0 45px;
  text-align: center;
  font-weight: 400;
}
.news-area h3.important{
  font-size: 30px !important;
  color: #cc0000;
  text-align: center;
  padding: 0 0 15px;
}
@media (max-width: 768px) {
  .news-area {
    width: 90%;
    margin: 0 auto;
    white-space: normal;
    padding: 0;
  }
  .news-area h3 {
    text-align: left;
    margin: 20px 0 25px;
    font-size: 24px;
    font-weight: 500;
    font-size: 24px;
  }
  .news-area .news-txt {
    font-size: 16px;
  }
  .news-area h3.important {
    font-size: 16px !important;
    color: #cc0000;
    text-align: left;
    padding: 0 0 15px;
  }
}
.important a {
  padding-bottom: 3px;
  border-bottom: 1px solid #cc0000;
}
@media (max-width: 768px) {
  .important {
    font-size: 16px;
    line-height: 2;
    padding: 0 0 6px;
    font-weight: 500;
    white-space: normal;
    text-align: left;
  }
}
.news-event {
  width: 100%;
}

.news-event h3.important{
  font-size: 20px !important;
  color: #cc0000;
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  .news-event h3.important{
    font-size: 20px !important;
    padding: 30px 0 20px;
  }
}


.news-event ul {
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
.news-event li {
  text-align: left;
}
.news-event li a:hover {
  color: blue;
  text-decoration: underline;
}
.news-event p {
  margin: 0;
}
@media (max-width: 768px) {
  .news-event {
    margin: 0 auto;
  }
.news-event ul {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0;
}
}
.news-btn {
  position: relative;
  width: 450px;
  height: 50px;
  background-color: #000055;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin: 45px auto;
}
.news-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.news-btn a:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 43%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .news-btn {
    width: 95%;
    margin: 30px auto 60px auto;
    height: 33px;
  }
  .news-btn a {
    line-height: 2;
  }
  .news-btn a:before {
    left: 8%;
    top: 45%;
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
/* news icon */
.news-icon {
  text-align: center;
  margin: 0 15px;
  font-size: 16px;
  display: inline-block;
  width: 70px;
  height: 25px;
  line-height: 25px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .news-icon { padding-top: 2px; } /* IE11 */
}

@media (max-width: 768px) {
  .news-icon {
    width: auto;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
  }
}
.place {
  border: 1px solid #dddddd;
}
.common {
  background-color: #dddddd;
}
/* banner area -----------------
----------------------------------------*/
.banner {
  max-width: 1200px;
  margin: 7.5em auto;
  padding: 0 15px;
}
.banner ul {
  width: 100%;
  display: flex;
  flex-wrap: no-wrap;
  flex-wrap: wrap;
  margin: 0;
}
.banner li {
  height: auto;
  border: none;
  margin-bottom:30px;
  margin-right: 2%;
  width: 23.5%;
}
.banner li:nth-child(4n){
  margin-right: 0;
}
.banner li img {
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  margin: 0 auto;
}
.banner li:hover {
  opacity: 0.8;
}
/* .banner li:last-child {
  margin: 0;
} */
.banner a {
  line-height: 0 !important;
}
@media (max-width: 768px) {
  .banner {
    margin: 22px auto 30px;
  }
  .banner ul {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .banner li {
    width: 48%;
    margin: 0.5em 0;
  }
  .banner li:last-child {
    margin: 0.5em 0;
  }
}
.Blank:after {
  content: "";
  display: block;
  width: 271px;
  margin: 0.3em;
  order: 1;
}
.center {
  width: 100%;
  margin: 0 auto;
}
/* footer ----------------------
--------------------------------------------*/
footer {
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid #dddddd;
  position: relative;
  margin-top: 40px;
}
.footer {
  position: relative;
  max-width: 1200px;
  padding: 25.5px 15px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.footer ul {
  width: 570px;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 30px;
}
.footer ul li::after {
  display: inline-block;
  content: '|';
  margin: 0 13px;
}
.footer a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .footer {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .footer a{
    margin: 0 auto;
  }
  .footer ul {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer ul li::after {
    margin: 0 8px;
  }
  .footer img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 1em;
  }
}
.footer-bottom {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-top: 10px solid #cc0000;
  background-color: #000055;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.toTop {
	position: fixed;
	right: 56px;
	bottom: 60px;
}
.toTop a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  border: 1px solid #000055;
  background-color: #FFF;
}
.toTop span {
  position: absolute;
  right: 15px;
  top: 19px;
  display: block;
  width: 18px;
  height: 18px;
  border-top: solid 1px #000055;
  border-right: solid 1px #000055;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .toTop {
    bottom: 50px;
    right: 6%;
  }
}
/*----- SP nav ----------------
----------------------------------*/
#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #F1C400;
  width: 45px;
  height: 45px;
}
#nav-toggle div {
  position: absolute;
  width: 19px;
  top: 37%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#nav-toggle span {
  width: 19px;
  height: 3px;
  left: 0;
  display: block;
  background: #ffffff;
  position: absolute;
  background-color: #ffffff;
  transition: transform .1s ease-in-out, top .2s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 5px;
}
#nav-toggle span:nth-child(3) {
  top: 10px;
}
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#global-nav {
  background-color: #ffffff;
  color: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
  padding-left: 0;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#global-nav a {
  display: block;
  color: #000;
  text-align: left;
  transition: color .6s ease;
  padding-left: 20px;
}
#global-nav ul {
  list-style: none;
}
#global-nav li {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
#global-nav li:last-child {
  border: none;
}
#global-nav nav {
  height: 100%;
  overflow: scroll;
  z-index: 3;
}
#global-nav nav a {
  border-bottom: none;
}
/* open */
.open {
  height: 100%;
  overflow: hidden;
}
.open #nav-toggle {
  background-color: #ffffff;
}
.open #nav-toggle div {
  top: 14%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.open #nav-toggle span {
  background-color: #000000;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
.open #global-nav {
  transform: translateX(0);
padding-top: 50px;
}
.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
/* sp accordion -----------------------*/
.accordion-container {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  outline: 0;
  cursor: pointer;
}
.accordion-container .article-title_link {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background: #f1c400;
  cursor: pointer;
  text-align: left;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ffffff !important;
  margin-bottom: 0;
}
.accordion-container .article-title {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background: #f1c400;
  cursor: pointer;
  text-align: left;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ffffff !important;
  margin-bottom:0;
}
.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #000000;
}
.article-title {
  position: relative;
}
.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.article-title.open {
  color: #fff;
}
.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
}
.accordion-content ul {
  background-color: #f5f5f5;
  padding: 0;
}
.accordion-content ul li {
  border-bottom: 1px solid #dddddd;
}
.accordion-content ul li.link_nomal{
  height: 50px;
}
.accordion-container {
  width: 100%;
}
.in-title {
  background-color: #ffffff;
  display: block;
  position: relative !important;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  text-align: left;
  padding: 0.815em 0 0.815em 1.2em;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 0;
  
}
.in-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.in-title.open {
  border: none;
}
.in-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
/** spメニュー調整 **/
/*
@media (max-width: 768px) {
.in-title__link a {
padding-left: 0 !important;
}
.sp_nomal_title{
  background-color: #ffffff;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  text-align: left;
  padding: 0.815em 0 0.815em 0;
  border-bottom: 1px solid #ddd;
}
}
*/
@media (max-width: 768px) {
.in-title__link a {
padding-left: 0 !important;
}
.sp_nomal_title{
  background-color: #ffffff;
  display: block;
  position: relative !important;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  text-align: left;
  padding: 0.815em 0 0.815em 1.2em;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 0;
}
}
/** spメニュー調整 **/
.breadcrumb {
  width: 100%;
  margin: 35px 0 65px;
}
.breadcrumb ul {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.breadcrumb li {
  position: relative;
  margin: 0 1.5em 0 0;
  padding-right: 1.5em;
}
.breadcrumb li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb li a {
  color: #333333;
}
.breadcrumb li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.under-cont {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  color: #333333;
}
.under-cont h3 {
  font-weight: 400;
  margin: 0 0 30px;
}
.under-cont a {
  color: #001E62;
  text-decoration: underline;
}
.under-cont p {
  color: #333333;
}
@media (max-width: 768px) {
  .under-cont {
    width: 100%;
    overflow: hidden;
  }
  .under-cont h3 {
    margin: 1em 0 0.5em;
    line-height: 1.3;
    padding-bottom: 0.3em;
    font-size: 22px;
  }
}
/* rink icon */
.link-icon-flex {
  width: 70%;
  display: flex;
  margin: 0 0 40px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .link-icon-flex {
    margin: 0 0 10px;
    width: 100%;
  }
}
h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  background: transparent;
  border-left: solid 5px #001e62;
  margin: 35px 0 30px;
}
.under-line {
  margin: 0 0 30px;
  border-bottom: solid 3px #000;
  position: relative;
  line-height: 2;
}
.under-line:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;
  border-bottom: solid 3px #f1c400;
}
@media (max-width: 768px) {
  .under-line {
    border-bottom: solid 5px #000;
  }
  .under-line:after {
    bottom: -5px;
    border-bottom: solid 5px #f1c400;
  }
}
.paragraph {
  margin: 30px 0 50px;
  white-space: normal;
}
.paragraph h6 {
  font-weight: 700;
  margin: 35px 0 18px;
}
.paragraph a {
  color: #001e62;
  position: relative;
  text-decoration:underline;
}
.paragraph ul {
  margin: 5px 0;
}
.paragraph li {
  margin: 0.5em 0;
}
.paragraph li a{
  text-decoration: underline;
}
@media (max-width: 768px) {
  .paragraph {
    margin: 0 0 30px;
  }
  .paragraph p {
    line-height: 1.8;
  }
  .paragraph li .lable01-2{
    display: inline-block;
    width: 80%;
  }
}
.mgb-0 {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .sp-mgb {
    margin-bottom: 0;
  }
}
.mg-left {
  margin-left: 20px;
}
.att {
  margin: 0;
  line-height: 1.8;
}
.underLine {
  padding-bottom: 0;
  border-bottom: 1px solid #333333;
}
.mg10 {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .mg10 {
    margin: 0;
  }
}
.mg30 {
  display: inline-block;
  margin: 0 30px;
}
@media (max-width: 768px) {
  .mg30 {
    margin: 0;
  }
}
.dot-list p {
  margin: 0;
}
.dot-list li {
  margin: 1em 0;
  padding-left: 25px;
  position: relative;
}
.dot-list li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #001e62;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 5px 0 0;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .dot-list li:before { margin: 5px 0 0;} /* IE11 */
}
@media (max-width: 768px) {
  .dot-list li {
    padding-left: 15px;
  }
  .dot-list li:before {
    top: 0;
  }
}
.bdr-none {
  line-height: 2;
}
.bdr-none a {
  border: none !important;
}
.li-table li:last-child .mg30 {
  margin: 0;
}
.slide-cont {
  width: 100%;
  margin: 14px 0;
}
.slide-cont p {
  display: block;
  font-size: 16px;
  text-align: center;
  background-color: #FFF;
  padding: 0;
  margin: 0;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  #calender-tab a {
    border-bottom: none;
  }
  .slide-cont p {
    width: 100%;
    font-size: 19px;
    padding: 1.5em 0;
	text-align:left;
  }
}
/* parts -----------------------
-------------------------------------------------------*/
.parts-cont {
  width: 100%;
  padding: 100px;
}
@media (max-width: 768px) {
  .parts-cont {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.parts-cont__under {
  padding: 0;
}
.parts-title {
  display: block;
  font-size: 24px;
  margin: 5em 0 2em;
}
@media (max-width: 768px) {
  .parts-title {
    margin: 2em 0;
  }
}
.parts {
  margin: 5em 0 2em;
}
@media (max-width: 768px) {
  .parts {
    margin: 1em 0;
  }
}
.parts-flex {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parts-flex li {
  margin: 1em 0;
}
@media (max-width: 768px) {
  .parts-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.parts__item {
  width: 30%;
}
@media (max-width: 768px) {
  .parts__item {
    width: 100%;
  }
}
.color ul {
  margin: 2em auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.color ul li {
  width: 20%;
}
.color ul li span {
  width: 95%;
  height: 100px;
  display: block;
}
.color ul li:first-child span {
  background-color: #000;
}
.color ul li:nth-child(2) span {
  background-color: #001e62;
}
.color ul li:nth-child(3) span {
  background-color: #f1c400;
}
.color ul li:nth-child(4) span {
  background-color: #c63527;
}
.color ul li:nth-child(5) span {
  background-color: #efefef;
}
@media (max-width: 768px) {
  .color ul li span {
    height: 50px;
  }
}
h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 30px;
  border-bottom: solid 3px #000;
  position: relative;
  line-height: 2;
}
h3:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30px;
    border-bottom: solid 3px #f1c400;
    left:unset;
}
.common_top h3{
  border-bottom:none;
  position: unset;
  line-height: unset;
}
.common_top h3:after{
  /*content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;*/
  border-bottom:none;
}
@media (max-width: 768px) {
  .common_top h3 {
    border-bottom: none;
  }
}

h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h2 {
    padding: 30px 0 10px;
  }
}
h4 {
  font-size: 20px;
  padding: 10px 17px;
  background-color: #efefef;
}
h6 {
  font-weight: 700;
}
.caption {
  font-size: 14px;
}
.num-list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.num-list ol ol {
  padding-left: 25px;
}
.num-list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 2em;
}
.num-list > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
}
.link-list a {
  color: #001E62;
  /*&:hover{
		border-bottom:1px solid #001e62;
		padding-bottom: 3px;
		}*/
}
/*?O???????N */
.outside {
  /*&:hover{
		border: none !important;
		}*/
}
.outside:after {
  display: inline-block;
  content: '';
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-position: center;
  bottom: 0;
  margin-left: 0.5em;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .outside:after {
    width: 15px;
    height: 15px;
    bottom: 36%;
  }
}
.outside-list li a {
  color: #001E62;
}
.outside-list li:after {
  display: inline-block;
  content: '';
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-position: center;
  bottom: 0;
  margin-left: 0.5em;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .outside-list:after {
    width: 15px;
    height: 15px;
    bottom: 36%;
  }
}
.serch-btn {
  color: #000000;
  width: 100px;
  height: 45px;
  background-color: #f1c400;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  background-image: url("../images/search_gr.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  background-size: 22px 22px;
  background-position: 80% center;
  padding-left: 18px;
}
@media (max-width: 768px) {
  .serch-btn {
    width: 45px;
    background-position: center;
    padding-left: 0;
    margin: 10px 0 0;
  }
}
.more-btn {
  position: relative;
  width: 170px;
  height: 50px;
  background-color: #000055;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.more-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-left: 0.5em;
  border: none !important;
}
.more-btn a:before {
  content: "";
  position: absolute;
  left: 12%;
  top: 37%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-btn:hover {
  opacity: .8;
}
@media (max-width: 768px) {
  .more-btn {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }
  .more-btn a {
    font-size: 16px;
    line-height: 45px;
  }
}
.link-icon-list {
  margin: 0 0 40px;
}
.link-icon-list li {
  position: relative;
  margin: 0 20px 25px 0;
}
.link-icon-list a {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  color: #333;
  text-decoration: none;
  color: #001E62;
}
.link-icon-list a:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #001e62;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -3px;
  margin-top: -9px;
}
.link-icon-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 12px;
  left: 3px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.link-icon-list a:hover {
  opacity: .8;
}
@media (max-width: 768px) {
  .link-icon-list li {
    margin: 0 10px 10px;
  }
}
.pdf {
  color: #001E62;
}
.pdf:hover {
  border: none !important;
}
.pdf:after {
  display: inline-block;
  content: 'PDF';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  box-sizing: border-box;
  font-size: 0.85em;
  width: 50px;
  height: 20px;
}
.word {
  color: #001E62;
  /*&:hover{
		border: none !important;
		}*/
}
.word:after {
  display: inline-block;
  content: 'Word';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  box-sizing: border-box;
  font-size: 0.85em;
  width: 60px;
  height: 20px;
}
.exel {
  color: #001E62;
  /*&:hover{
		border: none !important;
		}*/
}
.exel:after {
  display: inline-block;
  content: 'Excel';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  box-sizing: border-box;
  font-size: 0.85em;
  width: 60px;
  height: 20px;
}
/* blank */
#top .under-cont .tab-cosmos a[target="_blank"]:after,
.top .Individual__cont .tab-cosmos a[target="_blank"]:after,
.top .Individual__cont .pick-up a[target="_blank"]:after{
  display: none;
}

.news-list-cont #contents-tab .tabcontent-list a[target="_blank"]:after,
.under-cont a[target="_blank"]:after,
.news_detail a[target="_blank"]:after,
.news-event li a[target="_blank"]:after ,
.under-cont a[target="_blank"]:after,
.Individual__cont a[target="_blank"]:after,
.news li a[target="_blank"]:after{
  display: inline-block;
  content: '';
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-position: center;
  bottom: 0;
  margin-left: 0.5em;
  margin-top: 3px;
  vertical-align: text-top;
}

/* === classなし === */
.news-list-cont #contents-tab .tabcontent-list a[href$=".docx"],
.under-cont a[href$=".docx"] ,
.news_detail a[href$=".docx"] ,
.news-event li a[href$=".docx"],
.under-cont a[href$=".docx"],
.Individual__cont a[href$=".docx"]{
  color: #001E62;
  /*&:hover{
		border: none !important;
		}*/
}
.news-list-cont #contents-tab .tabcontent-list a[href$=".docx"]:after ,
.under-cont a[href$=".docx"]:after ,
.news_detail a[href$=".docx"]:after,
.news-event li a[href$=".docx"]:after,
.under-cont a[href$=".docx"]:after,
.Individual__cont a[href$=".docx"]:after{
  display: inline-block;
  content: 'Word';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  box-sizing: border-box;
  margin-top: 3px;
  font-size: 0.85em;
  width: 60px;
  height: 20px;
  background-image: none;
}
.news-list-cont #contents-tab .tabcontent-list a[href$=".xlsx"],
.under-cont a[href$=".xlsx"] ,
.news_detail a[href$=".xlsx"],
.news-event li a[href$=".xlsx"],
.under-cont a[href$=".xlsx"],
.Individual__cont a[href$=".xlsx"]{
  color: #001E62;
  /*&:hover{
		border: none !important;
		}*/
}
.news-list-cont #contents-tab .tabcontent-list a[href$=".xlsx"]:after,
.under-cont a[href$=".xlsx"]:after,
.news_detail a[href$=".xlsx"]:after,
.news-event li a[href$=".xlsx"]:after,
.under-cont a[href$=".xlsx"]:after,
.Individual__cont a[href$=".xlsx"]:after{
  display: inline-block;
  content: 'Excel';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  margin-top: 3px;
  box-sizing: border-box;
  font-size: 0.85em;
  width: 60px;
  height: 20px;
  background-image: none;
}

/*PDF*/
.news-list-cont #contents-tab .tabcontent-list a[href$=".pdf"],
.under-cont a[href$=".pdf"],
.news_detail a[href$=".pdf"] ,
.news-event li a[href$=".pdf"] ,
.under-cont a[href$=".pdf"],
.Individual__cont a[href$=".pdf"]{
  color: #001E62;
}
.news-list-cont #contents-tab .tabcontent-list a[href$=".pdf"]:hover ,
.under-cont a[href$=".pdf"]:hover ,
.news_detail a[href$=".pdf"]:hover ,
.news-event li a[href$=".pdf"]:hover,
.under-cont a[href$=".pdf"]:hover,
.Individual__cont a[href$=".pdf"]:hover{
  border: none !important;
}
.news-list-cont #contents-tab .tabcontent-list a[href$=".pdf"]:after ,
.under-cont a[href$=".pdf"]:after ,
.news_detail a[href$=".pdf"]:after,
.news-event li a[href$=".pdf"]:after,
.under-cont a[href$=".pdf"]:after,
.Individual__cont a[href$=".pdf"]:after{
  display: inline-block;
  content: 'PDF';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  margin-top: 3px;
  box-sizing: border-box;
  font-size: 0.85em;
  width: 50px;
  height: 20px;
  background-image: none;
}

/* ===  === */
table {
  width: 100%;
}
table tr, table th, table td {
  border: 1px solid #dddddd;
  padding: 1em 2em;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  white-space: normal;
}
table th {
  background-color: #efefef;
}
@media (max-width: 768px) {
  table {
    /*.white-space: nowrap; */
  }
}
/*.table_cont {
  max-width: 1200px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .table_cont {
    padding: 0 0 0 1em;
  }
}
.table_cont_inner {
  height: auto;
}*/

.table_cont_sc table tr td:first-child{
  white-space: nowrap;
}

@media (max-width: 768px) {
/* SP縮む */
  .table_cont_w {
    width: 100%;
  }
  .table_cont_w table{
    width: 100%;
  }
  .table_cont_w table tbody{
-webkit-text-size-adjust: 100%;
  }
  .table_cont_w table th,.table_cont_w table td{
    padding: 0.5em;
    font-size: 14px;
  }
/* SPスクロール */
  .table_cont_sc {
    width: 100%;
    overflow-x: scroll;
  }
  .table_cont_sc table{
    width: 1200px;
  }
  .table_cont_sc table tbody{
-webkit-text-size-adjust: 100%;
  }
}
.align-left {
  text-align: left;
}
/*sub nav ----------------
-----------------------------------*/
.right-bottom {
  width: 100%;
  margin: 14px 0 0;
}
.right-bottom li img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 14px 0 0;
}
@media (max-width: 768px) {
  .right-bottom {
    width: 100%;
    margin: 0;
  }
  .right-bottom ul {
    display: block;
  }
  .right-bottom li {
    width: 100%;
  }
  .right-bottom li a {
    font-size: 100%;
  }
  .right-bottom li:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.sub_nav > ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}
.sub_nav > ul > li {
  width: 33.222%;
  border-right: 1px solid #fff;
  background-color: #dddddd;
  -webkit-align-self: center;
  align-self: center;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 2;
}
.sub_nav > ul > li:last-child {
  border-right: none;
}
.sub__mdd_wrap {
  position: absolute;
  top: 110px;
  z-index: 2;
  left: 0;
  width: 100vw;
  max-width:100%;
}
.sub__mdd_wrap .sub__mdd_inner {
  display: none;
  width: 100vw;
  max-width:100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 10px 20px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
}
.sub__mdd_inner__flex {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.unordered__sub__menu__nomal li {
  line-height: 1.8;
}
.unordered__sub__menu__nomal li:first-child {
  font-weight: normal;
}
.unordered__sub__menu__nomal li:not(:first-child) {
  margin-left: 0;
}
.unordered__sub__menu li {
  line-height: 1.5;
}
.sub__bdd_inner_list {
    width: 50%;
    padding: 0 1.5em;
    margin-left: 50%;
　　margin-bottom: 10px;
}
.sub__bdd_inner_list li {
  height: auto;
  text-align: left;
  margin: 0.5em 0;
  line-height: 2;
}
.sub__bdd_inner_list li a {
  line-height: 1.8;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&:hover{
			opacity: 0.8;
			}*/
}
.sub__nav__down-list {
  flex-basis: 33%;
}
/* sub-nav__sp --------------
--------------------------------*/
.sub-nav__sp {
  font-weight: normal !important;
  background-color: #ddd !important;
}
.sub-nav__sp img {
  vertical-align: middle;
  margin-right: 0.5em;
}
.sub-nav__sp__normal-list {
  background-color: #ffffff;
  display: block;
  position: relative;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  text-align: left;
  padding: 0.815em 0 0.815em 1.2em;
  border-bottom: 1px solid #ddd;
}
.sub-nav__sp__normal-list a {
  line-height: 2;
  padding: 0.8em 0 0.8em 25px !important;
}
/* under - mita ---
-------------------------------------*/
.kv-name {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    /* position: absolute; */
    top: 0;
    /* left: 0; */
    /* margin-left: -600px; */
    /* background-color: rgba(0, 0, 85, 0.8); */
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 1;
}
.top .kv-name {
    top: 13%;
    height: 150px;
}

/* #kv_title1 .kv-name{max-width: 1200px;
    position: unset;
    margin: 0 auto;
    transform: unset;
    -webkit-transform: unset;
    background: none;
    width: 100%;
  }
#kv_title1 h2.kv__title{
  display: inline-block;
      padding: 20px;position:unset;margin:0;    transform: unset;
    -webkit-transform: unset;background-color: rgba(0, 0, 85, 0.8);} */
.kv__title {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 0 35px;
	position: absolute;
	left: 15px;
	top: 50%;
	height: 120px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.top .kv__title {
	background-color: rgba(0, 0, 85, 0.8);
	height: 150px;
}
.kv__title a{
  display: inline-block;
}
.top .kv__title a{
  pointer-events: none;
}
.kv__title span{
  font-size: 20px;
display: contents;
}
/* #kv_title {
background:url('https://test-site.lermo-cloud.info/kmc_dev2/en/scitech/files/kv_scitech_sub.png') no-repeat;
padding:20px 0;
}
#kv_title1 {
background:url('https://test-site.lermo-cloud.info/kmc_dev2/en/scitech/files/kv_scitech.png') no-repeat;
padding:20px 0;
}
#kv_title h2.kv__title{
  max-width:1200px;position:unset;
  margin:0 auto;
  transform: unset;
    -webkit-transform: unset;} */
.kv_separate_sub .kv__title {
  font-size: 30px;
  color: #FFF;
  padding: 0 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  line-height: 1.2em;
  text-shadow: 1px 1px 10px #070102;
}

@media (max-width: 768px) {
  #kv_title1 h2.kv__title{
    margin-top: 29px;
  }
  .kv-name {
    /* top: 32%; */
    /* left: 12px; */
    /* width: 53%;
    height: 150px;
    margin-left: 0; */
  }
  .kv__title {
    font-size: 20px;
    text-align: left;
    padding: 1.3em 0.5em;
    line-height: 1.3em;
  }
  .kv__title span{
    font-size: 16px;
  }
  .kv_separate_sub .kv__title {
    font-size: 26px;
    color: #FFF;
    padding: 3% 13px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: 1.2em;
    text-shadow: 1px 1px 10px #070102;
  }
}

.kv_separate {
  position: relative;
  height: 120px;
}
.top .kv_separate {
  height: 200px;
}

.kv_separate img {
	position: absolute;
	width: 100%;
	height: 120px;
}
.kv_separate img.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.top .kv_separate img {
	height: 200px;
}
.top .kv_separate img.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.kv_separate_sub {
  position: relative;
  height: 120px;
}

.kv_separate_sub img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #kv_title1 {
        padding-top: 45px;
}
  .kv_separate {
    height: 165px;
    padding-top: 45px;
  }
  .top .kv_separate {
    height: 245px;
  }
  /* .kv_separate img {
    max-width: 100%;
    height: auto;
  } */
  .kv_separate_sub {
    position: relative;
    height: 120px;
    top: 45px;
    margin-bottom: 50px;
  }

  .kv_separate_sub img {
    height: 120px;
    width: 100%;
    object-fit: cover;
  }
}

.Individual__bread {
  margin: 35px 0 35px;
}
.Individual {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .Individual {
    width: 100%;
    padding: 0;
  }
}
/* side menu */
.side__menu {
  width: 23%;
}
@media (max-width: 768px) {
  .side__menu {
    display: none;
  }
}
.side-nav {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd;
}
.side-nav li {
  width: 100%;
  position: relative;
  padding: 0.72em 1.3em;
  border-bottom: 1px solid #ddd;
}
.side-nav li:last-child {
  border-bottom: none;
}
.side-nav a {
  width: 100%;
  display: block;
}
.side-nav a:hover {
  font-weight: 700;
  color: #000055;
}
.bdr {
  border-bottom: 1px solid #ddd;
}
.side-nav__layer {
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 2;
  width: 300px;
}
.side-nav__layer_1st {
  background-color: #efefef;
  border: 1px solid #ddd;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.side-nav__layer_1st:before {
  content: "";
  position: absolute;
  left: -4%;
  top: 20px;
  display: inline-block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #efefef;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 3;
}
.side-nav__layer_1st li {
  border: none !important;
}
.side-nav__layer_2st {
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100% !important;
  background-color: #FFF;
  box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-nav__layer_2st:before {
  content: "";
  position: absolute;
  left: -4%;
  top: 10%;
  display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 3;
}
.side-nav__layer_2st li {
  border-bottom: none !important;
}
.sch_link {
  position: relative;
  height: 33px;
  background-color: #000055;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-top: -20px;
}
.sch_link a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding-left: 0px;
}
.sch_link a:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 15px;
  left: 30px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-radius:0;
}
.sch_link a:after{
  border: 0;
  border-top: none;
  border-right: none;
  position: absolute;
}
@media (max-width: 768px) {
  .sch_link {
    width: 90%;
    margin: 30px auto;
  }
  .sch_link a{
    line-height: 2;
  }
  .sch_link a:before {
    left: 8%;
    top: 45%;
  }
}
.col-normal {
  color: #000 !important;
}
.nomal-menu {
  width: 100%;
  margin-bottom: 0 !important;
  border: 1px solid #ddd;
  border-top: none;
}
.nomal-menu li {
  width: 100%;
  font-weight: 700;
  position: relative;
  padding: 0.8em 1.3em;
  margin: 0 !important;
}
.nomal-menu li a {
  display: block;
  font-weight: normal;
  line-height: 2;
}
.nomal-menu li a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: text-bottom;
  margin-left: 0.2em;
  margin-bottom: 5px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .nomal-menu li a img {margin-bottom: 5px;} /* IE11 */
}
.nomal-menu li a:before {
  top: 15px;
}
.nomal-menu li a:after {
  margin-top: 0;
  top: 13px;
  left: 3px;
  transform: rotate(45deg);
}
.nomal-menu li:nth-child(2) {
  padding: 0;
}
.nomal-menu li:nth-child(2) span {
  display: block;
  margin: 1.5em 1.3em 0;
}
.nomal-menu li:nth-child(3) {
  padding: 0;
}
.menu__calender {
  background-color: #efefef;
  border: 1px solid #ddd;
  margin: 0.5em;
  padding: 0.5em;
}
.menu__calender span {
  display: block;
  text-align: center;
  margin: 0 !important;
}
.sp-menu__calender {
  margin: 0;
}
.name {
  font-size: 14px;
  font-weight: 500;
}
.hours {
  font-size: 24px;
  font-weight: 700;
  margin: 0 !important;
  letter-spacing: 5px;
}
.hours-link {
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
}
.hours-link:before {
  top: 16px !important;
  left: 3px !important;
  width: 15px !important;
  height: 15px !important;
}
.hours-link:after {
  top: 11px !important;
  left: 6.5px !important;
}
.Individual__cont {
  width: 74.36%;
  height: auto;
}
.Individual__cont select {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.Individual__cont .selectBox {
  width: 25%;
}
.Individual__cont .selectBox:first-child {
  width: 15%;
}

.Individual__cont .news_detail li a,
.Individual__cont .news_detail p a{
  color: #001E62;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .Individual__cont {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .Individual__cont h3 {
    margin: 1em 0 !important;
  }
  .Individual__cont .selectBox {
    width: 60%;
  }
  .Individual__cont .selectBox:first-child {
    width: 35%;
  }
  .Individual__cont .selectBox:nth-child(3) {
    width: 100%;
  }
  .Individual__cont .selectBox:last-child {
    width: 80%;
  }
}
.Individual__cont_tab {
  margin: 0 !important;
  padding: 0 !important;
}
.Individual__cont_tab h3 {
  font-size: 90%;
}
.Individual__cont_tab .tabnav li a {
  padding: 0.6em;
  text-decoration: none;
}
@media (max-width: 768px) {
  .Individual__cont_tab .cosmos-serch {
    width: 95%;
    margin: 0 auto;
  }
}
.side__menu__calender {
  padding: 1em 0.5em;
}
.side__menu__calender li {
  border: none;
  font-weight: normal;
  padding: 0;
  position: relative;
}
.side__menu__calender a {
  display: block;
}
.side__menu__calender a:before {
  display: none;
}
.side__menu__calender a:after {
  display: none;
}
.side__menu__calender .cl-month {
  width: 100.5%;
  display: block;
  font-weight: normal;
  text-align: center;
  margin: 0 auto !important;
  background-color: #FFF;
  padding: 0 0 1em;
}
.side__menu__calender .bx-wrapper {
  height: 226px !important;
}
.side__menu__calender .bx-wrapper .bx-controls-direction a {
  top: 1.7%;
  margin: 0 auto;
  padding: 0;
  width: 11px;
  height: 16px;
}
@media (max-width: 768px) {
  .side__menu__calender .bx-wrapper .bx-controls-direction a {
    top: 2%;
    width: 50px;
    height: 50px;
  }
}
.side__menu__calender .bx-wrapper .bx-prev {
  left: 30px;
  background: url("../images/other/other-btn_prev.png") no-repeat;
  -webkit-background-size: 11px 16px;
  -o-background-size: 11px 16px;
  background-size: 11px 16px;
}
.side__menu__calender .bx-wrapper .bx-next {
  right: 36px;
  background: url("../images/other/other-btn_next.png") no-repeat;
  -webkit-background-size: 11px 16px;
  -o-background-size: 11px 16px;
  background-size: 11px 16px;
}
/* calender */
.calender_icon__area {
  padding: 0 !important;
}
.side-nav__icon {
  width: 93% !important;
  margin: 0 auto 1em !important;
  padding-bottom: 1em;
}
.side-nav__icon li {
  margin: 0.3em 0 !important;
  width: 100%;
  border: none !important;
  font-weight: normal;
  padding: 0 !important;
}
.side-nav__icon li p {
  margin: 0;
}
.side-nav__icon li:nth-child(2) span {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (max-width: 768px) {
  .side-nav__icon {
    width: 90%;
    margin: 0 auto;
  }
}
.twitter-area {
  width: 100%;
  padding: 0 5px;
  border: 1px solid #ddd;
  margin: 2em 0;
}
@media (max-width: 768px) {
  .twitter-area {
    width: 80%;
    margin: 0 auto;
  }
}
.x-description {
    padding: 0.5em 1em;
    color: #5989cf;
    background: #c6e4ff;
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
    font-size:80%
}
@media (max-width: 768px) {
  .line-btn {
    margin: 22px auto 30px;
    padding: 0 15px;
  }
}
.pick-up {
  margin: 3em 0;
}
.pick-up h3 {
  font-size: 24px;
}
.pick-up ul {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
}

.pick-up li {
  margin-left: 10px;
  flex: 0 1 270px;
}
.pick-up li a{
  display: block;
}
.pick-up li:hover {
  opacity: 0.8;
}

.pick-up img {
  max-width: 100%;
  height: auto;
  width: 270px;
}
@media (max-width: 768px) {
  .pick-up {
    width: 100%;
    margin: 3em 0 0;
  }
  .pick-up h3 {
    text-align: center;
  }
  .pick-up ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .pick-up ul li {
    margin: 0 auto 0.5em;
	flex: 0 1 170px;
  }
  .pick-up ul li img {
    display: block;
    margin: 0 auto;
  }
}
.about {
  padding: 2em 0 0;
  margin: 4em 0 0;
  border-top: 1px solid #ddd;
}
.about h4 {
  width: 45%;
  overflow:hidden;
  background-color: #FFF;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .about {
    border: none;
    margin: 0 auto;
  }
  .about h4 {
    width: 100%;
    text-align: center;
  }
}
.about-disc {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.about-disc p {
  padding-right: 1em;
  width: 500px;
}
.about-disc img {
  height: auto;
  margin-top: -36px;
  width: 42.5%;
}
@media (max-width: 768px) {
  .about-disc {
    width: 90%;
    margin: 0 auto;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-disc img {
    margin: 1em auto 0;
    width: 100%;
  }
  .about-disc p {
    padding-right: 0;
    width: 100%;
  }
}
/* sidemenu under */
.side-menu__under {
  margin-top: 0;
}
.side-nav__under li {
  position: relative;
}
.side-nav__under li:after {
  content: "";
  position: absolute;
  right: 10%;
  top: 43%;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-nav__under li a:hover {
  font-weight: normal;
  color: #000;
}
.sidenav-active {
  background-color: #f1c400;
}
/* SP calender */
.SP-calender {
  margin: 3em 0 0;
}
.SP-calender h4 {
  font-size: 24px;
  font-weight: 700;
  background-color: #FFF;
  text-align: center;
  padding: 0;
}
.SP-calender .slide-cont {
  margin: 0;
}
.SP-calender .icon-area {
  width: 90%;
  margin: 0 auto;
}
.SP-calender .icon-area li p {
  margin: 0;
  padding: 0;
  width:unset;
  font-size:100%;
}
.facility-news-sp {
  width: 90%;
  margin: 0 auto;
}
.txt-center {
  text-align: center;
}
@media (max-width: 768px) {
  .Individual__toTop {
    top: -168%;
  }
}
@media (max-width: 768px) {
  .Individual__footer {
    background-color: #FFF;
    border: none;
    margin-top: 0;
  }
}
.globalnav__link {
  padding: 20px 20px 0;
  font-size: 16px;
}
.globalnav__link ul {
  padding: 10px;
}
.globalnav__link li {
  border: none !important;
  padding: 5px 0;
}
.globalnav__link li a:before {
  top: 10px;
}
.globalnav__link li a:after {
  top: 12px;
  left: 3px;
  transform: rotate(45deg);
}
.globalnav__link li a img {
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
.sns-area {
  padding: 0 20px 20px;
}
.sns-area ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sns-area li {
  border: none !important;
}
.sns-area img {
  display: block;
  max-width: 50%;
  height: auto;
  margin: 0 auto;
}
.sns-area a {
  padding: 0 !important;
  text-align: center;
}
@media (max-width: 768px) {
  .access-area {
    width: 90%;
    margin: 0 auto;
  }
}
.sp-hours-link {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.sp-hours-link:before {
  content: '';
  background: #001e62;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 59px;
  width: 15px;
  height: 15px;
  margin-top: -9px;
}
.sp-hours-link:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 15px;
  left: 63px;
  margin-top: -4px;
  transform: rotate(45deg);
}
/* news list -----------------
--------------------------------------*/
.news-list-cont {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.news-list-cont h3 {
  font-size: 24px;
}
.news-list-cont #contents-tab {
  padding: 0;
}
@media (max-width: 768px) {
  .news-list-cont {
    padding-bottom: 2em;
  }
}
.tabcontent-list {
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .tabcontent-list {
    width: 100%;
    padding: 30px 0 35px;
  }
}
.tabnav-news {
  width: 580px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.tabnav-news li {
  width: 100px;
  background-color: #efefef;
  margin: 8px;
}
.tabnav-news li a {
  display: block;
  color: #000000;
  text-align: center;
  font-size: 16px;
  padding: 1em 1.5em;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
@media (max-width: 768px) {
  .tabnav-news {
    width: calc(65vw + 80px);
  }
  .tabnav-news li {
    width: 13vw;
    min-width: 65px;
  }
  .tabnav-news li a {
    font-size: 14px;
    padding: 1em 0.5em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap !important;
  }
}
.tab-active__news {
  background-color: #f1c400;
}
.tabcontent-list {
  background-color: #fff;
}
.Pagination {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2em;
}
.Pagination ul {
  /* width: 274px; */
display: flex;
/* -webkit-justify-content: center; */
/* justify-content: center; */
/* position: relative; */
overflow-x: auto;
/* white-space: nowrap; */
width: 100%;
}
.Pagination a {
  line-height: 34px;
}
/* .Pagination .prev-page:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  transform: rotate(-135deg);
  margin-top: 3px;
}
.Pagination .next-page:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  margin-top: 3px;
  transform: rotate(45deg);
} */
.Pagination li {
  border: 1px solid #ddd;
  margin: 0 0.3em;
  padding: 0.75em 0.42em;
  display: inline-block;
}
.Pagination li.current {
  background: #ddd;
}
.Pagination li:first-child {
  margin-left: 0;
}
.Pagination li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .Pagination {
    margin: 1em 0 2em;
  }
}
.page-active {
  background-color: #ddd;
  border: none;
}
@media (max-width: 768px) {
  .news-list__sp ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-list__sp li {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    text-align: left;
  }
}
.other_cl__sp {
  width: 90%;
  margin: 2em auto 0;
}

.image_gallery{
	display:block;
}
.image_gallery .item{
	display: inline-block;
    margin: 0 10px 10px 0;
	text-align:center;
}
@media (max-width: 768px) {
	.image_gallery .item{
		display:block;
		margin: 5px 5px;
	}
}
.box_kakomi{
	margin-bottom: 15px;
    padding: 10px 15px;
    border: 2px solid #001e62;
}

.widget-calendar.widget table {
  margin-bottom: 2em;
}
.widget-calendar.widget table a {
  text-decoration: underline;
  color: blue;
}
.widget-calendar.widget table a:visited {
  color: purple;
}

@media (max-width: 768px) {
	.widget-calendar.widget table th,
  .widget-calendar.widget table td {
    padding: 1em 0;
	}
  .newbook_table{
    width: 100%;
    overflow-x: scroll;
  }
}


.notice{
	padding-left:1em;
	text-indent:-1em;
	box-sizing: border-box;
	display: block;
}
/*# sourceMappingURL=style.css.map */



/*sitemap*/
.sitemap .sitemap_list > li{
  display: inline-table;
  padding-bottom: 60px;
}
.sitemap .sitemap_list > li:nth-child(odd){
  padding-right: 46px;
}
.sitemap .g_nav{
  background: none;
}
.sitemap .g_nav > ul{
  display: block;
}
.sitemap .g_nav > ul >li{
  background: none;
  text-align: left;
  border: none;
}
/*.sitemap .mdd_wrap{
  display: block !important;
}
.sitemap .mdd_wrap .mdd_inner{
  display: block !important;
}*/
.sitemap .center-box{
  width: 558px;
  display: inline-table;
}
.sitemap .side__menu{
  font-size: 0.9em;
  width: 100% !important;
}
.sitemap .side-nav{
  border: none;
}
.sitemap .side-nav > li{
  border: none;
  padding: 0.72em 0 0.72em 22px;
  font-weight: bold;
  font-size: 1.1em;
}

.sitemap .side-nav > li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #001e62;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: -3px;
    margin-top: -9px;
  }
.sitemap .side-nav > li:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 22px;
    left: 3px;
    margin-top: -4px;
    transform: rotate(45deg);
}
.sitemap .side-nav a{
  width: 100%;
  display: block;
}
.sitemap .side-nav .side-nav__layer{
  display: block !important;
  position: static;
  width: 536px;
  height: auto !important;
}
.sitemap .side-nav .side-nav__layer_1st{
  background: none;
  border: none;
  box-shadow:none;
  width: 100%;
  font-size: 0.9em;
  font-weight: normal;
}
.sitemap .side-nav .side-nav__layer_1st:before{
  display: none;
}
.sitemap .side-nav .side-nav__layer_1st > li{
  display: inline-table;
  padding: 0.45em 1.3em;
}
.sitemap .side-nav .side-nav__layer_1st > li:before{
  content: '';
  width: 12px;
  height: 12px;
  background: #d3d3d3;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: -3px;
  margin-top: -9px;
}
.sitemap .side-nav .side-nav__layer_2st{
  display: block !important;
  position: static;
  border: none;
  box-shadow: none;
  padding:0 0 30px 10px;
}
.sitemap .side-nav .side-nav__layer_2st li{
  float: left;
  width: 245px;
  padding: 7px 10px 0;
}
.sitemap .side-nav .side-nav__layer_2st li:nth-child(even){
  padding-right: 0px
}
.sitemap .side-nav .side-nav__layer_2st:before{
  display: none;
}
.sitemap .side-nav .side-nav__layer_2st > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: -3px;
    margin-top: -9px;
  }
.sitemap .side-nav .layer-2st-open{
  clear: both;
}

.sitemap .nomal-menu{
  display: none;
}
.sitemap .twitter-area{
  display: none;
}

@media (max-width: 768px) {

.sitemap .center-box{
  width: 100%;
}
.sitemap .sitemap_list > li{
  width: 100%;
  padding-bottom: 30px;

}
.sitemap .sitemap_list > li:nth-child(odd){
  padding-right: 0;
}
.sitemap .side__menu{
  display: block;
}
.sitemap .side-nav .side-nav__layer{
  width: 100%;
}
.sitemap .side-nav .side-nav__layer_2st{
  padding-bottom: 10px;
}
.sitemap .side-nav .side-nav__layer_2st li{
  display: block;
  width: 100%;
}
}

.sitemap .g_nav .mdd_wrap {
  position: initial;
}

.sitemap .g_nav .mdd_wrap .mdd_inner {
  display: initial;
  padding: 0;
}

.sitemap .g_nav .mdd_wrap .mdd_inner .drop-flex{
  display: initial;
}

.sitemap .g_nav .mdd_wrap .mdd_inner .drop-flex h3{
  font-size: 16px;
  margin: 0;
}

.sitemap .g_nav .mdd_wrap .mdd_inner .drop-flex .down-list.basis{
  border-right: initial;
  border-left: initial;
}

.sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .down-list .unordered {
  padding-bottom: 20px;
}

.sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .drop-flex .down-list:nth-child(3) .unordered{
  padding-bottom: 0;
}

.sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .down-list .unordered > li{
  padding-left: 1em;
  line-height: 1.8;
}

.sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .down-list .unordered > li:first-child{
  padding-left: 0;
}

.sitemap .g_nav .mdd_wrap .mdd_inner .down-list .unordered li a{
  color: #001E62;
}

.sitemap .g_nav .g_nav-link a:hover {
  color: #001E62;
}

.sitemap .g_nav > ul {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .sitemap .g_nav.sp-none {
    display: initial !important;
  }

  .sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .drop-flex .down-list:first-child .unordered{
    padding-bottom: 0;
  }
}

.newbook_table td {
 text-align:left;
}

.newbook_table a {
 color:#001E62;
 text-decoration:underline;
}


.archieve_link {
display: flex;
justify-content: space-between;
margin-top:10px;
}

.archieve_link a {
text-decoration: underline;
color: #001E62
}

.latest_entry a {
text-decoration: underline;
color: #001E62
}

.latest_entry table{
  margin-bottom: 20px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.latest_entry table td{
  text-align: left;
}

@media (min-width: 769px) {

.calendar-flex {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}

.calendar-flex > div {
flex-basis: 48%;
}

.calendar-flex th, .calendar-flex td {
padding: 10px;
}

}




/* ニュース一覧 */
.news_list h3 {
  display: none;
}
.library_nav {
  display: flex;
  justify-content: center;
  margin: 30px 0 20px;
}
.common_library_button, .each_library_button {
  width: 30%;
  min-width: 140px;
}
.common_library_button {
  margin-right: 2%;
}
.each_library_button {
  margin-left: 2%;
}
.library_nav a {
  display: block;
  padding: 1em 0.5em;
  font-size: 14px;
  text-align: center;
  background-color: #efefef;
}
.open_common_library .each_library {
  display: none;
}
.open_common_library .common_library_button {
  background-color: #f1c400;
}
.open_each_library .common_library {
  display: none;
}
.open_each_library .each_library_button {
  background-color: #f1c400;
}
.news li {
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
  list-style: none;
}
.news li a {
  display: block;
  margin: 5px 15px 0;
  line-height: 1.5em;
}
.news li a:hover {
  color: blue;
  text-decoration: underline;
}
.news .date {
  font-size: 14px;
  color: #333;
}
.common_library_list .date, .library_list .date, .each_library_list .date {
  margin-left: 15px;
}
@media (min-width: 769px) {
  .news_list {
    display: flex;
    justify-content: space-between;
  }
  .news_list h3 {
    display: block;
    font-size: calc(1.875rem + ((1vw - 7.69px) * 2.3529));
  }
  .library_nav {
    display: none;
  }
  .news .date {
    font-size: 16px;
  }
  .open_common_library .each_library {
    display: block;
  }
  .open_each_library .common_library {
    display: block;
  }
  .common_library, .each_library {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .news_list h3 {
    font-size: 36px;
  }
}

.loadingWrapper {
  text-align: center;
}
span.loading {
  display: inline-block;
  white-space: nowrap;
}
span.loading span {
    display: inline-block;
    vertical-align: middle;
}
span.loading span:nth-of-type(1) { animation: animation 2s ease 0s infinite; }
span.loading span:nth-of-type(2) { animation: animation 2s ease 0.1s infinite; }
span.loading span:nth-of-type(3) { animation: animation 2s ease 0.2s infinite; }
span.loading span:nth-of-type(4) { animation: animation 2s ease 0.3s infinite; }
span.loading span:nth-of-type(5) { animation: animation 2s ease 0.4s infinite; }
span.loading span:nth-of-type(6) { animation: animation 2s ease 0.5s infinite; }
span.loading span:nth-of-type(7) { animation: animation 2s ease 0.6s infinite; }
@-webkit-keyframes animation {
   0% { margin-top: 0; }
   5% { margin-top: -1em; }
  10% { margin-top: 0; }
  13% { margin-top: -0.5em; }
  16% { margin-top: 0; }
  18% { margin-top: -0.2em; }
  20% { margin-top: 0; }
}
@keyframes animation {
   0% { margin-top: 0; }
   5% { margin-top: -1em; }
  10% { margin-top: 0; }
  13% { margin-top: -0.5em; }
  16% { margin-top: 0; }
  18% { margin-top: -0.2em; }
  20% { margin-top: 0; }
}

/* ニュース詳細 */
.news_breadcrumb {
  margin-bottom: 30px;
}
.news_area {
  margin: 25px 0 -10px;
}
.news_area span {
  border: 1px solid #ccc;
  color: #333;
  padding: 3px 15px;
}
h2.news_title {
  border-bottom: 2px solid #ccc;
}
.news_date {
  margin-top: 5px;
  text-align: right;
  color: #333;
}
@media (min-width: 769px) {
  .news_area {
    margin-bottom: 15px;
  }
}

/* 地区トップの見出し調整 */
.top h3 {
  border-bottom: none;
  position: unset;
  line-height: unset;
}
.top h3:after {
  border-bottom: none;
}
.top h3.under-line{
  margin: 0 0 30px;
  border-bottom: solid 3px #000;
  position: relative;
  line-height: 2;
}
.top h3.under-line:after{
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30px;
    border-bottom: solid 3px #f1c400;
    left:unset;
}

/* 下層ページの見出し調整 */
.sub_nav h3 {
  border-bottom: none;
  position: unset;
  line-height: unset;
}
.sub_nav h3:after {
  border-bottom: none;
}
.g_nav h3 {
  border-bottom: none;
  position: unset;
  line-height: unset;
}
.g_nav h3:after {
  border-bottom: none;
}
.sp-nav h3 {
  border-bottom: none;
  position: unset;
  line-height: unset;
}
.sp-nav h3:after {
  border-bottom: none;
}
.safari_disp {
  display: none;
}
::-webkit-full-page-media, :future, :root .safari_disp {
    display: block;
    border:1px solid transparent;
    border-radius:4px;
    border-color:#efefef;
    background-color:#efefef;
    font-size:14px;
    text-align:center;
    padding:5px;
}
::-webkit-full-page-media, :future, :root .safari_disp a {
    text-decoration: underline;
}