﻿body {
}

.idea {
    width: 90%;
    margin: 0 auto 5%;
    padding: 20px 20px;
    border: 1px solid #009877;
    border-radius: 18px;
    box-sizing: border-box;
}

h3{
    font-size: 18px;
    margin-bottom: 2%;
    position: relative;
    overflow: visible;
}

h3::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #009877;
    position: absolute;
    left: -.4em;
    top: .2em;
}

.idea_content{
    font-size: 16.67px;
    font-weight: bold;
    text-align: justify;
}

.chairman_area {
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
}

.chairman_pic{
    width: 100%;
}

.chairman_area h3{
    margin-bottom: 3%;
}


.chairman_talk {
    background-color: #F7F7F7;
    box-sizing: border-box;
    padding: 5% 7% 5%;
    /*padding: 5% 8.5% 5%;*/
    font-size: 16.67px;
    font-weight: bold;
    line-height: 1.5em;
}

    .chairman_talk h3 {
        line-height: 1.4em;
    }

.structure_area{
    width: 85%;
    margin: auto;
}
.structure_area h3{
    margin-bottom: 7%
}
.structure_pic {
    margin: 0 auto 8%;
    position: relative;
}

.img-link {
    display: block;
    position: absolute;
    z-index: 100;
}

#member {
    top: 8%;
    left: 40.8%;
    width: 20.7%;
    height: 7.4%;
}

#supervisory {
    top: 21%;
    left: 0%;
    width: 15%;
    height: 18%;
}

#council {
    top: 21%;
    left: 20.8%;
    width: 38%;
    height: 7.5%;
}

#organization {
    top: 21%;
    left: 60.9%;
    width: 39.2%;
    height: 79%;
}

@media screen and (min-width:769px) {
    h3 {
        font-size: 20px;
    }

        h3::before {
            width: 5px;
            height: 20px;
            left: -.8em;
            top: .2em;
        }
    .idea {
        border-radius: 20px;
        padding: 3% 4%;
    }

    .idea_content {
        font-size: 16.67px;
    }
    .chairman_pic {
        width: 45%;
    }
    .chairman_area {
        display: flex;
        margin-bottom: 5%;
    }
    .chairman_talk {
        line-height: 1.2em;
        padding: 2.5% 0% 0% 4.5%;
        font-size: 16.67px;
        flex: 1 0 0;
    }
    .structure_area {
        width: 85%;
    }
}

@media screen and (min-width:900px) {
    .idea_content {
        font-size: 18px;
    }
    .chairman_talk {
        line-height: 1.2em;
        padding: 4% 0% 0% 6%;
        font-size: 18px;
    }
    h3 {
        font-size: 22px;
    }

        h3::before {
            height: 22px;
        }
}

@media screen and (min-width:1000px) {
    .idea_content {
        font-size: 19px;
    }
    .chairman_talk {
        line-height: 1.3em;
        font-size: 19px;
    }
    h3 {
        font-size: 24px;
    }

        h3::before {
            height: 24px;
        }
}

@media screen and (min-width:1200px) {
    .idea_content {
        font-size: 21px;
    }
    .chairman_talk {
        line-height: 1.5em;
        padding: 4% 0% 0% 7%;
        font-size: 21px;
    }
    h3 {
        font-size: 26px;
    }

        h3::before {
            height: 26px;
        }
}

@media screen and (min-width:1400px) {
    .idea_content {
        font-size: 24px;
    }
    .chairman_talk {
        line-height: 1.5em;
        padding: 4% 0% 0% 7%;
        font-size: 24px;
    }
    h3 {
        font-size: 28px;
    }

        h3::before {
            height: 28px;
        }
}