@charset "utf-8";
/* CSS Document */

p,h1,h2,h3,h4,ul,ol,li {
	margin: 0;
	padding: 0;
}
.overview .place{
	border: none;
}
.main_ttl span{
	margin-bottom: 30px;
}
.page-header{
    border-bottom: none;
}
@media print,screen and (min-width: 741px) {
	.main_ttl {
		text-align: center;
		font-size: 26px;
		margin: 0 0 40px;
		background-size: 29px;
	}
	.main_ttl span {
		font-size: 14px;
		color: #ff4800;
		display: block;
		margin-top: 5px;
	}
	
	.overview {
		width: 1000px;
		margin: 0 auto 95px;
		border: 1px solid #ccc;
	}
	
	.overview th {
		width: 200px;
		text-align: left;
		background-color: #f3f3f3;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 20px 0 20px 20px;
	}
	
	.overview td {
		text-align: left;
		border-bottom: 1px solid #ccc;
		padding: 20px 0 20px 20px;
		line-height: 150%;
	}
	
	.place th {
		padding: 0 0 25px;
		text-align: left;
		background-color: #fff;
		border: none;
		font-weight: inherit;
		vertical-align: top;
		font-feature-settings: "palt";
	}
	
	.overview tr:last-child th,
	.overview tr:last-child td {
		border-bottom: none;
	}
	
	.place td {
		padding: 0 0 20px 25px;
		text-align: left;
		border: none;
		vertical-align: top;
		line-height: 150%;
		font-feature-settings: "palt";
	}
	
	/* .place tr:nth-child(n+4):nth-child(-n+15) th,
	.place tr:nth-child(n+17):nth-child(-n+19) th,
	.place tr:nth-child(n+21):nth-child(-n+21) th,
	.place tr:nth-child(n+25):nth-child(-n+28) th {
		padding: 0 0 25px 20px;
	}
	
	.place tr:first-child td,
	.place tr:nth-child(15) td {
		padding: 0 0 50px 25px;
	}
	
	.place tr:nth-child(19) td {
		padding: 0 0 60px 25px;
	}
	
	.place tr:nth-child(n+19):nth-child(-n+22) td {
		padding: 0 0 40px 25px;
	} */
	
	.place tr:last-child td {
		padding: 0 0 35px 25px;
	}
}
@media screen and (max-width: 740px) {
    #contentfaq.main_contents{
        padding-top: 0;
    }
	#contentfaq.main_ttl {
		width: 160px;
		text-align: center;
		font-size: 16px;
		margin: 20px auto;
		background-size: 15px;
	}
	.main_ttl span {
		font-size: 10px;
		color: #ff4800;
		display: block;
		margin-top: 5px;
		font-weight: inherit;
	}
	
	.overview {
		width: 95%;
		margin: 0 auto 40px;
		border: 1px solid #ccc;
	}
	
	.overview th {
		font-size: 12px;
		display: block;
		text-align: left;
		background-color: #f3f3f3;
		border-bottom: 1px solid #ccc;
		padding: 10px;
	}
	
	.overview td {
		font-size: 12px;
		display: block;
		text-align: left;
		border-bottom: 1px solid #ccc;
		padding: 10px;
		line-height: 150%;
	}
	
	.place th {
		padding: 0;
		text-align: left;
		background-color: #fff;
		border: none;
		vertical-align: top;
		font-feature-settings: "palt";
	}
	
	.overview tr:last-child td {
		border-bottom: none;
	}
	
	/* place tr:nth-child(n+4):nth-child(-n+15) th,
	.place tr:nth-child(n+17):nth-child(-n+19) th,
	.place tr:nth-child(n+21):nth-child(-n+21) th,
	.place tr:nth-child(n+25):nth-child(-n+28) th{
		padding: 0 0 0 15px;
	}
	
	.place tr:nth-child(2) th,.place tr:nth-child(18) th {
		padding: 0 0 5px 0;
	} */
	
	.place td {
		padding: 0 0 20px 15px;
		text-align: left;
		border: none;
		vertical-align: top;
		line-height: 150%;
	}
	
	/* .place tr:nth-child(2) td,
	.place tr:nth-child(16) td{
		padding: 0;
	} */

	
}

#contentfaq .faq_list {
	max-width: 1000px;
	margin: 0 auto 95px;
}

#contentfaq .faq_list_ttl {
	text-align: center;
	color: #ff4800;

}

#contentfaq .faq_list_ttl:not(:first-of-type) {
	margin-top: 100px;
}

#contentfaq .c-faq__list {
	width: 100%;
}

#contentfaq .c-faq__question {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 14px 16px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#contentfaq .c-faq__question.is-open {
	border-bottom: none;
	align-items: center;
}

#contentfaq .c-faq__question::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: bold;
	color: #ff4800;
}

#contentfaq .c-faq__question.is-open::after {
	content: "−";
}

#contentfaq .c-faq__q-mark {
	font-weight: bold;
	margin-right: 10px;
	color: #333;
	flex-shrink: 0;
}

#contentfaq .c-faq__question-txt {
	font-size: 20px;
	line-height: 1.6;
	padding-right: 30px;
	margin-bottom: 0;
}

#contentfaq .c-faq__answer {
	display: none;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#contentfaq .c-faq__answer.is-open {
	display: flex;
}

#contentfaq .c-faq__a-mark {
	font-weight: bold;
	color: #ff4800;
	flex-shrink: 0;
}

#contentfaq .c-faq__answer-txt {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 0;
}

@media screen and (max-width: 740px) {
	#contentfaq .faq_list {
		width: 95%;
		margin: 0 auto 40px;
	}

	#contentfaq .c-faq__question-txt {
		font-size: 15px;
	}
	#contentfaq .c-faq__answer-txt {
	font-size: 15px;
}
}

#contentfaq .faq_link {
	margin: 0 auto 40px;
	text-align: center;
}

#contentfaq .faq_link_list {
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
}

#contentfaq .faq_link_list li a {
	color: #FF4800;
	text-decoration: none;
	font-size: 18px;
    padding: 15px 38px;
	border: 2px solid #FF4800;
	border-radius: 4px;
	transition: all 0.3s ease;
	position: relative;
	font-weight: 700;
	display: block;
}

#contentfaq .faq_link_list li a:hover {
	background-color: #ff4800;
	color: #fff;
	border-color: #ff4800;
	font-weight: 700;
}

#contentfaq .faq_link_list li a:hover .nav_icon {
	filter: brightness(0) invert(1);
}

#contentfaq .nav_icon {
	width: 10px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 740px) {
	#contentfaq .faq_link_list {
		flex-wrap: wrap;
		gap: 15px;
	}

	#contentfaq .faq_link_list li {
		width: calc(50% - 7.5px);
	}

	#contentfaq .faq_link_list li a {
		font-size: 16px;
		padding: 12px 20px;
	}
}