@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.7;
    font-family: 'Noto Sans JP', 'NotoSans', sans-serif !important;
}

input,
textarea,
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

ul,
li {
    list-style: none;
}

p {
    text-align: center;
}

body {
    overflow-x: hidden;
}

body::after {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1;
}

body.shadow::after {
    display: block;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

h2 {
    color: #00B4BE;
    font-size: clamp(20px, 4.8vw, 40px);
}

textarea {
    width: 100%;
    height: inherit;
    padding: 2.66667vw 4vw;
    border: .26667vw solid#CCC;
    border-radius: 2.666667vw;
    font-size: 3.73333vw;
    outline: none;
    resize: none;
    height: 37.6vw;
}

input::placeholder,
textarea::placeholder {
    font-size: 3.73333vw;
    color: #ccc;
}

input:not([type="submit"]) {
    outline: none;
    border: .26667vw solid #ccc;
    background-color: #fff;
    font-size: 3.73333vw;
}

input[type="submit"] {
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="text"],
input[type="number"] {
    width: 100%;
    height: 12.26667vw;
    padding: 2.66667vw 4vw;
    border-radius: 2.666667vw;
}

input[type="checkbox"],
input[type="radio"] {
    width: 6.4vw;
    height: 6.4vw;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1.33333vw;
}

input[type="radio"] {
    border-radius: 50% !important;
}

input:checked {
    position: relative;
}

input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.8vw;
    height: 4.8vw;
    background-color: #00B4BE;
    border-radius: 50%;
}

input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 2vw;
    left: 1.2vw;
    transform: rotate(-45deg);
    width: 5vw;
    height: 1vw;
    background-color: #00B4BE;
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2.5vw;
    transform: rotate(-135deg);
    width: 3vw;
    height: 1vw;
    background-color: #00B4BE;
}

button {
    cursor: pointer;
}

.inner {
    padding: 40px 5.13%;
}

.wrap {
    margin: 0 auto;
    color: #333;
}

.title {
    font-weight: bold;
    text-align: center;
}

/*  */
/* フローエリア */
/*  */
.stepArea {
    background-color: #F8F8F8;
}

.stepArea .inner {
    padding: 40px 5.13% 32px;
}

/* タブ */
.stepArea .tabButtons {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2.05%;
    padding: 0 5.13%;
    border-bottom: 2px solid #00B4BE;
}

.stepArea .tabButtons > li {
    flex: 1 1 40%;
    padding: 0.75em 0 0.5em;
    background: #E9E9E9;
    border-radius: 20px 20px 0 0;
    text-align: center;
    line-height: 1.25;
    cursor: pointer;
}

.stepArea .tabButtons > li.active {
    padding: 0.85em 0 0.6em;
    background: #00B4BE;
    color: #fff;
}

.stepArea .tabButtons > li > h3 {
    font-size: clamp(14px, 3.5vw, 28px);
    font-weight: normal;
}

.stepArea .tabButtons > li > h3 > span {
    font-weight: bold;
}

.stepArea .tabButtons > li.active > h3 {
    font-size: clamp(12px, 3.25vw, 24px);
}

.stepArea .tabButtons > li.active > h3 > span {
    font-size: 1.50em;
}

.stepArea .tabContent {
    display: none;
}
  
.stepArea .tabContent.active {
    display: block;
}

/* STEP */
.stepArea .stepList .stepItem {
    display: flex;
    gap: 2.86%;
}

.stepArea .stepList .stepItem + .stepItem {
    margin-top: 12px;
}

.stepArea .stepList .stepItemBlock {
    display: flex;
    flex-direction: column;
}

.stepArea .stepList .stepItemBlock:first-child {
    align-items: center;
    gap: 12px;
    width: 20%;
    flex-shrink: 0;
}

.stepArea .stepList .stepItemBlock:first-child p {
    width: 2.78%;
    height: 100%; 
    background: url(../images/202505linelp_ttl_dottedLine_01.png) top center/cover repeat-y;
}

.stepArea .stepList .stepItemBlock:last-child {
    gap: 16px;
    margin-bottom: 20px;
}

.stepArea .stepList .stepItemBlock:last-child p {
    font-weight: 500;
    font-size: clamp(15px,3.73333vw,30px);
    line-height: 1.7;
    text-align: left;
}

.stepArea .stepList .stepItemBlock:last-child p i {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.05em;
    background: url(../images/202505linelp_ico_menu_01.svg) right bottom/contain no-repeat;
}

.stepArea .stepList .stepItemBlock:last-child p span {
    display: block;
    font-size: 0.80em;
}

.stepArea .stepList .stepItemBlock .imageBlock {
    width: 100%;
}

.stepArea .stepList .stepItem:last-child .stepItemBlock:last-child .imageBlock {
    margin-bottom: 46px;
}

.stepArea .stepList .stepItemBlock .imageBlock + .linkButton {
    margin-bottom: 10px;
}

.stepArea .stepList .stepItemBlock .imageFlexList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.97%;
    width: 82.84%;
    margin: 20px auto;
}

.stepArea .stepList .stepItemBlock .imageFlexList > li:first-child {
    width: 39.19%;
    flex-shrink: 0
}

.stepArea .stepList .stepItemBlock .imageFlexList > li:last-child {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.stepArea .stepList .stepItemBlock .imageFlexList > li:last-child >a + a {
    margin-top: 10px;
}

.stepArea .textBlock {
    margin-top: -26px;
    text-align: center;
}

.stepArea .textBlock p {
    font-size: clamp(17px,3.73333vw,34px);
}

.stepArea .textBlock p span {
    display: block;
    color: #06C755;
    font-size: 1.18em;
    font-weight: bold;
}

.stepArea .textBlock + a.linkButton {
    margin-top: 12px;
    padding: 0.9em 0;
}

/*  */
/* ダウンロード */
/*  */
.downloadBlock {
    margin-top: 32px;
    padding: 20px 0;
    background: #fff;
    border-radius: clamp(12px, 3.25vw, 24px);
}

.downloadBlock > p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00B4BE;
    font-size: clamp(15px,3.73333vw,30px);
    font-weight: bold;
}

.downloadBlock > p::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    background: url(../images/202505linelp_ttl_line_01.svg) center center/contain no-repeat;
}

.downloadBlock > p::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/202505linelp_ttl_line_01.svg) center center/contain no-repeat;
    transform: scaleX(-1);
}

.downloadBlock > ul {
    display: flex;
    gap: 3.23%;
    width: 70.86%;
    margin: 16px auto 0;
}

.downloadBlock > ul > li:first-child {
    width: 43.55%;
    flex-shrink: 0;
}

.downloadBlock > ul > li:last-child {
    flex-grow: 1;
}

/* popup */
.popUpshow_box .downloadBlock {
    margin-top: 16px;
    padding: 12px 0;
    background: #ECF5F5;
    border-radius: clamp(4px, 1.5vw, 8px);
}

.popUpshow_box .downloadBlock > ul {
    width: 88.57%;
    margin: 12px auto 0;
}

.campaignItemList li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: clamp(15px,3.73333vw,30px);
}

/*  */
/* ボタン */
/*  */
.linkButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5em 0;
    background-color: #00B4BE;
    box-shadow: none;
    border-radius: clamp(8px, 1.5vw, 16px);
    color: #fff;
    font-size: clamp(15px,3.73333vw,30px);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

/*  */
/* ポップアップエリア */
/*  */
.dialog_form_hide {
    display: none;
}

.popUpArea .inner {
    padding: 24px 5.13% 48px;
}

.popUpArea .popUpOpen {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    color: #00B4BE;
    font-size: clamp(12px, 3.25vw, 24px);
    line-height: 1;
    cursor: pointer;
}

.popUpArea .popUpOpen::before {
    content: '';
    display: inline-block;
    margin-top: 0.1em;
    width: 1em;
    height: 1em;
    background: url(../images/202505linelp_ico_question_01.svg) center center/contain no-repeat;
}

.popUpArea .caution {
    margin-top: 26px;
    padding: 24px 0;
    background: #FBF2C8;
    font-size: clamp(13px, 3.5vw, 26px);
}

.popUpArea .caution .cautionIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 1.1em;
    font-weight: bold;
}

.popUpArea .caution .cautionIcon::before {
    content: '';
    display: inline-block;
    width: 1.29em;
    height: 1.29em;
    background: url(../images/202505linelp_ico_caution_01.svg) center center/contain no-repeat;
}

.popUpArea .caution .cautionRedText {
    color: #D64D4D;
    font-size: 1.38em;
    font-weight: bold;
}

/* ポップアップ */
.popUpshow_box {
    text-align: center;
}

.popUpshow_box .popUpTitle {
    margin-bottom: 10px;
    color: #00B4BE;
    font-size: clamp(18px,4.6vw,36px);
    font-weight: bold;
}

.popUpshow_box .popUpText {
    margin-top: 0.5em;
    font-size: clamp(15px,3.73333vw,30px);
}

.popUpshow_box .popUpImage {
    width: 77.14%;
    margin: 16px auto 0;
}

.popUpshow_box .popUpLink {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 16px;
    color: #00B4BE;
    font-size: clamp(14px, 3.5vw, 28px);
    text-decoration: none;
}

.popUpshow_box .popUpLink::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.25em;
    background: url(../images/202505linelp_ico_targetBlank_01.svg) center center/contain no-repeat;
}

.popUpshow_box .popUpshow {
    position: fixed;
    align-items: center;
    top: 50%;
    left: 50%;
    width: 80vw;
    max-width: 750px;
    border-radius: clamp(12px, 3.25vw, 24px);
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    color: #000000;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.popUpshow_box .inner {
    position: relative;
    padding: 0;
}

.popUpshow_box .inner.scroll {
    overflow-y: scroll;
}

.popUpshow_box .popUpwrap {
    position: relative;
    padding: 40px 5.13% 20px;
}

.popUpshow_box .popUpClose {
    position: absolute;
    top: clamp(7px, 2vw, 21px);
    right: clamp(7px, 2vw, 21px);
    padding: 1em;
    width: clamp(16px,4.2vw,32px);
    height: clamp(16px,4.2vw,32px);
    background: url(../images/202505linelp_ico_popupClose_01.svg) center center/clamp(16px,4.2vw,32px) clamp(16px,4.2vw,32px) no-repeat;
    cursor: pointer;
    z-index: 6;
}

/*pc*/
@media screen and (min-width: 768px) {
    .wrap {
        margin: 0 auto;
        max-width: 750px;
    }
}