@charset "UTF-8";


/*******************************

理念Css

*******************************/

section {
    margin-bottom: 80px;
    overflow: hidden;
}


/*-----------------------------
.sec01
-------------------------------*/
.sec01 p{
    float: left;
    width: 72%;
}

.sec01 img{
    float: right;
    width: 24%;
    max-width: 232px;
}

@media screen and (max-width: 767px) {
.sec01 p{
    float: none;
    width: 100%;
}

.sec01 img{
    display: block;
    float: none;
    width: 232px;
    margin: 0 auto;
}

}

/*-----------------------------
.sec02
-------------------------------*/

.sec02 dl{
    width: 100%;
    overflow: hidden;
}

.sec02 dl dt{
    width: 20%;
    float: left;
    padding-left: 50px;
    background: url(../images/idea_icon.png) left 50% no-repeat;
    border-bottom: 1px dotted #cfcfcf;
    padding-bottom: 15px;
    padding-top: 5px;
}

.sec02 dl dd{
    width: 80%;
    float: left;
    border-bottom: 1px dotted #cfcfcf;
    padding-bottom: 15px;
    padding-top: 5px;
}
.sec02 dl dd:before{
    content: "…";
        padding-right: 2%;
}

.sec02 ul{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.sec02 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.sec02 ul li:nth-last-child(1){
    margin-right: 0;
}

@media screen and (max-width: 767px) {

.sec02 dl{
    width: 100%;
    overflow: hidden;
}

.sec02 dl dt{
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

.sec02 dl dd{
    width: 100%;
    float: left;
    border-bottom: 1px dotted #cfcfcf;
    padding-bottom: 15px;
    padding-top: 0;
}


.sec02 ul{text-align: center;}

.sec02 ul li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}


}

