/*** ---------------------------------------------------
#sub
--------------------------------------------------- ***/
/* パソコン表示 */
.section .section-cont{
	padding: 0 0.9em;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.section .section-cont a{
    text-decoration:underline;
}
.section .section-cont a:hover{
    text-decoration: none;
}
.section .section-cont h4{
    font-weight: bold;
    border-bottom: #ccc 1px dotted;
    position: relative;
    padding: 0.5em 0 0.5em 1.1em;
}
.section .section-cont p{
    padding: 0.5em 0 0.5em 1.1em;
    font-size: 16px;
    font-weight: 500;
}
.section .section-cont.first{
    margin-bottom: 20px;
}
.section .section-cont.first p{
    padding: 0;
}
.section .section-cont.num p{
    text-indent: -1em;
    padding-left: 2em;
}
.section .section-cont.num p.num-no{
    text-indent: 0;
    padding: 0.5em 0 0.5em 1.1em;
}
.section .section-cont h4::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c9151d;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}



/* レスポンシブ表示 */
@media screen and (max-width:950px){

}

@media screen and (max-width:769px){
    
}

@media screen and (max-width:500px){
    .section .section-cont{
        width: 96%;
        font-size:4vw;
    }   
    .section .section-cont a{
        color:#1111cc ;
    }
}