@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gNavi > ul > .navi06 > a {
    background-position: left bottom 11px;
    background-size: 100% 1px;
}
#main {
    padding: 108px 0 100px;
    background: url("../img/common/bg_dot_information_message_blue.png") repeat left top;
    background-size: 4px auto; 
}
#main .comWhiteBox .inner {
    margin-bottom: 72px;
    align-items: flex-end;
}
#main .comWhiteBox .inner .photoBox {
    width: 50%;
}
#main .comWhiteBox .inner .textBox {
    width: 43.5%;
}
#main .comWhiteBox .inner .name {
    padding-left: 20px;
    margin-bottom: 0;
    border-left: 1px solid #018bd4;
    line-height: 1.5;
    text-align: left;
}
#main .comWhiteBox .inner .name .top {
    margin-bottom: 6px;
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
}
#main .comWhiteBox .inner .info {
    display: block;
    font-size: 2.8rem;
    font-weight: 600;
}
#main .comWhiteBox p {
    margin-bottom: 22px;
    line-height: 2;
    text-align: justify; 
    text-justify:inter-ideograph;
}
#main .comWhiteBox .txt01 {
    margin-bottom: 65px;
}
#main .comWhiteBox .txt02 {
    margin-bottom: 0;
}
#main .comWhiteBox .photoList {
    margin-bottom: 70px;
}
#main .comWhiteBox .photoList li {
    width: 50%;
}
@media all and (max-width: 896px) {
    #main {
        padding: 35px 0 40px;
    }
    #main .comWhiteBox .inner {
        margin-bottom: 32px;
        display: block;
    }
    #main .comWhiteBox .inner .photoBox {
        width: 100%;
        margin-bottom: 17px;
    }
    #main .comWhiteBox .inner .textBox {
        width: 100%;
    }
    #main .comWhiteBox .inner .name {
        padding-left: 10px;
        line-height: 1.5;
    }
    #main .comWhiteBox .inner .name .top {
        margin-bottom: 3px;
        font-size: 1.2rem;
    }
    #main .comWhiteBox .inner .info {
        font-size: 1.6rem;
    }
    #main .comWhiteBox p {
        margin-bottom: 16px;
        letter-spacing: 0.05em;
    }
    #main .comWhiteBox .txt01 {
        margin-bottom: 30px;
    }
    #main .comWhiteBox .txt02 {
        margin-bottom: 0;
    }
    #main .comWhiteBox .photoList {
        margin-bottom: 35px;
        padding-top: 19px;
        display: block;
    }
    #main .comWhiteBox .photoList li {
        width: 100%;
    }
    #main .comWhiteBox .photoList li img {
        width: 100%;
    }
}