<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#ovp02a {
	position: relative;
}

#ovp02a .inner {
	width: 1200px;
	margin: auto;
	position: relative;
}

#ovp02a h2 {
	font-weight: 900;
}

#ovp02a .note {
	font-size: 1.2rem;
}

#ovp02a span.note {
	vertical-align: super;
}

@media screen and (max-width: 767px) {
	#ovp02a .inner {
		width: 100%;
		padding: 0 15px;
	}
}


/* header */
#ovp02a header {
	padding: 10px;
}

#ovp02a header p {
	display: inline-block;
	width: 300px;
}

@media screen and (max-width: 767px) {
	#ovp02a header p {
		width: 40%;
	}
}



/* main_img */

#ovp02a #main_img {
	background: url(../img/02a/main_img_pc.jpg) no-repeat center 25%;
	background-size: cover;
	padding: 150px 0 100px 0;
	text-align: center;
}

#ovp02a #main_img .inner {
	position: relative;
}

#ovp02a #main_img h1 {
	font-size: 4.5rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 2px 2px 1px;
	margin-bottom: 40px;
}

#ovp02a #main_img ul {
	display: inline-block;
	margin: auto;
	padding: 30px;
	background: rgba(255, 255, 255, .7);
}

#ovp02a #main_img ul li {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 35px;
	text-align: left;
	position: relative;
	text-shadow: #FFF 1px 1px 1px;
}

#ovp02a #main_img ul li:last-child {
	margin-bottom: 0;
}

#ovp02a #main_img ul li:before {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../img/02a/icon_check.svg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

/* free_top_info */

#ovp02a #main_img span#free_top_info {
	position: absolute;
	width: auto;
	background: #feffd0;
	top: 0;
	right: 15px;
	border-radius: 0 0 10px 10px;
	border: #e73356 1px solid;
}

#ovp02a #main_img span#free_top_info a {
	display: block;
	padding: 0 0 15px 0;
	text-align: center;
}

#ovp02a #main_img span#free_top_info a p#ttl {
	font-weight: bold;
	margin-bottom: 15px;
	background: #e73356;
	color: #FFF;
	padding: 5px 20px;
}

/*
#ovp02a #main_img span#free_top_info a #period {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	padding: 0 15px;
}

#ovp02a #main_img span#free_top_info a #period dl {
	display: flex;
	align-items: center;
}

#ovp02a #main_img span#free_top_info a #period dl:first-child {
	margin-right: 20px;
}

#ovp02a #main_img span#free_top_info a #period dl dt {
	font-size: 1.4rem;
	background: #FFF;
	color: #1ea0ae;
	border: #1ea0ae 1px solid;
	font-weight: bold;
	padding: 3px 10px;
	margin-right: 5px;
}

#ovp02a #main_img span#free_top_info a #period dl dd {
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 0;
}

#ovp02a #main_img span#free_top_info a #period+p {
	display: inline;
	position: relative;
}

#ovp02a #main_img span#free_top_info a #period+p:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: #e73356 2px solid;
	border-right: #e73356 2px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -15px;
}
*/

/* 20200428 */
#ovp02a #main_img span#free_top_info a #ttl+p {
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
}

#ovp02a #main_img span#free_top_info a #ttl+p:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: #e73356 2px solid;
	border-right: #e73356 2px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}




@media screen and (max-width: 767px) {

	#ovp02a #main_img {
		background: url(../img/02a/main_img_sp.jpg) no-repeat center;
		background-size: cover;
		padding: 100px 0 50px 0;
		position: relative;
	}

	#ovp02a #main_img .inner {
		position: static;
	}

	#ovp02a #main_img h1 {
		margin-bottom: 20px;
	}

	#ovp02a #main_img ul {
		padding: 20px 15px;
	}

	#ovp02a #main_img ul li {
		font-size: 2.0rem;
		padding-left: 25px;
	}

	#ovp02a #main_img ul li:before {
		content: '';
		width: 22px;
		height: 22px;
	}

	/* free_top_info */

	#ovp02a #main_img {
		padding: 150px 0 50px 0;
	}

	#ovp02a #main_img span#free_top_info {
		width: 90%;
		left: 0;
		right: 0;
		margin: auto;
	}

	#ovp02a #main_img span#free_top_info a #period {
		padding: 0 10px;
	}

}



/* intro */

#ovp02a #intro {
	padding: 50px 0 70px 0;
	text-align: center;
}

#ovp02a #intro p {
	font-size: 2.0rem;
	font-weight: bold;
	color: #e73356;
	margin-bottom: 10px;
}

#ovp02a #intro p img {
	width: 40%;
}

@media screen and (max-width: 767px) {

	#ovp02a #intro p img {
		width: 80%;
	}

}



/* offer */
#ovp02a #offer {
	background: #000;
	padding: 60px 0 30px 0;
	position: relative;
}

#ovp02a #offer * {
	color: #FFF;
}

#ovp02a #offer h2 {
	width: 30%;
	font-size: 3.0rem;
	text-align: center;
	padding: 10px 0;
	background: #e73356;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -40px;
}

#ovp02a #offer h2:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #e73357 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
}

#ovp02a #offer .inner {
	display: flex;
}

#ovp02a #offer dl {
	width: 50%;
	padding: 20px 50px;
	text-align: center;
}

#ovp02a #offer dl dt {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 10px;
}

#ovp02a #offer dl:first-child dd p:first-child,
#ovp02a #offer dl:nth-child(2) dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#ovp02a #offer dl dd .al-icon {
	display: block;
	width: 40px;
	height: 40px;
	fill: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

#ovp02a #offer dl:last-child dd .al-icon {
	left: 20px;
}

#ovp02a #offer .inner dl:first-child {
	border-right: 1px solid #FFF;
}

#ovp02a #offer dl dd span {
	display: block;
}

#ovp02a #offer dl:first-child dd p:first-child {
	padding-left: 40px;
}

#ovp02a #offer .inner dl:first-child dd p:first-child span {
	text-align: center;
	font-size: 6.0rem;
}

#ovp02a #offer dl:nth-child(2) dd a {
	display: block;
	text-align: center;
	display: flex;
	border: 1px #FFF solid;
	padding: 20px 0;
	position: relative;
	background-color: #000;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(231, 51, 86, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(231, 51, 86, 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

#ovp02a #offer dl:nth-child(2) dd a:hover {
	opacity: 1;
	background-color: #e73356;
	background-position: -100% 100%;
}

#ovp02a #offer dl:nth-child(2) dd a:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

#ovp02a #offer dl:nth-child(2) dd a span {
	font-size: 3.0rem;
	font-weight: 900;
}

@media screen and (max-width: 767px) {

	#ovp02a #offer {
		padding: 30px 0;
	}

	#ovp02a #offer h2 {
		width: 70%;

	}

	#ovp02a #offer .inner {
		display: block;
	}

	#ovp02a #offer dl {
		width: 100%;
		padding: 20px 15px;
	}

	#ovp02a #offer dl dd .al-icon {
		width: 30px;
		height: 30px;
	}

	#ovp02a #offer .inner dl:first-child {
		border-right: none;
		border-bottom: 1px solid #FFF;
	}

	#ovp02a #offer dl:first-child dd p:first-child {
		padding-left: 0px;
	}

	#ovp02a #offer .inner dl:first-child dd p:first-child span {
		text-align: center;
		font-size: 5.0rem;
	}

}



/* point */

#ovp02a #point {
	padding: 50px 0;
}

#ovp02a #point h2 {
	font-size: 3.0rem;
	text-align: center;
	margin-bottom: 30px;
}

#ovp02a #point ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#ovp02a #point ul li {
	width: 30%;
	text-align: center;
	border: #CCC solid 1px;
	padding-bottom: 20px;
}

#ovp02a #point ul li p:nth-child(n+2) {
	padding: 10px;
	color: #e73356;
	font-weight: bold;
}

#ovp02a #point ul+p {
	text-align: center;
}

#ovp02a #point ul+p span {
	padding: 0 5px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(transparent 60%, #FFEC8A 0%);
}

@media screen and (max-width: 767px) {

	#ovp02a #point ul li {
		width: 32%;
	}

	#ovp02a #point ul li p:nth-child(n+2) {
		padding: 5px;
		font-size: 1.6rem;
	}


}



/* estimate */

#ovp02a #estimate {
	background: #FEFFD0;
	padding: 50px 0;
}

#ovp02a #estimate h2 {
	font-size: 3.0rem;
	text-align: center;
	margin-bottom: 30px;
}

#ovp02a #estimate_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#ovp02a #estimate_list .estimate_box {
	width: 30%;
	text-align: center;
	background: #FFF;
	padding-bottom: 20px;
}

#ovp02a #estimate_list .estimate_box h3 {
	margin: 5px 0;
	font-size: 2.0rem;
	font-weight: bold;
	color: #e73356;
}

@media screen and (max-width: 767px) {

	#ovp02a #estimate_list .estimate_box {
		width: 32%;
	}

	#ovp02a #estimate_list .estimate_box h3 {
		padding: 0 5px;
	}

	#ovp02a #estimate_list .estimate_box p {
		padding: 0 5px;
	}

}



/* performance */

#ovp02a #performance {
	background: url(../img/02a/performance_bg.jpg) no-repeat top;
	background-size: cover;
	padding: 50px 0 70px 0;
}

#ovp02a #performance h2 {
	font-size: 3.0rem;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}

#ovp02a #performance h2 b {
	font-size: 6.0rem;
	font-weight: 900;
	color: #FFF;
	margin-left: 10px;
	text-shadow: #e73356 3px 3px 1px;
}

#ovp02a #performance ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #FFF;
	padding: 30px 0;
}

#ovp02a #performance ul li {
	width: 15%;
	display: block;
	padding: 0 30px;
	margin-bottom: 10px;
}


@media screen and (max-width: 767px) {

	#ovp02a #performance h2 b {
		font-size: 5.0rem;
	}

	#ovp02a #performance ul li {
		width: 30%;
		padding: 0 15px;
	}


}



/* form */

#ovp02a #form {
	background: #F0F0F0;
	padding: 50px 0;
}

#ovp02a #form h2 {
	font-size: 3.0rem;
	text-align: center;
	margin-bottom: 10px;
	color: #e73356;
}

#ovp02a #form h2+p {
	text-align: center;
	margin-bottom: 30px;
}




/* footer */

#ovp02a footer {
	padding: 10px 0;
}

#ovp02a footer p {
	font-size: 1.4rem;
	text-align: center;
}</pre></body></html>