@charset "UTF-8";
article,
aside,
footer,
header,
nav,
section,
main,
div,
img {
  display: block;
}

header,
a,
li,
div,
dl,
dt,
dd,
input,
section,
textarea,
th,
td,
label {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd,
dt {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

p,
dl {
  margin: 0;
}

blockquote {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  word-break: break-word;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  font-family: sans-serif;
}

:-moz-placeholder {
  font-family: sans-serif;
}

input,
button {
  background: none;
  border: none;
  outline: none;
}

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

@media screen and (max-width: 767px) {
  input:not([type=checkbox]),
  textarea,
  select {
    font-size: 1.6rem;
  }
}

@media (min-width: 410px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
table {
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  position: relative;
  margin: 0;
  color: #000;
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

.gHeader--menuBtn {
  z-index: 101;
}

.gHeader {
  z-index: 100;
}

.overlay {
  z-index: 80;
}

.toTop {
  z-index: 70;
}

a:not(.btn) {
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
  text-decoration: none;
}
a:not(.btn):hover {
  opacity: 0.7;
}

main a:not(.btn), main a:not(.btn):visited {
  color: #fff;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
  padding-bottom: 10rem;
  min-height: 75svh;
}
@media screen and (max-width: 991px) {
  main {
    padding-top: 6.4rem;
    padding-bottom: 6rem;
  }
}

.admin_only {
  display: none;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .admin_only {
    display: none;
  }
}
.admin_only a {
  font-size: 3rem;
  color: #fff;
  opacity: 0.8;
  background: #004187;
  padding: 0 1rem;
}
.admin_only a.logout {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.overlay,
.gHeader--menuBtn {
  display: none;
}

.overlay {
  background-color: #000;
  cursor: pointer;
  width: 100vw;
  height: 100lvh;
  top: 0;
  left: 0;
  position: fixed;
}

.gHeader {
  width: 100%;
  height: 120px;
  position: fixed;
  line-height: 1;
}
.gHeader--logo {
  display: block;
  max-width: calc(100% - 6.4rem);
}
.gHeader__inner {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .gHeader {
    height: 12rem;
  }
  .gHeader__inner {
    width: 96%;
  }
  .gHeader--nav {
    height: 100%;
  }
  .gHeader--nav a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.6rem;
    position: relative;
  }
  .gHeader--nav > ul {
    height: 100%;
    max-height: 70px;
    display: grid;
    grid-auto-flow: column;
    gap: 3rem;
    align-items: center;
  }
  .gHeader--nav > ul > li {
    height: 100%;
  }
  .gHeader--nav > ul a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    /* currentクラス */
  }
  .gHeader--nav > ul a, .gHeader--nav > ul a:visited {
    color: #fff;
  }
  .gHeader--nav > ul a:after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    margin: 3.4rem auto auto;
    transition: ease-out 0.5s;
    left: 0;
    right: 0;
  }
  .gHeader--nav > ul a.nav-items:hover, .gHeader--nav > ul a.nav-items.current {
    position: relative;
  }
  .gHeader--nav > ul a.nav-items:hover:after, .gHeader--nav > ul a.nav-items.current:after {
    width: 100%;
    transition: ease-out 0.5s;
  }
  .gHeader--nav > ul li.header-conversion {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gHeader--nav > ul li.header-conversion a.header-btn {
    min-width: 165px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 1px solid #fff;
    background: transparent;
    transition: background 0.3s;
  }
  .gHeader--nav > ul li.header-conversion a.header-btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .gHeader--nav .link-ex > a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    margin: 0 0 0 10px;
    background: url("../img/common/link_ex.png") no-repeat center center/contain;
  }
  .gHeader--nav .has-child {
    position: relative;
  }
  .gHeader--nav .has-child > a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    margin: 0 0 0 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .gHeader--nav .sub-menu {
    min-width: 100%;
    display: none;
    position: absolute;
    top: 12rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 65, 135, 0.9);
  }
  .gHeader--nav .sub-menu a {
    padding: 1rem 2rem;
  }
  .gHeader--nav .sub-menu a, .gHeader--nav .sub-menu a:visited, .gHeader--nav .sub-menu a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  body.open {
    height: 100%;
    overflow: hidden;
  }
  body.open .overlay {
    opacity: 0.6;
    display: block;
  }
  .gHeader {
    height: 6.4rem;
  }
  .gHeader__inner {
    padding: 0 1rem;
  }
  .gHeader--nav {
    background: #000;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    max-width: 400px;
    right: -400px;
    height: 100lvh;
    width: 100%;
    padding: 3rem 0 0 4rem;
    z-index: 1000;
    font-size: 1.6rem;
  }
  .gHeader--nav > ul {
    margin: 1rem 0 1.5rem;
    display: grid;
    grid-auto-flow: row;
    padding-top: 0.4rem;
    gap: 1rem;
  }
  .gHeader--nav p,
  .gHeader--nav a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 1.5rem;
  }
  .gHeader--nav p.btn,
  .gHeader--nav a.btn {
    margin-left: 2rem;
    font-size: 1.6rem;
  }
  .gHeader--nav p.btn.telnumber,
  .gHeader--nav a.btn.telnumber {
    font-size: 2rem;
  }
  .gHeader--nav .sub-menu a {
    padding-left: 3rem;
  }
  .gHeader--nav .sub-menu a:before {
    content: " - ";
    padding-right: 1rem;
  }
  .gHeader--nav .reserve-web,
  .gHeader--nav .reserve-tel,
  .gHeader--nav .reception {
    font-size: 1.4rem;
  }
  .gHeader--nav .reserve-web,
  .gHeader--nav .reserve-tel {
    margin-bottom: 0.25rem;
  }
  .gHeader--nav .reserve-tel {
    margin-top: 2rem;
  }
  .gHeader--menuBtn {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    z-index: 1001;
  }
  .gHeader--menuBtn:before, .gHeader--menuBtn:after {
    content: "";
    display: block;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 60%;
  }
  .gHeader--menuBtn:before {
    top: calc(50% - 0.5rem);
  }
  .gHeader--menuBtn:after {
    top: calc(50% + 0.5rem);
  }
  .gHeader--menuBtn.close:before, .gHeader--menuBtn.close:after {
    top: 50%;
  }
  .gHeader--menuBtn.close:before {
    rotate: -45deg;
  }
  .gHeader--menuBtn.close:after {
    rotate: 45deg;
  }
}
.gFooter {
  background: linear-gradient(to bottom, #000 10%, rgba(255, 255, 255, 0.2) 65%);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 2rem 0 10rem;
}
.gFooter .footer--logo-link {
  width: fit-content;
  height: auto;
  display: block;
  margin: 0 auto 3rem;
}
.gFooter .footer--logo-link .footer--logo {
  width: 9rem;
  height: auto;
  margin: 3rem auto 5rem;
}
@media screen and (max-width: 768px) {
  .gFooter .footer--logo-link .footer--logo {
    margin: 1rem auto 0;
  }
}
.gFooter .gFooter__inner {
  margin-bottom: 6rem;
  max-width: 1000px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.gFooter .gFooter__inner.pc2sp1 {
  align-items: flex-start;
}
.gFooter .gFooter__inner.pc2sp1 .column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.gFooter .gFooter__inner.pc2sp1 .column.large {
  width: 66.6666666%;
}
.gFooter .gFooter__inner.pc2sp1 .column.small {
  width: 33.3333333%;
}
.gFooter .gFooter__inner.pc2sp1 .column > p {
  text-align: left;
  margin-bottom: 0.5rem;
}
.gFooter .gFooter__inner.pc2sp1 .column .googlemap {
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .gFooter .gFooter__inner.pc2sp1 .column .googlemap {
    margin-bottom: 2rem;
  }
}
.gFooter .gFooter__inner.pc2sp1 .column dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.gFooter .gFooter__inner.pc2sp1 .column dl dt {
  width: 7rem;
  text-align: left;
}
.gFooter .gFooter__inner.pc2sp1 .column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gFooter .gFooter__inner.pc2sp1 .column ul li {
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .gFooter .gFooter__inner.pc2sp1 {
    flex-direction: column;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.large, .gFooter .gFooter__inner.pc2sp1 .column.small {
    width: calc(100% - 30px);
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.large > p {
    width: 100%;
    text-align: center;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.large > p.lead {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.large > a {
    margin-left: auto;
    margin-right: auto;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.large > a.telnumber {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #838383;
    width: 185px;
    font-size: 2rem;
    margin: 5px auto 25px;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.large dl {
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.large dl dt,
  .gFooter .gFooter__inner.pc2sp1 .column.large dl dd {
    font-size: 1.6rem;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.small {
    display: none;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.small ul {
    width: 100%;
  }
  .gFooter .gFooter__inner.pc2sp1 .column.small ul li {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .gFooter .gFooter__inner {
    margin-bottom: 3.5rem;
  }
}
.gFooter .sans,
.gFooter .copyright {
  color: #838383;
  font-family: ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  .gFooter {
    background: linear-gradient(to bottom, #000 0%, rgba(255, 255, 255, 0.2) 65%);
  }
}

.toTop {
  display: none;
  position: fixed;
  opacity: 0.9;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .gFooter {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .is_sp {
    display: none !important;
  }
  .is_pc {
    display: block;
  }
  br.is_pc {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block;
  }
  br.is_sp {
    display: inline-block;
  }
}
/*
.btn{
    @include fz(16);
    line-height: 1.6;
    background: $primary;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 40px;
    text-align: center;
    cursor: pointer;
    transition: opacity .4s;
    @media screen and ( min-width: $md + 1 ){
        min-width: 280px;
    }
    &:hover{
        opacity: .8;
    }
    &, &:visited{
        color: #fff;
    }
    &:after {
        content: '';
        position: absolute;
        box-sizing: border-box;
        pointer-events: none;
        top: 50%;
        right: 2rem;
        width: .8rem;
        height: .8rem;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: translateY(-50%) rotate(45deg);
    }
    &--back{
        background: rgba( $text, .5);
        padding-left: 50px;
        min-width: auto;
        &::after {
            right: auto;
            left: 2rem;
            transform: translateY(-50%) rotate(225deg);
        }
    }
    &--backArticle{
        padding-left: 50px;
        min-width: auto;
        &::after {
            right: auto;
            left: 2rem;
            transform: translateY(-50%) rotate(225deg);
        }
    }
}
*/
.wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 700px;
  }
}
.wrapper.s_lg {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wrapper.s_lg {
    margin-bottom: 6rem;
  }
}
.wrapper.ns_tp {
  padding-top: 0;
}
.wrapper.ns_bt {
  padding-bottom: 0;
}
.wrapper.lg {
  width: 100%;
  max-width: 100%;
}
.wrapper.thin {
  max-width: 820px;
}

.embed--youtube {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 25px;
}
.embed--youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table--wrap {
  overflow-x: auto;
  margin-bottom: 6rem;
}
.table--wrap img,
.table--wrap table {
  min-width: 600px;
}

.post__wrapper {
  display: grid;
  grid-template-columns: auto 26%;
  gap: 0 6%;
}
.post--empty {
  text-align: center;
}
.post__aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
.post__aside--title {
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004187;
}
.post__aside--list {
  font-size: 1.5rem;
}
.post__aside--list li {
  border-bottom: 1px solid #bfbfbf;
  padding: 1rem 0;
}
.post__aside--list li:not(.current-cat) a, .post__aside--list li:not(.current-cat) a:visited {
  color: #000;
}
.post__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.post__list a, .post__list a:visited {
  color: #000;
}
.post__list--img {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 5%;
}
.post__list--img .post--single {
  border: none;
}
.post--single {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bfbfbf;
}
.post--single > a {
  display: inline-block;
  position: relative;
}
.post--thumb {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.post--thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post--thumb a {
  display: block;
}
.post--title {
  font-size: 1.8rem;
}
.post--info {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.post--catList {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post--catList a {
  display: block;
  padding: 0 0.8rem;
  background: #004187;
}
.post--catList a, .post--catList a:visited {
  color: #fff;
}
.post--archiveTitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.post--pager ul {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.post--pager ul a, .post--pager ul span {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.post--pager ul a.current, .post--pager ul span.current {
  color: #fff;
  background: #004187;
}
.post--pager ul a.dots, .post--pager ul span.dots {
  border: none;
}
.post--pager ul a {
  border: 1px solid #004187;
  transition: background 0.2s;
}
.post--pager ul a, .post--pager ul a:visited {
  color: #004187;
}
.post--pager ul a:hover {
  opacity: 1;
  background: rgba(0, 65, 135, 0.3);
}

.article__info {
  margin-bottom: 2rem;
}
.article__cont {
  overflow: hidden;
  margin: 4rem auto 6rem;
}
.article--title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.article--guide {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post__wrapper {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
  .post__aside {
    gap: 4rem;
  }
  .post__list--img {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    max-width: 500px;
    margin: 0 auto;
  }
  .post__list--img .post--single {
    padding-bottom: 0;
  }
  .post--catList {
    font-size: 1.3rem;
  }
  .post--archiveTitle {
    font-size: 2.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #004187;
  }
  .post--pager ul {
    font-size: 1.6rem;
  }
  .article__cont {
    margin: 4rem auto;
  }
}
.pageTitle {
  color: #fff;
  font-weight: bold;
  background: #004187;
  text-align: center;
  overflow: hidden;
  padding: 6rem 0;
  margin-bottom: 6rem;
  position: relative;
}
.pageTitle > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pageTitle__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTitle__inner {
    max-width: 700px;
  }
}
.pageTitle .title--en {
  font-size: 6rem;
  line-height: 1.2;
}
.pageTitle .title--ja {
  font-size: 2.4rem;
}
.pageTitle .title--ja_only {
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .pageTitle {
    padding: 4rem 0;
    margin-bottom: 4rem;
  }
  .pageTitle .title--en {
    font-size: 4rem;
  }
  .pageTitle .title--ja {
    font-size: 2rem;
  }
  .pageTitle .title--ja_only {
    font-size: 2.6rem;
  }
}
#tinymce .is_sp {
  opacity: 0.5;
}

#tinymce,
.pages__editable,
.article__cont {
  word-break: break-all;
}
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.pages__editable h2,
.pages__editable h3,
.pages__editable h4,
.pages__editable h5,
.pages__editable h6,
.article__cont h2,
.article__cont h3,
.article__cont h4,
.article__cont h5,
.article__cont h6 {
  margin-bottom: 3rem;
}
#tinymce h2,
.pages__editable h2,
.article__cont h2 {
  font-size: 3rem;
}
#tinymce h3,
.pages__editable h3,
.article__cont h3 {
  font-size: 2.4rem;
}
#tinymce h4,
.pages__editable h4,
.article__cont h4 {
  font-size: 2.2rem;
}
#tinymce h5,
.pages__editable h5,
.article__cont h5 {
  font-size: 2rem;
}
#tinymce h6,
.pages__editable h6,
.article__cont h6 {
  font-size: 1.8rem;
}
#tinymce a, #tinymce a:visited,
.pages__editable a,
.pages__editable a:visited,
.article__cont a,
.article__cont a:visited {
  color: #00a0fa;
  text-decoration: underline;
}
#tinymce img,
#tinymce p,
.pages__editable img,
.pages__editable p,
.article__cont img,
.article__cont p {
  margin: 0 0 3rem;
}
#tinymce ul,
#tinymce ol,
.pages__editable ul,
.pages__editable ol,
.article__cont ul,
.article__cont ol {
  margin-bottom: 2rem;
  padding-left: 1.5em;
}
#tinymce ul,
.pages__editable ul,
.article__cont ul {
  list-style: disc;
}
#tinymce ol,
.pages__editable ol,
.article__cont ol {
  list-style: decimal;
}
#tinymce hr,
.pages__editable hr,
.article__cont hr {
  border: none;
  padding: 2rem;
  margin: 0 auto;
}
#tinymce iframe,
.pages__editable iframe,
.article__cont iframe {
  width: 100%;
  display: block;
}
#tinymce table th,
#tinymce table td,
.pages__editable table th,
.pages__editable table td,
.article__cont table th,
.article__cont table td {
  font-weight: normal;
  padding: 1rem;
}
#tinymce .tb_list,
.pages__editable .tb_list,
.article__cont .tb_list {
  width: 100%;
  margin: 0 auto;
}
#tinymce .tb_list th,
#tinymce .tb_list td,
.pages__editable .tb_list th,
.pages__editable .tb_list td,
.article__cont .tb_list th,
.article__cont .tb_list td {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  padding: 2rem 0;
}
#tinymce .tb_list tr td:first-child,
.pages__editable .tb_list tr td:first-child,
.article__cont .tb_list tr td:first-child {
  width: 20%;
  border-bottom: 1px solid #004187;
}
#tinymce .tb_list tr td:last-child,
.pages__editable .tb_list tr td:last-child,
.article__cont .tb_list tr td:last-child {
  width: 80%;
  padding-left: 2%;
  border-bottom: 1px solid #bfbfbf;
}
#tinymce .tb_fbox th,
#tinymce .tb_fbox td,
.pages__editable .tb_fbox th,
.pages__editable .tb_fbox td,
.article__cont .tb_fbox th,
.article__cont .tb_fbox td {
  padding: 2rem 0;
}
#tinymce .tb_fbox tr td:first-child,
.pages__editable .tb_fbox tr td:first-child,
.article__cont .tb_fbox tr td:first-child {
  width: 50%;
  padding-right: 2%;
}
#tinymce .tb_fbox tr td:last-child,
.pages__editable .tb_fbox tr td:last-child,
.article__cont .tb_fbox tr td:last-child {
  width: 50%;
  padding-left: 2%;
}
#tinymce .tb_fbox.col3 tr td,
.pages__editable .tb_fbox.col3 tr td,
.article__cont .tb_fbox.col3 tr td {
  width: 33.3333333333%;
  padding: 2rem 0 4rem;
}
#tinymce .tb_fbox.col3 tr td img,
.pages__editable .tb_fbox.col3 tr td img,
.article__cont .tb_fbox.col3 tr td img {
  margin-bottom: 2rem;
}
#tinymce .tb_fbox.col3 tr td:first-child,
.pages__editable .tb_fbox.col3 tr td:first-child,
.article__cont .tb_fbox.col3 tr td:first-child {
  padding-right: 2%;
}
#tinymce .tb_fbox.col3 tr td:nth-child(2),
.pages__editable .tb_fbox.col3 tr td:nth-child(2),
.article__cont .tb_fbox.col3 tr td:nth-child(2) {
  padding-right: 1%;
  padding-left: 1%;
}
#tinymce .tb_fbox.col3 tr td:last-child,
.pages__editable .tb_fbox.col3 tr td:last-child,
.article__cont .tb_fbox.col3 tr td:last-child {
  padding-left: 2%;
}

@media screen and (max-width: 767px) {
  #tinymce .tb_fbox td,
  .pages__editable .tb_fbox td,
  .article__cont .tb_fbox td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  #tinymce .tb_fbox tr td:last-child,
  .pages__editable .tb_fbox tr td:last-child,
  .article__cont .tb_fbox tr td:last-child {
    padding-bottom: 3rem !important;
  }
  #tinymce .tb_fbox.col3 tr td,
  .pages__editable .tb_fbox.col3 tr td,
  .article__cont .tb_fbox.col3 tr td {
    padding-bottom: 4rem !important;
  }
  #tinymce .tb_fbox.rev tr,
  .pages__editable .tb_fbox.rev tr,
  .article__cont .tb_fbox.rev tr {
    display: flex;
    flex-direction: column;
  }
  #tinymce .tb_fbox.rev tr:nth-child(2n),
  .pages__editable .tb_fbox.rev tr:nth-child(2n),
  .article__cont .tb_fbox.rev tr:nth-child(2n) {
    flex-direction: column-reverse;
  }
  #tinymce .tb_fbox.rev tr:nth-child(2n) td:first-child,
  .pages__editable .tb_fbox.rev tr:nth-child(2n) td:first-child,
  .article__cont .tb_fbox.rev tr:nth-child(2n) td:first-child {
    padding-bottom: 3rem !important;
  }
  #tinymce .tb_fbox.rev tr:nth-child(2n) td:last-child,
  .pages__editable .tb_fbox.rev tr:nth-child(2n) td:last-child,
  .article__cont .tb_fbox.rev tr:nth-child(2n) td:last-child {
    padding-bottom: 0 !important;
  }
}
.form__table {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin: 6rem auto 3rem;
}
.form__table td,
.form__table th {
  padding: 0 0 3rem;
}
.form__table th {
  width: 30%;
  padding-right: 2rem;
  font-weight: normal;
}
.form__table td {
  width: 70%;
}
.form__table input:not([type=checkbox]),
.form__table textarea,
.form__table select {
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
  border-radius: 0;
  background: #eff2f9;
  border: none;
}
.form__table input:not([type=checkbox]).p-region,
.form__table textarea.p-region,
.form__table select.p-region {
  margin-top: 1rem;
}
.form__table textarea {
  display: block;
  resize: none;
  height: 216px;
  flex: 1;
}
.form__table input[type=checkbox]:hover {
  cursor: pointer;
}
.form__table .p-country-name {
  display: none;
}
.form--notes {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 0;
}
.form--pp a {
  text-decoration: underline;
}
.form--confirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form--confirm .btn--back {
  margin-right: 1rem;
}

.mw_wp_form input[name="__children[pp_agreement][]"] + .error {
  display: inline;
  padding-right: 0.5em;
}
.mw_wp_form .checkbox__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  line-height: 1.4;
}
.mw_wp_form .checkbox__wrap.col {
  flex-direction: column;
}
.mw_wp_form .checkbox__wrap.form--pp {
  flex-wrap: nowrap;
  gap: 0;
}
.mw_wp_form .checkbox__wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .checkbox__wrap > span {
  position: relative;
}
.mw_wp_form .checkbox__wrap input[type=radio],
.mw_wp_form .checkbox__wrap input[type=checkbox] {
  display: none;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  width: auto;
  flex-basis: auto;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span::before,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #eff2f9;
  margin-right: 1rem;
  flex-basis: auto;
  flex-shrink: 0;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span::after,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span::after {
  border-right: 3px solid #004187;
  border-bottom: 3px solid #004187;
  content: "";
  display: block;
  height: 9px;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(45deg);
  width: 5px;
}
.mw_wp_form .checkbox__wrap input[type=radio]:checked + span::after,
.mw_wp_form .checkbox__wrap input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.mw_wp_form .form--error input,
.mw_wp_form .form--error textarea,
.mw_wp_form .form--error select, .mw_wp_form .form--error.checkbox__wrap {
  background: #ffeeee;
  border: 1px solid #ff0000;
}
.mw_wp_form .form--error.checkbox__wrap {
  position: relative;
  padding: 1rem 1rem 4rem;
}
.mw_wp_form .form--error.checkbox__wrap .error {
  position: absolute;
  bottom: 0;
}
.mw_wp_form .form--error .error {
  font-size: 1.3rem;
  color: #ff0000;
  padding: 0.5rem 0;
}
.mw_wp_form .req {
  font-size: 1.3rem;
  color: #ff0000;
  margin-left: 1rem;
}

.mw_wp_form_input .form--send {
  display: none;
}

.mw_wp_form_preview .form__table {
  border-top: 1px solid #bfbfbf;
}
.mw_wp_form_preview .form__table th,
.mw_wp_form_preview .form__table td {
  padding: 1rem 0;
  border-bottom: 1px solid #bfbfbf;
}
.mw_wp_form_preview .form--pp a {
  pointer-events: none;
  text-decoration: none;
}
.mw_wp_form_preview .form--pp a, .mw_wp_form_preview .form--pp a:visited {
  color: #000;
}
.mw_wp_form_preview .req,
.mw_wp_form_preview .form--notes,
.mw_wp_form_preview .form--input {
  display: none;
}

@media screen and (max-width: 767px) {
  .form__table {
    margin: 4rem auto;
  }
  .form__table td,
  .form__table th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .form__table th {
    padding-bottom: 0.5rem;
  }
  .form__table td {
    padding-bottom: 2rem;
  }
  .mw_wp_form_preview .form__table th {
    padding: 0.5rem 0;
    border-color: rgba(191, 191, 191, 0.5);
  }
}/*# sourceMappingURL=style-template.css.map */