@charset "UTF-8";
@media screen and (max-width: 769px) {
  /*=========================
▼▼共通▼▼
===========================*/
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
      "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    overflow: hidden;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    display: block;
    width: 100%;
  }
  table {
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  .martelsans {
    font-family: "Martel Sans", sans-serif;
  }
  .mincho {
    font-family: "Noto Serif JP", serif;
  }
  #back-top {
    display: none;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 5%;
    z-index: 99;
  }
  .btn {
    margin: 0 auto;
    width: 270px;
  }
  .btn a {
    display: flex;
    min-height: 60px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 38px 6px;
    position: relative;
    font-weight: 600;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .btn_arrow a::after {
    content: "";
    display: block;
    width: 18px;
    height: 6px;
    background-image: url(../img/share/arrow_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    transition: all 0.3s;
  }
  .ex_btn a,
  .pdf_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .ex_btn a::after,
  .pdf_btn a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/share/link.png);
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 8px;
  }
  .pdf_btn a::after {
    background-image: url(../img/share/pdf.png);
    width: 14px;
    height: 18px;
    background-size: contain;
    flex-shrink: 0;
  }
  .h2_jp {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 400;
  }
  .h3_jp {
    font-size: 22px;
    line-height: 1.4;
  }
  .eng {
    font-size: 14px;
    display: block;
    line-height: 1;
  }
  /*=========================
▲▲共通▲▲
===========================*/

  /*=========================
▼▼下層ページ共通▼▼
===========================*/
  .under__fv_wrapper {
    position: relative;
  }
  .under__fv_box {
    height: 50vw;
  }
  .under__fv_credit {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 11px;
  }
  .under__fv_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .under__breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
  }
  .breadcrumb {
    display: flex;
  }
  .breadcrumb li:not(:last-of-type) {
    position: relative;
    margin-right: 21px;
  }
  .breadcrumb li:not(:last-of-type)::after {
    content: "";
    display: block;
    background-image: url(../img/share/more_than.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
  }
  .under__contents .auto {
    position: relative;
  }
  .under__title {
    width: 96%;
    max-width: 450px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -66px auto 14px;
    text-align: center;
    padding: 6px 4% 4px;
  }
  .break {
    display: inline-block;
  }
  .anker_box {
    width: 100%;
    margin: 0 auto;
  }
  .anker_list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .anker_list li {
    margin: 0 0 12px;
    width: 100%;
    position: relative;
    line-height: 1.2;
    max-width: 300px;
  }
  .anker_list li::after {
    content: "";
    display: block;
    width: 11px;
    height: 10px;
    background-image: url(../img/share/down_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
  .anker_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height: 100%;
  }
  .circle {
    font-size: 12px;
  }
  /*=========================
▲▲下層ページ共通▲▲
===========================*/

  /*=========================
▼▼スマホナビ▼▼
===========================*/
  #sp_navi_wrapper input {
    display: none;
  }
  #sp_navi_wrapper {
    overflow: hidden;
  }
  .nav-icon-wrap {
    position: fixed;
    top: 2px;
    right: 3%;
    z-index: 9999;
  }
  .nav-icon {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
  }
  .nav-icon::before,
  .nav-icon::after {
    content: "";
    display: block;
    width: 26px;
    border-top: 1px solid #1f1f1f;
    position: absolute;
    top: 26px;
    right: 12px;
    transition: 0.3s all;
  }
  .nav-icon::after {
    top: 34px;
  }
  .header-nav-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    transition: all 0.3s;
    background: #fff;
    padding: 60px 0 24px;
    z-index: 999;
  }
  #main_nav:checked ~ .header-nav-wrap {
    width: 100%;
    display: block;
    top: 0;
  }
  .header-nav-inner {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }
  .header-nav {
    border-top: 1px solid #cdd4da;
    width: 100%;
    max-width: 400px;
    margin: 0px auto 20px;
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon {
    position: relative;
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon::before {
    width: 30px;
    top: 30px;
    border-top: 1px solid #003867;
    transform: rotate(45deg);
    z-index: 999999;
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon::after {
    width: 30px;
    top: 30px;
    border-top: 1px solid #003867;
    transform: rotate(-45deg);
    z-index: 999999;
  }
  .important_btn {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .important_btn .btn {
    width: calc(100% / 3);
    margin: 0 12px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.3;
  }
  .important_btn .btn:nth-of-type(3n) {
    margin-right: 0;
  }
  .important_btn .btn a {
    padding: 4px 2% 2px;
    font-size: 12px;
    min-height: 50px;
  }
  #sp_navi_wrapper {
    flex-direction: column;
  }
  #sp_navi_wrapper .header-nav > li {
    font-size: 12px;
    border-bottom: 1px solid #cdd4da;
  }
  #sp_navi_wrapper .header-nav > li.parent_nav {
    padding: 0;
  }
  #sp_navi_wrapper .header-nav > li a {
    padding: 8px 0 6px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  #sp_navi_wrapper .header-nav > li .inner {
    padding: 10px 0 10px;
    display: block;
    text-decoration: none;
    position: relative;
    background-image: url("../img/share/icon_plus.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  #sp_navi_wrapper .navi_child {
    width: 100%;
    background-color: #f7f7f7;
  }
  #sp_navi_wrapper .navi_child li {
    width: 100%;
    border-top: 1px solid #cdd4da;
  }
  #sp_navi_wrapper .navi_child li a {
    width: 100%;
    padding: 10px 0 10px 20px;
  }
  #sp_navi_wrapper .btn_box {
    text-align: center;
  }
  #sp_navi_wrapper .btn_box li {
    margin-bottom: 12px;
  }
  #sp_navi_wrapper .btn_box a {
    width: 84%;
    max-width: 250px;
    margin: 0 auto;
    padding: 8px 5% 6px;
  }
  #sp_navi_wrapper .btn_box .bg_w a {
    border: 1px solid #0c5594;
    font-size: 12px;
    min-height: 50px;
  }
  /*=========================
▲▲スマホナビ▲▲
===========================*/
  /*=========================
▼▼header▼▼
===========================*/
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 10;
    padding-top: 12px;
  }
  header .header_box {
    margin: 0 0 10px 4%;
  }
  header .logo {
    width: 120px;
  }
  main {
    padding-top: 61px;
    margin-bottom: 104px;
  }
  /*=========================
▲▲header▲▲
===========================*/
  hgroup .jp {
    font-size: 16px;
  }

  /*=========================
▼▼footer▼▼
===========================*/
  footer {
    width: 100%;
  }
  footer .information_box {
    margin-bottom: 68px;
  }
  footer .information_box .box {
    background-color: #eaeef2;
    color: #0c5594;
    width: 100%;
    max-width: 300px;
    position: relative;
    margin: 0 auto 18px;
  }
  footer .information_box .box a {
    padding: 22px 2% 20px 30%;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center left 8%;
  }
  footer .information_box .box:first-of-type a {
    background-image: url(../img/share/icon_weather.png);
  }
  footer .information_box .box:nth-of-type(2) a {
    background-image: url(../img/share/icon_car.png);
  }
  footer .information_box .box p {
    text-align: center;
  }
  footer .contact_block {
    background-image: url(../img/share/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding: 64px 0 68px;
  }
  footer .contact_block hgroup {
    margin-bottom: 16px;
    color: #fff;
  }
  footer .contact_block figure {
    width: 40px;
    margin: 14px auto;
  }
  footer .contact_wrapper {
    justify-content: center;
    font-size: 14px;
  }
  footer .contact_wrapper .contact_box {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  footer .contact_wrapper .contact_box .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  footer .contact_wrapper .contact_box .subtitle span {
    display: inline-block;
  }
  footer .contact_box dl {
    margin-bottom: 18px;
    display: flex;
    max-width: 330px;
    margin: 0 auto 18px;
  }
  footer .contact_box dl:last-of-type {
    margin-bottom: 0;
  }
  footer .contact_box dl dt {
    width: 70px;
    margin-right: 10px;
  }
  footer .contact_box dl dd {
    line-height: 1.6;
    text-align: left;
  }
  footer .common_box {
    text-align: center;
    width: 100%;
    padding: 20px 4% 18px;
    position: relative;
    margin-bottom: 16px;
    background-color: rgb(206 224 237);
    color: #0c5594;
  }
  footer .common_box .subtext {
    line-height: 2.4;
    margin-bottom: 12px;
    font-size: 18px;
  }
  footer .form_box .subtext {
    margin-bottom: 20px;
  }
  footer .telephone_box .tel {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
  }
  footer .form_box {
    padding-bottom: 38px;
  }
  footer .form_box .btn {
    width: 70%;
    max-width: 240px;
    background-color: #0c5594;
    color: #fff;
  }
  footer .form_box .btn a {
    position: relative;
  }
  footer .form_box .btn a::after {
    background-image: url(../img/share/arrow_w.png);
  }
  footer .nav_block {
    background-color: #0c5594;
    color: #fff;
    padding: 54px 0 18px;
  }
  footer .nav_block .auto {
    margin-bottom: 18px;
  }
  footer .nav_block .left_block {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
  }
  footer .nav_block .left_block .logo {
    width: 124px;
    margin: 0 auto 18px;
  }
  footer .nav_block .left_block .sns_box {
    display: flex;
    margin-bottom: 18px;
    justify-content: center;
  }
  footer .sns_img {
    width: 40px;
    margin: 0 10px;
  }
  footer .nav_block .left_block .company {
    line-height: 1.4;
    margin-bottom: 16px;
  }
  footer .nav_block .left_block .company span {
    display: inline-block;
  }
  footer .nav_block .left_block address {
    line-height: 1.5;
    margin-bottom: 16px;
  }
  footer .nav_block .left_block .btn {
    margin-bottom: 20px;
  }
  footer .nav_block .left_block .btn a {
    border: 1px solid #fff;
  }
  footer .nav_block .left_block .dl_icon a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/application/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
  }
  footer .nav_block .privacy, footer .nav_block .judging, footer .nav_block .fee_exemption {
    text-decoration: underline;
    width: fit-content;
    margin: 0 auto;
  }
  footer .nav_block .privacy {
    margin-bottom: 20px;
  }
  footer .nav_block .judging {
    margin-bottom: 20px;
  }
  footer .nav_block .fee_exemption {
    margin-bottom: 20px;
  }
  footer .nav_block .privacy
  footer .nav_block .right_block span {
    display: inline-block;
  }
  footer .nav_block .right_block ul {
    width: 30%;
    margin-right: 20px;
  }
  footer .nav_block .right_block ul:last-of-type {
    margin-right: 0;
  }
  footer .nav_block .right_block ul li {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  footer .nav_block .right_block ul li a {
    display: inline-block;
    width: auto;
    position: relative;
  }
  footer .nav_block .right_block ul li a::after {
    content: "";
    width: 0px;
    transition: all 0.4s ease;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    bottom: -4px;
  }
  footer .copy {
    text-align: center;
    font-size: 12px;
  }
  footer .logo_list {
    padding: 20px 0;
  }
  footer .left_logo {
    width: 234px;
    margin: 0 auto 16px;
  }
  footer .right_logo {
    width: 115px;
    margin: 0 auto;
  }
  /*=========================
▲▲footer▲▲
===========================*/
}
