.section {
  padding: 60px 5%;
}

.section:last-of-type {
  padding: 60px 5% 80px 5%;
}

.section .magazine {
  margin: 60px 0 120px 0;
}

.section .magazine > section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 72px 0 0 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section .magazine > section > .thumbnail {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section .magazine > section > .thumbnail > img {
  width: 100%;
  height: auto;
  max-width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section .magazine > section > .details {
  margin: 0 0 0 20px;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}

.section .magazine > section > .details * {
  line-height: 1.7em;
}

.section .magazine > section > .details > ul.magazineIndex {
  margin: 30px 0 0 0;
}

.section .magazine > section > .details > ul.magazineIndex li {
  margin: 0 0 15px 0;
  padding: 0 0 0 0px;
}

.section .magazine > section > .details > ul.magazineIndex li p > span {
  display: block;
}

.section .magazine > section > .details > ul.magazineIndex li p > span.head_title {
  font-size: 14px;
  line-height: 30px;
}

.section .magazine > section > .details > ul.magazineIndex li p > span.title {
  font-size: 24px;
  line-height: 32px;
}

.section .magazine > section > .details > ul.magazineIndex li p > span.sub_title {
  font-size: 20px;
  line-height: 30px;
}

.section .magazine > section > .details > ul.magazineIndex li p > span.auther {
  font-size: 16px;
}

.section .magazine > section > .details > ul.magazineIndex li p > span.auther + span {
  margin: 8px 0 0 0;
}

.section .magazine > section > .details > ul.magazineIndex li p > span > span {
  font-size: 15px;
}

.section .magazine > section > .details > .magazine_info {
  margin: 0 0 7px 0;
}

.section .magazine > section > .details > .magazine_info > p.title {
  font-weight: 600;
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.section .magazine > section > .details > p.contents {
  margin: 0 0 0px 0;
}

@media screen and (max-width: 768px) {
  .section .magazine > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section .magazine > section > .thumbnail {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 0 40px 0;
  }
  .section .magazine > section > .thumbnail > img {
    width: 100%;
    max-width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.section .magazine > h1 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2em;
  margin: 0 0 60px 0;
}
/*# sourceMappingURL=culdela.css.map */