.section{  
  border-top: solid 1px green;
}
p.tolungage{
  text-align: right;
}
/*h2 {
  box-sizing: border-box;
  padding-top: 50px;
}*/
h2 span{
  font-size: 50%;
  display: inline-block;
}
h3{
  background-color: green;
  padding: 5px 5px 4px 5px;
  box-sizing: border-box;
  color: #ffffff;
}
h3 span{
  display: inline-block;
}
dl.gyoretsu{
  border-top: solid 1px #cccccc;
}
dl.gyoretsu div{
  display: flex;
  border: solid 1px #cccccc;
  border-top: none;
}
dl.gyoretsu div{
  display: flex;
}
dl.gyoretsu div dt,dl.gyoretsu div dd{
  box-sizing: border-box;
  padding: 10px;
}
dl.gyoretsu div dt{
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0!important;
  display: flex;
  align-items: center;
  border-right: solid 1px #cccccc;
}
dl.gyoretsu div dt p{
}
dl.gyoretsu div dt p span{
  display: inline-block;
}
dl.gyoretsu div dd{
  width: 75%;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  justify-content: space-between;
}
dl.gyoretsu div dd img{
  box-sizing: border-box;
  margin-left: 20px;
  max-width: 100%;
  height: fit-content;
}
div.syato_gi{
  display: flex;
  justify-content: space-between;
}
div.syato_gi p{
  margin: 0;
}
div.syato_gi img{
  margin-left: 30px;
  max-width: 100%;
  height: fit-content;
}
@media screen and (max-width: 600px) {
  #content .section {
  margin: 2rem auto 4rem;
  padding: 0;
  }
  h1{
      font-size: 2.4rem!important;
  }
  #content .singleContent .cont_header{
      margin: 2rem auto 3rem;
  }
  h2{
      font-size: 1.8rem;
      margin: 2.5rem 0 1.5rem;
  }
  h3{
      font-size: 1.6rem!important;
      margin: 3rem 0 1.5rem;
      font-weight: 600;
  }
  h4{
      font-size: 1.6rem!important;
      margin: 2.5rem 0 1.5rem;
  }
  p{
    font-size: 1.4rem;
  }
  dl.gyoretsu div{
    display: block;
    border: solid 1px #cccccc;
    border-top: none;
  }
  dl.gyoretsu div dt{
    width: 100%;
    border-right: none;
  }
  dl.gyoretsu div dd{
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  dl.gyoretsu div dt p{
    margin: 0;
    border-bottom: solid 1px #ededed;
    padding-bottom: 5px;
    width: 100%;
    font-size: 1.4rem;
  }
  dl.gyoretsu div dd p{
    margin-top: 0;
    padding-top: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  dl.gyoretsu div dd{
    width: 100%;
    display: block;
  }
  dl.gyoretsu div dd img{
    margin-left: 0;
  }
  div.syato_gi{
    display: block;
  }
  div.syato_gi p{
    margin: 0;
  }
  div.syato_gi img{
    margin-top: 20px;
    margin-left: 0;
    max-width: 100%;
    height: fit-content;
  }
}