@charset "UTF-8";
dl{
    width:990px;
    border-top: 1px solid#cccccc;
    border-right: 1px solid#cccccc;
    border-left: 1px solid#cccccc;
}
dl dt {
    float: left;
    padding: 1em;
    color:#998484;

}
dl dd {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 1em 0 1em 18em;
}
dl dt .must {
    color:#d23939;
}
input[type="email"]{
    width: 50%;
}
input{
    font-size 1em;
    padding: 5px;
}
textarea {
    width:30em;
    font-size: 1em;
    padding: 5px;
}
p.submit {
    textalign: center;
}
input[type="submit"] {
    padding:20px 100px;
    background: #7f6666;
    color: #ffffff;
    font-weight: bold;
}
input[type="submit"]{
    padding:20px 100px;
    background: #7f6666;
    font-size: 1em;
    color:#ffffff;
    font-weight: bold;
    border-radius:10px;
}
input[type="submit"] {
    padding: 20px 100px;
    background: #7f6666;
    font-size: 1em;
    color: #ffffff;
    font-weight:bold;
    cursor: pointer;
}
input[type="submit"]:hover {
    opacity: 0.8;
}

body{
    font-family:`Zen Kaku Gothic New`,sans-serif;
    color:#ffffff;
    background-color: #16161a;
}

p
{
        font-size:  20px;
}

header {
    font-weight:700;
    position: absolute;
    width: 100%;
    z-index: 3;
}
header .container {
    max-width:1080px;
    width: 90%;
    margin: 0 auto;
}
header .row{
    display:flex;
    justify-content: space-between;
    align-items:  center;
    height:60px;
}
header .logo {
font-size: 24px;
}
header ul {
    list-style-type: none;
    margin:20px 0;
    padding:0;
    display:flex;
}
header ul li{
    margin-left: 30px;
    font-size: 20px;
    letter-spacing: 1px;
}
header ul li a,
header ul li a:link,
header ul li a visited {
    display:block;
    padding: 10px 15px;
    text-decoration:none;
    color: #FFD700;
}
header ul li a:hover{color:#888;
}

.section1 {
    background-image: url(../images/image1.JPG);
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.section1 .filter {
    width:100%;
    height:100%;
    background-color: #000000;
    opacity: 0;
    position:absolute;
    top: 0;
    left 0;
    z-index: 1;
    
}
.section1 .container {
    width: 90%;
    max-width: 1080px;;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
}
.section1 .heading {
font-size: 20px;
font-weight: 700;
margin-bottom: 80px;
color: #FFD700;
} 

.section1 h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;

}
 .section1 .text {
    font-size: 30px;
    margin-bottom: 40px;
 }
 .section1 a {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 40px 20px 40px;
    display:inline-block;

    background-color: #FFD700;
    border-radius: 6px;
    letter-spacing: 2px;
    transition-duration: .2s;
}
.section1 a:hover {
    background-color: #2cb67d;
}

.section2 {
    margin-bottom: 45px;
}
.section2 .container {
    max-width: 1080px;
    width: 90%;
    margin 0 auto;
}
.section2 .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transform:translateY(-48px);
    z-index: 2;
    position:relative;
}
.section2 .col {
    background-color: #ffffff;
    width:28%;
    color: #16161a;
    padding:20px;
}
section2 img {
    background color:#7f5af0;
    width: 60px;
    padding: 10px;
    border-radius: 9px;
    margin-bottom: 16px;
}
section2 h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.section2 hr {
    border:solid 2px #2cb67d;
    margin-bottom: 16px;
    margin-left:0;
    width: 48px;
}
.section2 .text {
    font-size: 15px;
    line-height: 1.5;
}
.section3 {
    padding-top: 45px;
    margin-bottom: 60px;
}
.section3 .container {
    max-width: 1080px;
    width:90%;
    margin:0 auto;
}
.section3 .row {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:center;
    margin-bottom: 60px;
}
.section3 .col {
    width:46%;
}
.section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3;

}
.section3 hr {
    border:solid 2px #2cb67d;
    margin-bottom: 20px;
    margin-left: 0;
    width: 240px;
}
.section3 .text {
    line-height: 1.5;
}

.section4 {
    padding-top: 60px;
    margin-bottom: 60px;
}
.section4 .container {
    max-width: 1080px;
    width:90%;
    margin:0 auto;
}
.section4 h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: centre;
    margin-bottom: 20px;
}
.section4 hr {
    border-bottom: solid 2px #2cb67d;
    margin-left:0;
    width:160px;
}
.section4 ul {
    max-width: 700px;
    margin:0 auto;
}

section4 li {
    border:solid 1px #ffffff;
    margin-bottom: 20px;
    padding:16px 24px;
}
.section4 .date {
    color: #ffd700;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.section5 {
    padding-top: 60px;
    margin-bottom: 130px;
}
.section5 .container {
    max-width: 1080;
    width:90%
    margin: 0 auto; 
}
.section5 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align:  center;
    margin-bottom: 20px;
}
.section5 hr {
    border:solid 2px #2cb67d;
    margin:0 auto 40px;
    width:60px;
}
.section5 form {
    max-width: 540px;
    margin: 0 auto;
}
.section5 label {
    display:block;
    margin-bottom: 16px;
    font-weight: 500;
}
.section5 input, .section5 textarea {
    background-color: #ffffff;
    display:block;
    width:100%;
    padding:13px 16px;
    margin-bottom: 30px;
    color:#16161a;
}
.section5 input[type-submit] {
    text-align: center;
    background-color: #7f5af0;
    color:#ffffff;
    font-weight: 700;
    padding:20px 16px 22px;
    letter-spacing: 6px;
    border-radius: 6px;
    transition: -duration: .2s;
}
.section5 input[type-submit]:hover {
    background-color: #2cb67d;
}

footer {
    background-color: #ffffff;
    text-align: center;
    color:#16161a;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 20px 0;
}


@media  and (maw-width: 767px) {
    .section1 .container {
        width:98%;
    } 
    .section1 h1 {
        font-size: 27px;
    }
    .section2 .col {
        width:100%;
        margin-bottom: 20px;
    }
    .section3 .col {
        width:100%;
        margin-bottom: 30px;
    }
}



main .title{
    padding:50px;
    background:#f2f8f8;
}
/*home*/
main .title h1{
    margin:0;
    line-height: 1;
    font-size:40px;
    color:#00b6bd;
}
main .title ol{
    list-style-type:non;
    margin:30px 0 0;
    padding:0;
    display:flex;
}
main .title ol li{
    font-size:20px;
}
main .title ol li::after{
    content: ">";
    margin:0 5px 0 10px;
}
main title ol li:last-child-::after{
    content:non;
}
main table{
    width:50%;
    margin-bottom: 30px;
}
main table,
main table th,
main table td{
    border:solid 1px #ccc;
    border-collapse: 
    collapse;
}
main table th,
main table td{
    padding:10px;
}
main table th{
    background:#f2f8f8;
    color: #00b6bd;
}

/*activity*/
.activity main .activity-box{
    display:flex;
    justify-content: space-between;
    margin-top: 50px;
}
.activity main .activity-box div{
    width:475px;
    p {
        font-size: 20px;

}
.activity main h2{
    margin-top: 0;
}


