@charset "utf-8";



/* copyright */

.contents section h3 b {
    color: #ed4b66;
}

.contents section > p {
    margin-top: 10px;
}
.contents section dl dt {
    margin: 50px 0 0;
    font-size: 1.2em;
    font-weight: 700;
}
.contents section dl dt:before {
    content:"";
    font-family: 'Jost', sans-serif;
}
.contents section dl dt:nth-of-type(1):before { content:"1. ";}
.contents section dl dt:nth-of-type(2):before { content:"2. ";}
.contents section dl dt:nth-of-type(3):before { content:"3. ";}

.contents section dl dd {
    padding-left: 1.65em;
}
.contents section dl dd b {
    display: block;
}

@media only screen and (max-width:640px){
    
    .contents section dl dt:before {
        display: block;
    }

    .contents section dl dd {
        padding-left:0;
    }

}


