  @charset "UTF-8";
@media screen and (max-width: 767px) {
    body {
        font-size:120%;
        line-height: 1.75;
        min-width: 100%
    }
}

.mt32 {
    margin-top: 32px!important
}

.mb32 {
    margin-bottom: 32px!important
}

.text-r {
    text-align: right!important
}


#wrapper {
    border-top: 1px solid #e6e6e6
}

#main {
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #main {
        padding-bottom:50px;
    }
}

@media screen and (max-width: 767px) {
    #wrapper {
        width:100%
    }
}

.section+.section {
    margin-top: 64px
}

@media screen and (max-width: 767px) {
    .section+.section {
        margin-top:32px
    }
}

.main-ttl {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 40p;
    padding: 70px 0;
}


.main-ttl p {
    font-style: normal;
    font-weight: 500;
    font-size: 35%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7e7e7e;
    line-height: 1.5
}

.main-ttl p:before {
    display: block;
    content: '';
    width: 60px;
    height: 1px;
    margin: 16px auto;
    background: #e6e6e6
}

.sttl01 {
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,.1);
    padding: 6px 24px 8px;
    margin-bottom: 32px;
    background: #5191B2;
}

.sttl02 {
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 32px;
    padding: 8px 0 8px 24px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.sttl02:before {
    background-color: #5191B2;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 26px;
    top: 12px;
    width: 8px
}

.sttl03 {
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    position: relative;
    padding: 8px 0 8px 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.4
}

.sttl03:before {
    background-color: #5191B2;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 16px;
    top: 14px;
    width: 16px
}

.sttl03-r {
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    position: relative;
    padding: 8px 0 8px 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.4
}

@media screen and (max-width: 767px) {
    .main-ttl {
        font-size: 1.7rem
    }

    .main-ttl span {
        display: block;
        font-size: 10px;
        font-size: 1rem
    }

    .sttl01 {
        font-size: 1.1rem;
        padding: 6px 16px 8px;
        margin-bottom: 24px
    }

    .sttl02 {
        font-size: 1.1rem;
        padding: 8px 16px;
        margin-bottom: 24px
    }

    .sttl02:before {
        height: 18px
    }

    .sttl03 {
        font-size: 1rem;
        padding: 8px 16px;
        margin-bottom: 24px
    }

    .sttl03:before {
        height: 12px;
        top: 12px;
        width: 12px
    }

}

.decimal-list {
    margin-bottom: 16px
}

.decimal-list li {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 4px
}

.decimal-list li span {
    font-weight: 500;
}

.number-list {
    margin-bottom: 16px
}

.number-list li {
    list-style-type: decimal;
    margin-left: 1em;
    margin-bottom: 4px
}

.number-list li span {
    font-weight: 500;
}

.box-center {
    margin: 0 auto;
    padding: 50px;
}

@media screen and (max-width: 767px) {
    .box-center {
        padding: 20px;
    }
}

.main-block {
    margin-bottom: 80px
}

.main-block:last-child {
    margin-bottom: 0
}

.main-block p {
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .main-block {
        margin-bottom:64px
    }
}

.w950 {
    margin: 0 auto;
    width: 950px;
}

@media screen and (max-width: 1024px) {
    .box-center {
        width:100%;
        box-sizing: border-box
    }

    .w950 {
        width: 100%
    }
}

.alpha-list li .decimal-list li, .number-list li .decimal-list li {
    margin-left: 2em;
    list-style-type: disc;
}

@media screen and (max-width: 767px) {
    .alpha-list li .decimal-list li, .number-list li .decimal-list li {
        margin-left: 1em;
    }
}

.w950 p, .w950 li {
    font-size: .92rem;
    line-height: 1.6;
}

.w950 .sttl02 {
    margin-bottom: 0;
}

.waku {
    background: #f7f6f4;
    padding: 8px;
}

.waku .waku-inner {
    padding: 32px 64px 16px;
    border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .waku .waku-inner {
        padding: 8px 8px 0;
    }
}

.waku .white {
    background: #fff;
}

.main-block {
    margin-bottom: 32px;
}
