@charset "UTF-8";

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

.wrbody {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}
.login > .wrbody {
}
.entry > .wrbody {
    max-width: 1000px;
}
.user > .wrbody {
}

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

.sp-flow {
}
.sp-flow ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-self: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}
.sp-flow li {
    line-height: 1;
    position: relative;
    margin: 0 15px;
    padding-bottom: 25px;
    color: #9a9a9a;
    flex: 1;
    text-align: center;
    font-size: 1.45rem;
}
.sp-flow li:before {
    content: "●";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #d5d5d5;
}

.sp-flow li.on {
    color: #085cb5;
    font-weight: 500;
}
.sp-flow li.on:before {
    color: #17a2e1;
}

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


/*  英語版
===================================*/
/*
.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-come .flx {
}
.sp-come .pho {
    width: 180px;
    flex-shrink: 0;
    border: 1px solid #acacac;
    padding: 3px;
    margin-right: 25px;
}
.sp-come .txt {
}
.sp-come .txt p {
}
.sp-come .txt a {
    padding-bottom: 0;
}
.sp-come .txt a i {
    font-size: 2.0rem;
    position: relative;
    top: -2px;
    margin-right: 2px;
}
.sp-come .txt a span {
}

.sp-purpose {
    display: flex;
    align-items: center;
}
.sp-purpose .pho {
    width: 140px;
    flex-shrink: 0;
    margin-right: 15px;
}
.sp-purpose .spbtn {
    margin-bottom: 10px;
}

.sp-title {
    font-size: 2.0rem;
    font-weight: 500;
    background-color: #008acc;
    padding: 7px 10px;
    color: #fff;
}
.sp-title em {
    color: #e02300;
    margin-left: 3px;
}
.sp-title.waku {
    border: 1px solid #00A1D9;
    background-color: #fff;
    color: #038aba;
}

.sp-atxt {
    font-size: 1.36rem;
    font-weight: normal;
}
.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;
}
.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-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: normal;
    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: normal;
    background-color: #dde3f5;
    padding: 5px 10px;
}
.sp-total .flx .rig {
    font-size: 1.8rem;
    font-weight: normal;
    margin-left: auto;
    margin-right: 20px;
}

.confirm {
}
.confirm .sp-clist p {
}

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

.confirm .reg-list > li .reed .document-list li {
    padding-top: 20px;
}
.confirm .reg-list > li .reed .document-list li:first-of-type {
    padding-top: 0;
}
.confirm .reg-list > li .reed .document-list li .txt p {
    font-size: 1.4rem;
}

.thankyou {
    text-align: center;
}
.thankyou .title {
    padding-top: 20px;
}
.thankyou .title h3 {
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.thankyou .title p {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
}
.thankyou .tai b {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 500;
    color: #085cb5;
    display: block;
    margin-bottom: 15px;
}
.thankyou .tai p {
    font-size: 1.65rem;
    display: inline;
    box-shadow: 0 0px 0 transparent inset, 0px -6px 0px #ffe871 inset;
    padding-bottom: 3px;
}

.thankyou .txt {
}
.thankyou .txt p {
    font-size: 1.5rem;
}
.thankyou .txt p .red {
    font-size: 1.45rem;
}

.thankyou .link {
    border: 1px solid #bbb;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.thankyou .link p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    line-height: 1.2;
}
.thankyou .link p a {
    font-size: 1.55rem;
    font-weight: 500;
    display: inline-flex;
    outline: none;
	cursor: pointer;
	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 .link p a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0098d8 inset;
}
.thankyou .txt-btx {
    font-size: 1.7rem;
}
.thankyou .txt-btx i {
    font-size: 2.1rem;
    margin-right: 7px;
}


/*  login.html
===================================*/
/* title-entry */
.title-entry {
    position: relative;
    min-height: 110px;
}
.title-entry:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 1px solid #bbb;
    bottom: 0;
    width: 100%;
}
.user .title-entry:after {
}

.title-entry .area {
    position: relative;
    margin-top: 5px;
}
.title-entry .area .title {
    font-size: 3.0rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
.title-entry .area .title span {
    font-family: sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-weight: normal;
}
.title-entry .area .sitle {
    font-size: 1.9rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -10px;
    font-weight: 500;
}

.title-entry .area .chui-txt {
    text-align: center;
    line-height: 1.3;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 1.45rem;
}
.title-entry .area .chui-txt:before {
    content: "●";
    color: #008acc;
    margin-right: 2px;
}
.title-entry .area .chui-txt a {
    display: inline;
    color: #026baf;
    /*box-shadow: none;*/
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
    font-weight: 500;
}
.title-entry .area .chui-txt a:hover {
    /*box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;*/
    box-shadow: none;
}

.title-entry .nav {
    flex-shrink: 0;
    max-width: 150px;
}
.title-entry .nav .home {
}
.title-entry .nav .home a {
    background: #3e63a2;
    color: #ffffff;
    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: 45px;
    border-top: 0;
    font-weight: 600;
}

.title-entry .nav .home a:hover {
    background: #ffe10a;
    color: #00425c;
}

.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;
    max-width: 860px;
    margin: 0 auto;
    margin-top: 50px;
}
.title-entry .flow li {
    line-height: 1.3;
    position: relative;
    margin: 0 15px;
    padding-bottom: 30px;
    color: #9a9a9a;
    flex: 1;
    text-align: center;
    font-size: 1.45rem;
}
.title-entry .flow li:before {
    content: "●";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #d5d5d5;
}

.title-entry .flow li.on {
    color: #085cb5;
    font-weight: 500;
}
.title-entry .flow li.on:before {
    color: #17a2e1;
}

.title-entry .userin {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 8px;
}
.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;
}
.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;
    font-size: 1.45rem;
}
.title-entry .userin .prof button {
}


/* login-are */
.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 {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px 25px;
    padding-bottom: 40px;
}

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

.login-are .login-box .waku .txt {
    font-size: 1.45rem;
    margin-bottom: 20px;
}
.login-are .login-box .waku .txt span {
    font-feature-settings: "palt";
}

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

.login-are .login-box.lef .form li {
    padding-top: 20px;
}
.login-are .login-box.lef .form li:first-of-type {
    padding-top: 0;
}
.login-are .login-box.lef .error-are li {
    padding-top: 0;
}
.login-are .login-box.lef .btn-are {
    margin-top: 20px;
}
.login-are .login-box.lef .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 {
    background-color: #fff;
    border: 1px solid #c5c5c5;
}


/*  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;
    padding-top: 10px;
}
.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;
}
.user-hed .txt .toroku {
    font-size: 1.5rem;
    margin-right: 5px;
}
.user-hed .txt .name {
}
.user-hed .logout-btn {
    margin-left: auto;
}

.user-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.user-title:before {
    content: "";
    width: 8px;
    height: 60px;
    background-color: #008acc;
    margin-right: 15px;
}
.user-title h2 {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 600;
}
.user-title p {
    margin-left: 5px;
    font-size: 2.0rem;
    line-height: 1;
    color: #15449c;
    font-weight: normal;
}


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

.doct-are .message {
    padding-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;
    color: #085cb5;
    transition: 0.2s ease-out;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #267ed8 inset;
    padding-bottom: 3px;
}
.doct-are .message dd a:hover {
    box-shadow: none;
}

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

.sp-doct {
    margin-top: 20px;
    border: 1px solid #bbb;
}
.sp-doct .area {
    padding: 25px;
    padding-top: 0;
    font-size: 1.45rem;
}

.sp-doct .title {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}
.sp-doct .title.iro {
    padding: 15px 10px;
    background-color: #f3f3f8;
    background-image: url(https://www.transparenttextures.com/patterns/climpek.png);
}

.sp-doct .compy {
    text-align: right;
    display: table;
    width: 100%;
    margin-top: 25px;
}
.sp-doct .compy .list {
    display: table-cell;
}
.sp-doct .compy .list.lef {
    text-align: left;
}
.sp-doct .compy .list .tai {
    font-size: 1.4rem;
}
.sp-doct .compy .list ul {
}
.sp-doct .compy .list ul li {
    font-size: 1.35rem;
    display: inline-block;
    margin-left: 10px;
}
.sp-doct .compy .list ul li .moku {
    display: table-cell;
}
.sp-doct .compy .list ul li p {
    display: table-cell;
}
.sp-doct .compy .list .prof {
    font-size: 1.35rem;
}

.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.5rem;
}
.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.4rem;
    min-width: 100px;
}
.sp-doct .infom .list ul li p {
    display: table-cell;
    font-size: 1.4rem;
}
.sp-doct .infom .list.rig ul li .moku {
    min-width: 75px;
}

.sp-doct .detail {
    margin-top: 20px;
    display: table;
    width: 100%;
}
.sp-doct .detail .list {
    display: table-cell;
}
.sp-doct .detail .list.lef {
}
.sp-doct .detail .list.rig {
    padding-left: 15px;
}
.sp-doct .detail .list.rig table {
    height: 80px;
}
.sp-doct .detail .list.rig table th,
.sp-doct .detail .list.rig table td {
    text-align: center;
}

.sp-doct .detail table th {
    background-color: #dde3f5;
    padding: 3px 10px;
}

.sp-doct .item {
    margin-top: 20px;
}
.sp-doct .item table {
}
.sp-doct .item table th {
    background-color: #dde3f5;
    padding: 3px 10px;
}
.sp-doct .item table td span {
    font-size: 1.25rem;
}
.sp-doct .item table th.nub {
    width: 85px;
}

.sp-doct .item table th:nth-of-type(5) {
    width: 220px;
}
.sp-doct .item table td {
    padding: 10px 10px;
}
.sp-doct .detail table td {
    padding: 10px 10px;
}

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

.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.5rem;
    line-height: 1.6;
    font-weight: 600;
}
.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.45rem;
    padding: 10px;
    min-height: 60px;
}
.sp-doct .explan .list_a .box .min {
    font-size: 1.35rem;
    line-height: 1.2;
}
.sp-doct .explan .list_a .box small {
    font-size: 1.3rem;
}

.sp-doct .explan .list_b {
    display: table-cell;
    vertical-align: top;
    width: 221px;
}
.sp-doct .explan .list_b ul {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 20px 10px;
}
.sp-doct .explan .list_b ul li {
    font-size: 1.4rem;
}
.sp-doct .explan .list_b ul li .moku {
    display: inline-block;
}
.sp-doct .explan .list_b ul li p {
    display: inline-block;
}
.sp-doct .explan .list_b ul li p span {
    font-size: 1.25rem;
}
.sp-doct .explan .list_b ul li.line {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.sp-doct.receipt .explan .list_a {
    padding-top: 15px;
    padding-right: 0;
    text-align: center;
}
.sp-doct.receipt .explan .list_a .box {
    border: 0;
    padding: 0;
}

.sp-doct .fot_txt {
    position: relative;
    font-size: 1.4rem;
    margin-top: 30px;
    text-align: right;
    padding-right: 60px;
}
.sp-doct .fot_txt.mt40 {
    margin-top: 40px;
}
.sp-doct .fot_txt .tai {
    padding-bottom: 3px;
    font-size: 1.45rem;
    font-weight: 500;
}
.sp-doct .fot_txt p {
    line-height: 1.4;
}
.sp-doct .fot_txt .inkan {
    position: absolute;
    bottom: 45px;
    right: 10px;
    width: 95px;
    transform: rotate(1.5deg);
}

.sp-doct.meisai .compy {
    margin-top: 10px;
}
.sp-doct.meisai .fot_txt {
    padding-right: 0;
}
.sp-doct.receipt .fot_txt {
    margin-top: 20px;
}

.conta-are {
    padding: 0 10px;
    padding-top: 10px;
}
.conta-are dl {
    margin-bottom: 40px;
}
.conta-are dl dt {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #008acc;
    padding-bottom: 5px;
}
.conta-are dl dd {
    margin-top: 10px;
}
.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;
}
.sp-come.lost p {
    line-height: 1.8;
    margin-bottom: 30px;
}
.sp-come.lost h5 {
    font-size: 1.8rem;
    color: #085cb5;
    font-weight: 500;
    margin-bottom: 20px;
}
.form.lost {
    max-width: 600px;
    margin: 0 auto;
}
.form.lost input {
    height: 46px;
    border: 1px solid #0b73e2;
}
.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: #faeb3b;
    background-color: #d2ecf7;
    line-height: 1;
    align-items: center;
    padding: 5px 3px;
    flex: 1;
    pointer-events: none; 
}
.reed.docme .document-area .photo-row a > i {
    color: #008acc;
}
.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: #959595;
}
.reed.docme .document-area .photo-row > button i {
    font-size: 2.6rem;
}
.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 {
    padding-bottom: 20px;
    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 {
}


/*  spon-list
===================================*/
.spon-list {
    position: relative;
}
.spon-list.line::before {
    content: "";
    background: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 0, #fff 3px);
    display: block;
    width: 100%;
    height: 10px;
}

.spon-list li {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    min-height: 90px;
    flex-wrap: wrap;
}
.spon-list li:last-of-type {
    border-bottom: 0;
}
.spon-list.kihu li {
    border-bottom: 1px solid #ccc;
    align-items: center;
}
.spon-list.kihu li.flxno {
    display: block;
}
.spon-list.kihu li .stxt {
    text-align: right;
    font-size: 1.35rem;
    line-height: 1.3;
}

.spon-list.gokei li {
    min-height: inherit;
}

.spon-list li .free {
}
.spon-list li .free p {
    font-size: 1.4rem;
    font-weight: normal;
}
.spon-list li .free p b {
    position: relative;
    font-size: 1.65rem;
    padding-right: 10px;
}
.spon-list li .free p b::before {
    content: "●";
    color: #00a1dd;
    font-size: 1.5rem;
    margin-right: 2px;
}
.spon-list li .free p span {
}

.spon-list li .kazu {
    flex-shrink: 0;
    width: 100px;
    margin-left: auto;
}
.spon-list li .kazu p {
}
.spon-list li .price {
    flex-shrink: 0;
    width: 250px;
}
.spon-list li .price p.numb {
    font-size: 1.35rem;
    font-weight: normal;
    margin-bottom: 3px;
}
.spon-list li .price p {
    line-height: 1.4;
    font-weight: 500;
    font-size: 1.6rem;
}
.spon-list li .price p span {
    font-size: 1.4rem;
}
.spon-list li .pick {
    flex-shrink: 0;
    text-align: right;
    width: 70px;
}
.spon-list li .pick .fm-select {
    width: 70px;
    margin-left: auto;
}
.spon-list li .pick em {
    width: 70px;
    font-size: 1.45rem;
    font-style: normal;
    background-color: #ffd3d3;
    padding: 5px 10px;
}

.spon-list li .kei {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 1.6rem;
    text-align: right;
}
.spon-list li .kei p b {
    margin-left: 30px;
}
.spon-list.kihu li .price {
}
.spon-list.kihu li .pick {
    display: flex;
    align-items: end;
    justify-content: end;
}
.spon-list.kihu li .pick input {
    width: 150px;
    margin-right: 5px;
}


.confirm .spon-list li {
    padding: 12px 10px;
    min-height: inherit;
}
.confirm .spon-list li .price {
    margin-left: auto;
}
.confirm .spon-list li.kihu .price {
}
.confirm .spon-list li .price p.numb {
    margin-bottom: 0;
}

.confirm .spon-list li.kihu .pick {
}
.confirm .spon-list li .pick {
}
.confirm .spon-list li .pick span {
    font-size: 1.4rem;
    font-weight: normal;
}

/*  reg-list
===================================*/
.reg-list {
}
.reg-list > li {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
}
.reg-list > li.line {
    border-top: 1px solid #ccc;
}

.reg-list > li .moku {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 210px;
    line-height: 1;
    margin-right: 30px;
}
.reg-list > li .moku p {
    line-height: 1.3;
    font-weight: 600;
}
.reg-list > li .moku p span {
    font-size: 1.3rem;
    font-weight: normal;
}
.reg-list > li .moku p small {
    font-size: 1.3rem;
    font-weight: normal;
    font-feature-settings: "palt";
}

.reg-list > li .moku p span.red {
}
.reg-list > li .moku em {
    font-size: 1.0rem;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 3px 2px;
    border-radius: 3px;
    background-color: #e44144;
    color: #ffffff;
    white-space: nowrap;
    margin-left: auto;
}
.reg-list > li .reed {
    width: 100%;
}

.reg-list > li.name {
    padding-top: 20px;
}
.reg-list > li.name .reed {
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
}
.reg-list > li.name .reed .blk {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

.reg-list > li.mail {
}
.reg-list > li.password {
}
.reg-list > li.password .reed {
}
.reg-list > li.password .reed input {
    max-width: 355px;
}
.reg-list > li.password .reed label {
    margin-left: 15px;
    margin-top: 5px;
}
.reg-list > li.password .reed .blk {
    flex: 1;
    max-width: 355px;
}

.reg-list > li.htx {
    padding-top: 15px;
}

/*
.reg-list > li.address {
    padding-top: 15px;
}
.reg-list > li.address .reed {
}
.reg-list > li.address .reed li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.reg-list > li.address .reed li .adrtxt {
    flex-shrink: 0;
    line-height: 1.3;
    width: 100px;
}
.reg-list > li.address .reed li .adrtxt2 {
    flex-shrink: 0;
    line-height: 1.3;
}
.reg-list > li.address .reed .adr-one {
    display: -webkit-flex;
    display: flex;
}
.reg-list > li.address .reed .adr-one li {
}
.reg-list > li.address .reed .adr-one li .adrtxt {
    padding-top: 20px;
}
.reg-list > li.address .reed .adr-one li .adrtxt2 {
    margin-right: 10px;
}
.reg-list > li.address .reed .adr-one li:last-of-type {
    margin-top: 20px;
    margin-left: 20px;
}

.reg-list > li.address .reed .adr-two {
}
.reg-list > li.address .reed .adr-two li {
    margin-top: 12px;
}
*/

.reg-list > li.address .reed li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.reg-list > li.address .reed li .blk {
    flex: auto;
}

.reg-list > li.address .reed li .adrtxt {
    flex-shrink: 0;
    width: 100%;
    max-width: 80px;
    margin-right: 10px;
    line-height: 1.2;
    font-size: 1.45rem;
    font-feature-settings: "palt";
}

.reg-list > li.address .reed li.adrs-top {
    display: flex;
    margin-top: 0;
}
.reg-list > li.address .reed li.adrs-top .rtxt {
    display: flex;
}
.reg-list > li.address .reed li.adrs-top .area {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.reg-list > li.address .reed li.adrs-top .area.one {
    display: block;
    margin-right: 20px;
}
.reg-list > li.address .reed li.adrs-top .area.one .one-flx {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.reg-list > li.address .reed li.adrs-top .area.one .one-flx button {
    margin-left: 10px;
}
.reg-list > li.address .reed li.adrs-top .area.two {
    padding-top: 20px;
}
.reg-list > li.address .reed li.adrs-top .area.two .adrtxt {
    max-width: inherit;
    width: auto;
}



.reg-box {
}
.reg-box .moku {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.reg-box .moku p {
    font-weight: 600;
}
.reg-box .moku em {
    font-size: 1.0rem;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 3px 2px;
    border-radius: 3px;
    background-color: #e44144;
    color: #ffffff;
    white-space: nowrap;
    margin-left: 10px;
}
.reg-box .reed {
}

.confirm .reg-list > li {
    padding: 12px 10px;
}
.confirm .reg-list > li:last-of-type {
    border-bottom: 0;
}
.confirm .reg-list.seik > li:last-of-type {
    border-bottom: 1px solid #ccc;
}


/*  privacy
===================================*/
.privacy {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
    overflow-y: scroll;
    height: 300px;
}
.privacy dl {
    margin-top: 40px;
}
.privacy dl:first-of-type {
    margin-top: 0;
}
.privacy dt {
    font-weight: 500;
    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: 5px;
    font-size: 1.35rem;
    font-feature-settings: "palt";
    color: #245890;
}
.privacy ul {
    margin-top: 15px;
    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;
}


/*  user
===================================*/
.user .top .sp-title {
    background-color: #dcedf3;
    border-bottom: 1px solid #99bfca;
    color: #063e7f;
}

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

.userpg .sp-mesg.top > dl {
    justify-content: normal;
    align-items: center;
    border: 1px solid #ef4715;
}
.userpg .sp-mesg.top > dl > dt {
    padding: 15px 15px;
}
.userpg .sp-mesg.top > dl > dd {
    font-size: 1.5rem;
    margin-left: 10px;
}
.userpg .sp-mesg.top > dl > dd > p {
    text-indent: inherit;
    padding-left: inherit;
}


/*  lost
===================================*/
.sp-lostare {
    max-width: 800px;
    margin: 0 auto;
}
.sp-passare {
    max-width: 800px;
    margin: 0 auto;
}










