/*-------------------------------------------------
|- main-ttl
-------------------------------------------------*/
.main-ttl {
    width: 100%;
    padding: 115px 0;
    text-align: center;
}
.main-ttl__img {
    width: 496px;
}
.main-ttl__txt {
    margin-top: 20px;
    color: #fff;
    font-size: var(--font-size20);
    font-weight: bold;
    letter-spacing: .2rem;
    display: block;
}
@media screen and (max-width: 767px){
    .main-ttl {
        padding: 17px 0;
    }
    .main-ttl__img {
        width: 65%;
    }
    .main-ttl__txt {
        margin-top: 0;
        font-size: var(--font-size13);
    }
}
/*-------------------------------------------------
|- section
-------------------------------------------------*/
.section {
    margin: 75px 0 130px;
}
.section-ttl {
    width: 600px;
    margin: 0 auto 50px;
    display: grid;
}
.section-ttl__txt {
    width: 100%;
    padding: 10px 0;
    font-size: var(--font-size30);
    font-weight: bold;
    text-align: center;
    letter-spacing: .1rem;
    border: 1px solid #231815;
    box-sizing: border-box;
    display: block;
}
.section-txt {
    margin-bottom: 60px;
    font-size: var(--font-size17);
    font-weight: bold;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 767px){
    .section {
        margin: 50px auto 60px;
    }
    .section-ttl {
        width: 80%;
        margin: 0 auto 30px;
    }
    .section-ttl__txt {
        padding: 7px 0;
        font-size: var(--font-size17);
    }
    .section-txt {
        margin-bottom: 40px;
        font-size: var(--font-size13);
        line-height: 2;
    }
}
/*-------------------------------------------------
|- box
-------------------------------------------------*/
.box {
    margin-bottom: 150px;
    text-align: center;
}
.box:last-child {
    margin-bottom: 0;
}
.box-ttl {
    margin-bottom: 30px;
    padding: 0 15px;
    color: #fff;
    font-size: var(--font-size25);
    font-weight: bold;
    background: #a08e6f;
    letter-spacing: .2rem;
    display: inline-block;
}
.box-txt {
    margin-bottom: 60px;
    font-size: var(--font-size17);
    text-align: center;
    line-height: 2.3;
}
@media screen and (max-width: 767px){
    .box {
        margin-bottom: 80px;
    }
    .box-ttl {
        margin-bottom: 20px;
        font-size: var(--font-size16);
        letter-spacing: .1rem;
    }
    .box-txt {
        margin-bottom: 30px;
        font-size: var(--font-size13);
        line-height: 2;
    }
}
/*-------------------------------------------------
|- detail
-------------------------------------------------*/
.detail-box {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 1080px;
    margin: 0 auto;
}
.detail {
    display: flex;
    align-items: flex-start;
}
.detail:first-child {
    margin-bottom: 50px;
}
.detail-ttl {
    width: 90px;
    margin-right: 20px;
    color: #af9075;
    font-size: var(--font-size16);
    font-weight: bold;
    border: 1px solid #af9075;
    box-sizing: border-box;
}
.detail-item {
    flex: 1;
}
.detail-item__txt {
    padding-left: 16px;
    font-size: var(--font-size16);
    text-align: left;
    text-indent: -1.14rem;
}
@media screen and (max-width: 767px){
    .detail-box {
        max-width: 90%;
    }
    .detail:first-child {
        margin-bottom: 25px;
    }
    .detail-block {
        display: block;
    }
    .detail-block .detail-ttl {
        margin-bottom: 10px;
    }
    .detail-ttl {
        width: 80px;
        margin-right: 10px;
        font-size: var(--font-size13);
    }
    .detail-item__txt {
        padding-left: 13px;
        font-size: var(--font-size13);
        text-indent: -.92rem;
    }
}
/*-------------------------------------------------
|- link-btn
-------------------------------------------------*/
.link-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0;
}
.link-btn__item {
    display: flex;
    align-items: center;
}
.link-btn__item:nth-child(2){
    margin-top: 30px;
}
.link-btn__img {
    width: 65px;
    margin-right: 15px;
}
.link-btn__link {
    color: #52893c;
    font-size: var(--font-size16);
    font-weight: bold;
}
.assess-btn {
    width: 510px;
    margin: 100px auto 0;
}
.assess-btn__link {
    width: 100%;
    padding: 20px 0 24px;
    color: #fff;
    font-size: 2.35rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .5rem;
    background: url(/ieconnect/assets/img/bg008.jpg);
    border-radius: 30px;
    display: grid;
}
.assess-btn__img {
    width: 125px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .link-btn {
        max-width: 90%;
        margin: 40px auto 0;
    }
    .link-btn__item:nth-child(2){
        margin-top: 15px;
    }
    .link-btn__img {
        width: 25%;
        margin-right: 5%;
    }
    .link-btn__link {
        font-size: var(--font-size13);
    }
    .assess-btn {
        width: 60%;
        margin: 50px auto 0;
    }
    .assess-btn__link {
        padding: 10px 0 14px;
        font-size: var(--font-size16);
        letter-spacing: .3rem;
        border-radius: 20px;
    }
    .assess-btn__img {
        width: 70px;
        margin: 5px auto 0;
    }
}
