@charset "UTF-8";

/* contents common */
#main_area #cts_contents{
	width:725px;
	margin:0 0 0 25px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	font-size:12px;
}	
h2.cts_title{
	width:725px;
	margin:0 0 20px 25px;
	font-size:0;
	line-height:0;
	text-align:left;
}
h3.cts_h3{
	margin:20px 0 10px 25px;
	padding:8px 0 0 34px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	background:url(../img/cts/h3_bg.png) no-repeat left top;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	color:#344047;
}
h4.cts_h4{
	margin:20px 0 10px 25px;
	padding:7px 0 6px 5px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	border-bottom:dotted #CCCCCC 2px;
	color:#344047;
}

em.cts_em{
	margin:0 0 15px 35px;
	padding-bottom:8px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align:left;
	font-size:14px;
	line-height:1.6em;
	font-weight:bold;
	font-style:normal;
	display:block;
	background:url(../img/cts/em_bg.png) no-repeat left bottom;
}
	em.em_gr{
		color:#537531;
	}
	em.em_r{
		color:#DA2900;
	}
	

	
	
	/* text */
	p.cts_p{
		margin:0 0 10px 35px;
		font-size:14px;
		line-height:1.7em;
		text-align:left;
	}
	.attention{
		color:#FF0000 !important;
		margin:0 1px 0 0;
	}
	
	/* 見積もりはこちら-contents用 */
	.go_mitumori{
		clear:both;
		padding-top:25px;
		margin:0 0 0 25px;
		width:725px;
		height:150px;
		position:relative;
	}
		.go_mitumori .go_mail{
			position:absolute;
			bottom:22px;
			right:30px;
		}
	/* photo配置 */
	.photo{
		margin:0 0 10px 25px;
		font-size:0;
		line-height:0;
	}
	.photo_r{
		float:right;
		margin:0 0 10px 10px;
		font-size:0;
		line-height:0;
	}
	/* 注意書き背景box */
	.attention_box{
		margin:10px 0 0 25px;
		padding:10px 15px;
		text-align:left;
		background:url(../img/cts/attention_bg.png) repeat 0 0;
		font-size:12px;
		line-height:1.6em;
		border:solid #D0E474 1px;
	}


/*-----------contact */
.bn_contact {
    margin-left: 25px;
    margin-bottom: 500px;
}
.bn_contact a {
    display: block;
    padding: 5px;
    text-decoration: none;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','MS PMincho', 'ＭＳ Ｐ明朝', serif;
    color: #fff;
    background: rgb(255,128,0);
    background: linear-gradient(135deg, rgba(255,128,0,1) 0%, rgba(255,92,0,1) 100%);
    transition: all 0.5s;
}
.bn_contact a:hover {
    opacity: 0.6;
}
.bn_contact a > div {
    padding: 20px;
    border: solid 1px rgba(255,255,255,0.6);
}
.bn_contact a > div h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #fff;
}
.bn_contact a > div > div {
    display: inline-block;
    padding: 15px 40px;
    background: rgba(255,12,0,0.5);
}
.bn_contact a > div > div .flex_box {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding: 0 30px 10px;
    border-bottom: dotted 1px #fff;
}
.bn_contact a > div > div .flex_box div h5 {
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 20px;
    font-weight: bold;
}
.bn_contact a > div > div .flex_box p {
    line-height: 1.3;
    font-size: 20px;
    font-weight: bold;
}
.bn_contact a > div .tel {
    margin-top: 15px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
}
