@charset "UTF-8";
p {
    line-height: 1.875;
}
.intro-block {
    background: #f3f6f9;
    border-top: solid 3px #dce3ee;
    border-bottom: solid 3px #dce3ee;
    padding: 35px 3% 10px;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.intro-block p{
    margin-bottom: 16px;
}
.rwd-pc-right {
    text-align: right;
}
.rwd-pc-margin-top30 {
    margin-top: 30px !important;
}
.link_box>div{
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}
.link_box>div>a{
    padding: 3px 15px 3px 36px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    color: #4b4b4b;
    position: relative;
}
.link_box>div>a:hover{
    color: #0695d1;
}
.link_box>div>i{
    color: #0695d1;
    position: absolute;
    font-size: 25px;
    top: 50%;
    margin-top: -18px;
    left: 10px;
}
 p.rwd-break {
    margin-bottom: 16px;
}
.wd_new_col{
    margin-bottom: 20px;
}
.rwd-notes-list-circle01{
    padding-left: 19px;
}
.rwd-notes-list-circle01 li {
    position: relative;
    font-size: 16px;
    line-height: 1.53;
    margin-bottom: 10px;
    list-style: disc;
}
.rwd-headline3-type05 {
    padding: 0 0 0 12px;
    margin: 0 0 20px;
    border-left: 9px solid #b9b9b9;
    max-height: 23px;
    line-height: 1.2;
    font-size: 18px;
}
 .rwd-headline3-type05 .rwd-headline3-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
}
.rwd-notes-list-circle01 li:last-of-type {
    margin-bottom: 38px;
}
.rwd-notes-list-nest01{
    margin-bottom: 20px;
}
.rwd-notes-list-nest01 dt {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.43;
    font-weight: bold;
}
 .rwd-notes-list-nest01 .txt-indent {
    padding-left: 18px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.875;
}
.rwd-notes-list-nest01 dd {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.875;
}
 .rwd-link-list01 li a {
    font-size: 16px;
    color: #4b4b4b;
}
.rwd-link-list01 li{
    position: relative;
    line-height: 1.5;
    margin-bottom: 16px;
}
.rwd-link-list01 li a:hover{
    color: #0089B8;
}
.rwd-table{
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: #828282 1px solid;
    border-right: #828282 1px solid;
    width: 100%;
}
.rwd-pc-margin-bottom40 {
    margin-bottom: 40px;
}
.rwd-table td{
    text-align: left;
    vertical-align: baseline;
    border-top: #828282 1px solid;
    border-left: #828282 1px solid;
    padding: 12px 10px 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;

}

.rwd-table td a:hover{
    color: #0089B8;
}
.nest-number-list {
    padding-left: 40px;
    margin-bottom: 30px;
}
.nest-number-list li {
    line-height: 1.875;
    margin-bottom: 15px;
}
hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
.footer_link_box>div>i{
    transform: rotate(180deg);
}
@media (min-width: 992px) and (max-width: 1400px) {

}
@media (min-width: 992px) {

    .bnr_dl img {
        margin-right: 1.2%;
        margin-bottom: 10px;
        width: auto;
    }
    .wd_new_col .col-lg-3{
        width: 24%;
    }
    .wd_new_col{
        justify-content: space-between;
    }
}
@media (max-width: 991px) {
    .wd_new_col .col-lg-3{
        width: 100%;
        margin-bottom: 10px;
    }
    .wd_new_col .col-lg-3 img{
        max-width: 300px;
    }
    .rwd-link-list01 li a{
        font-weight: bold;
    }
    .link_box>div{
        margin-bottom: 15px;
    }
    .link_box{
        margin-bottom: 50px;
    }

}