@charset "UTF-8";


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

概要　Css

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

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


/*-----------------------------
.sec01
-------------------------------*/
.sec01 p{
}



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


}

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

.sec02 table{
    width: 100%;
}

.sec02 tr{
    border-bottom: 2px dotted #f2dd9b;
}

.sec02 th{
    width: 185px;
    color: #e97d57;
    padding-top: 10px;
    font-weight: bold;
}

.sec02 th p.justify{
    width: 160px;
    font-weight: bold;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.sec02 td{
}

.sec02 td .txt{
    border-left: 2px dotted #f2dd9b;
    margin: 10px 0;
    padding-left: 25px;
}

.sec02 td .txt a{
    color: #baa051;
}
.sec02 td .txt a:hover{
    text-decoration: underline;
}

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

.sec02 td dl dt{
    float: left;
    width: 150px;
    background: url(../images/icon02.png) left 50% no-repeat;
    padding-left: 20px;
}

.sec02 td dl dd{
    float: left;
}


.sec02 td ul{
    width: 100%;
    overflow: hidden;
}

.sec02 td ul li{
    background: url(../images/icon02.png) left 50% no-repeat;
    padding-left: 20px;
}


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

.sec02 table{
    display: block;
    width: 100%;
}

.sec02 tr{
    display: block;
    border-bottom: 2px dotted #f2dd9b;
}


.sec02 th{
    display: block;
    width: 100%;
    padding-top: 0;
    margin: 20px 0 10px 0;
}
.sec02 th p.justify{
    font-weight: bold;
    -moz-text-align-last: left;
    text-align-last: left;
}

.sec02 td{
    display: block;
}

.sec02 td .txt{
    border-left:none;
    margin: 0 0 20px 0;
    padding-left: 0;
}

.sec02 td dl dd{
    clear: both;
}

}


/*-----------------------------
.sec03
-------------------------------*/
.sec03 ul{
    width: 100%;
    overflow: hidden;
}

.sec03 ul li{
    border-bottom: 1px dotted #cfcfcf;
    padding: 15px 0;
    background: url(../images/icon01.png) left 50% no-repeat;
    padding-left: 50px;
}

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


}


/*-----------------------------
.sec04
-------------------------------*/
.sec04 dl{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #cfcfcf;
    padding: 15px 0;
}

.sec04 dl dt{
    background: url(../images/icon02.png) left 50% no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}


.sec04 ul{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.sec04 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.sec04 ul li:nth-child(3n){
    margin-right: 0;
}

.sec04 ul li img{
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.sec04 ul li{
    width: 49%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
}

.sec04 ul li:nth-child(even){
   float: right;
}

.sec04 ul li:nth-child(odd){
   clear: both;
}

}
