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

/* ------------------------------------------------------------------------------
受診される方へ
------------------------------------------------------------------------------ */

.patTxt a:hover {
    text-decoration: none;
}
.patTxt {
    /*font-size: 125%;*/
    
    line-height: 1.9em;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

/*目の病気よろず相談室*/
/* タイトル調整 */
.pageWrap .queCont h3 {
    /*background: url(../img_common/mtit_icon_blue.png) no-repeat center left;*/
}
.pageWrap .queCont h4 {
    font-weight: 500;
    /*font-size: 168%;*/
    font-size: 130%;;
    margin-top: 30px;
    color: #1e396c;
    border-bottom: solid 2px #f5f6fa;
    background-image: url(../img_common/stit_icon_blue.png);
    background-position: 0 8px;
    margin-bottom: 20px;
    border-left: none;
    padding-left: 1em;
}
.pageWrap .queCont h4::before {
    display: none;
}
.queCont a {
    color: #1e396c !important;
}

.queMainImg {
    width: 100%;
    border: solid 1px #f6f8fd;
    line-height: 0;
}

/* 共通メニュー02 */
.queMenu02 {
    width: 100%;
    background-color: #f6f8fd;
    margin: 0 auto 40px;
    padding: 25px 25px 15px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.queMenu02 li {
    width: 23.5%;
    margin-right: 2%;
    display: flex;
}
.queMenu02 li:nth-child(4n) {
    margin-right: 0;
}
.queMenu02 li p,
.queMenu02 li a:hover {
    background: #1e396c !important;
    color: #fff !important;
}
.queMenu02 li p,
.queMenu02 li a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.2em;
    background-color: #fff;
    width: 100%;
    padding: 10px 30px 10px 10px;
    color: #1e396c;
    /*font-size:1.2em;*/
    
    /*letter-spacing:0.1em;*/
    border: 1px solid #ccc;
    text-decoration: none;
    background-image: url(../patient/question/img/yazirusi.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
}
/* 共通メニューここまで  */
.queMainBnr {
    text-align: right;
    max-width: 215px;
    margin-left: auto;
    width: 60%;
    margin-bottom: 1em;
}
.queLis {
    padding: 0 25px 25px 25px;
    /*font-size: 115%;*/
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.queLis li {
    margin-right: 1em;
    margin-bottom: 15px;
}
.queLis li a {
    display: inline-block;
    padding: 0.3em 2em 0.3em 1em;
    font-weight: bolder;
    text-decoration: none;
    border: solid 1px #858fac;
    background-color: #f6f8fd;
    transition: 0.2s;
    position: relative;
}
.queLis li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #1e396c;
    border-right: solid 2px #1e396c;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
}

/*.queLis li a::after {
content: "∨";
margin-left: 1em;
}*/
.queLis li a:hover {
    color: #ffffff;
    background-color: #858fac;
    transition: 0.2s;
}
.queLis02 {
    margin-bottom: 20px;
    font-size: 115%;
}
.queLis02 li {
    padding-left: 1em;
    text-indent: -1em;
}
.queLis03 {
    /*margin-bottom:40px;*/
}
.queLis03 dt {
    /*font-size: 123.1%;*/
    font-size: 120%;;
    background-color: #f6f8fd;
    padding: 10px 0 10px 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
.queLis03 dd {
    /*font-size: 125%;*/
    
    line-height: 1.9em;
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.queLis03 dd .queImg02 {
    width: 40%;
    margin-left: 5%;
    order: 2;
    line-height: 1.4em;
    font-size: 80%;
}
.queLis03 dd .queImg02.long {
    width: 60%;
}
.queLis03 dd .queImg03 {
    width: 40%;
    margin-right: 15px;
    line-height: 0;
}
.queLis03 dd p {
    width: 55%;
}

.queBox {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.queBox02 {
    width: 40%;
    max-width: 480px;
    margin-bottom: 40px;
}
.queBox02.ctrl {
    margin-right: 0;
}
/* メインタイトル */
h3.queTit {
    margin-bottom: 35px;
}
/* 中タイトル */
p.queStit {
    margin-bottom: 10px;
    color: #333333;
    font-weight: 500;
    /*font-size: 138%;*/
    font-size: 120%;
}
/* 「！」タイトル */
.queMtit {
    margin-bottom: 25px;
    padding: 5px 0;
    font-weight: 500;
    /*font-size: 153.9%;*/
    font-size: 120%;
}
.queMtit:before {
    content: "！";
    display: inline-block;
    padding: 0 10px;
    color: #042b73;
    font-weight: 500;
}
.queMtit img {
    display: block;
    width: 246px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}
/* 「？」タイトル */
.queMtit02 {
    margin-bottom: 35px;
    line-height: 1.5em;
    font-weight: 500;
    /*font-size: 153.9%;*/
    font-size: 130%;
    color: #042b73;
    background: linear-gradient(transparent 80%, #f5f6fa 80%);
    text-align: left;
}
.queMtit02 span {
    display: inline-block;
    margin-right: 0.2em;
    font-size: 120%;
}
.queMtit02:before {
    content: "？";
    display: inline-block;
    font-size: 130%;
    color: #042b73;
    font-weight: 500;
}
/* タイトル系 ここまで */
.queImg img,
.queImg02 img,
.queImg03 {
    margin-bottom: 5px;
    border: solid 2px #f5f6fa;
    box-sizing: border-box;
}
.patTxt .queImg {
    margin-top: 1em;
    width: 100%;
}
.queImg {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 90%;
}
.queImg02 {
    width: 100%;
    float: right;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 90%;
}
.queImg03 {
    float: left;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
    font-size: 90%;
}
.queImgBox {
    text-align: center;
    margin-bottom: 20px;
}
.queImgBox a {
    display: inline-block;
    border: solid 1px #edf0fa;
}
/* 動画周り */
.queMovie {
    width: 48%;
}
.queMovie p {
    position: relative;
    max-width: 230px;
    width: 80%;
    padding: 0.3em 0.5em;
    font-size: 146.5%;
    font-weight: 500;
    color: #ffffff;
    background-color: #1e396c;
}
.queMovie p::after {
    content: "";
    display: block;
    position: absolute;
    right: -30.5px;
    bottom: -0.5px;
    height: 100%;
    width: 31px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
    background-color: #1e396c;
}
.queMovieYT {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.queMovieYT iframe {
    border: solid 1px #1e396c;
    background-color: #1e396c;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.queBox1_01 .patTxtArea {
    order: 1;
    margin-bottom: 2em;
}
.queBox1_01 .queMovie {
    order: 2;
    margin-bottom: 2em;
}
.queBox1_01 .patTxt {
    order: 3;
}

.queBox1_02 {
}
.queBox1_02 .queImg02 {
    width: 40%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 90%;
    order: 2;
}
.queBox1_02 .patTxt {
    width: 57%;
    order: 1;
}
.queBox1_02.ord .queImg02 {
    margin-right: 15px;
    margin-left: 0;
    order: 1;
}
.queBox1_02.ord .patTxt {
    order: 2;
}
.queBox1_02.ord02 .queImg02 {
    margin-right: 15px;
    margin-left: 0;
    order: 1;
}
.queBox1_02.ord02 .patTxt {
    order: 2;
}
.queBox.ord .queImg02 {
    order: 1;
    margin-left: 0;
}
.queBox.ord .patTxt {
    order: 2;
}

.queBox1_03 .queImg02 {
    width: 60%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 90%;
    order: 2;
}
.queBox1_03 .patTxt {
    width: 37%;
    order: 1;
}
.queBox1_04 {
    flex-wrap: nowrap;
    margin-bottom: 6em;
    justify-content: space-between;
}
.queBox1_04 .queImg02 {
    margin-left: inherit;
}
.queBox1_04 .queImg02:first-child {
    width: 60%;
}
.queBox1_04 .queImg02:last-child {
    width: 37.8%;
}

.patTxtArea {
    width: 48%;
}

.patTxt em {
    color: #1e396c;
    font-style: normal;
    font-weight: 500;
}
.queBtnBox {
    position: relative;
    display: flex;
}
.pageWrap .queCont .queBtnBox h3 {
    display: block;
    width: 100%;
    text-align: left;
}
.queBtn {
    /*position:absolute;
bottom:6px;
right:0;*/
    position: absolute;
    top: -30%;
    right: 10px;
    /*height: 65%;*/
    height: 100%;
    display: flex;
    align-items: center;
}
/* 目の病気よろず相談室 - 斜視 */
.queImgList {
    margin: 0 auto 45px auto;
}
.queImgList li {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 110px;
    text-align: center;
}
.queImgList li > img {
    width: 70%;
    height: auto;
}
.queImgList li:after {
    position: absolute;
    display: block;
    content: "";
    top: 15%;
    right: 0;
    height: 80px;
    border-right: 1px solid #dddddd;
}

/* ポップアップ調整 */
.lity-content {
    position: relative;
}
.lity-close {
    position: absolute !important;
    margin-top: -1em;
}

/* 目の病気よろず相談室 ここまで */

/* ページ内リンク用 */
.pageLinkId {
    margin-top: -40px;
    padding-top: 40px;
}
.patTitFlow {
    margin-top: 30px;
}
.patTitTable {
    margin-top: 30px;
}
.pageWrap h4.clinicalPast {
    margin-bottom: 30px;
}

.queSyaImgTable {
    border: none;
    /*margin-bottom:45px;*/
    width: 100%;
}
.queSyaImgTable img {
    max-width: 120px;
}
.queSyaImgTable th,
.queSyaImgTable td {
    text-align: center;
    border: none;
}
table.queSyaImgTable th {
    /*font-size: 1.1em;*/
    font-weight: 500;
    background: none;
}
.queSyaImgTable th p {
    background-color: #edf0fa;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.queSyaImgTable th p span {
    font-weight: 500;
    color: #39507a;
    font-size: 1.2em;
}
.queSyaImgTable td {
    padding: 30px;
}
table .queSyaImgTaBorR {
    border-right: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
    .patLisBox .text {
        /*font-size: 100%;*/
    }

    .patTxt {
        /*font-size: 115%;*/
        line-height: 1.9em;
        margin-bottom: 20px;
    }
    .patTxt02 {
        /*font-size: 115%;*/
        line-height: 1.9em;
        margin-bottom: 10px;
    }

    .queMenu02 {
        margin: 0 auto 40px;
        padding: 25px 25px 15px 25px;
    }
    .queMenu02 li {
        width: 32%;
        margin-right: 2%;
        display: flex;
    }
    .queMenu02 li:nth-child(3n) {
        margin-right: 0;
    }
    .queMenu02 li:nth-child(4n) {
        margin-right: 2%;
    }
    .queMenu02 li p,
    .queMenu02 li a {
        /*font-size: 1em;*/
    }

    .queBox1_01 .patTxtArea {
        order: 2;
        margin-bottom: 2em;
    }
    .queBox1_01 .queMovie {
        order: 1;
        margin-bottom: 2em;
    }
    .queMovie {
        width: 90%;
        margin: 0 auto;
    }
    .queBox1_01 .patTxt {
        order: 3;
    }
    .queBox1_01 .patTxtImg {
        width: 90%;
        margin: 0 auto;
    }
    .queMovie p {
        padding: 0.2em 0.5em;
        font-size: 125%;
    }
    .patTxtArea {
        width: 100%;
    }

    .queLis {
        padding: 0 10px 25px 10px;
        /*font-size: 115%;*/
    }

}

@media screen and (max-width: 768px) {
    /* 「？」タイトル */
    .queMtit02 {
        /*font-size: 133.9%;*/
        font-size: 120%;
    }
    .pageWrap .queCont h4 {
        /*font-size: 138%;*/
        font-size: 120%;
    }

    .queMenu02 {
        margin: 0 auto 40px;
        padding: 15px 10px 15px 10px;
    }
    .queMenu02 li {
        width: 48%;
        margin-right: 4%;
        display: flex;
    }
    .queMenu02 li:nth-child(3n) {
        margin-right: auto;
    }
    .queMenu02 li:nth-child(2n) {
        margin-right: 0% !important;
    }

    .queLis {
        padding: 0 10px 25px 10px;
        font-size: 115%;
    }
    .queLis li {
        width: 100%;
        margin-right: 0em;
        margin-bottom: 15px;
    }
    .queLis li a {
        display: inline-table;
        width: 100%;
        padding: 0.3em 2em 0.3em 1em;
        font-size: 95%;
        margin-bottom: 0;
    }
    .queLis li a::before {
        content: "";
        width: 8px;
        height: 8px;
        border: 0;
        border-bottom: solid 2px #1e396c;
        border-right: solid 2px #1e396c;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        margin: auto;
    }
    .queLis03 dd {
        flex-wrap: wrap;
        font-size: 15px;
    }
    .queLis03 dd .queImg02 {
        width: 100%;
        margin-left: 0px;
        order: 1;
        line-height: 1.4em;
        font-size: 88%;
        margin-bottom: 0.8em;
    }
    .queLis03 dd .queImg02.long {
        width: 100%;
    }
    .queLis03 dd .queImg03 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0.8em;
    }
    .queLis03 dd p {
        width: 100%;
        order: 2;
    }

    .queMovie {
        width: 100%;
        margin: 0 auto;
    }

    .queBox {
        margin-bottom: 30px;
    }
    .queBox:last-child {
        margin-bottom: 60px;
    }
    .patTxt .queImg {
        margin-bottom: 0;
    }
    .queBox1_02 .queImg02 {
        width: 90%;
        display: inline-block;
        margin: 0 auto 20px;
        font-size: 90%;
        order: 1;
    }
    .queBox1_02 .patTxt {
        width: 100%;
        order: 2;
    }

    .queBox1_02.ord .queImg02 {
        margin-right: auto;
        margin-left: auto;
        order: 1;
    }
    .queBox1_02.ord02 .queImg02 {
        margin-right: auto;
        margin-left: auto;
        order: 2;
    }
    .queBox1_02.ord02 .patTxt {
        order: 1;
    }
    .queBox.ord .queImg02 {
        order: 2;
        margin-right: auto;
        margin-left: auto;
    }
    .queBox.ord .patTxt {
        order: 1;
    }

    .queBox1_03 .queImg02 {
        width: 90%;
        display: inline-block;
        margin: 0 auto 20px;
        font-size: 90%;
        order: 1;
    }
    .queBox1_03 .patTxt {
        width: 100%;
        order: 2;
    }

    .queBox1_04 {
        flex-wrap: wrap;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 4em;
        margin-top: -3em;
    }
    .queBox1_04 .queImg02 {
        margin-left: inherit;
    }
    .queBox1_04 .queImg02:first-child {
        width: 100%;
    }
    .queBox1_04 .queImg02:last-child {
        width: 100%;
    }

    .queBtn {
        position: absolute;
        top: -30%;
        height: 100%;
        right: 0px;
        display: flex;
        width: 40%;
        max-width: 140px;
        justify-content: flex-end;
        align-items: center;
    }

    
    .scroll {
        position: relative;
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    
}
