@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media print, screen and (min-width: 768px) {
  html {
    min-width: 1024px;
  }
}

body {
  color: #111;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.75;
  word-break: break-word;
}

.wrap {
  overflow: hidden;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
img,
picture {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
img.of-contain,
picture.of-contain {
  font-family: "object-fit: contain;";
  height: 100%;
  object-fit: contain;
  width: 100%;
}
img.of-cover,
picture.of-cover {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}

a {
  color: #77a2b9;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a {
    transition: 0.2s ease-in-out;
  }
  a:hover {
    text-decoration: underline;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text] {
  border: none;
  border-radius: 0;
  display: block;
  line-height: normal;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text] {
    font-size: 1rem;
  }
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.txt-tit {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .txt-tit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .txt-tit {
    font-size: 100%;
  }
}
.txt-tit + p {
  margin-top: 0.6666666667em !important;
}

.inline-block {
  display: inline-block;
}

.txt-small {
  font-size: 80%;
}

.txt-red {
  color: #f00;
}

[data-aos=fade-up] {
  transform: translate3d(0, 8px, 0);
}

[data-aos=zoom-in] {
  transform: scale(0.9);
}

.header {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  position: relative;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .header {
    height: 116px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 49px;
  }
}
.header.fixed {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  position: fixed;
}
.header .header__inn {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header .header__inn {
    margin: 0 auto;
    max-width: 1566px;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header__inn {
    padding-left: 22px;
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 115px;
  }
}
.logo a,
.logo img {
  display: block;
}

.header__search {
  margin-left: auto;
}

.header__search-button {
  cursor: pointer;
  display: block;
  position: relative;
}
.header__search-button img {
  display: block;
}
.header__search-button img.close {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.2s ease-in-out;
}
.header__search-button.open img.close {
  opacity: 1;
}

.header__search-form {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  left: 0;
  position: absolute;
  top: 49px;
  width: 100%;
  z-index: 1;
}
.header__search-form .header__search-form-inn {
  background: #FFF;
  padding: 0 22px 20px;
}
.header__search-form input {
  background: url(/common/img/icon_header-search.svg) 8px center/19px no-repeat;
  border-bottom: 1px solid #a2a6ac;
  height: 50px;
  padding: 0 8px 0 38px;
  width: 100%;
}

.header__search-form input::placeholder {
  color: #a2a6ac;
}

.global-nav__button {
  cursor: pointer;
  position: relative;
}
.global-nav__button img {
  display: block;
}
.global-nav__button img.close {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.2s ease-in-out;
}
.global-nav__button.open img.close {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .global-nav {
    display: block !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav {
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .global-nav__top {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__top li + li {
    border-left: 1px solid #bec1c5;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav__top li + li {
    border-top: 1px solid #fff;
  }
}
.global-nav__top a,
.global-nav__top form {
  align-items: center;
  background: #a2a6ac no-repeat;
  color: #FFF;
  display: flex;
}
.global-nav__top a.shop,
.global-nav__top form.shop {
  background-color: #77a2b9;
}
.global-nav__top a.shop:after,
.global-nav__top form.shop:after {
  background: url(/common/img/icon_global-nav_shop.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 17px;
  margin-left: 8px;
  width: 14px;
}
@media print, screen and (min-width: 768px) {
  .global-nav__top a,
.global-nav__top form {
    font-size: 1.3rem;
    height: 54px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav__top a,
.global-nav__top form {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__top a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav__top a {
    align-items: center;
    background-image: url(/common/img/arrow_right_white.svg);
    background-position: right 22px center;
    background-size: 7px auto;
    display: flex;
    height: 49px;
    padding: 0 49px 0 22px;
  }
}
.global-nav__top form {
  background-image: url(/common/img/icon_global-nav_search.svg);
  background-position: 14px center;
  background-size: 21px 21px;
  padding-left: 44px;
  width: 180px;
}
.global-nav__top input {
  background: transparent;
  border-bottom: 1px solid #FFF;
  color: inherit;
  width: 100%;
}

.global-nav__top input::placeholder {
  color: #FFF;
}

@media print, screen and (min-width: 768px) {
  .global-nav__bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__bottom li + li {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav__bottom li + li {
    border-top: 1px solid #f1f1f1;
  }
}
.global-nav__bottom a {
  color: #111;
}
@media print, screen and (min-width: 768px) {
  .global-nav__bottom a {
    display: flex;
    font-size: 1rem;
    height: 42px;
    position: relative;
  }
  .global-nav__bottom a:after {
    background: #77a2b9;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: 0.2s ease-in-out;
    width: 100%;
  }
  .global-nav__bottom a:hover, .global-nav__bottom a.current {
    color: #77a2b9;
    text-decoration: none;
  }
  .global-nav__bottom a:hover:after, .global-nav__bottom a.current:after {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav__bottom a {
    align-items: center;
    background: #FFF url(/common/img/arrow_right_lightblue.svg) right 22px center/7px auto no-repeat;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    height: 49px;
    padding: 0 49px 0 22px;
  }
}

.footer {
  background: #a2a6ac;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .footer {
    height: 854px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    height: 681.5px;
    padding: 0 22px;
  }
}

.footer__inn {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer__inn {
    margin: 0 auto;
    width: 1024px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__sitemap {
    align-items: flex-start;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap {
    border-bottom: 1px solid #bec1c5;
    padding-bottom: 9px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__sitemap-group {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group + .footer__sitemap-group {
    margin-top: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sitemap-group .footer__sitemap-index {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group .footer__sitemap-index {
    border-top: 1px solid #bec1c5;
    font-size: 12px;
    padding-top: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sitemap-group .footer__sitemap-index + ul {
    margin-top: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sitemap-group * + .footer__sitemap-index {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group * + .footer__sitemap-index {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sitemap-group ul li + li {
    margin-top: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group ul li {
    font-size: 1.1rem;
    margin-top: 0.25em;
    width: 50%;
  }
  .footer__sitemap-group ul li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.footer__sitemap-group ul a {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer__sitemap-group ul a {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group ul a {
    padding-left: 20px;
  }
}
.footer__sitemap-group ul a:before {
  background: #FFF;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  .footer__sitemap-group ul a:before {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group ul a:before {
    width: 10px;
  }
}
.footer__sitemap-group a {
  color: #FFF;
}
.footer__sitemap-group a.lock:after {
  background: url(/common/img/icon_global-nav_shop.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .footer__sitemap-group a.lock:after {
    height: 17px;
    margin: -5px 0 0 8px;
    width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group a.lock:after {
    height: 12px;
    margin: -2px 0 0 4px;
    width: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__nav li + li:before {
    content: "　｜　";
    white-space: pre-wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav li {
    font-size: 11px;
  }
  .footer__nav li + li {
    margin-top: 0.5em;
  }
}
.footer__nav a {
  color: #FFF;
}

@media print, screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1.2rem;
    margin-top: 12px;
    text-align: center;
    text-indent: 0.12em;
  }
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.footer__utility {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .footer__utility li + li {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__utility li + li {
    margin-left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__utility li.footer__utility-facebook {
    width: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__utility li.footer__utility-facebook {
    width: 24px;
  }
}
.footer__utility li.footer__utility-facebook a {
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .footer__utility li.footer__utility-pagetop {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__utility li.footer__utility-pagetop {
    width: 24px;
  }
}
.footer__utility a,
.footer__utility img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer__utility a:hover {
    opacity: 0.6;
  }
}

.pagetop {
  display: none;
  position: fixed;
}
@media print, screen and (min-width: 768px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 8px;
    right: 8px;
  }
}
.pagetop a,
.pagetop img {
  display: block;
}
.pagetop img {
  width: 40px;
}

.warning {
  background: #7f8691;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .warning {
    font-size: 1rem;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .warning {
    padding: 20px;
  }
}

.warning__inn {
  background: url(/common/img/icon_warning.svg) left center/34px no-repeat;
  min-height: 34px;
  padding-left: 50px;
}
@media print, screen and (min-width: 768px) {
  .warning__inn {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1024px;
  }
}
.warning__inn > * {
  display: inline;
}
.warning__inn a {
  color: inherit;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .warning__inn a:hover {
    text-decoration: none;
  }
}

.main {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .main {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    padding-bottom: 80px;
  }
}

.breadcrumb {
  background: #e0e0e0;
  padding: 6px 0;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1024px;
}
.breadcrumb li {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  margin-right: 20px;
}
.breadcrumb li:after {
  background: url(/common/img/arrow_breadcrumb.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 6px;
  margin-left: 20px;
  width: 6px;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb a {
  color: #111;
}

.page-title {
  align-items: center;
  background: #ccc right bottom no-repeat;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    background-image: url(/common/img/bg_page-title_pc.png);
    background-size: 510.5px auto;
    margin-bottom: 20px;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url(/common/img/bg_page-title_sp.png);
    background-size: 299.5px auto;
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.page-title h1 {
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .page-title h1 {
    font-size: 4.2rem;
    line-height: 1.3913043478;
    width: 1024px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 2.8rem;
    line-height: 1.4;
    padding: 0 16px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .page-section__inn {
    margin: 0 auto;
    width: 1024px;
  }
}

.page-section__index-h2 {
  border-bottom: 2px solid #396780;
  border-top: 2px solid #396780;
  color: #396780;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .page-section__index-h2 {
    font-size: 3.2rem;
    margin: 60px 0 50px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__index-h2 {
    font-size: 2.4rem;
    margin: 50px 0 40px;
    padding: 16px;
  }
}

.page-section__index-h3 {
  background: #f1f1f1;
  border-bottom: 2px solid #396780;
  color: #396780;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page-section__index-h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__index-h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 12px 16px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .page-section__index-h3 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  * + .page-section__index-h3 {
    margin-top: 50px;
  }
}

.page-section__index-h4 {
  border-bottom: 1px solid #396780;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .page-section__index-h4 {
    font-size: 2rem;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__index-h4 {
    font-size: 1.8rem;
    padding-bottom: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .page-section__index-h4 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  * + .page-section__index-h4 {
    margin-top: 40px;
  }
}

.page-section__index-h5 {
  position: relative;
  margin-bottom: 2px;
  border-bottom: 1px solid #DAE1E6;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 2px;
}
.page-section__index-h5::before {
  content: "";
  width: calc(100%);
  height: calc(100% + 3px);
  border-bottom: 1px solid #DAE1E6;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .page-section__index-h5 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__index-h5 {
    font-size: 1rem;
    margin-bottom: 12px;
    padding-bottom: 4px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .page-section__index-h5 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  * + .page-section__index-h5 {
    margin-top: 40px;
  }
}

.page-section__detail {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .page-section__detail {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail {
    padding: 0 16px;
  }
}
.page-section__detail + .page-section__detail {
  margin-top: 40px;
}
.page-section__detail .box-image {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-section__detail .box-image {
    margin-bottom: 1em;
  }
}
.page-section__detail .box-sub {
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .page-section__detail .basic-button__wrap.wide {
    margin-top: 1em;
  }
  .page-section__detail .basic-button__wrap.wide .basic-button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail .basic-button__wrap.wide {
    margin-top: 20px;
  }
}
.page-section__detail .basic-button__wrap.link-big a {
  font-size: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .page-section__detail.col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-section__detail.col2 .page-section__detail-inn {
    width: 48.7804878049%;
    display: flex;
    flex-direction: column;
  }
  .page-section__detail.col2 .page-section__detail-inn.wide {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .page-section__detail.col2 * + .wide {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .page-section__detail.col2 * + .wide {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail.col2 .page-section__detail-inn + .page-section__detail-inn {
    margin-top: 30px;
  }
}
.page-section__detail.col2 .page-section__detail-inn .border-box .box-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
.page-section__detail.col2 .page-section__detail-inn .box-image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-section__detail.col2 .page-section__detail-inn .box-image {
    margin-bottom: 1em;
  }
  .page-section__detail.col2 .page-section__detail-inn .box-image img {
    width: 100%;
  }
}
.page-section__detail.col2 .page-section__detail-inn .box-sub {
  font-size: 100%;
  font-weight: bold;
}
.page-section__detail.col2 .page-section__detail-inn .box-sub-big {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .page-section__detail.col2 .page-section__detail-inn .basic-button__wrap {
    margin-top: 1em;
  }
  .page-section__detail.col2 .page-section__detail-inn .basic-button__wrap .basic-button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail.col2 .page-section__detail-inn .basic-button__wrap {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-section__detail.col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-section__detail.col3::after {
    display: block;
    content:"";
    width: 31.5040650407%;
  }
  .page-section__detail.col3 .page-section__detail-inn {
    width: 31.5040650407%;
    display: flex;
    align-items: stretch;
  }
  .page-section__detail.col3 .page-section__detail-inn.wide {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .page-section__detail.col3 * + .wide {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .page-section__detail.col3 * + .wide {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail.col3 .page-section__detail-inn + .page-section__detail-inn {
    margin-top: 30px;
  }
}
.page-section__detail.col3 .page-section__detail-inn .border-box a.basic-button {
  display: block;
  width: 100%;
  margin-top: auto;
}
.page-section__detail.col3 .page-section__detail-inn .border-box .box-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.page-section__detail.col3 .page-section__detail-inn .box-image {
  margin-bottom: 1em;
  text-align: center;
}
.page-section__detail.col3 .page-section__detail-inn .box-sub {
  font-size: 100%;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .page-section__detail.col3 .page-section__detail-inn .basic-button__wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail.col3 .page-section__detail-inn .basic-button__wrap {
    margin-top: 20px;
  }
}
.page-section__detail p + p {
  margin-top: 1.75em;
}
.page-section__detail .red {
  color: #EF143E;
}

.tablewrap {
  width: 100%;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tablewrap + .tablewrap {
  margin-top: 53px;
}
.tablewrap + .table {
  margin-top: 53px;
}
.tablewrap .tablewrap-icon {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tablewrap .tablewrap-icon {
    display: block;
    width: 31.46%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 1;
  }
  .tablewrap .tablewrap-icon + img {
    width: 100%;
  }
}

.table {
  border-collapse: collapse;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table.scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table + .table {
  margin-top: 53px;
}
.table + .table.arrow-down:before {
  border-color: #396780 transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -32px;
  transform: translateX(-50%);
  width: 0;
}
@media print, screen and (min-width: 768px) {
  .table + .table:before {
    border-width: 15px 12px 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .table + .table:before {
    border-width: 12px 10px 0 10px;
  }
}
.table + .tablewrap {
  margin-top: 53px;
}
.table + .arrow-down + .table {
  margin-top: 53px;
}
.table caption {
  margin-bottom: 12px;
  text-align: left;
}
.table th,
.table td {
  border: 1px solid #DAE1E6;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  padding: 20px 16px;
  text-align: left;
  vertical-align: middle;
}
.table th .no-wrap,
.table td .no-wrap {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .table th,
  .table td {
    -webkit-text-size-adjust: 100%;
  }
  .table.w100per th,
  .table.w100per td {
    display: block;
    width: 100%;
  }
}
.table.blue2 th {
  background: #77a2b9;
  color: #fff;
}
.table th.style-none {
  background: #f1f1f1;
}
.table th {
  background: #EDF6FA;
}
.table th.w25 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .table th.w25 {
    width: 100%;
  }
}
.table th.w50 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .table th.w50 {
    width: 100%;
  }
}
.table th.w75 {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .table th.w75 {
    width: 100%;
  }
}
.table th.w7em {
  width: 7em;
}
@media only screen and (max-width: 767px) {
  .table th.w7em {
    width: 100%;
  }
}
.table td {
  background: #FFF;
}
.table td.w25 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .table td.w25 {
    width: 100%;
  }
}
.table td.w50 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .table td.w50 {
    width: 100%;
  }
}
.table td.w75 {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .table td.w75 {
    width: 100%;
  }
}
.table td.light-blue {
  background: #EDF6FA;
}

@media only screen and (max-width: 767px) {
  table.responsive {
    border: 1px solid #DAE1E6;
  }
}

@media only screen and (max-width: 767px) {
  table.responsive th {
    display: block;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  table.responsive td {
    display: block;
    border: none;
  }
}

* + .table {
  margin-top: 12px;
}

.tablewrap .table {
  margin-top: 0;
}

.arrow-down {
  position: relative;
  width: 100%;
}
.arrow-down:before {
  border-color: #396780 transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 0;
}
@media print, screen and (min-width: 768px) {
  .arrow-down:before {
    border-width: 15px 12px 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .arrow-down:before {
    border-width: 12px 10px 0 10px;
  }
}

.notice li {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.notice li.ind15 {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.notice li.ind20 {
  margin-left: 2em;
  text-indent: -2em;
}
.notice + p {
  margin-top: 1.75em;
}

* + .notice {
  margin-top: 30px;
}

.notice-p {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

* + .notice-p {
  margin-top: 15px;
}

.basic-button {
  align-items: center;
  background: #f1f1f1 url(/common/img/arrow_right_lightblue.svg) right 21px center/8px auto no-repeat;
  color: #111;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding: 13px 40px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.basic-button.back {
  background-image: url(/common/img/arrow_left_lightblue.svg);
  background-position: 21px center;
}
@media print, screen and (min-width: 768px) {
  .basic-button:hover {
    opacity: 0.6;
    text-decoration: none;
    background-position: right 11px center;
  }
  .basic-button.back:hover {
    background-position: 11px center;
  }
}
.basic-button.outsidelink {
  background: #f1f1f1 url(/common/img/outsidelink_lightblue.svg) right 12px center/20px auto no-repeat;
}
.basic-button.movielink {
  background: #f1f1f1 url(/common/img/movielink_lightblue.svg) right 12px center/20px auto no-repeat;
}
.basic-button.pdflink {
  background: #f1f1f1 url(/common/img/pdflink_lightblue.svg) right 12px center/20px auto no-repeat;
}
.basic-button.ziplink {
  background: #f1f1f1 url(/common/img/ziplink_lightblue.svg) right 12px center/20px auto no-repeat;
}
.basic-button.wordlink {
  background: #f1f1f1 url(/common/img/wordlink_lightblue.svg) right 12px center/20px auto no-repeat;
}
.basic-button.excellink {
  background: #f1f1f1 url(/common/img/excellink_lightblue.svg) right 12px center/20px auto no-repeat;
}
.basic-button.imagelink {
  background: #f1f1f1 url(/common/img/imagelink_lightblue.svg) right 12px center/20px auto no-repeat;
}
.basic-button.left {
  justify-content: flex-start;
  margin: 0;
  padding-left: 16px;
  text-align: left;
}
.basic-button.left.back {
  padding-left: 40px;
  padding-right: 16px;
}
.basic-button[href$=".pdf"] {
  background-image: url(/common/img/icon_pdf.svg);
  background-position: right 17.5px center;
  background-size: 17px auto;
}
.basic-button[href$=".xlsx"] {
  background-image: url(/common/img/icon_xlsx.svg);
  background-position: right 16px center;
  background-size: 20px auto;
}

@media print, screen and (min-width: 768px) {
  * + .basic-button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  * + .basic-button {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .inner + .basic-button {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner + .basic-button {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .page-section__detail .inner + .basic-button__wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail .inner + .basic-button__wrap {
    margin-top: 0;
  }
}

.basic-button__wrap {
  display: flex;
  flex-wrap: wrap;
}
.basic-button__wrap .basic-button {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .basic-button__wrap .basic-button {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .basic-button__wrap .basic-button + .basic-button {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .basic-button__wrap .basic-button + .basic-button {
    margin-top: 1em;
  }
}
.basic-button__wrap.left {
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .basic-button__wrap.left .basic-button {
    margin-right: 30px;
  }
}
.basic-button__wrap.center {
  justify-content: center;
}
  @media print, screen and (min-width: 768px) {
  .basic-button__wrap.center .basic-button {
    margin: 0 15px;
  }
}
.basic-button__wrap.right {
  justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
  .basic-button__wrap.right .basic-button {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .basic-button__wrap {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  * + .basic-button__wrap {
    margin-top: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  p + .basic-button__wrap {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  p + .basic-button__wrap {
    margin-top: 1em;
  }
}

.link-box {
  background: #77a2b9;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .link-box {
    margin-top: 50px;
    padding: 22px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .link-box {
    margin-top: 40px;
    padding: 16px;
  }
}
.link-box .link-box__index {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-indent: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .link-box .link-box__index {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .link-box .link-box__index {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
.link-box .link-box__button {
  background: #f1f1f1 url(/common/img/arrow_right_lightblue.svg) no-repeat;
  background-size: 10px auto;
  color: #111;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  text-indent: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .link-box .link-box__button {
    background-position: right 20px center;
    font-size: 1.8rem;
    padding: 18px 48px;
  }
  .link-box .link-box__button:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .link-box .link-box__button {
    background-position: right 16px center;
    padding: 16px 36px;
  }
}
.link-box .link-box__button .link-box__button-main {
  display: block;
}
@media only screen and (max-width: 767px) {
  .link-box .link-box__button .link-box__button-main {
    font-weight: 500;
  }
}
.link-box .link-box__button .link-box__button-sub {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .link-box .link-box__button .link-box__button-sub {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .link-box .link-box__button .link-box__button-sub {
    font-size: 1.4rem;
    margin-top: 16px;
    text-align: left;
    text-indent: 0;
  }
}
.link-box .link-big .basic-button {
  font-size: 2.4rem;
  padding: 15px 0;
  width: 100%;
}

.pager {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pager a,
.pager span {
  align-items: center;
  color: #111;
  font-size: 1.4rem;
  height: 45px;
  justify-content: center;
  margin: 0 6px;
  text-align: center;
  width: 45px;
}
@media print, screen and (min-width: 768px) {
  .pager a,
.pager span {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pager a,
.pager span {
    display: none;
  }
  .pager a.pager__first, .pager a.pager__prev, .pager a.pager__current, .pager a.pager__next, .pager a.pager__last,
.pager span.pager__first,
.pager span.pager__prev,
.pager span.pager__current,
.pager span.pager__next,
.pager span.pager__last {
    display: flex;
  }
}
.pager a {
  background: #f1f1f1;
}
.pager a.pager__current {
  background: #77a2b9;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .pager a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.pager a img {
  display: block;
  height: 8.92px;
  width: auto;
}

.sns-share {
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .sns-share li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sns-share li {
    margin-right: 12px;
  }
}
.sns-share li a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sns-share li a:hover {
    opacity: 0.6;
  }
}
.sns-share li a img {
  display: block;
  width: 45px;
}

@media print, screen and (min-width: 768px) {
  * + .sns-share {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  * + .sns-share {
    margin-top: 20px;
  }
}

.youtube {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .link-button {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .link-button li {
    margin: 2.34375% 24px 0 0;
    width: 23.2421875%;
  }
  .link-button li:nth-of-type(4n) {
    margin-right: 0;
  }
  .link-button li:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
.link-button a {
  align-items: center;
  background: #FFF url(/common/img/arrow_link-button.svg) no-repeat;
  background-size: 8px auto;
  border-bottom: 1px solid #f1f1f1;
  color: #111;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .link-button a {
    background-position: right 10px center;
    height: 61px;
    padding: 0 28px 0 18px;
    position: relative;
  }
  .link-button a:after {
    background: #396780;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: 0.2s ease-in-out;
    width: 50%;
  }
  .link-button a:hover {
    text-decoration: none;
  }
  .link-button a:hover:after {
    opacity: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .link-button a {
    background-position: right 16px center;
    padding: 5px 40px 5px 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .link-button + * {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .link-button + * {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .anchor-link-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .anchor-link-button {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .anchor-link-button li {
    margin: 2.34375% 0 0 0;
    width: 25%;
  }
  .anchor-link-button li:nth-of-type(4n) {
    margin-right: 0;
  }
  .anchor-link-button li:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
.anchor-link-button a {
  align-items: center;
  background: #f1f1f1;
  background-size: 8px auto;
  color: #111;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .anchor-link-button a {
    position: relative;
    height: 61px;
    justify-content: center;
    padding: 0 18px 0 18px;
    position: relative;
    border-right: 1px solid #FFF;
    border-bottom: 15px solid #396780;
  }
  .anchor-link-button a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
  }
  .anchor-link-button a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .anchor-link-button a {
    position: relative;
    padding: 5px 40px 5px 16px;
    border-bottom: 1px solid #FFF;
  }
  .anchor-link-button a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background-color: #396780;
  }
  .anchor-link-button a:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 12px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .anchor-link-button + * {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .anchor-link-button + * {
    margin-top: 50px;
  }
}

.row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .row {
    flex-wrap: wrap;
  }
}
.row + * {
  margin-top: 1.75em;
}
@media only screen and (max-width: 767px) {
  .row + * {
    margin: 8;
  }
}

@media only screen and (max-width: 767px) {
  .row.border-box + * {
    margin-top: 1em;
  }
}

.col25 {
  width: calc( 25% - 10px );
}
@media only screen and (max-width: 767px) {
  .col25 {
    width: 100%;
    margin-top: 1em;
  }
}

.col25 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .col25 img {
    width: 75%;
    margin: 0 auto;
  }
}

.col50 {
  width: calc( 50% - 10px );
}
@media only screen and (max-width: 767px) {
  .col50 {
    width: 100%;
    margin-top: 1em;
  }
}

.col75 {
  width: calc( 75% - 10px );
}
@media only screen and (max-width: 767px) {
  .col75 {
    width: 100%;
    margin-top: 1em;
  }
}

.col100 {
  width: calc( 100% - 10px );
}
@media only screen and (max-width: 767px) {
  .col100 {
    width: 100%;
    margin-top: 1em;
  }
}

ul.border {
  margin-top: 33px;
  margin-left: 2em;
}

ul.border li {
  position: relative;
}

ul.border li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.85em;
  left: -1.5em;
  width: 16px;
  height: 2px;
  background-color: #396780;
}

ol.ol-num {
  list-style: decimal;
  margin-top: 33px;
}

.ol-num li {
  color: #396780;
  font-size: 120%;
  list-style: decimal inside;
  padding-left: 1.5em;
  text-indent: -1.3em;
}

.ol-num li span {
  color: #111;
  font-size: 16px;
}

.dot-line {
  border-bottom: dotted 2px #ccc;
  padding-top: 1em;
  margin: 50px 0;
}

.password__wrap {
  width: 100%;
}
.password__wrap p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .password__wrap p {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .password__wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .password__wrap {
    margin-top: 50px;
  }
}
.password__wrap .flex-box {
  padding-top: 1.5em;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .password__wrap .flex-box {
    display: block;
  }
}
.password__wrap .flex-box .flex-box__detail-inn {
  width: auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .password__wrap .flex-box .flex-box__detail-inn:first-of-type {
    width: 20em;
    margin-right: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .password__wrap .flex-box .flex-box__detail-inn:first-of-type {
    width: 100%;
  }
}
.password__wrap .flex-box input[type=password] {
  border: 2px solid #f1f1f1 !important;
  outline: none;
  padding: 0.5em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .password__wrap .flex-box input[type=password] {
    margin-bottom: 1em;
  }
}
.password__wrap .flex-box input[type=password]:focus {
  box-shadow: 0 0 5px 0 #77a2b9;
  border: 2px solid #f1f1f1 !important;
  outline: none;
}
.password__wrap .flex-box .submit-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 12px 22px;
  background: #396780;
  color: #fff;
  line-height: 1em;
  opacity: 1;
  transition: 0.3s ease-in-out;
  outline: none;
  border-style: none;
}
@media only screen and (max-width: 767px) {
  .password__wrap .flex-box .submit-button {
    margin: 0 auto;
  }
}
.password__wrap .flex-box .submit-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .password__wrap .flex-box .txt-red {
    padding-bottom: 1em;
  }
}

.form__wrap {
  width: 100%;
}
.form__wrap p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form__wrap p {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .form__wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .form__wrap {
    margin-top: 50px;
  }
}
.form__wrap .flex-box {
  padding-top: 1.5em;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form__wrap .flex-box {
    display: block;
  }
}
.form__wrap .flex-box .flex-box__detail-inn {
  width: auto;
  text-align: center;
}
.form__wrap .flex-box .form-label {
  width: 6em;
  text-align: right;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .form__wrap .flex-box .form-label {
    width: auto;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .form__wrap .flex-box .flex-box__detail-inn:first-of-type {
    width: 20em;
    margin-right: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .form__wrap .flex-box .flex-box__detail-inn:first-of-type {
    width: 100%;
  }
}
.form__wrap .flex-box input[type=text],
.form__wrap .flex-box input[type=password] {
  border: 2px solid #f1f1f1 !important;
  outline: none;
  padding: 0.5em;
  width: 100%;
}
.form__wrap .flex-box input[type=text]:focus,
.form__wrap .flex-box input[type=password]:focus {
  box-shadow: 0 0 5px 0 #77a2b9;
  border: 2px solid #f1f1f1 !important;
  outline: none;
}
.form__wrap .submit-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 12px 22px;
  background: #396780;
  color: #fff;
  line-height: 1em;
  opacity: 1;
  transition: 0.3s ease-in-out;
  outline: none;
  border-style: none;
}
@media only screen and (max-width: 767px) {
  .form__wrap .flex-box .submit-button {
    margin: 0 auto;
  }
}
.form__wrap .flex-box .submit-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .form__wrap .flex-box .txt-red {
    padding-bottom: 1em;
  }
}

.one-col-button {
}
.one-col-button a {
  display: block;
  align-items: center;
  background: #f1f1f1 url(/common/img/arrow_right_lightblue.svg) right 21px center/8px auto no-repeat;
  color: #111;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding: 3em 0;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .one-col-button a {
    margin-top: 50px;
  }
  .one-col-button a:hover {
    opacity: 0.6;
    text-decoration: none;
    background-position: right 11px center;
  }
}
@media only screen and (max-width: 767px) {
  .one-col-button a {
    margin-top: 40px;
  }
}

.two-col-button {
  display: flex;
  justify-content: space-between;
}
.two-col-button .two-col__detail-inn {
  width: 50%;
}
.two-col-button-bg {
  width: 100%;
  height: 100%;
  background: #e1e1e1;
}
.two-col-button-bg.vcenter {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .two-col-button .two-col__detail-inn:first-of-type {
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-button .two-col__detail-inn {
    display: block;
    width: 100%;
  }
  .two-col-button .two-col__detail-inn:first-of-type {
    height: 5.5em;
    border-bottom: 1px solid #fff;
  }
}
.two-col-button .two-col__detail-inn a {
  display: block;
  align-items: center;
  background: #f1f1f1 url(/common/img/arrow_right_lightblue.svg) right 21px center/8px auto no-repeat;
  color: #111;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding: 3em 0;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.two-col-button .two-col__detail-inn a[href^="tel:"] {
  display: block;
  align-items: center;
  background: #f1f1f1 url(/common/img/arrow_right_lightblue.svg) right 21px center/8px auto no-repeat;
  color: #111;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding: 3em 0;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .two-col-button .two-col__detail-inn a:hover {
    opacity: 0.6;
    text-decoration: none;
    background-position: right 11px center;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-button .two-col__detail-inn a {
    font-size: 1rem;
    padding: 2em 0;
  }
  .two-col-button .two-col__detail-inn .two-col-button-bg .tel-number a {
    background-color: transparent !important;
  }
}
.two-col-button .two-col__detail-inn .tel-number a {
  background-image: none;
  padding: 0;
  display: block;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .two-col-button {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-button {
    display: block;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  p + .two-col-button {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  p + .two-col-button {
    margin-top: 1em;
  }
}

.two-col__detail-inn.vcenter {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
}

.two-col-button .tel-number {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .two-col-button .tel-number {
    font-size: 2rem;
  }
}

.two-col-button .uketsuke {
  margin-top: 0.5em;
  font-size: 1rem;
  text-align: center;
  color: #888;
}

.border-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #DAE1E6;
}
.border-box .box-title-big {
  padding-right: 1em;
  font-size: 2.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .border-box .box-title-big {
    position: relative;
    margin-top: 1em;
    padding-left: 2.5em;
  }
  .border-box .box-title-big:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.5em;
    height: 8px;
    margin-top: -4px;
    background-color: #396780;
  }
}
@media only screen and (max-width: 767px) {
  .border-box .box-title-big {
    margin-top: 0.5em;
    padding-left: 0.5em;
    border-left: 5px solid #396780;
  }
}
.border-box .inner.flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .border-box .inner.flex {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .border-box .inner {
    padding: 25px;
    min-height: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .border-box .inner {
    padding: 1em;
  }
  .border-box .inner + .border-box {
    margin-top: 20px;
  }
  .border-box .inner :first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .border-box p + p {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .border-box p + p {
    margin-top: 0.5em;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .flex-box {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .flex-box .flex-box__detail-inn {
    width: 47.5%;
  }
}

.movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .movie-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .movie-wrap {
    margin-top: 30px;
  }
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.accordion {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .accordion {
    margin-top: 50px;
  }
}

.accordion + .accordion {
  margin-top: 1.5em;
}

.accordion .accordion-header {
  background-color: #f1f1f1;
  color: #111;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-header {
    font-size: 1rem;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

.accordion .accordion-header:hover {
  opacity: 0.8;
}

.accordion .accordion-header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  border: none;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.accordion .accordion-header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.accordion .accordion-header.open .i_box {
  transform: rotate(-360deg);
}

.accordion .accordion-header .i_box .one_i:before, .accordion .accordion-header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #396780;
  border-radius: 0;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.accordion .accordion-header .i_box .one_i:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 8px;
}

.accordion .accordion-header.open .i_box .one_i:before {
  content: none;
}

.accordion .accordion-header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}

.accordion .accordion-inner {
  display: none;
  padding: 25px;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-inner {
    padding: 1em;
  }
}

.accordion .accordion-inner p.txt_a_ac {
  margin: 0;
}


@media only screen and (max-width: 767px){
.new_h1 h1 {
    font-size: 2.8rem;
}
}
@media print, screen and (min-width: 768px){
  .new_h1 h1 {
      font-size: 3.7rem;
  }
}

  .newh2 {
      color: #FFF;
      font-weight: bold;
      letter-spacing: 0.2em;
  }
  
  @media only screen and (max-width: 767px){
  .newh2 {
      font-size: 2.8rem;
      line-height: 1.4;
      padding: 0 16px;
      width: 100%;
  }
  }
  
  @media print, screen and (min-width: 768px){ 
  .newh2 {
      font-size: 4.2rem;
      line-height: 1.3913043478;
      width: 1024px;
  }
  }

  @media print, screen and (min-width: 768px){
  .footer {
    min-height: 955px;
  }
  .footer__inn {
    margin: 0 auto;
    width: 1300px;
　}
　}
/* スマホ表示用のスタイル調整 */
@media only screen and (max-width: 767px) {
  .page-section__detail {
    padding: 0 15px;
  }
  .col50 {
    margin-bottom: 20px;
  }
  .txt-tit {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  p {
    margin-top: 1.2em;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail {
    padding: 0 15px;
  }
  .col25 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .txt-tit {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  p {
    margin-top: 1.2em;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section__detail {
    padding: 0 15px;
  }
  .col100 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .txt-tit {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  p {
    margin-top: 1.2em;
    line-height: 1.6;
  }
}

.footer {
  font-weight: normal;
}

.footer__sitemap-group li {
  line-height: 1;
}
.footer__sitemap-group li a {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer__sitemap-group li a {
    font-size: 11px;
    line-height: 1.75;
  }
}