#content .singleContent .cont_header .title.oideokaeri {
    display: block;
    text-align: center;
}
h1.oideokaeri span{
    display: inline-block;
}
.head_text_oideokaeri{
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ededed;
    text-align: center;
}
.head_text_oideokaeri > p{
    font-size: 2.4rem;
    margin: 0;
}
.head_text_oideokaeri > p > span.data{
    font-size: 2.0rem;
}
.head_text_yamabuki{
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FEC42C;
    text-align: center;
}
.head_text_yamabuki > p{
    font-size: 2.4rem;
    margin: 0;
}
.head_text_yamabuki > p > span.data{
    font-size: 2.0rem;
}
h2.oideokaeri {
    position: relative;
    border-bottom: solid 2px #900700;
    padding-bottom: 5px;
}
h3.oideokaeri {
  position: relative;
  padding: 5px 0 3px 5px;
}
h2 > span, .h_link {
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 5px;
}
.h_link > a {
    font-size: 1.4rem;
    padding: 3px 10px 3px 10px;
    border: solid 1px #990700;
    border-radius: 4px;
    display: block
}
.h_link > a:hover{
  text-decoration: none;
  background-color: #990700;
  color: #fff;
}
h3{
    padding-left: 5px;
    border-left: 5px solid #aaaaaa;
}
h3.yamabuki{
    padding-left: 5px;
    border-left: 5px solid #FEC42C!important;
}
ul.img_list{
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
ul.img_list li{
    width: 49%;
    list-style-type: none;
}
ul.img_list li img{
    width: 100%;
    height: auto;
    max-width: 100%;
    align-self: flex-start;
}

@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;
    }
    h2 > span {
        display: inline-block;
        margin-left: 10px;
        position: absolute;
        top: -2px;
    }
    h3{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    h4{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    p{
      font-size: 1.4rem;
    }
}

@media screen and (max-width: 400px) {
    ul.img_list{
        display: block;
    }
    ul.img_list li{
        width: 100%;
    }
}