@charset "UTF-8";
.sidebar_layout {
  padding: 0.1rem 0 16rem;
}
@media screen and (max-width: 768px) {
  .sidebar_layout {
    padding: 0.1rem 0 8rem;
  }
}

.sidebar_layout.sidebar_layout--styleB .sidebar {
  width: 56rem;
  background: #fff;
  padding: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sidebar_layout.sidebar_layout--styleB .sidebar {
    width: auto;
  }
}

.sidebar_layout-inner {
  display: flex;
  max-width: 120rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sidebar_layout-inner {
    flex-direction: column;
    margin: 1.6rem;
  }
}

.single-service .sidebar_layout-inner, .single-download .sidebar_layout-inner {
  max-width: 120rem;
}

main {
  margin-top: 2.4rem;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
}

.single-service .sidebar {
  width: 50rem;
  padding: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .single-service .sidebar {
    width: auto;
  }
}

.single-service .sidebar img {
  display: inline-block;
}

.single-service .sidebar a {
  display: block;
  margin-top: 4rem;
}

.single-service .sidebar a:first-child {
  margin-top: 0;
}

.sidebar {
  width: 42rem;
  margin-top: 2.4rem;
  margin-left: 3.2rem;
  height: 100%;
  position: -webkit-sticky;
  top: 10rem;
  position: sticky;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sidebar {
    margin: 2.4rem 0 1.6rem 0;
    top: 0;
    width: auto;
  }
}

.widget:first-child {
  margin-top: 0;
}

.widget_text {
  margin: 0 1.6rem;
}

.widget {
  margin-top: 2.4rem;
  border: solid #fff 1rem;
}

.widget a {
  display: inline-block;
  width: 100%;
}

/* 記事 */
.art {
  margin: 3.2rem;
}
@media screen and (max-width: 768px) {
  .art {
    margin: 3.2rem 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .single-service .art {
    margin: 3.2rem 1.6rem 1.6rem 1.6rem;
  }
}
.art_ttl {
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .art_ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.art_tmb {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .art_tmb {
    margin-top: 2rem;
  }
}
.single-download .art_tmb {
  padding: 0 3.2rem;
}

@media screen and (max-width: 768px) {
  .single-download .art_tmb {
    padding: 1.6rem;
  }
}
.single-download .art_tmb img {
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(51, 51, 51, 0.2666666667));
  border-radius: 0.3rem;
}

.single-download .download_contents {
  margin-top: 4.8rem;
  border: #cdcdcd solid 1px;
  border-radius: 0.8rem;
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {
  .single-download .download_contents {
    padding: 1.2rem;
    margin-top: 2.4rem;
  }
}
.download_contents-ttl {
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .download_contents-ttl {
    font-size: 1.8rem;
  }
}
.download_contents-ttl::after {
  content: "";
  background-image: url(../img/download/light_bulb.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.8rem;
  padding: 0.9rem;
}

.download_contents-list {
  margin-top: 2rem;
}

.download_contents-list_item {
  padding-left: 1.5rem;
  position: relative;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .download_contents-list_item {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.download_contents-list_item::before {
  content: "";
  background-color: #49D245;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  left: 0;
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .download_contents-list_item::before {
    top: 1.2rem;
  }
}
.download-template-thanks-template-download .art_page {
  margin-top: 10rem;
}

.download-template-thanks-template-download .art_page {
  margin-top: 7.2rem;
  padding-top: 7.2rem;
}

@media screen and (max-width: 768px) {
  .download-template-thanks-template-download .art_page {
    margin: 1.6rem;
    margin-top: 7.6rem;
  }
}
.download-template-thanks-template-download .art_page_contents-link_btn {
  text-align: center;
  margin-top: 4.8rem;
}

.download-template-thanks-template-download .art_page_contents-txt_link {
  text-align: center;
  margin-top: 4rem;
}

.download-template-thanks-template-download .art_page_contents-txt_link a {
  color: #5fa25e;
  text-decoration: underline;
}

.download-template-thanks-template-download .footer {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .download-template-thanks-template-download .footer {
    margin-top: 8rem;
  }
}
.single-service .art_ttl {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .single-service .art_ttl {
    flex-direction: column;
  }
}
.single-service .art_ttl-logo {
  width: 24rem;
}

.single-service .art_ttl-name {
  display: block;
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .single-service .art_ttl-name {
    margin-top: 2.4rem;
  }
}
.art_datetime {
  display: inline-block;
  margin-top: 2.4rem;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  color: #707070;
}

.art_datetime::before {
  content: "";
  background-image: url(../img/common/clock.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.4rem;
  padding: 0.3rem 0.8rem;
}

.art_cat_list {
  margin: 1.6rem 0 5.6rem;
}
.art_cat_list-ttl {
  font-weight: 500;
  font-size: 2rem;
  border-bottom: #49D245 solid 2px;
  color: #49D245;
  padding: 0.4rem;
  width: 80%;
  position: relative;
  margin: 1.6rem auto 2.4rem;
}
.art_cat_list-ttl .inner {
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .art_cat_list-ttl {
    font-size: 1.6rem;
    margin: 2.4rem auto 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .art_cat_list {
    margin: 1.6rem 0 1.6rem;
  }
}
/*エディター*/
.editor {
  color: #333333;
}
.editor .supervisor-area {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .editor .supervisor-area {
    flex-direction: column;
  }
}
.editor .supervisor-area_tmb {
  flex: 1;
}
.editor .supervisor-area_tmb img {
  height: 20rem;
  width: 20rem;
  object-fit: cover;
  border-radius: 50%;
}
.editor .supervisor-area_desc {
  flex: 2;
}
.editor .supervisor-area_ttl {
  font-size: 2.1rem;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.editor .h2-style {
  margin-top: 4.8rem;
  border-left: #49D245 solid 0.4rem;
  padding: 0.8rem 0.8rem 0.8rem 1.2rem;
  font-weight: 500;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .editor .h2-style {
    margin-top: 3.2rem;
    font-size: 1.8rem;
    padding: 0.4rem 0.4rem 0.4rem 1.2rem;
  }
}
.editor .sns-link-list {
  display: flex;
  gap: 1.6rem;
}
.editor .sns-link-list_item {
  margin-top: 0;
  padding: 0;
}
.editor .sns-link-list_item::before {
  display: none;
}
.editor .sns-link-list_item a {
  border: solid 1px #222;
  padding: 0.8rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.editor table {
  margin-top: 4rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.editor tr:first-child {
  border-top: none;
}

.editor td, .editor th {
  padding: 1.6rem;
  border: solid #222 1px;
  font-size: 1.4rem;
}

.editor th {
  background-color: #eeeeee;
}

.editor h2 {
  margin-top: 4.8rem;
  border-left: #49D245 solid 0.4rem;
  padding: 0.8rem 0.8rem 0.8rem 1.2rem;
  font-weight: 500;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .editor h2 {
    margin-top: 3.2rem;
    font-size: 1.8rem;
    padding: 0.4rem 0.4rem 0.4rem 1.2rem;
  }
}
.editor h3 {
  background: #eee;
  font-weight: 600;
  margin-top: 3.2rem;
  padding: 1.6rem;
}

@media screen and (max-width: 768px) {
  .editor h3 {
    padding: 1.6rem;
  }
}
.editor h4 {
  margin-top: 2.4rem;
  color: #49D245;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .editor h4 {
    font-size: 1.6rem;
  }
}
.editor p {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .editor p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.editor ol, .editor ul {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .editor ol, .editor ul {
    margin-top: 1.5rem;
  }
}
.editor ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-top: 1.6rem;
  border-bottom: solid #222 1px;
  padding-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .editor ul li {
    margin-top: 1rem;
  }
}
.editor ol li {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .editor ol li {
    margin-top: 1rem;
  }
}
.editor ul li::before {
  content: "";
  background-color: #49D245;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  left: 0;
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .editor ul li::before {
    top: 1.4rem;
  }
}
.editor ol {
  margin-left: 2rem;
}

.editor a {
  color: #5fa25e;
  text-decoration: underline;
}

.editor + .share-btn-list {
  margin-top: 8rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .editor + .share-btn-list {
    transform: scale(0.85);
    transform-origin: left;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.bg {
  background: #eee;
  padding: 16px;
  margin-top: 32px;
}
.bg .ttl {
  border-left: #49D245 solid 0.4rem;
  padding: 0.8rem 0.8rem 0.8rem 1.2rem;
  font-weight: 500;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .bg .ttl {
    font-size: 1.8rem;
    padding: 0.4rem 0.4rem 0.4rem 1.2rem;
  }
}

.editor--servicepage {
  color: #333333;
  border: #cdcdcd solid 1px;
  border-radius: 0.8rem;
  padding: 0 2.4rem 2.4rem 2.4rem;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .editor--servicepage {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}
.editor--servicepage h2 {
  margin-top: 4.8rem;
  color: #49D245;
  font-weight: 500;
  border: none;
  padding: 0.8rem 0;
}

@media screen and (max-width: 768px) {
  .editor--servicepage h2 {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    padding: 0rem;
  }
}
.editor--servicepage h3 {
  background: #e4e4e4;
  font-weight: 500;
  border-radius: 0.4rem;
  margin-top: 2.4rem;
  font-size: 1.6rem;
}

.editor--servicepage p {
  margin-top: 2rem;
}

.editor--servicepage ol, .editor--servicepage ul {
  margin-top: 2rem;
}

.editor--servicepage ul li {
  padding-left: 1.5rem;
  position: relative;
}

.editor--servicepage ol li {
  margin-top: 1.6rem;
}

.editor--servicepage ul li::before {
  content: "";
  background-color: #49D245;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  left: 0;
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .editor--servicepage ul li::before {
    top: 1.4rem;
  }
}
.editor--servicepage ol {
  margin-left: 2rem;
}

.editor--servicepage a {
  color: #5fa25e;
  text-decoration: underline;
}

.editor--servicepage + .share-btn-list {
  margin-top: 8rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .editor--servicepage + .share-btn-list {
    transform: scale(0.85);
    transform-origin: left;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
/* 目次 */
.toc {
  border: #7D93A8 solid 0.1rem;
  border-radius: 0.8rem;
  padding: 1.6rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .toc {
    margin-top: 2.4rem;
  }
}
.toc-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  position: relative;
}

.toc-ttl:hover {
  opacity: 0.8;
  cursor: pointer;
}

.toc-ttl .arrow {
  background-image: url(../img/common/arrow-down-select.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.8rem;
  height: 100%;
  width: 2rem;
  position: absolute;
  transition: 0.3s;
}

.toc-ttl.close .arrow {
  transform: rotateZ(0);
}

.toc_list {
  margin-top: 2.4rem;
  margin-left: 2.4rem;
}

.toc_list-item {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .toc_list-item {
    margin-top: 4rem;
    line-height: 1.5;
  }
}
.toc_list-item:hover {
  text-decoration: underline;
}

.toc_list-item:first-child {
  margin-top: 0;
}

.toc_list .toc_list {
  display: none;
}

.footer {
  margin-top: 0;
}

/* サービスページ */
.service_desc {
  margin-top: 4rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .service_desc {
    margin-top: 2.4rem;
  }
}
/* エージェント記事ページ */
.agent-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .agent-info {
    display: block;
    align-items: flex-start;
  }
}
.agent-info_desc {
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .agent-info_desc {
    flex: unset;
  }
}
.agent-info_desc .name {
  font-size: 4.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .agent-info_desc .name {
    font-size: 3.2rem;
  }
}
.agent-info_desc .ruby {
  font-size: 70%;
  font-weight: 500;
}
.agent-info_desc .art_cat_list {
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .agent-info_desc .art_cat_list {
    margin: 0;
  }
}
.agent-info .tmb_banner {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .agent-info .tmb_banner {
    flex: unset;
  }
}
.agent-info .cat_list {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .agent-info .cat_list {
    width: auto;
    margin: 2rem 0 2.4rem;
  }
}
.agent-info .cat_list-item {
  font-weight: 500;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  border: solid #adadad 1px;
}
.agent-info .cat_list-item:hover {
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(102, 102, 102, 0.168627451));
}
.agent-info .cat_list-item a {
  padding: 0.2rem 0.8rem;
  display: inline-block;
  color: #182644;
  background-color: #fff;
}

.single-agent .editor .profile-area {
  background-color: #fffae9;
  border: #dfdfdf solid 1px;
  border-bottom: none;
  margin-top: 4rem;
}
.single-agent .editor .profile-area h2 {
  border-left: none;
  padding: 1.6rem 1.6rem 1rem;
  margin-top: 0;
  color: #49D245;
}
.single-agent .editor .profile-area h2::first-letter {
  font-size: unset;
  color: unset;
  margin-right: unset;
}
.single-agent .editor .profile-area p {
  margin-top: 0;
  padding: 0 1.6rem 1.6rem;
}

.single-agent .editor h2 {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .single-agent .editor h2 {
    text-align: center;
    font-size: 1.7rem;
  }
}

.single-agent .editor p {
  border-bottom: #dfdfdf solid 1px;
  padding-bottom: 1.6rem;
}

.single-agent .editor h2 span {
  background: linear-gradient(transparent 50%, #f7ff00 50%);
}

.single-agent .editor .q-ttl::first-letter {
  font-size: 3rem;
  color: #49D245;
  margin-right: 0.4rem;
}

.single-agent h2.ttl--consult {
  background-color: #49D245;
  color: #fff;
  border: none;
  font-size: 2.4rem;
  padding: 1.6rem;
}
@media screen and (max-width: 768px) {
  .single-agent h2.ttl--consult {
    font-size: 1.8rem;
  }
}

.cta-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cta-table {
    display: block;
    overflow-x: auto;
  }
}
.cta-table td, .cta-table th {
  border: solid #222 1px;
  background-color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .cta-table td, .cta-table th {
    white-space: pre;
    font-size: 1.3rem;
  }
}
.cta-table td:first-child {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .cta-table td:first-child {
    width: 16rem;
  }
}
.cta-table td:nth-child(2) {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .cta-table td:nth-child(2) {
    width: 11rem;
  }
}
.cta-table td:nth-child(4) {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .cta-table td:nth-child(4) {
    width: 16rem;
  }
}
.cta-table tr:first-child th {
  background-color: #182644;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cta-table tr:first-child th {
    font-size: 1.6rem;
  }
}
.cta-table tr:nth-child(2) th {
  background-color: #ececec;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.cta-table tr:nth-child(odd) {
  background-color: transparent;
}
.cta-table tr:nth-child(even) {
  background-color: transparent;
}

.editor .check-point_ttl {
  font-size: 2rem;
  border-left: none;
  border-bottom: 2px solid #49D245;
  color: #333;
  background-color: transparent;
  border-radius: unset;
  padding-left: 3.2rem;
  position: relative;
  margin-top: 4.8rem;
  font-weight: 500;
}
.editor .check-point_ttl::before {
  content: "";
  background-image: url(../img/common/light_bulb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: center;
  width: 2.1rem;
  height: 3.2rem;
  left: 0;
}

.editor .check-list_item {
  padding-left: 2rem;
  border: none;
}
.editor .check-list_item::before {
  content: "";
  background-color: transparent;
  border-radius: unset;
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid #49D245;
  border-bottom: 2px solid #49D245;
  transform: rotate(-35deg);
}

.review-item {
  background-color: #eeeeee;
  padding: 1.6rem;
  margin-top: 2.4rem;
}
.review-item_header {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .review-item_header {
    gap: 1.6rem;
  }
}
.review-item_ttl {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .review-item_ttl {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.review-item img {
  width: 8rem;
  height: 8rem;
}
.review-item::before {
  display: none;
}

.marker--y {
  background: linear-gradient(transparent 70%, #fff200 70%);
}
.marker--g {
  background: linear-gradient(transparent 70%, #21ff00 70%);
}
.marker--r {
  background: linear-gradient(transparent 70%, #ffa5ea 70%);
}

.faq-list_item--q {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.faq-list_item--q dt {
  font-size: 2rem;
  background-color: #182644;
  border: solid 1px #ffffff;
  color: #fff;
  width: 3.4rem;
  height: 3.4rem;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
}
.faq-list_item--q dd {
  flex: 1;
  font-weight: 500;
  margin-top: 0.4rem;
}
.faq-list_item--a {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.faq-list_item--a dt {
  font-size: 2rem;
  background-color: #ffffff;
  border: solid 1px #182644;
  color: #182644;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
}
.faq-list_item--a dd {
  flex: 1;
  margin-top: 0.4rem;
}

.editor .link-btn {
  background-color: #49D245;
  color: #fff;
  text-decoration: none;
  border: solid 2px #fff;
  border-radius: 99px;
  padding: 0.8rem 2.7rem;
  position: relative;
  display: block;
  min-width: 14rem;
  box-sizing: border-box;
  max-width: 40rem;
  margin: auto;
  text-align: center;
}
.editor .link-btn::after {
  content: "";
  background-image: url(../img/common/arrow-forward_orange.svg);
  filter: brightness(200);
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 100%;
  right: 1.6rem;
  top: 0;
  background-size: contain;
  position: absolute;
}
.editor .link-btn:hover {
  background-color: #fff;
  color: #49D245;
  border: solid 2px #49D245;
  opacity: 1;
}
.editor .link-btn:hover::after {
  filter: brightness(1);
}
.editor .link-btn--1 {
  background-color: #49D245;
}
.editor .link-btn--2 {
  background-color: #182644;
}
.editor .link-btn--2::after {
  background-image: url(../img/common/arrow-forward_blue.svg);
}
.editor .link-btn--2:hover {
  background-color: #fff;
  color: #182644;
  border: solid 2px #182644;
  opacity: 1;
}
.editor .link-btn--2:hover::after {
  filter: brightness(1);
}

/* 施設情報ページ */
.Key_info {
  display: flex;
  gap: 8rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .Key_info {
    display: block;
  }
}
.Key_info-desc_box {
  flex: 1.5;
}

@media screen and (max-width: 768px) {
  .Key_info-desc_box {
    flex: unset;
  }
}
.Key_info-desc_box .cv_btn-link {
  margin: auto;
  display: block;
  margin-top: 4rem;
  padding: 2.1rem;
  border-radius: 8rem;
  width: 60%;
  background-image: url(../img/common/btn-highlight.svg);
  background-size: 99%;
  background-position: top 0.2rem center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .Key_info-desc_box .cv_btn-link {
    margin-top: 2.4rem;
    width: auto;
  }
}
.Key_info-tmb_box {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .Key_info-tmb_box {
    flex: unset;
    margin-top: 2.4rem;
  }
}
.Key_info-ttl {
  padding: 0.8rem;
  border-bottom: 0.1rem solid #222;
}

@media screen and (max-width: 768px) {
  .Key_info-ttl {
    font-size: 2.4rem;
  }
}
.Key_info-dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  padding: 0 2.4rem;
  align-items: center;
  border: 0.1rem solid #222;
}

@media screen and (max-width: 768px) {
  .Key_info-dl {
    font-weight: normal;
    padding: 0.8rem 1.2rem;
  }
}
.Key_info-dt, .Key_info-dd {
  margin: 1rem;
}

@media screen and (max-width: 768px) {
  .Key_info-dt, .Key_info-dd {
    border: none;
    margin: 0;
    padding: 0.8rem;
  }
}
.Key_info-dt {
  border-right: solid 0.1rem #222;
  padding-right: 1.6rem;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .Key_info-dt {
    flex: unset;
    width: 100%;
    border: none;
    border-bottom: solid 0.1rem #222;
  }
}
.Key_info-dd {
  flex: 9;
}

@media screen and (max-width: 768px) {
  .Key_info-dd {
    flex: unset;
    width: 100%;
    font-size: 1.6rem;
  }
}
.detail_info-detail_list {
  border: 0.2rem solid #222;
  max-width: 960px;
  margin: auto;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .detail_info-detail_list {
    padding: 1.6rem;
    margin-top: 4rem;
  }
}
.detail_info-dl {
  padding: 2.4rem 0 1.6rem;
}

.detail_info-dl:last-child {
  border-bottom: none;
}

.detail_info-dl {
  display: flex;
  border-bottom: 0.1rem solid #222;
  padding: 0;
  padding: 1rem 0;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .detail_info-dl {
    gap: 1.6rem;
    padding: 0;
    margin: 0 0 1.6rem;
  }
}
.detail_info-dt {
  margin: 0.4rem 4rem 0.4rem 1.6rem;
  font-weight: bold;
  text-align: center;
  flex: 1;
  position: relative;
  text-align: center;
  padding-top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .detail_info-dt {
    margin: 0.8rem 0;
    font-size: 1.4rem;
    padding-top: 5rem;
    line-height: 1;
  }
}
.detail_info-dt::before {
  content: "";
  width: 9rem;
  height: 5rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 80%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
}

@media screen and (max-width: 768px) {
  .detail_info-dt::before {
    width: 7rem;
    height: 5rem;
    top: -0.4rem;
  }
}
.detail_info-dt.installed::before {
  background-image: url(../img/facilitydescription/n01.jpg);
}

.detail_info-dt.howtouse::before {
  background-image: url(../img/facilitydescription/n02.jpg);
}

.detail_info-dt.yen::before {
  background-image: url(../img/facilitydescription/n03.jpg);
}

.detail_info-dt.free::before {
  background-image: url(../img/facilitydescription/n04.jpg);
}

.detail_info-dt.payd::before {
  background-image: url(../img/facilitydescription/n05.jpg);
}

.detail_info-dt.lesson::before {
  background-image: url(../img/facilitydescription/n06.jpg);
}

@media screen and (max-width: 768px) {
  .detail_info-dt.lesson::before {
    background-size: 90%;
    height: 5.8rem;
    top: -1.6rem;
  }
}
.detail_info-dd {
  flex: 4;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .detail_info-dd {
    flex: 3;
    font-size: 1.4rem;
  }
}
.detail_info-dd .price {
  font-size: 2.4rem;
  margin-right: 0.2rem;
}

.detail_info-image_area {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .detail_info-image_area {
    margin-top: 4rem;
  }
}
.image_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.image_list-item {
  width: calc((100% - 4.8rem) / 3);
}

@media screen and (max-width: 768px) {
  .image_list-item {
    width: calc((100% - 2.4rem) / 2);
  }
}
/* アクセスエリア */
.access {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .access {
    margin-top: 6.4rem;
  }
}
.access-ttl {
  text-align: left;
  margin-bottom: 4rem;
  margin-left: 2.4rem;
}

@media screen and (max-width: 768px) {
  .access-ttl {
    margin-bottom: 3.2rem;
  }
}
.access_info {
  display: flex;
  gap: 5.6rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .access_info {
    gap: 2.4rem;
  }
}
.access-map_area {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .access-map_area {
    flex: unset;
    width: 100%;
  }
}
.access-list_area {
  flex: 1.2;
  border: 0.2rem solid #222;
}

@media screen and (max-width: 768px) {
  .access-list_area {
    flex: unset;
    width: 100%;
    font-size: 1.4rem;
  }
}
.access-map iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access-map iframe {
    height: 24rem;
  }
}
.access-dl {
  display: flex;
  border-bottom: 0.1rem solid #222;
  align-items: center;
  padding: 1.6rem 2rem;
}

@media screen and (max-width: 768px) {
  .access-dl {
    display: flex;
    border-bottom: 0.1rem solid #222;
    align-items: center;
    padding: 0.8rem;
    gap: 1.6rem;
  }
}
.access-dl:last-child {
  border: none;
}

.access-dt {
  font-weight: bold;
  flex: 1;
}

.access-dd {
  flex: 4;
}

@media screen and (max-width: 768px) {
  .access-dd {
    flex: 3;
  }
}
.notification {
  top: -3rem;
  font-size: 1.4rem;
  text-align: right;
  position: relative;
}
.notification span {
  position: relative;
  display: inline-block;
}
.notification span::before {
  content: "i";
  background-color: #737373;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 1.6rem;
  width: 1.6rem;
  margin-right: 0.4rem;
  display: inline-block;
  font-weight: bold;
}

.single-article .notification {
  top: -2.6rem;
}
@media screen and (max-width: 768px) {
  .single-article .notification {
    position: static;
    text-align: justify;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .single-facilitydescription .notification {
    position: static;
    text-align: left;
    margin-left: 0.8rem;
  }
}/*# sourceMappingURL=single.css.map */