@charset "UTF-8";

/*--------------check----------------*/
#check+section .inner_item_txt p:nth-of-type(n+2):nth-of-type(-n+4){
	background: url(/common/upload_data/e-kazokusocom/image/ico_checkbox02.png) no-repeat left 0.2em/3.4rem;
	padding-left: 2em;
	margin-top: 1.5rem;
	font-size: 2rem;
	letter-spacing: .05em;
}
#bg_sp+section{
	display: none;
	background-position: 100% 0!important;
	background-size: cover!important;
	margin: 0 20px;
}
#bg_sp+section .wrapper_item{
	width: 70%;
}
#bg_sp+section .wrapper_item span{
	font-size: 1.6rem;
}
@media screen and (max-width: 1120px){
	#check+section{
		background-position: 100% 50%!important;
		margin: 0 20px;
	}
}
@media screen and (max-width: 800px){
	#check+section{
		background-image: none!important;
		background-color: #f7f7f0!important;
	}
	#check+section .inner_item_txt p:first-of-type span{
		font-size: 2.2rem;
	}
	#check+section .inner_item_txt p:nth-of-type(5),
	#check+section .inner_item_txt p:nth-of-type(6){
		display: none;
	}
	#bg_sp+section{
		display: block;
	}
}

/*--------------c_hurry----------------*/
/*調整*/
#c_hurry+section .content_wrapper{
	max-width: 1120px !important;
}
#c_hurry+section .inner_item_txt a{
	list-style: none;
}
#c_hurry+section .c_hurry{
	background: #f7f7f0!important;
	padding: 60px 60px 60px;
}
#c_hurry+section dl {
	box-shadow: 2.828px 2.828px 16px 0px rgba(0, 0, 0, 0.11);
	background: #fff;
}
#c_hurry+section dt {
	background: #c21536;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	padding: .3em 0 .1em;
}
#c_hurry+section .c_hurry .head {
	background: var(--i_main_color);
	padding: 0 10px;
	justify-content: center;
}
#c_hurry+section .c_hurry .before p {
	background: url(/common/upload_data/e-kazokusocom/image/line.png) no-repeat center bottom/100%;
	padding-bottom: .8rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--i_main_color);
	margin-bottom: 1.4rem;
	text-align: center;
	line-height: 1.2;
}
.c_hurry {
	padding: 3.5rem 8rem 4rem;
}
.c_hurry .txt {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: .3em;
	letter-spacing: .03em;
	text-align: center;
}
.c_hurry .txt small {
	display: block;
	font-size: 2.3rem;
	letter-spacing: .04em;
}
.c_hurry .head {
	color: #fff;
	background: var(--i_main_color);
	text-align: center;
	font-size: 1.6rem;
	padding: .1em .1em .2em;
	margin-bottom: .2em;
}
.c_hurry .before {
	border: solid 1px #ecdef0;
	background: #fdf7ff;
	border-radius: .6rem;
	padding: 2rem;
}
.c_hurry .before ul{
	padding: 0 3rem;
}
.c_hurry .before li {
	font-size: 1.6rem;
	line-height: 1.625;
	list-style: none;
	padding: 0;
}
.m_ft {
	font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 901px) {
	.c_hurry {
		display: flex;
		justify-content: space-between;
	}
	.c_hurry .tel {
		width: 55%;
	}
	.c_hurry .c_tel em {
		font-size: 6.3rem;
		letter-spacing: .03em;
	}
	.c_hurry .c_tel small {
		line-height: 1;
		margin-top: -.2em;
	}
	.c_hurry .before {
		width: 35%;
	}
}
@media screen and (max-width: 1200px){
	.c_hurry {
		padding: 3.5rem 4rem 4rem;
	}
	.c_hurry .before ul{
		padding: 0;
	}
	.c_hurry .txt {
		font-size: 2.4rem;
	}
	.c_hurry .txt small {
		font-size: 1.8rem;
	}
	#c_hurry+section .c_hurry{
		padding: 60px 20px 60px;
	}
}
@media screen and (max-width: 900px) {
	.c_hurry {
		padding: 2.5rem 2rem 3rem;
	}
	.c_hurry .txt {
		font-size: 2.2rem;
	}
	.c_hurry .txt small {
		font-size: 1.7rem;
	}
	.c_hurry .c_tel {
		margin: 1rem 0 2rem;
	}
}
@media screen and (max-width: 767px) {
	#c_hurry+section dt {
		font-size: 2.4rem;
	}
}

/*--------------step1----------------*/
#step1+section .tel {
	background: #fff1f7;
	padding: 3rem 3.5rem;
	margin-top: 2.5rem;
}
#step1+section .tel dt {
	color: var(--i_main_color);
	font-size: 1.8rem;
	margin: 2.3rem 0 .3rem;
}
#step1+section .tel li {
	font-size: 1.6rem;
	list-style: none;
}
#step1+section .c_tel small{
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	#step1+section .tel ul {
		display: -webkit-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#step1+section .tel ul > * {
		margin-left: 1%;
		width: 49.5%;
	}
	#step1+section .tel ul > *:nth-child(2n + 1) {
		margin-left: 0;
	}
	#step1+section .tel .c_tel small {
		line-height: 1;
		margin-top: -.2rem;
		margin-left: 6rem;
	}
}
@media screen and (max-width: 767px) {
	#step1+section .tel {
		padding: 3rem 2rem;
	}
}

/*--------------step2----------------*/
#step2+section .txt1 {
	background: #fff1f7;
	padding: 2rem 3.5rem;
	margin-top: 2.5rem;
}
#sbg+section .wrapper_item{
	background: #fff1f7!important;
	padding: 40px!important;
}
#sbg+section .inner_item_txt a{
	text-decoration-color: var(--i_main_color)!important;
}
@media screen and (max-width: 850px){
	#sbg+section .wrapper_item{
		padding: 60px 20px 60px!important;
	}
}
@media screen and (max-width: 767px) {
	#step2+section .txt1 {
		padding: 2rem 2rem;
	}
}

/*--------------sp時----------------*/
@media screen and (max-width: 900px){
	a[id*="step"]+section .wrapper_item,
	#sbg+section .wrapper_item{
		display: flex!important;
		flex-direction: column-reverse!important;
	}
	a[id*="step"]+section .inner_item_img,
	#sbg+section .inner_item_img{
		margin: 20px auto 0!important;
	}
}

/*--------------pre----------------*/
#pre+section .content_wrapper div{
	border: solid 1px var(--i_main_color);
	border-radius: .6rem;
	padding: 4.5rem 0;
	text-align: center;
}
#pre+section p {
	font-size: 2.2rem;
}
#pre+section p span {
	color: var(--i_main_color);
	font-size: 3rem;
	background: linear-gradient(transparent 70%, #f9ebf2 70%);
}
#pre+section p img {
	width: 4rem;
	vertical-align: middle;
	margin-right: .5em;
	border-radius: 0;
}
@media screen and (min-width: 801px) {
	#pre+section p {
		display: inline-block;
		font-size: 2.2rem;
	}
	#pre+section p + p {
		margin-left: 3rem;
	}
}
@media screen and (max-width: 800px) {
	#pre+section .content_wrapper div {
		padding: 2rem 3rem;
		text-align: left;
	}
	#pre+section p {
		font-size: 1.8rem;
		text-align: center;
	}
	#pre+section p img {
		width: 3rem;
	}
	#pre+section p + p {
		margin-top: 1rem;
	}
	#pre+section p span {
		font-size: 2.2rem;
	}
}

/*--------------set_plan----------------*/
#set_plan+section .lead {
	font-size: 2rem;
	text-align: center;
	letter-spacing: .05em;
	margin: -2rem 0 3.5rem;
}
#set_plan+section .lead em {
	letter-spacing: .05em;
	display: block;
	font-size: 4rem;
	color: var(--i_main_color);
	font-weight: bold;
	margin-bottom: .7em;
}
#set_plan+section li {
	background: #fff;
	display: block;
	box-shadow: 2.121px 2.121px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: .6rem;
	overflow: hidden;
	text-align: center;
}
#set_plan+section li a {
	display: block;
	height: 100%;
}
#set_plan+section dt {
	color: var(--i_main_color);
	font-size: 3.8rem;
	font-weight: bold;
	padding: .5em 0 .6em;
	letter-spacing: .08em;
	background: url(/common/upload_data/e-kazokusocom/image/ico_arrow11.png) no-repeat 92% center/0.7rem;
	padding-right: 1em;
}
#set_plan+section dt small {
	font-size: 75%;
}
#set_plan+section dd .txt {
	margin-top: -1.5rem;
	padding: 0 2rem;
	text-align: left;
	font-size: 1.6rem;
	min-height: 8.5em;
}
#set_plan+section dd img {
	display: block;
	width: 100%;
	border-radius: 0;
	max-width: 310px;
	margin: 0 auto;
}
#set_plan+section dd img.b {
	margin: 1.5rem auto;
}
#set_plan+section dd .price {
	background: var(--i_main_color);
	color: #fff;
	padding: 1.5rem 0 1rem;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: .05em;
}
#set_plan+section dd em {
	font-size: 6rem;
	letter-spacing: -.04em;
	line-height: 1;
}
@media screen and (max-width: 800px) {
	#set_plan+section .lead {
		font-size: 1.6rem;
	}
	#set_plan+section .lead em {
		font-size: 2.4rem;
		line-height: 1.25;
	}
	#set_plan+section dt {
		background-color: var(--i_main_color);
		color: #fff;
		background-image: url(/common/upload_data/e-kazokusocom/image/ico_arrow03.png);
		background-size: 1.1rem;
		background-position: 94%;
	}
	#set_plan+section dt em {
		font-size: 4.9rem;
		letter-spacing: -.04em;
		line-height: 1;
	}
	#set_plan+section dt span {
		font-size: 2.4rem;
	}
	#set_plan+section li {
		padding-bottom: 20px;
	}
	#set_plan+section li:not(:last-of-type){
		margin-bottom: 2.5rem;
	}
	#set_plan+section dd .price {
		display: none;
	}
	#set_plan+section dd .txt {
		min-height: 0;
		margin: 2rem 0;
	}
	#set_plan+section .c_btn {
		margin-top: 3.5rem;
	}
}
@media screen and (min-width: 801px) {
	#set_plan+section ul {
		display: flex;
		justify-content: space-between;
	}
	#set_plan+section ul > * {
		width: 32%;
		max-width: 31rem;
	}
	#set_plan+section li:nth-child(1) dt {
		color: #533b89;
	}
	#set_plan+section li:nth-child(1) .price {
		background: #533b89;
	}
	#set_plan+section li:nth-child(2) dt {
		color: #e54e9c;
	}
	#set_plan+section li:nth-child(2) .price {
		background: #e54e9c;
	}
	#set_plan+section li:nth-child(3) dt {
		color: #666666;
	}
	#set_plan+section li:nth-child(3) .price {
		background: #666666;
	}
}
@media screen and (min-width: 801px) and (max-width: 900px){
	#set_plan+section dt {
		font-size: 3rem;
	}
	#set_plan+section dd em {
		font-size: 5rem;
	}
}
@media screen and (max-width: 600px){
	#set_plan+section dt {
		font-size: 2.5rem;
	}
	#set_plan+section dt em {
		font-size: 3.5rem;
		letter-spacing: 0;
	}
	#set_plan+section dt small {
		font-size: 65%;
	}
	#set_plan+section dt span {
		font-size: 1.8rem;
	}
}

/*--------------見出し----------------*/
main{
	counter-reset: num 0;
}
a[id*="step"]{
	counter-increment: num 1;
}
a[id*="step"]+section .heading.block_header_3{
	border: solid 1px var(--i_main_color);
	border-radius: .6rem;
	padding: 2rem;
	background: #fff;
	color: var(--i_main_color);
}
a[id*="step"]+section .heading.block_header_3 .h{
	position: relative;
	font-family: inherit!important;
	padding-left: 13rem;
	font-size: 2.4rem;
}
a[id*="step"]+section .heading.block_header_3 .h::before,
a[id*="step"]+section .heading.block_header_3 .h::after{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: var(--i_main_color);
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-style: italic;
}
a[id*="step"]+section .heading.block_header_3 .h::before{
	content: "STEP ";
	padding-top: 1.4rem;
}
a[id*="step"]+section .heading.block_header_3 .h::after{
	content: counter(num);
	left: 6.5rem;
	font-size: 4.2rem;
}
@media screen and (max-width: 600px){
	a[id*="step"]+section .heading.block_header_3 {
		padding: 1rem;
	}
	a[id*="step"]+section .heading.block_header_3 .h {
		padding-left: 9rem;
		font-size: 1.9rem;
	}
	a[id*="step"]+section .heading.block_header_3 .h::before,
	a[id*="step"]+section .heading.block_header_3 .h::after {
		font-size: 1.4rem;
	}
	a[id*="step"]+section .heading.block_header_3 .h::before {
		padding-top: 0.6rem;
	}
	a[id*="step"]+section .heading.block_header_3 .h::after {
		left: 5rem;
		font-size: 2.8rem;
	}
}

/*--------------画像調整----------------*/
a[id*="step"]+section .inner_item_img img,
#sbg+section .inner_item_img img{
	max-width: 320px!important;
}