@charset "UTF-8";

#box1 .inner {
  margin-bottom: 25px;
}

#box1 img {
  width: 100%;
  vertical-align: bottom;
}

#box1 ul.list {
  display: block;
  box-sizing: border-box;
  border: 2px solid #0066cc;
  padding: 10px 10px 0;
  margin-bottom: 25px;
  list-style-type: none;
}

#box1 ul.list .list-item {
  margin-bottom: 10px;
}

.list-item .fa-circle {
  color: #0066cc;
}

#box1 .flexBox figure {
  width: 30%;

  @media (width <=480px) {
    width: 100%;
  }
}

#main #box1 div:before,
#main #box1 div:after {
  content: none;
  display: none;
}

#box1 .flexBox figcaption {
  margin: 10px 0;
}

/* ==========================================================
	PC閲覧用 481px以上
========================================================== */
@media screen and (min-width: 481px) {
  .title h2 {
    font-size: 0.9em;
  }

  #box1 .inner {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  #box1 .inner p {
    padding-bottom: 10px;
  }

  #box1 .inner p {
    width: 450px;
  }

  #box1 figure {
    width: 240px;
  }
}

/* ==========================================================
	SP閲覧用 480px以下
========================================================== */
@media screen and (max-width: 480px) {

  #box1 .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #box1 .inner p {
    padding-bottom: 10px;
  }

  #box1 .inner figure {
    width: 100%;
  }
}

/*---------------------------------
	Youtube button
------------------------------*/
#button {
  text-align: center;
  margin-bottom: 25px;
}

#button:hover,
#button:active {
  opacity: .8;
}

#button img {
  width: 150px;
  margin-top: 20px;
}