#main-wrapper .text-muted{
  color:#272727 !important;
}
.layout-main-wrapper {
  max-width: 1140px;
  margin: 20px auto 70px auto;
}
.webform-progress ul li{
font-size: 18px;
}
.error.form-item--error-message{
color: #bc2739;
}
#ajax-wrapper{
margin-top: 2rem;
}
#edit-flexbox-name,#edit-flexbox-kana{
gap: 1em;
}
#edit-flexbox-name .webform-flex--container,#edit-flexbox-kana .webform-flex--container{
margin: 0;
}
#edit-flexbox-section,#edit-flexbox-bushu{
gap: 1em;
}
#edit-flexbox-section .webform-flex--container{
margin: 0;
}
.form-item-i-agree{
position: relative;
}
#i_agree-error{
position: absolute;
top: 25px;
left: 0px;
}
/*フォーム左側*/

#edit-left-container{
padding-right: 28px;
}
#edit-left-container .ttl_block p{
color:#CC0033;
font-weight: bold;
font-size:24px;
}
#edit-left-container .disc_block{
background: #EAEBE6;
border-radius: 10px;
padding: 20px;
}
#edit-left-container .disc_block ul{
list-style: none;
margin: 0;
padding: 0;
}
#edit-left-container .disc_block ul li{
text-indent: -1em;
padding-left: 1em;
font-weight: bold;
}
#edit-left-container .disc_block ul li em{
font-style: normal;
font-weight: normal;
}
#edit-left-container .disc_block02 p {
margin-bottom: 0.5rem;
}
#edit-left-container .disc_block .reserve{
background: #fff;
border-radius: 5px;
padding: 20px 10px;
text-align: center;
margin-bottom: 0;
font-size: 14px;
margin-top: 20px
}
#edit-left-container .disc_block .reserve a{
font-weight: bold;
}
#edit-left-container .form_ttl h2{
color: #111;
font-size: 24px;
margin-top: 40px;
font-weight: bold;
}
#edit-left-container .form_ttl h2 em{
background: linear-gradient(transparent 70%, #fae5ea 10%);
font-style: normal;
}
#edit-left-container .online_img{
margin-bottom: 0 !important;
}
#edit-left-container .online_img p{
margin-bottom: 0;
}
#edit-left-container .online_img img,#edit-left-container .step_img img{
width: 100%;
}
#edit-left-container .note_txt p{
font-size: 14px;
}
#edit-left-container .contact_img{
display: flex;
}
#edit-left-container .contact_img .txt{
margin-left: 20px;
line-height: 1.2;
}
#edit-left-container .contact_img .txt a{
font-size: 40px;
font-weight: bold;
display: block;
text-decoration: none;
}
#edit-left-container .contact_img .txt em{
font-size: 12px;
font-style: normal;
}
@media screen and (max-width:767px) {
.webform-progress ul li{
  font-size: 16px;
}
#edit-left-container{
  padding-right: 0;
}
}
@media screen and (max-width:480px) {
#edit-left-container .contact_img .txt a{
  font-size:30px;
}
}
@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
/*確認画面*/
.webform-preview .webform-section-wrapper .webform-section-wrapper{
display: flex;
}
.webform-preview .webform-element label{
font-weight: bold;
margin-right: 30px;
}
.webform-preview .form-item-name,.webform-preview .form-item-sei,.webform-preview .form-item-bushu{
min-width: 200px;
margin-right: 20px;
}
.webform-preview .form-item-name label,.webform-preview .form-item-ming label,.webform-preview .form-item-sei label,.webform-preview .form-item-mei label,.webform-preview .form-item-bushu label,.webform-preview .form-item-yige label{
width: 40px;
margin-right: 0;
}
.webform-preview .webform-section-title{
display: none; 
}
@media screen and (max-width:767px) {
.webform-preview .form-item-name,.webform-preview .form-item-sei,.webform-preview .form-item-bushu{
  margin-right: 0;
  min-width: 0;
}
.webform-preview .form-item-name,.webform-preview .form-item-ming,.webform-preview .form-item-sei,.webform-preview .form-item-mei,.webform-preview .form-item-bushu,.webform-preview .form-item-yige{
  width: 50%;
}
.webform-preview .webform-element label{
  margin-right: 0;
}
.webform-preview .form-item-name label,.webform-preview .form-item-ming label,.webform-preview .form-item-sei label,.webform-preview .form-item-mei label,.webform-preview .form-item-bushu label,.webform-preview .form-item-yige label{
  width: 40px;
}
}
/*完了画面*/
.send_comp_msg{
margin: 0px auto 1em 28%;
width: 50%;
}
@media screen and (max-width:767px) {
.send_comp_msg{
  width: 90%;
  margin: 0;
}
}
.webform-confirmation__message > .text-align-center > a[href="/"]{
position: relative;
display: block;
padding: 0;
background-color: #c03;
color: #fff;
font-weight: 500;
text-align: center;
text-decoration: none;
letter-spacing: .05em;
}
.webform-confirmation__message > .text-align-center > a[href="/"]::before{
position: absolute;
top: 50%;
border: solid currentColor;
border-width: 2px 2px 0 0;
content: "";
transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width:768px) {
.webform-confirmation__message > .text-align-center > a[href="/"]{
  height: 52px;
  width: 297px;
  margin: 0 auto;
  border-radius: 3px;
  padding-bottom: 0 !important;
  font-size: 1rem;
  line-height: 50px;
  letter-spacing: .1em;
  transition: opacity .3s cubic-bezier(.05,.935,.905,.875);
}
.webform-confirmation__message > .text-align-center > a[href="/"]::before{
  right: 24px;
  width: 9px;
  height: 9px;
}
}
@media screen and (max-width:767px) {
.webform-confirmation__message > .text-align-center > a[href="/"]{
  border-radius: 3px;
  font-size: .8125rem;
  line-height: 29px;
  height: 31px;
}
.webform-confirmation__message > .text-align-center > a[href="/"]::before{
  right: 12px;
  width: 9px;
  height: 9px;
}
}
.attention {
  font-weight: bold;
  color: #BC2739;
}
.attention_block{
background: #f8e9eb;
padding:20px 10px;
text-align:center;
}
.attention_block p{
margin-bottom: 0;
}
.attention_block .attention{
font-weight:bold;
color: #BC2739;
}
.sp_only{
display:none;
}
@media screen and (max-width:767px) {
.sp_only{
  display:block;
}
}

/*移植にあたり追加*/
.layout-main-wrapper{
  margin-top:0!important;
}
svg.ext {
  width: 14px;
  height: 14px;
  padding-right: 0.2em;
  fill: #727272;
  font-weight: 900;
}

svg.mailto {
  width: 14px;
  height: 14px;
  padding-right: 0.2em;
  fill: #727272;
}

svg.ext path,svg.mailto path {
  stroke: #727272;
  stroke-width: 3;
}

@media print {
  svg.ext,svg.mailto {
      display: none;
      padding: 0;
  }
}
#edit-privacy-policy a,
#edit-campaign-policy a{
text-decoration:underline;
}
#edit-privacy-policy a:hover,
#edit-campaign-policy a:hover{
text-decoration:none;
}

#edit-form-disc-block02 b,strong {
  font-weight: bolder!important;
}
#edit-form-disc-block02 ul{
margin-top: 0;
margin-bottom: 1rem;
padding-left: 2rem;
list-style-type: disc;
}

/* 確認画面でhiddenが見えないようにするCSS　今は一時的に見えるようにしている

*/
.webform-element-type-hidden{
  display:none;
}

@media screen and (max-width: 768px) {
h1.main-heading--left-border {
  padding-left: 28px!important;
}
}

.loader {
font-size: 10px;
width: 1em;
height: 1em;
margin: auto;
border-radius: 50%;
position: relative;
text-indent: -9999em;
animation: mulShdSpin 1.1s infinite ease;
transform: translateZ(0);
}
@keyframes mulShdSpin {
0%,
100% {
  box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2), 2.5em 0em 0 0em rgba(204, 0, 51, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 51, 0.2), 0em 2.5em 0 0em rgba(204, 0, 51, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 51, 0.2), -2.6em 0em 0 0em rgba(204, 0, 51, 0.5), -1.8em -1.8em 0 0em rgba(204, 0, 51, 0.7);
}
12.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 51, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(204, 0, 51, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 51, 0.2), 0em 2.5em 0 0em rgba(204, 0, 51, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 51, 0.2), -2.6em 0em 0 0em rgba(204, 0, 51, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 51, 0.5);
}
25% {
  box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 51, 0.5), 1.8em -1.8em 0 0em rgba(204, 0, 51, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(204, 0, 51, 0.2), 0em 2.5em 0 0em rgba(204, 0, 51, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 51, 0.2), -2.6em 0em 0 0em rgba(204, 0, 51, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2);
}
37.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 51, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 51, 0.5), 2.5em 0em 0 0em rgba(204, 0, 51, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(204, 0, 51, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 51, 0.2), -2.6em 0em 0 0em rgba(204, 0, 51, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2);
}
50% {
  box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 51, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2), 2.5em 0em 0 0em rgba(204, 0, 51, 0.5), 1.75em 1.75em 0 0em rgba(204, 0, 51, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(204, 0, 51, 0.2), -2.6em 0em 0 0em rgba(204, 0, 51, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2);
}
62.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 51, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2), 2.5em 0em 0 0em rgba(204, 0, 51, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 51, 0.5), 0em 2.5em 0 0em rgba(204, 0, 51, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(204, 0, 51, 0.2), -1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2);
}
75% {
  box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 51, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2), 2.5em 0em 0 0em rgba(204, 0, 51, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 51, 0.2), 0em 2.5em 0 0em rgba(204, 0, 51, 0.5), -1.8em 1.8em 0 0em rgba(204, 0, 51, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2);
}
87.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(204, 0, 51, 0.2), 1.8em -1.8em 0 0em rgba(204, 0, 51, 0.2), 2.5em 0em 0 0em rgba(204, 0, 51, 0.2), 1.75em 1.75em 0 0em rgba(204, 0, 51, 0.2), 0em 2.5em 0 0em rgba(204, 0, 51, 0.2), -1.8em 1.8em 0 0em rgba(204, 0, 51, 0.5), -2.6em 0em 0 0em rgba(204, 0, 51, 0.7), -1.8em -1.8em 0 0em #ffffff;
}
}