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



#stocksWrap02 {
    background: #fff;
}

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

/*==========================================*/
.stockWrap04 {
    background: #006cdc !important;
    padding: 25px 0;
}

.stockWrap04Inr {
    width: 1166px;
    margin: 0 auto;
    text-align: center;
    color: #0066d9;
}

.stockWrap04Inr,
.stockWrap04Inr h2+p {
    color: #ffffff !important;
}

.stockWrap04Inr h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: 700;
}

.stockWrap04Inr h2+p {
    font-size: 2.2rem;
    line-height: 3.0rem;
    font-weight: 400;
    color: #0066d9;
    margin-top: 15px;
}

.stockWrap04Inr h2+p+p {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: 300;
    margin-top: 25px;
}


/*==========================================*/


.faq .category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px 10px 0px;
}

.faq .category h1 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
}

.faq .line {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

.faq .content {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.faq .q {
    position: relative;
    margin: 0;
    padding: 10px 30px 10px 0;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

.faq .q::after {
    content: "\25BC";
    /* down triangle */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s;
}

.faq .q.active {
    color: #0066d9;
}

.faq .q.active::after {
    content: "\25B2";
    /* up triangle */
    transform: translateY(-50%);
    color: #0066d9;
}

.faq .a {
    display: none;
    margin: 0 0 10px 0;
    line-height: 24px;
}

.faq .a.show {
    display: block;
}

@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,
    #stocksWrap01 .stocksWrap01Inr,
    #stocksWrap02 .stocksWrap02Inr {
        width: 100%;
    }

    #stocksWrap01 .stocksWrap01Inr h1 {
        margin-top: 20%;
        font-size: 3.5rem;
        text-align: center;
        padding: 0 15px;
    }

    #stocksWrap02 .stocksWrap02Inr {
        padding-right: 15px;
        padding-left: 15px;
    }

    .faq .q {
        line-height: 1.44;
    }
}