@charset "UTF-8";

/* CSS Document */


/*====================================

    page_ttl

====================================*/

.page_ttl {
    padding: 0 10px;
    background: url(../images/page_ttl.jpg) no-repeat center center;
    background-size: cover;
}
.page_ttl p {
    font-size: 160%;
    padding: 80px 0;
}

/*====================================

    comment

====================================*/

.comment {
    padding: 40px 20px;
    background: #D6EDD8;
    margin-bottom: 60px;
}
.comment .text_ph .ph {
    width: 100%;
    margin-bottom: 20px;
}
.comment .text_ph .text {
    width: 100%;
}
.comment .text_ph .text .ttl {
    width: 100%;
    text-align: left;
    font-size: 120%;
    line-height: 1.85em;
    margin-bottom: 20px;
}
.comment .text_ph .text p {
    width: 100%;
    text-align: left;
}

/*====================================

    cell_field

====================================*/

.cell_field {
    margin-bottom: 60px;
    padding: 0 20px;
}
.cell_field .text .ttl {
    font-size: 120%;
    margin-bottom: 20px;
    font-weight: 400;
}
.cell_field .box {
    width: 100%;
    border-top: 2px solid #eee;
    padding: 20px 0;
}
.cell_field .box .box_ttl {
    width: 100%;
    font-size: 110%;
    font-weight: 400;
    margin-bottom: 10px;
}
.cell_field .box .box_content {
}
.cell_field .box .box_content dl {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}
.cell_field .box .box_content dl:last-child {
    margin-bottom: 0px;
}
.cell_field .box .box_content dl dt {
    display: table-cell;
    width: 100px;
    vertical-align: top;
}
.cell_field .box .box_content dl dd {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.cell_field .box .box_content dl dd .m_ttl {
    font-weight: 400;
    margin-bottom: 10px;
}
.cell_field .box .box_content dl dd .m {
    font-size: 90%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    line-height: 1.75em;
}
.cell_field .box .box_content dl dd .s {
	padding-top: 10px;
    font-size: 80%;
    line-height: 1.75em;
}

/*====================================

    hokennomi

====================================*/

.hokennomi {
}
.hokennomi .content {
}
.hokennomi .content dl {
    width: 100%;
}
.hokennomi .content dl:first-child {
	margin-bottom: 20px;
}
.hokennomi .content dl:last-child {
}
.hokennomi .content dl dt {
    font-weight: 400;
    margin-bottom: 10px;
}
.hokennomi .content dl dd {
    font-size: 90%;
}
.hokennomi .content dl dd ul li {
    width: 50%;
    float: left;
}

/*====================================

    kochira

====================================*/

.kochira {
}
.kochira li {
    width: 100%;
    margin-bottom: 20px;
}
.kochira li:last-child {
	margin-bottom: 0px;	
}
.kochira li p {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    font-size: 80%;
}








































































