@charset "UTF-8";
/*----------------------------------------------------
	Development
----------------------------------------------------*/

/* Sec01
---------------------------*/
#sec01{
    padding-bottom: 4rem;
}
#sec01 p{
    text-align: center;
    line-height: 2.8;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #sec01{
        padding-bottom: 2rem;
    }
    #sec01 p{
        line-height: 1.8;
    }
}
@media screen and (max-width:767px) {
    #sec01{
        padding-bottom: 2rem;
    }
    #sec01 p{
        text-align: left;
        line-height: 1.8;
    }
    #sec01 .ttl_main_01 {
        font-size: 22px;
    }
}

/* Sec02
---------------------------*/
#sec02{
    padding-top: 4rem;
    padding-bottom: 6rem;
}
#sec02 .cont01{
    margin-bottom: 2rem;
}
#sec02 .cont01 p{
    margin-bottom: 3rem;
}
#sec02 .cont01 .item_img{
    margin-bottom: 1rem;
    text-align: center;
}
#sec02 .cont01 .item_img img{
    width: 80%;
}
#sec02 .cont02 .ttl_sub_01{
    margin-bottom: 3rem;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec02{
        padding-bottom: 4rem;
    }
    #sec02 .cont01 .item_img img{
        width: 90%;
    }
}
@media screen and (max-width:767px) {
    #sec02{
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #sec02 .cont01{
        margin-bottom: 0;
    }
    #sec02 .cont01 p{
        margin-bottom: 2rem;
    }
    #sec02 .cont01 .item_img img{
        width: 100%;
    }
    #sec02 .cont02 .ttl_sub_01{
        margin-bottom: 1rem;
    }
}

/* Sec03
---------------------------*/
#sec03{
    padding-top: 4rem;
    padding-bottom: 6rem;
}
.ttl_area{
    background-image: url("../images/development/sec03_ttl_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 4rem;
}
.ttl_area h4{
    font-size: 28px;
    margin-bottom: 2.6rem;
    color: #1d2087;
    text-align: center;
    line-height: 1.6;
}
#sec03 .ttl_sub_01{
    margin-bottom: 1rem;
}
#sec03 .img_area{
    text-align: center;
}
#sec03 .img_area img{
    width: 80%;
}
#sec03 .cont01,
#sec03 .cont02 {
    margin-bottom: 3rem;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec03{
        padding-bottom: 5rem;
    }
    #sec03 .cont01,
    #sec03 .cont02 {
        margin-bottom: 2rem;
    }
    #sec03 .img_area img{
        width: 90%;
    }
}
@media screen and (max-width:767px) {
    #sec03{
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #sec03 .img_area img{
        width: 100%;
    }
    .ttl_area{
        background-size: contain;
        margin-bottom: 2rem;
    }
    .ttl_area h4{
        font-size: 18px;
        margin-bottom: 1rem;
        color: #1d2087;
        text-align: left;
    }
}

/* Sec04
---------------------------*/
#sec04{
    padding-top: 4rem;
    padding-bottom: 6rem;
}
#sec04 .cont01{
    margin-bottom: 2rem;
}
#sec04 .ttl_sub_01{
    margin-bottom: 2rem;
}
#sec04 .img_area{
    text-align: center;
    margin-bottom: 2rem;
}
#sec04 .img_area img{
    width: 590px;
    max-width: 100%;
}
#sec04 dl dt{
    color: #1d2087;
}
#sec04 dl dd{
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec04{
        padding-bottom: 4rem;
    }
}
@media screen and (max-width:767px) {
    #sec04{
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #sec04 .ttl_sub_01{
        margin-bottom: 1rem;
    }
    #sec04 .img_area{
        margin-bottom: 1rem;
    }
    #sec04 .cont01 p.text-center{
        text-align: left !important;
    }
    #sec04 dl dt{
        margin-bottom: .6rem;
    }
    #sec04 dl dd{
        padding: .6rem;
        margin-bottom: 1rem;
    }
}