@charset "UTF-8";
/* 全体共通 */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222;
}
/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

object {
  pointer-events: none;
}

p {
  margin: 1.4em 0;
}

img {
  vertical-align: top;
}

a {
  color: #2957A5;
}

.mould {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

/* ページヘッダー */
header.page_header {
  padding: 25px 0 0;
}
header.page_header .website_title {
  margin: 0;
}
header.page_header ul.upper_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
}
header.page_header ul.upper_menu > li {
  display: inline-block;
}
header.page_header ul.upper_menu > li + li {
  margin-left: 30px;
}
header.page_header ul.upper_menu > li.current > a {
  text-decoration: underline;
}
header.page_header ul.upper_menu > li.current-menu-item > a {
  text-decoration: underline;
}
header.page_header ul.upper_menu a {
  text-decoration: none;
  color: #2957A5;
}
header.page_header ul.upper_menu a:hover {
  text-decoration: underline;
}
header.page_header .website_menu {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 25px 0 0;
  color: #fff;
  background-color: #2957A5;
}
header.page_header .website_menu a {
  color: #fff;
  text-decoration: none;
}
header.page_header .website_menu a:hover {
  text-decoration: underline;
}
header.page_header .website_menu > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header.page_header .website_menu > ul > li {
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16.66%;
}
header.page_header .website_menu > ul > li > a {
  display: block;
  margin: 0 10px;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
header.page_header .website_menu > ul > li > a > span:last-child {
  color: rgba(255,255,255,0.5);
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
header.page_header .website_menu > ul > li > a[href*=students]::before {
  content: url("../images/icon_lock.png");
  position: relative;
  top: -2px;
  margin-right: 3px;
  vertical-align: middle;
}
header.page_header .website_menu > ul > li.current {
  position: relative;
}
header.page_header .website_menu > ul > li.current::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: auto;
  right: auto;
  bottom: -10px;
  margin-left: -7px;
  background-color: #fcd03e;
  transform: rotate(45deg) skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
}
header.page_header .website_menu > ul > li.current > a {
  color: #fcd03e;
}
header.page_header .website_menu > ul > li:hover::after {
  display: none;
}
header.page_header .website_menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
header.page_header .website_menu > ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
  line-height: 1.3;
  transition-duration: 0.2s;
}
header.page_header .website_menu > ul > li > ul > li {
  background-color: #2957A5;
  border-top: 1px solid #ddeffd;
}
header.page_header .website_menu > ul > li > ul > li.current > a {
  color: #fff;
  background-color: #2a9ed7;
}
header.page_header .website_menu > ul > li > ul a {
  display: block;
  padding: 10px;
  color: #fff;
}
header.page_header .website_menu > ul > li > ul a:hover {
  color: #fff;
  background-color: #2a9ed7;
}

/* ページフッター */
footer.page_footer {
  margin: 80px 0 0;
  padding: 70px 0;
  background: #DFE9F7;
  position: relative;
}
footer.page_footer .return_top {
  position: absolute;
  top: -80px;
  right: 20px;
}
footer.page_footer .mould {
  display: table;
}
footer.page_footer .website_title {
  display: table-cell;
  width: 400px;
}
footer.page_footer .sns_links {
  display: table-cell;
  vertical-align: bottom;
}
footer.page_footer .sns_links ul {
  margin: 0 0;
  padding: 0;
  list-style-type: none;
}
footer.page_footer .sns_links ul > li {
  display: inline-block;
  margin: 0 6px;
}
footer.page_footer .copyright {
  color: #555;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: bottom;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.2rem;
}

/* キービジュアル */
.keyvisual {
  margin-top: -35px;
  background: url("../images/pict_keyvisual-2.png") center 40px no-repeat;
  position: relative;
}
.keyvisual .inner {
  width: 1000px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  height: 700px;
  position: relative;
  z-index: 1;
}

.keyvisual::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #FCD03E;
  width: 66%;
  height: 100%;
  z-index: -1;
}

.keyvisual .inner > p {
  position: absolute;
  right: 0;
  bottom: 25px;
  margin: 0;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: right;
  line-height: 1.25;
}
.keyvisual .inner > p > .adjust {
  letter-spacing: -0.35em;
}
.keyvisual .inner > p > .sub {
  font-size: 2.3rem;
}

.eng_text {
  display: block;
  margin-top: 25px;
  margin-bottom: 0;
  text-align: center;
  color: #15476c;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1.2;
  letter-spacing: normal;
}
.eng_text p {
  margin: 0;
}

/* 下層のタイトル／パンくずリスト */
.title_area {
  margin-top: -35px;
  background-color: #fcd03e;
}
.title_area .mould {
  display: table;
  height: 135px;
  box-sizing: border-box;
  padding-top: 35px;
}
.title_area h1 {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  font-size: 2.8rem;
  color: #15476c;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.breadcrumbs {
  display: table-cell;
  min-width: 400px;
  padding-left: 50px;
  vertical-align: middle;
  font-size: 1.4rem;
}
.breadcrumbs ul {
  float: right;
  max-width: 600px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs ul > li {
  display: inline;
}
.breadcrumbs ul > li + li::before {
  content: ">";
  margin: 0 0.3em 0 0;
}

/* コンテンツエリア */
article.main_article {
  width: 100%;
  margin-top: 80px;
}
article.main_article > *:first-child {
  margin-top: 0;
}
article.main_article .home_information {
  display: flex;
  justify-content: space-between;
}
article.main_article .news_topics, article.main_article .activity_report {
  width: 47.5%;
}
article.main_article .news_topics h2, article.main_article .activity_report h2 {
  margin-bottom: 0;
  padding: 0 0 0 90px;
  border: none;
  color: #2957A5;
  text-align: center;
  background: none;
}
article.main_article .news_topics h2::before, article.main_article .news_topics h2::after, article.main_article .activity_report h2::before, article.main_article .activity_report h2::after {
  display: none;
}
article.main_article .top_banner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}
article.main_article .top_banner_wrap .top_banner {
  margin-bottom: 30px;
}
article.main_article .top_banner_wrap .top_banner.top_banner2 {
  width: 47.5%;
}
article.main_article .top_banner_wrap .top_banner.top_banner3 {
  width: calc((100% - 30px) / 3);
}
article.main_article .top_banner_wrap .top_banner.top_banner_blank {}
article.main_article .top_banner_wrap .top_banner a[target=_blank]::after {
  content: none !important;
}
article.main_article .top_banner_wrap .top_banner p {
  line-height: 1.5;
  margin: 4px 0 0;
}
article.main_article .home_movie {
  margin: 35px 0 0;
  padding: 15px;
  background-color: #f2f2f2;
}
article.main_article .home_movie h2 {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
article.main_article .home_movie h2::before, article.main_article .home_movie h2::after {
  content: "";
  display: none;
}
article.main_article .home_movie ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
article.main_article .home_movie ul > li {
  width: 32%;
  margin: 0;
}
article.main_article .home_movie ul > li video {
  max-width: 100%;
  height: auto;
  margin: 0 0 5px;
  vertical-align: top;
}
article.main_article ul.link_list {
  margin: 1em 0 1em 0.5em;
  padding: 0;
  list-style-type: none;
}
article.main_article ul.link_list > li {
  margin-left: 1.2em;
  text-indent: -1.1em;
}
article.main_article ul.link_list > li::before {
  content: "▸";
  margin: 0 0.2em 0 0;
  color: #2957A5;
  font-size: 1.8rem;
}

/* 本文見出し系 */
article.main_article h2, article.main_article .subhead2 {
  position: relative;
  margin: 2.5em 0 1.5em;
  padding: 10px 0.8em;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
  background: #2957a5;
}
/*article.main_article h2::before, article.main_article h2::after, article.main_article .subhead2::before, article.main_article .subhead2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 35%;
  max-width: 250px;
  height: 4px;
  background-color: #2957A5;
}
article.main_article h2::before, article.main_article .subhead2::before {
  top: -4px;
}
article.main_article h2::after, article.main_article .subhead2::after {
  bottom: -4px;
}*/
article.main_article h3, article.main_article .subhead3 {
  margin: 2em 0 1.5em;
  padding: 8px;
  font-size: 2rem;
  line-height: 1.3;
  background-color: #ddeffd;
}
article.main_article h4, article.main_article .subhead4 {
  margin: 1.5em 0 1em;
  padding: 0 0 5px;
  font-size: 1.8rem;
  line-height: 1.3;
  border-bottom: 2px dotted #2957A5;
}
article.main_article h5, article.main_article .subhead5 {
  margin: 1.5em 0 1em;
  padding: 0 0 0 7px;
  font-size: 1.8rem;
  line-height: 1.3;
  border-left: 7px solid #2957A5;
}
article.main_article a.archive_link {
  float: right;
  padding: 5px 20px 6px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background-color: #2957A5;
}
article.main_article a.archive_link:hover {
  color: #fff;
  background-color: #2957A5;
}

/* 本文使用スタイル */
article.main_article {
  line-height: 1.8;
}
article.main_article a {
  text-decoration: underline;
  transition: 0.3s;
}
article.main_article a:hover {
  text-decoration: none;
}
article.main_article a[target=_blank]::after {
  content: url("../images/icon_external.png");
  margin-left: 5px;
  vertical-align: middle;
}
article.main_article a[href*=".pdf"]::after, article.main_article a[href*=".PDF"]::after {
  content: url("../images/icon_pdf.png");
  margin-left: 2px;
  vertical-align: middle;
}
article.main_article a[href*=".doc"]::after, article.main_article a[href*=".DOC"]::after {
  content: url("../images/icon_doc.png");
  margin-left: 5px;
  vertical-align: middle;
}
article.main_article a[href*=".xls"]::after, article.main_article a[href*=".XLS"]::after {
  content: url("../images/icon_xls.png");
  margin-left: 5px;
  vertical-align: middle;
}
article.main_article a[href*=".ppt"]::after, article.main_article a[href*=".PPT"]::after {
  content: url("../images/icon_ppt.png");
  margin-left: 5px;
  vertical-align: middle;
}
article.main_article a.no_icon::after {
  display: none;
  content: "";
  margin: 0;
}
article.main_article table.headline {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #DFE9F7;
}
article.main_article table.headline tbody tr th {
  width: 12em;
  padding: 15px 15px 15px 0;
  text-align: left;
  color: #222;
  background: none;
  border: none;
  border-top: 1px solid #DFE9F7;
}
article.main_article table.headline tbody tr th > time {
  color: #555;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
article.main_article table.headline tbody tr td {
  padding: 15px 0;
  background: none;
  border: none;
  border-top: 1px solid #DFE9F7;
}
article.main_article table.headline.home {
  border-top: 1px solid #DFE9F7;
  border-bottom: none;
}
article.main_article table.headline.home tbody tr {
  border-bottom: 1px solid #DFE9F7;
}
article.main_article table.headline.home tbody tr th {
  display: block;
  width: auto;
  padding-bottom: 5px;
  border-top: none;
}
article.main_article table.headline.home tbody tr th > time {
}
article.main_article table.headline.home tbody tr td {
  display: block;
  width: auto;
  padding-top: 0;
  padding-bottom: 10px;
  border-top: none;
}
article.main_article ul, article.main_article ol {
  margin: 1.3em 0;
}
article.main_article ul li, article.main_article ol li {
  margin: 0;
}
article.main_article ul li + li, article.main_article ol li + li {
  margin-top: 8px;
}
article.main_article ul {
  padding-left: 1.5em;
  list-style-type: disc;
}
article.main_article ol {
  padding-left: 1.5em;
}
article.main_article ul.style1 {
  padding-left: 0;
  list-style-type: none;
}
article.main_article ul.style1 li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
article.main_article ul.style1 li::before {
  content: "■";
  padding: 0 0.6em 0 0.4em;
  color: #2957A5;
}
article.main_article ul.style2 {
  padding-left: 0;
  list-style-type: none;
}
article.main_article ul.style2 li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
article.main_article ul.style2 li::before {
  content: "▶";
  padding: 0 0.6em 0 0.4em;
  color: #000;
  font-size: 14px;
}
article.main_article ul.style3 {
  padding-left: 0;
  list-style-type: none;
}
article.main_article ul.style3 li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
article.main_article ul.style3 li::before {
  content: "●";
  padding: 0 0.6em 0 0.4em;
  color: #c00;
}
article.main_article ol.style1 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
article.main_article ol.style1 li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
article.main_article ol.style1 li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-left: 0.3em;
  padding-right: 0.6em;
  font-weight: bold;
  color: #069;
}
article.main_article ol.style1 ol {
  padding-left: 1em;
}
article.main_article ol.style2 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
article.main_article ol.style2 li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
article.main_article ol.style2 li::before {
  counter-increment: item;
  content: counter(item);
  margin-right: 0.6em;
  padding: 2px 5px;
  font-weight: bold;
  color: #fff;
  background-color: #069;
}
article.main_article ol.style2 ol {
  padding-left: 1em;
}
article.main_article ol.style3 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
article.main_article ol.style3 li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
article.main_article ol.style3 li::before {
  counter-increment: item;
  content: counter(item);
  margin-right: 0.6em;
  padding: 2px 5px;
  font-weight: bold;
  color: #c00;
  background-color: #e0e0e0;
}
article.main_article ol.style3 ol {
  padding-left: 1em;
}
article.main_article table {
  margin: 1.3em 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
article.main_article table thead tr th {
  padding: 10px;
  line-height: 1.3;
  color: #15476c;
  font-weight: normal;
  background-color: #f2f2f2;
}
article.main_article table tbody tr th {
  padding: 10px;
  color: #15476c;
  font-weight: normal;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
article.main_article table tbody tr td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}

#sp_navigation {
  display: none;
}


@media screen and (min-width: 1000px) {
  article.main_article a[href^="tel:"] {
    pointer-events: none;
    color: #222;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .mould {
    display: block;
    width: auto;
    padding: 0 10px;
  }

  .pc_only {
    display: none !important;
  }

  header.page_header {
    box-sizing: border-box;
    height: 80px;
    padding: 15px 0;
    position: relative;
  }
  header.page_header .website_title {
    display: block;
    width: calc(100% - 80px);
  }
  header.page_header .website_title img {
    height: 45px;
    width: auto;
  }
  header.page_header ul.upper_menu {
    display: none;
  }
  header.page_header .website_menu {
    display: none;
  }

  .eng_text {
    margin-top: 25px;
    margin-bottom: -15px;
    font-size: 1.7rem;
  }

  .keyvisual {
    background: url(../images/pict_keyvisual-2--sp.png) center 0 no-repeat;
    background-size: 100vw auto;
    margin-top: 0;
  }
  .keyvisual::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .keyvisual .inner {
    width: auto;
    height: 136vw;
  }
  .keyvisual .inner > p {
    right: 15px;
    bottom: 3px;
    max-width: 20em;
    margin-left: 10px;
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: right;
  }
  .keyvisual .inner > p br {
    display: inline;
  }
  .keyvisual .inner > p > .sub {
    font-size: 1.4rem;
  }
  .keyvisual .inner > p > .eng {
    margin-bottom: 2px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.1;
  }

  .title_area {
    margin-top: 0;
  }
  .title_area .mould {
    display: block;
    height: auto;
    padding: 15px;
  }
  .title_area h1 {
    display: block;
    font-size: 2.6rem;
  }
  .title_area .breadcrumbs {
    display: block;
    min-width: initial;
    margin-top: 10px;
    padding: 0;
    font-size: 1.3rem;
  }
  .title_area .breadcrumbs ul {
    float: none;
    max-width: initial;
  }

  footer.page_footer .mould {
    display: block;
  }
  footer.page_footer .return_top {
    top: -60px;
  }
  footer.page_footer .return_top a img {
    width: 40px;
    height: 40px;
  }
  footer.page_footer .website_title {
    display: block;
    width: auto;
    max-width: 70%;
    margin: 0 auto;
  }
  footer.page_footer .sns_links {
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  footer.page_footer .copyright {
    display: block;
    margin: 25px 0 0;
    text-align: center;
  }

  article.main_article table.headline {
    display: block;
    margin: 1.3em 0 5em;
  }
  article.main_article table.headline tbody {
    display: block;
  }
  article.main_article table.headline tbody tr {
    display: block;
  }
  article.main_article table.headline tbody tr th {
    display: block;
    width: auto;
    padding-bottom: 5px;
  }
  article.main_article table.headline tbody tr th > time {
    min-width: 10em;
    white-space: nowrap;
  }
  article.main_article table.headline tbody tr td {
    display: block;
    width: auto;
    padding-top: 0;
    border-top: none;
  }

  #sp_navigation {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    opacity: 1;
    background: #fff;
    z-index: 9999;
  }
  #sp_navigation #sp_button {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 15px 15px;
    top: 0;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
  }
  #sp_navigation #sp_button span {
    /*position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    padding: 14px 6px;
    color: #fff;
    line-height: 1;
    background: #336699;
    background: linear-gradient(to top, #336699 0%, #5488bd 100%);
    border-radius: 5px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);*/
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    background: #2957a5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 1.5s;
    transition: 1.5s;
    z-index: 9999;
  }
  #sp_navigation #sp_button span::before, #sp_navigation #sp_button span::after {
    content: '';
    position: absolute;
    width: 30px;
    top: -12px;
    height: 3px;
    left: 0;
    background: #2957a5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #sp_navigation #sp_button span::after {
    top: auto;
    bottom: -12px;
  }
  .fix #sp_navigation #sp_button span {
    width: 0;
  }
  .fix #sp_navigation #sp_button span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: -10px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .fix #sp_navigation #sp_button span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
    left: -10px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }


  #sp_menu {
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100vw;
    height: 100vh;
    padding: 15px;
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.95);
    transition: 0.3s;
  }
  #sp_menu.show {
    top: 0;
  }
  #sp_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.3;
  }
  #sp_menu ul li {
    border-top: 1px solid #2957A5;
  }
  #sp_menu ul li a {
    display: block;
    padding: 8px 4px;
    text-decoration: none;
  }
  #sp_menu ul li a span:last-child::before {
    content: "/";
    margin: 0 0.2em;
  }
  #sp_menu ul li a[href*=students]::before {
    content: url("../images/icon_lock.png");
    display: inline-block;
    margin-right: 3px;
    padding: 3px 5px 1px;
    vertical-align: middle;
    background-color: #2957A5;
    border-radius: 3px;
  }
  #sp_menu > ul {
    width: calc(100% - 90px);
    border-bottom: 1px solid #2957A5;
  }
  #sp_menu > ul + ul {
    margin-top: 30px;
  }
  #sp_menu > ul ul {
    margin-left: 1.5em;
  }
  #sp_menu > ul ul li {
    border-top: 1px dotted #2957A5;
  }
  #sp_menu > ul ul li a {
    padding: 6px 2px;
  }

  html.fix {
    height: 100%;
    overflow: hidden;
  }

  article.main_article .home_information {
    display: block;
  }
  article.main_article .news_topics {
    width: auto;
  }
  article.main_article .activity_report {
    width: auto;
    margin-top: 30px;
  }
  article.main_article .activity_report table.headline {
    margin: 1.3em 0 0;
  }

  article.main_article .top_banner_wrap {
  }
  article.main_article .top_banner_wrap .top_banner {
    margin-bottom: 20px;
  }
  article.main_article .top_banner_wrap .top_banner.top_banner2,
  article.main_article .top_banner_wrap .top_banner.top_banner3 {
    width: 100%;
  }
  article.main_article .top_banner_wrap .top_banner.top_banner_blank {
    margin-bottom: 0;
  }

  article.main_article .home_movie ul {
    display: block;
  }
  article.main_article .home_movie ul > li {
    width: 100%;
  }
  article.main_article .home_movie ul > li + li {
    margin-top: 15px;
  }


  article.main_article .wpcf7-form table {
    box-sizing: border-box;
    margin: 1.3em 0;
    border: none;
  }
  article.main_article .wpcf7-form table thead tr th {
    box-sizing: border-box;
    display: block;
    padding: 0;
  }
  article.main_article .wpcf7-form table tbody tr th {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-left: 0;
  }
  article.main_article .wpcf7-form table tbody tr th p {
    margin: 0;
  }
  article.main_article .wpcf7-form table tbody tr td {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

}
/*# sourceMappingURL=style.css.map */

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  text-align: center;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gdrive-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  text-align: center;
}
.gdrive-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
