
.kagami_contents{
	width:100%;
	max-width:850px;
	margin: 20px auto;
	font-size:15px;
	font-weight: 600;
	color: #222;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,メイリオ,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.7rem;
	letter-spacing:0.1em;
	-webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
p {text-align: justify;}
b, strong {font-weight: bold;}

/* 共通クラス*/
.kagami_contents span{
	color:#5d8091;
	font-weight: bolder;
}
.kagami_contents strong{
	color:#5d8091;
	font-weight: bolder;
}
.kagami_contents img.fix{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

/* アイキャッチ */
.sec_content#eyecatch{
	margin-bottom: 15px;
}

/* ページタイトル */
.sec_content#title h2{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	color:#5d8091;
	padding-top:30px;
	padding-bottom:10px;
}
/* ページサブタイトル */
.sec_content#subtitle h3{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top:30px;
	padding-bottom:10px;
}

/* リード文章 */
.sec_content#lead{
	padding:40px 15px;
	text-align: center;
}
.sec_content#lead h4{
	line-height: 2em;
	font-size:18px;
}

/* 目次 */
.sec_content#index{
	padding:40px 15px;
	background-color:rgba(48,48,52,0.1);
	margin-bottom:20px;
}
.sec_content#index h3{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.sec_content#index ul{
	display: block;
	width: 80%;
	max-width: 600px;
	margin:20px auto;
	margin-top: 30px;
}
.sec_content#index ul li{
	position: relative;
	padding:12px 20px;
	padding-left: 40px;
	font-size: 20px;
	line-height: 20px;
	list-style:none;
}
.sec_content#index ul li span{
	position: absolute;
	display: inline-block;
	padding:0px 5px;
	left: 0;
	background:#ce240d;
	color:#fff;
	font-size: 13px;
	line-height: 20px;
}

/* ページテキスト */
.sec_content#text{
	width:100%;
	max-width:700px;
	padding:30px 20px;
	padding-bottom:50px;
	margin:0 auto;
}

/* 補足 */
.sec_content#note{
	width:100%;
	max-width:600px;
	background-color: rgba(69, 45, 37, 0.05);
	padding:20px 30px;
	margin:0 auto;
	margin-bottom: 60px;
	font-size:14px;
}
.sec_content#note h4{
	font-size:16px;
	color:#5d8091;
}

/* 画像バナー */
.sec_content#image_banner{
	width:100%;
	padding:20px 20px;
	background-color: rgba(90, 125, 140, 0.2);
	margin:0 auto;
	margin-bottom:50px;
}
.sec_content#image_banner a{
	display:block;
	width:100%;
	max-width:400px;
	margin:20px auto;
}

/* 表（簡易） */
.sec_content#table{
	padding:30px 20px;
	padding-bottom: 50px;
}
.sec_content#table table{
	width:100%;
	border-top:1px #5d8091 solid; 
	border-collapse:separate;
	border-spacing:0px;
}
.sec_content#table table tr{}
.sec_content#table table th{
	min-width: 140px;
	padding:10px 20px;
	white-space: nowrap;
	border-bottom:1px #5d8091 solid;
	font-weight: bold;
	color:#333;
	background-color: rgba(90, 125, 140, 0.1);
}
.sec_content#table table td{
	font-size:13px;
	padding:10px;
	border-bottom:1px #5d8091 solid;
}

/* 商品リンク */
.sec_content#product_info{
	padding:30px 35px;
	border:1px #5d8091 solid;
	border-radius:5px;
}
.sec_content#product_info a{
	display:flex;
	width:100%;
	justify-content: space-around;
	align-items: center;
}
.sec_content#product_info .content{
	width:100%;
	flex-basis: 60%;
}
.sec_content#product_info .content h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	color:#5d8091;
}
.sec_content#product_info .content p{
	font-size:15px;
	text-align: justify;
}
.sec_content#product_info .image{
	width:100%;
	flex-basis: 30%;
}
.sec_content#product_info .image img{
	display:block;
	width:100%;
	height: auto;
	margin-bottom:5px;
}
.sec_content#product_info .image p{
	font-size:12px;
	text-align: center;
}

/* 施工事例 */
.seko_hiyo{}
.seko_hiyo_item{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:10px 20px;
}
.seko_hiyo_item .title{
	width:100%;
	height:30px;
	flex-basis: 25%;
	background-color:#76bc32;
	color:#fff;
	line-height: 30px;
	text-align: center;
	font-size:13px;
	font-weight: bold;
}
.seko_hiyo_item .detail{
	width:100%;
	flex-basis: 70%;
}

.seko_flow{}
.seko_flow_item{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}
.seko_flow_item .title{
	width:100%;
	flex-basis: 20%;
	background-color:#76bc32;
	color:#fff;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	padding:15px;
}
.seko_flow_item .title span{
	display: block;
	color:#fff;
	font-weight: bold;
}
.seko_flow_item .detail{
	width:100%;
	flex-basis: 70%;
	padding:10px;
}

.seko_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.seko_item{
	width: 100%;
	flex-basis: 32%;
	margin-bottom:10px;
}

.btn_seko_contact{
	display:block;
	display:block;
	max-width:500px;
	margin:20px auto;
}
