@charset "UTF-8";
/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20210719
*/

.new_btn {
    display: block;
    background-color: #999;
    color: #fff;
    width: 100%;
    max-width: 350px;
    font-weight: 700;
    transition: opacity 0.2s;
    height: 60px;
    font-size: 20px;
    border-radius: 8px;
    z-index: 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
}
.new_btn:hover {
    opacity: 0.7;
}
.new_btn.btn_center {
    margin-right: auto;
    margin-left: auto;
}

.top_online .new_btn {
    border: 1px solid #C15F3E;
    background: #F06C33;
    box-shadow: 0px 4px 0px 0px #A5350F;
    margin: 15px auto 0px;
    font-size: 28px;
    max-width: 600px;
    height: 80px;
    line-height: 78px;
}
.top_online .new_btn i {
    font-size: 34px;
    position: relative;
    top: 5px;
    margin-right: 15px;
}

.top_guide_cont .flow_contact .new_btn {
    border: 1px solid #C15F3E;
    background: #F06C33;
    box-shadow: 0px 4px 0px 0px #A5350F;
	max-width: 243px;
    margin-top: 0px;
    height: 50px;
    line-height: 45px;
    font-weight: normal;
}

@media screen and (max-width: 1056px) {
    .slider_online .new_btn {
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 1199px) {
    .slider_online .new_btn {
        margin-right: 30px !important;
        font-size: 16px !important;
    }
}
.slider_online .new_btn {
    border: 1px solid #C15F3E;
    background: #F06C33;
    box-shadow: 0px 4px 0px 0px #A5350F;
    margin-top: 0px;
    max-width: 337px;
    height: 70px;
    line-height: 68px;
    font-size: 20px;
    margin-right: 80px;
}
.slider_online .new_btn i {
    font-size: 32px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

#bottom .flex_box .flex_cont .inner .new_btn {
    margin-top: 15px;
    margin-bottom: 0px;
    height: 55px;
    line-height: 53px;
}
#bottom .flex_box .flex_cont .inner .bottom_new_btn_online {
    border: 1px solid #C15F3E;
    background: #F06C33;
    box-shadow: 0px 4px 0px 0px #A5350F;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
#bottom .flex_box .flex_cont .inner .new_btn_mail {
    border: 1px solid #1B6973;
    background: #006A77;
    box-shadow: 0px 4px 0px 0px #07525B;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
@media screen and (max-width: 1056px) {
    #bottom .flex_box .flex_cont .inner .bottom_new_btn_online {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    #bottom .flex_box .flex_cont .inner .bottom_new_btn_online {
        max-width: 390px;
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }
}
@media screen and (max-width: 1056px) {
    #bottom .flex_box .flex_cont .inner .new_btn_mail {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    #bottom .flex_box .flex_cont .inner .new_btn_mail {
        max-width: 390px;
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }
}
#bottom .flex_box .flex_cont .inner .bottom_new_btn_online i {
    margin-right: 15px;
    font-size: 28px;
    position: relative;
    top: 4px;
}
#bottom .flex_box .flex_cont .inner .new_btn i {
    margin-right: 15px;
}

.header__inner .header__contact {
    border: 1px solid #3abc96;
    /* background: #3abc96; */
	background: radial-gradient(at 50% 0%, rgba(73, 199, 167, 1) 55%, rgba(47, 180, 139, 1));
    box-shadow: 0px 4px 0px 0px #1d7e74;
    border-radius: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header__inner .header__contact:hover {
    opacity: 0.7;
    background: #5cada5;
    color: #ffffff;
    transition: none;
}

.contact__button input {
    border: 1px solid #C15F3E;
    background: #F06C33;
    box-shadow: 0px 4px 0px 0px #A5350F;
    border-radius: 8px;
}
.contact__button input:hover {
    opacity: 0.7;
    background: #F06C33;
    color: #ffffff;
    transition: none;
}
