/*
AMパッケージCSS
*/

/* 導入支援サービス*/
/* ---------------------------- */

.support {
  padding-top: 50px;
}

.support h2 {
  background: url(../img/bg_support.png) top center no-repeat;
  height: 50px;
  margin-bottom: 3%;
}

.about_support_overview {
  font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

@media screen and (max-width: 480px) {
  .about_support_overview {
    width: 90%;
    /*全体の幅を90%に*/
    text-align: left;
    margin: 0 auto;
    font-weight: 500;
  }
}
  


/* 導入までの流れ*/
/* ---------------------------- */

.am_header_elements{
  font-size: 10px;
  font-weight:bolder;
}

.camp_overview {
  margin-bottom: 10px;
  justify-content: space-around;
  display: grid;
  background: radial-gradient(circle, rgb(247, 247, 249) 10%, rgb(168, 229, 247) 23%, rgb(149, 213, 247) 40%, rgb(105, 196, 235) 70%, rgb(117, 159, 244) 90%);
  padding: 20px;
}

.camp_overview h5,
h6 {
  color: black;
  font-weight: bolder;
}

.camp_overview .explanation_camp {
  padding: 15px;
}

.service_scope {
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
}

.service_scope .service_scope_options {
  text-align: start;
}

.service_flow_overview{
  display: flex;
}

@media screen and (max-width: 480px) {
  .service_scope img {
    display: none;
  }

  .service_flow_overview{
    flex-direction: column;
  }

  .service_scope .service_scope_options {
    text-align: left;
  }
}

/* 料金 */
/* ---------------------------- */
.price {
  padding-top: 50px;
}

.price h2 {
  background: url(../img/bg_price.png) top center no-repeat;
  height: 50px;
  margin-bottom: 3%;
}

.price h5 {
  display: inline-block;
  text-align: left;
  font-size: 23px;
  margin-bottom: 4vh;
}

.price_overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
}


.price_overview .price_elements {
  text-align: center;
  flex-wrap: wrap;
  gap: 10%;
  padding: 2em;
  border: dashed 2px rgb(0, 179, 206);
  width: 42%;
}

.price_elements2 {
  text-align: left;
  flex-wrap: wrap;
}

.price_overview .price_elements h4 h5 {
  font-weight: bolder;
  margin-top: 0;
  margin-bottom: 0;
}


@media screen and (max-width: 480px) {
  .price_overview .price_elements {
    width: 90%;
    /*全体の幅を90%に*/
  }
}

@media screen and (max-width: 480px) {
  .price_overview .price_elements  {
    width: 90%;
    /*全体の幅を90%に*/
    flex-direction: column;
  }

  .price_overview .price_elements  {
    font-size: 16px;
    line-height: 1.182;
    text-align: center;
    font-weight: 500;
  }
}

/* QA */
/* ---------------------------- */
.QA {
  padding-top: 50px;
}

.QA h2 {
  background: url(../img/bg_QA.png) top center no-repeat;
  height: 50px;
  margin-bottom: 3%;
}

.QA h5 {
  display: inline-block;
  text-align: left;
  margin-bottom: 4vh;
}

.QA_overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
}


.QA_overview {
  font-weight: bolder;
  margin-top: 0;
  margin-bottom: 0;
}

