@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .imgBox {
    margin: 0 2px;
}
#main .imgBox .photo {
    width: 366px;
    float: left;
}
#main .imgBox .textBox {
    margin-top: -2px;
    width: 669px;
    float: right;
}
#main .imgBox .textBox p {
    line-height: 2.06;
}
#main .imgBox .textBox .topTxt {
    margin-bottom: 32px;
}
#main .imgBox .textBox .ttl {
    margin-right: 37px;
    padding-bottom: 1px;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
    line-height: 1.9;
    border-bottom: 1px solid #000;
}
#main .imgBox .textBox .ttl::before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 8px;
    border-radius: 50%;
    background-color: #000;
    content: '';
}

#main .imgBox .textBox .ttl2 {
    margin-right: 37px;
    padding-bottom: 1px;
    position: relative;
    font-weight: bold;
    color: #009FE8;
    font-size: 2.3rem;
    line-height: 1.9;
    border-bottom: 1px solid #000;
}

#main .imgBox .textBox p span {
    margin-left: 6em;
}
#main .imgBox .textBox .ttl + p {
    margin-bottom: 32px;
}
#main .imgBox .textBox ul {
    margin-bottom: 32px;
}
#main .imgBox .textBox ul li {
    position: relative;
    text-indent: 8px;
    line-height: 2.06;
}
#main .imgBox .textBox ul li::before {
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
    background-color: #000;
    content: '';
}
#main .imgBox .textBox ul li:last-child {
    margin-bottom: 0;
}

@media all and (-ms-high-contrast:none) {
    #main .imgBox .textBox .ttl::before {
        top: 6px;
    }
    #main .imgBox .textBox ul li::before {
        top: 10px;
    }
    
}
