/*==============================================================
ガス・水まわり・電気機器用
140522
このCSSに残す
==============================================================*/
/*タイトルバー*/
#page_title{
padding:10px 0 5px 15px;
border-bottom:1px #ccc solid; 
background: linear-gradient(to bottom, #fdfdfd 10%,#ececec 98%);
color:#222222;
line-height:40px; 
font-size:24px;
text-shadow: 1px 2px 0 rgba(0,0,0,0.1);
font-weight:bold;
}
.box_h2{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width:100%;
padding: 5px 0 !important;
}
.box_h2_icon{
display: table-cell;
float:left;
width:55px;
vertical-align:middle;
text-align:center;
padding-top:4px !important;
}
.box_h2_txt{
display: table-cell;
float:left;
}
.bg_gray_grad{
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 10%, #ececec 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#fdfdfd), color-stop(98%,#ececec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfd 10%,#ececec 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfd 10%,#ececec 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfd 10%,#ececec 98%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfd 10%,#ececec 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
border:solid 1px #ccc;
}
.box_h3{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width:100%;
padding: 5px 0 !important;
}
.box_h3_icon {
background-repeat: no-repeat;
background-position: center 9px;
display: table-cell;
float: left;
width: 53px;
vertical-align: middle;
text-align: center;
padding-top: 7px !important;
min-height: 30px;
}
.box_h3_txt{
display: table-cell;
float:left;
padding: 3px 5px 0 !important;
}
h3{
font-size:24px;
line-height:40px;
font-weight:bold;
}
h4{
padding:10px !important;
font-size: 30px;
font-weight: bold;
}
h5 {
padding-left: 10px !important;
margin-left: 20px !important;
font-size: 24px;
font-weight: bold;
}

.box_title010 {
padding: 8px 0 8px 15px;
border: 1px #ccc solid;
background: linear-gradient(to bottom, #fdfdfd 10%,#ececec 98%);
color: #222222;
line-height: 30px;
font-size: 20px;
text-shadow: 1px 2px 0 rgba(0,0,0,0.1);
font-weight: bold;
}

/*ボックス*/
.box_half_left{
width:377px;
float:left;
}
.box_half_right{
width:377px;
float:left;
margin-left:1px !important;
}
.box_cont_line001 {
border: solid 1px #cccccc;
padding: 20px;
}

.box_cont_line008 {
border: solid 8px #e7e7e7;
padding: 20px;
}


/*==============================================================
２カラム用
==============================================================*/
div#content_frame div#cssfix, #cssfix .bnr-discount, #cssfix .content-box {
width: 755px !important;
}

/*==============================================================
各ページ共通　
140522　kano
※style_green.cssに同じ記述あり
※すべてのページ調整後に all.cssに統合する
==============================================================*/
body{
line-height: 1.5;
color:#222222;
font-size:14px;
text-align:left;
}
/*ホバー*/
a:hover img{
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
a:hover{
text-decoration:underline;
}
a:hover .hover{
margin-top: 2px;
}

#content_frame{
margin-left: 20px;
width: 755px;
font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
text-align:left;
}


/*各ページ共通　フッター上部ここから*/
div#info p.info_title {
width: 753px;
height: 35px;
line-height: 35px;
vertical-align: middle;
background: #f6f6f6;
font-size: 18px;
font-weight: bold;
text-align: center;
border-bottom: #E7E7E7 1px solid;
}
div#info {
width: 753px;
border: #ccc 1px solid;
margin-top: 19px;
margin-bottom: 25px;
padding-bottom: 15px;
}
div#info p {
margin: 0px;
font-size: 12px;
line-height: 1.3em;
}

/*==============================================================
allに統合可
==============================================================*/
/*====
フォント
===*/
.white {color: #FFFFFF;}
.black {color: #000000;}
.f_black{color:#222222 !important;}
.f_bold{font-weight:bold;}

.f_12{font-size:12px !important;}
.f_14{font-size:14px !important;}
.f_15{font-size:15px !important;}
.f_16{font-size:16px !important;}
.f_18{font-size:18px !important;}
.f_20{font-size:20px !important;}
.f_24{font-size:24px !important;}
.f_28{font-size:28px !important;}
.f_32{font-size:32px !important;}
.f_40{font-size:40px !important;}
.f_50{font-size:50px !important;}

.f_orange{color:#fe6d00;}
.f_yellow{color:#fa8f02;}
.f_green{color:#1F9A2C;}
.f_red{color:var(--emphasisRed);}
.f_bl{color:#35C1FE;}



/*フォント*/
.f_red_bold_ll{
font-size:30px;
color:var(--emphasisRed);
font-weight:bold;
}

.clearfix:after {
content:".";
}

/*ボックス*/
.box_700px{
width:690px;
}

/*グレー枠*/
.con_box {
border: 3px solid #cccccc;
width: 520px;
padding: 10px;
text-align:center;
}
/*赤枠*/
.box_border_red {
border: 4px solid var(--emphasisRed);
padding:20px !important;
border-radius: 6px;
margin: 0 20px 0 20px;
}

/*==============================================================
共通パーツ
140522
調整の必要あり
==============================================================*/
/*左に画像*/
.box_leftimg_left {
width: 142px;
font-size: 10px;
text-align:center;
padding:10px 0 10px 20px !important;
float:left;
}
.box_leftimg_right {
padding: 10px 20px 10px 20px !important;
width:553px;
float:left;
}
/*画像に左吹き出し　赤*/
.arrow_box_left_red {
position: relative;
border: 4px solid var(--emphasisRed);
width:500px;
margin:0 0 0 40px !important;
padding:20px !important;
border-radius: 6px;
width: 615px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.arrow_box_left_red:after, .arrow_box_left_red:before {
right: 100%;
top: 50px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box_left_red:after {
border-color: rgba(0, 0, 0, 0);
border-right-color: var(--emphasisRed);
border-width: 30px;
margin-top: -30px;
}
.arrow_box_left_red:before {
border-color: rgba(235, 0, 0, 0);
border-right-color: var(--emphasisRed);
border-width: 36px;
margin-top: -36px;
}

/*==========================================================
戻るテキストボタン
==========================================================*/
.btn_modoru_txt {
	background-color: #fca204;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
	color: #fff !important;
	border: solid 1px #A25503;
	background: #fca204;
	background: -moz-linear-gradient(top, #fca204 0%, #f67500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fca204), color-stop(100%, #f67500));
	background: -webkit-linear-gradient(top, #fca204 0%, #f67500 100%);
	background: -o-linear-gradient(top, #fca204 0%, #f67500 100%);
	background: -ms-linear-gradient(top, #fca204 0%, #f67500 100%);
	background: linear-gradient(to bottom, #fca204 0%, #f67500 100%);
	-webkit-box-shadow: inset 0px 1px 0px #FFCC00, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #EEC317, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.btn_modoru_txt::before {
	background-color:#e9e9e9;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}
.btn_modoru_txt:hover {
	padding-bottom:9px;
	padding-left:40px;
	padding-right:40px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(bottom, #fca204 0%, #f67500 100%);
	background-image: -o-linear-gradient(bottom, #fca204 0%, #f67500 100%);
	background-image: -moz-linear-gradient(bottom, #fca204 0%, #f67500 100%);
	background-image: -webkit-linear-gradient(bottom, #fca204 0%, #f67500 100%);
	background-image: -ms-linear-gradient(bottom, #fca204 0%, #f67500 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #fca204),  color-stop(1, #f67500)  );
}
.btn_modoru_txt:link, .btn_modoru_txt:visited, .btn_modoru_txt:active {
	color: #fff !important;
}
/*==========================================================
戻るテキストボタン
==========================================================*/


/*==========================================================
ページ内リンク
==========================================================*/
div.page_link {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	width: 715px;
}
div.page_link a {
	display: block;
	width: auto;
	height: 40px;
}
div.page_link a:hover { background: #aadb95; }
.anchor {
	display: block;
	padding-top: 20px;
	margin-top: -20px;
}
.anchor {
	display: block;
	padding-top: 20px;
	margin-top: -20px;
}

@media screen and (max-width: 480px){
div.page_link {
	margin: 0 2%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 96%;
}
div.page_link a {
	margin: 0 0 2%;
	display: block;
	width: 48%;
	height: auto;
}
.anchor {
	display: block;
    padding-top: 100px ! important;
    margin-top: -100px ! important;
}
}

@media screen and (max-width: 320px){
div.page_link a { width: 48%; }
}
