@charset "utf-8";
/* --------------------------------------------------
    reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a, a:hover, a:visited, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
ul {
  letter-spacing: -0.4em;
}
li {
  letter-spacing: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure:not([class^="wp-block"]) {
  margin: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a, *::before, *::after {
   transition: 0.2s;
}
/* --------------------------------------------------
    base
-------------------------------------------------- */
html {
  height: 100%;
  position: relative;
}
body {
  color: #222;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
body#home {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
a.op:hover {
  opacity: .7;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: auto;
    -webkit-text-size-adjust: 100%;
  }
}
/* --------------------------------------------------
    structure
-------------------------------------------------- */
.inner {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
main section:not(:first-of-type) {
  padding-top: 100px;
}
main section:first-of-type {
  padding-top: 80px;
}
main section:last-of-type {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: auto;
    padding: 0 5%;
  }
  main section:not(:first-of-type) {
    padding-top: 60px;
  }
  main section:first-of-type {
    padding-top: 40px;
  }
  main section:last-of-type {
    padding-bottom: 60px;
  }
}
/* --------------------------------------------------
    アニメーション共通
-------------------------------------------------- */
.animated[class*="slideUp"], .animated[class*="slideDown"], .animated[class*="slideLeft"], .animated[class*="slideRight"], .animated[class*="fadeIn"],
.animated [class*="slideUp"], .animated [class*="slideDown"], .animated [class*="slideLeft"], .animated [class*="slideRight"], .animated [class*="fadeIn"] {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.slideUp {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.slideDown {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.slideLeft {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.slideRight {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.fadeIn {
  transition: 0.5s cubic-bezier(0.32, 0, 0.67, 0);
  opacity: 0;
}
/* --------------------------------------------------
    tableレイアウト
-------------------------------------------------- */
table {
  width: 100%;
}
th, td {
  vertical-align: middle;
  padding: 20px;
  border: #ddd 1px solid;
}
th {
  background: #eee;
}
.res01 th {
  width: 30%;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  th {
    padding: 5px 10px;
  }
  td {
    padding: 10px;
  }
  .res01 th, .res01 td {
    width: auto !important;
    display: block;
    border-top: none;
  }
  .res01 tr:first-child th {
    border-top: #ddd 1px solid;
  }
  .res02 {
    display: block;
    position: relative;
  }
  .res02 th, .res02 td {
    width: 100% !important;
    display: block;
  }
  .res02 thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .res02 thead th {
    width: auto;
    display: block;
  }
  .res02 tbody {
    width: auto;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .res02 tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .res02 tbody td {
    display: block;
  }
  /* table横スクロール */
  .scroll {
    font-size: 14px;
    overflow: auto;
    white-space: nowrap;
  }
  .scroll table thead th:first-child,
  .scroll table tbody th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .scroll table thead th:first-child::before,
  .scroll table tbody th:first-child::before {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: inherit;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
/* --------------------------------------------------
    注意書き
-------------------------------------------------- */
.notes {
  font-size: .9375em;
  padding-left: 1em;
  text-indent: -1em;
}
.notes > li:before {
  content: '※';
}
/* --------------------------------------------------
    リストデザイン
-------------------------------------------------- */
.disc > li {
  list-style: disc;
  margin-left: 1.5em;
}
li .disc > li {
  text-indent: 0;
}
.decimal > li {
  list-style: decimal;
  margin-left: 1.5em;
}
li .decimal > li {
  text-indent: 0;
}
/* リスト */
.list {
  line-height: 1.6;
}
.list > li {
  display: flex;
  align-items: flex-start;
  column-gap: .6em;
}
.list > li + li {
  margin-top: .25em;
}
.list > li:before {
  width: .4em;
  height: .4em;
  content: "";
  background: #147a4a;
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: .6em;
}
/* 後ろ斜線 */
.list_slash > li {
  display: inline;
}
.list_slash > li::after {
  content: '/';
  padding: 0 10px;
}
.list_slash > li:last-child::after {
  content: none;
}
/* 括弧付数字 */
.paren {
  counter-reset: cnt;
}
.paren > li {
  margin-left: 1.6em;
  text-indent: -1.6em;
}
.paren > li::before {
  counter-increment: cnt;
  content: '(' counter(cnt) ') ';
}
/* 丸数字 */
.bracket {
  counter-reset: cnt;
}
.bracket > li {
  padding-left: 1.5em;
  position: relative;
}
.bracket > li::before {
  width: 1.2em;
  height: 1.2em;
  counter-increment: cnt;
  content: counter(cnt);
  font-size: 90%;
  display: block;
  text-align: center;
  line-height: 1.2em;
  border: 0.06em solid;
  border-radius: 50%;
  position: absolute;
  top: 0.35em;
  left: 0;
}
li .bracket > li {
  text-indent: 0;
}
/* --------------------------------------------------
    Flexbox
-------------------------------------------------- */
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex-evenly {
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.flex .flex-col2 {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.flex .flex-col3 {
  width: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
}
.flex .flex-col4 {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media screen and (max-width: 1024px) {
  .spBlock > [class*="flex-col"] {
    width: auto;
  }
}
/* --------------------------------------------------
    画像フロート
-------------------------------------------------- */
.contBox::after {
  content: '';
  display: block;
  clear: both;
}
.contBox .leftBox {
  float: left;
}
.contBox .rightBox {
  float: right;
}
@media screen and (max-width: 1024px) {
  .contBox .leftBox,
  .contBox .rightBox {
    width: auto !important;
    float: none;
  }
  .contBox .leftBox img,
  .contBox .rightBox img {
    display: block;
    margin: 0 auto;
  }
}
/* --------------------------------------------------
    PC・スマホ表示切替
-------------------------------------------------- */
.sp, .sp_nav {
  display: none !important;
}
.pcBlock {
  display: block;
}
.inline {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .sp_nav {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pcBlock {
    display: initial !important;
  }
  .spBlock {
    display: block !important;
  }
}
/* --------------------------------------------------
    ぱんくず
-------------------------------------------------- */
#breadcrumb {
  font-size: 12px;
  padding: 10px 0;
}
#breadcrumb ul {
  display: flex;
  justify-content: flex-end;
  column-gap: .5em;
}
#breadcrumb ul li {
  display: flex;
  align-items: center;
  column-gap: .5em;
}
#breadcrumb ul li + li::before {
  width: 1em;
  height: 1px;
  content: "";
  background: #aaa;
}
#breadcrumb a {
  color: #aaa;
}
@media screen and (max-width: 1024px) {
  #breadcrumb {
    display: none;
  }
}
/* --------------------------------------------------
    メールフォーム
-------------------------------------------------- */
.mw_wp_form table th, .mw_wp_form table td {
  padding: 30px 15px;
  border: none;
  border-top: 1px solid #eee;
}
.mw_wp_form table tr:last-child th, .mw_wp_form table tr:last-child td {
  border-bottom: 1px solid #eee;
}
.mw_wp_form table th {
  background: none;
  font-weight: 500;
  text-align: left;
}
.mw_wp_form .must {
  background: #d60047;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  margin-left: 1em;
}
.mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form input[type="url"], .mw_wp_form input[type="tel"], .mw_wp_form textarea {
  width: 100%;
  background: #f5f5f5;
  line-height: 2em;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
}
.mw_wp_form .selectbox {
  display: flex;
  align-items: center;
  position: relative;
}
.mw_wp_form .selectbox::after {
  width: 10px;
  height: 7px;
  content: "";
  background: #222;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 20px;
}
.mw_wp_form .selectbox select {
  width: 100%;
  height: 3em;
  padding: .5em calc(1em + 30px) .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
}
.mw_wp_form .selectbox select:focus {
  outline: none;
}
.mw_wp_form .formBtn {
  text-align: center;
  margin-top: 40px;
}
.mw_wp_form .formBtn input[type="submit"] {
  min-width: 40%;
  background: #222;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 20px 40px;
  border: none;
  border-radius: 0;
}
.mw_wp_form .formBtn input[name="submitBack"] {
  background: #ddd;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .mw_wp_form table th {
    padding: 15px 0 5px;
  }
  .mw_wp_form table tr:first-child th {
    border-top-color: #eee;
  }
  .mw_wp_form table td {
    padding: 0 0 15px;
    border-top: none;
  }
  .mw_wp_form table tr:last-child th {
    border-bottom: none;
  }
  .mw_wp_form .must {
    font-size: 10px;
  }
  .mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form input[type="url"], .mw_wp_form input[type="tel"], .mw_wp_form textarea {
    line-height: 1.5em;
  }
  .mw_wp_form .selectbox select {
    height: 2.5em;
  }
  .mw_wp_form .formBtn input[type="submit"] {
    min-width: 60%;
    padding: 15px;
  }
}
/* --------------------------------------------------
    Pagination
-------------------------------------------------- */
.pagination {
  text-align: center;
  margin-top: 80px;
}
.pagination a, .pagination li > span {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  position: relative;
}
.pagination a::before {
  content: '';
  border: #222 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pagination a:hover, .pagination a:hover > span, .pagination li:hover > span {
  background: #222;
  color: #fff;
}
.pagination .first, .pagination .prev, .pagination .next, .pagination .last {
  font-size: 20px;
}
.pagination .first span, .pagination .prev span, .pagination .next span, .pagination .last span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pagination .current > span {
  background: #222;
  color: #fff;
}
/* --------------------------------------------------
    Pager
-------------------------------------------------- */
.postLink {
  padding-top: 40px;
  margin-top: 80px;
  border-top: #eee 1px solid;
}
.postLink ul li {
  width: 35%;
}
.postLink .all {
  width: 20%;
  text-align: center;
  margin: 0 5% 0 auto;
}
.postLink .prev + .all {
  margin-left: 5%;
}
.postLink ul li a {
  color: #222;
  display: block;
  line-height: 1.5;
  position: relative;
}
.postLink .all a {
  background: #222;
  color: #fff;
  padding: 10px;
  border: #222 1px solid;
}
.postLink .all a:hover {
  background: #fff;
  color: #222;
}
.postLink .prev a {
  padding-left: 30px;
}
.postLink .next a {
  padding-right: 30px;
}
.postLink li:not(.all) a:hover {
  opacity: .5;
}
.postLink .prev a::before, .postLink .next a::before {
  width: 8px;
  height: 8px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.postLink .prev a::before {
  border-top: #222 2px solid;
  border-left: #222 2px solid;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.postLink .next a::before {
  border-top: #222 2px solid;
  border-right: #222 2px solid;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.postLink .post_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .postLink {
    padding-top: 20px;
    margin-top: 60px;
  }
  .postLink ul {
    flex-direction: column;
  }
  .postLink ul li {
    width: auto;
  }
  .postLink .all {
    min-width: 200px;
    margin: 20px auto 0 !important;
    order: 3;
  }
  .postLink .prev {
    margin-right: auto;
  }
  .postLink .next {
    margin: 20px 0 0 auto;
  }
}
/* --------------------------------------------------
    ビジュアルエディタ対応
-------------------------------------------------- */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック", "sans-serif";
}
blockquote {
  background: #f2f2f2;
  padding: 1.5em;
  margin: 1.5em 0;
  border: #ccc 1px solid;
  border-radius: 10px;
  position: relative;
}
blockquote::before,
blockquote::after {
  font-size: 4em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  opacity: 0.2;
  position: absolute;
}
blockquote::before {
  top: -1.2rem;
  left: 0.2rem;
  content: '“';
}
blockquote::after {
  bottom: -3.8rem;
  right: 0.2rem;
  content: '”';
}
hr {
  background: #ccc;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
}
.post_contents p + *, .post_contents ul + *, .post_contents ol + * {
  margin-top: 1.5em;
}
.wp-block {
  max-width: 1200px;
}
.wp-block-image {
  margin-bottom: 2em;
}
.wp-block-gallery {
  margin: 0 !important;
}
.wp-block-gallery .wp-block-image {
  margin-bottom: 0;
}
.wp-block-table {
  margin: 1.5em 0;
}
.wp-block-column .wp-block-image {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .alignleft ,
  .alignright {
    float: none !important;
    margin: 0 auto !important;
  }
  .wp-block-column:not(:first-child) {
    margin-top: 20px;
  }
}
/* --------------------------------------------------
    汎用
-------------------------------------------------- */
/* float */
.fltL {float: left;}
.fltR {float: right;}

/* float解除 */
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

/* font size */
.f10 {font-size:10px !important;}
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f14 {font-size:14px !important;}
.f16 {font-size:16px !important;}
.f18 {font-size:18px !important;}
.f20 {font-size:20px !important;}
.f22 {font-size:22px !important;}
.f24 {font-size:24px !important;}
.f26 {font-size:26px !important;}
.f28 {font-size:28px !important;}
.f30 {font-size:30px !important;}
.f32 {font-size:32px !important;}
.f34 {font-size:34px !important;}
.f36 {font-size:36px !important;}

/* font family */
.fMincho {font-family: 'Noto Serif JP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.fGothic {font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}

/* text style */
.normal {font-weight: normal;}
.bold{font-weight: bold;}
.black{font-weight: 900;}
.underline {text-decoration: underline; text-underline-offset: .25em;}
.italic {font-style: italic;}

.marker {background: linear-gradient(transparent 60%, rgba(255,255,0,0.5) 60%);}

.lh10 {line-height: 1;}
.lh12 {line-height: 1.2;}
.lh15 {line-height: 1.5;}
.lh20 {line-height: 2;}

/* text align */
.txtL {text-align: left !important;}
.txtR {text-align: right !important;}
.txtC {text-align: center !important;}

/* text color */
.fcRed {color: #c00;}

/* margin・padding */
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}

.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml60 {margin-left: 60px !important;}

.mr00 {margin-right: 0px !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr60 {margin-right: 60px !important;}

.pt00 {padding-top: 0px !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}

.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}

.pl00 {padding-left: 0px !important;}
.pl05 {padding-left: 05px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}

.pr00 {padding-right: 00px !important;}
.pr05 {padding-right: 05px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}

/* --------------------------------------------------
    forms
-------------------------------------------------- */
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="time"], input[type="number"], input[type="password"], input[type="url"], textarea, select {
  font-family: inherit;
  font-size: 16px;
  padding: 5px 10px;
  margin: 2px;
  border: #ccc 1px solid;
  border-radius: 3px;
}
input[type="checkbox"], input[type="radio"] {
  font-size: 16px;
  margin: 3px 3px 0 5px;
}
input[type="submit"], button {
  background: #eee;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  border: #ccc 1px solid;
  border-radius: 5px;
}
input[type="submit"]:hover, button:hover {
  opacity: 0.6;
}
textarea {
  resize: vertical;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  input[type="submit"], input[type="checkbox"], input[type="radio"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* reCAPTCHA非表示 */
.grecaptcha-badge {
  display: none;
}