@charset "UTF-8";
/* ---------------------------------------------------------
   quality.css【品質施工ページ】
----------------------------------------------------------*/
/*   <!-- 仮一枚絵表示 --> */
/* .view_img{
	max-width: 980px;
	margin: 0 auto;
	display: flex;
  justify-content: center;
} */

/* em 基準フォントサイズ */
body{
	font-size: 16px;
}
@media screen and (max-width: 599px){
	.contents_inner p{
		font-size: 10px;
	}
	body {
    font-size: 10px;
}
}
/* em 基準フォントサイズ */

#breadcrumbs {
    text-align: left;
		 font-size: 16px;
}
.contents_inner{
    max-width: 980px;
    margin: 0 auto;
}
p {
    text-align: center;
}
.flex{
	display: flex;
	justify-content: center;
}
.first>div{
	display: flex;
	justify-content: center;
}
.radiuses{
	flex-direction: column;
}
.bk_red{
	background:#DF2019;
	border-radius: 10px 10px 0 0;
}
.bk_red p{
	color: white;
	font-weight: 700;
	font-size: 1.5em;
	padding: 15px;
}
.bk_yellow{
	background:#FFF4A2;
	border-radius: 0 0 10px 10px;
	padding: 20px;
	margin-bottom:20px;
}
.bk_yellow p{
	line-height: 1.5;
	font-size: 17px;
  text-align: left;
	max-width: 590px;
}

.bk_gray{
	background: #F1F2F5;
	height: 40vh;
	z-index: -1;
	position: relative;
	top: 33vh;
	margin-top: -33vh;
}
section.second {
    margin-top: 60px;
}
section.second .contents_inner div{
	/* margin-bottom: 15px;
	display: flex;
	justify-content: center; */
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
section.main_visual {
    margin-bottom: 20px;
}
section.any_points {
    margin: 70px 0;
}
.any_points h2 {
		margin-top: 30px;
    line-height: 1.5;
    font-size: 2em;
    padding: 12px 0px 12px 0px;
    background: #eb6120;
    color: #ffffff;
    position: relative;
		padding-left: 60px;
}
.any_points p {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
}
.any_points p span{
	font-weight: 700;
}
.any_points h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #000000 transparent transparent transparent;
}
.any_points .gray_bk{
	display: flex;
 justify-content: space-around;
}
.gray_bk .text{
	max-width: 500px;
}
.last_sec{
	background: #FAF7D8;
	padding: 40px 0px;
}
.container.gray_bk {
    background: #F1F2F5;
    padding: 30px;
}
.bk_yellow .noimg p{
	   max-width: 920px;
}
.radiuses .flex{
	justify-content: space-around;
}
.yellow_tow p{
	    max-width: 500px!important;
}
.container.gray_bk.text_only {
    padding-top: 0;
}
.text-text_only .margin-under{
	margin-bottom: 10px;
}
.smalltext{
	font-size: 14px;
	font-weight: 400!important;
}
.last_sec .contents_inner div{
	margin-bottom: 20px;
}
.last_sec .contents_inner .final{
	margin-bottom: 0px;
}
.bk_red p {
    font-weight: 600;
		font-size: 24px;
}
.layer_style{
	position: relative;
  top: 10px;
  z-index: -1;
}
.point_text p{
	font-size: 18px;
	line-height: 1.3;
	/* letter-spacing: 1.5px; */
	text-align: justify;
}
.grid_links div{
	/* width: calc(100% / 3 - 10px); */
	padding: 10px;
}
/* SPスタイル */
@media screen and (max-width: 599px){
	.grid_links div{
		width: calc(100% / 2 - 10px);
		padding: 0
	}
	section.second .contents_inner div {
    justify-content: space-around;
	}
	section.main_visual,section.last_sec{
		display: flex;
	}
	.contents_inner {
    	padding: 0 10px;
	}
	.bk_yellow,.any_points .gray_bk{
		flex-direction: column;
    align-items: center;
	}
	.bk_gray {
		background: #F1F2F5;
		height: 40vh;
		z-index: -1;
		position: relative;
		top: 35vh;
		margin-top: -37vh;
	}
	.any_points h2::after {
    border-width: 50px 50px 0 0;
	}
	.any_points h2 {
    padding-left: 30px;
	}
	.text_only .margin-under{
		margin-bottom: 10px;
	}
	section.any_points {
  	  margin: 40px 0;
	}
	.bk_red p {
  	  font-size: 20px;
			text-align: center;
	}
	.last_sec .contents_inner .final{
		width: 100vw;
  	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
	}
	section.main_visual {
    	margin: 8px 0 20px;
	}
	.tri_img{
		position: relative;
    left: 20px;
		margin-top:15px;
	}
}
/* 装飾 */
.point_ttl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    min-height: 75px;
}
.first_point .point_ttl .point_item {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point_ttl .point_item p {
    font-size: 14px;
    font-weight: bold;
    color: #ffe832;
    margin-right: 10px;
}
.first_point .point_ttl h2 {
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900;
    width: calc(100% - 75px);
    padding: 10px 0 10px 75px;
}
.point_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}
.point_ttl .point_item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #000000 transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
    z-index: -1;
}
.point_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-bottom: 3px solid #eb6120;
    border-right: 3px solid #eb6120;
}
.point_ttl .point_item p span {
    font-size: 46px;
		line-height: 1;
    color: #fff;
    display: block;
    font-style: italic;
    margin-top: 2px;
    text-shadow: black 2px 0px, black -2px 0px, black 0px -2px, black 0px 2px, black 2px 2px, black -2px 2px, black 2px -2px, black -2px -2px, black 1px 2px, black -1px 2px, black 1px -2px, black -1px -2px, black 2px 1px, black -2px 1px, black 2px -1px, black -2px -1px;
}
.point_item {
    margin-left: 10px;
    margin-bottom: 10px;
}
.point_ttl .midashi{
	color: #000000;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900;
    font-size: 2em;
}
.midashi span{
	color: #eb6120;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900!important;
}
