@charset "shift-jis";
/* --------------------------------------------------------------------
	Financial Academy

	Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
    counter-reset: point 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 2.3;
}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #dc143c;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #0091d7;}

.txt_l{ font-size: 1.5em;}
.txt_s{ font-size: .8em;}
.bold{ font-weight: bold;}

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.tab,.sp{ display: none;}
.pc{ display: inherit;}

img{ max-width: 100%;}

.main_conts a:link,
.main_conts a:visited,
.main_conts a:active,
.main_conts a:hover{ color: #00a1e6;}
.main_conts a:hover{ text-decoration: underline;}

#contents { padding: 0 0 5px 0;}

section h2{
    font-size: 28px;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    position: relative;
}
section h2::after{
    content: "";
    display: block;
    border-bottom: 3px solid #58A9CA;
    width: 115px;
    margin: 20px auto 85px;
}
section h3{
    text-align: center;
    font-size: 23px;
}
section h3.line {
    color: #58A9CA;
    margin: 40px 0;
    text-align: center;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
section h3.line::before,
section h3.line::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #58A9CA;
}
section h3.line span {
    padding: 0 1em;
    letter-spacing: .15em;
}

h3 .sub{
    display: block;
    font-size: .7em;
    font-weight: bold;
    padding-top: 30px;
}

.bg-beige { background-color: rgba(88,169,202,0.05)}

section .inner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

section p {
    font-size: 16px;
    line-height: 1.88;
}

.main_conts .btn01{ text-align: center;}
.main_conts .btn01 a{
    background: #e60012 url(/images/common/arrow02.svg) 96% center/18px no-repeat;
    color: #fff;
    padding: 10px 60px;
    font-size: 18px;
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 60px auto;
    font-weight: normal;
    border-radius: 2.8px;
    box-shadow: 0 1.5px 0 #88001c;
}
.main_conts .btn01 a:hover{
    text-decoration: none;
    opacity: .7;
}
.main_conts .btn02 {
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #c6272d url(/images/common/arrow02.svg) 98% center/14px no-repeat;
    width: 100%;
    max-width: 410px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px;
    position: relative;
    letter-spacing: .1em;
    box-shadow: 0 1.5px 0 #782332;
}
.main_conts a.btn02 {
    display: block;
    text-decoration: none;
    color: #fff;
}
.main_conts .btn02:hover{
    cursor: pointer;
    opacity: .7;
}

#breadcrumbs{
    float: left;
    margin: 20px 0;
    font-size: .7em;
}

/* タブレット以下 */
@media screen and (max-width: 1024px) {
    .pc,.sp{ display: none;}
    .tab { display: inherit;}

    #head2{ height: 85px !important;}

    #container{
        margin-top: 80px;
        overflow: hidden;
        width: 100%;
    }
    .lead{ font-size: 20px;}
}

/* スマホ以下 */
@media screen and (max-width: 599px) {
    body{
        font-size: 12px;
        line-height: 1.5;
    }
    .pc,.tab{ display: none;}
    .sp { display: inherit;}

    #breadcrumbs{ display: none;}
    .snsBtn { margin: 0}

    .text_l{ font-size: 1.15em;}

    a.anchor{
        display: block;
        padding-top: 90px;
        margin-top: -90px;
    }

    section h3.line {
        font-size: 13px;
        margin: 10px 0;
    }

    section .inner{
        padding: 20px 16px;
        width: 100%;
    }
    section h2 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.3;
    }
    section h2::after {
        width: 80px;
        margin: 15px auto 25px;
    }
    section h3{ font-size: 1.2rem}
    .lead{
        line-height: 1.5;
        font-size: 16px;
    }
    .main_conts .btn01 a{
        font-size: 14px;
        padding: 10px 5px;
        background: #e50012 url(/images/common/arrow02.svg) 97% center/12px no-repeat;
        letter-spacing: .1em;
        margin: 30px auto 0;
        width: 100%;
    }
    .main_conts .btn02{
        background: #c6272d url(/images/common/arrow02.svg) 99% center/12px no-repeat;
        font-size: 14px;
        padding: 12px;
        letter-spacing: 0;
    }
    .main_conts .btn02::before{ left: 5px;}

    section h3.line{
        font-size: 12px;
        margin: 20px 0;
    }


    #moshikomi{
        margin-bottom: 10px;
    }
}





.top {
    background-color: rgba(88,169,202,0.05);
}
.top-txt {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 700px) {
    .top-txt {
        font-size: 14px;
        line-height: 1.5;
    }
}

.mv {
    display: flex;
    align-items: center;
    height: 430px;
    background: #58A9CA url(/school/image/corona/mv.jpg) 50% 0 no-repeat;
    background-size: cover;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.mv-inner {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.mv .main-wrap {
    max-width: 511px;
    width: 51%;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.8);
}
.mv .main{
    background-color: rgba(255,255,255,0.8);
    margin: 1px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 25px;
}
.mv h1 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.3;
    color: #58A9CA;
}
.mv .lead{
    font-size: 23px;
    margin-bottom: 1em;
    background-color: #58A9CA;
    color: #fff;
    position: relative;
    padding: 7px;
    text-align: center;
}
.mv .free {
    font-size: 20px;
    position: absolute;
    color: #58A9CA;
    border-radius: 50%;
    border: 1px solid #58A9CA;
    background-color: #ffffff;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: 40px;
    line-height: 1;
}
.mv .type {
    display: flex;
    justify-content: center;
}
.mv .type li{
    font-size: 20px;
    background: #58A9CA;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 1.2;
    width: 70%;
}
.mv .type li:hover{ opacity: .7;}
.mv .type li span {
    display: block;
}
.mv .type li > a{
    display: block;
    color: #fff;
}
.mv .type li:hover > a{ text-decoration: none;}
.mv .type li > a:hover{ opacity: 1;}

@media screen and (max-width: 1024px) {
    .mv{
        letter-spacing: 0;
        background-position: 90% 0;
    }
}
@media screen and (max-width: 999px) {
    .mv .main-wrap {
        max-width: none;
        width: 65%;
    }
}
@media screen and (max-width: 799px) {
    .mv{
        background-position: 55% 0;
    }
    .mv .lead {
        font-size: 16px;
        padding-right: 50px;
        text-align: center;
    }
    .mv h1 {
        font-size: 28px;
    }
    .mv .free {
        top: -20px;
        right: 20px;
    }
    .mv .type li {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    .mv {
        height: 250px;
        background-position: 60% 0;
    }
    .mv-inner {
        justify-content: center;
    }
    .mv .main-wrap {
        max-width: 256px;
        width: 70%;
        margin-left: calc(100% - 256px);
    }
    .mv .main{
        text-align:center;
        width: 100%;
        margin: 0 auto;
        padding: 7px 0;
    }
    .mv h1{
        width: 100%;
        font-size: 22px;
        padding: 0px!important;
        text-indent: -.5em;
        letter-spacing: -.05em;
        margin-bottom: 10px;
    }
    .mv .lead{
        font-size: 14px;
        line-height: 1.2;
        padding-right: 10px;
        margin: 8px 0 15px;
    }
    .mv .free {
        right: 5px;
        top: -5px;
        font-size: 14px;
        height: 42px;
        width: 42px;
    }
    .mv .type li {
        font-size: 12px;
        padding: 5px;
    }
}

.what-leaning .txt-main {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 70px 0;
}
.what-leaning .should-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.what-leaning .should-list .item {
    max-width: 480px;
    width: 48%;
    position: relative;
    border-style: solid;
    border-width: 1px;
    margin-top: 100px;
}
.what-leaning .should-list .item.now,
.what-leaning .should-list .item.now .box {
    border-color: #E16F4E;
}
.what-leaning .should-list .item.feature,
.what-leaning .should-list .item.feature .box {
    border-color: #58A9CA;
}
.what-leaning .should-list .item.now .ttl {
    color: #E16F4E;
}
.what-leaning .should-list .item.feature .ttl {
    color: #58A9CA;
}
.what-leaning .should-list .item > .ttl {
    border-style: solid;
    border-width: 1px;
    font-size: 20px;
    border-radius: 2em;
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
}
.what-leaning .should-list .item .box .ttl {
    text-align: center;
    font-size: 20px;
}
.what-leaning .should-list .item .box .content .ttl .num {
    font-family: 'Josefin Slab', serif;
    font-weight: 300;
    font-size: 30px;
    display: inline-block;
    margin-right: 20px;
}
.what-leaning .should-list .item .box .txt {
    padding: 0 15px 15px;
    margin-top: 20px;
}
.what-leaning .other-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.what-leaning .other-list .item {
    width: 180px;
    margin-bottom: 30px;
}
.what-leaning .other-list .item:not(:last-child) {
    margin-right: 25px;
}
.what-leaning .other-list .item .txt {
    margin-top: 10px;
}
.what-leaning .conclusion {
    border: 1px solid #58A9CA;
    color: #58A9CA;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    margin-top: 120px;
    position: relative;
}
.what-leaning .conclusion::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 156px 0 156px;
    border-color: #58A9CA transparent transparent transparent;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
    .what-leaning .txt-main {
        font-size: 16px;
        margin: 30px 0;
    }
    .what-leaning .should-list {
        flex-direction: column;
    }
    .what-leaning .should-list .item {
        max-width: none;
        width: 100%;
        margin-top: 50px;
    }
    .what-leaning .should-list .item > .ttl {
        top: -50px;
        font-size: 18px;
    }
    .what-leaning .should-list .item:last-child {
        margin-top: 80px;
    }
    .what-leaning .should-list .item .box .ttl {
        font-size: 18px;
    }
    .what-leaning .should-list .item .box .txt {
        font-size: 14px;
    }
    .what-leaning .other-list {
        justify-content: space-around;
    }
    .what-leaning .other-list .item {
        width: 150px;
    }
    .what-leaning .other-list .item:not(:last-child) {
        margin-right: 0;
    }
    .what-leaning .other-list .item .txt {
        font-size: 12px;
    }
    .what-leaning .conclusion {
        margin-top: 70px;
        font-size: 16px;
    }
    .what-leaning .conclusion::before {
        border-width: 24px 78px 0 78px;
        top: -60px;
    }
}



ul.osusume li {
    text-align: left;
    padding-left: 28px;
    font-size: 22px;
    background: url(/school/image/corona/check.svg) left 4px/21px no-repeat;
    margin-bottom: 15px;
    line-height: 1.6;
}
@media screen and (max-width: 599px) {
    ul.osusume li {
        padding-left: 17px;
        font-size: 14px;
        background: url(/school/image/corona/check.svg) left 2px/14px no-repeat;
    }
}

.teacher-wrap {
    display: flex;
}
.teacher-wrap .photo {
    max-width: 400px;
    width: 40%;
    height: 250px;
    background: url(/guidance/images/strength/teacher_onohara.jpg) no-repeat center / contain;
}
.teacher-wrap .info {
    margin-left: 100px;
    font-size: 20px;
    line-height: 1.5;
}
.teacher .detail {
    margin-top: 30px;
}
@media screen and (max-width: 599px) {
    .teacher-wrap .photo {
        width: 48%;
        height: 140px;
    }
    .teacher-wrap .info {
        margin-left: 15px;
        font-size: 14px;
    }
    .teacher .detail {
        margin-top: 20px;
        font-size: 14px;
    }
}

.policy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 960px;
    margin: 0 auto 70px;
}
.policy > img{
    width: 32%;
    margin-left: 8%;
}
.policy > p{
    width: 54%;
    font-size: 15px;
    line-height: 1.8;
}

.reccomend_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 905px;
    margin: 0 auto 95px;
}
.reccomend_box li{ width: 21.5%;}
.reccomend_box li figure{ margin-bottom: 20px;}
.reccomend_box li figure img{ width: 100%;}
.reccomend_box li p{
    font-size: 14px;
    line-height: 1.6;
}
.reccomend_box li p.name{
    font-size: 23px;
    margin-bottom: 10px;
}
.about .books{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 910px;
    margin: 0 auto;
}
.about .books > p{ width: 15.5%;}

@media screen and (max-width: 599px) {
    .policy{ justify-content: center;}
    .policy > img {
        width: 50%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .policy > p {
        width: 100%;
        font-size: 12px;
    }
    .reccomend_box li p,
    .reccomend_box li p.name{ font-size: 12px;}
    .reccomend_box.adv{
        width: 68%;
        margin-bottom: 25px;
    }
    .reccomend_box.adv li{
        width: 45%;
        margin-bottom: 20px;
    }
    .reccomend_box.adv li figure{ margin-bottom: 8px;}

    .reccomend_box.teacher{ margin-bottom: 30px;}
    .reccomend_box.teacher li{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .reccomend_box.teacher li figure{ width: 100px;}
    .reccomend_box.teacher li p{
        width: 100%;
        margin-bottom: 12px;
    }
    .reccomend_box.teacher li p.name{
        align-self: center;
        margin-left: 15px;
        font-size: 12px;
        width: auto;
    }
    .about h4{ font-size: 12px;}
    .about .books{ justify-content: space-around;}
    .about .books > p{
        width: 26%;
        margin: 6px 0;
    }
}


.about h4{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0;
}
.about .media{
    margin-bottom: 50px;
    background: #fff;
    padding: 20px;
    text-align: center;
}
@media screen and (max-width: 599px) {
    .about h4{ font-size: 12px;}
    .about .media{
        margin-bottom: 20px;
    }
}


.course-lead {
    font-size: 22px;
}
@media screen and (max-width: 599px) {
    .course-lead {
        font-size: 15px;
    }
}

.js-toggle-content {
    display: none;
}
.js-toggle-content.is-visible {
    display: block;
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-visible {
    height: auto;
    display: block;
}
.js-tab-content.is-visible:after {
    display: none;
}
@media screen and (max-width: 599px) {
    .js-tab-content {
        height: 100px;
    }
    .js-tab-content.is-visible:after {
        display: block;
    }
}

.toggle-btn {
    display: none;
}
@media screen and (max-width: 599px) {
    .toggle-btn {
        display: block;
    }
}

.course .head {
    display: none;
}
@media screen and (max-width: 599px) {
    .course .head {
        position: relative;
        min-height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        border-width: 1px;
        border-style: solid;
        margin-top: 40px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom: none;
    }
    .course .head-one {
        background-color: rgba(88,169,202,0.05);
        border-color: #58A9CA;
    }
    .course .head-two {
        background-color: rgba(88,169,202,0.05);
        border-color: #58A9CA;
    }
    .course .head-three {
        background-color: #888;
        border-color: #888;
        display: none;
    }
    .course .head .ttl {
        font-size: 22px;
        color: #58A9CA;
        line-height: 1.4;
    }
    .course .head .time {
        background-color: transparent;
        border: solid 2px #58A9CA;
        color: #58A9CA;
        border-radius: 100%;
        padding: 10px 6px 6px;
        text-align: center;
        font-size: 14px;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 1.8;
    }
    .course .head .time .bold {
        font-size: 24px;
        display: block;
        line-height: .7;
        font-weight: 600;
    }
}

.tab-content {
    background-color: #fff;
    padding: 30px;
    border-top: none;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 1px;
    margin-top: -1px;
    box-sizing: border-box;
}
.tab-content:after {
    display: none;
}
@media screen and (max-width: 599px) {
    .tab-content {
        display: block;
        padding: 30px 5%;
    }
}
.tab-content-one{
    border-color: #58A9CA;
}
.tab-content-two{
    border-color: #58A9CA;
}
.tab-content-three{
    border-color: #888;
    display: none;
}
.tab-content-three+.toggle-btn{
    display: none;
}

.toggle-btn {
    display: none;
}
@media screen and (max-width: 599px) {
    .toggle-btn {
        display: block;
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
    }
}

.course h2 {
    position: relative;
}
.course h2 .free {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #58A9CA;
    font-size: 42px;
    border: 2px solid #58A9CA;
    width: 147px;
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: auto;
}
@media screen and (max-width: 599px) {
    .course h2 .free {
        font-size: 20px;
        width: 68px;
        height: 68px;
    }
}

.course-tab {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: 60px;
}
.course-tab > li {
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.3;
    width: 48.5%;
    padding: 1em;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
}
.course-tab > li a {
    color: #fff!important;
    text-decoration: none;
    pointer-events: none;
}
.course-tab .tab-one {
    background: #58A9CA;
    border: 1px solid #58A9CA;
}
.course-tab .tab-two {
    background: #58A9CA;
    border: 1px solid #58A9CA;
}
.course-tab .tab-three {
    background: #888;
    border: 1px solid #888;
    pointer-events: none;
}
.course-tab > li.is-active {
    border-bottom-width: 0;
    background: #fff;
    font-weight: bold;
    padding: 1.3em 1em;
    cursor: default;
}
.course-tab .tab-one.is-active a {
    color: #58A9CA!important;
}
.course-tab .tab-two.is-active a {
    color: #58A9CA!important;
}
.course-tab .tab-three.is-active a {
    color: #888;
}
@media screen and (max-width: 599px) {
    .course-tab {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .course-tab > li {
        font-size: 12px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        width: 48%;
    }
    .course-tab > li a {
        pointer-events: initial;
    }
    .course-tab > li.is-active {
        padding: 1em;
    }
    .course-tab .tab-one.is-active {
        background-color: #58A9CA;
    }
    .course-tab .tab-two.is-active {
        background-color: #58A9CA;
    }
    .course-tab .tab-three.is-active {
        background-color: #888;
    }
    .course-tab .tab-one.is-active,
    .course-tab .tab-two.is-active,
    .course-tab .tab-three.is-active {
        font-weight: normal;
        border-bottom-width: 1px!important;
    }
    .course-tab .tab-one.is-active a,
    .course-tab .tab-two.is-active a,
    .course-tab .tab-three.is-active a {
        color: #ffffff!important;
    }
    .course-tab .tab-three {
        display: none;
    }
}

.course-txt-head {
    margin-bottom: 1em;
    font-size: 15px;
}
.course-txt-head .ttl {
    font-size: 18px;
    font-weight: bold;
}

.semiweb th,
.semiweb td {
    font-size: 15px;
}
.semiweb select {
    width: 100%;
    height: 30px;
    padding-left: 10px;
}

.course-bottom-txt {
    margin-top: 10px;
}
@media screen and (max-width: 599px) {
    .course-bottom-txt {
        margin-top: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 599px) {
    .course .btn02 {
        width: 100%;
        padding: 10px 0;
        height: 45px;
        font-size: 15px;
    }
    .course .btn02::before {
        top: 9px;
    }
}



.application h2 .icn {
    position: absolute;
    top: -20px;;
    left: calc(85%);
    border: 1px solid #58A9CA;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    color: #58A9CA;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 599px) {
    .application h2 .icn {
        width: 60px;
        height: 60px;
        font-size: 16px;
        top: -10px;
        left: calc(85%);
    }
    .application-box {
        padding: 20px;
    }
    .application-box > .ttl {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .application-box .txt {
        margin-top: 20px;
        font-size: 14px;
    }
}
/*吹き出し*/
 .bubble {
  position: relative;
  display: inline-block;
  margin: -0.2em;
  padding: 10px;
  min-width: 300px;
  font-size: 14px;
  border: solid 1px #E16F4E;
     background-color: #FFFFFF;
}
/* 上に載せる三角アイコン */
.bubble:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}
/* 下に載せる三角アイコン */
.bubble:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #E16F4E;
  z-index: 1;
}
.bubble p {
    color: #E16F4E;
    line-height: 1.5;
  position: initial!important;
  margin: 0!important;
  padding: 0;
  text-align: center;
}
.bubble span {
    background: linear-gradient(transparent 30%, rgba(225,111,78,0.2) 30%);
    padding: 2px;
}
@media screen and (max-width: 599px) {
    .bubble{
        min-width: 80%;
        padding: 5px;
    }
    .bubble p {
        font-size: 12px;
    }
    .mv .type li{
    width: 85%;
    }
    .bubble:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -11px;
    border: 11px solid transparent;
    border-top: 11px solid #E16F4E;
    z-index: 1;
}
.bubble:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 2;
}
}

/* entry_btn */
.btn_wrap {
    margin-top: 35px;
    text-align: center;
  }
.entry_btn_txt {
    display: inline-block;
    position: relative;
    padding: 0.5em 3em 0.1em;
    color: #e16f4e;
    font-size: 14px;
    line-height: 1;
}
.entry_btn_txt::before,
.entry_btn_txt::after {
    position: absolute;
    bottom: 10px;
    width: 25px;
    border-top: 1px dashed #1c236d;
    content: '';
}
.entry_btn_txt::before {
    left: 0;
    transform: rotate(45deg);
}
.entry_btn_txt::after {
    right: 0;
    transform: rotate(-45deg);
}
.btn_entry {
    display: block;
    position: relative;
    width: 100%;
    max-width: 324px;
    margin: 10px auto 0;
    background-color: #e60012;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.04%22%20height%3D%2234.839%22%20viewBox%3D%220%200%2036.04%2034.839%22%3E%3Cg%20transform%3D%22translate(-16%20-40)%22%3E%3Cpath%20d%3D%22M51.439%2C41.8h-1.8V40.6a.6.6%2C0%2C0%2C0-.6-.6H36.423a3%2C3%2C0%2C0%2C0-2.4%2C1.2%2C3%2C3%2C0%2C0%2C0-2.4-1.2H19a.6.6%2C0%2C0%2C0-.6.6v1.2H16.6a.6.6%2C0%2C0%2C0-.6.6V65.829a.6.6%2C0%2C0%2C0%2C.6.6H41.228v6.607a1.8%2C1.8%2C0%2C0%2C0%2C1.8%2C1.8h2.4a1.8%2C1.8%2C0%2C0%2C0%2C1.8-1.8V66.429h4.2a.6.6%2C0%2C0%2C0%2C.6-.6V42.4A.6.6%2C0%2C0%2C0%2C51.439%2C41.8ZM19.6%2C61.624H31.617a1.8%2C1.8%2C0%2C0%2C1%2C1.7%2C1.2H19.6Zm23.842-9.611h1.571l.788%2C2.4H42.658Zm.394-1.2.392-1.195.392%2C1.195ZM41.228%2C62.825h-6.5a1.8%2C1.8%2C0%2C0%2C1%2C1.7-1.2h4.805Zm1.2-7.208h1.2V67.631h-1.2Zm0%2C13.215h3.6v1.2h-3.6Zm3.6-1.2h-1.2V55.617h1.2Zm1.2-6.007h1.2v1.2h-1.2ZM36.423%2C41.2H48.436V60.423h-1.2V55.017c0-.01%2C0-.02%2C0-.031s0-.015%2C0-.023a.6.6%2C0%2C0%2C0-.009-.062.006.006%2C0%2C0%2C0%2C0%2C0%2C.586.586%2C0%2C0%2C0-.018-.067v0L45.372%2C49.24a1.2%2C1.2%2C0%2C0%2C0-2.281%2C0l-1.833%2C5.589v0a.583.583%2C0%2C0%2C0-.018.067.006.006%2C0%2C0%2C1%2C0%2C0%2C.6.6%2C0%2C0%2C0-.009.062c0%2C.008%2C0%2C.015%2C0%2C.023s0%2C.02%2C0%2C.031v5.406H36.423a2.987%2C2.987%2C0%2C0%2C0-1.8.6V43A1.8%2C1.8%2C0%2C0%2C1%2C36.423%2C41.2ZM19.6%2C41.2H31.617a1.8%2C1.8%2C0%2C0%2C1%2C1.8%2C1.8V61.025a2.988%2C2.988%2C0%2C0%2C0-1.8-.6H19.6ZM17.2%2C65.228V43h1.2V63.426a.6.6%2C0%2C0%2C0%2C.6.6H41.228v1.2Zm28.832%2C7.809a.6.6%2C0%2C0%2C1-.6.6h-2.4a.6.6%2C0%2C0%2C1-.6-.6v-1.8h3.6Zm4.805-7.809h-3.6v-1.2h1.8a.6.6%2C0%2C0%2C0%2C.6-.6V43h1.2Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C209.2h6.007a.6.6%2C0%2C0%2C0%2C0-1.2H80.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-59.195%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M194.4%2C208h-1.8a.6.6%2C0%2C0%2C0%2C0%2C1.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2Z%22%20transform%3D%22translate(-162.785%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M143.208%2C272.6a.6.6%2C0%2C0%2C0-.6-.6H136.6a.6.6%2C0%2C1%2C0%2C0%2C1.2h6.007A.6.6%2C0%2C0%2C0%2C143.208%2C272.6Z%22%20transform%3D%22translate(-110.99%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M82.4%2C272H80.6a.6.6%2C0%2C1%2C0%2C0%2C1.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2Z%22%20transform%3D%22translate(-59.195%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C241.2H90.812a.6.6%2C0%2C0%2C0%2C0-1.2H80.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-59.195%20-184.983)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C177.2h5.406a.6.6%2C0%2C1%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-125.789)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C145.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M336.6%2C81.2h6.007a.6.6%2C0%2C1%2C0%2C0-1.2H336.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-295.973%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C81.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2h-1.8a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C145.2h4.805a.6.6%2C0%2C0%2C0%2C0-1.2H280.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C113.2h10.211a.6.6%2C0%2C0%2C0%2C0-1.2H280.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-66.594)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C209.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C273.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C241.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-184.983)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C177.2h4.2a.6.6%2C0%2C0%2C0%2C0-1.2h-4.2a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-125.789)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C83.6H83a.6.6%2C0%2C0%2C0%2C.6-.6V80.6A.6.6%2C0%2C0%2C0%2C83%2C80H80.6a.6.6%2C0%2C0%2C0-.6.6V83A.6.6%2C0%2C0%2C0%2C80.6%2C83.6Zm.6-2.4h1.2v1.2H81.2Z%22%20transform%3D%22translate(-59.195%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C147.6H83a.6.6%2C0%2C0%2C0%2C.6-.6v-2.4a.6.6%2C0%2C0%2C0-.6-.6H80.6a.6.6%2C0%2C0%2C0-.6.6V147A.6.6%2C0%2C0%2C0%2C80.6%2C147.6Zm.6-2.4h1.2v1.2H81.2Z%22%20transform%3D%22translate(-59.195%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C113.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-66.594)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C81.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 20px 19px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #d7d7d7;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
}
a.btn_entry:link,
a.btn_entry:visited {
    color: #fff;
}
.btn_entry span {
    display: block;
    position: relative;
    width: 100%;
    padding: 1em 40px 1em 60px;
}
.btn_entry span::before {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
}
.btn_entry span::after {
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: '';
}
a.btn_entry:hover {
    opacity: 0.8;
    text-decoration: none;
}
.btn_entry::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: btn_shiny 3s ease-in-out infinite;
}
@-webkit-keyframes btn_shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.web_seminar_img {
    max-width: 560px;
    margin: 0 auto;
}
