@charset "UTF-8";
/* CSS Document */

span{
  line-height: 1.6;
}
.leading-tight{
  line-height: 1.6;
}
.c-article table tr td{
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: .5em;
}.c-article table tr td:last-child{
  border-right: 0;
}

.c-hdrmail-btn > span{
  font-size: 2.7rem;
}
.c-hdrmail-btn{
  padding-left: 2.2rem;
}

h1.entry-title{
  display: none;
}

article p.c-radio{
  margin-bottom: 0;
}

input[type='submit']{
  all: unset;
}

input[type='submit'].c-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52.5rem;
    height: 12rem;
    font-size: 3rem;
    color: #fff;
    background-color: oklch(0.646 0.129 187.9);
    border-radius: 0.4rem;
    transition-duration: 0.3s;
    transition-property: background-color;
  cursor: pointer;
  text-align: center;
}

@media (width >= 1000px) {
    input[type='submit'].c-submit-btn {
        width: 35rem;
        height: 8rem;
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    input[type='submit'].md\:mt-80 {
        margin-top: 8rem;
    }
}

input[type='submit'].mt-110 {
    margin-top: 11rem;
}
input[type='submit'].mx-auto {
    margin-left: auto;
    margin-right: auto;
}

@media (any-hover: hover) {
  input[type='submit'].c-submit-btn:hover {
    background-color: oklch(0.726 0.129 187.9);
  }
}

.mw_wp_form_preview i {
  display: none;
}
@media (max-width: 768px) {
.md\:w-270 {
        width: 27rem;
    }
}

.md\:w-270 {
        width: 35rem;
    }

iframe#sub{
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.c-news-card__img img{
  width: 100%;
}

.header-container-in.hlt-top-menu .logo-header{
  display: none;
}

.footer{
  display: none;
}

.pl-1e{
  padding-left: 1em;
}

.pl-2e{
  padding-left: 2em;
}

.ti--1e{
  text-indent: -1em;
}

.ti--15e{
  text-indent: -1.5em;
}

.p-list{
  list-style: disc inside;
}