@charset "UTF-8";
/*
 * style.css
 *
 */

/* !contents
---------------------------------------------------------- */
.contents{
}

.subttl{ font-size: 1.6rem; }

h2{
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

@media ( min-width: 1024px ){
    .subttl{ font-size: 2.5rem; }
    
    h2{
        text-align: left;
    }
}

/* box01 */
.box01{
    position: relative;
    z-index: 3;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    border-top: 4px solid #f39800;
    border-bottom: 4px solid #f39800;
    background: #f39800;
    padding-bottom: 60px;
}
.box01 .bg01{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.box01 .bg01 img{ width: 100%;}

.box01 dl{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: 20px;
}

.box01 dl dt{ font-size: 3.5rem; }
.box01 dl dd{
    padding-top: 20px;
    font-size: 1.8rem;
    line-height: 2;
}
.pink{ color: #eb6ea5; }
.blue{ color: #00a0e9; }

.box01 .bt01{
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 50px;
    margin-left: -25px;
}

.bt-txt{ display: none; }

@media ( min-width: 1024px ){
    .box01{
        padding-bottom: 0;
        background: #fff6e9;
    }
    
    .box01 dl{
        top: 50px;
        left: 0;
        padding: 0;
    }
    
    .box01 dl dd{
        padding-top: 20px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    
    .bt-txt{ display: block; }
}

/* box02 */
.box02,.box03{
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    padding: 50px 0 100px;
}

.box02 dl,.box03 dl{
    width: 90%;
    max-width: 1000px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
}

.box02 dl div,
.box03 dl div{ margin-top: 20px; }

.box02 dl dt,
.box03 dl dt{ padding: 20px 0; }

.box02 dl dd,.box03 dl dd{
    font-size: 20px;
}

@media ( min-width: 1024px ){
    .box02 dl,.box03 dl{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .box02 dl div,
    .box03 dl div{ width: 30%; }
    
    /*.box02 dl div img,
    .box03 dl div img{ width: 280px; }*/
    
    .box02 dl div:not( :nth-child( 3n ) ),
    .box03 dl div:not( :nth-child( 3n ) ){ margin-right: 5%; }
}

/* box02 */
.box02{
    z-index: 2;
    background: #feebbe;
}

.box02 h2{ padding-top: 50px; }

/* box03 */
.box03{
    z-index: 1;
    background: #efefef;
}
