@charset "utf-8";

/* Reset
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}

input,
button,
textarea,
select {
  font: inherit;
}
/*
@media (prefers-reduced-motion: reduce) {
  * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
*/
@media (prefers-reduced-motion: reduce) {
    * {
          animation-duration: 500ms !important;
          /*animation-iteration-count: 1 !important;*/
          transition-duration: 500ms !important;
          /*scroll-behavior: auto !important;*/
      }
}

.bxslider {
    margin-left: 50%;
    }
.bxslider li {
    margin-left: -180px; /* 360 / 2 */
    margin-right: 200px !important; /* 360 / 2 + 20 */
}

.bx-pager.bx-default-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .75em 2em;
}
.bx-pager-item {
    margin: 0 .5em .5em;
    display: inline-block;
    max-width: 50px;
    width: 15%;
    height: 20px;
}
.bx-pager-item a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #ccebfc;
    color: #ccebfc;
}
.bx-pager-item a.active {
    background-color: #85d6ff;
    color: #85d6ff;
}
.bx-pager-item a:hover {
    background-color: #ccebfc;
    color: #ccebfc !important;
}
.bx-pager-item a.active:hover {
    background-color: #85d6ff;
    color: #85d6ff !important;
}

/* common
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
:root {
    --color-logo: #0D1267;
    --color-title: #0f1850;
    --color-headline: #3a416f;
    --color-title_text: #2b2b2b;
    --color-menu: #151515;
    --color-text: #61708b;
    --color-text2: #24426b;
    --color-elem: #ffb400;
    --color-jhigh: #0ad866;
    --color-high: #64dcff;
    --color-eng: #fb8888;
    --color-notice: #C7577E;
    --color-base: #2F356C;
}

body {
    /* font-weight: light:300, regular:400, medium:500, bold:700 */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text);
    position: relative;
}

span {
    font-size: 100%;
}


.bold_p {
    padding: 0 2px;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.pc {
    display: none;
}
.sp {
    display: block;
}

.notice {
    display: inline-block;
    position: relative;
    margin-top: .5em;
    padding-left: 1.2em;
    font-size: 80% !important;
    opacity: .9;
    line-height: 1.3 !important;
    text-align: left;
    color: var(--color-notice);
}
.notice:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-notice);
}
.notice_red_kome {
    color: #df7ea0;
}


.notice_gray {
    display: inline-block;
    position: relative;
    margin-top: .5em;
    padding-left: 1.2em;
    font-size: 80% !important;
    opacity: 1;
    line-height: 1.3 !important;
    text-align: left;
    color: #51737d;
}
.notice_gray:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #ff0000;
}

.rednote {
    color: #ff0000 !important;
}

.nowrap {
    white-space: nowrap;
}
.align_left {
    text-align: left;
}

.tiny {
    font-size: 60% !important;
}
.small {
    font-size: 70%;
}
.medium {
    font-size: 80%;
}
.lesser {
    font-size: 90%;
}

.large {
    font-size: 125%;
}
.greater {
    font-size: 150%;
}
.big {
    font-size: 175%;
}
.huge {
    font-size: 200%;
}

.narrow {
    letter-spacing: 0;
}
.low {
    line-height: 1.15 !important;
}

.kome {
    position: relative;
    margin-top: .5em;
    padding-left: 1.2em;
    line-height: 1.3 !important;
    text-align: left;
}
.kome:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.notice_color {
    color: var(--color-notice);
}
.title_color {
    color: var(--color-title);
}
.option_color {
    color: #0DB691;
}
.elem_color {
    color: var(--color-elem) !important;
}

.list {
    position: relative;
    margin-top: .5em;
    padding-left: 1em;
    line-height: inherit;
}
.list:before {
    content: '・';
    display: inline-block;
    line-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.list2 {
    display: inline-block;
    position: relative;
    margin-top: .5em;
    padding-left: 1.2em;
    line-height: inherit;
    line-height: 1.2;
}
.list2:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid var(--color-text);
    line-height: inherit;
    position: absolute;
    top: .3em;
    left: 0;
    font-size: .8em;
    opacity: .9;
}

.smooth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.link_button_wrap {
    width: 100%;
    font-size: 0;
    line-height: 1;
    text-align: center;
    margin: 15px auto;
}
.link_button {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-link);
    padding: .5em 2em;
    border-radius: 3em;
    border: 2px solid var(--color-link);
    text-decoration: none;
}
.link_button_b {
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-link);
    padding: .7em 0;
    border-radius: 3em;
    border: 2px solid var(--color-link);
    text-decoration: none;
}

.op07 {
    opacity: .7;
}
.op08 {
    opacity: .8;
}

.thin {
    font-weight: 400 !important;
}

.line_tight {
    line-height: 1.2 !important;
}

.mold {
    max-width: 1160px;
    width: 98%;
    margin: 0 auto;
}

a img {
    transition: all .4s;
}
a.carousel:hover,
a.campaign3_link:hover {
    filter: saturate(150%) brightness(125%) !important;
}
a {
    transition: all .4s;
}
a:hover {
    filter: saturate(180%) brightness(180%);
}

div,
a,
img {
    image-rendering: -webkit-optimize-contrast;
}

/*
    background: linear-gradient(90deg, transparent 40%, rgba(21, 103, 167, .2) 80%);
    transition: all .4s;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);

    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    transform: rotate(-1deg) translate3d(0, 0, 0);

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;

    word-break: break-all;

    font-size: clamp(20px, 3.1vw, 36px);

*/


/* base
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
#base {
}


/* main_header
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
.main_header_base {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-bottom: .5em;
    transition: all .4s; */
}

.main_header_base.invis {
    opacity: 0;
}
.main_header_base.hide {
    position: fixed;
    transform: translateY(-90px);
}
.main_header_base.drop {
    position: fixed;
    transform: translateY(0);
}
.main_header_base.shadow {
    width: 100%;
    background-color: rgba(255,255,255,.95);
    box-shadow: 0 7px 16px rgba(0,0,0,.1);
    z-index: 999;
    transition: all .3s ease;
}


.main_header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.shadow .main_header_box {
    /* margin-top: 20px; */
}

.main_header_title a {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    color: var(--color-title);
}

.main_header_menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.main_header_menu a {
    /* display: inline-block; */
    padding: .2em;
    margin: 0 1em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    color: var(--color-menu);
    transition: all .3s ease;
}
.main_header_menu a:hover {
    opacity: .7;
}

/* 追加 */
.n_header_box {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 70px;
}
.n_cta_box {
    display: flex;
    justify-content: right;
    gap: 3%;
}
.n_header_cta_box {
    max-width: 700px;
    width: 45vw;
}
.n_header_cta_box.af_sns_buttons {
    max-width: 700px;
    width: 45vw;
}
.n_cta_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4em 0;
    width: 32%;
    border-radius: 12px;
    font-size: min(1.12vw,13px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
}
.n_cta_button span {
    display: inline-block;
    padding: .3em 0 .3em 2em;
}
.n_cta_button.siri {
    background-color: #ee5100;
}
.n_cta_button.tai {
    background-color: #70AD47;
}
.n_cta_button.siri span {
    background: url(../images/main_ico_doc.svg) 0 50% no-repeat;
    background-size: 1.5em;
}
.n_cta_button.tai span {
    background: url(../images/main_ico_app.svg) 0 50% no-repeat;
    background-size: 1.5em;
}

/* mv3
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
.mv3_base {
    position: relative;
    max-height: 680px;
    height: 58.62vw;
    background: url(../images/pic_834_aiconline22.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.mv3_base::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bk100b_ahome22.svg) 50% 17% no-repeat;
    background-size: 100%;
}

.mv3_base .mold {
    position: relative;
    height: 100%;
}

.mv3_box {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv3_contents_illust {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
}
.mv3_contents_illust img {
    width: 100%;
    filter: drop-shadow(18px 18px 38px rgb(0 46 122 /.6));
}

.mv3_contents_box {
    display: inline-block;
    position: absolute;
    top: 15%;
    left: 10%;
    width: 45%;
}

.mv3_contents_copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mv3_contents_copy img {
    width: 70%;
}
.mv3_contents_title {
    padding: 1em 0 0;
    font-size: min(2.07vw,24px);
    font-weight: 900;
    color: var(--color-logo);
    vertical-align: bottom;
}
.mv3_contents_title span {
    vertical-align: bottom;
}
.mv3_contents_title img {
    width: 50%;
    vertical-align: bottom;
}

.mv3_contents_caption {
    padding: .5em 0 0;
    font-size: min(2.07vw,24px);
    font-weight: 700;
    color: #3FB5E3;
    letter-spacing: .1em;
}
.mv3_contents_caption > span {
    color: #F7FF00;
}





/* intro3
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
.intro3_base {
    padding: 8em 0 3em;
    text-align: center;
}

.intro3_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .2em;
    color: var(--color-headline);
}
.intro3_box > p {
    display: inline-block;
    padding: 1em .5em 0;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .2em;
    text-align: left;
}


/* info3
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
.info3_base {
    padding: 2.5em 0 0;
    text-align: center;
    background-color: #F0F8FC;
}
.bx-viewport {
    padding: 0 0 3em;
}

.info3_title {
    padding: 0 0 1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .2em;
    color: var(--color-headline);
}


.bxslider li {
    padding: 0 10px;
    overflow: visible;
}

.bxslider li > a {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    border-radius: 2px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 5px 12px rgb(48 127 173 /.3);
}

.info3_text_box {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: .5em 1em .7em;
    background-color: rgb(255 255 255 /.85);
    text-align: left;
    line-height: 1.3;
    width: 100%;
    min-height: 68.97px;
}
.info3_text_date {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    color: #52bce3;
}
.info3_text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .1em;
    color: #002e7a;
}



/* course_menu3
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
.course_menu3_base {
    padding: 4em 0 7em;
}

.course_menu3_title {
    padding: 0 0 1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .2em;
    color: var(--color-headline);
    text-align: center;
}

.course_menu3_box {
    display: flex;
    justify-content: space-between;
}

.course_menu3_box .item {
    width: 25%;
    padding: 1em;
}
.course_menu3_box .item > a {
    display: block;
    position: relative;
    border-radius: 24px;
    background: linear-gradient(to bottom, #4f5480, #282f68);
    padding: 10px;
    height: 100%;
}
.course_menu3_menu_wrap {
    border: 3px solid rgb(255 255 255 /.5);
    border-radius: 22px;
    padding: 20px 5px 36px;
    text-align: center;
    height: 100%;
}
.course_menu3_menu_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background: #fff url(../images/prts_dwnarrow_aiconline22.png) 50% 50% no-repeat;
    background-size: 50px;
    image-rendering: -webkit-optimize-contrast;
}

.course_menu3_grade {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    padding-bottom: 1em;
}
.elementary .course_menu3_grade { color: var(--color-elem);}
.juniorhigh .course_menu3_grade { color: var(--color-jhigh);}
.high .course_menu3_grade { color: var(--color-high);}
.english .course_menu3_grade { color: var(--color-eng);}

.course_menu3_name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
    padding-bottom: .7em;
}

.course_menu3_purpose {
    padding: 0 5px;
}
.course_menu3_purpose > span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap;
    border: 1px solid rgb(81 181 221 /1);
    border-radius: 6px;
    margin: .3em 0 0;
    padding: .3em .5em;
    background-color: rgb(81 181 221 /.55);
}


/* campaign3
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
.campaign3_base {
    padding: 3em 0;
    text-align: center;
    background: linear-gradient(180deg, #F0F8FC, #fff 40%, #fff);
}

.campaign3_box {
    display: inline-block;
}

.campaign3_banner {
    display: inline-block;
    padding: 1em 1.5em;
    vertical-align: top;
}
.campaign3_banner a {
    display: inline-block;
    width: 100%;
}
.campaign3_banner img {
    max-width: 420px;
    width: 100%;
}


/* achievement3
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
.achievement3_base {
    position: relative;
    padding: 7em 0 4em;
    text-align: center;
    background: #f5f4fb url(../images/bk301_aiconline22.jpg) -20% 0 no-repeat;
    background-size: 80%;
    z-index: 1;
}
.achievement3_base::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bk201_aiconline22.png);
    background-position: 85% -5em;
    background-repeat: repeat-y;
    background-size: 25%;
    z-index: 1;
}
.achievement3_base .mold {
    position: relative;
    z-index: 10;
}

.achievement3_intro {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    color: var(--color-logo);
}
.achievement3_intro > p {
    padding-bottom: .7em;
}
.achievement3_intro > img {
    padding-bottom: .6em;
    width: 260px;
}
.achievement3_intro > a {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: .6em 2em;
    border: 2px solid var(--color-logo);
    border-radius: 3em;
    color: var(--color-logo);
    background: url(../images/prts_rightarrow_aiconline22.png) 96% 50% no-repeat;
    background-size: .9em;
}

.achievement3_box {
    display: inline-block;
    padding: 3em 0 0;
}

.feature3_title,
.achievement3_title {
    display: inline-block;
    margin-bottom: 1.2em;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .2em;
    color: #fff;
    padding: .5em 3em;
    border-radius: 2px;
    box-shadow: 0 6px 18px rgba(0 46 122 /.25);
    background: linear-gradient(180deg, #54c8f0, #51b5dd);
}

.achievement3_detail_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    width: 98%;
}

.achievement3_detail_box {
    padding: 1.5em 1.25em 1.75em 2em;
    margin: 1.5em 0;
    width: 48%;
    border-radius: 4px;
    background-color: rgb(255 255 255 /.8);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .2em;
    color: var(--color-text2);
    box-shadow: 0 13px 30px rgb(10 13 58 /.15);
}
.achievement3_detail_box h3 {
    display: inline-block;
    padding: 1em;
    margin: 0 0 1em;
    border: 1px solid #1a63c6;
    border-radius: 50%;
    background-color: rgb(255 255 255 /1);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2em;
    color: #1a63c6;
    position: relative;
}
.achievement3_detail_box h3 > span {
    display: inline-block;
    position: relative;
    transform: translateX(.1em);
}
.achievement3_detail {
    text-align: left;
}



/* feature3
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
.feature3_base {
    padding: 7em 0 7em;
    text-align: center;
    background: linear-gradient(0deg, #f5f4fb, #f5f4fb 25%, #fff 25%, #fff);
}
#oshu .feature3_base {
    padding: 0 0 7em;
    background: transparent;
}

.feature3_box {
    margin-top: 4em;
    background: url(../images/bk_121_aiconline22.png) 0 100% no-repeat;
    background-size: auto 100%;
}
#oshu .feature3_box {
    margin-top: 4em;
    background: url(../images/illust005_home.svg) 0 100% no-repeat;
    background-size: auto 100%;
}

.feature3_detail {
    max-width: 400px;
    width: 96%;
    margin: 0 0 0 auto;
}


.feature3_title {
    padding: .5em 5em;
}

.feature3_contents {
    padding: 2em 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .2em;
    color: var(--color-text);
    text-align: left;
}
.feature3_contents h3 {
    padding-bottom: 1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .2em;
    color: var(--color-title);
}
.feature3_contents .emphasis {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .2em;
    color: #52bde4;
    padding: .5em 0;
}


/* course3
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
.course3_base {
    position: relative;
    z-index: 1;
}

.course3_upper {
    position: relative;
    z-index: 1;
    background-position: 0 24%;
    background-repeat: no-repeat;
    background-size: 100%;
    image-rendering: -webkit-optimize-contrast;
    text-align: right;
}
.course3_upper_box {
    max-width: 421px;
    width: 36.3vw;
    display: inline-block;
    margin-right: 4em;
    padding: 14em 0 5em 0;
    text-align: left;
}

.course3_grade {
    font-size: min(2.07vw,24px);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2em;
    color: #fff;
    padding-bottom: .5em;
}
.course3_title {
    font-size: min(3.79vw,44px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2em;
    color: #2b2b2b;
    padding-bottom: .55em;
}
.course3_desc {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .2em;
    color: #2b2b2b;
}
.course3_purpose {
    padding-bottom: 1.5em;
}
.course3_purpose > span {
    padding: .1em .8em;
    margin: .5em;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
    border: 1px solid #51b5dd;
    border-radius: 6px;
    background-color: #52bce3;
}

.course3_lower {
    position: relative;
    z-index: 1;
    padding: 3em 0 7em;
    background-position: 30% -5em;
    background-repeat: repeat-y;
    background-size: 372px;
    background-color: #f5f4fb;
}
.course3_lower_box {
    text-align: right;
}
.course3_format_base {
    max-width: 421px;
    width: 36.3vw;
    display: inline-block;
    margin-right: 4em;
    padding: 0 0 5em 0;
    text-align: left;
    white-space: nowrap;
}
.course3_format {
    display: flex;
    justify-content: space-between;
    width: 241px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2em;
    color: #2b2b2b;
    padding: .7em 1.5em;
    border-radius: 3em;
    text-align: left;
    margin: 0 0 1em;
}
.course3_format_arrow {
    width: 30px;
    margin: 0 .7em;
    background: url(../images/prts_botharrow_aiconline22.png) 50% 50% no-repeat;
    background-size: contain;
}

.course3_intro_base {
    width: 100%;
}

.course3_intro_box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.course3_intro_box::after {
    content: '';
    width: 45%;
    height: 0;
}
.course3_intro {
    width: 45%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    margin-bottom: 2em;
}
.course3_intro_image_box {
    max-width: 130px;
    width: 11.2vw;
}
.course3_intro_image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.course3_intro_text {
    max-width: 270px;
    width: 23.27vw;
    text-align: left;
    margin: .3em 0 0 1.6em;
}
.course3_intro_text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2em;
    color: #2b2b2b;
    padding-bottom: .5em;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
.course3_intro_text p {
    padding-top: .3em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .2em;
    color: var(--color-text);
}

.course3_main_image_box {
    position: absolute;
    top: 7em;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1100px;
    width: 96%;
    z-index: 10;
}
.course3_main_image {
    max-width: 580px;
    width: 50vw;
}

.course3_detail_base {
    padding: 2em 0 0;
    text-align: center;
}

.course3_detail_button {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    color: var(--color-headline);
    padding: .8em 3em .8em 2.2em;
    border-radius: 3em;
    background-image: url(../images/prts_dwnarrow2_aiconline22.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-color: #fff;
    box-shadow: 0 5px 16px rgb(0 46 122 /.15);
}

.marker_table {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-width: 6px;
    margin: 0 auto;
    border-top-color: rgba(81, 115, 125, .1);
    max-width: 800px;
    width: 96%;
    max-width: 1060px;
    width: 1060px;
}
#course3_high .marker_table {
    max-width: 1060px;
    width: 96%;
}
.marker_table_notice {
    text-align: right;
    margin: 0 auto;
    max-width: 800px;
    width: 96%;
}

.marker_table th {
    background-color: rgba(231, 232, 244, .8);
    color: #2d444a;
    padding: .75em 0;
    border-left: 3px solid rgba(81, 115, 125, .1);
    border-bottom: 3px solid rgba(81, 115, 125, .1);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .15em;
    vertical-align: middle;
}
.marker_table th:nth-child(1) {
    border-left: none;
}

.marker_table td {
    background-color: rgba(245, 244, 251, .7);
    color: #51737d;
    border-left: 3px solid rgba(81, 115, 125, .1);
    border-bottom: 3px solid rgba(81, 115, 125, .1);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.385;
    letter-spacing: .15em;
    padding: 0.7em 1em;
    vertical-align: middle;
}
.marker_table td:nth-child(1):not(.border_left) {
    border-left: none;
}

.marker_table.no2 {
    margin: 2em auto 0;
}

.course3_detail_box {
    height: 0;
    overflow: hidden;
    transition: all .4s;
}
.course3_detail_box.open {
    height: 100px;
}

.course3_detail_box_inner {
    padding: 4em 0 0;
    width: 100%;
}

.deg90 {
    display: block;
    line-height: 1;
    letter-spacing: 0;
    transform: rotate(90deg);
}

.marker_table.no1 caption,
.marker_table.no2 caption {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .15em;
    color: #00B9CB;
    padding: 0 0 16px 5px;
}
.marker_table.no1 caption .captionotice,
.marker_table.no2 caption .captionotice {
    display: inline-block;
    position: absolute;
    right: 0.5em;
    bottom: 0.3em;
    font-size: 11px;
    color: #CA547E;
    line-height: 1;
    letter-spacing: 0;
    opacity: .8 !important;
}
.marker_table.no1 .notice_v2,
.marker_table.no2 .notice_v2 {
    position: relative;
    margin-top: 0.5em;
    padding-left: 1.2em;
    font-size: 80% !important;
    opacity: .9;
    line-height: 1.3 !important;
    text-align: left;
    color: #CA547E;
}

#course3_elem .course3_upper {
    background-image: url(../images/bk100c_ahome22.svg);
    background-color: #ffb400;
}
#course3_elem .course3_format {
    background-color: #ffb400;
}
#course3_elem .course3_lower {
    background-image: url(../images/bk203_aiconline22.png);
}
#course3_elem .course3_intro {
    background: linear-gradient(90deg, #ffb400, #ffb400 23%, #fff 23%, #fff);
}
#course3_elem .course3_intro_text h3 {
    border-bottom-color: #ffb400;
}
#course3_elem .course3_intro_image {
    box-shadow: 12px 12px 30px rgb(210 148 0 /.5);
}
#course3_elem .course3_main_image {
    filter: drop-shadow(20px 20px 38px rgb(210 148 0 /.8));
}
#course3_elem .no1 .course3_intro_image {
    background-image: url(../images/home_cloud007.jpg);
}
#course3_elem .no2 .course3_intro_image {
    background-image: url(../images/home_cloud006.jpg);
}

#course3_juniorh .course3_upper {
    background-image: url(../images/bk100b_ahome22.svg);
    background-color: #0dbe5c;
}
#course3_juniorh .course3_format {
    background-color: #0dbe5c;
}
#course3_juniorh .course3_lower {
    background-image: url(../images/bk202_aiconline22.png);
}
#course3_juniorh .course3_intro {
    background: linear-gradient(90deg, #0dbe5c, #0dbe5c 23%, #fff 23%, #fff);
}
#course3_juniorh .course3_intro_text h3 {
    border-bottom-color: #0dbe5c;
}
#course3_juniorh .course3_intro_image {
    box-shadow: 12px 12px 30px rgba(1, 146, 66, .44);
}
#course3_juniorh .course3_main_image {
    filter: drop-shadow(20px 20px 38px rgba(1, 146, 66, .44));
}
#course3_juniorh .no1 .course3_intro_image {
    background-image: url(../images/home_cloud003.jpg);
}
#course3_juniorh .no2 .course3_intro_image {
    background-image: url(../images/home_cloud005.jpg);
}
#course3_juniorh .no3 .course3_intro_image {
    background-image: url(../images/courseimage001.jpg);
}

#course3_high .course3_upper {
    background-image: url(../images/bk100a_ahome22.svg);
    background-color: #64dcff;
    background-position: 0 70%;
}
#course3_high .course3_format {
    background-color: #64dcff;
}
#course3_high .course3_lower {
    background-image: url(../images/bk201_aiconline22.png);
}
#course3_high .course3_intro {
    background: linear-gradient(90deg, #64dcff, #64dcff 23%, #fff 23%, #fff);
}
#course3_high .course3_intro_text h3 {
    border-bottom-color: #64dcff;
}
#course3_high .course3_intro_image {
    box-shadow: 12px 12px 30px rgba(11, 146, 185, .44);
}
#course3_high .course3_main_image {
    filter: drop-shadow(20px 20px 38px rgba(11, 146, 185, .44));
}
#course3_high .no1 .course3_intro_image {
    background-image: url(../images/home_cloud009.jpg);
}
#course3_high .no2 .course3_intro_image {
    background-image: url(../images/home_cloud001.jpg);
}
#course3_high .no3 .course3_intro_image {
    background-image: url(../images/home_cloud010.jpg);
}

#course3_en .course3_title {
    line-height: 1.1;
}
#course3_en .course3_main_image_box {
    top: 15em;
}
#course3_en .course3_upper {
    background-image: url(../images/bk060b_ahome22.svg);
    background-color: #ff7940;
}
#course3_en .course3_format {
    background-color: #ff7940;
}
#course3_en .course3_lower {
    background-image: url(../images/bk203_aiconline22.png);
}
#course3_en .course3_intro {
    background: linear-gradient(90deg, #ff7940, #ff7940 23%, #fff 23%, #fff);
}
#course3_en .course3_intro_text h3 {
    border-bottom-color: #ff7940;
}
#course3_en .course3_intro_image {
    box-shadow: 12px 12px 30px rgba(202, 78, 25, .6);
}
#course3_en .course3_main_image {
    filter: drop-shadow(20px 20px 38px rgba(202, 78, 25, .6));
}
#course3_en .no1 .course3_intro_image {
    background-image: url(../images/home_cloud888.jpg);
}
#course3_en .no2 .course3_intro_image {
    background-image: url(../images/home_cloud008.jpg);
}
#course3_en .course3_detail_button {
    background-image: url(../images/prts_rightarrow_aiconline22.png);
    background-position: 95% 50%;
    background-size: 1em;
}
#course3_en .course3_format {
    width: 260px;
    justify-content: center;
}


/* flow
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
#oshu.section {
    position: relative;
    overflow: hidden;
    background: url(../images/wave_sub_back.svg) 0 70% no-repeat;
    background-size: 100%;
    z-index: 1;
}
#oshu.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, #EDF9FB);
    background-size: 100%;
    z-index: -1;
}
#oshu.section .inner {
    position: relative;
    z-index: 10;
    margin: 8em auto 7em;
    max-width: 1080px;
    width: 96%;
}
.muryo_flow_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: .15em;
    text-align: left;
    color: rgba(13, 184, 201, .66);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flow_item {
    width: 33%;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: rgba(47, 158, 186, .66);
}
.flow_item_box {
    width: 88%;
    margin: 0 10px 1em auto;
    background-color: #ecf9fb;
    padding: 1em 1em 2em 2em;
    text-align: center;
    position: relative;
    z-index: 2;
}
.flow_item_box:before {
    width: 90%;
    height: 80%;
    left: -14px;
    bottom: -10px;
    background-color: #A1E4EC;
    content: '';
    position: absolute;
    z-index: -1;
    filter: blur(15px);
}
.flow_item_box:after {
    background-color: #fff;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(13, 184, 201, .25);
    z-index: -1;
}
.flow_step {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(13, 184, 201, .9);
    display: block;
    margin-bottom: 5px;
    text-align: center;
    overflow: visible;
    background-position: 0.25em 70%;
    background-repeat: no-repeat;
    background-size: auto 45px;
}
.flow_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .15em;
    text-align: center;
    color: rgba(13, 184, 201, .9);
    margin-bottom: 1em;
}
.flow_text {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: .15em;
    text-align: left;
    color: rgba(47, 158, 186, .66);
}



.step1 .flow_step {
    background-image: url(../images/home_flow_app_d.svg);
}
.step2 .flow_step {
    background-image: url(../images/home_flow_calendar_d.svg);
}
.step3 .flow_step {
    background-image: url(../images/home_flow_package_d.svg);
}



.device_desc {
    max-width: 1080px;
    width: 96%;
    margin: 2em auto 1em;
    padding: 2em;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(13, 184, 201, .25);
}
.device_desc h3 {
    float: right;
    width: calc(100% - 150px);
    text-align: left;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .1em;
    color: #01A0EA;
}
.device_illust {
    font-size: 16px;
    width: 130px;
    height: 130px;
    float: left;
    margin-top: 2em;
}
.device_desc .device_text {
    float: right;
    width: calc(100% - 150px);
    text-align: left;
    margin-top: 1em;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .15em;
    opacity: .8;
}

#oshu .course3_detail_button {
    background-image: url(../images/prts_rightarrow_aiconline22.png);
    background-position: 95% 50%;
    background-size: 1em;
    box-shadow: 0 8px 12px rgba(161, 228, 236, .5);
}


/* footer22
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
.footer22_base {
    background-color: #004f8d;
    padding: 5em 0;
    text-align: center;
}

.footer22_logo {
    display: block;
    width: 170px;
    margin: 0 auto;
    padding-bottom: 1em;
}
.footer22_logo img  {
    width: 100%;
    filter: drop-shadow( 1px  1px 0px rgb(255 255 255 /.2))
            drop-shadow(-1px  1px 0px rgb(255 255 255 /.2))
            drop-shadow( 1px -1px 0px rgb(255 255 255 /.2))
            drop-shadow(-1px -1px 0px rgb(255 255 255 /.2));
}

.footer22_menu {
    padding-bottom: .5em;
}
.footer22_menu li {
    display: inline-block;
    padding: .5em;
}
.footer22_menu li a {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .15em;
    color: rgb(255 255 255 /.75);
}
.footer22_copyright {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .15em;
    color: rgb(255 255 255 /.5);
}

#mobi_header {
    display: none;
}





.pc {
    display: block;
}
.sp {
    display: none;
}
/* @media 960
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
@media only screen and (max-width: 960px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    #main_header {
        display: none;
    }

    #main_header.online {
        display: block;
    }


    #mobi_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgb(255 255 255 /.9);
        box-shadow: 0 7px 16px rgb(0 0 0 / 10%);
        height: 60px;
        transition: all .4s;
        z-index: 999;
    }

    .mobi_menu {
        display: inline-block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: auto;
        height: auto;
        transition: all .3s;
        z-index: -1;
    }
    .mobi_menu.active {
        transform: translateX(-99%);
    }

    .mobi_menu_list {
        display: inline-block;
        padding: 0.5em 1em 0.3em 1em;
        background-color: var(--color-base);
        opacity: .95;
    }
    .mobi_menu_list li {
        position: relative;
    }
    .mobi_menu_list li.indent::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 1em;
        width: .5em;
        height: .5em;
        border-color: rgb(255 255 255/ .75);
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 0;
        border-left-width: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    ul.mobi_menu_list li a {
        display: block;
        line-height: 1;
        padding: 1em 1.5em 1em 1em;
        color: #fff;
        text-decoration: none;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,.5);
        min-width: 150px;
        font-weight: 500;
        white-space: nowrap;
    }
    ul.mobi_menu_list li.indent a {
        padding: 1em .5em 1em 2.2em;
    }
    ul.mobi_menu_list li:nth-last-child(1) a {
        border-bottom: none;
    }

    .mobi_header_items .title {
        font-size: 24px;
        font-size: min(4.8vw,24px);
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0;
        color: #004F8F;
        filter: hue-rotate(30deg) grayscale(30%) brightness(80%);
    }

    .mobi_header_buttonbox {
        display: inline-flex;
    }
    .mobi_header_items {
        padding: 10px 10px 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobi_header_items .item.link {
        display: block;
        position: relative;
        white-space: nowrap;
        margin-right: 5px;
        padding: 35px 0 0 0;
        width: 50px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        color: #004F8F;
        text-align: center;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: auto 30px;
    }
    .mobi_header_items .item.exp {
        background-image: url(../images/main_ico_doc.svg);
        filter: hue-rotate(30deg) grayscale(30%) brightness(80%);
    }

    .mobi_header_items .burger {
        position: relative;
        top: -5px;
        margin: 0;
        z-index: 1000;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #004F8F;
        filter: hue-rotate(30deg) grayscale(30%) brightness(80%);
    }
    .mobi_header_items .burger a {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 20px;
        height: 16px;
        transition: all .4s;
    }
    .mobi_header_items .burger a > span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #004F8F;
        transition: all .4s;
        filter: hue-rotate(30deg) grayscale(30%) brightness(80%);
    }
    .mobi_header_items .burger a > span:nth-of-type(1) {
        top: 0;
    }
    .mobi_header_items .burger a > span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    .mobi_header_items .burger a > span:nth-of-type(3) {
        bottom: 0;
    }

    .mobi_header_items .burger a.active span:nth-of-type(1) {
        -webkit-transform: translateY(6.5px) rotate(-45deg);
        transform: translateY(6.5px) rotate(-45deg);
    }
    .mobi_header_items .burger a.active span:nth-of-type(2) {
        opacity: 0;
    }
    .mobi_header_items .burger a.active span:nth-of-type(3) {
        -webkit-transform: translateY(-6.5px) rotate(45deg);
        transform: translateY(-6.5px) rotate(45deg);
    }


.mv3_base {
    margin-top: 60px;
    height: 80vw;
}
.mv3_base::before {
    background-size: 150%;
}
.mv3_box {
    top: 0;
}
.mv3_contents_box {
    top: 8%;
    left: 6%;
    width: 75%;
}
.mv3_contents_illust {
    bottom: -8%;
    right: 2%;
    width: 73%;
}
.mv3_contents_title {
    filter: drop-shadow( 1px  1px 0px rgb(255 255 255 /.4))
            drop-shadow(-1px  1px 0px rgb(255 255 255 /.4))
            drop-shadow( 1px -1px 0px rgb(255 255 255 /.4))
            drop-shadow(-1px -1px 0px rgb(255 255 255 /.4));
}

.intro3_base {
    padding: 4em 0 3em;
    text-align: center;
}
.intro3_box {
    width: 90%;
    margin: 0 auto;
}
.intro3_title {
    line-height: 1.3;
}


.info3_base {
    padding: 2em 0 0;
}

.bxslider li {
    width: 240px !important;
    margin-left: -120px; /* 240 / 2 */
    margin-right: 140px !important; /* 240 / 2 + 20 */
}

.bx-viewport {
    padding: 0 0 2em;
}
.bxslider li > a {
    padding-bottom: 70%;
}


.course_menu3_base {
    padding: 3em 0 3em;
}
.course_menu3_box {
    justify-content: center;
    flex-wrap: wrap;
}
.course_menu3_box .item {
    width: 80%;
    padding: 1em 1em 2em;
}


.achievement3_base::before {
    background-size: 45%;
}
.achievement3_detail_wrap {
    justify-content: center;
    width: 100%;
}
.achievement3_detail_box {
    width: 92%;
}


.feature3_base {
    padding: 4.5em 0 4em;
    background: linear-gradient(0deg, #f5f4fb, #f5f4fb 15%, #fff 15%, #fff);
}
.feature3_box {
    margin-top: 2em;
    padding-bottom: 55vw;
    background: url(../images/bk_121_aiconline22.png) 50% 100% no-repeat;
    background-size: 98%;
}

.feature3_detail {
    width: 92%;
    margin: 0 auto;
}
.feature3_contents {
    padding: 0;
}

.feature3_contents h3 {
    line-height: 1.3;
    text-align: center;
}

.course3_upper {
    text-align: left;
    background-size: 150%;
}
.course3_upper_box {
    max-width: 421px;
    width: 70vw;
    margin-right: 0;
    padding: 4em 0 4em 5%;
}

.course3_main_image_box {
    position: absolute;
    top: 12em;
    left: auto;
    right: 5%;
    transform: translateX(0);
    width: 90%;
    text-align: right;
}

.course3_lower {
    padding: 3em 0 4em;
}
.course3_lower_box {
    text-align: center;
}
.course3_format_base {
    max-width: 421px;
    width: 90vw;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 2em 0;
    text-align: left;
    white-space: nowrap;
}
.course3_format {
    margin: 0 auto 1em;
}

.course3_intro {
    width: 92%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    margin: 0 auto 2em;
}

.course3_intro_image_box {
    max-width: 130px;
    width: 22vw;
}
.course3_intro_text {
    max-width: 270px;
    width: 50vw;
    text-align: left;
    margin: 0.3em 0 0 1.6em;
}

.course3_detail_button {
    padding: 0.8em 2.6em 0.8em 1.8em;
    border-radius: 5em;
    background-position: 95% 50%;
    line-height: 1.1;
}


#course3_en .course3_main_image_box {
    top: 7em;
}

#course3_en .course3_purpose > span {
    display: inline-block;
    padding: 0.1em 0.8em;
    margin: 0.2em;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
    border: 1px solid #51b5dd;
    border-radius: 6px;
    background-color: #52bce3;
}
#course3_en .course3_desc {
    white-space: nowrap;
}

#course3_high .marker_table {
    max-width: 1060px;
    width: 1060px;
}

#oshu.section .inner {
    margin: 5em auto 6em;
}
#oshu .feature3_base {
    padding: 0 0 4em;
}
#oshu .feature3_box {
    margin-top: 2em;
    background-size: 100%;
    padding-bottom: 50vw;
}

.flow_item {
    width: 100%;
}
.flow_item_box {
    width: 88%;
    margin: 0 auto 1em;
}

.device_desc {
    padding: 3em;
}
.device_desc h3 {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
}
.device_illust {
    float: none;
    margin: 1em auto 0;
}
.device_desc .device_text {
    float: none;
    width: 100%;
    font-size: 14px;
}

/* 20240527 追加 */
.aickids_tabe table {
    width: 100%;
    max-width: 600px;
    white-space: normal;
}
.aickids_tabe table th, .aickids_tabe table td {
    border: none;
}
.aickids_tabe table tr {
    border-top: 3px solid rgba(255, 255, 255, .3);
}
.aickids_tabe table tr:last-child {
    border-bottom: 3px solid rgba(255, 255, 255, .3);
}
.aickids_tabe table td {
    display: block;
}
.aickids_tabe table tr td {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-left: 3px solid rgba(255, 255, 255, .1);
}
.aickids_tabe table tr td:last-child {
    border-bottom: none;
}
.aickids_tabe table tr:nth-last-child(1) td {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.aickids_tabe table tr:nth-last-child(1) td:last-child {
    border-bottom: none;
}
.aickids_tabe p {
    display: block !important;
    text-align: center;
}
.notice:before {
    content: none;
}


}

/* @media 768
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
@media only screen and (max-width: 768px) {
    .n_header_cta_box {
        width: 60vw;
    }
}