.easyform-simple {
    margin: 2rem 10px;
}
.easyform-simple-headline{
    position: relative;
    background-color:#429868;
    padding:15px;
}
.easyform-simple-headline:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    bottom:-10px;
    margin: 0 auto;
    border: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #429868 transparent transparent transparent;
}
.easyform-simple-headline img {
    display: block;
}
.easyFormWrapper {
    padding: 5vw 3vw 3vw;
    background-color: #F5F5F5;
    border: 5px solid #429868;
    border-top: none;
}
.easyFormWrapper input[type='radio'],
.easyFormWrapper input[type='checkbox'] {
    display: none;
}
.easyFormWrapper .input_wrapper {
    display: flex;
    flex-direction: column;
    gap: 5vw;
}
.easyFormWrapper .input_wrapper .form-group {
    flex: 1;
    position: relative;
}
.easyFormWrapper .input_wrapper .form-group-ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.easyFormWrapper .input_wrapper .form-group-content {
    margin-top: 2vw;
    padding: 0 4vw;
}
.easyFormWrapper .input_wrapper .checkbox-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
}
.easyFormWrapper .input_wrapper .checkbox-item .checkbox_btn {
    display: none;
}
.easyFormWrapper .input_wrapper .checkbox-item .checkbox_btn.active {
    display: block;
}
.easyFormWrapper .input_wrapper .form-group-select::after {
    content: '';
    position: absolute;
    top: 15vw!important;
    right: 7vw!important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #429868 transparent transparent transparent;
}
.easyFormWrapper .input_wrapper .form-group select {
    position:relative;
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を無効 */
}
.easyFormWrapper .input_wrapper .form-group select::-ms-expand {
    display: none; /* デフォルトの矢印を無効(IE用) */
}
.easyFormWrapper .input_wrapper .form-group input,
.easyFormWrapper .input_wrapper .form-group select {
    width: 100%;
    height: 40px;
    padding: 10px 10px !important;
    font-size: 15px !important;
    color: #333;
    border: 2px solid #429868;
    border-radius: 3px;
    background: #fff;
}
.loading-hide,
.notice-hide {
    display: none;
}
.loading img {
    width: auto;
    display: inline;
}
.tel-info {
    margin-top: 1em;
    font-size: 0.8em;
}
.help-block {
    font-size: 0.9em;
}
.help-block p {
    margin-top: 0.3em;
}
.help-block p::before { /* チェックマーク */
    content: '';
    width: 13px;
    height: 9px;
    border-left: 3px solid #429868;
    border-bottom: 3px solid #429868;
    transform: rotate(-45deg);
    display: inline-block;
    margin: 0 5px;
}
.notice {
    margin-top: 0.8em;
    font-size: 0.8em;
}
/* 送信ボタン */
.btn_area {
    margin-top: 1em;
}
.submit__btn {
    display: block;
    width: 85%;
    height: 55px;
    margin: 0 auto 1rem;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
    color: #fff;
    font-size: 18px;
    background: #f56767;
    border-radius: 35px;
    border: solid 2px #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,.1);
}
.submit__note {
    margin-top: 1.5em;
    font-size: 10px;
    letter-spacing: -0.02em;
    color: #333;
}
.submit__note a {
    text-decoration: underline;
}
.greentxt{color:green}


/*
* リザルトページ
*/

main.easyform-result-inquiry{
    margin:5vh 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

main.easyform-result-inquiry section{
    padding:0 4%;
    margin-bottom:3vh;
}
main.easyform-result-inquiry section.greetings{
    font-size:1.6rem;
}
main.easyform-result-inquiry section.greetings p{
    margin-bottom:2vh
}
section.greetings h2.greeting{
    text-align:center;
    font-size: 2rem;
    font-weight: bold;
    width:280px;
    border-bottom:solid #429868 2px;
    margin:0 auto 2vh;
}
section.greetings .phone_info{
    border:2px solid #fd9f0f;
    padding:5px;
}
section.greetings .phone_info p.phoneNumber{
    text-align:center;
    font-size:4.5rem;
    font-family:"Roboto", sans-serif;
    color: #fd9f0f;
    font-weight:bold;
    line-height:1.2;
    margin-bottom:0;
}
section.greetings .phone_info p.phoneNote{
    margin:1vh auto;
    font-size:1.5rem;
    text-align:center;
}

section.estimation {
    background: #e5eee0;
    border-top:2px solid #059505;
    padding-top:1vh;
    padding-bottom:1.5vh!important;
}
section.estimation h2{
    font-size:2.5rem;
    font-weight:bold;
    color:#444;
}
section.estimation p{
    font-size: 1.8rem;
    margin-top: 1vh;
}
section.estimation .your_price{
    border:2px solid #429868;
    background:white;
    margin-bottom:1vh;
}
section.estimation .your_price p{
    text-align:center;
    color:#059505;
    padding:1vh 0;
    font-weight:bold;
}
section.estimation .your_price .price{
    font-size:2rem;
    text-align:center;
    color:#059505;
    margin-bottom:2vh;
}
section.estimation .your_price .price .Enum {
    font-size:4.5rem;
    font-weight:bold;
    font-family:"Roboto", sans-serif;
}

section.FAQcontent{

}
section.FAQcontent h2.faq_title_bar{
    position:relative;
    padding-bottom:5px;
    font-size:2rem;
    text-indent: 5px;
}
section.FAQcontent h2.faq_title_bar::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
            to right,
                /* 1. 緑色 (指定の30%までを占める) */
            #059505 0%,        /* 緑色の開始 */
            #059505 40%,       /* 緑色の終了 */
                /* 2. 灰色 (残りの70%を占める) */
            #ccc 40%,          /* 灰色の開始（緑の直後）*/
            #ccc 100%          /* 灰色の終了 */
    );
}

dl {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 8px;
}
dt {
    content: "Q.";
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    background-color: #e9f5e9;
    padding: 12px 15px;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 8px 8px 0 0;
}
dt::before {
    content: "Q.";
    color: #008000; /* 緑色 */
    font-size: 1.2em;
    margin-right: 8px;
}
dd {
    content: "A.";
    background-color: #f7f7f7;
    color: #555;
    padding: 12px 15px 20px 15px;
    margin-left: 0;
    border-radius: 0 0 8px 8px;
}
dd::before {
    content: "A.";
    color: #0000ff;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 8px;
}

.cv_foot__telnum_lp {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 8vw;
    font-weight: 700;
    line-height: 100%;
    position: absolute;
    right: 10vw;
    top: 7.8vw;
}

.cv_foot__telnum{
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 8vw;
    font-weight: 700;
    line-height: 100%;
    position: absolute;
    right: 10vw;
    top: 7.8vw;
}
.sp_conversion_new_btn {
    position: relative;
    display: block;
}
.sp_conversion_new_btn_tel {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 9.7vw;
    font-weight: 900;
    line-height: 100%;
    position: absolute;
    right: 13vw;
    top: 10.5vw;
}