.paragraph {
    margin: 20px 0;
}

.paragraph ul li {
    list-style: none;
}

/*ドリームクラフト追加*/
.guide {
    margin: 0 1.75rem;
}
.guide img {
    margin: 1em auto 3em auto;
    display: block;
    border: 1px solid #ccc;
}
.guide .blue {
    color: var(--theme-color);
}

.guide .guide-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.guide .guide-item {
    position: relative;
    text-align: center;
    width: 18%;
}
.guide .guide-box .arrow {
    width: 2.5%;
}

.guide .guide-item p {
    line-height: 1.2em;
    font-size: 14px;
}
.guide .guide-item .icon {
}
.guide .step1:before,
.guide .step2:before,
.guide .step2-lot:before,
.guide .step3:before,
.guide .step3-lot:before,
.guide .step4:before,
.guide .step5:before {
    font-size: 1.5em;
    margin-bottom: 0.5rem;
    font-family: "icomoon";
}

.guide .step1:before {
    content: "\e975"; /*ユーザーマーク*/
}
.guide .step2:before {
    content: "\e906"; /*カレンダー*/
}
.guide .step2-lot:before {
    content: "\e980";
}
.guide .step3:before {
    content: "\e983"; /*時間*/
}
.guide .step3-lot:before {
    content: "\e987"; /*当選*/
}
.guide .step4:before {
    content: "\e986"; /*書類マーク*/
}
.guide .step5:before {
    content: "\e93e"; /*yenマーク*/
}

.guide .guide-box .arrow:before {
    font-size: 0.6em;
    font-family: "icomoon";
    content: "\ea3c";
    position: absolute;
    top: 15%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 0%;
}

.guide .h2 {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 30px;
}
.guide .h3 {
    font-size: 1.3em;
    border-top: 6px solid black;
    margin: 3em 20% 2em 20%;
    padding-top: 0.8em;
}
.guide .c-text__link {
    display: inline-block;
}
.guide .note{
    background-color: #eee;
    margin-bottom: 1em;
    padding: 0.5em;
    font-size: 0.8em;
    line-height:10px;
}
.guide .note a{
    font-size: 1em;
}
.guide .note h4{
    margin-top: 0.8em;
    margin-bottom: 0.3em;
    font-weight: bold;
}
.guide .note ul{
    line-height: 1.6em;
    margin-block-start: 0.4em;
    margin-block-end: 0;
    padding-inline-start: 2em;
}
.guide .note ul li{
    margin-bottom: 0.4em;
}


/* タブ ----------- */
.tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-block-start: 2em;
    margin-block-end: 0;
    padding-inline-start: 30px;
}
/* タブグループの下部にグレーの線をひく */
.tabs ul::after {
    background-color: #aaa;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
/* タブアイテムの形状を設定 */
.tabs ul li {
    border-radius: 3px 3px 0 0;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.bg-white{
    background-color: #fff;
    padding-top:-2em;
}
.bg-white .guide{
    margin: 0 auto;
    margin-top: -2em;
}

/* タブアイテムのデザインを設定 */
.tabs ul li a,
.tabs ul li span {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom-color: #fff;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: bold;
    /*height: 100%;*/
    justify-content: center;
    line-height: 1.2;
    min-height: 2em;
    /*min-width: 8em;*/
    padding: 0.2em 0.6em;
    text-align: center;
    text-decoration: none;
    /*width: 100%;*/
}
/* マウスオン時の設定 */
.tabs ul li a:hover {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #000;
}
/* 要素を一番手前に持ってくる */
.tabs ul li.is-current {
    z-index: 11;
}
/* タブのデザイン設定 */
.tabs ul li.is-current::before {
    background-color: #000;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tabs ul li.is-current span {
    background-color: #fff;
    border: 1px solid #aaa;
    border-bottom-color: #fff;
    color: #000;
}
br.sp{
    display: block;
}

@media screen and (min-width: 767px) {
    .guide .step1:before,
    .guide .step2:before,
    .guide .step2-lot:before,
    .guide .step3:before,
    .guide .step3-lot:before,
    .guide .step4:before,
    .guide .step5:before {
        font-size: 3em;
    }
    .guide .guide-item p {
        line-height: 1.2em;
        font-size: 1em;
    }
    .guide .guide-box .arrow:before {
        font-size: 1em;
        top: 20%;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    .guide .h3 {
        margin: 3em 35% 2em 35%;
    }
    br.sp{
        display: none;
    }
}

button.stripe-button-el>span {
    background-color: var(--theme-color) !important;
    background-image: none;
    box-shadow: none;
}

/* Stripe決済ボタン */
button.stripe-button-el {
    box-sizing: border-box;
    display: block;
    width: -webkit-max-content;
    width: max-content;
    border-radius: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: normal;
    text-align: center;
    cursor: pointer;

    border: none;
    background: var(--theme-color);
    color: #fff;

    width: 9rem;
    padding: 1rem 0;
}

button.stripe-button-el:focus {
    opacity: 0.75;
}
