@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.headLine01{
    margin-bottom: 68px;
}
.comTable {
    margin-bottom: 40px;
}
.comTable th {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
    width: 26%;
    font-weight: bold;
    line-height: 1.75;
    background-color: #fff;
    border-left: none;
    border-right: none;
}
.comTable td {
    padding-top: 20px;
    padding-bottom: 12px;
    border-left: none;
    border-right: none;
    line-height: 1.75;
}
#main .txt {
    margin: 0 25px 10px;
    padding-top: 40px;
    font-weight: 600;
}
#main .photoList {
    margin: 0 auto;
    width: 940px;
}
#main .photoList li {
    width: 15%;
    float: left;
    margin-right: 15px;
}
.content {
    margin-bottom: 100px;
}







@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (max-width: 767px) {
    #main p {
        font-size: 1.5rem;
    }
    .headLine01 {
        margin-bottom: 15px;
    }
    .comTable th {
        padding: 25px 0 0;
    }
    #main .txt {
        margin: 0 0 10px;
        padding-top: 0;
        line-height: 1.75;
    }
    #main .photoList {
        width: auto;
    }
    #main .photoList li {
        width: 48%;
        margin: 0 0 20px;
    }  
    #main .photoList li img {
        width: 100%;
    }
    #main .photoList li:nth-child(2n) {
        float: right;
    }
    .content {
        margin-bottom: 50px;
    }
}
