@charset "shift-jis";

*,*::before,*::after{ box-sizing: border-box;}
body{ counter-reset: process 0;}

.tac { text-align: center;}
.tar { text-align: right;}
.tal { text-align: left!important; }
.td-u { text-decoration: underline!important; }

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}
.pt0 {padding-top: 0 !important;}
.pb0 {padding-bottom: 0 !important;}

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

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

img {
    max-width: 100%;
    height: auto;
}

section h2{
    font-size: 35px;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
section h2::after{
    content: "";
    display: block;
    border-bottom: 3px solid #8a9f55;
    width: 115px;
    margin: 20px auto 55px;
}
section h3{
    text-align: center;
    font-size: 23px;
}

.lead{
    font-size: 18px;
    text-align: center;
}

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

#breadcrumbs{
    float: left;
    margin: 20px 0;
    width: 60%;
}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
    #head2{ height: 85px !important;}

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

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

    section .inner,
    .block .inner{
        padding: 50px 0;
    }

}

/* �X�}�z */
@media screen and (max-width: 599px) {

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

    #head2{ height: 85px !important;}

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

    section .inner,
    .block .inner { padding: 40px 10px;}
    section h2 {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1.3;
    }
    section h2::after {
        width: 80px;
        margin: 15px auto 30px;
    }
    section h3{ font-size: 1.2rem}
    .lead{
        font-size: 14px;
    }
}


/* ==========================================================================
   top-ttl-wrap
   ========================================================================== */
.top-ttl-wrap {
    border-top: 3px solid #8a9f55;
    padding-top: 25px;
}
.top-ttl-wrap .ttl {
    font-size: 44px;
    color: #8a9f55;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
}
.top-ttl-wrap .ttl span {
    background-color: #8a9f55;
    display: inline-block;
    color: #ffffff;
    font-size: 32px;
    border-radius: 10px;
    padding: 3px 15px;
    margin-top: 30px;
}
@media screen and (max-width: 599px) {
    .top-ttl-wrap .ttl {
        font-size: 22px;
    }
    .top-ttl-wrap .ttl span {
        border-radius: 5px;
        font-size: 18px;
        margin-top: 20px;
    }
    .lead .txt {
        text-align: left;
    }
}
.top-ttl-wrap .photo {
    width: 100%;
    height: 0;
    padding-top: 37.0769231%; /* 482/1300 */
    background: url(/school/mutualfund/image/bill.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-top: 35px;
    max-height: 482px;
}

/* ==========================================================================
   table-of-contents
   ========================================================================== */
.table-of-contents {
    background-color: rgba(138,159,85,.1);
    padding-bottom: 40px;
}
.table-of-contents.top {
    margin-top: 30px;
}
.table-of-contents.bottom {
    border-bottom: 3px solid #8a9f55;
}
.table-of-contents .ttl {
    color: #8a9f55;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    line-height: 1.3;
}
.table-of-contents .ttl::before,
.table-of-contents .ttl::after {
    content: '';
    border-top: 1px solid #8a9f55;
    flex: 1 0 20px;
}
.table-of-contents .ttl::before {
    margin: 0 20px 0 0;
}
.table-of-contents .ttl::after {
    margin: 0 0 0 20px;
}
.table-of-contents .page-box {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.table-of-contents .page-box .box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8a9f55;
    color: #fff;
    font-size: 22px;
    border-radius: 8px;
    max-width: 180px;
    width: 18%;
    text-align: center;
    line-height: 1.4;
    height: 120px;
    margin-top: 30px;
}
.table-of-contents .page-box .box.current {
    pointer-events: none;
    opacity: .5;
}
.table-of-contents .page-box .box:hover {
    text-decoration: none;
    opacity: 0.5;
}
.table-of-contents .txt {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.table-of-contents .btn {
    display: block;
    background-color: #8a9f55;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    position: relative;
    border-radius: 4px;
    width: 420px;
    margin: 30px auto 0;
    padding: 10px;
}
.table-of-contents .btn::after {
    content: '';
    width: 25px;
    height: 25px;
    background: url(/school/image/fx/icn_arrow.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.table-of-contents .btn:hover {
    text-decoration: none;
}
@media screen and (max-width: 999px) {
    .table-of-contents .page-box {
        flex-wrap: wrap;
        padding-left: 2%;
        padding-right: 2%;
    }
    .table-of-contents .page-box .box {
        font-size: 20px;
    }
}
@media screen and (max-width: 799px) {
    .table-of-contents .page-box .box {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    .table-of-contents {
        padding-bottom: 40px;
    }
    .table-of-contents .ttl {
        font-size: 20px;
    }
    .table-of-contents .txt,
    .table-of-contents .page-box .box,
    .table-of-contents .btn {
        font-size: 18px;
    }

    .table-of-contents .page-box .box {
        max-width: none;
        width: 48%;
        margin-top: 15px;
        height: 100px;
    }
    .table-of-contents .txt {
        padding: 0 14px;
    }
    .table-of-contents .btn {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding: 15px 30px 15px 10px;
        line-height: 1.3;
    }
    .table-of-contents .btn::after {
        width: 20px;
        height: 20px;
    }
}

/* ==========================================================================
   middle
   ========================================================================== */
.middle > .heading {
    background-color: #efefef;
    text-align: center;
    padding: 20px 0 40px;
}
.middle .heading .in {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 999px) {
    .middle .heading .in {
        padding: 0 14px;
    }
}
.middle .heading .ttl {
    color: #8a9f55;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    line-height: 1.3;
}
.middle .heading .ttl::before,
.middle .heading .ttl::after {
    content: '';
    border-top: 1px solid #8a9f55;
    flex: 1 0 20px;
}
.middle .heading .ttl::before {
    margin: 0 20px 0 0;
}
.middle .heading .ttl::after {
    margin: 0 0 0 20px;
}
.middle .heading .fig {
    margin: 30px 0;
    max-width: 850px;
}
.middle .heading .info {
    border-top: 1px solid #8a9f55;
    border-bottom: 1px solid #8a9f55;
    background-color: #fff;
    font-size: 20px;
    color: #8a9f55;
    padding: 10px;
    line-height: 1.3;
}
@media screen and (max-width: 599px) {
    .middle .heading .ttl {
        font-size: 20px;
    }
    .middle .heading .fig {
        margin: 15px 0;
    }
}
.middle .inner .txt {
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 599px) {
    .middle .inner .txt {
        font-size: 14px;
        text-align: left;
    }
}
.middle .knowledge {
    border: 1px solid #8a9f55;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 999px) {
    .middle .knowledge {
        width: calc(96% - 20px);
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
    }
}
.middle .knowledge .in {
    width: 84%;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .middle .knowledge .in {
        width: 90%;
    }
}
.middle .knowledge .heading {
    color: #8a9f55;
    font-size: 22px;
    background: url(/school/mutualfund/image/bg_bd.png) left bottom repeat-x;
    background-size: 12px 1px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    text-align: left;
}
@media screen and (max-width: 599px) {
    .middle .knowledge .heading {
        padding: 10px 0;
    }
}
.middle .knowledge .heading::after {
    content: initial;
}
.middle .knowledge .heading span {
    background-color: #8a9f55;
    color: #ffffff;
    font-size: 18px;
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    white-space: nowrap;
}
.middle .knowledge .heading .icn {
    width: 93px;
    margin: 15px;
}
@media screen and (max-width: 599px) {
    .middle .knowledge .heading .icn {
        width: 40px;
        margin: 10px;
    }
}
.middle .knowledge .txt-wrap {
    display: flex;
    padding: 15px 0;
}
.middle .knowledge .txt {
    font-size: 16px;
    width: 50%;
}
.middle .knowledge .txt:nth-child(1) {
    padding-right: 16px;
}
.middle .knowledge .txt:nth-child(2) {
    padding-left: 16px;
    border-left: 1px solid #8a9f55;
}
@media screen and (max-width: 599px) {
    .middle .knowledge .heading {
        font-size: 20px;
    }
    .middle .knowledge .txt-wrap {
        display: block;
    }
    .middle .knowledge .txt {
        width: 100%;
        font-size: 14px;
    }
    .middle .knowledge .txt:nth-child(1),
    .middle .knowledge .txt:nth-child(2) {
        padding: 0;
    }
    .middle .knowledge .txt:nth-child(2) {
        border-left: none;
    }
}

/* ==========================================================================
   howto
   ========================================================================== */
.howto {
    background-color: #efefef;
    padding: 70px 0 110px;
}
@media screen and (max-width: 599px) {
    .howto {
        padding-bottom: 40px;
    }
}
.howto-list {
    display: flex;
    justify-content: center;
    counter-reset: howto;
    padding-left: 4%;
    padding-right: 4%;
}
.howto-list .item {
    width: 300px;
    background-color: #fff;
    border-top: 1px solid #8a9f55;
    border-bottom: 1px solid #8a9f55;
}
.howto-list .item:nth-child(2) {
    margin-right: 5%;
    margin-left: 5%;
}
@media screen and (max-width: 999px) {
    .howto-list .item:nth-child(2) {
        margin-right: 2%;
        margin-left: 2%;
    }
}
@media screen and (max-width: 799px) {
    .howto-list {
        flex-wrap: wrap;
    }
    .howto-list .item {
        width: 100%;
    }
    .howto-list .item:not(:first-child) {
        margin-top: 60px;
    }
    .howto-list .item:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }
}
.howto-list .item > .ttl {
    font-size: 22px;
    color: #8a9f55;
    line-height: 1.4;
    position: relative;
    padding-top: 50px;
}
.howto-list .item > .ttl::before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: #8a9f55;
    color: #ffffff;
    content: counter(howto);
    counter-increment: howto;
    font-family: 'Josefin Slab', serif;
    border-radius: 50%;
    font-size: 60px;
    line-height: 1.1;
}
.howto-list .item:nth-child(1) .icn {
    width: 113px;
}
.howto-list .item:nth-child(2) .icn {
    width: 104px;
}
.howto-list .item:nth-child(3) .icn {
    width: 88px;
}
.howto-list .item .icn {
    display: block;
    margin: 20px auto 30px;
}
.howto-list .item .txt {
    font-size: 16px;
    padding: 0 20px 25px;
    text-align: left;
}
@media screen and (max-width: 599px) {
    .howto-list .item > .ttl {
        font-size: 20px;
        padding-top: 40px;
    }
    .howto-list .item > .ttl::before {
        font-size: 50px;
        line-height: 1.3;
    }
    .howto-list .item .icn {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .howto-list .item .txt {
        font-size: 14px;
    }
}

/* ==========================================================================
   merit
   ========================================================================== */
.merit-list {
    counter-reset: merit;
    max-width: 1000px;
    margin: 0 auto 80px;
}
@media screen and (max-width:1000px){
    .merit-list {
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media screen and (max-width: 599px){
    .merit-list {
        margin-bottom: 40px;
    }
}
.merit-list > .item.item:not(:first-child) {
    margin-top: 50px;
}
@media screen and (max-width: 599px){
    .merit-list > .item.item:not(:first-child) {
        margin-top: 20px;
    }
}
.merit-list > .item > .ttl {
    color: #8a9f55;
    font-size: 24px;
    line-height: 1;
    text-align: left;
    font-weight: normal;
    padding-bottom: 5px;
}
.merit-list > .item > .ttl::after {
    content: initial;
}
.merit-list > .item > .ttl span {
    font-family: 'Josefin Slab', serif;
    font-size: 46px;
}
.merit-list > .item > .ttl span::after {
    content: " " counter(merit);
    counter-increment: merit;
    font-size: 68px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    bottom: -7px;
    font-weight: 300;
}
@media screen and (max-width: 599px){
    .merit-list > .item > .ttl {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .merit-list > .item > .ttl span {
        font-size: 32px;
    }
    .merit-list > .item > .ttl span::after {
        font-size: 50px;
        bottom: -8px;
        padding: 0 6px 0 2px;
    }
}
.merit-list > .item .box {
    border-top: 1px solid #8a9f55;
    border-bottom: 1px solid #8a9f55;
    background-color: #efefef;
    margin-top: -10px;
    padding: 35px 50px;
}
@media screen and (max-width: 999px){
    .merit-list > .item .box {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 599px){
    .merit-list > .item .box {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.merit-list > .item:nth-child(2) .box {
    display: flex;
    flex-direction: column;
}
.merit-list > .item:nth-child(1) .in,
.merit-list > .item:nth-child(3) .in {
    display: flex;
}
@media screen and (max-width: 699px){
    .merit-list > .item:nth-child(1) .in,
    .merit-list > .item:nth-child(3) .in {
        flex-direction: column-reverse;
    }
}
.merit-list > .item .box .ttl {
    font-size: 22px;
}
@media screen and (max-width: 599px){
    .merit-list > .item .box .ttl {
        font-size: 20px;
    }
}
.merit-list > .item .box .txt-wrap {
    max-width: 400px;
}
@media screen and (max-width: 699px){
    .merit-list > .item .box .txt-wrap {
        max-width: none;
        margin-top: 25px;
    }
}
.merit-list > .item .box .txt {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}
@media screen and (max-width: 599px){
    .merit-list > .item .box .txt {
        font-size: 14px;
    }
}
.merit-list > .item .box .fig {
    margin-left: 50px;
    display: flex;
    align-items: center;
}
.merit-list > .item:nth-child(1) .box .fig img {
    width: 437px;
}
.merit-list > .item:nth-child(3) .box .fig img {
    width: 450px;
}
@media screen and (max-width: 699px){
    .merit-list > .item .box .fig {
        margin-left: 0;
        justify-content: center;
    }
}
.merit-list > .item .box .fig-wrap {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 599px){
    .merit-list > .item .box .fig-wrap {
        flex-direction: column;
    }
}
.merit-list > .item .box .fig-wrap figure {
    width: 38%;
}
@media screen and (max-width: 599px){
    .merit-list > .item .box .fig-wrap figure {
        width: 100%;
    }
    .merit-list > .item:nth-child(2) .box .fig-wrap figure img {
        width: 80%;
        max-width: 300px;
    }
    .merit-list > .item .box .fig-wrap figure img {
        margin-top: 20px;
    }
}
.merit-list > .item .box .fig-wrap figcaption {
    color: #8a9f55;
    font-size: 22px;
    line-height: 1.4;
}
@media screen and (max-width: 699px){
    .merit-list > .item .box .fig-wrap figcaption {
        font-size: 20px;
        padding-left: 0;
    }
}
.merit-list > .item .box .fig-wrap  img {
    margin-top: 20px;
    margin-bottom: 30px;
}
.point-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.point-list .item {
    border-bottom: 1px solid #8a9f55;
    background: #fff;
    max-width: 187px;
    width: 22%;
}
.point-list .item .ttl {
    font-weight: normal;
    color: #8a9f55;
}
.point-list > .item > .ttl {
    background-color: #efefef;
    border-bottom: 1px solid #8a9f55;
    line-height: 1;
}
.point-list > .item .item-box > .ttl {
    font-size: 16px;
    line-height: 1.5;
}
.point-list > .item .item-box {
    padding: 15px;
}
.point-list .item img {
    display: block;
    margin-top: 20px;
}
@media screen and (max-width: 999px){
    .point-list {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .point-list .item {
        max-width: none;
        width: 45%;
    }
    .point-list .item:nth-child(n + 3) {
        margin-top: 30px;
    }
    .point-list .item img {
        width: 80%;
        max-width: 200px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 599px){
    .point-list {
        flex-direction: column;
    }
    .point-list .item {
        width: 100%;
    }
    .point-list .item:not(:first-child) {
        margin-top: 30px;
    }
    .point-list > .item .item-box > .ttl br {
        display: none;
    }
}
/* ==========================================================================
   risk
   ========================================================================== */
.risk-list {
    background-color: #efefef;
    display: flex;
    justify-content: center;
    padding: 115px 1% 80px;
}
@media screen and (max-width: 839px){
    .risk-list {
        flex-direction: column;
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media screen and (max-width: 599px){
    .risk-list {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}
.risk-list .item {
    max-width: 300px;
    border-bottom: 1px solid #8a9f55;
    background-color: #fff;
}
@media screen and (max-width: 839px){
    .risk-list .item {
        max-width: none;
    }
    .risk-list .item:not(:first-child) {
        margin-top: 80px;
    }
}
.risk-list .item:nth-child(2) {
    margin-right: 5%;
    margin-left: 5%;
}
@media screen and (max-width: 999px){
    .risk-list .item:nth-child(2) {
        margin-right: 2%;
        margin-left: 2%;
    }
}
@media screen and (max-width: 839px){
    .risk-list .item:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
}
.risk-list .item > .ttl {
    background-color: #efefef;
    color: #8a9f55;
    font-size: 22px;
    line-height: 1;
    position: relative;
}
.risk-list .item > .ttl::before {
    content:'';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/school/mutualfund/image/icn_risk.svg) 0 0 no-repeat;
    background-size: contain;
}
.risk-list .item > .ttl::after {
    content: initial;
}
.risk-list .item .box {
    border-top: 1px solid #8a9f55;
    padding: 20px 20px 30px;
}
.risk-list .item:nth-child(1) img {
    width: 57%;
    margin: 32px auto;
}
.risk-list .item:nth-child(2) img {
    width: 50%;
    margin: 32px auto;
}
.risk-list .item:nth-child(3) img {
    width: 50%;
    margin: 32px auto;
}
@media screen and (max-width: 839px){
    .risk-list .item .box img {
        width: 30%;
    }
}
@media screen and (max-width: 599px){
    .risk-list .item .box img {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 50%;
    }
}
.risk-list .item .txt {
    font-size: 16px;
    text-align: left;
}
@media screen and (max-width: 599px){
    .risk-list .item .txt {
        font-size: 14px;
    }
    .txt-risk {
        text-align: left;
    }
}


.txt-risk.bd {
    border-bottom: 1px dashed #8a9f55;
    border-top: 1px dashed #8a9f55;
    padding: 15px;
    margin-top: 20px;
}

.txt-sarani {
    color: #8a9f55;
    font-size: 22px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
}
.txt-sarani:after, .txt-sarani:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
}
.txt-sarani:before {
    border-top-color: #8a9f55 !important;
    margin-left: -20px;
    border-width: 20px;
}
.txt-sarani:after {
    border-top-color: rgba(255,255,255,1) !important;
    margin-left: -16px;
    border-width: 16px;
}
@media screen and (max-width: 599px){
    .txt-sarani {
        font-size: 20px;
    }
}

.more-learn .box {
    border: 1px solid #8a9f55;
}
.more-learn .ttl-box {
    background-color: #8a9f55;
    color: #ffffff;
    font-size: 22px;
    padding: 10px;
    line-height: 1.4;
}
.more-learn .ttl-box span {
    position: relative;
}
.more-learn .ttl-box span::before {
    content: '';
    width: 26px;
    height: 20px;
    background: url(/school/fx/image/icn_check.svg) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -36px;
}
.more-learn .ttl-box::after {
    content: initial;
}
.more-learn .box-in {
    padding: 30px;
}
.more-learn .ttl-school {
    position: relative;
}
.more-learn .ttl-school::after {
    content: "";
    display: block;
    border-bottom: 3px solid #8a9f55;
    width: 115px;
    margin: 20px auto 55px;
}
.more-learn .ttl-school-in {
    position: relative;
}
.more-learn .ttl-school .icn {
    color: #8a9f55;
    font-size: 22px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8a9f55;
    border-radius: 50%;
    position: absolute;
    left: calc(100% + 30px);
    top: -20px;
    line-height: 1;
}
.more-learn .col-wrap {
    display: flex;
    justify-content: center;
}
.more-learn .col-wrap .col {
    width: 48%;
}
.more-learn .col-wrap .col+.col {
    margin-left: 4%;
}
.more-learn p,
.more-learn li {
    font-size: 16px;
}
.more-learn .head .photo img {
    width: 100%;
}
.more-learn .head .box-lead {
    color: #8a9f55;
    margin-bottom: 40px;
}
.more-learn .main h4 {
    color: #8a9f55;
    border-left: 9px solid;
    border-bottom: 1px solid;
    padding-left: .75em;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.more-learn .list02 li {
    text-indent: -1em;
    padding-left: 1em;
}
.more-learn .list02 li::before {
    content: "\025cf";
}
.more-learn .school-link {
    text-align: center;
    margin: 30px 0;
}
.more-learn .school-link a {
    color: #8a9f55;
    text-decoration: underline;
    font-size: 18px;
}
.more-learn .btn02 {
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    width: 100%;
    max-width: 410px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    padding: 12px 20px;
    position: relative;
    background-color: #8a9f55;
    margin: 0 auto;
    display: block;
}
.more-learn .btn02::after {
    content: '';
    padding: 9px;
    background: url(/images/common/arrow02.svg) left center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
}
@media screen and (max-width: 599px){
    .more-learn .box-in {
        padding: 15px;
    }
    .more-learn .ttl-box {
        font-size: 20px;
    }
    .more-learn .ttl-box span {
        display: inline-block;
    }
    .more-learn .ttl-box span::before {
        left: auto;
        right: 108%;
        top: 50%;
        transform: translateY(-50%);
    }
    .more-learn .ttl-school::after {
        width: 80px;
        margin: 15px auto 30px;
    }
    .more-learn .ttl-school .icn {
        display: none;
    }
    .more-learn .col-wrap {
        flex-direction: column;
    }
    .more-learn .col-wrap .col {
        width: 100%;
    }
    .more-learn .col-wrap .col+.col {
        margin-left: 0;
    }
    .more-learn .head .box-lead {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .more-learn p,
    .more-learn li {
        font-size: 14px;
    }
    .more-learn .school-link {
        margin-top: 15px;
    }
}
