@charset "UTF-8";
.flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.column2-box {
  display: flex;
}

@media screen and (max-width: 768px) {
  .column2-box {
    display: block;
  }
}

.column2-box figure {
  text-align: center;
  margin: 0 50px 0 0;
}

@media screen and (max-width: 768px) {
  .column2-box figure {
    margin: 25px 0;
  }
}

.column2-box figure figcaption {
  margin-top: 10px;
  font-size: 1.6rem;
}

.column2-box > div {
  flex: 1;
}

.fw-b {
  font-weight: bold;
}

.text-c {
  text-align: center;
}

.text-d {
  text-decoration: underline;
}

.mt-1 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mt-1 {
    margin-top: 10px;
  }
}

.mt-2 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .mt-2 {
    margin-top: 20px;
  }
}

.mt-3 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .mt-3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  section figure {
    text-align: center;
    margin: 25px 0;
  }
}

@media screen and (max-width: 768px) {
  section figure figcaption {
    margin-top: 5px;
  }
}

section dt {
  font-weight: bold;
}

.text-indent li {
  text-indent: -1em;
  padding-left: 1em;
}

.national-ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.national-ttl .national-flag {
  width: 60px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .national-ttl .national-flag {
    margin-right: 10px;
  }
}

.national-ttl .national-flag img {
  width: 100%;
}

.national-ttl .national-name {
  font-size: 3.2rem;
  font-weight: bold;
}

.table-scroll {
  overflow: auto;
  margin-bottom: 60px;
}

.table-scroll:last-child {
  margin-bottom: 0;
}

.table-scroll table {
  width: 960px;
  display: block;
  table-layout: fixed;
}

.area-table {
  font-size: 1.2rem;
}

.area-table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 3px;
  background: #dcdcdc;
  font-weight: bold;
  border-collapse: collapse;
}

.area-table th:nth-child(1) {
  width: 15%;
}

.area-table th:nth-child(2) {
  width: 30%;
}

.area-table th:nth-child(3) {
  width: 40%;
}

.area-table th:nth-child(4) {
  width: 15%;
}

.area-table td {
  border: 1px solid #ccc;
  padding: 5px 3px;
  line-height: 1.5;
  border-collapse: collapse;
}

.area-table td.teble-attention {
  font-weight: bold;
}

.area-table td:nth-child(1) {
  width: 15%;
}

.area-table td:nth-child(2) {
  width: 30%;
}

.area-table td:nth-child(3) {
  width: 40%;
}

.area-table td:nth-child(4) {
  width: 15%;
}

.area-table.icon-height td {
  padding: 5px 3px 45px;
}

/****************area table**********/
.area-anchor-box {
  position: relative;
  z-index: 1;
}

.area-anchor-box ul {
  display: flex;
  margin: 40px 0;
  color: #2374bb;
  flex-wrap: wrap;
}

.area-anchor-box ul li {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .area-anchor-box ul li {
    margin-top: 10px;
  }
}

.area-anchor-box ul li:last-child {
  margin-right: 0;
}

.area-anchor-box ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2374bb;
  border-right: 2px solid #2374bb;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .area-anchor-box ul li::after {
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
  }
}

.area-ttl {
  color: #2374bb;
  font-size: 5rem;
}

/***************about***************/
.js-scrollable {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table-content {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  .table-content {
    white-space: inherit;
    font-size: 1.2rem;
  }
}

.table-content th {
  border: 1px solid #ccc;
  padding: 15px 2px;
  background: #dcdcdc;
  font-weight: bold;
  border-collapse: collapse;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .table-content th {
    padding: 10px 2px;
  }
}

.table-content td {
  border: 1px solid #ccc;
  padding: 15px 20px;
  border-collapse: collapse;
  vertical-align: middle;
  word-break: break-all;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .table-content td {
    padding: 15px 20px;
    word-break: inherit;
  }
}

.table-content caption {
  text-align: left;
  display: table-footer-group;
  line-height: 3rem;
  white-space: nowrap;
}

li.border-btn {
  width: 315px;
  height: 65px;
  border: 2px solid #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

li.border-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 5%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  li.border-btn {
    width: 100%;
    height: 45px;
    margin: 0 auto;
  }
}

li.border-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

li.border-btn a > figure {
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 768px) {
  li.border-btn a {
    padding: 10px 0;
  }
  li.border-btn a > figure {
    width: 1.5em;
    height: 1.5em;
  }
}

li.border-btn p {
  position: relative;
  font-weight: bold;
  padding-right: 16px;
}

@media screen and (max-width: 768px) {
  li.border-btn p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  li.border-btn p span {
    margin-left: 5px;
    font-size: 1rem;
  }
}

.related-btn {
  text-align: center;
  margin: 40px 0;
}

.related-btn .outline-1 {
  border: 1px solid #000;
  display: block;
  padding: 20px;
  margin: 20px 0;
}

.related-btn .outline-1 > ul {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .related-btn {
    margin: 20px 0;
  }
}

.related-btn > p {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .related-btn > p {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.related-btn ul {
  display: flex;
  justify-content: center;
}

.related-btn ul + ul {
  margin-top: 40px;
}

.related-btn ul li + li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .related-btn ul li + li {
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .related-btn ul {
    display: block;
  }
  .related-btn ul + ul {
    margin-top: 10px;
  }
}

.border-btn02 {
  width: 316px;
  height: 65px;
  border: 2px solid #333333;
  text-align: center;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .border-btn02 {
    width: 295px;
    height: 45px;
  }
}

.border-btn02 a {
  display: block;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .border-btn02 a {
    padding: 10px 0;
  }
}

.border-btn02 p {
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .border-btn02 p {
    font-size: 1.4rem;
  }
}

.border-btn02 p::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 5%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .border-btn02 p::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 5%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}

@media screen and (max-width: 768px) {
  .border-btn02 p span {
    margin-left: 5px;
    font-size: 1rem;
  }
}

.notice {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .notice {
    margin-top: 20px;
  }
}

.notice > p {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .notice > p {
    font-size: 1.4rem;
  }
}

.notice .bg-gray {
  background: #dcdcdc;
  padding: 25px 35px;
  margin: 20px 0 30px;
}

@media screen and (max-width: 768px) {
  .notice .bg-gray {
    margin: 10px 0 30px;
    padding: 15px;
  }
}

.notice .bg-gray .border-btn {
  width: 510px;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .notice .bg-gray .border-btn {
    width: 100%;
    margin: 10px auto 0;
  }
}

span.accent-color {
  color: #2374bb;
}

/***************3/17追記***************/
.column2-item figure figcaption {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
}

.caption02 {
  border-bottom: 1px solid #333;
  caption-side: bottom;
  text-align: right;
  font-size: 1.4rem;
  margin: 5px 0 40px 5px;
}

/***************2022/1/5追記***************/
.france_btm {
  margin-top: -60px;
  margin-bottom: 60px;
}

/***************2022/3/8追記***************/
body.lang-fixed .local-navigation {
  z-index: 0 !important;
}

body.ham-fixed .local-navigation {
  z-index: -1 !important;
}

#local-navigation {
  height: 240px;
  margin-bottom: 80px;
}

#local-navigation.is-fixed .local-navigation {
  position: fixed;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  border-top: 2px solid #333;
  width: 100%;
  height: 82px;
  display: block !important;
  margin-bottom: 110px;
  transition: top .4s;
  background-color: #fff;
}

#local-navigation.is-fixed .local-navigation::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  padding-top: 80px;
  box-shadow: 1px 1px 8px #888888;
}

#local-navigation.is-fixed .local-navigation a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  transition: none;
}

#local-navigation.is-fixed .local-navigation a::after {
  display: none;
}

#local-navigation.is-fixed .local-navigation a p {
  word-break: keep-all;
}

#local-navigation.is-fixed .local-navigation .anchor-icon {
  height: 30px;
  margin: 0 8px 0 0;
}

#local-navigation.is-fixed .local-navigation .anchor-icon svg {
  width: 30px;
}

#local-navigation.is-fixed .local-navigation ul {
  display: flex;
  width: 960px;
  height: 80px;
  margin: 0 auto;
}

#local-navigation.is-fixed .local-navigation ul > li {
  border-top: none;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #local-navigation {
    height: 299px;
    margin-bottom: 80px;
  }
  #local-navigation.is-fixed .local-navigation {
    height: 42px;
  }
  #local-navigation.is-fixed .local-navigation::before {
    padding-top: 40px;
  }
  #local-navigation.is-fixed .local-navigation a {
    font-size: 11px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }
  #local-navigation.is-fixed .local-navigation a:hover {
    opacity: 1;
  }
  #local-navigation.is-fixed .local-navigation a::after {
    display: none;
    border-color: #fff !important;
  }
  #local-navigation.is-fixed .local-navigation a > p {
    display: none;
  }
  #local-navigation.is-fixed .local-navigation .anchor-icon {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  #local-navigation.is-fixed .local-navigation ul {
    display: flex;
    width: 100%;
    height: 40px;
    margin: 0 auto;
  }
  #local-navigation.is-fixed .local-navigation ul > li {
    flex: 1;
    width: 100%;
    height: 100%;
  }
}

.js-showmore-box {
  position: relative;
  margin-bottom: 45px;
}

.js-showmore_target {
  height: 320px;
  overflow: hidden;
}

.js-showmore_btn {
  box-sizing: content-box;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin: -1px;
  padding: 1px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  cursor: pointer;
  transition: bottom 0.2s;
}

.js-showmore_btn::after {
  content: '';
  position: relative;
  top: -8.48481px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.js-showmore_btn.active {
  display: none;
  background: none;
  bottom: -30px;
}
/*# sourceMappingURL=module.css.map */