/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";


/* ------------------------
　　　　　　全体
------------------------ */


*{
  font-family: "ヒラギノ角ゴ Pro", "游ゴシック", "Hiragino Kaku Gothic Pro", sans-serif, "YuGothic";
}

html,body{
  display:block;width:100%;
}
h2,.c-text-bold,.column_ttl,.Supervision_ttl,.article_btn a{
  font-weight: bold;
} 
@media all and (-ms-high-contrast: none) {
  section#contents{
    width: 100%;
  }
}
/* section#contents{
} */

.close{
  display: none;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}


/* SP */
@media print, screen and (max-width: 740px){
  .c-text{
    font-size: 4vw;

  }

}

/* PC */

@media print, screen and (min-width: 741px){
  
  .main {
    width: 100%;
    min-width: 833px;
    margin-right: 20px;
  }
  article.article-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-text{
    font-size: 15px;
  }
  .money_h2{
    font-size: 28px;
  }
  .sp-contents{
    display: none;
  }
  .sp__only{
    display: none;
  }
}
/* ------------------------
　　　　　　kv
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .kv{
    width: 100%;
  }
  .kv img{
    width: 91%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 10%;
    font-family: 'object-fit: cover; object-position: 0% 50%;';
  }
  .kv_content .c-text{
    position: relative;
  }
  .kv_content .c-text::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 95%;
    height: 70vw;
    min-height: 330px;
    bottom: 0;
    background-color: #FFF0E1;
    border-radius: 0 0 50px 0/0 0 50px 0;
    left: 0;
    z-index: -1;  }

  .kv .c-text{
    padding: 4vw 10% ;
    line-height: 7vw;
  }

}

/* PC */

@media print, screen and (min-width: 741px){
  .kv{
    margin-bottom: 50px;
    width: 100%;
  }
  .kv_content{
    padding: 40px 135px 50px 55px;
    position: relative;
  }
  .kv_background-deco{
    position: absolute;
    width: 3000px;
    height: 360px;
    background-color: #FFF0E1;
    bottom: 0;
    right: 70px;
    z-index: -1;
    border-radius: 0 0 50px 0/0 0 50px 0;
  }
  .kv_img-pc{
    width: 708px;
  }
}

/* ------------------------
　　　　　　anchor
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .anchor{
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-direction: column;
    margin-top: 12px;

  }
  .anchor-list{
    width: 315px;
    height: 62px;
    line-height: 61.4px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
    position: relative;
    display: block;
    margin: 20px auto 0;
  }
  .anchor-list:nth-of-type(1){
    background-color: #FFB42F;
  }
  .anchor-list:nth-of-type(2){
    background-color: #E5652C;
  }
  .anchor-list::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/kyouiku/money/_assets/img/20221226/anchor_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .anchor-list a{
    color: #FFFFFF;
    display: block;
    height: 62px;
  }
  .anchor-list a:hover{
    opacity: 0.7;
  }
}

/* PC */

@media print, screen and (min-width: 741px){
  .anchor{
    display: flex;
    justify-content: space-around;
    text-align: center;

  }
  .anchor-list{
    width: 300px;
    height: 62px;
    line-height: 61.4px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
    position: relative;
  }
  .anchor-list:nth-of-type(1){
    background-color: #FFB42F;
  }
  .anchor-list:nth-of-type(2){
    background-color: #E5652C;
  }
  .anchor-list::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/kyouiku/money/_assets/img/20221226/anchor_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .anchor-list a{
    color: #FFFFFF;
    display: block;
    height: 62px;
  }
  .anchor-list a:hover{
    opacity: 0.7;
  }
}

/* ------------------------
　　　money-article
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .money-article{
    position: relative;
    margin-top: 10.667vw;
  }

  .money-article::after{
    content: "";
    display: inline;
    position: absolute;
    background-color: #FAFAFA;
    width: 140px;
    height: 500vw;
    min-height: 490vw;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .money-article_h2{
    border-bottom: solid 4px #FFB400;
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 13.333vw;
    font-size: 7.467vw;
  }
  .money-article_text{
    font-size: 4vw;
    line-height: 5.6vw;
    margin-bottom: 5.333vw;
    padding: 0 2%;
  }
  .article_contets{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .article_contets-item{
    display: block;
    background-color: white;
    width: 100%;
    padding: 4vw;
    border: solid 1px #ECECEC;
    border-radius: 1.333vw;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin: 0 2%;
    margin-bottom: 5.333vw;

  }

  a.article_contets-item:hover{
    text-decoration: none;
  }

  .article_contets-item:hover {
    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.45);
            box-shadow: 1px 1px 12px rgba(0,0,0,.45);
  }

  .article_contets-img{
    width: 28%;
    height: 16vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 2%;

  }
  .money-article .article_contets-item:nth-child(1) .article_contets-img{
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }

  .article_contets-img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 10px;
    font-family: 'object-fit: contain; object-position: 0% 50%;';
  }

  .article_contets-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.667vw;
  }

  .article_contets-info-text{
    font-size: 3.2vw;
    padding: 1px 10px;
    background-color: #FFF3C1;
    border-radius: 10px;
    display: block;
    height: 18px;
  }

  .article_contets-info-date{
    font-size: 3.2vw;
    margin-right: 0px;
    margin-left: 17vw;
  }

  .article_contets-under{
    color: black;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .money-article .article_contets-item:nth-child(1) .article_contets-under{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .article_contets-item a{
    display: block;
  }

  .article_contets-under:hover{
    text-decoration: none;
  }
  .article_contets-open{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .article_contets-under:visited{
    text-decoration: none;
  }

  .article_contets-ttl{
    width: 70%;
    font-size: 5.333vw;
    /* margin-top: 5.333vw; */
    font-weight: bold;
    color: black;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .money-article .article_contets-item:nth-child(1) .article_contets-ttl{
    margin-top: 10px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .article_contets-text{
    font-size: 4vw;
    text-align: 6vw;
    margin-top: 5.333vw;
    color: black;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .article_btn{
    width: 66.667vw;
    height: 13.333vw;
    background: -webkit-gradient(linear,left top, right top,from(#0090E4),to(#9bb5ff));
    background: -o-linear-gradient(left,#0090E4,#9bb5ff);
    background: linear-gradient(to right,#0090E4,#9bb5ff);
    margin: 13vw auto 13.333vw auto;
    text-align: center;
    border-radius: 6.667vw;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .article_btn:hover{
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    background: -webkit-gradient(linear,left top, right top,from(#2ea0e2),to(#ced9fa));
    background: -o-linear-gradient(left,#2ea0e2,#ced9fa);
    background: linear-gradient(to right,#2ea0e2,#ced9fa);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;

  }
  .article_btn a{
    display: block;
    color: white;
    line-height: 14.133vw;
    font-size: 4vw;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

  }
  .article_btn a:hover{
    text-decoration: none;
  }


  .article_btn a::before{
    content: "";
    position: absolute;
    right: 4.8vw;
    top: 4.133vw;
    width: 5.333vw;
    height: 5.333vw;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(/kyouiku/money/_assets/img/20220215_article-btn_icon.png);
    background-size: cover;
  }

  .cost-article .close-article_btn::before{
    content: "";
    position: absolute;
    right: 4.8vw;
    top: 4.133vw;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1, -1);
    background-image: url(/kyouiku/money/_assets/img/20220215_article-btn_icon.png);
    background-size: cover;
  }

  .cost-article + .cost-article{
    margin-top: 10px;
  }


  .article_link{
    text-decoration: underline;
    color: #FF7600;
  }


}

/* PC */

@media print, screen and (min-width: 741px){
  .money-article{
    position: relative;
    padding: 70px 20px 180px 20px;
  }
  .money-article::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 2530px;
    height: 1480px;
    background-color: #FAFAFA;
    top: 0;
    left: -2325px;
    z-index: -1;

  }

  .money-article_h2{
    padding-bottom: 5px;
    border-bottom: solid 4px #FFB400;
    margin-bottom: 25px;
  }
  .money-article_text{
    font-size: 15px;
    margin-bottom: 35px;
  }

  .article_link{
    text-decoration: underline;
    color: #FF7600;
  }

  .article_contets{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .article_contets-item{
    display: block;
    background-color: white;
    width: 44%;
    padding: 15px;
    border: solid 1px #ECECEC;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }

  a.article_contets-item:hover{
    text-decoration: none;
  }

  .article_contets-item:hover {
    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.45);
            box-shadow: 1px 1px 12px rgba(0,0,0,.45);
  }

  .article_contets-img img{
    height: 182px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 15px;
    border-radius: 10px;
    display: block;
    margin-inline: auto;
    font-family: 'object-fit: contain; object-position: 0% 50%;';
  }

  .article_contets-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .article_contets-info-text{
    font-size: 12px;
    padding: 1px 10px;
    background-color: #FFF3C1;
    border-radius: 10px;
    display: block;
    height: 18px;
    display: -webkit-box;
  }

  .article_contets-info-date{
    font-size: 12px;
    margin-right: 12px;
  }

  .article_contets-under{
    color: black;
  }

  .article_contets-item a{
    display: block;
  }

  .article_contets-under:hover{
    text-decoration: none;

  }

  .article_contets-under:visited{
    text-decoration: none;
  }

  .article_contets-ttl{
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
  }

  .article_contets-text{
    font-size: 15px;
    margin-top: 20px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;

  }

  .article_btn{
    width: 250px;
    height: 50px;
    background: -webkit-gradient(linear,left top, right top,from(#0090E4),to(#9bb5ff));
    background: -o-linear-gradient(left,#0090E4,#9bb5ff);
    background: linear-gradient(to right,#0090E4,#9bb5ff);
    margin: 45px auto 70px auto;
    text-align: center;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .article_btn:hover{
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    background: -webkit-gradient(linear,left top, right top,from(#2ea0e2),to(#ced9fa));
    background: -o-linear-gradient(left,#2ea0e2,#ced9fa);
    background: linear-gradient(to right,#2ea0e2,#ced9fa);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;


  }
  .article_btn a{
    display: block;
    color: white;
    line-height: 53px;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

  }
  .article_btn a:hover{
    text-decoration: none;
  }

  .article_btn a::before{
    content: url(/kyouiku/money/_assets/img/20220215_article-btn_icon.png);
    position: absolute;
    right: 18px;
    top: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cost-article .close-article_btn::before{
    content: url(/kyouiku/money/_assets/img/20220215_article-btn_icon.png);
    position: absolute;
    right: 18px;
    top: -7px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1, -1);
  }
}

/* ------------------------
　　　    new_year
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .new_year-ttl{
    padding-bottom: 5px;
    border-bottom: solid 4px #E5652C;
    margin-bottom: 25px;
    margin-top: 8vw;
    font-size: 28px;
  }
  .new_year-img{
    width: 330px;
  }
  .txt-size{
    margin-top: 30px;
    font-size: 15px;
    line-height: 23px;
    width: 283px;
  }
  .new_year{
    position: relative;
    margin-top: 50px;
    margin-left: 35px;
  }
  .new_year::before{
    position: absolute;
    content: "";
    width: 3000px;
    height: 1265px;
    background-color: #FFEEE6;
    top: 122px;
    right: 30px;
    z-index: -1;
    border-radius: 0 0 50px 0/0 0 50px 0;
  }

  .new_year-ttl.first__ttl{
    margin-top: 45px;
  }

  .new_year-inner {
    border: 1px solid #E5652C;
    border-radius: 7px;
    background-color: #fff;
    margin-top: 30px;
    max-width: 75vw;
    min-height: 175px;
  }
  .new_year-inner .new_year-subttl {
    padding: 12px 20px;
    font-size: 20px;
    border-bottom: 1px solid #E1E1E1;
  }
  .new_year-inner .new_year-flex {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 10px;
  }
  .new_year-inner .new_year-figure {
    max-width: 26vw;
  }
  .new_year-inner .new_year-figure-img {
    width: 100%;
    min-width: 100px;
  }
  .new_year-inner .new_year-flex-txt {
    position: relative;
    transform: translateY(21px);
    margin-bottom: 21px;
  }
  .new_year-inner .new_year-flex-txt::before {
    content: '';
    display: inline-block;
    width: 37px;
    height: 18px;
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url("/kyouiku/money/_assets/img/240305/new_icon.png");
    background-size: cover;
    background-position: center;
  }
  .new_year-inner .new_year-link {
    color: #000;
  }
}

/* PC */

@media print, screen and (min-width: 741px){
  .new_year-ttl{
    padding-bottom: 5px;
    border-bottom: solid 4px #E5652C;
    margin-bottom: 25px;
    margin-top: 45px;
  }
  .txt-size{
    margin-top: 30px;
    font-size: 15px;
    line-height: 23px;
    width: 603px;
  }
  .new_year{
    position: relative;
    margin-top: 50px;
  }
  .new_year::before{
    position: absolute;
    content: "";
    width: 3000px;
    height: 1085px;
    background-color: #FFEEE6;
    top: 122px;
    right: 70px;
    z-index: -1;
    border-radius: 0 0 50px 0/0 0 50px 0;
  }

  .new_year-ttl.first__ttl{
    margin-top: 45px;
  }
  .new_year-inner {
    border: 1px solid #E5652C;
    border-radius: 7px;
    background-color: #fff;
    margin-top: 30px;
  }
  .new_year-inner .new_year-subttl {
    padding: 12px 20px;
    font-size: 20px;
    border-bottom: 1px solid #E1E1E1;
  }
  .new_year-inner .new_year-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 30px;
  }
  .new_year-inner .new_year-figure {
    max-width: 190px;
    width: 190px;
  }
  .new_year-inner .new_year-figure-img {
    width: 100%;
  }
  .new_year-inner .new_year-flex-txt {
    position: relative;
    transform: translateY(7px);
  }
  .new_year-inner .new_year-flex-txt::before {
    content: '';
    display: inline-block;
    width: 37px;
    height: 18px;
    position: absolute;
    top: -25px;
    left: 0;
    background-image: url("/kyouiku/money/_assets/img/240305/new_icon.png");
    background-size: cover;
    background-position: center;
  }
  .new_year-inner .new_year-link {
    color: #000;
  }
}


/* ------------------------
　　　    manga
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .manga{
    margin-bottom: 50px;
    margin-top: 150px;
  }
  .manga_img{
    width: 315px;
    margin: 0 auto;
    display: block;
  }
  .manga-ttl{
    padding-bottom: 5px;
    border-bottom: solid 4px #EDA628;
    margin-bottom: 25px;
    margin-top: 80px;
    font-size: 28px;
  }

  .manga_lead{
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 18px;
  }
  .manga-txt.txt-size{
    width: auto;
  }
  .single {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.single.small .img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  width: 110px;
}
.single.small .img img {
  width: 100%;
}
.single .dtl {
  overflow: hidden;
  zoom: 1;
}
.single.small .atc-info {
  margin-bottom: 0;
}
.atc-section .date {
  font-size: 75%;
  color: #666;
  float: left;
  padding-top: 2px;
}
.atc-section .category {
  font-size: 62.5%;
  background: #a2a7ab;
    text-align: center;
    padding: 0 20px;
    float: right;
    color: #fff;
    font-size: 75%;
    border-radius: 3px;
    max-width: 100px;
}
.cf:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.single.small .dtl .title {
  font-size: 93.7%;
  margin-top: 0;
  margin-bottom: 5px;
}
.single .dtl .caption {
  font-size: 81.2%;
}
.atc-section .theme {
  font-size: 75%;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 20px;
  float: left;
  background: #fff;
}
  .column_text{
    font-size: 15px;
    line-height: 26px;
  }
}

/* PC */

@media print, screen and (min-width: 741px){
  .manga{
    margin-bottom: 100px;
  }
  .manga_img{
    width: 498px;
    margin: 0 auto;
    display: block;
  }
  .manga-ttl{
    padding-bottom: 5px;
    border-bottom: solid 4px #EDA628;
    margin-bottom: 25px;
    margin-top: 140px;
  }

  .manga_lead{
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 18px;
  }
  .manga-txt.txt-size{
    width: auto;
  }

  .single {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.single.small .img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  width: 180px;
}
.single.small .img img {
  width: 100%;
}
.single .dtl {
  overflow: hidden;
  zoom: 1;
}
.single.small .atc-info {
  margin-bottom: 0;
}
.atc-section .date {
  font-size: 75%;
  color: #666;
  float: left;
  padding-top: 2px;
}
.atc-section .category {
  font-size: 62.5%;
  background: #a2a7ab;
    text-align: center;
    padding: 0 20px;
    float: right;
    color: #fff;
    font-size: 75%;
    border-radius: 3px;
    max-width: 100px;
}
.cf:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.single.small .dtl .title {
  font-size: 93.7%;
  margin-top: 0;
  margin-bottom: 5px;
}
.single .dtl .caption {
  font-size: 81.2%;
}
.atc-section .theme {
  font-size: 75%;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 20px;
  float: left;
  background: #fff;
}
  .column_text{
    font-size: 15px;
    line-height: 26px;
  }
}

/* ------------------------
　　　    column
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .column{
    padding: 30px 20px;
    border-radius: 2.667vw;
    border: solid 1px #FF7600;
    background-color: white;
    margin: 0 10px;
  }
  .column_icon{
    width: 20vw;
    height: 5.867vw;
    background-color: #E74102;
    font-size: 2.933vw;
    line-height: 5.867vw;
    margin-bottom: 4vw;
    text-align: center;
    border-radius: 1.333vw;
    color: white;
  }

  .column_ttl{
    font-size: 5.333vw;
    margin-bottom: 8vw;
  }

  .column_text{
    font-size: 4vw;
    line-height: 6.933vw;
  }


}

/* PC */

@media print, screen and (min-width: 741px){
  .column{
    padding: 35px 40px;
    border-radius: 10px;
    border: solid 1px #FF7600;
    background-color: white;
  }
  .column_icon{
    width: 75px;
    height: 22px;
    background-color: #E74102;
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 13px;
    text-align: center;
    border-radius: 5px;
    color: white;
  }

  .column_ttl{
    font-size: 20px;
    margin-bottom: 30px;
  }

  .column_text{
    font-size: 15px;
    line-height: 26px;
  }
}


/* ------------------------
　　　 cost-article
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .cost-article{
    position: relative;
    margin-top: 180px;
  }
  .cost-article_deco{
    background-color: #FFF0E1;
    width: 100%;
    min-height: 440px;
    height: calc(100% - 285px);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .cost-article_background-deco{
    position: absolute;
    top: -22vw;
    right: 20px;
  }
  .cost-article_background-deco img{
    width: 48vw;

  }
  .cost-article_ttl::before{
    content: "";
    position: absolute;
    bottom: -2.667vw;
    left: -35.333vw;
    width: 26.133vw;
    height: 18.4vw;
    background-image: url(/kyouiku/money/_assets/img/20220215_cost_article_deco-02.png);
    background-size: cover;
  }
  .cost-article_ttl{
    position: relative;
    margin-bottom: 10px;
    font-size: 5.333vw;
    padding-top: 16vw;
    margin-left: 37.333vw;
  }
  .cost-article_ttl-sub{
    font-size: 3.733vw;
  }
  .cost-article .article_btn{
    margin-top: 25px;
    margin-bottom: 65px;
  }


}

/* PC */

@media print, screen and (min-width: 741px){
  .cost-article{
    padding: 20px 20px 0 20px;
    position: relative;
  }
  .cost-article_deco{
    background-color: #FFF0E1;
    width: 100%;
    height: calc(100% - 285px);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .cost-article_background-deco{
    position: absolute;
    top: -105px;
    right: 20px;
  }
  .cost-article_ttl::before{
    content: url(/kyouiku/money/_assets/img/20220215_cost_article_deco-02.png);
    position: absolute;
    top: 50px;
    left: 40px;
  }
  .cost-article_ttl{
    font-size: 28px;
    margin-top: 55px;
    margin-left: 145px;
    margin-bottom: 5px;
  }
  .cost-article_ttl-sub{
    font-size: 20px;
  }
  .cost-article .article_btn{
    margin-top: 25px;
    margin-bottom: 65px;
  }
}


/* ------------------------
　　　    report
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .report{
    position: relative;
    padding-top: 50px;
  }

  .report::after{
    content: "";
    display: inline-block;
    width: 155px;
    height: calc(100% + 30px);
    background-color: #FAFAFA;
    position: absolute;
    top: 0;
    z-index: -1;

  }

  .report_background-deco{
  }
  .report_h2{
    padding-bottom: 5px;
    border-bottom: solid 4px #FFB400;
    margin-bottom: 25px;
    font-size: 7.467vw;
  }
  .report_h2-sub{
    font-size: 5.333vw;
  }

  .report .article_contets-item:nth-child(1) .article_contets-img{
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;

  }
  .report .article_contets-item:nth-child(1) .article_contets-under{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .report .article_contets-item:nth-child(1) .article_contets-ttl{
    margin-top: 10px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }


}

/* PC */

@media print, screen and (min-width: 741px){
  .report{
    padding: 20px;
    position: relative;

  }
  .report_background-deco{
    width: 2525px;
    height: 720px;
    background-color: #FAFAFA;
    position: absolute;
    top: 0;
    left: -2315px;
    z-index: -1;
  }
  .report_h2{
    padding-bottom: 5px;
    border-bottom: solid 4px #FFB400;
    margin-bottom: 25px;
  }
  .report_h2-sub{
    font-size: 20px;
  }

}

/* ------------------------
　　　   Supervision
------------------------ */

/* SP */
@media print, screen and (max-width: 740px){
  .Supervision{
    padding: 5.333vw;
    margin-top: 90px;
  }
  .Supervision_p{
    font-size: 5.333vw;
    margin-bottom: 4vw;
    font-weight: 600;
  }
  .Supervision_content{
    background-color: #FAFAFA;
    border: solid 1px #CCCCCC;
    border-radius: 2.667vw;
    padding: 6.667vw;
  }
  .Supervision_ttl{
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .Supervision_text{
    font-size: 4vw;
    line-height: 6.933vw;
  }



}

/* PC */

@media print, screen and (min-width: 741px){
  .Supervision{
    padding: 20px;
  }
  .Supervision_p{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .Supervision_content{
    background-color: #FAFAFA;
    border: solid 1px #CCCCCC;
    border-radius: 10px;
    padding: 25px;
  }
  .Supervision_ttl{
    font-size: 18px;
    margin-bottom: 18px;
  }
  .Supervision_text{
    font-size: 15px;
    line-height: 26px;
  }

}