*,
html,
body {
	margin: 0;
	padding: 0;
}

.wcm {
	max-width: 1160px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm {
		width: 100%;
	}
}
.wcm01 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm01 {
		width: 100%;
	}
}

.u-flex {
	display: flex;
}

@media screen and (max-width: 767px) {
	.u-flex {
		display: block;
	}
}

.c-btn01 {
	text-align: center;
	max-width: 250px;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #00b050;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.c-btn01 {
		max-width: 200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 8px;
		font-size: 15px;
		border-radius: 4px;
	}
}

.c-btn01:hover {
	opacity: .65;
	color: #fff;
}

.p-pageName {
	background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2025/10/mv-faq.png") no-repeat right center;
	background-size: cover;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	text-align: center;
	position: relative;
	padding: 140px 0;
}

@media screen and (max-width: 767px) {
	.p-pageName {
		height: auto;
		min-height: 0;
		padding: 50px 0;
	}
}

.p-pageName:after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.p-pageName .wcm{
	max-width: 100%;
}

.p-pageName__ttl{
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.p-pageName__ttl {
		font-size: 24px;
		text-shadow: -1px -1px 6px rgba(0,0,0,0.34);
	}
}

.p-pageName__cont{
	display: flex;
	height: 100%;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.p-pageName__cont{
		padding: 40px 0;
	}
}
.c-ttl01 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.c-ttl01--center{
	text-align: center;
}
.c-ttl01.mb0{
	margin-bottom: 0;
}

.c-txt-base{
	color: #000;
	margin-bottom: 25px;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.c-txt-base{
		margin-bottom: 15px;
		font-size: 16px;
	}
}
.faq-box{
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.faq-box{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #333;
		font-size: 14px;
	}

}
.faq-box ul li{
	margin: 0 !important;
}
.pl30{
	padding-left: 30px;
}
@media screen and (max-width: 767px) {
	.pl30{
		padding-left: 20px;
	}
}
.faq-image{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.faq-image{
		margin-bottom: 20px;
	}
}		
.faq-image img{
	width: 100%;
	display: block;
}
.faq-image2{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.faq-image2{
		margin-bottom: 20px;
	}
}		
.faq-image2 img{
	width: auto;
	margin: 0 auto;
	display: block;
}
.faq-box ul{
	list-style-type: none;
	margin: 0
}
.faq-box ul.list-disc{
	list-style-type: disc;
}

.txt-red{
	color: #fa0303;
}
.txt-blue{
	color: #004aad;
}
.txt-grey{
	color: grey;
}
.txt-num{
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	width: 25px;
	height: 25px;
	position: relative;
}
.txt-num:after{
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faq-txt{
	color: #000;
	font-size: 16px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.faq-txt{
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.txt-big{
	font-size: 22px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.txt-big{
		font-size: 16px;
	}
}

.faq-gallery{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.faq-gallery{
		display: block;
		margin-bottom: 30px;
	}
}
.faq-gallery .item01{
	width: 49%;
}
@media screen and (max-width: 767px) {
	.faq-gallery .item01{
		width: 100%;
	}
}
.faq-gallery .item02{
	width: 49%;
}
@media screen and (max-width: 767px) {
	.faq-gallery .item02{
		width: 100%;
	}
}

.p-faqMT5__common{
	margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
	.p-faqMT5__common{
		margin: 0 0 50px;
	}
}
.icon-book{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 3px;
}
.faq-table table{
	width: 100%;
	border-collapse: collapse;
}
@media screen and (max-width: 767px) {
	.faq-table {
		overflow: auto;
	}
	.faq-table table{
		width: 900px;
	}
}
.faq-table table tr,
.faq-table table th,
.faq-table table td{
	border-color: #000;
	text-align: center;
	padding: 15px;
	color: #000;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.faq-table table tr,
	.faq-table table th,
	.faq-table table td{
		padding: 10px;
		font-size: 14px;
	}
}
.faq-table table th{
	background: #B4C6E7;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.faq-table table th{
		font-size: 16px;
	}
}

.faq-table table th:first-of-type{
	width: 100px;
}
@media screen and (max-width: 767px) {
	.faq-table table th:first-of-type{
		width: auto;
	}
}
.faq-table table th:last-of-type{
	width: 250px;
}
@media screen and (max-width: 767px) {
	.faq-table table th:last-of-type{
		width: auto;
	}
}
.faq-table table th:nth-child(2){
	width: 150px;
}
@media screen and (max-width: 767px) {
	.faq-table table th:nth-child(2){
		width: auto;
	}
}
.faq-table table td{
	background: #D9E1F2;
}
.icon-pin{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	margin-right: 8px;
}














