@charset "utf-8";
/* CSS Common Document */
/* http://html5doctor.com/html-5-reset-stylesheet/　より引用。 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/* PC用 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    /* margin:0; */
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* CSS Original Document */

#wrapper {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    width: 40%;
    min-height: 100vh;
    margin: 0 auto;
}
#top_img {
    width: 100%;
    margin-bottom: 0;
}
#top {
    width: 100%;
    overflow: auto;
}
#theme {
    overflow: visible;
    white-space: nowrap;
    line-height: 30px;
    background-color: #006a6c;
    width: 100%;
    margin:0 auto;
}
#theme p{
    padding-bottom: 15px;
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255,255,255,1);
    letter-spacing: -0.2px;
}
#theme p span{
    font-family: Hiragino UD Sans Std;
    font-size: 22px;
}

#theme .tx01 {
	margin: -10px auto -20px;
    font-size: 14px;
}

#theme .tx02 {
    font-size: 22px;
}

#date_box {
    width: 100%;
}
#youtube {
    overflow: auto;
    width: 40%;
    white-space: nowrap;
    line-height: 30px;
    color: rgba(255,255,255,1);
    background-color: #006a6c;
    z-index: 2;
    position: relative;
    top:20px;
    left:30%;
}
#youtube p {
    letter-spacing: -0.2px;
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
#date {
    overflow: auto;
    width: 90%;
    white-space: nowrap;
    line-height: 30px;
    margin: 0 auto;
    border: 2mm solid #C6DDE5;
    padding:25px 0 10px 0;
}
#date p {
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.2px;
    color:#135160;
    font-size: 22px;
}

#date small {
    font-size: 16px;
}

#held {
    overflow: auto;
    width: 100%;
    white-space: nowrap;
    margin: 5px auto;
}
#held p {
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(49,25,0,1);
    letter-spacing: -0.2px;
    padding: 10px 0;
}
#access {
    overflow: auto;
    width: 100%;
    background-color: #E1EDF3;
}
#guide {
    overflow: auto;
    width: 50%;
    white-space: nowrap;
    line-height: 30px;
    margin: 30px auto 20px auto;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    letter-spacing: -0.2px;
    color: rgba(49,25,0,1);
}
#guide p {
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.err_msg{
    width: 70%;
    margin: 5px 5%;
    font-size: 16px;
    text-align: left;
    color:#dc143c
}
#login_form {
    width: 90%;
    height: 30px;
    margin: 0 auto;
    display: flex;
}
#text1 {
    width: 70%;
    height: 30px;
    font-size: 16px;
    padding: 0 20px;
    border: none;
}
#submit_btn {
    width: 30%;
    margin-left: 15px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #439BB3;
    border: none;
}
#guide_youtube {
    overflow: auto;
    width: 95%;
    white-space: nowrap;
    line-height: 30px;
    margin: 20px auto 10px auto;
    color: rgba(49,25,0,1);
}
#guide_youtube p {
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.2px;
}
#caution {
    overflow: auto;
    width: 90%;
    white-space: nowrap;
    margin: 10px auto 5px auto;
}
#caution p {
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(49,25,0,1);
    letter-spacing: -0.2px;
    padding: 10px 0;
}
/* footer */
#copyright {
    width: 100%;
    text-align: center;
    font-family: Hiragino UD Sans Std;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(255,255,255,1);
    letter-spacing: -0.2px;
    background-color: #006a6c;
}
#copyright p {
    padding: 20px 0;
}
/* 768px以上1024px以下に適用されるCSS（タブレット用） */
@media screen and (min-width:768px) and ( max-width:1024px) {
    #wrapper {
        width: 100%;
    }
    #theme {
        line-height: 80px;
        width: 100%;
        margin:0 auto;
    }
    #theme p{
        padding-bottom: 30px;
        font-size: 30px;
    }
    #theme p span{
        font-size: 40px;
    }
    #date {
        line-height: 130px;
        margin: 80px auto 0 auto;
        padding:60px 0;
    }
    #date p {
        font-size: 40px;
    }
    #youtube {
        line-height: 60px;
        top:110px;
        left:30%;
    }
    #youtube p {
        font-size: 30px;
    }
    #held {
        margin: 50px auto;
    }
    #held p {
        font-size: 30px;
        padding: 10px 0;
    }
    #guide {
        line-height: 150px;
        margin: 70px auto 50px auto;
        font-size: 45px;
    }
    #guide p {
        font-size: 40px;
    }
    #login_form {
        height: 73px;
        margin: 0 auto;
    }
    #text1 {
        height: 73px;
        font-size: 40px;
        padding: 0 20px;
    }
    #submit_btn {
        height: 73px;
        font-size: 40px;
    }
    #guide_youtube {
        line-height: 40px;
        margin: 40px auto 45px auto;
    }
    #guide_youtube p {
        font-size: 25px;
    }
    #caution p {
        font-size: 20px;
        padding: 20px 0;
    }
}

/* 767px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 767px) {
    
}