@charset "UTF-8";
/*
 * entry_bnr.css
 * 本ファイルは、CMS管理です。
 */

/** * Main 900px : content *//* other banners */.content_banner .bnr_block { margin-bottom: 80px; padding: 32px 40px 40px; border-radius: 20px; border: 1px solid #333;}.content_banner .bnr_block.blue { background-color: #d0ecf2;}.content_banner .bnr_block.purple { background-color: #d1e0f7;}.content_banner .bnr_block.gray { background-color: #f1f1f1;}.content_banner .bnr_block .lead { margin-bottom: 32px; padding-bottom: 32px; width: 100%; font-size: 1.625rem; font-weight: 700; text-align: center; border-bottom: 1px solid #333;}.content_banner .bnr_block .box { display: flex; justify-content: space-between; align-items: stretch; flex-direction: row;}.content_banner .bnr_block .bnr_block_left { width: calc(100% - 340px);}.content_banner .bnr_block .bnr_block_right { width: 300px;}.content_banner .bnr_block .check { margin-bottom: 24px; padding-left: 24px;/* font-size: 1rem; */ font-size: 1.062rem; /* 17pt */ position: relative;}.content_banner .bnr_block .check::before { position: absolute; content: ""; width: 12px; height: 8px; border: 0; border-top: solid 2px #333; border-right: solid 2px #333; transform: rotate(135deg); position: absolute; top: 0.3em; left: 0;}.content_banner .bnr_block .check span { font-weight: 700;}.content_banner .bnr_block .link { margin-top: 40px; width: 190px; height: 40px; font-size: 1rem; font-weight: 700; background-color: #fff; border: 1px solid #333; border-radius: 20px;}.content_banner .bnr_block .link a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}.content_banner .bnr_block .icon-outer { margin-right: -1em; padding-left: 2em; width: 1em; height: 1em; background: url("/assets/images/common/icn-link-blank-black.svg") no-repeat center;}@media (min-width: 769px) and (max-width: 1300px) { .content_banner .bnr_block .bnr_block_left { width: 50%; } .content_banner .bnr_block .bnr_block_right { width: 43.75%; }}@media (max-width: 768px) { .content_banner .bnr_block { margin-bottom: 40px; padding: 24px 12px; border: none; } .content_banner .bnr_block .lead { margin-bottom: 0; padding-bottom: 20px; font-size: 5.2vw; border: none; } .content_banner .bnr_block .box { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column-reverse; } .content_banner .bnr_block .bnr_block_left { width: 100%; } .content_banner .bnr_block .bnr_block_right { width: 100%; margin-bottom: 20px; } .content_banner .bnr_block .check { margin-bottom: 20px; font-size: 4.26vw; } .content_banner .bnr_block .check::before { top: 0.5em; } .content_banner .bnr_block .link { margin: 0 auto; width: 54%; height: 50px; font-size: 3.73vw; border-radius: 25px; position: relative; } .content_banner .bnr_block .icon-outer { width: 3.73vw; height: 3.73vw; }}
