@charset "UTF-8";

/* 背景画像 */
/* .wrapper {
    background: url(../../../../img/bg.png) repeat 50% 100px;
    background-size: 2880px auto ;
} */

main {
    padding: 0 20px 20px;
}

.top-img-type-a > img {
    background: url(../../../img/message_fig1.png) no-repeat center top, url(../../../img/message_bg.png) no-repeat center top;
    background-size: auto auto, auto auto;
}

.blank {
    height: 50px;
}

/* ボタンの空き */
.btn-typ-d {
    margin: 50px auto 10px;
}

/* テーブル */
table {
    width: 100%;
    border-top: 1px dotted #333333;
}
th, td {
    padding: 15px 0;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px dotted #333333;
}
th {
    color: #743700;
}

/*  */
.misc {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 背景画像 */
    /* .wrapper.message {
        background: url(../../../../img/bg.png) repeat-y 50% 6em;
        background-size: 300% auto;
    } */

    .top-img-type-a > img {
        background-size: auto 100%, 100% 100%;
    }

    .blank {
        height: 30px;
    }
	
	/* テーブル */
    table {
        font-size: 0.9em;
    }

    tr {
        display: flex;
        flex-direction: column;
    }

    th {
        border-bottom: none;
        padding: 10px 0 0;
    }

    td {
        padding: 0 0 10px;
    }

    .misc {
        font-size: 0.8em;
        line-height: 1.5;
    }
}