﻿@charset "utf-8";
/* CSS Document */
section.account > h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #0a6e46;
    margin-bottom: 24px;
    margin-bottom: 40px;
}
body.live section.account > p.tmss_use_msg {
    font-size: 14px;
    margin-bottom: 1em;
}
label.tmss_account {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    width: auto;
    margin: 10px auto;
    color: #cb232f;
    border-bottom: solid 1px #cb232f;
    cursor: pointer;
}
label.tmss_account:hover {
    opacity: 0.8;
}
label.tmss_account::before {
    content: '';
    width: 20px;
    height: 12px;
    background: url(../images/icon_docs.svg) no-repeat;
    background-size: 150%;
    background-position: center;
    display: inline-block;
}
label.tmss_account input {
    display: none;
}
label.tmss_account input#use_tmss_account {
    border: none;
}
.table-contact {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #0a6e46;
    border-collapse: collapse;
}
.table-contact tr {
    /* border-bottom: 1px dotted #0a6e46; */
    width: 100%;
}
.table-contact th {
    background-color: #0a6e46;
    color: #fff;
    text-align: left;
    width: 30%;
    padding: 0px 5px 0 5px;
    border-bottom: 1px dotted #fff;
    font-size: 13px;
    position: relative;
    height: 40px;
}
.table-contact td {
    /* width: 70%; */
    padding: 10px 15px;
    border-bottom: 1px dotted #999;
    background-color: white;
    /* display: flex; */
    /* flex-wrap: wrap; */
    font-size: 13px;
}
.table-contact td.select {
    padding: 16px 15px 8px 15px;
}
.table-contact .home-address {
    display: flex;
}
.table-contact .note-yubin-area {
    display: flex;
    align-items: center;
    gap: 8px;
}
.table-contact .note-yubin-area span.notice {
    min-width: fit-content;
    height: fit-content;
    padding: 4px 8px;
    line-height: 1;
    background-color: #cb232f;
    color: white;
    font-weight: 500;
}
.table-contact .note-yubin-area span.notice2 {
    color: #cb232f;
    font-weight: 500;
}
section.account .table-contact td input {
    padding: 5px 10px;
    /* width: 100%; */
    max-width: 250px;
    font-size: 14px;
    border: solid 1px #0a6e46;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: left;
    color: #000;
    font-weight: 500;
    margin: 0;
}
section.account .table-contact td input::placeholder {
    color: #bbb;
}
#HighSchoolName {
    width: 100%;
    max-width: 340px;
    height: 30px;
    margin-right: 5px;
    border-color: #000;
}
#HighSchoolName::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
}
#HighSchoolName:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
}
#HighSchoolName::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
}
#HighSchoolName_SelectButton {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    background-size: contain;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    background: #0a6e46;
    height: 30px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    font-size: 0;
}
#HighSchoolName_SelectButton::before {
    content: '高校検索';
    color: #fff;
    font-size: 14px;
    line-height: 1;
    display: block;
}
#HighSchoolName_SelectButton:hover {
    opacity: 0.8;
}
.table-contact td input.error {
    border: solid 2px #fca5a5;
    background-color: #f8efef;
}
.table-contact td p.error_msg {
    font-size: 14px;
    color: #ff0000;
    margin-top: 0.5em;
    margin-bottom: 0;
}
.table-contact td div.name {
    display: inline-block;
    width: 47%;
    margin-right: 20px;
}
.table-contact td div.name:nth-child(2) {
    margin-right: 0;
}
.table-contact td div.name input {
    width: 200px;
    margin-left: 0px;
}
.table-contact td.class_edit h5 {
    margin: 10px 0;
}
.table-contact td div.grade {
    margin-bottom: 10px;
}
.table-contact td div.grade span {
    display: inline-block;
    width: 120px;
    font-size: 14px;
}
.table-contact td .grade input {
    width: 384px;
}
.table-contact td.class_edit p.display_sample, .table-contact td.class_edit p.display_sample span {
    font-size: 14px;
}
.table-contact td.class_edit p.display_sample span {
    color: #1785ce;
}
.table-contact td div.selector select {
    width: 200px;
    height: 40px;
    font-size: 16px;
    padding: 2px 4px;
}
.table-contact td div.selector {
    position: relative;
    width: 200px;
    display: inline-block;
}
.table-contact td div.selector::before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #53b300;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.table-contact td div.selector::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 16px;
    right: 12px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent;
    pointer-events: none;
}
.table-contact td div {
    width: 100%;
}
.table-contact td div.set_text {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    vertical-align: top;
}
.table-contact td div.set_text > span {
    font-size: 12px;
    display: inline-block;
    width: 25px;
}
.table-contact td div.set_text > input {
    font-size: 14px;
    width: calc(100% - 40px);
}
.table-contact td div.radio_box {
    display: flex;
}
.table-contact td div.radio_box input {
    display: none;
}
.table-contact td div.radio_box label {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    margin-right: 30px;
}
.table-contact td div.radio_box label::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #91d226;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}
.table-contact td div.radio_box input:checked + label::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #91d226;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}
.table-contact td span.input-explain {
    font-size: 12px;
    color: #666;
    display: inline-block;
}
.tabel-required {
    background-color: #ffffff;
    text-align: center;
    padding: 3px 6px;
    line-height: 1;
    margin: 0;
    color: #cb232f;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    position: absolute;
    height: 20px;
    top: calc(50% - 10px);
    right: 10px;
}
section.account section.privacy_check {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.consent {
    text-align: center;
    padding: 1em 0 0 0;
}
.submit_check {
    width: 240px;
    margin: 20px auto 30px;
}
.submit_check input[type="checkbox"] {
    display: none;
}
.submit_check label {
    display: block;
    color: #0a6e46;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    width: 260px;
    margin: 0 auto 10px;
}
.submit_check label::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border: solid 2px #86cd2a;
    border-radius: 5px;
    vertical-align: -6px;
    margin-right: 0.5em;
}
.submit_check input[type="checkbox"]:checked + label::after {
    content: '';
    width: 22px;
    height: 12px;
    display: block;
    border-left: solid 3px #0a6e46;
    border-bottom: solid 3px #0a6e46;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 0;
}
.submit_check a {
    text-decoration: underline;
}
.passive {
    display: none;
}
label.clearBtn_label {
    display: block;
    width: 120px;
    margin: 20px auto;
    background-color: #85cd2a;
    text-align: center;
    color: #fff;
    padding: 6px;
    font-size: 14px;
}
label.clearBtn_label:hover {
    opacity: 0.7;
}
label.clearBtn_label input {
    display: none;
}
.message {
    text-align: center;
    margin: 40px;
}
#form_contact > section.account > div.message {
    margin: 0 0 10px;
    font-size: 14px;
    text-align: justify;
}
#pErr, #AcountErr {
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 1em;
}
section.forgetpass {
    text-align: center;
    font-size: 14px;
}
section.forgetpass span {

    display: block;
    width: 100%;
    text-align: center;
}
section.forgetpass span a {
    color: #f00;
    text-decoration: underline;
}
input#clearBtn {
    margin: 10px auto;
    background: #fff;
    border: solid 2px #03A9F4;
    color: #03A9F4;
    padding: 0 20px
}
input#clearBtn:hover {
    opacity: 0.8;
}
input[readonly] {
    background-color: #e9e9e9;
}
section.account > fieldset > h3 {
    margin-top: 30px;
    margin-bottom: 5px;
}
.Senior_check_univ {
    width: 100%;
    /* min-width: 1000px; */
    margin: auto;
}
.Senior_check_univ h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /* min-width: 1000px; */
    margin: auto;
}
.Senior_check_univ h2::before {
    /* content: ''; */
    width: 36px;
    height: 42px;
    display: inline-block;
    background: url(../images/icon_rank.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.Senior_check_univ p {
    text-align: left;
    font-size: 14px;
    margin: 10px 0;
}
.Senior_check_univ h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
}
.Senior_check_univ h3 img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.Senior_check_univ .rank_table {
    width: 100%;
    margin: 0 auto 60px;
}
.Senior_check_univ .rank_table dl {
    border-top: solid 2px #000;
    border-bottom: solid 1px #000;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Senior_check_univ .rank_table dl dt {
    width: 10%;
    border-bottom: solid 1px #000;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    border-right: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Senior_check_univ .rank_table dl dd ul {
    width: 150px;
    display: flex;
    margin-bottom: 0;
}
.Senior_check_univ .rank_table dl dd li {
    width: 150px;
    margin-right: 3%;
}
.Senior_check_univ .rank_table dl dd {
    width: 90%;
    border-bottom: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    padding-left: 1em;
    box-sizing: border-box;
    margin-bottom: 0;
}
.rank_table dl dd p {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    width: calc(100% - 150px);
}
.rank_table dl dd p span {
    font-size: 14px;
    display: block;
}
.rank_table dl dd a {
    display: block;
    margin-right: 0;
    display: block;
}
.rank_table dl dd a img {
    width: 100%;
}
.rank_table dl dd a:hover {
    opacity: 0.8;
}
.Senior_check_univ .rank_table dl .title {
    text-align: center;
    background: #6eb92b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 0;
}
.Senior_check_univ .rank_table dl .top3 {
    background: #fffcde;
}
.Senior_check_univ .rank_table ul.end_text {
    margin: 10px 0 20px;
    text-align: left;
}
.Senior_check_univ .rank_table ul.end_text li {
    font-size: 14px;
    padding-left: 1.5em;
    position: relative;
}
.Senior_check_univ .rank_table ul.end_text li::before {
    content: '';
    width: 1em;
    height: 1em;
    background: #6eb92b;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.3em
}
.Senior_check_univ .tail {
    background: #6eb92b;
    width: 100%;
    min-width: 1100px;
    text-align: center;
    padding: 30px 0;
}
.Senior_check_univ .tail h5 {
    min-width: 1100px;
}
.Senior_check_univ .tail p {
    min-width: 1100px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.Senior_check_univ .tail .btns img {
    margin: 0 10px;
    border-radius: 16px;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
}
.pr_message {
    border: solid 4px #ffc268;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    background: #ff9800;
    color: #fff;
    margin: 20px 0;
}
@media only screen and (max-width: 767px) {
    section.account .table-contact td input[type=text] {
        width: 100%;
        max-width: unset;
    }
    #HighSchoolName::-webkit-input-placeholder {
        font-size: 2.8vw;
    }
    #HighSchoolName:-ms-input-placeholder {
        color: #ccc;
        font-weight: normal;
        font-size: 14px;
    }
    #HighSchoolName::-moz-placeholder {
        color: #ccc;
        font-weight: normal;
        font-size: 14px;
    }
    label.tmss_account input#use_tmss_account {
        font-size: 3vw;
    }
    .table-contact th {
        width: 27%;
        padding: 5vw 1vw 5vw;
        border-bottom: 1px dotted #fff;
        font-size: 2.8vw;
        position: relative;
    }
    .tabel-required {
        margin-left: 0;
        display: block;
        position: absolute;
        right: 1vw;
        font-size: 10px;
        height: 16px;
        top: calc(50% - 8px);
    }
    .tabel-required.selectschool {
        top: calc(50% + 5px);
    }
    .table-contact td {
        width: 100%;
        padding: 2vw 2vw;
        display: table-cell;
        font-size: 3vw;
    }
    .table-contact .home-address {
        flex-direction: column;
        gap: 4px;
    }
    span.HighSchoolName {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #HighSchoolName {
        width: calc(100% - 00px);
        margin-right: 0;
        padding: 1vw;
        font-size: 3vw;
    }
#HighSchoolName_SelectButton{
    margin:2vw auto 0;
    padding:0 4vw;
}
    #SC1_Gakunen, #ddl_School, #ddl_Tdfk {
        font-size: 3vw;
        padding: 1vw;
        width: 100%;
    }
    td.ini {
        display: flex;
    }
    .table-contact td div.set_text {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 1vw 0 2vw;
    }
    .table-contact td div.set_text > span {
        font-size: 3vw;
        width: 8vw;
    }
    .table-contact td div.set_text > input {
        font-size: 3.6vw;
        width: calc(100% - 4.5vw);
        padding: 1vw;
    }
    .Senior_check_univ h2 {
        font-size: 4vw;
    }
    .Senior_check_univ p {
        font-size: 3.4vw;
    }
    .Senior_check_univ .rank_table dl dt {
        width: 15%;
    }
    .Senior_check_univ .rank_table dl dt img {
        width: 90%;
    }
    .Senior_check_univ .rank_table dl dd {
        width: 85%;
        padding-left: 2vw
    }
    .rank_table dl dd p {
        font-size: 3.6vw;
        width: calc(100% - 20vw);
    }
    .rank_table dl dd p span {
        font-size: 3vw;
    }
    .Senior_check_univ .rank_table dl dd ul {
        width: 25vw;
    }
    .pr_message {
        border: solid 4px #ffc268;
        font-size: 4vw;
        background: #ff9800;
        color: #fff;
        margin: 20px 0;
    }
}