@charset 'utf-8';

.contents-block{
    width: 1190px;
    margin: auto;
}

/*---------------パンくず----------------*/
#tmpl_contentMenu_bar{
    border-bottom: 1px solid #c8c8c8;
}

/*----------------見出し----------------*/
.mod_title-h1{
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #656565;
}
.mod_title-h2{
    margin: 4.2rem 0 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 3px solid #e3e7eb;
    padding-bottom: .5rem;
}
.mod_title-h3{
    margin: 2.5rem 0 1rem;
    font-weight: bold;
    font-size: 1.35rem;
    line-height: 1.7;
}
.mod_title-h4{
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 1rem;
}

/*---------------text-align-------------*/
.right{
    text-align: right;
}
.center{
    text-align: center;
}

/*---------------mod_text---------------*/
.mod_text{
    margin-bottom: 1.5rem;
}


/*---------------リスト----------------*/
.mod_datalist{
    margin-bottom: 1.5rem;
}
.mod_datalist-title{
    display: block;
}
li:not(:first-child) .mod_datalist-title{
    margin-top: 1rem;
}

/*-----------disc付きリスト------------*/
.mod_listDisc{
    margin-bottom: 1.5rem;
}
.mod_listDisc-item{
    margin-bottom: 0.5em;
    margin-left: 1.3em;
    list-style: disc;
}
.mod_listDisc-item li{
    list-style: none;
}

/*--------------注釈リスト-------------*/
.mod_listNotes{
    display: table;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: .85rem;
}
.mod_listNotes .mod_listNotes-item{
    display: table-row;
}
.mod_listNotes-note{
    display: table-cell;
    padding-right: .5rem;
    white-space: nowrap;
}
.mod_listNotes-data{
    display: table-cell;
}

/*----------------リンク---------------*/
a.text_link:link, a.text_link:visited {
    color: #3865e0;
    text-decoration: underline;
}
a.text_link:hover,
a.text_link:active {
    color: #000000;
    text-decoration: underline;
}


/*-----------------SP------------------*/

@media screen and (max-width: 640px){
    .contents-block{
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .mod_title-h1{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .mod_title-h2{
        margin: 2.5rem 0 1rem;
        font-size: 1.3rem;
    }
    .mod_title-h3{
        margin: 1.5rem 0 .6rem;
        font-size: 1.1rem;
    }
    .mod_title-h4{
        margin-bottom: .3rem;
        font-size: .9rem;
    }
    .mod_text{
        margin-bottom: 1rem;
    }    
    .mod_listDisc-item {
        margin-bottom: 0.25em;
    }
}