.article {
  padding-top: 60px;
  padding-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .article {
      padding-top: 8vw;
      padding-bottom: 8vw; } }
  .article .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 50px; }
    @media screen and (max-width: 750px) {
      .article .wrap {
        padding-top: 0;
        padding-bottom: 0; } }
  .article .image {
    width: 500px; }
    @media screen and (max-width: 750px) {
      .article .image {
        width: 100%; } }
    .article .image li {
      height: 300px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media screen and (max-width: 750px) {
        .article .image li {
          height: 53.3333333333vw; } }
      .article .image li + li {
        margin-top: 20px; }
        @media screen and (max-width: 750px) {
          .article .image li + li {
            margin-top: 4vw; } }
  .article .main {
    width: calc(100% - 560px); }
    @media screen and (max-width: 750px) {
      .article .main {
        width: 100%;
        padding-top: 10px; } }
    .article .main .content *:first-child {
      margin-top: 0; }
    .article .main .content > figure {
      width: 650px;
      margin: auto;
      margin-top: 40px; }
      @media screen and (max-width: 750px) {
        .article .main .content > figure {
          width: 100%;
          max-width: 100%;
          margin-top: 10px; } }
      .article .main .content > figure img {
        width: 100%; }
    .article .main .content > p {
      line-height: 2;
      color: #333;
      margin-top: 40px; }
      @media screen and (max-width: 750px) {
        .article .main .content > p {
          font-size: 1.3rem;
          margin-top: 10px; } }
    .article .main .showlist {
      width: 280px;
      height: 50px; }
      @media screen and (max-width: 750px) {
        .article .main .showlist {
          width: 66.6666666667vw;
          height: 13.3333333333vw; } }

.article .no-image .main {
  margin: auto; }

/*# sourceMappingURL=information--detail.css.map */
