@charset "UTF-8";

/*
======== table of content. ===============

summary:プランページ要素

==========================================
*/

.promo { background-image:url(../images/img_index_promo.jpg); }
.list_bnr { clear:both; padding-top:40px; }

@media screen and (min-width: 768px) {
.list_bnr a:hover { opacity:0.8; }
}

@media screen and (max-width: 767px) {
.promo { background-position:center center; background-size:cover; }
.list_bnr { text-align:center; }
.list_bnr a + a { margin-top:15px; }
}

.sec_3col .ttl_jp_gold { margin-top:0; }
.txt_note { clear:both; float:right; margin-top:-24px; }

@media screen and (max-width: 767px) {
.txt_note { clear:both; float:none; margin-top:20px; }
}

