@charset "UTF-8";

/*

TOP

*/


/* FV
----------------------------- */


/* MV
----------------------------- */

.mv {
	position: relative;
	margin: 0 auto;
	padding: 65px 0;
	width: 100%;
	max-width: 1300px;
	background: url(img/mv.png) no-repeat center center;
	background-size: cover;
}

.mv .mv_inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.mv .mv_body {
	width: 600px;
    background: rgba(255, 255, 255, .75);
    padding: 3rem;
}
.mv .mv_inner .mv_title {
	position: relative;
	z-index: 1;
	margin: 0 0 2.5rem;
	color: #333;
	font-weight: bold;
	font-size: 2.7rem;
	line-height: 1.5;
	padding: 0 0 1rem;
	border-bottom: 1px solid #ee4d00;
}

.mv .mv_inner p.mv_text {
	color: #4c4c4c;
	line-height: 1.6;
}


/* compare-table-frame
----------------------------- */

.compare-table-frame {
	margin: 2rem 0 3rem;
	padding: 2rem 2rem 3rem;
	background: #fff9ec;
	/*//////////見出し//////////*/
	/*/////title-text-area /////*/
	/*/////image-text-area /////*/
	/*/////title-table-area /////*/
	/*/////title-list-area /////*/
	/* slider */
}

.compare-table-frame h2,
.compare-table-frame h3,
.compare-table-frame h4,
.compare-table-frame h5 {
	position: relative;
	margin: 0 auto 3rem;
	padding: 2rem 2rem;
	width: auto;
	text-align: left;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.4;
}

.compare-table-frame h2::before,
.compare-table-frame h2::after,
.compare-table-frame h3::before,
.compare-table-frame h3::after,
.compare-table-frame h4::before,
.compare-table-frame h4::after,
.compare-table-frame h5::before,
.compare-table-frame h5::after {
	content: none;
}

.compare-table-frame h2 {
	font-size: 3rem;
}

.compare-table-frame h3 {
	position: relative;
	margin: 45px auto 15px;
	padding: 1.5rem 2rem;
	border-top: solid 3px #c5141c;
	border-bottom: solid 3px #c5141c;
	color: #c5141c;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 140%;
}

.compare-table-frame h3 a {
	color: #c5141c;
}

.compare-table-frame h3::after {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: calc(100% - 6px);
	border-top: solid 2px #c5141c;
	border-bottom: solid 2px #c5141c;
	content: '';
	pointer-events: none;
}

.compare-table-frame h4 {
	position: relative;
	margin: 30px 0 15px;
	padding: 0px 10px 13px 10px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 140%;
}

.compare-table-frame h4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), color-stop(70%, #000));
	background-image: linear-gradient(to right, #fff 70%, #000 70%);
	background-size: 6px 6px;
	content: '';
}

.compare-table-frame h5 {
	position: relative;
	margin: 30px auto 15px;
	padding: 1.2rem 1rem 1.2rem 3.5rem;
	background: url(img/h4_bg.png) no-repeat center left;
	font-weight: bold;
	font-size: 2rem;
	line-height: 140%;
}

.compare-table-frame h2,
.compare-table-frame h3,
.compare-table-frame h4,
.compare-table-frame h5 {
	margin-top: 0;
}

.compare-table-frame .catch-copy {
	position: relative;
	margin: 2rem 0 1.5rem;
	padding: 0 0 1rem;
	border-bottom: solid 3px #c5141c;
	color: #c5141c;
	text-align: center;
	font-size: 2rem;
	line-height: 1.2;
}

.compare-table-frame .catch-copy::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c5141c;
	content: '';
}
.contents_top .title-viral-area .catch-copy {
  text-align: left;
}
.compare-table-frame .title-text-area {
	margin: 3rem auto;
	padding: 2rem;
	background: #fff;
}

.compare-table-frame .image-text-area {
	padding: 2rem;
	border-radius: 10px;
	background: #fff;
}

.compare-table-frame .image-text-area .table-layout table tr td {
	vertical-align: middle;
}

.compare-table-frame .title-table-area {
	margin: 3rem auto;
	padding: 2rem;
	border-radius: 10px;
	background: #fff;
}

.compare-table-frame .title-table-area .table-layout table tr td {
	vertical-align: middle;
}

.compare-table-frame .title-list-area {
	padding: 2rem;
	border-radius: 10px;
	background: #fff;
}

.compare-table-frame .title-list-area ul li {
	position: relative;
	margin: 0 0 2rem;
	padding: 2rem;
	padding: 2rem 2rem 2rem 6rem;
	border-radius: 5px;
	background: #eee;
	color: #c5141c;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.6;
}

.compare-table-frame .title-list-area ul li a {
	color: #c5141c;
}

.compare-table-frame .title-list-area ul li:last-child {
	margin: 0;
}

.compare-table-frame .title-list-area ul li::before {
	position: absolute;
	top: 2.3rem;
	left: 3.5rem;
	width: 2rem;
	height: 2rem;
	background: url(img/check.png) center center/contain no-repeat;
	content: '';
}

.compare-table-frame .title-list-area ul li p {
	margin: 2rem 0 0 -3rem;
	color: #333;
	font-weight: normal;
}

.compare-table-frame .slider-area .slider .slider-for {
	padding: 0 5rem 0 2rem;
}

.compare-table-frame .slider-area .slider .slider-for button.slick-next {
	right: 2.5rem;
}


/* top-image-text-box
----------------------------- */

.top-image-text-box {
	margin: 30px 0;
}


/*----------------------------------------------------
SP_css
----------------------------------------------------*/

@media screen and (max-width: 480px) {
	/* FV
----------------------------- */
	.mv {
		padding: 10% 0;
		background: url(img/mv_sp.png) no-repeat center center;
		background-size: cover;
	}
	.mv .mv_inner {
		margin: 0px auto;
		max-width: 100%;
		width: 95%;
	}
	.mv .mv_body {
		width: 100%;
		padding: 1.5rem;
	}
	.mv .mv_inner .mv_title {
		margin: 1rem 0 2rem 0;
		text-align: justify;
		font-size: 2.2rem;
		line-height: 1.3;
	}
	.mv .mv_inner .mv_title::before {
		left: -1rem;
	}
	.mv .mv_inner p.mv_text {
		color: #4c4c4c;
		text-align: justify;
		line-height: 1.6;
	}
	/* compare-table-frame
----------------------------- */
	.compare-table-frame {
		margin: 2rem -3% 3rem;
		padding: 2rem 1.5rem 3rem 1.5rem;
	}
	.compare-table-frame h2,
	.compare-table-frame h3,
	.compare-table-frame h4,
	.compare-table-frame h5 {
		margin: 0 auto 2rem;
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.compare-table-frame .catch-copy {
		margin: 1rem 0 1.5rem;
		padding: 0 0 1.2rem;
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.compare-table-frame .image-text-area,
	.compare-table-frame .title-text-area {
		padding: 5%;
	}
	.compare-table-frame .title-text-area h2,
	.compare-table-frame .title-text-area h3,
	.compare-table-frame .title-text-area h4,
	.compare-table-frame .title-text-area h5 {
		margin-top: 0;
	}
	.compare-table-frame .title-table-area {
		padding: 5%;
	}
	.compare-table-frame .title-table-area h2,
	.compare-table-frame .title-table-area h3,
	.compare-table-frame .title-table-area h4,
	.compare-table-frame .title-table-area h5 {
		margin: 0 auto 2rem;
		padding: 5% 5% 5% 8%;
		color: #4c4c4c;
		font-size: 2.0rem;
	}
	.compare-table-frame .title-list-area {
		padding: 5%;
		background: #fff;
	}
	.compare-table-frame .title-list-area h2,
	.compare-table-frame .title-list-area h3,
	.compare-table-frame .title-list-area h4,
	.compare-table-frame .title-list-area h5 {
		font-size: 2.0rem;
	}
	.compare-table-frame .title-list-area h2::before {
		top: 11px;
		left: 10px;
		width: 40px;
		height: 45px;
	}
	.compare-table-frame .title-list-area ul li {
		margin: 0 0 2rem;
		padding: 5% 5% 5% 16%;
		color: #c5141c;
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.compare-table-frame .title-list-area ul li::before {
		left: 2rem;
	}
	.compare-table-frame .title-list-area ul li p {
		margin: 2rem 0 2rem -3rem;
		color: #333;
	}
	.compare-table-frame ul.tag-list-area {
		padding: 0 0.5rem;
	}
	.compare-table-frame ul.tag-list-area li.tag-list-area__li {
		margin: 0.5rem 1% 0.5rem 1%;
	}
	.compare-table-frame .slider-area .slider .slider-for {
		padding: 0 2rem;
	}
	.compare-table-frame .slider-area .slider .slider-for button.slick-next {
		right: 0;
	}
}