@charset "utf-8";


/* スマホ・タブレット向けCSS */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.wrapper .pack02 {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}

.wrapper .marg-b05 {
  margin-bottom: .5rem;
}

.wrapper .marg-b0 {
  margin-bottom: 0;
}

.font-ab {
  font-size: 1.1rem;
  font-weight: bold;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.author {
  font-size: .9rem;
}

.box01,
.box02,
.box03 {
  margin-bottom: 1.3rem;
}

.box01 p,
.box02 p,
.box03 p {
  margin-bottom: 0;
  text-indent: 0;
}

.box01 p:nth-child(2),
.box02 p:nth-child(2),
.box03 p:nth-child(3) {
  margin-bottom: .5rem;
}

.vehiclec01 {
  background: #da4e7bff;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
}

.vehiclec02 {
  background: #009c6cff;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
}

.vehiclec03 {
  background: #f9be00ff;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
}

.photo {
  text-align: center;
  margin-bottom: .5rem;
}

.photo img {
  width: 13rem;
  border: 1px solid #b7a077;
}

video {
  width: 13rem;
  border: 1px solid #b7a077;
  vertical-align: bottom;
}

.pc {
  display: none;
}

.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向け 501px以上 */

@media screen and (min-width: 501px) {

  .side-by01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .box03 .photo {
    float: right;
    margin: 1.9rem 0 0 .5rem;
  }

  .box03 p:nth-child(3) {
    margin-bottom: 0;
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .box03 .photo {
    margin-left: 1rem;
  }

  .photo img,
  video {
    width: 14rem;
  }
}
