@charset "utf-8";
/* ===================================================================

 file name  :support-funding.css
 style info :リフォーム工事安心サポート

=================================================================== */

/* =============================

	overwrite

=============================== */

#pageheader .inner{
	background: url(../images/support-funding/bg_mv_sp.jpg) no-repeat center bottom / cover;
	padding-bottom: 65.2%;
}
#pageheader .sec-inner-1100{
	text-align: center;
}
#pageheader h1 {
	position: relative;
	padding: 90px 0 0;
	margin-bottom: 0.3em;
	line-height: 1.3;
	font-size: 2.5rem;
	font-weight: 700;
}
#pageheader h1::before{
	content: '';
	background: url(../images/support-funding/ico_funding.svg) no-repeat center center / contain;
	width: 40px;
	height: 35px;
	position: absolute;
	top: 45px;
	left: calc(50% - 20px);
}
#pageheader p{
	margin: 0.4em 0 20px;
	padding: 0 0.3em;
	display: inline-block;
	background: #e4a59b;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
}
#pageheader .img{
	width: 260px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#pageheader .img li:nth-child(1){width: 160px;}
#pageheader .img li:nth-child(2){width: 100px; margin-top: 34px;}
@media screen and (max-width: 374px){
	#pageheader h1 {
		font-size: 2.2rem;
	}
}
@media screen and (min-width: 768px){
	#pageheader .inner{
		background-image: url(../images/support-funding/bg_mv_pc.jpg);
		padding-bottom: 0;
	}
	#pageheader .sec-inner-1100{
		position: relative;
	}
	#pageheader h1 {
		padding: 140px 0 0;
		font-size: 4rem;
	}
	#pageheader h1::before{
		width: 65px;
		height: 58px;
		top: 55px;
		left: calc(50% - 32px);
	}
	#pageheader p{
		margin: 0.4em 0 94px;
		font-size: 2rem;
	}
	#pageheader .img{
		width: auto;
	}
	#pageheader .img li{
		position: absolute;
	}
	#pageheader .img li:nth-child(1){width: 260px; left: calc(50% - 550px); top: 36px;}
	#pageheader .img li:nth-child(2){width: 150px; margin-top: 0; left: calc(50% + 320px); top: 90px;}
}


/* =================================== */

/*
#about
---------------------------*/
#about {
	padding-top: 40px;
	margin-bottom: 40px;
}
#about .letter {
	margin-top: 2em;
	position: relative;
	border: 1px solid #737378;
	padding: 20px 28px;
}
#about .letter::before{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #fff transparent transparent;
}
#about .letter::after{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #737378;
}
#about .letter ul {
	max-width: 450px;
	margin: 0 auto;
}
#about .letter ul li{
	position: relative;
	padding: 0.4em 0 0.4em 27px;
	font-size: 1.6rem;
	font-weight: 700;
}
#about .letter ul li:not(:last-child) {border-bottom: 1px solid #c7c7c7;}
#about .letter ul li::before{
	content: '';
	background: url(../images/support-funding/ico_check.svg) no-repeat left center / contain;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0.7em;
}
@media screen and (max-width: 374px){
	#about .letter {
		padding: 20px 15px;
	}
}
@media screen and (min-width: 768px){
	#about {
		padding-top: 80px;
		margin-bottom: 100px;
	}
	#about .letter {
		margin-top: 0;
		border-width: 2px;
		padding: 30px 40px;
	}
	#about .letter::before,
	#about .letter::after{
		right: -2px;
		top: -2px;
	}
	#about .letter ul {
		max-width: 100%;
	}
	#about .letter ul li{
		padding: 0.4em 0 0.4em 36px;
		font-size: 2rem;
	}
	#about .letter ul li::before{
		width: 22px;
		height: 22px;
		top: 0.9em;
	}
}


/*
#flow
---------------------------*/
#flow {
	background: #fefdf8;
	padding: 40px 0;
	position: relative;
}
#flow .pop {
	width: 111px;
	position: absolute;
	top: 15px;
	left: calc(50% + 5em);
}
@media screen and (max-width: 374px){
	#flow .pop {	width: 100px;	}
}
#flow .flow {
}
#flow .flow .block {
	position: relative;
	background: #fff;
}
#flow .flow .block h4{
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	padding: 0.4em 0;
	text-align: center;
}
#flow .flow .block h4::after{
	content: '';
	position: absolute;
	left: calc(50% - 9px);
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #b2b7bc transparent transparent transparent;
	z-index: 2;
}
#flow .flow .block ol li {
	padding: 0 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#flow .flow .block ol li h5 {
	position: relative;
	z-index: 4;
	margin: 25px 0;
	background: #fff;
	border: 2px solid #b2b7bc;
	width: 45px;
	height: 45px;
	padding-top: 6px;
	font-size: 1rem;
	font-weight: 700;
	color: #b2b7bc;
	border-radius: 100%;
	text-align: center;
	line-height: 1.1;
}
#flow .flow .block ol li h5 span {
	display: block;
	font-size: 1.6rem;
}
#flow .flow .block ol li p {
	width: calc(100% - 70px);
}
#flow .flow .block ol li::before{
	content: '';
	height: 100%;
	width: 3px;
	background: #b2b7bc;
	position: absolute;
	left: 36px;
	bottom: 0;
	z-index: 1;
}
#flow .flow .block-before ol li:first-child::before{height: 50%;}
#flow .flow .block-before h4 {	background: #b2b7bc;}
#flow .flow .block-before ol li:nth-of-type(odd){background: #ebeef1;}
#flow .flow .block-after ol li::before{	background: #e4a59b;}
#flow .flow .block-after ol li:last-child::before{height: 50%; top: 0;}
#flow .flow .block-after h4 {	background: #e4a59b;}
#flow .flow .block-after h4::after {border-color: #e4a59b transparent transparent transparent;}
#flow .flow .block-after ol li:nth-of-type(odd){background: #fdeded;}
#flow .flow .block-after ol li h5 {
	border-color: #e4a59b;
	color: #e4a59b;
}


#flow .bnr {
	max-width: 400px;
	margin: 40px auto 0;
	text-align: center;
}
#flow .bnr a {
	display: block;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 768px){
	#flow {
		padding: 80px 0;
	}
	#flow .pop {
		width: 150px;
		top: 60px;
		left: calc(50% + 8em);
	}
	#flow .flow .block h4{
		font-size: 2rem;
	}
	#flow .flow .block h4::after{
		left: calc(50% - 14px);
		bottom: -12px;
		border-width: 12px 14px 0 14px;
	}
	#flow .flow .block ol li {
		padding: 0 40px;
	}
	#flow .flow .block ol li h5 {
		margin: 30px 0;
		border-width: 3px;
		width: 60px;
		height: 60px;
		padding-top: 8px;
		font-size: 1.2rem;
	}
	#flow .flow .block ol li h5 span {
		font-size: 2rem;
	}
	#flow .flow .block ol li p {
		width: calc(100% - 120px);
	}
	#flow .flow .block ol li::before{
		width: 4px;
		left: 67px;
	}
	#flow .bnr {
		margin: 60px auto 0;
	}
}


#main #loan .use h4 {
	background: #fdeded;
}
#main #loan .use .point {
    color: #e5a59a;
    font-weight: bold;
}

#main .section-others{
	margin-top: 45px;
}
#main .section-others p:not(:last-child){
	margin-bottom: 1em;
}
#main .section-others .use {
	margin-bottom: 0.5em;
	padding: 10px;
	border: 1px solid #cccccc;
	text-align: center;
}

#main .section-others .use p {
	padding: 0.4em 0;
	font-size: 1.4rem;
	font-weight: 700;
	background: #ebeef1;
	color: #737378;
}
#main .section-others .caption{
	position: relative;
	font-size: 1rem;
	line-height: 1.4;
}
#main .section-others .caption h4{
	position: absolute;
	left: 0;
}
#main .section-others .caption ul {
	padding-left: 2em;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .section-others .caption ul li {
	text-indent: -1em;
}
#main .section-loan{
	margin-top: 45px;
}
#main .section-loan p:not(:last-child){
	margin-bottom: 1em;
}
#main .section-loan .use {
	margin-bottom: 0.5em;
	padding: 10px;
	border: 1px solid #cccccc;
	text-align: center;
}

#main .section-loan .use p {
	padding: 0.4em 0;
	font-size: 1.4rem;
	font-weight: 700;
	background: #ebeef1;
	color: #737378;
}
#main .section-loan .caption{
	position: relative;
	font-size: 1rem;
	line-height: 1.4;
}
#main .section-loan .caption h4{
	position: absolute;
	left: 0;
}
#main .section-loan .caption ul {
	padding-left: 2em;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .section-loan .caption ul li {
	text-indent: -1em;
}
#loan.txt-loan{
		text-align: center;
	}




@media screen and (min-width: 768px){
	#main .card-hojo-wrap{
		padding: 80px 0 0;
		display: flex;
		justify-content: space-between;
	}
	#main .section-others{
		width: 46%;
		margin-top: 0;
	}
	#main .section-others .use {
		padding: 18px;
	}
	#main .section-others .use p {
		font-size: 1.7rem;
	}
	#main .section-others .caption{
		font-size: 1.2rem;
	}
	#main .section-loan{
		width: 75%;
		margin: auto;
	}
	#main .section-loan .use {
		padding: 18px;
	}
	#main .section-loan .use p {
		font-size: 1.7rem;
	}
	#main .section-loan .caption{
		font-size: 1.2rem;
	}
	
	
	#loan .section-loan{
		margin: auto;
		width: 100%;
	}
	
	#loan.txt-loan{
		text-align: center;
	}
	#main #loan.section-others .use h4 {
	margin-bottom: 0.5em;
	color: #737378;
}
	#main #loan .use h4 {
	background: #fdeded;
}
	#main #loan .use .point {
		color: #e5a59a;
		font-weight: bold;
	}
	#main #loan .use .point p {
		font-weight: normal;
	}

}


