@charset "utf-8";

@media screen and (max-width: 800px) {
  /* html
-------------------------------------------------------------*/

  div.entire.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }

  /* aside.skip
-------------------------------------------------------------*/

  aside.skip {
    display: none;
  }

  /* header
-------------------------------------------------------------*/

  header>.pc_only {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  header nav.nav_sp {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 1px 0 0 #e9eeef;
  }

  /* nav.main_sp */

  header nav.main_sp {
    z-index: 2;
    width: 100%;
    height: 70px;
    border-top: 10px solid #000;
    background: #fff;
  }

  header nav.main_sp p.logo {
    position: absolute;
    bottom: 13px;
    left: 12px;
  }

  header nav.main_sp p.logo a {
    display: block;
    width: 200px;
    height: 33px;
    /*background-image: url(../../common/img/logo_sp.svg);
    background-repeat: no-repeat;*/
  }

  header nav.main_sp p.btn {
    position: absolute;
    bottom: 19px;
    right: 15px;
    width: 30px;
    height: 25px;
  }

  header nav.main_sp p.btn a {
    display: block;
    height: 100%;
  }

  header nav.main_sp p.btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #072f93;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  header nav.main_sp p.btn span:nth-of-type(1) {
    top: 0;
  }

  header nav.main_sp p.btn span:nth-of-type(2) {
    top: 11px;
  }

  header nav.main_sp p.btn span:nth-of-type(3) {
    top: 22px;
  }

  header nav.main_sp p.btn.on span:nth-child(1) {
    top: 48%;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  header nav.main_sp p.btn.on span:nth-child(2) {
    opacity: 0;
  }

  header nav.main_sp p.btn.on span:nth-child(3) {
    top: 48%;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  /* nav.dropdown_sp */

  header nav.dropdown_sp {
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 70px 0 0 0;
    background: #eef3fb;
    visibility: hidden;
    transform: translate(0, -60px);
    opacity: 0;
    transition: all 0.2s ease-in;
  }

  header nav.dropdown_sp.on {
    display: block;
    visibility: visible;
    transform: translate(0);
    opacity: 1;
  }

  header nav.dropdown_sp div.inner {
    overflow: auto;
    height: 100%;
  }

  header nav.dropdown_sp li.copy {
    margin: 13px 0 39px 22px;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.67;
  }

  header nav.dropdown_sp a.open,
  header nav.dropdown_sp a.link,
  header nav.dropdown_sp a.nw {
    display: block;
    margin: 0 24px;
    padding: 20px 50px 20px 11px;
    border-top: 1px solid #fff;
    font-size: 1.8rem;
    color: #072f93;
  }

  header nav.dropdown_sp li.partner a {
    margin: 0 24px 60px;
    border-bottom: 1px solid #fff;
  }

  header nav.dropdown_sp a.open {
    background: url(../img/icon_plus.svg) no-repeat right 11px center;
    background-size: 28px 28px;
  }

  header nav.dropdown_sp a.open.on {
    background-image: url(../img/icon_minus.svg);
  }

  header nav.dropdown_sp a.link {
    background: url(../img/icon_arrow_1.svg) no-repeat right 11px center;
    background-size: 28px 28px;
  }

  header nav.dropdown_sp a.nw {
    background: url(../img/icon_nw.svg) no-repeat right 17px center;
    background-size: 16px 16px;
  }

  header nav.dropdown_sp dd {
    margin: 0 24px 0;
    padding: 15px 0 12px;
    border-top: 1px solid #fff;
    display: none;
  }

  header nav.dropdown_sp dd.on {
    display: block;
  }

  header nav.dropdown_sp dd a {
    display: block;
    padding: 14px 0 14px 29px;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.4;
  }

  header nav.dropdown_sp dt .active {
    background-color: rgba(7, 47, 147, 0.3);
  }

  header nav.dropdown_sp .active.anchor {
    background-color: transparent !important;
  }

  header nav.dropdown_sp dd .active {
    background-color: rgba(7, 47, 147, 0.3);
  }

  header nav.dropdown_sp li.support.active {
    background-color: rgba(7, 47, 147, 0.3);
    border: 2px solid #072f93;
  }

  header nav.dropdown_sp li.support.active a {
    color: #072f93;
  }

  header nav.dropdown_sp li.sub ul {
    margin: 0 0 24px;
    text-align: center;
  }

  header nav.dropdown_sp li.sub li {
    display: inline-block;
    border-left: solid 1px #000;
  }

  header nav.dropdown_sp li.sub li:last-child {
    border-right: solid 1px #000;
  }

  header nav.dropdown_sp li.sub a {
    display: block;
    padding: 0 14px;
    font-size: 1.5rem;
    color: #000;
    white-space: nowrap;
  }

  header nav.dropdown_sp li.support {
    padding: 20px 0;
    background: #072f93;
  }

  header nav.dropdown_sp li.support a {
    display: block;
    margin: 0 auto;
  }

  header nav.dropdown_sp li.support img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 58px;
  }

  header nav.dropdown_sp li a.current {
    font-weight: 700;
    text-decoration: underline;
  }

  /* main
-------------------------------------------------------------*/

  /* nav.breadcrumb */

  main nav.breadcrumb {
    padding: 10px 0 0 20px;
  }

  main nav.breadcrumb ul {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
    overflow: hidden;
  }

  main nav.breadcrumb li {
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    border-left: #000 solid 1px;
    color: #000;
  }

  main nav.breadcrumb li:first-child {
    padding: 0 10px 0 0;
    border-left: none;
  }

  main nav.breadcrumb li a {
    color: #000;
  }

  /* h1 - h4 */

  main article h1 span.en {
    display: block;
    margin-bottom: 2px;
    font-weight: 100;
    font-size: 3.2rem;
    color: #83939d;
  }

  main article h1 span,
  main article h1 em {
    display: block;
    transform: translate(0, 50px);
    opacity: 0;
    transition: all 0.3s ease-in;
  }

  main article h1 span.on,
  main article h1 em.on {
    transform: translate(0);
    opacity: 1;
  }

  /*main article section h2 {
	position: relative;
	left: 0px;
	margin-bottom: 45px;
	line-height: 1.4;
	font-size: 2.2rem;
	font-weight: 500;
	color: #000;
}*/
  main article section h2 span.en {
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 3.2rem;
    color: #9aa5ac;
  }

  main article section p.leadcopy:first-child {
    margin-top: -10px;
  }

  .lead_copy {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 25px;
  }

  /* p */

  main article section p.leadcopy {
    position: relative;
    padding: 0 0 0 30px;
    margin: 60px 0 30px;
    background: url(../img/icon_leadcopy_sp.svg) no-repeat left top 0.7em;
    background-size: 20px 5px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 2.6rem;
    color: #000;
  }

  main article section h2+p.leadcopy {
    margin: 65px 0 35px;
  }

  main article section p.txt {
    font-size: 1.6rem;
    color: #000;
    line-height: 2.3;
    margin-bottom: 15px;
  }

  main article section p.txt:last-of-type {
    margin-bottom: 0;
  }

  main article section p.img_right,
  main article section p.img_left {
    margin: 0 0 20px;
  }

  /* font-size */
  main article section .fs_s {
    font-size: 1.4rem !important;
  }

  main article section .fs_m {
    font-size: 1.6rem !important;
  }

  main article section .fs_l {
    font-size: 1.8rem !important;
  }

  /* font-bold */
  main article section .fw_m {
    font-weight: 500 !important;
  }

  main article section .fw_b {
    font-weight: 700 !important;
  }

  /* font-color */
  main article section .tc_r {
    color: #db0808 !important;
  }

  /* box_blue */

  main article .box_blue {
    padding: 30px 20px 30px;
    background: #eef3fb;
  }

  main article .box_blue dt {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 1.8rem;
    color: #072f93;
    letter-spacing: 0.05em;
    line-height: 1.56;
  }

  main article .box_blue dd {
    font-size: 1.6rem;
    color: #000;
    line-height: 2;
  }

  main article .box_blue .ttl {
    margin: 0;
    font-weight: 500;
    font-size: 2rem;
    color: #072f93;
    letter-spacing: 0.05em;
    line-height: 2.33;
  }

  /* box_border */

  main article .box_border {
    padding: 30px 20px 30px;
    background: #fff;
    border: 3px solid #ddd;
  }

  main article .box_border dt {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 1.8rem;
    color: #072f93;
    letter-spacing: 0.05em;
    line-height: 1.56;
  }

  main article .box_border dd {
    font-size: 1.6rem;
    color: #000;
    line-height: 2;
  }

  main article .box_border .ttl {
    margin: 0;
    font-weight: 500;
    font-size: 2rem;
    color: #072f93;
    letter-spacing: 0.05em;
    line-height: 2.33;
  }

  .img_2col {
    margin-bottom: 20px;
  }

  .img_2col .img {
    margin-bottom: 10px;
  }

  /* ul ol */

  main article section ul.img_2col_right,
  main article section ul.img_2col_left {
    margin: 0 0 20px;
  }

  main article section ul.img_2col_right li,
  main article section ul.img_2col_left li {
    margin: 0 0 10px;
  }

  main article section ul.type1 {
    margin: 0 0 40px 0;
  }

  main article section ul.type1 li {
    padding-left: 1.2em;
    background: url(../img/ico_list_bullet.svg) no-repeat left 1em;
    background-size: 9px 9px;
    font-size: 1.6rem;
    color: #000;
    line-height: 2.3;
  }

  main article section ol.type1 {
    margin: 0 0 40px 20px;
  }

  main article section ol.type1 li {
    list-style-type: decimal;
    padding-left: 0.3em;
    font-size: 1.6rem;
    color: #000;
    line-height: 2.3;
  }

  main article section ol.type2 {
    margin: 0 0 30px 15px;
  }

  main article section ol.type2 li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
    padding-left: 1em;
    font-size: 1.6rem;
    color: #000;
    line-height: 2.3;
  }

  main article section ol.type2 li:before {
    content: "（" counter(cnt) "）";
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1.5em;
  }
  main article section ol.type3 {
    margin: 0 0 30px 15px;
  }

  main article section ol.type3 li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
    padding-left: 1em;
    font-size: 1.6rem;
    color: #000;
    line-height: 2.3;
  }

  main article section ol.type3 li:before {
    content: "（" counter(cnt, lower-roman) "）";
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1.5em;
  }

  main article section ul.notice {
    margin: 0 0 40px 20px;
  }

  main article section ul.notice li {
    position: relative;
    padding-left: 0.2em;
    color: #333;
    line-height: 1.57;
  }

  main article section ul.notice li span {
    position: absolute;
    left: -1.4em;
    top: 0;
    color: #072f93;
  }

  main article section ol.notice_num {
    margin: 0 0 40px 20px;
  }

  main article section ol.notice_num li {
    position: relative;
    padding-left: 0.8em;
    color: #333;
    line-height: 1.57;
  }

  main article section ol.notice_num li span {
    position: absolute;
    left: -1.4em;
    top: 0;
    color: #072f93;
  }

  /* table */

  main article section table.type1 {
    margin: 0 0 60px;
  }

  main article section table.type1 th,
  main article section table.type1 td {
    display: block;
    padding: 15px 15px 30px;
    text-align: left;
    font-size: 1.6rem;
    color: #000;
    line-height: 2;
  }

  main article section table.type1 th {
    padding: 15px 25px 15px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background: #f1f2f6;
    font-weight: 500;
    line-height: 1.25;
  }
  main article section table.type_ismap td.center {
    display: none;
  }
  main article section table.type_ismap+p a {
    text-decoration: underline;
  }

  .table-wrap {
    overflow-x: scroll;
  }
  .type5 {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .type5 th,
  .type5 td {
    border: 2px solid #eee;
    padding: 4px 8px;
  }

  main article section table.type5 {
    border-color: 1px solid #c7c7c7;
  }

  main article section table.type5 th,
  main article section table.type5 td {
    padding: 15px 15px;
    text-align: left;
    border: 1px solid #c7c7c7;
    font-size: 1.6rem;
    color: #000;
    line-height: 2;
  }

  main article section table.type5 th {
    padding: 15px 25px 15px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background: #f1f2f6;
    font-weight: 500;
    line-height: 1.25;
  }

  /* a */

  main a.blue {
    color: #072f93;
    font-weight: 500;
  }

  main a.nw {
    padding: 0 22px 0 0;
    background: url(../img/icon_nw.svg) no-repeat right center;
    background-size: 13px 13px;
  }

  main a.pdf {
    padding: 0 27px 0 0;
    background: url(../img/icon_pdf.svg) no-repeat right center;
    background-size: 18px 20px;
  }

  main a.anchor {
    padding: 0 31px 4px 0;
    background: url(../img/icon_anchor.svg) no-repeat right center;
    background-size: 22px 22px;
  }

  main a.link {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 5px 38px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #072f93;
  }

  main a.link span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background: url(../img/icon_arrow_1.svg);
  }

  main a.new {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0px 38px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #072f93;
  }

  main a.new span {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background: url(../img/icon_nw.svg);
  }

  a.no_link {
    pointer-events: none;
  }

  main a.btn_img {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 102px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 0 0 41px;
    font-size: 1.6rem;
    color: #fff;
    overflow: hidden;
  }

  main a.btn_img span.a_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    max-width: 600px;
    height: 102px;
    background: url(../img/bg_btn_m2.jpg);
    background-size: cover;
  }

  main a.btn_img span.a_arrow {
    position: absolute;
    top: 38px;
    right: 20px;
    z-index: -1;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background: url(../img/icon_arrow_1.svg);
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.1s ease-in;
  }

  .ico_no {
    background: none !important;
    color: #000 !important;
    width: 100%;
    pointer-events: none;
  }

  /* footer
-------------------------------------------------------------*/

  nav.footer_pc {
    display: none !important;
  }

  .footer {
    margin-top: 60px;
  }

  /* nav.local */

  nav.local ul {
    margin: 0 20px 60px;
    border-top: 1px solid #c7c7c7;
  }

  nav.local li {
    border: 1px solid #c7c7c7;
    border-top: none;
  }

  nav.local li a {
    display: block;
    padding: 20px 50px 20px 20px;
    background: url(../img/icon_arrow_1.svg) no-repeat center right 20px;
    background-size: 22px;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.4;
  }

  nav.local li a.current {
    color: #000;
    font-weight: 500;
    background: none;
  }

  /* nav.footer_sp */

  nav.footer_sp {
    width: 100%;
    height: 100%;
    padding: 43px 0 14px;
    background: #f1f2f6;
    border-top: #e9eeef solid 1px;
  }

  nav.footer_sp a.open,
  nav.footer_sp a.link,
  nav.footer_sp a.nw {
    display: block;
    margin: 0 20px;
    padding: 28px 50px 24px 11px;
    border-top: 1px solid #fff;
    font-size: 1.8rem;
    color: #072f93;
  }

  nav.footer_sp li.partner a {
    border-bottom: 1px solid #fff;
  }

  nav.footer_sp a.open {
    background: url(../img/icon_plus.svg) no-repeat right 11px center;
    background-size: 28px 28px;
  }

  nav.footer_sp a.open.on {
    background-image: url(../img/icon_minus.svg);
  }

  nav.footer_sp a.link {
    background: url(../img/icon_arrow_1.svg) no-repeat right 11px center;
    background-size: 28px 28px;
  }

  nav.footer_sp a.nw {
    background: url(../img/icon_nw.svg) no-repeat right 17px center;
    background-size: 16px 16px;
  }

  nav.footer_sp dd {
    margin: 0 24px 0 53px;
    padding: 15px 0 12px;
    border-top: 1px solid #fff;
    display: none;
  }

  nav.footer_sp dd.on {
    display: block;
  }

  nav.footer_sp dd a {
    display: block;
    padding: 14px 0;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.4;
  }

  nav.footer_sp li.sub ul {
    margin: 35px 20px 0;
  }

  nav.footer_sp li.sub a {
    display: block;
    padding: 0 14px 24px;
    font-size: 1.6rem;
    color: #072f93;
    line-height: 1.4;
  }

  /* nav:nth-child(4) */

  footer nav:nth-child(4) ul,
  footer nav.no04 ul {
    margin: 28px 0 35px 32px;
  }

  footer nav:nth-child(4) a,
  footer nav.no04 a {
    line-height: 2.29;
    font-size: 1.4rem;
    color: #000;
  }

  footer nav.no04 {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  footer nav.no04 .logo {
    margin-top: 4em;
    /*80px*/
    /*margin-bottom: -5px;*/
  }
  /* expo2025 bnr */
  footer nav.no04 .bunner {
    margin: 0 auto 2em;
  }

  /* p.logo */

  footer .logo {
    margin: 20px auto;
  }

  footer .logo span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.67;
  }

  footer .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  footer .logo a .pc {
    display: none;
  }

  footer .logo img {
    width: 236px;
    height: 33px;
  }

  footer p.gotop {
    position: fixed;
    bottom: 24px;
    right: 24px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  footer p.gotop.on {
    visibility: visible;
    opacity: 1;
  }

  footer p.gotop a img {
    width: 50px;
    height: 50px;
  }

  footer p.copy {
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
  }



}
