/* ------------------------------------------------ */
/* ------------------------------------------------ */
html {
    /*font-size: 16px;*/
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    min-width: 360px;
}
@media all and (-ms-high-contrast:none) { /* IE ONLY */
    body {
        font-family: Arial, "メイリオ", Meiryo, sans-serif;
    }
}
header {
    padding: 10px 0;
}
footer {
    background: #bfbfbf;
    padding: 30px 0;
    line-height: 1.3;
}
a, a:hover, a:after {
    color: #1a427e;
    text-decoration: none;
}
a:hover {
    opacity: 0.9;
}
@media print{
    a{
        text-decoration: none !important;
    }
}
h1 {
    border-left: 210px solid #2e75b6;
    padding: 50px 10px 50px 20px;
    font-size: 210%;
    font-weight: bold;
    color: #FFF;
    margin: 0;
}
@media screen and (max-width: 991px) {
    h1 {
        border-left: none;
        font-size: 180%;
    }
}
h2 {
    background: url("../img/title_back.png") repeat-x bottom;
    padding: 0 0 13px 0;
    font-size: 150%;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
}
h3 {
    padding: 0 0 0 0;
    font-size: 100%;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.5em;
    color: #2f5597;
}
p {
    margin-bottom: 0.5em;
}
.table th, .table td.head {
    text-align: center;
    background: #eaeff6;
    font-weight: bold;
    vertical-align: middle;
}
.table th {
    padding-left: 0.3em;
    padding-right: 0.3em;
}
.table td.head {
    text-align: left;
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.container {
    max-width: 976px;
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.head_bankcode span {
    display: block;
    float: left;
    margin-right: 18px;
}
.head_bankcode span:last-child {
    margin-right: 0;
}
.head_inq a {
    height: 100%;
    background: #2f5597 url("../img/head_mail.svg") no-repeat 11px/15%;
    background-position: center left 7px;
    color: #FFF;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 1rem;
}
.head_inq a:hover {
    background-color: #3b61a3;
}
.size_chenge {
    font-size: 1rem;
}
.size_chenge span {
    display: inline-block;
    border: 1px solid #999;
    background: #EEE;
    margin-left: 5px;
    padding: 0.1rem 0;
    width: 50px;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    .size_chenge span {
        width: auto;
        padding: 0.1em 0.5em;
    }
}
.size_chenge span:first-child {
    margin-left: 9px;
}
.size_chenge span.active {
    background: #3b61a3;
    border-color: #3b61a3;
    color: #FFF;
    font-weight: abold;
}
.head_search input.form-control {
    background-color: #F4F4F4;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 7px;
    padding-left: 33px;
    border-radius: 8px;
    border: 1px solid #999;
}
.head_search input::placeholder {
    color: #AAA;
}
.head_search .input-group-text {
    border-radius: 8px;
    background: #DDD;
    border: 1px solid #999;
}
.middle_area {
    background: #f6f6f6;
}
.upper_box {
    position: relative;
    padding: 0 0 0 230px;
}
@media screen and (max-width: 991px) {
    .upper_box {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.side_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    box-sizing: border-box;
    padding: 15px;
    background: #d9e0e9;
    z-index: 10;
}
.side_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}
.side_menu ul > li {
    margin: 0;
}
.side_menu ul > li > a {
    display: block;
    border-bottom: 1px solid #999;
    padding: 10px 0 10px 25px;
    color: #333;
    background: url("../img/side_btn.svg") no-repeat 8px/8px;
    font-weight: bold;
}
.content_box {
    padding: 30px 0 50px 20px;
    border-left: 210px solid #d9e0e9;
    z-index: 9;
    min-height: 970px;
}
@media screen and (max-width: 991px) {
    .content_box {
        border-left: none;
        padding-right: 20px;
        min-height: 250px;
    }
}
.footer_logo_box {
    margin-bottom: 0.5rem;
}
.footer_logo {
    width: 200px;
}
.copy {
    color: #FFF;
    background: #2f5597;
    font-size: 70%;
    text-align: center;
    padding: 10px 0;
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
#sp_menu_btn {
    border: 1px solid #888;
}
#sp_menu_btn_close {
    border: 1px solid #4472c4;
    background-color: #4472c4;
    display: none;
}
.sp_menu {
    display: none;
    position: absolute;
    top: 80px;
    z-index: 99;
    display: none;
    background-color: #4472c4;
    color: #FFF;
}
.sp_menu_back {
    display: block;
    background: rgba(0, 0, 0, 0.70);
    position: absolute;
    width: 100%;
    z-index: 98;
}
.sp_search, .sp_sizechenge {
    padding: 25px 15px;
}
.sp_search {
    padding-bottom: 0;
}
.sp_search .head_search input.form-control {
    background-color: #FFF;
}
.sp_sizechenge {
    text-align: right;
    font-size: 1.1rem;
}
.sp_sizechenge span {
    color: #333;
    padding: 6px 10px;
}
.sp_menu ul.sp_text_menu {
    border-top: 1px solid #CCC;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.sp_menu ul.sp_text_menu > li {
    border-bottom: 1px solid #CCC;
}
.sp_menu ul.sp_text_menu > li > a {
    display: block;
    padding: 15px 5px 15px 30px;
    color: #FFF;
    background: url("../img/sp_side_btn.svg") no-repeat 16px/8px;
    font-weight: bold;
}
.sp_menu ul.sp-bnr {
    list-style: none;
    padding: 0;
    margin: 0 30px;
    overflow: hidden;
}
.sp_menu ul.sp-bnr > li {
    float: left;
    width: calc(33.3% - 10px);
    margin: 0 15px 15px 0;
    padding: 0;
}
@media screen and (min-width: 767px) {
    .sp_menu ul.sp-bnr > li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 500px) and (max-width: 766px) {
    .sp_menu ul.sp-bnr > li {
        width: calc(50% - 8px);
    }
    .sp_menu ul.sp-bnr > li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 499px) {
    .sp_menu ul.sp-bnr > li {
        width: 100%;
    }
}
.sp_menu ul.sp-bnr > li > a {}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.top_img {
    background-color: #2f5597;
}
.top_img .container {
    min-height: 10px;
}
.top_img_sp {
    background-color: #2f5597;
    border: 10px solid #2f5597;
    border-left: none;
    border-right: none;
}
.top_img_sp > .row {
    border: 3px solid #FFF;
    border-left: none;
    border-right: none;
}
.top_link_box {
    display: flex;
    padding: 20px 0;
}
.top_link_box > div {
    position: relative;
    background: linear-gradient(135deg, #ffc000, #ffa86d);
    box-sizing: border-box;
    width: 238px;
    padding: 15px;
    margin-right: 15px;
}
.top_link_box > .top_yushi_btn {
    background: linear-gradient(135deg, #4472c4, #8a82da);
}
.top_link_box > .top_net_btn {
    margin-right: 0;
    background: linear-gradient(135deg, #70ad48, #5fc592);
}
.top_link_box > .top_tesuryo_btn { /* shohin page */
    background: linear-gradient(135deg, #48cec3, #51c474);
}
.top_link_box > .top_yokin_btn > a, .top_link_box > .top_yushi_btn > a, .top_link_box > .top_net_btn > a, .top_link_box > .top_tesuryo_btn > a {
    display: block;
    background-color: #fffaf0;
    background-image: url("../img/top_icon1.svg");
    background-repeat: no-repeat;
    background-position: 50% 22px;
    background-size: 44px;
    border-radius: 12px;
    padding: 82px 8px 10px 8px;
    font-size: 80%;
    color: #333;
    height: 100%;
    text-decoration: none;
}
.top_link_box > div > a:hover {
    opacity: 0.95;
    text-decoration: none;
}
.top_link_box > .top_yushi_btn > a {
    background-color: #f5f8fc;
    background-image: url("../img/top_icon2.svg");
}
.top_link_box > .top_tesuryo_btn > a {
    background-color: #f2fff6;
    background-image: url("../img/top_icon5.svg");
}
.top_link_box > .top_net_btn > a {
    display: table;
    width: 100%;
    height: calc(100% - 72px);
    margin-bottom: 10px;
    padding: 0 0 0 75px;
    font-size: 100%;
    line-height: 1.3;
    font-weight: bold;
    background-color: #f7fbf7;
    background-image: url("../img/top_icon3.svg");
    background-position: 15px 50%;
    background-size: 48px;
    font-size: 1rem;
}
.top_link_box > .top_net_btn > a > span {
    display: table-cell;
    vertical-align: middle
}
.top_link_box > .top_net_btn > a > div {
    text-align: left;
    font-size: 180%;
}
.top_link_box > .top_net_btn > a.top_netserv_btn {
    position: absolute;
    bottom: 15px;
    height: 62px;
    width: calc(100% - 30px);
    background-color: #f7fbf7;
    background-image: url("../img/top_icon4.svg");
    background-position: center right 15px;
    background-size: 18px;
    padding: 19px 0 0 25px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0;
}
.top_link_box > div > a > div {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .top_link_box > div {
        width: calc(32% - 5px);
    }
}
@media screen and (max-width: 767px) {
    .top_link_box {
        display: block;
    }
    .top_link_box > div {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        height: auto;
    }
    .top_link_box > .top_yokin_btn > a, .top_link_box > .top_yushi_btn > a, .top_link_box > .top_net_btn > a, .top_link_box > .top_tesuryo_btn > a {
        background-image: url("../img/top_icon1.svg"), url("../img/top_btn_arrow1.svg");
        background-position: 20px 20px, center right 15px;
        background-size: 54px, 20px;
        height: auto;
        min-height: 148px;
        font-size: 100%;
        padding: 32px 32px 10px 20px;
    }
    .top_link_box > .top_yushi_btn > a {
        background-image: url("../img/top_icon2.svg"), url("../img/top_btn_arrow2.svg");
    }
    .top_link_box > .top_net_btn > a {
        background-image: url("../img/top_icon3.svg"), url("../img/top_btn_arrow3.svg");
    }
    .top_link_box > .top_tesuryo_btn > a {
        background-image: url("../img/top_icon5.svg"), url("../img/top_btn_arrow5.svg");
    }
    .top_link_box > div > a > div {
        text-align: left;
        padding-left: 70px;
        margin-bottom: 24px;
        font-size: 140%;
    }
    .top_link_box > .top_net_btn {
        height: 180px;
    }
    .top_link_box > .top_net_btn > a {
        height: calc(100% - 72px);
        min-height: 0;
        padding: 21px 0 22px 90px;
    }
    .top_link_box > .top_net_btn > a > div {
        padding-left: 0;
        margin-bottom: 0;
    }
    .top_link_box > .top_net_btn > a.top_netserv_btn {
        height: auto;
        min-height: 0;
        padding: 10px 0 10px 20px;
        margin: 0;
    }
}
.top_topics {
    padding: 0;
}
.top_topics > .row {
    margin: 0;
}
.top_topics > .row > div {
    padding: 15px;
    border-bottom: 1px solid #CCC;
}
.top_topics > .row > div:nth-child(1), .top_topics > .row > div:nth-child(2) {
    padding-top: 0;
}
.topics_link {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 60%;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .top_topics > .row > div:nth-child(odd) {
        padding-bottom: 0;
        border-bottom: none;
    }
    .kako_topics > .row > div:nth-child(odd) {
        padding-bottom: 15px;
        border-bottom: 1px solid #CCC;
    }
}
.kako_topics > .row > div:nth-child(2) {
    padding-top: 15px;
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.content_box a {
    border-bottom: 1px solid hsla(216, 66%, 30%, 0.20);
    padding-bottom: 0;
}
.content_box a:hover {
    border-bottom-color: hsla(216, 66%, 30%, 0.50);
}
.content_box ul {
    padding: 0 0 0 1.5em;
    margin: 0;
}
.content_box ul > li {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
ul.pankz {
    list-style: none;
    padding: 10px 0;
    font-size: 85%;
    overflow: hidden;
    margin: 0;
}
ul.pankz > li {
    float: left;
    padding: 0 6px 0 0;
    margin: 0;
}
ul.pankz li:after {
    content: " >";
}
ul.pankz li:last-child:after {
    content: none;
}
.box_hint {
    border: 1px solid #e19a33;
    background-color: #fff8ed;
    padding: 10px;
    margin: 0.5em 0 0 0;
}
.box_hint2 {
    margin: 0.5em 0 0 0;
    padding: 10px;
    border: 1px solid #CCC;
    background: #F4F4F4
}
.box_text1 {
    padding: 0;
    margin: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
    .box_hint {
        margin: 0.5em 0 0 0;
    }
    .box_text1 {
        margin: 0 0 0 0;
    }
}
.pdf_btn {
    display: inline-block;
    background: #2f5597 url("../img/pdf-icon_white.svg") no-repeat 5px 50%/1em;
    color: #FFF;
    border-radius: 6px;
    padding: 4px 10px 4px 28px;
    text-align: center;
}
.pdf_btn:hover {
    color: #FFF;
}

.font_red {
	font-weight:bold;
	color: #FF0000;
}
