.easyform-simple {
    margin: 4rem auto 0;
    border: 5px solid #ffb00e;
    max-width: 1000px;
}
.easyform-simple-headline {
    background: #ffb00e;
}
.easyform-simple-headline img {
    display: block;
    margin:0 auto;
}
.easyFormWrapper {
    padding: 20px;
    background-color: #f5f5f5;
}
.easyFormWrapper .input_wrapper {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.easyFormWrapper .input_wrapper .form-group {
    flex: 1;
    position: relative;
}
.easyFormWrapper .input_wrapper .form-group-select::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000333 transparent transparent transparent;
}
.easyFormWrapper .input_wrapper .form-group select {
    -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: 58px;
    padding: 10px 10px !important;
    border: 1px solid #666;
    border-radius: 0px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
}
.loading-hide,
.notice-hide {
    display: none;
}
.loading img {
    width: auto;
    display: inline;
}
.form-control {
    height: 40px;
    font-size: 15px !important;
}
.tel-info {
    margin-top: 0.3em;
    font-size: 11px;
}
.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 #ffb00e;
    border-bottom: 3px solid #ffb00e;
    transform: rotate(-45deg);
    display: inline-block;
    margin: 0 5px;
}
.notice {
    margin-top: 0.8em;
    font-size: 0.8em;
}
.btn_area {
    margin-top: 1em;
}
.tosho-area {
    padding: 0.5em;
    display: flex;
    gap: 0.5em;
    background: #fff;
}
.tosho-area img {
    width: 45px;
}
.tosho-area p {
    font-size: 0.8em;
}
.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: #ff7e05;
    border-radius: 35px;
    border: solid 2px #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
}
.submit__note {
    margin-top: 1.5em;
    font-size: 10px;
    letter-spacing: -0.02em;
    color: #333;
}
.submit__note a {
    text-decoration: underline;
}

.main.easyform-result{
    width:1200px;
    margin:2rem auto;
}

 .thanks_contents {
     margin-bottom: 2rem;
 }

.thanks_contents img {
    width: 70%;
    margin-left: 15%;
}
.thanks__box {
    padding: 4vw 4vw 6vw;
}
.thanks__ttl {
    width: fit-content;
    margin: 0 auto;
    font-size: 4rem;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    border-bottom: solid 1px #fe950c;
}
.thanks__txt {
    margin: 4rem 0;
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
}
.thanks__tel {
    padding: 3vw 0;
    border: 2px solid #EFEFEF;
    text-align: center;
    background: #fff;
}
.thanks__tel__txt {
    font-size: 3rem;
}
.thanks__tel__number {
    font-size: 7rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fe2300;
    line-height: normal;
}
.price__box {
    padding: 5rem ;
    background: #f5f5f5;
    margin: 0 6.5rem;
}
.price__box__mainTtl {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
}
.price__box__ttl {
    width: fit-content;
    margin: 2vw auto 4vw;
    font-size: 3rem;
    font-weight: bold;
    background: #FFF;
    border: 2px solid #fe950c;
    padding: 2rem 6rem;
    line-height: 6rem;
    text-align: center;
}
.price__box__ttl span {
    margin: 0 8px;
    font-size: 5vw;
}
.price__box__txt {
    margin-bottom: 4vw;
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
}
.price__box__roop__ttl {
    background: #fff;
    color: #fe950c;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border: 2px solid #fe950c;
    margin-top: 3rem;
    padding: 3rem 0;
}
.price__result__box {
    height: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
}
.price__result__subTtl {
    display: inline-block;
    font-size: 3.7vw;
    color: #FFF;
    background: #fe2300;
    padding: 1.5vw 6vw;
    margin-right: 3vw;
}
.price__result {
    font-size: 4.5vw;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fe2300;
    text-align: center;
}
.price__result span {
    font-size: 9vw;
}
.price__box__graph {
    margin-top: 1rem;
}
.price__box__graph__ttl {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
}
/* 注釈文 */
.price__box .remark_sentence {
    margin-top: 3rem;
    font-size: 1.4rem;
    margin-left: 17rem;
}
.triple_crown .remark_sentence {
    padding: 0 10px;
}
/* TOPへ戻る */
.backTxt {
    margin-top: 3vw;
    text-align: center;
}
.backTxt a {
    display:block;
    margin-right:2rem;
    font-size: 2rem;
    text-decoration: none;
    color: #005cb2;
    text-align:right;
}
.backTxt a:hover{
    text-decoration:underline;
}
/* 見出し */
.ttl_cmn_h2 {
    padding: 3rem;
    font-size: 4rem;
    margin: 0 6.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background: #fe950c;
    color: #fff;
}
