@charset "UTF-8";


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


/*  article レイアウト
===================================*/
article {
    padding-bottom: 120px;
}
article.login {
    padding-bottom: 100px;
}
article.simp {
    padding-bottom: 140px;
}
article.endai {
    padding-bottom: 0;
}


/* title
===================================*/
.title-entry {
    position: relative;
    min-height: 100px;
}
.title-entry:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #e0e0e0;
    bottom: 0;
    width: 100%;
}
.title-entry .area {
    margin-top: -3px;
}
.title-entry .area .title {
    font-size: 2.7rem;
    line-height: 1;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.title-entry .area .title span {
    font-family: sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}
.title-entry .area .sitle {
    font-size: 1.9rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -10px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.title-entry .area .chui-txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 12px;
}

.title-entry .nav {
    flex-shrink: 0;
    max-width: 140px;
    margin-bottom: 5px;
}
.title-entry .nav .home {
}
.title-entry .nav .home a {
    border: 2px solid #107dc3;
    border-top: 0;
    color: #085cb5;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 35px;
}

.title-entry .nav .home a:hover {
    background-color: #107dc3;
    color: #fff;
}

.title-entry .nav .return {
    text-align: center;
    margin-top: 12px;
}
.title-entry .nav .return a {
    margin-left: -20px;
}
.title-entry .nav .return a i {
    font-size: 1.9rem;
    margin-right: 3px;
}
.title-entry .nav .return a:hover span {
    color: #1e2b52;
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #1e2b52 inset;
}
.title-entry .nav .title {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
    padding: 30px 0;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}

.title-entry .flow {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-self: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 2;
    margin-top: 40px;
}
.title-entry .flow li {
    line-height: 1;
    position: relative;
    margin: 0 25px;
    padding-bottom: 30px;
    color: #777;
}
.title-entry .flow li:before {
    font-family: 'Material Icons';
    content: "\ef4a";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #d5d5d5;
}

.title-entry .flow li.on {
    color: #0155a0;
}
.title-entry .flow li.on:before {
    color: #107dc3;
}

.title-entry .userin {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.title-entry .userin .title {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin-left: 40px;
}
.title-entry .userin .prof {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-bottom: 8px;
}
.title-entry .userin .prof .txt {
    display: -webkit-flex;
    display: flex;
    align-self: center;
}
.title-entry .userin .prof .txt p {
    white-space: nowrap;
    margin-right: 20px;
}
.title-entry .userin .prof button {
}



/* privacy
==============================================*/
.privacy-are {
}
.privacy-are .title-c {
    font-size: 2.0rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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: 30px;
}
.privacy dl:first-of-type {
    margin-top: 0;
}
.privacy dt {
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
}
.privacy dd {
    margin-top: 10px;
    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;
}


/*  entry.html
==============================================*/
.entry-are {
}
.entry-are .txt {
}
.entry-are .txt p {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 25px;
}
.entry-are .txt h5 {
    text-align: center;
    font-size: 1.7rem;
    color: #085cb5;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.entry-are .txt h6 {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 20px;
}
.entry-are input {
    border: 1px solid #0b73e2;
    height: 46px;
    max-width: 600px;
    margin: 0 auto;
}
.entry-are .btn-are {
    margin-top: 40px;
}

.input-code {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.input-code input {
    max-width: 35px;
    margin: 0;
    font-size: 2.0rem;
    margin: 0 3px;
    margin-top: 10px;
    padding: 0 5px;
    text-align: center;
}


/* 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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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: 3px;
    margin-left: 5px;
    color: #085cb5;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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 -2px 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.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 .wrbody {
    max-width: initial;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.login-are {
    display: -webkit-flex;
    display: flex;
    margin: 0 -20px;
}
.login-are .login-box {
    margin: 0 20px;
    width: 100%;
}
.login-are .login-box.lef {
    flex-basis: 57%;
}
.login-are .login-box.rig {
    flex-basis: 43%;
    align-self: flex-start;
}

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

.login-are .login-box .tai {
    font-size: 1.9rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 10px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.login-are .login-box .waku .txt {
    font-size: 1.45rem;
    margin-bottom: 20px;
}
.login-are .login-box.lef .waku {
    background-color: #f5f5f5;
}
.login-are .login-box.rig .waku {
    background-color: #fffde8;
    min-height: 230px;
}

.login-are .login-box .form li {
    padding-top: 20px;
}
.login-are .login-box .form li:first-of-type {
    padding-top: 0;
}
.login-are .login-box .error-are li {
    padding-top: 0;
}
.login-are .login-box .btn-are {
    margin-top: 30px;
}
.login-are .login-box .btn-are li {
    padding: 0;
    margin-top: 25px;
    text-align: center;
}

.login-are .login-box .blk-new {
    margin-top: 35px;
}
.login-are .login-box .form li input {
    border: 1px solid #c5c5c5;
}

.login-are.ctr {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 600px;
}
.login-are.ctr .login-box .waku {
    background: none;
    border: 0;
    padding-top: 10px;
}
.login-are.ctr .login-box .btn-are {
    margin-top: 40px;
}
.login-are.ctr .login-box .tai {
    color: #085cb5;
}


/* 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.45rem;
    padding-top: 5px;
}
.mail-mesg li.adre {
    font-size: 1.5rem;
}

.mail-mesg li:before {
    content: "■";
    color: #107dc3;
    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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #085cb5;
    transition: 0.2s ease-out;
    padding-bottom: 4px;
}
.mail-mesg li.adre a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}


/* thak-are
==============================================*/
.thak-are {
}
.thak-are .hedare {
}
.thak-are .hedare h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.thak-are .hedare h3.min {
    font-size: 2.1rem;
}

.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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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: #107dc3;
    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.7rem;
    display: inline;
    padding-bottom: 3px;
    letter-spacing: 0.05em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
    color: #085cb5;
}
.thak-are .bkfot .blk h3 a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}

.thak-are .txt-a {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    padding: 10px;
}
.thak-are .txt-a p {
    text-align: center;
}


/*  lost
==============================================*/
.title-d {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.entry-are.lost {
    margin-top: 30px;
}
.entry-are.lost .txt h5 {
    margin-bottom: 20px;
}

.entry-are.password {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}
.entry-are.password .txt h5 {
    margin-bottom: 20px;
}
.entry-are.password input {
    border: 1px solid #aaa;
    height: 40px;
    max-width: inherit;
    margin: 0;
}
.entry-are.password .fm-box .reed {
    padding: 25px;
    padding-left: 25px;
}

.thak-are.lost .hedare h3 {
    font-size: 2.1rem;
}
.thak-are.lost .myp-btn {
}


/* 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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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;
}






