@charset "utf-8";
/* CSS Document */
#section1 .tabs-switch .content #member .sec1 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 71px;
}
#section1 .tabs-switch .content #member .sec1 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
#section1 .tabs-switch .content #member .sec1 .row .photo {
    width: 32%;
   border-radius: 15px;
    overflow: hidden;
    margin-left: 3%;
    box-sizing: border-box;
}
#section1 .tabs-switch .content #member .sec1 .row .photo img {
    width: 100%;
    height: auto;
	border-radius: 15px;
	overflow: hidden;
}
#section1 .tabs-switch .content #member .sec1 .row .info {
    width: 62%;
    padding-top: 10px;
}
#section1 .tabs-switch .content #member .sec1 .row .info dl {
    font-weight: bold;
    margin-bottom: 20px;
}
#section1 .tabs-switch .content #member .sec1 .row .info dl dt {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 30px;
}
#section1 .tabs-switch .content #member .sec1 .row .info dl dd {
    font-size: 14px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {}
@media screen and (max-width: 767px) {
    /* member */
    #section1 .tabs-switch .content #member .sec1 .row .photo {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    #section1 .tabs-switch .content #member .sec1 .row .info {
        width: 100%;
    }
    #section1 .tabs-switch .content #member .sec1 .row .info dl dt {
        font-size: 24px;
    }
    #section1 .tabs-switch .content #member .sec1 .row .info dl dd {
        font-size: 12px;
        font-weight: bold;
        line-height: 22px;
        letter-spacing: 0.5px;
		margin-bottom: 20px;
    }
    #section1 .tabs-switch .content #member .sec1 .row .info dl {
        margin-bottom: 15px;
    }
    #section1 .tabs-switch .content #member .sec1 .row {
        margin-bottom: 53px;
    }
}
@media screen and (max-width: 320px) {}