@charset "UTF-8";
/* ------------------------------------
// heading
------------------------------------ */
.page_title {
  margin-bottom: 50px;
}
.page_title h1 {
  background: #fff;
  border-radius: 10px;
  color: #005872;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 0.4em 1em 0.5em;
  letter-spacing: 0.1em;
}
.page_title .topic_path {
  width: fit-content;
  margin: 1em 0 0 auto;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
}
.page_title .topic_path li + *::before {
  content: "―";
  margin: 0 0.5em;
}

.htype01 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 1em;
  position: relative;
  color: #005872;
  margin-bottom: 1.3em;
  letter-spacing: 0.1em;
}
.htype01::before {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #005872;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.htype02 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.3em;
}

@media (max-width: 767px) {
  .page_title {
    margin-bottom: 4rem;
  }
  .page_title h1 {
    border-radius: 0.5rem;
    font-size: 2.6rem;
    padding: 0.4em 0.7em 0.5em;
  }
  .page_title .topic_path {
    font-size: 1.1rem;
  }
  .htype01 {
    font-size: 2.2rem;
    padding-left: 0.9em;
  }
  .htype01::before {
    width: 1.1rem;
  }
  .htype02 {
    font-size: 1.8rem;
  }
}
/* ------------------------------------
// office
------------------------------------ */
.office {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.office .data {
  flex-basis: 400px;
}
.office .data dl dt {
  font-weight: 700;
  color: #005872;
  margin-bottom: 0.5em;
}
.office .data dl dt.cha2 {
  letter-spacing: 1em;
  text-indent: 1em;
  transform: translateX(-1em);
}
.office .data dl dt + dd {
  margin-top: 0.5em;
}
.office .data dl dd {
  background: #e6eeed;
  padding: 0.2em 0.8em 0.3em;
  border-radius: 3px;
  line-height: 1.8;
}
.office .data dl dd + dt {
  margin-top: 0.5em;
}
.office .map {
  padding-top: 1.7em;
  flex-basis: 440px;
}
.office .map iframe {
  width: 100%;
  height: 100%;
  max-height: 265px;
}
@media (max-width: 767px) {
  .office {
    display: block;
  }
  .office .map {
    padding-top: 1.7em;
    height: 21rem;
  }
  .office .map iframe {
    max-height: none;
  }
}

/* ------------------------------------
// box
------------------------------------ */
.box_01 {
  border-radius: 10px;
  background: #e6eeed;
  padding: 25px;
}
.box_01 + * {
  margin-top: 25px;
}
.box_01.privacy {
  margin-top: 30px;
}
.box_01.privacy p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.box_01.privacy p + * {
  margin-top: 1em;
}
.box_01.privacy .agree {
  margin-top: 1em;
}
.box_01.privacy .agree .wpcf7-list-item {
  margin: 0;
}
.box_01.privacy .agree label {
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #d5e2e1;
  border-radius: 10px;
  min-width: 250px;
  padding: 0.7em 2em 0.7em 1.5em;
}
.box_01.privacy .agree label input[type=checkbox] {
  width: 1.2em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .box_01 {
    border-radius: 1rem;
    padding: 2rem 1.7rem;
  }
  .box_01.privacy {
    margin-top: 2rem;
  }
  .box_01.privacy p {
    font-size: 1.2rem;
  }
  .box_01.privacy .agree {
    margin-top: 1em;
  }
  .box_01.privacy .agree label {
    width: 100%;
    font-size: 1.4rem;
  }
}

.giin_box {
  border-radius: 10px;
  background: #e6eeed;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.giin_box + * {
  margin-top: 25px;
}
.giin_box .giin {
  flex: 1;
  display: grid;
  grid-template-columns: 170px auto;
  gap: 25px;
}
.giin_box .giin .image {
  grid-column: 1/2;
  width: 170px;
  aspect-ratio: 1/1;
}
.giin_box .giin .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.giin_box .giin hgroup {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-top: 0.5em;
  min-width: 170px;
}
.giin_box .giin hgroup .name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.giin_box .giin hgroup p {
  font-weight: 500;
  line-height: 1.8;
}
.giin_box .sns {
  flex-basis: 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.giin_box .sns > * a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 7px;
  height: 34px;
  font-size: 1.4rem;
  padding: 0 1em;
}
.giin_box .sns > * a::before {
  content: "";
  width: 22px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1/1;
}
.giin_box .sns > * a span {
  flex: 1;
  text-align: center;
}
.giin_box .sns > * a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.giin_box .sns > *.hp a::before {
  background-image: url(../img/cmn/icon_hp.png);
}
.giin_box .sns > *.x a::before {
  background-image: url(../img/cmn/icon_x.png);
}
.giin_box .sns > *.fb a::before {
  background-image: url(../img/cmn/icon_fb.png);
}
.giin_box .sns > *.youtube a::before {
  background-image: url(../img/cmn/icon_youtube.png);
  aspect-ratio: 44/32;
}
.giin_box .sns > *.line a::before {
  background-image: url(../img/cmn/icon_line.png);
}
.giin_box .sns > *.insta a::before {
  background-image: url(../img/cmn/icon_insta.png);
}
.giin_box .sns > *.tiktok a::before {
  background-image: url(../img/cmn/icon_tiktok.png);
}
@media (max-width: 767px) {
  .giin_box {
    border-radius: 1rem;
    padding: 2rem 1.7rem;
    display: block;
  }
  .giin_box + * {
    margin-top: 2.5rem;
  }
  .giin_box .giin {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .giin_box .giin .image {
    grid-row: 1/2;
    width: 22rem;
    margin: 0 auto;
  }
  .giin_box .giin .image img {
    border-radius: 1rem;
  }
  .giin_box .giin hgroup {
    grid-row: 2/3;
    grid-column: 1/2;
    text-align: center;
    padding-top: 0.5em;
  }
  .giin_box .giin hgroup .name {
    margin-bottom: 0.3em;
  }
  .giin_box .giin hgroup p {
    line-height: 1.5;
  }
  .giin_box .sns {
    margin-top: 2rem;
  }
}

/* ------------------------------------
// category_tab
------------------------------------ */
.category_tab {
  background: #e6eeed;
  border-radius: 2em;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 2px;
}
.category_tab > * {
  flex: 1;
}
.category_tab > * a {
  display: block;
  border-radius: 2em;
  padding: 0.7em 0.5em;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
  position: relative;
  font-weight: 500;
  z-index: 0;
}
.category_tab > * a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #2e80ac 0%, #005872 68%);
  opacity: 0;
  transition: 0.3s;
}
.category_tab > * a:hover, .category_tab > * a.active {
  color: #fff;
}
.category_tab > * a:hover::before, .category_tab > * a.active::before {
  opacity: 1;
}
.category_tab > * a.no_ls {
  letter-spacing: normal;
  text-indent: 0;
}
@media (max-width: 767px) {
  .category_tab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 1.2rem;
    gap: 0;
    margin-bottom: 1.5rem;
  }
  .category_tab > * a {
    letter-spacing: normal;
    text-indent: 0;
    padding: 0.7em 0.5em;
  }
}

/* ------------------------------------
// entry_list
------------------------------------ */
.entry_list {
  display: grid;
  gap: 15px;
}
.entry_list > * a {
  display: grid;
  grid-template-columns: 140px auto;
  grid-template-rows: max-content max-content 1fr;
  gap: 0 37px;
  background: #fff;
  border-radius: 10px;
  padding: 14px 60px 14px 14px;
  position: relative;
}
.entry_list > * a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #005872;
  border-right: 2px solid #005872;
  transform: rotate(45deg) translateY(-65%);
}
.entry_list > * a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.entry_list > * a .image {
  grid-row: 1/span 3;
}
.entry_list > * a .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}
.entry_list > * a .status {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  padding: 1em 0;
}
.entry_list > * a .status .date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #95999d;
  line-height: 1.3;
}
.entry_list > * a .status .date::before {
  content: "";
  width: 16px;
  aspect-ratio: 32/33;
  background: url(../img/cmn/icon_date.png) no-repeat 0 0/100% auto;
}
.entry_list > * a .status .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.entry_list > * a .status .cat > * {
  background: #005872;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.1em 0.8em 0.2em;
  border-radius: 3px;
  letter-spacing: 1em;
  text-indent: 1em;
}
.entry_list > * a .status .cat > *.no_ls {
  letter-spacing: normal;
  text-indent: 0;
}
.entry_list > * a .title {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.7rem;
  font-weight: 700;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 10px;
}
.entry_list > * a .detail {
  grid-column: 2/3;
  grid-row: 3/4;
  font-size: 1.5rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry_list.search > * a {
  grid-template-columns: 1fr;
  padding: 25px 60px 25px 40px;
  gap: 0;
}
.entry_list.search > * a .title {
  grid-column: 1/2;
}
.entry_list.search > * a .detail {
  grid-column: 1/2;
}
.entry_list.download > * a {
  grid-template-rows: 1fr;
}
.entry_list.download > * a .title {
  grid-row: 1/2;
  align-self: center;
  -webkit-line-clamp: auto;
  display: block;
}
.entry_list.download > * a .image {
  grid-row: 1/2;
}
.entry_list.tokusyu > * a {
  grid-template-rows: 1fr 1fr;
}
.entry_list.tokusyu > * a .title {
  grid-row: 1/2;
  align-self: end;
}
.entry_list.tokusyu > * a .detail {
  grid-row: 2/3;
  align-self: start;
  white-space: normal;
  text-overflow: clip;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .entry_list {
    gap: 1.2rem;
  }
  .entry_list > * a {
    grid-template-columns: 9rem auto;
    gap: 0 1rem;
    border-radius: 1rem;
    padding: 1.2rem 2.5rem 1.2rem 1rem;
  }
  .entry_list > * a::after {
    right: 1.5rem;
  }
  .entry_list > * a .status {
    gap: 0.2rem 1.2rem;
    padding: 0 0 0.3em;
  }
  .entry_list > * a .status .date {
    gap: 0.2rem;
    font-size: 1.3rem;
  }
  .entry_list > * a .status .date::before {
    width: 1.2rem;
  }
  .entry_list > * a .status .cat {
    gap: 0.5rem;
  }
  .entry_list > * a .status .cat > * {
    font-size: 1rem;
    padding: 0.1em 0.5em;
  }
  .entry_list > * a .title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .entry_list > * a .detail {
    font-size: 1.3rem;
  }
  .entry_list.search > * a {
    padding: 1.5rem 2.5rem 1.5rem 2.3rem;
  }
}

.no_entry {
  padding: 50px 0;
  text-align: center;
}

/* ------------------------------------
// entry_box
------------------------------------ */
.entry {
  background: #e6eeed;
  border-radius: 10px;
  padding: 55px 20px;
}
.entry .box {
  max-width: 600px;
  margin: 0 auto;
}
.entry .box .title .status {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
.entry .box .title .status .date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #95999d;
  line-height: 1.3;
}
.entry .box .title .status .date::before {
  content: "";
  width: 16px;
  aspect-ratio: 32/33;
  background: url(../img/cmn/icon_date.png) no-repeat 0 0/100% auto;
}
.entry .box .title .status .cat {
  display: flex;
  gap: 10px;
}
.entry .box .title .status .cat > * a {
  display: block;
  background: #005872;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.1em 0.8em 0.2em;
  border-radius: 3px;
  letter-spacing: 1em;
  text-indent: 1em;
}
.entry .box .title .status .cat > * a.no_ls {
  letter-spacing: normal;
  text-indent: 0;
}
.entry .box .title h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #005872;
  margin-bottom: 1.5em;
}
.entry .box .eye_catch {
  margin-bottom: 40px;
}
.entry .box .entry_body::after {
  content: "";
  clear: both;
  display: block;
}
.entry .box .entry_body div.alignright,
.entry .box .entry_body img.alignright,
.entry .box .entry_body a.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.entry .box .entry_body div.alignleft,
.entry .box .entry_body img.alignleft,
.entry .box .entry_body a.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.entry .box .entry_body div.aligncenter,
.entry .box .entry_body img.aligncenter,
.entry .box .entry_body a.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0 0;
}
.entry .box .entry_body h1,
.entry .box .entry_body h2,
.entry .box .entry_body h3,
.entry .box .entry_body h4,
.entry .box .entry_body h5,
.entry .box .entry_body h6 {
  font-weight: 700;
  margin: 2em 0 1em;
}
.entry .box .entry_body h1 {
  font-size: 2.4rem;
}
.entry .box .entry_body h2 {
  font-size: 2.2rem;
}
.entry .box .entry_body h3 {
  font-size: 2rem;
}
.entry .box .entry_body h4 {
  font-size: 1.9rem;
}
.entry .box .entry_body h5 {
  font-size: 1.8rem;
}
.entry .box .entry_body h6 {
  font-size: 1.7rem;
}
.entry .box .entry_body a {
  text-decoration: underline;
}
.entry .box .entry_body p {
  margin-bottom: 2em;
}
.entry .box .entry_body p::before {
  content: "";
  clear: both;
  display: block;
}
.entry .box .entry_body ul {
  margin-bottom: 2em;
}
.entry .box .entry_body ul li {
  padding-left: 1em;
  position: relative;
}
.entry .box .entry_body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.entry .box .entry_body ol {
  margin-bottom: 2em;
  counter-reset: number;
}
.entry .box .entry_body ol li {
  padding-left: 1.5em;
  position: relative;
}
.entry .box .entry_body ol li::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}
@media (max-width: 767px) {
  .entry {
    border-radius: 1rem;
    padding: 3rem 1.7rem;
  }
  .entry .box {
    max-width: none;
  }
  .entry .box .title h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5em;
  }
  .entry .box .eye_catch {
    margin-bottom: 2rem;
  }
  .entry .box .entry_body .aligncenter,
  .entry .box .entry_body .alignright,
  .entry .box .entry_body .alignleft {
    float: none !important;
    padding: 0 0 20px 0 !important;
  }
  .entry .box .entry_body h1 {
    font-size: 2rem;
  }
  .entry .box .entry_body h2 {
    font-size: 1.9rem;
  }
  .entry .box .entry_body h3 {
    font-size: 1.8rem;
  }
  .entry .box .entry_body h4 {
    font-size: 1.7rem;
  }
  .entry .box .entry_body h5 {
    font-size: 1.6rem;
  }
  .entry .box .entry_body h6 {
    font-size: 1.5rem;
  }
}

/* ------------------------------------
// btn
------------------------------------ */
.btn_01 {
  position: relative;
}
.btn_01 a,
.btn_01 input,
.btn_01 button {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  background: linear-gradient(to right, #2e80ac 0%, #005872 68%);
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  padding: 0.8em 40px 0.9em 30px;
  border-radius: 7px;
}
.btn_01 a::after,
.btn_01 input::after,
.btn_01 button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-65%);
}
.btn_01 a:hover,
.btn_01 input:hover,
.btn_01 button:hover {
  opacity: 0.8;
}
.btn_01.submit {
  text-align: center;
  margin-top: 30px;
}
.btn_01.submit:has(.wpcf7-spinner) {
  padding-left: 72px;
}
.btn_01.submit input,
.btn_01.submit button {
  padding: 0.8em;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
}
.btn_01.submit input.form_back,
.btn_01.submit button.form_back {
  background: #ccc;
  color: #333;
  min-width: 100px;
  position: absolute;
  left: 0;
}
.btn_01.back {
  margin-top: 30px;
  text-align: right;
}
.btn_01.back a {
  padding-right: 30px;
  padding-left: 40px;
}
.btn_01.back a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-65%);
  left: 20px;
  transform: rotate(45deg) translateY(-65%) scale(-1);
}
.btn_01.large a {
  display: block;
  max-width: 412px;
  text-align: left;
  padding: 1.6em 45px;
  font-size: 1.6rem;
}
.btn_01.large a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-65%);
}

@media (max-width: 767px) {
  .btn_01 a,
  .btn_01 input {
    display: block;
    min-width: 0;
    font-size: 1.3rem;
    padding-bottom: 0.8em;
  }
  .btn_01.center a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .btn_01.center a::after {
    position: static;
    transform: rotate(45deg);
  }
  .btn_01.submit:has(.wpcf7-spinner) {
    padding-left: 0;
  }
  .btn_01.submit:has(.wpcf7-spinner) .wpcf7-spinner {
    margin-top: 0.5rem;
  }
  .btn_01.submit input,
  .btn_01.submit button {
    width: 100%;
    font-size: 1.4rem;
  }
  .btn_01.submit input.form_back,
  .btn_01.submit button.form_back {
    position: static;
    margin-top: 0;
  }
  .btn_01.back {
    margin-top: 3rem;
  }
  .btn_01.back a {
    display: inline-block;
  }
  .btn_01.large a {
    max-width: none;
    padding: 1.4em 45px 1.4em 2.5rem;
  }
}
/* ------------------------------------
// list
------------------------------------ */
.list01 + * {
  margin-top: 2em;
}
.list01 li {
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
}
.list01 li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.list01 li + * {
  margin-top: 1em;
}

/* ----------------------------------------------------
pager
---------------------------------------------------- */
.pager {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 4px;
  color: #fff;
}
.pager li {
  line-height: 1;
}
.pager li a,
.pager li span.current {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 1.3rem;
  position: relative;
}
.pager li span.current {
  background: linear-gradient(to right, #2e80ac 0%, #005872 68%);
}
.pager li a {
  background: #fff;
  color: #005872;
  transition: 0.3s;
}
.pager li a:hover {
  background: #e6eeed;
}
.pager li a.prev {
  margin-right: 10px;
  padding-left: 3px;
}
.pager li a.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #005872;
  border-right: 2px solid #005872;
  transform: rotate(45deg) translateY(-65%);
  position: static;
  transform: rotate(-135deg);
}
.pager li a.next {
  margin-left: 10px;
  padding-right: 3px;
}
.pager li a.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #005872;
  border-right: 2px solid #005872;
  transform: rotate(45deg) translateY(-65%);
  position: static;
  transform: rotate(45deg);
}

/* ------------------------------------
// inquiry
------------------------------------ */
.tbl_inquiry table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-collapse: collapse;
}
.tbl_inquiry table th,
.tbl_inquiry table td {
  padding: 2em 1em 1.9em 1.7em;
  border-bottom: solid 1px #ccc;
}
.tbl_inquiry table th {
  width: 27%;
  text-align: left;
  vertical-align: top;
  background: #e6eeed;
}
.tbl_inquiry table th > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.tbl_inquiry table th .hissu {
  display: grid;
  place-content: center;
  width: 60px;
  height: 26px;
  border-radius: 2em;
  background: #f15c75;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  padding-top: 0em;
  font-weight: 400;
}
.tbl_inquiry table td:has(input[type=text]), .tbl_inquiry table td:has(input[type=email]), .tbl_inquiry table td:has(textarea) {
  padding: 1.4em 1.7em 1.3em;
}
.tbl_inquiry table td > ul + *,
.tbl_inquiry table td > p + *,
.tbl_inquiry table td > div + * {
  margin-top: 1.2em;
}
.tbl_inquiry input[type=text],
.tbl_inquiry input[type=email],
.tbl_inquiry textarea {
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 0.8em 1em 0.7em;
  font-size: 1.8rem;
  width: 100%;
  outline: none;
}
.tbl_inquiry input[type=text]::placeholder,
.tbl_inquiry input[type=email]::placeholder,
.tbl_inquiry textarea::placeholder {
  color: #c7c7c7;
  font-weight: 400;
}
.tbl_inquiry input[type=text]:focus::placeholder,
.tbl_inquiry input[type=email]:focus::placeholder,
.tbl_inquiry textarea:focus::placeholder {
  color: transparent;
}
.tbl_inquiry input[type=text].error,
.tbl_inquiry input[type=email].error,
.tbl_inquiry textarea.error {
  background: #ffe8ec;
}
.tbl_inquiry input[type=text].name {
  max-width: 300px;
}
.tbl_inquiry textarea {
  width: 100%;
  height: 200px;
}
.tbl_inquiry textarea + .count {
  margin-top: 10px;
}
@media (max-width: 930px) {
  .tbl_inquiry table th,
  .tbl_inquiry table td {
    display: block;
    padding: 1em 0.5em 0.9em 0.9em;
  }
  .tbl_inquiry table th {
    width: auto;
    font-size: 1.4rem;
  }
  .tbl_inquiry table th .hissu {
    font-size: 1.2rem;
    width: 5rem;
    height: 2.1rem;
  }
  .tbl_inquiry table td {
    font-size: 1.4rem;
  }
  .tbl_inquiry table td:has(input[type=text]), .tbl_inquiry table td:has(input[type=email]), .tbl_inquiry table td:has(textarea) {
    padding: 1.4em 0.5em 1.3em;
  }
  .tbl_inquiry input[type=text].name {
    max-width: none;
  }
}

/* ------------------------------------
// not_found
------------------------------------ */
.not_found > p:first-child {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.not_found > p.back {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .not_found > p {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
// recaptcha
------------------------------------ */
.grecaptcha-badge {
  visibility: hidden;
}