@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- dls-top_sec
-------------------------*/
/*=======================================
	dls-top_sec
=======================================*/
/*=======================================
	read_sec
=======================================*/
.read_sec {
  margin: 0 0 110px 0;
}
@media screen and (max-width: 768px) {
  .read_sec {
    margin: 0 0 60px 0;
  }
}
.read_sec p {
  font-size: 15px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .read_sec p {
    font-size: 14px;
  }
}
/*=======================================
	member_sec
=======================================*/
.member_sec {
  display: flex;
  gap: 5.5%;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .member_sec {
    flex-direction: column;
    margin: 0 0 60px 0;
  }
}
.member_sec .block {
  border: 1px solid #C6C6C6;
  padding: 5.5%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .member_sec .block {
    padding: 30px 5.5%;
  }
}
.member_sec .block:first-child {
  background: #FFF2ED;
}
@media screen and (max-width: 768px) {
  .member_sec .block:first-child {
    margin: 0 0 40px 0;
  }
}
.member_sec .st {
  text-align: center;
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .member_sec .st {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .member_sec .st {
    font-size: 20px;
  }
}
.member_sec .txt {
  min-height: 90px;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 25px 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .member_sec .txt {
    font-size: 14px;
    min-height: auto;
  }
}
.member_sec .cmn_btn01 {
  margin: 0 auto 30px;
  width: 100%;
  text-align: center;
}
.member_sec .cmn_notes01 {
  margin: 0 0 20px 0;
}
.member_sec .pass {
  text-align: center;
  color: #EC6D3C;
  justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .member_sec .pass {
    font-size: 14px;
  }
}
.member_sec .pass span {
  border-bottom: dotted 2px #EC6D3C;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .member_sec .pass:hover {
    opacity: 0.6;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .member_sec .pass:hover {
    opacity: 0.6;
  }
}

/*=======================================
	dl_list_sec
=======================================*/
.dl_list_sec {
  margin: 0 0 200px 0;
}
@media screen and (max-width: 768px) {
  .dl_list_sec {
    margin: 0 0 100px 0;
  }
}
.dl_list_sec h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .dl_list_sec h4 {
    font-size: 17px;
  }
}/*# sourceMappingURL=dls-top.css.map */