@charset "utf-8";

.flow-wrap {
	/*background-color: #f7f7f7;*/
	padding-top: 70px;
	padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.flow-wrap {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
.flow-wrap .flowbox {
	max-width: 900px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	box-shadow: 3px 3px 5px 0px #cfcfcf;
	position: relative;
}
.flow-wrap .flowbox:nth-of-type(n+2):before {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 25px solid #84be3f;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
}
.flow-wrap .flowbox:nth-of-type(n+2) {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.flow-wrap .flowbox {
		height: auto;
	}
	.flow-wrap .flowbox:nth-of-type(n+2):before {
		top: -25px;
		border-top: 15px solid #84be3f;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
	}
	.flow-wrap .flowbox:nth-of-type(n+2) {
		margin-top: 40px;
	}
}
.flow-wrap .flowbox .no {
	width: 120px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, rgba(252,154,0,1) 0%, rgba(228,1,55,1) 100%);
}
.flow-wrap .flowbox .no div {
	font-family: 'Barlow Condensed', sans-serif;
	text-align: center;
	color: #fff;
}
.flow-wrap .flowbox .no div span:nth-of-type(1) {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 100%;
	padding-left: 3px;
}
.flow-wrap .flowbox .no div span:nth-of-type(2) {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 50px;
	font-weight: 700;
	display: block;
	padding-top: 4px;
}
@media screen and (max-width: 768px) {
	.flow-wrap .flowbox .no {
		width: 70px;
	}
	.flow-wrap .flowbox .no div span:nth-of-type(1) {
		font-size: 12px;
		padding-left: 1px;
	}
	.flow-wrap .flowbox .no div span:nth-of-type(2) {
		font-size: 34px;
		padding-top: 0px;
	}
}
.flow-wrap .flowbox .lead {
	display: flex;
	align-items: center;
	padding-left: 60px;
	flex: 1;
	background-color: #fff;
}
.flow-wrap .flowbox .lead p:nth-of-type(1) {
	font-size: 16px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.flow-wrap .flowbox .lead {
		padding: 20px;
	}
	.flow-wrap .flowbox .lead p:nth-of-type(1) {
		font-size: 15px;
	}
}

/* 注意事項 */
.notes .box {
	display: table;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f7;
	padding: 40px 120px;
}
@media screen and (max-width: 768px) {
	.notes .box {
		padding: 20px;
	}
	.notes .box p {
		padding-left:1.1em;
		text-indent:-1.1em;
	}
}

/* お問い合わせ */
.contact h3 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
	.contact h3 {
		font-size: 15px;
		font-weight: 700;
		padding-bottom: 20px;
	}
}
.contact .telbox {
	display: table;
	margin: 0 auto;
	padding-bottom: 20px;
}
.contact .telbox span {
	font-size: 48px;
	font-weight: 900;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.05em;
	position: relative;
	margin-left: 44px;
}
.contact .telbox span::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("../../common/images/icn_tel.svg") no-repeat;
	background-size: contain;
	position: absolute;
    top: 23%;
	left: -44px;
}
.contact .telbox .time {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4em;
	padding-top: 4px;
	padding-left: 46px;
}
@media screen and (max-width: 768px) {
	.contact .telbox span {
		font-size: 36px;
	}
	.contact .telbox span a {
		color: #282832;
	}
	.contact .telbox span::before {
		width: 26px;
		height: 26px;
		left: -32px;
	}
	.contact .telbox .time {
		padding-left: 0;
		padding-top: 8px;
		text-align: center;
	}
}
.contact .contactnotice {
	text-align: center;
	padding-bottom: 15px;
}
.contact .btn {
	max-width: 230px;
	margin: 0 auto;
}
.contact .btn a {
	background-color: #fff;
	border: #282828 solid 1px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vh;
	font-size: 15px;
	color: #282828;
}
.contact .btn a span  {
	position: relative;
	margin-left: 28px;
}
.contact .btn a span::before  {
	content: "";
	display: inline-block;
	width: 23px;
	height: 15px;
	background: url("../../common/images/icn_mail.svg") no-repeat;
	background-size: contain;
	position: absolute;
    top: 23%;
	left: -28px;
}
@media screen and (max-width: 768px) {

}