@charset "UTF-8";

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

#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 .inner-image {
  width: 100%;
  margin-bottom: 15px;
}

#box1 .inner-image img {
  width: 100%;
  height: auto;
}

#box1 .inner-text {
  width: 100%;
}

@media print,
screen and (min-width: 481px) {

  /*----------------------------------------
	box1
-----------------------------------------*/
  #box1 section {
    margin-top: 30px;
  }

  #box1 section.first {
    margin-top: 0px;
  }

  #box1 .inner {
    display: flex;
    flex-direction: row-reverse;
  }

  #box1 .inner-image {
    width: 30%;
  }

  #box1 .inner-text {
    width: 65%;
    margin-right: 5%;
  }
}

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

  /*----------------------------------------
	box1
-----------------------------------------*/
  #box1 section {
    margin-top: 30px;
  }

  #box1 section.first {
    margin-top: 0px;
  }
}