@charset "UTF-8";

.tamokuteki {
    letter-spacing: 0.04em;
}

.tamokuteki .box01{
    padding-top: 100px;
    background-image: url("../images/tamokuteki/bg_01.png");
    background-position: center top;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .tamokuteki .box01 {
        background-image: url("../images/tamokuteki/bg_01@2x.png");
        background-size: 1422px 1232px;
    }
}
.tamokuteki .box01 .float_sb{
    align-items: center;
    margin-bottom: 70px;
}
.tamokuteki .box01 .sb_r h2{
    font-size: 22px;
    line-height: 2em;
    margin-bottom: 10px;
    font-weight: 500;
}


.tamokuteki .box01 .inner01 p{
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.9em;
    letter-spacing: 0.05em;
}

.tamokuteki .box01 .inner01 .link_02{
    margin-bottom: 20px;
}

.tamokuteki .box01 ul{
    display: flex;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 90px;
}
.tamokuteki .box01 ul li{
    max-width: 410px;
    width: 100%;
    margin: 0 15px;
}

.tamokuteki .box01 .ttl_05{
    text-align: center;
    line-height: 1.6em;
    
}

.tamokuteki .box01 .border_box p{
    text-indent: -1em;
    padding-left: 20px;
    margin-bottom: 1px;
    font-weight: 500;
}


.tamokuteki .box01 .border_box h4{
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
    padding-top: 5px;
}

.tamokuteki .box01 .bnr_01{
    text-align: center;
    margin-top: 70px;
}


footer {
    margin-top: 0;
}





/*******************/
.link_02 {
    text-align: center;
}
.link_02 a{
    font-size: 18px;
    font-weight: 500;
    color: #af8807;
    padding-left: 25px;
    background-image: url("../images/tamokuteki/link_btn_icon.png");
    background-position: left 4px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .link_02 a {
        background-image: url("../images/tamokuteki/link_btn_icon@2x.png");
        background-size: 20px 20px;
    }
}
.img_shadow img{
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.3);
}

/*-------------------------------
media
--------------------------------*/


@media (max-width: 767px) {
    .tamokuteki {

    }
  
    .tamokuteki .box01{
        background-image: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .tamokuteki .box01 .float_sb{
        display: flex;
        flex-direction: column;
    }
    .tamokuteki .box01 .float_sb .sb_l{
        order: 2;
    }
    .tamokuteki .box01 .float_sb .sb_r{
        order: 1;
        margin-bottom: 20px;
    }
    .tamokuteki .box01 ul{
        display: block;
    }
    .tamokuteki .box01 ul li{
        margin: 0 auto 30px;
    }
    .tamokuteki .box01 .ttl_05{
        font-size: 20px;
    }
    
}
