@media screen and (min-width:751px) {
  .l_header {
    background-color: rgba(255, 255, 255, .96);
  }
}
.topMv {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: url(/assets/images/top/bg_mv_sp.svg) center center no-repeat;
  background-size: cover;
  margin-top: -64px;
}
.topMv:before {
  content: "";
  display: block;
  padding-top: calc(86.66% + 64px + 125px);
}
.media_sp .topMv {
  width: 375px;
}
.mvSlider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 64px;
}
.mvSlider:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.media_sp .mvSlider {
  width: 375px;
  overflow: hidden;
}
.mvSlider_box {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  padding-bottom: 80px;
}
.mvSlider_img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom
}
.mvSliderInfo {
  display: block;
  transition: opacity .6s;
}
.mvSlider_info {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 89.73%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 16px 0 24px 16px;
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: 2;
  opacity: 0;
}
@keyframes mvInfo {
  0% {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    opacity: 0;
  }
  20% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mvSlider_info.is_show {
  animation: mvInfo 5s cubic-bezier(.25, 1, .5, 1) .3s forwards;
  -webkit-animation: mvInfo 5s cubic-bezier(.25, 1, .5, 1) .3s forwards;
  z-index: 10;
}
.mvSliderInfo.is_noanim {
  transition: none;
}
.mvSliderInfo.is_hide {
  display: block !important;
  opacity: 0;
}
.mvSlider_info {
  padding-bottom: 16px;
}
.mvSlider_txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2c2c;
  padding-right: 16px;
}
.mvSlider_link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1686fc;
  text-align: right;
  margin-top: 8px;
  padding-right: 40px;
}
.mvSlider_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 30px;
  height: 1px;
  background: #1686fc;
  transform-origin: left top;
  transition: transform .3s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.media_pc .mvSlider_info_btn:hover .mvSlider_link::after {
  animation: linkBtn01 .7s;
  -webkit-animation: linkBtn01 .7s;
}
.mvSlider_num {
  display: none;
}
.mvSlider .slick-dots {
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 28px;
  text-align: right;
  margin: 0 auto;
  padding-right: 10px;
}
.mvSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, .5);
  text-indent: -9999px;
  margin: 0 7px;
  border-radius: 13px;
}
.mvSlider .slick-dots li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  transition: opacity .6s;
  opacity: 0;
  background: url(/assets/images/common/icn_slick_dot_white.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: -4px;
  transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transition: all 1.4s 0s cubic-bezier(.25, 1, .5, 1);
}
.mvSlider .slick-dots li.slick-active::before {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  opacity: 1;
}
.mvSlider .slick-dots li button {
  -webkit-appearance: none;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0;
  font: 400 11px system-ui;
  padding: 0;
  border: none;
  opacity: 0;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 10;
}
@media screen and (min-width:751px) {
  .topMv {
    background: url(/assets/images/top/bg_mv_pc.svg) center bottom no-repeat;
    background-size: cover;
    margin-top: -90px;
    height: 812px;
  }
  .topMv:before {
    display: none;
  }
  .topMv_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 812px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .mvSlider {
    top: 214px;
    left: 80px;
    bottom: auto;
    right: auto;
    padding-top: 0;
    width: 780px;
    height: 520px;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  }
  .mvSlider .slick-list {
    overflow: hidden;
  }
  .mvSlider_info {
    width: 600px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 30px 0 48px 30px;
    position: absolute;
    bottom: 40px;
    top: auto;
    left: 600px;
  }
  .mvSlider_info {
    padding-bottom: 28px;
  }
  .mvSlider_txt {
    font-size: 3rem;
    padding-right: 30px;
  }
  .mvSlider_link {
    font-size: 1.6rem;
    margin-top: 28px;
    padding-right: 70px;
  }
  .mvSlider_link::after {
    width: 60px;
  }
  .mvSlider .slick-dots {
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 828px;
    bottom: auto;
    margin: 0;
    padding-right: 0;
  }
  .mvSlider .slick-dots li {
    display: block;
    width: 6px;
    height: 6px;
    background-color: rgba(196, 196, 196, .5);
    margin: 20px 0;
  }
  .media_pc .mvSlider .slick-dots li:hover::before {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    opacity: 1;
  }
  .mvSlider .slick-dots li::before {
    width: 20px;
    height: 20px;
    background: url(/assets/images/common/icn_slick_dot_red.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -7px;
    left: -7px;
    transition: all 1.4s 0s cubic-bezier(.25, 1, .5, 1);
  }
  .mvSlider .slick-dots li button {
    top: -9px;
    left: -9px;
  }
}
@media screen and (min-width:751px) and (max-width:1220px) {
  .mvSlider_info {
    left: auto;
    right: 30px;
  }
}
@media screen and (min-width:751px) and (max-width:960px) {
  .mvSlider {
    width: 660px;
    height: 440px;
    left: 30px;
  }
}
@media screen and (min-width:751px) and (max-width:960px) {
  .next_btn,
  .prev_btn {
    top: 193px;
  }
}
@media screen and (min-width:751px) and (max-width:960px) {
  .mvSlider .slick-dots {
    left: 708px
  }
}
@media screen and (max-width:750px) {
  .l_social {
    padding-top: 60px;
  }
}
@media screen and (min-width:751px) {
  .l_social_wrap {
    padding-top: 70px;
  }
}
.noticeBlock {
  padding: 20px 15px 30px;
  background-color: #f8f8f8;
  z-index: 2;
}
.noticeBlock_tit {
  margin: 0 auto 15px;
}
.noticeBlock_list_date {
  color: #888;
}
.noticeBlock_list_btn.noticeBlock_list_btn-important {
  background-color: #fcd3d5;
  border-top: 2px solid #f0232f;
  border-bottom: 2px solid #f0232f;
  font-weight: 700;
  margin-top: -1px;
}
.noticeBlock_list_btn.noticeBlock_list_btn-important + .noticeBlock_list_btn-important {
  margin-top: -2px;
}
.noticeBlock_list_btn.noticeBlock_list_btn-important .noticeBlock_list_date {
  color: inherit;
}
.importantNotice_list .noticeBlock_list_btn {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width:751px) {
  .noticeBlock {
    padding: 85px 30px 50px;
  }
  .noticeBlock_tit {
    margin: 0 auto 26px;
  }
}
.contentsBlock {
  padding: 20px 15px 20px;
}
@media screen and (min-width:751px) {
  .contentsBlock {
    padding: 20px 30px 20px;
  }
}
.topInvest {
  background-color: #f0232f;
  padding: 40px 15px 40px;
}
.topInvest_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.topInvest_list_btn {
  position: relative;
  display: block;
  border: 2px solid #fff;
  background-color: #f0232f;
  border-radius: 4px;
  padding: 16px 10px 13px;
  text-align: center;
  width: calc((100% - 15px)/ 2);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.topInvest_list_btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(/assets/images/common/icn_ar_white_01_01.svg) 0 0 no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.topInvest_list_btn span {
  position: relative;
  display: inline-block;
  padding-top: 32px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.topInvest_list_btn.howto_btn span {
  background: url(/assets/images/common/icn_select_white_01.svg) center 0 no-repeat;
  background-size: 31px 25px;
}
.topInvest_list_btn.point_btn span {
  background: url(/assets/images/common/icn_point_white_01.svg) center 0 no-repeat;
  background-size: 22px 27px;
}
.topInvest_sim {
  display: block;
  margin-top: 30px;
}
.topInvest_sim_btn {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  padding: 15px 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.topInvest_sim_btn::before {
  content: "";
  display: block;
  width: 22px;
  height: 10px;
  background: url(/assets/images/common/icn_ar_red_01_01.svg) 0 0 no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.topInvest_sim_btn span {
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f0232f;
  padding-left: 40px;
  background: url(/assets/images/common/icn_simlation_red_01.svg) 0 center no-repeat;
  background-size: 20px 30px;
}
@media screen and (min-width:751px) {
  .topInvest {
    padding: 90px 30px 90px;
  }
  .topInvest .contentsBlock_wrap {
    max-width: 1120px;
    margin: 0 auto;
  }
  .topInvest .contentsBlock_wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
  }
  .topInvest_list {
    width: 520px;
    width: calc((100% - 80px)/ 2);
    float: left;
  }
  .topInvest_list_btn {
    display: block;
    border: 3px solid #fff;
    background-color: #f0232f;
    border-radius: 10px;
    padding: 22px 10px 16px;
    text-align: center;
    width: calc((100% - 40px)/ 2);
    transition: background-color .6s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  .topInvest_list_btn::before {
    width: 20px;
    height: 20px;
    background-size: 12px 20px;
    margin-top: -10px;
  }
  .topInvest_list_btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/images/common/icn_ar_red_01_01.svg) 0 0 no-repeat;
    background-size: 12px 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    z-index: 2;
    transition: opacity .6s;
    opacity: 0;
  }
  .topInvest_list_btn span {
    padding-top: 56px;
    font-size: 2rem;
    transition: color .6s;
  }
  .topInvest_list_btn.howto_btn span {
    background-size: 50px 40px;
  }
  .topInvest_list_btn.point_btn span {
    background-size: 37px 45px;
  }
  .topInvest_list_btn.howto_btn span::before,
  .topInvest_list_btn.point_btn span::before {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    background: url(/assets/images/common/icn_select_red_01.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
    transition: opacity .6s;
    opacity: 0;
  }
  .topInvest_list_btn.point_btn span::before {
    width: 37px;
    height: 45px;
    background: url(/assets/images/common/icn_point_red_01.svg) 0 0 no-repeat;
    background-size: contain;
    margin-left: -18.5px;
  }
  .media_pc .topInvest_list_btn:hover {
    background-color: #fff;
  }
  .media_pc .topInvest_list_btn:hover span {
    color: #f0232f;
  }
  .media_pc .topInvest_list_btn:hover span::before {
    opacity: 1;
  }
  .media_pc .topInvest_list_btn:hover::after {
    opacity: 1;
  }
  .topInvest_sim {
    margin-top: 0;
    width: 520px;
    width: calc((100% - 80px)/ 2);
    float: left;
    margin-left: 80px;
    text-align: center;
  }
  .topInvest_sim_txt {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    padding-top: 14px;
    margin-bottom: 23px;
  }
  .topInvest_sim_txt span {
    font-size: 2.2rem;
    font-weight: 400;
  }
  .topInvest_sim_btn {
    padding: 14px 10px;
    border: 3px solid #fff;
    transition: background-color .6s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  }
  .topInvest_sim_btn::before {
    width: 38px;
    height: 20px;
    background-size: 12px 20px;
    margin-top: -10px;
  }
  .topInvest_sim_btn::after {
    content: "";
    display: block;
    width: 38px;
    height: 20px;
    background: url(/assets/images/common/icn_ar_white_01_01.svg) 0 0 no-repeat;
    background-size: 12px 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    z-index: 2;
    transition: opacity .6s;
    opacity: 0;
  }
  .topInvest_sim_btn span {
    height: 46px;
    font-size: 2.4rem;
    padding-left: 52px;
    background-size: 31px 46px;
    transition: color .6s;
  }
  .topInvest_sim_btn span::before {
    content: "";
    display: block;
    width: 31px;
    height: 46px;
    background: url(/assets/images/common/icn_simlation_white_01.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
    z-index: 2;
    transition: opacity .6s;
    opacity: 0;
  }
  .media_pc .topInvest_sim_btn:hover {
    background-color: #f0232f;
  }
  .media_pc .topInvest_sim_btn:hover span {
    color: #fff;
  }
  .media_pc .topInvest_sim_btn:hover span::before {
    opacity: 1;
  }
  .media_pc .topInvest_sim_btn:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width:981px) and (max-width:1120px) {
  .font_size_l .topInvest_sim_btn span {
    font-size: 2.2rem;
    padding-left: 44px;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .topInvest_list {
    width: 100%;
    float: none;
  }
  .topInvest_sim {
    margin-top: 40px;
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.topGuide {
  padding: 60px 15px 40px;
  background-color: #fcd3d5;
}
.topGuide::before {
  content: "";
  display: block;
  width: 100%;
  height: 190px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.topGuide_img {
  display: block;
  width: 345px;
  height: 240px;
  position: absolute;
  top: 146px;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.topGuide_img img {
  width: 345px;
  height: auto;
  object-fit: cover;
}
.browser_ie .topGuide_img img {
  display: none !important;
}
.headline_l {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 37px;
}
.headline_l_main {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
  z-index: 2;
  padding-top: 9px;
}
.headline_l_sub {
  display: block;
  font-size: 3.5rem;
  font-family: "Josefin Sans";
  font-weight: 700;
  color: #fabec1;
  line-height: .9;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.topGuide_list {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  margin-top: 190px;
  margin-bottom: 28px;
}
.topGuide_list_btn {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  padding: 15px 15px 20px 20px;
  border-radius: 10px;
}
.topGuide_list_btn+.topGuide_list_btn {
  margin-top: 20px;
}
.topGuide_list_tit {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.5;
  margin-bottom: 7px;
}
.topGuide_list_txt {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #2c2c2c;
}
.topGuide .slick-dots {
  display: none !important;
}
.topGuide .slick-track {
  display: flex !important;
}
.topGuide .slick-slide {
  height: inherit !important;
}
@media screen and (max-width:750px) {
  .topGuide_list_btn {
    width: 100% !important;
  }
}
@media screen and (min-width:751px) {
  .topGuide {
    padding: 120px 30px 90px;
    height: auto;
  }
  .topGuide::before {
    display: none
  }
  .topGuide_img {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .topGuide_img img {
    width: 100%;
    height: 100%;
  }
  .headline_l {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
  }
  .headline_l_main {
    display: block;
    font-size: 2rem;
    text-align: center;
    z-index: 2;
    padding-top: 6px;
  }
  .headline_l_sub {
    display: block;
    font-size: 5rem;
    color: #f0232f;
    line-height: .9;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
  }
  .topGuide_list {
    display: block;
    width: 660px;
    margin-left: 410px;
    margin-top: 86px;
    margin-bottom: 118px;
  }
  .topGuide_list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
  }
  .topGuide_list_btn {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    padding: 30px 30px 35px 30px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-left: 30px;
    transform: translate(0, 0);
    transition: transform .5s cubic-bezier(.34, 1.56, .64, 1);
  }
  .topGuide_list_btn::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(/assets/images/common/icn_ar_red_01_01.svg) 0 0 no-repeat;
    background-size: 12px 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
  }
  .media_pc .topGuide_list_btn:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
  }
  .topGuide_list_btn+.topGuide_list_btn {
    margin-top: 0;
  }
  .topGuide_list_tit {
    font-size: 2rem;
    margin-bottom: 18px;
    transition: color .6s;
  }
  .topGuide_list_txt {
    font-size: 1.6rem;
    transition: color .6s;
  }
  .media_pc .topGuide_list_btn:hover .topGuide_list_tit,
  .media_pc .topGuide_list_btn:hover .topGuide_list_txt {
    color: #1686fc;
  }
  .topGuide .next_btn,
  .topGuide .prev_btn {
    display: block;
    position: absolute;
    top: auto;
    bottom: 66px;
    left: auto;
    right: 0;
  }
  .topGuide .prev_btn {
    right: 80px;
  }
}
@media screen and (min-width:751px) and (max-width:1180px) {
  .topGuide .headline_l {
    margin-bottom: 160px;
  }
}
@media screen and (min-width:751px) and (max-width:1080px) {
  .topGuide_list {
    margin-left: calc(100% - 660px - 30px);
  }
}
@media screen and (min-width:1521px) {
  .topGuide_list {
    width: 990px;
  }
}
@media screen and (min-width:751px) and (max-width:1340px) {
  .topGuide .next_btn {
    right: 30px;
  }
  .topGuide .prev_btn {
    right: 110px;
  }
}
@media screen and (min-width:751px) and (max-width:1180px) {
  .topGuide::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .topGuide_img {
    width: 400px;
    height: 365px;
    top: 250px;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (min-width:751px) and (min-width:1181px) {
  .topGuide .headline_l {
    width: 570px;
    text-align: left;
    padding-left: 60px;
    left: 50%;
    margin-left: 0;
  }
  .topGuide .headline_l_main,
  .topGuide .headline_l_sub {
    width: 570px;
    text-align: left;
  }
}
.topFund {
  padding: 60px 15px 20px;
}
.boxList01 {
  margin-top: 40px;
}
.boxList01_btn {
  min-height: 95px;
}
.boxList01_img {
  background-size: contain;
}
.boxList01_img img {
  width: 100%;
  height: auto;
}
.boxList01_txt {
  padding: 18px 18px;
  width: calc(100% - 155px);
}
@media screen and (max-width:750px) {
  .boxList01_img img {
    width: 155px;
    height: 100%;
  }
  .browser_ie .boxList01_img img {
    display: none;
  }
  .boxList01_txt {
    min-height: 95px;
  }
}
@media screen and (min-width:751px) {
  .topFund {
    padding: 120px 30px 120px;
  }
  .boxList01 {
    margin: -5px auto 0;
  }
  .browser_edge .boxList01_btn,
  .browser_ie .boxList01_btn {
    width: calc((100% - 82px)/ 3);
    margin-left: 39px;
  }
  .boxList01_btn:nth-child(3n+1) {
    margin-left: 0;
  }
  .media_pc .boxList01_btn:hover .boxList01_img img {
    height: auto;
  }
  .boxList01_txt {
    width: 100%;
    padding: 30px 30px;
  }
  .boxList01.featured-num--4 .boxList01_btn:nth-child(2n+1) {
    margin-left: 0;
  }
  .boxList01.featured-num--4 .boxList01_btn:nth-child(2n) {
    margin-left: 40px;
  }
  .boxList01.featured-num--5 {
    justify-content: center;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .boxList01_btn {
    width: calc((100% - 60px)/ 3);
    margin-left: 30px;
    margin-top: 30px !important;
  }
}
.topRanking {
  padding: 45px 15px 35px;
  background-color: #fcd3d5;
  overflow: hidden;
}
.topRanking::before {
  content: "";
  display: block;
  width: 100%;
  height: 145px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ranking_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 30px;
}
.ranking_nav_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px)/ 4);
  background-color: #fff;
  padding: 13px 2px;
  text-align: center;
  border-radius: 5px;
}
.ranking_nav_btn span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #888;
}
.ranking_nav_btn.is_active {
  background-color: #f0232f;
  pointer-events: none;
}
.ranking_nav_btn:after {
  transition: opacity .6s;
  opacity: 0;
}
.ranking_nav_btn.is_active:after {
  content: "";
  display: block;
  width: 40px;
  height: 34px;
  background: url(/assets/images/common/icn_bubble_01.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -20px;
  pointer-events: none;
  opacity: 1;
}
.ranking_nav_btn.is_active span {
  position: relative;
  color: #fff;
  z-index: 2;
}
.ranking_list {
  display: none;
  width: 100%;
  padding: 0 0 0 30px;
}
.ranking_list.is_active {
  display: block;
}
.ranking_list.is_hide {
  visibility: hidden;
}
.ranking_term_nav {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 31px;
  margin-bottom: 15px;
}
.ranking_term_nav_tit {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}
.ranking_term_nav_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px)/ 4);
  background-color: #fff;
  padding: 5px 7px;
  text-align: center;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #888;
}
.ranking_term_nav_btn.is_active {
  background-color: #1485fb;
  color: #fff;
  pointer-events: none;
}
.ranking_term {
  clear: both;
  display: none;
}
.ranking_term.is_active {
  display: block;
}
.ranking_tit {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.ranking_txt {
  display: table-cell;
}
#ranking_2 .ranking_tit:last-child,
#ranking_2 .ranking_txt:last-child,
#ranking_3 .ranking_tit:last-child,
#ranking_3 .ranking_txt:last-child {
  width: 100px;
}
.ranking_tit .ranking_txt {
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
  vertical-align: middle;
}
#ranking_2 .ranking_tit .ranking_txt:last-child,
#ranking_3 .ranking_tit .ranking_txt:last-child {
  font-size: 1rem;
}
.ranking_box {
  position: relative;
  display: block;
  width: 100%;
}
.ranking_box_in {
  display: table;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  overflow: hidden;
}
.ranking_box+.ranking_box {
  margin-top: 15px;
}
.ranking_box .ranking_txt {
  position: relative;
  line-height: 1.5;
  vertical-align: middle;
  padding: 12px 15px;
  color: #2c2c2c;
}
.ranking_box .ranking_txt:first-child {
  text-align: left !important;
  padding-right: 20px;
}
.ranking_box .ranking_txt:last-child {
  background-color: #f4f4f4;
  text-align: right;
  border-radius: 0 5px 5px 0;
}
.ranking_box .ranking_txt:first-child::before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(/assets/images/common/icn_ar_red_01_01.svg) 0 0 no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.ranking_cover {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fcd3d5;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  margin-top: 0;
}
.ranking_cover.is_nomargin {
  margin-top: 0;
}
.ranking_num {
  display: table-cell;
  width: 40px;
  height: 40px;
  background: #f4f4f4;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  position: absolute;
  top: -10px;
  left: -30px;
  z-index: 2;
  color: #888;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  padding-top: 3px;
  border-radius: 40px;
}
.ranking_num.num_1 {
  background: #d5bd3f;
  color: #fff;
}
.ranking_num.num_2 {
  background-color: #bababa;
  color: #fff;
}
.ranking_num.num_3 {
  background-color: #c66d47;
  color: #fff;
}
.ranking_error {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 100px 0 100px;
}
@media screen and (min-width:751px) {
  .topRanking {
    padding: 120px 30px 100px;
  }
  .topRanking::before {
    display: none;
  }
  .ranking_nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 85px;
    margin-bottom: 60px;
  }
  .ranking_nav_btn {
    width: calc((100% - 60px)/ 4);
    padding: 20px 20px 24px;
    border-radius: 10px;
    transition: background-color .6s;
  }
  .ranking_nav_btn span {
    font-size: 2.4rem;
    transition: color .6s;
  }
  .ranking_nav_btn.is_active:after {
    width: 50px;
    height: 43px;
    height: 27px;
    background-size: 50px 43px;
    background-position: 0 bottom;
    bottom: -26px;
    left: 50%;
    margin-left: -25px;
  }
  .media_pc .ranking_nav_btn:hover span {
    color: #1686fc;
  }
  .ranking_list {
    padding: 0 0 0 90px;
  }
  .ranking_term_nav {
    width: 270px;
    margin-top: 0;
    margin-bottom: 25px;
    float: right;
    padding-top: 0;
  }
  .ranking_term_nav_tit {
    display: block;
    width: 100px;
    font-size: 1.6rem;
    text-align: left;
    top: 5px;
    left: -115px;
  }
  .ranking_term_nav_btn {
    transition: color .6s, background-color .6s;
  }
  .media_pc .ranking_term_nav_btn:hover {
    color: #1485fb;
  }
  .ranking_tit {
    margin-bottom: 25px;
    padding: 0 10px 0 30px;
  }
  .ranking_txt {
    font-size: 2rem;
    transition: color .6s;
  }
  .ranking_box_in .ranking_txt:first-child {
    padding-right: 20px;
  }
  .media_pc .ranking_box:hover .ranking_box_in .ranking_txt:first-child {
    color: #1686fc;
  }
  #ranking_2 .ranking_box_in .ranking_txt:last-child,
  #ranking_3 .ranking_box_in .ranking_txt:last-child {
    font-size: 2.5rem;
  }
  .ranking_tit:last-child,
  .ranking_txt:last-child {
    width: 290px !important;
  }
  .ranking_tit .ranking_txt {
    text-align: center;
    font-size: 1.6rem;
  }
  .ranking_tit .ranking_txt:last-child {
    font-size: 1.6rem !important;
  }
  .font_size_l .ranking_txt br.is_sp {
    display: block !important;
  }
  .ranking_box {
    position: relative;
    display: block;
    width: 100%;
  }
  .ranking_box_in {
    border-radius: 10px;
    padding: 20px 10px 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  #ranking_1 .ranking_box_in,
  #ranking_4 .ranking_box_in {
    padding-right: 0;
  }
  .ranking_box+.ranking_box {
    margin-top: 20px;
  }
  .ranking_box .ranking_txt {
    line-height: 1.5;
    text-align: center;
    padding: 12px 10px;
    border-right: 2px solid #c4c4c4;
  }
  .ranking_box .ranking_txt:first-child {
    text-align: left !important;
    padding-right: 45px;
  }
  .ranking_box .ranking_txt:last-child {
    background-color: #fff;
    text-align: center;
    border-right: none;
  }
  .ranking_box .ranking_txt:first-child::before {
    width: 32px;
    height: 20px;
    background-size: 12px 20px;
    margin-top: -10px;
  }
  .ranking_num {
    width: 100px;
    height: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    top: 50%;
    margin-top: -50px;
    left: -90px;
    font-size: 3rem;
    padding-top: 22px;
    border-radius: 50px;
  }
  .ranking_num.num_2 {
    background-color: #bababa;
  }
  .ranking_num.num_3 {
    background-color: #c66d47;
  }
  .font_size_l .ranking_num {
    line-height: 1.4;
  }
  .ranking_error {
    font-size: 1.8rem;
    margin: 200px 0 200px;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .ranking_nav_btn br.is_sp {
    display: block !important;
  }
  .ranking_tit:last-child,
  .ranking_txt:last-child {
    width: 240px;
  }
}
.ranking_update,
.return_list_month {
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: right;
  margin-top: 15px;
}
*+.note {
  margin-top: 10px;
}
@media screen and (min-width:751px) {
  *+.note {
    margin-top: 15px;
  }
}
.topInfo {
  padding: 60px 15px 5px;
}
.topInfo .headline_l {
  margin-bottom: 42px;
}
.topInfo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.topInfo_list_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 15px)/ 2);
  height: 59px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #f0232f;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  margin-top: 15px;
  padding: 7px 10px 6px 55px;
}
.topInfo_list_btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(/assets/images/common/icn_ar_red_01_01.svg) 0 0 no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.topInfo_list_btn:nth-child(1),
.topInfo_list_btn:nth-child(2) {
  margin-top: 0;
}
.topInfo_list_btn span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2c2c;
}
.topInfo_list_btn.price_btn {
  background: #fff url(/assets/images/common/icn_price_red_01.svg) 13px center no-repeat;
  background-size: 25px 25px;
}
.topInfo_list_btn.distribution_btn {
  background: #fff url(/assets/images/common/icn_distribution_red_01.svg) 15px center no-repeat;
  background-size: 21px 27px;
}
.topInfo_list_btn.shop_btn {
  background: #fff url(/assets/images/common/icn_shop_red_01.svg) 13px center no-repeat;
  background-size: 25px 25px;
}
.topInfo_list_btn.type_btn {
  background: #fff url(/assets/images/common/icn_type_red_01.svg) 10px center no-repeat;
  background-size: 31px 31px;
}
.topInfo .linkBtn01 {
  margin-top: 18px;
}
@media screen and (min-width:751px) {
  .topInfo {
    padding: 120px 30px 10px;
    overflow: hidden;
  }
  .topInfo_img {
    display: block;
    width: 524px;
    height: 474px;
    position: absolute;
    top: -130px;
    right: -160px;
  }
  .topInfo_img img {
    width: 100%;
    height: auto;
  }
  .topInfo_box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1280px;
    background-color: rgba(244, 244, 244, .9);
    padding: 60px 80px 70px;
    margin-top: 85px;
    z-index: 2;
  }
  .topInfo .linkBtn01 {
    width: 520px;
    margin: 18px auto 0;
  }
  .topInfo_list {
    margin-top: 60px;
  }
  .topInfo_list_btn {
    display: flex;
    align-items: center;
    width: calc((100% - 120px)/ 4);
    height: auto;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #f0232f;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-top: 0;
    padding: 0 20px 16px 20px;
    transition: background-color .6s;
    background-image: none !important;
  }
  .topInfo_list_btn::before {
    width: 20px;
    height: 20px;
    background-size: 12px 20px;
    margin-top: -10px;
  }
  .topInfo_list_btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/images/common/icn_ar_white_01_01.svg) 0 0 no-repeat;
    background-size: 12px 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    z-index: 2;
    transition: opacity .6s;
    opacity: 0;
  }
  .topInfo_list_btn:nth-child(1),
  .topInfo_list_btn:nth-child(2) {
    margin-top: 0;
  }
  .media_pc .topInfo_list_btn:hover {
    background-color: #f0232f;
  }
  .topInfo_list_btn span {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    transition: color .6s;
    padding-top: 78px;
  }
  .topInfo_list_btn.price_btn span {
    background: url(/assets/images/common/icn_price_red_01.svg) center 24px no-repeat;
    background-size: 38px 38px;
  }
  .topInfo_list_btn.distribution_btn span {
    background: url(/assets/images/common/icn_distribution_red_01.svg) center 21px no-repeat;
    background-size: 33px 43px;
  }
  .topInfo_list_btn.shop_btn span {
    background: url(/assets/images/common/icn_shop_red_01.svg) center 24px no-repeat;
    background-size: 34px 37px;
  }
  .topInfo_list_btn.type_btn span {
    background: url(/assets/images/common/icn_type_red_01.svg) center 22px no-repeat;
    background-size: 42px 42px;
  }
  .media_pc .topInfo_list_btn:hover span {
    color: #fff;
  }
  .media_pc .topInfo_list_btn:hover::after {
    opacity: 1;
  }
  .media_pc .topInfo_list_btn:hover span::before {
    opacity: 1;
  }
  .topInfo_list_btn span::before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(/assets/images/common/icn_price_white_01.svg) 0 0 no-repeat;
    background-size: 38px 38px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -19px;
    z-index: 2;
    transition: opacity .6s;
    opacity: 0;
  }
  .topInfo_list_btn.distribution_btn span::before {
    width: 33px;
    height: 43px;
    background: url(/assets/images/common/icn_distribution_white_01.svg) 0 0 no-repeat;
    background-size: 33px 43px;
    top: 21px;
    margin-left: -16.5px;
  }
  .topInfo_list_btn.shop_btn span::before {
    width: 34px;
    height: 37px;
    background: url(/assets/images/common/icn_shop_white_01.svg) 0 0 no-repeat;
    background-size: 34px 37px;
    top: 24px;
    margin-left: -17px;
  }
  .topInfo_list_btn.type_btn span::before {
    width: 42px;
    height: 42px;
    background: url(/assets/images/common/icn_type_white_01.svg) 0 0 no-repeat;
    background-size: 42px 42px;
    top: 22px;
    margin-left: -21px;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .topInfo_list_btn {
    width: calc((100% - 30px)/ 2);
    margin-top: 30px;
  }
  .topInfo_list_btn:nth-child(1),
  .topInfo_list_btn:nth-child(2) {
    margin-top: 0;
  }
}
.topReport {
  padding: 45px 0 45px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.topReport .headline_l {
  margin-bottom: 42px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.topReport_list {
  display: block;
  width: 375px;
  margin-left: -173px;
  width: 336px;
  margin-left: 15px;
}
.topReport_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.topReport_list_btn {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding-bottom: 54px;
  overflow: hidden;
  margin-right: 15px;
  float: left;
}
.topReport_list_tit {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #f0232f;
  padding: 7px 5px;
}
.topReport_list_date,
.topReport_list_txt {
  position: relative;
  display: block;
  line-height: 1.5;
  color: #2c2c2c;
  padding: 0 15px;
}
.topReport_list_date {
  display: block;
  line-height: 1.5;
  color: #2c2c2c;
  padding: 16px 15px 9px;
}
.topReport_list_btn.link_pdf .topReport_list_txt:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 14px;
  background: url(/assets/images/common/icn_pdf_01.svg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.topReport_list_link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1686fc;
  text-align: right;
  padding-right: 35px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.topReport_list_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 30px;
  height: 1px;
  background: #1686fc;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.topReport .next_btn,
.topReport .prev_btn {
  display: none;
}
.topReport .slick-dots {
  display: none !important;
}
.topReport .slick-track {
  display: flex !important;
}
.topReport .slick-slide {
  height: inherit !important;
}
@media screen and (min-width:751px) {
  .topReport {
    padding: 120px 0 200px;
  }
  .topReport_img {
    display: block;
    width: 510px;
    height: 503px;
    position: absolute;
    top: -125px;
    left: -225px;
  }
  .topReport_img img {
    width: 100%;
    height: auto;
  }
  .topReport .headline_l {
    margin-bottom: 85px;
  }
  .topReport_list {
    display: block;
    width: 700px;
    margin-left: -350px;
    margin-left: 0;
  }
  .topReport_list_btn {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding-bottom: 80px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-left: 30px;
    transform: translate(0, 0);
    transition: transform .5s cubic-bezier(.34, 1.56, .64, 1);
  }
  .media_pc .topReport_list_btn:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
  }
  .topReport_list_tit {
    font-size: 2rem;
    line-height: 1.35;
    padding: 16px 15px 16px;
  }
  .topReport_list_date,
  .topReport_list_txt {
    line-height: 1.5;
    padding: 0 25px 0 30px;
    transition: color .6s;
  }
  .media_pc .topReport_list_btn:hover .topReport_list_txt {
    color: #1686fc;
  }
  .topReport_list_date {
    line-height: 1.5;
    padding: 30px 25px 20px 30px;
  }
  .topReport_list_btn.link_pdf .topReport_list_txt:after {
    width: 33px;
    height: 14px;
    top: 1px;
    margin-left: 8px;
  }
  .topReport_list_link {
    font-size: 1.6rem;
    padding-right: 70px;
    bottom: 25px;
    right: 0;
  }
  .topReport_list_link::after {
    width: 60px;
  }
  .media_pc .topReport_list_btn:hover .topReport_list_link::after {
    animation: linkBtn01 .7s;
    -webkit-animation: linkBtn01 .7s;
  }
  .topReport .next_btn,
  .topReport .prev_btn {
    display: block;
    position: absolute;
    top: auto;
    bottom: -80px;
    left: auto;
    right: 0;
  }
  .topReport .prev_btn {
    right: 80px;
  }
}
@media screen and (min-width:751px) and (max-width:1050px) {
  .topReport_list {
    width: 700px;
  }
}
@media screen and (min-width:1051px) and (max-width:1400px) {
  .topReport_list {
    width: 1050px;
  }
}
@media screen and (min-width:1401px) {
  .topReport_list {
    width: 1400px;
  }
}
@media screen and (min-width:751px) and (max-width:1340px) {
  .topReport .next_btn {
    right: 30px;
  }
  .topReport .prev_btn {
    right: 110px;
  }
}
.topNews {
  padding: 65px 15px 60px;
}
.topNews .headline_l {
  margin-bottom: 10px;
}
.topNews .headline_l_main {
  padding-top: 0;
  margin-top: -5px;
}
.topNews_list {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.topNews_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.topNews_list_box,
.topNews_list_btn {
  display: block;
  width: 100%;
  color: #2c2c2c;
  text-align: left;
  padding: 16px 0 20px;
  border-bottom: 1px solid #c4c4c4;
}
.topNews_list_btn:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.topNews_list_date {
  display: inline-block;
  font-size: 1.4rem;
  color: #2c2c2c;
  margin-bottom: 8px;
  margin-right: 8px;
  white-space: nowrap;
}
.topNews_list_txt {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.topNews_list_btn .topNews_list_txt {
  text-decoration: underline;
}
.topNews_list_btn.link_pdf .topNews_list_txt:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 14px;
  background: url(/assets/images/common/icn_pdf_01.svg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.topNews_list_btn.link_ext .topNews_list_txt:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/assets/images/common/icn_blank_grey_01.svg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.topNews_list_btn.link_pdf[href$=".xlsx"] .topNews_list_txt:after {
  background-image: url(/assets/images/common/icn_xlsx_01.svg);
  width: 39px;
}
.topNews_list_category {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #f0232f;
  border-radius: 4px;
  padding: 5px 7px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  margin-left: 8px;
}
.topNews_list_category br {
  display: none !important;
}
.topNews_list_btn .topNews_list_new {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #f0232f;
  border: 1px solid #f0232f;
  padding: 4px 6px 4px;
  position: relative;
  top: -2px;
  white-space: nowrap;
  margin-left: 8px;
}
@media screen and (min-width:751px) {
  .topNews {
    padding: 120px 30px 120px;
  }
  .topNews .headline_l {
    margin-bottom: 65px;
  }
  .topNews .headline_l_main {
    padding-top: 0;
    margin-top: 5px;
  }
  .topNews_list {
    display: block;
    width: 100%;
    max-width: 1120px;
    border-top: 1px solid #c4c4c4;
    margin: 0 auto 35px;
  }
  .topNews_list_box,
  .topNews_list_btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    color: #2c2c2c;
    text-align: left;
    padding: 30px 0 30px;
    border-bottom: 1px solid #c4c4c4;
  }
  .topNews_list_date {
    display: block;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-right: 0;
    margin-bottom: 0;
    width: 120px;
  }
  .font_size_l .topNews_list_date {
    width: 150px;
  }
  .topNews_list_txt {
    font-size: 1.6rem;
    line-height: 1.75;
    transition: color .6s;
    width: calc(100% - 415px);
  }
  .media_pc .topNews_list_btn:hover .topNews_list_txt {
    color: #1686fc;
    text-decoration: none;
  }
  .topNews_list_box.link_pdf .topNews_list_txt:after {
    background-image: none;
    display: none;
  }
  .topNews_list_btn.link_pdf .topNews_list_txt span:after {
    content: "";
    position: relative;
    display: inline-block;
    background: url(/assets/images/common/icn_pdf_01.svg) 0 0 no-repeat;
    background-size: contain;
    top: 4px;
    width: 33px;
    height: 14px;
    top: -4px;
    margin-left: 8px;
    vertical-align: text-bottom;
  }
  .topNews_list_btn.link_pdf[href$=".xlsx"] .topNews_list_txt span:after {
    background-image: url(/assets/images/common/icn_xlsx_01.svg);
    width: 39px;
  }
  .font_size_l .topNews_list_btn.link_pdf .topNews_list_txt span:after {
    top: 0;
  }
  .topNews_list_box.link_ext .topNews_list_txt:after {
    background-image: none;
    display: none;
  }
  .topNews_list_btn.link_ext .topNews_list_txt span:after {
    content: "";
    display: inline-block;
    background: url(/assets/images/common/icn_blank_grey_01.svg) 0 0 no-repeat;
    background-size: contain;
    position: relative;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: 8px;
  }
  .topNews_list_category {
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 8px 10px;
    margin-right: 35px;
    top: -2px;
    width: 200px;
    text-align: center;
    margin-left: 0;
  }
  .topNews_list_category br {
    display: block !important;
  }
  .font_size_l .topNews_list_category {
    width: 240px;
  }
  .topNews .linkBtn01 {
    max-width: 1120px;
    margin: 0 auto;
  }
  .topNews_list_new {
    display: none !important;
  }
  .topNews_list_box.is_new .topNews_list_txt:after {
    content: "NEW";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    color: #f0232f;
    border: 2px solid #f0232f;
    padding: 3px 10px 4px;
    position: relative;
    top: -1px;
    white-space: nowrap;
    margin-left: 14px;
    background-image: none !important;
    width: auto;
    height: auto;
  }
  .font_size_l .topNews_list_box.is_new .topNews_list_txt:after {
    top: 0;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .topNews_list_box,
  .topNews_list_btn {
    display: block;
  }
  .topNews_list_date {
    display: inline-block;
    width: auto !important;
  }
  .topNews_list_txt {
    width: 100%;
    margin-top: 10px;
  }
  .topNews_list_category {
    margin-right: 0;
    margin-left: 14px;
    width: auto !important;
  }
  .topNews_list_category br {
    display: none !important;
  }
  .topNews_list_new {
    display: inline-block !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #f0232f !important;
    border: 2px solid #f0232f !important;
    padding: 3px 10px 4px !important;
    position: relative !important;
    top: -1px !important;
    white-space: nowrap !important;
    margin-left: 14px !important;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
  }
  .topNews_list_box.is_new .topNews_list_txt:after {
    display: none !important;
  }
}
.topAbout {
  padding: 40px 15px 40px;
  background-color: #f4f4f4;
}
.topAbout_list {
  display: block;
  width: 345px;
  margin: 0 auto;
}
.topAbout_list_btn {
  display: block;
  width: 100%;
}
.topAbout_list_btn:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.topAbout_list_btn+.topAbout_list_btn {
  margin-top: 34px;
}
.topAbout_list_img {
  display: block;
  width: 270px;
  height: 130px;
}
.topAbout_list_img img {
  height: auto;
}
.topAbout_info {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 77%;
  width: 290px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 15px 0 14px 20px;
  position: relative;
  z-index: 2;
  margin-top: -48px;
  margin-right: -15px;
  float: right;
}
.topAbout_info_txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2c2c;
  padding-right: 16px;
}
.topAbout_info_link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1686fc;
  text-align: right;
  margin-top: 8px;
  padding-right: 40px;
}
.topAbout_info_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 30px;
  height: 1px;
  background: #1686fc;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
@media screen and (min-width:751px) {
  .topAbout {
    padding: 0 30px 50px;
    background-color: #fff;
  }
  .topAbout_list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .topAbout_list_btn {
    display: block;
    width: calc((100% - 80px)/ 2);
  }
  .topAbout_list_btn+.topAbout_list_btn {
    margin-top: 0;
    margin-left: 80px;
  }
  .topAbout_list_img {
    display: block;
    width: 540px;
    height: 260px;
    width: 90%;
    height: auto;
    transition: opacity .6s;
  }
  .topAbout_list_img img {
    height: auto;
  }
  .media_pc .topAbout_list_btn:hover .topAbout_list_img {
    opacity: .6;
  }
  .topAbout_info {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 94%;
    max-width: 470px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 30px 0 28px 30px;
    position: relative;
    z-index: 2;
    margin-top: -100px;
    margin-right: 0;
    float: right;
  }
  .topAbout_info_txt {
    font-size: 2rem;
    padding-right: 30px;
  }
  .topAbout_info_link {
    font-size: 1.6rem;
    margin-top: 27px;
    padding-right: 70px;
  }
  .topAbout_info_link::after {
    width: 60px;
  }
  .media_pc .topAbout_list_btn:hover .topAbout_info_link::after {
    animation: linkBtn01 .7s;
    -webkit-animation: linkBtn01 .7s;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .topAbout_list {
    display: block;
  }
  .topAbout_list_btn {
    width: 70%;
    margin: 0 auto !important;
  }
  .topAbout_info {
    width: 85%;
  }
  .topAbout_list_btn+.topAbout_list_btn {
    margin-top: 80px !important;
  }
}
.banner {
  padding-top: 60px;
  padding-bottom: 0;
}
.bannerBox01 {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #f4f4f4;
  padding: 15px 15px 25px;
}
.feature-banner {
  display: block;
  margin-inline: auto;
}
.feature-banner__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width:751px) {
  .banner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .bannerBox01 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 30px 30px;
  }
  .feature-banner {
    max-width: 640px;
    will-change: opacity;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .bannerBox01 {
    display: block;
  }
}