#stocksWrap01 {
    position: relative;
}

#stocksWrap01::before {
    background: url(/common/img/forms/img_main.jpg) no-repeat top center;
    background-size: 100% auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    min-width: 1366px;
    content: "";
    z-index: -1;
}

#stocksWrap01 .stocksWrap01Inr {
    width: 1166px;
    height: 500px;
    margin: 0 auto;
    padding-top: 140px;
    position: relative;
}

#stocksWrap01 .stocksWrap01Inr::before {
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    height: 40px;
    width: 2px;
    position: absolute;
    background: #0066d9;
}

#stocksWrap01 .stocksWrap01Inr::after {
    bottom: -40px;
    left: 50%;
    content: "";
    display: block;
    height: 40px;
    width: 2px;
    position: absolute;
    z-index: 2;
    background: #adc2d9;
}

#stocksWrap01 .stocksWrap01Inr h1 {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #ffffff;
    font-size: 6.4rem;
    line-height: 7.2rem;
    font-weight: 700;
    letter-spacing: -0.04rem;
    margin-top: 70px;
}

span.inline_block {
    display: inline-block;
}

#stocksWrap02 {
    background: #fff;
}

#stocksWrap02 .stocksWrap02Inr {
    width: 1166px;
    margin: 0 auto;
    padding: 90px 0 120px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
}

.mt1em {
    margin-top: 1em;
}

.explain_area {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
}

.explain_block {
    border: 2px #cfd9e5 solid;
    border-radius: 5px;
    width: 48%;
    padding: 45px 25px 20px;
    position: relative;
}

.dial_text {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 20px 0;
}

.dial_text span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

.koshikano_link {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

img.logo_image {
    height: 80px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.point_list li,
.caution_icon {
    padding-left: 1em;
    position: relative;
}

.point_list li::before,
.caution_icon::before {
    position: absolute;
    left: 0;
    top: 0;
}

.point_list li::before {
    content: "・";
}

.caution_icon::before {
    content: "※";
}

.complement_area {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
}

.complement_area p {
    margin-bottom: 10px;
}

a.link_gradation {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 60px;
    margin: 20px auto 0;
    background-image: linear-gradient( to right, #0066d9 0%, #652bd9 50%, #0066d9 100% );
    background-size: 200% auto;
    color: #fff;
    padding-right: 40px;
    position: relative;
    transition: all 0.3s;
}

a.w-450,
p.w-450 {
    width: 450px;
}

a.link_gradation:hover {
    background-position-x: 100%;
}

a.link_gradation::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
}

a.link_gradation::after {
    content: "";
    position: absolute;
    right: 23px;
    width: 10px;
    height: 10px;
    background: conic-gradient(at 80% 50%, transparent 66%,#fff 66%, #fff 84%, transparent 84%);
}

.color_red {
    color: #d62b2b;
}

a.link_text {
    color: #0066d9;
    border-bottom: 1px #0066d9 solid;
    transition: all 0.3s;
    position: relative;
    line-height: 2;
}

a.another_tab {
    padding-right: 1.2em;
}

a.link_text::before {
    content: "";
    width: 0;
    display: block;
    border-bottom: 2px #0066d9 solid;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.3s;
}

a.link_text:hover::before {
    width: 100%;
}

a.another_tab::after {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 15px;
    right: 1px;
    background: url(/common/img/ic_link01_blue.svg) no-repeat;
    background-size: contain;
    content: "";
    /* top: 80%;
    transform: translateY(-50%); */
    bottom: 5px;
}

.link_explain {
    font-size: 0.7em;
    width: 300px;
    margin: auto;
}

.explain_block.d-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.order_2 {
    margin: 0 30px;
}

.order_2 img {
    width: 320px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.w-100.mt1em>p>span:not(.custom) {
    display: inline-block;
}

.caution_icon, .caution_icon a.link_text {
	line-height: 24px; 
 }

 .stocksWrap01Inr>h1 {
	font-size: 4.4rem !important;
	margin-top: 120px !important;
}

 @media 
 only screen and (max-width: 1023px),
 only screen and (max-width: 1024px) and (orientation: landscape),
 only screen and (min-width: 1024px) and (orientation: portrait) {
    #stocksWrap01::before {
        background: url(/common/img/forms/img_main_sp.jpg) no-repeat top center;
        width: 100%;
        height: 106.66667vw;
        /* min-width: 1px; */
        padding-bottom: 108px;
        background-size: cover;
    }

    #stocksWrap01 .stocksWrap01Inr {
        width: auto;
        height: 106.66667vw;
        padding: 26.66667vw 8vw 16vw;
    }

    #stocksWrap01 .stocksWrap01Inr::before {
        height: 8vw;
        width: 0.26667vw;
    }

    #stocksWrap01 .stocksWrap01Inr::after {
        height: 8vw;
        width: 0.26667vw;
        bottom: -8vw;
    }

    #stocksWrap01 .stocksWrap01Inr h1 {
        font-size: 10.66667vw;
        line-height: 12vw;
        letter-spacing: -0.00533vw;
        margin-top: 30px;
    }

    #stocksWrap02 .stocksWrap02Inr {
        width: 100%;
        padding: 70px 0 50px;
        font-size: 1.4rem;
    }

    .explain_area {
        justify-content: center;
    }

    .explain_block {
        width: 95%;
        padding: 30px 10px 20px;
        margin-bottom: 40px;
    }

    img.logo_image {
        height: 60px;
        padding: 5px;
        top: -30px;
    }

    .complement_area {
        margin-top: 0;
        padding: 0 15px;
        /* width: 95%; */
    }

    a.link_gradation {
        width: 250px !important;
        height: 50px;
    }

    .complement_area>a.link_gradation {
        width: 100% !important;
    }

    a.w-450,
    p.w-450 {
        width: 100%;
        height: 50px;
    }

    a.link_gradation::before {
        width: 40px;
        height: 40px;
    }

    a.link_gradation::after {
        right: 13px;
    }

    .link_explain {
        font-size: 0.7em;
        width: 250px;
        margin: auto;
    }

    .explain_block.d-flex {
        flex-direction: column;
        margin-top: 0;
        width: 95%;
    }

    .order_2 {
        margin: 0;
        margin-bottom: 30px;
    }

    .w-100.mt1em>p,
    .w-100.mt1em>p>span.custom {
        font-size: 28px;
    }

    .w-100.mt1em>p>span.custom {
        display: block;
        font-weight: 700;
    }

    .w-100.mt1em>p>span:not(.custom) {
        font-size: 18px;
    }

    .caution_icon, .caution_icon a.link_text {
        line-height: 20px; 
    }

    .stocksWrap01Inr>h1 {
        font-size: 3.75rem !important;
        margin-top: 25% !important;
    }

    .explain_area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .red{
        color: red;
    }

    .text-line {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    #stocksWrap02 > div > div.explain_area > div.explain_block+div {
        margin-top: 50px;
    }
}
