@charset "UTF-8";
/*
Theme Name: JICA
Theme URI: 
Author: JICA
Author URI: https://www.jica.go.jp/
Description: this is a wordpress theme for JICA website
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Variables */
:root {
  --color-background-main: #F2F5F8;
  --color-background-sub: #2862FF;
  --color-background-accent: #8172D5;
  --color-text-main: #354463;
  --color-text-sub: #8172d5;
  --color-text-dark: #133B3A;
  --color-text-accent: #2862FF;
  --color-link-main: #2862FF;
  --color-link-accent: #2862FF;
  --color-white: #ffffff;
  --color-gray: #AFAAA9;
  --color-black: #000000;
  --color-darkgray: #040000;
}

body {
  background-color: var(--color-background-main);
}

a {
  color: var(--color-link-main);
  text-decoration: none;
}

.font-en {
  font-family: "Roboto", sans-serif;
}

.main {
  width: 100%;
  margin: 0 auto;
}


body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

*, *:after, *:before {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

ul,
ol,
li,
dl {
  list-style: none;
}

.header {
  background-color: var(--color-white);
  width: 100%;
}

#jica .header__breadcrumb, #jica_add .header__breadcrumb {
  display: none;
  background-color: var(--color-background-main);
  padding: 8px 30px;
  color: #354463;
}

#jica .header__breadcrumb-item, #jica_add .header__breadcrumb-item {
  padding-right: 20px;
  position: relative;
  margin-right: 10px;
}

#jica .header__breadcrumb-item:after, #jica_add .header__breadcrumb-item:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ACC6E8;
  border-right: 2px solid #ACC6E8;
  transform: rotate(45deg) translateX(-4px);
}

#jica .header__breadcrumb-item:last-child, #jica_add .header__breadcrumb-item:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

#jica .header__breadcrumb-item:last-child:after, #jica_add .header__breadcrumb-item:last-child:after {
  display: none;
}

#jica .header__breadcrumb-item a, #jica_add .header__breadcrumb-item a {
  color: #ACC6E8;
}

@media only screen and (min-width: 769px) {
  #jica .header__breadcrumb, #jica_add .header__breadcrumb {
    display: block;
    width: 100%;
  }

  #jica .header__breadcrumb-list, #jica_add .header__breadcrumb-list {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    color: #133B3A;
    font-size: 12px;
  }
}

.header-wrap {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .header-wrap {
    display: flex;
    padding: 5px 30px;
  }
}

.header-siteinfo-area {
  padding: 5px 15px;
}

@media only screen and (min-width: 769px) {
  .header-siteinfo-area {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
}

.header-siteinfo {
  display: flex;
  width: 100%;
  align-items: center;
}

.header-siteinfo__logo-area {
  width: 50px;
}

.header-siteinfo__logo-area a img {
  max-width: 100%;
}

@media only screen and (min-width: 769px) {
  .header-siteinfo__logo-area {
    width: 75px;
  }
}

.header-siteinfo__info-area {
  line-height: 1.2;
  padding-left: 10px;
}

.header-siteinfo__description {
  font-size: 14px;
  line-height: 1;
  margin: 0px;
  color: #354463;
  font-weight: 700;
}

.header-siteinfo__sitename {
  font-size: 14px;
  line-height: 1;
  margin: 0px;
  color: #354463;
  margin-top: 5px;
  font-weight: 700;
}

.header-navi-pc {
  display: none;
}

@media only screen and (min-width: 769px) {
  .header-navi-pc {
    display: block;
    flex-grow: 2;
  }
}

.header-navi-pc__list {
  display: flex;
  justify-content: flex-end;
}

.header-navi-pc__item {
  padding-left: 10px;
}

.header-navi-pc__item a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 15px 20px 15px 10px;
  position: relative;
}

.header-navi-pc__item a.external:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/jica/assets/images/external_blue.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transform: rotate(0deg);
  border-top: 0px;
  border-right: 0px;
  position: relative;
  left: 6px;
  top: 0px;
  transition: ease 0.2s;
}

.header-navi-pc__item a.external:hover {
  opacity: 0.5;
}

.header-navi-pc__item a.external:hover:after {
  animation: arrow 0.5s;
  border-top: 0px;
  border-right: 0px;
  transition: ease 0.2s;
}

.header-navi-pc__item a:after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid var(--color-link-main);
  border-right: 2px solid var(--color-link-main);
  transition: ease 0.2s;
  transform-origin: 100% 100%;
  position: relative;
  left: 6px;
  top: 0px;
}

.header-navi-pc__item a:hover {
  opacity: 0.5;
}

.header-navi-pc__item a:hover:after {
  animation: arrow 0.5s;
  border-top: 2px solid #133B3A;
  border-right: 2px solid #133B3A;
  transition: ease 0.2s;
}

@keyframes arrow {
  0% {
    left: 8px;
  }

  50% {
    left: 10px;
  }

  100% {
    left: 6px;
  }
}

.header-navi-sp {
  background-color: var(--color-background-sub);
}

@media only screen and (min-width: 769px) {
  .header-navi-sp {
    display: none;
  }
}

.header-navi-sp__list {
  display: flex;
  align-items: center;
  align-content: stretch;
  width: 100%;
}

.header-navi-sp__item {
  color: var(--color-white);
  background-color: var(--color-background-sub);
  width: 25%;
}

.header-navi-sp__item-link {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  padding: 10px 0px;
}

.header-navi-sp__item-img {
  margin-bottom: 5px;
}

.header-navi-sp__item-text {
  color: var(--color-white);
}

.header-navi-sp__item.external {
  position: relative;
}

.header-navi-sp__item.external .header-navi-sp__item-text:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/jica/assets/images/external_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transform: rotate(0deg);
  border-top: 0px;
  border-right: 0px;
  position: relative;
  left: 6px;
  top: 2px;
  transition: ease 0.2s;
}

.footer {
  width: 100%;
  color: var(--color-white);
}

.footer__wrap {
  background-color: var(--color-background-sub);
}

@media only screen and (min-width: 769px) {
  .footer__wrap {
    padding: 0 30px;
  }
}

.footer__backtotop {
  height: 65px;
  position: relative;
  text-align: right;
  padding-top: 10px;
}

@media only screen and (min-width: 769px) {
  .footer__backtotop {
    height: 65px;
  }
}

.footer__backtotop-box {
  cursor: pointer;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 10px;
  transition-duration: 0.5s;
}

.footer__backtotop-box.sticky {
  position: sticky;
}

.footer__backtotop-box.fixed {
  position: fixed;
}

.footer__backtotop-box.show {
  bottom: 0px;
}

.footer__backtotop-box.hide {
  bottom: -100px;
}

.footer__backtotop-box:hover {
  opacity: 0.5;
}

.footer__backtotop-text {
  font-size: 10px;
  color: #2962FF;
  transform: scale(0.8);
  line-height: 0.8;
}

.footer__nav-area {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .footer__nav-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer__nav-area a {
  color: var(--color-white);
  text-decoration: none;
}

.footer__nav-area a:link {
  color: var(--color-white);
  text-decoration: none;
}

.footer__nav-area a:hover, .footer__nav-area a:active, .footer__nav-area a:visited, .footer__nav-area a:focus {
  color: var(--color-white);
  text-decoration: underline;
}

.footer__nav {
  padding: 15px 0px;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .footer__nav-list {
    justify-content: space-between;
  }
}

.footer__nav-item {
  font-size: 11px;
  padding: 0 10px 0px 30px;
}

@media only screen and (min-width: 769px) {
  .footer__nav-item {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  .footer__nav {
    order: 2;
  }
}

.footer__site-info {
  text-align: center;
  font-size: 12px;
  padding: 10px 0px;
}

@media only screen and (min-width: 769px) {
  .footer__site-info {
    padding: 15px 0px;
    text-align: left;
    font-size: 14px;
    order: 1;
  }
}

.home-index__wrap {
  background-image: url("/wp-content/themes/jica/assets/images/map.png");
  background-repeat: no-repeat;
  background-position: top -80px right -60px;
  background-size: auto;
}

@media only screen and (min-width: 769px) {
  .home-index__wrap {
    width: 100%;
    max-width: 1280px;
    padding: 80px 40px;
    margin: 0 auto;
  }
}

.home-index__contents {
  background-color: var(--color-white);
}

@media only screen and (min-width: 769px) {
  .home-index__contents {
    max-width: 600px;
    padding: 40px;
  }
}

.home-index__contents-header {
  display: flex;
  padding: 15px;
}

@media only screen and (min-width: 769px) {
  .home-index__contents-header {
    padding: 0px 0px 10px 0px;
  }
}

.home-index__contents-header-logo {
  order: 2;
  width: 90px;
}

.home-index__contents-header-logo img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .home-index__contents-header-logo {
    width: 140px;
  }
}

.home-index__contents-header-info-list {
  order: 1;
  flex-grow: 2;
  padding: 15px 5px 0px 0px;
}

@media only screen and (min-width: 769px) {
  .home-index__contents-header-info-list {
    padding: 15px 15px 0px 0px;
  }
}

.home-index__contents-header-info-item {
  display: flex;
  color: #0072B9;
  font-size: 12px;
  margin-bottom: 10px;
}

.home-index__contents-header-info-item:before {
  content: "";
  background-image: url("/wp-content/themes/jica/assets/images/checked.svg");
  background-repeat: no-repeat;
  background-position: top left;
  min-width: 30px;
  display: block;
  border-right: 1px solid #0072B9;
  margin-right: 10px;
}

@media only screen and (min-width: 769px) {
  .home-index__contents-header-info-item {
    font-size: 13px;
    line-height: 2;
  }

  .home-index__contents-header-info-item:before {
    min-width: 45px;
    background-size: 27px;
    margin-right: 15px;
  }
}

.home-index__contents-main {
  background-color: rgba(35, 44, 63, 0.8);
  padding: 0px 40px 40px;
}

@media only screen and (min-width: 769px) {
  .home-index__contents-main {
    padding: 0px 50px 50px;
  }
}

.home-index__contents-main-wrap {
  background-image: url("/wp-content/themes/jica/assets/images/map.png");
  background-repeat: no-repeat;
  background-position: top -20px center;
  background-size: 100% auto;
}

@media only screen and (min-width: 769px) {
  .home-index__contents-main-wrap {
    background-image: none;
  }
}

.home-index__contents-main-title {
  color: var(--color-white);
  font-size: 15px;
  position: relative;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 40px;
}

@media only screen and (min-width: 769px) {
  .home-index__contents-main-title {
    padding-top: 50px;
  }
}

.home-index__contents-main-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 0px;
  border-bottom: 2px solid var(--color-white);
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.home-index__contents-main-btn-wrap {
  padding-top: 30px;
}

.home-index__contents-main-btn-wrap-half {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.home-index__contents-main-btn {
  display: block;
  width: 100%;
  background-color: #2862FF;
  border: 1px solid var(--color-white);
  padding: 15px 30px 15px 30px;
  text-align: center;
  position: relative;
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  .home-index__contents-main-btn {
    font-size: 14px;
  }
}

.home-index__contents-main-btn--country {
  width: calc(50% - 10px);
  padding: 15px 10px 15px 10px;
}

.home-index__contents-main-btn--issue {
  width: calc(50% - 10px);
  padding: 15px 10px 15px 10px;
}

.home-index__contents-main-btn:link, .home-index__contents-main-btn:hover, .home-index__contents-main-btn:active, .home-index__contents-main-btn:visited, .home-index__contents-main-btn:focus {
  color: var(--color-white);
  text-decoration: none;
}

.home-index__contents-main-btn:hover {
  opacity: 0.5;
}

.home-index__contents-main-btn:hover:after {
  animation: arrowtop 0.5s;
  transition: ease 0.2s;
}

.home-index__contents-main-btn.external:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/jica/assets/images/external_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: rotate(0deg) translateY(-50%);
  border-top: 0px;
  border-right: 0px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: ease 0.2s;
}

.home-index__contents-main-btn.external:hover {
  opacity: 0.5;
}

.home-index__contents-main-btn.external:hover:after {
  animation: arrowtopex 0.5s;
  border-top: 0px;
  border-right: 0px;
  transition: ease 0.2s;
}

.home-index__contents-main-btn:after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transition: ease 0.2s;
  transform-origin: 100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
}

@keyframes arrowtop {
  0% {
    right: 18px;
  }

  50% {
    right: 16px;
  }

  100% {
    right: 20px;
  }
}

@keyframes arrowtopex {
  0% {
    right: 8px;
  }

  50% {
    right: 6px;
  }

  100% {
    right: 10px;
  }
}

.page-issue__header {
  color: var(--color-text-accent);
  font-weight: 400;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .page-issue__header {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.page-issue__header-title {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  .page-issue__header-title {
    font-size: 30px;
  }
}

.page-issue__header-title:after {
  content: "";
  display: block;
  height: 0px;
  width: 25px;
  border-bottom: 1px solid var(--color-text-accent);
  position: relative;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  margin-bottom: 30px;
}

.page-issue__header-list {
  display: flex;
  justify-content: center;
  background-color: var(--color-white);
  flex-wrap: wrap;
  padding: 20px 0px 0px;
  border-radius: 10px;
}

@media only screen and (min-width: 769px) {
  .page-issue__header-list {
    padding: 0px;
  }
}

.page-issue__header-item {
  width: 25%;
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .page-issue__header-item {
    font-size: 18px;
    width: calc(100% / 8);
    max-width: 110px;
  }
}

.page-issue__header-item-link {
  display: block;
  color: var(--color-text-main);
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}

.page-issue__header-item-link:hover {
  opacity: 0.5;
}

.page-issue__header-item-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-bottom: 2px solid var(--color-link-main);
  border-right: 2px solid var(--color-link-main);
  transform: rotate(45deg) translateX(-50%);
}

@media only screen and (min-width: 769px) {
  .page-issue__header-item-link {
    padding-top: 20px;
  }
}

.page-issue__header-text {
  margin-top: 20px;
  color: var(--color-text-main);
}

.page-issue__header-text-img {
  vertical-align: baseline;
  height: 1em;
}

.page-issue__main {
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .page-issue__main {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

.page-issue__main-title {
  font-size: 24px;
  margin-top: 60px;
  color: var(--color-text-dark);
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media only screen and (min-width: 769px) {
  .page-issue__main-title {
    margin-top: 60px;
    font-size: 30px;
  }
}

.page-issue__main-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  max-width: 100%;
  border-bottom: 2px solid var(--color-gray);
}

.page-issue__main-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 20%;
  height: 0px;
  max-width: 95px;
  border-bottom: 2px solid var(--color-text-accent);
}

.page-issue__main-title-img {
  height: 30px;
  vertical-align: top;
  margin-right: 5px;
}

@media only screen and (min-width: 769px) {
  .page-issue__main-title-img {
    height: 40px;
    margin-right: 15px;
  }
}

.page-issue__issue-list {
  margin-top: 80px;
}

.page-issue__sub-issue-list {
  /*   margin-top: 60px; */
}

@media only screen and (min-width: 769px) {
  .page-issue__sub-issue-list {
    /*     margin-top: 60px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.page-issue__issue-item {
  margin-top: 60px;
}

.page-issue__issue-item-wrap {
  background-color: var(--color-white);
  padding: 60% 20px 30px 20px;
  position: relative;
}

.page-issue__sub-issue-item-wrap {
  background-color: var(--color-white);
  height: 5em;
  display: flex;
  align-items: center;
  padding: 0 25px;
  /*   padding: 60% 20px 30px 20px; */
  /*   position: relative; */
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px 0px 20px;
    align-items: flex-start;
    min-height: 250px;
  }

  .page-issue__sub-issue-item-wrap {
    background-color: var(--color-white);
    width: 340px;
    height: 5em;
    display: flex;
    align-items: center;
    padding: 0 25px;
    /*     padding: 60% 20px 30px 20px; */
    /*     position: relative; */
  }
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-texts {
    flex-grow: 2;
    width: 300px;
    padding-left: 20px;
    margin-left: 300px;
  }
}

.page-issue__issue-item-title {
  text-align: center;
  color: var(--color-text-main);
  position: relative;
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-title {
    top: 0px;
    text-align: left;
    margin-top: 20px;
  }

  .page-issue__issue-item-title {
    top: 0px;
    text-align: left;
    /*     margin-top: 20px; */
  }
}

.page-issue__issue-item-img {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: auto;
  position: absolute;
  top: -30px;
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-img {
    width: 300px;
    margin: 0;
  }
}

.page-issue__issue-item-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.page-issue__issue-item-description {
  color: var(--color-text-main);
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-description {
    text-align: left;
    margin-top: 20px;
  }
}

.page-issue__issue-item-country {
  //margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-country {
    display: flex;
  }
}

.page-issue__issue-item-country-title {
  color: var(--color-text-main);
  text-align: center;
  font-size: 20px;
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-country-title {
    padding-top: 5px;
    min-width: 5em;
    text-align: left;
  }
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-country-list {
    padding-left: 15px;
  }
}

.page-issue__issue-item-country-item {
  color: var(--color-text-main);
  background-color: #FFFDE2;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-country-item {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
  }
}

.page-issue__issue-item-country-item.has-startup:before {
  content: "";
  width: 16px;
  width: 16px;
  background-image: url("/wp-content/themes/jica/assets/images/star_no_border.svg");
  background-size: contain;
  padding: 5px 10px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-issue__issue-item-btn {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .page-issue__issue-item-btn {
    width: 300px;
    position: absolute;
    top: 170px;
  }
}

.page-issue__issue-item-btn-link {
  background-color: var(--color-background-sub);
  color: var(--color-white);
  padding: 5px 20px;
  border-radius: 20px;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .page-country {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

.page-country__header {
  color: var(--color-text-accent);
  font-weight: 400;
  text-align: center;
}

.page-country__header-title {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  .page-country__header-title {
    font-size: 30px;
  }
}

.page-country__header-title:after {
  content: "";
  display: block;
  height: 0px;
  width: 25px;
  border-bottom: 1px solid var(--color-text-accent);
  position: relative;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.page-country__header-list {
  display: flex;
  justify-content: center;
}

.page-country__header-item {
  margin: 0px 5px;
}

@media only screen and (min-width: 769px) {
  .page-country__header-item {
    margin: 0px 20px;
  }
}

.page-country__header-item-link {
  display: block;
  border: 1px solid var(--color-link-main);
  color: var(--color-link-main);
  font-weight: 700;
  background-color: var(--color-white);
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 20px;
  position: relative;
}

.page-country__header-item-link:hover {
  opacity: 0.5;
}

.page-country__header-item-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 50%;
  border-bottom: 2px solid var(--color-link-main);
  border-right: 2px solid var(--color-link-main);
  transform: rotate(45deg) translateX(-6px);
}

@media only screen and (min-width: 769px) {
  .page-country__header-item-link {
    font-size: 24px;
    padding: 5px 50px;
    border-radius: 30px;
    border: 2px solid var(--color-link-main);
  }

  .page-country__header-item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    border-bottom: 3px solid var(--color-link-main);
    border-right: 3px solid var(--color-link-main);
    transform: rotate(45deg) translateX(-8px);
  }
}

.page-country__main {
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .page-country__main {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

.page-country__main-title {
  font-size: 24px;
  margin-top: 40px;
  color: var(--color-text-dark);
  position: relative;
  padding-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .page-country__main-title {
    margin-top: 50px;
  }
}

.page-country__main-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  max-width: 100%;
  border-bottom: 2px solid var(--color-gray);
}

.page-country__main-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 20%;
  height: 0px;
  max-width: 95px;
  border-bottom: 2px solid var(--color-text-accent);
}

.page-country__country-list {
  margin-top: 80px;
}

.page-country__country-item {
  margin-top: 60px;
}

.page-country__country-item-wrap {
  background-color: var(--color-white);
  padding: 60% 20px 30px 20px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .page-country__country-item-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px 0px 20px;
    align-items: flex-start;
    min-height: 250px;
  }
}

@media only screen and (min-width: 769px) {
  .page-country__country-item-texts {
    flex-grow: 2;
    width: 300px;
    padding-left: 20px;
    margin-left: 300px;
  }
}

.page-country__country-item-title {
  text-align: center;
  color: var(--color-text-main);
  position: relative;
}

@media only screen and (min-width: 769px) {
  .page-country__country-item-title {
    top: 0px;
    text-align: left;
    margin-top: 20px;
  }
}

.page-country__country-item-img {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: auto;
  position: absolute;
  top: -30px;
}

@media only screen and (min-width: 769px) {
  .page-country__country-item-img {
    width: 300px;
    margin: 0;
  }
}

.page-country__country-item-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.page-country__country-item-description {
  color: var(--color-text-main);
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  .page-country__country-item-description {
    text-align: left;
    margin-top: 20px;
  }
}

.page-country__country-item-btn {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .page-country__country-item-btn {
    width: 300px;
    position: absolute;
    top: 170px;
  }
}

.page-country__country-item-btn-link {
  background-color: var(--color-background-sub);
  color: var(--color-white);
  padding: 5px 20px;
  border-radius: 20px;
  margin: auto;
}

@media only screen and (min-width: 769px) {
.contents {
  padding-bottom: 145px;
}
}
@media only screen and (max-width: 768px) {
.contents {
  padding-bottom: 10.4rem
}
}
.contents__header {
  background-color: var(--color-white);
  width: 100%;
  padding: 45px 0px;
}

@media only screen and (min-width: 769px) {
  .contents__header {
    padding: 45px 0px;
  }
}

.contents__header-title {
  text-align: center;
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
  font-size: 30px;
  color: #354463;
}

.contents__header-title-sub {
  text-align: center;
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  color: #354463;
}

.contents__body {
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
}

.contents__body.contact_body {
  max-width: 790px;
}

.contents__body.contact_body .contact__text {
  margin-top: 100px;
}

.contents__body.contact_body .contact__text-paragraph {
  font-size: 16px;
  font-weight: 500;
}

.contents__body.contact_body .contact__title {
  text-align: center;
}

.contents__body.contact_body .contact__title-heading {
  font-size: 24px;
  color: var(--color-text-main);
  background-color: transparent;
  border-radius: 0;
  padding: 0px;
}

.contents__body.contact_body .contact__title-paragraph {
  margin-top: 0px;
  color: var(--color-text-sub);
  font-size: 14px;
}

.contents__body.contact_body .contact__mail {
  text-align: center;
  margin-top: 20px;
}

.contents__body.contact_body .contact__mail-link {
  display: inline-block;
  margin: auto;
  padding: 30px 0px;
  max-width: 80%;
  width: 300px;
  text-align: center;
  font-size: 18px;
  color: var(--color-white);
  max-width: 80%;
  background-color: var(--color-background-sub);
  border-radius: 5px;
}

.contents__body.contact_body .contact__caution {
  text-align: center;
  max-width: 600px;
  margin: 40px auto 0px;
}

.contents__body.contact_body .contact__caution-paragraph {
  margin-top: 0px;
  color: var(--color-text-sub);
  font-size: 12px;
}

.contents__body h2 {
  color: #8172D5;
  font-size: 18px;
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 8px;
  margin-top: 50px;
}

.contents__body p {
  margin-top: 20px;
  line-height: 1.8;
}

.contents__body ul {
  margin-top: 20px;
}

.contents__body ol {
  margin-top: 20px;
}

.contents__body ol li.list-number {
  margin-left: 5em;
  position: relative;
  counter-increment: cnt;
}

.contents__body ol li.list-number:before {
  display: marker;
  content: "（"counter(cnt) "）";
  display: inline-block;
  margin-left: -3.5em;
  width: 2em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.contents__body ol li.list-alphabet {
  margin-top: 20px;
  margin-left: 1.5em;
  list-style-type: lower-latin;
}

.post__header {
  background-color: var(--color-white);
  text-align: center;
  padding: 20px 0;
}

.post__header-title {
  color: var(--color-text-dark);
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
  .post__header-title {
    font-size: 32px;
  }
}

.post__header-title-type {
  color: var(--color-text-accent);
}

.post__header-title-img {
  width: 30px;
  margin-right: 5px;
  vertical-align: bottom;
}

@media only screen and (min-width: 769px) {
  .post__header-title-img {
    width: 50px;
  }
}

.post__body {
  max-width: 80%;
  margin: 0 auto;
}

.post__body h2 {
  margin-top: 50px;
  color: var(--color-text-dark);
  position: relative;
  padding-bottom: 10px;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  .post__body h2 {
    margin-top: 70px;
    font-size: 30px;
  }
}

.post__body h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  max-width: 385px;
  border-bottom: 2px solid var(--color-gray);
}

.post__body h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 20%;
  height: 0px;
  max-width: 95px;
  border-bottom: 2px solid var(--color-text-accent);
}

@media only screen and (min-width: 769px) {
  .post__body {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 40px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .post__body {
    padding-bottom: 148px;
  }
}

.post__body-issue {
  order: 2;
}

@media only screen and (min-width: 769px) {
  .post__body-issue {
    min-width: 300px;
  }
}

.post__body-issue-list {
  margin-top: 20px;
}

.post__body-issue-item {
  margin-top: 10px;
  background-color: var(--color-white);
  border-radius: 10px;
}

.post__body-issue-item a {
  display: block;
  padding: 15px 20px;
  color: var(--color-text-sub);
  position: relative;
}

@media only screen and (min-width: 769px) {
  .post__body-issue-item a {
    padding: 15px 28px;
  }
}

.post__body-issue-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-text-sub);
  border-right: 2px solid var(--color-text-sub);
  transform: rotate(45deg) translateX(-6px);
}

.post__body-country {
  order: 2;
}

@media only screen and (min-width: 769px) {
  .post__body-country {
    min-width: 300px;
  }
}

.post__body-country-list {
  margin-top: 20px;
}

.post__body-country-item {
  margin-top: 10px;
  background-color: var(--color-white);
  border-radius: 10px;
}

.post__body-country-item a {
  display: block;
  padding: 15px 20px;
  color: var(--color-text-sub);
  position: relative;
}

@media only screen and (min-width: 769px) {
  .post__body-country-item a {
    padding: 15px 28px;
  }
}

.post__body-country-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-text-sub);
  border-right: 2px solid var(--color-text-sub);
  transform: rotate(45deg) translateX(-6px);
}

.post__body-content {
  word-break: break-all;
  order: 1;
}

@media only screen and (min-width: 769px) {
  .post__body-content {
    width: 900px;
    padding-right: 40px;
  }
}

.post__body-content p {
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  .post__body-content p {
    margin-top: 30px;
  }
}

.post__body-content ul li {
  margin-top: 20px;
  padding-left: 2em;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .post__body-content ul li {
    margin-top: 30px;
  }
}

.post__body-content ul li:before {
  content: "■";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.page-report__main {
  max-width: 80%;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .page-report__main {
    max-width: 620px;
    padding: 0px;
  }
}

.page-report__main-title {
  font-size: 24px;
  margin-top: 60px;
  color: var(--color-text-dark);
  position: relative;
  padding-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .page-report__main-title {
    margin-top: 80px;
  }
}

.page-report__main-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  max-width: 100%;
  border-bottom: 2px solid var(--color-gray);
}

.page-report__main-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 20%;
  height: 0px;
  max-width: 95px;
  border-bottom: 2px solid var(--color-darkgray);
}

.page-report__main-list {
  margin-top: 60px;
}

@media only screen and (min-width: 769px) {
  .page-report__main-list {
    margin-top: 80px;
  }
}

.page-report__main-item {
  text-decoration: underline;
  margin-top: 20px;
  padding-left: 2em;
  position: relative;
}

.page-report__main-item a {
  color: var(--color-black);
}

@media only screen and (min-width: 769px) {
  .page-report__main-item {
    margin-top: 30px;
    padding-left: 3em;
  }
}

.page-report__main-item:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--color-text-accent);
}

.page-report__main-footer {
  margin-top: 80px;
}

.page-report__main-footer-link {
  display: block;
  max-width: 80%;
  width: 100%;
  padding: 10px;
  background-color: var(--color-link-main);
  color: var(--color-white);
  text-align: center;
  margin: 20px auto;
  border-radius: 30px;
}

@media only screen and (min-width: 769px) {
  .page-report__main-footer-link {
    max-width: 430px;
  }
}

.single-report__main {
  max-width: 80%;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .single-report__main {
    max-width: 620px;
    padding: 0px;
  }
}

.single-report__main-header {
  margin-top: 50px;
}

.single-report__main-header-def {
  max-width: 400px;
  margin: 50px auto 0px;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
}

.single-report__main-header-def-title {
  width: 4em;
}

.single-report__main-header-def-description {
  width: calc(100% - 4em);
}

.single-report__main-header-img {
  margin-top: 20px;
}

.single-report__main-header-img img {
  max-width: 100%;
}

.single-report__main-content h3 {
  margin-top: 40px;
  position: relative;
  padding-bottom: 10px;
}

.single-report__main-content h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  max-width: 100%;
  border-bottom: 2px solid var(--color-gray);
}

.single-report__main-content h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 20%;
  height: 0px;
  max-width: 95px;
  border-bottom: 2px solid var(--color-darkgray);
}

.single-report__main-content h3.single-report__main-content-chapter-title {
  margin-top: 50px;
}

.single-report__main-content h3.single-report__main-content-chapter-title:before {
  border-bottom: 1px solid var(--color-darkgray);
}

.single-report__main-content h3.single-report__main-content-chapter-title:after {
  display: none;
}

.single-report__main-content h4 {
  margin-top: 20px;
}

.single-report__main-content p {
  margin-top: 20px;
}

.single-report__main-content p img {
  max-width: 100%;
}

.single-report__main-content-profile {
  margin-top: 20px;
}

.single-report__main-content-profile-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.single-report__main-content-profile-kana {
  font-size: 10px;
}

.single-report__main-content-profile-company {
  font-size: 11px;
  margin-top: 5px;
}

.single-report__main-content-profile-division {
  font-size: 11px;
}

.single-report__main-content-heading {
  margin-top: 20px;
}

.single-report__main-content-heading-item {
  margin-left: 0em;
  position: relative;
  counter-increment: cnt;
  font-size: 18px;
  margin-top: 25px;
}

.single-report__main-content-heading-item a {
  color: var(--color-black);
}

.single-report__main-content-heading-item:before {
  display: marker;
  content: counter(cnt);
  display: inline-block;
  width: 2em;
  color: var(--color-text-accent);
}

.single-report__main-content-chapter {
  margin-top: 20px;
}

.single-report__main-content-chapter-title {
  text-align: center;
}

.single-report__main-content-chapter-title-num {
  font-family: "Yu Gothic UI Semibold", "游ゴシック Medium", YuGothic, "游ゴシック体";
  display: block;
  margin: auto;
  color: var(--color-text-accent);
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
}

.single-report__main-content-chapter-title-num:after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 30px;
  transform: rotate(45deg) translateX(10px);
  border-right: 1px solid var(--color-text-main);
  left: 50%;
  bottom: 10px;
}

.single-report__main-content-chapter-profile {
  text-align: right;
}

.single-report__main-content-chapter-profile p {
  font-size: 12px;
  margin-top: 10px;
}

.single-report__main-footer {
  margin-top: 80px;
}

.single-report__main-footer-link {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 10px;
  background-color: var(--color-link-main);
  color: var(--color-white);
  text-align: center;
  margin: 20px auto;
  border-radius: 30px;
}

@media only screen and (min-width: 769px) {
  .single-report__main-footer-link {
    max-width: 430px;
  }
}

@media only screen and (min-width: 769px) {
  .page-startup {
    width: 100%;
    margin: 0 auto;
  }
}
.page-startup__header {
  color: var(--color-text-accent);
  font-weight: 400;
  text-align: center;
}
.page-startup__header-title {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .page-startup__header-title {
    font-size: 30px;
  }
}
.page-startup__header-title:after {
  content: "";
  display: block;
  height: 0px;
  width: 25px;
  border-bottom: 1px solid var(--color-text-accent);
  position: relative;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.page-startup__header-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-startup__header-item-link {
  display: block;
  border: 1px solid var(--color-link-main);
  color: var(--color-link-main);
  font-weight: 700;
  background-color: var(--color-white);
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 20px;
  position: relative;
}
.page-startup__header-item-link:hover {
  opacity: 0.5;
}
.page-startup__header-item-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 50%;
  border-bottom: 2px solid var(--color-link-main);
  border-right: 2px solid var(--color-link-main);
  transform: rotate(45deg) translateX(-6px);
}
.page-startup__header-item-link.active {
  background: var(--color-link-main);
  color: var(--color-white);
}
@media only screen and (min-width: 769px) {
  .page-startup__header-item-link {
    font-size: 24px;
    padding: 5px 50px;
    border-radius: 30px;
    border: 2px solid var(--color-link-main);
  }
  .page-startup__header-item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    border-bottom: 3px solid var(--color-link-main);
    border-right: 3px solid var(--color-link-main);
    transform: rotate(45deg) translateX(-8px);
  }
}
.page-startup__main {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .page-startup__main {
    width: 100%;
    margin: 0 auto;
  }
}
.page-startup__main-detail {
  margin-top: 4rem;
}
.page-startup__startup-list {
  margin-top: 30px;
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 769px) {
  .page-startup__startup-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .page-startup__startup-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-startup__startup-item {
  width: 100%;
  margin-top: 60px;
}
.page-startup__startup-item-wrap {
  background-color: var(--color-white);
  padding: 0 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 250px;
}
.page-startup__startup-item-img {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-startup__startup-item-img-wrap {
  width: 100%;
  height: 200px;
  margin-top: -2rem;
  background-color: var(--color-white);
  border: 1px solid #AFAAA9;
}
@media only screen and (min-width: 769px) {
  .page-startup__startup-item-img {
    margin: 0;
  }
}
.page-startup__startup-item-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .page-startup__startup-item-texts {
    flex-grow: 2;
  }
}
.page-startup__startup-item-title {
  text-align: left;
  color: var(--color-text-main);
  margin-top: 0.5rem;
}
.page-startup__startup-item-description {
  color: var(--color-text-main);
  text-align: left;
  margin-top: 0.3rem;
}

iframe {
  display: block;
  margin: 20px auto;
}

/*# Add 20240614 top */

#jica_add .p-about__content--3 .p-about__introduction {
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media only screen and (max-width: 639px) {
  #jica_add .p-about__content--3 .p-about__introduction .startups__button {
    min-height: 6.6rem;
  }
}

/*# Add 20240617 information */
@media only screen and (min-width: 769px) {
  .page-information {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

.page-information__header {
  color: var(--color-text-accent);
  font-weight: 400;
  text-align: center;
}
.page-information__header-title {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-information__header-title:after {
  content: "";
  display: block;
  height: 0px;
  width: 25px;
  border-bottom: 1px solid var(--color-text-accent);
  position: relative;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.page-information__header-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1rem;
  justify-content: center;
}
.page-information__header-item {
  width: 40%;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .page-information__header-item {
    width: 45%;
  }
}
.page-information__header-item-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-link-main);
  color: var(--color-link-main);
  font-weight: 700;
  background-color: var(--color-white);
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-information__header-item-link {
    font-size: 24px;
    border-radius: 30px;
    border: 2px solid var(--color-link-main);
  }
}
.page-information__header-item-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 50%;
  border-bottom: 2px solid var(--color-link-main);
  border-right: 2px solid var(--color-link-main);
  transform: rotate(45deg) translateX(-6px);
}
@media only screen and (min-width: 769px) {
  .page-information__header-item-link:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    border-bottom: 3px solid var(--color-link-main);
    border-right: 3px solid var(--color-link-main);
    transform: rotate(45deg) translateX(-8px);
  }
}
.page-information__header-item-link br.sp {
  display: block;
}
.page-information__header-item-link br.pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .page-information__header-item-link br.sp {
    display: none;
  }
  .page-information__header-item-link br.pc {
    display: block;
  }
}
.page-information__main {
  word-break: break-all;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .page-information__main {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.page-information__main-title,
.page-information__main-area h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--color-text-dark);
  position: relative;
  padding-bottom: 10px;
}
.page-information__main-title:before,
.page-information__main-area h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  max-width: 100%;
  border-bottom: 2px solid var(--color-gray);
}
.page-information__main-title:after,
.page-information__main-area h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 20%;
  height: 0px;
  max-width: 95px;
  border-bottom: 2px solid var(--color-text-accent);
}
.page-information__sub-title,
.page-information__main-area h3 {
  margin: 20px 0;
}
.page-information__main-area p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .page-information__main-area p {
    margin-bottom: 30px;
  }
}

/*# Add 20241113 program */
@media only screen and (min-width: 821px) {
  .contents__header-title br.sp {
    display: none;
  }
}
.page-program,
.page-program__sec04 .inner {
  padding: 0 2rem;
}
@media only screen and (min-width: 821px) {
  .page-program,
  .page-program__sec04 .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.page-program__header {
  color: var(--color-text-accent);
  font-weight: 400;
  text-align: center;
}
.page-program__header-title {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-program__header-title:after {
  content: "";
  display: block;
  height: 0px;
  width: 25px;
  border-bottom: 1px solid var(--color-text-accent);
  position: relative;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.page-program__header-listBlock {
  margin: 0 auto;
  width: 95%;
}
.page-program__header-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 4%;
  justify-content: flex-start;
  margin-bottom: 33px;
}
.page-program__header-item {
  width: 48%;
  margin: 0;
}
.page-program__header-item a {
  padding: 1rem 2.5rem 1rem 1.5rem;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .page-program__header-listBlock {
    width: auto;
  }
  .page-program__header-list {
    width: 90%;
    column-gap: 1rem;
    margin: 0 auto;
  }
  .page-program__header-item {
    width: auto;
  }
  .page-program__header-item a {
    padding: 5px 55px 5px 25px;
  }
}
.page-program__header-item-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-link-main);
  color: var(--color-link-main);
  font-weight: 700;
  background-color: var(--color-white);
  font-size: 16px;
  padding: 5px 35px 5px 25px;
  border-radius: 20px;
  position: relative;
}
.page-program__header-item-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 50%;
  border-bottom: 2px solid var(--color-link-main);
  border-right: 2px solid var(--color-link-main);
  transform: rotate(45deg) translateX(-6px);
}
@media only screen and (min-width: 821px) {
  .page-program__header-item-link {
    font-size: 24px;
    border-radius: 30px;
    border: 2px solid var(--color-link-main);
  }
  .page-program__header-item-link:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    border-bottom: 3px solid var(--color-link-main);
    border-right: 3px solid var(--color-link-main);
    transform: rotate(45deg) translateX(-8px);
  }
}
.page-program__header-item-link br.sp {
  display: block;
}
.page-program__header-item-link br.pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .page-program__header-item-link br.sp {
    display: none;
  }
  .page-program__header-item-link br.pc {
    display: block;
  }
}
.page-program__main {
  margin-top: 0 auto;
}
.page-program__sec {
  margin-bottom: 6.5rem;
}
@media only screen and (min-width: 769px) {
  .page-program__main {
    max-width: 100%;
  }
  .page-program__sec {
    margin-bottom: 80px;
  }
}
.page-program__sec-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--color-text-dark);
  position: relative;
  padding-bottom: 10px;
}
.page-program__sec-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  max-width: 100%;
  border-bottom: 2px solid var(--color-gray);
}
.page-program__sec-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 20%;
  height: 0px;
  max-width: 95px;
  border-bottom: 2px solid var(--color-text-accent);
}
.page-program__sec01 .tabArea {
  margin-top: 23px;
}
.page-program__sec01 .tabArea.pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .page-program__sec01 .tabArea.pc {
    display: block;
  }
  .page-program__sec01 .tabArea.sp {
    display: none;
  }
}
.page-program__sec01 .tabArea.pc .tabArea-header {
  display: flex;
  justify-content: flex-end;
  column-gap: 1px;
}
.page-program__sec01 .tabArea.pc .tabArea-header__tabName {
  position: relative;
  width: 45%;
  padding: 13px 0;
  margin-bottom: 15px;
  text-align: center;
  color: #FFF;
}
.page-program__sec01 .tabArea.pc .tabArea-header__tabName:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 15px;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-program__sec01 .tabArea.pc .tabArea-header__tabName:nth-child(1),
.page-program__sec01 .tabArea.pc .tabArea-header__tabName:nth-child(1):after {
  background: #0B52B8;
}
.page-program__sec01 .tabArea.pc .tabArea-header__tabName:nth-child(2),
.page-program__sec01 .tabArea.pc .tabArea-header__tabName:nth-child(2):after {
  background: #2862FF;
}
.page-program__sec01 table tr:first-of-type {
  height: 518px;
}
.page-program__sec01 table tr:nth-of-type(2) {
  height: 513px;
}
.page-program__sec01 table tr:nth-of-type(3) {
  height: 262px;
}
.page-program__sec01 table th {
  width: 10%;
  background: #9F9F9F;
  color: #FFF;
  writing-mode: tb-rl;
  letter-spacing: 0.2em;
}
.page-program__sec01 table td {
  width: 90%;
  padding: 1rem 1.5rem;
  background: #FFF;
  border-bottom: 1px solid #BEBEBE;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  .page-program__sec01 table tr:first-of-type,
  .page-program__sec01 table tr:nth-of-type(2),
  .page-program__sec01 table tr:nth-of-type(3) {
    height: auto;
  }
  .page-program__sec01 table th {
    writing-mode: initial;
    letter-spacing: unset;
    font-size: 19px;
  }
  .page-program__sec01 table td {
    width: 45%;
    padding: 20px;
  }
  .page-program__sec01 table td + td {
    border-left: 1px solid #BEBEBE;
  }
  .page-program__sec01 table td.center {
    text-align: center;
    border-bottom: 1px solid #2862FF;
  }
  .page-program__sec01 table td + td {
    border-left: 1px solid #BEBEBE;
  }
}
.page-program__sec01 table .subTit {
  color: #0077C0;
  font-size: 1.8rem;
}
.page-program__sec01 table .text {
  position: relative;
  padding-bottom: 1.3rem;
  margin: 1.3rem 0;
}
.page-program__sec01 table .text:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #2862FF;
  bottom: 0;
}
.page-program__sec01 table ul,
.page-program__sec01 table ul + p {
  margin-top: 1.3rem;
}
.page-program__sec01 table ul li {
  list-style: disc;
  margin-left: 1.5em;
}
@media only screen and (min-width: 481px) {
  .page-program__sec01 table .subTit {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .page-program__sec01 table .subTit.row3 {
    min-height: 78px;
  }
  .page-program__sec01 table ul,
  .page-program__sec01 table ul + p  {
    margin-top: 26px;
  }
}
.page-program__sec01 .tabArea.sp .tabArea-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 1px;
}
.page-program__sec01 .tabArea.sp label {
  order: -1;
  position: relative;
  padding: .7em 1em;
  background-color: #2862FF;
  width: 44.5%;
  color: #FFF;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 10px;
}
.page-program__sec01 .tabArea.sp label:has(:checked) {
  background-color: #FFF;
  color: #2862FF;
  margin-top: 10px;
  margin-bottom: 0;
  border-left: 1px solid #0B52B8;
  border-top: 1px solid #0B52B8;
  border-right: 1px solid #0B52B8;
}
.page-program__sec01 .tabArea.sp label:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #2862FF;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-program__sec01 .tabArea.sp label:after {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #0B52B8;
  content: '';
}
.page-program__sec01 .tabArea.sp label:first-of-type:after {
  left: 1px;
}
.page-program__sec01 .tabArea.sp label:last-of-type:after {
  left: -1px;
}
.page-program__sec01 .tabArea.sp label:has(:checked):before,
.page-program__sec01 .tabArea.sp label:has(:checked):after {
  content: none;
}
.page-program__sec01 .tabArea.sp input {
  display: none;
}
.page-program__sec01 .tabArea.sp .tabArea-content > div {
  display: none;
  width: 100%;
}
.page-program__sec01 .tabArea.sp label:has(:checked) + div {
  display: block;
}
.page-program__sec02 .flow {
  position: relative;
  padding-top: 20px;
}
.page-program__sec02 .flow:after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 90%;
  background: #0B52B8;
  left: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.page-program__sec02 .flow_item {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 0;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 481px) {
  .page-program__sec02 .flow:after {
    left: 5.5%;
  }
}
@media only screen and (min-width: 769px) {
  .page-program__sec02 .flow:after {
    left: 65px;
    width: 10px;
  }
  .page-program__sec02 .flow_item {
    padding: 8px 8px 8px 0;
    margin-bottom: 30px;
  }
}
.page-program__sec02 .flow_item.item01 {
  background: #0B52B8;
}
.page-program__sec02 .flow_item.item02 {
  background: #0D66E6;
}
.page-program__sec02 .flow_item.item03 {
  background: #3480ED;
}
.page-program__sec02 .flow_item.item04 {
  background: #5395F4;
}
.page-program__sec02 .flow_item.item05 {
  background: #7DAFF7;
}
.page-program__sec02 .flow_item .num {
  padding: 0 1rem;
  color: #FFF;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.page-program__sec02 .flow_item .text {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 12px 25px;
  align-items: flex-start;
  width: 100%;
  background: #FFF;
}
.page-program__sec02 .flow_item .itemName {
  color: #0077C0;
  font-size: 1.9rem;
}
.page-program__sec02 .flow_item .itemName br.pc {
  display: none;
}
@media only screen and (min-width: 481px) {
  .page-program__sec02 .flow_item .num {
    font-size: 40px;
  }
  .page-program__sec02 .flow_item .itemName {
    font-size: 21px;
  }
}
@media only screen and (min-width: 769px) {
  .page-program__sec02 .flow_item .num {
    padding: 0 40px;
    font-size: 48px;
  }
  .page-program__sec02 .flow_item .text {
    flex-direction: row;
    align-items: center;
    padding: 25px 0;
    border-radius: 85px 0 0 85px;
  }
  .page-program__sec02 .flow_item .itemName {
    width: 200px;
    text-align: center;
  }
  .page-program__sec02 .flow_item .itemName br.pc {
    display: block;
  }
}
.page-program__sec02 .flow_item ul {
  position: relative;
  padding-top: 2rem;
  width: 100%;
}
.page-program__sec02 .flow_item ul:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: #0077C0;
}
.page-program__sec02 .flow_item ul li {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.page-program__sec02 .flow_item ul li:first-of-type {
  margin-bottom: 20px;
}
.page-program__sec02 .flow_item ul li span {
  display: inline-block;
  max-width: 5em;
  width: 100%;
  text-align: center; 
  color: #FFF;
  font-size: 1.2rem;
  background: linear-gradient(90deg, #3ab0c4 0%, #0888d9 35%, #0798e2 65%, #3ab0c4 100%);
}
@media only screen and (min-width: 481px) {
  .page-program__sec02 .flow_item ul {
    padding-top: 20px;
  }
  .page-program__sec02 .flow_item ul li span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .page-program__sec02 .flow_item ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  .page-program__sec02 .flow_item ul:after {
    width: 1px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-program__sec02 .flow_item ul li {
    flex-direction: row;
    line-height: 2;
  }
  .page-program__sec02 .flow_item ul li span {
    margin-right: 10px;
    height: 100%;
  }
}
@media only screen and (min-width: 821px) {
  .page-program__sec02 .flow_item ul {
    padding-left: 40px;
    padding-right: 0;
  }
}
.page-program__sec03 .announce {
  padding-left: 1em;
}
.page-program__sec03 .announce > ul li {
  color: #0077C0;
  margin-bottom: 15px;
  text-indent: -1em;
  font-weight: bold;
  line-height: 2.2;
}
.page-program__sec03 .announce > ul li > ul li {
  color: #000;
  margin-bottom: 0;
  margin-left: 2em;
  text-indent: -0.5em;
  font-weight: normal;
  line-height: initial;
}
.page-program__sec03 .announce > ul li a {
  color: #0077C0;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .page-program__sec03 .announce > ul li {
    line-height: 2;
  }
  .page-program__sec03 .announce > ul li > ul li {
    margin-left: 3em;
  }
}
.page-program__sec04 {
  background: #FFF;
  padding: 4rem 0 7.5rem;
  margin-bottom: 0;
}
.page-program__sec04 .inner {
  text-align: center;
}
.page-program__sec04 .label {
  color: #0077c0;
  font-weight: 700;
}
.page-program__sec04 h3 {
  display: flex;
  align-items: center;
  gap: 8rem;
  font-size: 2rem;
}
.page-program__sec04 h3:after {
  content: "";
  flex-grow: 1;
  width: auto;
  height: 1px;
  background: #bebebe;
}
.page-program__sec04 h4 {
  margin: 4rem 0 2rem;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .page-program__sec04 {
    padding: 75px 0;
  }
  .page-program__sec04 h3 {
    gap: 60px;
    font-size: 28px;
  }
  .page-program__sec04 h4 {
    margin: 80px 0 40px;
    font-size: 24px;
  }
  .page-program__sec04 h4 br.sp {
    display: none;
  }
}
.page-program__sec04 .btn {
  margin: 2.5rem 0;
}
.page-program__sec04 .btn a {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #3ab0c4 0%, #0888d9 35%, #0798e2 65%, #3ab0c4 100%);
  padding: 2rem 3rem;
  margin: 0 auto;
  border-radius: 10rem;
  color: white;
  font-size: 1.6rem;
  width: 100%;
  max-width: 480px;
}
.page-program__sec04 .btn a svg {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 481px) {
  .page-program__sec04 .btn {
    margin: 40px 0;
  }
  .page-program__sec04 .btn a {
    padding: 1rem 3rem;
    border-radius: 10rem;
    font-size: 20px;
    max-width: 480px;
  }
  .page-program__sec04 .btn a svg {
    width: 30px;
    height: 30px;
  }
}
.page-program__sec04 p {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
}
.page-program__sec04 p br.sp {
  display: block;
}
.page-program__sec04 p br.pc {
  display: none;
}
@media only screen and (min-width: 481px) {
  .page-program__sec04 p {
    font-size: 18px;
  }
  .page-program__sec04 p br.sp {
    display: none;
  }
  .page-program__sec04 p br.pc {
    display: block;
  }
}

.page-program__sec05 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .page-program__sec05 {
    display: block;
    margin-bottom: 0;
  }
  .page-program__sec05 .p-support {
    padding: 48px 0 70px;
  }
  .page-program__sec05 .p-support__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
  }
  .page-program__sec05 .p-support__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: flex;
    align-items: center;
    max-width: 904px;
    height: 100px;
  }
  .page-program__sec05 .p-support__wrapper:first-of-type {
    width: calc(181px + 3em);
    margin-right: 40px;
  }
  .page-program__sec05 .p-support__logos {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-program__sec05 .p-support__logo--idb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30.8868501529%;
  }
  .page-program__sec05 .p-support__logo--idbLab {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 181px;
  }
  .page-program__sec05 .p-support__logo--di {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 78px;
  }
  .page-program__sec05 .p-support__logo--bvc {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px;
  }
  .page-program__sec05 .p-support__logo--bvc a {
    display: block;
  }
  .page-program__sec05 .p-support__text {
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
  }
}

.page-program__sec06 table {
  width: 100%;
}
.page-program__sec06 table th {
  width: 10%;
  padding: 2rem 0;
  background: #0B52B8;
  color: #FFF;
  writing-mode: tb-rl;
  letter-spacing: 0.2em;
}
.page-program__sec06 table td {
  background: #FFF;
  padding: 1rem 1.5rem;
}
.page-program__sec06 table .subTit {
  color: #0077C0;
  font-size: 1.8rem;
}
.page-program__sec06 table ul {
  margin-top: 1.3rem;
}
.page-program__sec06 table ul + p {
  margin-top: 5rem;
}
.page-program__sec06 table ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.page-program__sec06 table ul li p {
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (min-width: 769px) {
  .page-program__sec06 table th {
    width: 18%;
    padding: 0;
    writing-mode: initial;
    letter-spacing: unset;
    font-size: 19px;
  }
  .page-program__sec06 table td {
    padding: 20px;
  }
  .page-program__sec06 table .subTit {
    font-size: 18px;
  }
  .page-program__sec06 table ul {
    margin-top: 21px;
  }
  .page-program__sec06 table ul + p {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 481px) {
  .page-program__sec06 table .subTit {
    font-size: 18px;
  }
}

.page-program__sec07 .listArea {
  background: #FFF;
  padding: 2rem;
}
.page-program__sec07 .listArea h3 {
  color: #0077C0;
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}
.page-program__sec07 .listArea ul + h3 {
  margin-top: 5rem;
}
.page-program__sec07 .listArea p {
  margin-bottom: 3rem;
}
.page-program__sec07 .listArea ul {
  margin-bottom: 3rem;
  padding-left: 2.5em;
}
.page-program__sec07 .listArea ul li:not(:first-of-type) {
  list-style: disc;
  margin-left: 1.5em;
}
.page-program__sec07 .listArea ul li:first-of-type {
  position: relative;
  color: #0077C0;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.page-program__sec07 .listArea ul li:first-of-type:before {
  position: absolute;
  content: url("/wp-content/themes/jica/assets/images/icon_check.png");
  left: -2em;
}
@media only screen and (min-width: 769px) {
  .page-program__sec07 .listArea {
    padding: 40px 20px;
  }
  .page-program__sec07 .listArea h3 {
    font-size: 18px;
    margin-bottom: 21px;
  }
  .page-program__sec07 .listArea ul + h3 {
    margin-top: 62px;
  }
  .page-program__sec07 .listArea p {
    margin-bottom: 33px;
  }
  .page-program__sec07 .listArea ul {
    margin-bottom: 33px;
  }
  .page-program__sec07 .listArea ul li:first-of-type {
    font-size: 18px;
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 481px) {
  .page-program__sec07 .listArea h3,
  .page-program__sec07 .listArea ul li:first-of-type {
    font-size: 18px;
  }
}

.page-program__sec08 table {
  width: 100%;
}
.page-program__sec08 table th {
  width: 10%;
  padding: 2rem 0;
  background: #0B52B8;
  color: #FFF;
  writing-mode: tb-rl;
  letter-spacing: 0.2em;
}
.page-program__sec08 table td {
  background: #FFF;
  padding: 1rem 1.5rem;
}
.page-program__sec08 table .subTit {
  color: #0077C0;
  font-size: 1.8rem;
}
.page-program__sec08 table ul {
  margin-top: 1.3rem;
}
.page-program__sec08 table ul + p,
.page-program__sec08 table ul + ul {
  margin-top: 3rem;
}
.page-program__sec08 table ul.num {
  text-indent: -1em;
  margin-left: 1em;
}
.page-program__sec08 table ul.dot li:not(:first-of-type) {
  list-style: disc;
  margin-left: 1.5em;
}
.page-program__sec08 .image {
  margin-top: 4rem;
}
.page-program__sec08 .image p {
  color: #0077C0;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.3rem;
}
@media only screen and (min-width: 481px) {
  .page-program__sec08 table .subTit {
    font-size: 18px;
  }
  .page-program__sec08 .image p {
    font-size: 16px;
  }
  .page-program__sec08 picture {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .page-program__sec08 table th {
    width: 18%;
    padding: 0;
    writing-mode: initial;
    letter-spacing: unset;
    font-size: 19px;
  }
  .page-program__sec08 table td {
    padding: 20px;
  }
  .page-program__sec08 table .subTit {
    font-size: 18px;
  }
  .page-program__sec08 table ul {
    margin-top: 21px;
  }
  .page-program__sec08 table ul + p,
  .page-program__sec08 table ul + ul {
    margin-top: 33px;
  }
  .page-program__sec08 .image {
    margin-top: 24px;
  }
  .page-program__sec08 .image p {
    color: #0077C0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5em;
  }
  .page-program__sec08 picture {
    width: 100%;
    margin: 0;
  }
}

.page-program__sec09 table {
  width: 100%;
}
.page-program__sec09 table.sp {
  margin-bottom: 1rem;
}
.page-program__sec09 table.pc {
  display: none;
}
.page-program__sec09 table th {
  width: 10%;
  padding: 1rem 0;
  background: #0B52B8;
  color: #FFF;
  writing-mode: tb-rl;
  letter-spacing: 0.2em;
}
.page-program__sec09 table td {
  background: #FFF;
  padding: 1rem 1.5rem;
}
.page-program__sec09 table .sub {
  background: #DDE6F9;
  padding: 0;
  width: 30%;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
}
.page-program__sec09 table .sub + td {
  text-align: center;
  font-size: 1.4rem;
}
.page-program__sec09 table .subTit {
  color: #0077C0;
  font-size: 1.8rem;
}
.page-program__sec09 table ul {
  margin-top: 1.3rem;
}
.page-program__sec09 table ul li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 481px) {
  .page-program__sec09 table .subTit {
    font-size: 18px;
  }
  .page-program__sec09 table .sub,
  .page-program__sec09 table .sub + td {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .page-program__sec09 table.sp {
    display: none;
  }
  .page-program__sec09 table.pc {
    display: block;
  }
  .page-program__sec09 table th,
  .page-program__sec09 table .sub {
    width: auto;
    padding: 8px 0;
    writing-mode: initial;
    letter-spacing: unset;
    font-size: 19px;
  }
  .page-program__sec09 table th.left {
    text-align: left;
    padding-left: 1.5rem;
  }
  .page-program__sec09 table td {
    padding: 20px;
  }
  .page-program__sec09 table td:not(:first-of-type) {
    width: 14%;
    padding: 20px 10px;
    text-align: center;
  }
  .page-program__sec09 table .subTit {
    font-size: 18px;
  }
  .page-program__sec09 table ul {
    margin-top: 21px;
  }
  .page-program__sec09 table ul li {
    margin-bottom: 0;
  }
}


/*# Add 20241202 results */
.page-results {
  padding: 0 2rem;
}
.page-results__main {
  padding-top: 6.6666vw;
}
.page-results__block {
  margin-bottom: 11.0666vw;
}
.page-results__block .title {
  font-size: 4.8vw;
  font-weight: normal;
  margin-bottom: 1em;
}
.page-results__block ul {
  margin-left: 1.5em;
}
.page-results__block ul li {
  font-size: 3.7333vw;
  font-weight: normal;
  list-style: disc;
  margin-bottom: 1em;
}
.page-results__block ul li a {
  color: #333;
  text-decoration: underline;
}
@media only screen and (min-width: 821px) {
  .page-results {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .page-results__main {
    padding-top: 90px;
  }
  .page-results__block {
    margin-bottom: 43px;
  }
  .page-results__block .title {
    font-size: 18px;
  }
  .page-results__block ul li {
    font-size: 16px;
  }
}









/*# sourceMappingURL=style.css.map */
