@charset "UTF-8";
.shiryo-index-article__heading {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0;
    border-top: solid 1px #3a4206;
    line-height: 1;
    text-align: center;
    color: #3a4206;
    letter-spacing: 0.1em;
        margin-bottom: 30px;
    width: 87.234vw;
    max-width: 820px;
    font-size: 24px;
}
.shiryo-index-article__heading::before {
    content: '';
    position: absolute;
    top: calc(0.5em - 38px);
    right: 0;
    left: 0;
    background: url(../images/pages/shiryo/icon_shiryo-figure.svg) no-repeat;
    background-size: contain;
    margin-right: auto;
    margin-left: auto;
    width: 52px;
    height: 48px;
}
.shiryo-index-section {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}
.shiryo-index-section__heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    width: 87.234vw;
    max-width: 820px;
}
.shiryo-index-section__container {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    width: 87.234vw;
    max-width: 820px;
}
.shiryo-index-section__heading-icon {
    width: 50px;
}
.shiryo-index-section__heading {
        font-size: 24px;
    padding: calc( ( 50px - 1em ) / 2) 0 0.3em 0.5em;
    width: 100%;
    border-bottom: 1px solid #3a4206;
    color:#3a4206;
}
.shiryo-index-section__heading .small{
    font-size:16px;
}

.shiryo-index-section__text-area {
        line-height: 24px;
    text-align: justify;

}
.shiryo-index-section__question{
        margin-bottom: 1.7em;
    position: relative;
    border-bottom: 1px dotted #3a4206;
    padding-left: 2.5em;
}
.shiryo-index-section__question:before{
    position: absolute;
    content: "Q:";
    font-size:1.4rem;
    color:#3a4206;
    left: 0;
}
.shiryo-index-section__explanation{
        margin-bottom: 1.7em;
}
.shiryo-index-section__answer{
        margin-bottom: 1.7em;
    position: relative;
    border-bottom: 1px dotted #600411;
    padding-left: 2.5em;
}
.shiryo-index-section__answer:before{
    position: absolute;
    content: "A:";
    font-size:1.4rem;
    color:#600411;
    left: 0;
}
.shiryo-index-section__photo-lists{
      display: flex;
  justify-content: space-around;
    margin-bottom: 1.7em;
}
.shiryo-index-section__photo-list {
    margin-right: 5px;

}
.shiryo-index-section__photo-list img{
    width: 100%;


}
.shiryo-index-section__photo-list:last-child {
    margin-right: 0;
}
.shiryo-index-section__photo-caption{
    margin-bottom: 2em;
    font-size: 0.9em;
    margin-top: -1.5em;
}
.shiryo-index-section__photo--width221 {
    width: 23.5106vw;
    max-width: 221px;
}
  @media screen and (max-width: 768px) {
      .shiryo-index-article__heading{
              margin-bottom: 20px;
    padding: 1.5em 0 1em;
    font-size: 18px;
      }
      .shiryo-index-section__heading-icon {
    width: 40px;
}
      .shiryo-index-section__heading{
    font-size: 18px;
              padding: calc( ( 40px - 1em ) / 2) 0 0.3em 0.4em;
      }
      .shiryo-index-section__question:before {
    font-size: 18px;
}
      .shiryo-index-section__question {
    padding-left: 1.8em;
}
            .shiryo-index-section__answer:before {
    font-size: 18px;
}
      .shiryo-index-section__answer {
    padding-left: 1.8em;
}
}
 