@charset "utf-8";

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

    .box .img {
        margin: 8px 0 15px;
    }

    .box .img img {
        max-width: 62%;
    }

    .bg_box .info_tbl {
        margin: 0 auto;
        width: 98%;
        font-size: 12px;
        font-family: var(--font-light);
        line-height: 1.5;
    }

    .bg_box .info_tbl th,.bg_box .info_tbl td {
        display: block;
    }

    .bg_box .info_tbl th {
        padding: 10px 0;
        min-height: 25px;
        box-sizing: border-box;
        background-color: #999;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: var(--font-bold);
    }

    .bg_box .info_tbl td {
        padding: 12px 18px 20px;
        font-size: 16px;
    }

    .bg_box .info_tbl .type p {
        padding-left: 11px;
        text-indent: -11px;
    }

    .bg_box .info_tbl .type p:not(:first-child) {
        margin-top: 5px;
    }

    .bg_box .info_tbl td.mid {
        padding-bottom: 25px;
    }
	
	.link {
		padding-top: 10px;
		text-align: right;
	}
	
	.link span {
		display: inline-block;
    	padding-left: 16px;
		background: url(../../common/image_common/arrow_g.gif) no-repeat left center;
	}
	
	.link a {
		text-decoration: underline;
		font-size: 12px;
        font-family: var(--font-light);
	}
}