@charset "UTF-8";
body, html{
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
}
body {
	padding: 0px;
	margin: 0px;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
	text-decoration: none;
  }
a:hover {
	text-decoration: underline;
}
a:link{
	color: #000000;
}

a.linktxt-blue:link {
	color: #4169e1;
}

a img:hover{opacity: 0.7;transition: .4s;}

/*ページトップボタン*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 25px;
	font-size: 77%;
}

/*トップページ背景ブロック*/
#s01 {
	text-align: center;
	
	position: relative;
}
#s01 .logobox {
	position: absolute;
	top: 20px;
	left: 40px;
}
#s01 .copybox {
	position: absolute;
	top: 45%;
	text-align: center;
	width: 100%;
}
#slide {
position: absolute;
	top: 45%;
	text-align: center;
	width: 100%;
}
#slide ul {

}
#slide ul li{
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

#s01 .btnbox {
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	bottom: -6px;
}
#s02 {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 80px;
}


 /* ヘッダー*/
.cb-header {
  position: fixed;
  z-index: 999;
  top: -92px;
  left: 0;
	width: 100%;
}
.header-wrap {
	background-color: #fff;
	width: 100%;
	padding: 0px;
	color: #fff;
	margin: 0px;
	
	-webkit-box-shadow: 0 6px 6px -6px #777;
	box-shadow: 0 6px 6px -6px #777;
}
header {
	background-color: #fff;
	text-align: center;
	width: 980px;
	padding: 0px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	height: 82px;
	position: relative;
}
#item_detail header{
	width: 699px;
}

.header-logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
.header-inquiry-btn {
	top: 0px;
	right: 0px;
	background-color: #ECECEC;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 30px;
	position: absolute;
	z-index: 10;
}
.header-inquiry-btn a  {
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-right: 0px;
	color: #000;
	
	white-space: nowrap;
	font-size: 14px;
	line-height: 1em;
  }
.header-inquiry-btn a:link {
	text-decoration: none;
}
.header-inquiry-btn a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.header-inquiry-btn a:visited {}

#contact .header-inquiry-btn {
	background-color: #B5B5B5;
}
#contact .header-inquiry-btn a:link {
	text-decoration: none;
	color: #FFFFFF;	
}

 /* メニュー*/
nav{
	position: absolute;
	right: 0px;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
  .main-nav ul {
	overflow: hidden;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 0;
	margin-right: 0px;
	position: absolute;
	right: 0px;
  }

  .main-nav li {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
	  padding: 10px 0 6px 0;
    margin-right: 34px;
	  color: #000;
  }

  nav li a {
	text-decoration: none;
	
  }
nav li a:hover {
	text-decoration: underline;
	
}

/*ドロップダウン*/
ul#menu li{
	float: left;
	position: relative;
	margin: 0;
	color: #000;
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	padding: 10px 0 6px 0;
	margin-right: 34px;
	cursor: pointer;
}
ul.child{
    display: none;
    position: absolute;
    margin-left: -5px;
    padding: 0;
}
ul.child li{
	margin: 0px;
	width: 12em;
}
ul.child li a{
	padding: 5px 10px;
	display: block;
	color: #000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: -16px;
	border-bottom: 1px dotted #E1E1E1;
	font-size: 13px;
	text-align: left;
}
ul.child li a:hover{
	background-color: #E1E1E1;
}
#customer span.customer, #lpgus span.lpgus, #company span.company{
	border-bottom: 2px solid #0064BD;
	padding-bottom: 3px;
}

/*コンテンツ*/
.contents-wrap{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#item_detail section{
	width: 100%;
}
#item_detail .contents-wrap{
	width: 699px !important;
	margin-left: auto;
	margin-right: auto;
}

.catg-titlebox{
	margin-top: 20px;
	margin-bottom: 20px;
}

.sidenavi{
	width: 218px;
	float: left;
}
.sidenavi p.title{
	padding: 0px;
	margin: 0px;
}
.sidenavi ul{
	margin: 0px;
	font-size: 14px;
}
.sidenavi li{
	margin-bottom: 1.5em;
}
.sidenavi li a{
	text-decoration: none;
	color: #333;
}
.sidenavi li a:hover{
	text-decoration: underline;
}
.sidenavi ul.customer li{
	padding-left: 10px;
	margin-left: 0px;
	list-style-image: url(../_img/sidenavi/sankaku_customer.png);
	list-style-position: inside;
}
.sidenavi ul.lpgus li{
	padding-left: 10px;
	margin-left: 0px;
	list-style-image: url(../_img/sidenavi/sankaku_lpgus.png);
	list-style-position: inside;
}
.sidenavi ul.company li{
	padding-left: 10px;
	margin-left: 0px;
	list-style-image: url(../_img/sidenavi/sankaku_company.png);
	list-style-position: inside;
}
.sidenavi ul.sub li{
	list-style-image: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.right-wrap .taisetu { /*トップページ*/
	border: 1px solid #FF0000;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
a .taisetu {
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}
.taisetu .inner {
	background-color: #FF0000;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.taisetu .inner a{
	color: #FFFFFF;
	
}
.taisetu .outer, .taisetu ul li a{
	padding: 0px;
	color: #FF0000;
	text-align: left;
}


.sidenavi .taisetu{
	border: 1px solid #FF0000;
	margin-bottom: 1em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sidenavi .taisetu ul, .right-wrap .taisetu ul{
	margin: 0px;
}
.sidenavi .taisetu ul li, .right-wrap .taisetu ul li{
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
.sidenavi .taisetu ul li a{}


.right-wrap .torikumi { /*トップページ*/
	border: 1px solid #2464BD;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.torikumi .inner a, .torikumi .inner a:visited{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: block;
    font-size: 18px;
    color: #2464BD;
    font-weight: bold;
}

.torikumi .inner a span{
    font-size: 14.5px;
}





.main-wrap{
	width: 699px;
	float: right;
}
.main-wrap:after, .contents-wrap:after{
    content: "";
    clear: both;
    display: block;
	position: static;
}
.crossword-wrap{
	width: 980px;
}
.crossword-wrap h2{
	text-align: center;
	font-size: 20px;
}
.crossword-block{
	padding: 40px;
	width: 900px;
}
.quiz-block p.quiztxt{
	text-align: center;
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 1em;
}
.quiz-block{
	padding: 0px;
	width: 900px;
	
}
.crossword{
	width: 450px;
	float: left;

}
.question{
	width: 450px;
	float: right;
}
.question p{
	font-size: 15px;
	line-height: 25px;
}
p.kagiti{
	font-size: 20px;
	font-weight: bold;
}

/* フッター*/

footer {
	width: 100%;
	background-color: #2464BD;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 30px;
	max-width: 100%;
	max-height: 100%;
}
footer .inner{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 0px;
	height: 50px;
}
ul.footer_navi {
}
ul.footer_navi li {
	float: left;
	margin-right: 3em;
	color: #FFFFFF;
}
ul.footer_navi li a {
	color: #FFFFFF;
}
footer .inner .footer_logo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 50;
}

/* インデックス*/
.left-wrap{
	width: 630px;
	float: left;
}
.right-wrap{
	float: right;
	width: 290px;
}

.right-wrap:after{
    content: "";
    clear: both;
    display: block;
}
.topics{
	position: relative;
	
}
.topics div.newsbtn{
	border: 1px solid #9C9C9C;
	display: block;
	position: absolute;
	right: 0px;
	top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	color: #2C2C2C;
}
.topics a.newslink:hover div{
	background-color: #EEEEEE;
}

.customer h2 {
	background-image: url(../_img/index/gus-icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 30px;
	color: #3FBBC7;
	font-size: 22px;
	height: 35px;
	margin-bottom: 10px;
	line-height: 40px;
	border-bottom: 2px solid #3FBBC7;
}

.left-wrap .customer:after{
    content: "";
    clear: both;
    display: block;
}
.left-wrap .box01{
	float: left;
	width: 209px;
	height: 200px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.left-wrap .box02{
	float: left;
	width: 209px;
	height: 200px;
	border-bottom: 1px solid #FFFFFF;
}
.left-wrap .box02:after{
    content: "";
    clear: both;
    display: block;
}
.left-wrap .box01 p, .left-wrap .box02 p{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.left-wrap .bk01{
	background-image: url(../_img/index/customer_bk01.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.left-wrap .bk02{
	background-image: url(../_img/index/customer_bk02.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.left-wrap p.main_nav{
	text-align: center;
	font-size: 14px;
	margin-bottom: 7px;
}

.left-wrap .customer a:hover .box01, .left-wrap .customer a:hover .box02{
	opacity: 0.7;
}

.left-wrap .lpgus{
	position: relative;
}
.lpgus h2 {
	background-image: url(../_img/index/gus-icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 30px;
	color: #E86100;
	font-size: 22px;
	height: 35px;
	margin-bottom: 18px;
	line-height: 40px;
	border-bottom: 2px solid #E86100;
	width: 370px;
}
.lpgus .floatbox {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}
.left-wrap .lpgus:after{
	content: "";
	clear: both;
	display: block;
	position: static;
}
.lpgus ul li {
	list-style-image: url(../_img/arrow02.png);
	text-align: left;
	list-style-position: inside;
	font-size: 16px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.topics h2 {
	text-align: left;
	color: #7A6A56;
	font-size: 22px;
	height: 35px;
	margin-bottom: 18px;
	line-height: 40px;
	border-bottom: 2px solid #7A6A56;
	width: 290px;
}

/*コンテンツ*/
.pagetitle{
	border-top: 3px solid #3FBBC7;
	border-bottom: 3px solid #3FBBC7;
	margin-bottom: 25px;
}
#lpgus .pagetitle{
	border-top: 3px solid #FA6B12;
	border-bottom: 3px solid #FA6B12;
	margin-bottom: 25px;
}
.pagetitle h2{
	height: 79px;
	line-height: 79px;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.pagetitle h2 img{vertical-align: middle}
#customer .pagetitle h2{
	color: #3FBBC7;
}
#lpgus .pagetitle h2{
	color: #FA6B12;
}
.pagetitle_onegai{
	border-top: 3px solid #E53840;
	border-bottom: 3px solid #E53840;
	margin-bottom: 25px;
}
.pagetitle_taisetsu{
	margin-bottom: 25px;
	background-color: #fcebec;
}

.pagetitle_onegai h2, .pagetitle_taisetsu h2{
	line-height: 79px;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #E53840;
	min-height: 79px;
}

.pagetitle_taisetsu h2 a{color: #E53840 !important;}

div.pagetitle_oshirase{
   border-top: 3px solid #E53840;
	border-bottom: 3px solid #E53840;
	margin-bottom: 25px;
    
    justify-content: center;
    align-items: center;
    display: flex;  
}
div.pagetitle_oshirase h2{
    font-size: 1.9em;
    margin: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    color: #E53840;
}

.oshirase_list ul{
    
    width: 100%;
      
}

.oshirase_list ul li{
    padding: 0px;
    margin-bottom: 25px;
    background-color: #fcebec;
    text-align: center;
    height: 90px;
    justify-content: center;
    align-items: center;
    display: flex;  
    font-size: 1.8em;
}


.oshirase_list ul li h2 a{
    
    color: #E53840;
}
.oshirase_list ul li h2 span{
    font-size: 0.8em;
}

p.taisetsu{
	color: #E53840;
	text-align: center;
	margin-bottom: 28px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 3px solid #E53840;
	padding-bottom: 0.5em;
}
p.onegai{
	color: #E53840;
	text-align: center;
	margin-bottom: 0.7em;
	font-size: 1.2em;
	font-weight: bold;
}

.onegai .title-box{
	font-size: 18px;
	text-align: center;
}
.onegai .title-box h3{
	font-size: 35px;
}

.onegai .kinshi-onegai{
	background-color: #3fbbc7;
	border-left: 2px solid #3fbbc7;
	border-right: 2px solid #3fbbc7;
	border-bottom: 2px none #3fbbc7;
	border-top: 2px solid #3fbbc7;
	padding-left: 10px;
	font-size: 1.16em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.onegai .inner{
	border-left: 2px solid #3fbbc7;
	border-right: 2px solid #3fbbc7;
	border-bottom: 2px solid #3fbbc7;
	border-top: 2px none #3fbbc7;
	padding: 15px;
	font-size: 1em;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.onegai .kinshi-onegai p, .onegai .kinshi-onegai2 p{
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #FFFFFF;
	font-size: 22px;
}
.onegai .kinshi-onegai2{
	background-color: #fa6b12;
	border-left: 2px solid #fa6b12;
	border-right: 2px solid #fa6b12;
	border-bottom: 2px none #fa6b12;
	border-top: 2px solid #fa6b12;
	padding-left: 10px;
	font-size: 1.16em;
	border-radius: 10px;
	text-align: center;
}

.onegai .block-case{
	padding: 20px;
	background-color: #fffcdf;
}
.onegai .box-caseinner{

}
.onegai h3.kikencase {
	color: #ff4c00;
	font-size: 23px;
	position:relative;
	line-height:88px;
	text-indent:95px;
}
.onegai h3.kikencase::before{
	content: '';
	display: inline-block;
	height: 88px;
	background-size: contain;
	width: 88px;
	position: absolute;
	left: 0;
}
.onegai h3.kikencase1::before{
	background: url(../_img/customer/onegai/kouji-onegai-btn01.png) no-repeat;
}
.onegai h3.kikencase2::before{
	background: url(../_img/customer/onegai/kouji-onegai-btn02.png) no-repeat;
}

.onegai .block-koujimenu{
	display: -webkit-flex;
	display: flex;
   justify-content:center
}
.onegai a.box-koujimenu{
	width: 40%;
	padding: 0.3em;
	border: 1px solid #e53840;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #e53840;
	margin-left: 20px;
	margin-right: 20px;
}
.onegai a:hover.box-koujimenu{
	background-color: #F9D5D6;
}

#onegai h5.maintitle, #onegai div.maintitle{
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	border-left: 3px solid #e53840;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #e53840;
	font-weight: bold;
	margin-bottom: 1.25em;
	display: flex;
	width: 100%;
	margin-top: 2em;
}
#onegai h5.maintitle, #onegai div.maintitle{
	width: 100%;
}
#onegai h5.manichi{
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFF00;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}
#onegai h5.renraku{
	font-size: 18px;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
	border: 1px solid #ff4c00;
	color: #ff4c00;
}
#onegai h6.maintitle{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.box-koujicontents{
display: -webkit-flex;
display: flex;
justify-content:space-between
}
.box-koujicontents .flexchild1{
	flex-basis: 60%;
	margin-right: 20px;
}
.box-koujicontents .flexchild2{
flex-basis: 40%;
}

.box-kouji1-Wrap{
	width: 100%;
	display: flex;
	align-items: center;
}
.box-kouji1-1{
	flex-basis: auto;
	height: 60px;
	
	text-align: center;
	line-height: 60px;
	display: block;
	font-size: 14px;
	font-weight: bold;

	
}
.box-kouji1-1 p{
	width: 60px;
	background: #e6f0f0;
}
.box-kouji1-2{
	margin-left: 1em;
	flex-basis: auto;
}



/*連絡先*/
.block-renraku{
	margin-bottom: 40px;
}
.box-renrakutitle{
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.5em;
	background-color: #0071ad;
	margin-bottom: 1em;
}
.box-renrakutitle h4{
	font-size: 17px;
	text-align: center;
	color: #FFFFFF;
}
.box-renraku{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
}
.box-renrakusaki{
	width: 33.3%;
	border-right: 2px solid #0064bd;
}
.box-renrakusaki:last-child{
	border-right-style: none;
}
.box-renrakusaki p{
	text-align: center;
}
.box-renrakusaki p.chiku{
	font-weight: bold;
	font-size: 22px;
}
.box-renrakusaki p.area, .box-renrakusaki p.number{
	font-size: 18px;
}
.box-renrakusaki p.number{
	position: relative;
	
	height: 26px;
}
.box-renrakusaki p.number::before{
	content: '';
	display: inline-block;
	height: 26px;
	background-size: contain;
	width: 26px;
	
	background: url(../_img/customer/onegai/tel-icon.png) no-repeat;
	position: absolute;
	top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}






.row {
	padding-right: 40px;
	overflow: hidden;
}
.botton1-otoku{
	width: 500px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #3FBBC7;
}
.botton1-otoku a, .botton1-otoku2 a{
	color: #3FBBC7;
}
.botton1-otoku2{
	width: 500px;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #3FBBC7;
}
.botton3{
	float: left;
	width: 33.33%;
	margin-right: 20px;
	background-color: #E6F0F0;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}
.botton3.last{
  margin-right: -40px;
}

#newsframe{
	border: 0;
	width: 290px;
	margin: 0;
	padding: 0;
	max-height: 400px;
	height: 400px;
}

#campaign{
	margin-top: 10px;
	margin-bottom: 10px;
}
#campaign ul li{
	margin-top: 10px;
	margin-bottom: 10px;
}
#campaign ul li img{
	width: 100%;
	height: auto;
}


#lpgus .botton3{
	background-color: #FEE1D0;
	height: 40px;
	vertical-align: middle;
	border-radius: 6px;
	line-height: 40px;
}

#customer .customer-title{
	width: 699px;
	height: 40px;
	background-color: #3FBBC7;
	background-image: url(../_img/ring.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
	margin-top: 60px;
}
#lpgus .lpgus-title{
	width: 699px;
	height: 40px;
	background-color: #FA6B12;
	background-image: url(../_img/ring.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
	margin-top: 60px;
	display: block;
}
#onegai .onegai-title{
	width: 699px;
	height: 40px;
	background-color: #e53840;
	background-image: url(../_img/ring.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
	margin-top: 60px;
}
#company .company-title, #contact .contact-title{
	width: 699px;
	height: 40px;
	background-color: #0064BD;
	margin-bottom: 15px;
	margin-top: 5px;
}
.a_block h4{
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 40px;
}
.c_block h4{
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 15px;
}
.onegai-title h4{
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 40px;
}
p.indent-1 {
padding-left:1em;
text-indent:-1em;
}
p.padding1em {
	padding-left: 1em;
}
span.textcol01{
	color: #3FBBC7;
}
span.textcol02{
	color: #0064BD;
}
.ryokinbox {
	background-color: #EEE;
	width: auto;
	padding: 20px;
	position: relative;
}
.ryokinbBK {
	background-image: url(../_img/illust01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
p.shiki {
	text-align: center;
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.ryokinbox_flort {
	position: absolute;
	bottom: 0px;
	right: -20px;
	width: 127px;
	height: 151px;
	
}

table.pricetable {
	width: 100%;
	border: 1px solid #AAAAAA;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}
table.pricetable td{
	border-right: 1px solid #AAAAAA;
	padding: 0.5em;
	border-bottom: 1px solid #AAAAAA;
}
.ryokin-kako table.pricetable th{
	
	text-align: center;
	padding: 10px;
	
	
	font-size: 16px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background: #ECF8F9;
}

/*テーブル開閉*/
.tablebox label{
	background-color: #ECF8F9;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	text-decoration: underline;
}
.tablebox input[type="checkbox"].on-off,
.tablebox input[type="checkbox"].on-off +div{
	display: none;
}
.tablebox input[type="checkbox"].on-off:checked +div{
	display: block;
}


/*テーブル開閉2*/
.a_item_r, .b_item_r{
	background: #ECF8F9;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: underline;
	}
.c_item_r{
	background: #ECF8F9;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: underline;
	}
	

	.a_contents_r{
    display: none; /*★★開閉設定：通常時none*/
    padding: 10px;
    border: solid 1px #d6dddf;
	}
	.a_item_r:hover, .b_item_r:hover{
	background-color: #8AE5ED;
	}

	.selected{
	background-color: #FF9265;
	}
	.a_contents_r p{
	display: none; /*★★開閉設定：通常時none*/
	margin: 10px 0;	/*border-bottom: dashed 1px #d6dddf;*/
	}
	.a_item_r:after{
		background:url( ../_img/arrow01.png) no-repeat left top;
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		position:
		absolute;
		right: 20px;
		background-size: 100% auto;
		top:10px;
		bottom:0;
		-webkit-transition: 0.3s linear;
		-moz-transition:0.3s linear;
		-ms-transition:0.3s linear;
		transition: 0.3s linear;
	}
	.open_close_r:after{
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
	}
/*テーブル開閉2ここまで*/

.b_item_r p, .c_item_r p{
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

/*料金（201909追加）*/
	.a_contents_r h5{
	font-size: 20px;
	color: #40BAC6;
	font-weight: bold;
}
.a_contents_r .keikasochi{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border: 1px solid #C1C1C1;
	margin-top: 20px;
	padding-top: 10px;
}
.a_contents_r .keikasochi h5{
	color: #FFFFFF;
	background-color: #40BAC6;
	margin-left: -20px;
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-right: -20px;
}
.a_contents_r .keikasochi  a:link, .a_contents_r .keikasochi  a:visited{
	color: #FFFFFF !important;
	text-decoration: underline;
}
.a_contents_r .keikasochi h6{
	font-size: 15px;
	font-weight: bold;
}
#otoku_plan10 .b_item_r, #otoku_plan10 .c_item_r{
	text-decoration: none !important;
	cursor:auto;
	}
	
/*料金（201909追加）ここまで*/

.koushinblock p{
    margin-top: 30px;
    margin-right: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 70px;
}

.koushinblock table {
    font-size: 18px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.koushinblock th,.koushinblock td {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    font-weight: normal;
    text-align: left;
    width: 300px;
}

.koushinblock td  {
	text-align: right;
    width: 120px;
}
tr.okaprice{
    background-color: #efefef;
}
tr.okaeneprice{
    background-color: #fee9db;
}
tr.okaprice th, tr.okaprice td{
        border-bottom: 2px solid #fff;
}
#hikaku img{
    width: 100%;
    height: 100%;
}

/*過去料金（別ウインド）*/
.ryokin-kako{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.ryokin-kako h1{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#otoku_plan dl{
	margin-top: 10px;

	
}
#otoku_plan dt{
	font-size: 16px;
	font-weight: bold;
}
#otoku_plan dd{
	font-size: 13px;
	padding-left: 16px;
	margin-bottom: 10px;
}


p.readcopy {
	font-size: 15px;
}
.shiharai dl {
	margin-top: 10px;
}
.shiharai dl dt{
	float : left;
	clear : both;
	width : 8em;
	font-weight : bold;
	padding : 5px;
}
.shiharai dl dd{
	/* dtの幅だけ横にずらす */
	margin-left : 8em;
	padding : 5px;
}
p.shiharai {
	font-size: 16px;
	font-weight: bold;
	color: #FF0004;
}
.annai, .tetuduki  {
	margin: 20px;
}
.annai h5  {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.tetuduki h5  {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #2364BC;
	border-bottom: 1px solid #888888;
}
.tetuduki ul li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
.renrakubox {
	background-color: #EEE;
	width: auto;
	padding: 20px;
	position: relative;
}
.renraku_title   {
	width: 10em;
	float: left;
	background-color: #888888;
	margin-right: 15px;
	display: inline-block;
	top: 50%;
	line-height: 105px;
}
.renraku_title p{
	color: #FFFFFF;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.renraku_number {
	float: left;
	top: 50%;	
}
dl.renraku{
	float: left;
	margin-right: 30px;
}
dl.opentime{
	width: 20%;
	float: left;
	padding: 10px;
	height: 50px;
	border: 1px solid #CBCBCB;
	margin-top: 25px;
}
dl.opentime p{
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);}

dl.renraku dt{
	float : left;
	clear : both;
	width : 6.5em;
	font-weight : bold;
	padding : 5px;
	font-size: 1.3em;
}
dl.renraku dd{
	/* dtの幅だけ横にずらす */
	margin-left : 6.5em;
	padding : 5px;
	font-size: 1.3em;
	white-space: nowrap;
}
p.og_renraku{
	font-size: 1.3em;
	white-space: nowrap;
}

.renrakubox2{
	background-color: #EEE;
	width: auto;
	padding: 20px;
	display: flex;
}

.renrakubox2 .renraku_title2 {
	flex-basis: 20%;
	background-color: #888888;
	margin-right: 2em;
	padding-top: 80px;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}
.renraku_title2 p{
	color: #FFFFFF;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

.renrakubox2 .renraku_number2 {
	flex-basis: 80%;	
}

dl.renraku2{
	margin-right: 30px;
	display: flex;
	flex-wrap: wrap;
}

dl.renraku2 dt{
	
	flex-basis: 25%;
	font-weight : bold;
	padding : 5px;
	font-size: 1.3em;
}
dl.renraku2 dd{
	/* dtの幅だけ横にずらす */
	padding : 5px;
	font-size: 1.3em;
	white-space: nowrap;
	flex-basis: 70%;
}





/*大切なお知らせ*/
div.onegai .cation{
	padding: 15px;
	border: 2px solid #E53840;
	background-color: #F8CBCD;
	font-size: 1.25em;
	line-height: 1.5em;
}
.cation_text{
	margin-top: 20px;
	position: relative;
	padding-right: 350px;
}
.onegai .cation_text .floatbox {
	position: absolute;
	top: 0px;
	right: 0px;
}
.cation_text ul li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 1.5em;
}

/*取り扱い商品*/
.shouhin h3{
	border-bottom: 1px dotted #969696;
}
.shouhin .row{
	position: relative;
	padding-right: 0px;
	opacity: 1;
	overflow: visible;
	margin-bottom: 40px;
}

.shouhin .row, .item_contaner {
    zoom: 1; /* float解除 for IE6/7  */
}
.shouhin .row:after, .shouhin .row:before{
    content: "";
    clear: both;
    display: block;
}
.item_contaner:after, .item_contaner:before{
    content: "";
    clear: both;
    display: block;
}
.shouhin .row .floatbox{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-bottom: 5px;
	
}

.shouhin h3.family {
	color: #F66E84;
	font-size: 30px;
	font-weight: bold;
}
.shouhin h3.business {
	color: #2571AD;
	font-size: 30px;
	font-weight: bold;
}
.shouhin h3.misc{
	color: #80733A;
	font-size: 26px;
	font-weight: bold;
}
.shouhin h3.reform{
	color: #005F3A;
	font-size: 26px;
	font-weight: bold;
}
ul.shouhin_menu li {
	background-position: left center;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	width: 33.33%;
	list-style-position: inside;
	color: #000000;
	list-style-image: url(../_img/arrow02.png);
	padding-left: 0em;
	float: left;
	font-size: 15px;
}
.makerbtn {
	width: 33%;
	margin-left: auto;
	padding: 10px;
	margin-right: auto;
	border: 1px solid #989898;
	text-align: center;
	font-size: 15px;
}
.item_contaner {
	margin-right: -21px;
	margin-bottom: 30px;
}
.item_contaner .block01  {
	width: 219px;
	margin-right: 21px;
	float: left;
	margin-bottom: 21px;
}
.item_contaner .block02  {
	width: 699px;
	margin-bottom: 21px;
}
.item_contaner .block03  {
	width: 200px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
}
.item_contaner .block04  {
	width: 126px;
	margin-right: 0px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
}
.item_contaner .block05  {
	width: 181px;
	margin-right: 0px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
}
.item_contaner .block10  {
	width: 339px;
	margin-right: 21px;
	float: left;
	margin-bottom: 21px;
}
.item_contaner .block20  {
	width: 200px;
	margin-right: 25px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.item_contaner .block30  {
	width: 510px;
	margin-right: 21px;
	float: left;
	margin-bottom: 21px;
}
.item_contaner .block40  {
	width: 455px;
	margin-right: 21px;
	float: left;
	margin-bottom: 21px;
}
.item_contaner .block01 img, .item_contaner .block02 img {
	border: 1px solid #888888;
}
.item_contaner .block01 a:hover img, .item_contaner .block02 a:hover img {
	border: 1px solid #F66464;
	 opacity: 0.6;
}

.item_flexcontaner{
display: flex;
display: -webkit-flex;
justify-content:space-between;
flex-wrap:wrap;

}
.item_flexcontaner .block-stove1{
	width: 480px;
	
}
.item_flexcontaner .block-stove2{
	width: 200px;
	display: block;	
}

.item_flexcontaner .block-karan{
	width: 331px;
	margin-top: 30px;
}
.item_flexcontaner .block-gus-suihanki{
	width: 331px;
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
}
.item_flexcontaner .block-gus-oven1{
	width: 350px;
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
}
.item_flexcontaner .block-gus-oven2{
	width: 280px;
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
}
.item_flexcontaner .block-syokusenki1{
	width: 280px;
	margin-top: 30px;
}
.item_flexcontaner .block-syokusenki2{
	width: 388px;
	margin-top: 30px;
}
.item_flexcontaner img{
	margin-bottom: 10px;
}
.item_flexcontaner h4{
	color: #fa6b12;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.item_flexcontaner h4.black{
	color: #000000;
}
.item_tokuchobox{
	padding: 1.5em;
	background-color: #F2F2F2;
}
.item_tokuchobox ul{

}
.item_tokuchobox ul li{
	margin-top: 0.75em;
	list-style-type: disc !important;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 1em;
}

/*商品詳細時罫削除*/
#item_detail .item_contaner .block01 img {
	border-style: none;
}
.shouhin_item h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.shouhin_item h4 em  {
	font-size: 0.6em;
	color: #FFFFFF;
	height: auto;
	width: auto;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	line-height: 0.7em;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-left: 0.5em;
}
.shouhin_item h4.family  {
	color: #F66E84;
}
.shouhin_item h4.family em{
	background-color: #F66E84;
}
.shouhin_item h4.business  {
	color: #2571AD;
}
.shouhin_item h4.business em{
	background-color: #2571AD;
}
.shouhin_item h4.misc  {
	color: #80733A;
}
.shouhin_item h4.misc em{
	background-color: #80733A;
}
.shouhin_item h4.reform  {
	color: #005F3A;
}
.shouhin_item h4.reform em{
	background-color: #005F3A;
}
.shouhin_item h4.maker  {
	color: #888888;
}
.shouhin_item p.itemname{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
.shouhin_item a.detail {
	position: relative;
}
.shouhin_item .block01 div.detail_btn {
	position: absolute;
	bottom: 0px;
	right: 0px;

}
.shouhin_item #business_kitchin {
	position: relative;
}
.shouhin_item #business_kitchin .suzuchu {
	position: absolute;
	top: 0px;
	right: 20px;
}
#maker .makerbox {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 697px;
	border: 1px solid #888888;
	padding-right: 0px;
}
#maker .makerbox {
    zoom: 1; /* float解除 for IE6/7  */
}
#maker .makerbox:after, #maker .makerbox:before{
    content: "";
    clear: both;
    display: block;
}
#gus_kaishi .textbox01, #gus_chushi .textbox01 {
	position: relative;
}
#gus_kaishi .textbox01 .floatbox, #gus_chushi .textbox01 .floatbox {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/*こんな時どうするの？*/
.faqnavi:after, .faqnavi:before{
    content: "";
    clear: both;
    display: block;
}
.faqnavi .faqbox1{
	float: left;
	width: 170px;
}
.faqnavi .faqbox2{
	float: left;
	width: 359px;
}
.faqnavi .faqbox3{
	float: left;
	width: 170px;

	padding-top: 25px;
}
.faqnavi ul {
	padding-left: 1em;
	margin-top: 15px;
}
.faqnavi ul li {
	font-size: 23px;
	list-style-image: url(../_img/arrow03.png);
	color: #3FBBC7;
	line-height: 23px;
	margin-bottom: 1em;
}
.faqnavi ul li a{
	color: #3FBBC7;
}
.faqtitle01 {
	width: auto;
	height: 40px;
	margin-bottom: 15px;
	margin-top: 0px;
	border: 1px solid #FF4C00;
}
.faqtitle01 h5{
	color: #FF4C00;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 1em;
}
 .faqh5{
	color: #FF4C00;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
#faq01 , #faq02, #faq03{
	margin-bottom:200px;	
}
#faq01 .column  , #faq02 .column, #faq03 .column, #faq04 .column{
	margin-bottom: 30px;
}
p.qu {
	font-size: 15px;
	color: #0064BD;
	font-weight: bold;
	margin-bottom: 0.5em;
}
p.an {
	font-size: 13px;
	color: #F00000;
	margin-bottom: 0.5em;
	text-indent: -20px;
	margin-left: 40px;
}
button.button1 {
	font-size: 13px;
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 20px;
	border-style: none;
}
button.button1:hover {
	background-color: #FF4646;
	cursor: pointer;
}
.kinoucolumn {
	padding: 25px;
	background-color: #ECF8F9;
}
.kinoucolumn h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.kinoucolumn h4 {
	text-align: left;
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
	color: #0064BD;
	line-height: 1.75em;
	margin-top: 20px;
}
.hyouji h5  {
	text-align: left;
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
	color: #0064BD;
	line-height: 1.75em;
}
.kinoucolumn .hyouji {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 170px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../_img/customer/faq/mater_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	min-height: 90px;
	border-bottom: 2px solid #ECF8F9;
}
.kinoucolumn .hukki {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 170px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../_img/customer/faq/mater_05.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	min-height: 70px;
	border-bottom: 2px solid #ECF8F9;
}

/*企業情報*/
#gaiyou table.gaiyo , #enkaku table.gaiyo{
	width: 100%;
		border-top: 1px solid #888888;
		border-left: 1px solid #888888;
}
table.gaiyo th  , table.gaiyo td{
	padding: 15px;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
table.gaiyo tr th {
	background-color: #F0F1F1;
	white-space: nowrap;
	width: 9em;
border-right: 0px;
}
dl.shozaichi {
}
dl.shozaichi dt {
	float: left;
	clear : both;
	width : 8em;
	padding : 5px;
}
dl.shozaichi dd {
	/* dtの幅だけ横にずらす */
	margin-left : 8.5em;
	padding : 5px;
	white-space: nowrap;
	text-align: left;
	margin-bottom: 2em;
}
table.shikaku{}
table.shikaku td{
	padding: 5px;
	border-style: none;
	width: 50%;
}
img.mapbtn{
	margin-left: 10px;
	vertical-align: middle;
	margin-bottom: 5px;
}
#area .box01 {
	width: auto;
	border: 1px solid #888888;
}
#area .box01 p{
	margin: 10px;
}

#company ul.taisyaku{
	margin-top: 20px;
	margin-left: 5em;
}

#group .companyblock{
	position: relative;
	margin-top: 30px;
	border-bottom: 1px dotted #888888;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#group .companyblock h5{
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	border-left: 3px solid #0064BD;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0064BD;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#group .companyblock .floatimg{
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	left: 370px;
}
#group dl.naiyou  {
	margin-top: 0.5em;
}
#group dl.naiyou dt  {
	float: left;
	clear : both;
	width : 5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#group dl.naiyou dd {
	/* dtの幅だけ横にずらす */
	margin-left : 5em;
	padding : 5px;
	white-space: nowrap;
	text-align: left;
}
#group .companyblock:after, #group .companyblock:before{
content: "";
    clear: both;
    display: block;
	position: static;
}
/*片括弧の設定*/
ol.list_parentheses{
	padding: 0 0 0 3em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
}
ol.list_parentheses li{
	list-style-type: none;
	counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content:  counter(cnt) ") ";
	
}
ol.list_parentheses li{
	text-indent: -1.5em;
}
#privacy h5  , #ecoaction h5{
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #888888;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 3em;
	line-height: 15px;
	font-weight: bold;
}

#privacy p span.meisyo{
    margin-right: 3em;
}
#privacy p span.daihyo{
    margin-right: 1em;
}


table.companytable1 {
	margin-left: 1.5em;
	width: auto;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
table.companytable1 th, table.companytable1 td{
	padding: 15px;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
table.companytable1 th{
	background-color: #F0F1F1;
	white-space: nowrap;
	width: 9em;
border-right: 0px;
}
#privacy .kaijitetuzuki {
	margin-left: 1.5em;
}
#privacy .kaijitetuzuki p.midashi  {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

#privacy p a{
    /* [disabled]text-decoration: underline; */
}

/*エコステーション*/
#ecostation .companyblock{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#ecostation .companyblock .floatimg{
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}
#ecostation dl.naiyou  {
	margin-top: 0.5em;
	top: 0px;
}
#ecostation dl.naiyou dt  {
	float: left;
	clear : both;
	width : 6em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
#ecostation dl.naiyou dd {
	/* dtの幅だけ横にずらす */
	margin-left : 5em;
	padding : 5px;
	white-space: nowrap;
	text-align: left;
	font-size: 14px;
}

#ecostation p.gus-stand{
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}

#ecostation p.gus-stand img{
	display: inline-block;
	vertical-align: middle;
}

#ecostation .companyblock:after, #ecostation .companyblock:before{
content: "";
    clear: both;
    display: block;
	position: static;
}
dl.ecoaction01 {
	margin-top: 0.5em;
}
dl.ecoaction01 dt {
	display: list-item;
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 0.5em;
}
dl.ecoaction01 dd {
	list-style-type: square;
	margin-left: 1.5em;
}

.reportbtn {
	width: 50%;
	margin-left: auto;
	padding: 10px;
	margin-right: auto;
	border: 1px solid #989898;
	text-align: center;
	font-size: 15px;
	margin-top: 1.5em;
}


/*お問い合わせ*/
#contact .contents-wrap{
	margin-top: 20px;
}
#contact .catg-titlebox{
	display: none;
}
#form_area{
	margin-top: 30px;	
}
#form_area table.table01 {
	width: 100%;
	border-left-color: #DFDCD5;
	border-top-color: #DFDCD5;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#form_area table th {
	padding: 8px;
	line-height: 1.5em;
	text-align: left;
	width: 165px;
	font-size: 1em;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDCD5;
	border-bottom-style: solid;
	border-bottom-color: #DFDCD5;
	background-color: #EBEBEB;
}
#form_area table td {
	padding: 8px;
	text-align: left;
	border-right: 1px solid #DFDCD5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDCD5;
	font-size: 1em;
}
.table01 textarea {
	width: 95%;
}
.table01 .input {
	border: 1px solid #999999;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 2px;
}
#form_area em{
	font-size: 0.9em;
	color: #EEE;
	height: auto;
	width: auto;
	font-style: normal;
	font-weight: normal;
	background-color: #A92331;
	vertical-align: middle;
	text-align: center;
	line-height: 1em;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 0.3em;
	padding-bottom: 1px;
	padding-left: 0.3em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#form_area table em {
	margin-left: 5px;
}
#form_area u {
	text-decoration: none;
	color: #F60;
	background-color: #FF9;
	padding: 0.3em;
	margin-top: .3em;
	margin-bottom: .3em;
}
#form_area .tBox   {
	padding: 0.5em;
	margin: 0.2em;
	font-size: 1.1em;
	border: 1px solid #AAA;
}
#form_area .tBox5 {
	width: 5%;
}
#form_area .tBox20 {
	width: 20%;
}
#form_area .tBox30 {
	width: 30%;
}
#form_area .tBox50 {
	width: 50%;
}
#form_area .tBox80 {
	width: 80%;
}
#form_area input.submit_button {
	padding: 15px 40px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 6px;
	border: 1px solid #828282;
}
#form_area div.cation {
	color: #E00;
	text-align: center;
	padding: 0.5em;
	border: 1px solid #E00;
	margin-bottom: 2em;
	background-color: #FF9;
	margin-top: 1em;
}
#form_area form.submit_contact {
	display: inline;
	margin-top: 10px;
}

/*新着情報*/
#newsWrap{
	width: 100%;
}


/*LPガスについて*/
#lpgus h5.maintitle, #lpgus div.maintitle{
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	border-left: 3px solid #FA6B12;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.8em;
	display: flex;
	width: 100%;
}
#lpgus h5.minititle{
	border: 1px solid #FA6B12;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-left: 1.2em;
	padding-bottom: 0.8em;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 1em;
	width: auto;
	display: block;
	color: #FA6B12;
}
#lpgus h6.title1{
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-left: 1.2em;
	padding-bottom: 0.8em;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 1em;
	width: auto;
	display: block;
	background-color: #DFDFDF;
}
.d_block {
	width: 50%;
	float: left;
	display: box;
}
/*.d_block:after,  .d_block:before{
    content: "";
    clear: both;
    display: block;
}
*/ 

#lpgus #hoan-nintei{
	margin-bottom: 50px;
	margin-top: 10px;
}

#hoan-nintei h2{
	font-size: 22px;
	border-bottom: 1px solid rgba(0,0,0,1.00);
	text-align: center;
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#hoan-nintei h3{
	font-size: 16px;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 2.5em;
	font-weight: bold;
}
#hoan-nintei p{
	line-height: 1.5em;
}
#hoan-nintei p.list{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 0.5em;
}

#lpgus div.setsuzokukousei p{
	font-size: 15px;
}
#lpgus div.setsuzokukousei img{
	border: 1px solid rgba(132,132,132,1.00);
	width: 98%;
}

/*商品詳細*/
#item_detail .contents-wrap .catg-titlebox h2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.57, #0064bd), color-stop(0.05, #1578ef));
	background: -webkit-linear-gradient(top, #1578ef 5%, #0064bd 56%);
	background: -moz-linear-gradient(top, #1578ef 5%, #0064bd 56%);
	background: -o-linear-gradient(top, #1578ef 5%, #0064bd 56%);
	background: -ms-linear-gradient(top, #1578ef 5%, #0064bd 56%);
	background: linear-gradient(to bottom, #1578ef 5%, #0064bd 56%);
	height: 2.5em;
	font-size: 20px;
	text-align: center;
	line-height: 2.5em;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
}
h3.title_blue {
	background-color: #cce0f2;
	height: 2em;
	line-height: 2em;
	font-size: 1.3em;
	padding-left: 1em;
}
h3.title_orange {
	background-color: #fee1d0;
	height: 2em;
	line-height: 2em;
	font-size: 1.3em;
	padding-left: 1em;
	display: block;
}
h3.title_orange2 {
	background-color: #ff9600;
	height: 2em;
	line-height: 2em;
	font-size: 1.5em;
	padding-left: 1em;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
h3.title_gray {
	background-color: #8b8b8c;
	height: 2em;
	line-height: 2em;
	font-size: 1.3em;
	padding-left: 1em;
	color: #FFFFFF;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
}
h3.title_orange em, h3.title_blue em {
	color: #FFFFFF;
	text-align: center;
	background-color: #fa6b12;
	width: 34px;
	line-height: 1.5em;
	margin-right: 5px;
	margin-left: -1em;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.25em;
	height: 40px;
}
 h3.title_blue em {
	 background-color: #0064bd;
}
h4.copy01 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
span.midashi_kinou {
	color: #0064bd;
	font-size: 1.15em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0em;
}
p.midashi_orange {
	color: #fa6b12;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 15px;
}
p.midashi_orange em {
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	background-color: #fa6b12;
	width: 34px;
	height: 34px;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	line-height: 1.5em;
	margin-right: 5px;
}
.conroBox {
	padding: 20px;
	border: 1px solid #ABABAB;
}
body#item_detail {
	font-size: 14px;
}
#item_detail .item_contaner  {
	margin-bottom: 0px;
}
#item_detail .item_contaner p {
	margin-bottom: 1em;
}
#item_detail .ctg_block  {
	margin-bottom: 30px;
}
#item_detail p.closer {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
}
.yokushitudanbo {
	padding: 20px;
	margin-bottom: 20px;
}
.yokushitudanbo p img {
	float: left;
	margin-right: 2em;
}
.yokushitudanbo:after, .yokushitudanbo:before {
    content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
p.yukadan {
	font-size: 1.4em;
	text-align: center;
	color: #F43859;
	height: 3.5em;
	padding-bottom: 1em;
}

dl.solar dt{
	font-size: 1.3em;
	list-style-type: circle;
	margin-top: 0.5em;
	list-style-position: inside;
}
dl.gus-heater dt{
	font-size: 1.3em;
	list-style-type: circle;
	margin-top: 0.5em;
	list-style-position: inside;
	margin-bottom: 0.5em;
}
dl.gus-heater dt:nth-of-type(n+2){
	border-top: 1px dotted #9B9B9B;
	margin-top: 10px;
	padding-top: 10px;
}
ul.gus-heater{
	list-style-type: disc !important ;
}
ul.gus-heater li{
	display: inline-block;
	width: 165px;
	list-style-type: disc !important;
	list-style-position: inside;
	margin-top: 0.3em;
}

/*クロスワード　イベント*/
.crossword-wrap .chuui{
	color: #FF0004;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.crossword-wrap h4{
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 15px;
}
.crossword-wrap .youkou-title{
	width: 980px;
	
	background-color: #0064BD;
	margin-bottom: 15px;
	margin-top: 40px;
	text-align: center;
}
.crossword-wrap table.gaiyo{
	width: 100%;
		border-top: 1px solid #888888;
		border-left: 1px solid #888888;
}
.crossword-wrap table.gaiyo th,  .crossword-wrap table.gaiyo td{
	padding: 15px;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
.crossword-wrap table.gaiyo tr th {
	background-color: #F0F1F1;
	white-space: nowrap;
	width: 9em;
	border-right: 0px;
	font-weight: bold;
}
.crossword-wrap table.gaiyo dl dt{
	font-weight: bold;
}
.crossword-wrap table.gaiyo dl dd{
	/* [disabled]text-indent: 1em; */
	list-style-position: inside;
	padding-left: 1em;
}

/*-------------------------------------------------------掘り出し市*/
body#horidashi{}

body#horidashi .catg-titlebox1, body#horidashi .sidenavi{display: none}

body#horidashi .main-wrap{width: 100%}

body#horidashi h2.horidashi-title{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #0064bd;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	margin-top: 30px;
}

#gustable{
	border-radius: 10px;
	border: 4px solid #ff9100;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 100px;
}

#gustable h2.catg{
	background-color: #ff9100;
	color: rgba(255,255,255,1.00);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	margin-bottom: 40px;
}

#kyutouki{
	border-radius: 10px;
	border: 4px solid #ff956f;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 50px;
}

#kyutouki h2.catg{
	background-color: #ff956f;
	color: rgba(255,255,255,1.00);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	margin-bottom: 40px;
}

#heater{
	border-radius: 10px;
	border: 4px solid #ff989f;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 50px;
}

#heater h2.catg{
	background-color: #ff989f;
	color: rgba(255,255,255,1.00);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	margin-bottom: 40px;
}

.horidashi-message, .horidashi-btnblock{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.horidashi-btnblock{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;	
}
.horidashi-btn{
	width: 280px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
}

.btn_gustable {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF !important;
  background: #ff9100;
  transition: .4s;
  border-radius: 10px;
}
.btn_kyutouki {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF !important;
  background: #ff956f;
  transition: .4s;
  border-radius: 10px;
}
.btn_heater {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF !important;
  background: #ff989f;
  transition: .4s;
  border-radius: 10px;
}
.btn_gustable:hover, .btn_kyutouki:hover, .btn_heater:hover{
	opacity: 0.5;
	text-decoration: none;
}

.horidashi-btn i{
	margin-left: 0.3em;
	font-size: 120%;
}
.horidashi-message p.messe1{
	font-size: 20px;
	text-align: center;
	color: #FF0004;
	font-weight: bold;
}
.horidashi-message p.messe2{
	font-size: 20px;
	text-align: left;
	text-indent: -1em;
	padding-left: 0px;
	margin-left: 1em;
	padding-bottom: 0.3em;
}

.horidashi-message p.messe2 span{
	color: #FF0004;
	text-decoration: underline;
}

.horidashi-message p.messe3{
	font-size: 26px;
	text-align: center;
	padding-left: 0px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.horidashi-message p.messe4{
	font-size: 20px;
	text-align: center;
}

.horidashi_contaner{
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding-bottom: 70px;
}

#gustable .horidashi_contaner{
	border-bottom: 3px solid #ff9100;
}

#kyutouki .horidashi_contaner{
	border-bottom: 3px solid #ff956f;
}

#gustable .horidashi_contaner:last-child, #kyutouki .horidashi_contaner:last-child,
#heater .horidashi_contaner:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
}

.horidashi_box{
	width: 430px;
	position: relative;	
}
.horidashi_box img{
    width: 100%;
    height: auto;
}

.horidashi_box .gentei{
	position: absolute;
	width: 114px;
	height: 114px;
	background-image: url(../_img/horidashi/gentei.png);
	z-index: 99;
	top: 0px;
	right: 0px;
	text-align: center;
	font-size: 20px;
	display: block;
	line-height: 25px;
}
.horidashi_box .gentei p{
	position: absolute;
	top: 25px;
	width: 114px;
}
.horidashi_box .gentei span{
	font-size: 40px;
}
.horidashi_box .gentei span.kanbai{
	line-height: 0.4em;
}

p.item-no{
	background-color: #0064bd;
	display: inline;
	color: rgba(255,255,255,1.00);
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	font-size: 14px;
}
p.item-no span{
	font-size: 20px;
	vertical-align: middle;
}

p.item-name{
	font-size: 20px;
	line-height: 1.75em;
	font-weight: bold;
	margin-bottom: 1em;
}

p.item-kakaku{
	font-size: 20px;
	color: rgba(255,0,4,1.00);
	text-align: right;
}
p.item-kakaku span.kakaku{
	font-size: 40px;
	padding-left: 0.2em;
}
p.item-kakaku span.yen{
	font-size: 30px;
}
p.item-kakaku span.zei{
	font-size: 14px;
	color: rgba(0,0,0,1.00);
	font-weight: normal;
}

p.item-kome{
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
}

p.form-item{
font-size: 20px;
}
p.form-kakaku{
font-size: 26px;
}
p.form-kakaku span.zei{
font-size: 14px;
}

table.horidashi-item{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75em;
}

table.horidashi-item th, table.horidashi-item td{
	border-bottom: 1px solid rgba(0,0,0,1.00);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
table.horidashi-item{
border-top: 1px solid rgba(0,0,0,1.00);
}

.horidashi-order{
	text-align: center;
	margin-top: 1em;
}
.horidashi_orderbtn{
	display       : inline-block;
	border-radius : 6px;
	font-size     : 20px;
	cursor        : pointer;
	padding-top: 12px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 12px;
	background    : #0099e2;
	color         : #ffffff;
	line-height   : 1em;
	opacity       : 1;
	transition    : .3s;
	border: 2px solid #0099e2;
	margin-top: 1.5em;
}

.horidashi_orderbtn:hover, .horidashi_backbtn:hover{
opacity       : 0.6;
}

.horidashi_soldoutbtn{
	display       : inline-block;
	border-radius : 6px;
	font-size     : 20px;
	padding-top: 12px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 12px;
	background-color: #D7D8D8;
	color         : #A4A4A4;
	line-height   : 1em;
	opacity       : 1;
	transition    : .3s;
	border: 2px solid #D7D8D8;
	margin-top: 1.5em;
}

.horidashi_backbtn{
	display       : inline-block;
	border-radius : 6px;
	font-size     : 16px;
	cursor        : pointer;
	padding-top: 12px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 12px;
	color         : #0099e2;
	line-height   : 1em;
	opacity       : 1;
	transition    : .3s;
	border: 2px solid #0099e2;
	margin-top: 1.5em;
	background-color: #FFFFFF;
	margin-right: 3em;
}

#horidashi_form{
	margin-bottom: 40px;
}

#horidashi_form h3{
	font-size: 20px;
}
#horidashi_form #form_area table th{
	width: 240px;
	padding-left: 1em;
	padding-right: 1em;
}
#horidashi_form #form_area table td{
	padding-left: 1em;
	padding-right: 1em;
}

#horidashi_form input[type=checkbox] {
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	margin-right: 10px;
	margin-top: 10px;
}

.horidashi-contact{
	text-align: center;
	margin-top: 40px;
}
.horidashi-contact p{
	font-size: 14px;
	line-height: 2em;
}
.horidashi-contact p span{
	font-size: 18px;
}


/*-------------------------------------------------------取り組み宣言*/
body#torikumi{}

body#torikumi .catg-titlebox1, body#torikumi .sidenavi{display: none}

body#torikumi .main-wrap{
    width: 699px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#torikumi section{
    font-size: 16px;
}

#torikumi .pagetitle{
    border-top: 3px solid #2464BD;
	border-bottom: 3px solid #2464BD;
	margin-bottom: 25px;
    
}

#torikumi .pagetitle h2{
    line-height: normal;
    font-size: 2em;
    margin: 0px;
    padding: 10px;
    text-align: center;
    color: #2464BD;
    min-height: 79px;
}
#torikumi .pagetitle h2 span{
    font-size: 70%;    
}

#torikumi dl{
    margin-top: 40px;
    margin-bottom: 20px;
}

#torikumi dl dt{
    font-weight: bold;
    list-style-type: decimal;
    margin-bottom: 0.5em;
}

#torikumi dl dd{
    margin-left : 1em;
    margin-bottom: 2em;
}

#torikumi p.sign{
    text-align: right;
}