@charset "UTF-8";

/*--------------minsei_head----------------*/
.minsei_head {
	height: 38.7rem;
	padding-left: 7rem;
}
.minsei_head p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: var(--i_main_color);
	font-size: 5.95rem;
	line-height: 1.3;
	letter-spacing: .1em;
	font-family: "Zen Maru Gothic", serif !important;
	font-weight: 500 !important;
}
.minsei_head .ft_md>span {
	display: block;
}
.minsei_head p span {
	font-size: 3.4rem;
	letter-spacing: .1em;
}
.minsei_head p b {
	font-size: 172%;
}
.minsei_head p small {
	font-size: 79%;
}
.minsei_head p em {
	border-bottom: solid 2px var(--i_main_color);
	position: relative;
	font-style: inherit;
}
.minsei_head p em:before {
	content: '';
	position: absolute;
	border-bottom: solid 2px var(--i_main_color);
	bottom: -6px;
	width: 100%;
}
@media screen and (min-width: 801px){
	.u_visible_sp+*{
		margin-left: -1rem;
	}
	.minsei_head .ft_md>span{
		display: block;
	}
	.minsei_head .ft_md>span span{
		margin-left: -1.5rem;
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.minsei_head {
		padding-left: 2rem;
		height: 20rem;
	}
	.minsei_head p {
		font-size: 4rem;
		line-height: 1.2;
	}
	.minsei_head p em {
		display: inline-block;
		margin-bottom: .5rem;
	}
}
@media screen and (max-width: 480px){
	.minsei_head p span {
		font-size: 2.6rem;
	}
}

/*--------------bg_p----------------*/
#bg_p+section>.content_wrapper{
	background: #ffeff2;
	padding: 1.5rem 4rem 1.8rem;
	width: calc(100% - 40px);
	max-width: 1160px !important;
}
@media screen and (max-width: 800px){
	#bg_p+section>.content_wrapper{
		padding: 1.5rem 20px 1.8rem;
	}
}

/*--------------テーブル調整----------------*/
table th div{
	text-align: left;
	font-weight: normal;
}
@media screen and (min-width: 601px){
	table td,
	table th{
		padding: 1.2em 2em!important;
	}
}

/*--------------flow1----------------*/
.flow1 {
	width: 87rem;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	position: relative;
}
.flow1 > * {
	width: 17%;
}
.flow1:before {
	content: '';
	position: absolute;
	bottom: 1.5rem;
	width: 49%;
	right: 15%;
	height: .5rem;
	background: #e34d6a;
	z-index: 1;
}
.flow1:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: .8rem 0 .8rem 2rem;
	border-color: transparent transparent transparent #e34d6a;
	right: 13%;
	bottom: 1rem;
}
.flow1 li {
	background: #e6e6e6;
	color: #fff;
	border-radius: .3rem;
	height: 8rem;
	position: relative;
	list-style: none !important;
	padding-left: 0 !important;
}
.flow1 li:nth-child(1) {
	background: #9c9c9c;
	z-index: 1;
}
.flow1 li:nth-child(1):before {
	content: '';
	position: absolute;
	bottom: 1.5rem;
	width: 49%;
	right: -5.5rem;
	height: .5rem;
	background: #e34d6a;
	z-index: 1;
}
.flow1 li:nth-child(1):after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: .8rem 0 .8rem 2rem;
	border-color: transparent transparent transparent #e34d6a;
	right: -7rem;
	bottom: 1rem;
}
.flow1 li:nth-child(2) {
	background: #f19faf;
}
.flow1 li:nth-child(5) {
	background: #f19faf;
}
.flow1 span {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.flow1 em {
	position: absolute;
	font-size: 1.6rem;
	color: var(--i_main_color);
	width: 100%;
	left: 0;
	top: -2.8em;
	font-style: italic;
	font-weight: 600;
}
.flow1 i {
	font-size: 187.5%;
	margin-left: .2em;
}
@media screen and (max-width: 767px) {
	.flow1:before {
		bottom: 1rem;
		width: 50%;
	}
	.flow1:after {
		bottom: .5rem;
		right: 12%;
	}
	.flow1 li {
		font-size: 1.6rem;
		width: 18%;
	}
	.flow1 li:nth-child(1):before {
		bottom: 1rem;
		width: 50%;
		right: -2.5rem;
	}
	.flow1 li:nth-child(1):after {
		bottom: .5rem;
		right: -3.5rem;
	}
	.flow1 span {
		line-height: 1.2;
	}
}

/*--------------f_step----------------*/
main{
	counter-reset: num 0;
}
#f_step{
	counter-increment: num 1;
}
#f_step+section .content_wrapper{
	border: solid 1px #e4748b;
	border-radius: .6rem;
	padding: 3rem 5rem 3rem 18rem;
	max-width: 1160px !important;
}
#f_step+section .content_wrapper::before,
#f_step+section .content_wrapper::after{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 6rem;
	transform: translateY(-50%);
	color: var(--i_main_color);
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-style: italic;
}
#f_step+section .content_wrapper::before{
	content: "STEP ";
	padding-top: 0.6rem;
}
#f_step+section .content_wrapper::after{
	content: counter(num);
	left: 11rem;
	font-size: 3.2rem;
}
@media screen and (max-width: 800px){
	#f_step+section .content_wrapper{
		padding: 9rem 2rem 3rem 2rem;
	}
	#f_step+section .content_wrapper::before{
		top: 5.5rem;
		left: calc(50% - 4rem);
	}
	#f_step+section .content_wrapper::after{
		left: calc(50% + 1rem);
		top: 5.4rem;
	}
	#f_step+section .heading.block_header_4 .h{
		text-align: center;
	}
}