<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* コンテンツ */

.table3 th {
    background-color: #e6f2f8;
    text-align: center;
}
.table3 td {
    vertical-align:top;
}
.table3 td:nth-last-child(3) {
    white-space: nowrap;
    text-align: center;
}

.mv_btn ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mv_btn li {
    width: 48%;
}
.mv_btn li a {
	text-align:center;
	display:block;
	background-color:#fff;
    box-sizing: border-box;
    border: 1px solid #4a80bf;
	color:#333;
	line-height:3.2em;
	background-image:url("../../img/exlink.png");
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:12px auto;
	transition:all 0.3s;
}
.mv_btn li a:hover {
	background-color: #f2f8fb;
}

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

}

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


}

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

}

@media screen and (max-width: 740px) {
.mv_btn ul {
    margin-bottom: -1em;
}
.mv_btn li {
    width: 100%;
    margin-bottom: 1em;
}
}

@media screen and (max-width: 520px) {
.table3 {
    font-size: 0.84em;
}

}




</pre></body></html>