@charset "utf-8";
/*

header:ex(.h-logo)
fotterなど:ex(.f-logo)

*/

/*---- type-description ----*/
.type-description-title {
    height: 69px;
    margin-bottom: 30px;
}
.type-description-title img {
    height: 100%;
}
.type-description .c-page-title {
    font-size: 14px;
    margin-top: 30px;
}
.ponter-n{
pointer-events: none;
}
/* リスト */
.type-shinpeki li,
.type-shinpeki-kasa li {
    display: table;
    width: 50%;
}
.type-shinpeki li:last-child {
    width: 100%;
}
.type-shinpeki .l-block,
.type-shinpeki-kasa .l-block {
    display: table-cell;
    padding: 0 8px 0 10px;
    height: 450px;
    vertical-align: middle;
}

@media (max-width: 767px) {
.p-box-list.p-three li{
width: 100%;
margin: 0 0 20px;
}
.type-description-title{
height: 50px;
}
.type-shinpeki li, .type-shinpeki-kasa li{
width: 100%;
margin: 0;
}
}