@charset "UTF-8";

/* CSS Document */


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

    page_ttl

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

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

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

    comment

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

.comment {
    padding: 60px 40px;
    background: #D6EDD8;
    margin-bottom: 60px;
}
.comment .text_ph {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.comment .text_ph .ph {
    width: 30%;
}
.comment .text_ph .text {
    width: 70%;
    padding-right: 60px;
}
.comment .text_ph .text .ttl {
    width: 100%;
    text-align: left;
    font-size: 150%;
    line-height: 1.85em;
    margin-bottom: 40px;
}
.comment .text_ph .text p {
    width: 100%;
    text-align: left;
}

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

    cell_field

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

.cell_field {
    margin-bottom: 100px;
    padding: 0 40px;
}
.cell_field .text .ttl {
    font-size: 120%;
    margin-bottom: 30px;
    font-weight: 400;
}
.cell_field .box {
    display: table;
    width: 100%;
    border-top: 2px solid #eee;
    padding: 40px 0;
}
.cell_field .box .box_ttl {
    display: table-cell;
    width: 200px;
    vertical-align: top;
    font-size: 110%;
    font-weight: 400;
}
.cell_field .box .box_content {
    display: table-cell;
    vertical-align: top;
}
.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: 120px;
    vertical-align: middle;
}
.cell_field .box .box_content dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}
.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;
}
.cell_field .box .box_content dl dd .s {
    font-size: 80%;
}

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

    hokennomi

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

.hokennomi {
}
.hokennomi .content {
}
.hokennomi .content dl {
    width: 48%;
}
.hokennomi .content dl:first-child {
    float: left;
}
.hokennomi .content dl:last-child {
    float: right;
}
.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 {
    margin-right: -3.33%;
}
.kochira li {
    float: left;
    width: 30%;
    margin-right: 3.33%;
}
.kochira li p {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    font-size: 80%;
}

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

    ttl　／承認番号　追加：2023.11.06

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

.ttl a {
	color:black;
	text-decoration: none;
	font-size:1em;
}
.ttl a:hover{
	color:grey;
}
.ttl a:visited{
	color:none;
}







































































