@charset "utf-8";

#contents h2{
    margin-bottom:20px;
    background: url(../img/common/line_2color.svg) no-repeat left center;
    background-size: 3px auto;
	padding-left: 10px;
	line-height: 50px;
	font-size: 34px;
	font-family: 'Noto Serif JP', serif;
	clear: both;
}

#contents h2.mt50{
    margin-top: 50px;
}

#contents h3 {
    padding: 0 0 10px 0;
    border-bottom: double 3px #e8e8e8;
    margin: 40px 0 20px;
    font-weight: bold;
}

#contents h4 {
    font-weight: bold;
    margin: 40px 0 20px;
    clear: both;
}

#contents h5 {
    font-weight: bold;
}

#contents p,
#contents ol,
#contents dl {
    margin: 20px;
}

#contents ul {
    margin: 20px 20px 20px 0;
    padding: 0;
    border-left: double 3px #e8e8e8;
    font-size: 14px;
    font-size: 1.4rem;
}

#contents li {
    margin: 0 0 15px 40px;
    text-indent: -2.0em;
}

#contents dt {
    font-weight: bold;
    margin-bottom: 5px;
}

#contents dd {
    margin-bottom: 20px;
}

.bdbox {
    border: solid 1px #e8e8e8;
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
}

.right-txt {
    text-align: right;
}
           
.fontL {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-size: 3.0rem;
    display:inline-table;
    margin-top:8px;
}



.mb0{ margin-bottom:0 !important;}

@media screen and (max-width: 768px) {
#contents {
    width: auto;
    padding: 20px 10px 10vw 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 180%;
}
    
#contents h2{
    margin-bottom: 10px;
    background: url(../img/common/line_2color.svg) no-repeat left center;
    background-size: 2px auto;
    line-height: inherit;
    font-size: 18px;
    padding: 3px 0 3px 8px;
}

#contents h2.mt50{
    margin-top: 5vw;
}

#contents h3 {
    padding: 0 0 5px 0;
    margin: 20px 0 10px;
}

#contents p,
#contents ol,
#contents dl {
    margin: 10px;
}

#contents ul {
    margin: 10px 10px 10px 0;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.4;
}

#contents li {
    margin: 0 0 5px 30px;
    text-indent: -1.5em;
}

#contents dt {
    margin-bottom: 3px;
}

#contents dd {
    margin-bottom: 10px;
}

.bdbox {
    padding: 10px;
    margin-top: 10px;
    font-size: 10px;
    font-size: 1.0rem;
}

.fontL {
    font-size: 20px;
    font-size: 2.0rem;
    margin-top:5px;
}
}