@charset "UTF-8";
.c5-lead {font-size: 21px; line-height: 1.62; text-align: center; margin: 35px 0 35px;}
.c5-main_note li {text-align: center;}
.c5-kiyaku {height: 210px; background-color: #f8f8f8; overflow: auto; margin-top: 50px;}
.c5-kiyaku .c5-inner {padding: 25px 30px;}
.c5-kiyaku h2 {font-size: 16px; border-bottom: 0; margin: 0 !important; padding: 0;}
.c5-disabled {background-color: #ddd; pointer-events : none;}
.c5-disabled:hover {background-color: #ddd;}
.c5-link-style {text-decoration: underline;}

.c5-anotation dl{
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.c5-anotation dl dt{
    float: left!important;
    width: 1em!important;
}
.c5-anotation dl dd{
    margin-left: 1.1em!important;
}

.c5-table--2 tr td:first-child{
    width: 130px;
}

.c5-list--secondary{
    padding-left: 2rem!important;
}

.c5-list--kakko{
    counter-reset: list_secondary 0;
}

.c5-list--kakko>li{
    counter-increment: list_secondary 1;
}

.c5-list--kakko>li::marker{
    content: "（" counter(list_secondary) "）";
}

.c5-list--dot>li{
    list-style-type: disc;
}

.c5-list--2digit{
    padding-left: 1.5em!important;
}

@media screen and (max-width: 767px) {
.c5-lead {text-align: left; margin: 15px 0 15px;}
.c5-main_note li {text-align: left;}
.c5-table--2 tr td:first-child{
    width: 90px;
}
}
