.mainContentMT {
	width: 100%;
}

.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

:root {
	--accent: #f0831e;
	--bg: #fff;
	--green: #3ac927;
}




/* font
---------------------------------------------------- */
#omoide_article .title {
	font-size: 24px;
	font-weight: 600;
	color: var(--accent)
}

#omoide_article .sub-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-top: 30px;
}

#omoide_article .sub-title span {
	font-size: 20px;
}

#omoide_article .sub-title .green {
	color: var(--green);
}

#omoide_article .sub-title .orange {
	color: var(--accent);
}


#omoide_article .text-small {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
}

#omoide_article .text {
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-top: 30px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

#omoide_article .text .green {
	color: var(--green);
}

#omoide_article .text .orange {
	color: var(--accent);
}


#omoide_article .question-text {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-align: justify;
	margin-top: 60px;
}

#omoide_article .question-text span {
	font-weight: 300;
}




/* profile
---------------------------------------------------- */
.profile02 {
	margin-top: 60px;
}



/* point
---------------------------------------------------- */
.point {
	background: #f6f6f6;
	padding: 60px 100px !important;
}


.point-flex {
	display: flex;
	margin-top: 60px;
	align-items: center;
}

.point-flex img {
	margin-right: 40px;
	width: 250px;
	height: auto;
}


#omoide_article .point-flex .text {
	margin-top: 0px;
}

#omoide_article .point .text-small {
	text-align: right;
}




/* offer
---------------------------------------------------- */
.offer {
	margin-bottom: 100px !important;
}

.offer-container {
	border: 5px solid var(--accent) !important;
	margin-top: 30px;
	padding: 50px;
}

.offer-flex {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.offer-ph {
	margin-top: 30px;
}

.offer-flex img {
	margin-right: 30px;
}

#omoide_article .offer-container .sub-title {
	margin: 20px auto 10px;
}

#omoide_article .offer-container .text-small {
	text-align: center;
}

#omoide_article .offer-container .text {
	margin-top: 0px;
}

.offer-button {
	margin-top: 50px;
}

.offer-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	margin: 0 auto;
	width: 500px;
	height: 80px;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 700;
	background-color: var(--accent);
	transition: 0.3s;
}

.offer-button a:hover {
	text-decoration: none;
	background-color: #bbbbbb;
}

/* ページトップ
==============================　*/
.to-offer {
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: 0.5s;
	z-index: 10000000;
}

.to-offer_link {
	display: flex;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: var(--accent);
	color: #fff !IMPORTANT;
	align-items: center;
	justify-content: center;
}


/*フッターまでスクロールしたら消す*/
.is-hidden {
	visibility: hidden;
	opacity: 0;
}


@media screen and (max-width: 768px) {

	/* omoide_article
---------------------------------------------------- */
	#omoide_article {
		max-width: 768px;
	}

	#omoide_article * {
		box-sizing: border-box;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		color: #000;
	}

	#fftop_recomDetail section {
		padding: 0;
	}

	#omoide_article img {
		vertical-align: bottom;
		font-size: 0;
	}

	#omoide_article .pc {
		display: none !important;
	}

	#omoide_article .sp {
		display: block !important;
	}


	#omoide_article ol,
	#omoide_article ul {
		list-style-type: none;
	}

	#omoide_article a {
		outline: none;
		font-size: inherit;
		text-decoration: none;
	}

	.fadeUp {
		animation-name: fadeUpAnime;
		animation-duration: 2s;
		animation-fill-mode: forwards;
		opacity: 0;
	}

	@keyframes fadeUpAnime {
		from {
			opacity: 0;
			transform: translateY(200px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}


	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

	.fadeUpTrigger {
		opacity: 0;
	}

	#omoide_article .section {
		padding: 0 20px;
		margin: 90px 0;
	}


	/* font
---------------------------------------------------- */
	#omoide_article .title {
		font-size: 24px;
		font-weight: 600;
		color: var(--accent)
	}

	#omoide_article .sub-title {
		font-size: 20px;
		font-weight: 600;
		color: #333;
		margin-top: 30px;
	}

	#omoide_article .sub-title .green {
		color: var(--green);
	}

	#omoide_article .sub-title .orange {
		color: var(--accent);
	}

	#omoide_article .text {
		font-size: 16px;
		color: #333;
		text-align: justify;
		margin-top: 30px;
		line-height: 1.8em;
		letter-spacing: 0.1em;
	}


	#omoide_article .text .green {
		color: var(--green);
	}

	#omoide_article .text .orange {
		color: var(--accent);
	}

	#omoide_article .question-text {
		font-size: 18px;
		font-weight: 600;
		color: #333;
		text-align: justify;
		margin-top: 50px;
	}

	#omoide_article .question-text span {
		font-weight: 300;
	}

	/* profile
---------------------------------------------------- */
	.profile-img img {
		margin: 0 auto;
		width: 150px;

	}

	/* point
---------------------------------------------------- */

	.point-flex {
		display: block;
		margin-top: 30px;
		align-items: center;
	}

	#omoide_article .point-flex .text {
		margin-top: 30px;
	}

	.point {
		padding: 90px 20px !important;
	}

	.point-flex img {
		margin: 30px 0 0 0;
		width: 100%;
	}

	#omoide_article .point .text-small {
		text-align: justify;
		margin-top: 30px;
	}


	/* offer
---------------------------------------------------- */
	.offer-container {
		border: 5px solid var(--accent) !important;
		margin-top: 30px;
		padding: 30px;
	}

	.offer-flex {
		display: block;
		margin-top: 30px;
	}

	.offer-ph {
		margin-top: 30px;
	}

	.offer-ph img {
		width: 100%;
	}

	.offer-flex img {
		margin-right: 0;
		width: 100%;
	}

	.offer-ph {
		margin-right: 0;
		width: 100%;
	}

	#omoide_article .offer-container .sub-title {
		margin-top: 20px;
	}


	#omoide_article .offer-container .text {
		margin-top: 20px;
	}

	.offer-button {
		margin-top: 50px;
	}

	.offer-button a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1em;
		margin: 0 auto;
		width: 100%;
		height: 80px;
		color: #fff !important;
		font-size: 20px !important;
		font-weight: 700;
		background-color: var(--accent);
		transition: 0.3s;
	}

	.offer-button a:hover {
		text-decoration: none;
		background-color: #bbbbbb;
	}

	/* ページトップ
==============================　*/
	.to-offer {
		position: fixed;
		bottom: 0px;
		right: 0px;
		transition: 0.5s;
		z-index: 10000000;
		width: 100%;
		height: 50px;
	}

	.to-offer_link {
		display: flex;
		font-weight: 600;
		width: 100%;
		height: 100%;
		border-radius: 0%;
		background-color: var(--accent);
		color: #fff !IMPORTANT;
		align-items: center;
		justify-content: center;
	}


	/*フッターまでスクロールしたら消す*/
	.is-hidden {
		visibility: hidden;
		opacity: 0;
	}
}
