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

/* ------------------------------------------------------------------------------
教室紹介
------------------------------------------------------------------------------ */

/* 九州眼科が主催する学会　詳細 */

input,
select {
    vertical-align: middle;
}

.schDtlMainArea {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.schDtlArticle {
    margin-top: -50px;
    padding-top: 50px;
}
.schDtlArticle p {
    line-height: 1.9em;
    /*font-size: 115%;*/
}
.schDtlSign {
    text-align: right !important;
    margin-bottom: 2.5em;
}
.schDtlTxt {
    margin-bottom: 15px;
    text-align: justify;
    text-align: left !important;
}
.schDtlImg {
    margin-left: 20px;
    float: right;
    /*margin-bottom:10px;*/
    max-width: 340px;
    width: 50%;
}
.schDtlImg img {
    display: block;
    margin-bottom: 5px;
    margin-bottom: 15px;
}

.schDtlImg.left {
    margin-right: 20px;
    float: left;
}

.schTitLink {
    margin-left: 30px;
    /*font-size: 0.7em;*/
}
.schImgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 55px;
}
.schImgList li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.schImgList li:nth-child(4n) {
    margin-right: 0;
}


/*研究会・講演会記録*/
.schDtlMain {
    /*width: 70%;*/
}
.schDtlSide {
    width: 27%;
    min-width: 250px;
    margin-left: 5%;
    border: 1px solid #ccc;
}
.schDtlSide > ul > li {
    /*font-size: 115%;*/
}
.schDtlSide > ul > li > div {
    border-bottom: 1px solid #ccc;
}
.schDtlSide ul > li > div > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.schDtlSide ul li.schDtlSidelist > div {
    background: #177c9f;
}
.schDtlSide ul li.schDtlSidelist > div a {
    color: #ffffff;
}
.schDtlSide ul li ul li {
    padding: 5px;
    padding-left: 1em;
    text-indent: -0.5em;
}
.schDtlSide ul li ul li a:link {
    text-decoration: underline;
}
.schDtlSide ul li ul li::before {
    display: inline-block;
    content: "ー";
    color: #177c9f;
}
.schDtlSide ul li ul {
    font-size: 86%;
    padding: 13px;
}
.pageWrap h4.schDtlTit {
    background: #cde8ec;
    color: #333;
    /*font-size: 123%;*/
    padding: 10px;
    margin-bottom: 15px;
}
.pageWrap h4.schDtlTit::before {
    display: none;
}

@media screen and (max-width: 1024px) {
    input,
    select {
        vertical-align: middle;
    }

    .custom {
        position: relative;
        background: url("../img_common/select_arrow_down.png") no-repeat center;
        background-size: 15px;
        background-position: 98% center;
    }
    
    .schImgList li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .schImgList li:nth-child(4n) {
        margin-right: auto;
    }
    .schImgList li:nth-child(3n) {
        margin-right: 0 !important;
    }

    .schDtlMain {
        width: 100%;
    }
    .schDtllist {
        width: 90%;
        margin: 0 auto 3em;
        border: 1px solid #ccc;
        overflow: hidden;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        position: relative;
        background-color: white;
    }
    .schDtllist select {
        border: 0;
        width: 105%;
        padding: 0.6em 2.4em 0.6em 0.6em;
        /*font-size: 1rem;*/
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }
}

@media screen and (max-width: 768px) {
    /*研究会・講演会記録*/
    .schDtlImg {
        margin: 0 auto 1em;
        float: none;
        max-width: 100%;
        width: 90%;
    }
    .schDtlArticle {
        display: flex;
        flex-direction: column;
        clear: both;
    }
    .schDtlTit {
    }
    .schDtlSign {
        text-align: right !important;
        margin-bottom: 2.5em;
    }
    .schDtlTxt {
        margin-bottom: 15px;
        text-align: justify;
        text-align: left !important;
    }
    .schTitLink {
        margin-left: 0px;
        display: block;
        /*font-size: 0.8em;*/
    }
}