@charset "utf-8";
.how_to_seminar .w-860,
.how_to_seminar .page_header {
    max-width: 1024px;
}

.how_to_seminar .content,
.how_to_seminar .globalheader,
.how_to_seminar footer,
.how_to_seminar .page_content {
    /*width: calc(100% - 400px);*/
    width: 100%;
}

.how_to_seminar .side_menu {
    display: none;
}

.how_to_seminar .page_ttl {
    height: 60px;
}

.how_to_seminar .introduction .inner {
    max-width: 860px;
    max-width: 1024px;
    margin: 0 auto;
}

.how_to_seminar .sec-title__block {
    margin-bottom: 40px;
}

.how_to_seminar .sec-title {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.how_to_seminar .archives__block {
    margin-bottom: 45px;
}

.how_to_seminar .archives__block ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.how_to_seminar .archives__block ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.how_to_seminar .archives__block ul li a {
    border: solid 1px #707070;
    border-radius: 6px;
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 500;
}

.how_to_seminar-items__block {
    padding-bottom: 50px;
}

.how_to_seminar-items__block .how_to_seminar-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.how_to_seminar-items__block .how_to_seminar-title.how_to_seminar-title-index {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.how_to_seminar-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.how_to_seminar-items .how_to_seminar-item {
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 30px*2)/2);
    border: solid 1px #213A6C;
    box-sizing: border-box;
    margin-bottom: 30px;
    background-color: #fff;
}

.how_to_seminar-items .how_to_seminar-item .item-header {
    background-color: #213A6C;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.how_to_seminar-items .how_to_seminar-item .item-header p {
    color: #fff;
    font-size: 18px;
}

.how_to_seminar-items .how_to_seminar-item .item-header i {
    color: #fff;
    margin-left: auto;
    font-style: normal;
    font-size: 13px;
}

.how_to_seminar-items .how_to_seminar-item .item-body {
    background-color: #fff;
    padding: 10px 15px;
}

.how_to_seminar-items .how_to_seminar-item .item-body h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.how_to_seminar-items .how_to_seminar-item .item-body h3 small {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.how_to_seminar-items .tags__block {
    padding-top: 5px;
}

.how_to_seminar-items .tags__block ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    width: calc(100% + 8px);
    justify-content: flex-start;
}

.how_to_seminar-items .tags__block ul li {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    width: auto;
}

.how_to_seminar-items .tags__block ul li span {
    border: solid 1px #22A1AC;
    background-color: #22A1AC;
    border-radius: 6px;
    padding: 6px 13px;
    display: block;
    font-size: 13px;
    line-height: 1.1em;
    font-weight: 500;
    color: #fff;
    min-width: 80px;
    text-align: center;
    box-sizing: border-box;
}

.how_to_seminar .ico_arrow {
    display: inline-block;
    width: 12px;
    height: 20px;
    margin-right: 0px;
    position: relative;
    top: 0px;
}

.how_to_seminar .ico_arrow:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 20px;
    background-image: url(../img/how_to_seminar/iconmonstr-arrow-63.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.how_to_seminar .ico_calendar {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.how_to_seminar .ico_calendar:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/how_to_seminar/iconmonstr-calendar-7.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.how_to_seminar .ico_star {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 1px;
    margin-left: 1px;
    position: relative;
    top: 0px;
}

.how_to_seminar .ico_star:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/how_to_seminar/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.how_to_seminar .ico_star.ico_star_fill {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 1px;
    margin-left: 1px;
    position: relative;
    top: 0px;
}

.how_to_seminar .ico_star.ico_star_fill:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/how_to_seminar/star-filled.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.how_to_seminar-items .tags_level__block {
    display: flex;
    margin-bottom: 13px;
}

.how_to_seminar-items .level__block {
    margin-left: auto;
}

.how_to_seminar-items .level__block p {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.how_to_seminar-items .level__block p span {
    margin-top: 3px;
    display: flex;
    max-width: 61px;
    margin-left: auto;
    margin-right: auto;
}

.how_to_seminar-items .teacher__block {
    display: flex;
    align-items: center;
}

.how_to_seminar-items .teacher__block .teacher-thumb {
    width: 80px;
}

.how_to_seminar-items .teacher__block .teacher-thumb figure {
    width: 80px;
    height: 80px;
}

.how_to_seminar-items .teacher__block .teacher-body {
    width: calc(100% - 80px);
    padding: 10px 15px;
    box-sizing: border-box;
}

.how_to_seminar-items .teacher__block .teacher-body p {
    font-size: 14px;
    font-weight: bold;
}

.how_to_seminar-items .teacher__block .teacher-body p .job {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 8px;
}

.how_to_seminar-items .teacher__block .teacher-body p .name {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.how_to_seminar-items .teacher_more__block {
    display: flex;
}

.how_to_seminar-items .teacher_more__block .more__block {
    margin-left: auto;
    padding-top: 40px;
}

.how_to_seminar-items .teacher_more__block .more__block a {
    min-width: 150px;
    height: 50px;
    border-radius: 6px;
    background-color: #d8416c;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.how_to_seminar-items .teacher_more__block .more__block a .ico_arrow {
    position: absolute;
    right: 15px;
    top: calc(50% - 0px);
    transform: translateY(-50%) scale(1);
}

.how_to_seminar .sngle-how_to_seminar .breadcrumb {
    position: relative;
    margin-bottom: 0px !important;
    padding-bottom: 25px;
}

.how_to_seminar .sngle-how_to_seminar .breadcrumb:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #213A6C;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.how_to_seminar .sngle-how_to_seminar .breadcrumb ol {
    position: relative;
    z-index: 100;
}

.how_to_seminar .sngle-how_to_seminar .breadcrumb ol li a,
.how_to_seminar .sngle-how_to_seminar .breadcrumb ol li span {
    color: #fff !important;
}

.sngle-how_to_seminar__header {
    background-color: #213A6C;
}

.sngle-how_to_seminar__header .inner {
    margin: 0 auto;
    max-width: 1024px;
    padding-bottom: 40px;
}

.sngle-how_to_seminar__header .inner h1 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.sngle-how_to_seminar__header .inner h1 small {
    font-size: 21px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
}

.sngle-how_to_seminar__header .inner .level__block {
    margin-left: 0px;
    margin-bottom: 30px;
}

.sngle-how_to_seminar__header .inner .level__block p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: flex;
}

.sngle-how_to_seminar__header .inner .level__block p span {
    margin-top: 3px;
    display: flex;
    margin-left: 9px;
    /*max-width: 61px;
  margin-left: auto;
  margin-right: auto;*/
}

.sngle-how_to_seminar__header .inner .schedule__block {
    display: inline-block;
    padding: 8px 18px 9px 13px;
    background-color: rgba(255, 255, 255, 0.35);
    border: 1px solid #fff;
}

.sngle-how_to_seminar__header .inner .schedule__block .schedule {
    font-size: 21px;
    line-height: 1.2em;
    color: #fff;
}

.sngle-how_to_seminar__header .inner .schedule__block .schedule .ico_calendar {
    width: 24px;
    height: 24px;
}

.sngle-how_to_seminar__header .inner .schedule__block .schedule .ico_calendar:before {
    width: 24px;
    height: 24px;
}

.sngle-how_to_seminar__body {
    background-color: #fff;
}

.sngle-how_to_seminar__body .inner {
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 65px;
    padding-bottom: 65px;
}

.sngle-how_to_seminar__body .inner .tags__block {
    margin-bottom: 40px;
}

.sngle-how_to_seminar__body .inner .tags__block ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    width: calc(100% + 8px);
}

.sngle-how_to_seminar__body .inner .tags__block ul li {
    margin-left: 4px;
    margin-right: 4px;
}

.sngle-how_to_seminar__body .inner .tags__block ul li span {
    border: solid 1px #22A1AC;
    background-color: #22A1AC;
    border-radius: 6px;
    padding: 6px 13px;
    display: block;
    font-size: 13px;
    line-height: 1.1em;
    font-weight: 500;
    color: #fff;
    min-width: 80px;
    text-align: center;
    box-sizing: border-box;
}

.sngle-how_to_seminar__body .inner .entry__block p {
    font-size: 18px;
}

.sngle-how_to_seminar__body .inner .entry__block .osusume__block {
    background-color: rgba(216, 65, 108, 0.02);
    border: 1px solid #d8416c;
    padding: 30px;
    margin: 40px auto 70px;
}

.sngle-how_to_seminar__body .inner .entry__block .osusume__block h2 {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.5em;
    text-align: center;
    color: #d8416c;
    margin-bottom: 20px;
}

.sngle-how_to_seminar__body .inner .entry__block .osusume__block ul {
    margin-left: 0px;
    margin-right: 0px;
}

.sngle-how_to_seminar__body .inner .entry__block .osusume__block ul li {
    font-size: 18px;
}

.sngle-how_to_seminar__body .inner .entry__block .osusume__block ul li:before {
    content: "・";
}

.sngle-how_to_seminar__body .inner .entry__block h3 {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.5em;
    text-align: center;
    color: #213A6C;
    border-bottom: solid 1px #213A6C;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.sngle-how_to_seminar__body .inner .entry__block ul,
.sngle-how_to_seminar__body .inner .entry__block ol,
.sngle-how_to_seminar__body .inner .entry__block p {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 1.8em;
}

.sngle-how_to_seminar__body .inner .entry__block ul li,
.sngle-how_to_seminar__body .inner .entry__block ol li {
    line-height: 1.8em;
}

.sngle-how_to_seminar__body .inner .entry__block ul li:before {
    content: "・";
}

.sngle-how_to_seminar__body .inner .entry__block ul+h3,
.sngle-how_to_seminar__body .inner .entry__block ol+h3,
.sngle-how_to_seminar__body .inner .entry__block p+h3 {
    margin-top: 70px;
}

.sngle-how_to_seminar__body .inner .entry__block ul+h4,
.sngle-how_to_seminar__body .inner .entry__block ol+h4,
.sngle-how_to_seminar__body .inner .entry__block p+h4 {
    margin-top: 15px;
}

.sngle-how_to_seminar__body .inner .entry__block h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 30px;
    margin-right: 30px;
}

.sngle-how_to_seminar__body .inner .session__block {
    padding-top: 45px;
}

.sngle-how_to_seminar__body .inner .session__block .session-items {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    position: relative;
}

.sngle-how_to_seminar__body .inner .session__block .session-items:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 0px;
    width: calc(100% - 30px);
    border-top: dashed 1px rgba(0, 0, 0, 0.75);
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item {
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% + 30px*2)/2);
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item.col-1 {
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% + 30px*1)/1);
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item h3 {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background: #213a6c;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item p {
    font-size: 16px;
    line-height: 1.8em;
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item .teacher__block {
    display: flex;
    /*align-items: center;*/
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item .teacher__block .teacher-thumb {
    width: 120px;
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item .teacher__block .teacher-thumb figure {
    width: 120px;
    height: 120px;
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item .teacher__block .teacher-body {
    width: calc(100% - 120px);
    padding: 0px 20px;
    padding-right: 0px;
    box-sizing: border-box;
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item .teacher__block .teacher-body p {
    font-size: 14px;
    font-weight: bold;
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item .teacher__block .teacher-body p .job {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
}

.sngle-how_to_seminar__body .inner .session__block .session-items .session-item .teacher__block .teacher-body p .name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}

.sngle-how_to_seminar__body .inner .more__block {
    padding-top: 30px;
    padding-bottom: 120px;
}

.sngle-how_to_seminar__body .inner .more__block a {
    min-width: 150px;
    max-width: 500px;
    width: 100%;
    height: 70px;
    border-radius: 6px;
    background-color: #d8416c;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.sngle-how_to_seminar__body .inner .more__block a .ico_arrow {
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    transform: translateY(-50%) scale(1.2);
}

@media screen and (max-width: 768px) {
    .how_to_seminar .page_ttl {
        height: 80px;
    }
    .how_to_seminar .archives__block {
        margin-bottom: 25px;
    }
    .how_to_seminar .introduction .inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .how_to_seminar-items__block {
        padding-bottom: 25px;
    }
    .how_to_seminar-items .how_to_seminar-item {
        margin-left: 15px;
        margin-right: 15px;
        width: calc((100% - 30px*1)/1);
        margin-bottom: 30px;
    }
    .how_to_seminar .archives__block ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -4px;
        margin-right: -4px;
        width: calc(100% + 8px);
    }
    .how_to_seminar .archives__block ul li {
        margin-left: 4px;
        margin-right: 4px;
    }
    .how_to_seminar .archives__block ul li a {
        font-size: 14px;
    }
    .how_to_seminar-items__block .how_to_seminar-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .how_to_seminar-items .how_to_seminar-item .item-header p .pc-inline {
        display: none;
    }
    .how_to_seminar-items .how_to_seminar-item .item-header {
        flex-wrap: wrap;
    }
    .how_to_seminar-items .how_to_seminar-item .item-header i {
        margin-left: 0px;
        margin-top: 5px;
    }
    .how_to_seminar-items .how_to_seminar-item .item-body h3 small {
        font-size: 14px;
    }
    .how_to_seminar-items .tags_level__block {
        flex-wrap: wrap;
    }
    .how_to_seminar-items .tags__block ul li {
        margin-bottom: 8px;
        width: auto !important;
    }
    .how_to_seminar-items .level__block {
        margin-left: 0px;
        margin-top: 10px;
    }
    .how_to_seminar-items .level__block p {
        display: flex;
    }
    .how_to_seminar-items .level__block p span {
        max-width: none;
        margin-left: 5px;
        margin-top: 0px;
    }
    .how_to_seminar-items .teacher_more__block {
        flex-wrap: wrap;
    }
    .how_to_seminar-items .teacher_more__block .more__block {
        padding-top: 10px;
        margin-left: 0px;
        width: 100%;
    }
    .breadcrumb {
        display: none !important;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }
    .breadcrumb ol,
    .breadcrumb ol li {
        display: inline-block !important;
    }
    .sngle-how_to_seminar__header .inner {
        padding: 20px;
    }
    .sngle-how_to_seminar__header .inner h1 small {
        font-size: 16px;
    }
    .sngle-how_to_seminar__header .inner h1 {
        font-size: 24px;
    }
    .sngle-how_to_seminar__header .inner .schedule__block .schedule {
        font-size: 18px;
    }
    .sngle-how_to_seminar__header .inner .schedule__block .schedule .pc-inline {
        display: none;
    }
    .sngle-how_to_seminar__header .inner .schedule__block .schedule .ico_calendar {
        width: 18px;
        height: 18px;
    }
    .sngle-how_to_seminar__header .inner .schedule__block .schedule .ico_calendar:before {
        width: 18px;
        height: 18px;
    }
    .sngle-how_to_seminar__body .inner {
        padding: 30px 20px;
    }
    .sngle-how_to_seminar__body .inner .tags__block {
        margin-bottom: 15px;
    }
    .sngle-how_to_seminar__body .inner .tags__block ul li {
        margin-bottom: 8px;
    }
    .sngle-how_to_seminar__body .inner .entry__block ul,
    .sngle-how_to_seminar__body .inner .entry__block ol,
    .sngle-how_to_seminar__body .inner .entry__block p {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 16px;
        line-height: 1.6em;
    }
    .sngle-how_to_seminar__body .inner .entry__block .osusume__block {
        background-color: rgba(216, 65, 108, 0.02);
        border: 1px solid #d8416c;
        padding: 20px;
        margin: 30px auto 35px;
    }
    .sngle-how_to_seminar__body .inner .entry__block .osusume__block h2 {
        font-weight: bold;
        font-size: 18px;
        line-height: 1.5em;
        text-align: center;
        color: #d8416c;
        margin-bottom: 20px;
    }
    .sngle-how_to_seminar__body .inner .entry__block .osusume__block ul li {
        font-size: 16px;
        text-indent: -1em;
        margin-left: 1em;
    }
    .sngle-how_to_seminar__body .inner .entry__block h3 {
        font-size: 18px;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .sngle-how_to_seminar__body .inner .entry__block ul li,
    .sngle-how_to_seminar__body .inner .entry__block ol li {
        font-size: 16px;
        line-height: 1.6em;
        text-indent: -1em;
        margin-left: 1em;
    }
    .sngle-how_to_seminar__body .inner .entry__block ul+h3,
    .sngle-how_to_seminar__body .inner .entry__block ol+h3,
    .sngle-how_to_seminar__body .inner .entry__block p+h3 {
        margin-top: 35px;
    }
    .sngle-how_to_seminar__body .inner .entry__block h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5em;
        margin-left: 0px;
        margin-right: 0px;
    }
    .sngle-how_to_seminar__body .inner .session__block .session-items {
        flex-wrap: wrap;
    }
    .sngle-how_to_seminar__body .inner .session__block .session-items .session-item {
        margin-left: 15px;
        margin-right: 15px;
        width: calc((100% + 30px*1)/1);
        padding-bottom: 35px;
    }
    .sngle-how_to_seminar__body .inner .session__block .session-items .session-item+.session-item {
        position: relative;
        padding-top: 35px;
        padding-bottom: 0px;
    }
    .sngle-how_to_seminar__body .inner .session__block .session-items .session-item+.session-item:before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(100% - 0px);
        border-top: dashed 1px rgba(0, 0, 0, 0.75);
    }
    .sngle-how_to_seminar__body .inner .session__block .session-items .session-item h3 {
        width: 100px;
        height: 36px;
        border-radius: 20px;
        background: #213a6c;
        color: #fff;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        font-size: 14px;
    }
}

.news_detail .news_detail_sec {
    margin-bottom: 40px;
}

.news_detail .news_detail_sec h2,
.news_detail .news_detail_sec h3,
.news_detail .news_detail_sec p,
.news_detail .news_detail_sec ul,
.news_detail .news_detail_sec ol {
    margin-bottom: 20px !important;
}

.news_detail .news_detail_sec p+h3 {
    margin-top: 50px;
}

.news_detail .news_detail_sec h2 {
    font-size: 20px;
    font-weight: bold;
}

.news_detail .news_detail_sec h3 {
    font-size: 18px !important;
    font-weight: bold;
}

.news_detail .news_detail_sec .f16 {
    font-size: 16px !important;
}

.news_detail .news_detail_sec h4 {
    font-size: 16px !important;
    font-weight: bold;
}

.news_detail .news_detail_sec small {
    font-size: 11px;
}

.news_detail .news_detail_sec ul li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: .5em;
    font-size: 16px;
}

.news_detail .news_detail_sec ul li:last-child {
    margin-bottom: 0px;
}

.news_detail .news_detail_sec ul li:before {
    content: "・";
}

.news_detail .news_detail_sec ol{
    counter-reset: number;
}
.news_detail .news_detail_sec ol li {
    list-style: none;
    position: relative;
    padding-left: 1.4em;
    margin: 1em 0;
}

.news_detail .news_detail_sec ol li:last-child {
    margin-bottom: 0px;
}

.news_detail .news_detail_sec ol li:before {
    counter-increment: number;
    content: counter(number);
    background: #3E3E3E;
    box-shadow: 0 0 5em rgba(51, 51, 51, 0.15) inset;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    font-size: 0.7em;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    display: block;
    text-align: center;
    line-height: 1.65em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.news_detail .news_detail_sec .box {
    background-color: #f1f1f1;
    background-color: #f2f5f9;
    padding: 20px 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news_detail .news_detail_sec .box ol,
.news_detail .news_detail_sec .box ul {
    margin-bottom: 0px;
}
.news_detail .news_detail_sec .box ol li,
.news_detail .news_detail_sec .box ul li {
    color: #213A6C;
    font-weight: bold;
    font-size: 16px;
}

.news_detail .news_detail_sec .box ol li::before{
    background-color: #213A6C;
}

.news_detail .news_detail_sec img {
    height: auto;
    max-width: 100%;
    border: solid 1px #f1f1f1;
    box-sizing: border-box;
    vertical-align: top;
}

.news_detail .news_detail_sec table {
    width: 100%;
    border-top: solid 1px #f0f0f0;
    border-left: solid 1px #f0f0f0;
    margin-bottom: 60px;
}

.news_detail .news_detail_sec table tr th {
    background-color: #f0f0f0;
    padding: 10px 10px;
    border-bottom: solid 1px #fff;
    font-weight: bold;
    color: #213A6C;
    text-align: center;
    width: 70px;
    vertical-align: middle;
}

.news_detail .news_detail_sec table tr:last-child th {
    border-bottom: solid 1px #f0f0f0;
}

.news_detail .news_detail_sec table tr td {
    background-color: #fff;
    padding: 10px 10px;
    border-bottom: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
}

.news_detail .news_detail_sec .btns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.news_detail .news_detail_sec .btns .btn {
    max-width: 420px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    background-color: #d8416c;
    border-radius: 100px;
    text-decoration: none;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .news_detail .news_detail_sec .box {
        background-color: #f1f1f1;
        background-color: #f2f5f9;
        padding: 15px 15px 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}