@charset "utf-8";
html{
  scroll-behavior: smooth;
}
body {scroll-behavior: smooth;
	margin: 0px;
	padding: 0px;
font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size	: 75%;
	line-height	: 1.5;
}
a:link {
	color: #326496;
}
a:visited {
	color: #326496;
}
a:hover {
	color: #326496;
}
a:active {
	color: #326496;
}
.text_red{
	color: #CC0000;
}


h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A9CB53;
	box-shadow: 0px 1px 0px 0px #76AB43;
	font-size: 18px;
	line-height: 44px;
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 14px;
	line-height: 24px;
	display: block;
	clear: both;
	width: 100%;
}

.od_h4 {
	font-size: 14px;
	line-height: 20px;
	clear: both;
	background-color: #EEE;
	margin: 0px;
	padding: 3px;
	width: 100%;
}


#pinkribbon h1 {
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	background: linear-gradient(#FEE9F0, #FCD6E3) !important;
	border-radius: 4px;
	color: #DB6188 !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #E99BB5 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
position: relative;
}
#pinkribbon h1::after {
position: absolute;
content: '';
top: 50%;
left: 8px;
transform: translateY(-50%);
width: 4px;
height: 25px;
background-color: #F185A7 !important;
}
#pinkribbon h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FEC7DA;
	box-shadow: 0px 1px 0px 0px #FDADC8;
	font-size: 18px;
	line-height: 44px;
}




.img_left{
float:left;}
.img_right{
float:right;
}

td{
padding:5px;
}
th{
padding:5px;
}
.td_nowrap {
white-space: nowrap;
}
#table_border1 table {
border-collapse: collapse;

}
#table_border1 th{
border-collapse: collapse;
	border: 1px solid #CCC;
	background-color: #ECECEC;
}
#table_border1 td{
border-collapse: collapse;
	border: 1px solid #CCC;

}
main p{
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
main li{
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.text12{
	font-size: 12px !important;
	line-height: 30px !important;
}

.button_gray{
	background: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
	background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
	background-image: -ms-linear-gradient(top, #fff, #e7e7e7);
	background-image: -o-linear-gradient(top, #fff, #e7e7e7);
	background-image: linear-gradient(to bottom, #fff, #e7e7e7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border: solid #b3b3b3 1px;
	text-decoration: none;
	color: #608841 !important;
	font-size: 12px;
	font-weight: bold;
	width: 287px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px !important;
	padding-left: 20px;
	text-align: left;
	position: relative;
	display: inline-block;
	height: 25px;
	line-height: 25px;
}

.button_gray a{
	text-decoration: none;
	color: #608841;
}

.button_gray:before {
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #666;
  position: absolute;
  top: 55%;
  left: 10px;
  margin-top: -6px;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■　　　　　　SP　　　　　■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/







@media (min-width:501px) {
.sp{
display:none;
}
h1 {
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	background: linear-gradient(#F6F7EF, #F0F7D6);
	border-radius: 4px;
	color: #2C6900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #B4BE8C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
position: relative;
}
h1::after {
position: absolute;
content: '';
top: 50%;
left: 8px;
transform: translateY(-50%);
width: 4px;
height: 25px;
background-color: #96BB47;
}
img{
	vertical-align:top;
}
header {
	width: 960px;
	height: 128px;
	background-image: url(img/bg_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 192px;
	margin-top: 10px;
	padding: 5px;
	position: relative;
}
header #logo {
	float: left;
	width: 180px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 20px;
	padding-right: 15px;
}
header #global_menu {
	clear: both;
	width: 960px;
	height: 47px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#outline {
	background-image: url(outline/img/bg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
}
#enviroment{
	background-image: url(outline/img/bg_environment.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#saiyou{
	background-image: url(outline/img/bg_saiyou.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#pinkribbon{
	background-image: url(pinkribbon/img/bg_pinkribbon.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#support{
	background-image: url(support/img/bg_support.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#saving{
	background-image: url(product/saving/img/bg_saving.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#introduction{
	background-image: url(introduction/img/bg_introduction.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

main {
	float: right;
	width: 740px;

}

aside {
	float: left;
	width: 180px;
}
#aside_menu_title {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-image: url(img/bg_aside_menu_title.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 30px;
	width: 180px;
	text-align: center;
	letter-spacing: 3px;
	margin: 0px;
	padding: 0px;
}
aside ul {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	overflow: auto;
}
aside ul li {
	background-image: url(img/aside_point.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 22px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	font-size: 100%x;
	line-height: 32px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
aside ul li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.aside_item_ul{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff !important;
}
.aside_item_li{
	margin: 0p !importantx;
	padding-top: 5px !important;
	padding-right: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 12px;
	background-image: none !important;
	background-color: #ffffff !important;
	margin: 0px !important;
	line-height: 18px;
}
.aside_item_li a{
	text-decoration: none;
	display: inline !important;
	font-weight: normal !important;
}



nav {
	clear: both;
	height: 30px;
	width: 100%;
	padding-bottom: 15px;
}
nav ol {
	margin: 0px;
	padding: 0px;
}
nav ol li {
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
/****************************************************************/

ぱんくず

/****************************************************************/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
	line-height: 30px;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;

}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;

}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/****************************************************************/

グローバルメニュー

/****************************************************************/


a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}header #global_menu ul {
	margin: 0px;
	padding: 0px;
}
header #global_menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	height: 47px;
}
/****************************************************************/

flex

/****************************************************************/


#flex_container_pc-half_sp-all {
	display: flex; /* flexbox */
	flex-wrap: wrap; /* 折返し指定 */
}
#half_box_pc-half_sp-all{
width:50%;
}


#flex_container3 {
	display: flex; /* flexbox */
	flex-wrap: wrap; /* 折返し指定 */
gap: 20px;

}
#flex_container3 p{

}
#flex_container3 img {
max-width:100%;

}
#flex_container {
	display: flex; /* flexbox */
display: -webkit-flex; /*safari*/
	flex-wrap: wrap; /* 折返し指定 */
}

#flex_container_gap1 {
	display: flex; /* flexbox */
display: -webkit-flex; /*safari*/
	flex-wrap: wrap; /* 折返し指定 */
gap:1%;
}
#half_box{
width:50%;
}
.flex33_pc{
width:33%;
}
.flex50_pc{
width:49%;
}
.flex25_33 {
width:24%;
}
#flex_gray_box{
	padding: 5px;
	width: 221px;
	border: 1px solid #CCC;
border-radius: 5px;
}
.gray_flexbox_title {
	padding: 5px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AFD144;
}

.pagetop {
	clear		: both;
	text-align	: right;
	font-size: 12px;
	line-height: 12px;
}

.pagetop a{
		padding		: 0 0 0 16px;
		background	: transparent url(img/icon_arrow02.gif) no-repeat 0 1px;
	}
footer {
	background-color: #CCC;
	clear: both;
	width: 100%;
	overflow: auto;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
box-shadow: 0px 22px 8px 22px #aaa;
}
footer a {
	color: #000 !important;
	text-decoration: none !important;
}
footer #footer_body {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
display: flex;
display: -webkit-box;
  display: -ms-flexbox;
}
#footer_body h4 {
	font-size: 12px !important;
	line-height: 30px !important;
	margin: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
	background-color: #CCC !important;
}
#footer_body p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
footer #footer_body #footer_body_outline {
	width: 135px;
	float: left;
	margin-right: 5px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
box-shadow: 1px 0 #eeeeee;
}
footer li {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
footer ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
footer #footer_body #footer_body_product {
	float: left;
	width: 200px;
	padding-right: 12px;
	padding-left: 12px;
}
footer #footer_body #footer_body_support {
	float: left;
	width: 150px;
	margin-left: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	box-shadow: -1px 0px 0px 0px #999;
}
footer #footer_body #footer_body_contact {
	float: left;
	width: 130px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	box-shadow: -1px 0px 0px 0px #999;
	margin-left: 15px;
	padding-left: 15px;
}
.footer_border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	box-shadow: 0px 1px 0px 0px #eee;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
#copyright {
	color: #FFF;
	background-color: #282828;
	clear: both;
	width: 100%;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
#copyright #copyright_body {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#copyright #copyright_body #copyright_logo {
	width: 260px;
	float: left;
	padding-top: 10px;
}
#copyright #copyright_body #copyright_address {
	font-size: 12px;
	line-height: 17px;
	float: left;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#top #message {
	float: left;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 21px;
	padding-left: 0px;
}
#top #free_dial {
	position: absolute;
	top: 5px;
	right: 20px;
}


#top #h_searchbox {
	position: absolute;
	left: 729px;
	top: 71px;
}





	#top #h_searchbox {
	position	: absolute;
	top			: 60px;
	left		: 749px
		/**left		: 589px;**/
	}
	
		#formbox {
			width	: 140px;
			padding	: 3px;
			border	: 1px solid #c8c8c8;
		}
		
		#searchbtn {
			border		: none;
			width		: 52px;
			height		: 19px;
			background	: transparent url(/img/search_head_001.gif) no-repeat 0 0;
			text-indent	: -9999px;
			overflow	: hidden;
			cursor		: pointer;
		}
		#searchbtn:hover {
			background	: transparent url(/img/search_head_001ov.gif) no-repeat 0 0;
		}


.pc_align_left{
	float: left;

}
.pc_padding_left_20{
padding-left:20px;
}
.pc_padding_right_20{
padding-right:20px;
}
.pc_padding_bottom_20{
padding-bottom:20px;
}


/*■■　コンタクト　■■*/
#contact_tel {
	padding: 10px;
	float: left;
	width: 340px;
	margin-right: 5px;
	border: 1px solid #CCC;
	text-align: center !important;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	-moz-border-radius:5px;-webkit-border-radius:5px;
}
#contact_tel h4 {
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-bottom-width: 1px !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC !important;
	background-image: none;
	margin-top: 0px !important;
	background-image: none !important;
	background-color: #FFF !important;
}
#contact_tel p {
	text-align: center !important;
}
#contact_mail {
	padding: 10px;
	float: left;
	width: 340px;
	margin-left: 5px;
	border: 1px solid #CCC;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	-moz-border-radius:5px;-webkit-border-radius:5px;
}
#contact_mail p {
	text-align: center !important;
}
#contact_mail h4 {
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-bottom-width: 1px !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC !important;
	margin-top: 0px !important;
	background-image: none !important;
	background-color: #FFF !important;
}


#tab_menu{
	width: 740px;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	margin-bottom: 20px;
}


/* 吹き出し本体 - 左右の中心 */
.tab_active{
	position: relative;
	background-color: #99BE2D;
	float: left;
	padding: 15px;
	margin-right: 5px;
	font-size: 12px !important;
	z-index: 1;
	margin-left: 5px;
	line-height: 12px !important;
	color: #FFF;
}

/* 三角アイコン - 左右の中心 */
.tab_active::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  border-top: 10px solid #99BE2D;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
z-index: 1;
}

.tab_off{
	font-size: 12px !important;
	background-color: #EEEFEB;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
line-height: 12px !important;
}
.tab_off a{
	padding: 15px;
	color: #333;
	text-decoration: none;
	display: block;
transition: background 0.5s;
}
.tab_off a:hover{
	border-bottom: none;
	background-color: #D0DFE6;
}


/*節電*/
#summer_recommend_title1{
	font-size: 16px !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #CCC !important;
	margin-bottom: 15px !important;
	height: 34px !important;
	margin-top: 0px;
	font-weight: bold;
	vertical-align: bottom !important;
	background-image: url(product/saving/img/bg_saving_recommend_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 30px;
	padding-top: 7px;
	padding-bottom: 3px;
}
#summer_recommend_title2{
	font-size: 16px !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #CCC !important;
	margin-bottom: 15px !important;
	height: 34px !important;
	margin-top: 0px;
	font-weight: bold;
	vertical-align: bottom !important;
	background-image: url(product/saving/img/bg_saving_recommend_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 30px;
	padding-top: 7px;
	padding-bottom: 3px;
}



/*PCだけのマージン、パディング設定*/
.pc_margin_top_30{
margin-top: 30px;
}
.pc_margin_top_40{
margin-top: 40px;
}
.pc_margin_top_50{
margin-top: 50px;
}

.pc_margin_right_30{
margin-right: 30px;
}
.pc_margin_right_40{
margin-right: 40px;
}
.pc_margin_right_50{
margin-right: 50px;
}
.pc_margin_right_60{
margin-right: 50px;
}
.pc_margin_right_70{
margin-right: 70px;
}

.pc_margin_bottom_20{
margin-bottom: 20px;
}

.pc_margin_left_10{
margin-left: 10px;
}
.pc_margin_left_50{
margin-left: 50px;
}




}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■　　　　　　SP　　　　　■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





@media (max-width:500px) {
.pc{
display:none;
}


html, body {
scroll-behavior: smooth;
  height: 100%;
}
html{
scroll-padding-top: 82px;
}
h1 {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	background: linear-gradient(#F6F7EF, #F0F7D6);
	border-radius: 4px;
	color: #2C6900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #B4BE8C;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
position: relative;
}
h1::after {
position: absolute;
content: '';
top: 50%;
left: 8px;
transform: translateY(-50%);
width: 4px;
height: 70%;
background-color: #96BB47;
}
img{
max-width:100%;
height:auto;
vertical-align: top;
}

header{
	width: 100%;
	height: 82px;
	clear: both;
	display: block;
	z-index: 1;
	position: fixed;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	background-color: #FFF;
}
header #logo {
	width: 180px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 20px;
	padding-right: 15px;
}
#global_menu {
	width: 100%;
	background-color: #F0F0F0;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	display: block;
	top: 82px;
	overflow: auto;
	position: absolute;
}

#global_menu a {
	color: #000;
	text-decoration: none;
}
#global_menu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#global_menu ul li {
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	width: calc(25% - 2px);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #D7D7D7;
}
#global_menu ul li:first-child{
	border-left: none;
}
#global_menu ul li:last-child{
	border-right: none;
}

#global_menu ul li img {
	width: 80px;
height:50px;
}

#wrapper {
	width: 100%;
	overflow: auto;
	display: block;
	clear: both;

padding-top:149px;
}
main {
	width: 96%;
	scroll-behavior: smooth;
	clear: both;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 30px;
	padding-left: 2%;
}

aside {
background-color: #ffffff;
	width: 180px;
padding:0px 10px 10px 10px;
}
#aside_menu_title {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-image: url(img/bg_aside_menu_title.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 30px;
	width: 100%;
	text-align: center;
	letter-spacing: 3px;
	margin: 0px;
	padding: 0px;
}
aside ul {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	overflow: auto;
}
aside ul li {
	background-image: url(img/aside_point.gif);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding-left: 22px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	font-size: 100%x;
	line-height: 32px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
aside ul li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.aside_item_ul{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff !important;
}
.aside_item_li{
	margin: 0p !importantx;
	padding-top: 5px !important;
	padding-right: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 12px;
	background-image: none !important;
	background-color: #ffffff !important;
	margin: 0px !important;
	line-height: 18px;
}
.aside_item_li a{
	text-decoration: none;
	display: inline !important;
	font-weight: normal !important;
}


nav {
	clear: both;
	height: 30px;

	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 15px;
}
nav ol {
	margin: 0px;
	padding: 0px;
}
nav ol li {
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	line-height: 30px;

}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;

}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;

}

.breadcrumb li a:hover {
  text-decoration: underline;
}



/****************************************************************/

flex

/****************************************************************/

#half_box{
width:50%;
}

#flex_container_pc-half_sp-all {
}
#half_box_pc-half_sp-all{
width:100%;
}



#flex_gray_box{
	padding: 5px;
	width: calc(49% - 12px);
	border: 1px solid #CCC;
	margin-bottom: 5px;
border-radius: 3px;
}

#flex_container3 {

	display: flex; /* flexbox */
display: -webkit-flex; /*safari*/
	flex-wrap: wrap; /* 折返し指定 */
gap: 1%;
}

.flex_container3_sp_2 {
	width: 48%;
padding-bottom:1% !important;
padding-left:1% !important;
}
.flex_container3 {
	width: 31%;
	padding-bottom: 1% !important;
	padding-left: 1% !important;
}
#flex_container3 img {
padding-bottom:0px !important;
margin-bottom:0px !important;
}

#flex_container {
	display: flex; /* flexbox */
display: -webkit-flex; /*safari*/
	flex-wrap: wrap; /* 折返し指定 */
}
#flex_container_gap1 {
	display: flex; /* flexbox */
display: -webkit-flex; /*safari*/
	flex-wrap: wrap; /* 折返し指定 */
gap:1%;
}
.flex33_sp{
width:33%;
}
.flex50_sp{
width:49%;
}
.flex25_33 {
width:32%;
}

#flex_gray_box{
	padding: 5px;
	width: calc(49% - 12px);
	border: 1px solid #CCC;
	margin-bottom: 5px;
border-radius: 3px;
}
.gray_flexbox_title {
	padding: 5px;
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AFD144;
}


.pagetop {
display: none;
}

footer {
	background-color: #CCC;
	clear: both;
	width: 100%;
	overflow: auto;
	font-size: 12px;
margin-top:5px;
	padding-top: 25px;
	padding-bottom: 25px;
box-shadow: 0px 22px 8px 22px #aaa;
}
footer a {
	color: #000 !important;
	text-decoration: none !important;
}
footer #footer_body {


}

footer #footer_body #footer_body_outline {
display:none;
}
footer #footer_body #footer_body_product {
display:none;
}
footer #footer_body #footer_body_support {
display:none;
}
footer #footer_body #footer_body_contact {
	display: flex; /* flexbox */
display: -webkit-flex; /*safari*/
justify-content: center;
  
align-items:stretch
}
#footer_body_contact p {
	font-size: 12px;
	line-height: 18px;
	flex: 1;
display: flex; /* flexbox */
display: -webkit-flex; /*safari*/
align-items: center;
justify-content: center;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	box-shadow: -1px 0px 0px 0px #999;
	text-align: center;
}


.footer_border{

}
#copyright {
	color: #FFF;
	background-color: #282828;
	clear: both;
	width: 100%;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright #copyright_body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;

}

#copyright #copyright_body #copyright_logo {
	width: 260px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#copyright #copyright_body #copyright_address {
	font-size: 12px;
	line-height: 17px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
display: block;
}
.copyright_address_left{
text-align: left;
	display: inline-block;
}
#top #message {
display:none;
}
#top #free_dial {
display:none;
}


#top #h_searchbox {
display:none;
}
	#top #h_searchbox {
display:none;
	}
	
.sp_table_center{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.sp_padding_left_20{
padding-left:20px;
}
.sp_padding_right_20{
padding-right:20px;
}
.sp_padding_bottom_20{
padding-bottom:20px;
}


/*========= ナビゲーションのためのCSS ===============*/









/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
  position: absolute;/*ボタン内側の基点となるためrelativeを指定*/
  background:#AFD144;
  cursor: pointer;
    width: 41px;
    height:41px;
  border-radius: 3px;
top:20px;
right:10px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 5px;
  background: #fff;
    width: 45%;
  }


.openbtn span:nth-of-type(1) {
  top:11px; 
}

.openbtn span:nth-of-type(2) {
  top:17px;
}

.openbtn span:nth-of-type(3) {
  top:23px;
}

.openbtn span:nth-of-type(3)::after {
  content:"menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:2px;
  left:-6px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 15px;
-webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 25px;
    left: 15px;
-webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
  content:"close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
-webkit-transform: translateY(0) rotate(-45deg);
  top:4px;
  left:0px;
}











/* ハンバーガーメニューの棒 */
.line-list span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  top: 38px;
  transform: translateY(50%);
  right: 15px;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: #333;
}
.line-list span:nth-child(1) {
  margin-top: -6px;
}
.line-list span:nth-child(3) {
  margin-top: 6px;
}

/* ハンバーガーメニューが開くときに×にする */
.line-list.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  right: 25px;
}
.line-list.active span:nth-child(2) {
  opacity: 0;
}
.line-list.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  right: 25px;
}




/* メニューの中身 */
.global-nav {
  position: fixed;
  left: -200px;
  top: 0;
  width: 180px;
  height: 100vh;
  padding-top: 10px;
  background: #fff;
  transition: all 0.6s;
  z-index: 999;
  overflow-y: auto;
scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/   
}

.global-nav::-webkit-scrollbar {  
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
#g-nav-list{
  scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
padding-bottom:100px;
}
/* メニューが横から開く */
.nav-open .global-nav {
  left: 0;
}

/* メニューが横から開いた時の背景 */
.nav-open .menu-bg {
  opacity: 0.8;
  visibility: visible;
  z-index: 10;
position:fixed;
}
/* メニューが開いたときの黒い半透明の背景 */
.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
transform:translate3d(0,0,0);
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}


.link-list {
  display: block;
  margin: 0;
  padding: 0;
}
.link-list li {
  text-align: center;
  padding: 0 14px;
}
.link-list li a {
  display: block;
  padding: 20px 0;
  color: #333;
}
.link-list li:hover {
  background: #464646;
}


/*■■　コンタクト　■■*/
#contact_tel {
	padding: 2%;
	width: 96%;
	border: 1px solid #CCC;
	text-align: center !important;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	-moz-border-radius:5px;-webkit-border-radius:5px;
}
#contact_tel h4 {
	padding: 5px !important;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-bottom-width: 1px !important;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCC !important;
	background-image: none;
	margin-top: 0px !important;
	background-image: none !important;
	background-color: #FFF !important;	
}
#contact_tel p {
	text-align: center !important;
}
#contact_mail {
	padding: 2%;
	width: 96%;
	border: 1px solid #CCC;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	-moz-border-radius:5px;-webkit-border-radius:5px;
}
#contact_mail p {
	text-align: center !important;
}
#contact_mail h4 {
	padding: 5px !important;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-bottom-width: 1px !important;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC !important;
	margin-top: 0px !important;
	background-image: none !important;
	background-color: #FFF !important;
}




#tab_menu{
	max-width: 740px;
	display: flex;

	-ms-overflow-style: none;
	margin-bottom: 20px;
}
#tab_menu::-webkit-scrollbar {
    display:none;
}

/* 吹き出し本体 - 左右の中心 */
.tab_active{
	position: relative;
	background-color: #99BE2D;
	padding: 15px;
	margin-right: 5px;
	font-size: 12px !important;
	margin-left: 5px;
	line-height: 14px !important;
	color: #FFF;
}

/* 三角アイコン - 左右の中心 */
.tab_active::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  border-top: 10px solid #99BE2D;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;

}

.tab_off{
	font-size: 12px !important;
	background-color: #EEEFEB;
	margin-right: 5px;
	margin-left: 5px;
line-height: 14px !important;

}
.tab_off a{
	padding: 15px;
	color: #333;
	text-decoration: none;
	display: block;
}

/*節電*/
#summer_recommend_title1{
	font-size: 16px !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #CCC !important;
	margin-bottom: 15px !important;
	margin-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	vertical-align: middle !important;
	background-image: url(product/saving/img/bg_saving_recommend_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	display: block;
	padding-top: 5px;
	line-height: 18px;
}
#summer_recommend_title2{
	font-size: 16px !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #CCC !important;
	margin-bottom: 15px !important;
	margin-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	vertical-align: middle !important;
	background-image: url(product/saving/img/bg_saving_recommend_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	display: block;
	padding-top: 5px;
	line-height: 30px;
}

/*旧PCサイトのスタイルシート対策*/



}

.pdf {
	font-size: 12px;
	line-height: 17px !important;
	background-repeat: no-repeat;
	background-position: 10px 3px;
	marign-top: 10px !important;
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	background-image: url(img/icon_pdf.jpg);
	padding-left: 30px;
	list-style-type: none;
}
.dxf {
	font-size: 12px;
	line-height: 17px !important;
	background-repeat: no-repeat;
	background-position: 10px 3px;
	marign-top: 10px !important;
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	background-image: url(img/icon_dxf.jpg);
	padding-left: 30px;
	list-style-type: none;
}
.arrow {
	font-size: 12px;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: 12px 8px;
	marign-top: 10px !important;
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	padding-left: 30px;
	list-style-type: none;
	background-image: url(img/aside_point.gif);
}
.underline_gray_dash {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.mp{
	padding: 0px;
	margin: 0px;
}


/*一部CSS*/

#bg_yellow_title{
	font-size: 16px !important;
	font-weight: bold;
	color: #87B858;
	background-color: #FFF69B;
	text-align: center;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 16px;

}
