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

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;
}
.pc {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;
}
strong.marker {
    background:linear-gradient(transparent 60%, #ff0 60%);
    font-weight: 700;
}

.main {
    padding-bottom: 0 !important;
}
/* common */
.page {
    text-align: left !important;
}
.page * {
    box-sizing: border-box;
}
.page h2,
.page h3,
.page h4 {
    margin: 0;
    font-weight: 700;
}
.page h2 {
    font-size: 24px;
    line-height: 160%;
}
.page h3 {
    font-size: 18px;
    line-height: 160%;
}
.page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page p {
    margin: 0 0 20px 0;
}
.page p:last-child {
    margin: 0;
}
.page .inner {
    margin: 0 auto;
    padding: 40px 20px;
}
.page .btn a::after,
.page .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;
}
.page .btn a:hover::after,
.page .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;
}
.page .btn_mini a::after,
.page .btn_mini a:hover::after {
    background-size: 100%;
    width: 14px;
    height: 14px;
    margin-left: 3px;
}
.page .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;
}
.page .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;
}

/* ttl */
.page .headDescription {
    margin: 18px 0 0 0 !important;
}

/* download */
.page .download {
    background: #c50c09;
    color: #FFF;
    text-align: center;
    position: relative;
}
.page .download .inner {
    padding: 80px 20px 40px 20px !important;
}
.page .download h2 {
    font-size: 24px;
    line-height: 160%;
    margin: 0;
}
.page .download.download_small::before {
    background: url(/assets/images/individual/top/2025/data-sp.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 300px;
    height: 85px;
    text-align: center;
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 150px);
    z-index: 10;
}
.page .download.download_small::after {
    background: url(/assets/images/individual/top/2025/download_illust.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 70px;
    height: 110px;
    text-align: center;
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
}
.page .download .btn a {
    margin: 30px auto 0 auto;
    width: 100%;
}
.page .download .flex {
    justify-content: center;
    margin-top: 30px;
}
.page .download .flex .img {
    width: 300px;
    margin-right: 50px;
}
.page .download .flex .txt {
    width: 350px;
    text-align: left;
}
.page .download .flex .txt h3 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 10px;
}
.page .download .flex .txt p {
    font-size: 16px;
    line-height: 160%;
}
.page .download .flex .txt .btn a {
    margin: 0 0 10px 0;
    width: 100%;
    font-weight: 700;
}

/* -----------------------------
【機能】選べるPOS
-------------------------------- */

#selectpos #intro {
    background: linear-gradient(to bottom right, #ec403d, #c50c09);
    color: #FFF;
    text-align: center;
}
#selectpos #intro .comment {
    margin-top: -80px;
    margin-bottom: 30px;
}
#selectpos #intro h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 140%;
    color: #fbef56;
}
#selectpos #intro h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url("../../images/individual/function/selectpos/ico_arrow.png") no-repeat center;
    background-size: 40%;
    margin: 30px 0;
}
#selectpos #intro p {
    font-size: 28px;
    line-height: 140%;
    font-weight: 900;
}
#selectpos #intro .img {
    margin-top: 50px;
}

#selectpos #problem {
    background: url("../../images/individual/function/selectpos/problem_bg-sp.jpg") no-repeat center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
    padding: 0 0 50px 0;
}
#selectpos #problem h2 {
    color: #FFF;
    display: inline-block;
    line-height: 180%;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}
#selectpos #problem h2 big {
    color: #fbef56;
}
#selectpos #problem h2 span {
  position: relative;
  display: inline-block;
}
#selectpos #problem h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}
#selectpos #problem .flex .box {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    width: 100%;
}
#selectpos #problem .flex .box.one {
    background: #FFF url("../../images/individual/function/selectpos/problem_01img.png") no-repeat 90% 80%;
    background-size: 20%;
}
#selectpos #problem .flex .box.two {
    background: #FFF url("../../images/individual/function/selectpos/problem_02img.png") no-repeat 103% 80%;
    background-size: 30%;
}
#selectpos #problem .flex .box.three {
    background: #FFF url("../../images/individual/function/selectpos/problem_03img.png") no-repeat 95% 100%;
    background-size: 25%;
}
#selectpos #problem .flex .box.four {
    background: #FFF url("../../images/individual/function/selectpos/problem_04img.png") no-repeat 95% 105%;
    background-size: 20%;
}
#selectpos #problem .flex .box h3 {
    color: #415d9d;
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
#selectpos #problem .flex .box h3::before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
}
#selectpos #problem .flex .box.one h3::before {
    background: url("../../images/individual/function/selectpos/problem_01.png") no-repeat;
    background-size: 100%;
}
#selectpos #problem .flex .box.two h3::before {
    background: url("../../images/individual/function/selectpos/problem_02.png") no-repeat;
    background-size: 100%;
}
#selectpos #problem .flex .box.three h3::before {
    background: url("../../images/individual/function/selectpos/problem_03.png") no-repeat;
    background-size: 100%;
}
#selectpos #problem .flex .box.four h3::before {
    background: url("../../images/individual/function/selectpos/problem_04.png") no-repeat;
    background-size: 100%;
}
#selectpos #problem .flex .box p {
    margin-bottom: 10px;
}
#selectpos #problem .flex .box p strong {
    font-weight: normal;
    background:linear-gradient(transparent 60%, #fbef56 60%);
}
#selectpos #problem .flex .box .result {
    color: #c50c09;
    font-weight: 600;
    text-indent: -1em;
    padding-left: 1em;
}
#selectpos #problem .flex .box .result::before {
    content: "＝";
}
#selectpos #problem .anxiety {
    text-align: center;
    color: #FFF;
    font-size: 32px;
    font-weight: 900;
    line-height: 140%;
    margin-top: 20px;
}

#selectpos #solution {
    background: linear-gradient(to bottom right, #ec403d, #c50c09);
    color: #FFF;
    padding: 150px 35% 60px 30px;
    margin-top: -100px;
    font-size: 24px;
    font-weight: 900;
    line-height: 140%;
    position: relative;
    z-index: -1;
}
#selectpos #solution::after {
    position: absolute;
    bottom: 0;
    right: 20px;
    content: "";
    width: 120px;
    height: 300px;
    background: url("../../images/individual/function/selectpos/solution.png") no-repeat 100% 130%;
    background-size: 100%;
}

#selectpos #pos_info {
    background: linear-gradient(to bottom right, #f8efef, #ffd9d9);
}
#selectpos #pos_info h2 {
    color: #c50c09;
    font-size: 26px;
    font-weight: 800;
    line-height: 160%;
    text-align: center;
    margin-bottom: 50px;
}
#selectpos #pos_info .flex {
    align-items: normal;
}
#selectpos #pos_info .pos_type {
}
#selectpos #pos_info .powerpos {
    background: #FFF;
    border: 3px solid #c50c09;
    padding: 70px 20px 30px 20px;
    border-radius: 10px;
    margin-top: 50px;
}
#selectpos #pos_info .pos_type .box {
    background: #FFF;
    border-radius: 10px;
    margin: 20px 0 50px 0;
    padding: 30px;
}
#selectpos #pos_info .pos_type .box:last-child {
    margin-bottom: 0;
}
#selectpos #pos_info .pos_type h3 {
    background: linear-gradient(to bottom right, #ec403d, #c50c09);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    line-height: 140%;
    margin: -50px auto 30px auto;
}
#selectpos #pos_info .pos_type h3 small {
    font-size: 24px;
    line-height: 140%;
}
#selectpos #pos_info .pos_type .box .img {
    text-align: center;
    margin-bottom: 30px;
}
#selectpos #pos_info .pos_type .box ul {
    font-size: 18px;
    line-height: 160%;
}
#selectpos #pos_info .pos_type .box ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
#selectpos #pos_info .pos_type .box ul li::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url("../../images/individual/function/selectpos/ico_check.png") no-repeat center;
    background-size: 100%;
    margin-right: 10px;
}
#selectpos #pos_info .pos_type .box ul li.full {
    width: 100%;
}
#selectpos #pos_info .pos_type .box ul li strong {
    color: #c50c09;
}
#selectpos #pos_info .powerpos::before {
   content: "全てに対応！";
   display: block;
   width: 90%;
   margin: -95px auto 0 auto;
   color: #FFF;
   font-size: 24px;
   font-weight: 800;
   text-align: center;
   background: linear-gradient(to bottom right, #ec403d, #c50c09);
   border-radius: 50px;
   padding: 10px;
}
#selectpos #pos_info .powerpos h3 {
    color: #c50c09;
    font-size: 26px;
    line-height: 160%;
    margin-top: 20px;
}
#selectpos #pos_info .powerpos h3 img {
    height: 45px;
    margin-right: 5px;
}
#selectpos #pos_info .powerpos .box {
    margin-top: 30px;
    background: #f8efef;
    padding: 20px;
    border-radius: 10px;
    font-size: 21px;
    line-height: 160%;
}
#selectpos #pos_info .powerpos .box ul {
    margin-bottom: 30px;
}
#selectpos #pos_info .powerpos .box ul li {
    list-style: disc;
    margin: 0 0 10px 30px;
}
#selectpos #pos_info .powerpos .box ul li:last-child {
    margin-bottom: 0;
}
#selectpos #pos_info .powerpos .box .img {
    text-align: center;
}
#selectpos #pos_info .powerpos .support {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 180%;
    color: #c50c09;
    margin-top: 30px;
}

#selectpos #comparison h2 {
    color: #c50c09;
    font-size: 32px;
    font-weight: 800;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;
}
.dl-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#selectpos #comparison dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-top: 1px solid #AAA;
    border-right: 1px solid #AAA;
    min-width: 600px;
}
#selectpos #comparison dl dt,
#selectpos #comparison dl dd {
    width: 33.3333333%;
    padding: 10px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 160%;
}
#selectpos #comparison dl .ttl,
#selectpos #comparison dl dt {
    background: #72747f;
    color: #FFF;
}
#selectpos #comparison dl dd.select {
    background: #f8efef;
    color: #c50c09;
    font-weight: 800;
}
#selectpos #comparison dl dd.ttl.select {
    background: linear-gradient(to bottom right, #ec403d, #c50c09);
    font-size: 24px;
    line-height: 160%;
    color: #FFF;
}
#selectpos #comparison dl dd span {
    width: 100%;
    font-size: 24px;
    line-height: 160%;
}
#selectpos #comparison dl dd small {
    font-size: 17px;
    line-height: 160%;
}

#selectpos #howtochoose {
    background: linear-gradient(to bottom right, #ec403d, #c50c09);
}
#selectpos #howtochoose h2 {
    color: #FFF;
    font-size: 32px;
    font-weight: 800;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;
}
#selectpos #howtochoose .case {
    background: #FFF;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}
#selectpos #howtochoose .case:last-child {
    margin-bottom: 0;
}
#selectpos #howtochoose .case .flex {
    align-items: center;
}
#selectpos #howtochoose .case .number {
    font-size: 32px;
    font-weight: 666;
    line-height: 160%;
    color: #BBB;
}
#selectpos #howtochoose .case .shop {
    margin-bottom: 50px;
}
#selectpos #howtochoose .case .shop h3 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 160%;
}
#selectpos #howtochoose .case .shop .img {
    margin-top: 30px;
}
#selectpos #howtochoose .case .regi .box {
    background: #f8efef;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}
#selectpos #howtochoose .case .regi .box.wh {
    background: none;
}
#selectpos #howtochoose .case .regi .box:last-child {
    margin-bottom: 0;
}
#selectpos #howtochoose .case .regi .box .illust {
    margin: -30px 0 20px 0;
    height: 50px;
}
#selectpos #howtochoose .case .regi .box h4 {
    font-size: 24px;
    line-height: 160%;
}
#selectpos #howtochoose .case .regi .box .choice {
    font-size: 21px;
    line-height: 160%;
    color: #c50c09;
    margin-bottom: 30px;
}
#selectpos #howtochoose .case .regi .box .img {
    height: 120px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#selectpos #howtochoose .case .regi .box ul.ico {
    display: flex;
    justify-content: space-between;
}
#selectpos #howtochoose .case .regi .box ul.ico li {
    background: linear-gradient(to bottom right, #ec403d, #c50c09);
    color: #FFF;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 48%;
}