@charset "utf-8";

.contents-container{
  margin: 0 6%;
}

.contents-sub-title{
  align-items: center;
}

.contents-duty{
  padding-top: 16px;
}

.name_button{
  border: 1px solid #dddd;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  max-width: 300px;
  margin: 30px auto;
}

.tenpo_list {
  border: solid 2px #fbbf13;
  padding: 40px 0;
}

.tenpo_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 90%;
  margin: 4px auto 0px;
}

.tenpo_lists {
  margin: 4px 16px 0px;
}

.list_name {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 5px;
}

.tenpo_list_title {
  text-align: center;
  padding-bottom: 30px;
  font-weight: 700;
  color: #fbbf13;
}

.list_title {
  padding-left: 10px;
}

.gg {
  margin-top: 30px;
}

/*------------
sub_content 
------------*/

.sub_content {
  padding: 40px 0px 0;
  margin: 0 6%;
 }

.sub_item {
  margin-bottom: 80px;
}

.sub_item img {
  width: 100%;
}

.sub_content_copy {
 padding: 30px 6px;
}

.s_name{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
}

.s_name_sub{
  font-size: 12px;
}

.s_img{
  padding: 16px 0 0;
}

.s_name_copy{
  padding: 16px 0px;
}

.s_cost-tan{
  font-size: 11px;
}

.s_cost-tan-sub{
  font-size: 20px;
}


.s_cost-tan-li{
  font-size: 11px;
}





.s_contens {

  border-top: 1px solid #c6c6c6;
  padding-bottom: 20px;
  padding-top: 20px;
  gap: 10px;
  padding: 30px 0px 0;
  align-items: center;
}




.sub_content_annotation {
  font-size: 12px;
  line-height: 19px;
  padding: 16px;
  margin: 0;
}

.sub_content_annotation li{
  text-indent: -1rem;
  list-style: none;
  padding-top: 6px;

}

/* ---------------
モーダルウィンドウ 
-----------------*/

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 1s ease-in-out;
  overflow-y: auto;
  overscroll-behavior-y: none;
}

.modal-container {
}
.modal_howto_hint {
  margin: 8px 0 -24px;
  text-align: center;
  font-weight: 700;
}

.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.modal-content {
  background: #fff;
  overflow-y: auto;
  width: 94%;
  max-width: 456px;
  /* max-width: 372px; */
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 84%;
  animation: show 0.5s linear 0s;
  /* filter: drop-shadow(0px 2px 6px #777); */
}

.modal_item {
  margin-top: 16px;
  
}

.modal-top {
  /* border: 1px solid #000; */
  padding: 1px 6px;
  /* width: 71px; */
  margin: 30px auto 0;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 100;
  top: 87%;
  /* background: #fff; */
}

.modal-close {
  color: #fff;
  text-decoration: underline;
  border-radius: 5px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 700;
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #fff;
}
.modal_howto_text {
  padding: 16px;
  background: #efefef;
  margin: 28px 0 42px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nonScroll {
  height: calc(1vh + 1px);
  width: 1px;
  background-color: transparent;
} /*# sourceMappingURL=style.css.map */

.modal_point_title {
  padding: 30px 16px;
  text-align: center;
  font-weight: 700;
}
