@charset "UTF-8";

.mod-lyt> .inner> .col> .box {
	border: 1px solid #d9dadb;
	padding: 35px 25px 16px;
}

.mod-lyt> .inner> .col> .box > .mod-txt {
	min-height: 236px;
}

.mod-lyt> .inner> .col> .box > .mod-txt > .lede {
    font-size: 1.9rem;
    display: block;
    margin: 0 0 8px;
	text-align: center;
}

.mod-tbl.mod-tbl-02 {
	margin: 0 0 50px;
}

.mod-tbl.mod-tbl-02 thead th,
.mod-tbl.mod-tbl-02 thead td {
    background: #edf5ea;
    text-align: center;
    vertical-align: middle;
    padding: 9px 11px 5px;
}

.mod-tbl.mod-tbl-02 td, .mod-tbl.mod-tbl-02 th {
	border-color: #b7d9a3;
	text-align: center;
    vertical-align: middle;
}

.mod-box.mod-box-03 {
	border: 1px solid #d9dadb;
}

@media screen and (max-width: 767px) {
	.mod-lyt> .inner> .col> .box {
		padding-bottom: 25px;
	}

	.mod-lyt> .inner> .col> .box .mod-btn {
		margin-bottom: 0;
	} 
}

@media screen and (min-width: 768px) {
	.nav-local-02 .list > li > a {
		position: relative;
		padding: 0 0 0 20px;
	}

	.nav-local-02 .list > li > a::after {
	    position: absolute;
	    bottom: 0;
	    top: 0;
	    left: 0;
	    display: block;
	    width: 12px;
	    height: 8px;
	    margin: auto;
	    content: '';
	    background-image: url(/option/common/img/_sprite.png);
	    background-position: -125px -528px;
	}
}
