@charset "utf-8";

/* 共通 */
/* オレンジボタン */
.btn__oval {
  display: block;
  line-height: 1;
}
.btn__oval:hover {
	cursor: pointer;
	opacity: 0.8;
}
.btn__oval p {
  padding: 23px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0 !important;
}
.free_btn {
  max-width: 445px;
  margin: 30px auto 0;
}
.free_btn p {
  background-color: #ed7d31;
  border-radius: 10px;
}

/* フリープランの特長 */
.list_font-size_large li {
  font-size: 1.2em;
}

/* フリープランで実現できること・利用できる機能 */
.lay_tile {
  display: flex;
  margin-bottom: 45px;
}
.lay_tile:last-child {
  margin-bottom: 1em;
}
.tile_text, .tile_img {
  width: 46%;
  margin: 0 2%;
}
.tile_img {
  height: 220px;
  text-align: center;
}
.blue_box {
  display: flex;
  justify-content: center;
  background-color: #d8e3f3;
  padding: 25px 0;
  margin-top: 30px;
}
.blue_box img, .blue_box p {
  margin: auto 25px !important;
}
.blue_box img {
  width: 100px;
  height: 100px;
}

/* よくある質問 */
.free_faq {
  margin-bottom: 100px;
}
.solution-question__first {
  border-top: none;
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .contentsHead {
    text-align: left !important;
  }

  /* フリープランで実現できること・利用できる機能 */
  .lay_tile {
    flex-direction: column;
  }
  .tile_rev {
    flex-direction: column-reverse;
  }
  .tile_text, .tile_img {
    width: 100%;
  }
  .tile_text {
    margin-bottom: 0.8em;
  }
  .tile_img {
    height: auto;
    margin: 0;
  }
  .blue_box {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .blue_box img, .blue_box p {
    margin: auto 20px !important;
  }
  .blue_box img {
    margin-bottom: 1em !important;
  }
  /* よくある質問 */
  .free_faq {
    margin-bottom: calc(100 * 100vw / 750);
  }
}

@media screen and (max-width: 518px) {
  /* オレンジボタン */
  .btn__oval p {
    padding: 20px 0;
  }
  .free_btn p {
    font-size: min(4.4vw, 1em);
  }
  /* フリープランで実現できること・利用できる機能 */
  .blue_box p {
    text-align: left;
  }
}