@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
time,
ul,
var,
video {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: bottom;
    background: transparent;
    border: 0;
    outline: 0;
    list-style: none;
}

body {
    font-family: 'メイリオ', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    background-color: #fff;
    letter-spacing: 0.07em;
    height: 100%;
}

a {
    text-decoration: none;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }

img {
    max-width: 100%;
}

header {
    background-color: #29a2c6;
    padding: 10px;
}

.contents {
    width: auto;
    max-width: 1000px;
    margin: auto;
    padding: 0 30px;
}

header .contents {
    padding: 0;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panlist_wrap ul li {
    display: inline-block;
    color: #fff;
}

.panlist_wrap ul {
    margin-left: 10px;
}

.panlist_wrap ul li {
    position: relative;
    margin-right: 10px;
}

.panlist_wrap ul li a {
    color: #fff;
}

.panlist_wrap ul li::after {
    position: absolute;
    content: ">";
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
}

.panlist_wrap ul li:last-child::after {
    display: none;
}

.logo {
    margin-right: 10px;
}

#main .contents {
    max-width: 1060px;
}

h2 {
    font-size: 24px;
    padding: 10px 0 10px 50px;
    font-weight: 600;
}

#info h2 {
    background-image: url(/eigyou/wp-content/themes/tuf/assets/images/info_icn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}

#media_update h2 {
    background-image: url(/eigyou/wp-content/themes/tuf/assets/images/update_icn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}

.info_txt a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    color: #000;
}

.info_txt p:first-child {
    margin-right: 40px;
}

.info_txt a {
    padding: 10px;
}

.info_list_wrap {
    max-width: 830px;
    margin: 30px auto 40px;
    max-height: 150px;
    overflow-y: auto;
}

.info_list_wrap::-webkit-scrollbar {
    width: 16px;
}

.info_list_wrap::-webkit-scrollbar-track {
    background-color: #d4ecf4;
    border-radius: 100px;
}

.info_list_wrap::-webkit-scrollbar-thumb {
    background-color: #29a2c6;
    border-radius: 100px;
}

.btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    border-radius: 10px;
}

.btn a {
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	border-radius: 10px;
	overflow: hidden;
}

.btn_wrap .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_wrap .btn {
    width: 30%;
}

.btn_wrap .btn p:first-child {
    margin-right: 20px;
}

section {
    padding-top: 40px;
}

.media_list_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px auto 0;
    flex-wrap: wrap;
}

.btn.more {
    border: 1px solid #29a2c6;
    max-width: 300px;
    margin: auto;

    transition: all 0.3s;
}

.btn.more:hover {
    background-color: #29a2c6;
}

.btn.more:hover a {
    color: #fff;
}

.btn.more:hover p img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn.more p img {
    transition: all 0.3s;
}

.btn.more a {
    color: #29a2c6;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s;
}

.btn.more a p {
    display: flex;
    align-items: center;
}

.btn.more a p:first-child {
    margin-right: 20px;
}

.pass_area {
    background-color: #ffcb18;
    color: #fff;
    text-align: center;
}

.pass_area p {
    font-size: 20px;
    background-image: url(/eigyou/wp-content/themes/tuf/assets/images/key_icn.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding: 20px 0 20px 40px;
}

.btn.contact_doc {
    max-width: 300px;
    margin: 60px auto 30px;
}

.btn.contact_doc a {
	overflow: hidden;
	border-radius: 10px;
    padding-top:10px;
    padding-bottom:10px;
}


.btn.ad {
    max-width: 300px;
    margin: 40px auto;
}

.btn.ad a {
	overflow: hidden;
	border-radius: 10px;
    padding-top:10px;
    padding-bottom:10px;
}

.btn.contact_doc a span,
.btn.ad span {
    display: block;
    font-size: 16px;
}

#media_update {
    padding-bottom: 40px;
}

#secret_content {
    background-color: #fff9e3;
    padding: 0;
    margin-top: 40px;
}

#secret_content h2 {
    background-image: url(/eigyou/wp-content/themes/tuf/assets/images/folder_icn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding-top: 50px;
    padding-left: 60px;
}

#secret_content h2 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

#cm h2 {
    background-image: url(/eigyou/wp-content/themes/tuf/assets/images/cm_p_icn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 60px;
    margin-bottom: 20px;
}

.time_doc_list_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px auto 0;
}

.time_doc_list_wrap::after {
    display: block;
    content:"";
    width: 220px;
    }

.time_doc {
    margin: 0 15px 40px 0;
    max-width: 220px;
}

.time_doc:nth-child(4) {
    margin-right: 0;
}

.media_doc {
    margin: 0 2% 40px 0;
    max-width: 220px;
}

.media_doc:nth-child(4) {
    margin-right: 0;
}

.time_doc p,
.media_doc p {
    font-size: 12px;
}

h3 {
    font-size: 16px;
}

.contact {
    color: #fff;
    text-align: center;
}

.contact p {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.contact_list_box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: auto;
    margin: 5px auto 0;
}

.contact_list_wrap {
    margin: 20px auto;
}

.place {
    text-align: right;
    width: 50%;
    font-size: 20px;
}

.tel {
    width: 50%;
    font-size: 20px;
}

#copy {
    background-color: #29a2c6;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
}

.cm_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1000px;
    padding: 30px;
}

#cm .contents {
    margin-bottom: 30px;
}

.cm_list_wrap:nth-child(even) {
    background-color: #ebf9fc;
}

.movie {
    width: 53%;
}

.movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.cm_txt {
    width: 43%;
}

.cm_content h3 {
    font-size: 20px;
    color: #29a2c6;
    margin-bottom: 20px;
}

#link {
    height: calc(100vh - 250px);
}

#link .contents {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 35%;
    transform: translateY(-35%);
    text-align: center;
}

#link .contents label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

#password {
    padding: 10px;
    width: 100%;
    max-width: 300px;
}

.button {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 30px auto 0;
    border-radius: 5px;
    color: #fff;
    background-color: #29a2c6;
    text-align: center;
    padding: 20px;
    border: 0;
    font-size: 18px;
    border: 1px solid #29a2c6;

    transition: all 0.3s;
    cursor: pointer;
}

.button:hover {
    background-color: #fff;
    color: #29a2c6;
}

.time_doc_img {
    position: relative;
}

.doc_p {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #343737;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: relative;
    z-index: 9999;
    margin-top: -28.9px;
    opacity: 0.7;
}

.time_doc_img p img {
    width: 15px;
}

@media screen and (max-width: 1011px) {
    .time_doc:nth-child(4) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 980px) {
    .btn a {
        font-size: 18px;
    }
}

@media screen and (max-width: 880px) {
    .btn_wrap {
        flex-direction: column;
    }

    .btn_wrap .btn {
        margin-bottom: 20px;
        width: 60%;
    }
}

@media screen and (max-width: 780px) {
    .contents {
        padding: 0 20px;
    }

    section {
        padding-top: 20px;
    }

    .cm_content {
        flex-direction: column;
    }

    .cm_txt {
        width: 100%;
        margin-top: 20px;
    }

    .movie {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .btn_wrap .btn {
        width: 100%;
    }

    .pass_area p {
        font-size: 16px;
    }

    h2 {
        font-size: 20px;
        padding: 10px 0 10px 40px;
    }

    #info h2 {
        background-size: 30px auto;
    }

    #media_update h2 {
        background-size: 34px auto;
    }

    #secret_content h2 {
        background-size: 35px auto;
        padding-left: 45px;
        padding-top: 48px;
    }

    #cm h2 {
        background-size: 38px auto;
        padding-left: 50px;
    }

    .btn_wrap .btn.cm img {
        width: 38px;
    }

    .btn_wrap .btn.document img {
        width: 22px;
    }

    .btn_wrap .btn.timetable img {
        width: 30px;
    }

    .pass_area p {
        background-size: 22px auto;
    }

    .btn.contact_doc a,
    .btn.ad a {
        background-size: 42px auto;
    }

    .contact p {
        background-size: 35px auto;
    }

    .btn a {
        font-size: 16px;
    }

    .info_list_wrap {
        margin: 10px auto 40px;
    }

    .media_doc,
    .time_doc {
        width: 100%;
        max-width: 400px;
    }

    .pass_area p {
        text-align: left;
        background-position: left 10px center;
        padding: 20px 20px 20px 40px;
    }

    .contact p {
        font-size: 18px;
    }

    #copy {
        font-size: 10px;
    }

    .cm_content h3 {
        font-size: 18px;
    }

    .panlist_wrap ul li a,
    .panlist_wrap ul li {
        font-size: 12px;
    }

    h1 img {
        width: 50px;
    }

    h1 a {
        margin-top: -5px;
        display: block;
    }

    header {
        padding: 5px;
    }

    .media_list_wrap, .time_doc_list_wrap {
        flex-direction: column;
        align-items: center;
    }
}