@charset "UTF-8";
/* CSS Document */

body {
   
}
.red {color: #E00003;}
.content {
    max-width: 800px;
    margin:  40px auto;
    width: 95%;
}

.content h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
    color: #00651A;
}

main p {
    font-size: 1.1rem;
}
.top p {
    font-weight: bold;
    font-size: 1.2rem;
}


.site p {
    font-size: 1.1rem;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.site .col20 {
    width: 19%;
    border: 1px solid #ccc;
    padding: 10px;
    
    box-sizing: border-box;
}
.site img {
    display: block;
    margin: 0;
}

.site a:hover {
    opacity: 0.6;
}
.site2 {
    max-width: 600px;
    margin: 0 auto;
}
.date {
    font-weight: bold;
}
h2 {
    font-size: 1.7rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}
h2.date {font-weight: bold;}
h3.copy {
   font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
}
.member {
    font-weight: bold;
    margin: 30px 0;
    text-align: left;
    font-size: 1.3rem;
    width: 100%;
    box-sizing: border-box;
}
.member th {
    width: 8.5em;
}
.member tr td{
    padding: 5px 0 5px 20px;
}
.member tr td:last-child {
    width: 6em;
}
.list {
    margin: 1rem 0;
}
.list li {
    list-style:disc !important;
    list-style-position: inside;
    font-weight: bold;
}

.text p {
    margin-bottom: 1em;
}
h3.h3_2 {
    font-size: 1.8rem;
    color: #00651A;
    margin-top: 40px;
}
h3.h3_2 span {
    font-size: 1.2rem;
        line-height: 1.2;
    display: block;
}
h3.h3_3 {
    font-size: 1.3rem;
    color: #00651A;
    margin: 30px 0 20px;
    text-align: center;
}
.image {
    text-align: center;
    margin: 30px auto 50px;
}
.image p {
    font-size: 0.85rem;
}
.image img {
    display: block;
    width: 100%;
    margin: 5px auto 0;
    border: 1px solid #ccc;
}
#slide {
    background-color:#909FC1;
}
.col50 img {
    width: 100% !important;
}
.link {
    margin: 30px 0 80px;
}
.link a {
    color: #fff;
    font-weight: bold;
    background-color: #195497;
    padding: 10px;
    display: block;
    text-align:center;
    text-decoration:none;
    font-size: 1.2rem;
    border-radius: 10px;
    border: 3px outset;
    
}
.link a:hover {opacity: 0.7;}
@media all and (max-width:600px){
    .link a {
        width: 60%;
        margin: 0 auto;
    }
    .content h1 {font-size: 1.4rem;}
    .content h2{font-size: 1.4rem;}
    .content h3{font-size: 1.4rem;}
    .content table{font-size: 1.1rem;}
    .content table th {
        width: 5em;
    }
    .content table tr >* {
        border-bottom: 1px solid #ccc;
    }

}

