/*
===============================================
 見出し・リスト修正
===============================================
*/

section .title {
	clear: both;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 700;
}

#contents h1.title {
	clear: both;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 700;
}

section h2.title {
	font-size: 14px;
    border-bottom: 1px solid #343434;
}



/*180510 追加 */

#contents section > dl{
	margin-left: 1em;
	margin-bottom:0.8em;
}

#contents section > dl > dt{
	margin:0 0 0.5em 0;
	font-size:105%;
	font-weight:400;
}

#contents section h2 + dl > dt{
	font-size:100%;
	margin-left:1em;
}


#contents section > dl > dd{
	margin:0 0 2em 1em;
}

#contents section > dl > dd > p{
	margin:1em 0 1em 0;
}

#contents h2{
margin-left:1em;
margin-bottom:0.5em;
font-size:105%;

}


/*2021/11/22追記*/
#contents section h2.gray_title{
    font-weight: bold;
    background-color: #EDEDED;
    font-size: 14px;
    padding: 0.5em 1em;
    margin: 0 0 1.5em 0;
}

#contents section ul.disc{
    list-style-type: disc;
}

hr {
    border-top: 1px dashed #333!important;
    margin: 0 0 2em 1em!important;
}

@media (max-width: 640px){
    #contents section > dl{
        margin-left:0;
        }

    #contents h2{
        margin-left:0;
        }

    hr {
        margin: 0 0 2em 0!important;
        }
}

















