@charset "utf-8";
@import url('reset.css');

/*--------------------------
  共通
--------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

table {
  margin: 5px auto;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

table th {
  padding: 8px;
  text-align: left;
  background-color: #e9f9e9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* トップへ戻るボタン */
.pagetop {
  margin-top: 50px;
  text-align: right;
}

.pagetop a {
  color: #000;
  text-decoration: none;
}

.pagetop a:visited {
  color: #000;
}

.pagetop a::before {
  content: '';
  display: inline-block;
  width: 24px;/*画像の幅*/
  height: 19px;/*画像の高さ*/
  background-image: url('../img/returnTop_1R.png');
/*  background-size: contain;*/
  vertical-align: middle;  
}


/*--------------------------
  ヘッダー
--------------------------*/
header {
  min-width: 980px;
  height: 341px;
  background: url('../img/headerBg_1R_01.png') top center repeat-x;
}

.header_inner {
  position: relative;
  width: 980px;
  height: 305px;
  margin: 0 auto;
	background: url('../img/top_mainimg_01_1R.png') no-repeat center top;
}

.header_logo img {
  margin-top: 15px;
  width: auto;
}

.header_navi {
  position: absolute;
  bottom: 0;
  width: 980px;
}

.header_navi ul {
  display: flex;
}

.header_navi li {
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #b0cff3;
  height: 37px;
}

.header_navi li:last-child {
  border-right: none;
}

.header_navi li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 37px;
  background: url('../img/mainmenu_1R.png') repeat;
  font-size: 13px;
  color: #10457c;
}

.header_navi li a:visited {
  color: #10457c;
}

.header_navi li a:hover {
  background: url('../img/mainmenu_1R_on.png') repeat;
  color: #fff;
}

/*--------------------------
  コンテナ
--------------------------*/
.contents {
  display: flex;
  width: 980px;
  margin: 0 auto 2rem;
  justify-content: space-between;
}

/* メイン */
.main {
  width: 680px;
}

.main p {
  margin: 10px 10px 20px;
}

.main h2 {
  position: relative;
  margin-bottom: 30px;
  padding: 4px 23px;
  background-color: #ddedfd;
  border-bottom: 3px solid #327ecc;
  font-size: 20px;
}

.main h2:not(:first-of-type) {
  margin-top: 60px;
}

.main h2::before {
  content: '';
  position: absolute;
  background: url('../img/indexBg_1R.png');
  left: 8px;
  top: 15px;
  display: block;
  width: 7px;
  height: 7px;
}

.main h3 {
  margin: 30px 0 10px;
  padding: 2px;
  border-bottom: 2px solid #327ecc;
  font-size: 18px;
}

.main dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  line-height: 1.4;
  margin: 0 10px;
}

.main dt {
  position: relative;
  padding: 10px 0 10px 15px;
  width: 185px;
  border-bottom: 1px dotted #ddd;
}

.main dt::before {
  content: '';
  position: absolute;
  background: url('../img/arrow_1R.png');
  left: 5px;
  top: 10px;
  display: block;
  width: 8px;
  height: 16px;
}

.main dd {
  padding: 10px 15px 10px 0;
  width: calc(100% - 195px);
  border-bottom: 1px dotted #ddd;
}

.main ol {
  margin: 0 10px;
  padding-left: 1.5rem;
}

.main ul {
  margin: 10px;
}

.main ul li {
  position: relative;
  text-align: left;
  line-height: 1.4;
  /*margin: 0 10px;*/
  margin: 0;
  padding: 5px 15px;
  background-image : url('../img/arrow_1R.png');
  background-position: 5px 8px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ddd;
  color: #000;
}

.main ul li::before {
  content: '';
  position: absolute;
  background: url('../img/arrow_1R.png');
  left: 5px;
  top: 6px;
  display: block;
  width: 8px;
  height: 16px;
}

.main ul li a:hover {
  text-decoration: revert;
}


/* サイドバー */
aside {
  width: 268px;
}

.banner {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.banner li {
  border: 3px solid #eaeaea;
  height: 108px;
}

.banner li a {
  display: block;
  height: 100%;
}

.banner li a:hover {
  opacity: .7;
}

.companyinfo {
  border: 3px solid #eaeaea;
  padding: 1px;
}

.companyinfo h3 {
  padding: 5px;
  background-color: #caecf0;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}

.companyinfo p {
  margin: 10px;
}

.companyinfo_title {
  font-weight: bold;
}

/*--------------------------
  フッター
--------------------------*/
footer {
  background: url('../img/footerBg_1R.png') repeat;
  height: 110px;
  padding-top: 20px;
}

footer p {
  text-align: center;
  color: #fff;
  /*font-size: 15px;*/
}

/*--------------------------
  個別ページ
--------------------------*/
.main .company_title {
  margin-bottom: 10px;
}

.waste_table th,
.waste_table tr:nth-child(odd) td{
    text-align: center;
    vertical-align: middle;
}

.waste_table tr:nth-child(4n + 1),
.waste_table tr:nth-child(4n + 2) {
    background-color: #eee;
}

.waste_table tr:nth-child(odd) th,
.waste_table tr:nth-child(odd) td {
    padding: 10px;
}

.main .info_title_list {
    margin: 0 0 15px 0;
    padding: 10px;
    border: 2px solid #327ecc;
}

.main .info_title_list li {
    /*padding: 5px 0;*/
    /*margin-left: 1em;*/
    /*background-image: none;*/
    /*list-style: disc;*/
}

.main .info_title_list li::before {
    /*background: none;*/
}

.info_box {
  margin-top: 50px;
}
