@charset "utf-8";

.m_pageTitle .p_title img {
	max-width: 100px;
}

.stepTit {
	color: #000000;
}

.stepTit span {
	color: #35c64b;
}

.secBlock {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.secBlock + .secBlock {
	margin-top: 10px;
	padding-top: 90px;
}

.secBlock:last-of-type {
	margin-bottom: 130px;
}

.secRead {
	margin-left: 80px;
	letter-spacing: 0.02em;
	line-height: 1.85;
	margin-bottom: 46px;
}

.stepLst {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stepLst li {
	flex-basis: 184px;
}

.stepLst li a {
	display: block;
}

.stepLst li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.stepLstInner {
	display: block;
	width: 100%;
	background-size: contain;
	padding: 40px 0 50px;
}

.stepLstInner img {
	display: block;
	width: 40px;
	margin: 0 auto 10px;
}

.stepLstInner img.step1 {
	width: 36px;
}

.stepLstInner .stepTit {
	font-size: 1.8rem;
	letter-spacing: 0.18em;
	text-align: center;
}

.secInner {
	display: block;
	position: relative;
	z-index: 0;
}

.secImg {
	display: block;
	width: 460px;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}

.secTit {
	margin-bottom: 30px;
}

.secInnerBox.s_noBorder .secTit {
	text-align: center;
	margin-bottom: 70px;
}

.secTit img {
	display: inline-block;
	width: 52px;
	vertical-align: bottom;
	margin-right: 28px;
}

.secTit .stepTit {
	display: inline-block;
	font-size: 2.0rem;
	letter-spacing: 0.18em;
	transform: translateY(-6px);
}

.secInnerBox {
	display: block;
	width: 100%;
	padding-left: 80px;
	position: relative;
	z-index: 10;
}

.secInnerBox::before {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	background-color: #35c64b;
	position: absolute;
	top: 0;
	left: 24px;
}

.secInnerBox.s_noBorder::before {
	content: none;
}

.secTxtArea {
	display: block;
	width: 602px;
	padding: 30px 30px 30px 0;
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 20;
}

.secTxtArea p {
	line-height: 1.85;
	letter-spacing: 0.02em;
}

.secTxtArea p + p {
	margin-top: 1em;
}

.secNoteLst li::before {
	content: "※";
	display: inline;
}

.secTitSub {
	font-size: 2.0rem;
	letter-spacing: 0.18em;
	color: #35c64b;
	margin-bottom: 40px;
}

.secTxtArea + .secTitSub {
	margin-top: 40px;
}

.secTxtArea .m_linkBtn > p > a > img {
	width: 13px;
	transform: rotate(0);
}

.secTitSub br {
	display: none;
}

.secRoomLst {
	display: flex;
	flex-flow: row wrap;
}

.textLink {
	color: #35c64b;
}

@media screen and (max-width: 768px) {
	.m_pageTitle .p_title img {
		width: 26.66%;
		max-width: none;
	}

	.secBlock {
		padding-left: 0;
		padding-right: 0;
	}

	.secBlock + .secBlock {
		margin-top: 1px;
		padding-top: 21.33%;
	}

	.secBlock:last-of-type {
		margin-bottom: 12%;
	}

	.secRead {
		width: 89.33%;
		margin: 0 auto 4.53%;
		font-size: 3.73vw;
		letter-spacing: 0;
	}

	.stepLst {
		width: 94.36%;
		margin: 0 auto;
		justify-content: center;
	}

	.stepLst li {
		flex-basis: 31.34%;
		margin-left: 2.98%;
	}

	.stepLst li:nth-child(3n+1) {
		margin-left: 0;
	}

	.stepLst li:nth-child(4),
	.stepLst li:nth-child(5) {
		margin-top: -8.35%;
	}

	.stepLstInner {
		display: block;
		width: 100%;
		padding: 20.76% 0 28.41%;
	}

	.stepLstInner img {
		width: 21.85%;
		margin-bottom: 4.37%;
	}

	.stepLstInner img.step1 {
		width: 19.61%;
	}

	.stepLstInner .stepTit {
		font-size: 3.2vw;
	}

	.secInner {
		margin-left: 5.33%;
	}

	.secImg {
		width: 79.43%;
		padding-top: 25.91%;
		top: 0;
		right: 0;
	}

	.secImg img {
		width: 100%;
		max-width: none;
	}

	.secTit, .secInnerBox.s_noBorder .secTit {
		margin-bottom: 8.45%;
	}

	.secTit img {
		width: 14.08%;
		vertical-align: bottom;
		margin-right: 6.47%;
	}

	#Step1 .secTit img {
		width: 12.67%;
	}

	.secTit .stepTit {
		font-size: 5.33vw;
		transform: translateY(-20%);
	}

	.secInnerBox {
		display: block;
		width: 100%;
		padding-top: 39.43%;
		padding-left: 20.56%;
		position: relative;
		z-index: 10;
	}

	.secInnerBox::before {
		width: 0.84%;
		left: 7.04%;
	}

	.secTxtArea {
		width: 100%;
		padding: 9.57% 9.57% 9.57% 0;
	}

	.secTxtArea p {
		font-size: 3.73vw;
	}

	.secTxtArea p + p {
		margin-top: 1em;
	}

	.secNoteLst li {
		font-size: 3.73vw;
		padding-left: 1em;
	}

	.secNoteLst li::before {
		margin-left: -1em;
	}

	.secTitSub {
		display: block;
		width: 92.9%;
		font-size: 5.33vw;
		padding-bottom: 5.31%;
		margin-bottom: 10.63%;
		border-bottom: 2px solid #35c64b;
	}

	.secTxtArea + .secTitSub {
		margin-top: 14.18%;
	}

	.secTitSub {
		letter-spacing: 0.14em;
	}

	.secTitSub br {
		display: block;
	}
}
