@charset "UTF-8";
/*
	Theme Name: iriomote v1.4 based HTML5 Blank 1.4.3
	Theme URI: http://html5blank.com
	Description: Iriomote Eco tourism WordPress Theme
	Version: 1.4.0
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
body {
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

label.error {
  color: #d10707;
  border: 1px solid #e57271;
  border-radius: 3px;
  width: fit-content;
  background-color: #fff4f4;
  padding: 0.5% 2%;
  margin: 2px !important;
}

table.request-list .sort,
table.list .sort {
  cursor: pointer;
}

table.request-list .sort.asc::after,
table.list .sort.asc::after {
  content: "▲";
  opacity: 0.5;
  font-size: 10px;
  font-size: 0.625rem;
  display: inline-block;
  margin: 0 0 0 5px;
}

table.request-list .sort::after,
table.request-list .sort.desc::after,
table.list .sort::after,
table.list .sort.desc::after {
  content: "▼";
  opacity: 0.5;
  font-size: 10px;
  font-size: 0.625rem;
  display: inline-block;
  margin: 0 0 0 5px;
}

table.request-list .sort.active::after,
table.list .sort.active::after {
  opacity: 1;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

/*------------------------------------*\
    MARGIN
\*------------------------------------*/
.mt15 {
  margin-top: 4vw;
}

.mt30 {
  margin-top: 8vw;
}

.mt45 {
  margin-top: 12vw;
}

.mt60 {
  margin-top: 16vw;
}

.mt90 {
  margin-top: 24vw;
}

.mt120 {
  margin-top: 32vw;
}

.mt150 {
  margin-top: 40vw;
}

/*------------------------------------*\
    PADDING
\*------------------------------------*/
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  img {
    max-width: none;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt45 {
    margin-top: 45px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt90 {
    margin-top: 90px;
  }
  .mt120 {
    margin-top: 120px;
  }
  .mt150 {
    margin-top: 150px;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  display: none;
}

#password-strength {
  display: inline-block;
  padding: 4px 10px;
}
#password-strength.bad {
  background-color: #e5e57e;
}
#password-strength.good {
  background-color: #96d6f2;
}
#password-strength.strong {
  background-color: #9ce57c;
}
#password-strength.short {
  background-color: #fcb9b9;
}
#password-strength.short {
  background-color: #fcb9b9;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body * {
  box-sizing: border-box;
  word-break: break-word;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  /*-webkit-font-smoothing: antialiased;*/
  line-height: 1.6;
  letter-spacing: 0.05rem;
  background-color: #D8E1E3;
}
body.sp-menu-open {
  height: 100vh;
  position: fixed;
}

.mincho {
  font-family: serif;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 769px) {
  .flex.flat {
    flex-flow: nowrap;
  }
}

.table-wrapper {
  overflow: auto;
  position: relative;
}
.table-wrapper .scroll-message {
  position: absolute;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.6em;
  left: 5px;
  right: 5px;
  top: 10%;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .table-wrapper table {
    /*SP*/
    width: max-content;
  }
}

nav .submenu {
  display: none;
  position: absolute;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style-type: none;
  cursor: pointer;
  position: relative;
}
nav li:hover > .submenu {
  display: block;
}

@media screen and (max-width: 768px) {
  /* sp only setting */
  .pc-only {
    display: none !important;
  }
  img {
    vertical-align: bottom;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  /* pc only setting */
  .sp-only {
    display: none;
  }
}
a {
  text-decoration: none;
  color: #197195;
  position: relative;
}
a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url("img/common/icon_blank-target.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 9px;
  margin-left: 5px;
}

p {
  margin: 0 0 1.5rem 0;
}

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: serif;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: serif;
}

h2.decoration {
  margin-bottom: 50px;
}
h2.decoration:after {
  margin-bottom: 50px;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: serif;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: serif;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: serif;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: serif;
}

ul.linklist {
  padding: 0;
}
ul.linklist li {
  list-style-type: none;
}

form {
  margin-top: 30px;
}
form .row {
  display: flex;
  flex-flow: nowrap;
}
form .row.col {
  align-items: center;
}
form .row .col:nth-child(1) {
  margin: 10px;
  flex-basis: 20%;
  width: 20%;
  margin-right: 10px;
  text-align: right;
  padding: 4px;
  align-self: center;
}
form .row .col:nth-child(2) {
  margin: 10px;
  flex-basis: 70%;
  width: 70%;
  align-items: center;
  align-self: center;
}
form .row .col:nth-child(2) label {
  margin: 0 15px;
  align-items: center;
  white-space: nowrap;
}
form .row .col:nth-child(2) label input[type=radio] {
  margin: 0 5px;
}
form .row .col.horizontal {
  display: flex;
}
form input[type=text],
form span.input,
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=search],
form input[type=number],
form input[type=password],
form select,
form textarea {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 4px;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}
form input[type=text] :read-only,
form span.input :read-only,
form input[type=email] :read-only,
form input[type=tel] :read-only,
form input[type=url] :read-only,
form input[type=search] :read-only,
form input[type=number] :read-only,
form input[type=password] :read-only,
form select :read-only,
form textarea :read-only {
  background-color: #f1f1f1;
}
form input[type=text].col-1,
form span.input.col-1,
form input[type=email].col-1,
form input[type=tel].col-1,
form input[type=url].col-1,
form input[type=search].col-1,
form input[type=number].col-1,
form input[type=password].col-1,
form select.col-1,
form textarea.col-1 {
  width: 16.666%;
}
form input[type=text].col-2,
form span.input.col-2,
form input[type=email].col-2,
form input[type=tel].col-2,
form input[type=url].col-2,
form input[type=search].col-2,
form input[type=number].col-2,
form input[type=password].col-2,
form select.col-2,
form textarea.col-2 {
  width: 33.333%;
}
form input[type=text].col-3,
form span.input.col-3,
form input[type=email].col-3,
form input[type=tel].col-3,
form input[type=url].col-3,
form input[type=search].col-3,
form input[type=number].col-3,
form input[type=password].col-3,
form select.col-3,
form textarea.col-3 {
  width: 49.998%;
}
form input[type=text].col-4,
form span.input.col-4,
form input[type=email].col-4,
form input[type=tel].col-4,
form input[type=url].col-4,
form input[type=search].col-4,
form input[type=number].col-4,
form input[type=password].col-4,
form select.col-4,
form textarea.col-4 {
  width: 66.664%;
}
form input[type=text].col-5,
form span.input.col-5,
form input[type=email].col-5,
form input[type=tel].col-5,
form input[type=url].col-5,
form input[type=search].col-5,
form input[type=number].col-5,
form input[type=password].col-5,
form select.col-5,
form textarea.col-5 {
  width: 83.33%;
}
form input[type=text].col-6,
form span.input.col-6,
form input[type=email].col-6,
form input[type=tel].col-6,
form input[type=url].col-6,
form input[type=search].col-6,
form input[type=number].col-6,
form input[type=password].col-6,
form select.col-6,
form textarea.col-6 {
  width: 100%;
}
form textarea {
  height: 160px;
}
form span.input {
  display: inline-block;
}
form *[readonly] {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 768px) {
  form {
    /*SP*/
  }
  form .row {
    flex-flow: column;
  }
  form .row.header {
    display: none;
  }
  form .row .col:nth-child(1) {
    margin: 10px auto 0px auto;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0px;
    text-align: left;
    padding: 4px;
  }
  form .row .col:nth-child(2) {
    margin: 0px auto 10px auto;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
  }
}

.select2-container .select2-selection--single,
.select2-selection {
  height: 40px !important;
}

.select2-selection__rendered:not(.ui-sortable) {
  display: flex !important;
  height: 40px;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}

.select2-selection__arrow {
  height: 40px !important;
}

.select2-search__field {
  margin-top: 0 !important;
}

.acf-spinner {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: text-top;
  background: transparent url(img/common/spinner.gif) no-repeat 50% 50%;
}

#alert_content.alert-success {
  background-color: #e5f0f7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #a8d6e4;
}

#alert_content.alert-danger {
  background-color: #f7e8e5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #e4b8a8;
  color: #c00;
}

#alert_content {
  text-align: center;
  padding: 6px 4px;
  margin: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  position: fixed;
  top: 10%;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99995;
}

blockquote {
  background-color: #1E7984;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 1rem 0.6rem;
  text-align: center;
  width: 491px;
  letter-spacing: 0.02rem;
  line-height: 1.5;
  border-radius: 10px;
  position: relative;
}
blockquote::before {
  content: "";
  background-image: url(img/common/icon_blockquote.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0;
  left: 10px;
  top: -3px;
  width: 26px;
  height: 23px;
  transform: scale(0.8) rotate(180deg);
}
blockquote::after {
  content: "";
  background-image: url(img/common/icon_blockquote.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0;
  right: 10px;
  bottom: -3px;
  width: 26px;
  height: 23px;
  transform: scale(0.8);
}

figure {
  margin: 0 10px;
}

figcaption {
  text-align: center;
}

.acf-input-prepend, .acf-input-append {
  height: 40px;
  align-items: center;
  display: flex;
}

.acf-form-submit .button-primary,
.acf-actions .button-primary,
.btn a,
.btn input[type=submit] {
  display: inline-block;
  font-weight: bold;
  padding: 5px 36px 5px 36px;
  margin: 5px auto;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  color: #fff;
  background-color: #197195;
  font-family: sans-serif;
  align-self: center;
  border: none;
}
.acf-form-submit .button-primary::before,
.acf-actions .button-primary::before,
.btn a::before,
.btn input[type=submit]::before {
  content: "";
  background-image: url("img/common/icon_link_white.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(0px, -50%);
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
}
.acf-form-submit .button-primary.gray,
.acf-actions .button-primary.gray,
.btn a.gray,
.btn input[type=submit].gray {
  background-color: #696969;
  color: #fff;
}
.acf-form-submit .button-primary.gray::before,
.acf-actions .button-primary.gray::before,
.btn a.gray::before,
.btn input[type=submit].gray::before {
  background-image: url("img/common/icon_link_white.svg");
}
.acf-form-submit .button-primary.white, .acf-form-submit .button-primary:hover,
.acf-actions .button-primary.white,
.acf-actions .button-primary:hover,
.btn a.white,
.btn a:hover,
.btn input[type=submit].white,
.btn input[type=submit]:hover {
  background-color: #fff;
  color: #197195;
}
.acf-form-submit .button-primary.white::before, .acf-form-submit .button-primary:hover::before,
.acf-actions .button-primary.white::before,
.acf-actions .button-primary:hover::before,
.btn a.white::before,
.btn a:hover::before,
.btn input[type=submit].white::before,
.btn input[type=submit]:hover::before {
  background-image: url("img/common/icon_link.svg");
}
.acf-form-submit .button-primary[target=_blank]::after,
.acf-actions .button-primary[target=_blank]::after,
.btn a[target=_blank]::after,
.btn input[type=submit][target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url("img/common/icon_blank-target_white.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  margin-top: 3px;
  margin-left: 5px;
}
.acf-form-submit .button-primary[target=_blank]:hover::after,
.acf-actions .button-primary[target=_blank]:hover::after,
.btn a[target=_blank]:hover::after,
.btn input[type=submit][target=_blank]:hover::after {
  background-image: url("img/common/icon_blank-target.svg");
  background-repeat: no-repeat;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

header {
  -webkit-font-smoothing: unset;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  header {
    /* PC */
  }
  header .row {
    justify-content: space-between;
    align-items: center;
    width: 1160px;
    margin: 0 auto;
  }
}
header .logo {
  margin: 5px 0 5px 0;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: calc(100% - 70px);
  }
}
header .row {
  align-items: center;
}
header .language-selector {
  border: 2px solid #1E7984;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  cursor: pointer;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  height: 32px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 5px;
}
header .language-selector span {
  display: flex;
  width: auto;
  color: #197195;
  position: relative;
  padding: 4px 40px 4px 8px;
  line-height: 1.4;
  z-index: 2;
  pointer-events: none;
}
header .language-selector span::before {
  content: url(img/common/icon_language-selector.svg);
  display: inline-block;
  line-height: 1.4;
  margin-right: 12px;
}
header .language-selector span::after {
  content: url(img/common/icon_link.svg);
  display: inline-block;
  line-height: 1.4;
  position: absolute;
  right: 12px;
  transform: rotate(90deg);
}
header .language-selector form {
  position: absolute;
  top: 0;
  display: grid;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
header .language-selector ul {
  display: none;
}
header .language-selector li {
  list-style-type: none;
}
header .language-selector + ul li a {
  padding: 5px 30px 5px 15px;
  margin: 0 5px;
  box-shadow: none;
}
header #limited-area-application {
  margin: 0 0 0 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
header #limited-area-application > li {
  border: 1px solid #1E7984;
  background-color: #1E7984;
  color: #fff;
  padding: 4px 10px;
  width: 230px;
  border-radius: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  header #limited-area-application > li {
    height: 32px;
  }
}
header #limited-area-application > li::after {
  content: url(img/common/icon_link_white.svg);
  display: inline-block;
  line-height: 1.4;
  position: absolute;
  right: 12px;
  top: 4px;
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  header #limited-area-application > li:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
header #limited-area-application .submenu {
  width: 230px;
  background-color: #1E7984;
  padding: 1em;
  margin: 0 -11px;
  z-index: 999;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 768px) {
  header #limited-area-application .submenu {
    position: static;
  }
}
header #limited-area-application .submenu li:nth-child(1) a::before {
  content: "";
  background-image: url(img/common/icon_new-apply.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  transform: scale(1) translate(-20px, -50%);
  left: 0;
  top: 50%;
  width: 18px;
  height: 20px;
}
header #limited-area-application .submenu li:nth-child(2) a::before {
  content: "";
  background-image: url(img/common/icon_check-application.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  transform: scale(1) translate(-20px, -50%);
  left: 0;
  top: 50%;
  width: 18px;
  height: 20px;
}
header #limited-area-application .submenu li:nth-child(3) a::before {
  content: "";
  background-image: url(img/common/icon_carbon-user-certification.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  transform: scale(1) translate(-20px, -50%);
  left: 0;
  top: 50%;
  width: 23px;
  height: 20px;
}
header #limited-area-application .submenu li:nth-child(3).login a::before {
  background-image: url(img/common/icon_lock-open.svg);
  width: 22px;
}
header #limited-area-application .submenu li:nth-child(4) a {
  line-height: 1.4;
}
header #limited-area-application .submenu li:nth-child(4) a::before {
  content: "";
  background-image: url("img/common/icon_restrict.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  transform: scale(1) translate(-20px, 80%);
  left: 0;
  top: 0;
  width: 21px;
  height: 19px;
}
header #limited-area-application .submenu a {
  color: #fff;
  display: inline-block;
  padding: 0.9em 0.9em 0.9em 0.5em;
  line-height: 1;
  margin: 0 0 0 20px;
}
header #limited-area-application .submenu a::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 0;
  border: 2px solid #fff;
  border-radius: 10px;
  left: -20px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.2s;
}
header #limited-area-application .submenu a:hover::after {
  width: calc(100% + 5px);
  opacity: 1;
}
header .bar {
  display: inline-block;
  margin: 3px 0;
  overflow: hidden;
  height: 0;
  width: 30px;
  border: 2px solid #666;
  border-radius: 10px;
}
header #spmenu a {
  display: flex;
  flex-flow: column;
}
header #spmenu .bar {
  border: 2px solid #666;
}
header #spmenu-close a {
  display: flex;
  flex-flow: column;
  height: 32px;
  margin: 0.5em;
}
header #spmenu-close .bar {
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  background: #fff;
}
header #spmenu-close .bar:nth-child(1) {
  transform: rotate(45deg);
}
header #spmenu-close .bar:nth-child(2) {
  transform: rotate(-45deg);
}
header #gnavi {
  background-image: -moz-linear-gradient(0deg, rgb(138, 181, 104) 10%, rgb(84, 151, 118) 57%, rgb(30, 121, 132) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(138, 181, 104) 10%, rgb(84, 151, 118) 57%, rgb(30, 121, 132) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(138, 181, 104) 10%, rgb(84, 151, 118) 57%, rgb(30, 121, 132) 100%);
}
header #gnavi ul {
  width: 100vw;
}
@media screen and (min-width: 769px) {
  header #gnavi ul {
    width: 1160px;
    margin: 0 auto;
  }
}
header #gnavi a:not(.sp-only) {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.8em 1em;
  font-size: 16px;
  font-size: 1rem;
}
header #gnavi a:not(.sp-only)::after {
  content: "";
  position: absolute;
  width: calc(10% - 28px);
  height: 0;
  border: 2px solid #fff;
  border-radius: 10px;
  left: 50%;
  bottom: 10px;
  opacity: 0;
  transition: all 0.2s;
  transform: translate(-50%, 0);
}
header #gnavi a:not(.sp-only):hover::after {
  content: "";
  position: absolute;
  width: calc(100% - 28px);
  height: 0;
  border: 2px solid #fff;
  border-radius: 10px;
  left: 50%;
  bottom: 10px;
  opacity: 1;
}
header #gnavi .current-menu-item a:not(.sp-only)::after {
  content: "";
  position: absolute;
  width: calc(100% - 28px);
  height: 0;
  border: 2px solid #fff;
  border-radius: 10px;
  left: 50%;
  bottom: 10px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header #gnavi {
    /* sp */
    position: fixed;
    z-index: 999;
    top: 0;
    transform: translate(110vw, 0);
    height: 100vh;
    transition: all 0.5s;
  }
  header #gnavi.open {
    transform: translate(0, 0);
  }
  header #gnavi.open > .flex.flat:not(.row) {
    display: block;
  }
  header #gnavi.open .language-selector {
    margin: 0.8em 0em 0.8em 0.3em;
  }
}

.breadcrumb {
  position: relative;
  z-index: 2;
  padding: 1px 0;
  overflow-x: auto;
  background-color: #fff;
}
.breadcrumb .wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .breadcrumb .wrapper {
    width: 1160px;
  }
}
.breadcrumb .wrapper ul {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.breadcrumb .wrapper ul li {
  list-style-type: none;
}
.breadcrumb .wrapper ul li span {
  padding: 5px 10px;
  white-space: nowrap;
}
.breadcrumb .wrapper ul li a {
  padding: 5px 10px;
  display: block;
  white-space: nowrap;
}
.breadcrumb .wrapper ul li a::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 0;
  border-right: 1px solid #197195;
  transform: rotate(20deg);
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  .breadcrumb.sp-only {
    display: block !important;
  }
}
.breadcrumb.sp-only .wrapper ul li a {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.breadcrumb.sp-only .wrapper ul li:first-child {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.breadcrumb.sp-only .wrapper ul li:first-child a {
  box-shadow: none;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  .breadcrumb {
    width: 1100px;
  }
}
.home main {
  margin-top: calc(100vh - 200px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .home main {
    /*PC*/
    margin-top: calc(100vh - 120px);
  }
}
.home main h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home main .about-hinaiarea {
    /*SP*/
    width: 96vw !important;
  }
}
main .content-box {
  padding: 30px 0;
}
main .content-box .about-hinaiarea {
  color: #46763A;
  font-family: serif;
  font-weight: bold;
  border: 4px solid #46763A;
  border-radius: 18px;
  padding: 0px 30px 0px 30px;
  margin: 30px auto !important;
}
@media screen and (max-width: 768px) {
  main .content-box .about-hinaiarea {
    /*SP*/
    width: 100%;
  }
}
main .content-box .about-hinaiarea .wp-block-columns {
  margin-bottom: 0;
}
main .content-box .about-hinaiarea .wp-block-column {
  flex-grow: auto;
  min-width: auto;
}
main .content-box .about-hinaiarea h2 {
  text-align: center;
  color: #46763A;
  position: relative;
  margin-top: 10px;
  margin-bottom: 50px;
  border: none !important;
}
main .content-box .about-hinaiarea h2::after {
  content: "";
  background-image: url(img/common/icon_h2_hinaiarea.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  bottom: -1.5rem;
  height: 15px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main .content-box .about-hinaiarea h2::after {
    /*PC*/
    width: 385px;
  }
}
main .content-box .about-hinaiarea .btn.hinai-calendar a {
  font-size: 16px;
  font-size: 1rem;
  font-family: sans-serif;
  text-align: center;
  background-image: -moz-linear-gradient(0deg, rgb(138, 181, 104) 10%, rgb(84, 151, 118) 57%, rgb(30, 121, 132) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(138, 181, 104) 10%, rgb(84, 151, 118) 57%, rgb(30, 121, 132) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(138, 181, 104) 10%, rgb(84, 151, 118) 57%, rgb(30, 121, 132) 100%);
  transition: all 0.4s;
  width: 100%;
}
main .content-box .about-hinaiarea .btn.hinai-calendar a::after {
  content: "";
  background-image: url(img/common/icon-calendar_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(15px, -50%);
  left: 0;
  top: 50%;
  width: 28px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  main .content-box .about-hinaiarea .btn.hinai-calendar a::after {
    /*SP*/
    transform: scale(0.8) translate(15px, -65%);
  }
}
main .content-box .about-hinaiarea .btn.hinai-calendar a:hover {
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  background-image: -moz-linear-gradient(0deg, #9fc580 10%, #6dab8c 57%, #479ea9 100%);
  background-image: -webkit-linear-gradient(0deg, #9fc580 10%, #6dab8c 57%, #479ea9 100%);
  background-image: -ms-linear-gradient(0deg, #9fc580 10%, #6dab8c 57%, #479ea9 100%);
}
main .content-box .about-hinaiarea .btn.hinai-calendar a:hover::before {
  background-image: url("img/common/icon_link_white.svg");
}
@media screen and (min-width: 769px) {
  main .content-box .about-hinaiarea .btn.hinai-calendar a {
    /*PC*/
    width: 356px;
  }
}
@media screen and (max-width: 768px) {
  main .content-box .about-hinaiarea p {
    /*SP*/
    width: 100%;
  }
}
main .block .imagephoto,
main .hentry .imagephoto {
  text-align: center;
}
main .block .imagephoto img,
main .hentry .imagephoto img {
  width: 348px;
}

body:not(.home) main {
  background-color: #D8E1E3;
  padding-top: 20px;
  padding-bottom: 90px;
}
body:not(.home) main .content-box {
  background-color: #fff;
  padding: 20px 10px 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 769px) {
  body:not(.home) main .content-box {
    width: 1160px;
    margin: 0 auto;
    padding: 30px 30px 50px;
  }
}
body:not(.home) main .content-box h1.page-title,
body:not(.home) main .content-box h1.category-title {
  position: relative;
  padding-left: 80px;
}
body:not(.home) main .content-box h1.page-title::after,
body:not(.home) main .content-box h1.category-title::after {
  content: "";
  background-image: url(img/common/icon_h2.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(0, -50%);
  left: 0;
  top: 50%;
  width: 66px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .content-box h1.page-title,
  body:not(.home) main .content-box h1.category-title {
    /*SP*/
    padding-left: 0px;
    padding-bottom: 40px;
    transform: scale(1) translate(0, 0);
  }
  body:not(.home) main .content-box h1.page-title::after,
  body:not(.home) main .content-box h1.category-title::after {
    top: initial;
    bottom: 0;
  }
}
body:not(.home) main .content-box .pubdate {
  font-size: 90%;
}
body:not(.home) main .content-box .hentry {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  body:not(.home) main .content-box .hentry {
    /*PC*/
    width: 730px;
  }
}
body:not(.home) main .content-box .block.sidebar {
  margin-top: 30px;
  margin-left: 0px;
  border-top: 2px solid #1f7983;
}
@media screen and (min-width: 769px) {
  body:not(.home) main .content-box .block.sidebar {
    margin-top: 0px;
    margin-left: 50px;
    border-top: none;
    width: 320px;
  }
}
body:not(.home) main .content-box .block.sidebar .sidebar-widget h3 {
  margin-bottom: 0;
}
body:not(.home) main .content-box .block.sidebar .sidebar-widget ul {
  margin-top: 0;
  padding-left: 2em;
}
body:not(.home) main .content-box .block.sidebar .sidebar-widget ul li {
  margin: 10px auto;
}

body.post-type-archive-news main .content-box h2,
body.tax-news_categor main .content-box h2,
body.single-news main .content-box h2,
body.page:not(.home) main .content-box h2 {
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 30px solid #197195;
  padding-left: 10px;
  line-height: 30px;
}
body.post-type-archive-news main .content-box h3,
body.tax-news_categor main .content-box h3,
body.single-news main .content-box h3,
body.page:not(.home) main .content-box h3 {
  line-height: 26px;
  border-left: 26px double #197195;
  padding-left: 10px;
}
body.post-type-archive-news main .content-box h4,
body.tax-news_categor main .content-box h4,
body.single-news main .content-box h4,
body.page:not(.home) main .content-box h4 {
  line-height: 20px;
  border-left: 14px double #197195;
  padding-left: 4px;
}
body.post-type-archive-news main .content-box h4::before,
body.tax-news_categor main .content-box h4::before,
body.single-news main .content-box h4::before,
body.page:not(.home) main .content-box h4::before {
  content: "";
  display: inline-block;
  border-left: 5px solid #197195;
  height: 24px;
  margin-right: 10px;
  vertical-align: sub;
}

body.page main {
  position: relative;
}
body.page main .content-box h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
body.page main .content-box .hentry {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  body.page main .content-box .hentry {
    /*PC*/
    width: 960px;
  }
}

footer {
  color: #fff;
  background-color: #197195;
  position: relative;
}
footer #totop {
  position: fixed;
  right: 10px;
  bottom: 90px;
  display: none;
  transform: scale(0.7);
  z-index: 999;
  background-color: transparent;
}
footer #totop a {
  display: block;
  position: relative;
  width: 55px;
  height: 0px;
  padding-top: 55px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #696969;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
footer #totop a::before {
  content: "";
  background-image: url(img/common/icon_link_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0;
  transform: scale(1.4) translate(-50%, -50%) rotate(-90deg);
  left: 53%;
  top: 53%;
  width: 12px;
  height: 12px;
}
footer nav {
  background-color: #88B468;
}
footer nav ul.flex.flat {
  width: 280px;
  margin: 0 auto;
  padding: 1rem;
  justify-content: space-between;
}
footer nav ul.flex.flat::after {
  content: "";
  background: url(img/common/footer_eyecatche.svg) no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 248px;
  height: 210px;
  top: 0;
  right: 0;
  margin: -170px 20px 0 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer nav ul.flex.flat {
    /*SP*/
    width: 100vw;
    flex-flow: column;
    padding-left: 30px;
  }
  footer nav ul.flex.flat::after {
    width: 140px;
    height: 140px;
    background-size: 120%;
    margin: -120px 0px 0 0;
    overflow: hidden;
  }
  footer nav ul.flex.flat li {
    margin: 10px 0;
  }
}
footer li a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
footer li a::before {
  content: "";
  background-image: url(img/common/icon_link_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-20px, -50%);
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
}
footer .copyright {
  padding: 1rem;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.fancybox-content {
  width: 80%;
  max-width: 1000px;
}

/*-- TOP --*/
/*------------------------------------*\
    PRONT PAGE
\*------------------------------------*/
#keyvisual {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}
#keyvisual.fixed-bg .slide {
  margin: 0;
  padding: 0;
}
#keyvisual.fixed-bg .slide li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#keyvisual.fixed-bg .slide .slick-dots {
  bottom: -20px;
}
@media screen and (min-width: 769px) {
  #keyvisual.fixed-bg .slide .slick-dots {
    bottom: 30px;
    left: 0;
    width: 45%;
  }
}
#keyvisual.fixed-bg .slide .slick-dots li {
  height: 8px;
  width: 25px;
  margin: 0 5px;
}
#keyvisual.fixed-bg .slide .slick-dots li button {
  height: 8px;
  width: 25px;
}
#keyvisual.fixed-bg .slide .slick-dots li button:before {
  height: 8px;
  width: 25px;
  background: #fff;
  content: "";
  opacity: 1;
  border-radius: 10px;
}
#keyvisual.fixed-bg .slide .slick-dots li.slick-active button:before {
  background: #ff4;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    /*SP*/
    height: 80vh;
  }
}
#keyvisual figure {
  background-color: #000;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #keyvisual figure {
    /*SP*/
    height: 80vh;
  }
}
#keyvisual figure figcaption {
  position: absolute;
  bottom: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.5rem 1rem 1rem;
  font-family: serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #keyvisual figure figcaption {
    /*SP*/
    bottom: 0;
  }
}
.content-box.info-limited-field {
  padding: 0px 0 130px 0;
}
@media screen and (min-width: 769px) {
  .content-box.info-limited-field {
    margin-top: -120px;
  }
}
.content-box.info-limited-field .block {
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 30px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin: 0 100px 0 auto;
}
@media screen and (min-width: 769px) {
  .content-box.info-limited-field .block {
    /*PC*/
    width: 604px;
    border-radius: 10px;
  }
}
.content-box.info-limited-field h2 {
  text-align: center;
  position: relative;
  color: #46763a;
}
.content-box.info-limited-field h2::after {
  content: "";
  background-image: url(img/common/icon_h2_hinaiarea.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  bottom: -2rem;
  width: 182px;
  height: 16px;
}
.content-box.info-limited-field p {
  font-family: serif;
  font-size: 15px;
  font-weight: bold;
  color: #46763a;
}
.content-box.info-limited-field a {
  background: #1e7984;
}
@media screen and (max-width: 768px) {
  .content-box.info-limited-field {
    padding: 0px 0 0 0;
  }
  .content-box.info-limited-field blockquote {
    border-radius: 0;
    width: 100vw;
    margin: 30px -30px;
  }
}
.content-box.purpose {
  padding: 0px 0 170px 0;
}
@media screen and (min-width: 769px) {
  .content-box.purpose {
    margin-top: -120px;
  }
}
.content-box.purpose .block {
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 30px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin: 0 100px 0 auto;
}
@media screen and (min-width: 769px) {
  .content-box.purpose .block {
    /*PC*/
    width: 604px;
    border-radius: 10px;
  }
}
.content-box.purpose h2 {
  text-align: center;
  position: relative;
}
.content-box.purpose h2::after {
  content: "";
  background-image: url(img/common/icon_h2_purpose.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  bottom: -1.5rem;
  width: 147px;
  height: 16px;
}
.content-box.purpose p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .content-box.purpose {
    padding: 0px 0 0 0;
  }
  .content-box.purpose blockquote {
    border-radius: 0;
    width: 100vw;
    margin: 30px -30px;
  }
}
.content-box.news {
  padding: 0 0 0 0;
}
.content-box.news .block {
  position: relative;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 10px 15px 15px;
  margin: 0 0 70px 0;
}
@media screen and (min-width: 769px) {
  .content-box.news .block {
    /*PC*/
    padding: 10px 30px 30px;
    left: 50%;
    width: calc(50% + 506px);
    max-width: 1260px;
    transform: translate(-604px, 0px);
    border-radius: 10px;
  }
  .content-box.news .block .flex {
    justify-content: space-between;
  }
}
.content-box.news h2 {
  margin-bottom: 30px;
  position: relative;
}
.content-box.news h2::after {
  content: "";
  background-image: url(img/common/icon_h2.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 3.5rem;
  width: 147px;
  height: 30px;
}
.content-box.news h2 a {
  color: #333;
}
.content-box.news #news-list {
  width: 100%;
  text-align: left;
  padding-left: 0;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .content-box.news #news-list {
    width: calc(100% - 130px);
  }
}
.content-box.news #news-list .news-item {
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .content-box.news #news-list .news-item {
    flex-direction: row;
  }
}
.content-box.news #news-list .news-item .meta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .content-box.news #news-list .news-item .meta {
    margin-bottom: 8px;
  }
}
.content-box.news #news-list .news-item .content {
  padding-left: 2.5rem;
  position: relative;
}
.content-box.news #news-list .news-item .content .level-badge {
  position: absolute;
  transform: translateY(15%);
  left: 0.5rem;
  margin-right: 15px;
  width: 1.3rem;
  height: 1.3rem;
}
.content-box.news #news-list .news-item .content p {
  margin: 0;
}
.content-box.news #news-list .news-item .content a {
  text-decoration: underline;
}
.content-box.news #news-list .news-item .content a:hover {
  color: #1e7984;
}
.content-box.news #news-list h3 {
  font-size: 16px;
  font-size: 1rem;
}
.content-box.news p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .content-box.news {
    padding: 0px 0 0 0;
  }
  .content-box.news blockquote {
    border-radius: 0;
    width: 100vw;
    margin: 30px -30px;
  }
}
.content-box.guide {
  position: relative;
  height: 690px;
}
@media screen and (max-width: 768px) {
  .content-box.guide {
    height: 880px;
    padding-bottom: 0;
  }
}
.content-box.guide .block {
  width: 604px;
  background-color: #fff;
  padding: 10px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
  left: 50%;
  transform: translate(-604px, -75px);
}
@media screen and (max-width: 768px) {
  .content-box.guide .block {
    /*SP*/
    width: 100vw;
    border-radius: 0;
    left: 0%;
    transform: translate(0, -30px);
  }
}
.content-box.guide h2 {
  text-align: center;
  position: relative;
}
.content-box.guide h2::after {
  content: "";
  background-image: url(img/common/icon_h2_guide.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 3rem;
  width: 146px;
  height: 20px;
}
.content-box.guide p {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}
.content-box.guide::before {
  content: "";
  display: block;
  position: absolute;
  width: 80vw;
  height: 125%;
  margin: 0;
  margin-top: -200px;
  z-index: 1;
  background-color: #d8e1e3;
}
@media screen and (max-width: 768px) {
  .content-box.guide::before {
    content: none;
  }
}
.content-box.guide::after {
  content: "";
  background-image: url(img/top/160809_iriomote_8A7A0063.jpg);
  background-size: 100%;
  background-position: center;
  display: block;
  position: absolute;
  width: 80vw;
  height: 100%;
  margin: 0 auto 0 0;
  z-index: 2;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .content-box.guide::after {
    /*SP*/
    width: 100vw;
    height: 60vw;
  }
}
.content-box.area-field {
  padding: 1px 0 60px 0;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .content-box.area-field {
    padding: 30px 0 60px 0;
  }
}
@media screen and (min-width: 769px) {
  .content-box.area-field > .block {
    width: 1160px;
    margin: 0 auto;
  }
}
.content-box.area-field #areamap {
  /*map*/
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .content-box.area-field #areamap {
    /*SP*/
    text-align: left;
    margin-bottom: 0px;
    overflow: hidden;
  }
}
.content-box.area-field #areamap h2 {
  color: #1e7984;
}
@media screen and (max-width: 768px) {
  .content-box.area-field #areamap h2 {
    margin-bottom: -20px;
  }
}
.content-box.area-field #areamap h2::before {
  content: "";
  background-image: url(img/common/icon_mapmarker.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding: 0 5px;
  width: 30px;
  height: 36px;
  vertical-align: bottom;
}
.content-box.area-field #areamap svg {
  width: 906px;
  margin-right: -30px;
}
@media screen and (max-width: 769px) {
  .content-box.area-field #areamap svg {
    width: 100%;
    transform: scale(1.1) translate(-10px, 0px);
  }
}
.content-box.area-field #areamap svg #marker {
  display: none;
}
.content-box.area-field #area-field {
  color: #fff;
  background-color: #1e7984;
  padding: 10px 30px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .content-box.area-field #area-field {
    border-radius: 10px;
    position: absolute;
    transform: translate(-100%, 45px);
    left: 40%;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .content-box.area-field #area-field > * {
    width: 390px;
    margin-left: 710px;
  }
}
.content-box.area-field #area-field h2 {
  text-align: center;
  position: relative;
}
.content-box.area-field #area-field h2::after {
  content: "";
  background-image: url(img/common/icon_h2_area.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 3rem;
  width: 146px;
  height: 20px;
}
.content-box.area-field #area-field p {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-size: 1rem;
}
.content-box.area-field #area-field .linklist {
  margin-bottom: 2.5em;
}
.content-box.rule {
  background-color: #d8e1e3;
}
@media screen and (min-width: 769px) {
  .content-box.rule > .flex.flat {
    width: 1160px;
    margin: 0 auto;
  }
}
.content-box.rule > .flex.flat > .block {
  flex-basis: 85%;
  font-family: serif;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .content-box.rule > .flex.flat > .block {
    flex-basis: 45%;
  }
}
.content-box.rule h2 {
  font-family: serif;
  white-space: nowrap;
  position: relative;
  text-align: center;
}
.content-box.rule h2::after {
  content: "";
  background-image: url(img/common/icon_h2_rule.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 3rem;
  width: 176px;
  height: 23px;
}
.content-box.rule .mannersbook img {
  width: 146px;
}
@media screen and (min-width: 769px) {
  .content-box.rule .mannersbook + .block {
    margin-left: 30px;
  }
}
.content-box.rule h3 {
  text-align: center;
  margin-top: 0;
}
.content-box.rule .btn.mannersbook {
  text-align: center;
  width: 290px;
  background-color: #56b9e2;
}
.content-box.rule .btn.mannersbook:hover {
  background-color: #fff;
}
.content-box.rule .linklist {
  text-align: center;
}
.content-box.information {
  background-color: #fff;
}
.content-box.information > .flex.flat {
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .content-box.information > .flex.flat {
    width: 1160px;
    margin: 0 auto;
  }
}
.content-box.information > .flex.flat .block {
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .content-box.information > .flex.flat .block {
    flex-basis: 38%;
    margin-right: 20px;
  }
}
.content-box.information .contact .flex {
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .content-box.information .contact {
    width: 640px;
    flex-basis: 640px !important;
    margin: 0px auto !important;
  }
}
.content-box.information .contact h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 1.6em;
  line-height: 1.2;
}
.content-box.information .contact h2::after {
  content: none;
}
.content-box.information .contact p {
  margin-left: 1.6em;
}

body.usage-rules .col-2 > * {
  flex-basis: 45%;
}

body.area-field main .content-box,
body.tax-area main .content-box,
body.post-type-archive-field main .content-box {
  box-shadow: none;
  background-color: transparent;
}
body.area-field main .refine,
body.tax-area main .refine,
body.post-type-archive-field main .refine {
  background-color: #fff;
  color: #1E7984;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 1em;
  margin-bottom: 30px;
}
body.area-field main .refine .flex,
body.tax-area main .refine .flex,
body.post-type-archive-field main .refine .flex {
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  body.area-field main .refine .flex,
  body.tax-area main .refine .flex,
  body.post-type-archive-field main .refine .flex {
    width: 1160px;
  }
}
body.area-field main .refine h1,
body.tax-area main .refine h1,
body.post-type-archive-field main .refine h1 {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
body.area-field main .refine h1::after,
body.tax-area main .refine h1::after,
body.post-type-archive-field main .refine h1::after {
  content: "";
  background-image: url(img/common/icon_h2_guide.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 3.5rem;
  width: 146px;
  height: 20px;
}
body.area-field main .refine .condition,
body.tax-area main .refine .condition,
body.post-type-archive-field main .refine .condition {
  overflow: hidden;
  height: 0px;
  transition: all 0.2s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  body.area-field main .refine .condition,
  body.tax-area main .refine .condition,
  body.post-type-archive-field main .refine .condition {
    display: flex;
    justify-content: center;
  }
}
body.area-field main .refine .condition .areamap,
body.tax-area main .refine .condition .areamap,
body.post-type-archive-field main .refine .condition .areamap {
  height: 300px;
}
@media screen and (min-width: 769px) {
  body.area-field main .refine .condition .areamap,
  body.tax-area main .refine .condition .areamap,
  body.post-type-archive-field main .refine .condition .areamap {
    /*PC*/
    width: 430px;
    margin-right: 50px;
  }
}
body.area-field main .refine .condition form,
body.tax-area main .refine .condition form,
body.post-type-archive-field main .refine .condition form {
  margin-top: 0;
  width: 98%;
  flex-basis: 98%;
}
@media screen and (min-width: 769px) {
  body.area-field main .refine .condition form,
  body.tax-area main .refine .condition form,
  body.post-type-archive-field main .refine .condition form {
    width: 380px;
    flex-basis: 380px;
  }
}
body.area-field main .refine .condition form .hinai-ok,
body.tax-area main .refine .condition form .hinai-ok,
body.post-type-archive-field main .refine .condition form .hinai-ok {
  margin-left: 34px;
  position: relative;
}
body.area-field main .refine .condition form .hinai-ok::before,
body.tax-area main .refine .condition form .hinai-ok::before,
body.post-type-archive-field main .refine .condition form .hinai-ok::before {
  content: "";
  background-image: url(img/guide/icon_hinai-ok.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: inline-block;
  padding: 0;
  left: auto;
  left: -32px;
  top: -8px;
  width: 32px;
  height: 32px;
}
body.area-field main .refine.open .condition,
body.tax-area main .refine.open .condition,
body.post-type-archive-field main .refine.open .condition {
  height: 420px;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  body.area-field main .refine.open .condition,
  body.tax-area main .refine.open .condition,
  body.post-type-archive-field main .refine.open .condition {
    /*PC*/
    height: 370px;
    display: flex;
    justify-content: center;
    margin-top: -60px;
  }
}
body.area-field main .refine.open #search-condition::before,
body.tax-area main .refine.open #search-condition::before,
body.post-type-archive-field main .refine.open #search-condition::before {
  transform: rotate(90deg) scale(1) translate(-3px, 20%);
}
body.area-field .attention .flex,
body.tax-area .attention .flex,
body.post-type-archive-field .attention .flex {
  align-items: center;
  gap: 20px;
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #999999;
}
body.area-field .attention p,
body.tax-area .attention p,
body.post-type-archive-field .attention p {
  margin-bottom: 0;
  color: #C10202;
  font-weight: bold;
}
body.area-field .attention a,
body.tax-area .attention a,
body.post-type-archive-field .attention a {
  display: inline-block;
  margin-top: 5px;
  color: #197195;
  font-weight: normal;
  border-bottom: 1px solid #197195;
}
@media screen and (min-width: 769px) {
  body.area-field .attention .flex,
  body.tax-area .attention .flex,
  body.post-type-archive-field .attention .flex {
    flex-wrap: nowrap;
    gap: 30px;
    padding: 25px 30px;
  }
}
body.area-field .tab,
body.tax-area .tab,
body.post-type-archive-field .tab {
  z-index: 1;
  position: relative;
}
body.area-field .tab ul,
body.tax-area .tab ul,
body.post-type-archive-field .tab ul {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
}
body.area-field .tab ul li a,
body.tax-area .tab ul li a,
body.post-type-archive-field .tab ul li a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: serif;
  padding: 1em;
}
body.area-field .tab ul li a.active,
body.tax-area .tab ul li a.active,
body.post-type-archive-field .tab ul li a.active {
  color: #fff;
  background-color: #197195;
}
body.area-field .tab form,
body.tax-area .tab form,
body.post-type-archive-field .tab form {
  margin-top: 0px;
  margin-bottom: 30px;
}
body.area-field .table,
body.tax-area .table,
body.post-type-archive-field .table {
  z-index: 2;
  position: relative;
  border-collapse: collapse;
  width: 100%;
}
body.area-field .table .thead,
body.tax-area .table .thead,
body.post-type-archive-field .table .thead {
  display: flex;
}
body.area-field .table .thead .th,
body.tax-area .table .thead .th,
body.post-type-archive-field .table .thead .th {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  padding: 0.3em 0.8em;
  color: #fff;
  background-color: #197195;
  white-space: nowrap;
  text-align: left;
}
body.area-field .table .thead .th:nth-of-type(1),
body.tax-area .table .thead .th:nth-of-type(1),
body.post-type-archive-field .table .thead .th:nth-of-type(1) {
  width: 48px;
}
body.area-field .table .thead .th:nth-of-type(1),
body.tax-area .table .thead .th:nth-of-type(1),
body.post-type-archive-field .table .thead .th:nth-of-type(1) {
  width: 48px;
}
@media screen and (max-width: 768px) {
  body.area-field .table .tbody,
  body.tax-area .table .tbody,
  body.post-type-archive-field .table .tbody {
    padding: 0.3em;
  }
}
@media screen and (min-width: 769px) {
  body.area-field .table .tbody .row,
  body.tax-area .table .tbody .row,
  body.post-type-archive-field .table .tbody .row {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  body.area-field .table .tbody .row:nth-of-type(1) .col,
  body.tax-area .table .tbody .row:nth-of-type(1) .col,
  body.post-type-archive-field .table .tbody .row:nth-of-type(1) .col {
    border-bottom: 1px solid #fff;
  }
}
body.area-field .table .tbody .row.detail,
body.tax-area .table .tbody .row.detail,
body.post-type-archive-field .table .tbody .row.detail {
  display: none;
}
@media screen and (max-width: 768px) {
  body.area-field .table .tbody .row.detail,
  body.tax-area .table .tbody .row.detail,
  body.post-type-archive-field .table .tbody .row.detail {
    padding: 0.5em 0;
  }
}
body.area-field .table .tbody .row.detail.open,
body.tax-area .table .tbody .row.detail.open,
body.post-type-archive-field .table .tbody .row.detail.open {
  display: block;
}
@media screen and (min-width: 769px) {
  body.area-field .table .tbody .col,
  body.tax-area .table .tbody .col,
  body.post-type-archive-field .table .tbody .col {
    padding: 0.3em 1em;
  }
}
body.area-field .table .tbody .col .row .col:nth-child(1),
body.tax-area .table .tbody .col .row .col:nth-child(1),
body.post-type-archive-field .table .tbody .col .row .col:nth-child(1) {
  margin-right: 15px;
}
body.area-field .table .tbody .col .row .col:nth-child(2),
body.tax-area .table .tbody .col .row .col:nth-child(2),
body.post-type-archive-field .table .tbody .col .row .col:nth-child(2) {
  font-size: 13px;
  font-size: 0.8125rem;
}
body.area-field .table .tbody .col a,
body.tax-area .table .tbody .col a,
body.post-type-archive-field .table .tbody .col a {
  font-weight: bold;
}
body.area-field .table .tbody .col a:hover,
body.tax-area .table .tbody .col a:hover,
body.post-type-archive-field .table .tbody .col a:hover {
  text-decoration: underline;
}
body.area-field .table .tbody .col .limited-area,
body.tax-area .table .tbody .col .limited-area,
body.post-type-archive-field .table .tbody .col .limited-area {
  display: inline-block;
  width: 74px;
  height: 17px;
  background: url("img/common/icon_restricted-entry-zone.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
}
body.area-field .table .tbody .col:nth-of-type(3), body.area-field .table .tbody .col:nth-of-type(4),
body.tax-area .table .tbody .col:nth-of-type(3),
body.tax-area .table .tbody .col:nth-of-type(4),
body.post-type-archive-field .table .tbody .col:nth-of-type(3),
body.post-type-archive-field .table .tbody .col:nth-of-type(4) {
  white-space: nowrap;
}
body.area-field .table .openbtn,
body.tax-area .table .openbtn,
body.post-type-archive-field .table .openbtn {
  text-align: center;
}
body.area-field .table .openbtn svg,
body.tax-area .table .openbtn svg,
body.post-type-archive-field .table .openbtn svg {
  animation: all 1s;
}
body.area-field .table .openbtn svg.open,
body.tax-area .table .openbtn svg.open,
body.post-type-archive-field .table .openbtn svg.open {
  fill: #88b469;
  transform: rotate(45deg);
}
body.area-field .table .openbtn.sp-only,
body.tax-area .table .openbtn.sp-only,
body.post-type-archive-field .table .openbtn.sp-only {
  padding: 0.5em 0 0 0;
}
body.area-field .table .field,
body.tax-area .table .field,
body.post-type-archive-field .table .field {
  text-align: left;
}
@media screen and (min-width: 769px) {
  body.area-field .table .field,
  body.tax-area .table .field,
  body.post-type-archive-field .table .field {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 768px) {
  body.area-field .table .field .sp-only,
  body.tax-area .table .field .sp-only,
  body.post-type-archive-field .table .field .sp-only {
    display: inline-block;
    width: 140px;
    padding: 0.1em 0.4em;
    background-color: #187195;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  body.area-field .table .area,
  body.tax-area .table .area,
  body.post-type-archive-field .table .area {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  body.area-field .table .area .sp-only,
  body.tax-area .table .area .sp-only,
  body.post-type-archive-field .table .area .sp-only {
    display: inline-block;
    width: 140px;
    padding: 0.1em 0.4em;
    background-color: #187195;
    color: #fff;
  }
}
body.area-field .table .activities,
body.tax-area .table .activities,
body.post-type-archive-field .table .activities {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  body.area-field .table .activities,
  body.tax-area .table .activities,
  body.post-type-archive-field .table .activities {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  body.area-field .table .activities .sp-only,
  body.tax-area .table .activities .sp-only,
  body.post-type-archive-field .table .activities .sp-only {
    display: inline-block;
    width: 140px;
    padding: 0.1em 0.4em;
    background-color: #187195;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  body.area-field .table .guide,
  body.tax-area .table .guide,
  body.post-type-archive-field .table .guide {
    width: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body.area-field .table .guide .sp-only,
  body.tax-area .table .guide .sp-only,
  body.post-type-archive-field .table .guide .sp-only {
    display: inline-block;
    width: 140px;
    padding: 0.1em 0.4em;
    background-color: #187195;
    color: #fff;
  }
}
body.area-field .table .tbody:nth-child(odd),
body.tax-area .table .tbody:nth-child(odd),
body.post-type-archive-field .table .tbody:nth-child(odd) {
  background-color: #fff;
}
body.area-field .table .tbody:nth-child(even),
body.tax-area .table .tbody:nth-child(even),
body.post-type-archive-field .table .tbody:nth-child(even) {
  background-color: #f1f1f1;
}

button.adduser {
  background-color: #197195;
  color: #fff;
  border: none;
  border-radius: 20px;
  margin: 10px auto;
  margin-left: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  align-self: center;
}
button.adduser::before {
  content: "";
  background-image: url("img/common/icon_cross_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transform: scale(1) translate(-2px, 3px) rotate(-45deg);
  width: 12px;
  height: 12px;
  overflow: hidden;
}

button.cancel {
  display: flex;
  align-items: center;
  background-color: #BC2424;
  color: #fff;
  border: none;
  border-radius: 20px;
  margin-left: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
button.cancel::after {
  content: "";
  background-image: url("img/common/icon_cross_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transform: scale(1) translate(2px, 0px);
  width: 12px;
  height: 12px;
  overflow: hidden;
}

.cancel_form button.cancel {
  height: 40px;
  width: 200px;
  justify-content: center;
}

.btn-small {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 1px 6px 1px 6px;
}

.loading-block {
  min-height: 10em;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0;
  transform: translateZ(1px);
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99;
}

.loading {
  background: #d1f2b6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#loading9 {
  background: transparent;
  color: #FFEFAF;
  animation: loading9b 5s infinite;
}
#loading9::before {
  content: "Loading...";
  background: linear-gradient(to right, #f8faa3, #7db550 50%, #4796c0 55%, #3c8eba 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  transform-origin: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100% 0;
  animation: loading9 5s infinite;
}

@-moz-keyframes loading9 {
  0%, 20% {
    background-position: 400% 0;
  }
  80% {
    background-position: 0% 0;
  }
}
@-webkit-keyframes loading9 {
  0%, 20% {
    background-position: 400% 0;
  }
  80% {
    background-position: 0% 0;
  }
}
@keyframes loading9 {
  0%, 20% {
    background-position: 400% 0;
  }
  80% {
    background-position: 0% 0;
  }
}
@-moz-keyframes loading9b {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
@-webkit-keyframes loading9b {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
@keyframes loading9b {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
.inner-circles-loader:not(:required) {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  display: inline-block;
  top: calc(50% - 70px);
  width: 50px;
  height: 50px;
  background: rgba(25, 165, 152, 0.5);
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  /* Hides inner circles outside base circle at safari */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.inner-circles-loader:not(:required):before,
.inner-circles-loader:not(:required):after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.inner-circles-loader:not(:required):before {
  -moz-animation: inner-circles-loader 3s infinite;
  -webkit-animation: inner-circles-loader 3s infinite;
  animation: inner-circles-loader 3s infinite;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  left: 0;
  background: #c7efcf;
}

.inner-circles-loader:not(:required):after {
  -moz-animation: inner-circles-loader 3s 0.2s reverse infinite;
  -webkit-animation: inner-circles-loader 3s 0.2s reverse infinite;
  animation: inner-circles-loader 3s 0.2s reverse infinite;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  right: 0;
  background: #eef5db;
}

@-moz-keyframes inner-circles-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes inner-circles-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
input[type=submit] {
  border: none;
}

input:focus:not(.focus-visible),
button:focus:not(.focus-visible) {
  outline: none;
}

.icon_lock-black {
  position: relative;
}
.icon_lock-black::before {
  content: "";
  background-image: url("img/common/icon_lock_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transform: scale(1) translate(0px, 3px);
  width: 15px;
  padding-top: 16px;
  height: 0;
  overflow: hidden;
}

.icon_calendar {
  position: relative;
}
.icon_calendar::before {
  content: "";
  background-image: url("img/common/icon_calendar_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transform: scale(1) translate(0px, 3px);
  width: 15px;
  padding-top: 16px;
  margin-right: 5px;
  height: 0;
  overflow: hidden;
}

body.limited-area main .content-box .block {
  margin: 0 auto;
}
body.limited-area main .content-box .block .hinai-ok {
  padding-left: 20px;
}
body.limited-area main .content-box .block .hinai-ok::before {
  content: "";
  background-image: url("img/guide/icon_hinai-ok.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  transform: scale(1) translate(0px, -30px);
  width: 36px;
  height: 36px;
  overflow: hidden;
}
body.limited-area main .content-box .block h2 {
  font-size: 16px;
  font-size: 1rem;
  font-family: sans-serif;
  border-bottom: 2px solid #1E7984;
  margin-bottom: 10px;
}
body.limited-area main .content-box .block .flow ol {
  display: flex;
  justify-content: space-between;
}
body.limited-area main .content-box .block .flow ol li {
  flex-basis: 33%;
  list-style-type: none;
  background-color: aliceblue;
  padding: 2%;
  position: relative;
}
body.limited-area main .content-box .block .flow ol li:nth-child(1)::after,
body.limited-area main .content-box .block .flow ol li:nth-child(2)::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 35px solid transparent;
  border-top: 20px solid #187195;
  transform: rotate(-90deg) translate(25px, 57px);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
body.limited-area main .content-box .block .flow ol li h3 {
  text-align: center;
  border-left: none !important;
}
body.limited-area main .content-box .block .flow ol li h3::before {
  content: none;
}
body.limited-area main .content-box .block .flow ol li:nth-child(3) {
  text-align: center;
}
body.limited-area main .content-box .block ul.attention li {
  list-style-type: none;
}
body.limited-area main .content-box .block .select-request-field,
body.limited-area main .content-box .block .select-lecture {
  display: flex;
  align-items: center;
}
body.limited-area main .content-box .block .select-request-field select,
body.limited-area main .content-box .block .select-lecture select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 4px;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}
body.limited-area .current-date {
  text-align: center;
  color: #46763A;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
body.limited-area .current-date strong {
  font-size: 26px;
  font-size: 1.625rem;
}
body.limited-area .select-request-field .col:nth-child(1),
body.limited-area .select-lecture .col:nth-child(1) {
  flex-basis: 23%;
  width: 23%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body.limited-area .select-request-field .col:nth-child(1),
  body.limited-area .select-lecture .col:nth-child(1) {
    margin: 10px auto 10px 0;
    flex-basis: atuo;
    width: 93%;
  }
}
body.limited-area .select-request-field .col:nth-child(2),
body.limited-area .select-lecture .col:nth-child(2) {
  display: flex;
}
@media screen and (max-width: 768px) {
  body.limited-area .select-request-field .col:nth-child(2),
  body.limited-area .select-lecture .col:nth-child(2) {
    display: block;
  }
}

.calndar-frame {
  border: 4px solid #46763A;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calndar-frame .prev {
  display: flex;
  align-self: stretch;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin: 0;
  background-color: #8AB568;
  color: #fff;
  text-align: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 41px;
}
.calndar-frame .next {
  display: flex;
  align-self: stretch;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin: 0;
  background-color: #8AB568;
  color: #fff;
  text-align: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 41px;
}
.calndar-frame .next img {
  transform: rotate(180deg);
}

.calendar {
  justify-content: space-around;
  align-items: stretch;
}
.calendar > div {
  padding: 20px;
  margin: 10px 0;
}
.calendar > div .date {
  color: #46763A;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.calendar > div .date strong {
  font-size: 26px;
  font-size: 1.625rem;
}
.calendar .primay {
  border-bottom: 1px dotted #666;
}
.calendar table {
  border-collapse: collapse;
  border: 1px solid #8AB568;
}
.calendar table thead th {
  border: 1px solid #8AB568;
  padding: 0.2rem 0.4rem;
  background-color: #1E7984;
  color: #fff;
}
.calendar table thead th.day0 {
  color: #FF8484;
}
.calendar table thead th.day6 {
  color: #6CDDFF;
}
.calendar table tbody td {
  border: 1px solid #8AB568;
  padding: 0.2rem;
  height: 66px;
  width: 9.5vw;
  vertical-align: top;
}
.calendar table tbody span.stop,
.calendar table tbody a,
.calendar table tbody span.stock {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.calendar table tbody span.stock {
  text-decoration: none;
  font-weight: normal;
}
.calendar .past {
  background-color: #EAEAEA;
}
.calendar .current {
  background-color: #D0E6E4;
}
.calendar .day {
  color: #8AB568;
  font-weight: bold;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.calendar :not(.past).predicted_crowd_level2 {
  background-color: #CCE6BF;
}
.calendar :not(.past).predicted_crowd_level3 {
  background-color: #FFE784;
}
.calendar :not(.past).predicted_crowd_level4 {
  background-color: #F8A858;
}
.calendar :not(.past).predicted_crowd_level4 .day {
  color: #fff;
}
.calendar :not(.past).predicted_crowd_level5 {
  background-color: #EB6D72;
}
.calendar :not(.past).predicted_crowd_level5 .day {
  color: #fff;
}

.attention {
  padding-left: 1em;
}
.attention h2 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #D83213;
  font-family: sans-serif;
  margin-left: -1em;
  margin-bottom: 10px;
  border-bottom: none !important;
}
.attention h2::before {
  content: "";
  background-image: url("img/common/icon_attention.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transform: scale(1) translate(0px, 3px);
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.legend.level-legend ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.legend.level-legend li {
  list-style: none;
  margin: 10px 0;
}
.legend.level-legend .level {
  display: flex;
  justify-content: space-around;
  flex-flow: column-reverse;
}
.legend.level-legend .level .box {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.legend.level-legend .level .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.legend.level-legend .level .label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: block;
  padding: 0.5em;
  width: 50%;
}
.legend.level-legend .level0 .label {
  border: 1px solid #ccc;
}
.legend.level-legend .level1 .label {
  border: 1px solid #ccc;
  background-color: #CCE6BF;
}
.legend.level-legend .level2 .label {
  border: 1px solid #ccc;
  background-color: #FFE784;
}
.legend.level-legend .level3 .label {
  border: 1px solid #ccc;
  background-color: #F8A858;
}
.legend.level-legend .level4 .label {
  border: 1px solid #ccc;
  background-color: #EB6D72;
}

@media screen and (min-width: 769px) {
  .legend.level-legend .level {
    display: flex;
    justify-content: space-around;
    flex-flow: row-reverse;
  }
}
.content-head {
  justify-content: space-between;
}
.content-head .flex.flat.guide-navi span {
  align-self: center;
  margin: 0 1em;
}

body.limited-area__request,
body.page-template-limited-area-request,
body.page-template-limited-area-appsearch,
body.page-template-limited-area-status {
  /*button.adduser{
      background-color: $linkBgColor;
      color:#fff;
      border: none;
      border-radius: 20px;
      @include fs(10);
      font-weight: bold;
      padding: 0px 6px 3px 6px;
      margin-left: 10px;
      box-shadow: 0 0 5px rgba(0,0,0,0.16);
      &::before{
          content: "";
          background-image: url("img/common/icon_cross_white.svg");
          background-repeat: no-repeat;
          background-position: center;

          display: inline-block;
          transform: scale(1) translate(0px, 3px) rotate(-45deg);
          width: 12px;
          height: 12px;
          overflow: hidden;
      }

  }
  input[type="submit"]{
      border: none;
  }
  input:focus:not(.focus-visible),
  button:focus:not(.focus-visible) {
      outline: none;
  }
  .icon_calendar{
      position: relative;
      &::before{
          content: "";
          background-image: url("img/common/icon_calendar_blue.svg");
          background-repeat: no-repeat;
          background-position: center;

          display: inline-block;
          transform: scale(1) translate(0px, 3px);
          width: 15px;
          padding-top: 16px;
          margin-right: 5px;
          height: 0;
          overflow: hidden;

      }
  }*/
}
@media screen and (max-width: 768px) {
  body.limited-area__request,
  body.page-template-limited-area-request,
  body.page-template-limited-area-appsearch,
  body.page-template-limited-area-status {
    /*SP*/
  }
  body.limited-area__request select#entry_year,
  body.page-template-limited-area-request select#entry_year,
  body.page-template-limited-area-appsearch select#entry_year,
  body.page-template-limited-area-status select#entry_year {
    width: 22%;
  }
}
body.limited-area__request .participant_list .row,
body.page-template-limited-area-request .participant_list .row,
body.page-template-limited-area-appsearch .participant_list .row,
body.page-template-limited-area-status .participant_list .row {
  border-bottom: 1px solid #ccc;
}
body.limited-area__request .participant_list .row .col:nth-child(1),
body.page-template-limited-area-request .participant_list .row .col:nth-child(1),
body.page-template-limited-area-appsearch .participant_list .row .col:nth-child(1),
body.page-template-limited-area-status .participant_list .row .col:nth-child(1) {
  padding: 0;
  text-align: left;
  flex-basis: 50%;
}
body.limited-area__request .participant_list .row .col:nth-child(2),
body.page-template-limited-area-request .participant_list .row .col:nth-child(2),
body.page-template-limited-area-appsearch .participant_list .row .col:nth-child(2),
body.page-template-limited-area-status .participant_list .row .col:nth-child(2) {
  margin: 10px;
  flex-basis: 25%;
}
body.limited-area__request .participant_list .row .col:nth-child(3),
body.page-template-limited-area-request .participant_list .row .col:nth-child(3),
body.page-template-limited-area-appsearch .participant_list .row .col:nth-child(3),
body.page-template-limited-area-status .participant_list .row .col:nth-child(3) {
  flex-basis: 25%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.limited-area__request .participant_list .row,
  body.page-template-limited-area-request .participant_list .row,
  body.page-template-limited-area-appsearch .participant_list .row,
  body.page-template-limited-area-status .participant_list .row {
    /*SP*/
  }
  body.limited-area__request .participant_list .row .col.name .participant_name,
  body.page-template-limited-area-request .participant_list .row .col.name .participant_name,
  body.page-template-limited-area-appsearch .participant_list .row .col.name .participant_name,
  body.page-template-limited-area-status .participant_list .row .col.name .participant_name {
    width: auto;
  }
  body.limited-area__request .participant_list .row .col.name label.sp-only,
  body.page-template-limited-area-request .participant_list .row .col.name label.sp-only,
  body.page-template-limited-area-appsearch .participant_list .row .col.name label.sp-only,
  body.page-template-limited-area-status .participant_list .row .col.name label.sp-only {
    margin: 0 15px;
  }
  body.limited-area__request .participant_list .row .col.age label.sp-only,
  body.page-template-limited-area-request .participant_list .row .col.age label.sp-only,
  body.page-template-limited-area-appsearch .participant_list .row .col.age label.sp-only,
  body.page-template-limited-area-status .participant_list .row .col.age label.sp-only {
    margin: 0 15px;
  }
  body.limited-area__request .participant_list .row .col.age [type=number],
  body.page-template-limited-area-request .participant_list .row .col.age [type=number],
  body.page-template-limited-area-appsearch .participant_list .row .col.age [type=number],
  body.page-template-limited-area-status .participant_list .row .col.age [type=number] {
    width: auto;
  }
}
body.limited-area__request div.attention,
body.page-template-limited-area-request div.attention,
body.page-template-limited-area-appsearch div.attention,
body.page-template-limited-area-status div.attention {
  border: 3px solid #ccc;
  background-color: khaki;
  padding: 1rem 1.6rem;
}

body.application-search .btn-main-application input {
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  padding: 5px 66px 5px 66px;
  margin: 5px auto;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  color: #fff;
  background-color: #197195;
  font-family: sans-serif;
  align-self: center;
  border: none;
}

@media screen and (min-width: 769px) {
  body.limited-area main .content-box .block {
    width: 998px;
    margin: 0 auto;
  }
  body.limited-area .calndar-frame {
    display: flex;
  }
  body.limited-area .calendar {
    display: flex;
  }
  body.limited-area .calendar .primay {
    border-bottom: none;
    border-right: 1px dotted #666;
  }
  body.limited-area .calendar table tbody td {
    width: 56px;
  }
}
body.single-guide p.total .count,
body.guide-list p.total .count,
body.post-type-archive-guide p.total .count {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
body.single-guide main .content-box,
body.guide-list main .content-box,
body.post-type-archive-guide main .content-box {
  box-shadow: none;
  background-color: transparent;
}
body.single-guide main .refine,
body.guide-list main .refine,
body.post-type-archive-guide main .refine {
  background-color: #1E7984;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 1em;
  margin-bottom: 30px;
  position: relative;
}
body.single-guide main .refine .flex,
body.guide-list main .refine .flex,
body.post-type-archive-guide main .refine .flex {
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  body.single-guide main .refine .flex,
  body.guide-list main .refine .flex,
  body.post-type-archive-guide main .refine .flex {
    width: 1160px;
  }
}
body.single-guide main .refine h1,
body.guide-list main .refine h1,
body.post-type-archive-guide main .refine h1 {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
body.single-guide main .refine h1::after,
body.guide-list main .refine h1::after,
body.post-type-archive-guide main .refine h1::after {
  content: "";
  background-image: url(img/common/icon_h2_area.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 3.5rem;
  width: 146px;
  height: 20px;
}
body.single-guide main .refine .condition,
body.guide-list main .refine .condition,
body.post-type-archive-guide main .refine .condition {
  overflow: hidden;
  height: 0px;
  transition: all 0.2s;
  opacity: 0;
  display: flex;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  body.single-guide main .refine .condition,
  body.guide-list main .refine .condition,
  body.post-type-archive-guide main .refine .condition {
    width: 750px;
    margin: 0 auto;
    height: 90px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
body.single-guide main .refine .condition form,
body.guide-list main .refine .condition form,
body.post-type-archive-guide main .refine .condition form {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  body.single-guide main .refine .condition form,
  body.guide-list main .refine .condition form,
  body.post-type-archive-guide main .refine .condition form {
    display: flex;
    justify-content: space-between;
  }
}
body.single-guide main .refine .condition form .col:nth-of-type(4),
body.guide-list main .refine .condition form .col:nth-of-type(4),
body.post-type-archive-guide main .refine .condition form .col:nth-of-type(4) {
  height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  body.single-guide main .refine .condition form .col,
  body.guide-list main .refine .condition form .col,
  body.post-type-archive-guide main .refine .condition form .col {
    /*PC*/
    width: 22%;
  }
  body.single-guide main .refine .condition form .col:nth-of-type(4),
  body.guide-list main .refine .condition form .col:nth-of-type(4),
  body.post-type-archive-guide main .refine .condition form .col:nth-of-type(4) {
    height: initial;
    margin: 25px 0 0 0;
  }
}
body.single-guide main .refine .condition form input[type=submit],
body.guide-list main .refine .condition form input[type=submit],
body.post-type-archive-guide main .refine .condition form input[type=submit] {
  width: 100%;
}
@media screen and (min-width: 769px) {
  body.single-guide main .refine .condition form input[type=submit],
  body.guide-list main .refine .condition form input[type=submit],
  body.post-type-archive-guide main .refine .condition form input[type=submit] {
    /*PC*/
    margin: 25px auto 0px auto;
  }
}
body.single-guide main .refine.open .condition,
body.guide-list main .refine.open .condition,
body.post-type-archive-guide main .refine.open .condition {
  height: 90px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body.single-guide main .refine.open #search-condition::before,
body.guide-list main .refine.open #search-condition::before,
body.post-type-archive-guide main .refine.open #search-condition::before {
  transform: rotate(90deg) scale(1) translate(-3px, 20%);
}
body.single-guide .lead,
body.guide-list .lead,
body.post-type-archive-guide .lead {
  align-self: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 2rem;
}
body.single-guide table,
body.guide-list table,
body.post-type-archive-guide table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  body.single-guide table,
  body.guide-list table,
  body.post-type-archive-guide table {
    width: 100%;
  }
}
body.single-guide table thead th,
body.guide-list table thead th,
body.post-type-archive-guide table thead th {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  padding: 0.6em 1em;
  color: #fff;
  background-color: #1E7984;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.single-guide table thead th,
  body.guide-list table thead th,
  body.post-type-archive-guide table thead th {
    display: block;
    width: 100%;
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  body.single-guide table tbody,
  body.guide-list table tbody,
  body.post-type-archive-guide table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.single-guide table tbody tr,
  body.guide-list table tbody tr,
  body.post-type-archive-guide table tbody tr {
    display: block;
    padding: 0.6em 0;
  }
}
body.single-guide table tbody td,
body.guide-list table tbody td,
body.post-type-archive-guide table tbody td {
  padding: 0.6em 1em;
}
@media screen and (max-width: 768px) {
  body.single-guide table tbody td,
  body.guide-list table tbody td,
  body.post-type-archive-guide table tbody td {
    display: block;
    width: 100%;
    padding: 0 1em;
  }
}
body.single-guide table tbody td .row .col:nth-child(1),
body.guide-list table tbody td .row .col:nth-child(1),
body.post-type-archive-guide table tbody td .row .col:nth-child(1) {
  margin-right: 15px;
}
body.single-guide table tbody td .row .col:nth-child(2),
body.guide-list table tbody td .row .col:nth-child(2),
body.post-type-archive-guide table tbody td .row .col:nth-child(2) {
  font-size: 13px;
  font-size: 0.8125rem;
}
body.single-guide table tbody td a,
body.guide-list table tbody td a,
body.post-type-archive-guide table tbody td a {
  font-weight: bold;
}
body.single-guide table tbody td a.hinai-ok,
body.guide-list table tbody td a.hinai-ok,
body.post-type-archive-guide table tbody td a.hinai-ok {
  position: relative;
}
body.single-guide table tbody td a.hinai-ok::after,
body.guide-list table tbody td a.hinai-ok::after,
body.post-type-archive-guide table tbody td a.hinai-ok::after {
  content: "";
  background-image: url(img/guide/icon_hinai-ok.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: inline-block;
  padding: 0;
  left: auto;
  right: -32px;
  top: -4px;
  width: 24px;
  height: 24px;
}
body.single-guide table tbody td a:hover,
body.guide-list table tbody td a:hover,
body.post-type-archive-guide table tbody td a:hover {
  text-decoration: underline;
}
body.single-guide table tr:nth-child(odd),
body.guide-list table tr:nth-child(odd),
body.post-type-archive-guide table tr:nth-child(odd) {
  background-color: #fff;
}
body.single-guide table tr:nth-child(even),
body.guide-list table tr:nth-child(even),
body.post-type-archive-guide table tr:nth-child(even) {
  background-color: #f1f1f1;
}

body.post-type-archive-guide h2.page-title {
  background-color: #1E7984;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
}
body.post-type-archive-guide .guide-loading {
  text-align: center;
  padding: 20px;
  color: #666;
  font-size: 14px;
}
body.post-type-archive-guide .guide-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  color: #721c24;
}
body.post-type-archive-guide .guide-list {
  padding: 0;
  margin: 0;
}
body.post-type-archive-guide .guide-list .no-results {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}
body.post-type-archive-guide .guide-item {
  list-style-type: none;
  position: relative;
  padding: 20px;
  margin: 0 0 0 0;
  background-color: #fff;
}
body.post-type-archive-guide .guide-item:nth-child(odd) {
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item .guide-name-awards {
    flex: 0 0 300px;
  }
}
body.post-type-archive-guide .guide-item h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item h2 {
    margin-bottom: 5px;
  }
}
body.post-type-archive-guide .guide-item .guide-awards {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item .guide-awards {
    margin-bottom: 0;
  }
}
body.post-type-archive-guide .guide-item .guide-awards .award-badge {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 8px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}
body.post-type-archive-guide .guide-item .guide-awards .award-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item .guide-contact-info {
    flex: 1;
  }
}
body.post-type-archive-guide .guide-item .guide-address,
body.post-type-archive-guide .guide-item .guide-phone {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item .guide-address,
  body.post-type-archive-guide .guide-item .guide-phone {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item .guide-address .label,
  body.post-type-archive-guide .guide-item .guide-phone .label {
    display: none;
  }
}
body.post-type-archive-guide .guide-item .guide-address .value,
body.post-type-archive-guide .guide-item .guide-phone .value {
  color: #333;
}
body.post-type-archive-guide .guide-item .guide-address a.value,
body.post-type-archive-guide .guide-item .guide-phone a.value {
  color: #333;
  text-decoration: none;
}
body.post-type-archive-guide .guide-item .guide-address a.value:hover,
body.post-type-archive-guide .guide-item .guide-phone a.value:hover {
  text-decoration: underline;
}
body.post-type-archive-guide .guide-item .guide-actions {
  display: flex;
  gap: 10px;
  margin: 0 -5px;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item .guide-actions {
    flex: 0 0 240px;
    align-items: center;
  }
}
body.post-type-archive-guide .guide-item .guide-website {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item .guide-website {
    margin: 0;
  }
}
body.post-type-archive-guide .guide-item .guide-website .website-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: #197195;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s;
  white-space: nowrap;
}
body.post-type-archive-guide .guide-item .guide-website .website-link:hover {
  background-color: #145a75;
}
body.post-type-archive-guide .guide-item .guide-website .website-link:before {
  content: none;
}
body.post-type-archive-guide .guide-item .guide-detail-link {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-item .guide-detail-link {
    margin-top: 0;
  }
}
body.post-type-archive-guide .guide-item .guide-detail-link .btn-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: #197195;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.2s;
  white-space: nowrap;
  min-width: 150px;
}
body.post-type-archive-guide .guide-item .guide-detail-link .btn-detail:hover {
  background-color: #145a75;
}
body.post-type-archive-guide .guide-filters {
  background-color: #1E7984;
  color: #D8E1E3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-guide .guide-filters {
    display: flex;
    gap: 15px;
  }
}
body.post-type-archive-guide .guide-filters h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #197195;
  padding-bottom: 10px;
}
body.post-type-archive-guide .guide-filters h2::after {
  content: "";
  background-image: url(img/common/icon_h2.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding: 0 5px;
  width: 66px;
  height: 26px;
  float: right;
  margin-top: -10px;
}
body.post-type-archive-guide .guide-filters .filter-group {
  margin-bottom: 20px;
}
body.post-type-archive-guide .guide-filters .filter-group:last-of-type {
  margin-bottom: 0;
}
body.post-type-archive-guide .guide-filters .filter-group label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
body.post-type-archive-guide .guide-filters .filter-group label input[type=checkbox] {
  margin-right: 8px;
}
body.post-type-archive-guide .guide-filters .filter-group .filter-select {
  width: 100%;
  max-width: 400px;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.2s;
}
body.post-type-archive-guide .guide-filters .filter-group .filter-select:focus {
  outline: none;
  border-color: #197195;
  box-shadow: 0 0 0 0.2rem rgba(25, 113, 149, 0.25);
}
body.post-type-archive-guide .guide-filters .filter-group .filter-checkbox {
  width: auto;
  cursor: pointer;
}
body.post-type-archive-guide .guide-filters .filter-actions {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
}
body.post-type-archive-guide .guide-filters .filter-actions .btn-reset {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #6c757d;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
body.post-type-archive-guide .guide-filters .filter-actions .btn-reset:hover {
  background-color: #5a6268;
}
body.post-type-archive-guide .guide-filters .filter-actions .btn-reset:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
body.post-type-archive-guide .guide-count {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #e7f3f7;
  border-left: 4px solid #197195;
  border-radius: 4px;
}
body.post-type-archive-guide .guide-count p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
body.post-type-archive-guide .guide-count p span {
  font-weight: bold;
  color: #197195;
  font-size: 16px;
}

body.single-guide .award-tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
body.single-guide .award-tooltip-wrapper .award-icon {
  display: block;
  transition: transform 0.2s;
}
body.single-guide .award-tooltip-wrapper .award-icon:hover {
  transform: scale(1.1);
}
body.single-guide .award-tooltip-wrapper .award-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
  min-width: 200px;
  max-width: 300px;
  width: max-content;
  z-index: 10000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.single-guide .award-tooltip-wrapper .award-tooltip {
    font-size: 12px;
    padding: 8px 12px;
    min-width: 180px;
    max-width: 280px;
  }
}
body.single-guide .award-tooltip-wrapper .award-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}
body.single-guide .award-tooltip-wrapper .award-tooltip.tooltip-bottom {
  bottom: auto;
  top: calc(100% + 10px);
}
body.single-guide .award-tooltip-wrapper .award-tooltip.tooltip-bottom::after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
body.single-guide .award-tooltip-wrapper .award-tooltip.tooltip-left::after {
  left: 20px;
  transform: translateX(0);
}
body.single-guide .award-tooltip-wrapper .award-tooltip.tooltip-right::after {
  left: auto;
  right: 20px;
  transform: translateX(0);
}
body.single-guide .recent-awards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
body.single-guide .recent-awards-list .award-tooltip-wrapper .award-icon {
  width: 55px;
  height: auto;
}
body.single-guide .awards-list .award-tooltip-wrapper .award-icon {
  width: 55px;
  height: auto;
}
body.single-guide .guide-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
body.single-guide .guide-modal .guide-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
body.single-guide .guide-modal .guide-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  margin: 8vh auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body.single-guide .guide-modal .guide-modal-content {
    width: 95%;
    max-height: 85vh;
    margin: 8vh auto;
  }
}
body.single-guide .guide-modal .guide-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
}
body.single-guide .guide-modal .guide-modal-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-guide .guide-modal .guide-modal-header h2 {
    font-size: 18px;
  }
}
body.single-guide .guide-modal .guide-modal-header .guide-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 60px;
  height: 60px;
  transform: translate(30px, -80px);
  text-align: center;
  transition: opacity 0.2s;
  overflow: hidden;
}
body.single-guide .guide-modal .guide-modal-header .guide-modal-close span {
  display: block;
  width: 50%;
  height: 50%;
  border-top: 1px solid #D8E1E3;
  border-right: 1px solid #D8E1E3;
  position: absolute;
}
body.single-guide .guide-modal .guide-modal-header .guide-modal-close span:nth-child(1) {
  transform: rotate(45deg) translate(-15px, -5px);
}
body.single-guide .guide-modal .guide-modal-header .guide-modal-close span:nth-child(2) {
  transform: rotate(-135deg) translate(-14px, 34px);
}
body.single-guide .guide-modal .guide-modal-header .guide-modal-close:hover {
  opacity: 0.7;
}
body.single-guide .guide-modal .guide-modal-header .guide-modal-close:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
body.single-guide .guide-modal .guide-modal-body {
  padding: 25px;
  overflow-y: auto;
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.single-guide .guide-modal .guide-modal-body {
    padding: 20px;
  }
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section {
  margin-bottom: 30px;
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section:last-child {
  margin-bottom: 0;
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section .field-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: sans-serif;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.single-guide .guide-modal .guide-modal-body .field-guides-section .field-name {
    font-size: 16px;
    font-size: 1rem;
  }
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list .guide-item {
  padding: 12px 15px;
  margin-bottom: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list .guide-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list .guide-item:hover {
  background-color: #e9ecef;
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list .guide-item:last-child {
  margin-bottom: 0;
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list .guide-item .guide-number {
  display: inline-block;
  min-width: 100px;
  font-weight: bold;
  color: #197195;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list .guide-item .guide-number {
    min-width: auto;
    font-size: 13px;
  }
}
body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list .guide-item .guide-name {
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.single-guide .guide-modal .guide-modal-body .field-guides-section .guides-list .guide-item .guide-name {
    font-size: 13px;
  }
}
body.single-guide .guide-modal .guide-modal-body .no-guides {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-size: 14px;
}
body.single-guide .guide-detail {
  position: relative;
  padding: 20px 0;
}
body.single-guide .guide-detail h1.page-title {
  margin-bottom: 15px;
}
body.single-guide .guide-detail .guide-pr-image {
  margin-bottom: 20px;
}
body.single-guide .guide-detail .guide-pr-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
body.single-guide .guide-detail .guide-basic-info {
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
body.single-guide .guide-detail .guide-basic-info .info-row {
  margin-bottom: 10px;
}
body.single-guide .guide-detail .guide-basic-info .info-row .label {
  font-weight: bold;
  margin-right: 10px;
  color: #333;
}
body.single-guide .guide-detail .guide-basic-info .info-row .value {
  color: #555;
}
body.single-guide .guide-detail .guide-pr-text {
  margin-bottom: 30px;
}
body.single-guide .guide-detail .guide-pr-text h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #197195;
  padding-bottom: 5px;
}
body.single-guide .guide-detail .guide-pr-text p {
  line-height: 1.8;
  color: #555;
}
body.single-guide .guide-detail .guide-guides,
body.single-guide .guide-detail .guide-fields,
body.single-guide .guide-detail .guide-languages,
body.single-guide .guide-detail .guide-activities,
body.single-guide .guide-detail .guide-awards,
body.single-guide .guide-detail .guide-recent-awards {
  margin-bottom: 30px;
}
body.single-guide .guide-detail .guide-guides h2,
body.single-guide .guide-detail .guide-fields h2,
body.single-guide .guide-detail .guide-languages h2,
body.single-guide .guide-detail .guide-activities h2,
body.single-guide .guide-detail .guide-awards h2,
body.single-guide .guide-detail .guide-recent-awards h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #197195;
  padding-bottom: 5px;
}
body.single-guide .guide-detail .guide-guides ul,
body.single-guide .guide-detail .guide-fields ul,
body.single-guide .guide-detail .guide-languages ul,
body.single-guide .guide-detail .guide-activities ul,
body.single-guide .guide-detail .guide-awards ul,
body.single-guide .guide-detail .guide-recent-awards ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.single-guide .guide-detail .guide-guides ul li,
body.single-guide .guide-detail .guide-fields ul li,
body.single-guide .guide-detail .guide-languages ul li,
body.single-guide .guide-detail .guide-activities ul li,
body.single-guide .guide-detail .guide-awards ul li,
body.single-guide .guide-detail .guide-recent-awards ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
  list-style-type: none;
  margin: 0;
}
body.single-guide .guide-detail .guide-guides ul li:last-child,
body.single-guide .guide-detail .guide-fields ul li:last-child,
body.single-guide .guide-detail .guide-languages ul li:last-child,
body.single-guide .guide-detail .guide-activities ul li:last-child,
body.single-guide .guide-detail .guide-awards ul li:last-child,
body.single-guide .guide-detail .guide-recent-awards ul li:last-child {
  border-bottom: none;
}
body.single-guide .guide-detail .guides-list .guide-number {
  display: inline-block;
  min-width: 100px;
  font-weight: bold;
  color: #197195;
}
body.single-guide .guide-detail .guides-list .guide-name {
  color: #333;
}
body.single-guide .guide-detail .fields-list .field-type {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  background-color: #197195;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
body.single-guide .guide-detail .fields-list .field-name {
  font-weight: bold;
  color: #333;
}
body.single-guide .guide-detail .fields-list .field-id {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
body.single-guide .guide-detail .languages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.single-guide .guide-detail .languages-list li {
  padding: 8px 15px;
  background-color: #f0f8ff;
  border: 1px solid #197195;
  border-radius: 20px;
  color: #197195;
  font-size: 14px;
  border-bottom: 1px solid #197195;
}
body.single-guide .guide-detail .languages-list li:hover {
  background-color: #197195;
  color: #fff;
}
body.single-guide .guide-detail .activities-list .activity-name {
  font-weight: bold;
  color: #333;
}
body.single-guide .guide-detail .activities-list .activity-id {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
body.single-guide .guide-detail .awards-list .award-year,
body.single-guide .guide-detail .recent-awards-list .award-year {
  display: inline-block;
  min-width: 80px;
  color: #999;
  font-size: 13px;
}
body.single-guide .guide-detail .awards-list .award-title,
body.single-guide .guide-detail .recent-awards-list .award-title {
  color: #333;
  font-weight: bold;
}
body.single-guide .back-to-list {
  margin-top: 40px;
  text-align: left;
}
body.single-guide .back-to-list a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #197195;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
body.single-guide .back-to-list a:hover {
  background-color: #145a75;
}
body.single-guide .back-to-list a::before {
  background-image: none;
}
body.single-guide .guide-not-found {
  padding: 40px 20px;
  text-align: center;
}
body.single-guide .guide-not-found h1 {
  margin-bottom: 20px;
  color: #666;
}
body.single-guide .guide-not-found p {
  color: #999;
  margin-bottom: 30px;
}

body.guide-detail,
body.single-guide {
  background-color: #D8E1E3;
}
body.guide-detail .keyvisual,
body.single-guide .keyvisual {
  position: fixed;
  height: 100vw;
  width: 100vw;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0.3;
  filter: saturate(0.5) blur(4px);
}
body.guide-detail main,
body.single-guide main {
  background-color: transparent;
}
body.guide-detail main .slide ul,
body.single-guide main .slide ul {
  margin: 0;
  padding: 0;
}
body.guide-detail main .slide div,
body.single-guide main .slide div {
  padding: 0;
  list-style-type: none;
}
body.guide-detail main .slide div img,
body.single-guide main .slide div img {
  border: 4px solid #fff;
  border-radius: 13px;
  width: 688px;
}
body.guide-detail main .content-box,
body.single-guide main .content-box {
  background-color: transparent;
  box-shadow: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.guide-detail main .content-box,
  body.single-guide main .content-box {
    padding-bottom: 0;
  }
  body.guide-detail main .content-box .slide,
  body.single-guide main .content-box .slide {
    margin: -10px;
  }
  body.guide-detail main .content-box .slide img,
  body.single-guide main .content-box .slide img {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }
}
body.guide-detail main .content-box .block,
body.single-guide main .content-box .block {
  background-color: #fff;
  padding: 30px 0px 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
body.guide-detail main .content-box h1,
body.single-guide main .content-box h1 {
  padding-left: 0;
  margin-bottom: 1.2rem;
  line-height: 1;
}
body.guide-detail main .content-box h1::after,
body.single-guide main .content-box h1::after {
  content: none;
}
body.guide-detail main .content-box .recent-awards-list,
body.single-guide main .content-box .recent-awards-list {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
body.guide-detail main .content-box .message,
body.single-guide main .content-box .message {
  bottom: 0;
  right: 0;
  padding: 10px 20px 20px 20px;
}
@media screen and (min-width: 769px) {
  body.guide-detail main .content-box .message,
  body.single-guide main .content-box .message {
    width: 480px;
    position: absolute;
  }
}
body.guide-detail main .content-box .message ul.recent-awards-list img,
body.single-guide main .content-box .message ul.recent-awards-list img {
  width: 55px;
}
body.guide-detail main .content-box .message p.description,
body.single-guide main .content-box .message p.description {
  max-height: 360px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  body.guide-detail main .content-box .basic-information,
  body.single-guide main .content-box .basic-information {
    display: block;
    padding: 20px 10px 40px 10px;
  }
}
@media screen and (min-width: 769px) {
  body.guide-detail main .content-box .basic-information,
  body.single-guide main .content-box .basic-information {
    width: 1130px;
  }
}
body.guide-detail main .content-box .basic-information table tr td,
body.single-guide main .content-box .basic-information table tr td {
  font-weight: normal;
  vertical-align: top;
}
body.guide-detail main .content-box .basic-information table tr td:nth-child(1),
body.single-guide main .content-box .basic-information table tr td:nth-child(1) {
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  body.guide-detail main .content-box .basic-information table tr td:nth-child(1),
  body.single-guide main .content-box .basic-information table tr td:nth-child(1) {
    text-align: right;
    font-weight: normal;
  }
}
body.guide-detail main .content-box .basic-information table tr:nth-child(odd),
body.single-guide main .content-box .basic-information table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
body.guide-detail main .content-box .basic-information table tr:nth-child(even),
body.single-guide main .content-box .basic-information table tr:nth-child(even) {
  background-color: #fff;
}
body.guide-detail main .content-box .basic-information h2,
body.single-guide main .content-box .basic-information h2 {
  white-space: nowrap;
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body.guide-detail main .content-box .basic-information h2,
  body.single-guide main .content-box .basic-information h2 {
    padding-left: 76px;
    margin-bottom: 20px;
    text-align: left;
  }
}
body.guide-detail main .content-box .basic-information h2::after,
body.single-guide main .content-box .basic-information h2::after {
  content: "";
  background-image: url(img/common/icon_h2.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 3.5rem;
  width: 66px;
  height: 26px;
}
@media screen and (min-width: 769px) {
  body.guide-detail main .content-box .basic-information h2::after,
  body.single-guide main .content-box .basic-information h2::after {
    left: 0;
    top: 0;
    transform: scale(1) translate(0, 23%);
  }
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(1),
body.single-guide main .content-box .basic-information .col:nth-of-type(1) {
  flex-basis: 55%;
}
@media screen and (min-width: 769px) {
  body.guide-detail main .content-box .basic-information .col:nth-of-type(1) h2,
  body.single-guide main .content-box .basic-information .col:nth-of-type(1) h2 {
    margin-right: 20px;
  }
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(1) .btn.map img,
body.single-guide main .content-box .basic-information .col:nth-of-type(1) .btn.map img {
  vertical-align: text-bottom;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2),
body.single-guide main .content-box .basic-information .col:nth-of-type(2) {
  margin-top: 2rem;
  flex-basis: 38%;
}
@media screen and (min-width: 769px) {
  body.guide-detail main .content-box .basic-information .col:nth-of-type(2),
  body.single-guide main .content-box .basic-information .col:nth-of-type(2) {
    margin-top: 0px;
  }
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) h3,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) h3 img,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) h3 img {
  margin-right: 5px;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) h3.field,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) h3.field {
  margin-top: 0;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) h3.field img,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) h3.field img {
  margin-left: 4px;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) ul,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) ul li,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) ul li {
  list-style-type: none;
  padding: 0;
  margin-right: 10px;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) .btn,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) .btn {
  padding: 2px 8px;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) .btn::before,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) .btn::before {
  content: none;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) .specified-field,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) .specified-field {
  gap: 10px;
  justify-content: flex-start;
  margin: 5px 0;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) .specified-field button.btn,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) .specified-field button.btn {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #197195;
  color: #fff;
  outline: none;
  border: #197195 solid 1px;
  padding: 1px 6px;
  border-radius: 4px;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) .unspecified-field,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) .unspecified-field {
  justify-content: flex-start;
  margin: 5px 0;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) .field-type.tag,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) .field-type.tag {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: sans-serif;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 4px;
  border: #333 solid 1px;
  color: #333;
  width: auto;
}
body.guide-detail main .content-box .basic-information .col:nth-of-type(2) .fields-list,
body.single-guide main .content-box .basic-information .col:nth-of-type(2) .fields-list {
  margin-bottom: 1.4em;
}
body.guide-detail main .content-box .basic-information ul.awards-list img,
body.single-guide main .content-box .basic-information ul.awards-list img {
  width: 55px;
}

body.field-detail #keyvisual,
body.single-field #keyvisual {
  height: 100vh;
}
body.field-detail #keyvisual div.slide,
body.single-field #keyvisual div.slide {
  margin: 0;
}
body.field-detail #keyvisual div.slide figure,
body.single-field #keyvisual div.slide figure {
  height: 100vh;
  background-position: center center;
}
body.field-detail #keyvisual div.slide figure h1,
body.single-field #keyvisual div.slide figure h1 {
  padding: 5px 20px 5px 10px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 100px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  body.field-detail #keyvisual div.slide figure h1,
  body.single-field #keyvisual div.slide figure h1 {
    padding: 5px 20px 5px 70px;
    top: 170px;
  }
}
body.field-detail #keyvisual div.slide .slick-dots,
body.single-field #keyvisual div.slide .slick-dots {
  bottom: 95px;
}
@media screen and (min-width: 769px) {
  body.field-detail #keyvisual div.slide .slick-dots,
  body.single-field #keyvisual div.slide .slick-dots {
    bottom: 30px;
    left: 0;
    width: 50%;
  }
}
body.field-detail #keyvisual div.slide .slick-dots li,
body.single-field #keyvisual div.slide .slick-dots li {
  height: 8px;
  width: 25px;
  margin: 0 5px;
}
body.field-detail #keyvisual div.slide .slick-dots li button,
body.single-field #keyvisual div.slide .slick-dots li button {
  height: 8px;
  width: 25px;
}
body.field-detail #keyvisual div.slide .slick-dots li button:before,
body.single-field #keyvisual div.slide .slick-dots li button:before {
  height: 8px;
  width: 25px;
  background: #fff;
  content: "";
  opacity: 1;
  border-radius: 10px;
}
body.field-detail #keyvisual div.slide .slick-dots li.slick-active button:before,
body.single-field #keyvisual div.slide .slick-dots li.slick-active button:before {
  background: #ff4;
}
body.field-detail #keyvisual div.slide .slick-dots > li:first-child:last-child,
body.single-field #keyvisual div.slide .slick-dots > li:first-child:last-child {
  display: none;
}
body.field-detail main,
body.single-field main {
  margin-top: calc(100vh - 150px);
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
}
body.field-detail main .content-box,
body.single-field main .content-box {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
body.field-detail main .content-box.attention,
body.single-field main .content-box.attention {
  pointer-events: none;
  width: 100%;
  margin-top: -70px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.attention,
  body.single-field main .content-box.attention {
    margin-top: -150px;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
    pointer-events: none;
  }
}
body.field-detail main .content-box.attention .block,
body.single-field main .content-box.attention .block {
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.attention .block,
  body.single-field main .content-box.attention .block {
    width: 604px;
  }
}
body.field-detail main .content-box.attention h2,
body.single-field main .content-box.attention h2 {
  color: #46763A;
  text-align: center;
}
body.field-detail main .content-box.attention p,
body.single-field main .content-box.attention p {
  margin-top: 1.5rem;
}
body.field-detail main .content-box.feature,
body.single-field main .content-box.feature {
  pointer-events: none;
  width: 100%;
  margin-top: -70px;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.feature,
  body.single-field main .content-box.feature {
    margin-top: -150px;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
    pointer-events: none;
  }
}
body.field-detail main .content-box.feature h2,
body.single-field main .content-box.feature h2 {
  text-align: center;
}
body.field-detail main .content-box.feature .block,
body.single-field main .content-box.feature .block {
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.feature .block,
  body.single-field main .content-box.feature .block {
    width: 604px;
  }
}
body.field-detail main .content-box.feature h2,
body.single-field main .content-box.feature h2 {
  text-align: center;
  position: relative;
}
body.field-detail main .content-box.feature h2::after,
body.single-field main .content-box.feature h2::after {
  content: "";
  background-image: url(img/common/icon_h2_purpose.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 3rem;
  width: 147px;
  height: 16px;
}
body.field-detail main .content-box.feature .linklist,
body.single-field main .content-box.feature .linklist {
  justify-content: flex-start;
}
body.field-detail main .content-box.feature .linklist a,
body.single-field main .content-box.feature .linklist a {
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
}
body.field-detail main .content-box.feature .linklist a::before,
body.single-field main .content-box.feature .linklist a::before {
  content: none;
}
body.field-detail main .content-box.area-field,
body.single-field main .content-box.area-field {
  padding: 30px 0 60px 0;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.area-field .block,
  body.single-field main .content-box.area-field .block {
    width: 1160px;
    margin: 0 auto;
  }
}
body.field-detail main .content-box.area-field > .block:nth-child(2),
body.single-field main .content-box.area-field > .block:nth-child(2) {
  position: relative;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.area-field > .block:nth-child(2),
  body.single-field main .content-box.area-field > .block:nth-child(2) {
    min-height: 830px;
  }
}
@media screen and (max-width: 768px) {
  body.field-detail main .content-box.area-field > .block:nth-child(2),
  body.single-field main .content-box.area-field > .block:nth-child(2) {
    text-align: center;
  }
}
body.field-detail main .content-box.area-field #field-rule,
body.single-field main .content-box.area-field #field-rule {
  display: inline-block;
  width: 96vw;
  text-shadow: 0 0 5px rgb(255, 255, 255);
  /*
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  */
  padding: 10px 30px 30px;
  margin: 0px 0 20px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.area-field #field-rule,
  body.single-field main .content-box.area-field #field-rule {
    width: 550px;
    margin-left: calc(50% - 650px);
  }
}
@media screen and (max-width: 768px) {
  body.field-detail main .content-box.area-field #field-rule,
  body.single-field main .content-box.area-field #field-rule {
    padding: 10px 20px 10px;
  }
}
body.field-detail main .content-box.area-field #field-rule > *,
body.single-field main .content-box.area-field #field-rule > * {
  width: 100%;
  margin-left: 0;
}
body.field-detail main .content-box.area-field #field-rule h2,
body.single-field main .content-box.area-field #field-rule h2 {
  text-align: center;
  color: #666;
  position: relative;
}
body.field-detail main .content-box.area-field #field-rule h2::after,
body.single-field main .content-box.area-field #field-rule h2::after {
  content: "";
  background-image: url(img/common/icon_h2_rule.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, 100%);
  left: 50%;
  bottom: 0;
  margin-bottom: 0;
  width: 176px;
  height: 23px;
}
body.field-detail main .content-box.area-field #supported-guide,
body.single-field main .content-box.area-field #supported-guide {
  width: 96vw;
  margin: 0px auto;
  text-align: left;
  color: #fff;
  background-color: #1E7984;
  padding: 10px 30px 20px;
  border-radius: 10px;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.area-field #supported-guide,
  body.single-field main .content-box.area-field #supported-guide {
    width: 1160px;
    margin-left: calc(50% - 1320px);
  }
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box.area-field #supported-guide > *,
  body.single-field main .content-box.area-field #supported-guide > * {
    width: 390px;
    margin-left: 710px;
  }
}
body.field-detail main .content-box.area-field #supported-guide h2,
body.single-field main .content-box.area-field #supported-guide h2 {
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 1.2;
}
body.field-detail main .content-box.area-field #supported-guide h2::after,
body.single-field main .content-box.area-field #supported-guide h2::after {
  content: "";
  background-image: url(img/common/icon_h2_area.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 5rem;
  width: 146px;
  height: 20px;
}
body.field-detail main .content-box .guide-list,
body.single-field main .content-box .guide-list {
  overflow: scroll;
  overflow-x: hidden;
  height: 150px;
  /* スクロールの幅の設定 */
  /* スクロールの背景の設定 */
  /* スクロールのつまみ部分の設定 */
}
body.field-detail main .content-box .guide-list::-webkit-scrollbar,
body.single-field main .content-box .guide-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body.field-detail main .content-box .guide-list::-webkit-scrollbar-track,
body.single-field main .content-box .guide-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #1B585F;
}
body.field-detail main .content-box .guide-list::-webkit-scrollbar-thumb,
body.single-field main .content-box .guide-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #fff;
}
body.field-detail main .content-box .guide-list ul,
body.single-field main .content-box .guide-list ul {
  margin: 0;
}
body.field-detail main .content-box .guide-list a,
body.single-field main .content-box .guide-list a {
  color: #fff;
}
body.field-detail main .content-box .guide-list a:hover,
body.single-field main .content-box .guide-list a:hover {
  text-decoration: underline;
}
body.field-detail main .content-box #areamap,
body.single-field main .content-box #areamap {
  /*map*/
  margin-bottom: 30px;
  right: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box #areamap,
  body.single-field main .content-box #areamap {
    position: absolute;
    text-align: right;
  }
}
body.field-detail main .content-box #areamap h1,
body.single-field main .content-box #areamap h1 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #333;
  border-bottom: 2px solid #333;
  text-align: left;
  position: relative;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box #areamap h1,
  body.single-field main .content-box #areamap h1 {
    margin-left: 50%;
    transform: translate(500px, 0);
  }
}
body.field-detail main .content-box #areamap h1::before,
body.single-field main .content-box #areamap h1::before {
  content: none;
}
body.field-detail main .content-box #areamap svg,
body.single-field main .content-box #areamap svg {
  margin-right: -120px;
}
@media screen and (min-width: 769px) {
  body.field-detail main .content-box #areamap svg,
  body.single-field main .content-box #areamap svg {
    width: 1000px;
  }
}
body.field-detail main .content-box #areamap svg #marker,
body.single-field main .content-box #areamap svg #marker {
  display: block;
}
body.field-detail main .content-box #other-field h2,
body.single-field main .content-box #other-field h2 {
  text-align: center;
  position: relative;
}
body.field-detail main .content-box #other-field h2::after,
body.single-field main .content-box #other-field h2::after {
  content: "";
  background-image: url(img/common/icon_h2_guide.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  transform: scale(1) translate(-50%, 100%);
  left: 50%;
  bottom: 0;
  width: 146px;
  height: 20px;
  margin-bottom: 0;
}
body.field-detail main .content-box #other-field ul,
body.single-field main .content-box #other-field ul {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.field-detail main .content-box #other-field ul,
  body.single-field main .content-box #other-field ul {
    flex-flow: wrap;
  }
}
body.field-detail main .content-box #other-field ul li,
body.single-field main .content-box #other-field ul li {
  list-style-type: none;
  padding: 0;
}
body.field-detail main .content-box #other-field ul li a,
body.single-field main .content-box #other-field ul li a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 5px;
  position: relative;
}
body.field-detail main .content-box #other-field ul li a .field-title,
body.single-field main .content-box #other-field ul li a .field-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0;
  font-size: 12px;
  font-size: 0.75rem;
  transition: all 0.2s;
}
body.field-detail main .content-box #other-field ul li a img,
body.single-field main .content-box #other-field ul li a img {
  width: 100%;
  border-radius: 50px;
  transition: all 0.2s;
}
body.field-detail main .content-box #other-field ul li a:hover .field-title,
body.single-field main .content-box #other-field ul li a:hover .field-title {
  padding: 0.2em;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
body.field-detail main .content-box #other-field ul li a:hover img,
body.single-field main .content-box #other-field ul li a:hover img {
  border-radius: 0;
}
body.field-detail main .content-box.rule,
body.single-field main .content-box.rule {
  width: 100%;
  background-color: #D8E1E3;
}

body.post-type-archive-news .page-title,
body.tax-news_category .page-title,
body.single-news .page-title {
  margin-bottom: 30px;
}
body.post-type-archive-news .content h2,
body.tax-news_category .content h2,
body.single-news .content h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
body.post-type-archive-news .content li,
body.tax-news_category .content li,
body.single-news .content li {
  list-style-type: none;
  padding: 15px 0;
}
body.post-type-archive-news .paging ul,
body.tax-news_category .paging ul,
body.single-news .paging ul {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
body.post-type-archive-news .paging li,
body.tax-news_category .paging li,
body.single-news .paging li {
  list-style-type: none;
}
body.post-type-archive-news .paging li a,
body.tax-news_category .paging li a,
body.single-news .paging li a {
  display: inline-block;
  margin: 5px;
  padding: 5px 8px;
  border: 1px solid #ccc;
}
body.post-type-archive-news .paging li.current span,
body.tax-news_category .paging li.current span,
body.single-news .paging li.current span {
  display: inline-block;
  margin: 5px;
  padding: 5px 8px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
body.post-type-archive-news .news-loading,
body.tax-news_category .news-loading,
body.single-news .news-loading {
  text-align: center;
  padding: 20px;
  color: #666;
  font-size: 14px;
}
body.post-type-archive-news .news-error,
body.tax-news_category .news-error,
body.single-news .news-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  color: #721c24;
}
body.post-type-archive-news .news-list,
body.tax-news_category .news-list,
body.single-news .news-list {
  padding: 0 4%;
  margin: 0 auto;
}
body.post-type-archive-news .news-list .no-results,
body.tax-news_category .news-list .no-results,
body.single-news .news-list .no-results {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}
body.post-type-archive-news .news-item,
body.tax-news_category .news-item,
body.single-news .news-item {
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-news .news-item,
  body.tax-news_category .news-item,
  body.single-news .news-item {
    justify-content: flex-start;
    flex-flow: row;
  }
}
body.post-type-archive-news .news-item:last-child,
body.tax-news_category .news-item:last-child,
body.single-news .news-item:last-child {
  border-bottom: 1px solid #ccc;
}
body.post-type-archive-news .news-item h2,
body.tax-news_category .news-item h2,
body.single-news .news-item h2 {
  margin-bottom: 10px;
}
body.post-type-archive-news .news-item h2 a,
body.tax-news_category .news-item h2 a,
body.single-news .news-item h2 a {
  color: #333;
  text-decoration: none;
}
body.post-type-archive-news .news-item h2 a:hover,
body.tax-news_category .news-item h2 a:hover,
body.single-news .news-item h2 a:hover {
  text-decoration: underline;
  color: #007bff;
}
body.post-type-archive-news .news-item .meta,
body.tax-news_category .news-item .meta,
body.single-news .news-item .meta {
  color: #666;
}
body.post-type-archive-news .news-item .meta .pubdate,
body.tax-news_category .news-item .meta .pubdate,
body.single-news .news-item .meta .pubdate {
  margin-right: 15px;
}
body.post-type-archive-news .news-item .meta .author,
body.tax-news_category .news-item .meta .author,
body.single-news .news-item .meta .author {
  color: #999;
}
body.post-type-archive-news .news-item .content,
body.tax-news_category .news-item .content,
body.single-news .news-item .content {
  padding-left: 2.5rem;
  position: relative;
  flex-basis: auto;
}
body.post-type-archive-news .news-item .content .level-badge,
body.tax-news_category .news-item .content .level-badge,
body.single-news .news-item .content .level-badge {
  position: absolute;
  transform: translateY(15%);
  left: 0.5rem;
  margin-right: 15px;
  width: 1.3rem;
  height: 1.3rem;
}
body.post-type-archive-news .news-item .content p,
body.tax-news_category .news-item .content p,
body.single-news .news-item .content p {
  margin: 0;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-news .news-item .content p,
  body.tax-news_category .news-item .content p,
  body.single-news .news-item .content p {
    max-width: 860px;
  }
}
body.post-type-archive-news .news-item .content a,
body.tax-news_category .news-item .content a,
body.single-news .news-item .content a {
  text-decoration: underline;
}
body.post-type-archive-news .news-item .content a:hover,
body.tax-news_category .news-item .content a:hover,
body.single-news .news-item .content a:hover {
  color: #1e7984;
}
body.post-type-archive-news .block.content,
body.tax-news_category .block.content,
body.single-news .block.content {
        width: 100%;
}
body.post-type-archive-news .news-detail,
body.tax-news_category .news-detail,
body.single-news .news-detail {
  padding: 20px 0;
}
body.post-type-archive-news .news-detail .level-badge-wrapper,
body.tax-news_category .news-detail .level-badge-wrapper,
body.single-news .news-detail .level-badge-wrapper {
  margin-bottom: 15px;
  position: absolute;
  top: 0.5%;
  left: 1%;
}
@media screen and (min-width: 769px) {
  body.post-type-archive-news .news-detail .level-badge-wrapper,
  body.tax-news_category .news-detail .level-badge-wrapper,
  body.single-news .news-detail .level-badge-wrapper {
    top: 1%;
    left: 1%;
  }
}
body.post-type-archive-news .news-detail .level-badge-wrapper img,
body.tax-news_category .news-detail .level-badge-wrapper img,
body.single-news .news-detail .level-badge-wrapper img {
  width: 3rem;
  height: 3rem;
}
body.post-type-archive-news .news-detail h1.page-title,
body.tax-news_category .news-detail h1.page-title,
body.single-news .news-detail h1.page-title {
  margin-bottom: 15px;
}
body.post-type-archive-news .news-detail .meta,
body.tax-news_category .news-detail .meta,
body.single-news .news-detail .meta {
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
body.post-type-archive-news .news-detail .meta .pubdate,
body.tax-news_category .news-detail .meta .pubdate,
body.single-news .news-detail .meta .pubdate {
  margin-left: 15px;
}
body.post-type-archive-news .news-detail .meta .pubdate img,
body.tax-news_category .news-detail .meta .pubdate img,
body.single-news .news-detail .meta .pubdate img {
  vertical-align: baseline;
}
body.post-type-archive-news .news-detail .meta .author,
body.tax-news_category .news-detail .meta .author,
body.single-news .news-detail .meta .author {
  color: #999;
}
body.post-type-archive-news .news-detail .news-content,
body.tax-news_category .news-detail .news-content,
body.single-news .news-detail .news-content {
  margin-bottom: 40px;
  line-height: 1.8;
}
body.post-type-archive-news .news-detail .news-content p,
body.tax-news_category .news-detail .news-content p,
body.single-news .news-detail .news-content p {
  margin-bottom: 1em;
}
body.post-type-archive-news .news-detail .news-attachments,
body.tax-news_category .news-detail .news-attachments,
body.single-news .news-detail .news-attachments {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
body.post-type-archive-news .news-detail .news-attachments h3,
body.tax-news_category .news-detail .news-attachments h3,
body.single-news .news-detail .news-attachments h3 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}
body.post-type-archive-news .news-detail .news-attachments .attachment-list,
body.tax-news_category .news-detail .news-attachments .attachment-list,
body.single-news .news-detail .news-attachments .attachment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.post-type-archive-news .news-detail .news-attachments .attachment-list li,
body.tax-news_category .news-detail .news-attachments .attachment-list li,
body.single-news .news-detail .news-attachments .attachment-list li {
  list-style-type: none;
  border-bottom: none;
  padding: 0.5rem 0;
}
body.post-type-archive-news .news-detail .news-attachments .attachment-list li:last-child,
body.tax-news_category .news-detail .news-attachments .attachment-list li:last-child,
body.single-news .news-detail .news-attachments .attachment-list li:last-child {
  margin-bottom: 0;
}
body.post-type-archive-news .news-detail .news-attachments .attachment-list li a,
body.tax-news_category .news-detail .news-attachments .attachment-list li a,
body.single-news .news-detail .news-attachments .attachment-list li a {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s, border-color 0.2s;
}
body.post-type-archive-news .news-detail .news-attachments .attachment-list li a:hover,
body.tax-news_category .news-detail .news-attachments .attachment-list li a:hover,
body.single-news .news-detail .news-attachments .attachment-list li a:hover {
  background-color: #f0f8ff;
  border-color: #197195;
  text-decoration: none;
}
body.post-type-archive-news .news-detail .news-attachments .attachment-list li a:hover .file-name,
body.tax-news_category .news-detail .news-attachments .attachment-list li a:hover .file-name,
body.single-news .news-detail .news-attachments .attachment-list li a:hover .file-name {
  color: #197195;
}
body.post-type-archive-news .news-detail .news-attachments .attachment-list li a .file-icon,
body.tax-news_category .news-detail .news-attachments .attachment-list li a .file-icon,
body.single-news .news-detail .news-attachments .attachment-list li a .file-icon {
  margin-right: 10px;
  font-size: 18px;
}
body.post-type-archive-news .news-detail .news-attachments .attachment-list li a .file-name,
body.tax-news_category .news-detail .news-attachments .attachment-list li a .file-name,
body.single-news .news-detail .news-attachments .attachment-list li a .file-name {
  flex: 1;
  font-size: 14px;
}
body.post-type-archive-news .news-detail.level-important,
body.tax-news_category .news-detail.level-important,
body.single-news .news-detail.level-important {
  background-color: #fff5f5;
  border-left: 4px solid #dc3545;
  padding-left: 16px;
  padding-right: 16px;
}
body.post-type-archive-news .news-detail.level-important h1.page-title,
body.tax-news_category .news-detail.level-important h1.page-title,
body.single-news .news-detail.level-important h1.page-title {
  color: #dc3545;
  font-weight: bold;
}
body.post-type-archive-news .news-detail.level-caution,
body.tax-news_category .news-detail.level-caution,
body.single-news .news-detail.level-caution {
  background-color: #fffbf0;
  border-left: 4px solid #ffc107;
  padding-left: 16px;
  padding-right: 16px;
}
body.post-type-archive-news .news-detail.level-caution h1.page-title,
body.tax-news_category .news-detail.level-caution h1.page-title,
body.single-news .news-detail.level-caution h1.page-title {
  color: #856404;
}
body.post-type-archive-news .back-to-list,
body.tax-news_category .back-to-list,
body.single-news .back-to-list {
  margin-top: 40px;
  text-align: left;
}
body.post-type-archive-news .back-to-list a,
body.tax-news_category .back-to-list a,
body.single-news .back-to-list a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #197195;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
body.post-type-archive-news .back-to-list a:hover,
body.tax-news_category .back-to-list a:hover,
body.single-news .back-to-list a:hover {
  background-color: #145a75;
}
body.post-type-archive-news .back-to-list a::before,
body.tax-news_category .back-to-list a::before,
body.single-news .back-to-list a::before {
  background-image: none;
}
body.post-type-archive-news .news-not-found,
body.tax-news_category .news-not-found,
body.single-news .news-not-found {
  padding: 40px 20px;
  text-align: center;
}
body.post-type-archive-news .news-not-found h1,
body.tax-news_category .news-not-found h1,
body.single-news .news-not-found h1 {
  margin-bottom: 20px;
  color: #666;
}
body.post-type-archive-news .news-not-found p,
body.tax-news_category .news-not-found p,
body.single-news .news-not-found p {
  color: #999;
  margin-bottom: 30px;
}

body.field-usage-plan main .content-box h2.wp-block-heading {
  font-size: 24px;
  font-size: 1.5rem;
}
body.field-usage-plan table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
}
@media screen and (max-width: 768px) {
  body.field-usage-plan table {
    width: max-content;
  }
}
body.field-usage-plan table thead th {
  width: 33.3333333333%;
  border: 1px solid #999;
  background-color: #D9D9D9;
  padding: 0.8em;
  font-weight: normal;
}
body.field-usage-plan table tbody th {
  border: 1px solid #999;
  padding: 0.8em;
}
body.field-usage-plan table tbody th:first-child {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  body.field-usage-plan table tbody th:first-child {
    /*PC*/
    min-width: 100px;
  }
}
body.field-usage-plan table tbody td {
  border: 1px solid #999;
  padding: 0.8em;
}
@media screen and (max-width: 768px) {
  body.field-usage-plan table tbody td {
    /*SP*/
  }
}
body.field-usage-plan table tbody tr:nth-child(1) th:nth-child(1) {
  border-bottom: none;
  background-color: #91CDDC;
}
body.field-usage-plan table tbody tr:nth-child(2) th:nth-child(1) {
  border-top: none;
  background-color: #91CDDC;
}
body.field-usage-plan table tbody tr:nth-child(2) th:nth-child(2) {
  background-color: #D99594;
}
@media screen and (max-width: 768px) {
  body.field-usage-plan table tbody tr:nth-child(2) th:nth-child(2) {
    /*SP*/
    width: 50px;
  }
}
body.field-usage-plan table tbody tr:nth-child(4) th:nth-child(1) {
  background-color: #C1D69B;
}

body.tokutei-entry-flow main .content-box h2.wp-block-heading {
  font-size: 24px;
  font-size: 1.5rem;
}
body.tokutei-entry-flow main .content-box table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
}
@media screen and (max-width: 768px) {
  body.tokutei-entry-flow main .content-box table {
    width: max-content;
  }
}
body.tokutei-entry-flow main .content-box table thead th {
  width: 33.3333333333%;
  border: 1px solid #999;
  background-color: #D9D9D9;
  padding: 0.8em;
  font-weight: normal;
}
body.tokutei-entry-flow main .content-box table tbody th {
  border: 1px solid #999;
  padding: 0.8em;
}
body.tokutei-entry-flow main .content-box table tbody th:first-child {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  body.tokutei-entry-flow main .content-box table tbody th:first-child {
    /*PC*/
    min-width: 100px;
  }
}
body.tokutei-entry-flow main .content-box table tbody td {
  border: 1px solid #999;
  padding: 0.8em;
}
@media screen and (max-width: 768px) {
  body.tokutei-entry-flow main .content-box table tbody td {
    /*SP*/
  }
}
body.tokutei-entry-flow main .content-box table tbody tr:nth-child(1) th:nth-child(1) {
  border-bottom: none;
  background-color: #91CDDC;
}
body.tokutei-entry-flow main .content-box table tbody tr:nth-child(2) th:nth-child(1) {
  border-top: none;
  background-color: #91CDDC;
}
body.tokutei-entry-flow main .content-box table tbody tr:nth-child(2) th:nth-child(2) {
  background-color: #D99594;
}
@media screen and (max-width: 768px) {
  body.tokutei-entry-flow main .content-box table tbody tr:nth-child(2) th:nth-child(2) {
    /*SP*/
    width: 50px;
  }
}
body.tokutei-entry-flow main .content-box table tbody tr:nth-child(4) th:nth-child(1) {
  background-color: #C1D69B;
}
body.tokutei-entry-flow main .content-box .your-flow-block {
  margin-bottom: 60px;
}
body.tokutei-entry-flow main .content-box .your-flow-block h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  margin: 40px 0;
  border: 0;
  background: #1E7984;
  color: #fff;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
body.tokutei-entry-flow main .content-box .your-flow-block h3::before {
  content: url("img/tokutei-entry-flow/icon_h3_your_flow.svg");
}
body.tokutei-entry-flow main .content-box .your-flow-block .question {
  margin-bottom: 40px;
}
body.tokutei-entry-flow main .content-box .your-flow-block .question p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}
body.tokutei-entry-flow main .content-box .your-flow-block .question p::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 0.5em;
  background: #333;
  border-radius: 50%;
  flex-shrink: 0;
}
body.tokutei-entry-flow main .content-box .your-flow-block .question input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
body.tokutei-entry-flow main .content-box .your-flow-block .question .radio-button-control__label {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.tokutei-entry-flow main .content-box .your-flow-block .question .radio-button-control__label {
    align-items: flex-start;
  }
}
body.tokutei-entry-flow main .content-box .your-flow-block .question .radio-button-control__label::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #D9D9D9;
  flex-shrink: 0;
}
body.tokutei-entry-flow main .content-box .your-flow-block .question input[type=radio]:checked ~ .radio-button-control__label::before {
  background: #1E7984;
  border: 0;
}
body.tokutei-entry-flow main .content-box .your-flow-block .question input[type=radio]:checked ~ .radio-button-control__label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
body.tokutei-entry-flow main .content-box .your-flow-block label {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.tokutei-entry-flow main .content-box .your-flow-block label {
    line-height: 1.4;
  }
}
body.tokutei-entry-flow main .content-box .your-flow-block #how-to-apply,
body.tokutei-entry-flow main .content-box .your-flow-block #selectable-field,
body.tokutei-entry-flow main .content-box .your-flow-block .result-block,
body.tokutei-entry-flow main .content-box .your-flow-block .flow-1,
body.tokutei-entry-flow main .content-box .your-flow-block .flow-2,
body.tokutei-entry-flow main .content-box .your-flow-block .flow-3 {
  display: none;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block {
  margin-bottom: 50px;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block h4 {
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block h4::before {
  content: url("img/tokutei-entry-flow/icon_h4_your_flow.svg");
  height: 26px;
  border: 0;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block ol {
  padding: 25px 50px;
  counter-reset: listnum;
  list-style: none;
}
@media screen and (max-width: 768px) {
  body.tokutei-entry-flow main .content-box .your-flow-block .result-block ol {
    padding: 20px;
  }
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block ol li {
  position: relative;
  padding: 2px 0 25px 35px;
  margin-top: 25px;
  border-bottom: 1px dashed #000;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block ol li:last-child {
  border-bottom: 0;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block ol li::before {
  counter-increment: listnum;
  content: counter(listnum);
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block ol .notes {
  font-size: 80%;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block ol .notes-mark {
  font-size: 80%;
  vertical-align: top;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-1 {
  background: #F0E6F4;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-1 li {
  border-bottom-color: #A17DB7;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-1 li::before {
  background: #8D45AF;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-2 {
  background: #f9f8d2;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-2 li {
  border-bottom-color: #b7ab51;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-2 li::before {
  background: #9b900b;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-3 {
  background: #dff4e6;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-3 li {
  border-bottom-color: #84af90;
}
body.tokutei-entry-flow main .content-box .your-flow-block .result-block .flow-3 li::before {
  background: #679374;
}
body.tokutei-entry-flow main .content-box .red {
  color: #C10202;
}
body.tokutei-entry-flow main .content-box .gradation a {
  background: linear-gradient(to left, #1e7984 0%, #8ab568 100%);
}
body.tokutei-entry-flow main .content-box .application a,
body.tokutei-entry-flow main .content-box .availability a {
  width: 350px;
  font-size: 16px;
  font-size: 1rem;
}
body.tokutei-entry-flow main .content-box .application a:hover,
body.tokutei-entry-flow main .content-box .availability a:hover {
  opacity: 0.8;
  color: #fff;
}
body.tokutei-entry-flow main .content-box .application a:hover::before,
body.tokutei-entry-flow main .content-box .availability a:hover::before {
  background-image: url(img/common/icon_link_white.svg);
}
body.tokutei-entry-flow main .content-box .application a::after,
body.tokutei-entry-flow main .content-box .availability a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
body.tokutei-entry-flow main .content-box .application a .small,
body.tokutei-entry-flow main .content-box .availability a .small {
  font-size: 14px;
  font-size: 0.875rem;
}
body.tokutei-entry-flow main .content-box .application a::after {
  left: 15px;
  width: 33px;
  height: 32px;
  background-image: url("img/common/icon_new-apply.svg");
}
body.tokutei-entry-flow main .content-box .availability a::after {
  left: 25px;
  width: 24px;
  height: 32px;
  background-image: url("img/common/icon_check-application.svg");
}/*# sourceMappingURL=style.css.map */
