@charset "UTF-8";
/* モーダルデザイン変更 */
.btn-gray-etc {
  background-color: #bbb;
}

#modal-terms-etc {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#modal-terms-etc .refinemodal-inner {
  overflow: initial;
}
#modal-terms-etc .img-area {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  #modal-terms-etc .img-area {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#modal-terms-etc .modal-close {
  display: block;
  background-color: #fff;
  background-image: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
}
@media (max-width: 768px) {
  #modal-terms-etc .modal-close {
    right: 20px;
  }
}
#modal-terms-etc .modal-close span {
  width: 20px;
  background: #000;
}
#modal-terms-etc .modal-close span:nth-child(1) {
  top: 20px;
  left: 10px;
}
#modal-terms-etc .modal-close span:nth-child(2) {
  top: 20px;
  left: 10px;
}

/* お知らせssi用 */
#contact_info_2.l-section {
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 1rem;
}
#contact_info_2 .row_box {
  display: flex;
  width: 100%;
}
#contact_info_2 .row_box .text {
  display: flex;
  flex-direction: column;
  width: 10%;
  background-color: #8E8CE0;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
#contact_info_2 .row_box .link {
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: center;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .l-section {
    padding: 40px 0;
  }
  #contact_info_2 .l-inner {
    padding: 0;
  }
  #contact_info_2 .row_box .text {
    width: 20%;
  }
  #contact_info_2 .row_box .text p {
    font-size: 16px;
  }
  #contact_info_2 .row_box .link {
    width: 80%;
    padding: 0 5px;
  }
}