@charset "UTF-8";
/* _setting CSS */
/* Scss Document */
/* _setting CSS */
/* pc & sp
------------------------------------------------------------------------- */
/* ////.pc & sp
------------------------------------------------------------------------- */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  #contents .section a {
    text-decoration: none;
  }
  #contents .section.acce_top .common_inner:before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
  }
  #contents .section.acce_bottom .common_inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -100px;
  }

  .common_inner {
    position: relative;
  }

  .lead_desc {
    font-size: 1.6rem;
    color: #4c4c4c;
    line-height: 1.5;
    text-align: center;
  }

  .sec_title {
    color: #00a89a;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
  }
  .sec_title span {
    font-size: 1rem;
    display: block;
    text-align: center;
  }
  .sec_title:first-of-type {
    font-size: 3.6rem;
  }

  .sec_info {
    font-size: 1.6rem;
    width: 60%;
    margin: 0 auto 45px;
  }

  .link_arrow a:before, .link_arrow a:after {
    content: '';
    display: block;
    position: absolute;
  }
  .link_arrow a:before {
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #3fc4b8;
  }
  .link_arrow a:after {
    bottom: 11px;
    right: 12px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .NISA_bbc {
    border-bottom-color: #9b3d49;
  }

  .NISA_wrap a {
    display: inherit;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }

  .NISA_wrap h2 {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .NISA_link a {
    display: block;
    width: 135px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #04a79a;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
  }

  .section {
    padding-bottom: 100px;
  }
  .section:last-child {
    padding-bottom: 50px;
  }
  .section .list a {
    position: relative;
    display: block;
  }
  .section .list a:hover {
    opacity: .8;
  }
  .section .btn {
    width: 200px;
    height: 52px;
    text-align: center;
    margin: 70px auto 0;
  }
  .section .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #fff;
    background-color: #00a89a;
    border-radius: 25px;
    padding-top: 13px;
  }
  .section .btn a:hover {
    opacity: .8;
  }
  .section .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 23px;
    right: 20px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #top_kv {
    min-height: 640px;
    max-width: 1440px;
    background: url(../images/top/kv_pc.jpg?id=20230922) center top repeat-x;
    margin: 0 auto 290px;
    border-radius: 30px;
    position: relative;
    background-position-x: 50%;
    background-position-y: center;
    background-size: cover;
  }
  #top_kv .copy {
    padding-top: 220px;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #00a89a;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
    letter-spacing: 0.4rem;
  }
  #top_kv .copy span {
    margin-top: -0.5em;
    font-size: 2.5rem;
    display: inline-block;
    color: #555;
  }
  #top_kv .fund_info .fund_inner {
    max-width: 1100px;
    padding-top: 35px;
    margin: 0 auto;
    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;
    position: absolute;
    bottom: -255px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #top_kv .fund_info .fund {
    position: relative;
    width: 48.5%;
    max-width: 535px;
  }
  #top_kv .fund_info .fund .fund_head {
    padding: 15px 10px 5px 110px;
    border-radius: 20px 20px 0 0;
    height: 70px;
    position: relative;
  }
  #top_kv .fund_info .fund .fund_head > img {
    position: absolute;
    height: 70px;
  }
  #top_kv .fund_info .fund .fund_head > p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  #top_kv .fund_info .fund .fund_head a {
    text-decoration: none;
  }
  #top_kv .fund_info .fund .fund_head a:hover {
    opacity: .8;
  }
  #top_kv .fund_info .fund .fund_head a h2 {
    color: #fff;
  }
  #top_kv .fund_info .fund .fund_head .fund_h2_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top_kv .fund_info .fund .fund_head .fund_name {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 2.6rem;
  }
  #top_kv .fund_info .fund .fund_head .result {
    padding-left: 5px;
    font-size: 3.2rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    text-align: center;
  }
  #top_kv .fund_info .fund .fund_head .result .persent {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-left: 5px;
  }
  #top_kv .fund_info .fund .fund_head .result .period {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  #top_kv .fund_info .fund .fund_head .fund_update {
    position: absolute;
    top: -4px;
    right: 28px;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: right;
    color: #fff;
    font-size: 1.4rem;
  }
  #top_kv .fund_info .fund.codomo .fund_head {
    background-color: #ec788e;
  }
  #top_kv .fund_info .fund.codomo .fund_head > img {
    bottom: -10px;
    left: 25px;
  }
  #top_kv .fund_info .fund.codomo .fund_head a h2 {
    border-bottom-color: #ec788e;
  }
  #top_kv .fund_info .fund.ofukuro .fund_head {
    background-color: #9b3d49;
  }
  #top_kv .fund_info .fund.ofukuro .fund_head > img {
    left: 30px;
    bottom: -8px;
  }
  #top_kv .fund_info .fund.ofukuro .fund_head a h2 {
    border-bottom-color: #9b3d49;
  }
  #top_kv .fund_info .fund .fund_body {
    width: 100%;
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 15px 30px;
    position: relative;
  }
  #top_kv .fund_info .fund .fund_body.codomo {
    border-color: #ec788e;
  }
  #top_kv .fund_info .fund .fund_body.codomo .block1 dl::after {
    background-color: #ec788e;
  }
  #top_kv .fund_info .fund .fund_body.codomo .btn a {
    background-color: #ec788e;
  }
  #top_kv .fund_info .fund .fund_body.ofukuro {
    border-color: #9b3d49;
  }
  #top_kv .fund_info .fund .fund_body.ofukuro .block1 dl::after {
    background-color: #9b3d49;
  }
  #top_kv .fund_info .fund .fund_body.ofukuro .btn a {
    background-color: #9b3d49;
  }
  #top_kv .fund_info .fund .fund_body .block1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  #top_kv .fund_info .fund .fund_body .block1 dl {
    padding: 0 10px;
    height: 60px;
    position: relative;
  }
  #top_kv .fund_info .fund .fund_body .block1 dl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 80%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #top_kv .fund_info .fund .fund_body .block1 dl:last-of-type::after {
    content: none;
  }
  #top_kv .fund_info .fund .fund_body .block1 dt, #top_kv .fund_info .fund .fund_body .block1 dd {
    color: #555;
    display: block;
  }
  #top_kv .fund_info .fund .fund_body .block1 dt {
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
  #top_kv .fund_info .fund .fund_body .block1 dt span {
    font-size: 1.2rem;
  }
  #top_kv .fund_info .fund .fund_body .block1 dd {
    position: relative;
    padding: 3px 0;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top_kv .fund_info .fund .fund_body .block1 dd span {
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: translate3d(calc(100% + 10% + 12px), 0, 0);
            transform: translate3d(calc(100% + 10% + 12px), 0, 0);
    font-weight: normal;
    font-size: 1.3rem;
  }
  #top_kv .fund_info .fund .fund_body .block1 dd i {
    margin-top: -0.4em;
    font-size: 0.65em;
    display: block;
    font-style: normal;
    font-weight: normal;
  }
  #top_kv .fund_info .fund .fund_body .block2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link {
    width: 48%;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link:last-child {
    margin-bottom: 0;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
    color: #333;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
    padding-top: 4px;
    text-decoration: none;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    margin: auto 0;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #top_kv .fund_info .fund .fund_body .block2 > span {
    font-size: 1.4rem;
  }
  #top_kv .fund_info .fund .fund_body > p {
    font-size: 1.3rem;
  }
  #top_kv .fund_info .fund .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    position: relative;
  }
  #top_kv .fund_info .fund .btn a {
    position: relative;
    right: -15px;
    display: block;
    width: 200px;
    height: 31px;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 25px;
    padding-top: 4px;
    padding-left: 18px;
  }
  #top_kv .fund_info .fund .btn a:hover {
    opacity: .8;
  }
  #top_kv .fund_info .fund .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #top_kv .bnr_x_pc {
    width: 293px;
    height: 293px;
    margin: 0 auto;
    display: block;
    -webkit-transform: translate3d(-515px, -20px, 0);
            transform: translate3d(-515px, -20px, 0);
    position: relative;
    bottom: 30px;
  }
  #top_kv .bnr_x_pc a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
  }
  #top_kv .bnr_x_pc a img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #top_kv .bnr_x_pc a img:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }

  #important_message {
    padding: 10px 0 40px 0;
  }
  #important_message dl {
    width: 100%;
    padding: 0 30px 10px 30px;
    border: solid 2px #D71D3B;
    text-align: center;
  }
  #important_message dl dt {
    padding: 0 30px;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #D71D3B;
    line-height: 2em;
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
  }
  #important_message dl dd {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  #important_message dl dd.title {
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: dotted 1px #999;
  }

  #news {
    margin-bottom: 145px;
  }
  #news .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
  }
  #news .title {
    width: 150px;
    background-color: #00a89a;
    border-radius: 20px 0 0 20px;
    text-align: center;
    padding: 9px 0;
  }
  #news .list {
    position: relative;
    width: 80%;
    max-width: 880px;
    background-color: #f3f3f3;
  }
  #news .list .item {
    position: relative;
    max-width: 800px;
    height: 38px;
    overflow: hidden;
  }
  #news .list .item > .wrap {
    padding: 5px 40px 7px 20px;
  }
  #news .list .slick-list {
    width: 90.9%;
    max-width: 800px;
  }
  #news .list .date {
    width: 110px;
    font-size: 1.3rem;
    display: inline-block;
    color: #4c4c4c;
    vertical-align: top;
    padding-top: 6px;
  }
  #news .list .item_title {
    width: calc(100% - 120px);
    font-size: 1.5rem;
    line-height: 2;
    display: inline-block;
    color: #4c4c4c;
  }
  #news .list .item_title.sp {
    display: none;
  }
  #news .list a {
    width: 100%;
    display: block;
    padding: 5px 40px 7px 20px;
    text-decoration: none;
  }
  #news .list a .item_title {
    color: #4c4c4c;
    padding-top: 1px;
  }
  #news .list a:hover {
    opacity: .8;
  }
  #news .list .slick-prev,
  #news .list .slick-next {
    position: absolute;
    top: 17px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
  }
  #news .list .slick-prev:hover,
  #news .list .slick-next:hover {
    opacity: .8;
  }
  #news .list .slick-prev {
    right: 60px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: 2px solid #00a89a;
    border-bottom: 2px solid #00a89a;
  }
  #news .list .slick-next {
    right: 30px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #00a89a;
    border-right: 2px solid #00a89a;
  }
  #news .more_btn {
    width: 70px;
  }
  #news .more_btn a {
    display: block;
    width: 100%;
    background-color: #e8e8e8;
    border-radius: 0 20px 20px 0;
    text-align: center;
    padding: 15px 0 13px;
  }
  #news .more_btn a:hover {
    opacity: .8;
  }

  #first .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #first .list.link_arrow a::before {
    border-radius: 0 0 10px 0;
  }
  #first .list .item {
    width: 355px;
    height: 200px;
  }
  #first .list .item .item_title {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.23;
    color: #00a89a;
    margin-bottom: 10px;
  }
  #first .list .item .item_title span {
    font-size: 2.0rem;
    line-height: 1.7;
  }
  #first .list .item .desc {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
  }
  #first .list .item .image {
    position: absolute;
  }
  #first .list .item .image img {
    width: 100%;
    height: auto;
  }
  #first .list .item a {
    height: 100%;
    background: #def3f2;
    border-radius: 10px;
    padding: 30px;
  }
  #first .list .item1 {
    margin: 0 5px 10px;
  }
  #first .list .item1 .image {
    width: 190px;
    top: 55px;
    right: -60px;
  }
  #first .list .item2 {
    margin: 0 5px 10px;
  }
  #first .list .item2 .item_title {
    margin-bottom: 15px;
    line-height: 1;
  }
  #first .list .item2 .image {
    width: 65px;
    bottom: 30px;
    right: 35px;
  }
  #first .list .item3 {
    margin: 0 5px 10px;
  }
  #first .list .item3 .image {
    width: 70px;
    top: 20px;
    right: 20px;
  }
  #first .h2_voice {
    margin-top: 130px;
  }
  #first .voice_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #first .voice_lists dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 353px;
    margin: 6px;
  }
  #first .voice_lists dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
  }
  #first .voice_lists dl dt img {
    width: 70px;
    height: auto;
  }
  #first .voice_lists dl dt p {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  #first .voice_lists .speech_bbl {
    position: relative;
    display: inline-block;
    background: #FFF;
    border: solid 3px #3fc4b8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 10px;
    border-radius: 10px;
    width: 257px;
  }
  #first .voice_lists .speech_bbl::before {
    content: "";
    position: absolute;
    top: 20%;
    left: -21px;
    margin-top: -13px;
    border: 12px solid transparent;
    border-right: 21px solid #FFF;
    z-index: 2;
  }
  #first .voice_lists .speech_bbl::after {
    content: "";
    position: absolute;
    top: 20%;
    left: -23px;
    margin-top: -9px;
    border: 8px solid transparent;
    border-right: 14px solid #3fc4b8;
    z-index: 1;
  }
  #first .voice_lists .speech_bbl p {
    font-size: 1.4rem;
  }
  #first .common_inner:after {
    right: 10px;
    background: url("../images/top/first_acce.svg");
    width: 68px;
    height: 87px;
  }

  #seminar {
    background-color: #f3f3f3;
    padding: 100px 0;
    margin-bottom: 100px;
  }
  #seminar .seminar_title {
    width: 225px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #3fc4b8;
    padding: 10px 0;
    margin-top: 70px;
  }
  #seminar .lead_desc {
    margin: 0 auto 30px;
    text-align: left;
    width: 65%;
  }
  #seminar .cate_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #seminar .cate_list li {
    margin: 0 5px;
  }
  #seminar .cate_list li a {
    height: 50px;
    display: block;
  }
  #seminar .cate_list li a:hover {
    opacity: 0.6;
  }
  #seminar .cate_list li a img {
    height: 100%;
  }
  #seminar .list1 {
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
  }
  #seminar .list1 .item {
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
  }
  #seminar .list1 .item:last-child {
    border-bottom: none;
  }
  #seminar .list1 .item a {
    padding: 30px 80px 30px 30px;
  }
  #seminar .list1 .item a:before, #seminar .list1 .item a:after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #seminar .list1 .item a:before {
    right: 30px;
  }
  #seminar .list1 .item a:after {
    right: 42px;
  }
  #seminar .list1 .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #seminar .list1 .item .grade {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 180px;
    height: 60px;
    margin-right: 28px;
    background: url("../images/top/seminar_beginner.svg");
  }
  #seminar .list1 .item .grade.cat1 {
    background: url("../images/top/seminar_beginner.svg");
  }
  #seminar .list1 .item .grade.cat2 {
    background: url("../images/top/seminar_intermediate.svg");
  }
  #seminar .list1 .item .grade.cat3 {
    background: url("../images/top/seminar_upper.svg");
  }
  #seminar .list1 .item .info {
    width: calc(100% - 210px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #seminar .list1 .item .item_title {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1.3;
    margin-bottom: 13px;
  }
  #seminar .list1 .item .cats {
    margin-right: 10px;
  }
  #seminar .list1 .item .cats span {
    display: block;
    width: 100px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #00a89a;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #00a89a;
    padding: 8px 10px;
  }
  #seminar .list1 .item .cats span + span {
    margin-top: 5px;
  }
  #seminar .list1 .item .date {
    font-size: 1.4rem;
    font-weight: bold;
    color: #4c4c4c;
    margin-right: 10px;
    padding-top: 7px;
  }
  #seminar .list1 .item .time {
    font-size: 1.4rem;
    color: #4c4c4c;
    padding-top: 7px;
  }
  #seminar .list1 .no_seminar {
    font-size: 1.6rem;
    color: #4c4c4c;
    line-height: 1.5;
    text-align: center;
    padding: 50px 0;
  }
  #seminar .seminar_tab_wrap {
    position: relative;
  }
  #seminar .seminar_tab_wrap .list2 {
    position: absolute;
  }
  #seminar .list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #seminar .list2 .item {
    width: 49.45%;
    max-width: 545px;
    height: 220px;
    background-color: #fff;
    overflow: hidden;
  }
  #seminar .list2 .item a {
    height: 100%;
    padding-top: 55px;
  }
  #seminar .list2 .item .image {
    text-align: center;
    margin-bottom: 15px;
  }
  #seminar .list2 .item .image img {
    width: 100%;
    height: auto;
  }
  #seminar .list2 .item .item_title {
    font-size: 1.6rem;
    color: #4c4c4c;
  }
  #seminar .list2 .item:nth-child(2) .image img {
    width: auto;
    height: 99px;
  }
  #seminar .list2 .item1 {
    border-radius: 10px 0 0 10px;
  }
  #seminar .list2 .item2 {
    border-radius: 0 10px 10px 0;
  }
  #seminar .list2 .item2 a:before {
    border-radius: 0 0 10px 0;
  }
  #seminar .list2.single {
    width: 304px;
    right: 0;
    top: -20px;
  }
  #seminar .list2.single .item2 {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #seminar .list2.single .item2 a {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    position: relative;
  }
  #seminar .list2.single .item2 a::after {
    position: absolute;
    bottom: 20px;
    right: 16px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #00a89a;
    border-right: 2px solid #00a89a;
  }
  #seminar .list2.single .item2 a .image {
    margin-right: 13px;
    margin-left: 17px;
    margin-bottom: 0;
  }
  #seminar .list2.single .item2 a .image img {
    height: 35px;
  }
  #seminar.section.acce_bottom .common_inner:after {
    left: 10px;
    background: url("../images/top/seminar_acce.svg");
    width: 43px;
    height: 43px;
    bottom: -118px;
  }

  #video .list {
    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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 50px 0;
  }
  #video .list:after {
    content: '';
    display: block;
    width: 350px;
    height: 1px;
  }
  #video .list .link_arrow {
    position: relative;
  }
  #video .list .link_arrow a:before, #video .list .link_arrow a:after {
    content: '';
    display: block;
    position: absolute;
  }
  #video .list .link_arrow a:before {
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #00a89a;
  }
  #video .list .link_arrow a:after {
    bottom: 7px;
    right: 8px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #video .list .item_wrap {
    width: 260px;
  }
  #video .list .item_wrap .recommend_text {
    font-size: 1.6rem;
  }
  #video .list .item {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #video .list .item .btn_video {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  #video .list .item .btn_video:hover {
    opacity: .8;
  }
  #video .list .item .btn_video .wrap {
    height: 100%;
  }
  #video .list .item .detail {
    padding: 15px 0;
  }
  #video .list .item .image {
    position: relative;
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover;
  }
  #video .list .item .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/common/icon_youtube.svg") center center no-repeat;
    background-size: 45px auto;
    position: absolute;
  }
  #video .list .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #video .list .item .date {
    display: inline-block;
    font-size: 1.3rem;
    color: #4c4c4c;
    line-height: 1;
    padding-right: 10px;
    padding-left: 20px;
    margin-bottom: 8px;
  }
  #video .list .item .categpries {
    display: inline-block;
  }
  #video .list .item .categpries li {
    display: inline-block;
    margin-right: 3px;
    padding: 2px 4px 3px 4px;
    display: block;
    font-size: 1.3rem;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1;
    background-color: #ddd;
    color: #444;
  }
  #video .list .item .title {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #00a89a;
    line-height: 1.3;
    letter-spacing: .045em;
    padding-right: 20px;
    padding-left: 20px;
    word-break: break-all;
  }

  #modal_movie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  #modal_movie .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal_movie .btn {
    background-color: transparent;
    width: 45px;
    height: 45px;
    margin: 0;
    display: block;
    position: absolute;
    top: calc(50% - 280px);
    left: calc(50% + 355px);
    border-radius: 4px;
    cursor: pointer;
  }
  #modal_movie .btn:hover {
    opacity: .8;
  }
  #modal_movie .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal_movie .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal_movie .movie_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 450px;
  }
  #modal_movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #blog {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
  }
  #blog .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #blog .list .item {
    width: 31.82%;
    max-width: 350px;
    min-height: 282px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  #blog .list .item a {
    height: 100%;
  }
  #blog .list .item a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  #blog .list .item .image {
    position: relative;
    height: 234px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  #blog .list .item .image img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #blog .list .item .detail {
    padding-bottom: 30px;
  }
  #blog .list .item .date {
    font-size: 1.2rem;
    color: #4c4c4c;
    line-height: 1;
    padding-right: 40px;
    padding-left: 20px;
    margin-bottom: 8px;
  }
  #blog .list .item .title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1.3;
    letter-spacing: .045em;
    padding-right: 40px;
    padding-left: 20px;
    word-break: break-all;
  }
  #blog .common_inner:after {
    right: 10px;
    background: url("../images/top/blog_acce.svg");
    width: 66px;
    height: 151px;
  }

  #funds {
    padding-top: 100px;
  }
  #funds .lead_desc {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 70%;
  }
  #funds .list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  #funds .list1 .item {
    width: 48.63%;
    max-width: 535px;
    height: 255px;
  }
  #funds .list1 .item a:before {
    border-radius: 0 0 10px 0;
  }
  #funds .list1 .item .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 25px 0;
    border-radius: 10px 10px 0 0;
  }
  #funds .list1 .item .head .item_title {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  }
  #funds .list1 .item .head .desc {
    font-size: 1.4rem;
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 5px;
  }
  #funds .list1 .item .head .image {
    position: absolute;
  }
  #funds .list1 .item .head .image img {
    display: block;
    width: auto;
  }
  #funds .list1 .item .detail {
    height: 151px;
    padding: 35px 35px 0 40px;
    border-radius: 0 0 10px 10px;
  }
  #funds .list1 .item .detail .desc {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
  }
  #funds .list1 .item .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #funds .list1 .item .btn_wrap .NISA_link a {
    padding-left: 28px;
    padding-top: 3px;
  }
  #funds .list1 .item .btn_wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    position: relative;
    margin: 0;
    text-align: left;
    width: auto;
    height: auto;
  }
  #funds .list1 .item .btn_wrap .btn a {
    position: relative;
    right: -15px;
    display: block;
    width: 200px;
    height: 31px;
    font-size: 1.5rem;
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    padding-top: 4px;
    padding-left: 18px;
    font-weight: bold;
  }
  #funds .list1 .item .btn_wrap .btn a:hover {
    opacity: .8;
  }
  #funds .list1 .item .btn_wrap .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #funds .list1 .codomo a:before {
    background-color: rgba(218, 56, 79, 0.5);
  }
  #funds .list1 .codomo .head {
    border: 1px solid #ec788e;
  }
  #funds .list1 .codomo .head .item_title {
    color: #ec788e;
  }
  #funds .list1 .codomo .head .image {
    bottom: -14px;
    right: 32px;
  }
  #funds .list1 .codomo .head .image img {
    height: 100px;
  }
  #funds .list1 .codomo .detail {
    background-color: #ec788e;
    padding: 15px 35px 0 40px;
  }
  #funds .list1 .codomo .detail .desc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #funds .list1 .codomo .detail .desc {
    width: 51.47%;
    max-width: 238px;
    color: #fff;
  }
  #funds .list1 .codomo .detail .image {
    width: 32.72%;
    max-width: 162px;
    margin-top: 5px;
  }
  #funds .list1 .codomo .detail .image img {
    width: 100%;
  }
  #funds .list1 .codomo .detail .btn_wrap {
    padding: 10px 0;
  }
  #funds .list1 .codomo .detail .btn_wrap .btn a {
    color: #ec788e;
  }
  #funds .list1 .codomo .detail .btn_wrap .btn a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ec788e;
    border-right: 2px solid #ec788e;
  }
  #funds .list1 .ofukuro a:before {
    background-color: rgba(123, 47, 57, 0.5);
  }
  #funds .list1 .ofukuro .head {
    border: 1px solid #9b3d49;
  }
  #funds .list1 .ofukuro .head .item_title {
    color: #9b3d49;
  }
  #funds .list1 .ofukuro .head .image {
    bottom: 0;
    right: 45px;
  }
  #funds .list1 .ofukuro .head .image img {
    height: 90px;
  }
  #funds .list1 .ofukuro .detail {
    background-color: #9b3d49;
    padding: 15px 40px 0 40px;
  }
  #funds .list1 .ofukuro .detail .desc {
    color: #fff;
  }
  #funds .list1 .ofukuro .detail .btn_wrap {
    padding-top: 35px;
  }
  #funds .list1 .ofukuro .detail .btn_wrap .btn a {
    color: #9b3d49;
  }
  #funds .list1 .ofukuro .detail .btn_wrap .btn a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #9b3d49;
    border-right: 2px solid #9b3d49;
  }
  #funds .sub_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #00a89a;
    text-align: center;
    margin-bottom: 30px;
  }
  #funds .list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #funds .list2 .item {
    width: 31.81%;
    max-width: 350px;
    background-color: #def4f2;
    border-radius: 10px;
  }
  #funds .list2 .item a {
    padding: 30px 0 30px;
  }
  #funds .list2 .item a:before {
    border-radius: 0 0 10px 0;
  }
  #funds .list2 .item .item_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4c4c4c;
    text-align: center;
  }
  #funds .list2 .item .item_title span {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4c4c4c;
    display: block;
    margin-bottom: 5px;
  }
  #funds .list2 .item .item_desc {
    text-align: center;
    font-size: 1.4rem;
    color: #4c4c4c;
    margin-top: 20px;
  }
  #funds .common_inner {
    padding-bottom: 100px;
  }
  #funds .common_inner:after {
    left: 10px;
    background: url("../images/top/funds_acce.svg");
    width: 102px;
    height: 85px;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }

  #information {
    padding-top: 100px;
    background-color: #f3f3f3;
  }
  #information .item {
    width: 100%;
    border-bottom: 2px dotted #dedede;
  }
  #information .item:last-child {
    margin-bottom: 0;
  }
  #information .item a .wrap .title {
    color: #4c4c4c;
  }
  #information .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 18px;
    padding-left: 22px;
    padding-bottom: 10px;
  }
  #information .item .wrap .cats {
    width: 90px;
    margin-right: 18px;
  }
  #information .item .wrap .cats .cat {
    min-width: 75px;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    color: #14195a;
    border-radius: 3px;
    text-align: center;
    padding: 4px 0 5px;
    background-color: #dbe0f3;
  }
  #information .item .wrap .cats .cat + .cat {
    margin-top: 5px;
  }
  #information .item .wrap .cats .cat2 {
    color: #0d8040;
    background-color: #dbebce;
  }
  #information .item .wrap .date {
    width: 120px;
    font-size: 1.4rem;
    letter-spacing: .06em;
    color: #4c4c4c;
    margin-right: 45px;
  }
  #information .item .wrap .title {
    width: calc(100% - 120px - 160px);
    font-size: 1.6rem;
    line-height: 1.6;
    color: #4c4c4c;
  }
  #information .caution_wrap {
    max-width: 550px;
    margin: 42px auto 0;
  }
  #information .caution_wrap p:nth-of-type(1) {
    font-weight: bold;
    font-size: 1.8rem;
    color: #00a89a;
    text-align: center;
    margin-bottom: 17px;
  }
  #information .caution_wrap p:nth-of-type(1) i {
    margin-right: 12px;
  }
  #information .caution_wrap p:nth-of-type(1) i img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }
  #information .caution_wrap p:nth-of-type(2) {
    color: #4c4c4c;
    font-size: 1.4rem;
  }
  #information .caution_wrap p:nth-of-type(2) a {
    text-decoration: underline;
  }
  #information .caution_wrap p:nth-of-type(2) a:hover {
    opacity: 0.8;
  }
  #information .btn {
    margin-top: 40px;
  }
  #information .common_inner:before {
    right: 10px;
    background: url("../images/top/information_acce.svg");
    width: 88px;
    height: 93px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1499px) {
  #top_kv {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
@media screen and (max-width: 1320px) {
  #top_kv .bnr_x_pc {
    margin-left: 0;
    margin-top: 50px;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
}
@media screen and (min-width: 751px) and (max-width: 1175px) {
  #top_kv {
    margin-bottom: 640px;
  }
  #top_kv .bnr_x_pc {
    margin-left: 0;
    margin-top: 50px;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  #top_kv .fund_head {
    padding-top: 30px !important;
    height: auto !important;
  }
  #top_kv .fund_head .fund_h2_wrap {
    display: block !important;
  }
  #top_kv .fund_head .fund_h2_wrap .NISA_link {
    margin-top: 5px;
  }
  #top_kv .fund_body .block1 {
    width: 100%;
    display: block !important;
  }
  #top_kv .fund_body .block1 dl {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_kv .fund_body .block1 dl:after {
    background-color: #fff !important;
  }
  #top_kv .fund_body .block1 dt, #top_kv .fund_body .block1 dd {
    color: #555;
    display: inline-block;
  }
  #top_kv .fund_body .block1 dt {
    width: 58%;
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #top_kv .fund_body .block1 dd {
    position: relative;
    width: 39%;
    font-size: 1.7rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: right;
  }
  #top_kv .fund_body .block1 dd span {
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: translate3d(calc(100% + 31%), 0, 0);
            transform: translate3d(calc(100% + 31%), 0, 0);
    font-weight: normal;
    font-size: 1.3rem;
  }
  #top_kv .fund_body .block1 dd i {
    margin-top: -0.4em;
    font-size: 0.65em;
    display: block;
    font-style: normal;
    font-weight: normal;
  }
  #top_kv .fund_body .block2 {
    display: block !important;
  }
  #top_kv .fund_body .block2 .link {
    width: 100% !important;
  }
  #top_kv .fund_info .fund_inner {
    bottom: auto;
  }
  #top_kv .fund_info .fund.codomo .fund_head > img {
    bottom: 4px;
  }
  #top_kv .fund_info .fund.codomo .block1 dl {
    border-color: #ec788e;
  }
  #top_kv .fund_info .fund.ofukuro .fund_head > img {
    bottom: 12px;
  }
  #top_kv .fund_info .fund.ofukuro .block1 dl {
    border-color: #9b3d49;
  }

  #video .list {
    width: 70%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 50px auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 1057px) {
  #funds .list1 .item .detail {
    height: auto;
  }

  #funds .list1 .item .head {
    padding: 25px 100px 25px 20px;
  }
  #funds .list1 .item .head .item_title {
    font-size: 2rem;
    text-align: left;
  }
  #funds .list1 .item .head .desc {
    font-size: 1.2rem;
    text-align: left;
  }

  #funds .list1 .item .btn_wrap {
    display: block;
  }
  #funds .list1 .item .btn_wrap .btn {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #funds .list1 .item .btn_wrap .btn a {
    right: auto;
  }

  #funds .list1 .ofukuro .detail .btn_wrap {
    padding: 10px 0;
  }

  #funds .list2 {
    padding-top: 10px;
  }
}
@media all and (min-width: 751px) and (max-width: 900px) {
  .NISA_link p {
    color: #fff;
    font-size: 13px;
  }

  .NISA_bbc a h2 {
    white-space: inherit !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 863px) {
  #top_kv .fund_info .fund .fund_head > p {
    font-size: 1.2rem;
  }

  #top_kv .fund_info .fund .fund_head .fund_name {
    font-size: 2rem;
  }

  #video .list {
    width: 80%;
  }
}
/* ////.min-width:751px | 751px ~
------------------------------------------------------------------------- */
/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #header #logo a {
    margin-top: 0;
  }

  #contents .section {
    position: relative;
  }
  #contents .section a {
    text-decoration: none;
  }
  #contents .section.acce_top:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
  }
  #contents .section.acce_bottom:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
  }

  body.show #contents {
    width: 100%;
  }

  .common_inner {
    width: 92%;
    margin: 0 auto;
  }

  .lead_desc {
    font-size: 1.6rem;
    color: #4c4c4c;
    line-height: 1.5;
  }

  .sec_title {
    color: #00a89a;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .sec_title span {
    font-size: 1rem;
    display: block;
    text-align: center;
  }

  .link_arrow a:before, .link_arrow a:after {
    content: '';
    display: block;
    position: absolute;
  }
  .link_arrow a:before {
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #3fc4b8;
  }
  .link_arrow a:after {
    bottom: 7px;
    right: 8px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .section {
    padding-bottom: 100px;
  }
  .section:last-child {
    padding-bottom: 0;
  }
  .section .list a {
    position: relative;
    display: block;
  }
  .section .list a:hover {
    opacity: .8;
  }
  .section .btn {
    width: 180px;
    height: 40px;
    text-align: center;
    margin: 40px auto 0;
  }
  .section .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #fff;
    background-color: #00a89a;
    border-radius: 25px;
    padding-top: 9px;
  }
  .section .btn a:hover {
    opacity: .8;
  }
  .section .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #top_kv {
    margin-bottom: 4vw;
  }
  #top_kv .copy {
    height: 100vw;
    padding-top: 22vw;
    margin-bottom: 2vw;
    margin-left: 4vw;
    margin-right: 4vw;
    border-radius: 15px;
    background: url(../images/top/kv_sp.png?id=20230922) -30px top no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 5.33vw;
    font-weight: bold;
    line-height: 1.5;
    color: #00a89a;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
  }
  #top_kv .copy span {
    padding-top: 3vw;
    font-size: 4vw;
    color: #555;
    display: block;
    height: 1.5;
  }
  #top_kv .fund_info .fund {
    max-width: none;
  }
  #top_kv .fund_info .fund:last-child {
    margin-bottom: 0;
  }
  #top_kv .fund_info .fund_inner {
    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;
  }
  #top_kv .fund_info .fund {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top_kv .fund_info .fund a {
    text-decoration: none;
  }
  #top_kv .fund_info .fund.codomo .fund_head {
    background-color: #ec788e;
  }
  #top_kv .fund_info .fund.codomo .fund_head a:after {
    color: #ec788e;
  }
  #top_kv .fund_info .fund.codomo .fund_body {
    border-color: #ec788e;
  }
  #top_kv .fund_info .fund.codomo .fund_body .btn a {
    background-color: #ec788e;
  }
  #top_kv .fund_info .fund.codomo .fund_body .block1 dl {
    border-color: #ec788e;
  }
  #top_kv .fund_info .fund.ofukuro .fund_head {
    background-color: #9b3d49;
  }
  #top_kv .fund_info .fund.ofukuro .fund_head a:after {
    color: #9b3d49;
  }
  #top_kv .fund_info .fund.ofukuro .fund_body {
    margin-bottom: 0;
    border-color: #9b3d49;
  }
  #top_kv .fund_info .fund.ofukuro .fund_body .btn a {
    background-color: #9b3d49;
  }
  #top_kv .fund_info .fund.ofukuro .fund_body .block1 dl {
    border-color: #9b3d49;
  }
  #top_kv .fund_info .fund .fund_head {
    width: 100%;
    padding: 38px 10px 5px 70px;
    border-radius: 10px 10px 0 0;
    height: 89px;
    position: relative;
  }
  #top_kv .fund_info .fund .fund_head > img {
    position: absolute;
    width: 52px;
    height: 48px;
    left: 10px;
    top: 25px;
  }
  #top_kv .fund_info .fund .fund_head > p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  #top_kv .fund_info .fund .fund_head .fund_h2_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #top_kv .fund_info .fund .fund_head .fund_h2_wrap .NISA_link {
    display: block;
    width: 90px;
    position: absolute;
    top: 11px;
  }
  #top_kv .fund_info .fund .fund_head .fund_h2_wrap .NISA_link a {
    width: 100%;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #04a79a;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding-left: 14px;
  }
  #top_kv .fund_info .fund .fund_head .fund_h2_wrap .NISA_link a::after {
    content: none;
  }
  #top_kv .fund_info .fund .fund_head a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #top_kv .fund_info .fund .fund_head a .fund_name {
    width: 100%;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.6rem;
    text-align: left;
  }
  #top_kv .fund_info .fund .fund_head a:after {
    content: '▶';
    position: absolute;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 10px;
    top: 0;
    font-size: 12px;
    line-height: 1;
    color: #000;
    display: block;
    margin: auto 0;
  }
  #top_kv .fund_info .fund .fund_head .result {
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  #top_kv .fund_info .fund .fund_head .result .persent {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-left: 5px;
  }
  #top_kv .fund_info .fund .fund_head .result .period {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  #top_kv .fund_info .fund .fund_head .fund_feature {
    position: absolute;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #top_kv .fund_info .fund .fund_head .fund_feature:before, #top_kv .fund_info .fund .fund_head .fund_feature:after {
    content: '';
    display: inline-block;
    background-color: #555;
    width: 1px;
    height: 30px;
    vertical-align: middle;
  }
  #top_kv .fund_info .fund .fund_head .fund_feature:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-right: 20px;
  }
  #top_kv .fund_info .fund .fund_head .fund_feature:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 20px;
  }
  #top_kv .fund_info .fund .fund_head .fund_update {
    position: absolute;
    bottom: -5px;
    right: 7px;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    color: #fff;
    font-size: 1rem;
  }
  #top_kv .fund_info .fund .fund_body {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-top: none;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
  #top_kv .fund_info .fund .fund_body > p {
    font-size: 1.4rem;
  }
  #top_kv .fund_info .fund .fund_body .block1 {
    width: 100%;
  }
  #top_kv .fund_info .fund .fund_body .block1 dl {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_kv .fund_info .fund .fund_body .block1 dt, #top_kv .fund_info .fund .fund_body .block1 dd {
    color: #555;
    display: inline-block;
  }
  #top_kv .fund_info .fund .fund_body .block1 dt {
    width: 58%;
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #top_kv .fund_info .fund .fund_body .block1 dd {
    position: relative;
    width: 39%;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: right;
  }
  #top_kv .fund_info .fund .fund_body .block1 dd span {
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: translate3d(calc(100% + 31%), 0, 0);
            transform: translate3d(calc(100% + 31%), 0, 0);
    font-weight: normal;
    font-size: 1.3rem;
  }
  #top_kv .fund_info .fund .fund_body .block1 dd i {
    margin-top: -0.4em;
    font-size: 0.65em;
    display: block;
    font-style: normal;
    font-weight: normal;
  }
  #top_kv .fund_info .fund .fund_body .block2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link {
    width: 48%;
    margin: 5px 0 10px 0;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link:last-child {
    margin-bottom: 0;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link a {
    display: block;
    width: 100%;
    height: 2.8rem;
    padding-top: 0;
    line-height: 2;
    background-color: #e6e6e6;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 5px;
    text-decoration: none;
  }
  #top_kv .fund_info .fund .fund_body .block2 .link a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #top_kv .fund_info .fund .fund_body .block2 > span {
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 1.3rem;
  }
  #top_kv .fund_info .fund .fund_body .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: 10px;
  }
  #top_kv .fund_info .fund .fund_body .btn a {
    position: relative;
    display: block;
    width: 62%;
    height: 40px;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 25px;
    padding-top: 9px;
    padding-left: 14px;
  }
  #top_kv .fund_info .fund .fund_body .btn a:hover {
    opacity: .8;
  }
  #top_kv .fund_info .fund .fund_body .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #top_kv .fund_info .fund .fund_body .block1 dd span {
    top: 10px;
  }
  #top_kv .bnr_x_sp {
    width: 95%;
    margin: 0 auto 2vw auto;
    display: block;
  }
  #top_kv .bnr_x_sp a {
    display: block;
  }
  #top_kv .bnr_x_sp a img {
    width: 100%;
    height: auto;
  }

  #important_message {
    padding: 10px 0 40px 0;
  }
  #important_message dl {
    width: 100%;
    padding: 0 20px 10px 20px;
    border: solid 2px #D71D3B;
    text-align: center;
  }
  #important_message dl dt {
    padding: 0 30px;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #D71D3B;
    line-height: 2em;
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
  }
  #important_message dl dd {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  #important_message dl dd.title {
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: dotted 1px #999;
  }

  #news {
    margin-bottom: 80px;
  }
  #news .cont {
    text-align: left;
  }
  #news .title {
    display: inline-block;
    width: 100px;
    background-color: #00a89a;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 5px 0;
  }
  #news .list {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f3f3f3;
    vertical-align: top;
  }
  #news .list .item {
    height: 100%;
  }
  #news .list .item:nth-child(n+2) {
    display: none;
  }
  #news .list .item > .wrap {
    padding: 10px 15px;
  }
  #news .list .date {
    width: 100%;
    display: inline-block;
    font-size: 1.3rem;
    color: #4c4c4c;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #news .list .item_title {
    width: 100%;
    display: inline-block;
    color: #4c4c4c;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #news .list .item_title.pc {
    display: none;
  }
  #news .list a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
  }
  #news .list a .item_title {
    color: #4c4c4c;
  }
  #news .list a:hover {
    opacity: .8;
  }
  #news .list .slick-prev,
  #news .list .slick-next {
    position: absolute;
    top: 18px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
  }
  #news .list .slick-prev:hover,
  #news .list .slick-next:hover {
    opacity: .8;
  }
  #news .list .slick-prev {
    right: 60px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: 2px solid #00a89a;
    border-bottom: 2px solid #00a89a;
  }
  #news .list .slick-next {
    right: 30px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #00a89a;
    border-right: 2px solid #00a89a;
  }
  #news .btn {
    width: 180px;
    height: 40px;
    text-align: center;
    margin: 20px auto 0;
  }
  #news .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #fff;
    background-color: #00a89a;
    border-radius: 25px;
    padding-top: 9px;
  }
  #news .btn a:hover {
    opacity: .8;
  }
  #news .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #first .sec_info {
    font-size: 1.5rem;
  }
  #first .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #first .list.link_arrow a::before {
    border-radius: 0 0 10px 0;
    width: 30px;
    height: 30px;
  }
  #first .list.link_arrow a::after {
    bottom: 10px;
    right: 11px;
    width: 9px;
    height: 9px;
  }
  #first .list .item {
    width: 100%;
    margin-top: 30px;
  }
  #first .list .item:last-child {
    margin-bottom: 0;
  }
  #first .list .item a {
    height: 100%;
    background: #def3f2;
    border-radius: 10px;
    padding: 30px;
  }
  #first .list .item .item_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    color: #00a89a;
    margin-bottom: 10px;
  }
  #first .list .item .item_title span {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  #first .list .item .desc {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.4;
  }
  #first .list .item .image {
    position: absolute;
  }
  #first .list .item .image img {
    width: 100%;
    height: auto;
  }
  #first .list .item1 {
    margin-bottom: 10px;
  }
  #first .list .item1 .image {
    width: 180px;
    top: 39px;
    right: -51px;
  }
  #first .list .item2 {
    margin-bottom: 10px;
  }
  #first .list .item2 .item_title {
    margin-bottom: 15px;
    line-height: 1;
  }
  #first .list .item2 .image {
    width: 74px;
    bottom: 34px;
    right: 35px;
  }
  #first .list .item3 .image {
    width: 74px;
    top: 23px;
    right: 30px;
  }
  #first:after {
    right: 4%;
    background: url("../images/top/first_acce.svg") center 0/100% no-repeat;
    width: 54px;
    height: 70px;
  }
  #first .h2_voice {
    margin-top: 80px;
  }
  #first .voice_lists dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  #first .voice_lists dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
  }
  #first .voice_lists dl dt img {
    width: 70px;
    height: auto;
  }
  #first .voice_lists dl dt p {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  #first .voice_lists .speech_bbl {
    position: relative;
    display: inline-block;
    background: #FFF;
    border: solid 2px #3fc4b8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 20px 15px;
    border-radius: 10px;
  }
  #first .voice_lists .speech_bbl::before {
    content: "";
    position: absolute;
    top: 20%;
    left: -21px;
    margin-top: -12px;
    border: 10px solid transparent;
    border-right: 21px solid #FFF;
    z-index: 2;
  }
  #first .voice_lists .speech_bbl::after {
    content: "";
    position: absolute;
    top: 20%;
    left: -22px;
    margin-top: -9px;
    border: 7px solid transparent;
    border-right: 14px solid #3fc4b8;
    z-index: 1;
  }
  #first .voice_lists .speech_bbl p {
    font-size: 1.3rem;
  }

  #seminar {
    background-color: #f3f3f3;
    padding: 60px 0;
    margin-bottom: 60px;
  }
  #seminar .seminar_title {
    width: 180px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #3fc4b8;
    padding: 10px 0;
  }
  #seminar .lead_desc {
    margin-bottom: 30px;
  }
  #seminar .cate_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  #seminar .cate_list li {
    margin: 0 5px;
  }
  #seminar .cate_list li a {
    height: 65px;
    display: block;
  }
  #seminar .cate_list li a:hover {
    opacity: 0.6;
  }
  #seminar .cate_list li a img {
    width: 100%;
    height: 100%;
  }
  #seminar .list1 {
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
  }
  #seminar .list1 .item {
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
  }
  #seminar .list1 .item:last-child {
    border-bottom: none;
  }
  #seminar .list1 .item a {
    padding: 4% 10% 4% 4%;
  }
  #seminar .list1 .item a:before, #seminar .list1 .item a:after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #seminar .list1 .item a:before {
    right: 4%;
  }
  #seminar .list1 .item a:after {
    right: 6.2%;
  }
  #seminar .list1 .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #seminar .list1 .item .grade {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 140px;
    height: 48px;
    margin-bottom: 10px;
    background: url("../images/top/seminar_beginner.svg") center 0/100% no-repeat;
  }
  #seminar .list1 .item .grade.cat1 {
    background: url("../images/top/seminar_beginner.svg") center 0/100% no-repeat;
  }
  #seminar .list1 .item .grade.cat2 {
    background: url("../images/top/seminar_intermediate.svg") center 0/100% no-repeat;
  }
  #seminar .list1 .item .grade.cat3 {
    background: url("../images/top/seminar_upper.svg") center 0/100% no-repeat;
  }
  #seminar .list1 .item .info {
    width: calc(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #seminar .list1 .item .item_title {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1.3;
    margin-bottom: 13px;
  }
  #seminar .list1 .item .cats {
    width: 100%;
    text-align: left;
  }
  #seminar .list1 .item .cats span {
    display: inline-block;
    min-width: 84px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #00a89a;
    border-radius: 3px;
    border: solid 1px #00a89a;
    padding: 4px 6px;
    text-align: center;
  }
  #seminar .list1 .item .cats span + span {
    margin-top: 5px;
  }
  #seminar .list1 .item .date {
    font-size: 1.4rem;
    font-weight: bold;
    color: #4c4c4c;
    margin-right: 10px;
    padding-top: 7px;
  }
  #seminar .list1 .item .time {
    font-size: 1.4rem;
    color: #4c4c4c;
    padding-top: 7px;
  }
  #seminar .list1 .no_seminar {
    font-size: 1.5rem;
    color: #4c4c4c;
    line-height: 1.5;
    padding: 25px 20px;
  }
  #seminar .seminar_tab_wrap {
    position: relative;
    padding-top: 85px;
  }
  #seminar .seminar_tab_wrap .list2 {
    position: absolute;
  }
  #seminar .list2 {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
  }
  #seminar .list2 .item {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #seminar .list2 .item:last-child {
    margin-bottom: 0;
  }
  #seminar .list2 .item a {
    height: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #seminar .list2 .item a:before {
    border-radius: 0 0 10px 0;
  }
  #seminar .list2 .item .image {
    width: 40%;
    text-align: center;
    margin: 0 auto 10px;
  }
  #seminar .list2 .item .item_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4c4c4c;
  }
  #seminar .list2.single .item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #seminar .list2.single .item a .image {
    width: auto;
    margin: 0;
  }
  #seminar .list2.single .item a .image img {
    width: auto;
    height: 30px;
  }
  #seminar .list2.single .item a .detail {
    text-align: left;
  }
  #seminar .list2.single .item a .item_title {
    text-align: left;
  }
  #seminar .list2.single .item2 {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #seminar .list2.single .item2 a {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    position: relative;
  }
  #seminar .list2.single .item2 a::after {
    position: absolute;
    bottom: 20px;
    right: 16px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #00a89a;
    border-right: 2px solid #00a89a;
  }
  #seminar .list2.single .item2 a .image {
    margin-right: 6px;
    margin-left: 13px;
    margin-bottom: 0;
  }
  #seminar .list2.single .item2 a .image img {
    height: 35px;
  }
  #seminar .btn {
    margin-bottom: 10px;
  }
  #seminar.section.acce_bottom:after {
    left: 4%;
    background: url("../images/top/seminar_acce.svg") center 0/100% no-repeat;
    width: 34px;
    height: 34px;
    bottom: -14px;
  }

  #video {
    padding-bottom: 0;
  }
  #video .list {
    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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 50px 0;
  }
  #video .list:after {
    content: '';
    display: block;
    width: 350px;
    height: 1px;
  }
  #video .list .link_arrow {
    position: relative;
  }
  #video .list .link_arrow a:before, #video .list .link_arrow a:after {
    content: '';
    display: block;
    position: absolute;
  }
  #video .list .link_arrow a:before {
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #00a89a;
  }
  #video .list .link_arrow a:after {
    bottom: 7px;
    right: 8px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #video .list .item_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  #video .list .item_wrap .recommend_text {
    font-size: 1.5rem;
  }
  #video .list .item {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #video .list .item .btn_video {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  #video .list .item .btn_video:hover {
    opacity: .8;
  }
  #video .list .item .btn_video .wrap {
    height: 100%;
  }
  #video .list .item .detail {
    padding: 15px 0;
  }
  #video .list .item .image {
    position: relative;
    width: 100%;
    height: 185px;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover;
  }
  #video .list .item .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/common/icon_youtube.svg") center center no-repeat;
    background-size: 45px auto;
    position: absolute;
  }
  #video .list .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #video .list .item .date {
    display: inline-block;
    font-size: 1.3rem;
    color: #4c4c4c;
    line-height: 1;
    padding-right: 10px;
    padding-left: 20px;
    margin-bottom: 8px;
  }
  #video .list .item .categpries {
    display: inline-block;
  }
  #video .list .item .categpries li {
    display: inline-block;
    margin-right: 3px;
    padding: 2px 4px 3px 4px;
    display: block;
    font-size: 1.3rem;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1;
    background-color: #ddd;
    color: #444;
  }
  #video .list .item .title {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #00a89a;
    line-height: 1.3;
    letter-spacing: .045em;
    padding-right: 20px;
    padding-left: 20px;
    word-break: break-all;
  }

  #modal_movie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  #modal_movie .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal_movie .btn {
    background-color: transparent;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 22%;
    right: 0;
    border-radius: 4px;
    cursor: pointer;
  }
  #modal_movie .btn:hover {
    opacity: .8;
  }
  #modal_movie .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal_movie .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal_movie .movie_wrap {
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    position: relative;
  }
  #modal_movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #blog {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
  }
  #blog .list {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  #blog .list .item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ccc;
  }
  #blog .list .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #blog .list .item a {
    height: 100%;
  }
  #blog .list .item a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  #blog .list .item a:before, #blog .list .item a:after {
    display: none;
  }
  #blog .list .item .wrap {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #blog .list .item .image {
    position: relative;
    width: 80px;
    height: 53px;
    overflow: hidden;
    border-radius: 10px;
  }
  #blog .list .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #blog .list .item .detail {
    width: calc(100% - 90px);
  }
  #blog .list .item .date {
    font-size: 1.2rem;
    color: #4c4c4c;
    line-height: 1;
  }
  #blog .list .item .title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1.3;
    letter-spacing: .045em;
    word-break: break-all;
    padding-top: 5px;
  }
  #blog:after {
    right: 4%;
    background: url("../images/top/blog_acce.svg") center 0/100% no-repeat;
    width: 52px;
    height: 120px;
  }

  #funds {
    padding-top: 100px;
  }
  #funds .lead_desc {
    margin-bottom: 50px;
  }
  #funds .list1 .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #funds .list1 .item a:before {
    border-radius: 0 0 10px 0;
  }
  #funds .list1 .item .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    padding-left: 80px;
  }
  #funds .list1 .item .head .item_title {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: bold;
  }
  #funds .list1 .item .head .desc {
    font-size: 1.3rem;
    color: #4c4c4c;
  }
  #funds .list1 .item .head .image {
    position: absolute;
    bottom: 4px;
    left: 16px;
  }
  #funds .list1 .item .head .image img {
    display: block;
    width: auto;
    height: 45px;
  }
  #funds .list1 .item .detail {
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
  }
  #funds .list1 .item .detail .desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #funds .list1 .item .btn_wrap .NISA_link a {
    display: block;
    width: 110px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #04a79a;
    border-radius: 6px;
    color: #fff;
    font-size: 1.2rem;
  }
  #funds .list1 .item .btn_wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0;
    text-align: left;
    width: auto;
    height: auto;
    margin-top: 15px;
  }
  #funds .list1 .item .btn_wrap .btn a {
    display: block;
    width: 190px;
    height: 40px;
    font-size: 1.4rem;
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    padding-top: 9px;
    padding-left: 18px;
    font-weight: bold;
  }
  #funds .list1 .item .btn_wrap .btn a:hover {
    opacity: .8;
  }
  #funds .list1 .item .btn_wrap .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #funds .list1 .codomo a:before {
    background-color: rgba(218, 56, 79, 0.5);
  }
  #funds .list1 .codomo .head {
    border: 1px solid #ec788e;
  }
  #funds .list1 .codomo .head .item_title {
    color: #ec788e;
  }
  #funds .list1 .codomo .head .image {
    bottom: 4px;
    left: 16px;
  }
  #funds .list1 .codomo .head .image img {
    height: 45px;
  }
  #funds .list1 .codomo .detail {
    background-color: #ec788e;
  }
  #funds .list1 .codomo .detail .desc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #funds .list1 .codomo .detail .desc {
    width: 55.47%;
    color: #fff;
  }
  #funds .list1 .codomo .detail .image {
    width: 32.72%;
    max-width: 162px;
    margin-top: 5px;
  }
  #funds .list1 .codomo .detail .image img {
    width: 100%;
  }
  #funds .list1 .codomo .detail .btn_wrap {
    padding-top: 10px;
  }
  #funds .list1 .codomo .detail .btn_wrap .btn a {
    color: #ec788e;
  }
  #funds .list1 .codomo .detail .btn_wrap .btn a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ec788e;
    border-right: 2px solid #ec788e;
  }
  #funds .list1 .ofukuro a:before {
    background-color: rgba(123, 47, 57, 0.5);
  }
  #funds .list1 .ofukuro .head {
    border: 1px solid #9b3d49;
  }
  #funds .list1 .ofukuro .head .item_title {
    color: #9b3d49;
  }
  #funds .list1 .ofukuro .head .image {
    bottom: 7px;
    left: 21px;
  }
  #funds .list1 .ofukuro .head .image img {
    height: 44px;
  }
  #funds .list1 .ofukuro .detail {
    background-color: #9b3d49;
  }
  #funds .list1 .ofukuro .detail .desc {
    color: #fff;
  }
  #funds .list1 .ofukuro .detail .btn_wrap {
    padding-top: 10px;
  }
  #funds .list1 .ofukuro .detail .btn_wrap .btn a {
    color: #9b3d49;
  }
  #funds .list1 .ofukuro .detail .btn_wrap .btn a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #9b3d49;
    border-right: 2px solid #9b3d49;
  }
  #funds .sub_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #00a89a;
    text-align: center;
    margin-bottom: 30px;
  }
  #funds .list2 {
    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;
  }
  #funds .list2 .item {
    width: 100%;
    max-width: 350px;
    background-color: #def4f2;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #funds .list2 .item a {
    padding: 25px 20px;
  }
  #funds .list2 .item a:before {
    border-radius: 0 0 10px 0;
    width: 30px;
    height: 30px;
  }
  #funds .list2 .item a:after {
    bottom: 10px;
    right: 11px;
    width: 9px;
    height: 9px;
  }
  #funds .list2 .item .item_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4c4c4c;
  }
  #funds .list2 .item .item_desc {
    font-size: 1.5rem;
    color: #4c4c4c;
    margin-top: 20px;
  }
  #funds:after {
    left: 4%;
    background: url("../images/top/funds_acce.svg") center 0/100% no-repeat;
    width: 82px;
    height: 68px;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }

  #information {
    padding-top: 100px;
    background-color: #f3f3f3;
  }
  #information .item {
    width: 100%;
    border-bottom: 2px dotted #dedede;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  #information .item:last-child {
    margin-bottom: 0;
  }
  #information .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 5px;
  }
  #information .item .wrap .cats {
    margin-right: 15px;
  }
  #information .item .wrap .cats .cat {
    min-width: 75px;
    max-width: 100px;
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: #14195a;
    border-radius: 3px;
    text-align: center;
    padding: 4px 0 5px;
    background-color: #dbe0f3;
  }
  #information .item .wrap .cats .cat + .cat {
    margin-top: 5px;
  }
  #information .item .wrap .cats .cat2 {
    color: #0d8040;
    background-color: #dbebce;
  }
  #information .item .wrap .date {
    width: 120px;
    color: #4c4c4c;
    font-size: 1.4rem;
    letter-spacing: .06em;
  }
  #information .item .wrap .title {
    width: 100%;
    font-size: 1.4rem;
    color: #4c4c4c;
    word-break: break-all;
    margin-top: 5px;
  }
  #information .caution_wrap {
    width: 100%;
    margin: 42px auto 0;
  }
  #information .caution_wrap p:nth-of-type(1) {
    font-weight: bold;
    font-size: 1.6rem;
    color: #00a89a;
    text-align: center;
    margin-bottom: 17px;
  }
  #information .caution_wrap p:nth-of-type(1) i {
    margin-right: 10px;
  }
  #information .caution_wrap p:nth-of-type(1) i img {
    width: 16px;
    height: 16px;
  }
  #information .caution_wrap p:nth-of-type(2) {
    color: #4c4c4c;
    font-size: 1.2rem;
  }
  #information .caution_wrap p:nth-of-type(2) a {
    text-decoration: underline;
  }
  #information .btn {
    margin-top: 40px;
  }
  #information .common_inner {
    padding-bottom: 80px;
  }
  #information:before {
    right: 4%;
    background: url("../images/top/information_acce.svg") center 0/100% no-repeat;
    width: 70px;
    height: 74px;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
