@charset "utf-8";

.cont_img h1 {
    background-image: url(../images/page_title.png);
}

@media only screen and (max-width: 768px) {
    .cont_img h1 {
        background-image: url(../images/page_title_sp.png);
    }
}


/*============================
type3
============================*/
.box.type3 {}

.box.type3 table.info {
    margin-top: 40px;
}

.box.type3 table.info:first-child {
    margin-top: 0;
}

.box.type3 table.info caption {
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}

.box.type3 table.info tr {
    display: table-row;
    border-bottom: 1px solid #dfe6ea;
    border-left: 1px solid #dfe6ea;
}

.box.type3 table.info th {
    width: auto;
    border-right: 1px solid #dfe6ea;
}

.box.type3 table.info td {
    width: auto;
    border-right: 1px solid #dfe6ea;
    padding-left: 15px;
    padding-right: 5px;
}

.box.type3 table.info tr:first-child {
    width: 200px;
}

.box.type3 table.info td:nth-child(2),
.box.type3 table.info td:nth-child(3) {
    width: 250px;
}

@media only screen and (max-width: 768px) {

    .box.type3 {
        overflow: auto;
    }

    .box.type3 table.info {
        margin-top: 30px;
    }

    .box.type3 table.info {
        width: 700px;
    }

    .box.type3 table.info th {
        width: 160px;
        text-align: left;
        padding-left: 20px;
    }

    .box.type3 table.info td {
        padding-left: 20px;
        padding-right: 20px;
    }
}
