body {
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2rem;
    background-color: #bbdcc9;
}

header {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    border-bottom: #0a6636 solid 3px ;
}

header p {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}

header img {
    width: 95%;
}
.pc_title {
    display: block;
}
.sp_title {
    display: none;
}

#container {
    display: flex;
    justify-content: center;
}

/*　Navigation　*/

/* .cont_t {
    text-align:center ;
} */
/* .cont_t img {
    width: 172px;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
} */
.top_cont {
    width: 100%;
    background-color: #0a6636;
}
.top_img {
    /* width: 100%;
    height: auto; */
    max-width: 1100px;
    /* flex: 1; */
    margin: 0 auto;
    /* background-color: #0a6636; */
}

.top_img img {
    width: 100%;
    margin: 0 auto;
}

#nav-menu {
    width: 200px;
    height: 100%;
    min-height: 600px;
    background-color: #ffffff;
    list-style: none;
    padding-top: 1rem;
}

#nav-menu li {
    display:table;/*display: table-cell親要素*/
}

#nav-menu li a {
    display: table-cell; /*vertical-align適応のため*/
    height: 50px;
    border-bottom: 1px dotted #cfcfcf;
    padding: 3px 15px;
    text-decoration: none;
    color: #323232;
    width: 200px; 
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    vertical-align: middle;
}

#nav-menu li a:hover {
    background-color: #0a6636;
    color: #FFF;
}

main {
    max-width: 800px;
    flex: 1;
    background-color: #ffffff;
    line-height: 1.7rem;
}

/*　新着情報　*/

.information {
    width: 92%;
    margin:0 auto;
    margin-bottom: 20px;
}

.new {
    color: #000000;
    font-size: 1.4rem;
    padding: 5px 0px 5px 10px;
    margin-top: 1.3rem;
    border-left: #0a6636 8px solid;
}

.topics {
    text-align: left;
}

.topics dl {
    padding: 12px 0;
    border-bottom: 1px solid rgb(219, 219, 219);
}

.topics dt {
    font-weight: 600;
    color: #0a6636;
    
    position: absolute;
}

.topics dd {
    margin-left: 10rem;
    margin-bottom: 0.3rem;
}

.topics a:hover {
    text-decoration: underline;
}
.topics a {
    color: #981b27;
}

/*-------Important Dates（日程）---------*/

.ipt_d_t {
    width: 92%;
    font-size: 1.4rem;
    background-color: #0a6636;
    color: #FFF;
    margin: 0 auto;
    padding: 0.4rem 0 0.4rem 0.8rem;
}

table , td, th {
    width: 92%;
    margin: 1rem auto;
    color: #323232;
    font-size: 0.9rem;
	/* border: 1px solid #595959;
	border-collapse: collapse; */
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
/* th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
} */










.jimukyoku {
    width: 92%;  
    color: #000000;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.jimukyoku h2 {
    color: #000000;
    font-size: 1.4rem;
    padding: 5px 0px 5px 10px;
    margin-top: 1.3rem;
    border-left: #0a6636 8px solid;
    margin-bottom: 0.7rem;
}

.jimukyoku p {
    margin-bottom: 5px;
    /* font-size: 1rem; */
    line-height: 1.4rem;
}

.jimukyoku p a:hover {
    text-decoration: underline;
}

/*　footer　*/

#site-footer {
    background-color: #0a6636;
    width: 100%;
    height: 100px;
}

#copyright {
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

#drawer_toggle {
    display: none;
}

/*　text　*/

.Red_Bold {
    font-weight: 700;
    color: #F00;
}

/*  ダウンロードボタン　*/
.PDF_DL {
	font-size: 1.1rem;
	width: 80%;
	background-color: #b50045;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	margin: 20px auto;
	padding: 5px;
	border-radius: 4px;
}
.PDF_DL a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
.PDF_DL :hover {
	background-color: #f52373;
}
.PDF_DL img {
	width: 30px;
	margin: 5px;
	vertical-align: middle;
}

/*------------------
　Sponsors
------------------*/

#sponsors {
    text-align: center;
}

.spo_title {
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: #05954a solid 3px;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 0.3rem;
}

#sponsors img {
    margin-top: 0.8rem;
}


@media all and (max-width:620px) {

    #nav-menu {
        box-sizing: border-box;
        position: fixed;
        top: 0px;
        /* display: none; */
        width: 65%;
        height: 100%;
        background: #05954a;
        opacity: 0.9;
        display: block;
        left: -100%;
        transition: left .5s;
        padding-top: 100px;
        z-index: 1;
    }
    
    #nav-menu.sp_open {
        left: 0;
    }

    #nav-menu ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #nav-menu li a {
        display: block;
        text-align: left;
        height: 50px;
        width: 100%;
        color: #FFF;
        font-size: 1rem;
        text-decoration: none;
        border-bottom: 0px;
        padding-top: 1rem;
    }

    #nav-menu li {
        display:block;/*display: table-cell親要素*/
    }

    #nav-menu li a:hover {
        background-color: #20ca4295;
        border-bottom: 0px
    }
    
    #nav-menu li:hover a {
        color: #fff;
    }

    #drawer_toggle {
        z-index: 200;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 60px;
        height: 60px;
    }
    #drawer_toggle span {
        position: absolute;
        top: 19px;
        left: 17px;
        display: inline-block;
        width: 30px;
        height: 3px;
        border-radius: 2px;
        background-color: #3c4f39;
        vertical-align: top;
    }
    #drawer_toggle span:nth-child(2) {
        margin-top: 10px;
    }
    #drawer_toggle span:last-child {
        margin-top: 20px;
    }
    #drawer_toggle.open span {
        top: 29px;
        left: 14px;
        width: 35px;
        margin: 0;
    }
    #drawer_toggle.open span:first-child {
        transform: rotate(45deg);
    }
    #drawer_toggle.open span:nth-child(2) {
        display: none;
    }
    #drawer_toggle.open span:last-child {
        transform: rotate(-45deg);
    } 

    .cont_t img {
        display: none;
    }

    header {
        height: 60px;
        text-align: right;
    }
    header img {
        width: 87%;
        margin-top: 5px;
    }

    header p {
        padding:0;
    }
    /* .sp_title {
        display:block;
        text-align: right;
    } */
    .pc_title {
        display:block;
        text-align: left;
    }

    .topics dt {
        /* font-weight: 600;
        padding-bottom: 6px; */
        position: relative;
    }
    
    .topics dd {
        margin-left: 0px;
    }

    main {
        width: 100%;
    }

    #site-footer {
        height: 50px;
    }
    #copyright {
        padding-top: 10px;
    }
}