@charset "UTF-8";

/*-----------------------------------

	common

-----------------------------------*/
main section:not(:last-child) {
    margin-bottom: 60px;
}
main section h2 {
    background: #f8f7f7;
    line-height: 1;
    padding: 20px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-left: 1px solid #000;
    margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
    main section:not(:last-child) {
        margin-bottom: 40px;
    }
    main section h2 {
        padding: 15px;
        font-size: 18px;
        margin-bottom: 20px;
    }
}
/*-----------------------------------

	about

-----------------------------------*/
#about .wrap:first-of-type {
    margin-bottom: 40px;
}
#about .wrap h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 20px;
}
#about .wrap table {
    width: 100%;
    border: 1px solid #ebeaea;
}
#about .wrap table:last-child {
	margin-top: 20px;
}
#about .wrap table tr:not(:last-child) {
    border-bottom: 1px solid #ebeaea;
}
#about .wrap table th,
#about .wrap table td {
    padding: 30px;
    line-height: 1;
}
#about .wrap table th {
    width: 240px;
    background: #f8f7f7;
    font-weight: 600;
    text-align: left;
}
#about .wrap table td {
    width: calc(100% - 240px);
}
@media screen and (max-width: 640px) {
    #about .wrap:first-of-type {
        margin-bottom: 30px;
    }
    #about .wrap h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #about .wrap table th,
    #about .wrap table td {
        padding: 15px;
    }
    #about .wrap table th {
        width: 100%;
        display: block;
    }
    #about .wrap table td {
        width: 100%;
        display: block;
    }
}
