@charset "utf-8";
/*--------------------------------------------------------------

 協会の概要

--------------------------------------------------------------*/
.about{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about table{
    width: 50%
}
.about table th{
    text-align: left;
    padding: 12px 20px;
    font-size: 1.1em;
    font-weight: 600;
    background-color: #e8e9e7;
}
.about table td{
    text-align: left;
    padding: 12px 20px;
    font-size: 1.1em;
    font-weight: 300;
    background-color: white;
}
.map{
    width: 45%;
    margin-left: 5%;
}
.map iframe{
    width: 100%;
}
.access{
    font-size: 0.7em;
}
@media screen and (max-width : 768px ){
    .about{
        display: block;
    }
    .about table{
        width: 100%
    }
    .map{
        width: 100%;
        margin-left: 0%;
    }
    .map iframe{
        height: 300px;
    }
}
/*--------------------------------------------------------------

 協会の概要メニュー

--------------------------------------------------------------*/
.about_m{
    width: 100%;
}
.about_m_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about_m_item{
    margin: 13px;
    position: relative;
    display: block;
    width: 25%;
    height: 240px;
    text-align: center;
    background-color: white;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    min-width:200px;
}
.about_m_img{
    height: 180px;
    widows: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.about_m_p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #3c3c3c;
}
.about_m_p p{
    margin-top: 5px;
    color: white;
    font-size: 1.1em;
}
.about_m_p a{
    display: inline-block;
    width: 80%;
    background-color: white;
    border-radius: 12px;
    color: black;
    font-size: 0.9em;
    padding-top: 1px;
    transition: 0.3s;
}
.about_m_p a:hover{
    background-color: #C0C0C0;
}
/*--------------------------------------------------------------

　協会への加入

--------------------------------------------------------------*/
.join_m{
    width: 100%;
}
.join_m_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.join_m_item{
    margin: 13px;
    position: relative;
    display: block;
    width: 25%;
    height: 240px;
    text-align: center;
    background-color: white;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    min-width:200px;
}
.join_m_img{
    height: 140px;
    widows: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.join_m_p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #3c3c3c;
}
.join_m_p p{
    margin-top: 5px;
    color: white;
    font-size: 1.1em;
}
.join_m_p a{
    display: inline-block;
    width: 90%;
    background-color: white;
    border-radius: 12px;
    color: black;
    font-size: 0.9em;
    padding-top: 1px;
    margin-bottom: 5px;
    transition: 0.3s;
}
.join_m_p a:hover{
    background-color: #C0C0C0;
}
/*--------------------------------------------------------------

　ダウンロード

--------------------------------------------------------------*/
.download_m{
    width: 100%;
}
.download_m_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.download_m_item{
    margin: 13px;
    position: relative;
    display: block;
    width: 25%;
    height: 300px;
    text-align: center;
    background-color: white;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    min-width:200px;
}
.download_m_img{
    height: 200px;
    widows: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.download_m_img img{
    max-height: 90%;
    max-width: 90%;
    border: 0.5px solid #515151;
}
.download_m_p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #3c3c3c;
}
.download_m_p p{
    margin-top: 8px;
    margin-bottom: 8px;
    color: white;
    font-size: 1.0em;
    line-height: 1.4em;
}
.download_m_p a{
    display: inline-block;
    width: 90%;
    background-color: white;
    border-radius: 12px;
    color: black;
    font-size: 0.9em;
    padding-top: 1px;
    margin-bottom: 5px;
    transition: 0.3s;
}
.download_m_p a:hover{
    background-color: #C0C0C0;
}
/*--------------------------------------------------------------

 事業目的・主な事業

--------------------------------------------------------------*/
.business_t{
    display: block;
    margin:25px 0 20px;
    font-size: 1.1em;
    font-weight: 500;
    background-color: #e8e9e7;
    padding: 12px 20px;
}
.business_p{
    font-size: 1em;
    font-weight: 250;
    line-height: 1.75em;
    text-align: left;
}
.business_text{
    font-size: 0.9em;
    font-weight: 250;
    line-height: 1.75em;
    text-align: left;
    margin-left: 2.5em;
    text-indent: -3em;
}
