@charset "utf-8";
/*-------------------------------------------------------------------

	DEFAULT CSS 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;
}
table{
	border-collapse:collapse;
	table-layout:fixed;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
figure {
	margin:0;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html{
	font-size:62.5%;
	/*filter: expression(document.execCommand("BackgroundImageCache", false, true));*/
}
body{
	color:#333;
	font-size:18px;
	line-height:1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a{
	color:#9b0000;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
	color:#BE50A3;
}
.clr{clear:both;}
.clrL{clear:left;}
.clrR{clear:right;}
.blk{display:block;}
p{margin-bottom:1em;}
p.lst{margin:0;}
strong{font-weight:bold;}
.pagetop{
	margin-bottom:20px;
	text-align:right;
	clear:both;
}
.bold{font-weight:bold;}

.hid{
	visibility:hidden;
}
.left{
	float:left;
}
.right{
	float:right;
}
.leftImg{
	float:left;
	margin:0 10px 6px 0;
}
.rightImg{
	float:right;
	margin:0 0 6px 10px;
}
.txtCenter {
	text-align:center;
}
.txtRight {
	text-align:right;
}
.leadTx {
	font-size:1.13em;
	line-height:1.7;
}
/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix::after {
	display:block;
	content: "";
	clear:both;
}

/* 20230807 mailform */

.clinic_mail header {}
.clinic_mail.confirm header, .clinic_mail.complete header { padding: 40px 0; text-align: center; }
.clinic_mail p.logo { margin-bottom: 0; }
.clinic_mail .clinic_body { padding: 0; }
.clinic_mail .clinic_body #inquiry { margin-top: 40px; }
.clinic_mail footer { text-align: center; font-size: 16px; }
.clinic_mail #inquiry .form_btn {
  margin-top: 30px;
  margin-bottom: 66px;
  text-align: center;
}
#inquiry .form_btn2 {
  margin-bottom: 66px;
  text-align: center;
}
#inquiry .formTable dl {
	box-sizing: border-box;
}
.clinic_mail .txtbtn { text-align: center; margin-bottom: 80px; }
.clinic_mail .txtbtn a {
  display: inline-block;
  background-color: #ff6e6e;
  color: #fff;
  padding: 16px 40px;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}


/* ---------------- 問い合わせフォーム ----------------------- */
#inquiry {
  width: 1000px;
  margin: 40px auto 0;
}
#inquiry h2 {
  color: #003153;
  line-height: 1.4;
  font-size: 40px;
  text-align: center;
}

#inquiry .price-title__p {
  font-family: "rbno2" !important;
  margin: 0 auto;
  width: 56px;
  color: #67b3e4;
  bottom: 32px;
}

#inquiry .form_flow {
  margin: 35px 0 40px;
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐ明朝", "MS PMincho", " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}

#inquiry .form_flow li {
  padding: 15px 0;
  width: 242px;
  height: 100%;
  background: url(/../images/form_arr.png) right top no-repeat, #efefef;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

#inquiry .form_flow li.current {
  background: url(/../images/form_arr.png) right top no-repeat, #fae198;
}

#inquiry .form_flow li:last-child {
  background: #efefef;
}

#inquiry .form_flow li.current:last-child {
  background: #fae198;
}

#inquiry .formTable {
  margin-bottom: 40px;
}

#inquiry .formTable dl {
  min-height: 90px;
  display: table;
  width: 100%;
}

#inquiry .formTable dt {
  padding: 20px 25px 20px 17px;
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  border-bottom: solid 1px #e2b83a;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

#inquiry .formTable dl:first-of-type dt {
  border-top: solid 1px #e2b83a;
  font-weight: normal;
}

#inquiry .formTable dt .must {
  margin-left: 10px;
  padding: 3px 5px;
  background: #ff6e6e;
  color: #FFF;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 3px;
  font-weight: normal;
}

#inquiry .formTable dt span.sub {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: normal;
}

#inquiry .formTable dd {
  padding: 20px 20px 20px 23px;
  width: 100%;
  border-bottom: solid 1px #ddd;
  display: table-cell;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-align: left;
}

#inquiry .formTable dd .sub {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

#inquiry .formTable .clinic_input {
  padding: 10px 0 10px 15px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 130%;
  border-radius: 3px;
}

#inquiry .formTable dd h3.def_ttl {
  font-size: 16px;
}

#inquiry .formTable dd #anc_doctor_02 table th,
#inquiry .formTable dd #anc_doctor_02 table td,
#inquiry .formTable dd #anc_doctor_03 table th,
#inquiry .formTable dd #anc_doctor_03 table td {
  padding: 5px;
  font-size: 12px;
}

#inquiry .formTable dd #anc_doctor_02 table tr th:first-child, #inquiry .formTable dd #anc_doctor_02 table tr td:first-child,
#inquiry .formTable dd #anc_doctor_03 table tr th:first-child, #inquiry .formTable dd #anc_doctor_03 table tr td:first-child {
  width: 94px;
}

#inquiry .formTable dd #anc_doctor_02 table caption, #inquiry .formTable dd #anc_doctor_03 table caption {
  font-weight: bold;
  font-size: 90%;
}

#inquiry .formTable dl:first-of-type dd {
  border-top: solid 1px #ddd;
}

#inquiry .formTable dd em {
  margin-bottom: 10px;
  font-weight: bold;
}

#inquiry .formTable dd .parts_checkbox li {
  margin-bottom: 15px;
  padding-left: 40px;
}

#inquiry .formTable dd .parts_checkbox li:last-of-type {
  margin-bottom: 0;
}

#inquiry .formTable dd .parts_checkbox li ul li {
  margin-bottom: 5px;
  padding-left: 0;
}

#inquiry .formTable dd .parts_checkbox .checktit {
  margin-bottom: 5px;
  font-weight: bold;
  margin-left: -40px;
}

#inquiry .formTable dd .sub {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

#inquiry .formTable dd .sub em {
  color: #ff6e6e;
  font-weight: normal;
  background: #FFF;
}

#inquiry .formTable label {
  line-height: 34px;
}

#inquiry .formTable textarea {
  width: 100%;
}

#inquiry .formTable label:hover,
#inquiry .formTable .parts_checkbox input:hover {
  cursor: pointer;
}

#inquiry .formTable .input_text_m {
  padding: 0 14px;
  width: 100%;
  height: 50px;
  border: solid 1px #ccc;
}

#inquiry .formTable .input_age_m {
  margin-right: 10px;
  padding: 0 14px;
  width: 109px;
  height: 50px;
  border: solid 1px #ccc;
}

#inquiry .formTable .input_text_area {
  width: 492px;
  height: 193px;
  border: solid 1px #ccc;
  resize: none;
  padding: 10px;
}

#inquiry .form_btn button {
  width: 376px;
  height: 79px;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐ明朝", "MS PMincho", " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  border: none;
  background: #ff6e6e;
  color: #FFF;
}

#inquiry .form_btn button i {
  margin-left: 5px;
  vertical-align: middle;
}

#inquiry .form_btn button:hover {
  cursor: pointer;
}

#inquiry .formTable label {
  padding: 0 40px 0 6px;
}

#inquiry .inquary_caution {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

#inquiry .inquary_caution li {
  margin-bottom: 20px;
  padding: 0 0 0 17px;
  position: relative;
  text-align: left;
}

#inquiry .inquary_caution li em {
  color: #ff6e6e;
  background: #FFF;
}

#inquiry .inquary_caution li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 6px;
}

#inquiry .schedule {
  margin-bottom: 23px;
}

#inquiry .schedule:last-child {
  margin-bottom: 0;
}

#inquiry .schedule .tit {
  margin-bottom: 10px;
  font-weight: normal;
}

#inquiry select {
  margin-right: 5px;
  padding: 10px;
  width: 200px;
  height: 50px;
  text-align: left;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option[value="1970年01月01日(月)"],
option[value="1970年01月01日(火)"] {
  display: none;
}

#inquiry .schedule select:nth-child(n+3) {
  margin-left: 25px;
}

#inquiry .schedule select:last-child {
  width: auto;
  height: 50px;
}

#inquiry select#onday {
  margin-right: 5px;
  padding: 10px;
  height: 50px;
  text-align: left;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#inquiry .parts_radio input {
  margin-right: 10px;
}

#inquiry .confirm_box {
  margin-bottom: 50px;
  display: table;
  border: solid 4px #e2b83a;
}

#inquiry .confirm_box dt {
  padding: 20px 25px 20px 17px;
  width: 405px;
  display: table-cell;
}

#inquiry .confirm_box dd {
  padding: 20px 20px 20px 23px;
  width: 405px;
  display: table-cell;
  background: #fff7e0;
  vertical-align: middle;
}

#inquiry .confirm_box input:hover,
#inquiry .confirm_box label:hover {
  cursor: pointer;
}

#inquiry .confirm_box dt em {
  margin-bottom: 10px;
  display: block;
  background: #FFF;
  color: #ff6e6e;
  font-weight: bold;
}

#inquiry .confirm_box dt em .must {
  margin-left: 10px;
  padding: 3px 5px;
  background: #ff6e6e;
  color: #FFF;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 3px;
  font-weight: normal;
}

#inquiry .ex {
  margin-bottom: 10px;
}

#inquiry .form_btn2 button {
  width: 200px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐ明朝", "MS PMincho", " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  border: none;
  background: #989898;
  color: #FFF;
}

#inquiry .form_btn2 button i {
  margin-right: 5px;
  vertical-align: middle;
}

#inquiry .form_btn2 button:hover {
  cursor: pointer;
}

#inquiry p.text02 {
  padding: 0 0 15px;
  font-weight: normal;
  font-size: .9em;
}

#inquiry p.text02 b {
  font-family: auto;
}

#inquiry p.err {
  padding: 0;
  font-weight: bold;
  color: #FF0000;
  font-size: .8em;
}

#inquiry .formTable .minor-atn {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  font-family: auto;
}

#inquiry .formTable .minor-atn a {
  text-decoration-line: underline;
  color: #ff6e6e;
}

#inquiry .formTable .parent {
  display: block;
  margin: 10px 0;
}

#inquiry .formTable .parent dl {
  min-height: 38px;
  margin-bottom: 10px;
}

#inquiry .formTable .parent dt {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 2.0;
  vertical-align: unset;
  border: 0 !important;
  font-size: 14px;
  display: block;
}

#inquiry .formTable .parent dd {
  width: 100%;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  border: 0 !important;
}

#inquiry .formTable .parent dd input {
  margin-right: 10px;
  padding: 0 14px;
  width: 240px;
  height: 36px;
  border: solid 1px #ccc;
  line-height: 2.0;
}

#inquiry h3.def_ttl {
  font-size: 20px;
  text-align: center;
  color: #81d8d0;
  font-weight: bold;
  border-bottom: 3px solid #81d8d0;
  line-height: 2.4;
  margin-bottom: 20px;
}

#inquiry table{
  margin-bottom: 40px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

#inquiry table td {
  vertical-align: middle;
}

#inquiry table th{
  padding: 20px;
  background: #ebe6d8;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  font-weight: bold;
  text-align: center;
}

#inquiry table th.sub{
  background: #f8f5ed;
  font-weight: normal;
  text-align: center;
}

#inquiry table th.table_bk{
  background: #666666!important;
  color: #FFF;
}

#inquiry table th.table_gr{
  background: #efefef;
  color: #333;
}

#inquiry table .row1 th{
  background: #e2dbc9;
}

#inquiry table td{
  padding: 20px;
  background: #FFF;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  font-weight: normal;
  text-align: center;
}

#inquiry.confirm,
#inquiry.complete {
  margin-top: 80px;
}

#inquiry.confirm .formTable dl {
  min-height: auto;
}

/* ---------------- 問い合わせフォーム end ----------------------- */

@media screen and (max-width: 480px) {

    .clinic_mail #inquiry .form_btn {
      margin-bottom: 30px;
    }

    /* ---------------- 問い合わせフォーム ----------------------- */
    #inquiry { width: 94%; margin: 0 auto; }
    #inquiry h2 { font-size: 24px; }
    #inquiry .form_flow {
      margin: 20px 0;
      display: -webkit-flex; /*PC-Safari,iOS8.4*/
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      font-family: "Yu Gothic", YuGothic, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐ明朝", "MS PMincho", " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  }

  #inquiry .form_flow li {
      padding: 15px 0;
      width: 31%;
      background: url(../../images/form_arr.png) right top no-repeat, #efefef;
      background-size: contain;
      font-size: 12px;
      line-height: 1;
      text-align: center;
      font-weight: bold;
  }

  #inquiry .form_flow li.current {
      background: url(../../images/form_arr.png) right top no-repeat, #fae198;
      background-size: contain;
  }

  #inquiry .form_flow li:last-child {
      background: #efefef;
  }

  #inquiry .form_flow li.current:last-child {
      background: #fae198;
  }

  #inquiry .formTable {
      margin-bottom: 27px;
  }

  #inquiry .formTable dl {
      padding: 15px 2% 20px;
      border-bottom: solid 1px #e2b83a;
  }

  #inquiry .formTable dl:first-of-type {
      border-top: solid 1px #e2b83a;
  }

  #inquiry .formTable dl:last-of-type {
      border-bottom: solid 1px #ccc;
  }

  #inquiry .formTable .parent dl {
      border: none;
      margin-bottom: 0;
      padding: 15px 2% 0;
  }

  #inquiry .formTable dt {
      width: 100%;
      vertical-align: middle;
      font-size: 14px;
      display: block;
      border-bottom: none;
      padding: 0 0 15px;
  }

  #inquiry .formTable dl:first-of-type dt {
      border-top: none;
  }

  #inquiry .formTable dt .must {
      margin-left: 6px;
      padding: 3px 5px;
      background: #ff6e6e;
      color: #FFF;
      font-size: 12px;
      line-height: 1.6;
      border-radius: 3px;
      font-weight: normal;
  }

  #inquiry .formTable dt span.sub {
      margin-top: 5px;
      font-size: 13px;
      line-height: 20px;
      display: block;
      font-weight: normal;
  }

  #inquiry .formTable dd {
      padding: 0;
      width: 100%;
      font-size: 16px;
      line-height: 22px;
      display: block;
      border-bottom: none;
  }

  #inquiry .formTable dl:first-of-type dd {
      border-top: none;
  }

  #inquiry .formTable dd em {
      margin-bottom: 10px;
      font-weight: bold;
  }

  #inquiry .formTable dd .parts_checkbox li {
      margin-bottom: 10px;
  }

  #inquiry .formTable dd .parts_checkbox li ul li {
      margin-bottom: 5px;
      padding-left: 20px;
  }

  #inquiry .formTable dd .parts_checkbox li:last-of-type {
      margin-bottom: 0;
  }

  #inquiry .formTable dd .parts_checkbox .checktit {
      font-size: 14px;
      font-weight: bold;
  }

  #inquiry .formTable dd .parts_checkbox label {
      font-size: 14px;
  }

  #inquiry .formTable dd .sub {
      margin-top: 10px;
      font-size: 13px;
      line-height: 16px;
  }

  #inquiry .formTable dd .sub em {
      color: #ff6e6e;
      font-weight: normal;
      background: #FFF;
  }

  #inquiry .formTable label {
      line-height: 30px;
  }

  #inquiry .formTable textarea {
      padding: 5px 4%;
      width: 92%;
  }

  #inquiry .formTable .input_text_m {
      padding: 8px 4%;
      width: 92%;
      border: solid 1px #ccc;
  }

  #inquiry .formTable .input_age_m {
      margin-right: 10px;
      padding: 8px 4%;
      width: 23%;
      border: solid 1px #ccc;
  }

  #inquiry .formTable .input_text_area {
      padding: 8px 4%;
      width: 92%;
      height: 120px;
      border: solid 1px #ccc;
  }

  #inquiry .form_btn {
      margin-top: 30px;
      margin-bottom: 34px;
      text-align: center;
  }

  #inquiry .form_btn button {
      padding: 20px 0;
      width: 72%;
      border-radius: 4px;
      font-size: 16px;
      font-weight: bold;
      font-family: "Yu Gothic", YuGothic, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐ明朝", "MS PMincho", " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
      border: none;
      background: #ff6e6e;
      color: #FFF;
  }

  #inquiry .form_btn button i {
      margin-left: 5px;
      vertical-align: middle;
  }

  #inquiry .form_btn button:hover {
      cursor: pointer;
  }

  #inquiry .formTable label {
      padding: 0 20px 0 0;
  }

  #inquiry .inquary_caution {
      font-size: 13px;
      line-height: 22px;
      width: 90%;
  }

  #inquiry .inquary_caution li {
      margin-bottom: 15px;
      padding: 0 0 0 17px;
      position: relative;
  }

  #inquiry .inquary_caution li em {
      color: #ff6e6e;
      background: #FFF;
  }

  #inquiry .inquary_caution li:before {
      content: "\f111";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 1px;
      left: 0;
      font-size: 6px;
  }

  #inquiry .schedule {
      margin-bottom: 20px;
  }

  #inquiry .schedule:last-child {
      margin-bottom: 0;
  }

  #inquiry .schedule .tit {
      margin-bottom: 10px;
      font-weight: bold;
  }

  #inquiry select {
      margin-right: 5px;
      margin-bottom: 15px;
      padding: 10px 5px;
      width: 220px;
      height: 41px;
      text-align: left;
      border: solid 1px #ccc;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 16px;
  }

  #inquiry .schedule select:nth-child(3) {
      margin-left: 0;
  }

  #inquiry .schedule select:last-child {
      margin-bottom: 0;
      width: 220px;
      height: 41px;
  }

  #inquiry .parts_radio input {
      margin-right: 10px;
  }

  #inquiry .confirm_box {
      margin-bottom: 35px;
      border: solid 4px #e2b83a;
  }

  #inquiry .confirm_box dt {
      padding: 15px 5%;
  }

  #inquiry .confirm_box dd {
      padding: 12px 0;
      background: #fff7e0;
      text-align: center;
  }

  #inquiry .confirm_box dt em {
      margin-bottom: 3px;
      display: block;
      background: #FFF;
      color: #ff6e6e;
      font-weight: bold;
  }

  #inquiry .confirm_box dt em .must {
      margin-left: 10px;
      padding: 3px 5px;
      background: #ff6e6e;
      color: #FFF;
      font-size: 12px;
      line-height: 1.6;
      border-radius: 3px;
      font-weight: normal;
  }

  #inquiry .ex {
      margin-bottom: 10px;
  }

  #inquiry .form_btn2 {
      margin-bottom: 34px;
  }

  #inquiry .form_btn2 button {
      padding: 10px 0;
      width: 50%;
      border-radius: 4px;
      font-size: 12px;
      font-weight: bold;
      font-family: "Yu Gothic", YuGothic, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐ明朝", "MS PMincho", " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
      border: none;
      background: #989898;
      color: #FFF;
  }

  #inquiry .form_btn2 button i {
      margin-right: 5px;
      vertical-align: middle;
  }

  #inquiry .form_btn2 button:hover {
      cursor: pointer;
  }

  #inquiry p.text02 {
      padding: 0px 0 15px;
  }

  #inquiry p.err {
      padding: 0px 0 15px;
      font-weight: bold;
      color: #FF0000;
  }

  #inquiry .formTable .minor-atn {
      display: block;
      margin: 10px 0;
      font-size: 14px;
      line-height: 1.8;
      font-weight: bold;
      font-family: auto;
  }

  #inquiry .formTable .minor-atn a {
      text-decoration-line: underline;
      color: #ff6e6e;
  }

  #inquiry.confirm, #inquiry.complete {
      margin-top: 50px;
  }

  #inquiry p.text02.right {
      text-align: left;
  }

  /* ---------------- 問い合わせフォーム end ----------------------- */

}