@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.box_flow, .p-form, .con_step {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .box_flow, .p-form, .con_step {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .box_flow, .p-form, .con_step {
    width: 89.7435897436%;
  }
}

@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

.p-intro {
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro {
    margin-top: 2.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro {
    margin-top: 2.6666666667rem;
  }
}

.c-tab {
  margin-top: 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-tab {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .c-tab {
    margin-top: 2em;
  }
}
.c-tab .tablist {
  width: 76.9230769231%;
  margin-inline: auto;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-tab .tablist {
    gap: 0.6666666667rem;
    flex-direction: column;
  }
}
.c-tab .tablist button {
  padding: 0.8em;
  width: 20rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-tab .tablist button {
    width: 16.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tab .tablist button {
    width: 100%;
  }
}

.gwin_conmap {
  margin-top: 1.3333333333rem;
}
@media only screen and (max-width: 767px) {
  .gwin_conmap {
    margin-top: 1.3333333333rem;
  }
}
.gwin_conmap {
  max-width: 73.3333333333rem;
  width: 85%;
  margin-inline: auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .gwin_conmap {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gwin_conmap {
    width: 89.7435897436%;
  }
}
.gwin_conmap li {
  border-radius: 4px;
  border: 2px solid #c8d3cf;
}
@media only screen and (min-width: 1200px) {
  .gwin_conmap li {
    width: calc(33.3333333333% - 20px);
  }
}
@media print {
  .gwin_conmap li {
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gwin_conmap li {
    width: calc(33.3333333333% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .gwin_conmap li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gwin_conmap li.party, .gwin_conmap li.general {
    width: calc(50% - 15px);
  }
}
.gwin_conmap li .item {
  padding: 1rem 0.6666666667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gwin_conmap li .item dt {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .gwin_conmap li .item dt {
    font-size: 1.2666666667rem;
  }
}
@media print {
  .gwin_conmap li .item dt {
    font-size: 1.2666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gwin_conmap li .item dt {
    font-size: 1.2666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .gwin_conmap li .item dt {
    font-size: 1.0666666667rem;
  }
}
.gwin_conmap li .item dt {
  color: var(--color-key01);
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-key01);
  margin-bottom: 0.6666666667rem;
}
.gwin_conmap li .item dt:before {
  content: "";
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  background: var(--color-key01);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.gwin_conmap li .item dt:after {
  content: "";
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  background: var(--color-key01);
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.gwin_conmap li .item dd {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .gwin_conmap li .item dd * {
    font-size: 2rem;
  }
}
@media print {
  .gwin_conmap li .item dd * {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gwin_conmap li .item dd * {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .gwin_conmap li .item dd * {
    font-size: 2rem;
  }
}
.gwin_conmap li .item dd * {
  color: var(--color-key01);
}
.gwin_conmap li .item dd .s {
  color: var(--color-txt01);
  font-family: "Noto Sans JP", " Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .gwin_conmap li .item dd .s {
    font-size: 0.9333333333rem;
  }
}
@media print {
  .gwin_conmap li .item dd .s {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gwin_conmap li .item dd .s {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .gwin_conmap li .item dd .s {
    font-size: 0.9333333333rem;
  }
}
.gwin_conmap li .item dd .s {
  letter-spacing: 0.015em;
  line-height: 1;
}
.gwin_conmap li .item dd.other {
  background: var(--color-key01);
  border-radius: 5px;
  margin-top: 0.5em;
}
@media only screen and (min-width: 1200px) {
  .gwin_conmap li .item dd.other a {
    font-size: 0.9333333333rem;
  }
}
@media print {
  .gwin_conmap li .item dd.other a {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gwin_conmap li .item dd.other a {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .gwin_conmap li .item dd.other a {
    font-size: 0.9333333333rem;
  }
}
.gwin_conmap li .item dd.other a {
  letter-spacing: 0.015em;
  line-height: 1;
  color: #fff;
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 1200px) {
  .gwin_conmap li .item dd.other a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gwin_conmap li .item dd.other a:hover {
    opacity: 0.8;
  }
}
@media print {
  .gwin_conmap li .item dd.other a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gwin_conmap li .item dd.other a:hover {
    opacity: 0.8;
  }
}

.box_flow {
  margin-inline: auto;
  display: flex;
  margin-top: 5.3333333333rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .box_flow {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_flow {
    margin-top: 2.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_flow {
    max-width: 89.7435897436%;
  }
}
.box_flow li {
  display: inline-block;
  letter-spacing: normal;
  width: 33.3333%;
  position: relative;
  text-align: center;
  background: #f1f1f1;
}
.box_flow li span {
  padding: 0.5em 0;
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 1200px) {
  .box_flow li span {
    font-size: 0.9333333333rem;
  }
}
@media print {
  .box_flow li span {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .box_flow li span {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_flow li span {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_flow li span {
    height: 40px;
    line-height: 40px;
  }
}
.box_flow li span:before, .box_flow li span:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #f1f1f1;
  border-width: 25px 20px;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .box_flow li span:before, .box_flow li span:after {
    border-width: 20px 10px;
  }
}
.box_flow li span:before {
  left: -20px;
  border-left-color: transparent;
}
@media only screen and (max-width: 767px) {
  .box_flow li span:before {
    left: -10px;
  }
}
.box_flow li span:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #f1f1f1;
}
.box_flow li:first-child span:before {
  border: none;
}
.box_flow li:last-child span {
  margin-right: 0;
}
.box_flow li.active {
  background-color: var(--color-txt01);
  color: #fff;
}
.box_flow li.active span:before {
  border-color: var(--color-txt01);
  border-left-color: transparent;
}
.box_flow li.active span:after {
  border-left-color: var(--color-txt01);
}

@media only screen and (max-width: 767px) {
  .p-intro {
    width: 89.7435897436%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-txt {
    text-align: left;
  }
}
.p-intro .c-txt a {
  text-decoration: underline;
}
.p-intro .c-txt a:hover {
  text-decoration: none;
}
.p-intro .u-thanks {
  color: #001222;
}
@media only screen and (min-width: 1200px) {
  .p-intro .u-thanks {
    font-size: 1.4666666667rem;
  }
}
@media print {
  .p-intro .u-thanks {
    font-size: 1.4666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro .u-thanks {
    font-size: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .u-thanks {
    font-size: 1.1333333333rem;
  }
}
.p-intro .u-thanks {
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-form input[type=text],
.p-form select,
.p-form input[type=email],
.p-form input[type=number],
.p-form input[type=tel] {
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 100%;
  border: none;
  display: block;
  width: 100%;
}
.p-form input[type=number]::-webkit-outer-spin-button,
.p-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=number] {
  -moz-appearance: textfield;
}
.p-form input[name=zip] {
  display: inline-block;
}
.p-form textarea {
  display: block;
  width: 100%;
  font-size: 100%;
  border: none;
  box-sizing: border-box;
}
.p-form table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-form table tr {
    border-bottom: 0;
  }
}
.p-form table tr th,
.p-form table tr td {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-form table tr th,
  .p-form table tr td {
    width: 100%;
    display: block;
  }
}
.p-form table tr td .inline-txt {
  display: inline-block;
  margin-inline: 0.2em;
}

.l-bnr {
  margin-top: 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-bnr {
    margin-top: 6.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-bnr {
    margin-top: 5.3333333333rem;
  }
}

/* -----------------------------------------------------------
    イントロテキスト
    .con_intr
----------------------------------------------------------- */
.con_int {
  text-align: center;
  margin: 3.3333333333rem auto 0;
}

/* -----------------------------------------------------------
    ステップフロー ※サイトのデザインに合わせる
    他のサンプルは下記から確認
    http://test.ab-ss.com/to_templates/html/contact/flow.php
    .con_step
----------------------------------------------------------- */
.con_step {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_step {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_step {
    margin-top: 2.5em;
  }
}
.con_step ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con_step ul li {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  color: #aaa;
}
.con_step ul li:not(:first-child)::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #aaa;
}
.con_step ul li::before {
  content: "";
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  display: block;
  background: #aaa;
  border-radius: 100%;
}
.con_step ul li span {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
}
.con_step ul li.active:after, .con_step ul li.active:before, .con_step ul li.complete:after, .con_step ul li.complete:before {
  background: #2f4f4f;
}
.con_step ul li.active {
  color: #2f4f4f;
}
.con_step ul li.active::before {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .con_step ul li.active span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_step ul li.active span {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------------------
    大枠カスタマイズ
    .p-form
----------------------------------------------------------- */
.p-form {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-form {
    margin-top: 2.5em;
  }
}

/* -----------------------------------------------------------
    必須マーク
    .red
----------------------------------------------------------- */
.p-form .red {
  padding: 0.15em 0.5em;
  color: #a4371f;
  line-height: 1.2;
  display: inline-block;
}

/* -----------------------------------------------------------
    テーブル
    .tbl_basic
----------------------------------------------------------- */
.p-form table {
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-form table tr th,
  .p-form table tr td {
    padding: 1rem 1rem !important;
  }
}
.p-form table tr th {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-form table tr th {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-form table tr th {
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-form table tr th {
    border-top: 0 !important;
    background: #ecf3f1;
  }
}
/* -----------------------------------------------------------
    入力テキスト サイズ調整
    size_s,size_m,size_l
----------------------------------------------------------- */
.p-form input.size_s,
.p-form select.size_s,
.p-form textarea.size_s {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  .p-form input.size_s,
  .p-form select.size_s,
  .p-form textarea.size_s {
    width: 38%;
  }
}

.p-form input.size_m,
.p-form select.size_m,
.p-form textarea.size_m {
  max-width: 500px;
  width: 100%;
}

.p-form input.size_l,
.p-form select.size_l,
.p-form textarea.size_l {
  width: 100%;
}

/* -----------------------------------------------------------
    エラー文
    span.cau
----------------------------------------------------------- */
.p-form table tr td span.cau {
  display: block;
  color: #a4371f;
}
@media only screen and (min-width: 768px) {
  .p-form table tr td span.cau {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-form table tr td span.cau {
    font-size: 0.9333333333rem;
  }
}
.p-form table tr td span.cau {
  margin-top: 0.5em;
}

/* -----------------------------------------------------------
    入力テキスト エラーの状態
    kara
----------------------------------------------------------- */
.p-form input.kara,
.p-form select.kara,
.p-form textarea.kara {
  border: 1px solid #a4371f !important;
  background-color: #fff3f3;
}

/* -----------------------------------------------------------
    入力テキスト お名前・フリガナ・メールアドレス・電話番号
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="tel"]
----------------------------------------------------------- */
.p-form input[type=text], .p-form input[type=email], .p-form input[type=number], .p-form input[type=tel] {
  height: 3em;
  padding-left: 0.8em;
  border: 1px solid #aaa;
}
@media only screen and (min-width: 1200px) {
  .p-form input[type=text], .p-form input[type=email], .p-form input[type=number], .p-form input[type=tel] {
    font-size: 0.9333333333rem;
  }
}
@media print {
  .p-form input[type=text], .p-form input[type=email], .p-form input[type=number], .p-form input[type=tel] {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-form input[type=text], .p-form input[type=email], .p-form input[type=number], .p-form input[type=tel] {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-form input[type=text], .p-form input[type=email], .p-form input[type=number], .p-form input[type=tel] {
    font-size: 0.8666666667rem;
  }
}
.p-form input[name=zip] + textarea[name=address] {
  margin-top: 0.5em;
}

.p-form select {
  height: 3em;
  padding-left: 0.8em;
  border: 1px solid #aaa;
}
@media only screen and (min-width: 1200px) {
  .p-form select {
    font-size: 0.9333333333rem;
  }
}
@media print {
  .p-form select {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-form select {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-form select {
    font-size: 0.8666666667rem;
  }
}
.p-form .select::before {
  content: "";
  display: block;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  background-color: var(--color-black);
  -webkit-mask-image: url("../images/icons/arrow_bottom.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../images/icons/arrow_bottom.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-form .select {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.p-form .select:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}

/* -----------------------------------------------------------
    入力テキスト 住所
    textarea[name="address"]
----------------------------------------------------------- */
.p-form textarea[name=address] {
  height: 3em;
  border: 1px solid #9f9f9f;
  padding: 0.5em;
}
@media only screen and (min-width: 1200px) {
  .p-form textarea[name=address] {
    font-size: 0.9333333333rem;
  }
}
@media print {
  .p-form textarea[name=address] {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-form textarea[name=address] {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-form textarea[name=address] {
    font-size: 0.8666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-form textarea[name=address] {
    height: 4em;
  }
}
.p-form textarea[name=address]::input-placeholder, .p-form textarea[name=address]::-webkit-input-placeholder, .p-form textarea[name=address]:-moz-placeholder {
  color: #7f7f7f;
}

/* -----------------------------------------------------------
    入力テキスト お問い合わせ内容
    textarea[name="content"]
----------------------------------------------------------- */
.p-form textarea[name=content] {
  height: 12em;
  border: 1px solid #9f9f9f;
  padding: 0.5em;
}
@media only screen and (min-width: 1200px) {
  .p-form textarea[name=content] {
    font-size: 0.9333333333rem;
  }
}
@media print {
  .p-form textarea[name=content] {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-form textarea[name=content] {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-form textarea[name=content] {
    font-size: 0.8666666667rem;
  }
}
.p-form textarea[name=content]::input-placeholder, .p-form textarea[name=content]::-webkit-input-placeholder, .p-form textarea[name=content]:-moz-placeholder {
  color: #7f7f7f;
}

/* -----------------------------------------------------------
    個人情報の取り扱いに同意する
    box_attention
----------------------------------------------------------- */
.box_attention {
  width: fit-content;
  margin: 2em auto 0;
}
.box_attention input {
  width: 1.3em;
  vertical-align: middle;
  margin-right: 0.3em;
  height: 1.3em;
}
@media only screen and (min-width: 1200px) {
  .box_attention label {
    font-size: 0.9333333333rem;
  }
}
@media print {
  .box_attention label {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .box_attention label {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_attention label {
    font-size: 0.8666666667rem;
  }
}
.box_attention label {
  letter-spacing: 0.02em;
}
.box_attention a {
  text-decoration: underline;
}
.box_attention a:hover {
  text-decoration: none;
}
.box_attention .cau {
  display: block;
  color: #a4371f;
}
@media only screen and (min-width: 768px) {
  .box_attention .cau {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_attention .cau {
    font-size: 0.9333333333rem;
  }
}
.box_attention .cau {
  margin-top: 0.5em;
}

/* -----------------------------------------------------------
    確認ボタン,送信ボタン,入力内容に戻るボタン,TOPに戻るボタン
    box_btn
----------------------------------------------------------- */
.box_btn {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .box_btn li {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn li a,
  .box_btn li button {
    width: 100%;
    box-sizing: border-box;
  }
}
.box_btn:has(li:not(:only-child)) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 1.3333333333rem;
}
@media only screen and (max-width: 767px) {
  .box_btn:has(li:not(:only-child)) {
    gap: 0rem;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .box_btn:has(li:not(:only-child)) li:nth-child(2) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn:has(li:not(:only-child)) li:nth-child(2) {
    margin-top: 0.5em;
  }
}
.box_btn li:only-child {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .box_btn li:only-child {
    width: fit-content;
  }
}

/* -----------------------------------------------------------
    テキスト お送り頂きました内容を確認の上、折り返しご連絡させて〜...
    thanks.php
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .p-form .txt_thanks {
    text-align: center;
  }
}

/*# sourceMappingURL=contact.css.map */
