body {
    margin: 0;
    font-size: 18px;
    line-height: 160%;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
}
img {
    max-width: 100%;
    transition: 0.5s;
}
a {
    color: #333;
    text-decoration: none;
    transition: .5s;
}
a:hover {
    color: #c50c09;
}
a:hover img {
    opacity: .8;
}
.sp {display: none !important;}
.btn a {
    color: #c50c09;
    position: relative;
    transition: 0.5s;
}
.btn.btn_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px;
    border: 1px solid #c50c09;
    width: 250px;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 0;
}
.btn.btn_wh a {
    background: #FFF;
}
.btn.btn_wh a::before {
    background: linear-gradient(to right, #ec403d, #c50c09);
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 30px;
}
.btn.btn_wh a:hover {
    color: #FFF;
    border: 1px solid #FFF;
}
.btn.btn_border a:hover {
    background: #c50c09;
    color: #FFF;
    border: 1px solid #FFF;
}
.btn.btn_rd a {
    background: linear-gradient(to right, #ec403d, #c50c09);
    color: #FFF;
}
.btn.btn_rd a::before {
    background: #FFF;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 30px;
}
.btn.btn_wh a:hover::before,
.btn.btn_rd a:hover::before {
    opacity: 1;
}
.btn.btn_rd a:hover {
    color: #c50c09;
}
.btn.btn_mini a {
    width: fit-content;
    min-width: 160px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
}
.txt_red {
    color: #c50c09;
}
#toppage strong.marker {
    background:linear-gradient(transparent 60%, #ff0 60%);
    font-weight: 700;
}

/* common */
#toppage {
    padding: 0 !important;
}
#toppage * {
    box-sizing: border-box;
}
#toppage h1 {
    margin: 0 0 50px 0;
}
#toppage h2,
#toppage h3,
#toppage h4 {
    margin: 0;
    font-weight: 700;
}
#toppage h2 {
    font-size: 36px;
    line-height: 160%;
}
#toppage h3 {
    font-size: 30px;
    line-height: 160%;
}
#toppage ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#toppage p {
    margin: 0 0 20px 0;
}
#toppage p:last-child {
    margin: 0;
}
#toppage .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#toppage .btn a::after,
#toppage .btn_mini a::after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23c50c09%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
#toppage .btn a:hover::after,
#toppage .btn_mini a:hover::after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}
#toppage .btn_mini a::after,
#toppage .btn_mini a:hover::after {
    background-size: 100%;
    width: 14px;
    height: 14px;
    margin-left: 3px;
}
#toppage .btn.btn_rd a::after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
#toppage .btn.btn_rd a:hover::after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23c50c09%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}
/* fade */
#toppage #slider .bg-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
#toppage #slider .hero-area {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 700px;
}
/* slider */
#toppage #slider .banner-slider {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 550px;
  margin: 50px auto;
}
#toppage #slider .banner-slider .slide img {
  width: 100%;
  height: auto;
}
#toppage #slider .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
#toppage #slider .nav.prev {
    left: -25px;
    background: #FFF url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23c50c09%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    transform: rotate(180deg);
}
#toppage #slider .nav.next { 
    right: -25px;
    background: #FFF url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23c50c09%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}
#toppage #slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
#toppage #slider .slick-dots li {
    text-indent: -9999px;
    background: #FFF;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}
#toppage #slider .slick-dots li.slick-active {
    background: #c50c09;
}

/* common */
#toppage .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}

/* info */
#toppage #info {
    background: url("/assets/images/individual/top/2025/info_bg.jpg") no-repeat center;
}
#toppage #info .inner {
    width: 1400px;
}
#toppage #info .info_main,
#toppage #info .genre {
    text-align: center;
}
#toppage #info .info_main p {
    font-size: 36px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
}
#toppage #info .genre {
    margin: 80px 0 0;
}
#toppage #info .genre h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 180%;
}
#toppage #info .genre p {
    text-align: center;
}
#toppage #info .genre ul {
    width: 880px;
    margin: 50px auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#toppage #info .genre ul li {
    width: 14%;
}
#toppage #info .genre ul li p {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

/* download */
#toppage .download {
    background: #c50c09;
    color: #FFF;
    text-align: center;
    position: relative;
}
#toppage .download .inner {
    padding: 40px 0 !important;
}
#toppage .download h2 {
    font-size: 30px;
    line-height: 180%;
    margin: 0;
}
#toppage .download.download_small::after {
    background: url("/assets/images/individual/top/2025/download_illust.png") no-repeat;
    display: block;
    width: 105px;
    height: 240px;
    text-align: center;
    content: "";
    position: absolute;
    bottom: 0;
    right: 20%;
}
#toppage .download .btn a {
    margin: 30px auto 0 auto;
}
#toppage .download .flex {
    justify-content: center;
    margin-top: 30px;
}
#toppage .download .flex .img {
    width: 400px;
}
#toppage .download .flex .txt {
    width: 350px;
    text-align: left;
}
#toppage .download .flex .txt h3 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 10px;
}
#toppage .download .flex .txt p {
    font-size: 16px;
    line-height: 160%;
}
#toppage .download .flex .txt .btn a {
    margin: 0 0 10px 0;
    width: 100%;
    font-weight: 700;
}

/* subsidy */
#toppage #subsidy {
   background: #eff8f8;
}
#toppage #subsidy {
    padding: 30px 40px;
    border-radius: 10px;
    margin: 100px auto 0 auto;
}

/* news */
#toppage #news .inner {
    padding-bottom: 0;
}
#toppage #news h3 {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
#toppage #news h3 .btn {
    margin-left: 15px;
}
#toppage #news ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #EEE;
}
#toppage #news ul li {
    border-bottom: 1px solid #EEE;
    padding: 10px 20px;
}
#toppage #news ul li .date {
    font-weight: 700;
    margin-right: 15px;
}

/* feature */
#toppage #feature h2 {
    font-size: 42px;
    line-height: 160%;
    text-align: center;
}
#toppage #feature .feature_inner {
    align-items: flex-start;
    margin-top: 50px;
}
#toppage #feature .feature_inner .box {
    background: #eff8f8;
    padding: 20px;
    width: 49%;
    border-radius: 15px;
}
#toppage #feature .feature_inner .box_full {
    width: 100%;
    display: block;
    margin-top: 50px;
}
#toppage #feature .feature_inner h3 {
    text-align: center;
    font-size: 36px;
    line-height: 160%;
    margin-bottom: 30px;
}
#toppage #feature .feature_inner h3 small {
    color: #c50c09;
    font-size: 22px;
    line-height: 160%;
}
#toppage #feature .feature_inner h4 {
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    height: 100px;
    letter-spacing: -0.5px;
}
#toppage #feature .feature_inner h4 small {
    font-size: 17px;
    line-height: 160%;
    display: block;
}
#toppage #feature .feature_inner .box ul li {
    width: 31%;
    display: flex;
    flex-direction: column;
}
#toppage #feature .feature_inner .box ul li .img {
    margin-bottom: 20px;
}
#toppage #feature .feature_inner .box ul li .txt {
    margin-bottom: 20px;
}
#toppage #feature .feature_inner .box ul li .txt strong {
    font-weight: normal;
}
#toppage #feature .feature_inner .box ul li .btn {
    margin-top: auto;
}
#toppage #feature .feature_inner .box a {
    width: 100%;
}
#toppage #feature ul {
    align-items: normal;
}
#toppage #feature ul.feature_lists {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin-bottom: 50px;
}
#toppage #feature ul.feature_lists li {
    width: 20%;
    border: 1px solid #DDD;
    border-left: 0;
    border-bottom: 0;
    padding: 15px;
    display: flex;
    align-items: center;
}
#toppage #feature ul.feature_lists li img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
#toppage #feature .feature_inner .box_full .btn a {
    margin: 0 auto;
}

/* point */
#toppage #point h2 {
    text-align: center;
    font-size: 42px;
    line-height: 160%;
    margin-bottom: 50px;
}
#toppage #point .pointbox {
    margin-bottom: 60px;
}
#toppage #point .pointbox:last-child {
    margin-bottom: 0;
}
#toppage #point .pointbox:nth-child(odd) {
    flex-direction: row-reverse;
}
#toppage #point .pointbox .img {
    width: 600px;
}
#toppage #point .pointbox .img img,
#toppage #point .other .flexbox .img img {
    border-radius: 10px;
}
#toppage #point .pointbox .txt {
    width: 500px;
}
#toppage #point .pointbox .txt .number {
    color: #BBB;
    font-size: 42px;
    font-weight: bold;
    line-height: 120%;
}
#toppage #point .pointbox .txt h3 {
    color: #c50c09;
    font-size: 42px;
    line-height: 140%;
    margin-bottom: 20px;
}
#toppage #point .pointbox .txt .btn,
#toppage #point .other .flexbox .btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
#toppage #point .other h3 {
    display: flex;
    align-items: center;
    color: #c50c09;
    font-size: 42px;
    line-height: 140%;
    margin-bottom: 30px;
}
#toppage #point .other h3:before,
#toppage #point .other h3:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #c50c09;
}
#toppage #point .other h3:before {
    margin-right: 1rem;
}
#toppage #point .other h3:after {
    margin-left: 1rem;
}
#toppage #point .other .flex {
    align-items: normal;
}
#toppage #point .other .flexbox {
    width: 30%;
    display: flex;
    flex-direction: column;
}
#toppage #point .other .flexbox .img {
    margin-bottom: 20px;
}
#toppage #point .other .flexbox h4 {
    color: #c50c09;
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 15px;
}
#toppage #point .pointbox .txt ul li,
#toppage #point .other .flexbox ul li {
    margin-bottom: 5px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-dot%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%209.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 5px;
    padding-left: 20px;
}
#toppage #point .other .flexbox .btn {
    margin-top: auto;
    padding-top: 20px;
}

/* solve */
#toppage #solve {
    background: #c50c09;
    color: #FFF;
}
#toppage #solve h2 {
    text-align: center;
    font-size: 42px;
    line-height: 160%;
    position: relative;
    padding-bottom: 30px;
}
#toppage #solve h2::before {
    background: url(/assets/images/individual/top/2025/solve_illust.png) no-repeat;
    width: 143px;
    height: 200px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 100px;
}
#toppage #solve .bubbles {
  position: relative;
  display: block;
  padding: 10px 30px 12px 30px;
  border-radius: 30px;
  width: fit-content;
  color: #c50c09;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  background: #FFF;
  margin: 0 auto 30px auto;
}
#toppage #solve .bubbles:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
#toppage #solve .bubbles p {
  margin: 0;
  padding: 0;
}
#toppage #solve .flex {
    background: #FFF;
    color: #000;
    margin-bottom: 30px;
    border-radius: 10px;
    align-items: normal;
}
#toppage #solve .flex:last-child {
    margin-bottom: 0;
}
#toppage #solve .flex .worries,
#toppage #solve .flex .solution {
    padding: 20px 30px;
    width: 50%;
}
#toppage #solve .flex .worries {
    padding-left: 130px;
    position: relative;
}
#toppage #solve .flex .worries::after {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23c50c09%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
    background-size: 100%;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    margin-left: 3px;
    position: absolute;
    top: calc(50% - 30px);
    right: -30px;
}
#toppage #solve .flex .solution {
    background: #eff8f8;
    border-radius: 0 10px 10px 0;
}
#toppage #solve .flex h3 {
    margin-bottom: 10px;
}
#toppage #solve .flex .solution h3 {
    color: #c50c09;
}
#toppage #solve .flex .solution .btn {
    display: flex;
    justify-content: flex-end;
}
#toppage #solve .flex.pos .worries {
    background: url(/assets/images/individual/top/2025/solve_pos.jpg) no-repeat 20px 50%;
    background-size: 80px;
}
#toppage #solve .flex.stock .worries {
    background: url(/assets/images/individual/top/2025/solve_stock.jpg) no-repeat 20px 50%;
    background-size: 80px;
}
#toppage #solve .flex.attract .worries {
    background: url(/assets/images/individual/top/2025/solve_attract.jpg) no-repeat 20px 50%;
    background-size: 80px;
}
#toppage #solve .flex.member .worries {
    background: url(/assets/images/individual/top/2025/solve_member.jpg) no-repeat 20px 50%;
    background-size: 80px;
}

/* omo */
#toppage #omo h2 {
    text-align: center;
    font-size: 42px;
    line-height: 160%;
    position: relative;
    padding-bottom: 30px;
}
#toppage #omo .bubbles {
  position: relative;
  display: block;
  padding: 10px 30px 12px 30px;
  border-radius: 30px;
  width: fit-content;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  background: #c50c09;
  margin: 0 auto 30px auto;
}
#toppage #omo .bubbles:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c50c09;
}
#toppage #omo .bubbles p {
  margin: 0;
  padding: 0;
}
#toppage #omo h3.diagonal {
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 36px;
    line-height: 120%;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto 30px auto;
}
#toppage #omo h3.diagonal::before,
#toppage #omo h3.diagonal::after {
    position: absolute;
    bottom: 5px;
    height: 50px;
    content: '';
}
#toppage #omo h3.diagonal::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}
#toppage #omo h3.diagonal::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}
#toppage #omo .box {
    background: #eff8f8;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
}
#toppage #omo .box:last-child {
    margin-bottom: 0;
}
#toppage #omo .flex.box .txt {
    width: 570px;
}
#toppage #omo .box h3 {
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 15px;
}
#toppage #omo .box.ec h3 {
    text-align: center;
    margin-bottom: 30px;
}
#toppage #omo .flex.box .txt .catch {
    font-size: 24px;
    font-weight: bold;
    line-height: 160%;
    color: #c50c09;
    margin: 0 0 5px 0;
}
#toppage #omo .flex.box .img {
    width: 490px;
}
#toppage #omo .box.ec .img {
    display: flex;
    justify-content: space-between;
}
#toppage #omo .box.ec .img img {
    height: 235px;
}
#toppage #omo .worries {
    text-align: center;
}
#toppage #omo .solution {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    line-height: 160%;
    position: relative;
    margin-top: 100px;
}
#toppage #omo .solution::before {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23c50c09%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
    background-size: 100%;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    margin-left: 3px;
    position: absolute;
    top: -60px;
    right: calc(50% - 30px);
    transform: rotate(90deg);
}

/* omo_feature */
#toppage #omo_feature {
    background: #eff8f8;
}
#toppage #omo_feature .inner {
    padding-top: 50px;
}
#toppage #omo_feature h2 {
    text-align: center;
}
#toppage #omo_feature .flex {
    margin: 20px auto 0 auto;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    width: 1000px;
}
#toppage #omo_feature .flex .img {
    width: 340px;
}
#toppage #omo_feature .flex .txt {
    width: 585px
}
#toppage #omo_feature .flex .txt h3 {
    font-size: 22px;
    line-height: 140%;
    background: url(/assets/images/individual/top/2025/ico_check.png) no-repeat 0 7px;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
}
#toppage #omo_feature .flex .txt ul li {
    margin-bottom: 5px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-dot%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%209.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 7px;
    padding-left: 20px;
}

/* case */
#toppage #case h2 {
    text-align: center;
    margin-bottom: 30px;
}
#toppage #case .case_box {
    padding: 20px;
    border: 1px solid #c50c09;
    border-radius: 10px;
    margin-bottom: 30px;
}
#toppage #case .case_box:last-child {
    margin: 0;
}
#toppage #case .case_box h3 {
    font-size: 26px;
    line-height: 140%;
    border-left: 5px solid #c50c09;
    padding-left: 10px;
    margin-bottom: 30px;
}
#toppage #case .case_box h3 small {
    color: #c50c09;
    margin-left: 30px;
    font-size: 20px;
    line-height: 140%;
}
#toppage #case .case_box .flex {
    align-items: flex-start;
}
#toppage #case .case_box:nth-child(odd) .flex {
    flex-direction: row-reverse;
}
#toppage #case .case_box .flex .img {
    width: 590px;
}
#toppage #case .case_box .flex .img img {
    border-radius: 10px;
}
#toppage #case .case_box .flex .txt {
    width: 500px;
}
#toppage #case .case_box .flex .txt dl {
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#toppage #case .case_box .flex .txt dl dt {
    width: 30%;
    padding: 0;
    margin: 0;
}
#toppage #case .case_box .flex .txt dl dd {
    width: 65%;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
#toppage #case .case_box .flex .txt .problem {
    background: #eff8f8;
    text-align: center;
    font-weight: normal;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    position: relative;
}
#toppage #case .case_box .flex .txt .problem::before {
        background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23c50c09%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
        background-size: 100%;
        display: block;
        content: "";
        width: 50px;
        height: 50px;
        margin-left: 3px;
        position: absolute;
        bottom: -25px;
        right: calc(50% - 25px);
        transform: rotate(90deg);
}
#toppage #case .case_box .flex .txt .problem h4 {
    background: #6190ab;
    text-align: center;
    padding: 2px;
    font-weight: normal;
    color: #FFF;
    border-radius: 10px 10px 0 0;
}
#toppage #case .case_box .flex .txt .problem .txt {
    padding: 5px 10px;
    text-align: left;
}
#toppage #case .case_box .flex .txt .introduce {
    background: #fcf3f2;
    text-align: center;
    font-weight: normal;
    border-radius: 0 0 10px 10px;
}
#toppage #case .case_box .flex .txt .introduce h4 {
    background: linear-gradient(to bottom right, #ec403d, #c50c09);
    text-align: center;
    padding: 2px;
    font-weight: normal;
    color: #FFF;
    border-radius: 10px 10px 0 0;
}
#toppage #case .case_box .flex .txt .introduce .txt {
    padding: 5px 10px;
    text-align: left;
}

/* pos */
#toppage #pos h2 {
    text-align: center;
    margin-bottom: 30px;
}
#toppage #pos .flex {
    align-items: flex-start;
    margin-bottom: 50px;
}
#toppage #pos .flex:last-child {
    margin-bottom: 0;
}
#toppage #pos .flex .img {
    width: 650px;
}
#toppage #pos .flex .img img {
    border-radius: 10px;
}
#toppage #pos .flex .txt {
    width: 500px;
}
#toppage #pos .flex .txt .sub {
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    color: #c50c09;
    margin-bottom: 0;
}
#toppage #pos .flex .txt h3 {
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 20px;
}
#toppage #pos .flex .txt ul li {
    margin-bottom: 5px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-dot%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%209.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 7px;
    padding-left: 20px;
}
#toppage #pos .flex .txt .btn {
    justify-content: flex-end;
    display: flex;
    margin-top: 20px;
}
#toppage #pos .list h3 {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 30px;
}
#toppage #pos .list h3:before,
#toppage #pos .list h3:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #000;
}
#toppage #pos .list h3:before {
    margin-right: 1rem;
}
#toppage #pos .list h3:after {
    margin-left: 1rem;
}
#toppage #pos .list ul {
    justify-content: flex-start;
}
#toppage #pos .list ul li {
    width: 25%;
    padding: 10px;
}
#toppage #pos .list ul li .img,
#toppage #pos .list ul li .txt {
    width: 100%;
}
#toppage #pos .list ul li picture {
    margin-bottom: 10px;
    display: block;
}
#toppage #pos .list ul li picture img {
    border-radius: 10px;
}

/* last */
#toppage #last {
    background: #eff8f8 url(/assets/images/individual/top/2025/last_bg.jpg) no-repeat center;
    text-align: center;
}
#toppage #last .inner {
    padding: 50px 0;
}
#toppage #last h2 {
    margin-bottom: 30px;
}

/* plan */
#toppage #plan h2 {
    text-align: center;
    margin-bottom: 30px;
}
#toppage #plan .flex {
    margin-bottom: 30px;
}
#toppage #plan .flex .box {
    width: 580px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 10px;
}
#toppage #plan .flex .box .ttl {
    text-align: center;
    padding: 20px;
    color: #FFF;
    border-radius: 10px 10px 0 0;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#toppage #plan .flex .box.standard .ttl {
    background: linear-gradient(to bottom right, #ff7200, #ff3c00);
}
#toppage #plan .flex .box.premium .ttl {
    background: linear-gradient(to bottom right, #002859, #000e20);
}
#toppage #plan .flex .box .ttl h3 {
    font-size: 26px;
    line-height: 140%;
}
#toppage #plan .flex .box .ttl .price {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 5px;
}
#toppage #plan .flex .box .ttl .price big {
    font-size: 46px;
    font-weight: 700;
    line-height: 140%;
    margin-left: 10px;
}
#toppage #plan .flex .box.premium .ttl .price big {
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
}
#toppage #plan .flex .box .ttl .price small {
    font-size: 36px;
    line-height: 140%;
}
#toppage #plan .flex .box .function {
    padding: 30px;
}
#toppage #plan .flex .box .function ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#toppage #plan .flex .box .function ul li {
    width: 50%;
    background: url(/assets/images/individual/top/2025/ico_check.png) no-repeat 0 5px;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 5px;
}
#toppage #plan .flex .box .function ul li.none {
    width: 50%;
    background: url(/assets/images/individual/top/2025/ico_check-none.png) no-repeat 0 5px;
    background-size: 20px;
    padding-left: 30px;
    color: #AAA;
}
#toppage #plan .btn a {
    margin: 0 auto;
}