/* 20260605 */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

.btn02 {
    padding: 16px 100px;
}

.apply_info {
    text-align: left;
    font-size: 1.4rem !important;
}

#detailWrap .imgtxtBox p.fs20 {
    font-size: 1.8rem !important;
}

.text_spacing {
    letter-spacing: -1.8px;
}

.info {
    font-size: 2rem;
    color: #F20004;
    line-height: 200%;
}

.apply_br {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .imgtxtBox {
        display: block !important;
        margin-bottom: 30px !important;
    }

    .imgtxtBox.nobottom {
        margin-bottom: 0;
    }

    .imgtxtBox img {
        display: block;
        float: none !important;
        margin: 0 auto 10px !important;
    }

}

@media only screen and (max-width: 767px) {
    #detailWrap .imgtxtBox p.fs20 {
        font-size: 1.4rem !important;
    }

    .btn02 {
        padding: 12px 73px;
    }

    .apply_br {
        display: block;
    }
}

@media only screen and (max-width: 500px) {

    .btn02 {
        padding: 16px 25px;
    }

    .btn_apply {
        font-size: 13px;
    }

    .apply_br {
        display: block;
    }
}

#detailWrap .imgtxtBox p.fs20 {
    font-size: 1.8rem !important;
}

.text_spacing {
    letter-spacing: -0.5px;
}

.info {
    font-size: 2rem;
    color: #F20004;
    line-height: 180%;
}

@media only screen and (max-width: 1200px) {
    .imgtxtBox {
        display: block !important;
        margin-bottom: 30px !important;
    }

    .imgtxtBox.nobottom {
        margin-bottom: 0;
    }

    .imgtxtBox img {
        display: block;
        float: none !important;
        margin: 0 auto 10px !important;
    }

}

@media only screen and (max-width: 767px) {
    #detailWrap .imgtxtBox p.fs20 {
        font-size: 1.4rem !important;
    }
    .info {
    font-size: 1.6rem !important;
    }

}

.box_info {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    line-height: 150%;
}

.btn04 {
    border: 2px solid #cf1126;
    background-color: #cf1126;
    color: #fff;
    border-radius: 30px / 50% !important;
    display: inline-block;
    font-size: 1.8rem !important;
    line-height: 2.4!important;
    padding: 12px 62px;
    position: relative;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .btn04 {
    border: 2px solid #cf1126;
    border-radius: 36px / 50% !important;
    font-size: 1.6rem !important;
    line-height: 1.8!important;
}

}

 .btn04[target=_blank]::after{
    background: url(/common/svg/ico_window02.svg) no-repeat 0 0 / contain;
    content: "";
    display: inline-block;
    margin-left: 7px;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0;
}

.btn04:hover {
	background-color: #fff;
	color: #cf1126;
	text-decoration: none;
}

.btn04[target=_blank]:hover::after {
    background: url(/common/svg/ico_window01.svg) no-repeat 0 0 / contain;
}

.btnArea02 {
    display: flex;
    justify-content: center;
    margin: 25px auto 20px!important;
    padding: 20px 0 !important;
    border-radius: 15px 15px 15px 15px;
}

.inquiryBox > dt {
    background-color: #7b7b7b!important;
    color: #fff;
    font-size: 1.6rem!important;
    line-height: 1.1;
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .inquiryBox > dt {
    line-height: 1.8!important;
    font-size: 1.4rem!important;
}
}

.inquiryBox {
    border: 2px solid #7b7b7b!important;
    border-radius: 5px;
}

.text_spacing {
    margin: 0 0 8px;
    line-height: 1.4;
}

.eventHint ul li{
    text-align: left;
    margin-left: 24px;
    position: relative;
    padding-left: 25px; /* アイコン分のスペースを確保（増加） */
    list-style: none; /* デフォルトのリストマーカーを非表示 */
}

.eventHint ul li:before {
    font-family: "Font Awesome 5 Free"; /* Brands から Free に変更 */
    display: inline-block;
    content: "\f105"; /* 右山括弧（›）に変更 */
    font-size: 18px;
    font-weight: 900; /* Solid用に900を指定 */
    position: absolute;
    top: 2px; /* 上部の位置を調整 */
    left: 0; /* 左端に配置 */
    color: #cf1126; /* アクセントカラーを追加（オプション） */
}

/* 20260605ここまで */