@charset "UTF-8";

/*  display
===================================*/
.pc {
    display: block;
}
.smt {
    display: none;
}
.displaynone {
    display: none !important;
}


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    font-feature-settings: "palt" 1;
    border-bottom: 2px solid #203749;
    z-index: 2;
}
.pched {
    height: auto;
}
.pched .area {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pched .area .comp {
    display: flex;
    position: relative;
    align-self: end;
    padding-bottom: 5px;
}

.pched .area .comp-logo {
    width: 63px;
    margin-right: 6px;
}
.pched .area .comp-name {
    align-self: center;
}
.pched .area .comp-name h1 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 2.6rem;
    padding-top: 3px;
}
.pched .area .comp-name h5 {
    font-family: serif;
    font-style: italic;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}
.pched .area .comp-name h6 {
    font-family: serif;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}

.pched .area .plan {
    margin-left: auto;
    align-self: flex-end;
}
.pched .area .plan h3 {
    /*font-size: 2.4rem;*/
    line-height: 1;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
    font-size: min(2.3vw, 23px);
}
.pched .area .plan h3 span {
    color: #026baf;
    margin-right: 3px;
}
.pched .area .plan dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 7px;
}
.pched .area .plan dl:first-of-type {
    margin-top: 0;
}

.pched .area .plan dt {
    line-height: 1;
    padding: 6px 5px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 6px;
    color: #fff;
    background-color: #b48333;
    align-self: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.3rem;
    width: 56px;
    border-radius: 2px;
}
.pched .area .plan dd {
    white-space: nowrap;
    font-weight: 500;
}
.pched .area .plan dd b {
    font-weight: 600;
    font-size: 1.8rem;
}
.pched .area .plan dd b > em {
    margin-left: 2px;
}
.pched .area .plan dd b > em.blu {
    color: #2a91ff;
}

.pched .area .plan dd p {
    font-weight: 600;
    font-size: 1.65rem;
    line-height: 1.6;
    margin-left: -2px;
}
.pched .area .plan dd p > small {
    font-weight: normal;
    margin-left: 4px;
    font-size: 1.3rem;
}
.pched .area .plan dd p::before {
    font-family: 'icomoon';
    content: "\e9a2";
    vertical-align: middle;
    font-size: 2.0rem;
    position: relative;
    top: -1px;
}



/*  article レイアウト
===================================*/
article {
    position: relative;
    max-width: 1060px;
    height: 100%;
    min-height: calc(100vh - 315px);
    margin: 0 auto;
    background: #fff;
}
article.login {
    padding-bottom: 120px;
}
article.entry {
    padding-bottom: 110px;
}
article.pgend {
    padding-bottom: 60px;
}

article.user {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.widmin {
    margin-left: 10px;
    margin-right: 10px;
}

.slideon {
    display: -webkit-flex;
    display: flex;
    min-height: 500px;
}


/*/// 可変版 ///
.sidebg {
    position: absolute;
    width: 200px;
    background-color: #f0f0f0;
    height: 100%;
    height: calc(100% + 100px);
}
.slmenu {
    flex-shrink: 0;
    width: 200px;
    height: auto;
}
.sidebar__inner {
    flex-shrink: 0;
    width: 200px;
    height: 100%;
}
*/

/*/// 固定版 ///*/
.sidebg {
    background-color: #f1f1f1;
}
.slmenu {
    width: 200px;
    padding-bottom: 80px;
}
.slbody {
    width: calc(100% - 200px);
    margin-left: auto;
    padding-left: 35px;
    position: relative;
    padding-bottom: 100px;
}


/*/// slmenu ///*/
.slmenu ul {
}
.slmenu ul li {
    width: 200px;
    border-bottom: 1px solid #bfc5da;
}
.slmenu ul li a {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    height: 64px;
    color: #0b3c69;
    font-weight: 500;
}
.slmenu ul li a:hover {
    background: #d9f3fe;
    color: #006798;
}
.slmenu ul li a i {
    font-size: 1.9rem;
    margin-right: 5px;
}
.slmenu ul li a small {
    font-size: 1.2rem;
}

.slmenu ul li.on a {
    background: #008acc;
    font-weight: 500;
    color: #fff;
}
.slmenu ul li.on a:hover {
    background: #008acc;
    font-weight: 500;
    color: #fff;
}

/*
.slmenu ul li.on a:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #006cb2;
    position: absolute;
    left: 0;
}
*/
.slmenu ul li .count {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    display: inline-block;
    min-width: 22px;
    padding: 5px 5px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #DE5D50;
    border-radius: 20px;
}
.slmenu ul li .count.info {
    font-weight: normal;
    font-size: 1.0rem;
}

.sidebg .btn-are {
    margin: inherit;
    margin-top: 20px;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
.sidebg .txt-btx {
    font-size: 1.2rem;
    font-feature-settings : "palt";
    color: #777;
    margin-left: 15px;
}
.sidebg .txt-btx i {
    font-size: 1.8rem;
    color: #777;
}
.sidebg .txt-btx:hover {
    color: #085cb5;
}
.sidebg .txt-btx:hover i {
    color: #085cb5;
}

/*/// 協賛 ///*/
.slmenu ol {
    text-align: center;
    margin-top: 15px;
}
.slmenu ol li {
    padding: 2px 10px;
}
.slmenu ol li span {
    width: 100%;
    height: 50px;
    background-color: #d0d0d0;
}
.slmenu ol li:first-of-type {
    font-size: 1.4rem;
}


/*  footer
===================================*/
footer {
    position: relative;
    background: #fff;
    border-top: 1px solid #203749;
}
footer .area {
    position: relative;
    max-width: 1060px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 0 auto;
}
.fot-comp {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.fot-comp .flx {
    display: flex;
}
.fot-comp dl {
}
.fot-comp dt {
    line-height: 1;
    padding: 4px 5px;
    padding-left: 7px;
    display: inline-block;
    font-weight: 600;
    border-left: 5px solid #b48333;
    font-size: 1.55rem;
}
.fot-comp dd {
    font-size: 1.4rem;
    margin-top: 8px;
}
.fot-comp dd p a {
    display: inline;
    color: #026baf;
    box-shadow: none;
    padding-bottom: 2px;
}
.fot-comp dd p a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #026baf inset;
}

.fot-comp dd ul {
}
.fot-comp dd li {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-weight: bold;
}
.fot-comp dd li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff232;
    font-weight: 400;
    line-height: 1.4;
}
.fot-comp dd li a i {
    color: #fff232;
}
.fot-comp dd li a span {
    transition: 0.2s ease-out;
}
.fot-comp dd li a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #fff232 inset;
}

.fot-trade {
    margin-top: 5px;
}
.fot-trade a {
    display: inline;
    box-shadow: none;
    padding-bottom: 2px;
    font-size: 1.25rem;
    color: #666;
}
.fot-trade a::before {
    font-family: 'icomoon' !important;
    content: "\e9ab";
    font-size: 1.7rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 1px;
}
.fot-trade a:hover {
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #026baf inset;
}

.fot-copy {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
.fot-copy h6 {
    font-family: serif;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
        color: #4a4a4a;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
    width: 45px;
    height: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    color: #616161;
    border-radius: 50%;
}
.janp a i {
    font-size: 1.85rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.janp a:hover {
    border: 1px solid #008acc;
    background-color: #008acc;
    color: #fff;
}


/*  title
=====================================*/
.title-a {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    /*border-bottom: 5px solid #dae4f1;*/
    border-bottom: 4px solid #e8e8e8;
    position: relative;
    font-weight: 600;
    padding-bottom: 7px;
    display: -webkit-flex;
    display: flex;
}
.title-a strong {
    padding-left: 5px;
}
.title-a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #1e2b52;
    bottom: -4px;
    width: 100px;
}
.title-a.long:after {
    width: 150px;
}
.title-a a {
    width: auto;
    margin-left: auto;
    font-size: 1.2rem;
    border: 1px solid #d0d3de;
    height: 24px;
    padding: 0 20px;
    align-self: flex-end;
}
.title-a a span {
    position: relative;
    top: -1px;
}
.title-a a:hover {
    background-color: #b7d9fb;
}

.title-a.top {
    margin-top: 40px;
}

/* title-b */
.title-b {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1;
    border-bottom: 4px solid #e8e8e8;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
}
.title-b:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    bottom: -5px;
    width: 100%;
}

/* title-user */
.title-user {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 15px;
    border-bottom: 1px solid #008acc;
}
.title-user:before {
    content: "";
    width: 8px;
    height: 66px;
    background-color: #008acc;
    margin-right: 15px;
}
.title-user h2 {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 7px;
}

.title-nav {
    position: relative;
}
.title-nav:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #ddd;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title-nav ul {
    display: -webkit-flex;
    display: flex;
}
.title-nav li {
    margin: 0 7px;
    align-self: end;
}
.title-nav li a {
    font-weight: 500;
    position: relative;
    padding: 0 20px;
    padding-bottom: 22px;
    padding-top: 17px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #666;
    border: 1px solid #ccc;
    border-bottom: 0;
    min-width: 160px;
    text-align: center;
}
.title-nav li a:hover {
    background-color: #eee;
    color: #006798;
}
.title-nav li a.spxe20 {
    letter-spacing: 0.2em;
}

.title-nav li.on {
    pointer-events: none; 
}
.title-nav li.on a {
    font-weight: 500;
    color: #222222;
    background-color: #c2e5f7;
    border: 2px solid #c2e5f7;
    border-bottom: 0;
}
.title-nav li.on a:hover {
    background: none;
}
.title-nav li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #0073be;
    bottom: 0px;
    width: calc(100% /1 + 4px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}


/* login-box
=====================================*/
.login-box {
    min-height: 200px;
}
.login-box .blk-hed {
    margin-bottom: 30px;
}
.login-box .blk-hed h2 {
    font-size: 2.0rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 3px solid #1e2b52;
    padding-bottom: 5px;
    display: inline-block;
}

.login-box .form {
}
.login-box .form ul {
}
.login-box .form li {
    padding-top: 15px;
}
.login-box .form li:first-of-type {
    padding-top: 0;
}
.login-box .form li p {
    line-height: 1.2;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #085cb5;
    font-weight: 600;
}
.login-box .form li input {
    height: 42px;
}

.login-box .blk-lost {
    text-align: right;
    margin-top: 6px;
}
.login-box .blk-lost a {
    display: -webkit-inline-flex;
    display: inline-flex;
    line-height: 1;
    color: #085cb5;
}
.login-box .blk-lost a i {
    margin-top: -2px;
    font-size: 1.6rem;
    margin-right: 1px;
}
.login-box .blk-lost a span {
    font-size: 1.35rem;
    display: inline;
    padding-bottom: 2px;
    transition: 0.2s ease-out;
}
.login-box .blk-lost a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
}

.login-box .btn-are {
    margin-top: 8px;
}
.login-box .blk-new {
    text-align: center;
    margin-top: 6px;
}
.login-box .login-btn {
    font-size: 1.55rem;
    height: 50px;
    width: 240px;
}
.login-box .newin-btn {
    font-size: 1.55rem;
    height: 55px;
    width: 240px;
}
.login-box .lost-btn {
    width: 240px;
}

.login-box .error-are {
    margin-bottom: 20px;
}
.login-box .error-are ul {
    padding: 5px 15px;
}
.login-box .error-are li {
    font-size: 1.35rem;
    line-height: 1.4;
    padding: 0;
}


/* popu-box
=====================================*/
.popu-box {
    min-height: 200px;
}
.popu-box .blk-hed {
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #9eabb6;
}
.popu-box .blk-hed h2 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    color: #0b3c69;
}

.popu-box .btn-are {
    margin-top: 40px;
}
.popu-box .chek-btn {
    height: 40px;
    font-size: 1.3rem;
}

.popu-box .txt-are {
}
.popu-box .txt-are p {
}
.popu-box .txt-are .tai {
    line-height: 1.4;
    font-weight: 600;
    font-size: 1.6rem;
    color: #0b3c69;
}
.popu-box .txt-are .flx {
    margin-top: 10px;
    gap:15px;
}
.popu-box .txt-are .flx .pho {
    flex-shrink: 0;
    max-width: 230px;
}
.popu-box .txt-are .flx .txt {
    align-self: center;
    text-indent: -1em;
    padding-left: 1em;
}
.popu-box .txt-are .flx .txt li:not(:last-child) {
    margin-bottom: 15px;
}

#ex-trade.modal {
    max-width: 800px;
}
#ex-trade .popu-box .blk-hed {
    padding-bottom: 0;
    border-bottom: 0;
}

.tokushoho-table {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
}
.tokushoho-table th,
.tokushoho-table td {
    padding: 12px 16px;
    border: 1px solid #dddddd;
    text-align: left;
    vertical-align: top;
}
.tokushoho-table th {
    background-color: #f1f2f4;
    width: 30%;
    font-weight: 600;
    white-space: nowrap;
    font-feature-settings : "palt";
}
.tokushoho-table td {
    width: 70%;
}

.tokushoho-table td a {
    color: #026baf;
    cursor: pointer;
    text-decoration: underline;
    display: inline;
}
.tokushoho-table td p {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 8px;
}


@media screen and (max-width: 600px) {
    .tokushoho-table th,
    .tokushoho-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .tokushoho-table th {
        border-bottom: none;
    }
}


/* mail-mesg
=====================================*/
.mail-mesg {
    margin-top: 80px;
    text-align: center;
    border-top: 1px solid #bbb;
}
.mail-mesg ul {
    padding: 30px 20px 0;
    display: inline-block;
    text-align: left;
}
.mail-mesg li {
    font-size: 1.4rem;
    line-height: 1.45;
    padding-top: 8px;
    text-indent: -1em;
    padding-left: 1em;
}
.mail-mesg li:before {
    content: "■";
    color: #17a2e1;
    margin-right: 3px;
}
.mail-mesg li:first-of-type {
    padding-top: 0;
}
.mail-mesg li.adre {
    line-height: 1.1;
    padding-top: 10px;
    padding-left: 1.4em;
    text-indent: inherit;
}
.mail-mesg li.adre:before {
    display: none;
}
.mail-mesg li.adre span {
    flex-shrink: 0;
}
.mail-mesg li.adre a {
    display: inline;
    font-weight: 500;
    color: #026baf;
    transition: 0.2s ease-out;
    word-break: break-all;
    padding-bottom: 2px;
}
.mail-mesg li.adre a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #008acc inset;
}


/* accordion
===================================*/
.accordion-toggle p i {
    margin-right: 2px;
    position: relative;
    top: -2px;
}
.accordion-toggle {
    transition: all 0.3s ease;
}
.accordion-toggle p {
    cursor: pointer;
    position: relative;
}
.accordion-toggle p:before,
.accordion-toggle p:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    background-color: #a0a0a0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}
.accordion-toggle p:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    z-index: 2;
}
.accordion-toggle p.active-tab {
}
.accordion-toggle.active-tab p:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.accordion-toggle.active-tab p:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}


/*  golmap
=====================================*/
.golmap {
    position: relative;
    padding-bottom: 58.25%;
    height: 0;
    overflow: hidden;
    border-top: none;
    border: 1px solid #d5d5d5;
}
.golmap iframe,
.golmap object,
.golmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .golmap {
        padding-bottom: 108.25%;
    }
}
    
@media screen and (max-width: 575px) {
    .golmap {
        padding-bottom: 128.25%;
    }
}


/* not found
=====================================*/
.notfound {
    margin-top: 100px;
    text-align: center;
}
.notfound h3 {
    font-size: 4.8rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
.notfound p {
    margin-top: 15px;
}


/* ssmenu
=====================================*/
.slmenu .ssmenu {
}
.slmenu .ssmenu > li {
    border-bottom: 1px solid #d0d0d0;
}
.slmenu .ssmenu > li > a {
    height: auto;
    padding: 0 10px;
    min-height: 52px;
    font-weight: 500;
}
.slmenu .ssmenu > li > a i {
    margin-right: 3px;
    font-size: 1.8rem;
}

.slmenu .ssmenu > li > ol {
    margin: 0;
}
.slmenu .ssmenu > li > ol > li {
    border: 0;
    padding: 0;
}
.slmenu .ssmenu > li > ol > li > a {
    height: auto;
    padding: 8px 10px 8px 10px;
    min-height: 42px;
    text-align: left;
    color: #606060;
}
.slmenu .ssmenu > li > ol > li > a em {
    padding-right: 4px;
}
.slmenu .ssmenu > li > ol > li:last-of-type > a {
    padding-bottom: 13px;
}

.slmenu .ssmenu li a:hover {
    background-color: #dfdfdf;
    color: #0066b2;
}

.slmenu .ssmenu > li > a.on {
    background: #008acc;
    color: #fff;
}
.slmenu .ssmenu > li > a.on:hover {
    background: #008acc;
    color: #fff;
}
.slmenu .ssmenu > li > a.not {
    color: #aaa;
    pointer-events: none;
    font-weight: 300;
}

.slmenu .ssmenu > li > ol > li > a.on {
    background: #008acc;
    font-weight: 500;
    color: #fff;
}
.slmenu .ssmenu > li > ol > li > a.on:hover {
    background: #008acc;
    font-weight: 500;
    color: #fff;
}
.slmenu .ssmenu > li > ol > li > a.not {
    color: #aaa;
    pointer-events: none;
    font-weight: 300;
}
/*
.slmenu .ssmenu > li:nth-of-type(1) > a,
.slmenu .ssmenu > li:nth-of-type(2) > a {
    min-height: 45px;
}
*/

/* ==========================================
   上部タブナビゲーション
   ========================================== */
.tab-nav {
    border-bottom: 2px solid #ddd;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 18px;
    margin-top: 15px;
}

.tab-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.tab-list li {
    margin-bottom: 3px; 
    align-self: end;
}

.tab-list li a {
    font-size: 1.52rem;
    line-height: 1.2;
    padding: 8px 15px;
    color: #707070;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
    border-radius: 4px;
    text-align: center;
    min-width: 135px;
    min-height: 50px;
    display: flex;
    place-items: center;
    justify-content: center;
    font-weight: 500;
}

.tab-list li a:hover {
    color: #0066b2;
    background-color: #e7eef4;
}

.tab-list li.on a {
    color: #13628e;
    font-weight: 600;
    background-color: transparent;
    background-color: #d3e9f7;
}

.tab-list li.on a::after {
    content: "";
    position: absolute;
    bottom: -5px; 
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0080bb;
    background-color: #5fa3d5;
    border-radius: 2px;
}





















