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

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

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

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

	overwrite

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

#pageheader{
	padding-bottom: 25px;
	background: #fefdf8;
}
#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-safe/ico_safe.svg) no-repeat center center / contain;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 45px;
	left: calc(50% - 17px);
}
#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{
		padding-bottom: 0;
	}
	#pageheader .sec-inner-1100{
		position: relative;
	}
	#pageheader h1 {
		padding: 140px 0 0;
		font-size: 4rem;
	}
	#pageheader h1::before{
		width: 56px;
		height: 56px;
		top: 80px;
		left: calc(50% - 28px);
	}
	#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;}
}


/* =================================== */
#main h2{
	position: relative;
	padding: 0.8em 15px;
	margin-bottom: 25px;
	background: #fef6f6;
	color: #d3594a;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
}
#main h2::after{
	content: '';
	position: absolute;
	left: calc(50% - 10px);
	bottom: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #fef6f6 transparent transparent transparent;
}
@media screen and (max-width: 374px){
	#main h2{
		font-size: 1.7rem;
	}
}
@media screen and (min-width: 768px){
	#main h2{
		margin-bottom: 80px;
		font-size: 2.4rem;
	}
	#main h2::after{
		left: calc(50% - 20px);
		bottom: -30px;
		border-width: 30px 40px 0 40px;
	}
}

#main section {
	margin-bottom: 30px;
	border: 2px solid #e4a59b;
	border-radius:4px;
}
#main section h3 {
	padding: 0.3em 0;
	background: #e4a59b;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.8rem;
}
#main section h3 span{
	position: relative;
	top: -0.1em;
	margin-right: 0.5em;
	padding: 0 0.3em;
	color: #d3594a;
	font-size: 1.4rem;
	background: #fff;
	border-radius: 4px;
}
#main section .inner {
	padding: 25px;
	font-size: 1.3rem;
}
@media screen and (max-width: 374px){
	#main section .inner {
		padding: 15px;
	}
}
#main section .inner p:not(:last-child) {
	margin-bottom: 1em;
}
#main section .inner p small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
}
#main section .inner .list-notes{
	margin-bottom: 1em;
	padding: 16px;
	background: #fdeded;
}
#main section .inner .list-notes span{
	margin-right: 1em;
}

#main section.section-jio .inner h4{
	margin-top: 2em;
}

#main section.section-jio .inner ul{
	margin-bottom: 1em;
}
#main section.section-jio .inner ul li{
	background: #eaeff4;
	padding: 10px 20px 20px;
}
#main section.section-jio .inner ul li:not(:last-child){margin-bottom: 10px;}
#main section.section-jio .inner ul li:nth-of-type(even){background: #e7eee4;}
#main section.section-jio .inner ul li h5{
	margin: 0 -10px 0.6em;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	background: #649fd7;
	border-radius: 50px;
	text-align: center;
}
#main section.section-jio .inner ul li:nth-of-type(even) h5{background: #87bb72;}
@media screen and (min-width: 768px){
	#main .row{
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#main .row .col{
		width: 48%;
	}
	#main section {
		margin-bottom: 40px;
		border-width: 4px;
		border-radius: 8px;
	}
	#main section h3 {
		font-size:2.2rem;
	}
#main section h3 span{
	top: -0.1em;
		font-size: 1.6rem;
}
	#main section .inner {
		padding: 40px;
		font-size: 1.6rem;
	}
	#main section .inner p small {
		font-size: 1.2rem;
	}
	#main section .inner .list-notes{
		padding: 24px;
	}

	#main section.section-jio .inner ul li{
		padding: 20px 40px 40px;
	}
	#main section.section-jio .inner ul li:not(:last-child){margin-bottom: 20px;}
	#main section.section-jio .inner ul li h5{
		margin: 0 -20px 0.6em;
		font-size: 2rem;
	}
}




