/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　experience
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.experience_wrapper {
  width: 100%;
  margin: 0 auto;
}

.title_line {
  padding-top: 100px;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
  text-align: center;
}

.col-2_items_title {
  width: 40%;
}

.col-2_items_title_img {
  width: 60%;
}

.col-2_items {
  text-align: left;
}


/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .col-2_items_title {
    width: 60%;
  }

  .col-2_items_title_img {
    width: 40%;
  }



}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .col-2 {
    flex-direction: column;
  }

  .col-2_items_title {
      width: 100%;
  }

  .col-2_items_title_img {
    width: 80%;
    margin: 0 0 0 auto;
  }

  .about_title {
    font-size: 42px;
    margin: 0 auto 16px 10%;
  }

  .about_title_small {
    font-size: 16px;
    margin: 0 auto 40px 10%;
  }

}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　about
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.experience_message_wrapper {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/common/bg_4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.experience_message {
  text-align: center;
  font-size: 18px;
  margin: 100px 0;
}

.experience_message span {
  font-size: 24px;
}

.experience_message .color_1 {
  padding: 20px 0;
}




#experience {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  display: block;
  text-align: left;
}

#experience img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#experience .col-2_items {
  width: 50%;
}

.experience_img {
  box-shadow: 16px 16px 0 rgba(102, 103, 171, 0.5);
}

.experience_h3 {
  color: #54595F;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}

#experience .col-2:nth-child(even) {
  flex-direction: row-reverse;
}











/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){


}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {

}




/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　price
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.price-table {
    table-layout: fixed;
    font-family: 'Noto Sans JP';
    width: 640px;
    margin: 100px auto 80px;
    border-collapse: collapse;
}

.price-table thead th {
    background: #6667AB;
    font-weight: bold;
    color: #fff;
    padding: 32px;
    font-size: 24px;
}

.price-table tbody th, .price-table tfoot th {
    background: #6667AB90;
    color: #fff;
    padding: 24px 48px;
    font-size: 16px;
    text-align: left;
}

.price-table tbody td, .price-table tfoot td {
    text-align: center;
    color: #6667AB;
    font-size: 20px;
    font-weight: bold;
    padding: 24px;
}

table td, table th {
    border: 1px solid rgba(0,0,0,0.06);
    /* padding: .5rem 1rem;
    font-size: var(--vk-size-text-sm); */
}

.price_attention {
  width: 60%;
  margin: 0 auto;
}

.button {
  background-color: #923F9133;
  padding: 1em 2em;
  transition: 0.6s;
  border-radius: 8px;
  max-width: 240px;
}

.button:hover {
	background-color: #923F9180;
  color: #fff;
  transition: 0.6s;
}

.button a {
  color: #923F91;
  letter-spacing: 0.1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#price .col-2 {
  width: 60%;
  justify-content: center;
  margin: 0 auto;
}

.col-2_items_title_img {
  width: 40%;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {


}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　time
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.time-table {
    table-layout: fixed;
    font-family: 'Noto Sans JP';
    width: 800px;
    margin: 100px auto 80px;
    border-collapse: collapse
}

.time-table thead th {
    background: #6667AB;
    font-weight: bold;
    color: #fff;
    padding: 16px;
}

.time-table tbody th, .time-table tfoot th {
    background: #6667AB33;
    padding: 16px;
}

.time-table tbody td, .time-table tfoot td {
    text-align: center;
    padding: 16px;
}

.time_attention {
    width: 60%;
    margin: 0 auto;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {


}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　attention
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#attention {
  margin: 100px auto;
  width: 80%;
}

.attention_icon {
  width: 100px;
  padding: 0 40px;
}

.attention_icon_2 {
  width: 60px;
  padding: 0 40px;
}

.caution {
  border: solid 16px #CCF5AC52;
  border-radius: 60px;
  margin: 80px;
  padding: 40px 80px;
}

.caution_title {
  font-size: 28px;
  font-weight: 600;
}

.marker {
  background: linear-gradient(transparent 70%, #6667AB50 70%);
  padding: 6px;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {


}
