@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.waste a {
text-decoration: underline;
}

#tokushu.waste a:hover {
text-decoration: none;
}

#tokushu.waste h1 {
font-size: 2.7em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

#tokushu.waste  h1 span {
font-size: 55%;
margin: 0 0 5px 0;
display: block;
font-weight: bold;
}


#tokushu div.index ol li a {
border: none;
}

#tokushu.waste h2 {
font-size:1.7em;
line-height: 1.4;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #333;
color: #fff;
}

#tokushu.waste h2 span {
font-size:70%;
line-height: 1.4;
padding: 0;
display: block;
}

#tokushu.waste h3 {
margin: 60px 0 15px 0;
line-height: 1.4;
border: none;
font-size: 1.4em;
padding: 0;
font-weight: bold;
}

#tokushu.waste .qa{
  counter-reset:q;
}

#tokushu.waste h3.qa-title{
  counter-increment:q;
  display:flex;
  align-items:center;
  gap:20px;
  padding:20px 0;
  font-size:1.3em;
  font-weight:700;
}

#tokushu.waste h3.qa-title::before{
  content:"Q" counter(q);
  font-size: 2em;
  font-weight:800;
  color:#999;
  line-height:1;
}

#tokushu.waste h3.number {
display:flex;
height: 50px;
line-height: 1
}

#tokushu.waste h3.number span {
border: none;
font-size: 1.8em;
display: block;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
color: #666;
font-weight: bold;
float: left;
border-right: none;
text-align: center;
}

#tokushu.waste h3 small {
border: none;
font-size:60%;
margin: 10px 0 0 0;
font-weight: normal;
display: block;
line-height: 1.5
}


#tokushu.waste .year {
font-size: 110%;
font-weight: bold;
padding: 10px 0;
margin: 0;
}

#tokushu.waste .year-point {
background: #666;
color: #FFF;
font-size: 110%;
font-weight: bold;
padding: 10px;
margin: 10px 0;
display: inline-flex
}

#tokushu.waste .description {
margin: 0 0 0 30px;
padding: 20px 0 20px 30px;
border-left: #999 1px solid;
}

#tokushu.waste .description h3 {
margin: 0 0 15px 0;
font-size: 1.2em
}

#tokushu.waste .description h3 span {
display: block;
font-size: 90%;
margin-bottom: 5px;
}

#tokushu.waste .kakomi {
margin: 60px 0;
padding: 30px;
background: #F2F2F2;
border: none;
}


#tokushu.waste .kakomi p {
margin: 20px 0;
}

#tokushu.waste .kakomi p:last-child {
margin-bottom:0;
}

#tokushu.waste .kakomi img {
width: 100%;
}

#tokushu.waste .kakomi h4 {
font-size: 1.2em;
margin: 0;
border-bottom: #333 1px solid;
padding: 0 0 8px 0;
}


#tokushu.waste .editor {
margin: 60px;
padding: 0 30px 30px 30px;
background: none;
border-top: #333 1px solid;
border-bottom: #333 1px solid;
}

#tokushu.waste .editor h4 {
color: #FFF;
background: #666;
padding: 3px 10px;
display: inline-flex;
}

#tokushu.waste .editor p.question {
margin: 0 0 30px 0;
}



#tokushu.waste .index {
    padding: 20px 30px 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    line-height: 2 !important;
}

#tokushu.waste .index ol {
font-size: 80%;
}



/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.waste #table th,
body.white .site #tokushu.waste #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.waste h1 {
font-size: 2.3rem;
line-height: 1.2;
margin: 10px 0 20px 0;
font-weight: 900;
}

body.white .site #tokushu h1 span {
font-size: 70%;
margin: 0 0 10px 0;
display: block;
font-weight: bold;
}


body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.waste h3 {
padding-left:0;
}

body.white .site #tokushu.waste .editor {
margin: 40px 0 40px 40px;
padding: 0 30px 30px 30px;
background: none;
border-top: #333 1px solid;
border-bottom: #333 1px solid;
}

body.white .site #tokushu.waste .editor h4 {
color: #FFF;
background: #666;
padding: 3px 10px;
display: inline-flex;
}
