@charset "utf-8";
/* - cost.css - */
.cstLinkBtn001 {
	background: #000;
	color: #fff !important;
	font-weight: normal;
	display: block;
	min-width: 280px;
	max-width: 95%;
	margin: 2em auto 0;
	text-align: center;
	padding: .4em;
	position: relative;
	width: 380px;
}
.cstLinkBtn001::before {
	background: center/68% no-repeat url(./../img/icon/arrow_right_001.png);
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	bottom: .5em;
	right: .5em;
}
.cstSection {
	font-feature-settings: "palt";
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 15px;
	font-weight: normal;
	margin: 4rem auto 8rem;
	max-width: 95%;
	width: 1200px;
}
@media screen and (max-width:640px) {
	.cstSection {
		margin: 3rem auto 6rem;
	}
}
.cstSection * {
	line-height: 1.8;
}
.cstSection_headlinePoint {
	background: linear-gradient(90deg, #e971a4, #8583d0);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0.0);
	color: #d076af;
	display: inline-block;
	font-family: 'Karla', sans-serif;
	font-size: .9rem;
	line-height: 1;
	padding-left: .15em;
}
.cstSection h2 {
	font-size: 1.5em;
	font-weight: lighter;
	margin: -.3em 0 1.4em;
}
.cstSection * + p {
	margin-top: 1em;
}
.cstSection__2col {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cstSection__2col_image {
	display: block;
	width: 38%;
}
.cstSection__2col_content {
	display: block;
	width: 58%;
}
@media screen and (max-width:640px) {
	.cstSection__2col_image 
	, .cstSection__2col_content {
		width: 100%;
	}
	.cstSection__2col_image {
		margin-top: 3em;
	}
}
.cstSection__centerAlign {
	text-align: center;
}
.cstSection_pointList {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-weight: bolder;
}
.cstSection_pointList > li {
	position: relative;
	padding: 0 0 0 2em;
}
.cstSection_pointList > li::before {
	background: center/contain no-repeat url(./../img/icon/check_mark_001.png);
	content: "";
	display: block;
	height: 1.25rem;
	position: absolute;
	top: .15em;
	left: 0;
	width: 1.25rem;
}
.cstSection_pointList > li + li {
	margin-top: 1em;
}
.cstSection_optionList {
	display: flex;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.cstSection_optionList li {
	margin: 2em 0;
	padding: 1.25em 1em 1em calc(150px + 1em);
	width: 48%;
	position: relative;
}
.cstSection_optionList li::before {
	display: block;
	content: "";
	background: center/contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: 150px;
}
.cstSection_optionList li:nth-child(1)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_01_001.png);
}
.cstSection_optionList li:nth-child(2)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_02_001.png);
}
.cstSection_optionList li:nth-child(3)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_03_001.png);
}
.cstSection_optionList li:nth-child(4)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_04_001.png);
}
.cstSection_optionList li:nth-child(5)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_05_001.png);
}
.cstSection_optionList li:nth-child(6)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_06_001.png);
}
.cstSection_optionList li:nth-child(7)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_07_001.png);
}
.cstSection_optionList li:nth-child(8)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_08_001.png);
}
.cstSection_optionList li:nth-child(9)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_09_001.png);
}
.cstSection_optionList li:nth-child(10)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_10_001.png);
}
.cstSection_optionList li:nth-child(11)::before {
	background-image: url(./../img/subpage/cost/cost_option_list_11_001.png);
}
.cstSection_optionList_text > span:first-child {
	background: linear-gradient(90deg, #e971a4, #8583d0);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0.0);
	color: #d076af;
	display: inline-block;
	font-family: 'Karla', sans-serif;
	font-size: .9rem;
	line-height: 1;
	padding-left: .15em;
}
.cstSection_optionList_text > h3 {
	font-size: 1.25em;
	font-weight: inherit;
	margin: -.3em 0 0;
}
.cstSection_optionList_text strong {
	font-weight: inherit;
}
.cstSection_optionList_text em {
	font-style: normal;
}
@media screen and (max-width:640px) {
	.cstSection_optionList li {
		padding: 1.25em 1em 1em;
		width: 100%;
	}
	.cstSection_optionList li::before {
		top: -30px;
		left: auto;
		right: 0;
		height: 120px;
		width: 120px;
		z-index: -1;
		opacity: .75;
	}
}
.cstNav {
	font-feature-settings: "palt";
	font-size: 15px;
	font-weight: normal;
	margin: 6rem auto;
	max-width: 95%;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cstNav > li {
	margin: 0 0 1.5em;
	width: calc(25% - 1em);
	font-size: .9em;
}
@media screen and (max-width:1024px) {
	.cstNav > li {
		width: calc(50% - 1em);
	}
}
@media screen and (max-width:640px) {
	.cstNav > li {
		width: calc(100% - 1em);
	}
}
.cstNav > li a {
	display: block;
	color: #000;
	border: 1px solid #000;
	padding: .5em .75em .5em 0;
	position: relative;
	text-align: center;
}
.cstNav > li a::before {
	background: center/68% no-repeat url(./../img/icon/arrow_right_001.png);
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	bottom: .5em;
	right: .5em;
}


















#ithojyo {
	width:590px;
	text-align:center;
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	display:flex;
	flex-wrap:wrap;
	border-top: 0px solid #333;
	border-left: 0px solid #333;
}
#ithojyo a {
	color:#fff;
	font-weight:600;
	transition:all ease .3s;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
 	padding:.5rem;
	display:block;
}
#ithojyo a:hover {
	background: none;
	color:#fff;
}
#ithojyo li:nth-of-type(1) {
	width:100%;
	border-bottom:1px solid #CCC;
	color:#fff;
	font-weight:bold;
	/*padding:1rem;*/
 font-size:1.05rem;
}
#ithojyo li {
	width:33.333%
}
#ithojyo li:nth-of-type(1) a {
	background-color: #c7068d;
}
#ithojyo li:nth-of-type(2) a{
	background:#06c755;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(3) a{
	background:#4e99ff;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(4) a{
	background:#FFA500;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(2),
#ithojyo li:nth-of-type(3) {
	border-right:1px solid #CCC;
}
#ithojyo li:nth-of-type(3) i {
	transform:rotate(0deg)
}
#ithojyo li:nth-of-type(4) i {
	transform:rotate(90deg)
}
.sp-lineBreak {
	display: none;
}
.foot_lineLink {
	margin-top: 20px;
	width: 116px;
}
.foot_lineLink a {
	width: 100%;
}
.foot_lineLink img {
	width: 100%;
}
@media screen and (max-width:1300px) {
	#copy {
		margin-bottom: 125px;
	}
}
@media screen and (max-width:1080px) {
	#ithojyo {
		width:600px
	}
	#ithojyo li:nth-of-type(1) {
		/*padding:.5rem;*/
	  font-size:1rem
	}
	#ithojyo li:nth-of-type(2 + n) {
		font-size: 0.9rem;
	}
}
@media screen and (max-width:980px) {
	#copy {
		margin-bottom: 80px;
	}
}
@media screen and (max-width:640px) {
	#ithojyo {
		width:100%;
		border-left:0 solid #FFF
	}
	#ithojyo li a {
	 padding:.5rem;
		font-size:0.9rem;
		font-weight:bold;
		line-height: 1.5em;
	}
	.sp-lineBreak {
		display: block;
	}
	.foot_lineLink  {
		margin: 20px auto 0;
	}

	/* #ithojyo li:nth-of-type(1) a {
		background: none;
		background-color: #06c755;
	}
	#ithojyo li:nth-of-type(2) a {
		background: none;
		background-color: #4e99ff;
	}
	#ithojyo li:nth-of-type(3) a {
		background: none;
		background-color: #FFA500;
	} */
}