﻿@charset "UTF-8";


/* ========================================
  contents
======================================== */
.mainVisual{
	text-align: center;
	background-color: #fff353;
	/*background-image: url(/content/sp/renewal/images/bg_mv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/

}
.mainVisual img{
	/*max-width: 100%;*/
	width: 100%;
}
@media screen and (max-width: 768px) {
	/*.mainVisual{
		background-size: cover;
		background-image: url(/content/sp/renewal/images/bg_mv_sp.jpg);
	}*/
	.contents img{
		max-width: 100%;
	}
}

/**/
.contents{
	padding-bottom: 40px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	text-align: left;

}
@media screen and (max-width: 768px) {
	.contents{
		padding: 0 15px;
	}
}
.cpBody {
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
}

.leadTxt {
	font-size: 2.2rem;
	margin-bottom: 80px;
	line-height: 1.8;
	text-align: center;
	
}

.leadTxt span {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fe89b0 20%);
}

.cpBody h2{
	font-size: 3.2rem;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 20px;
}
.cpBody h2::before{
	position: absolute;
	content: '';
	display: block;
	width:1em;
	height:1em;
	background-color: #7cdbfb;
	left:0;
	top: 12%;
   }
   

.kiyakuDetail{
 overflow: scroll;
 height: 500px;
 padding: 0 30px 30px;
 margin-bottom: 60px;
 background: #ffffee;


}   

.cpBody h3{
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 4px solid #7cdbfb;
	margin: 40px 0 30px;

}

.cpBody li{
	text-indent: -1em;
	margin: 0 0 10px 1em;
}

.entryBtn {
	margin: 0;
	text-align: center;

}

.entryBtn a {
	background: #f93e7c;
	display: block;
	max-width: 400px;
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	position: relative;
	border-radius: 50px;

}

.entryBtn a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  8px 0px 8px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
}
.displayNone {
	display: none;
}

.txtRed {
	color: #c71429;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.cpBody {
		padding: 30px 0;
	}
	
	.leadTxt {
		font-size: 1.8rem;
		margin-bottom: 60px;
		line-height: 1.6;
		text-align: left;


	}
	.cpBody h2{
		font-size: 2.4rem;
	}

	.cpBody h3{
		font-size: 2.0rem;
		margin: 30px 0 20px;

	}
	.kiyakuDetail{
		height: 300px;
		padding: 0 15px 15px;
		font-size: 1.4rem;
	}

	.entryBtn a {
		width: 300px;
		font-size: 2.0rem;
	}

}