@charset "utf-8";

/*** sec_entry ***/
.sec_entry .subtitle{
	text-align: center;
	margin-left: -5px;
}
.sec_entry .table_form{
	width: 100%;	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.sec_entry .table_form tr{
	
}
.sec_entry .table_form th{
	width: 300px;
	background-color: #F2F2F2;
	padding: 20px 30px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: right;
	vertical-align: top;
	position: relative;
}
.sec_entry .table_form td{
	padding: 10px 25px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}
.sec_entry .table_form .hissu{
	position: absolute;
	left: 60px;
	top: 20px;
	display: inline-block;
	background-color: #c86539;
	color: #FFFFFF;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 12px;
	letter-spacing: 0.04em;
}
.sec_entry .table_form input,
.sec_entry .table_form textarea{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 8px 10px;
	width: 100%;
}
.sec_entry .table_form textarea.f_notes{

	height: 166px;
}
.sec_entry .table_form label{
	padding-right: 40px;
}
.sec_entry .table_form input.inp_error,
.sec_entry .table_form textarea.inp_error{
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}
.sec_entry .table_form span.error_m {
    font-size: 15px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}

.sec_entry .privacy_box{
	width: 100%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow-y: scroll;
	border: 1px solid #999999;
}
.sec_entry .privacy_box .inner{
	padding: 20px 30px;
}
.sec_entry .privacy_box .inner h3{
	font-size: 14px;
	margin-bottom: 20px;
}
.sec_entry .privacy_box .inner p{
	font-size: 12px;
}

.sec_entry .privacy_box .title{
	  color: #c86539;
	font-weight: bold;
}

.sec_entry .btn_wrap{
	margin-bottom: 40px;
	text-align: center;
}
.sec_entry .btn_list{
	display: inline-block;
}
.sec_entry .btn_list li{
	//float: left;
}
.sec_entry .btn_list li:first-child{
	padding-right: 15px;
}
.sec_entry .btn_list li .btn{
	background: #c86539;
  color: #fff;
  font-size: 1.5em;
  padding: 15px 30px;
  border-radius: 10px;
  font-weight: 400;
  position: relative;
  border: 0px solid #ff385c;
}
.sec_entry .btn_list li .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #cbb32c;
top: 7px;
  left: 5px;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.sec_entry .btn_list li .btn .f_small{
	font-size: 15px;
	display: inline-block;
	margin-bottom: 5px;
}

@media (max-width: 768px){
	.sec_entry {
		background-color: #DBE77E;
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.sec_entry .container{
		background-color: #FFFFFF;
		margin: 15px;
		padding: 15px;
	}
	.sec_entry .subtitle {
		margin-left: 10px;
		padding-right: 10px;
	}
	.sec_entry .table_form,
	.sec_entry .table_form tbody,
	.sec_entry .table_form tr,
	.sec_entry .table_form th,
	.sec_entry .table_form td{
		width: auto;
		display: block;
	}
	.sec_entry .table_form input.f_name,
	.sec_entry .table_form input.f_tel,
	.sec_entry .table_form input.f_tel2,
	.sec_entry .table_form input.f_email,
	.sec_entry .table_form input.f_municipality{
		width: 100%;
	}
	.sec_entry .table_form textarea.f_notes{
		width: 100%;
		height: 120px;
	}
	.sec_entry .privacy_box{
		width: auto;
		height: 120px;
	}
	.sec_entry .table_form, .sec_entry .table_form tbody, 
	.sec_entry .table_form tr, 
	.sec_entry .table_form th, 
	.sec_entry .table_form td {
		width: auto;
		display: block;
		background-color: #FFFFFF;
		text-align: left;
		border-right: none;
		border-bottom: none;
		padding: 0px;
	}
	.sec_entry .table_form{
		margin-top: 10px;
	}
	.sec_entry .table_form td{
		margin-bottom: 10px;
	}
	.sec_entry .table_form .hissu {
		position: static;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.sec_entry .btn_list{
		display: block;
		overflow: hidden;
	}
	.sec_entry .btn_list li .btn{
		width: 100%;
		font-size: 18px;
	}
	.sec_entry .btn_list li .btn .f_small {
		font-size: 10px;
	}
}
.sec_entry select{
	-webkit-appearance: none;
	width: 100%;
	padding: 8px;
	
	color: #000;
background: #fff;
  border: 1px solid #959595;
}

.select-box{
	position: relative;
}
.select-box::after{
  position: absolute;
  content: '▼';
  top: 20%;
  right: 4%;
  color: #333;
  font-size: 12px;
}

/*** sec_entry_send ***/
.sec_entry_send {
	background-color: #DBE77E;
	padding-top: 60px;
	padding-bottom: 60px;
}

.sec_entry_send .subtitle{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
}
.sec_entry_send .messege{
	text-align: center;
	line-height: 2;
}

@media (max-width: 768px){
}


/*** sec_guide ***/
.sec_guide{
	padding-top: 70px;
	padding-bottom: 50px;
}
.sec_guide .subtitle{
	font-size: 32px;
	font-weight: bold;
	color: #FF7700;
	text-align: center;
	margin-bottom: 50px;
}
.sec_guide .block{
	overflow: hidden;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.sec_guide .block .text_wrap{
	//float: left;
	//width: 380px;
	width: 300px;
	margin: auto;
}
.sec_guide .block .text_wrap .table_address th{
	padding-right: 1em;
	vertical-align: top;
	width: 80px;
}
.sec_guide .block .gmap{
	float: left;
	width: 420px;
}
.sec_guide .block .gmap iframe{
	width: 100%;
	height: 224px;
}

@media (max-width: 768px){
	.sec_guide{
		background-color: #DBE77E;
		padding-top: 0px;
		padding-bottom: 25px;
		text-align: center;
	}
	.sec_guide .subtitle{
		margin-bottom: 25px;
	}
	.sec_guide .block .text_wrap .table_address{
		display: inline-table;
		margin-bottom: 25px;
	}
	.sec_guide .block .text_wrap .table_address tr{
		display: block;
		text-align: center;
	}
	.sec_guide .block .text_wrap .table_address th{
		display: block;
		width: 100%;
	}
	.sec_guide .block .text_wrap .table_address td{
		display: block;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.sec_guide .block{
		overflow: hidden;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.sec_guide .block .text_wrap{
		float: none;
		width: auto;
	}
	.sec_guide .block .gmap{
		float: none;
		width: auto;
	}
}


#fixed-box{
	clear: both;
	bottom: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	position: fixed !important;
	right: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 -1px 5px #888;
	padding-top: 5px;
}

#fixed-box .left{
	display: inline-block;
	width: 49%;
}

#fixed-box .right{
	display: inline-block;
	width: 49%;
}

.f_period,.f_prefectures{
	padding: 8px 10px;
}

.remarks{
  margin-bottom: 20px;
  font-size: 12px;
}

.sec_entry .btn .f_small {
  font-size: 76% !important;
}


#comparisonList {
	position: relative;
	height: 400px; /* ← 初期表示は400px */
	opacity: 1;
	overflow: hidden;
	transition: height 0.6s ease, opacity 0.6s ease;
	background-color: #ece4dc;
}

/* グラデーションぼかし */
#comparisonList::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom, rgba(236, 228, 220, 0) 0%, rgba(236, 228, 220, 1) 100%);
	pointer-events: none;
	transition: opacity 0.3s ease;
}

/* 展開後のスタイル */
#comparisonList.expanded {
	height: auto; /* 最終的にheightは自動にする */
	overflow: visible;
}

#comparisonList.expanded::after {
	opacity: 0;
}

/* もっと見るボタンのデザイン */
.toggle-more-btn {
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	color: #fff;
	background-color: #fa8e15;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.toggle-more-btn:hover {
	background-color: #fa8e15;
	transform: translateY(-2px);
}

.toggle-btn-wrapper {
  text-align: center;
  margin: -40px 0 40px 0;
}