

.main_warpper{
	background-color:var(--gray-100); 
	display: flex;
	flex-direction: column;
	min-height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;

}
 
.main {
	flex-grow: 1;
}



 /** =======================
 * slidet &  infomation 
 ===========================*/
.swiper-container{
	width: 100%; 
	padding: 0 30px; 
	overflow: hidden; 
	box-sizing: border-box; 
	background-color: var(--gray-200);
}

.swiper-container {
	width: 100%; /* 親ブロックのコンテンツ領域いっぱいに広がる */
	position: relative; /* ページネーションの配置基準のため */
	background-color: var(--gray-200);
}

.swiper-slide {
	background-color: var(--gray-200);
 	padding: 20px 0 30px 0; /* 中央寄せと上下の余白 */
}

.swiper-pagination-bullet {
	background: #fff; 
	opacity: 1; 
}

.swiper-pagination-bullet-active {
	background: var(--red-100); 
}

.info_main{
	height: 4rem !important;
	border:1px solid var(--blue-100) !important;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding:1rem 1.5rem;
	width: 100%;
}

.info_flex{
	display:flex
}


.info_title{
	font-size:16px;
	line-height:16px;
}

.info_txt{
	font-size:14px;
	color:var(--blue-100);
	text-decoration: none;
}

.info_omission{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.new{
	font-size: 0.8rem;
	padding:0 5px;
	color:#fff;
	background-color: red;
	border-radius: 5px;
	margin-right: 3px;
}


 /** =======================
 * sarach
 ===========================*/
.method_tabs {
  display: none;
}

.method_label {
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 0 -1px 0;
	padding: 13px 0;
	color: #fff;
	background-color: #fff;
 	border: 1px solid #c5c5c5;
	border-bottom: none;
	color:#c5c5c5;
	border-radius: 7px 7px 0 0;
	cursor: pointer;
	width: 47.0%;
	text-align: center;
}

.method_tabs:checked + .method_label {
	border: 1px solid var(--blue-100);
	border-bottom: 1px solid var(--gray-100);
	background-color: var(--gray-100);
	color:var(--text-color);
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2{
	display: block;
}

.method_section{
	display: none;
	padding: 10px 10px;
	border-top: 1px solid var(--blue-100);
  background-color: var(--gray-100);
}


.denden_content{
	margin:0 2%;
	margin-top:25px;
	padding-bottom:5px;
}

.dd_search_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:30px 20px;
	border: 3.5px solid var(--pink-100);
	border-radius:10px;
	margin-bottom:15px;
	cursor: pointer;
	background-color: #fff;
	width: 100%;
	text-align: center;

}

.dd_search_txt{
	font-size:1.4rem;
	font-weight: 700;
	color:#00469b;
}


/** =======================
*  footer
===========================*/

.footer {
  width: 100%;
  height: 50px;
  flex-shrink: 0; /* フッターは縮まない */
}

.disclaimer_content{
	height: 14px;
	padding:0 2% 10px 2%;
}

.copywrite_content{
	height: 26px;
	background-color: #00469b;
	width: 100%;
	display: flex;
	align-items: center;
}

.copywrite_text{
	color:#fff;
	font-size: 0.7rem;
	margin-left:10px
}
