.sp_show{
    display: none;
}
@media screen and (max-width: 768px){
    .sp_show{
        display: inline-block;
    }
    .sp_hidden{
        display: none;
    }
}


.section_title,.section_title_2{
    position: relative;
    text-align: center;
}
.section_title hr{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #242F4D;
}
.section_title_2 hr{
	display: none;
}
.section_title .title,.section_title_2 .title{
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    font-size: 26px;
    font-weight: 900;
    margin: 2em 0;
}
.section_title .title span,.section_title_2 .title span{
    font-size: 32px;
}
@media screen and (max-width: 768px){
    .section_title_2 .title{
        font-size: 20px;
        padding: 0;
        margin: 1em 0;
    }
    .section_title_2 .title span{
        font-size: 24px;
    }
}


.c-contents .c-heading-h2:first-child,.c-contents .section_title .title{
		display: none;
}

.catch_copy{
    display: flex;
    justify-content: center;
    align-items: center;
}
.catch_copy .left{
    width: 50%;
    position: relative;
    padding: 4em 2em 2em 2em;
}
.catch_copy .left_2{
    width: 55%;
    position: relative;
    padding: 4em 2em 2em 2em;
	box-sizing: border-box;
}
.catch_copy .left_2 p{
	font-size: 18px;
}
.catch_copy .left h4,.catch_copy .left_2 h4{
    position: absolute;
    top:0;
    left: 0;
    padding-left: 2em;
    border-bottom: solid 2px #98844E;
    color: #98844E;
    font-size: 24px;
}
.catch_copy .left .copy,.catch_copy .left_2 .copy,.left_2 .copy_2{
    font-weight: 900;
    font-size: 22px;
	margin-bottom: 2%;
	margin-top:-8%;
}
.left_2 .copy_2{
	font-size: 20px;
}
.catch_copy .right{
	display: block;
	width: 45%;
    }
.right_mobile{
	display: none;
}
.b-form-block input[size="15"]{
    margin-right: 1.2em;
    margin-left: 0.5em;
}
@media screen and (max-width: 768px){
    .c-container .c-sp-space {
        padding: 0 2.5%;
    }
	.c-sp-space .header_text{
		text-align: left;
		font-size: 20px;
	}
    .catch_copy{
        flex-direction: column;
    }
    .catch_copy .left h4{
        font-size: 20px
    }
    .catch_copy .left,.catch_copy .left_2{
        width: 100%;
        padding: 4em 1em 3em 1em;
    }
    .catch_copy .left h4,.catch_copy .left_2 h4{
        top:1em;
        padding-left: 1em;
    }
    .catch_copy .right{
		display: none;
    }
	.right_mobile{
	    width: 100%;
		display: block;
		margin-bottom: 4%;
	}
    .catch_copy .left .copy,.catch_copy .left_2 .copy{
        font-size: 16px;
    }
	.catch_copy .left_2 p{
	font-size: 16px;
}
	.catch_copy table{
		width: 100%;
	}
	.catch_copy table .text,.catch_copy table .tittle td{
		display: none;
	}
	.catch_copy table .text_mobile{
		display: block;
		padding: 2%;
	}
	.catch_copy table img{
		width: 100% !important;
	}
}




.thanks_text{
    text-align: center;
    font-weight: 900;
    margin-bottom: 3em;
}
.thanks_text span{
    display: inline-block;
    padding: 0 0.5em;
    background: linear-gradient(#fff, #fff 45%, #fff6c7 45.1%, #fff6c7);
    font-weight: 500;
}
.back_link{
    margin: 0 auto;
    width: 300px;
}
.notice{
    margin-bottom: 1em;
}

/* c-page-sub
----------------------------------------*/

.c-page-sub__title_weekend{
	padding: 7.2% 5% 4.2%;
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	text-shadow: 0 0 16px #232e4d;
	letter-spacing: .1em;
    background-position-x: left;
}

.c-page-sub__title_weekend h1{
	display: block;
	color: white;
}

.c-page-sub__title_weekend{
	background: url("/img/common/new_year_2026.jpg") no-repeat center top / cover;	
}

.c-page-sub__title_weekend::before
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/common/bg-pattern.png);
	mix-blend-mode: multiply;
    /*background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: overlay;*/
}

.c-page-sub__title_weekend img{
	margin: 0 auto -6px;
	height: 107px;
	width: auto;
	display: block;
}

.c-page-sub__title_weekend .futura_b{
	font-size: 8rem;
	text-shadow: 0 0 16px #232e4d;
	display: block;
	line-height: 1.2;
	letter-spacing: .1em;
	padding-left: .1em;
}

.c-page-sub__title_weekend.futura_b.president-title {
	font-size: 6rem;
}

@media screen and (max-width: 46.875em) { 
		
	.c-page-sub__title,.c-page-sub__title_weekend
	{
		padding: 70px 5% 20px;
		font-size: 1.6rem;
		background-position-x: right;
	}
	
	.c-page-sub__title_weekend img{
		height: 50px;
		margin-bottom: 0;
		width: auto;
	}
	
	.c-page-sub__title_weekend .futura_b{
		font-size: 4rem;
		text-shadow: 0 0 5px #232e4d;
	}
	
	.c-page-sub__title_weekend .futura_b.president_title{
		padding-bottom: 5px;
		font-size: 3rem;
	}
	
}


.header_text{
	text-align: center;
    font-size: 24px;
    margin-bottom: 2%;
    font-weight: bold;
}
.catch_copy .tittle{
	text-align: center;
    background: #232e4c;
    color: white;
    font-weight: bold;
}
.catch_copy teble{
	background:white;
}
.catch_copy .level{
	text-align: center;
	width: 20%;
	padding: 2%;
	box-sizing: border-box;
}
.catch_copy .green{
	background: green;
	color: white;
	font-weight: bold;
}
.catch_copy .blue{
	background: blue;
	color: white;
	font-weight: bold;
}
.catch_copy .purple{
	background: #800080;
	color: white;
	font-weight: bold;
}
.catch_copy .red{
	background: red;
	color: white;
	font-weight: bold;
}
.catch_copy .radio{
	width: 5%;
}
.catch_copy .text{
	padding: 2%;
	box-sizing: border-box;
	width: 50%;
	font-size: 18px;
}
.text_mobile{
	display: none;
}
/* ラジオボタンの外観をリセットして四角形にする */
.catch_copy input[type="radio"] {
  /* ブラウザのデフォルトのスタイルをリセット（必要に応じて） */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* サイズを定義 */
  width: 24px; /* 適当なサイズに調整 */
  height: 24px; /* 適当なサイズに調整 */
  
  /* 四角形にするためにborder-radiusを0に設定 */
  border-radius: 0;
  
  /* 枠線と背景色を設定（未選択時） */
  border: thin solid #555; /* 枠線の色と太さ */
  background-color: #fff; /* 背景色 */
  
  /* 縦方向の位置を調整 */
  vertical-align: middle;
  
  /* 線の太さや角の調整がよりきれいに反映されるように（任意） */
  margin: 20px;
  padding: 0;
}

/* ラジオボタンが選択された（チェックされた）時のデザイン */
.catch_copy input[type="radio"]:checked {
  /* チェックされた時の背景色またはマークの色を設定 */
  background-color: #333; /* チェックされたら背景を濃い色に */
  border-color: #333; /* 枠線も同色に */
}

/* チェックマークを追加する例（四角形の中にチェックマークを描画） */
.catch_copy input[type="radio"]:checked::before {
  content: "✓"; /* チェックマークや・などの記号 */
  display: block;
  font-size: 12px; /* 記号のサイズ */
  line-height: 16px; /* 縦方向の中央寄せ */
  text-align: center;
  color: #fff; /* 記号の色 */
}
