@charset "UTF-8";
body {
  color: #41220F; }

.header-logo img {
  height: 96px; }

#js-hamburger-menu {
  aspect-ratio: 1/1;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px; }

.article {
  border: none; }

h1,
h2,
.h3 {
  color: #41220F !important;
  font-family: Zen Maru Gothic, sans-serif; }

h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (min-width: 768px) {
    h1 {
      font-size: 26px !important; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 23px !important; } }
  h1::before, h1::after {
    display: block;
    height: 1.5em;
    background-size: contain;
    background-repeat: no-repeat;
    content: ""; }
    @media (min-width: 768px) {
      h1::before, h1::after {
        width: 4em; } }
    @media (max-width: 767px) {
      h1::before, h1::after {
        width: 3em; } }
  h1::before {
    background-image: url("/wp-content/package/common/img/h1_left.svg?uf118itcc");
    background-position: left center; }
  h1::after {
    background-image: url("/wp-content/package/common/img/h1_right.svg?uf118itcg");
    background-position: right center; }
  h1 + p {
    text-align: center; }

h2 {
  margin-bottom: 1.5em !important;
  padding: 0 0 1.5em !important;
  background-color: transparent !important;
  background-image: url("/wp-content/package/common/img/h2.png?uf118itco");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 0.4em;
  border-left: none !important;
  text-align: center; }
  @media (min-width: 768px) {
    h2 {
      font-size: 24px !important; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 21px !important; } }

.h3 {
  display: flex;
  align-items: flex-start;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5 !important; }
  .h3::before {
    margin-right: 0.2em;
    color: #E95332;
    content: "●"; }

.modal-menu {
  padding: 1rem 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem; }
  .modal-menu a {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .modal-menu .modal-gloval-icon,
  .modal-menu .modal-gloval-icon-bar {
    margin: 0; }
  .modal-menu .modal-gloval-icon {
    float: none; }

@media (max-width: 767px) {
  .footer-widget .column-4:not(:last-of-type) {
    margin-bottom: 3em; } }
.footer-widget .column-4:nth-of-type(2) {
  text-align: center; }
  .footer-widget .column-4:nth-of-type(2) p {
    font-size: inherit;
    line-height: 1.5; }
    .footer-widget .column-4:nth-of-type(2) p:nth-of-type(1) {
      font-size: 120%; }
    .footer-widget .column-4:nth-of-type(2) p:nth-of-type(2), .footer-widget .column-4:nth-of-type(2) p:nth-of-type(4) {
      font-size: 200%;
      font-weight: bold; }
  .footer-widget .column-4:nth-of-type(2) a {
    font-size: 130%;
    line-height: 1.2; }

@media (min-width: 768px) {
  .sp {
    display: none; } }

@media (max-width: 767px) {
  .pc {
    display: none; } }

.flex {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .flex {
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .flex {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .flex .text {
      width: calc(100% - 300px - 1em); } }
  @media (max-width: 767px) {
    .flex .text {
      order: 2; } }
  @media (min-width: 768px) {
    .flex .text + picture {
      width: 300px; } }
  @media (max-width: 767px) {
    .flex .text + picture {
      order: 1;
      margin: 1em auto; } }

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

a.btn,
input.btn {
  display: block;
  width: 80%;
  margin: 2.5rem auto;
  padding: 8px 32px;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #E40077;
  color: #fff;
  font-size: 120% !important;
  line-height: 1.5;
  text-decoration: none; }
  @media (min-width: 768px) {
    a.btn,
    input.btn {
      width: 40%; } }
  a.btn:hover,
  input.btn:hover {
    transform: translate(0, 3px);
    opacity: 0.8; }

.article-body p {
  margin-bottom: 1em; }

table.table th, table.table td {
  padding: 2em;
  border: 2px solid #F39806;
  vertical-align: middle; }
table.table th {
  width: 12em;
  background-color: #FFFBEB;
  text-align: center; }
table.table td p {
  margin-bottom: 0; }
table.table td ul li {
  line-height: 1.6 !important;
  font-weight: bold; }
  table.table td ul li span {
    margin-left: 0.5em !important;
    font-weight: normal; }
    @media (max-width: 767px) {
      table.table td ul li span {
        margin-left: 0 !important;
        padding-left: 0 !important; } }
  table.table td ul li::before {
    margin-right: 0.5em;
    content: "●";
    font-size: 80%; }
@media (max-width: 767px) {
  table.table, table.table tbody, table.table thead, table.table tr, table.table th, table.table td {
    display: block; }
  table.table {
    border-bottom: 2px solid #F39806; }
  table.table th, table.table td {
    width: 100%;
    border-bottom: none; } }

dl.table {
  border-top: 2px solid #F39806;
  border-left: 2px solid #F39806; }
  @media (min-width: 768px) {
    dl.table {
      display: flex;
      flex-wrap: wrap; } }
  dl.table > dt,
  dl.table > dd {
    display: flex;
    padding: 2em;
    border-right: 2px solid #F39806;
    border-bottom: 2px solid #F39806; }
  dl.table > dt {
    align-items: center;
    justify-content: center;
    background-color: #FFFBEB;
    text-align: center; }
    @media (min-width: 768px) {
      dl.table > dt {
        width: 12em; } }
  dl.table > dd {
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      dl.table > dd {
        width: calc(100% - 12em); } }
    @media (max-width: 767px) {
      dl.table > dd {
        align-items: center; } }

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

.bold {
  font-weight: bold; }

.red {
  color: #E95332; }

.drawer-menu .menu-item {
  padding-left: 0 !important; }
  .drawer-menu .menu-item a {
    display: block;
    padding: 16px 0;
    border-bottom: solid 1px #e2e5e8; }
    .drawer-menu .menu-item a::before {
      display: none !important; }
.drawer-menu .widget_custom_html {
  margin: 3em auto;
  padding: 1em;
  border: solid 2px #E95332;
  border-radius: 1em;
  text-align: center; }
  .drawer-menu .widget_custom_html p {
    margin: 0; }
  .drawer-menu .widget_custom_html a {
    font-size: 150%;
    font-weight: bold; }

.grecaptcha-badge {
  display: none; }

.recaptcha {
  margin: 1em 0;
  text-align: center; }
  @media (min-width: 768px) {
    .recaptcha {
      font-size: 0.75rem; } }
  .recaptcha p {
    margin: 0;
    line-height: 1; }
  @media (max-width: 767px) {
    .recaptcha div {
      margin: 0.5em; } }
  .recaptcha a {
    display: inline-block;
    color: #93b5cd;
    text-decoration: none; }
    @media (min-width: 768px) {
      .recaptcha a {
        margin: 0.5em; } }
    .recaptcha a:hover {
      color: #b5b5b5; }

.sidebar li a {
  display: block;
  padding: 8px 16px 8px 0; }
  .sidebar li a:hover {
    opacity: 0.8;
    transform: translateX(0.25em);
    transition: all 0.3s ease; }
