/*---------------------------------

 全体

---------------------------------*/
/*
body{
	margin: 0;
	padding: 0;
}
*/

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

.lt_wrap {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;

    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "IPAexMincho-bold", serif;
    overflow: hidden;
    background: #fff;
}

.lt_wrap h1,
.lt_wrap h2,
.lt_wrap h3,
.lt_wrap h4 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.lt_wrap h4 {
    color: #000;
}

.lt_wrap p,
.lt_wrap ul,
.lt_wrap ul li {
    margin: 0;
    padding: 0;
    color: #000;
}

.lt_wrap ul {
    list-style: none;
}

.lt_wrap ul li {
    text-decoration: none;
}

.lt_wrap a {
    text-decoration: none;
    color: inherit;
}

.d-flex {
    display: flex;
}

.lt_number,
.lt_content {
    max-width: 900px;
    margin: 0 auto;
}

/*---------------------------------

 メインビジュアル

---------------------------------*/
/* 背景 */
.lt_main {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 900;
    

    padding: 30px 0;

    /* 冬仕様 */
    background: linear-gradient(90deg, rgba(184, 195, 217, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(184, 195, 217, 1) 100%);

    /* 夏仕様 */
    /* background: linear-gradient(90deg, rgba(197,231,250,1) 0%, rgba(255,255,255,1) 50%, rgba(197,231,250,1) 100%); */
}

.lt_title {
    max-width: 750px;
    width: 95%;
    margin: 0 auto;
}

.lt_title img {
    width: 100%;
}

/* 番号抽選 */
.lt_number {
    text-align: center;
    margin-top: 40px;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.nu_p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: 600;
}

.nu_p p {
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}

.nu_p p::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: #4B505C;
    top: 18px;
    left: -24%;
}

.nu_p p::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: #4B505C;
    top: 18px;
    right: -23%;
}

.nu_input {
    width: 80%;
    margin: 0 auto;
    margin-top: 16px;
}

.nu_input input {
    display: block;
    width: 280px;
    height: 56px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
}

.chkbtn {
    background: #379e49;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    width: 40%;
    margin: 0 auto;
    max-width: 350px;
    margin-top: 40px;
}

/* 抽選結果 */
.lt_result {
    display: none;
    margin-top: 80px;
    text-align: center;
}

.lt_input_number {
    justify-content: center;
}

#enternum {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2;
    margin-left: 5px;
}

#msg {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

#msg img {
    width: 100%;
}


#select_cours {
    font-size: 2em;
    margin-top: 20px;
}


/* 注意文 */
#notice {
    color: red;
}

/* 景品内容 */
.lt_content {
    width: 90%;
    margin: 80px auto;
}

.lt_content p {
    margin-top: 1.5em;
}

.lt_content_heading {
    font-weight: bold;
}

.lt_content_f-bold {
    font-weight: bold;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 765px) {
    .lt_main {
        padding: 20px 0;
    }

    .lt-tp,
    .lt-bt {
        height: 10px;
    }

    .lt_number {
        margin-top: 50px;
    }

    .nu_p {
        font-size: 1em;
    }

    .nu_input {
        margin-top: 20px;
        width: 70%;
    }

    .nu_input input {
        width: 100%;
        font-size: 1.3em;
        box-sizing: border-box;
    }

    .chkbtn {
        margin-top: 20px;
        padding: 4px;
        width: 60%;
    }

    .lt_result {
        margin-top: 50px;
    }

    #msg {
        margin-top: 20px;
    }

    .nu_p p::before {
        height: 1px;
        top: 14px;
        width: 12%;
        left: -16%;
    }
    .nu_p p::after {
        height: 1px;
        width: 12%;
        top: 14px;
        right: -13%;
    }
}



@media screen and (max-width: 765px) {

    /*---------------------------------

 全体

---------------------------------*/

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

}