/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";

/* CSS Document */


/* お問合せ
----------------------------------------------------------- */
article#contact {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 100px 0;
}
article#contact h2{
	text-align: center;
}
#contact .h2_01_tit01
{
    font-size: 20px;
    letter-spacing: 0.75px;
    letter-spacing: 0.15em;
    color: #9e005d;
	justify-content: center;
}
#contact .h2_01_tit01:before
{
	content:"";
	display: block;
	width: 65px;
	height: 1px;
	background: #c7c7c7;
}
#contact .h2_01_tit01:after
{
	content:"";
	display: block;
	width: 65px;
	height: 1px;
	background: #c7c7c7;
}
#contact .h2_01_tit03 {
    padding: 0 0 40px 0;
}
.contact_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.must {
    padding: 5px 0;
    color: #ffffff;
    background: #9e005d;
    margin-left: 10px;
    border: none;
    box-shadow: none;
    width: 36px;
    text-align: center;
    margin: 0;
}

form#mailformpro th{
	vertical-align: middle;
}
form#mailformpro th,form#mailformpro td {
    padding: 10px 0;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    box-shadow: none;
    padding: 8px;
    border: none;
    background: #ededed;
}
form#mailformpro th .th-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0 8px;
    margin: 0 20px 0 0;
}
form#mailformpro th .label-text {
    justify-self: end;
}
form#mailformpro th .badge-placeholder {
      display: block;
      width: 36px; /* .required-badge のおおよその幅 */
    }
.mfp_element_submit,
.mfp_element_button#mfp_button_send,
.contact_tel_btn,
.btn_input_to_toppage{
  margin: 20px auto;
  width: 350px;
}
.mfp_element_submit,
.mfp_element_button#mfp_button_send,
.contact_tel_btn a,
.btn_input_to_toppage a{
  display: block;
  text-align: center;
  border: 1px solid #9e005d;
  background: #9e005d;
  transition: all 1s;
  color: #ffffff;
  padding: 25px 0;
  border-radius: 10px;
  font-size: 20px;
  text-shadow: none;
}
.mfp_element_submit:hover,
.mfp_element_button#mfp_button_send:hover,
.contact_tel_btn a:hover,
.btn_input_to_toppage a:hover{
  background: #ffffff;
  border: 1px solid #9e005d;
  color: #9e005d;
  cursor: pointer;
}
div#mfp_phase_confirm h4{
	font-size: 22px;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
    margin-bottom: 30px;
}
table#mfp_confirm_table {
    width: 100%;
    margin: 30px 0;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    padding: 10px 20px;
}
div#mfp_phase_confirm {
    width: 100%;
    max-width: 700px;
}

.mfp_element_button#mfp_button_send {
    margin: 0;
}

div.mfp_buttons {
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 0 2%;
}

button#mfp_button_cancel {
    width: 100px;
    text-align: center;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    width: 100% !important;
}
@media screen and (max-width: 835px) {
article#contact {
    max-width: 100%;
    width: 88%;
}

table.mailform {
    width: 100%;
    display: block;
    margin: 0 auto;
}

th.mfp {
    display: block;
}

form#mailformpro th, form#mailformpro td {
    display: flex;
    padding: 5px;
}
table#mfp_confirm_table tr td {
    border-top: none;
}
}
/*#contact {
  width: 700px;
  margin: 0 auto;
}

.contact_main {
  padding: 60px 0 100px 0;
  text-align: center;
  line-height: 1.5;
}

.contact_title {
  text-align: center;
  margin-bottom: 40px;
}

.contact_flow {
  width: 350px;
  margin: 60px auto 100px auto;
  text-align: center;
}

.contact_flow li {
  padding: 12px 0;
  border: 1px solid #000000;
  position: relative;
  margin-bottom: 25px;
}

.contact_flow li:after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: 50%;
  width: 50%;
  height: 25px;
  border-right: 1px solid #000000;
}

.contact_flow li:last-child {
  margin-bottom: 0;
}

.contact_flow li:last-child::after {
  content: none;
}

.contact_content {
  margin-bottom: 100px;
}

.contact_frm {
  border-top: dashed 1px #7a7a7a;
  border-bottom: dashed 1px #7a7a7a;
  padding: 30px 0;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_frm dt {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contact_frm dd {
  padding: 10px;
  width: 65%;
  text-align: left;
}

.contact_frm dd input, .contact_frm dd textarea {
  background: #e6e6e6;
  padding: 5px;
  width: 100%;
}

.must_btn {
  padding: 5px 10px;
  color: #ffffff;
  background: #9e005d;
  margin-left: 10px;
}

.contact_tel_btn {
  margin: 40px auto;
  width: 350px;
}

.contact_tel_btn a {
  display: block;
  text-align: center;
  border: 1px solid #9e005d;
  background-color: #9e005d;
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #ffffff;
  padding: 25px 0;
  border-radius: 10px;
  font-size: 20px;
}

.contact_tel_btn a:hover {
  background-color: #ffffff;
  border: 1px solid #9e005d;
  color: #9e005d;
  cursor: pointer;
}

.submit_btn {
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.contact_cmp {
  text-align: center;
}

.contact_cmp p {
  margin: 30px;
}

.contact_cmp_tel {
  margin: 100px 0;
  font-size: 20px;
  font-family: "リュウミン M-KL";
  letter-spacing: 2px;
}

@media screen and (max-width: 835px) {
  #contact {
    width: 86.7%;
  }
  .contact_flow {
    width: 90%;
    margin: 30px auto 50px;
  }
  .contact_frm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .contact_frm dt {
    width: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .contact_frm dd {
    width: 100%;
    padding: 10px 0;
  }
  .submit_btn {
    -webkit-transition: all .3s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 90%;
  }
  .contact_tel_btn {
    width: 90%;
  }
}*/