@charset "UTF-8";
#business .low_blk {
    margin-bottom: 60px;
}
.business01_wrap {
    margin-bottom: 75px;
}
.business_img01 {
    background: #e9f7f2;
    padding: 50px 40px 40px;
}
.business02_in {
    background: #e9f7f2;
    padding: 40px 40px 60px;
}
.business02_wrap .flow_lst {
    margin-bottom: 60px;
}
.business02_wrap .flow_lst li {
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 36px;
    position: relative;
    overflow: hidden;
}
.business02_wrap .flow_lst li:last-child {
    margin-bottom: 0;
}
.business02_wrap .flow_lst li::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 29px solid transparent;
    border-left: 29px solid transparent;
    border-top: 26px solid #3cbd70;
    border-bottom: 0;
    bottom: -26px;
    left: 50%;
    margin-left: -28px;
}
.business02_wrap .flow_lst dl {
    display: flex;
}
.business02_wrap .flow_lst dl dt {
    background: #3cbd70;
    color: #fff;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business02_wrap .flow_lst dl dt p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}
.business02_wrap .flow_lst dl dt p span {
    font-size: 30px;
    display: block;
    line-height: 1;
}
.business02_wrap .flow_lst dl dd {
    padding: 21px 40px 25px 45px;
}
.business02_wrap .step_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #3cbd70;
    margin-bottom: 7px;
}
.business02_wrap .step_txt {
    font-size: 14px;
}
.business02_wrap .step_txt a {
    text-decoration: underline;
    text-underline-offset: 1ex;
}
.business02_wrap .step_txt .red {
    color: #ff0000;
    margin-top: 1px;
    display: block;
}
.business02_wrap .step_img {
    margin-top: 32px;
}
.mail_btn a {
    background: #3cbd70;
}
.business_btn a {
    width: 365px;
    height: 65px;
    background: #3cbd70;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 9999px;
    font-weight: bold;
    font-size: 18px;
}
.business_btn a span {
    position: relative;
    display: inline-block;
    padding-left: 33px;
}
.business_btn a span::before {
    position: absolute;
    content: "";
    background: url(/cmn/img/business_mail.png) no-repeat 0 0 / 100% auto;
    width: 23px;
    height: 21px;
    left: 0;
    top: 6px;
}
.business_tel p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
#business .contact_box {
    border-radius: 6px;
    border: solid 4px #3cbd70;
    background-color: #fff;
    padding: 40px 43px 40px 23px;
    box-sizing: border-box;
}
#business .contact_boxin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#business .contact_txt {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
#business .contact_txt a {
    color: #2389a3;
    text-decoration: underline;
    text-underline-offset: 1ex;
}
@media (min-width: 896px) {
    .business_tel a {
        pointer-events: none;
    }
    .business_btn a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .business02_wrap .step_txt a:hover  {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    #business .low_blk {
        margin-bottom: 30px;
    }
    .business_img01 {
        background: #e9f7f2;
        padding: 20px 10px;
    }
    .business_img01 img {
        width: 100%;
        height: auto;
    }
    .business01_wrap {
        margin-bottom: 30px;
    }
    .business02_in {
        padding: 20px;
    }
    .business02_wrap .flow_lst {
        margin-bottom: 30px;
    }
    .business02_wrap .flow_lst li {
        border-radius: 6px;
        background: #fff;
        box-sizing: border-box;
        margin-bottom: 25px;
        position: relative;
        overflow: hidden;
    }
    .business02_wrap .flow_lst li:last-child {
        margin-bottom: 0;
    }
    .business02_wrap .flow_lst li::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 29px solid transparent;
        border-left: 29px solid transparent;
        border-top: 26px solid #3cbd70;
        border-bottom: 0;
        bottom: -26px;
        left: 50%;
        margin-left: -28px;
    }
    .business02_wrap .flow_lst dl {
        display: block;
    }
    .business02_wrap .flow_lst dl dt {
        background: #3cbd70;
        color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }
    .business02_wrap .flow_lst dl dt p {
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
    }
    .business02_wrap .flow_lst dl dt p span {
        font-size: 18px;
        display: inline;
        line-height: 1;
    }
    .business02_wrap .flow_lst dl dd {
        padding: 15px 15px 20px;
    }
    .business02_wrap .step_ttl {
        font-size: 16px;
        margin-bottom: 0;
    }
    .business02_wrap .step_txt {
        font-size: 14px;
    }
    .business02_wrap .step_txt a {
        text-underline-offset: 0.5ex;
    }
    .business02_wrap .step_txt .red {
        color: #ff0000;
        margin-top: 1px;
        display: block;
    }
    .business02_wrap .step_img {
        margin-top: 15px;
        text-align: center;
    }
    .business_btn a {
        width: 100%;
        height: 40px;
        font-weight: bold;
        font-size: 14px;
    }
    .business_btn a span {
        position: relative;
        display: inline-block;
        padding-left: 18px;
    }
    .business_btn a span::before {
        position: absolute;
        content: "";
        background: url(/cmn/img/sp/business_mail.png) no-repeat 0 0 / 100% auto;
        width: 12px;
        height: 11px;
        left: 0;
        top: 7px;
    }
    .business_tel {
        text-align: center;
        margin-bottom: 15px;
    }
    .business_tel p {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 4px;
    }
    #business .contact_box {
        border-radius: 4px;
        border: solid 2px #3cbd70;
        background-color: #fff;
        padding: 15px 15px 20px;
        box-sizing: border-box;
    }
    #business .contact_boxin {
        display: block;
    }
    #business .contact_txt {
        text-align: left;
        margin-top: 15px;
        font-size: 14px;
    }
    #business .contact_txt a {
        text-underline-offset: 0.5ex;
    }
}
@media only screen and (max-width: 374px) {
    .business02_wrap .step_img img {
        width: 100%;
        height: auto;
    }
    .business_btn a {
        font-size: 12px;
    }
    .business_btn a span::before {
        top: 5px;
    }
    .business_tel img {
        width: 100%;
        height: auto;
    }
}
