@charset "utf-8";

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #222222 !important;
}
/* --------ホバーするとき、文字が上に現れる設定----------- */

#block-text-top {
    z-index: 200;
}

/* --------header 設定----------- */

.sp_header {
    display: none;
}

main {
    margin: 114px 0 0 0;
    min-height: calc(100vh - 215px);
    background-color: rgba(var(--color_bg));
}

@media screen and (max-width: 1023px) {
    main {
        margin: 57px 0 0 0;
        min-height: calc(100vh - 158px);
    }
}
@media screen and (max-width: 599px) {
    main {
        min-height: calc(100vh - 328px);
    }
}

header {
    text-align: left;
}

#cms-pc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(var(--color_bg));
    z-index: 201;
}
.menu_list_wrap li {
    margin: 0 30px 0 0;
    display: inline-block;
}

header .flex {
    margin: 0 auto;
    width: 80%;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_list_wrap li a {
    color: rgba(var(--color_text));
    font-weight: bold;
    font-size: 16px;
}

.menu_list_wrap li a:hover,
.footer_menu_list_wrap li a:hover {
    color: rgba(var(--color_primary));
}

.menu_list_wrap li a.active,
.footer_menu_list_wrap li a.active {
    color: rgba(var(--color_primary));
}

/* --------footer 設定----------- */

footer {
    background-color: rgba(var(--color_sub));
    width: 100%;
    bottom: 0;
}

footer .flex {
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
    max-width: 860px;
}

.footer_menu_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer_menu_list_wrap li a {
    font-size: 14px;
    color: rgba(var(--color_text));
}

#block-company-copyright {
    text-align: center;
    background-color: rgba(var(--color_primary));
    color: rgba(var(--color_main_text));
    font-size: 14px;
    position: relative;
    bottom: 0;
    padding: 3px;
}

@media screen and (max-width: 1023px) {
    header .flex {
        width: 90%;
    }

    .menu_list_wrap {
        margin-left: 30px;
    }
    .menu_list_wrap li {
        margin: 0 10px 0 0;
        display: inline-block;
    }

    .menu_list_wrap li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1023px) {
    /* ハンバーガーメニュー ここから */
    .pc_header {
        display: none;
    }
    .sp_header {
        display: block;
    }
    #cms-sp-header {
        background-color: rgba(var(--color_bg));
    }
    .menu_list_wrap li {
        display: inline-block;
        margin: 0 35px;
    }
    #cms-sp-header-btn span {
        height: 5px;
        background-color: rgba(var(--color_primary));
    }
    #cms-sp-header-btn span:nth-child(2) {
        visibility: hidden;
        display: none;
    }
    #cms-sp-menu {
        background-color: rgba(var(--color_primary));
        top: 0px;
        width: 30%;
        left: -55%;
        height: 100vh;
        padding: 60px 0 0 0;
        margin: 0;
    }
    #cms-sp-menu-wrap {
        margin: 0;
    }
    .menu_list_wrap li {
        border-bottom: 1px solid rgba(var(--color_main_text));
        display: block;
        margin: 0;
        font-size: 16px;
    }
    .menu_list_wrap li a {
        color: rgba(var(--color_main_text));
        position: relative;
        padding: 20px;
        display: block;
        font-weight: bold;
    }
    .menu_list_wrap li a::after {
        content: "";
        position: absolute;
        background-image: url("/img/templates/1/arrow.png");
        background-size: 10px;
        width: 10px;
        height: 16px;
        top: 50%;
        transform: translate(0px, -50%);
        right: 20px;
    }
    .menu_list_wrap li a.active,
    .menu_list_wrap li a:hover {
        color: rgba(var(--color_accent));
    }
}
@media screen and (max-width: 599px) {
    #cms-sp-menu {
        width: 50%;
    }
    footer .footer_menu_list_wrap {
        display: block;
        text-align: left;
        padding-left: 20px;
    }
    .footer_menu_list_wrap li {
        padding-bottom: 10px;
    }
    .footer_menu_list_wrap li:last-child {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 359px) {
}

/* --------確認必要----------- */

.top_firstview_wrap {
    position: relative;
}

.top_performance_wrap {
    width: 760px;
}

.top_performance_wrap .performance_table {
    width: 90%;
}

.performance_table .block-results-name_td {
    width: 100px;
}

.performance_table th,
.performance_table td {
    border-bottom: 2px dotted #ccc;
    padding: 10px 5px;
}

.performance_table .block-results-name_td {
    padding: 10px;
}

.performance_wrap .performance_table th,
.performance_wrap .performance_table .block-results-name_td {
    padding: 20px 5px 10px;
}

.performance_table .pfmanc_tag {
    font-weight: normal;
    font-size: 15px;
    padding: 3px 5px;
}

.performance_table th .date {
    display: inline-block;
    font-weight: normal;
}

.logo img {
    width: 100%;
}

.top_company_wrap .flex,
.top_entry_wrap .flex {
    justify-content: center;
}

.company_table {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 800px;
}

.list_pager {
    margin: 40px 0;
}

.list_pager span {
    padding: 5px 10px;
    margin: 0 10px;
    font-size: 13px;
    background-color: #053c7f;
    color: #fff;
}

.list_pager .now_page {
    border: 1px solid #053c7f;
    color: #053c7f;
    font-size: 13px;
    background-color: #fff;
}

.company_table th {
    border-right: 1px solid #cccccc;
    background-color: #eef6ff;
    vertical-align: top;
    width: 30%;
}

.company_table th,
.company_table td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    display: table-cell;
}

/* --------admin にまとめする必要----------- */

body {
    text-align: center;
    background-color: rgba(var(--color_bg));
}

table {
    table-layout: fixed;
}

p {
    margin: 0;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
}

input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

textarea {
    resize: none;
    padding: 5px;
    font-size: 15px;
}

input:hover,
textarea:hover {
    outline: none;
}

td:focus textarea {
    outline: none;
}

/* -------エントリーページ------ */

.entry_wrap {
    /* margin-bottom: 20px; */
    color: rgba(var(--color_text));
}

.entry_wrap .title.title_underline {
    font-weight: bold;
    font-size: 38px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.entry_btn_wrap {
    /* margin: 40px auto 20px; */
    display: flex;
    justify-content: center;
}

.entry_table {
    margin: 60px auto 0;
    border: 1px solid #cccccc;
}

.top_entry_wrap {
    margin: 100px auto;
}

.entry_table th,
.entry_table td {
    text-align: left;
    padding: 30px 20px;
    border: 1px solid #cccccc;
}

.entry_table td {
    width: 67%;
}

.entry_table th {
    width: 33%;
    position: relative;
    color: rgba(var(--color_text));
    font-size: 16px;
}

.entry_table td .error-message,
.contact_table td .error-message {
    color: #ff0000;
    padding: 0 0 3px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    background-color: #fff;
}

.entry_table input {
    width: 80%;
}

.entry_table span.hissu {
    position: absolute;
    right: 20px;
    color: #ffffff;
    background-color: #ff0000;
    font-size: 13px;
    padding: 0 6px;
}

.entry_table td input::placeholder,
.entry_table td textarea::placeholder {
    color: #aaaaaa;
    font-weight: normal;
    font-size: 15px;
}

.entry_wrap #entry-confirm {
    /* margin-top: 60px; */
    /* margin: 40px auto; */
}

.entry_send_wrap .button_all_wrap {
    margin: 0 auto;
}

.entry_wrap .button_all_wrap {
    position: relative;
    margin: 40px auto;
}
.confirm .entry_wrap .button_all_wrap {
    margin: 40px auto;
}

.entry_table input,
.entry_table textarea {
    width: 100%;
    border: 1px solid #ccc;
}

.entry_table input[type="file"] {
    border: none;
    color: rgba(var(--color_text));
    font-size: 16px;
}

/* ------エントリーページ確認ページ -------*/

.entry_wrap .atntn_text {
    margin-bottom: 60px;
    font-size: 16px;
    text-align: center;
}

.entry_wrap .amend_btn,
.entry_wrap .conf_btn {
    display: inline-block;
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
}

/* .entry_wrap .amend_btn {
    background-color: #ebebeb;
    color: rgba(var(--color_text));
    margin-right: 60px;
} */

/*--------完了ページ --------*/

/* .entry_wrap .entry_return_btn {
    margin-top: 40px;
} */

@media screen and (max-width: 1023px) {
    .entry_wrap .title.title_underline {
        font-size: 34px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .entry_table td {
        width: 60%;
    }

    .entry_table th {
        width: 40%;
    }

    /* .entry_wrap .amend_btn,
    .entry_wrap .conf_btn {
        width: 35%;
        max-width: 300px;
    } */
}

@media screen and (max-width: 599px) {
    .entry_table {
        margin: 30px auto 0;
    }

    .entry_wrap .title.title_underline {
        font-size: 24px;
    }
    .entry_wrap .atntn_text {
        margin: 0 20px 30px 20px;
    }

    .entry_table tr {
        display: flex;
        flex-direction: column;
    }

    .entry_table td {
        width: 100%;
        padding: 20px;
    }

    .entry_table th {
        width: 100%;
        padding: 10px 15px;
    }

    .entry_table th,
    .entry_table td {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .entry_table input {
        width: 100%;
    }

    .entry_table span.hissu {
        position: initial;
        margin-left: 20px;
        padding: 3px 5px;
    }

    .entry_wrap .button_all_wrap {
        margin: 30px auto;
    }

    .entry_wrap #entry-confirm {
        display: inline-block;
        /* margin-top: 30px; */
    }

    #privacy-agree-wrap {
        margin-top: 30px;
    }
}

@media screen and (max-width: 359px) {
}
