.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #15848F;
}

a {
    color: #1798A5;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

header {
    background-color: #D33C44;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left: 80px
}

legend {
    color: #15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top: 1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color: #15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right: 2rem;
    margin-top: -80px;
    font-size: 16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0, 0, 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0, 0, 0.54);
}

.asc:after {
    content: " \2193";
}

.desc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required>label {
    font-weight: bold;
}

.required>label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height: 150px;
    background: none;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
    background-color: #DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}

.view .numbers .subheader,
.view .dates .subheader {
    color: #747474;
}

.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top: 1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0, 0, 0.74);
    padding: 5px;
}

.cake-error .cake-stack-trace {
    margin-top: 10px;
}

.cake-stack-trace code {
    background: inherit;
    border: 0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color: #fff;
    text-decoration: underline;
}

.checks {
    padding: 30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}

.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover,
.form button:focus {
    background: #BE840B;
    box-shadow: none;
}

button {
    background: #966600;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}

div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%;
    /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    word-break: break-all;
}


.html-login,
.html-login body {
    height: 100%;
}

::-ms-reveal {
    display: none;
}

.top,
.login,
.change {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: relative;
}

.error-text,
.error-messages-div {
    background-color: #fee;
    border: 2px solid #f00;
    color: #f00;
    font-size: .9em;
    font-weight: 700;
    margin: 1em auto 0;
    padding: .4em 0;
    text-align: center;
    width: 100%;
}

.main-container {
    min-width: 743px;
}

/* login.html */
.login {
    background-color: #eee;
}

.login .main-container {
    background-color: #fff;
    border-radius: .5em;
    left: 50%;
    margin: 0 auto;
    min-width: auto;
    padding: .9em 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}

.main-header {
    color: #009380;
    font-size: 2.3em;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.main-header-sub {
    color: #333;
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
}

.login-form {
    margin: 2.5em auto 1.7em;
    width: 100%;
}

.form-label {
    align-items: center;
    align-self: flex-start;
    display: block;
    font-size: .9em;
    line-height: 1.8;
    margin: 1.5em auto;
    min-height: 2.4em;
}

.input-wrapper {
    background-color: #e5f3f3;
    border: 1px solid #aaa;
    border-radius: .3em;
    display: flex;
    font-size: 1.2em;
    padding: .3em;
    position: relative;
    width: 100%;
}

.pw-toggle {
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #999;
    border-bottom: none;
    border-radius: 100% 0;
    border-right: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 1.5em;
    padding: 0;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1.5em;
}

.pw-toggle::before {
    background-color: #999;
    border: 1px solid #999;
    border-radius: 50%;
    content: "";
    display: block;
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.pw-toggle.hidden::after {
    border-right: 1px solid #999;
    box-shadow: 0 0 0 1px #fff;
    content: "";
    display: block;
    height: 150%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.change .form-label.form-label-address2 {
    letter-spacing: 0;
}

.input-textbox {
    background-color: #e5f3f3;
    border: 1px solid #aaa;
    border-radius: .3em;
    font-size: 1.2em;
    padding: .3em;
    width: 100%;
}

.input-textbox:focus {
    box-shadow: 0 0 2px 1px #66beb3;
    outline: 2px solid #009380;
    outline-offset: -1px;
}

.input-textbox:hover {
    border-color: #333;
}

.input-wrapper .input-textbox {
    background-color: transparent;
    border: none;
    font-size: 1em;
    padding: 0;
    width: calc(100% - 1.5em);
}

.input-wrapper .input-textbox:focus {
    box-shadow: none;
    outline: none;
}

.input-wrapper:focus-within {
    box-shadow: 0 0 2px 1px #66beb3;
    outline: 2px solid #009380;
    outline-offset: -1px;
}

.input-checkbox {
    margin-right: .6em;
}

.select-wrapper {
    border-radius: .15em;
    position: relative;
    width: 25%;
}

.user-school-group .select-wrapper {
    width: 100%;
}

.user-school-group .select-wrapper:not(:last-of-type),
.user-school-group+.user-school-group .select-wrapper {
    margin-bottom: .5em;
}

.select-wrapper:hover::before {
    border: 1px solid #333;
    border-radius: .15em;
    content: "";
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.select-wrapper::after {
    border: 2px solid #fff;
    border-radius: 1px;
    border-right: none;
    border-top: none;
    content: "";
    height: .5em;
    pointer-events: none;
    position: absolute;
    right: .25em;
    top: 50%;
    transform: translate(-25%, -50%) rotate(-45deg);
    width: .5em;
}

.selectbox {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: .15em;
    border-right: 1em solid #aaa;
    color: #000;
    font-size: 1.2em;
    padding: .3em;
    width: 100%;
}

.selectbox:focus {
    box-shadow: 0 0 2px 1px #66beb3;
    outline: 2px solid #009380;
    outline-offset: -1px;
    position: relative;
}

.checkbox-label {
    align-items: center;
    display: flex;
    font-size: .8em;
    justify-content: center;
    margin: 1.3em auto 2.8em;
    width: fit-content;
}

.btn {
    background: #009380;
    border: none;
    border-radius: 1.5em;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    margin: 0 auto;
    padding: .5em 1em;
    transition: all .2s;
}

.btn.btn-login {
    width: 75%;
}

.btn:hover {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .5);
    transform: translateY(-2px);
    opacity: .8;
    ;
}

.forget-password {
    color: #009380;
    display: block;
    margin: 1em auto 1.5em;
    text-decoration: underline;
    width: fit-content;
}

.signup-link {
    color: #009380;
    display: block;
    margin: 1em auto 1.5em;
    text-decoration: underline;
    width: fit-content;
    font-size: 24px;
}

/* top.html */
.global-header {
    background: #009380;
    font-size: 2.25em;
    height: auto;
    min-width: 743px;
    padding: .4em;
    position: sticky;
    top: 0;
    z-index: 1;
}

.global-header-title {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
    width: 100%;
}

.global-header-navigation {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #009380;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 1.5em;
    justify-content: space-around;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translate(0, -50%);
    width: 1.5em;
}

.global-header-navigation-text {
    display: block;
    font-size: .625rem;
    line-height: 1;
    margin-top: -2em;
}

.global-navigation-container {
    background-color: rgba(0, 74, 64, .8);
    display: none;
    font-size: 1rem;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 9999;
}

.global-navigation {
    background-color: #fff;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, .5);
    height: 100vh;
    padding: .5em 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: .5s transform;
    width: 26.25em;
}

.global-navigation.opened {
    transform: translateX(0);
}

.global-navigation-close {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 2em;
    padding: 0;
    position: absolute;
    right: 1.5em;
    top: .5em;
    width: 2em;
}

.global-navigation-top {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 1.125em;
    justify-content: flex-start;
}

.global-navigation-top::before {
    background: url(../img/icon_arrow-left.svg) no-repeat 50% 50% / 77%;
    content: "";
    display: block;
    height: 2.25em;
    margin-right: 1em;
    width: 2.25em;
}

.global-navigation-list {
    margin: 1em auto;
    padding: 0;
    width: 90%;
}

.global-navigation-item {
    margin: .5em 0;
}

.global-navigation-item-a {
    align-items: center;
    border-bottom: 1px solid #777;
    color: #333;
    display: flex;
    font-size: 1.125em;
    justify-content: flex-start;
    min-height: 2.25em;
    padding: .5em 0.5em .5em;
}

.global-navigation-item-a::before {
    background: no-repeat 50% 50%;
    content: "";
    display: block;
    height: 2.25em;
    margin-right: 1em;
    width: 2.25em;
}

.global-navigation-item-a.item-top::before {
    background-image: url(../img/icon_home.svg);
    background-size: 94%;
}

.global-navigation-item-a.item-logout::before {
    background-image: url(../img/icon_logout.svg);
    background-size: 88%;
}

.global-navigation-item-a.item-support::before {
    background-image: url(../img/icon_support.svg);
    background-size: 100%;
}

.global-navigation-item-a.item-user::before {
    background-image: url(../img/icon_user.svg);
    background-size: 100%;
}

.global-navigation-item-a.item-resetpassword::before {
    background-image: url(../img/icon_resetpassword.svg);
    background-size: 100%;
}

.top {
    background-color: #fff;
    min-width: 600px;
}

.top .header {
    background-color: #e5f3f3;
    padding: .5em 0;
    text-align: center;
}

.top .header-title {
    color: #333;
    font-size: .75em;
    letter-spacing: .1em;
}

.top .header-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: .005em;
}

.top .header-text-name {
    display: inline-block;
    margin-left: 1em;
}

.top .contents-container {
    text-align: center;
}

.top .contents-header {
    background: #b1ded9;
    color: #333;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: .005em;
    padding: .1em 0;
}

.top .contents-list {
    margin: 3em auto;
    padding: 0;
    width: 30rem;
}

.contents-list-item {
    margin: 2em auto;
    position: relative;
    width: 100%;
}

.contents-list-item-a {
    align-items: center;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3em;
    font-weight: 400;
    justify-content: flex-start;
    letter-spacing: .03em;
    position: relative;
    width: 100%;
}

.contents-list-item-a::after {
    background-color: #ededed;
    border: 1px solid #c5c5c5;
    border-radius: .25em;
    content: "申し込む";
    display: block;
    font-size: .8em;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 0 auto;
    padding: .3em .7em;
}

.contents-list-item.noBtn .contents-list-item-a::after {
    content: none;
}

.contents-list-item-a::before {
    border-bottom: 1px solid #333;
    bottom: 0;
    content: "";
    display: block;
    left: 1.35em;
    position: absolute;
    transition: .5s all;
    width: 0;
}

.contents-list-item-a:hover::before {
    height: 1px;
    width: calc(96% - 6em);
}

.contents-list-item-a-detail {
    display: block;
    margin: 0 auto 0 1.8em;
    text-decoration: underline;
    width: fit-content;
}

.contents-list-item-icon {
    background-color: #009380;
    border-radius: .25em;
    color: #fff;
    font-size: .8em;
    margin-right: .2em;
    padding: .25em;
}

.top .btn-container {
    min-width: 743px;
}

.top .btn {
    width: 16em;
}

/* change.html */
.change {
    background-color: #e5f4f2;
}

.change .contents-container {
    background-color: #fff;
    margin: 1.25em auto;
    max-width: 1000px;
    min-width: 668px;
    width: 90%;
}

.change .contents-header {
    background-color: #66beb3;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    font-weight: 500;
}

.change .change-form {
    margin: 0 auto;
    width: 100%;
}

.form-group {
    align-items: center;
    display: flex;
    margin: 1em auto;
    max-width: 640px;
    width: 100%;
}

.change .form-label {
    display: flex;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 0 1em 0 auto;
}

.form-group-inner {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 74%;
}

.form-group-inner.gender {
    justify-content: flex-start;
}

.form-group-inner.gender label:not(:first-of-type) {
    margin-left: 1em;
}

.form-group-inner.date-of-birth {
    justify-content: flex-start;
}

.form-group-inner.date-of-birth .parts {
    margin: 0 1em 0 .5em;
}

.user-zipcode-group {
    justify-content: flex-start;
}

.user-tel-group .form-group-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

.change .input-textbox {
    border-radius: .15em;
}

.change .input-textbox::placeholder {
    color: #333;
}

.change .input-textbox.user-name {
    width: 48.5%;
}

.change .input-textbox.user-tel {
    margin: 0 .5em;
    text-align: center;
    width: 20%;
}

.change .input-textbox.user-tel:first-of-type {
    margin-left: 0;
}

.change .input-textbox.p-postal-code {
    text-align: center;
    width: 28%;
}

.change .input-textbox.p-region {
    width: 28%;
}

.user-zipcode-note {
    margin-left: 1em;
}

.user-form-note,
.user-tel-note {
    font-size: .75em;
    line-height: 1;
    margin: .25em 0 0;
    padding-left: 1em;
    /*position: absolute;*/
    text-indent: -1em;
    /*top: calc(100% + .25em);*/
    width: 100%;
}

.change .btn-container {
    background-color: #e5f4f2;
    display: flex;
    justify-content: center;
    margin-top: 2.5em;
    padding: 2.5em 25%;
}

.change .btn {
    border-radius: .25em;
    min-width: 7em;
    width: 32%;
}

.change .btn-confirm {
    background-color: #66beb3;
    letter-spacing: .5em;
    text-indent: .5em;
}

.change .btn-cancel {
    background-color: #e0e1e2;
    color: #363636;
}

/* change_confirm.html */
.change_confirm-list {
    font-size: .9em;
    margin: 0 auto;
    padding: .5em 0;
    width: 550px;
}

.change_confirm-list-container {
    align-items: flex-start;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    justify-content: flex-start;
    margin: 1.5em auto;
    padding: 0 1em .1em;
}

.change_confirm-item {
    flex-shrink: 0;
    font-weight: 600;
    letter-spacing: .2em;
    width: 30%;
}

#user-email .change_confirm-item {
    letter-spacing: -.08em;
}

.change_confirm-item::after {
    content: "：";
}

.change_confirm-detail {
    font-weight: 400;
    letter-spacing: .1em;
}

.change_confirm .btn-container {
    margin-top: 1.5em;
}

.change_confirm .btn {
    min-width: 8em;
}

.change_confirm .btn-change {
    background-color: #66beb3;
    margin-right: .5em;
}

/* signup.html, change_completed.html */
.signup .contents-header,
.change_completed .contents-header {
    background-color: #b2ded9;
    color: #363636;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: .01em;
    padding: .5em 0;
    text-align: center;
}

.signup .contents-text,
.change_completed .contents-text {
    text-align: center;
    font-size: 1.25em;
    margin: 1.5em auto;
}

.signup .contents-container::after {
    background: url(../img/img_mail.svg) no-repeat 0 0 / contain;
    content: "";
    display: block;
    margin: 2.5em auto;
    height: 200px;
    width: 280px;
}

.change_completed .contents-container::after {
    background: url(../img/img_imformation.svg) no-repeat 0 0 / contain;
    content: "";
    display: block;
    margin: 2.5em auto;
    height: 200px;
    width: 280px;
}

.attention-container {
    background: #f2d4d4;
    border: 1px solid #930f0f;
    border-radius: .3em;
    color: #930f0f;
    margin: 2.25em auto 2.875em;
    padding: .5em .3em;
}

.attention-title {
    font-size: .875em;
    letter-spacing: .01em;
}

.attention-item {
    font-size: .75em;
    margin: .5em 0;
}

.attention-item::before {
    content: "・";
}

/* スマホ用 */
.mobilephone {
    font-size: calc(100vmin * 16 / 375);
}

.mobilephone .main-container {
    min-width: auto;
}

.mobilephone.login .main-container {
    align-items: center;
    border-radius: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em 1.5em;
    width: 100%;
}

.mobilephone .main-header {
    font-size: 2.1em;
}

.mobilephone .main-header-sub {
    font-size: 1em;
}

.mobilephone .form-label {
    font-size: .75em;
    margin: 5vmin auto;
}

.mobilephone .login-form {
    margin: .2em auto .5em;
}

.mobilephone .input-textbox {
    font-size: 1.5em;
}

.mobilephone .checkbox-label {
    margin: 5vmin auto 10vmin;
}

.mobilephone .btn {
    font-size: .9em;
    padding: .6em 1em;
}

.mobilephone .btn.btn-login {
    width: 71%;
}

.mobilephone.html-top {
    height: 100%;
}

.mobilephone .global-header {
    min-width: auto;
    padding: .2em;
}

.mobilephone .global-header-title {
    font-size: .95em;
}

.mobilephone .global-header-navigation {
    height: 1.1em;
    right: .1em;
    width: 1.1em;
}

.mobilephone .global-header-navigation i {
    font-size: .65em;
}

.mobilephone .global-header-navigation-text {
    font-size: .5rem;
}

.mobilephone .global-navigation {
    font-size: .7em;
}

.mobilephone .forget-password {
    margin: 4vmin auto 7vmin;
}

.mobilephone.top {
    min-width: auto;
}

.mobilephone.top .main-container {
    font-size: .75rem;
}

.mobilephone .contents-list {
    width: 91vw;
}

.mobilephone .btn-container {
    min-width: auto;
    padding: 0 0 3em;
    position: sticky;
    top: 100vh;
}

.mobilephone .contents-list-item-a::before {
    content: none;
}

.mobilephone.change {
    background: #fff;
}

.mobilephone.change .contents-header {
    font-size: 1.5em;
}

.mobilephone.change .change-form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 2.5vh;
    min-height: 82vh;
}

.mobilephone.change .form-group {
    margin: 0 auto;
    width: 92%;
    padding: .2em 0;
}

.mobilephone.change .contents-container {
    margin: 0 auto;
    max-width: 100%;
    min-width: auto;
    width: 100%;
}

.mobilephone.change .form-label {
    flex-wrap: wrap;
    font-weight: 700;
    justify-content: flex-end;
    letter-spacing: -.05em;
    line-height: 1.2;
    margin: 0 .8em 0 auto;
}

.mobilephone.change .form-label.form-label-address2 {
    font-size: .72em;
    letter-spacing: -.05em;
}

.mobilephone.change .form-group-inner {
    width: 78%;
}

.mobilephone.change .input-textbox {
    font-size: .9em;
    padding: .5vh .3em;
}

.mobilephone.change .input-textbox.p-postal-code,
.mobilephone.change .input-textbox.p-region {
    width: 35%;
}

.mobilephone.change .input-textbox.user-tel:first-of-type {
    margin-left: 0;
}

.mobilephone.change .select-wrapper {
    width: 32%;
}

.mobilephone.change .user-school-group .select-wrapper {
    width: 100%;
}

.mobilephone.change .user-school-group .select-wrapper:not(:last-of-type),
.mobilephone.change .user-school-group+.user-school-group .select-wrapper {
    margin-bottom: .5em;
}

.mobilephone.change .selectbox {
    font-size: .9em;
}

.mobilephone.change .select-wrapper::after {
    right: .075em;
}

.mobilephone.change .user-zipcode-note {
    font-size: .7em;
}

.mobilephone.change .user-form-note,
.mobilephone.change .user-tel-note {
    font-size: .7em;
}

.mobilephone.change .btn-container {
    background-color: #fff;
    margin: 6vh auto .5em;
    padding: 0;
    width: 75%;
}

.mobilephone.change .btn {
    padding: .3em 1em;
    width: 45%;
}

.mobilephone.change .contents-header {
    font-size: 1.1em;
    padding: .2em;
}

.mobilephone.change_confirm .change_confirm-list {
    display: flex;
    flex-direction: column;
    font-size: .75em;
    justify-content: space-around;
    min-height: 75vh;
    padding: 2vh 0 3vh;
    width: 90%;
}

.mobilephone.change_confirm .change_confirm-list-container {
    margin: 0 auto;
    padding: 1.8vh .5em;
    width: 100%;
}

.mobilephone.change_confirm .change_confirm-item {
    font-weight: 500;
    letter-spacing: .1em;
    width: 33%;
}

.mobilephone.change_confirm #user-email .change_confirm-item {
    letter-spacing: -.15em;
}

.mobilephone.change_confirm .change_confirm-detail {
    letter-spacing: .05em;
}

.mobilephone.change_confirm .change-form {
    min-height: auto;
}

.mobilephone.change_confirm .btn-container {
    margin-top: 1vh;
    padding: 0;
}

.mobilephone.signup .contents-header {
    font-size: .9em;
    font-weight: 500;
    letter-spacing: -.01em;
    padding: .7em 0;
}

.mobilephone.signup .contents-text {
    font-size: 1em;
    margin: 7vh auto 6.5vh;
}

.mobilephone.signup .contents-container::after,
.mobilephone.change_completed .contents-container::after {
    margin: 4vh auto;
    height: calc(355 / 496 * 496 / 750 * 100vmin);
    width: calc(496 / 750 * 100vmin);
}

.mobilephone .attention-container {
    margin: 5.3973vh auto 6.89655vh;
    padding: 1.2vh .3em;
}

.mobilephone .attention-title {
    font-size: .71875em;
}

.mobilephone .attention-item {
    font-size: .6875em;
    margin: .65vh 0;
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
    body:not(.mobilephone).login .main-container {
        max-width: 400px;
        width: 90%;
    }
}

@media (orientation: landscape) {
    .mobilephone.login .main-container {
        padding: .5em 2em;
    }

    .mobilephone .error-text {
        margin: .5em 0 0;
    }

    .mobilephone .login-form {
        margin: .2em auto .2em;
    }

    .mobilephone .form-label {
        margin: 2vmin auto;
    }

    .mobilephone .checkbox-label {
        margin: 1vmin auto 3vmin;
    }

    .mobilephone .forget-password {
        margin: 1vmin auto 0;
    }

    .mobilephone .btn-container {
        padding: 0 0 1em;
    }

    .mobilephone.change_confirm .change_confirm-list {
        width: 70%;
    }

    .mobilephone.change_confirm .change_confirm-item {
        width: 28%;
    }

    .mobilephone.change_confirm .btn-container {
        padding-bottom: 2em;
    }

    .mobilephone.signup .contents-text,
    .change_completed .contents-text {
        font-size: .9em;
        margin: 5vh auto 4.5vh;
    }
}

.test-btn {
    border: 1px solid #000;
    width: 4vw;
    height: 4vw;
    padding: 0;
    box-sizing: border-box;
}