/* dentist
---------------------------------------------------------- */

.l-flex {
  display: flex;
  justify-content: space-between;
}

/* ----- key ----- */
.join .c-key {
  background-image: url(../img/dentist/img_join_key.jpg);
  background-position: 100% 60% !important;
}

.howto .c-key {
  background-image: url(../img/dentist/img_howto_key.jpg);
  background-position: 100% 60% !important;
}

.index .c-key {
  background-image: url(../img/dentist/img_key.jpg);
  background-position: 100% 60% !important;
}

/* ----- index ----- */
.index .l-main {
  padding-bottom: 0;
}

.slick01 {
  width: 100%;
}

.slick01 img {
  width: 100%;
}

.p-dentist_index_bnr {
  margin: 0 auto;
  text-align: center;
}
.p-dentist_index_bnr li {
  margin-bottom: 12px;
  text-align: center;
}
.p-dentist_index_bnr li img {
  text-align: center;
  margin: 0 auto;
}

.p-dentist_index_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-dentist_index_img {
  width: 55%;
}

.p-dentist_index_inner {
  width: 40%;
}

.p-dentist_index_cont .c-btn_wt {
  margin-top: 30px;
}

.p-dentist_index_contact {
  background-color: #adcff3;
  text-align: center;
}

.p-dentist_index_contact p {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.p-dentist_index_contact .c-btn_wt {
  margin: 30px auto 0;
}

.reverse {
  flex-direction: row-reverse;
}
.prev-arrow {
  position: absolute;
  left: -40px;
  top: calc(50% - 10px);
  transparent;
  border-right: 15px solid #abd2e4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 0;
  width: 0;
  border-left: 0;
}
.next-arrow {
  position: absolute;
  right: -40px;
  top: calc(50% - 10px);
  transparent;
  border-left: 15px solid #abd2e4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0;
  background-color: none;
}
button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* ----- join ----- */
.join .c-ttl_main {
  border-bottom: solid 1px;
  padding-bottom: 10px;
}

.join_course {
  padding: 30px;
  background-color: #f1f4f5;
  margin-bottom: 30px;
}

.join_course .c-btn_wt {
  margin: 10px 0 30px;
  width: 200px;
  border-radius: 200px;
}

.join_course .c-btn_wt a {
  line-height: 40px;
  font-size: .9em;
}


.join_course li {
  margin-bottom: 10px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.join_course li:last-child {
  margin-bottom: 0px;
}

form table {
  width: 100%;
  margin-top: 30px;
}

form table tr {
  border-bottom: solid 1px #b5b5b5;
}

form table tr:first-child {
  border-top: solid 1px #b5b5b5;
}

form table th {
  padding: 14px;
  border-right: solid 1px #b5b5b5;
  width: 200px;
  font-weight: bold;
}

form table td {
  padding: 14px;
}

form table input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
}

form table textarea {
  width: 100%;
  height: 300px;
  padding-left: 10px;
}

form select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
}

.checkcont {
  text-align: center;
  margin-top: 30px;
}

.btn_submit {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #353694;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  font-weight: bold;
  max-width: 300px;
  width: 300px;
  border: solid 1px #353694;
  margin: 30px auto;
  transition: .3s;
}

.btn_submit:hover {
  color: #353694;
  background-color: #fff;
}

/* =================================
 SP dentist
================================= */

@media screen and (max-width: 767px) {

  .l-flex {
    display: block;
  }

  /* ----- key ----- */

  /* ----- index ----- */
  .p-dentist_index_cont {
    display: block;
  }

  .p-dentist_index_img {
    width: 100%;
  }

  .p-dentist_index_inner {
    width: 100%;
    margin-top: 15px;
  }


  .p-dentist_index_contact p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .prev-arrow {
  position: absolute;
  left: -20px;
  top: calc(50% - 5px);
  transparent;
  border-right: 7.5px solid #abd2e4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  border-left: 0;
}
.next-arrow {
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
  transparent;
  border-left: 7.5px solid #abd2e4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  background-color: none;
}

  /*------ join --------*/
  .join_course {
    padding: 20px;
    margin-bottom: 30px;
  }


  form table {
    margin-top: 15px;
  }

  form table tr:first-child {
    border-top: solid 1px #b5b5b5;
  }

  form table th {
    display: block;
    width: 100%;
    border-bottom: solid 1px #b5b5b5;
    border-right: none;
    background-color: #f8f8f8;
    padding: 6px 10px;
  }

  form table td {
    padding: 14px;
    width: 100%;
    display: block;
  }

  form table input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  form select {
    width: 100%;
    height: 40px;
    padding-left: 10px;
  }


  .btn_submit {
    max-width: 100%;
    width: 100%;
  }

  .join_course .c-btn_wt {
    width: 100%;
    margin-left: -.6em;
  }

}



/* =================================
 iphone5s,SE first
================================= */

@media screen and (max-width: 320px) {}