@charset "UTF-8";

@font-face {
    font-family: 'CezanneProN';
    src: url('../font/FOT-CezanneProN-M.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CezanneProN';
    src: url('../font/FOT-CezanneProN-B.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CezanneProN';
    src: url('../font/FOT-CezanneProN-EB.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/********************
 プレゼント - 共通部分
 *********************/

 /* common
--------------------*/
.tab_block {
    display: none;
}
.present .breadcrumb {
    background-color: #248E72;
}
.present .breadcrumb li.pc_block:nth-child(2):after{
    display: none;
}
.present .section__label {
    padding: 4px 0;
    text-align: center;
    font-family: 'CezanneProN', sans-serif;
    font-size: 26px;
    font-weight: 500;
    background-color: #248E72;
    color: #fff;
    position: relative;
}
.present .section__label::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/present/label-arch.png);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.present .inner900 {
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width:1080px) {
    .tab_block {
        display: block;
    }
}
@media only screen and (min-width:640px) and (max-width:1080px) {
    .present .inner {
        padding: 0 3vw;
    }
    .present .inner960 {
        padding: 0 3vw;
    }
}
@media screen and (max-width:639px) {
    .present .section__label {
        font-size: 6.66vw;
    }
    .present .section__label::after {
        background-image: url(../img/present/label-arch_sp.png);
    }
    .present .inner900 {
        padding: 0 4vw;
    }
    .present .inner960 {
        padding-top: 0;
    }
    .present .footer > .inner960 {
        padding-top: 50px;
    }
}


/* コラム一覧
--------------------*/
.present .column__list {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 8px;
}
@media screen and (max-width:639px) {
    .present .column__list {
        padding-top: 10.66vw;
    }
}


/* tools
--------------------*/
.present .tools {
    background: #fafafa;
    margin-bottom: 8px;
    padding: 60px 0 80px;
}
.present .tools .ttl--sub {
    text-align: center;
}
.present .tools .content__box {
    display: flex;
    justify-content: center;
}
.present .tools .content__item {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    margin:  0 9px;
    width: 46%;
    max-width: 470px;
    box-sizing: border-box;
}
.present .tools .content__item:nth-child(1) {
    background-color: #A0C1F7;
}
.present .tools .content__item:nth-child(2) {
    background-color: #D3B777;
}
.present .tools .content__item:nth-child(3) {
    background-color: #8CCEAF;
}
.present .tools .content__left {
    width: 30%;
    margin-right: 15px;
}
.present .tools .content__right {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    text-align: center;
}
.present .tools .content__right .content__ttl {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.present .tools .content__right .content__btn {
    width: 100%;
    padding: 6px 10px 6px 0;
    position: relative;
    border: solid 1px #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.present .tools .content__right .content__btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
}
.present .tools .content__item:nth-child(1) .content__btn {
    background-color: #6195F3;
}
.present .tools .content__item:nth-child(2) .content__btn {
    background-color: #CCA349;
}
.present .tools .content__item:nth-child(3) .content__btn {
    background-color: #49B382;
}
@media only screen and (min-width:640px) and (max-width:1080px) {
    .present .tools .content__item {
        width: 45%;
        padding: 1.04vw;
    }
    .present .tools .content__left {
        margin-right: 1vw;
    }
    .present .tools .content__right .content__ttl {
        font-size: 1.5625vw;
    }
    .present .tools .content__right .content__btn {
        font-size: 1.3020vw;
        border-radius: 1.04vw;
    }
}
@media screen and (max-width:639px) {
    .present .tools {
        padding: 12vw 0 5.333vw;
    }
    .present .tools .content__box {
        flex-wrap: wrap;
        margin-bottom: 50px;
        margin-top: 15px;
    }
    .present .tools .content__item {
        width: 100%;
        padding: 2.9333vw;
        margin: 0;
    }
    .present .tools .content__right {
        gap: 0;
    }
    .present .tools .content__left {
        margin-right: 2vw;
    }
    .present .tools .content__item:not(:last-child) {
        margin-bottom: 4vw;
    }
    .present .tools .content__right .content__ttl {
        font-size: 4.375vw;
        letter-spacing: -0.5px;
    }
    .present .tools .content__right .content__btn {
        font-size: 3.75vw;
        letter-spacing: -0.5px;
    }
    .present .tools .content__right .content__btn::after {
        right: 1.2em;
    }
}
