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

.contact_ttl span {
	margin-top:13px;
}

.contact-lead{
    font-size:16px;
    line-height:2;
    text-align:center;
    margin-bottom:40px;
}

.contact-note{
    color:#d60000;
    font-size:14px;
}
.smf-select-control__control{
    line-height:54px;
    padding-top:0;
    padding-bottom:0;
}

.smf-control-description{
 font-size:14px;   
 text-align: center;
}
.smf-item__label__required{
    display:inline-block;
    background:#d00;
    color:#fff;
    font-size:11px;
    padding:2px 6px;
    border-radius:3px;
    margin-left:8px;
    line-height:1.2;
}

.smf-item__label{
    display:flex;
    align-items:center;
    gap:8px;
}
.snow-monkey-form{
    max-width:1000px;
    margin:auto;
}
.smf-button-control__control{
    background:#0d47a1;
    color:#fff;
    border:none;
    padding:14px 40px;
    font-size:16px;
    border-radius:6px;
}
.smf-form .smf-select-control{
    display:block;
}
.smf-item__controls,
.smf-select-control{
    width:100%;
}
/*.smf-placeholder{
    width:100%;
}*/
/*.wp-block-columns{
  width:100%;
}*/
/*.wp-block-columns,*/
.smf-text-control,
.smf-email-control,
.smf-tel-control,
.smf-select-control,
.smf-textarea-control{
  width:100%;
  max-width:750px;
}

.smf-text-control__control,
.smf-email-control__control,
.smf-tel-control__control,
.smf-select-control__control,
.smf-textarea-control__control{
  width:100%;
  height:52px;  
}

.smf-form--business .smf-item__col--controls {
   padding:28px 24px;
}

.smf-textarea-control__control{
    min-height:220px;
}
.smf-button-control__control:hover{
    opacity:.9;
}
.required-badge{
    display:inline-block;
    background:#d60000;
    color:#fff;
    font-size:11px;
    padding:2px 7px;
    border-radius:3px;
    margin-left:8px;
    line-height:1.2;
    vertical-align:middle;
}
