@charset "UTF-8";

@media only screen and (min-width: 1200px) {
    .navBtn__inner {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .pad__br {
        display: none;
    }
}

@media only screen and (min-width: 691px) {
    .flex_pc {
        display: flex;
    }

    .pc_none {
        display: none !important;
    }
}

@media only screen and (max-width: 979px) {
    body .dlb_c48_title br {
        display: initial;
    }
}

@media only screen and (max-width: 790px) {
    .br800 {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    body .hgnavi {
        display: flex;
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 690px) {

    body .inner,
    body .inner_1120 {
        width: 92%;
    }

    .sp_none {
        display: none !important;
    }

    .hlogo img {
        width: 80px;
    }

    body .dlb_c48_title br {
        display: none;
    }
}

body {
    background-color: #EDEDED;
    font-size: 16px;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.rela {
    position: relative;
}

.flex {
    display: flex;
}

.flex__wrap {
    flex-wrap: wrap;
}

.jc_ar {
    justify-content: space-around;
}

.jc_cen {
    justify-content: center;
}

.jc_sb {
    justify-content: space-between;
}

.jc_ev {
    justify-content: space-evenly;
}

.bg__gr {
    background-color: #ededed;
}

.bg__wh {
    background-color: #FFFFFF !important;
}

.bg__bl {
    background-color: #2f3b4e !important;
}

.btnbg__black {
    background: #2F3B4E;
    background: -moz-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: -webkit-gradient(108deg, from(#444F60), color-stop(50%, #444F60), color-stop(50.1%, #2F3B4E), to(#2F3B4E));
    background: -webkit-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: -o-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
}

.btnbg__black:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*ボタンの色変更20241227*/
.btnbg__red {
    background: #960000;
    background: -moz-linear-gradient(108deg, #cd160e 0%, #cd160e 50%, #960000 50.1%, #960000 100%);
    background: -webkit-gradient(108deg, from(#cd160e), color-stop(50%, #cd160e), color-stop(50.1%, #960000), to(#960000));
    background: -webkit-linear-gradient(108deg, #cd160e 0%, #cd160e 50%, #960000 50.1%, #960000 100%);
    background: -o-linear-gradient(108deg, #cd160e 0%, #cd160e 50%, #960000 50.1%, #960000 100%);
    background: linear-gradient(108deg, #cd160e 0%, #cd160e 50%, #960000 50.1%, #960000 100%);
}

.btnbg__red:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*ボタンの色変更20241227 end*/

.btnbg__blue {
    background: #2D8BC3;
    background: -moz-linear-gradient(108deg, #41A2DB 0%, #41A2DB 50%, #2D8BC3 50.1%, #2D8BC3 100%);
    background: -webkit-gradient(108deg, from(#41A2DB), color-stop(50%, #41A2DB), color-stop(50.1%, #2D8BC3), to(#2D8BC3));
    background: -webkit-linear-gradient(108deg, #41A2DB 0%, #41A2DB 50%, #2D8BC3 50.1%, #2D8BC3 100%);
    background: -o-linear-gradient(108deg, #41A2DB 0%, #41A2DB 50%, #2D8BC3 50.1%, #2D8BC3 100%);
    background: linear-gradient(108deg, #41A2DB 0%, #41A2DB 50%, #2D8BC3 50.1%, #2D8BC3 100%);
}

.btnbg__blue:hover {
    text-decoration: none;
    opacity: 0.7;
}

.btnbg__purple {
    background: #02065C;
    background: -moz-linear-gradient(108deg, #1D2287 0%, #1D2287 50%, #02065C 50.1%, #02065C 100%);
    background: -webkit-gradient(108deg, from(#1D2287), color-stop(50%, #1D2287), color-stop(50.1%, #02065C), to(#02065C));
    background: -webkit-linear-gradient(108deg, #1D2287 0%, #1D2287 50%, #02065C 50.1%, #02065C 100%);
    background: -o-linear-gradient(108deg, #1D2287 0%, #1D2287 50%, #02065C 50.1%, #02065C 100%);
    background: linear-gradient(108deg, #1D2287 0%, #1D2287 50%, #02065C 50.1%, #02065C 100%);
}

.btnbg__purple:hover {
    text-decoration: none;
    opacity: 0.7;
}

.txt__center {
    text-align: center;
}

.txt__left {
    text-align: left;
}

.txt__right {
    text-align: center;
}

.p15 {
    padding: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

body div table tr td {
    text-align: center;
    padding: 5px 10px;
    border-color: #999999;
    border-width: 2px;
}

body table.wid333 tr td {
    width: 33.33333% !important;
}

body table.wid55 tr td {
    width: 50% !important;
}

body table.dlb_table_03_2.wid3331 tr td:last-child {
    width: 13%;
}

body table.dlb_table_03_2.wid442 tr td:last-child {
    width: 16%;
}

.table-w13 {
    width: 13%;
}

.table-w16 {
    width: 16%;
}

.table-w25 {
    width: 25%;
}

.table-w29 {
    width: 29%;
}

.table-w42 {
    width: 42%;
}

.table-w71 {
    width: 71%;
}

.table-w75 {
    width: 75%;
}

body .hlogo {
    max-width: 120px;
}

.hidden .hlogo img.logo__bl {
    display: none;
}

.hlogo img.logo__bl {
    display: initial;
}

.hlogo img.logo__wh {
    display: none;
}

.hidden .hlogo img.logo__wh {
    display: initial;
}

body header {
    top: 0 !important;
}

.color__66 {
    color: #666666;
}

.color__66 {
    color: #333333;
}

.add__center {
    text-align: center;
}

.page_about .add__center {
    color: #666666;
}

body .dlb_c48_numen {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-shadow: none;
}

body .shadw {
    box-shadow: 0px 0px 10px 0px #00000024;
}

.page_faq a,
.t-default a:hover {
    /* opacity: 0.7; */
}

.mar_auto {
    margin-left: auto;
    margin-right: auto;
}

.page_thanks .mar_auto {
    margin: 50px auto;
    text-align: center;
}

header {
    padding: 0;
}

.fixedbtn {
    display: none;
}

body#top .header {
    border-radius: 0 !important;
    max-width: initial !important;
}

body#sub.page_index .hidden .header {
    /*    background: none;  2023.03.20 out */
    box-shadow: none;
    background-color: #071326;
}

body#sub.page_index .header {
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

body#sub.page_col_index .header {
    background: none;
    box-shadow: none;
}

body#sub.page_col_index .header .navBtn__bar {
    background: #FFFFFF;
}

body#sub.page_col_index.headerbg .header .navBtn__bar {
    background: #000000;
}

body#sub.page_col_index.headerbg .header {
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

body#sub .header {
    border-radius: 0;
    max-width: initial;
}

body .hnavi li a {
    padding: 0;
    background: initial;
}

body .hnavi li.nav_account a {
    background: initial;
    position: relative;
}

body .hnavi li {
    width: 150px;
}

body .hnavi li.nav_account:nth-child(1) a::after {
    position: absolute;
    content: "\7121\6599\3067\4F7F\3063\3066\307F\308B";
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    width: 90%;
}

body .hnavi li.nav_account:nth-child(2) a::after {
    position: absolute;
    content: "\304A\554F\3044\5408\308F\305B";
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    width: 90%;
}

body .hnavi li.nav_account:nth-child(3) a::after {
    position: absolute;
    content: "\30ED\30B0\30A4\30F3";
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    width: 90%;
    color: #2F3B4E;
}

body#sub .hnavi li.nav_account:nth-child(3) img {
    border: 1px solid #333333;
}

body#top.headerbg .hnavi li.nav_account:nth-child(3) img {
    border: 1px solid #333333;
}

body#sub .hnavi li.nav_account a,
body#top.headerbg li.nav_account a {
    background-color: initial;
    color: #ffffff;
    background-image: initial;
    box-shadow: initial;
    transition: initial;
}

.hnavi li.nav_dl a:hover,
.hnavi li.nav_account a:hover,
body#sub .hnavi li.nav_dl a:hover,
body#top.headerbg li.nav_dl a:hover,
body#sub .hnavi li.nav_account a:hover,
body#top.headerbg li.nav_account a:hover {
    box-shadow: initial;
    transform: initial;
}

body .sitemaps_col {
    width: 33%;
}

@media only screen and (max-width: 800px) {
    body .sitemaps_col {
        width: 50%;
    }
}

@media only screen and (max-width: 690px) {
    .page_technology .dlb_table_03_2 {
        margin-bottom: 20px;
    }

    body .sitemaps_col {
        width: 100%;
    }
}

#locator {
    background-color: initial;
    margin-bottom: 70px;
}

#locator .inner {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
}

#locator a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -16px;
    border-width: 16px 0 16px 16px;
    border-style: solid;
    border: none;
    left: -16px;
}

#locator a::after {
    content: "";
    border: none;
}

#locator a {
    background: initial;
    font-size: 14px;
}

#locator li:first-child a {
    padding-left: 0;
}

#locator li:last-child::after {
    content: "";
    border: none;
}

#locator li:last-child {
    background-color: initial;
    color: #000000;
}

#locator li {
    background-color: initial;
    color: #000000;
    font-size: 14px;
}

#locator li:last-child::before {
    content: ">";
    position: absolute;
    top: 50%;
    border: none;
    COLOR: #000000;
    FONT-SIZE: 20PX;
    TRANSFORM: scaleX(0.5);
    FONT-WEIGHT: 100;
}

.page_thanks #locator li {
    position: relative;
}

.page_form #locator li {
    position: relative;
}

#locator a:last-child::before {
    content: ">";
    position: absolute;
    top: 50%;
    border: none;
    COLOR: #000000;
    FONT-SIZE: 20PX;
    TRANSFORM: scaleY(2);
    FONT-WEIGHT: 100;
}

.page_form #locator li:nth-child(2)::before,
.page_form #locator li:nth-child(3)::before,
.page_form #locator li:nth-child(4)::before,
.page_thanks #locator li:nth-child(2)::before,
.page_thanks #locator li:nth-child(3)::before,
.page_thanks #locator li:nth-child(4)::before {
    content: ">";
    position: absolute;
    top: 50%;
    border: none;
    COLOR: #000000;
    FONT-SIZE: 20PX;
    TRANSFORM: scaleX(0.5);
    FONT-WEIGHT: 100;
    margin-top: -16px;
    left: -16px;
}

@media only screen and (max-width: 690px) {

    #locator {
        background-color: initial;
        margin-bottom: 50px;
    }

    .page_thanks #locator li:nth-child(2)::before,
    .page_thanks #locator li:nth-child(3)::before,
    .page_thanks #locator li:nth-child(4)::before {
        top: 80%;
    }

    #locator li:last-child::before {
        content: ">";
        position: absolute;
        top: -25%;
        border: none;
        COLOR: #000000;
        FONT-SIZE: 20PX;
        TRANSFORM: scale(0.5, 1.5);
        FONT-WEIGHT: 100;
    }
}

.f_navi_col li li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: #FFFFFF 2px solid;
    border-right: #FFFFFF 2px solid;
    border-left: 0;
    border-bottom: 0;
    background: none;
    transform: rotate(45deg) translate(-2.5px, -1.5px);
}

.inner_1060 {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px;
}

.foot__img {
    background: url(https://www.eureka-box.com/dcms_media/image/img__footerbg.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.foot__img .flex_pc>div a {
    display: block;
    position: relative;
}

.foot__img .flex_pc>div:nth-child(1) a::after {
    content: "\8CC7\6599\30C0\30A6\30F3\30ED\30FC\30C9";
}

.foot__img .flex_pc>div:nth-child(2) a::after {
    content: "\7121\6599\3067\4F7F\3063\3066\307F\308B";
}

.foot__img .flex_pc>div:nth-child(3) a::after {
    content: "\304A\554F\3044\5408\308F\305B";
}

.foot__img .flex_pc>div a::after {
    position: absolute;
    top: 47%;
    left: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    width: 90%;
}

@media only screen and (max-width: 1100px) {
    .foot__img .flex_pc>div a::after {
        font-size: 16px;
    }
}

@media only screen and (max-width: 850px) {
    .foot__img .flex_pc>div a::after {
        font-size: 14px;
    }
}

@media only screen and (max-width: 690px) {
    .foot__img .flex_pc>div a::after {
        font-size: 18px;
    }
}

.foot_title {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}

.foot_title strong {
    font-size: 32px;
}

.foot__img .flex_pc {
    justify-content: space-between;
}

.foot__img .flex_pc>div {
    max-width: 300px;
    width: 30%;
}

.foot__img .flex_pc div p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.foot__circle {
    max-width: 165px;
    width: 55%;
    margin: 0 auto;
}

body footer .foot__menu {
    justify-content: space-between;
    border-bottom: 1px solid #919191;
    margin-bottom: 20px;
    align-items: initial;
    padding-bottom: 30px;
}

body footer .foot__menu li li a {
    font-size: 18px;
}

body footer .f_navi_linkp li {
    font-size: 13px;
}

body footer .f_navi ul li ul {
    display: block;
}

body .f_navi_second {
    border-top: none;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer small {
    color: #B3D2ED;
    font-size: 11px;
}


@media only screen and (max-width: 690px) {
    .foot__img .flex_pc>div {
        max-width: 300px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .f_navi_second ul {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .f_navi_col {
        padding: 0 10px;
        width: 94%;
        margin: 0 auto;
    }

    .f_navi_linkp li+li {
        border-left: none;
    }

    body footer .f_navi_linkp li {
        font-size: 30px;
        text-align: center;
    }

    .f_navi_col a,
    .f_navi_second li a {
        font-size: 18px;
    }

    .foot_title {
        font-size: 18px;
        width: 94%;
        margin: -20px auto 30px;
    }

    .foot_title strong {
        font-size: 26px;
    }
}

/* 利用規約 */
.kiyaku__title {
    font-weight: bold;
    color: #2F3B4E;
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
}

.page_terms .kiyaku__title {
    text-align: left;
}

.page_thanks .kiyaku__title {
    margin-top: 0;
}

.about_add-box1.bg__gr {
    padding-bottom: 0;
    padding-top: 0;
}

.page_terms #contents p {
    letter-spacing: 0.08em;
}

@media only screen and (max-width: 690px) {
    .kiyaku__title {
        font-size: 18px;
    }

    .rss_title {
        display: block;
        line-height: 2;
    }

    .page_about .dlb_subtitle3_02 {
        margin-bottom: 40px;
    }

    .page_about div.kiyaku__title {
        margin-bottom: 0;
    }
}

/* ニュース */
.page_news #locator {
    margin-bottom: 10px;
}

.tag__news {
    display: inline-block;
    min-width: 80px;
    width: fit-content;
    background: #2F3B4E;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 30px;
    text-indent: 0;
    max-height: 28px;
    white-space: nowrap
}

.rss_block {
    padding: 60px 50px;
}

.rss_area {
    background-color: #FFFFFF;
}

/* body .rss_block .rss_title {
    margin-left: 130px;
    text-indent: -111px;
    padding-left: 111px;
    float: initial;
    width: initial;
} */
@media only screen and (min-width: 1192px) {
    body .rss_block .rss_title a {
        display: flex;
    }
}

@media only screen and (max-width: 1191px) {
    body .rss_block .rss_title a .txt__news {
        transform: translateX(-120px);
        margin-top: 10px;
        width: calc(100% + 120px);
    }
}

/* body.page_news .rss_block .rss_title {
    margin-left: 130px;
    text-indent: -50px;
    padding-left: 111px;
    float: initial;
    width: initial;
} */

@media only screen and (max-width: 690px) {

    .page_news #locator {
        margin-bottom: 20px;
    }

    body .rss_block .rss_title a {
        display: block;
    }

}

/* 個人プラン */
body.page_personal .dlb_c48_block {
    margin-top: 50px;
}

body.page_personal h2 {
    text-align: center;
    position: relative;
    margin-bottom: 1.5em;
}

body.page_personal .txt {
    text-align: center;
    margin: 0 auto 1.5em;
    width: 94%;
}

body.page_personal a.person_btn {
    display: block;
    text-align: center;
    background: #41A2DB;
    color: #FFFFFF;
    line-height: 65px;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
    margin: 0 auto;
    box-shadow: 0 8px 16px #040c1729;
    position: relative;
}

body.page_personal a.person_btn:hover {
    text-decoration: none;
}

body.page_personal a.person_btn::after {
    position: absolute;
    content: ">";
    color: #FFFFFF;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    transform: scale(0.5, 1.2);
}

.page_personal h2::after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #02065C;
}

.page_privacy .kiyaku__title {
    text-align: left;
    margin-top: 50px;
}

.page_terms .kiyaku__title {
    text-align: left;
    margin-top: 50px;
}

.page_price #n02.kiyaku__title {
    margin-top: -20px;
}

.page_price #n03.kiyaku__title {
    margin-top: -20px;
}

.page_price .flex.flex__wrap {
    margin: 0 auto;
}

.page_price .flex.flex__wrap:first-child {
    margin-left: 0;
}

.page_price .flex.flex__wrap:last-child {
    margin-right: 0;
}

.page_price .price__btn {
    width: 32.412%;
    margin: 0 auto;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 15px;
    padding-left: 12%;
    line-height: 56px;
    display: block;
    position: relative;
    border: 1px solid #CCCCCC;
}

.page_price .price__btn::after {
    content: url(https://www.eureka-box.com/dcms_media/image/ico__arrowB.png);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20%;
}

.page_price .price__btn:hover {
    background-color: #2F3B4E;
    color: #FFFFFF;
    text-decoration: none;
}

.page_price .price__btn:hover::after {
    content: url(https://www.eureka-box.com/dcms_media/image/ico__arrowW.png);
}

@media only screen and (max-width: 940px) {

    .page_price .price__btn {
        width: 100%;
        max-width: 363px;
        margin-top: 10px;
        padding-left: 100px;
    }

    .page_price .price__btn:first-child {
        margin-top: 0px;
    }

    .page_price .flex.flex__wrap:first-child {
        margin-left: auto;
    }

    .page_price .flex.flex__wrap:last-child {
        margin-right: auto;
    }
}

@media only screen and (min-width: 691px) {
    body .dlb_c48_icon {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin: 0 auto 20px;
        background: none;
    }

    body.page_personal .dlb_c48_icon {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin: 50px auto 30px;
        background: none;
    }

    body .dlb_c48_block .col {
        width: 30%;
    }

    body .add.col {
        width: 30%;
    }

    body.page_personal .add.col {
        width: 100%;
    }
}

body .add.col {
    margin: 30px auto 50px;
}

body .dlb_c48_icon img {
    width: 100%;
    height: auto;
    padding: 0;
}

.ClWhite {
    color: #FFFFFF;
}

body .dlb_c48_arr::before {
    border-top: 2px solid #2F3B4E;
    border-right: 2px solid #2F3B4E;
}

body .dlb_c48_num {
    text-shadow: 3px 3px 0px #ffffff;
}

body .dlb_content-48 {
    background-color: initial;
    padding: 75px 0 0;
}

.personal__foot {
    margin-bottom: 50px;
}

#top .personal__foot {
    margin-bottom: 50px;
}

.personal_add1 {
    max-width: 380px;
    margin: 0 auto;
    width: 94%;
}

.page_personal .personal_add1,
.page_price .personal_add-box20 .personal_add1 {
    background-color: #2F3B4E;
    border-radius: 6px;
    padding: 22px 15px 15px 15px;
    color: #FFFFFF;
    font-weight: bold;
}

.page_personal .personal_add1,
.page_price .personal_add-box30 .personal_add1 {
    background-color: #1D2287;
    border-radius: 6px;
    padding: 22px 15px 15px 15px;
    color: #FFFFFF;
    font-weight: bold;
}

.page_personal .personal_add1 {
    background-color: #2F3B4E;
}

.page_price .price__add-flex:first-child {
    background-color: #2F3B4E;
    border-radius: 6px;
    padding: 22px 10px 15px;
    color: #FFFFFF;
    font-weight: bold;
    max-width: 94%;
    width: 280px;
}

.page_price .price__add-flex:last-child {
    background-color: #1D2287;
    border-radius: 6px;
    padding: 22px 10px 15px;
    color: #FFFFFF;
    font-weight: bold;
    max-width: 94%;
    width: 280px;
}

.plan__s20 {
    font-size: 20px;
    text-align: center;
}

.plan__s40 {
    font-size: 40px;
    text-align: center;
}

.plan__s28 {
    font-size: 28px;
    text-align: center;
}

.plan__s13 {
    font-size: 13px;
    text-align: center;
}

.plan__s14 {
    font-size: 14px;
    text-align: center;
}

.page_personal .personal_add-box {
    padding: 40px 0 40px;
}

.page_personal h2 {
    color: #566376;
}

.personal__add-ab01 {
    position: absolute;
    top: -40px;
    margin: auto;
    left: 0;
    right: 0;
    width: 580px;
    font-size: 20px;
    font-weight: bold;
}

.personal__add-ab02 {
    position: absolute;
    top: 17%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.personal__add-ab03 {
    position: absolute;
    top: 18%;
    color: #FFFFFF;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 5px #000000bd;
}

.personal__add-ab03 strong {
    font-size: 78.5715%;
}

.personal__add-ab04 {
    position: absolute;
    top: 53%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.personal__add-ab04 a {
    width: 26.8%;
    margin: 0 30px;
    display: block;
}
}

@media only screen and (max-width: 690px) {
    body.page_news .rss_block .rss_title {
        margin-left: 0;
        text-indent: 0;
        padding-left: 0;
    }

    body.page_personal .dlb_c48_title {
        margin-bottom: 0;
    }

    .personal__foot {
        margin-bottom: 40px;
    }

    .page_price .price__add-flex {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .personal__add-ab01 {
        top: -22px;
        width: 300px;
        font-size: 10px;
    }

    #sub .personal__add-ab01 {
        width: 100%;
        max-width: 400px;
        top: -60px;
    }

    #sub .personal__add-ab01 .rela>img {
        height: 100px;
    }

    body .add.col {
        max-width: 300px;
        margin: 40px auto;
    }

    .personal__add-ab04 {
        top: 66px;
        display: block;
    }

    .personal__add-ab03 {
        top: 25px;
        font-size: 16px;
    }

    .personal__add-ab04 a {
        width: 250px;
        margin: 20px auto;
    }

    .personal__add-ab02 {
        top: 5%;
        font-size: 16px;
    }

    #sub .personal__add-ab02 {
        top: 13%;
        font-size: 15px;
    }

    body#sub div .pt0 {
        padding-top: 0;
    }
}

body.page_form .m50,
body.page_thanks .m50 {
    margin-bottom: 0;
}

body.page_thanks .mar_auto a {
    position: relative;
}

body.page_thanks .mar_auto .dlbtn::after {
    position: absolute;
    content: "\8CC7\6599\30C0\30A6\30F3\30ED\30FC\30C9";
    margin: auto;
    left: 0;
    right: 0;
    bottom: 52%;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
}

/* ユーリカボックスとは */

.about_add-box {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
    padding: 40px 40px 40px 80px;
}

.about_add-box1 {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
    padding: 60px 0;
}

.about_add-box2 {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
    padding: 80px 0 20px;
}

.page_about .about_add-box2 {
    padding: 90px 0 0;
    width: 88%;
}

.page_about .personal__foot {
    margin-bottom: 50px;
}

.page_about .personal__foot:last-child {
    margin-bottom: 70px;
}

.about_add-box h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 25px;
}

.about_add-box h3:last-child {
    margin-bottom: 0;
}

.about_add-box h3::before {
    content: url(https://www.eureka-box.com/dcms_media/image/img__about__check.png);
    display: inline-block;
    transform: translate(-40px, 3px);
    position: absolute;
}

body h3.about__title1 {
    border: none;
    padding: 0;
    position: relative;
    color: #566376;
}

body h3.about__title1::before {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: -7px;
    left: 0;
    background-color: #02065C;
}

.page_about .add__strongtxt {
    display: block;
    margin-top: 25px;
}

.br {
    margin-top: 1em;
}

.page_about .dlb_box2-3_txt {
    margin-bottom: 0;
    color: #666666;
}

.page_about .dlb_box2-3_txt strong {
    color: #333333;
}
}

@media only screen and (max-width: 690px) {

    body.page_about h3.about__title1 {
        text-align: center;
    }

    body.page_about h3.about__title1::before {
        content: none;
    }

    body {
        font-size: 14px;
    }

    .about_add-box2 {
        padding: 40px 0 0;
    }

    .about_add-box1 {
        padding: 20px 0 40px;
    }

    .page_about .about_add-box1 {
        padding: 40px 0;
        width: 88%;
    }

    .about_add-box h3 {
        font-size: 14px;
        line-height: 2;
        position: relative;
    }

    .about_add-box h3::before {
        content: url(https://www.eureka-box.com/dcms_media/image/img__about__check.png);
        display: inline-block;
        transform: translate(-30px, -1px) scale(0.7);
        position: absolute;
    }

    .about_add-box {
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        padding: 40px 10px 30px 40px;
    }
}

/* よくあるご質問 */

.add_q .dlb_interactive_accordion_click {
    background-color: #2F3B4E;
    padding: 25px 24px;
}

.page_training .add_q .dlb_interactive_accordion_click {
    background-color: #2F3B4E;
    padding: 25px 40px 25px 15px;
}

.add_q .dlb_interactive_accordion_click.active {
    background-color: #2F3B4E;
}

.add_q .dlb_interactive_accordion_click .txt {
    color: #FFFFFF;
    font-weight: bold;
}

.add_q .dlb_color_bgbef_key::before,
.dlb_color_bgbef_key::after {
    background-color: #FFFFFF;
}

.add_q .dlb_interactive_accordion_click::before {
    width: 40px;
    height: 40px;
    top: 30px;
    right: 20px;
}

.add_q .dlb_interactive_accordion_click::after {
    color: #2F3B4E;
}

.add_q .dlb_interactive_accordion_click::after {
    width: 10px;
    height: 10px;
    top: 35px;
    right: 33px;
    border-top-style: solid;
    border-top-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
}

.add_q .list_disc {
    padding: 25px 20px 30px;
}

.add_q .list_disc li {
    color: #999999;
}

.add_q .list_disc li::marker {
    color: #41B1AB;
}

/* サイトマップ */
body #sitemap li::before {
    border-top: 2px solid #083F8D;
    border-right: 2px solid #083F8D;
}

.page_sitemap .m80_pc {
    margin-bottom: 70px;
}

/* 料金・プラン */
body .dlb_color_bg_key,
.dlb_color_bg_key a {
    background-color: #2F3B4E;
}

td.table__bg-bl {
    background-color: #2F3B4E;
    color: #FFFFFF;
}

td.table__bg-wh {
    background-color: #FFFFFF;
}

.page_price .add__price1 {
    padding-bottom: 30px;
}

.page_price h3 {
    padding-bottom: 40px;
    position: relative;
    text-align: center;
    font-size: 1.5em;
    color: #566376;
}

.page_price h3::after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #02065C;
}

h3.add__ub {
    padding-bottom: 40px;
    position: relative;
    text-align: center;
    font-size: 1.5em;
    color: #566376;
}

h3.add__blk {
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    font-size: 1.75em;
    color: #2F3B4E;
}

h3.add__ub::after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #02065C;
}

.page_price .kiyaku__title,
.page_about .kiyaku__title,
.page_personal .kiyaku__title {
    margin-bottom: 30px;
}

.personal_add-box {
    padding: 20px 0 40px;
}

.page_form .personal_add-box {
    padding: 0 0 40px;
}

.page_thanks .personal_add-box {
    padding: 0 0 40px;
}

body.page_personal .dlb_content-48 {
    padding: 40px 0 0;
}

body .dlb_c48_block .col {
    padding: 20px;
}

body.page_personal .dlb_c48_block .col {
    padding: 40px 20px;
}

.price__add-flex {
    margin: 0 20px;
}

.page_price .personal_add-box {
    padding: 20px 0 40px;
}

.page_price .personal_add-box.bottom {
    padding-bottom: 0;
}

.page_price .personal_add-box img.pc_none {
    width: 250px;
    margin: 0 auto;
    display: block;
}

/* 用語集 */
.page_glossary .menu_btn_532 a {
    background-color: #fff;
}

.page_glossary .h2title_big {
    background-color: #2F3B4E;
    padding: 25px 1em;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    border-radius: 5px;
}

.page_glossary .dlb_c32_a .dlb_c32_a_txt .left_margin_tuning {
    margin-left: 65px;
}

@media only screen and (max-width: 690px) {
    .dlb_c32_a .dlb_c32_a_txt .left_margin_tuning {
        margin-left: 47px;
    }
}


/* お問い合わせ */
.page_contact #locator {
    margin-bottom: 50px;
}

#form_contact_main {
    background-color: #EDEDED;
}

#form_contact_main dt span {
    display: none;
}

body #form_contact_main dt {
    width: 280px;
    float: left;
    padding-left: 50px;
    position: relative;
}

#form_contact_main dt::before {
    content: "\5FC5\9808";
    background-color: #FF0102;
    color: #FFFFFF;
    padding: 0px 3px;
    position: absolute;
    left: 0;
    line-height: 1.5;
    margin-top: 6px;
}

.formflow_arrow {
    display: none;
}

.page_contact #form_main {
    float: initial;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
}

body #contact-form p {
    line-height: 240%;
}

#formElementVal38Sei {
    position: relative;
    margin-bottom: 50px;
}

#formElementVal39Sei {
    position: relative;
    margin-bottom: 50px;
}

.page_contact dl {
    position: relative;
    font-size: 16px;
}

.page_contact dl:nth-child(2):after,
.page_contact dl:nth-child(3):after {
    position: absolute;
    content: "\4F8B\FF09\25CF\25CF\a0\25CF\25CF";
    font-size: 15px;
    color: #999;
    bottom: 30px;
    left: 280px;
}

.page_contact dl:nth-child(9):after {
    position: absolute;
    content: "\5F53\793E\306E\500B\4EBA\60C5\5831\306E\53D6\6271\898F\7A0B\306B\3064\3044\3066\540C\610F\3055\308C\308B\65B9\306E\307F\9001\4FE1\3067\304D\307E\3059";
    font-size: 15px;
    bottom: 20px;
    left: 297px;
}

#privacy_txt {
    display: none;
}

/* add cookie test 2022.11.11*/
.cookie-consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 1.2em 1.2em 1.2em 5em;
    box-sizing: border-box;
    visibility: hidden;
}

.cookie-consent.is-show {
    visibility: visible;
    padding: 1.2em;
}

.cookie-consent a {
    color: #fff !important;
}

.cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
    margin-left: 50px;
}

.cookie-agree:hover {
    cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
    display: none;
}

/* ゆっくり消える */
.cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
}

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* メディアクエリ */
@media screen and (max-width: 600px) {
    .cookie-consent {
        flex-direction: column;
        padding: 1.2em;
    }

    .cookie-text {
        margin-bottom: 1em;
    }
}

/* add end */


body #form_contact_main dd {
    width: calc(100% - 280px);
}

#formElementVal38Sei,
#formElementVal39Sei,
#formElementVal38Mei,
#formElementVal39Mei {
    width: calc(50% - 22px);
}

#formElementVal40,
#formElementVal41,
#formElementVal42,
#formElementVal43,
#formElementVal44 {
    width: 100%;
}

.page_contact input[type="text"] {
    height: 40px;
    border: #CCCCCC 1px solid;
}

.page_contact textarea {
    border: #CCCCCC 1px solid;
}

#form_contact_main dl:last-child {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 50px;
}

body #submit_button input {
    width: 260px;
    height: 55px;
    color: #FFFFFF;
    background-color: #2F3B4E;
    line-height: 55px;
    border: none;
}

@media only screen and (max-width: 690px) {

    .page_contact #locator {
        margin-bottom: 30px;
    }

    .page_price .personal_add-box {
        padding: 20px 0;
    }

    body.page_price section.price__wid {
        max-width: 300px;
        margin: 2px auto !important;
    }

    body #form_contact_main dt {
        width: 100%;
    }

    body #form_contact_main dd {
        width: 100%;
        padding-top: 10%;
    }

    .page_contact dl:nth-child(2):after,
    .page_contact dl:nth-child(3):after {
        left: 0;
    }

    .page_contact dl:nth-child(9):after {
        left: 17px;
    }

    #form_contact_main dl:last-child {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 100px;
    }

    .page_contact dl:nth-child(9):after {
        bottom: 30px;
        line-height: 1.5;
    }
}

/* 404 */
#pagetitle {
    background-image: url(https://www.eureka-box.com/dcms_media/image/img__pagetitle.png)
}

.page_404 #locator {
    background-color: #EDEDED;
    margin-bottom: 40px;
}

.page_404 .flex_pc.jc_cen>div a {
    position: relative;
    display: block;
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
}

.page_404 .flex_pc.jc_cen>div:nth-child(1) a::after {
    content: "HOME\3078";
}

.page_404 .txt {
    text-align: center;
    margin-top: 20px;
}

.page_404 .flex_pc.jc_cen {
    margin-top: 15px
}

.page_404 .flex_pc.jc_cen>div a::after {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    width: 90%;
}

.page_404 .flex_pc.jc_cen>div:nth-child(2) a::after {
    content: "\30B5\30A4\30C8\30DE\30C3\30D7\3078";
    top: 40%;
}

.rela.personal__foot .personal__add-ab04 a {
    position: relative;
    display: block;
}

.rela.personal__foot .personal__add-ab04 a:nth-child(1):after {
    content: "\8CC7\6599\30C0\30A6\30F3\30ED\30FC\30C9";
}

.rela.personal__foot .personal__add-ab04 a:nth-child(2):after {
    content: "\304A\554F\3044\5408\308F\305B";
}

.rela.personal__foot .personal__add-ab04 a::after {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    width: 90%;
}

@media only screen and (max-width: 1000px) {
    .rela.personal__foot .personal__add-ab04 a::after {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .rela.personal__foot .personal__add-ab04 a::after {
        font-size: 14px;
    }
}

@media only screen and (max-width: 690px) {
    .rela.personal__foot .personal__add-ab04 a::after {
        font-size: 18px;
    }

    .page_404 #locator {
        margin-bottom: 20px;
    }
}

.page_price .dlb_content-33 .col3_m_321 section.col a {
    position: relative;
    display: block;
    width: 300px;
    height: 46px;
    background-color: #2F3B4E;
}

.page_price .dlb_content-33 .col3_m_321 section.col:nth-child(1) a::after {
    content: "Eureka Box\A \30B9\30BF\30F3\30C0\30FC\30C9";
    color: #FFFFFF;
    white-space: pre;
    line-height: 1.3;
}

.page_price .dlb_content-33 .col3_m_321 section.col:nth-child(2) a::after {
    content: "\8FFD\52A0\30AA\30D7\30B7\30E7\30F3";
}

.page_price .dlb_content-33 .col3_m_321 section.col:nth-child(3) a::after {
    content: "\30B9\30DA\30B7\30E3\30EB\30D1\30C3\30B1\30FC\30B8";
}

.page_price .dlb_content-33 .col3_m_321 section.col a::after {
    position: absolute;
    top: 44%;
    left: 57%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    width: 90%;
}

@media only screen and (max-width: 1000px) {
    .page_price .dlb_content-33 .col3_m_321 section.col a::after {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .page_price .dlb_content-33 .col3_m_321 section.col a::after {
        font-size: 14px;
    }
}

@media only screen and (max-width: 690px) {
    .page_price .dlb_content-33 .col3_m_321 section.col a::after {
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    .page_price .dlb_content-33 .col3_m_321 section.col a::after {
        font-size: 14px;
    }
}


/* top */
.top__box1 {
    padding: 60px 70px;
    background-color: #FFFFFF;
}

.top__box1.top__re .jc_sb.flex_pc .flex {
    width: 50%;
}

.top__box1.top__re .jc_sb.flex_pc .flex div {
    margin-left: 10px;
    margin-right: 10px;
}

.top__box1.top__re .jc_sb.flex_pc .flex:first-child div:first-child {
    margin-left: 0px;
}

.top__box1.top__re .jc_sb.flex_pc .flex:last-child div:last-child {
    margin-right: 0px;
}

.top__box1.top__cta {
    background: url(https://www.eureka-box.com/dcms_media/image/top___cta-bg.png) no-repeat;
    background-size: cover;
    height: 330px;
}

#top #container {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
}

html body#top #container {
    margin-top: 50px;
}

.txt_link_arrl a {
    color: #2F3B4E;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.txt_link_arrl::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #2F3B4E;
    border-right: 2px solid #2F3B4E;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
}

.top__box1.top__re {
    background-color: #2F3B4E !important;
}

.top__box1.top__re .top__title {
    color: #FFFFFF;
}

.top__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
}

.top__wrap div {
    height: 120px;
    width: 32%;
    padding-top: 50px;
    color: #2F3B4E;
    background-color: #FFFFFF;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: clamp(13px, 1.5vw, 18px);
}

.top__wrap div.top__two {
    padding-top: 35px;
}

.top__add01 {
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.top__add01 a {
    width: 320px;
    margin: 0 30px;
    display: block;
    position: relative;
}

.top__add01 a::after {
    position: absolute;
    content: "\7121\6599\3067\4F7F\3063\3066\307F\308B";
    position: absolute;
    top: 46%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    width: 90%;
}

.top__btn01>div>a {
    position: relative;
    display: block;
}

.top__btn01>div a::after {
    position: absolute;
    content: "\8A73\7D30\30DA\30FC\30B8\3078";
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    width: 90%;
}

.page_price .personal_add1.btn__de {
    width: 280px;
    margin-top: 10px;
    margin-bottom: 43px;

}

.btn__de a {
    position: relative;
    display: block;
}

.btn__de a::after {
    position: absolute;
    /* content: "\8A73\7D30\30DA\30FC\30B8\3078"; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    width: 90%;
}

.top__re .top__btn01>div a::after {
    top: 42%;
    color: #2F3B4E;
}

.top__box-wh .top__btn01 a {
    position: relative;
    display: block;
}

.top__box-wh .top__btn01 a::after {
    position: absolute;
    content: "\8A73\7D30\30DA\30FC\30B8\3078";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    width: 90%;
}

.top__add02 {
    position: absolute;
    top: 75%;
    margin: 20px auto 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.top__add02 a {
    text-align: center;
    color: #FFFFFF;
    text-decoration-line: underline;
    text-decoration-color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.top__btn01 {
    width: 32%;
    margin: 0 auto;
}

.top__box-wh {
    background-color: #FFFFFF;
    padding: 60px 50px 30px;
}

.top__title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    padding-bottom: 0;
}

.top__re .top__title {
    font-size: 36px;
}

.top__title::after {
    content: "";
    width: 35px;
    position: absolute;
    background-color: #2F3B4E;
    height: 3px;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.top__box1.top__re .top__title::after {
    background-color: #FFFFFF;
}

.top__box-wh .top__title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
}

.top__box-wh .top__title02 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 25px;
    text-align: left;
}

.top__box-wh .flex_pc p {
    width: 68%;
    line-height: 2;
    padding-right: 17%;
}

.top__sub-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
    color: #566376;
}

.top__sub-title strong {
    background: linear-gradient(transparent 80%, #7cb3d3 80%);
}

.top__txt {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    padding-bottom: 30px;
}

#top h3 {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 40px;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

#top h3::after {
    content: url(https://www.eureka-box.com/dcms_media/image/top__under.png);
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

#top .top__re h3 {
    color: #FFFFFF;
}

#top .top__re h3::after {
    content: url(https://www.eureka-box.com/dcms_media/image/top__under-wh.png);
}

.top__re>p {
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 2;
    padding-bottom: 30px;
    font-size: 16px;
}

#top h4 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 2;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 30px;
}

.top__re .top__btn01 {
    width: 32%;
    margin: 15px auto 0;
}

body .top__flow .dlb_c48_icon {
    width: 90px;
    height: 90px;
}

.top__flow .dlb_c48_block .col {
    padding: 40px 15px 10px;
}

body.page_index .top__flow .dlb_c48_block .col {
    padding: 40px 20px 20px;
}

body .top__flow .dlb_content-48 {
    padding: 25px 0 0;
}

.top__feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.top__feature a {
    width: 30%;
    margin-bottom: 40px;
    box-shadow: 0px 10px 30px 0px #00000047;
    display: block;
    position: relative;
}

.top__feature a strong {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 8%;
    margin: auto;
    left: 0;
    right: 0;
    font-size: clamp(12px, 1.5vw, 18px);
    color: #555555;
    font-weight: bold;
}

.top__feature a strong.one {
    bottom: 12%;
}

@media only screen and (max-width:979px) {
    .top__box1.top__re .jc_sb.flex_pc .flex {
        width: 100%;
    }

    .top__box1.top__re .jc_sb.flex_pc .flex div {
        margin-left: 0;
        margin-right: 0;
    }

    .top__box1.top__re .jc_sb.flex_pc .flex:first-child div:last-child {
        margin-left: 10px;
    }

    .top__box1.top__re .jc_sb.flex_pc .flex:last-child div:first-child {
        margin-right: 10px;
    }

    body .top__flow .dlb_c48_icon {
        width: 60px;
        height: 60px;
        background: none;
    }

    body#top .top__box1 {
        padding: 60px 15px;
        background-color: #FFFFFF;
    }

    body.page_index .top__box1 {
        padding: 60px 15px;
        background-color: #FFFFFF;
    }

    body.page_col_index .top__box1 {
        padding: 60px 15px;
        background-color: #FFFFFF;
    }

    body.page_training .top__box1 {
        padding: 60px 15px;
        background-color: #FFFFFF;
    }

    body#top .top__box1.top__cta-share {
        padding: 30px 3%;
    }

    body#top .top__box1.top__re {
        padding: 60px 15px;
        background-color: #2F3B4E;
    }

    body .top__flow .dlb_c48_num {
        width: 100px;
    }

    body .top__flow .dlb_c48_title {
        font-size: 14px;
    }
}

#top .top__feature a:nth-child(1):after {
    position: absolute;
    content: "8\5206\91CE\30FB 4\7A2E\A\8C4A\5BCC\306A\30B3\30F3\30C6\30F3\30C4\5185\5BB9";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8%;
    display: inline-block;
    white-space: pre;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

#top .top__feature a:nth-child(2):after {
    position: absolute;
    content: "\7406\89E3\5EA6\30C1\30A7\30C3\30AF\3092\5B9F\65BD";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 14%;
    display: inline-block;
    white-space: pre;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

#top .top__feature a:nth-child(3):after {
    position: absolute;
    content: "3\6BB5\968E\306E\5B66\7FD2\30EC\30D9\30EB";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 14%;
    display: inline-block;
    white-space: pre;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

#top .top__feature a:nth-child(4):after {
    position: absolute;
    content: "\5B9F\52D9\30EC\30D9\30EB\306E\A \4E8B\4F8B\96C6 FAQ\304C\898B\308C\308B";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8%;
    display: inline-block;
    white-space: pre;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

#top .top__feature a:nth-child(5):after {
    position: absolute;
    content: "\5B9F\52D9\30EC\30D9\30EB\306E\A \30C4\30FC\30EB\304C\4F7F\3048\308B";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8%;
    display: inline-block;
    white-space: pre;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

#top .top__feature a:nth-child(6):after {
    position: absolute;
    content: "\30B3\30F3\30B5\30EB\30BF\30F3\30C8\306B\A \76F4\63A5\76F8\8AC7\304C\53EF\80FD";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8%;
    display: inline-block;
    white-space: pre;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

#top .top__feature a:nth-child(7):after {
    position: absolute;
    content: "\6700\65B0\306E\6280\8853\89E3\8AAC\304C\898B\308C\308B";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 14%;
    display: inline-block;
    white-space: pre;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

#top .top__feature a:nth-child(8):after {
    position: absolute;
    content: "\904E\53BB\958B\50AC\30BB\30DF\30CA\30FC\A\30A2\30FC\30AB\30A4\30D6\52D5\753B\304C\898B\308C\308B";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8%;
    display: inline-block;
    white-space: pre;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

#top .top__feature a:nth-child(9):after {
    position: absolute;
    content: "\3010\30AA\30D7\30B7\30E7\30F3\3011\A\4F34\8D70\30B5\30DD\30FC\30C8";
    left: 0;
    right: 0;
    margin: auto;
    white-space: pre;
    bottom: 8%;
    display: inline-block;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 18px);
    color: #555555;
    font-weight: bold;
}

@media only screen and (max-width: 690px) {

    body.page_index .top__flow .dlb_c48_block .col {
        padding: 80px 20px 20px;
    }

    html body#top #container {
        margin-top: 40px;
    }

    .top__box-wh {
        padding: 60px 3% 20px;
    }

    #top .top__feature#sub .top__feature {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: initial;
    }

    #top .top__feature a,
    #sub .top__feature a {
        width: 80%;
        margin-bottom: 20px;
        margin-right: auto;
        margin-right: auto;
        margin-left: auto;
        max-width: 300px;
    }


    .top__title {
        font-size: 18px;
    }

    .top__re .top__title {
        font-size: 18px;
    }

    .top__sub-title {
        font-size: 14px;
    }

    .top__txt {
        font-size: 14px;
        text-align: left;
    }

    #top h3 {
        font-size: 16px;
    }

    #top h4 {
        font-size: 16px;
    }

    .top__txt02 {
        font-size: 14PX;
    }

    .top__box-wh .flex_pc p {
        width: 100%;
        padding-right: 0;
    }

    body .dlb_c48_num {
        margin: -13px 0 -17px 75%;
    }

    body .top__box1 .dlb_c48_block .col {
        margin-top: 5px;
        padding: 10px;
    }

    body .top__flow.top__box1 .dlb_c48_block .col {
        margin-top: 5px;
        padding: 80px 20px 20px;
    }

    .rss_block {
        padding: 20px 15px;
    }

    body#top .rss_area div dl {
        display: flex;
    }

    .rss_block .rss_date {
        width: 120px;
        min-width: 120px;
    }

    body .rss_block .rss_title {
        margin-left: 0;
        text-indent: 0;
        padding-left: 0;
    }

    .tag__news {
        display: block;
    }

    .top__re>p {
        font-size: 14px;
    }

    .top__re .top__title {
        padding: 0;
    }

    .top__box-wh .top__title {
        font-size: 17px;
        padding-bottom: 0;
    }

    .top__box-wh .top__title02 {
        font-size: 17px;
        padding-bottom: 0;
    }

    body .top__flow .dlb_content-48 {
        padding: 0;
    }
}

@media only screen and (max-width: 979px) {
    body .dlb_c48_num {
        margin-top: -75px;
    }
}

@media only screen and (max-width: 690px) {
    body.page_personal .dlb_c48_block .col {
        padding: 80px 20px 20px;
    }

    .rss_block dl {
        display: flex;
    }

    body.page_personal .dlb_c48_block {
        margin-top: 30px;
    }

    body.page_personal .dlb_content-48 {
        padding: 30px 0 0;
    }
}


#topmain_area1 {
    background: url(https://www.eureka-box.com/dcms_media/image/mv1.png) no-repeat center/cover;
    padding: 182px 0 0;
    width: 100%;
}

#topmain_area1 h1 {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0.6em;
    margin-top: 30px;
}

#topmain_area1 p.txtadd {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0.6em;
    margin-top: 30px;
}

#topmain_area1 .mv__txt1 {
    font-style: italic;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    border-bottom: 7px solid #FFFFFF;
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 3px;
}

@media only screen and (max-width: 979px) {
    #topmain_area1 .mv__txt1 {
        line-height: 2;
        margin-bottom: 20px;
        font-size: 35px;
    }
}

@media only screen and (max-width: 690px) {
    #topmain_area1 .mv__txt1 {
        line-height: 1.2;
        margin-bottom: 0;
    }
}

#topmain_area1 .mv1__box {
    line-height: 53px;
    height: 53px;
    width: 628px;
    background-color: #FFFFFF;
    padding-left: 20px;
    margin-top: 15px;
    font-size: 39px;
    font-weight: bold;
    color: #2F3B4E;
}

@media only screen and (min-width: 1200px) {
    #topmain_area1 .ebss__box {
        float: right;
        margin-top: -130px;
    }
}

@media only screen and (max-width: 1200px) {
    #topmain_area1 .ebss__box {
        display: none;
    }
}

#topmain_area1 .flex {
    width: 628px;
    margin-top: 60px;
}

.swiper .flex a {
    width: 49%;
    position: relative;
}

#top.page_index_bofore .swiper .flex a:nth-child(1)::after {
    position: absolute;
    content: "\7121\6599\3067\4F7F\3063\3066\307F\308B";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: clamp(16px, 130%, 20px);
    width: 90%;
}

#top.page_index_bofore .swiper .flex a:nth-child(2)::after {
    position: absolute;
    content: "\304A\554F\3044\5408\308F\305B";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: clamp(16px, 130%, 20px);
    width: 90%;
}

#topmain_area1 .flex_pc {
    width: 100%;
    margin-top: 125px;
}

#topmain_area1 .flex_pc .top__img {
    width: 32%;
    display: block;
    position: relative;
}

#top.page_index_bofore #topmain_area1 .flex_pc .top__img::before {
    content: "\81EA\52D5\8ECA\30E1\30FC\30AB\30FC";
    font-size: min(26px, 2.5vw);
    color: #FFFFFF;
    position: absolute;
    top: 8%;
    left: 15px;
}

#top.page_index_bofore #topmain_area1 .flex_pc .top__img:nth-child(3)::before {
    content: "\533B\7642\6A5F\5668\30E1\30FC\30AB\30FC";
}

#top.page_index_bofore #topmain_area1 .flex_pc .top__img:nth-child(5)::before {
    content: "\7523\696D\7528\6A5F\68B0\30E1\30FC\30AB\30FC";
}

#top.page_index_bofore #topmain_area1 .flex_pc .top__img::after {
    content: "\300C\30A2\30B8\30E3\30A4\30EB\3060\3051\3069\9AD8\54C1\8CEA\306A\958B\767A\300D\A\306B\53D6\308A\7D44\307F\305F\3044";
    font-size: min(18px, 1.5vw);
    color: #657183;
    position: absolute;
    top: 50%;
    left: 15px;
    white-space: pre;
    font-feature-settings: "palt";
}

#top.page_index_bofore #topmain_area1 .flex_pc .top__img:nth-child(3)::after {
    content: "\6B27\7C73\3067\627F\8A8D\304C\5F97\3089\308C\308b\3088\3046\3001\30B7\30B9\30C6\30E0\A\8A2D\8A08\3092\304D\3063\3061\308A\3084\308A\305F\3044";
}

#top.page_index_bofore #topmain_area1 .flex_pc .top__img:nth-child(5)::after {
    content: "\30BD\30D5\30C8\30A6\30A7\30A2\306E\8A2D\8A08\304C\6211\6D41\306E\A\305F\3081\3001\5927\898F\6A21\958B\767A\3067\306E\54C1\8CEA\A\554F\984C\304C\3072\3069\3044";
}

@media only screen and (max-width: 690px) {
    .top__cta .personal__add-ab03 {
        font-size: 1em;
    }

    .top__add02 {
        margin: -10px auto 0;
    }

    .top__cta .top__add02 {
        position: static;
    }

    #top.page_index_bofore #topmain_area1 .flex_pc .top__img::before {
        content: "\81EA\52D5\8ECA\A\30E1\30FC\30AB\30FC";
        white-space: pre;
        top: 15px;
        left: 15px;
        font-size: 16px;
        text-align: center;
    }

    #top.page_index_bofore #topmain_area1 .flex_pc .top__img:nth-child(4)::before {
        content: "\533B\7642\6A5F\5668\A\30E1\30FC\30AB\30FC";
    }

    #top.page_index_bofore #topmain_area1 .flex_pc .top__img:nth-child(6)::before {
        content: "\7523\696D\7528\6A5F\68B0\A \30E1\30FC\30AB\30FC";
    }

    #top.page_index_bofore #topmain_area1 .flex_pc .top__img::after {
        content: "\6B27\7C73\3067\627F\8A8D\304C\5F97\3089\308C\3088\3046\3001\30B7\30B9\A\30C6\30E0\8A2D\8A08\3092\304D\3063\3061\308A\A\3084\308A\305F\3044";
        font-size: min(15px, 4vw);
        top: 10%;
        left: 35%;
    }

    #top.page_index_bofore #topmain_area1 .flex_pc .top__img:nth-child(2)::after {
        content: "\300C\30A2\30B8\30E3\30A4\30EB\3060\3051\3069\9AD8\54C1\8CEA\306A\958B\A\767A\300D\306B\53D6\308A\7D44\307F\305Fい";
        top: 20%;
    }

    #top.page_index_bofore #topmain_area1 .flex_pc .top__img:last-child::after {
        content: "\30BD\30D5\30C8\30A6\30A7\30A2\306E\8A2D\8A08\304C\6211\6D41\306E\305F\A\3081\3001\5927\898F\6A21\958B\767A\3067\306E\A\54C1\8CEA\554F\984C\304C\3072\3069\3044";
    }
}

#top .hgnavi li a {
    color: #FFFFFF;
}

#top.headerbg .hgnavi li a {
    color: #555555;
}

.page_index .hgnavi li a {
    color: #555555;
}

.page_index .hidden .hgnavi li a {
    color: #FFFFFF;
}

.page_index.headerbg .hgnavi li a {
    color: #555555;
}

body#sub .hidden .navBtn__bar {
    background: #FFFFFF;
}

.page_col_index .hgnavi li a {
    color: #FFFFFF;
}

.page_col_index.headerbg .hgnavi li a {
    color: #555555;
}

body .hgnavi li a::after {
    background-color: #FFFFFF;
}

body .hgnavi li.menu-about a::after {
    background-color: #555555;
}

body .hgnavi li.menu-plan a::after {
    background-color: #555555;
}

body .hgnavi li.menu-media a::after {
    background-color: #555555;
}

body.headerbg .hgnavi li a::after {
    background-color: #555555;
}

#topmain_area2 {
    background: url(https://www.eureka-box.com/dcms_media/image/mv2__bg.png) no-repeat center/cover;
    padding: 220px 0 0;
    width: 100%;
}

#topmain_area2 .inner_1120 {
    position: relative;
}

#topmain_area2 .inner_1120 .bubble2 {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 320px;
}

#topmain_area2 .inner_1120 .bubble2__inner {
    position: relative;
}

#topmain_area2 .inner_1120 .bubble2__inn {
    position: absolute;
    text-align: center;
    color: #2F3B4E;
    font-size: 20px;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 0.12em;
    font-weight: bold;
}

#topmain_area2 h1 {
    font-style: italic;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    border-bottom: 7px solid #FFFFFF;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 3px;
    width: fit-content;
}

#topmain_area2 .mv2__box {
    line-height: 53px;
    max-width: 888px;
    margin: 15px auto 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
}

#topmain_area2 .mv2__box p {
    color: #FFFFFF;
    line-height: 2.5;
    padding-left: 40px;
}

@media only screen and (max-width: 952px) {
    #topmain_area2 .mv2__box p {
        line-height: 1.667;
    }
}

@media only screen and (max-width: 690px) {
    #topmain_area2 .mv2__box p {
        line-height: 2.5;
    }
}

#topmain_area2 .mv2__box p::before {
    content: url(https://www.eureka-box.com/dcms_media/image/mv2__check.png);
    transform: translate(-10px, 4px);
    display: inline-block;
}

#topmain_area2 .mv2__box p:last-child:before {
    content: "";
}

#topmain_area2 .flex {
    width: 628px;
    margin: 30px auto 0;
}

#topmain_area2 .flex a {
    width: 49%;
}

#topmain_area2 .pc {
    margin: 55px auto 0;
    max-width: 720px;
    padding-bottom: 20px;
}

#topmain_area3 {
    background: url(https://www.eureka-box.com/dcms_media/image/mv3__bg.png) no-repeat center/cover;
    padding: 220px 0 0;
    width: 100%;
}

#topmain_area3 .inner_1120 {
    position: relative;
}

#topmain_area3 .inner_1120 .bubble3 {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
}

#topmain_area3 .inner_1120 .bubble3__inner {
    position: relative;
}

#topmain_area3 .inner_1120 .bubble3__inn {
    position: absolute;
    text-align: center;
    color: #2F3B4E;
    font-size: 20px;
    top: 5.5px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 0.12em;
    font-weight: bold;
}

#topmain_area3 h1 {
    font-style: italic;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    border-bottom: 7px solid #FFFFFF;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 3px;
    width: fit-content;
}

.add2 #topmain_area3 h1 {
    text-align: left;
}

.add3 #topmain_area3 h1 {
    text-align: left;
}

.add2 #topmain_area3 .mv__txt1 {
    font-style: italic;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    border-bottom: 7px solid #FFFFFF;
    text-align: center;
    line-height: 1.9;
    padding-bottom: 3px;
    width: fit-content;
}

.add3 #topmain_area3 .mv__txt1 {
    font-style: italic;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    border-bottom: 7px solid #FFFFFF;
    text-align: center;
    line-height: 1.9;
    padding-bottom: 3px;
    width: fit-content;
}

.add2 #topmain_area3 h1 {
    border: none;
}

.add3 #topmain_area3 h1 {
    border: none;
}

#topmain_area3 .mv3__box {
    line-height: 53px;
    width: 630px;
    margin: 15px auto 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF;
}

@media only screen and (max-width: 1150px) {

    .add2 #topmain_area3 .mv__txt1 {
        font-size: 42px;
    }

    .add3 #topmain_area3 .mv__txt1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 979px) {

    .add2 #topmain_area3 .mv__txt1 {
        font-size: 35px;
    }

    .add3 #topmain_area3 .mv__txt1 {
        font-size: 35px;
    }

    #topmain_area3 h1 {
        margin-bottom: 21px;
        font-size: 45px;
    }
}

@media only screen and (max-width: 690px) {
    .add2 #topmain_area3 h1 {
        text-align: center;
    }

    .add3 #topmain_area3 h1 {
        text-align: center;
    }

    .add2 #topmain_area3 .mv__txt1 {
        font-size: 22px;
        border-bottom: 4px solid #FFFFFF;
    }

    .add3 #topmain_area3 .mv__txt1 {
        font-size: 22px;
        border-bottom: 4px solid #FFFFFF;
    }

    #topmain_area3 h1 {
        margin-bottom: 0;
    }
}

#topmain_area3 .mv3__box p strong {
    font-size: 29px;
    color: #FFF462;
    text-shadow: 3px 3px 0px #2F2C00;
    background: linear-gradient(transparent 94%, #FFF462 94%);
}

#topmain_area3 .mv3__box p::before {
    content: url(https://www.eureka-box.com/dcms_media/image/img__mv3-p.png);
    transform: translate(-10px, 10px);
    display: inline-block;
}

#topmain_area3 .mv3__box div {
    margin-top: -10px;
}

#topmain_area3 .mv3__box div strong {
    font-size: 29px;
    color: #FFF462;
    text-shadow: 3px 3px 0px #2F2C00;
    background: linear-gradient(transparent 94%, #FFF462 94%);
}

#topmain_area3 .mv3__box div::before {
    content: url(https://www.eureka-box.com/dcms_media/image/img__mv3-div.png);
    transform: translate(-10px, 10px);
    display: inline-block;

}

#topmain_area3 .flex {
    width: 628px;
    margin: 30px auto 0;
}

#topmain_area3 .flex a {
    width: 49%;
}

#topmain_area3 .pc {
    margin: 40px auto 0;
    max-width: 720px;
    padding-bottom: 20px;
}

body .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    transform: translateY(5px);
}

/* MV add2 */
.add2 #topmain_area2 .inner_1120 .bubble2__inn {
    background: #FFFFFF;
    padding: 5px 0;
    position: relative;
    font-weight: bold;
}

.add2 #topmain_area3 .inner_1120 .bubble3__inn {
    background: #FFFFFF;
    padding: 5px 0;
    position: relative;
    font-weight: 900;
}

.add2 #topmain_area2 .inner_1120 .bubble2__inn::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    box-shadow: 3px 3px 3px -2px #000000;
    top: 34px;
    background: #FFFFFF;
    clip-path: polygon(20% 20%, 0% 100%, 80% 80%);
    transform: rotate(-45deg);
}

.add2 #topmain_area3 .inner_1120 .bubble3 {
    width: 210px;
    margin-left: 0;
}

.add2 p.bubble3__inn::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 23px;
    height: 23px;
    box-shadow: 3px 3px 3px -2px #000000;
    top: 30px;
    background: #FFFFFF;
    clip-path: polygon(20% 20%, 0% 100%, 80% 80%);
    transform: rotate(-55deg);
}

.add2 #topmain_area3 h1 {
    margin-left: 0;
    margin-top: 10px;
}

.add2 #topmain_area3 .mv3__box {
    line-height: 42px;
    margin: 30px auto 0 0;
    font-size: 20px;
}

.add2 #topmain_area3 .flex {
    width: 628px;
    margin: 30px auto 0 0;
}

.add2 #topmain_area3 {
    height: auto;
    padding: 0;
    background: url(https://www.eureka-box.com/dcms_media/image/mv3__bg-add.jpg) no-repeat center/cover;
}

.add2 #topmain_area3 .mv3__box p::before {
    content: none;
}

.add2 #topmain_area2 .flex a,
.add2 #topmain_area3 .flex a,
.add2 #topmain_area1 .flex a {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 0 0 13px 0 #000000;
}

/* MV add3 */
.add3 #topmain_area2 .inner_1120 .bubble2__inn {
    background: #FFFFFF;
    padding: 5px 0;
    position: relative;
    font-weight: bold;
}

.add3 #topmain_area3 .inner_1120 .bubble3__inn {
    background: #FFFFFF;
    padding: 5px 0;
    position: relative;
    font-weight: 900;
}

.add3 #topmain_area2 .inner_1120 .bubble2__inn::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    box-shadow: 3px 3px 3px -2px #000000;
    top: 34px;
    background: #FFFFFF;
    clip-path: polygon(20% 20%, 0% 100%, 80% 80%);
    transform: rotate(-45deg);
}

.add3 #topmain_area3 .inner_1120 .bubble3 {
    width: 210px;
    margin-left: 0;
}

.add3 p.bubble3__inn::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 23px;
    height: 23px;
    box-shadow: 3px 3px 3px -2px #000000;
    top: 30px;
    background: #FFFFFF;
    clip-path: polygon(20% 20%, 0% 100%, 80% 80%);
    transform: rotate(-55deg);
}

.add3 #topmain_area3 h1 {
    margin-left: 0;
    margin-top: 10px;
}

.add3 #topmain_area3 .mv3__box {
    line-height: 42px;
    margin: 30px auto 0 0;
    font-size: 20px;
}

.add3 #topmain_area3 .flex {
    width: 628px;
    margin: 30px auto 0 0;
}

.add3 #topmain_area3 {
    height: auto;
    padding: 0;
    background: url(https://www.eureka-box.com/dcms_media/image/mv3__bg-add.jpg) no-repeat center/cover;
}

.add3 #topmain_area3 .mv3__box p::before {
    content: none;
}

.add3 #topmain_area2 .flex a,
.add3 #topmain_area3 .flex a,
.add3 #topmain_area1 .flex a {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 0 0 13px 0 #000000;
}

/* ページネーション修正 */
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #9DB3D2;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #083F8D;
}

@media only screen and (max-width: 690px) {
    .add2 #topmain_area3 {
        background: url(https://www.eureka-box.com/dcms_media/image/mv3__bg-add_sp.jpg) no-repeat center/cover;
    }

    .add3 #topmain_area3 {
        background: url(https://www.eureka-box.com/dcms_media/image/mv3__bg-add_sp.jpg) no-repeat center/cover;
    }

    .top__box1 {
        padding: 30px 3%;
    }

    .top__wrap div {
        width: 94%;
        margin: 10px auto;
        max-width: 300px;
    }

    .top__box1.top__cta {
        height: 250px;
    }

    .top__add01 {
        top: 35%;
    }

    .top__box1 .dlb_c48_block .col {
        margin-top: 20px;
        padding: 25px 10px 25px;
    }

    .top__btn01,
    .top__re .top__btn01 {
        width: 250px;
        margin: 20px auto 0;
    }

    .top__wrap div {
        height: 80px;
        padding-top: 30px;
    }

    .top__wrap div.top__two {
        padding-top: 20px;
    }

    .add2 #topmain_area3 h1 {
        margin-left: auto;
        margin-top: 10px;
    }

    .add3 #topmain_area3 h1 {
        margin-left: auto;
        margin-top: 10px;
    }

    #topmain_area1 {
        background: url(https://www.eureka-box.com/dcms_media/image/mv1.png) no-repeat center/cover;
        padding: 120px 0 20px;
    }

    #topmain_area1 h1 {
        color: #FFFFFF;
        font-size: 13px;
        letter-spacing: 0.2em;
        margin-top: 25px;
    }

    .add2 #topmain_area1 h1 {
        margin-top: 0px;
    }

    .add3 #topmain_area1 h1 {
        margin-top: 0px;
    }

    #topmain_area1 p.txtadd {
        color: #FFFFFF;
        font-size: 13px;
        letter-spacing: 0.2em;
        margin-top: 25px;
        text-align: center;
    }

    .add3 #topmain_area1 p.txtadd {
        color: #FFFFFF;
        font-size: 13px;
        letter-spacing: 0.2em;
        margin-top: 20px;
        text-align: center;
    }

    #topmain_area1 .mv__txt1 {
        font-size: 22px;
        border-bottom: 3px solid #FFFFFF;
        width: fit-content;
        margin: 0 auto;
        display: block;
    }

    .add2 #topmain_area1 .mv__txt1 {
        font-size: 22px;
        border-bottom: 3px solid #FFFFFF;
        width: fit-content;
        margin: 10px auto 0;
        display: block;
    }

    .add3 #topmain_area1 .mv__txt1 {
        font-size: 22px;
        border-bottom: 3px solid #FFFFFF;
        width: fit-content;
        margin: 10px auto 0;
        display: block;
    }

    #topmain_area1 .mv1__box {
        line-height: 40px;
        height: 40px;
        width: 100%;
        margin-top: 10px;
        font-size: 20px;
        padding-left: 10px;
    }

    .add2 #topmain_area1 .mv1__box {
        line-height: 40px;
        height: 40px;
        width: fit-content;
        margin-top: 20px;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .add3 #topmain_area1 .mv1__box {
        line-height: 40px;
        height: 40px;
        width: fit-content;
        margin-top: 10px;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    #topmain_area1 .flex {
        width: 100%;
        margin: 40px auto 0;
        max-width: 340px;
        display: block;
    }

    .add2 #topmain_area1 .flex {
        width: 100%;
        margin: 15px auto 0;
        max-width: 340px;
        display: block;
    }

    .add3 #topmain_area1 .flex {
        width: 100%;
        margin: 20px auto 0;
        max-width: 340px;
        display: block;
    }

    #topmain_area1 .flex a {
        width: 80%;
        display: block;
        margin: 10px auto 0;
    }

    #topmain_area1 .flex_pc {
        width: 100%;
        margin-top: 55px;
    }

    .add2 #topmain_area1 .flex_pc {
        width: 100%;
        margin-top: 20px;
    }

    .add3 #topmain_area1 .flex_pc {
        width: 100%;
        margin-top: 25px;
    }

    #topmain_area1 .flex_pc .top__img {
        width: 100%;
        margin: 10px auto 0;
        display: block;
        max-width: 335px;
    }

    #topmain_area1 .floatarea {
        margin-top: -55px;
        margin-bottom: 5px;
    }

    #topmain_area1 .topebssarea {
        background-color: #fff;
        padding: 5px;
    }

    #topmain_area1 .awardlg {
        width: 33%;
    }

    #topmain_area1 .fllebss {
        margin-top: -105px;
        float: right;
        line-height: 1.1em;
        text-align: center;
    }

    #topmain_area1 .edgetech {
        float: right;
        margin-top: -67px;
        color: #c3a260;
        font-size: 1.3em;
        text-align: center;
        line-height: 1.5em;
    }

    #topmain_area1 .morebig {
        font-weight: 900;
    }

    #topmain_area1 .moresmall {
        font-size: 0.9em;
    }



    #topmain_area2 {
        padding: 120px 0 20px;
    }

    #topmain_area2 h1 {
        font-size: 22px;
        border-bottom: 3px solid #FFFFFF;
    }

    #topmain_area2 .flex {
        width: 100%;
        margin: 30px auto 0;
        max-width: 340px;
        display: block;
    }

    #topmain_area2 .flex a {
        width: 80%;
        display: block;
        margin: 10px auto 0;
    }

    #topmain_area2 .pc {
        width: 100%;
        margin-top: 25px;
        padding-bottom: 5px;
        max-width: 338px;
    }

    #topmain_area2 .mv2__box {
        width: 100%;
        font-size: 14px;
        display: block;
        margin-top: 50px;
    }

    #topmain_area2 .mv2__box p {
        padding-left: 10px;
        font-size: 16px;
    }

    #topmain_area2 .inner_1120 .bubble2 {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 230px;
    }

    #topmain_area2 .inner_1120 .bubble2__inn {
        font-size: 15px;
        top: 3px;
        letter-spacing: 0.05em;
    }

    #topmain_area2 .mv2__box p:last-child {
        text-align: right;
    }

    #topmain_area3 {
        padding: 120px 0 20px;
    }

    #topmain_area3 h1 {
        font-size: 22px;
        border-bottom: 3px solid #FFFFFF;
    }

    #topmain_area3 .flex {
        width: 100%;
        margin: 30px auto 88px;
        max-width: 340px;
        display: block;
    }

    .add2 #topmain_area3 .flex {
        width: 100%;
        margin: 0 auto 128px;
        max-width: 340px;
        display: block;
    }

    .add3 #topmain_area3 .flex {
        width: 100%;
        margin: 0 auto 128px;
        max-width: 340px;
        display: block;
    }

    #topmain_area3 .flex a {
        width: 80%;
        display: block;
        margin: 10px auto 0;
    }

    #topmain_area3 .pc {
        width: 100%;
        margin-top: 61px;
        padding-bottom: 5px;
        max-width: 338px;
    }

    #topmain_area3 .mv3__box {
        width: 100%;
        font-size: 14px;
        display: block;
    }

    #topmain_area3 .mv3__box p {
        line-height: 1.5;
        padding: 40px 0 40px 20px;
    }

    .add2 #topmain_area3 .mv3__box p {
        padding: 0 0 20px;
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
    }

    .add3 #topmain_area3 .mv3__box p {
        padding: 0 0 20px;
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
    }

    #topmain_area3 .mv3__box div {
        padding-left: 20px;
        line-height: 1.5;
    }

    #topmain_area3 .inner_1120 .bubble3 {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 230px;
    }

    #topmain_area3 .inner_1120 .bubble3__inn {
        font-size: 15px;
        top: 3px;
        letter-spacing: 0.05em;
    }

    #topmain_area3 .mv3__box p::before {
        transform: initial;
        display: block;
    }

    #topmain_area3 .mv3__box div::before {
        transform: initial;
        display: block;
    }
}

/* よくある質問 */
.page_faq #container {
    padding-bottom: 60px;
}

.page_faq .list_disc li {
    font-weight: bold;
}

.page_faq .txt {
    color: #666666;
    font-weight: 500;
}

.page_faq .fs120 {
    font-size: 20px;
}

@media only screen and (max-width: 690px) {
    .page_faq .fs120 {
        font-size: 100%;
    }

    .page_faq #container {
        padding-bottom: 40px;
    }
}

/* 問い合わせ */
.page_contact #container {
    padding-bottom: 60px;
}

@media only screen and (max-width: 690px) {
    .page_contact #container {
        padding-bottom: 40px;
    }

    /* 資料ダウンロード */
    .page_form #container {
        padding-bottom: 60px;
    }

    body.page_documents .col3_m_321 .col:last-child {
        margin-left: auto;
        margin-right: auto;
    }
}


/* Bnr
-----------------------------------------*/

body a.pagetop {
    display: none;
}

.Bnr {
    position: relative;
    margin: 0 auto;
    display: none;
    z-index: 88;
}

.Bnr .Bnr__img {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.Bnr__img__inner {
    width: 240px;
    height: 200px;
    padding: 18px 20px;
    background-color: #FFFFFF;
}

.Bnr .Bnr__img__inner a {
    display: block;
}

.Bnr .Bnr__img p.close {
    position: absolute;
    right: -10px;
    top: -10px;
}

.Bnr .Bnr__img p.close a {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
}

.Bnr .Bnr__img .Bnr__img__inner div div {
    position: relative;
    height: 45px;
}

.Bnr .Bnr__img .Bnr__img__inner div div:nth-child(2) {
    margin: 15px 0;
}

.Bnr .Bnr__img .Bnr__img__inner div div a {
    position: absolute;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: 200px;
    height: 45px;
    line-height: 45px;
}

.Bnr .Bnr__img .Bnr__img__inner div div a:hover {
    text-decoration: none;
    background: #ffffff30;
}

.Bnr.share .Bnr__img .Bnr__img__inner div div a.btnbg__black:hover {
    text-decoration: none;
    background: #2F3B4E;
    background: -moz-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: -webkit-gradient(108deg, from(#444F60), color-stop(50%, #444F60), color-stop(50.1%, #2F3B4E), to(#2F3B4E));
    background: -webkit-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: -o-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
}

.Bnr.share .Bnr__img .Bnr__img__inner div div a.btnbg__blue:hover {
    text-decoration: none;
    background: #2D8BC3;
    background: -moz-linear-gradient(108deg, #41A2DB 0%, #41A2DB 50%, #2D8BC3 50.1%, #2D8BC3 100%);
    background: -webkit-gradient(108deg, from(#41A2DB), color-stop(50%, #41A2DB), color-stop(50.1%, #2D8BC3), to(#2D8BC3));
    background: -webkit-linear-gradient(108deg, #41A2DB 0%, #41A2DB 50%, #2D8BC3 50.1%, #2D8BC3 100%);
    background: -o-linear-gradient(108deg, #41A2DB 0%, #41A2DB 50%, #2D8BC3 50.1%, #2D8BC3 100%);
    background: linear-gradient(108deg, #41A2DB 0%, #41A2DB 50%, #2D8BC3 50.1%, #2D8BC3 100%);
}

.Bnr.share .Bnr__img .Bnr__img__inner div div a.btnbg__purple:hover {
    text-decoration: none;
    background: #02065C;
    background: -moz-linear-gradient(108deg, #1D2287 0%, #1D2287 50%, #02065C 50.1%, #02065C 100%);
    background: -webkit-gradient(108deg, from(#1D2287), color-stop(50%, #1D2287), color-stop(50.1%, #02065C), to(#02065C));
    background: -webkit-linear-gradient(108deg, #1D2287 0%, #1D2287 50%, #02065C 50.1%, #02065C 100%);
    background: -o-linear-gradient(108deg, #1D2287 0%, #1D2287 50%, #02065C 50.1%, #02065C 100%);
    background: linear-gradient(108deg, #1D2287 0%, #1D2287 50%, #02065C 50.1%, #02065C 100%);
}

@media only screen and (max-width: 1199px) {
    .Bnr__img__inner {
        display: none;
    }

    body .Bnr .Bnr__img p.close {
        display: none;
    }
}

body .sitemaps_menu li.main_current a,
.sitemaps_title.main_current a {
    color: #192775;
}

.txt__center.add iframe {
    width: 629px;
    height: 300px;
}

@media only screen and (max-width: 690px) {
    .txt__center.add iframe {
        width: 280px;
        height: 133px;
    }
}

/* --------------
フェーズ2
-------------- */

/* ctaシェア化 top__cta-share、under__cta-shar、share */
p.ul {
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 40px;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

p.ul::after {
    content: url(https://www.eureka-box.com/dcms_media/image/top__under.png);
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.top__re p.ul::after {
    content: url(https://www.eureka-box.com/dcms_media/image/top__under-w.png);
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.top__re h4.lul {
    font-size: 22px;
    text-align: center;
    border-bottom: #B9D6F0 1px solid;
    color: #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.fixbg-wh {
    background-color: #FFFFFF;
    padding: 70px 50px 50px;
}

.top__cta-share {
    /* width: 94%; */
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
}

.share-case .slick-next::before,
.share-case .slick-prev::before {
    background-color: #293A45;
}

.share-case .slick-dots li.slick-active button::before {
    background-color: #293A45;
}

.page_copy_about .top__cta-share {
    width: 94%;
}

.page_about .top__cta-share {
    width: 94%;
}

.page_about img.imgwid,
.page_copy_about img.imgwid {
    display: block;
    width: 140px;
    margin: 40px auto 0;
}

.share-case .dlb_media_02_area .dlb_media_block {
    align-items: flex-start;
}

.top__cta-share .serif {
    background-color: #FFFFFF;
    line-height: 2.8;
    box-shadow: 0px 0px 5px -2px #000000;
}

.top__cta-share .top__add01,
.top__cta-share .personal__add-ab02,
.top__cta-share .personal__add-ab03 {
    position: static;
    margin-bottom: 15px;
}

.top__cta-share .serif::before {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    box-shadow: 3px 3px 3px -2px #000000;
    top: 45px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    transform: rotate(-45deg);
}

.top__cta-share .top__add01 a::after {
    content: none;
}

.top__cta-share .btnbg__blue {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 3.8;
    box-shadow: 0px 0px 15px -2px #000000;
}

.top__cta-share .personal__add-ab01 {
    max-width: 400px;
    width: 94%;
}

.top__cta-share.under__cta-share .personal__add-ab01 {
    max-width: 550px;
    width: 94%;
}

/*ボタンの色変更20241227css*/
.under__cta-share .btnbg__black,
.under__cta-share .btnbg__purple,
.under__cta-share .btnbg__red,
.under__cta-share .btnbg__blue {
    max-width: 298px;
    width: 40%;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    border: #FFFFFF 1px solid;
    margin: 20px 15px 0;
    position: relative;
}

/*ボタンの色変更20241227css end*/

.page_thanks .btnbg__black {
    max-width: 298px;
    width: 260px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    border: #FFFFFF 1px solid;
    margin: 20px 15px 0;
    position: relative;
    background: #2F3B4E;
    background: -moz-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: -webkit-gradient(108deg, from(#444F60), color-stop(50%, #444F60), color-stop(50.1%, #2F3B4E), to(#2F3B4E));
    background: -webkit-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: -o-linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
    background: linear-gradient(108deg, #444F60 0%, #444F60 50%, #2F3B4E 50.1%, #2F3B4E 100%);
}

body.page_thanks .mar_auto .black__icon.dlbtn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
    right: initial;
}

.top__cta-share .black__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
}

/*ボタンの色変更20241227*/
.top__cta-share .red__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
}

/*ボタンの色変更20241227 end*/

.top__cta-share .blue__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
}

body div .top__cta-share .pur__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
}

body#sub footer div.foot__img a.btnbg__black,
body#top footer div.foot__img a.btnbg__black {
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: bold;
    font-size: 112.5%;
    border: #FFFFFF 1px solid;
}

body#sub footer div.foot__img a.btnbg__blue,
body#top footer div.foot__img a.btnbg__blue {
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: bold;
    font-size: 112.5%;
}

body#sub footer div.foot__img a.btnbg__purple,
body#top footer div.foot__img a.btnbg__purple {
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: bold;
    font-size: 112.5%;
}

body#sub footer div.foot__img a.black__icon::after,
body#top footer div.foot__img a.black__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: initial;
}

body#sub footer div.foot__img a.blue__icon::after,
body#top footer div.foot__img a.blue__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: initial;

}

body#sub footer div.foot__img a.purple__icon::after,
body#top footer div.foot__img a.purple__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: initial;
}

.share .black__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 14px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
}

.share .blue__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 8px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
}

.share .red__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 8px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
}

a.btnbg__purple.purple__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 14px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
}

.under__cta-share .btn__wrap {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 125px;
}

.under__cta-share .personal__add-ab02 {
    top: 10px;
}

.under__cta-share.top__box1.top__cta {
    height: 270px;
}

@media only screen and (max-width: 690px) {
    .page_thanks .btnbg__black {
        margin: 20px auto 0;
    }

    p.ul {
        font-size: 16px;
    }

    .top__re h4.lul {
        font-size: 16px;
    }

    .top__cta-share .serif {
        width: 300px;
        font-size: 0.8em;
    }

    .under__cta-share .btnbg__black,
    .under__cta-share .btnbg__purple,
    .under__cta-share .btnbg__red {
        width: 298px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    body#sub .top__cta-share .personal__add-ab01,
    body#top .top__cta-share .personal__add-ab01 {
        top: -25px;
    }

    body .top__cta-share {
        width: 94%;
    }

    body.page_technology .top__cta-share {
        width: 100%;
    }

    body .under__cta-share .serif {
        line-height: 1.5;
        padding: 5px 0;
        width: 300px;
    }

    .under__cta-share {
        margin-top: 70px;
    }

    .under__cta-share .personal__add-ab03 {
        top: 52px;
        font-size: 16px;
        margin-top: 20px;
    }

    .under__cta-share .btn__wrap {
        top: 85px;
    }

    .top__cta-share .serif::before {
        width: 16px;
        height: 16px;
        top: 34px;
    }

    .top__cta-share.under__cta-share .serif::before {
        top: 46px;
    }
}


body .swiper.add2 .blue__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
}

body .swiper.add2 .purple__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
}

.add2 #topmain_area1 .flex_pc .top__img p,
.add2 #topmain_area3 .flex_pc .top__img p,
.add2 #topmain_area2 .flex_pc .top__img p {
    content: none;
    font-size: min(26px, 2.5vw);
    color: #FFFFFF;
    position: absolute;
    top: 8%;
    left: 15px;
}

.add2 #topmain_area1 .flex_pc .top__img div,
.add2 #topmain_area2 .flex_pc .top__img div,
.add2 #topmain_area3 .flex_pc .top__img div {
    content: none;
    font-size: min(18px, 1.5vw);
    color: #657183;
    position: absolute;
    top: 50%;
    left: 15px;
    white-space: pre;
    font-feature-settings: "palt";
}

body .swiper.add3 .blue__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
}

body .swiper.add3 .purple__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
}

.add3 #topmain_area1 .flex_pc .top__img p,
.add3 #topmain_area3 .flex_pc .top__img p,
.add3 #topmain_area2 .flex_pc .top__img p {
    content: none;
    font-size: min(26px, 2.5vw);
    color: #FFFFFF;
    position: absolute;
    top: 8%;
    left: 15px;
}

.add3 #topmain_area1 .flex_pc .top__img div,
.add3 #topmain_area2 .flex_pc .top__img div,
.add3 #topmain_area3 .flex_pc .top__img div {
    content: none;
    font-size: min(18px, 1.5vw);
    color: #657183;
    position: absolute;
    top: 50%;
    left: 15px;
    white-space: pre;
    font-feature-settings: "palt";
}

@media only screen and (max-width: 690px) {
    .add2 #topmain_area2 .inner_1120 .bubble2__inn::after {
        top: 25px;
    }

    .add2 #topmain_area1 .flex_pc .top__img p,
    .add2 #topmain_area3 .flex_pc .top__img p,
    .add2 #topmain_area2 .flex_pc .top__img p {
        white-space: pre;
        top: 15px;
        left: 15px;
        font-size: 16px;
        text-align: center;
    }

    .add2 #topmain_area1 .flex_pc .top__img div,
    .add2 #topmain_area2 .flex_pc .top__img div,
    .add2 #topmain_area3 .flex_pc .top__img div {
        font-size: min(15px, 4vw);
        top: 10%;
        left: 35%;
    }

    body .add2 #topmain_area1 .flex_pc .top__img:nth-child(2) div {
        top: 20%;
    }

    .add2 p.bubble3__inn::after {
        top: 22px;
    }

    .add3 #topmain_area2 .inner_1120 .bubble2__inn::after {
        top: 25px;
    }

    .add3 #topmain_area1 .flex_pc .top__img p,
    .add3 #topmain_area3 .flex_pc .top__img p,
    .add3 #topmain_area2 .flex_pc .top__img p {
        white-space: pre;
        top: 15px;
        left: 15px;
        font-size: 16px;
        text-align: center;
    }

    .add3 #topmain_area1 .flex_pc .top__img div,
    .add3 #topmain_area2 .flex_pc .top__img div,
    .add3 #topmain_area3 .flex_pc .top__img div {
        font-size: min(15px, 4vw);
        top: 10%;
        left: 35%;
    }

    body .add3 #topmain_area1 .flex_pc .top__img:nth-child(2) div {
        top: 20%;
    }

    .add3 p.bubble3__inn::after {
        top: 22px;
    }
}

/* ヘッダー add2 */
body#sub .add2 .hnavi li.nav_account a.btnbg__blue1,
body#top .add2 .hnavi li.nav_account a.btnbg__blue1 {
    background: #2D8BC3;
    width: 150px;
    height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #FFFFFF;

}

body#sub .add2 .hnavi li.nav_account a.btnbg__purple1,
body#top .add2 .hnavi li.nav_account a.btnbg__purple1 {
    background: #02065C;
    height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #FFFFFF;
}

body#sub .add2 .hnavi li.nav_account a.btnbg__red1,
body#top .add2 .hnavi li.nav_account a.btnbg__red1 {
    background: #cc3118;
    width: 150px;
    height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #FFFFFF;

}

body#sub .add3 .hnavi li.nav_account a.btnbg__red1,
body#top .add3 .hnavi li.nav_account a.btnbg__red1 {
    background: #cc3118;
    width: 150px;
    height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #FFFFFF;

}

body#sub .add3 .hnavi li.nav_account a.btnbg__blue1,
body#top .add3 .hnavi li.nav_account a.btnbg__blue1 {
    background: #2D8BC3;
    width: 150px;
    height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #FFFFFF;

}

body#sub .add3 .hnavi li.nav_account a.btnbg__purple1,
body#top .add3 .hnavi li.nav_account a.btnbg__purple1 {
    background: #cd170e;
    height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #FFFFFF;
}

body#sub .hnavi li.nav_account:nth-child(3) a.wh__icon,
body#top .hnavi li.nav_account:nth-child(3) a.wh__icon {
    background: #FFFFFF;
    height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #000000;
    border: 1px solid #333333;
}

body#sub .add3 .hnavi li.nav_account a.wh__icon,
body#top .add3 .hnavi li.nav_account a.wh__icon {
    background: #FFFFFF;
    height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #000000;
    border: 1px solid #333333;
}

body#sub .add2 .hnavi li.nav_account a.btnbg__blue1.blue__icon2::after,
body#top .add2 .hnavi li.nav_account a.btnbg__blue1.blue__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 8px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
    width: auto;
}

body#sub .add2 .hnavi li.nav_account a.btnbg__red1.red__icon2::after,
body#top .add2 .hnavi li.nav_account a.btnbg__red1.red__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 8px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
    width: auto;
}

body#sub .add3 .hnavi li.nav_account a.btnbg__red1.red__icon2::after,
body#top .add3 .hnavi li.nav_account a.btnbg__red1.red__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 8px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
    width: auto;
}

body#sub .add2 .hnavi li.nav_account a.btnbg__purple1.purple__icon2::after,
body#top .add2 .hnavi li.nav_account a.btnbg__purple1.purple__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 14px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
    width: auto;
}

body#sub .add3 .hnavi li.nav_account a.btnbg__blue1.blue__icon2::after,
body#top .add3 .hnavi li.nav_account a.btnbg__blue1.blue__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 8px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
    width: auto;
}

body#sub .add3 .hnavi li.nav_account a.btnbg__purple1.purple__icon2::after,
body#top .add3 .hnavi li.nav_account a.btnbg__purple1.purple__icon2::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 14px;
    transform: scale(.6);
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
    width: auto;
}

body#sub .hnavi li.nav_account:nth-child(3) a.wh__icon::after,
body#top .hnavi li.nav_account:nth-child(3) a.wh__icon::after {
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    left: 18px;
    content: url(https://www.eureka-box.com/dcms_media/image/in_icon.png);
    width: auto;
    transform: none;
    text-align: left;
}

body#sub .add3 .hnavi li.nav_account a.wh__icon::after,
body#top .add3 .hnavi li.nav_account a.wh__icon::after {
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    left: 18px;
    content: url(https://www.eureka-box.com/dcms_media/image/in_icon.png);
    width: auto;
    transform: none;
    text-align: left;
}

@media only screen and (max-width: 690px) {

    .add2 #topmain_area3 .inner_1120 .bubble3 {
        width: 160px;
        margin-left: auto;
    }

    .add3 #topmain_area3 .inner_1120 .bubble3 {
        width: 160px;
        margin-left: auto;
    }
}


/* フッター foot-add */
.foot-add .foot__img .flex_pc>div a {
    display: block;
    position: relative;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
}

.foot-add .foot__img .flex_pc>div a.black__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
}

.foot-add .foot__img .flex_pc>div a.blue__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/blue_icon.png);
}

.foot-add .foot__img .flex_pc>div a.purple__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
}

@media only screen and (max-width: 690px) {}


/* 各種ボタン調整  btn-add*/

body div div a.btn-add#btn-wh {
    display: block;
    text-align: center;
    background: #FFFFFF;
    color: #2F3B4E;
    line-height: 65px;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
    margin: 10px auto 30px;
    /* box-shadow: 0 8px 16px #040c1729; */
    position: relative;
}

body div div a.btn-add#btn-wh:hover {
    text-decoration: none;
}

body div div a.btn-add#btn-wh::after {
    position: absolute;
    content: ">";
    color: #2F3B4E;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    transform: scale(0.5, 1.2);
}

body div div a.btn-add#btn-blk {
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #2F3B4E;
    line-height: 65px;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
    margin: 10px auto 30px;
    /* box-shadow: 0 8px 16px #040c1729; */
    position: relative;
}

body div div a.btn-add#btn-blk:hover {
    text-decoration: none;
}

body div div a.btn-add#btn-blk::after {
    position: absolute;
    content: ">";
    color: #FFFFFF;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    transform: scale(0.5, 1.2);
}

body div div a.btn-add#btn-blk-left {
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    background: #2F3B4E;
    line-height: 65px;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
    margin: 10px auto 30px;
    /* box-shadow: 0 8px 16px #040c1729; */
    position: relative;
}

body div div a.btn-add#btn-blk-left:hover {
    text-decoration: none;
}

body div div a.btn-add#btn-blk-left::after {
    position: absolute;
    content: ">";
    color: #FFFFFF;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    transform: scale(0.5, 1.2);
}




/* 学習系コンテンツ  page_study*/
.page_study h2 {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.71;
    color: #2F3B4E;
}

.page_study h4 {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 10px;
    color: #A1A6AD;
}

.page_study .study_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_study .study_box .box {
    width: 23.4%;
    text-align: center;
    position: relative;
}

.page_study .study_box .box p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    background: #2F3B4E;
    color: #FFFFFF;
    padding: 7px 0;
    top: -30px;
    line-height: 1.2;
    font-size: 13px;
    z-index: 10;
}

.page_study .study_box .box p strong {
    font-size: 1.5em;
}

.page_study .study_box .box a {
    font-size: 1.125em;
    font-weight: bold;
    background: #FFFFFF;
    padding: 60px 0;
    display: block;
    text-align: center;
}

.page_study .study_box .box a::after {
    content: ">";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    transform: rotate(90deg) scaleY(2);
    width: 30px;
}

.page_study .study_box .box a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.page_study .menu_btn_432 li {
    width: 32.5%;
    margin-right: 0;
}

.page_study .menu_btn_432 li a {
    font-size: 15px;
}

.page_study .menu_btn_432,
.menu_btn_422,
.menu_btn_d432,
.menu_btn_d422 {
    justify-content: space-between;
}

/* =================== */
@media only screen and (max-width: 900px) {
    .page_study .study_box {
        max-width: 500px;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .page_study .study_box .box {
        width: 48%;
        text-align: center;
        position: relative;
    }

    .page_study .study_box .box:nth-child(1),
    .page_study .study_box .box:nth-child(2) {
        margin-bottom: 50px;
    }
}

/* =================== */


.page_study .study_box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_study .study_box2 .box {
    width: 32%;
    position: relative;
    background-color: #FFFFFF;
}

.page_study .study_box2 .box>p {
    padding: 40px 30px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.08em;
    background-color: #FFFFFF;
}

.page_study .study_box2:nth-child(1) .box>p,
.page_study .study_box2:nth-child(2) .box>p {
    padding-bottom: 68px;
}

.page_study .study_box2 .box .top {
    background: #2F3B4E;
    color: #FFFFFF;
    padding: 20px 30px 20px 20px;
    display: flex;
    justify-content: space-between;
}

.page_study .study_box2 .box .top div {
    width: 80px;
    padding-top: 30px;
}

.page_study .study_box2 .box:nth-child(2) .top div {
    padding-top: 20px;
}

.page_study .study_box2 .box:nth-child(3) .top div {
    padding-top: 10px;
}

.page_study .study_box2 .box .top p {
    padding-top: 30px;
    font-size: 12px;
}

.page_study .study_box2 .box .top p strong {
    font-size: 24px;
}

.page_study .study_box2 .box .top p em {
    font-size: 26px;
    font-style: normal;
}

@media only screen and (max-width: 690px) {

    .page_study .study_box .box a {
        font-size: 1em;
    }

    .page_study .menu_btn_432 li {
        width: 48%;
        margin-right: 0;
    }

    .page_study .study_box2 {
        display: block;
    }

    .page_study .study_box2 .box {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
}



/* リファレンス系コンテンツ  page_reference*/
.page_reference h2 {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.71;
    color: #2F3B4E;
}

.page_reference .menu_btn_432 li {
    width: 32.5%;
    margin-right: 0;
}

.page_reference .menu_btn_432 li a {
    font-size: 15px;
}

.page_reference .menu_btn_432,
.menu_btn_422,
.menu_btn_d432,
.menu_btn_d422 {
    justify-content: space-between;
}

@media only screen and (max-width: 690px) {
    .page_reference .menu_btn_432 {
        display: block;
    }

    body.page_reference .menu_btn_432 li {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
    }
}



/* 演習系コンテンツ  page_exercise*/
.page_exercise h2 {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.71;
    color: #2F3B4E;
}

.page_exercise .menu_btn_432 li {
    width: 32.5%;
    margin-right: 0;
}

.page_exercise .menu_btn_432 li a {
    font-size: 15px;
}

.page_exercise .menu_btn_432,
.menu_btn_422,
.menu_btn_d432,
.menu_btn_d422 {
    justify-content: space-between;
}

@media only screen and (max-width: 690px) {
    .page_exercise .menu_btn_432 {
        display: block;
    }

    body.page_exercise .menu_btn_432 li {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
    }
}


/* ツール系コンテンツ page_tool */


.page_tool h2 {
    text-align: center;
    font-size: 1.75em;
    color: #2F3B4E;
}

.page_tool .menu_btn_432 {
    justify-content: space-between;
}

.page_tool .menu_btn_432 li {
    width: 32.5%;
    margin-right: 0;
}

.page_tool .menu_btn_432 li a {
    font-size: 15px;
}

.page_tool .dlb_box2-2_txt {
    width: 65%;
    background: none;
    padding-top: 0;
}

.page_tool .dlb_box2-2_block {
    align-items: flex-start;
}

.page_tool .left {
    width: 35%;
}

.page_tool .dlb_color_base_text {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
}

.page_tool h3 {
    color: #566376;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
}

.page_tool h3::after {
    content: "";
    background-color: #02065C;
    position: absolute;
    width: 20px;
    height: 3px;
    left: 0;
    bottom: -7px;
}

@media only screen and (max-width: 690px) {

    .page_tool .dlb_box2-2_block {
        display: block;
    }

    .page_tool .dlb_box2-2_txt {
        width: 100%;
        padding: 50px 0 0;
    }

    .page_tool .left {
        width: 100%;
        /* max-width: 400px; */
        margin-left: auto;
        margin-right: auto;
    }

    .page_tool .menu_btn_432 {
        display: block;
    }

    body.page_tool .menu_btn_432 li {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
    }
}

/* ツール系の下層 */
.page_asset #locator,
.page_weeds #locator,
.page_assessment #locator {
    margin-bottom: 0;
}

body#sub #locator li:nth-child(3)::before,
body#sub #locator li:nth-child(2)::before,
body#sub #locator li:nth-child(4)::before {
    content: ">";
    position: absolute;
    top: 50%;
    border: none;
    COLOR: #000000;
    FONT-SIZE: 20PX;
    TRANSFORM: scaleX(0.5);
    FONT-WEIGHT: 100;
    margin-top: -16px;
    left: -16px;
}

body#sub #locator li {
    position: relative;
}

@media only screen and (max-width: 690px) {

    body#sub #locator li:nth-child(3)::before,
    body#sub #locator li:nth-child(2)::before,
    body#sub #locator li:nth-child(4)::before {
        content: ">";
        position: absolute;
        top: 0%;
        border: none;
        COLOR: #000000;
        FONT-SIZE: 20PX;
        TRANSFORM: scaleX(0.5);
        FONT-WEIGHT: 100;
        margin: auto;
    }
}

/* 最新技術コンテンツ page_technology */


.page_technology h2 {
    text-align: center;
    font-size: 1.75em;
    color: #2F3B4E;
}

.page_technology .menu_btn_432 {
    justify-content: space-between;
}

.page_technology .menu_btn_432 li {
    width: 32.5%;
    margin-right: 0;
}

.page_technology .menu_btn_432 li a {
    font-size: 15px;
}

.page_technology h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.page_technology h4 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #777777;
}

.page_technology .col.m30 figure {
    text-align: center;
}

@media only screen and (max-width: 690px) {
    .page_technology .dlb_box2-2_block {
        display: block;
    }

    .page_technology .dlb_box2-2_txt {
        width: 100%;
    }

    .page_technology .menu_btn_432 {
        display: block;
    }

    body.page_technology .menu_btn_432 li {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
    }
}

/* シェアパーツ */
.share-case h2 {
    text-align: center;
    font-size: 28px;
}

.share-case .menu_btn_532 a {
    background-color: #293A45;
    border-color: #161f25;
    color: #ffffff;
    transition: 0.5s;
    padding-left: 3em;
    padding-right: 3em;
}

.share-case .menu_btn_532 a:hover {
    opacity: 0.7;
}

.share-case .menu_btn_532 li {
    list-style: none;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 2px 16px 0px #8e8e8e;
}

.share-case .menu_btn_532 a::before {
    transform: rotate(45deg);
    right: 1em;
    left: initial;
}

body .dlb_media_title {
    font-size: 16px;
    line-height: 26px;
    color: #2F3B4E;
}

body .dlb_media_txt {
    color: #666666;
}

@media only screen and (max-width: 690px) {
    .share-case h2 {
        font-size: 24px;
    }
}


/* about追加 add-about */
.add-about h2 {
    text-align: center;
    font-size: 28px;
}

/* コミュニケーション */

.page_communication #locator {
    margin-bottom: 10px;
}

.page_communication .about_add-box1.consultant {
    padding-bottom: 0;
}

@media only screen and (max-width: 690px) {

    .page_communication .about_add-box1.consultant {
        padding-bottom: 30px;
    }

    .page_communication #locator {
        margin-bottom: 20px;
    }

    body .icon_Installation:before {
        left: calc(64% - -70px);
        top: -6%;
    }

    .page_communication .fs20_sp {
        font-size: 20px;
    }
}

.inner_1136 {
    max-width: 1136px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

body .dlb_media_01_area span {
    background-color: #2F3B4E;
    padding: 6px 12px;
    font-size: 10px;
}

body .dlb_media_cate span {
    background-color: #2F3B4E;
    padding: 6px 12px;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 1.2;
    font-weight: bold;
}

.add-about>div {
    display: flex;
    flex-wrap: wrap;
}

.add-about>div a {
    display: block;
    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    font-size: 24px;
    text-align: center;
    color: #194084;
    display: block;
    height: 320px;
    padding: 20px 10px;
    line-height: 1.5;
    transition: 0.5s;
    font-weight: bold;
}

.add-about>div a:hover,
.add-about>a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.add-about>div a:nth-child(1) {
    background: #DDE5F1;
}

.add-about>div a:nth-child(2) {
    background: #FFFFFF;
}

.add-about>div a:nth-child(3) {
    background: #DDE5F1;
}

.add-about>div a:nth-child(4) {
    background: #FFFFFF;
}

.add-about>div a:nth-child(5) {
    background: #DDE5F1;
}

.add-about>div a:nth-child(6) {
    background: #FFFFFF;
}

/* add 221212 */
.add-about>div.two a {
    width: 50%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
}

.add-about>div.two a:nth-child(1) {
    background: #ffffff;
}

.add-about>div.two a:nth-child(2) {
    background: #DDE5F1;

}

/* add end */

.add-about>a {
    display: block;
    background-color: #F5F5F5;
    padding: 50px 10px;
    font-size: 24px;
    text-align: center;
    color: #194084;
    display: block;
    line-height: 1.5;
    transition: 0.5s;
    font-weight: bold;
}

.add-about>a strong {
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1000px) {
    .add-about>div a {
        font-size: 18px;
    }

    .add-about>a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 690px) {
    .add-about h2 {
        font-size: 24px;
    }

    .add-about>div a {
        display: block;
        width: 100%;
        font-size: 20px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .add-about>div.two a {
        display: block;
        width: 100%;
        font-size: 20px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .add-about>a {
        font-size: 20px;
    }
}

/* メニュー増築 */
header .menu-about {
    position: relative;
}

header .menu-about ul {
    position: absolute;
    left: 0;
    height: 0;
    width: 0;
    padding: 0;
    font-size: 0;
    opacity: 0;
    /* transition: 0.5s; */
}

header .menu-about ul li {
    margin-left: 40px;
    display: inline-block;
    margin-right: 0;
    line-height: 2.5;
}

header .menu-about:hover ul li {
    position: relative;
    margin-left: 40px;
    display: inline-block;
    margin-right: 0;
    line-height: 3;
}

#top header .hgnavi .menu-about:hover ul li a {
    color: #333333
}

header .menu-about:hover ul {
    opacity: 1;
    height: auto;
    width: auto;
    padding: 26px 0;
    background-color: #F5F5F5;
    width: 655px;
    font-size: 14px;
    box-shadow: 0 0 8px 0 #0000004f;
}

header .menu-about:hover ul li:nth-child(odd) {
    width: 210px;
    margin-left: 70px;
}

header .menu-about:hover ul li:nth-child(even) {
    width: 350px;
    margin-left: 10px;
}

header .menu-about:hover ul li::before {
    position: absolute;
    content: "－";
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1.5, 2);
    color: #02065c;
}

header .menu-about ul li a {
    text-decoration: none;
    color: #f5f5f500;
}

body header .header .menu-about:hover ul li a {
    color: #333333
}

header .menu-about:hover ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* 2022/8 add プランメニュー追加 */
header .menu-plan {
    position: relative;
    font-weight: bold;
}

header .menu-plan ul {
    position: absolute;
    left: 0;
    height: 0;
    width: 0;
    padding: 0;
    font-size: 0;
    opacity: 0;
}

header .menu-plan ul li {
    margin-left: 40px;
    display: inline-block;
    margin-right: 0;
    line-height: 2.5;
}

header .menu-plan:hover ul li {
    position: relative;
    margin-left: 40px;
    display: inline-block;
    margin-right: 0;
    line-height: 3;
}

#top header .hgnavi .menu-plan:hover ul li a {
    color: #333333
}

header .menu-plan:hover ul {
    opacity: 1;
    height: auto;
    width: auto;
    padding: 26px 0;
    background-color: #F5F5F5;
    width: 210px;
    font-size: 14px;
    box-shadow: 0 0 8px 0 #0000004f;
}

header .menu-plan:hover ul li {
    width: 210px;
    margin-left: 70px;
}

header .menu-plan:hover ul li::before {
    position: absolute;
    content: "－";
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1.5, 2);
    color: #02065c;
}

header .menu-plan ul li a {
    text-decoration: none;
    color: #f5f5f5;
}

body header .header .menu-plan:hover ul li a {
    color: #333333;
}

header .menu-plan:hover ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* 2022/8 add end*/

/* 2022/10 add メディアメニュー追加 */
header .menu-media {
    position: relative;
    font-weight: bold;
}

header .menu-media ul {
    position: absolute;
    left: 0;
    height: 0;
    width: 0;
    padding: 0;
    font-size: 0;
    opacity: 0;
}

header .menu-media ul li {
    margin-left: 40px;
    display: inline-block;
    margin-right: 0;
    line-height: 2.5;
}

header .menu-media:hover ul li {
    position: relative;
    margin-left: 40px;
    display: inline-block;
    margin-right: 0;
    line-height: 3;
}

#top header .hgnavi .menu-media:hover ul li a {
    color: #333333
}

header .menu-media:hover ul {
    opacity: 1;
    height: auto;
    width: auto;
    padding: 26px 0;
    background-color: #F5F5F5;
    width: 210px;
    font-size: 14px;
    box-shadow: 0 0 8px 0 #0000004f;
}

header .menu-media:hover ul li {
    width: 210px;
    margin-left: 70px;
}

header .menu-media:hover ul li::before {
    position: absolute;
    content: "－";
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1.5, 2);
    color: #02065c;
}

header .menu-media ul li a {
    text-decoration: none;
    color: #f5f5f5;
}

body header .header .menu-media:hover ul li a {
    color: #333333;
}

header .menu-media:hover ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* 2022/10 add end*/


/* 伴走トレーニング */
.page_training td {
    background-color: #FFFFFF;
}

.page_training .dlb_table_04 tbody tr:nth-child(even) td:first-child,
.page_training .dlb_table_04 tbody td:first-child {
    background-color: #2F3B4E;
    color: #ffffff;
}

.support_box .training__wrap.col3_331 .col {
    margin-right: 2.75%;
    width: 31.5%;
}

.support_box .training__wrap.col3_331 .col:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 690px) {
    .support_box .training__wrap.col3_331 .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* 記事テンプレ */

body .side .sweep {
    background-color: #FFFFFF;
}

body .side .btn {
    background-color: #F8F8F8;
}

body .side .cate li a {
    background-color: #2F3B4E;
}

body .archivelist .list a:hover,
.archivelist .list a.current {
    background-color: #2F3B4E;
}

body .pager a {
    color: #333333;
    background: none;
}

body .pager span {
    background-color: #2F3B4E;
}

/* ボタン改修 */
body .menu_btn_532 a::before {
    right: 1.5em;
}

a.btnfix-2F {
    text-align: center;
    display: block;
    FONT-WEIGHT: 500;
    height: 55px;
    line-height: 55px;
    background-color: #2F3B4E;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #FFFFFF;
    box-shadow: 0 0 13px 0 #a0a0a0;
}

a.btnfix-FF {
    text-align: center;
    display: block;
    FONT-WEIGHT: 500;
    line-height: 55px;
    background-color: #FFFFFF;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #2F3B4E;
    /* box-shadow: 0 0 13px 0 #a0a0a0; */
}

.page_404 a.btnfix-2F {
    margin-left: 30px;
    margin-top: 10px;
    margin-right: 30px;
    font-weight: 500;
}

a.btnfix-2F:hover {
    text-decoration: none;
    opacity: 0.7;
}

a.btnfix-FF:hover {
    text-decoration: none;
    opacity: 0.7;
}

a.btnfix-FF.addmt {
    margin-top: 30px;
}

a.btnfix__right.btnfix-2F::after {
    position: absolute;
    content: ">";
    margin: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    transform: scaleY(1.5);
}

a.btnfix__right.btnfix-FF::after {
    position: absolute;
    content: ">";
    margin: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    color: #2F3B4E;
    font-size: 16px;
    transform: scaleY(1.5);
}

.page_personal .under__cta-share {
    width: 100%;
}

body article#main.article {
    border: none;
}

body #nextprev {
    margin-top: 0;
    margin-bottom: 0;
}

body article#main.article .sns_share.foot {
    margin-top: 20px;
    padding-bottom: 20px;
    border-width: 0px 0 1px 0;
}

body .sns_share li.twitter {
    border-radius: 3px !important;
    background-color: #1d9bf0;
    height: 21px;
}

body .sns_share li.twitter:hover {
    background-color: #0c7abf;
}

body .sns_share {
    align-items: initial;
}

body #relation .title {
    border-color: #FFFFFF;
}

body .toc_list li a:hover {
    opacity: 0.7;
}

body .toc_title {
    padding-bottom: 10px;
}

body article#main>div:not(.catelist):not(.taglist) {
    margin-bottom: 30px;
}

body .catelist a {
    padding: 4px 1em 5px;
    margin-bottom: 5px;
    line-height: 1;
}

@media only screen and (max-width: 690px) {
    .page_404 a.btnfix-2F {
        margin-left: auto;
        margin-top: 20px;
        margin-right: auto;
    }
}

body div .scroll-hint-icon {
    top: 25px;
}

/* ダウンロードブロック */
body .dlb_content-57 {
    height: 500px;
}

body .dlb_content-58 {
    height: 500px;
}

body .dlb_box3-3_area .txtlink::before {
    top: 17px;
}

.dlb_c51_con_area .single_slide_in .dlb_box2-3-it {
    color: #FFFFFF;
}

.dlb_rss_06_block dl {
    width: 25%;
}

/* body .dlb_box2-8_area figure.dlb_box2-8_img{
    height: fit-content;
} */

body .dlb_content-5301 {
    padding: 30px 20px;
}

body .dlb_color_bgbef_red::before {
    background-color: #2F3B4E;
}

@media only screen and (max-width: 690px) {
    body .dlb_box3-3_area .txtlink::before {
        top: 15px;
    }

    .dlb_rss_06_box {
        display: block;
    }

    .dlb_rss_06_block dl {
        width: 100%;
    }

    body .col4_m_422 .col {
        width: 100%;
    }

    body .dlb_rss_tab_nav {
        width: 100%;
    }
}

/* add */
.add3 #topmain_area1 {
    background: url(https://www.eureka-box.com/dcms_media/image/AdobeStock_516708632.jpeg) no-repeat center/cover;
    padding: 182px 0 0;
    width: 100%;
    height: auto;
}

.case_sample {
    background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
}

.case_sample .flex_pc {
    width: 100%;
    margin-top: 10px;
}

.case_sample .flex_pc .top__img {
    width: 32%;
    display: block;
    position: relative;
}

.case_sample .flex_pc .top__img p {
    content: none;
    font-size: min(26px, 2.5vw);
    color: #FFFFFF;
    position: absolute;
    top: 8%;
    left: 15px;
}

.case_sample .flex_pc .top__img div {
    content: none;
    font-size: min(18px, 1.5vw);
    color: #657183;
    position: absolute;
    top: 50%;
    left: 15px;
    white-space: pre;
    font-feature-settings: "palt";
}

.add3 #topmain_area1 h1 {
    letter-spacing: 0.4em;
    position: absolute;
    top: 10%;
}

.add3 #topmain_area1 .mv__txt1 {
    color: #2F3B4E;
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 7px solid #fff20a;
    display: inline-block;
    line-height: 1.2em;
    padding-top: 15px;
}

.add3 #topmain_area1 .txtadd1 {
    color: #2F3B4E;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 900;
    float: right;
    margin: 80px 30% 10px 0;
    padding-right: 2%;
}

.add3 #topmain_area1 .txtadd2 {
    color: #2F3B4E;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 900;
    float: right;
    margin: 5px 38% 80px 0;
}

.add3 #topmain_area1 .txtadd1 strong {
    color: #ed1c21;
    font-size: 1.46em;
}

.add3 #topmain_area1 .mv1__box {
    height: 53px;
    background-color: #FFFFFF;
    padding: 5px 20px 0 40px;
    margin: -13px 33% 0 0;
    font-size: 39px;
    font-weight: 900;
    color: #2F3B4E;
    letter-spacing: 0.5em;
    float: right;
    width: 490px;
    line-height: 1.1em;
}

.add3 #topmain_area1 .txtadd2 span {
    font-size: 1.46em;
}

.add3 #topmain_area1 .flex {
    width: 628px;
    margin-top: 60px;
}

.add3 #topmain_area1 .flex a {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 0 0 13px 0 #000000;
}

.ctr_area a {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 13px 0 #000000;
    margin-left: 20px;
}

.login_btn,
a.login_btn,
button.login_btn {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    width: 420px;
}

a.login_btn:hover {
    color: #fff;
    background-color: #2F3B4E;
}


.free_btn,
a.free_btn,
button.free_btn {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    width: 420px;
    padding: 0;
    color: #fa4141;
    border-radius: 0;
}

a.btn-coupon .left {
    line-height: 1.8;
    width: 620px;
    padding: 1.2rem 0;
    -webkit-transition: all 0.3s;
    color: #ed1c21;
    background: #fff;
    vertical-align: bottom;
}

a.btn-coupon .right {
    line-height: 1.8;
    padding: 1.2rem 0;
    color: #fff;
    background: #41A2DB;
    width: 320px;
    border: groove 1px #2D8BC3;
}

a.btn-coupon:hover {
    color: #2D8BC3;
}

a.btn-coupon:hover .left {
    color: #fc6f72;
}

a.btn-coupon:hover .right {
    background: #2D8BC3;
}

.login_btn {
    margin: 20px 0 0 21px;
    float: none;
    background-color: #fff;
    color: #2F3B4E;
}

.add3 #topmain_area1 .ebss__box {
    float: left;
    margin: -130px 10px 0 0;
}

/* TABLET */
@media only screen and (max-width: 1200px) {
    .add3 #topmain_area1 .mv__txt1 {
        line-height: 0.9em;
        padding-top: 0;
        letter-spacing: 0.1em;
    }

    .add3 #topmain_area1 .txtadd1 {
        margin: -320px 0 10px 0;
        padding: 0;
        width: 100%;
        position: absolute;
    }

    .add3 #topmain_area1 .txtadd2 {
        margin: -225px 0 0 7%;
        position: absolute;
    }

    .add3 #topmain_area1 .mv1__box {
        margin: -275px 0 0 0;
        position: absolute;
    }

    .add3 #topmain_area1 .ebss__box {
        display: block;
        position: absolute;
        bottom: 3%;
    }

    .ctr_area {
        margin: 80px 0 0 36%;
        padding-top: 100px;
        position: absolute;
    }
}

/* MOBILE */
@media only screen and (max-width: 690px) {
    .add3 #topmain_area1 {
        background: url(https://www.eureka-box.com/dcms_media/image/AdobeStock_516708632_sp.jpg) no-repeat center/cover;
        height: auto;
    }

    .add3 #topmain_area1 h1 {
        font-size: 0.67em;
        margin-top: -20px;
        line-height: 1.1em;
    }

    .add3 #topmain_area1 .floatarea {
        margin: -110px 0 0 0;
    }

    .add3 #topmain_area1 .mv__txt1 {
        line-height: 1em;
        padding-top: 0;
        letter-spacing: 0.06em;
        font-size: 2.1em;
    }

    .add3 #topmain_area1 .txtadd1 {
        margin: -240px 0 20px 0;
        padding: 35px 0 0 0;
        line-height: 1.2em;
        font-size: 1.05em;
        letter-spacing: 0.1rem;
    }

    .add3 #topmain_area1 .txtadd1 strong {
        font-size: 1.19em;
        letter-spacing: 0.1rem;
    }

    .add3 #topmain_area1 .txtadd2 {
        margin: -120px 0 0 5%;
    }

    .add3 #topmain_area1 .txtadd2 span {
        font-size: 1.2em;
    }

    .ctr_area {
        margin: 100px 0 0 0;
        padding-top: 30px;
        width: 100%;
        display: inline-block;
        position: absolute;
        bottom: 22%;
    }

    .ctr_area a {
        margin: 0 0 15px 0;
    }

    .free_btn,
    a.free_btn,
    button.free_btn {
        font-size: 1.7rem;
        width: 95%;
    }

    a.btn-coupon .left {
        line-height: 1.5;
        padding: 1rem 0.1rem;
        letter-spacing: 0.1rem;
    }

    a.btn-coupon .right {
        line-height: 1.5;
        padding: 1rem 0.1rem;
    }

    .login_btn,
    a.login_btn,
    button.login_btn {
        font-size: 1.7rem;
        line-height: 1.5;
        padding: 1rem 2rem;
        width: 95%;
    }

    .add3 #topmain_area1 .mv1__box {
        margin: -175px 0 20px 0;
        padding: 5px 3% 0 5%;
        letter-spacing: 0.08em;
        float: none;
        width: 90%;
    }

    .add3 #topmain_area1 .topebssarea {
        position: absolute;
        bottom: 3%;
        background: none;
    }

    .case_sample .flex_pc .top__img {
        width: 100%;
        margin: 10px auto 0;
        display: block;
        max-width: 335px;
    }

    .case_sample .flex_pc .top__img p {
        white-space: pre;
        top: 15px;
        left: 15px;
        font-size: 16px;
        text-align: center;
    }

    .case_sample .flex_pc .top__img div {
        font-size: min(15px, 4vw);
        top: 10%;
        left: 35%;
    }

    #topmain_area4 .flex_pc {
        width: 100%;
        margin-top: 20px;
    }

    @media only screen and (min-width: 540px) {
        .add3 #topmain_area1 h1 {
            font-size: 0.5em;
        }

        .add3 #topmain_area1 .txtadd1 {
            margin: -280px 0 20px 0;
            padding: 15px 0 0 0;
        }

        .add3 #topmain_area1 .txtadd2 {
            margin: -160px 0 0 5%;
            font-size: 1em;
        }

        .add3 #topmain_area1 .mv__txt1 {
            letter-spacing: 0.02em;
        }

        .add3 #topmain_area1 .mv1__box {
            margin: -225px 0 20px 0;
            padding: 5px 2% 0 4%;
            font-size: 1.9em;
        }

        .ctr_area {
            bottom: 30%;
        }
    }
}

@media only screen and (max-width: 280px) {
    .ctr_area {
        bottom: 17%;
    }

    .add3 #topmain_area1 h1 {
        font-size: 0.5em;
    }

    .add3 #topmain_area1 .txtadd1 {
        padding: 0;
    }

    .add3 #topmain_area1 .txtadd2 {
        margin: -130px 0 0 5%;
        font-size: 1em;
    }

    .add3 #topmain_area1 .mv1__box {
        margin: -185px 0 20px 0;
        font-size: 1.8em;
    }
}

/*相互リンク設置用20250228*/

.top-bnr_container {
    padding: 50px 0 0
}

.reciprocal_link_title {
    font-size: 2.5rem;
    text-align: center;
    line-height: 2;
    color: #2f3b4e;
}

@media screen and (min-width: 680px) {
    .top-bnr_container {
        padding: 70px 0 0;
    }
}

.top-bnr_list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
    width: calc(100% + 10px);
    margin-left: -10px
}

@media screen and (min-width: 680px) {
    .top-bnr_list {
        width: calc(100% + 20px);
        margin-left: -20px
    }
}

.top-bnr_list li {
    width: calc(50% - 10px);
    margin-left: 10px
}

@media screen and (max-width: 679.8px) {
    .top-bnr_list li:nth-child(n+3) {
        margin-top: 10px
    }

    .reciprocal_link_title {
        font-size: 18px;
        text-align: left;
    }

    .br-sp {
        display: none;
    }

    .reclink_list img {
        width: 90%;
        height: auto;
    }
}

@media screen and (min-width: 680px) {
    .top-bnr_list li {
        width: calc(25% - 20px);
        margin-left: 20px
    }

    .top-bnr_list li:nth-child(n+5) {
        margin-top: 20px
    }
}

/*相互リンク設置用20250228 end*/

/*画像のポップアップ*/

#modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: auto;
    width: fit-content;
    max-width: 100%;
    position: relative;
    top: 15%;
    /*transform: translateY(-50%);*/
}

.thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
}

.fullsize {
    width: fit-content;
    height: auto;
}

/*画像のポップアップ end*/

/*数字のタイトル*/
.numbering {
    font-size: 1.75em;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}

/*数字のタイトル end*/

/*TOPページの動画を横並びにする*/
.video_container {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.video_item {
    text-align: center;
    width: 50%;
}

.video_item>iframe {
    width: 400px;
    height: auto;
    aspect-ratio: 16/9;
}

.video_title {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 690px) {
    .video_container {
        display: block;
    }

    .video_item {
        width: 100%;
    }

    .video_item>iframe {
        width: 100%;
        height: auto;
        margin: 0 auto;
        aspect-ratio: 16/9;
    }

    .video_title {
        font-size: 14px;
    }

}

/*TOPページの動画を横並びにする end*/

body {
    margin: 0;
}

/*-------------------------
  サイトリニューアル 2025
-------------------------*/

/*main visual img 2025new*/

.top_main_visual:after {
    width: 100%;
    right: 0;
    background-image: url(https://www.eureka-box.com/dcms_media/image/mv_img_right.webp);
    background-position: 100% 0;
    z-index: -1000;
}

.top_main_visual:after,
.top_main_visual:before {
    content: "";
    height: 880px;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
}

.top_main_visual:before {
    width: 785px;
    height: 880px;
    background-image: url(https://www.eureka-box.com/dcms_media/image/mv_img_left.webp);
    z-index: -15;
}


@media screen and (max-width: 1280px) {

    .top_main_visual {
        background-image: url(https://www.eureka-box.com/dcms_media/image/mv_img_tb.webp);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }

    .top_main_visual:after,
    .top_main_visual:before {
        display: none
    }

}


@media screen and (max-width: 767px) {

    .top_main_visual {
        background-image: url(https://www.eureka-box.com/dcms_media/image/mv_img_sp.webp);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        background-position: top;
        width: 100%;
        height: fit-content;
    }

    .top_main_visual:after,
    .top_main_visual:before {
        display: none
    }

    .tmv_title {
        position: relative;

    }

}

/*main visual img 2025new end*/

/*main visual title 2025new */
.top_main_visual .tmv_title h1>.tmv_fs {
    font-size: 30px;
}

.top_main_visual .tmv_title h1 .tmv_title2 {
    font-size: 90px;
}

.top_main_visual .tmv_title h1 .tmv_title2 .tmv_fs {
    font-size: 60px;
}

.top_main_visual .tmv_inner {
    padding-top: 200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_main_visual .tmv_title h1 {
    margin: 0 auto;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 2px rgba(255, 255, 255);
    filter: drop-shadow(2px 2px 2px rgba(255, 255, 255));
}

.pc_none {
    display: none;
}

.tmv_title p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    line-height: 1.6;
    text-shadow: 2px 2px 2px rgba(255, 255, 255);
    filter: drop-shadow(2px 2px 2px rgba(255, 255, 255));
}

.tmv_title a {
    display: block;
    width: 500px;
    padding: 10px;
    background: #cd170e;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .top_main_visual .tmv_inner {
        padding-top: 500px;
    }

    .top_main_visual .tmv_title {
        text-shadow: none;
        filter: none;
        background-color: rgb(255, 255, 255, 0.7);
        width: 600px;
        padding: 20px;
        bottom: 0px;
    }

    .top_main_visual .tmv_title h1 {
        font-size: 34px;
    }

    .top_main_visual .tmv_title h1>.tmv_fs {
        font-size: 22px;
    }

    .top_main_visual .tmv_title h1 .tmv_title2 {
        font-size: 70px;
    }

    .top_main_visual .tmv_title h1 .tmv_title2 .tmv_fs {
        font-size: 46px;
    }

    .tmv_title p {
        font-size: 22px;
        margin: 0;
    }

    .tmv_title a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .top_main_visual .tmv_inner {
        padding-top: 0;
    }

    .top_main_visual .tmv_title {
        margin: 60vh 0 0;
    }

    .top_main_visual .tmv_title h1>.tmv_fs {
        font-size: 18px;
    }

    .top_main_visual .tmv_title h1 .tmv_title2 {
        font-size: 40px;
    }

    .top_main_visual .tmv_title h1 .tmv_title2 .tmv_fs {
        font-size: 30px;
    }

    .top_main_visual .tmv_title h1 {
        width: 100%;
        background: transparent;
        position: relative;
        font-size: 24px;
        line-height: 1.5;
        margin-top: 20px;
    }

    .top_main_visual .tmv_title h1 .tmv_title2 {
        font-size: 40px;
    }

    .top_main_visual .tmv_title h1 .tmv_title2 .tmv_fs {
        font-size: 30px;
    }

    .pc_none {
        display: block;
    }

    .top_main_visual .tmv_title {
        text-shadow: none;
        filter: none;
        background-color: inherit;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 8% 80%);
        width: 100% !important;
        padding: 10px 0;
        bottom: 0px;
    }

    .tmv_title a {
        width: 300px;
        padding: 10px;
        font-size: 14px;
    }

    .tmv_title p {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        line-height: 1.6;
    }

}

@media screen and (max-width: 390px) {
    .top_main_visual .tmv_title {
        margin: 500px 0 0;
    }
}

/*main visual title 2025new end */

/* about 2025new */

.price_plan {
    background-color: #FFFCDB;
}

.top__sub-title span {
    color: #000000;
}

.example_question_deco {
    color: #000;
    background-color: #FFF462;
    border-radius: 100vh;
    font-size: 24px;
    font-weight: bold;
    width: 245px;
    height: 65px;
    text-align: center;
    line-height: 65px;
}

.example_question {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .example_question {
        font-size: 18px;
    }
}

/* about 2025new end */

/* pagetop_scroll */

a.pagetop_scroll {
    width: 72px;
    height: 72px;
    background-color: #004098;
    position: relative;
    display: block;
}

a.pagetop_scroll::before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    a.pagetop_scroll {
        width: 36px;
        height: 36px;

    }

    a.pagetop_scroll::before {
        width: 12px;
        height: 12px;
        top: calc(50% - 3px);
    }
}

/* pagetop_scroll end */

/*TOP2025new*/
.award_emblem a {
    display: inline-block;
}

.award_emblem a img {
    width: 70%;
}

.inpage_link {
    margin-top: 100px;
}

@media screen and (max-width: 1280px) {
    .inpage_link {
        margin-top: 50px;
    }

}

.inpage_link li a {
    height: 30px;
}

@media screen and (max-width: 500px) {
    .inpage_link li a {
        font-size: 12px;
    }
}

.cobrain_banner img {
    width: 80%;
}

@media screen and (max-width: 500px) {
    .cobrain_banner img {
        width: 100%;
    }
}

.top__txt .font-type {
    font-size: 24px;
    font-weight: bold;
}

.top__txt .font-type-red {
    color: #cd170e;
    font-size: 26px;
    font-weight: bold;
}

@media screen and (max-width: 390px) {

    .top__txt .font-type,
    .top__txt .font-type-red {
        font-size: 18px;
    }
}

/*TOP2025new end*/

/*About2025new*/
.add__blk_middle {
    padding-bottom: 40px;
    text-align: center;
    font-size: 1.5em;
    color: #2F3B4E;
}

.generous_support .txt__left {
    font-size: 1.5em;
}

@media only screen and (max-width: 690px) {
    .add_blk_middle {
        font-size: 1em;
    }
}

/*About2025new end*/

/*Plan_Price2025new*/

.learning_plan {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
}

.learning_plan .box {
    width: 30%;
    background-color: #FFF2CC;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50px;
}

.personal_add-box_inner {
    padding: 40px 40px 0;
}

@media only screen and (max-width: 690px) {
    .learning_plan {
        display: block;
    }

    .learning_plan .box {
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.ritz .waffle a {
    color: inherit;
}

.ritz .waffle .s8 {
    border-right: 3px SOLID #ffffff;
    border-left: 3px SOLID #ffffff;
    border-bottom: 3px solid #fff2cc;
    background-color: #fff2cc;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s5 {
    border: 3px SOLID #ffffff;
    background-color: #9fc5e8;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: nowrap;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s4 {
    border: 3px SOLID #ffffff;
    background-color: #c9daf8;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s18 {
    border-right: 1px SOLID #000000;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s9 {
    border: 3px SOLID #ffffff;
    background-color: #f3f3f3;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: nowrap;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s17 {
    border-bottom: 1px SOLID #000000;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s15 {
    border-left: none;
    border-right: none;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s3 {
    border: 3px SOLID #ffffff;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s7 {
    border-right: 3px SOLID #ffffff;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s12 {
    border: 3px SOLID #ffffff;
    background-color: #fff2cc;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s16 {
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s1 {
    border: 3px SOLID #ffffff;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s10 {
    border-bottom: 3px SOLID #ffffff;
    border-right: 3px SOLID #ffffff;
    background-color: #f3f3f3;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s6 {
    border-bottom: 3px SOLID #ffffff;
    border-right: 3px SOLID #ffffff;
    background-color: #9fc5e8;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s19 {
    border-bottom: 1px SOLID #000000;
    border-right: 1px SOLID #000000;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s2 {
    border-bottom: 3px SOLID #ffffff;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: nowrap;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s14 {
    border-right: none;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
    font-family: Arial;
    font-size: 21pt;
    vertical-align: middle;
    white-space: nowrap;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s13 {
    border-bottom: 3px SOLID #ffffff;
    border-right: 3px SOLID #ffffff;
    border-left: 3px SOLID #ffffff;
    border-top: 3px SOLID #fff2cc;
    background-color: #fff2cc;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s0 {
    border: 3px SOLID #ffffff;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}

.ritz .waffle .s11 {
    border-right: 3px SOLID #ffffff;
    border-left: 3px SOLID #ffffff;
    border-top: 0px none;
    border-bottom: 0px none;
    background-color: #fff2cc;
    text-align: center;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 2px 3px 2px 3px;
}


/*Plan_Price2025new end*/

/*-------------------------
  サイトリニューアル 2025 end
-------------------------*/

/*導入事例DLボタン*/
.introduction_example_dl h3 {
    text-align: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body#sub .introduction_example_dl a.btnbg__red.red__icon::after,
body#top .introduction_example_dl a.btnbg__red.red__icon::after {
    position: absolute;
    top: 3px;
    margin: auto;
    left: 50px;
    content: url(https://www.eureka-box.com/dcms_media/image/blk_icon.png);
    width: auto;
}

/*導入事例DLボタン end*/

/*個人プランページ2025*/
.personal_plan .kiyaku__title {
    font-weight: bold;
    color: #2F3B4E;
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
}

.personal_plan .kiyaku__title::after {
    display: none;
}

.personal_plan .pur__icon::after {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -12px;
    left: 40px;
    transform: scale(1);
    content: url(https://www.eureka-box.com/dcms_media/image/pur_icon.png);
}

.personal_plan .black__icon::after {
    position: absolute;
    content: ">";
    margin: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    transform: scaleY(1.5);
}

/*個人プランページ2025 end*/

/*導入事例PDF用 個社別ページ*/
.campany_space table td,
.campany_space table th {
    border-style: unset;
}

.campany_space table tr {
    border-bottom: 1px solid #ddd;
}

.campany_space table tr:first-child {
    border-top: 1px solid #ddd;
}

/*導入事例PDF用 個社別ページ end*/

/*企業ロゴスライダー*/
.corporate_logo_slider .top__sub-title {
    background: linear-gradient(90deg, #58c6cc 0%, #076ad5 40%, #ff3bee 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.corporate_logo_slider {
    overflow: hidden;
    width: 100vw;
    /* ↑画面幅まで広げる */
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #fff;
}

.corporate_logo_track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
}

.corporate_logo_track img {
    width: 220px;
    height: auto;
    margin-right: 40px;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
}

/* アニメーション */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*企業ロゴスライダー end*/

/* 導入事例全文表示 */
.flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flow__header.-header02 {
    background: #F8F8F8;
    color: #091138;
}

.flow__header.-header03 {
    background: #083f8d;
    color: #fff;
}

.flow__header.-header04 {
    background: #091138;
    color: #fff;
}

.flow__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    margin-right: 20px;
}

.flow__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.flow__item:not(:first-child) {
    margin-top: 25px;
}

.flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flow__title {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    border-bottom: none;
    border-top: none;
    margin: 0 auto;
}

/* h2タイトル装飾*/
h2.full_text {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    border-top: 3px solid #333333;
    position: relative;
}

h2.full_text::before {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    background-color: #E54028;
}

.toc_area {
    border: 1px solid #DDDDDD;
    padding: 25px;
    box-sizing: border-box;
}

/* 導入事例全文表示 end*/

/*コラムの動画を横並びにする*/

.col_video_container {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.col_video_item {
    text-align: center;
    width: 30%;
}

.col_video_item>iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.col_video_title {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
}

.col_video_exp {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
    margin: 0 auto;
}

@media only screen and (max-width: 690px) {
    .col_video_container {
        display: block;
    }

    .col_video_item {
        width: 100%;
    }

    .col_video_item>iframe {
        width: 100%;
        height: auto;
        margin: 0 auto;
        aspect-ratio: 16/9;
    }

    .col_video_title {
        font-size: 14px;
    }

}

/*コラムの動画を横並びにする end*/

/*次の記事へ*/
.next_article {
    margin: 50px 0;
}

.next_article p {
    margin-bottom: 0 !important;
}

/*次の記事へ end*/