@charset "UTF-8";
/*----------
	大人の休日倶楽部　日々の暮らし応援サービス用CSS
----------*/
.ls_tryExploreContentsOuter {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreContentsOuter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.ls_tryExploreContentsWrapper {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 19px;
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreContentsWrapper {
    width: 48%;
  }
}
.ls_tryExploreContentsWrapper:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreContentsWrapper:not(:first-of-type) {
    margin-top: 0;
  }
}

.ls_tryExploreHeaderText {
  color: var(--color-theme-main);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.ls_tryExploreLeadText {
  font-size: 1.4rem;
  margin-top: 6px;
}

.ls_tryExploreThemeOuter {
  margin-top: 14px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.ls_tryExploreThemeImgOuter {
  width: 35.9116%;
  height: auto;
  display: block;
}

.ls_tryExploreThemeListOuter {
  width: 58.5636%;
}

.ls_tryExploreThemeList {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ls_tryExploreThemeListTerm {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.ls_tryExploreThemeListTerm::before {
  content: "＜";
}
.ls_tryExploreThemeListTerm::after {
  content: "＞";
}

.ls_tryExploreThemeListDesc {
  display: inline-block;
  width: fit-content;
  font-size: 1.4rem;
  color: var(--color-theme-main);
  border: 1px solid var(--color-theme-main);
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 10px;
  line-height: 1;
  padding: 2px 3px 3px 3px;
}

.ls_tryExploreShumiOuter {
  padding-top: 60px;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreShumiOuter {
    padding-top: 90px;
  }
}
.ls_tryExploreShumiOuter::before {
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-theme-main);
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreShumiOuter::before {
    top: 40px;
  }
}
.ls_tryExploreShumiOuter::after {
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: var(--color-theme-main) transparent transparent transparent;
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreShumiOuter::after {
    top: 40px;
  }
}

.ls_tryExploreShumiWrapper {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreShumiWrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ls_tryExploreShumiHeaderImgOuter {
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 19px;
}

.ls_tryExploreShumiLeadTextOuter {
  margin-top: 15px;
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreShumiLeadTextOuter {
    margin-top: 30px;
  }
}

.ls_tryExploreShumiLeadText {
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (min-width: 751px) {
  .ls_tryExploreShumiLeadText {
    font-size: 1.6rem;
  }
}

.ls_odekakeSupportOuter {
  margin-top: 35px;
}

.ls_odekakeSupportList {
  width: 100%;
  height: auto;
  display: block;
}

.ls_odekakeSupportListItem {
  width: 100%;
  height: auto;
  display: block;
}
.ls_odekakeSupportListItem:not(:first-of-type) {
  padding-top: 80px;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .ls_odekakeSupportListItem:not(:first-of-type) {
    padding-top: 120px;
  }
}
.ls_odekakeSupportListItem:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  display: block;
  background-color: #008803;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ls_odekakeSupportListItem:not(:first-of-type)::before {
    max-width: 1000px;
    top: 60px;
  }
}

.ls_odekakeSupportContentsOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ls_odekakeSupportImgOuter {
  width: 100%;
  max-width: 1060px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.ls_odekakeSupportImg {
  max-width: 200px;
  height: auto;
}

.ls_odekakeSupportTextOuter {
  width: 100%;
  max-width: 1060px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 751px) {
  .ls_odekakeSupportTextOuter {
    margin-top: 30px;
  }
}

.ls_odekakeSupportText {
  font-size: 1.4rem;
}
@media only screen and (min-width: 751px) {
  .ls_odekakeSupportText {
    font-size: 1.6rem;
    text-align: center;
  }
}

.ls_odekakeSupportSliderOuter {
  margin-top: 16px;
}
@media only screen and (min-width: 751px) {
  .ls_odekakeSupportSliderOuter {
    margin-top: 40px;
  }
}