@charset "UTF-8";

/*  eng
===================================*/
.red {color: #e02300}
.blu {color: #085cb5}

.wrbody {
    margin-top: 45px;
}
.wrbody.login {
    margin-top: 25px;
}

.title-hed {
    padding-top: 40px;
    text-align: center;
}
.title-hed p {
    font-size: 3.3rem;
    line-height: 1.1;
    font-weight: 600;
}
.title-hed span {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: normal;
    display: block;
    color: #e02300;
    padding-top: 10px;
}

.sp-flow {
    position: relative;
}
.sp-flow ul {
    display: flex;
    justify-content: space-around;
    z-index: 2;
    margin: 0 auto;
    margin-top: 40px;
}
.sp-flow ul:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    bottom: -23px;
    width: 100%;
}
.sp-flow ul li {
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    margin: 0 10px;
    color: #9a9a9a;
}
.sp-flow ul li:before {
    content: "●";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #d5d5d5;
    z-index: 2;
}
.sp-flow ul li.on {
    color: #3250a0;
}
.sp-flow ul li.on:before {
    color: #3250a0;
}

.reqtxt {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: normal;
    color: #e02300;
    position: absolute;
    bottom: -45px;
    left: 0;
}
.reqtxt b {
    font-size: 1.8rem;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 2px;
}

.form .fm-check label {
    font-weight: 500;
}

.reed {
    margin-top: 5px;
}
.reed.name {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.reed.name > .blk {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

.reed.address {
}
.reed.address > .blk {
    margin-top: 12px;
}
.reed.address > .blk:first-of-type {
    margin-top: 0;
}
.reed.address > .flx {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 12px;
}
.reed.address > .flx .blk {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

.reed.password .switch {
    margin-left: 20px;
}

.spbtn {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: inline-flex;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: middle;
    letter-spacing: normal;
    font-feature-settings: normal;
    box-shadow: none;
    padding-bottom: 1px;
    color: #0083d1;
}
.spbtn i {
    font-size: 1.7rem;
}
.spbtn:hover,
.spbtn:active,
.spbtn:focus {
	outline: none;
	text-decoration: none;
}
.spbtn:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0098d8 inset;
}

.sp-come {
}

.sp-purpose {
    display: flex;
    align-items: center;
}
.sp-purpose .pho {
    width: 150px;
    flex-shrink: 0;
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 15px;
}
.sp-purpose .spbtn {
}

.sp-title {
    font-size: 2.0rem;
    line-height: 1.2;
    font-weight: 300;
    background-color: #dde3f5;
    padding: 9px 10px;
    letter-spacing: 0.012em;
}
.sp-title em {
    color: #e02300;
    margin-left: 3px;
}

.sp-atxt {
    font-size: 1.36rem;
    font-weight: 300;
}
.sp-atxt.red {
    line-height: 1.2;
}

.sp-clist {
}
/*
.sp-clist .fm-check {
    margin-top: 10px;
}
.sp-clist.not .fm-check label {
    color: #aaa;
    pointer-events: none; 
}
.sp-clist.not .fm-check label::before {
    border: 1px solid #ececec;
}

.sp-clist .fm-radio {
    margin-top: 10px;
}
.sp-clist.not .fm-radio label {
    color: #aaa;
    pointer-events: none; 
}
.sp-clist.not .fm-radio label::before {
    border: 1px solid #ececec;
}
*/
.sp-clist [class^="fm-"] {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sp-clist.two [class^="fm-"] {
    margin-top: 20px;
}

.sp-clist [class^="fm-"] p {
    font-size: 1.3rem;
    color: #085cb5;
    display: none;
}

.sp-clist [class^="fm-"].not p {
    color: #aaa;
}
.sp-clist [class^="fm-"].not label {
    color: #aaa;
    pointer-events: none; 
}
.sp-clist [class^="fm-"].not label::before {
    border: 1px solid #ececec;
}
.sp-clist [class^="fm-"].not label > span {
    display: none;
}

.sp-clist [class^="fm-"].end p {
    color: #e02300;
}
.sp-clist [class^="fm-"].end label {
    color: #aaa;
    pointer-events: none; 
}
.sp-clist [class^="fm-"].end label::before {
    border: 1px solid #ececec;
}
.sp-clist [class^="fm-"].end.has-error label::before {
    border: 1px solid #ececec  !important;
}

.sp-wtxt {
    border: 1px solid #ccc;
    padding: 10px;
}
.sp-wtxt p {
    font-size: 1.5rem;
}
.sp-wtxt p a {
    display: inline;
    color: #085cb5;
    box-shadow: none;
    padding-bottom: 2px;
}
.sp-wtxt p a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #267ed8 inset;
}

.sp-ultxt {
    border: 1px solid #ccc;
}
.sp-ultxt .tai {
    background-color: #eee;
    padding: 5px 10px;
}
.sp-ultxt li {
    font-size: 1.5rem;
    margin: 10px;
}
.sp-ultxt li i {
    font-size: 1.9rem;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.sp-ztxt {
}
.sp-ztxt p {
    font-size: 1.5rem;
}

.sp-stitle {
    font-size: 1.8rem;
    font-weight: 200;
    border-bottom: 1px solid #ccc;
    margin-top: 25px;
    margin-bottom: 15px;
}
.sp-stitle.top {
    margin-top: 15px;
}

.sp-sub {
    font-size: 1.6rem;
    margin-top: 25px;
}
.sp-sub.top {
    margin-top: 0;
}
.sp-sub em {
    color: #e02300;
    margin-left: 3px;
}
.sp-sub span {
    font-size: 1.36rem;
    font-weight: 300;
    color: #e02300;
}

.sp-txtbox {
    border: 1px solid #ccc;
    padding: 20px;
    padding-bottom: 30px;
    background-color: #fff;
}
.sp-txtbox .sp-sub {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 6px;
}
.sp-txtbox .sp-txt {
}
.sp-txtbox .sp-txt a {
    display: inline;
    color: #085cb5;
    box-shadow: none;
    padding-bottom: 2px;
}
.sp-txtbox .sp-txt a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #267ed8 inset;
}

.sp-total {
    background-color: #dde3f5;
}
.sp-total .flx .lef {
    font-size: 2.0rem;
    font-weight: 300;
    background-color: #dde3f5;
    padding: 5px 10px;
    letter-spacing: 0.012em;
}
.sp-total .flx .rig {
    font-size: 1.8rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: 20px;
}

.confirm {
}
.confirm .sp-clist p {
}
.confirm .sp-clist.two p {
    margin-top: 10px;
}
.confirm .sp-clist.two p:first-of-type {
    margin-top: 0;
}

.confirm .sp-sub {
    font-weight: 200;
    border-bottom: 1px solid #ccc;
}
.confirm .reed img {
    width: 300px;
}

.confirm .sp-total {
    border: 1px solid #ccc;
    background: none;
}
.confirm .sp-total .flx {
    background-color: #fff;
}
.confirm .sp-total .flx .rig {
    margin-left: 15px;
}

.thankyou {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.thankyou .tai {
    font-size: 2.0rem;
    font-weight: 300;
}
.thankyou .txt {
}
.thankyou .txt p {
}
.thankyou .txt p.link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #085cb5;
    margin-top: 10px;
}
.thankyou .txt p.link a {
    display: inline-flex;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: middle;
    letter-spacing: normal;
    font-feature-settings: normal;
    box-shadow: none;
    color: #085cb5;
}
.thankyou .txt p.link a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0098d8 inset;
}

.thankyou .txt p a {
    display: inline-flex;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: middle;
    letter-spacing: normal;
    font-feature-settings: normal;
    box-shadow: none;
    color: #085cb5;
}
.thankyou .txt p a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0098d8 inset;
}


/*  login.html
===================================*/
.login-are {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.login-are .login-box {
    margin: 0 20px;
    padding-top: 20px;
}
.login-are .login-box.lef {
    flex: 1;
}
.login-are .login-box.rig {
    flex: 1;
}

.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;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: 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: #fffef4;
}

.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;
}


/*  sp-user
===================================*/
article.sp-user {
    padding: 0;
    min-height: calc(100vh - 350px);
}

.sp-user .title-hed {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sp-user .sp-flow {
    max-width: 750px;
    margin: 0 auto;
}
.sp-user .sp-flow ul {
    justify-content: space-evenly;
}

.sp-user .form {
    padding: 0 30px;
}
.sp-user .form .form-waku {
    background-color: #fefcef;
    border: 1px solid #ccc;
    padding: 15px;
}

.user-hed {
    display: flex;
    border: 1px solid #dbaaab;
    margin: 0 25px;
    padding: 6px 15px;
    padding-right: 6px;
}
.user-hed .txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.user-hed .txt .toroku {
    font-size: 1.5rem;
    margin-right: 5px;
}
.user-hed .txt .name {
}
.user-hed .logout-btn {
    margin-left: auto;
    white-space: nowrap;
}

.user-title {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 25px;
    margin-top: 20px;
    margin-bottom: 25px;
    border-left: 7px solid #2f57a3;
    padding: 10px 0;
    padding-left: 10px;
}
.user-title h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #15449c;
    font-weight: 500;
}
.user-title p {
    margin-left: 5px;
    font-size: 2.0rem;
    line-height: 1;
    color: #15449c;
    font-weight: 300;
}

/*  doct-are
===================================*/
.doct-are {
    padding: 25px;
}

.doct-are .message {
    margin-bottom: 20px;
}
.doct-are .message dl {
}
.doct-are .message dt {
    color: #e02300;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}
.doct-are .message dd {
    font-size: 1.4rem;
}
.doct-are .message dd a {
    display: inline-block;
    color: #085cb5;
    transition: 0.2s ease-out;
}
.doct-are .message dd a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #267ed8 inset;
}

.sp-pdf {
    text-align: right;
}
.sp-pdf .regt-btn {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    height: 36px;
    width: 140px;
    border-radius: 5px;
}
.sp-pdf .regt-btn.icon i {
    margin-left: -5px;
    margin-right: 5px;
    font-size: 1.8rem;
}

.sp-doct {
    margin-top: 30px;
    border: 1px solid #3057a3;
    padding: 25px;
    padding-top: 20px;
}
.sp-doct .title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
}

.sp-doct .compy {
    text-align: right;
}
.sp-doct .compy .tai {
}
.sp-doct .compy ul {
}
.sp-doct .compy ul li {
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 10px;
}
.sp-doct .compy ul li .moku {
    display: table-cell;
}
.sp-doct .compy ul li p {
    display: table-cell;
}

.sp-doct .infom {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.sp-doct .infom .list {
    display: table-cell;
    border: 1px solid #ccc;
}
/*
.sp-doct .infom .list.lef {
    padding-right: 10px;
}
.sp-doct .infom .list.rig {
    padding-left: 10px;
}
*/
.sp-doct .infom .list .tai {
    background-color: #dde3f5;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 1.45rem;
}
.sp-doct .infom .list ul {
    padding: 10px
}
.sp-doct .infom .list ul li {
    line-height: 1.2;
    display: table;
    margin-top: 6px;
}
.sp-doct .infom .list ul li:first-of-type {
    margin-top: 0;
}

.sp-doct .infom .list ul li .moku {
    display: table-cell;
    font-size: 1.2rem;
    min-width: 100px;
}
.sp-doct .infom .list ul li p {
    display: table-cell;
    font-size: 1.3rem;
}
.sp-doct .infom .list.rig ul li .moku {
    min-width: 75px;
}

.sp-doct .item {
    margin-top: 30px;
}
.sp-doct .item table {
}
.sp-doct .item table th {
    background-color: #dde3f5;
    padding: 3px 10px;
}
.sp-doct .item table th:nth-of-type(2) {
    width: 250px;
}
.sp-doct .item table td {
    line-height: 1.2;
    padding: 8px 10px;
}

.sp-doct .item.receipt table {
}
.sp-doct .item.receipt table th,
.sp-doct .item.receipt table td {
    text-align: center;
}
.sp-doct .item.receipt table th {
    padding: 20px 10px;
}
.sp-doct .item.receipt table td {
    font-size: 1.8rem;
}

.sp-doct .explan {
    display: table;
    width: 100%;
}
.sp-doct .explan .list_a {
    display: table-cell;
    padding-top: 25px;
    padding-right: 20px;
}
.sp-doct .explan .list_a .tai {
    border: 1px solid #ccc;
    background-color: #dde3f5;
    padding: 3px 10px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.sp-doct .explan .list_a .tai.bb {
    font-weight: 600;
}
.sp-doct .explan .list_a .box {
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 1.4rem;
    padding: 10px;
}
.sp-doct .explan .list_a .box .min {
    font-size: 1.3rem;
    line-height: 1.2;
}

.sp-doct .explan .list_b {
    display: table-cell;
    vertical-align: top;
    width: 250px;
}
.sp-doct .explan .list_b ul {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px;
}
.sp-doct .explan .list_b ul li {
    display: table;
    font-size: 1.4rem;
}
.sp-doct .explan .list_b ul li .moku {
    display: table-cell;
    min-width: 75px;
}
.sp-doct .explan .list_b ul li p {
    display: table-cell;
}

.sp-doct .fot_txt {
    font-size: 1.4rem;
    margin-top: 20px;
}
.sp-doct .fot_txt .tai {
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    padding-bottom: 5px;
    font-weight: 600;
}
.sp-doct .fot_txt p {
    line-height: 1.4;
}


.conta-are {
    padding: 0 35px;
    padding-top: 10px;
}
.conta-are dl {
    margin-bottom: 40px;
}
.conta-are dl dt {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #3057a3;
    padding-bottom: 5px;
}
.conta-are dl dd {
    margin-top: 15px;
}
.conta-are dd a {
    display: inline;
    color: #085cb5;
    box-shadow: none;
    padding-bottom: 2px;
}
.conta-are dd a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #267ed8 inset;
}


.stitle-hed {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #b05759;
}
.stitle-hed p {
    font-size: 3.0rem;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

.sp-come.lost {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.sp-come.lost p {
    font-size: 1.5rem;
}
.sp-come.lost h5 {
    font-size: 1.8rem;
    color: #085cb5;
    margin-top: 20px;
}
.form.lost {
    max-width: 600px;
    margin: 0 auto;
}
.form.lost input {
    height: 46px;
}
.form .fm-box:last-of-type {
    border-bottom: 1px solid #ccc;
}

.reed.docme {
}
.reed.docme .document-area {
}
.reed.docme .document-area .photo-row {
    display: flex;
    padding-bottom: 10px;
}
.reed.docme .document-area .photo-row a {
    display: flex;
    background-color: #d2ecf7;
    line-height: 1;
    align-items: center;
    padding: 3px;
}
.reed.docme .document-area .photo-row a > i {
    color: #58a4c4;
}
.reed.docme .document-area .photo-row a > p {
    display: flex;
}
.reed.docme .document-area .photo-row > button {
    justify-content: left;
    width: auto;
    margin-left: 5px;
    color: #a6a6a6;
}
.reed.docme .document-area .photo-row > button:hover {
    color: #222;
}

@keyframes fadeIn {
  from {
    opacity: 0; /* 初期状態は透明 */
  }
  to {
    opacity: 1; /* 完全に表示された状態 */
  }
}
.reed.docme .document-area .photo-row:last-of-type {
  animation: fadeIn 1s ease-in-out; /* 2秒でフェードインするアニメーションを設定 */
}

.reed .document-list {
}
.reed .document-list li {
    padding-top: 10px;
}
.reed .document-list li img {
}
.reed .document-list li .txt {
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.reed .document-list li .txt i {
    color: #58a4c4;
}
.reed .document-list li .txt p {
}

.meg-come {
    padding-top: 30px;
}
.meg-come p {
}





























