@charset "UTF-8";


/*  display none
===================================*/
.acdion-box .scrollmk {
    display: none;
}
.sidebg.user .btn-are {
    display: none;
}


/* privacy
==============================================*/
.privacy-are {
}
.privacy-are .title-c {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
}
.privacy {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    overflow-y: scroll;
    height: 500px;
    margin: 0 auto;
    margin-top: 20px;
}
.privacy dl {
    margin-top: 40px;
}
.privacy dl:first-of-type {
    margin-top: 0;
}
.privacy dt {
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
}
.privacy dd {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    letter-spacing: 0.03em;
    font-size: 1.45rem;
}
.privacy dd.min {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    letter-spacing: 0.03em;
    font-size: 1.35rem;
}

.privacy dd p.min {
    padding-top: 10px;
    font-size: 1.35rem;
    font-feature-settings: "palt";
    color: #245890;
}
.privacy ul {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.privacy li {
    font-size: 1.45rem;
    text-indent: -1em;
    padding-left: 1em;
}
.privacy li a {
    display: inline-block;
    color: #085cb5;
    text-decoration: underline;
    text-indent: 0.5em;
}


/* 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.5rem;
}
.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 #008acc 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.5rem;
    height: 50px;
    width: 240px;
}
.login-box .newin-btn {
    font-size: 1.5rem;
    height: 50px;
    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;
}


/*  login
==============================================*/
.login-are {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.login-are .login-box {
    /*width: calc(100% / 2 - 40px);*/
    margin: 0 20px;
    flex: 1;
    max-width: 600px;
}
.login-are .login-box.lef {
}
.login-are .login-box.rig {
    align-self: flex-start;
}

.login-are .login-box .waku {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px 25px;
    padding-bottom: 40px;
    /*height: calc(100% - 33px);*/
}

.login-are .login-box .tai {
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}
.login-are .login-box .tai span {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: normal;
}

.login-are .login-box .waku .txt {
    font-size: 1.45rem;
    margin-bottom: 20px;
}
.login-are .login-box .waku .txtred {
    font-size: 1.45rem;
    margin-top: 15px;
    margin-bottom: 20px;
}
.login-are .login-box .waku .txtred b {
    font-size: 1.5rem;
    font-weight: 500;
    color: #e02300;
    display: block;
    font-feature-settings: "palt";
}
.login-are .login-box .waku .txtred span {
    padding-bottom: 3px;
    font-style: normal;
    box-shadow: 0 0px 0 transparent inset, 0px -6px 0px #fff376 inset;
    display: inline;
    color: #e02300;
    font-weight: 500;
}

.login-are .login-box.lef .waku {
    background-color: #f5f5f5;
}
.login-are .login-box.rig .waku {
    background-color: #fffde8;
    padding-bottom: 60px;
}

.login-are .login-box.lef li {
    padding-top: 15px;
}
.login-are .login-box.lef li:first-of-type {
    padding-top: 0;
}
.login-are .login-box li input {
    background-color: #fff;
    border: 1px solid #c5c5c5;
}

.login-are .login-box.lef .error-are li {
    padding-top: 0;
}
.login-are .login-box.lef .btn-are {
    margin-top: 15px;
}

.login-are .login-box .blk-new {
    margin-top: 35px;
}


/* browser
==============================================*/
.browser {
    padding: 0 20px;
    margin-top: 80px;
}
.browser h3 {
    color: #085cb5;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 6px;
}
.browser table {
    border: 1px solid #cccccc;
    min-height: auto;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}
.browser thead {
    background-color: #f5f5f5;
}
.browser thead th {
    padding: 10px 0;
    text-align: center;
    white-space: nowrap;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid #cccccc;
    font-weight: normal;
}
.browser tbody th,
.browser tbody td {
    padding: 15px 15px;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    border: 1px solid #cccccc;
}
.browser thead th:nth-of-type(1) {
    /*width: 100px;*/
}
.browser .txt {
    margin-top: 10px;
}
.browser .txt dd {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
}


/* mail-mesg
==============================================*/
.mail-mesg {
    border: 1px solid #bbb;
    padding: 20px 25px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 60px;
}
.mail-mesg ul {
}
.mail-mesg li {
    font-size: 1.4rem;
    padding-top: 5px;
}
.mail-mesg li:before {
    content: "■";
    color: #288fe6;
    margin-right: 3px;
}
.mail-mesg li:first-of-type {
    padding-top: 0;
}
.mail-mesg li:nth-of-type(3) {
    margin-top: 5px;
}
.mail-mesg li.adre:before {
    display: none;
}
.mail-mesg li.adre a {
    font-size: 1.6rem;
    display: inline;
    font-weight: 600;
    color: #085cb5;
    transition: 0.2s ease-out;
    padding-bottom: 2px;
}
.mail-mesg li.adre a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}


/* thak-are
==============================================*/
.thak-are {
    padding-top: 30px;
}
.thak-are .hedare {
}
.thak-are .hedare h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
}
.thak-are .hedare h3.min {
    font-size: 2.2rem;
}

.thak-are .hedare p {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    text-align: center;
}
.thak-are .area {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 60px;
}
.thak-are .bkhed {
}
.thak-are .bkhed ul {
}
.thak-are .bkhed li {
    font-size: 1.45rem;
    line-height: 1.5;
    margin-bottom: 6px;
    text-indent: -1em;
    padding-left: 1em;
}
.thak-are .bkhed li a {
    display: inline;
    font-weight: 600;
    color: #085cb5;
    transition: 0.2s ease-out;
    padding-bottom: 4px;
    font-feature-settings: "palt";
}
.thak-are .bkhed li a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}

.thak-are .bkhed li:before {
    content: "■";
    color: #008acc;
    margin-right: 3px;
}
.thak-are .bkfot {
    border: 1px solid #1e2b52;
    padding: 20px 15px;
    margin-top: 20px;
}
.thak-are .bkfot p {
    text-align: center;
}
.thak-are .bkfot .blk {
    margin-top: 15px;
}
.thak-are .bkfot .blk h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 10px;
}
.thak-are .bkfot .blk h3 span {
    align-self: center;
    padding-bottom: 2px;
}
.thak-are .bkfot .blk h3 a {
    font-size: 1.6rem;
    display: inline;
    font-weight: 500;
    color: #085cb5;
    transition: 0.2s ease-out;
    padding-bottom: 2px;
}
.thak-are .bkfot .blk h3 a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #008acc inset;
}

.thak-are .txt-a {
    margin-top: 30px;
}
.thak-are .txt-a p {
    text-align: center;
}


/* psswd-are
=====================================*/
.psswd-are {
    padding-top: 10px;
}
.psswd-are .txt {
    margin-bottom: 15px;
}
.psswd-are .txt p {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 25px;
}
.psswd-are .txt h5 {
    text-align: center;
    font-size: 1.9rem;
    color: #085cb5;
    font-weight: 500;
}
.psswd-are .txt h6 {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 20px;
}
.psswd-are input.email {
    border: 1px solid #0b73e2;
    height: 46px;
    max-width: 600px;
    margin: 0 auto;
}
.psswd-are .btn-are {
    margin-top: 40px;
}

.psswd-are .input-code {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.psswd-are .input-code input {
    max-width: 35px;
    margin: 0 3px;
    font-size: 2.0rem;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #0b73e2;
    height: 46px;
}
.psswd-are .form.psswd {
    max-width: 800px;
    margin: 0 auto;
}
.thak-are.psswd {
}


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

.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;
    margin-top: 20px;
}
.popu-box .txt-are .flx {
    margin-top: 10px;
}
.popu-box .txt-are .flx .pho {
    flex-shrink: 0;
    max-width: 230px;
}
.popu-box .txt-are .flx .txt {
    margin-left: 20px;
    align-self: center;
}


/* pg-chyui
=====================================*/
.pg-chyui {
    line-height: 1.5;
    border: 1px solid #f9adad;
    margin: 0 10px;
    margin-top: 30px;
}
.pg-chyui .tai {
    background-color: #ffd0d0;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 1.55rem;
    line-height: 1;
    margin-bottom: 15px;
}
.pg-chyui ul {
    padding: 0 15px;
    padding-bottom: 15px;
}
.pg-chyui ul li {
    font-size: 1.5rem;
    text-indent: -0.9em;
    padding-left: 0.9em;
    margin-top: 8px;
    font-feature-settings: normal;
    letter-spacing: normal;
}
.pg-chyui ul li i {
    display: inline;
    font-size: 1.1rem;
    position: relative;
    top: -2px;
    padding-right: 2px;
    color: #e02300;
}


/* sp-mesg
=====================================*/
.sp-mesg {
}
.sp-mesg dl {
}
.sp-mesg dt {
    color: #e02300;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}
.sp-mesg dd {
    font-size: 1.4rem;
}
.sp-mesg dd a {
    display: inline-block;
    color: #085cb5;
    line-height: 1.2;
    transition: 0.2s ease-out;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #267ed8 inset;
}
.sp-mesg dd a:hover {
    box-shadow: none;
}

.sp-mesg.top {
}
.sp-mesg.top > dl {
    display: flex;
    justify-content: center;
}
.sp-mesg.top > dl > dt {
    display: table;
    padding: 5px 15px;
    background-color: #ef4715;
    color: #fff;
    margin: 0;
}
.sp-mesg.top > dl > dt > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}
.sp-mesg.top > dl > dd {
    margin-left: 15px;
}
.sp-mesg.top > dl > dd > p {
    line-height: 1.3;
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-bottom: 6px;
}
.sp-mesg.top > dl > dd > p:last-of-type {
    margin-bottom: 0;
}
.sp-mesg.top > dl > dd > p:before {
    content: "■";
    color: #ef4715;
    position: relative;
    margin-right: 2px;
}
.sp-mesg.top > dl {
    display: flex;
    justify-content: center;
}






