@charset "UTF-8";
/* Scss Document */

@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;}


.wrap {
  overflow: hidden; }

/*---------mixin設定-------------*/
/*ブレイクポイント*/
/*インナースマホ表示*/
/*PC非表示*/
@media (min-width: 768px) {
  .pc_none {
    display: none; } }
@media (max-width: 767px) {
  .sp_none {
    display: none; } }
/*----------------------------------

   // 吹き出し

-----------------------------------*/
.cmn_fukidashi_txt {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .cmn_fukidashi_txt {
      font-size: 4.4vw;
      margin-bottom: 10px; }
      .cmn_fukidashi_txt::before, .cmn_fukidashi_txt::after {
        content: "";
        position: absolute;
        bottom: 15px;
        display: inline-block;
        width: 25px;
        height: 1px;
        background-color: #222222; }
      .cmn_fukidashi_txt::before {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
        left: 0; }
      .cmn_fukidashi_txt::after {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        right: 0; } }

    .cmn_fukidashi_txt .big {
      font-size: 36px; }
      @media (max-width: 767px) {
        .cmn_fukidashi_txt .big {
          font-size: 7vw; } }
  .cmn_fukidashi_txt .date {
    font-size: 43px;
    color: #cc0000;
    letter-spacing: 1px;
    font-family: 'Roboto'; }
    @media (max-width: 767px) {
      .cmn_fukidashi_txt .date {
        font-size: 8vw; } }
    .cmn_fukidashi_txt .date .sml {
      font-size: 30px; }
      @media (max-width: 767px) {
        .cmn_fukidashi_txt .date .sml {
          font-size: 5vw; } }
  @media (min-width: 768px) {
    .cmn_fukidashi_txt .arrow {
      position: relative;
      padding: 0 40px; }
      .cmn_fukidashi_txt .arrow::before, .cmn_fukidashi_txt .arrow::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        width: 35px;
        height: 1px;
        background-color: #222222; }
      .cmn_fukidashi_txt .arrow::before {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
        left: 0; }
      .cmn_fukidashi_txt .arrow::after {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        right: 0; } }

/*----------------------------------

   // ボタン

-----------------------------------*/
.cmn_botton {
  width: 800px;
  margin: 0 auto;
  transition: all  0.3s ease; }
  @media (max-width: 767px) {
    .cmn_botton {
      width: 100%; } }
  .cmn_botton a {
    position: relative;
    display: block;
    padding: 35px 0 35px 15px;
    border-radius: 100vh;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3;
    text-align: center;
    background: -moz-linear-gradient(bottom, #f45467 80%, #f85d70);
    background: -webkit-linear-gradient(bottom, #f45467 80%, #f85d70);
    background: linear-gradient(to top, #f45467 80% #f85d70); }
    @media (max-width: 767px) {
      .cmn_botton a {
        font-size: 5vw;
        padding: 25px 0 25px 15px; } }
    .cmn_botton a .day {
      font-size: 20px; }
      @media (max-width: 767px) {
        .cmn_botton a .day {
          font-size: 4.2vw; } }
    .cmn_botton a:hover {
      animation: big 0.3s;
      animation-fill-mode: forwards; }
@keyframes big {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
    .cmn_botton a::before {
      content: "無料";
      display: block;
      color: #cc0000;
      font-weight: 600;
      font-size: 26px;
      text-align: center;
      line-height: 3;
      background-color: #fdf799;
      width: 80px;
      height: 80px;
      border-radius: 100vh;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .cmn_botton a::before {
          font-size: 14px;
          width: 50px;
          height: 50px;
          line-height: 50px;
          left: 10px; } }
    .cmn_botton a::after {
      content: "";
      background: url("../img/btn_arrow.png") no-repeat;
      background-size: contain;
      width: 30px;
      height: 10px;
      display: block;
      position: absolute;
      right: 80px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .cmn_botton a::after {
          width: 20px;
          right: 10px; } }

/*----------------------------------

   // sec_fv

-----------------------------------*/
/*.sec_fv {
  background: #306EC6 url("../img/fv_bg_pc.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
   }
  @media (max-width: 767px) {
    .sec_fv {
		  background: #306EC6 url("../img/fv_bg_sp.jpg") no-repeat;
		background-size: cover;
	  }

}*/
  /*.sec_fv .wrap_bg {
    background: url("../img/fv_obj_right.png") no-repeat;
    background-position: right top;
    background-size: contain; }

    @media (max-width: 767px) {
      .sec_fv .wrap_bg {

		}
	}*/




 /* .sec_fv .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    /*display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0; }
    @media (max-width: 767px) {
      .sec_fv .inner {
        width: 90%;
        margin: 0 auto;
        padding: 0; } }*/


.btn_wrap.sp_none {
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
.btn_wrap.sp_none .fukidashi_txt {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}

/*.sec_fv .btn_wrap.sp_none .fv_botton a {
	font-size: 22px;
	padding: 10px 0 15px 15px;
}
.sec_fv .btn_wrap.sp_none .fv_botton a .day {
	font-size: 16px;
}





  .sec_fv .fv_left {
    width: 1100px;
	  margin: 0 auto;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .sec_fv .fv_left {
        width: 100%; } }
    .sec_fv .fv_left .medal {
      position: absolute;
		top: 170px;
		right: 827px;
		width: 104px;
    }
    .sec_fv .fv_left .medal img {
      width: 150px;
    }
    @media (max-width: 767px) {
      .sec_fv .fv_left .medal {
        display: none;
      }
    }
    .sec_fv .fv_left .copy {
      width: 450px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .sec_fv .fv_left .copy {
          width: 80%;
          margin: 0 auto -20px; } }
    .sec_fv .fv_left .title {
		margin: 0 auto;
      height: 100%; }
      @media (max-width: 767px) {
        .sec_fv .fv_left .title {
          width: 100%; } }

    .sec_fv .fv_rigth .fukidashi_txt {
      font-size: 18px;
		letter-spacing: 2px;
		margin-top: 16px;
		color: #fff;
      font-weight: 600;
      text-align: center;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 767px) {
        .sec_fv .fv_rigth .fukidashi_txt {
          font-size: 16px;
          text-align: center; }*/

          /*.sec_fv .fv_rigth .fukidashi_txt::before, .sec_fv .fv_rigth .fukidashi_txt::after {
            content: "";
            position: absolute;
            bottom: 15px;
            display: inline-block;
            width: 25px;
            height: 1px;
            background-color: #222222; }
          .sec_fv .fv_rigth .fukidashi_txt::before {
            -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
            left: 0; }*/

          /*.sec_fv .fv_rigth .fukidashi_txt::after {
            -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
            right: 0; } }

      .sec_fv .fv_rigth .fukidashi_txt .date {
        font-size: 36px;
        color: #cc0000;
        font-family: 'Roboto'; }
        @media (max-width: 767px) {
          .sec_fv .fv_rigth .fukidashi_txt .date {
            font-size: 30px; } }
        .sec_fv .fv_rigth .fukidashi_txt .date .sml {
          font-size: 22px; }
          @media (max-width: 767px) {
            .sec_fv .fv_rigth .fukidashi_txt .date .sml {
              font-size: 18px; } }
      @media (min-width: 768px) {
        .sec_fv .fv_rigth .fukidashi_txt .arrow {
          position: relative; }
          .sec_fv .fv_rigth .fukidashi_txt .arrow::before, .sec_fv .fv_rigth .fukidashi_txt .arrow::after {
            content: "";
            position: absolute;
            bottom: 12px;
            margin: auto;
            display: inline-block;
            width: 30px;
            height: 1px;
            background-color: #fff; }
          .sec_fv .fv_rigth .fukidashi_txt .arrow::before {
            -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
            
		  left: -35px;
		  }
          .sec_fv .fv_rigth .fukidashi_txt .arrow::after {
            -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
            right: -30px; } }
    .sec_fv .fv_left .sub_txt {
      font-size: 16px;
      color: #306ec6;
      font-weight: 600;
      text-align: center;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .sec_fv .fv_left .sub_txt {
          font-size: 14px; } }
      .sec_fv .fv_left .sub_txt span {
        background: #fff;
        padding: 3px 10px;
        box-sizing: border-box; }
        @media (max-width: 767px) {
          .sec_fv .fv_left .sub_txt span {
            display: block; } }*/

.fv_btn_wrap {
	background: #35bcee;
	padding: 30px 20px;
	box-sizing: border-box;
}

.fv_btn_wrap.bg_none {
	background: none;
	padding: 0 20px 100px;
}



	.fv_btn_wrap.sec_bottom {
		padding: 0 20px 40px;
		box-sizing: border-box;
		background: #306EC6;
	}


@media (min-width: 769px) {
	.fv_btn_wrap {
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
		align-items: center;
	}
	
	.fv_botton {
		margin: 0 15px;
	}
	
	.fv_btn_wrap.sec_bottom {
		padding: 0 0 80px;
	}
}

@media (max-width: 768px) {
	.fv_botton.official {
		margin-top: 20px;
	}
}

    .fv_botton {
		max-width: 470px;
      width: 100%; }
      .fv_botton a {
        position: relative;
        display: block;
        padding: 35px 0 35px 15px;
        border-radius: 100vh;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        color: #fff;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        background: -moz-linear-gradient(bottom, #f45467 80%, #f85d70);
        background: -webkit-linear-gradient(bottom, #f45467 80%, #f85d70);
        background: linear-gradient(to top, #f45467 80% #f85d70); }

      .fv_botton.official a {
		  background: -moz-linear-gradient(bottom, #112c93 80%, #0c278d);
			background: -webkit-linear-gradient(bottom, #112c93 80%, #0c278d);
			background: linear-gradient(to top, #112c93 80% #0c278d);
		}
        .fv_botton.official a::before {
          content: "";
          display: none; }


        @media (max-width: 767px) {
          .fv_botton a {
            font-size: 5vw;
            padding: 25px 0 25px 15px; } }
        .fv_botton a .day {
          font-size: 18px; }
          @media (max-width: 767px) {
            .fv_botton a .day {
              font-size: 4.2vw; } }
        .fv_botton a:hover {
          animation: big 0.3s;
          animation-fill-mode: forwards; }
@keyframes big {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
        .fv_botton a::before {
          content: "無料";
          display: block;
          color: #cc0000;
          font-weight: 600;
          font-size: 19px;
          text-align: center;
          line-height: 56px;
          background-color: #fdf799;
          width: 56px;
          height: 56px;
          border-radius: 100vh;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          position: absolute;
          left: 14px;
          top: 0;
          bottom: 0;
          margin: auto; }

          @media (max-width: 767px) {
            .fv_botton a::before {
              font-size: 15px;
              width: 50px;
              height: 50px;
              line-height: 50px;
              left: 10px; } }
        .fv_botton a::after {
          content: "▶︎";
          /*background: url("../img/btn_arrow.png") no-repeat;
          background-size: contain;*/
			font-size: 22px;
			/* width: 30px; */
			height: 28px;
          display: block;
          position: absolute;
          right: 30px;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media (max-width: 767px) {
            .fv_botton a::after {
              width: 20px;
				height: 22px;
				font-size: 18px;
              right: 20px; } }


@media (min-width: 768px) {
  .sec_fv .fv_rigth {
        width: 195px;
    position: absolute;
    right: 40px;
    top: 160px; }
}




    @media (max-width: 767px) {
      .sec_fv .fv_rigth {
		  position: relative;
        width: 100%; } }
    .sec_fv .fv_rigth .fund_botton {
      position: absolute;
    right: -23px;
    top: -6px;
    width: 120px; }
      @media (max-width: 767px) {
        .sec_fv .fv_rigth .fund_botton {
          right: -12px;
			top: 2px;
			width: 28vw; } }
      .sec_fv .fv_rigth .fund_botton a:hover {
        opacity: 0.8; }

/*----------------------------------

   // sec_reason

-----------------------------------*/
/*.sec_reason {
  background: #306ec6; }
  .sec_reason .inner {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 90px 0 80px; }
    @media (max-width: 767px) {
      .sec_reason .inner {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 40px; } }
  .sec_reason .cont_left {
    width: 290px;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .sec_reason .cont_left {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row-reverse;
        margin-bottom: 30px;
        padding-top: 0; } }
    .sec_reason .cont_left .sec_ttl {
      font-size: 36px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 55px;
      text-align: center; }
      @media (max-width: 767px) {
        .sec_reason .cont_left .sec_ttl {
          font-size: 7.2vw;
          text-align: left;
          margin-bottom: 0; } }
      .sec_reason .cont_left .sec_ttl span {
        color: #fdeb5d; }
    @media (max-width: 767px) {
      .sec_reason .cont_left .obj {
        width: 28vw;
        margin-right: 10px; } }
  .sec_reason .cont_right {
    width: 790px; }
    @media (max-width: 767px) {
      .sec_reason .cont_right {
        width: 100%; } }
    .sec_reason .cont_right .reason_list {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .sec_reason .cont_right .reason_list {
          margin-bottom: 15px; } }
      .sec_reason .cont_right .reason_list li {
        background: #fff;
        border-radius: 100vh;
        text-align: center;
        padding: 15px 0;
        box-sizing: border-box;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 16px; }
        @media (max-width: 767px) {
          .sec_reason .cont_right .reason_list li {
            font-size: 4.4vw;
            padding: 10px 15px;
            margin-bottom: 10px; } }
        .sec_reason .cont_right .reason_list li .txt_red {
          font-size: 28px;
          color: #cc0000; }
          @media (max-width: 767px) {
            .sec_reason .cont_right .reason_list li .txt_red {
              font-size: 4.6vw; } }
        .sec_reason .cont_right .reason_list li .sup {
          vertical-align: super;
          font-size: 10px; }
    .sec_reason .cont_right .note_list {
      font-size: 13px;
      padding-left: 30px;
      color: #fff; }
      @media (max-width: 767px) {
        .sec_reason .cont_right .note_list {
          font-size: 10px;
          padding-left: 0; } }*/

/*----------------------------------

   // sec_about

-----------------------------------*/
.sec_about {
  background: #ebf5fb;
  padding: 40px 0; }
  .sec_about .inner {
    background: #fff;
    width: 1150px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 50px 105px 80px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .sec_about .inner {
        width: 90%;
        margin: 0 auto;
        padding: 20px 15px 20px; } }
  .sec_about .sec_ttl {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .sec_about .sec_ttl {
        font-size: 7.2vw;
        margin-bottom: 30px; } }
    .sec_about .sec_ttl span {
      background: linear-gradient(transparent 70%, #fdeb5d 70%); }
  .sec_about .lead_txt {
    font-size: 18px;
    margin-bottom: 70px;
    line-height: 1.8; }
    @media (max-width: 767px) {
      .sec_about .lead_txt {
        font-size: 14px;
        margin-bottom: 40px; } }
  .sec_about .cont_box {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .sec_about .cont_box {
        margin-bottom: 20px; } }
    .sec_about .cont_box:last-child {
      margin-bottom: 0; }
    .sec_about .cont_box .cont_ttl {
      background: #306ec6;
      border-radius: 100vh;
      color: #fff;
      font-size: 26px;
      font-weight: 600;
      padding: 15px;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .sec_about .cont_box .cont_ttl {
          font-size: 4.8vw;
          margin-bottom: 20px;
          padding: 10px 15px; } }
      .sec_about .cont_box .cont_ttl span {
        color: #fdf799; }

    .sec_about .cont_box .txt {
      font-size: 18px;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .sec_about .cont_box .txt {
          font-size: 14px; } }
    .sec_about .cont_box .mb {
      margin-bottom: 70px; }
      @media (max-width: 767px) {
        .sec_about .cont_box .mb {
          margin-bottom: 30px; } }
    .sec_about .cont_box .botton_cont {
      margin-top: 85px; }
      @media (max-width: 767px) {
        .sec_about .cont_box .botton_cont {
          margin-top: 20px;
          padding-bottom: 30px } }
    .sec_about .cont_box .cont_sub_ttl {
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .sec_about .cont_box .cont_sub_ttl {
          font-size: 4.2vw;
          margin-bottom: 30px; } }
      .sec_about .cont_box .cont_sub_ttl span {
        color: #cc0000; }
    .sec_about .cont_box .wrap_flex {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center; }
      .sec_about .cont_box .wrap_flex .left {
        width: 45%; }
        @media (max-width: 767px) {
          .sec_about .cont_box .wrap_flex .left {
            width: 100%;
            margin-bottom: 20px; } }
      .sec_about .cont_box .wrap_flex .right {
        width: 48%; }
        @media (max-width: 767px) {
          .sec_about .cont_box .wrap_flex .right {
            width: 100%; } }
    .sec_about .cont_box .img_simulation {
      margin-top: 60px; }
    .sec_about .cont_box small {
      width: 100%;
      margin-top: -60px;
      margin-bottom: 40px;
      display: block;
      line-height: 1.5;
      font-size: 14px; }
      @media (max-width: 767px) {
        .sec_about .cont_box .img_simulation {
          margin-top: 10px; }
        .sec_about .cont_box small {
          width: 100%;
          margin-top: -20px;
          margin-bottom: 10px;
          display: block;
          line-height: 1.5;
          font-size: 10px; } }

/*----------------------------------

   // sec_reccomend

-----------------------------------*/
.sec_reccomend {
  background: #306ec6;
  padding: 40px 0; }
  .sec_reccomend .inner {
    background: #fff;
    width: 1150px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 50px 105px 80px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .sec_reccomend .inner {
        width: 90%;
        margin: 0 auto;
        padding: 20px 15px 20px; } }
  .sec_reccomend .sec_ttl {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .sec_reccomend .sec_ttl {
        font-size: 7.2vw;
        margin-bottom: 30px; } }
    .sec_reccomend .sec_ttl span {
      background: linear-gradient(transparent 70%, #fdeb5d 70%); }
  .sec_reccomend .cont_box {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center; }
    @media (max-width: 767px) {
      .sec_reccomend .cont_box {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 30px; } }
    .sec_reccomend .cont_box:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }
    .sec_reccomend .cont_box__item {
      width: 75%; }
      @media (max-width: 767px) {
        .sec_reccomend .cont_box__item {
          width: 100%;
          margin-bottom: 20px; } }
      .sec_reccomend .cont_box__item dt {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .sec_reccomend .cont_box__item dt {
            font-size: 4.8vw;
            margin-bottom: 20px; } }
        .sec_reccomend .cont_box__item dt span {
          color: #004098;
          font-weight: 900; }
        .sec_reccomend .cont_box__item dt::before {
          content: "";
          width: 22px;
          height: 22px;
          display: inline-block;
          border: 6px solid #306ec6;
          border-radius: 100vh;
          margin-right: 14px; }
          @media (max-width: 767px) {
            .sec_reccomend .cont_box__item dt::before {
              width: 4.8vw;
              height: 4.8vw;
              border: 5px solid #306ec6;
              border-radius: 100vh;
              margin-right: 10px; } }
      .sec_reccomend .cont_box__item dd {
        font-size: 18px;
        line-height: 1.8; }
        @media (max-width: 767px) {
          .sec_reccomend .cont_box__item dd {
            font-size: 14px; } }
    .sec_reccomend .cont_box .img {
      width: 20%; }
      @media (max-width: 767px) {
        .sec_reccomend .cont_box .img {
          width: 50%;
          margin: 0 auto; } }

/*----------------------------------

   // sec_fund

-----------------------------------*/
.sec_fund {
  background: #3155a3 url("../img/fund_bg_obj_left.png") no-repeat;
  background-position: left top 105px; }
  @media (max-width: 767px) {
    .sec_fund {
      background-size: 40%;
      background-position: left bottom 55vw; } }
  .sec_fund .wrap_bg {
    background: url("../img/fund_bg_obj_right.png") no-repeat;
    background-position: right top; }
  .sec_fund .wrap_bg:nth-child(2n) {
    background-color: #203c78; }
    @media (max-width: 767px) {
      .sec_fund .wrap_bg {
        background-size: 40%;
        background-position: right -40px top; } }
  .sec_fund .inner {
    width: 1040px;
    margin: 0 auto;
    padding: 90px 0 20px; }
    @media (max-width: 767px) {
      .sec_fund .inner {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 20px; }
        .sec_fund .wrap_bg:first-child .inner {padding-top: 80px} }
  .sec_fund .sec_ttl {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
    padding-right: 60px; }
    @media (max-width: 767px) {
      .sec_fund .sec_ttl {
        font-size: 7.2vw;
        padding-right: 0;
        text-align: left;
        margin-bottom: 60px; } }
    .sec_fund .sec_ttl .ttl_obj {
      position: relative;
      padding-left: 180px; }
      @media (max-width: 767px) {
        .sec_fund .sec_ttl .ttl_obj {
          padding-left: 38vw; } }
      .sec_fund .sec_ttl .ttl_obj::before {
        content: "";
        display: block;
        background: url("../img/fund_obj_01.png") no-repeat;
        background-size: contain;
        width: 150px;
        height: 150px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media (max-width: 767px) {
          .sec_fund .sec_ttl .ttl_obj::before {
            width: 30vw;
            height: 30vw; } }
    .sec_fund .sec_ttl .txt_yellow {
      color: #fdeb5d; }
  .sec_fund .cmn_fukidashi_txt {
    color: #fff;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .sec_fund .cmn_fukidashi_txt::before, .sec_fund .cmn_fukidashi_txt::after {
        background-color: #fff; } }
    .sec_fund .cmn_fukidashi_txt .date {
      color: #fdf799;
		line-height: 1;}
    .sec_fund .cmn_fukidashi_txt .arrow::before, .sec_fund .cmn_fukidashi_txt .arrow::after {
      background-color: #fff; }
  .sec_fund .sub_txt {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .sec_fund .sub_txt {
        font-size: 6.8vw;
        margin-bottom: 20px; } }
    .sec_fund .sub_txt .area {
      font-size: 32px; }
      @media (max-width: 767px) {
        .sec_fund .sub_txt .area {
          font-size: 5vw; } }
    .sec_fund .sub_txt .txt_yellow {
      font-weight: 900;
      color: #fdeb5d; }
    .sec_fund .sub_txt .big {
      font-size: 42px; }
      @media (max-width: 767px) {
        .sec_fund .sub_txt .big {
          font-size: 8vw; } }
  .sec_fund .fund_cont_box {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
	  margin-bottom: 80px; }
	@media (max-width: 767px) {
	  .sec_fund .fund_cont_box {
		  margin-bottom: 30px; }}

    .sec_fund .fund_cont_box .cont_left {
      width: 40%;
      position: relative; }

	.sec_fund .fund_cont_box .cont_left .build_img {
		position: relative;
	}
	.sec_fund .fund_cont_box .cont_left .build_img .build_soon_label {
		display: inline;
		font-size: 24px;
		background: #fff;
		padding: 4px 10px;
		font-weight: 700;
		color: #004098;
		position: absolute;
		margin: 0 auto;
		border-radius: 10px 0 0 0;
	}
  .sec_fund .botton_cont {
    margin-bottom: 80px;
  }
	@media (max-width: 767px) {
	.sec_fund .fund_cont_box .cont_left .build_img .build_soon_label {
		font-size: 20px;
	}
  .sec_fund .botton_cont {
    margin-bottom: 30px;
  }
  }

    .sec_fund .fund_cont_box .cont_left .build_img img {width: 100%;
      border-radius: 10px 0 0 10px;}
		@media (max-width: 767px) {
		.sec_fund .fund_cont_box .cont_left .build_img img {
		  border-radius: 10px 10px 0 0;}}

      @media (max-width: 767px) {
        .sec_fund .fund_cont_box .cont_left {
          width: 100%; } }
      .sec_fund .fund_cont_box .cont_left .price_cont {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        padding: 20px 0 25px 35px;
        box-sizing: border-box;
        border-radius: 0 0 0 10px; }
        @media (max-width: 767px) {
          .sec_fund .fund_cont_box .cont_left .price_cont {
            border-radius: 10px 10px 0 0;
            padding: 20px 0 15px 20px; } }
        .sec_fund .fund_cont_box .cont_left .price_cont .icon {
          color: #fff;
          background: #306ec6;
          display: inline-block;
          border-radius: 100vh;
          font-size: 15px;
          font-weight: 700;
          padding: 3px 15px;
          margin-bottom: 10px; }
        .sec_fund .fund_cont_box .cont_left .price_cont .price_txt {
          font-size: 44px;
          color: #fff;
          font-family: 'Roboto';
          font-weight: 700; }
          @media (max-width: 767px) {
            .sec_fund .fund_cont_box .cont_left .price_cont .price_txt {
              font-size: 34px; } }
    .sec_fund .fund_cont_box .cont_right {
      width: 60%;
      /*fund_data*/ }
      @media (max-width: 767px) {
        .sec_fund .fund_cont_box .cont_right {
          width: 100%; } }
      .sec_fund .fund_cont_box .cont_right .fund_data {
        border-radius: 0 10px 0 0;
        background: #f2f2f2;
        padding: 30px 0 25px 40px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        flex-wrap: row nowrap; }
        @media (max-width: 767px) {
          .sec_fund .fund_cont_box .cont_right .fund_data {
            padding: 15px 20px;
            border-radius: 0;
            display: block; } }
        .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item {
          margin-right: 40px; }
          @media (max-width: 767px) {
            .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item {
              margin-right: 0;
              margin-bottom: 5px;
              display: flex;
              justify-content: flex-start;
              flex-flow: row nowrap;
              align-items: center; } }
          .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item:last-child {
            margin-right: 0;
            margin-bottom: 0; }
          .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item dt {
            color: #004098;
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 10px; }
            @media (max-width: 767px) {
              .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item dt {
                font-size: 14px;
                margin-right: 20px;
                margin-bottom: 0; } }
          .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item dd {
            font-size: 16px;
            font-weight: 700; }
            .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item dd span {
              font-family: 'Roboto';
              font-size: 44px;
              color: #f45467; }
              @media (max-width: 767px) {
                .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item dd span {
                  font-size: 24px; } }
          .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item.fund_data_02 dd, .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item.fund_data_03 dd {
            color: #f45467;
            font-size: 30px; }
          .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item.fund_data_00 dd {
            color: #f45467;
            font-size: 24px; }
            @media (max-width: 767px) {
              .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item.fund_data_02 dd, .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item.fund_data_03 dd {
                font-size: 14px; }
              .sec_fund .fund_cont_box .cont_right .fund_data .fund_data__item.fund_data_00 dd {
                font-size: 14px; }
            }


      .sec_fund .fund_cont_box .cont_right .build_data {
        padding: 30px 0 0 40px;
        box-sizing: border-box; }
        @media (max-width: 767px) {
          .sec_fund .fund_cont_box .cont_right .build_data {
            padding: 20px 20px; } }
        .sec_fund .fund_cont_box .cont_right .build_data__name {
          font-size: 28px;
          font-weight: 900;
          margin-bottom: 30px; }
          @media (max-width: 767px) {
            .sec_fund .fund_cont_box .cont_right .build_data__name {
              font-size: 22px; } }
          .sec_fund .fund_cont_box .cont_right .build_data__name .area {
            font-size: 18px;
            font-weight: 700; }
            @media (max-width: 767px) {
              .sec_fund .fund_cont_box .cont_right .build_data__name .area {
                font-size: 14px; } }
        .sec_fund .fund_cont_box .cont_right .build_data .build_data__item {
          margin-bottom: 15px;
          display: flex;
          justify-content: flex-start;
          flex-flow: row nowrap;
          align-items: flex-start; }
          .sec_fund .fund_cont_box .cont_right .build_data .build_data__item .icon {
            color: #fff;
            background: #306ec6;
            display: inline;
            width: 60px;
            text-align: center;
            border-radius: 100vh;
            font-size: 13px;
            font-weight: 700;
            padding: 3px 0;
            margin-right: 20px; }
          .sec_fund .fund_cont_box .cont_right .build_data .build_data__item dd {
            font-size: 16px; }
            @media (max-width: 767px) {
              .sec_fund .fund_cont_box .cont_right .build_data .build_data__item dd {
                width: 80%;
                font-size: 14px; } }
            .sec_fund .fund_cont_box .cont_right .build_data .build_data__item dd ul li {
              margin-bottom: 5px; }
		.sec_fund .fund_cont_box .cont_right .note_txt {
		background: #f2f2f2;
		text-align: right;
		font-size: 12px;
		padding-bottom: 4px;}
		@media (max-width: 767px) {
		.sec_fund .fund_cont_box .cont_right .note_txt {
		text-align: left;
		font-size: 10px;
		padding: 0 20px 4px 20px;}}


    .sec_fund .cont_ttl {
      background: #fff;
      border-radius: 100vh;
      color: #203c78;
      font-size: 26px;
      font-weight: 600;
      padding: 15px;
      text-align: center;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .sec_fund .cont_ttl {
          font-size: 4.8vw;
          margin-bottom: 20px;
          padding: 10px 15px; } }

		.sec_fund .soon_sub_txt {
      margin-bottom: 40px;
			text-align: center;
			color: #fff;
		}
		@media (max-width: 767px) {
			.sec_fund .soon_sub_txt {
        margin-bottom: 20px;
				font-size: 14px;
			}}




/*----------------------------------

   // sec_step

-----------------------------------*/
.sec_step {
  background: #ebf5fb;
  padding: 40px 0; }
  .sec_step .inner {
    background: #fff;
    width: 1150px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 50px 50px 80px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .sec_step .inner {
        width: 90%;
        margin: 0 auto;
        padding: 20px 15px 20px; } }
  .sec_step .sec_ttl {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .sec_step .sec_ttl {
        font-size: 7.2vw;
        margin-bottom: 30px; } }
    .sec_step .sec_ttl span {
      background: linear-gradient(transparent 70%, #fdeb5d 70%); }
  .sec_step .sub_txt {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .sec_step .sub_txt {
        font-size: 4.2vw;
        margin-top: 10px; } }
  .sec_step .cont_entry::after {
    content: "";
    display: block;
    background: url("../img/step_arrow.jpg") no-repeat;
    background-size: contain;
    width: 180px;
    height: 40px;
    margin: 20px auto 25px; }
    @media (max-width: 767px) {
      .sec_step .cont_entry::after {
        width: 120px;
        height: 30px;
        margin: 20px auto 20px; } }
  .sec_step .cont_invest {
    margin-bottom: 40px; }
  .sec_step .more_link a {
    display: block;
    background: #ebf5fb;
    padding: 15px 0 20px;
    font-weight: 700;
    border-radius: 100vh;
    text-align: center;
    font-size: 20px;
    color: #222222;
    width: 460px;
    margin: 0 auto 70px;
    position: relative; }
    @media (max-width: 767px) {
      .sec_step .more_link a {
        width: 100%;
        font-size: 12px;
        margin: 0 auto 40px;
        padding: 10px 0 10px;
        line-height: 2; } }
    .sec_step .more_link a::after {
      content: "";
      display: inline-block;
      background: url("../img/icon_link_blank.png") no-repeat;
      background-size: contain;
      width: 19px;
      height: 19px;
      position: absolute;
      right: 35px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .sec_step .more_link a::after {
          right: 20px;
          width: 15px;
          height: 15px; } }
    .sec_step .more_link a span {
      border-bottom: 2px solid #222222;
      padding-bottom: 5px; }
      @media (max-width: 767px) {
        .sec_step .more_link a span {
          padding-bottom: 3px; } }
    .sec_step .more_link a:hover {
      color: #306ec6; }
      .sec_step .more_link a:hover span {
        border-bottom: 2px solid #306ec6; }

/*----------------------------------

   // sec_about_pressance

-----------------------------------*/
.sec_about_pressance {
  background: #306ec6;
  padding: 40px 0; }
  .sec_about_pressance .inner {
    background: #fff;
    width: 1150px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 50px 50px 80px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .sec_about_pressance .inner {
        width: 90%;
        margin: 0 auto;
        padding: 20px 15px 20px; } }
  .sec_about_pressance .sec_ttl {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .sec_about_pressance .sec_ttl {
        font-size: 7.2vw;
        margin-bottom: 30px; } }
    .sec_about_pressance .sec_ttl span {
      background: linear-gradient(transparent 70%, #fdeb5d 70%); }
    @media (max-width: 767px) {
      .sec_about_pressance .sec_ttl {
        margin-bottom: 30px; } }
  .sec_about_pressance .about_realta {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    width: 70%;
    margin: 0 auto 60px; }
    @media (max-width: 767px) {
      .sec_about_pressance .about_realta {
        width: 100%;
        display: block;
        margin: 0 auto 30px; } }
    .sec_about_pressance .about_realta dt {
      width: 242px; }
      @media (max-width: 767px) {
        .sec_about_pressance .about_realta dt {
          margin: 0 auto 20px;
          width: 60%; } }
    .sec_about_pressance .about_realta dd {
      font-size: 18px;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .sec_about_pressance .about_realta dd {
          font-size: 14px; } }
  .sec_about_pressance .ranking_visual {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .sec_about_pressance .ranking_visual {
        margin-bottom: 20px; } }
  .sec_about_pressance .ranking_tabel {
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .sec_about_pressance .ranking_tabel {
        margin-bottom: 60px; } }
  .sec_about_pressance .strong_cont .cont_ttl {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .sec_about_pressance .strong_cont .cont_ttl {
        font-size: 6.8vw;
        margin-bottom: 30px; } }
  .sec_about_pressance .strong_cont .strong_list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    list-style: none; }
    .sec_about_pressance .strong_cont .strong_list li {
      width: 30%; }
      @media (max-width: 767px) {
        .sec_about_pressance .strong_cont .strong_list li {
          width: 100%;
          margin-bottom: 40px; }
          .sec_about_pressance .strong_cont .strong_list li:last-child {
            margin-bottom: 0; } }
      .sec_about_pressance .strong_cont .strong_list li .img {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .sec_about_pressance .strong_cont .strong_list li .img {
            width: 90%;
            margin: 0 auto 10px; } }
      .sec_about_pressance .strong_cont .strong_list li .ttl {
        color: #004098;
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 35px; }
        @media (max-width: 767px) {
          .sec_about_pressance .strong_cont .strong_list li .ttl {
            font-size: 18px;
            margin-bottom: 20px; } }
        .sec_about_pressance .strong_cont .strong_list li .ttl .sup {
          vertical-align: super;
          font-size: 10px; }
      .sec_about_pressance .strong_cont .strong_list li .txt {
        font-size: 17px;
        line-height: 1.8; }
        @media (max-width: 767px) {
          .sec_about_pressance .strong_cont .strong_list li .txt {
            font-size: 14px; } }
      .sec_about_pressance .strong_cont .strong_list li .note {
        font-size: 12px;
        margin-top: 20px; }
        @media (max-width: 767px) {
          .sec_about_pressance .strong_cont .strong_list li .note {
            font-size: 10px;
            margin-top: 15px; } }

/*----------------------------------

   // sec_ft_botton

-----------------------------------*/
.sec_ft_botton {
  background: #306EC6;
  padding: 0 0 70px; }
  @media (max-width: 767px) {
    .sec_ft_botton {
      padding: 0 0 40px; } }
  @media (max-width: 767px) {
    .sec_ft_botton .botton_cont {
      width: 90%;
      margin: 0 auto; } }
  .sec_ft_botton .cmn_fukidashi_txt {
    color: #fff;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .sec_ft_botton .cmn_fukidashi_txt::before, .sec_ft_botton .cmn_fukidashi_txt::after {
        background-color: #fff; } }
    .sec_ft_botton .cmn_fukidashi_txt .date {
      color: #fdf799; }
    .sec_ft_botton .cmn_fukidashi_txt .arrow::before, .sec_ft_botton .cmn_fukidashi_txt .arrow::after {
      background-color: #fff; }

/*----------------------------------

   // footer

-----------------------------------*/
.footer-copyright {
  background: #fff;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .footer-copyright {
      padding: 20px 20px;
      box-sizing: border-box; } }
  .footer-copyright .ft_link_list {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .footer-copyright .ft_link_list {
        margin-bottom: 10px; } }
    .footer-copyright .ft_link_list li {
      font-size: 14px;
      margin: 0 10px; }
      @media (max-width: 767px) {
        .footer-copyright .ft_link_list li {
          font-size: 12px; } }
      .footer-copyright .ft_link_list li a:hover {
        text-decoration: underline; }
  .footer-copyright .copyright {
    text-align: center;
    font-size: 12px; }
    @media (max-width: 767px) {
      .footer-copyright .copyright {
        font-size: 10px; } }


/*----------------------------------

   // 220322追記

-----------------------------------*/
.special_txt {
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}

.special_txt strong {
	border-bottom: 3px solid #fff;
	padding-bottom: 3px;
}

.special_txt span {
	color: #fdeb5d;
}


.benefit_block {
	background: #fff;
	border-radius: 10px;
	padding: 30px 80px;
	box-sizing: border-box;
	margin-bottom: 80px;
}

.benefit_block dt {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

.benefit_block dt strong {
  line-height: 1.7;
	border-bottom: 3px solid #3155a3;
}

.benefit_block dt.mt {
  margin-top: 30px;
}

.benefit_block dt span {
	color: #D12A2A;
}

.benefit_block dd {
	margin-bottom: 15px;
}
.benefit_block dd:last-child {
	margin-bottom: 0;
}

.benefit_block dd .txt01 {
	font-size: 20px;
	font-weight: 700;
}

.benefit_block dd .txt01 span {
	color: #D12A2A;
}

.benefit_block dd li {
  margin-top: 10px;
}

.fund_cont_box.add_mb {
	margin-bottom: 30px;
}


@media (max-width: 767px) {

	.special_txt {
		font-size: 24px;
		line-height: 1.7;
	}

	.benefit_block {
		padding: 20px 20px;
		margin-bottom: 30px;
	}

	.benefit_block dt {
		font-size: 20px;
		margin-bottom: 20px;
	}

  .benefit_block dt.mt strong {
    font-size: 18px;
  }

	.benefit_block dd .txt01 {
		font-size: 16px;
		margin-bottom: 3px;
	}

	.benefit_block dd .txt02 {
		font-size: 14px;
	}

	.fund_cont_box.add_mb {
		margin-bottom: 10px;
	}


}

/*----------------------------------

   // sec_benefit

-----------------------------------*/
.sec_benefit {
  /*background: #40CAFF;*/
padding:  40px 0 40px;}

.sec_benefit .inner {
  width: 1150px;
	background: #fff;
  margin: 0 auto;
	border-radius: 20px;
  padding: 60px 105px;
box-sizing: border-box;}

.sec_benefit .sec_ttl {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center; }

.sec_benefit .sec_ttl span {
  background: linear-gradient(transparent 70%, #fdeb5d 70%); }

.sec_benefit .sec_ttl strong {
	color: #D12A2A;
}

.sec_benefit .benefit_list .item {
	position: relative;
	margin-bottom: 40px;
	padding-left: 110px;
	list-style: none;
}
.sec_benefit .benefit_list .item:last-child {
	margin-bottom: 0;}

.sec_benefit .benefit_list .txt01 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
	border: 2px solid #C90000;
	width: 80px;
	height: 80px;
	border-radius: 100vh;
}

.sec_benefit .benefit_list .txt02 {
	font-weight: 700;
	font-size: 28px;
}

.sec_benefit .benefit_list .txt02 span {
	color: #CD0605;
}

.sec_benefit .benefit_list .txt03 a {
  color: #004098;
  text-decoration: underline;
}

.sec_benefit .benefit_list .amazon .txt01 {
	background: #CD0605;
	border: #CD0605;
	color: #fff;
}



@media (max-width: 767px) {

	.sec_benefit .inner {
	  width: 90%;
	  padding: 20px 20px;}


  .sec_benefit .sec_ttl {
	  text-align: center;
    font-size: 6vw;
    margin-bottom: 30px; }

	.sec_benefit .benefit_list .item {
		margin-bottom: 30px;
		padding-left: 75px;
	}

	.sec_benefit .benefit_list .txt01 {
		font-size: 12px;
		height: 60px;
		width: 60px;
		margin: 0;
		line-height: 60px;
	}

	.sec_benefit .benefit_list .txt02 {
		font-size: 4.8vw;
		margin-bottom: 3px;
	}

	.sec_benefit .benefit_list .txt03 {
		font-size: 14px;
	}

}


/*----------------------------

   // イベント時fv

-----------------------------*/

.sec_fv_event {
	background: url("../img/event/fv_bg_pc.jpg") no-repeat;
	background-size: cover;
}

.sec_fv_event .fv_label {
	/*background: #0089BE;*/
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.05rem;
	position: relative;
	padding: 8px 0;
}


.sec_fv_event .fv_label .no1_label {
	position: absolute;
	right: 95px;
	top: 0;
	width: 100px;
}

.sec_fv_event .inner {
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 40px;
	position: relative;
	box-sizing: border-box;
}

.sec_fv_event .badge {
	position: absolute;
	    left: 153px;
    top: 52px;
}

.sec_fv_event .main_ttl h1 {
	margin-bottom: 30px;
	max-width: 740px;
	margin: 0 auto 20px;
}

.sec_fv_event .main_ttl h1 img {
	width: 100%;
}

.sec_fv_event .right_cont {
	position: absolute;
	right: 0;
	bottom: 30px;
}

.sec_fv_event .fund {
	color: #000;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
}


.sec_fv_event .fund span {
	font-size: 40px;
}

.sec_fv_event .limit {
	width: 80%;
	margin: 0 auto 15px;
}

.sec_fv_event .list li span {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
	line-height: 1.1;
	display: block;
}

.sec_fv_event .list li small {
	font-size: 14px;
	display: block;
}

.sec_fv_event .txt_wrap {
	position: relative;
}
.sec_fv_event .txt_wrap .card {
	position: absolute;
	right: -20px;
	top: 15px;
}


.sec_fv_event dl {
	margin-bottom: 10px;
	text-align: center;
}
.sec_fv_event dl dt {
	background: #3155A3;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 6px 6px 0 0;
}
.sec_fv_event dl dt span {
  font-family: 'Roboto', sans-serif;
	font-size: 26px;
}
.sec_fv_event dl dd {
	background: #fff;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	border-radius: 0 0 6px 6px;
	line-height: 1.1;
	padding: 8px 0;
}
.sec_fv_event dl dd .txt01 {
  font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #D51D37;
}
.sec_fv_event dl dd .txt02 {
	font-size: 16px;
	color: #D51D37;
}






.sec_fv_event .list li {
  color: #000;
	padding: 8px 0;
  width: 170px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  background: #fff;
	margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-flow: nowrap;
  align-items: center; }

.sec_fv_event .list li span {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
	line-height: 1.1;
	display: block;
}

.sec_fv_event .list li small {
	font-size: 14px;
	display: block;
}


.sec_fv_event .cmn_botton {
	width: 340px;
	margin: 0 auto;
}


.sec_fv_event .cmn_botton a {
  font-size: 20px;
  padding: 28px 0 28px 15px;
background: #D51D37;
}

.sec_fv_event .cmn_botton a::before {
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 3.4; }

.sec_fv_event .cmn_botton a::after {
  right: 30px; }


@media (max-width: 767px) {

	.sec_fv_event {
		background: url("../img/event/fv_bg_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center bottom;
	}

	.sec_fv_event .fv_label {
		text-align: left;
		font-size: 16px;
		padding: 6px 0 6px 15px;
		box-sizing: border-box;
	}

	.sec_fv_event .fv_label .no1_label {
		right: 0;
		width: 58px;
	}

	.sec_fv_event .badge {
		position: absolute;
		left: -14px;
		top: 0;
		width: 97px;
	}


	.sec_fv_event .inner {
		display: block;
		width: 100%;
		min-width: auto;
		padding: 0 0 30px;
	}

	.sec_fv_event .main_ttl {
		width: 90%;
		margin: 0 auto 10px;
		/*padding: 0 3px 0 10px;*/
		padding-top: 50px;
		box-sizing: border-box;
	}

	.sec_fv_event .right_cont {
		width: 90%;
		padding-top: 0;
		margin: 0 auto;
		position: relative;
		bottom: auto;
		right: auto;
	}


	.sec_fv_event .fund {
		font-size: 16px;
		line-height: 1.1;
	}

	.sec_fv_event .fund span {
		font-size: 22px;
	}

	.sec_fv_event .limit {
		margin: 0 0 0 5px;
		width: 60%;
	}
	.sec_fv_event .limit img {
		width: 100%;
	}


	.sec_fv_event .txt_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		/*padding: 2px 10px;*/
		box-sizing: border-box;
	}

	.sec_fv_event .txt_wrap .card {
		right: -15px;
		top: 25px;
		width: 60px;
	}

	.sec_fv_event .list {
		display: flex;
		justify-content: space-between;
	}
	.sec_fv_event .list li {
		width: 48%;
		padding: 6px 0;
	  font-size: 12px; }

	.sec_fv_event .list li span {
	  font-size: 22px;
	}

	.sec_fv_event .list li small {
		font-size: 16px;
	}

	  .sec_fv_event .cmn_botton {
		  width: 90%;
		  margin: 0 auto;
	}


  .sec_fv_event .cmn_botton a {
    font-size: 18px;
    padding: 35px 0 35px 15px; }

  .sec_fv_event .cmn_botton a::before {
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 3.4; }

  .sec_fv_event .cmn_botton a::after {
    right: 20px; }

}




/*----------------------------

   // 231011 改修

-----------------------------*/

.txt_yellow {
	color: #FFFF00;
}
.txt_blue {
	color: #3155A3;
}
.txt_red {
	color: #D12A2A;
}

.txt_marker {
	background: linear-gradient(transparent 70%, #FFFF00 70%);
}

.inner {
	width: 90%;
	margin: 0 auto;
}

.cmn_sec_ttl {
  text-align: center;
	color: #fff;
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: 700;
}
.cmn_sec_ttl span {
	font-size: 24px;
	display: block;
}


@media (min-width: 768px) {

	.inner {
		max-width: 1100px;
	}

	.cmn_sec_ttl {
		font-size: 42px;
		margin-bottom: 60px;
	}
	.cmn_sec_ttl span {
		font-size: 43px;
		display: inline;
	}

}




.sec_cp {
	background: #306EC6;
	padding: 40px 0;
}
.sec_cp .inner {
	background: #fff;
	border-radius: 10px;
}
.sec_cp .cp_ttl {
	padding: 15px 20px;
	box-sizing: border-box;
	background: #FDF799;
	border-radius: 10px 10px 0 0;
}
.sec_cp .cp_ttl img {
	width: 100%;
	height: auto;
}

.sec_cp .txtarea {
	padding: 20px;
	box-sizing: border-box;
}
.sec_cp .txtarea .cp_sub_ttl  {
	font-size: 18px;
	font-weight: 700;
	padding-left: 50px;
	margin-bottom: 15px;
	position: relative;
}

.sec_cp .txtarea .cp_sub_ttl::before {
	content: "";
	display: block;
	background: url("../img/amazon_card.png") no-repeat;
	background-size: contain;
	width: 50px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 12px;

}

.sec_cp .txtarea .txt  {
	font-size: 15px;
	font-weight: 600;
}


@media (min-width: 768px) {

	.sec_cp {
		padding: 60px 0;
	}

	.sec_cp .cp_ttl img {
		width: 40%;
		height: auto;
		margin: 0 auto;
	}

	.sec_cp .txtarea {
		padding: 30px 60px;
		text-align: center;
	}

	.sec_cp .txtarea .cp_sub_ttl  {
		font-size: 24px;
		display: inline-block;
		padding-left: 55px;
	}

	.sec_cp .txtarea .cp_sub_ttl::before {
		top: 3px;

	}

	.sec_cp .txtarea .txt  {
		font-size: 16px;
	}


}






.sec_reason {
	padding: 60px 0;
	background: #00AFF0 url("../img/reason_bg.png") no-repeat;
	background-position: center top;
	background-size: 100%;
}

.sec_reason.add_bg {
	padding: 30px 0;
	background: #35bcee url("../img/reason_bg.png") no-repeat;
	background-position: center top;
	background-size: 100%;
}


.reason_list {
	position: relative;
}
.reason_list::before {
	content: "";
	display: block;
	background: url("../img/reason_obj.png") no-repeat;
	background-size: contain;
  width: 136px;
  height: 100px;
  position: absolute;
  right: -30px;
  top: -97px;

}

.reason_list li {
	background: #fff;
	border: 3px solid #3155A3;
	border-radius: 10px;
	padding: 15px 0;
	margin-bottom: 25px;
	position: relative;
}

.reason_list li:last-child {
	margin-bottom: 0;
}

.reason_list li .num {
	background: #3155A3;
	text-align: center;
	color: #fff;
	font-family: 'Akshar', sans-serif;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 10px 0 10px 0;
	position: absolute;
	left: 10px;
	top: -17px;
}

.reason_list li p {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
}

.reason_list li p b {
	font-size: 19px;
}

.sec_reason .note {
	font-size: 10px;
	color: #fff;
	display: block;
	margin: 10px 0 60px;
}



.reason_cont {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 25px;
}
.reason_cont:last-child {
	margin-bottom: 0;
}

.reason_cont .num {
	background: #3155A3;
	text-align: center;
	color: #fff;
	font-family: 'Akshar', sans-serif;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 10px 0 10px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 134px;
	margin: auto;
}


.reason_cont .txtarea {
	width: 85%;
	margin: 30px auto 0;
}

.reason_cont .txtarea small {
	display: block;
	margin-top: 10px;
}
.reason_cont figcaption {
	display: block;
	font-size: 13px;
}



.reason_cont .txtarea .ttl_wrap {
	margin-bottom: 20px;
	text-align: center;
}
.reason_cont .txtarea .ttl_wrap .ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}
.reason_cont .txtarea .ttl_wrap .sub {
	font-size: 18px;
	font-weight: 700;
}


.reason_cont .txtarea .txt {
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
}
.reason_cont .txtarea .txt.mt {
	margin-top: 10px;
}


.reason_cont .jpx {
	background: #F0F0F0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-top: 15px;
}
.reason_cont .jpx figure {
	width: 17%;
	margin-right: 10px;
}

.reason_cont .ranking ,
.reason_cont .badge {
	width: 85%;
	margin: 20px auto 0;
}

@media (min-width: 768px) {

	.sec_reason {
		padding: 90px 0;
		background: #00AFF0 url("../img/reason_bg_pc.png") no-repeat;
		background-position: center top;
		background-size: 100%;
	}

	.reason_list::before {
		background: url("../img/reason_obj_pc.png") no-repeat;
		background-size: contain;
		width: 170px;
		height: 168px;
		right: 15px;
		top: -130px;

	}

	.reason_list {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}

	.reason_list li {
		width: 32%;
		margin-bottom: 0;
		padding: 40px 0;
	}
	.reason_list li:nth-of-type(1) {
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.reason_list li .num {
		font-size: 26px;
		width: 40px;
		height: 40px;
		line-height: 42px;
		left: 10px;
		top: -17px;
	}


	.reason_list li p {
		font-size: 18px;
	}
	.reason_list li p b {
		font-size: 22px;
	}

	.sec_reason .note {
		font-size: 12px;
	}



	.reason_cont {
		padding: 50px 70px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: row wrap;
		margin-bottom: 40px;
	}


	.reason_cont:nth-of-type(3) {
		flex-flow: row-reverse;
	}


	.reason_cont .num {
		font-size: 36px;
		width: 60px;
		height: 60px;
		line-height: 62px;
		left: 0;
		right: auto;
		top: 0;
	}


	.reason_cont .txtarea {
		width: 55%;
		margin: 0;
	}
	.reason_cont figure {
		width: 40%;
		margin: 0;
	}
	.reason_cont figure img {
		width: 100%;
		height: auto;
	}

	.reason_cont .txtarea .ttl_wrap {
		margin-bottom: 20px;
		text-align: left;
	}

	.reason_cont .txtarea .ttl_wrap .ttl {
		font-size: 26px;
	}
	.reason_cont .txtarea .ttl_wrap .sub {
		font-size: 22px;
	}

	.reason_cont .txtarea .txt {
		font-size: 16px;
	}

	.reason_cont .jpx {
		font-size: 14px;
		padding: 8px 10px;
	}
	.reason_cont .jpx figure {
		width: 12%;
	}

	.reason_cont .ranking ,
	.reason_cont .badge {
		width: 40%;
		margin: 0;
	}


}




.sec_recommend {
  background: url("../img/recommend_bg.jpg") no-repeat;
	background-size: 100%;
	background-position: center top;
	padding: 60px 0 40px;
}


.recommend_list li {
	background: #fff;
	border-radius: 10px;
	border: 3px solid #3155A3;
	padding: 25px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}

.recommend_list li:last-child {
	margin-bottom: 0;
}

.recommend_list li .ttl {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
}
.recommend_list li .ttl::before {
	content: "";
	display: block;
	background: url("../img/icon_check.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 8px;
}

.recommend_list li .txt {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.8;
}
.recommend_list li .obj {
	position: absolute;
	 right: 5px;
    top: -15px;
    width: 25%;
}
.recommend_list li .obj img {
	height: auto;
	width: 100%;
}


@media (min-width: 768px) {

	.sec_recommend {
	  background: url("../img/recommend_bg_pc.png") no-repeat;
		background-size: 100%;
		background-position: center top;
		padding: 90px 0;
	}

		.recommend_list {
			display: flex;
			justify-content: space-between;
			flex-flow: row wrap;
	}


	.recommend_list li {
		padding: 30px 20px 30px;
		margin-bottom: 0;
		width: 32%;
	}

	.recommend_list li .ttl {
		margin-bottom: 20px;
	}

	.recommend_list li .txt {
		font-size: 16px;
	}

	.recommend_list li .obj {
		position: absolute;
		right: 5px;
		top: -10px;
	    width: 24%;
	}
	.recommend_list li:nth-of-type(3) .obj {
		right: -5px;
	}



}



.sec_flow {
	background: #306EC6 url("../img/flow_bg.png") no-repeat;
	background-position: center top;
	background-size: 100%;
	padding: 60px 0;
}

.sec_flow figure {
	position: relative;
}

.sec_flow figure::before {
	content: "";
	display: block;
	background: url("../img/flow_obj01.png") no-repeat;
	background-size: contain;
	width: 86px;
    height: 77px;
	position: absolute;
	right: 0;
	top: -73px;

}

@media (min-width: 768px) {
	.sec_flow {
		background: #306EC6 url("../img/flow_bg_pc.png") no-repeat;
		background-position: center top;
		background-size: 100%;
		padding: 80px 0;
	}


	.sec_flow figure::before {
		display: none;

	}

}


.header-box .btn_entry a {
	background: #f45569;
    border-radius: 100vh;
    color: #fff;
    text-decoration: none;
    padding: 16px 50px;
    border: 2px solid #f45569;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	transition: all 0.3s;
}

.header-box .btn_entry a:hover {
	background: #fff;
	color: #f45569;
}

.header-box .btn_login {
	margin-left: 10px;
}

.header-box .btn_login a {
	background: #0c278d;
    border-radius: 100vh;
    color: #fff;
    text-decoration: none;
    padding: 16px 50px;
        border: 2px solid #0c278d;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	transition: all 0.3s;
}

.header-box .btn_login a:hover {
	background: #fff;
	color: #0c278d;
}

@media (max-width: 1300px) {
	.header-box .btn_entry,
	.header-box .btn_login {
		display: none;
	}

}







.logo-brand {
	display: flex;
	justify-content: flex-start;
	flex-flow: nowrap;
	align-items: center;
	margin-right: 20px;
}

.logo-brand .logo_realta {
	width: 100px;
}
.logo-brand p {
	font-size: 10px;
	padding-left: 14px;
	    letter-spacing: -1px;
	font-weight: 500;
}




.header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-flow: row wrap;
}

.menu_btn {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 999999999;
	cursor: pointer;
}

.menu_btn span {
		width: 60%;
		height: 2px;
		background: #004098;
		display: block;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
	}

.menu_btn span:nth-of-type(1) {
	top: 18px;
}
.menu_btn span:nth-of-type(2) {
			top: 0;
			bottom: 0;
			margin: auto;
}
.menu_btn span:nth-of-type(3) {
			bottom: 18px;
}
	
	

.menu_btn.active span {
	transition: transform .3s;
	background: #fff;
}

.menu_btn.active span:nth-of-type(1) {
		top: 29px;
		transform: rotate(45deg);
}
.menu_btn.active span:nth-of-type(2) {
				display: none;
}
.menu_btn.active span:nth-of-type(3) {
				bottom: 29px;
				transform: rotate(135deg);
}


@media (min-width: 1300px) {
	.menu_btn {
		display: none;
	}

}


.menu_block {
	display: none;
position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1d2d45db;
	padding: 60px 30px 0;
	box-sizing: border-box;
}


.menu_block ul li {
	border-bottom: 2px solid #fff;
        padding: 35px 0 10px;
        text-align: left;
        position: relative;
}

.menu_block ul li a {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        display: block;
}

.menu_block ul li a::after {
	vertical-align: middle;
	content: '\f054';
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 0px;
}


@media (max-width: 768px) {

	.header .header-tel {
		display: none;
	}
	.header .header-box {
		display: block;
	}
	
	.header .menu_btn {
		position: absolute;
		right: 10px;
		top: 0;
	}
	
	.logo-brand .logo_realta {
		width: 80px;
	}
	
	.header .header-right {
		justify-content: center;
		padding-top: 8px;
	}
	
}

/* 達成率バー */

.sec_fund .fund_cont_box .cont_left .price_cont {
  padding-right: 35px !important;
}
@media (max-width: 767px) {
  .sec_fund .fund_cont_box .cont_left .price_cont {
    padding-right: 20px !important;
  }
}

.price_cont .rate_area {
  margin-top: 15px;
  width: 100%;
}
.price_cont .bar_base {
  width: 100%;
  height: 12px;
  background: rgba(255,255,255,0.3);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}
.price_cont .bar_val {
  width: 0;
  height: 100%;
  background: #F45568; /* 赤色変更 */
  border-radius: 6px;
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1); /* 高速化とイージング変更 */
}
/* クラス付与でバーが伸びる */
.price_cont .bar_val.active {
  width: 100%;
}
.price_cont .rate_txt {
  color: #fff;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  line-height: 1;
}
.price_cont .rate_txt .per {
  font-size: 24px;
  color: #fdeb5d;
  font-family: 'Roboto', sans-serif;
  margin: 0 2px;
}