/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
.font-no{font-family: 'Noto Sans JP', 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;}
p{color: #333;}
.mt0{margin-top: 0!important;}

.m_over:hover{opacity: 0.7;}

.disp_pc{display:block!important;}
.disp_sp{display:none!important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.mi{font-family:"Zen Old Mincho", YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.ttl-f {font-family:"HiraKakuPro-W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP";}
.center{text-align: center;}
@media screen and (max-width: 768px) {
  .disp_pc{display:none!important;}
  .disp_sp{display:block!important;}
  .disp_in_pc{display:none;}
  .disp_in_sp{display:inline-block;}
  img{ max-width:100%;}
}

/*mv*/
.mv {
  background: url("/lp/sisu/sp500/img/mv.png") no-repeat scroll bottom center;
  padding: 0 10px 210px;
  background-size: cover;
}
.mv_inner {
  padding-top: 140px;
  max-width: 1200px;
  margin: 0 auto;
}
.mv_inner h1 {
  width: 43.00%;
}
.mv_inner p{
  font-size: min(16px, 1.3vw);
  margin-top: 30px;
  line-height: 180%;
  font-weight: 500;
  color: #fff;
  padding: 20px 30px 20px 20px;
  background: url("/lp/sisu/sp500/img/mv_bg.png") repeat-x scroll 0 0;
  display: inline-block;
}


@media screen and (max-width: 768px) {
  .mv {
    background: url("/lp/sisu/sp500/img/mv_sp.png") no-repeat scroll top center;
    padding: 0 0 39vw;
    background-size: cover;
  }
  .mv_inner {
    padding-top: 10vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .mv_inner h1 {
    width: 80%;
    margin-bottom: 5.333vw;
  }
  .mv_inner p{
    font-size: 3.466vw;
    margin-top: 0;
    width: 95.733%;
    padding: 5.2vw 4vw;
    background: url(/lp/sisu/sp500/img/mv_bg_sp.png) no-repeat scroll top center;
    background-size: contain;
    line-height: 150%;
  }
}

/*目次*/
.toc {
  padding: 0 10px;
}
.toc_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.toc-box{
  border: 1px solid #003792;
  padding: 0 45px 20px;
  background: #fff;
  border-radius: 10px;
  margin-top: -70px;
}
.toc-box p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #003792;
  padding: 3px 25px;
  border-radius: 25px 25px 25px 0;
  top: -16px;
  left: -46px;
  display: inline-block;
}
.toc_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toc_flex li {
  margin-top: 5px;
  width: 49%;
  display: flex;
  align-items: flex-start;
}
.toc_flex li span {
  background: #003792;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  padding: 2px 8px 4px;
  margin-right: 5px;
}
.toc_flex li a {
  font-size: 16px;
  color: #333;
}
.toc_flex li a:hover{
  text-decoration: underline;
  color: #003792;
}
.tf1 {
  order: 1;
}
.tf2 {
  order: 3;
}
.tf3 {
  order: 5;
}
.tf4 {
  order: 2;
}
.tf5 {
  order: 4;
}

.toc-box_inner {
  max-width: 1000px;
  margin: 35px auto 0;
}

.toc_txt01 {
  font-size: 18px;
  font-weight: bold;
  color: #003792;
}
.toc_txt02 {
  font-size: 16px;
}
.note_list {
  margin-top: 10px;
}
.note_list li{
  font-size: 13px;
  color: #333;
  padding-left:1em;
  text-indent:-1em;
  line-height: 140%;
  font-weight: 400;
}
.note_list li a{
  color: #0066ff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .toc {
    padding: 0;
  }
  .toc_inner {
    max-width: 92%;
    margin: 0 auto;
  }
  .toc-box{
    border: 1px solid #003792;
    padding: 0 4vw 5vw;
    margin-top: -20vw;
  }
  .toc-box p {
    font-size: 3.466vw;
    padding: 3px 25px;
    top: -4.266vw;
    left: -4.266vw;
  }
  .toc_flex {
    display: block;
  }
  .toc_flex li {
    margin-top: 1.5vw;
    width: 100%;
  }
  .toc_flex li span {
    font-size: 2vw;
    border-radius: 50%;
    padding: 0.9vw 2.05vw 1.3vw;
    margin-right: 5px;
  }
  .toc_flex li a {
    font-size: 3.466vw;
  }
  .tf1 {
    order: 1;
  }
  .tf2 {
    order: 2;
  }
  .tf3 {
    order: 3;
  }
  .tf4 {
    order: 4;
  }
  .tf5 {
    order: 5;
  }
  .tf6 {
    order: 6;
  }
  .toc-box_inner {
    max-width: 100%;
    margin: 10vw auto 0;
  }
  .toc_txt01 {
    font-size: 3.733vw;
  }
  .toc_txt02 {
    font-size: 3.466vw;
  }
  .note_list {
    margin-top: 2.2vw;
  }
  .note_list li{
    font-size: 2.666vw;
    color: #333;
  }
}

/*cont01*/
.cont01 {
  background: #f1f6ff;
  margin-top: 50px;
  padding: 0 10px;
}
.cont01_bg {
  background: #fff;
  border-radius: 0 0 150px 0;
  padding-bottom: 120px;
}
.cont01_bg_inner {
  max-width: 1000px;
  margin: 0 auto 0;
}
.cont01_flex {
  display: flex;
  justify-content: space-between;
}
.cont01_flex h2 {
  font-size: 50px;
  font-weight: bold;
  color: #003792;
  width: 34%;
  line-height: 100%;
}
.cont01_flex h2 span{
  font-size: 36px;
  color: #000;
}
.cont01_flex div {
  width: 70%;
  font-size: 16px;
  line-height: 200%;
  font-weight: bold;
}

.cont01_flex02 {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.cont01-item {
  width: 48%;
  background: #f0f0f0;
  padding: 0 25px 25px 0;
  border-radius: 15px 10px 10px 10px;
}
.cont01-item h3 {
  display: inline-block;
  background: #003792;
  padding: 5px 15px;
  border-radius: 15px 15px 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.cont01-item ul {
  padding: 20px 0 0 25px;
}
.cont01-item ul li{
  font-size: 16px;
  color: #333;
}
.ind01 {
  padding-left:1em;
  text-indent:-1em;
}
.col01 {
  color: #b40000;
  font-weight: 500;
}
.col02 {
  color: #003792;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cont01 {
    margin-top: 8vw;
    padding: 0;
  }
  .cont01_bg {
    border-radius: 0 0 75px 0;
    padding-bottom: 18vw;
  }
  .cont01_bg_inner {
    max-width: 92%;
    margin: 0 auto;
    padding:0;
  }
  .cont01_flex {
    display: block;
  }
  .cont01_flex h2 {
    font-size: 7.466vw;
    width: 100%;
  }
  .cont01_flex h2 span{
    font-size: 5.866vw;
  }
  .cont01_flex div {
    width: 100%;
    font-size: 3.733vw;
  }

  .cont01_flex02 {
    margin: 0 0 0 0;
    display: block;
  }
  .cont01-item {
    width: 100%;
    padding: 0 4vw 4vw 0;
    margin-top: 6vw;
  }
  .cont01-item h3 {
    display: inline-block;
    padding: 3px 15px;
    font-size: 3.466vw;
    position: relative;
    top: -10px;
  }
  .cont01-item ul {
    padding: 0 0 0 4%;
  }
  .cont01-item ul li{
    font-size: 3.466vw;
  }
}

/*cont02*/
.cont02 {
  backgroud: #ffff;
}
.cont02_bg {
  padding: 110px 10px;
  border-radius: 0 0 0 150px;
  background: #f1f6ff;
}
.cont02_bg_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.ttl_h2 {
  font-size: 34px;
  font-weight: bold;
  color: #003792;
  padding-left: 45px;
  background: url("/lp/sisu/sp500/img/ttl_bg.png") no-repeat scroll left center;
  background-size: 34px auto;
}
.ttl_h2 span{
  font-size: 28px;
  color: #333;
}
.sub_ttl {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
}
.sub_ttl span{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 3px 25px;
  background: #003792;
  border-radius: 20px 20px 20px 0;
  margin-right: 10px;
}
.cont02_txt01 {
  margin-top: 10px;
  font-size: 16px;
}
.img-box {
  text-align: center;
  margin-top: 20px;
}
.note-box {
  margin-top: 10px;
}
.note-box p{
  font-size: 13px;
}
.note-box li{
  font-size: 13px;
  color: #333;
  padding-left:1em;
  text-indent:-1em;
}
.sub_ttl.mt_add {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cont02_bg {
    padding: 8vw 0 12vw 0;
    border-radius: 0 0 0 75px;
  }
  .cont02_bg_inner {
    max-width: 92%;
    margin: 0 auto;
  }
  .ttl_h2 {
    font-size: 5.866vw;
    padding-left: 7vw;
    background-size: 5vw auto;
    line-height: 120%;
    letter-spacing: -0.5px;
  }
  .ttl_h2 span{
    font-size: 5.066vw;
  }
  .sub_ttl {
    margin-top: 4vw;
    font-size: 3.466vw;
  }
  .sub_ttl span{
    font-size: 3.466vw;
    padding: 1vw 2vw;
    border-radius: 20px 20px 20px 0;
  }
  .cont02_txt01 {
    margin-top:2vw;
    font-size: 3.466vw;
  }
  .img-box {
    text-align: center;
    margin-top: 4vw;
  }
  .note-box {
    margin-top: 2.5vw;
  }
  .note-box p{
    font-size: 2.666vw;
  }
  .note-box li{
    font-size: 2.666vw;
  }
  .sub_ttl.mt_add {
    margin-top: 7vw;
  }
}

.cont02_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.cont02_item01 {
  width: 31%;
}
.cont02_item02 {
  width: 65%;
}
.cont02_item02 .cont02_txt {
  font-size: 16px;
}
.cont02_item01 {
  background: #fff;
  border-radius: 10px;
  padding: 20px 5px 10px;
}
.cont_in_item02 {
  color: #003792;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
}
.cont_in_item02 .ci01{
  font-size: 24px;
  font-weight: 500;
}
.cont_in_item02 .ci02{
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 100%;
}
.sub_ttl .pc_txt {
  color: #333;
  background: none;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .cont02_flex {
    display: block;
    margin-top: 4vw;
  }
  .cont02_item01 {
    width: 100%;
    margin-bottom: 4vw;
  }
  .cont02_item02 {
    width: 100%;
  }
  .cont02_item02 .cont02_txt {
    font-size: 3.466vw;
  }
  .cont02_item01 {
    padding: 4vw 5px 4vw;
  }
  .cont_in_item02 {
    font-size: 10.4vw;
  }
  .cont_in_item02 .ci01{
    font-size: 6.4vw;
  }
  .cont_in_item02 .ci02{
    font-size: 3.466vw;
  }
  .sub_ttl .pc_txt {
    display: none;
  }
}

.cont03 {
  background: #f1f6ff;
  margin-top: 50px;
}
.cont03_bg {
  background: #fff;
  border-radius: 0 0 150px 0;
  padding-bottom: 120px;
}
.cont03_inner {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 50px 10px 0;
}
.ttl_h2 .red {
  color: #b40000;
  font-size: 34px;
}
.cont03_txt01 {
  font-size: 16px;
  margin-top: 20px;
}
.cont03_txt02 {
  font-size: 16px;
  margin-top: 10px;
}
.cont03_txt02 a {
  color: #0066ff;
  text-decoration: underline;
}
.cont03_txtright {
  text-align: right;
  margin-top: -5px;
}
.r_table02 {
  margin-top: 5px;
}
.r_table02 table {
  border-spacing: 0;
  border-collapse: separate;
}
.r_table02 table tr th:first-child {
  border-top-left-radius: 10px; /* 左上の角 */
}
.r_table02 table tr th:last-child {
  border-top-right-radius: 10px; /* 右上の角 */
}
.r_table02 table tr:last-child td:last-child {
  border-bottom-right-radius: 10px; /* 右下の角 */
}
.r_table02 table tr:last-child td:first-child {
  border-bottom-left-radius: 10px; /* 左下の角 */
}
.r_table02 table th{
  border-right: 1px solid #f3f4ec;
  border-bottom: 1px solid #f3f4ec;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #787878;
  font-size: min(16px, 1.4vw);
  width: 39.5%;
}
.r_table02 table th:first-child{
  width: 21%;
}
.r_table02 table th:nth-of-type(2){
  background: #003792;
}
.r_table02 table th:last-child{
  border-right: none;
  background: #b40000;
}
.r_table02 table td{
  border-right: 1px solid #f3f4ec;
  border-bottom: 1px solid #f3f4ec;
  padding: 10px 10px;
  background: #f1f6ff;
  font-size: min(16px, 1.4vw);
  color: #333;
  vertical-align: top;
}
.r_table02 table td:last-child{
  border-right: none;
}
.r_table02 table .td_ttl {
  background: #787878;
  color: #fff;
  font-weight: 500;
  padding: 5px 5px;
  font-size: min(16px, 1.4vw);
  text-align: center;
  vertical-align: middle;
}

.wid-box {
    max-width: 860px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .cont03 {
    margin-top: 12vw;
  }
  .cont03_bg {
    border-radius: 0 0 75px 0;
    padding-bottom: 12vw;
  }
  .cont03_inner {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 0;
  }
  .cont03_txt01 {
    font-size: 3.466vw;
    margin-top: 3vw;
  }
  .cont03_txt02 {
    font-size: 3.466vw;
    margin-top: 2vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .cont03_txtright {
    text-align: right;
    margin-top: 0;
    font-size: 3.466vw;
  }
  .ttl_h2 .red {
    font-size: 5.866vw;
  }
  .ttl_h2:has(.red) {
    background-position: left 1.2vw;
  }
  .r_table02 {
    margin-top: 1vw;
  }
  .r_table02 table tr th:first-child {
    border-top-left-radius: 3px; /* 左上の角 */
  }
  .r_table02 table tr th:last-child {
    border-top-right-radius: 3px; /* 右上の角 */
  }
  .r_table02 table tr:last-child td:last-child {
    border-bottom-right-radius: 3px; /* 右下の角 */
  }
  .r_table02 table tr:last-child td:first-child {
    border-bottom-left-radius: 3px; /* 左下の角 */
  }
  .r_table02 table th{
    padding: 1.5vw;
    font-size: 3.466vw;
    width: 39.5%;
  }
  .r_table02 table th:first-child{
    width: 21%;
  }
  .r_table02 table td{
    padding: 1.5vw;
    font-size: 3.466vw;
  }
  .r_table02 table .td_ttl {
    ppadding: 1.5vw;
    font-size: 3.466vw;
  }
}


/*cont04*/
.cont04 {
  backgroud: #ffff;
}
.cont04_bg {
  padding: 110px 10px;
  border-radius: 0 0 0 150px;
  background: #f1f6ff;
}
.cont04_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cont04_txtright {
  text-align: right;
  font-size: 13px;
}
.cont04_flex {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.cont04_flex dl {
  margin-top: 5px;
  width: 31%;
}
.cont04_flex dd {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.cont04_flex dd span {
  display: block;
  font-size: 13px;
  padding-left:1em;
  text-indent:-1em;
}
.cont04_txt01 {
  margin-top: 30px;
  padding: 25px;
  background: #ffffff;
  font-size: 16px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .cont04_bg {
    padding: 12vw 0 12vw 0;
    border-radius: 0 0 0 75px;
  }
  .cont04_inner {
    max-width: 92%;
    margin: 0 auto;
  }
  
  .cont04_flex {
    margin-top: 2vw;
    display: block;
  }
  .cont04_flex dl {
    margin-top: 3vw;
    width: 100%;
  }
  .cont04_flex dd {
    margin-top: 2vw;
    font-size: 3.466vw;
  }
  .cont04_txt01 {
    margin-top: 5vw;
    padding: 4vw;
    font-size: 3.466vw;
  }
  .cont04_flex dd span {
    font-size: 2.666vw;
  }
  .cont04_txtright {
    text-align: left;
    font-size: 2.666vw;
    margin-top: 2vw;
  }
}

/*cont05*/
.cont05 {
  background: #fff;
  margin-top: 50px;
}
.cont05_bg {
  background: #fff;
  border-radius: 0 0 0 0;
  padding-bottom: 120px;
}
.cont05_inner {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 50px 10px 0;
}
.ttl_h2_icon {
  position: relative;
  text-align: center;
  font-size: min(33px, 3.0vw);
  font-weight: bold;
  color: #003792;
}
.ttl_h2_icon span {
  letter-spacing: -3px;
}
.ttl_h2_icon::before {
  content: "";
  position: absolute;
  left: 40px;
  top:-15px;
  background: url("/lp/sisu/sp500/img/icon01.png") no-repeat scroll 0 0;
  width: 49px;
  height: 39px;
}
.ttl_h2_icon::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom:-15px;
  background: url("/lp/sisu/sp500/img/icon02.png") no-repeat scroll 0 0;
  width: 49px;
  height: 39px;
}
.cont05_btn {
  margin: 20px auto 0;
  max-width: 310px;
}
.cont05_btn a{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #003792;
  padding: 10px 15px;
  border-radius: 30px;
  border-bottom: 4px solid #003792;
  position: relative;
  display: block;
}
.cont05_btn a:hover{
  background: #fff;
  color: #003792;
  padding: 10px 15px;
  border-radius: 30px;
  border: 2px solid #003792;
}
.cont05_btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - -2px);
  right: 20px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
.cont05_btn a:hover:before {
  background-color: #003792;
  top: calc(50% - 0px);
}
.cont05_btn a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: calc(50% - -2px);
  right: 20px;
  border-radius: 9999px;
  background-color: #fff;
}
.cont05_btn a:hover:after {
  background-color: #003792;
  top: calc(50% - 0px);
}
.r_cont {
  margin-top: 80px;
}
.r_ttl {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}
.r_list li{
  font-size: 13px;
  color: #000;
  padding-left:1em;
  text-indent:-1em;
}
.r_txt {
  font-size: 13px;
  color: #000;
  margin-bottom: 20px;
}
.r_txt02{
  font-size: 13px;
  color: #000;
  margin-top: -10px;
  text-align: right;
}
.r_cont span{
  color: #b40000;
}
.r_cont span.u_line{
  color: #000;
  text-decoration: underline;
}
.r_cont span.bold{
  color: #000;
  font-weight: bold;
}
.r_cont span.ind{
  color: #000;
  padding-left:1em;
  text-indent:-1em;
  display: block;
}
.r_cont .mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .cont05 {
    margin-top: 12vw;
  }
  .cont05_bg {
    border-radius: 0 0 0 0;
    padding-bottom: 12vw;
  }
  .cont05_inner {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 0;
  }
  .ttl_h2_icon {
    font-size: 5.600vw;
  }
  .ttl_h2_icon span {
    letter-spacing: -2px;
  }
  .ttl_h2_icon::before {
    width: 6vw;
    height: 5vw;
    background-size: 6vw 5vw;
    left: 0;
    top: 0;
  }
  .ttl_h2_icon::after {
    width: 6vw;
    height: 5vw;
    background-size: 6vw 5vw;
    right: 0;
    bottom: 0;
  }
  .cont05_btn {
    margin: 5vw auto 0;
    max-width: 80%;
  }
  .cont05_btn a{
    font-size: 4.266vw;
    padding: 2.4vw 15px;
  }
  .cont05_btn a:hover{
    padding: 2.4vw 15px;
  }
 
  .r_cont {
    margin-top: 12vw;
  }
  .r_ttl {
    font-size: 2.933vw;
    margin-top: 4vw;
  }
  .r_list li{
    font-size: 2.666vw;
  }
  .r_txt {
    font-size: 2.666vw;
    margin-bottom: 4vw;
  }
  .r_txt02{
    font-size: 2.666vw;
    margin-top: -2vw;
  }
  .r_cont .mb20 {
    margin-bottom: 4vw;
  }
  
}