@charset "utf-8";

/*--restt-cssのリセット--*/
html {
  background-color: transparent;
  background-image: none;
}

/*--restt-cssのリセット 終わり-- */


body {
  font: 100%/1.4 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  color: #555;
  letter-spacing: .08em;
  width: 100%;
}

p {
  color: #555;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}


/* for macIE \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* webフォント \*/
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  ;
}

/* End webフォント */


/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */


a {
  text-decoration: none;
  color: #E76C09;
}

a:-webkit-any-link {
  color: #E76C09;
}

a:hover {
  opacity: .8;
}

a img:hover {
  opacity: .8;
}

.logo a img:hover,
.footerAd a img:hover {
  opacity: 1;
}

.FLeft {
  float: left;
  margin: 0;
  padding: 0;
}

.FRight {
  float: right;
  margin: 0;
  padding: 0;
}

.mlr18 {
  margin: 0 40px;
}

/*20250422 追記*/
.naviBtn02 .mlr18 {
  margin: 0 34px;
}

.headerWrap {
  text-align: center;
  margin: 0 auto;
}

.headerLogo {
  height: 115px;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container,
.header {
  width: 1020px;
  background-color: #FFF;
  margin: 0 auto;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.headerBorder {
  height: 5px;
  background-color: #E76C09;
}

.header {
  background-color: #FFF;
}

.headerTel {
  box-sizing: border-box;
  /*20250415 修正
	height:75px;
	padding: 10px;*/
  height: 95px;
  padding: 15px 10px 10px;
  width: 190px;
  text-align: right;
  font-size: 80%;
  margin-right: 10px;
  letter-spacing: normal;
}

.telIcon:before {
  content: url(../images/tel_icon.jpg);
  position: relative;
  top: 18px;
  right: 12px;
}

.telIcon {
  height: 30px;
  position: relative;
  top: -20px;
}

.telBText {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 160%;
}

.mainNaviWrap {
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  background-image: -moz-linear-gradient(90deg, rgba(231, 108, 9, 1.00) 0%, rgba(251, 184, 125, 1.00) 100%);
  background-image: -ms-linear-gradient(top, #45a3e2, #1c49a1);
  background-image: -o-linear-gradient(90deg, rgba(231, 108, 9, 1.00) 0%, rgba(251, 184, 125, 1.00) 100%);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#45a3e2), to(#1c49a1));
  background-image: -webkit-linear-gradient(90deg, rgba(231, 108, 9, 1.00) 0%, rgba(251, 184, 125, 1.00) 100%);
  background-image: linear-gradient(0deg, rgba(231, 108, 9, 1.00) 0%, rgba(251, 184, 125, 1.00) 100%);
}

.mainNaviBox {
  height: 40px;
  width: 1020px;
  display: inline-block;
}

.mainNavi {
  color: #FFF;
  padding: 0px 15px;
  font-size: 102%;
}

.naviBtn {
  display: inline-block;
  padding: 10px 0 0 0;
  letter-spacing: 3px;
}

.naviBtn02 {
  letter-spacing: 1px;
}

.mainNavi02 {
  font-size: 98%;
  letter-spacing: -2px;
}

.naviBtn a {
  color: #FFF;
  text-decoration: none;
}

.naviBtn a:hover,
.footerNaviBtn a:hover {
  opacity: .8;
}

.currentNavi {
  opacity: .8;
}

.kumiaiBtn {
  position: relative;
  width: 150px;
  height: 30px;
  text-align: center;
}

.kumiaiText {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.kumiaiList {
  position: absolute;
  width: 120px;
  top: 40px;
  left: 4px;
  text-align: center;
  padding: 8px px;
}

.kumiaiList li {
  height: 26px;
  background-color: rgba(27, 160, 209, .85);
  padding: 4px 0 2px 0;
}

.naviChild li:hover {
  opacity: .8;
}

.kumiaiList a {
  font-size: 90%;
}

.naviChild li a:hover {
  opacity: 1;
}

.downloadText {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.downloadBtn {
  position: relative;
  text-align: center;
  height: 30px;
}

.downloadList li {
  background-color: rgba(27, 160, 209, .85);
  line-height: 1.2;
  font-size: 80%;
  padding: 10px 0;
  letter-spacing: normal;
}

.downloadList li a {
  padding: 10px 0;

}

/*
.downloadList li:nth-child(4), .downloadList li:nth-child(7){
	height:64px;
}
.downloadList li:nth-child(4) a, .downloadList li:nth-child(7) a{
	position:absolute;
	top:15%;
}
*/

.downloadList {
  width: 190px;
  position: absolute;
  left: 5px;
  top: 40px;
  z-index: 99;

}

.bTit {
  color: rgba(3, 35, 110, .8);
  font-weight: bold;
}

.topBk {
  width: 100%;
  background-color: #D7D7D5;
  height: 280px;
}

.topBk02 {
  width: 100%;
  background-color: #d7d7d5;
  height: 199px;
  text-align: center;
}


/* ~~ フッター ~~ */

.footer {
  padding-bottom: 10px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}

.footerA {
  background-color: #E76C09;
}

.footerAd {
  text-align: center;
  margin-top: 30px;
}

.footerAdText {
  padding-top: 5px;
  font-size: 90%;
}

.footerCopy {
  padding-top: 10px;
  font-size: 75%;
  margin-bottom: 30px;
}

.footerNaviWrap {
  width: 1020px;
  display: inline-block;
}

.footerNaviWrap hr {
  border-color: #FFF;
}

.footerNaviBtn {
  display: block;
  padding-bottom: 30px;
}

.footerNaviBtn li {
  padding: 10px;
  letter-spacing: 4px;
  font-size: 90%;
  border-left: solid #FFF 1.5px;
  border-right: solid #FFF 1.5px;
  border-bottom: solid #FFF 1.5px;
  margin-right: 3px;
}

.footerNaviBtn li a {
  color: #FFF;
  text-decoration: none;
}

.footerNaviBtn li:before {
  content: url(../images/arrow.png);
  position: relative;
  padding-right: 5px;
}

.footerNaviBtn li:last-child:before {
  content: url(../images/arrow_up.png);
  position: relative;
  padding-right: 5px;
}

.footerNavi01 {
  width: 300px;
  color: #FFF;
  text-align: left;
  letter-spacing: 2px;
}

.footerNavi02 {
  width: 300px;
  color: #FFF;
  text-align: left;
  letter-spacing: 2px;
  margin-right: 105px;
}

.footerNavi01 p,
.footerNavi02 p {
  font-size: 100%;
}

.footerNavi01 p a,
.footerNavi02 p a {
  color: #fff;
  letter-spacing: 3.5px;
  margin-bottom:
}

.footerNavi03 {
  width: 220px;
  color: #FFF;
  text-align: left;
  letter-spacing: 2px;
}

.footerNavi03 a {
  color: #fff;
}

.footerNavi03 p {
  font-size: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
}

.footerNavi03 img,
.footerNavi02 img,
.footerNavi01 img {
  position: relative;
  bottom: -3px;
}

.footerNavi div ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 95%;
  padding-left: 27px;
  letter-spacing: 3.5px;
}

.footerNavi div ul li a:hover {
  opacity: .8;
}

.footerNavi div ul li {
  margin-bottom: 0.2em;
}

.footerNavi {
  padding-bottom: 30px;
}

.footerNavi p {
  color: #FFF;
}


/* ~~ TOP ~~ */

.content {
  margin-top: 50px;
  text-align: left;
}

.toph2 {
  text-align: center;
  box-sizing: border-box;
  width: 220px;
  height: 38px;
  display: block;
  padding-top: 9px;
  font-weight: bold;
  background-image: url(../images/top_h2.png);
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 5px;
  padding-left: 3px;
}

.infomation {
  height: auto;
  margin: 70px 0 50px 0;
}

.infoLeft {
  width: 620px;
  min-height: 290px;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 0px;
  padding-bottom: 0;
}

.infoRight li {
  margin-bottom: 10px;
}

.infoTit {
  width: 620px;
  height: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 200%;
  letter-spacing: 3px;
  color: #666;
  line-height: 0.85em;
  margin-bottom: 10px;
  background-image: url(../images/information.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding-left: 0.5em;
  padding-top: 0.5em;
}

.bannerWrap {
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: baseline;
  /* Safari */
  align-items: baseline;
}

.bannerBox {
  box-sizing: border-box;
  width: 220px;
}

.otherBn {
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  width: 300px;
  height: 48px;
  background-image: url(../images/other_bk.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  font-size: 110%;
  font-weight: bold;
  padding: 14px 0 0 0;
  color: #555;
}

.otherBn:hover {
  opacity: .8;
}

.up_ymd {
  display: inline-block;
  color: #70C3B7;
  font-weight: bold;
  margin-bottom: 6px;
}

.newMark {
  color: #1ba0d1;
}

#newsWrap ul li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #BFBFBF;
}

.smT {
  font-size: 70%;
}

.bannerBox a:hover div h2 {
  opacity: .8;
  color: #555;
}

.bannerBox a div h2 {
  color: #555;
}



/* ~~ 組合概要 ~~ */

.content section h2 {
  font-size: 150%;
  letter-spacing: 4px;
  border-bottom: #666666 solid 2px;
  font-weight: bold;
  margin: 40px 0 20px 0;
}

.gaiyouText {
  margin: 20px 0;
}

.content h2 img {
  margin-left: 8px;

}

.explanation {
  margin-bottom: 2em;
  letter-spacing: 2px;
  line-height: 1.5em;
}

table.kumiaiTb {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
}

table.kumiaiTb th {
  width: 20%;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px dashed #ccc;
  font-size: 90%;
}

table.kumiaiTb td {
  width: 80%;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px dashed #ccc;
}

section {
  margin-bottom: 60px;
}

.jigyouUl,
.accessUl {
  color: #e76c09;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: 5px;
}

.accessUl p {
  font-weight: normal;
  font-size: 100%;
  margin-left: 1.1em;
}

.jigyouUl li:before,
.arrowTit:before {
  content: url(../images/triangle_icon.jpg);
  position: relative;
  top: 3px;
  right: 3px;
}

.jigyouUl li {
  margin-bottom: 0.5em;
}

.accessText {
  margin-bottom: 20px;
}

.accessUl li:first-child:before {
  content: url(../images/car_icon.jpg);
  position: relative;
  top: 3px;
  right: 3px;
}

.accessUl li:last-child:before {
  content: url(../images/train_icon.jpg);
  position: relative;
  top: 3px;
  right: 3px;
}

.accessUl li {
  margin-bottom: 1em;
}

.accessUl {
  margin-top: 1em;
}

.kanyuu {
  margin-left: 3em;
}

.kanyuu>dt {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  font-weight: bold;
  margin-top: 1em;
  color: #e76c09;
}

.kanyuu>dd {
  margin-left: 1em;
}

.kanyuuBtn {
  margin: 1em 0 0.75em 0.5em;
  font-weight: bold;
  color: #e76c09;
}

.printIconWrap p {
  display: inline-block;
  border-bottom: 2px #E76C09 solid;
  font-weight: bold;
  float: right;
}

.content section #kumiaiGiyou {
  margin-top: 0;
}





/* ~~ お問い合わせ ~~ */

.telFax li:first-child:before {
  content: url(../images/tel_icon.jpg);
  position: relative;
  top: 3px;
  right: 6px;
}

.telFax li:last-child:before {
  content: url(../images/fax_icon.jpg);
  position: relative;
  top: 3px;
  right: 5px;
}

.telFax li {
  color: #e76c09;
  font-size: 140%;
  font-weight: bold;
  margin-left: 5px;
  text-align: left;
}

.telFax {
  margin-bottom: 1em;
}

.contactBox p {
  line-height: 1.5em;
}

.contactBox p:first-child {
  font-weight: bold;
  font-size: 120%;
}

table.conFormTable {
  width: 710px;
  border-collapse: separate;
  border-spacing: 8px 30px;
  letter-spacing: normal;
  margin: 0 auto;
  table-layout: fixed;
}

.conFormTable th {
  font-weight: bold;
  font-size: 90%;
  border-right: solid 2px #69C3B9;
  text-align: right;
  padding-right: 5px;
  width: 145px;
}

.conFormTable a {
  text-decoration: underline;
}

.privacyCheck {
  text-align: center;
  letter-spacing: normal;
  margin: 15px 0;
}

.privacy {
  margin: 70px 0;
}

.privacy ul p {
  font-weight: bold;
}

.privacy ul {
  margin: 1em 0 20px 1em;
}

.privacy ul li {
  margin: 0 0 0.2em 2em;
}

.privacy ul li ul {
  margin-top: 0.5em;
}

.privacy ul li ul li {
  margin: 0 0 0.2em 0;
}

.madoguchi {
  text-align: left;
  margin-top: 3em;
}

.madoguchi p {
  font-weight: bold;
  margin-bottom: 5px;
}

.kakuninBtn {
  border: none;
  width: 140px;
  height: 40px;
  background-image: url(../images/kakunin_btn.jpg);
}

.kakuninBtn:hover {
  background-image: url(../images/kakunin_h_btn.jpg);
}

.kakuninBtn:visited {
  background-image: url(../images/kakunin_btn.jpg);
}

.kakuninBtn:active {
  background-image: url(../images/kakunin_btn.jpg);
}

.resetBtn {
  border: none;
  width: 140px;
  height: 40px;
  background-image: url(../images/reset_btn.jpg);
}

.resetBtn:hover {
  background-image: url(../images/reset_h_btn.jpg);
}

.btnPrint {
  display: none;
}


/* ~~ 書類のダウンロード ~~ */
.download section h3 {
  font-size: 100%;
}

.download section h3 a {
  font-weight: bold;
}

.download section h3 a:before {
  content: url(../images/arrow_red.jpg);
  position: relative;
  top: 0;
  right: 2px;
}

.download section h3 a:after {
  content: url(../images/pdf_icon.jpg);
  position: relative;
  top: 0;
  left: 7px;
}

.download section ul li {
  margin-bottom: 0.5em;
}

.acrobat {
  display: block;
  text-align: right;
  margin-bottom: 50px;
}

.download a {
  color: #e76c09;
}

.pdfTit {
  font-weight: bold;
  margin: 1.75em 0 0.5em 0;
  font-size: 120%;
}

.pdfTit .mark {
  color: #B1242A;
}

ダウンロード .ml8em {
  margin-left: 8.1em;
}


/* ~~ 燃料の共同購入 ~~ */

.character ul {
  list-style: outside;
  margin: 0 0 0 4em;
}

.character ul li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}

.teikei {
  width: 1020px;
  height: 439px;
  background-image: url(../images/teikei.png);
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.teikeiList {
  position: absolute;
  bottom: 0;
  left: 2em;
}

.teikeiList li {
  list-style: disc;
  margin-top: 0.5em;
  font-weight: bold;
}


/* ~~ 損害保険代理店事業 ~~ */

.arrowTit {
  color: #e76c09;
  font-size: 110%;
  font-weight: bold;
}

.hokenList li {
  margin-left: 1em;
}

.hokenList li:before,
.sitemap ul li:before {
  content: url(../images/hoken_icon01.jpg);
  position: relative;
  top: 3px;
  right: 3px;
}

.hokenList li:last-child:before,
.sitemap ul li:last-child:before {
  content: url(../images/hoken_icon02.jpg);
  position: relative;
  top: 3px;
  right: 3px;
}

.hokenListWrap {
  margin-left: 2em;
}


/* ~~ webKIT ~~ */

.webkit ul {
  color: #e76c09;
  font-weight: bold;
  margin: 1em;
}

.blue {
  color: #e76c09;
  font-weight: bold;
}

.blueBox {
  background: #e76c09;
  color: #fff;
  padding: 6px 22px;
  margin-right: 1.5em;
}

.blueBoxWrap p {
  font-weight: bold;
}

.webImg {
  text-align: center;
}

.webImg img {
  width: 600px;
  height: auto;
}

.blueBoxWrap li ul li {
  list-style-type: decimal;
  margin-bottom: 0.3em;
}

.blueBoxWrap li ul {
  margin-left: 3em;
}


/* ~~ 廃油の回収事業 ~~ */

.kaishuuList {
  color: #e76c09;
  margin-left: 2em;
}

.kaishuuList li,
.kaishuuArea li,
.haiyuShobun li {
  list-style-type: disc;

}

.kaishuuArea,
.haiyuShobun {
  margin-left: 2em;
}

.haiyuShobunWrap img {
  text-align: center;
  margin: 2em auto;
  display: block;

}


/* ~~ サイトマップ ~~ */

.sitemap p,
.sitemap ul {
  font-weight: bold;
}

.sitemap p {
  margin: 0 0 0.5em 4em;
}

.sitemap ul {
  margin-left: 5em;
}

.sitemap ul li {
  margin-bottom: 0.5em;
}

.sitemap ul li:after,
.sitemap p:after {
  content: url(../images/arrow_red.jpg);
  position: relative;
  top: 0;
  left: 3px;
}


/* ~~ etc ~~ */
.etcBtn {
  width: 270px;
  border-left: solid #dcdcdc 1px;
  border-right: solid #dcdcdc 1px;
  border-bottom: solid #dcdcdc 1px;
  border-top: solid #E76C09 3px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  color: #E76C09;
  font-weight: bold;
}

.etcBtn:before {
  content: url(../images/arrow_red.jpg);
  position: relative;
  padding-right: 5px;
}

.etcTb {
  /*border: 1px solid #757575;*/
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;

  width: 48%;
  font-size: 90%;
}

.etcTb th {
  background: #757575;
  color: #fff;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  border-left: 1px solid #757575;
  padding: 3px;
  text-align: center;
}

.etcTb td {
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  border-left: 1px solid #757575;
  text-align: center;
  padding: 6px 3px;
}

.etcTb td.tdNexco {
  color: #E76C09;
  font-weight: bold;
}

.etcTbText {
  margin-top: 10px;
  font-size: 80%;
}

.etcMerit h3 {
  color: #E76C09;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 1em;
}

.etc_contactBtn {
  width: 539px;
  height: 38px;
  font-weight: bold;
  background-image: url(../images/etc_contactBtn.png);
  background-repeat: no-repeat;
  margin: 3em 0 0 5em;
  padding: 8px 0 0 2em;
}


.etcCorp h3 {
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 3px;
  padding: 5px 17px 5px 17px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #fbb87d, #e76c09);
  background-image: -ms-linear-gradient(top, #fbb87d, #e76c09);
  background-image: -o-linear-gradient(top, #fbb87d, #e76c09);
  background-image: -webkit-linear-gradient(top, #fbb87d, #e76c09);
  background-image: linear-gradient(top, #fbb87d, #e76c09);
  background-clip: padding-box;
  color: #fff;
  display: inline-block;
  margin-bottom: 1em;
}

.etcCorp {
  margin-bottom: 2em;
}

.etcCorp p,
.etcCorp ul {
  padding-left: 1em;
}

.etcShorui li {
  list-style-type: decimal;
}

.etcShorui {
  list-style-position: inside;
}

.etcList li {
  list-style-type: disc;
}

.etcList {
  margin-left: 1.5em;
}

.etcBg {
  background-image: url(../images/etcBg.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

.etcCreL {
  width: 60%;
}

.etcWaribiki {
  margin-top: 2em;
  font-size: 120%;
  font-weight: bold;
  color: #E76C09;
}



/* ~~ エラーページ ~~ */

.titError {
  font-size: 220%;
  font-weight: bold;
  color: #e76c09;
  width: 940px;
  margin: auto;
  text-align: left;
  padding-top: 70px;

}

.errorTop {
  width: 940px;
  height: 199px;
  text-align: center;
  margin: 0 auto;
  opacity: .8;
  background-image: url(../images/erro_top.jpg);
}

.titErrorP {
  width: 940px;
  margin: auto;
  text-align: left;

}

.errorText {
  font-size: 120%;
  font-weight: bold;
  color: #676767;
  margin-bottom: 30px;
}

.box404 {
  margin-bottom: 50px;
}


/* ~~ 印刷ページ ~~ */

@media print {

  /* All your print styles go here */
  .footer,
  .footerAd {
    display: none !important;
  }

  .content {
    width: 100% !important;
  }

  .btnPrint {
    display: block;
  }

  .btnNormal {
    display: none;
  }
}