@charset "UTF-8";

/******     common     ******/

html.fix,
body.fix {
  overflow: hidden;
  /* スクロールを無効化 */
}

img {
  max-width: 100%;
  display: inline-block;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    /* クリックできないことを明示 */
    user-select: none;
    /* テキスト選択を無効にする（選択しようとした場合） */
  }
}

/******     contents     ******/

.js_scrollIn {
  opacity: 0;
  transition: transform .5s ease-out, opacity .2s ease-out;
  transform: translateY(60px);
}

.js_scrollIn.in {
  opacity: 1;
  transform: translateY(0);
}

.ly_cont {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: grid;
  overflow: hidden;
}

.ly_cont_content {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 30px 30px 20px rgba(104, 149, 163, 0.6);
}

.ly_cont_left,
.ly_cont_right {
  width: calc((100% - 440px) / 2);
  position: fixed;
  font-family: "Zen Maru Gothic", serif;
}

.ly_cont_right {
  padding: 0 20px;
  right: 0;
  height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ly_cont_inner {
  padding: 0 20px;
  width: 100%;
}

.ly_cont_innerPlus {
  padding: 0 30px;
}

.ly_cont_bgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/main_bg.jpg) no-repeat center center fixed;
  background-size: cover;
  z-index: -1;
}

.ly_info_box {
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #3F99CA;
  background-color: #fff;
  gap: 6px;
  padding: 10px 10px 2px;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  z-index: 99;
}

.ly_info_box.none {
  opacity: 0 !important;
  pointer-events: none !important;
}

.ly_info_box.show {
  opacity: 1;
  pointer-events: auto;
}

.el_info {
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 10px 10px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(76, 76, 76, 0.2);
}

.el_info img {
  display: inline-block;
}

.el_app {
  text-align: center;
  margin-bottom: 4px;
}

.el_app .pop img {
  width: 95%;
}

.el_app .app {
  margin-top: 3px;
}

.el_tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.el_time {
  text-align: center;
}

.el_time img {
  width: 90%;
}

.el_info_deco {
  position: absolute;
}

.el_info_deco01 {
  top: -22px;
  right: 0;
  width: 14%;
}

.el_info_deco02 {
  bottom: -16px;
  left: 13px;
  width: 5%;
}

.el_note {
  font-size: 12px;
  color: #808080;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  text-align: left;
}

.el_popBtn {
  font-size: 12px;
  color: #808080 !important;
  position: relative;
  letter-spacing: 0;
  padding: 0 20px 6px 0;
  display: inline-block;
}

.el_popBtn::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  top: 35%;
  right: 2px;
  transform: translateY(-50%) rotate(45deg);
}

.el_popBtn_blink::before {
  background: url(../images/link_blank.png) no-repeat center center/cover;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: none;
  border-right: none;
  top: 40%;
}

.el_popBtn::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background-color: #808080;
}

.el_popBtn:hover {
  color: #808080;
}

.el_popBtn:hover:after {
  content: none;
}

.el_popBtn .pop {
  font-size: 10px;
  background-color: #808080;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  margin-left: 3px;
}

.el_labelbox {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.el_label {
  font-size: 14px;
  color: #3F99CA;
  padding: 1px 10px;
  border: 2px solid #3F99CA;
}

.el_label__pink {
  color: #F74294;
  border: 2px solid #F74294;
}

.el_link {
  color: #3F99CA !important;
  text-decoration: underline;
}

.el_link:hover {
  text-decoration: none;
}

.hp_white {
  color: #fff !important;
}

.hp_white::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.hp_white::after {
  background-color: #fff;
}

.hp_white:hover {
  color: #fff;
}

.bl_side_title {
  align-items: center;
  display: flex;
  height: 100dvh;
  justify-content: center;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
}

.bl_side_menuBox {
  padding: 42px 45px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}

.bl_side_menuBox .el_info {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}


.bl_side_subTitle {
  text-align: center;
  color: #004498;
  font-size: 28px;
  font-weight: 700;
}

.bl_side_list {
  border-top: 4px dotted #3F99CA;
  margin: 30px 0 50px 0;
}

.bl_side_link {
  font-weight: 700;
  color: #333;
  padding: 17px 20px 18px 0;
  border-bottom: 4px dotted #3F99CA;
  display: block;
}

.bl_side_link::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #004498;
  border-right: 2px solid #004498;
  top: 50%;
  right: 2px;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease-out;
}

.bl_side_link:hover:after {
  right: -2px;
}

.bl_sec01 {
  background: url(../images/sec01_bg.png) no-repeat top center/cover;
  padding-bottom: 50px;
}

.bl_sec01_note {
  text-align: center;
  margin-bottom: 5%;
}

.bl_sec02 {
  background: url(../images/sec02_bg.png) no-repeat top center/cover;
  padding: 57px 0 0 0;
  margin-top: -9px;
}

.bl_sec02_note {
  text-align: center;
}

.bl_sec02_bottom {
  z-index: 2;
}

.bl_sec02_campBtn {
  position: absolute;
  top: 56.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0px 58px;
  text-align: center;
  transition: opacity 0.3s;
}

.bl_sec03 {
  background: url(../images/sec03_bg.png) no-repeat top center/cover;
  margin-top: -20px;
  padding-bottom: 50px;
}

.bl_sec03 .ly_cont_inner {
  z-index: 2;
}

.bl_sec03_content {
  background: url(../images/sec03_contentBg.png) no-repeat top center/cover;
  padding: 78px 0 20px 0;
  transform: translateY(-48px) !important;
  text-align: center;
  z-index: 3;
}

.bl_sec03_title img {
  width: 77%;
}

.sec03_decoTop {
  margin-top: -55px;
}

.sec03_deco {
  margin-top: 4%;
}

.sec03_box {
  margin-top: -32%;
  padding: 0 15px;
}

.sec03_box_img {
  margin: 0 -35px;
}

.sec03_shop {
  margin: 0 -10px;
}

.sec03_note {
  text-align: left;
  margin-top: -5%;
}

.sec03_box1_lead img {
  width: 70%;
}

.sec03_box1_catch {
  margin-bottom: 15px;
}

.sec03_box2_lead {
  margin-bottom: 5%;
}

.sec03_box2_lead img {
  width: 83%;
}

.sec03_box2_catch {
  margin-bottom: 5%;
}

.sec03_box2_catch img {
  width: 76%;
}

.sec03_box2_txt {
  margin-top: -32%;
  margin-right: -30px;
}

.sec03_box3 {
  margin-top: -49%;
}

.sec03_box3_lead {
  margin-bottom: 4%;
}

.sec03_box3_lead img {
  width: 70%;
}

.sec03_box3_catch {
  margin-bottom: 4%;
}

.sec03_box3_benefits {
  margin: -20px -10px 0;
}

.sec03_box3_note {
  margin-top: -2%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.sec03_menu {
  position: relative;
  display: inline-block;
  margin-top: 8%;
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0;
}

.sec03_menuBtn {
  width: 100%;
  border: 1px solid #004498;
  color: #004498;
  background-color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}

.sec03_menuBtn::before,
.sec03_menuBtn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #004498;
  top: 50%;
  right: 20px;
}

.sec03_menuBtn::after {
  transform: rotate(90deg);
}

.sec03_menuBtn.active::after {
  opacity: 0;
}

.sec03_menuCon {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  font-size: 14px;
}

.sec03_menuCon table {
  margin-top: 10px;
  width: 100%;
  position: relative;
  height: auto;
}

.sec03_menuCon th,
.sec03_menuCon td {
  padding: 10px 9px;
  border: none;
  line-height: 1.4;
}

.sec03_menuCon th {
  width: 47%;
}

.sec03_menuCon td {
  width: 53%;
}

.sec03_menuCon thead {
  z-index: 4;
}

.sec03_menuCon thead th,
.sec03_menuCon thead td {
  background-color: #004498;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.sec03_menuCon thead th {
  border-right: 1px solid #fff;
}

.sec03_menuCon tbody th,
.sec03_menuCon tbody td {
  background-color: #fff;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}

.sec03_menuCon tbody tr:nth-child(even) th,
.sec03_menuCon tbody tr:nth-child(even) td {
  background-color: #E3E3E3;
}

.sec03_menuCon table tbody {
  position: relative;
  overflow: hidden;
  height: auto;
}

.sec03_menuCon table tbody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 46%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-image: radial-gradient(circle, #C9C9C9 50%, transparent 50%);
  background-size: 3px 6px;
  background-repeat: repeat-y;
  z-index: 1;
  pointer-events: none;
}

@supports (-webkit-touch-callout: none) {
  .sec03_menuCon table tbody::before {
    /* Safari専用のスタイル */
    top: auto;
    bottom: 0;
    height: calc(100% - 40px);
  }
}


.sec03_menuCon.active {
  max-height: 1600px;
  opacity: 1;
}

.sec03_menuCon_note {
  margin-top: 2%;
}

.sec03_menuCon_note .el_note {
  text-align: right;
}

.bl_sec03_box3_campBtn {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0px 52px;
  text-align: center;
  transition: opacity 0.3s;
}


.bl_sec04_worry {
  background: url(../images/sec04_worry_bg.png) no-repeat top center/cover;
  padding: 42px 0 60px 0;
  margin-top: -9px;
}

.bl_sec04_worry_your {
  width: 79%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) !important;
  z-index: 2;
}

.bl_sec04_ok {
  background: url(../images/sec04_ok_bg.png) no-repeat top center/cover;
  padding: 76px 0 60px 0;
}

.bl_sec04_ok_title {
  margin-bottom: 20px;
}

.bl_sec04_ok_point {
  z-index: 2;
}

.bl_sec04_ok_cycle {
  margin-top: 10px;
}

.bl_sec04_ok_award {
  margin-top: -2%;
}

.bl_sec04_ok_catch {
  margin-top: 27%;
}

.bl_sec04_ok_system {
  position: relative;
  background-color: #fff;
  padding: 35px 10px 15px;
  margin-top: 7%;
}

.bl_sec04_ok_label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76%;
}

.bl_sec04_ok_water {
  margin-top: 9%;
}

.bl_sec04_ok_mother {
  margin-top: -2%;
}

.bl_sec04_ok_into {
  margin: 5% 0 4% 0;
}

.bl_sec04_ok_lead {
  margin: 2% 0 4% 0;
}

.bl_sec04_ok_item {
  margin-bottom: 3px;
}

.bl_sec04_ok_item:last-of-type {
  margin-bottom: 10%;
}

.bl_sec04_add {
  background: url(../images/sec04_add_bg.png) no-repeat top center/cover;
  padding: 0;
  margin-top: -9px;
  margin: -9px 0 -10px;
  z-index: 2;
  position: relative;
}

.bl_sec04_add_title {
  padding-top: 64px;
}

.bl_sec04_add_catch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%) !important;
  z-index: 2;
  text-align: center;
}

.bl_sec04_add_catch img {
  width: 66%;
}

.bl_sec04_add_title {
  margin-bottom: 2%;
}

.bl_sec04_add_lead {
  margin-bottom: 1%;
}

.bl_sec04_add_link {
  margin-bottom: 5%;
  text-align: center;
}

.bl_sec04_add_sample {
  margin-bottom: 3%;
}

.bl_sec04_add_point {
  margin-top: 7%;
}

.bl_sec04_add_safe {
  margin-top: 6%;
}

.bl_sec04_add_note {
  margin-top: -2%;
}

.bl_sec04_info {
  background: url(../images/sec04_info_bg.png) no-repeat top center/cover;
  padding: 0 0 50px 0;
}

.bl_sec04_info_top {
  margin-bottom: 12px;
}

.bl_sec04_bottom {
  margin-top: -9px;
  z-index: 2;
}

.bl_sec05 {
  background: #D0ECF1;
  margin-top: -17px;
}

.bl_sec05 .ly_cont_inner {
  z-index: 2;
}

.bl_sec05_content {
  background: url(../images/sec05_contentBg.png) no-repeat top center/cover;
  padding: 95px 10px 60px;
  transform: translateY(-48px) !important;
  text-align: center;
  z-index: 3;
}

.bl_sec05_catch {
  margin: 0 -30px;
}

.bl_sec05_value {
  margin-top: 30%;
}

.bl_sec05_water {
  margin-top: 5%;
}

.bl_sec05_subTitle {
  margin-top: 26%;
}

.bl_sec05_txt {
  margin: 5% 0;
}

.bl_sec05_item {
  margin-top: 2%;
}

.bl_sec05_note {
  margin-top: 2%;
}

.bl_sec06 {
  margin-top: -60px;
  z-index: 3;
}

.bl_sec06_title {
  margin-bottom: 6%;
  transform: translateY(-50px);
}

.bl_sec06_box {
  background: url(../images/sec06_boxBg.png) no-repeat bottom center/cover;
  padding-bottom: 160px;
  margin-bottom: -40px;
  z-index: 2;
}

.bl_sec06_server_box {
  margin-top: 10px;
  margin: 10px 0 40px 0;
}

.bl_sec06_server {
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -50px;
}

.bl_sec06_server_title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 4px dotted #D0ECF1;
}

.bl_sec06_server_award {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bl_sec06_server_note {
  margin: 18px 0;
}

.bl_sec06_server_item {
  margin-top: 30px;
}

.bl_sec06_server_item th,
.bl_sec06_server_item td {
  padding: 20px 16px;
  font-weight: 500;
  border: 1px solid #808080;
}

.bl_sec06_server_item th {
  background-color: #D0ECF1;
  width: 30%;
}

.bl_sec06_server_item td {
  width: 70%;
}

.bl_sec06_server_subTitle {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 7px 15px;
  background-color: #3F99CA;
}

.bl_sec06_server_area {
  padding: 20px;
}

.bl_sec06_server_plan {
  margin-bottom: 10px;
}

.bl_sec06_server_about {
  margin-top: 10px;
  background-color: #D0ECF1;
  padding: 20px;
  border-radius: 10px;
}

.bl_sec06_server_catch {
  font-size: 18px;
  font-weight: 700;
  color: #3F99CA;
  text-align: center;
  margin-bottom: 10px;
}

.bl_sec06_server_detail {
  font-size: 14px;
}

.bl_sec06_server_menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

.bl_sec06_server_menu.active {
  max-height: 700px;
  opacity: 1;
}

.bl_sec06_server_dropDown {
  cursor: pointer;
}

.bl_sec06_server_dropDown::before,
.bl_sec06_server_dropDown::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 20px;
}

.bl_sec06_server_dropDown::after {
  transform: rotate(90deg);
}

.bl_sec06_server_dropDown.active::after {
  opacity: 0;
}

.bl_sec06_kids {
  background: url(../images/sec06_kids_bg.png) no-repeat top center/cover;
  position: relative;
  padding: 90px 0 38px 0;
}

.bl_sec06_kids_deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  z-index: 2;
}

.bl_sec06_kids_deco img {
  width: 62%;
}

.bl_sec06_kids_title {
  margin-top: 3%;
}

.bl_sec06_kids_benefits {
  margin-top: 2%;
}

.bl_sec07 {
  background: url(../images/sec07_bg.png) no-repeat top center/cover;
  padding: 62px 0 36px 0;
  margin-top: -9px;
  z-index: 3;
}

.bl_sec07_step {
  margin-bottom: -9%;
}

.bl_sec07_step:last-of-type {
  margin-bottom: 4%;
}


/******     madalの設定     ******/

.modals {
  z-index: 10;
}

.el_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.el_modal_box {
  position: relative;
}

.el_modal_content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  margin: 0 40px;
  max-height: 500px;
  overflow-y: scroll;
  position: relative;
}

.el_modal_content .note {
  text-indent: -3rem;
  padding-left: 3rem;
}

.el_modal_content .noteOne {
  text-indent: -1em;
  padding-left: 1em;
}

.el_modal.active {
  display: flex;
}

.el_modal_close {
  width: 40px;
  height: 40px;
  background-color: #000;
  position: absolute;
  border-radius: 50%;
  top: -20px;
  right: 30px;
}

.el_modal_close::before,
.el_modal_close::after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.el_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.el_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}



/******     swiperの設定     ******/

.swiperThumbnail .swiper-slide {
  margin-bottom: 20px;
  cursor: pointer;
}

.swiperThumbnail .swiper-slide-thumb-active {
  border: 3px solid #004498;
  position: relative;
}

.swiperThumbnail .swiper-slide-thumb-active::before {
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 0;
  width: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #004498;
}

.swiperThumbnail .swiper-slide-thumb-active img {
  display: block;
}

.bl_sec06_swiper .swiper-button-prev,
.bl_sec06_swiper .swiper-button-next {
  height: 40px;
  width: 40px;
}

.bl_sec06_swiper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -10px);
}

.bl_sec06_swiper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -10px);
}


.bl_sec06_swiper .swiper-button-prev::after,
.bl_sec06_swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 40px;
  height: 40px;
}

.bl_sec06_swiper .swiper-button-prev::after {
  background: url(../images/button-prev.png) no-repeat top center/cover;
}

.bl_sec06_swiper .swiper-button-next::after {
  background: url(../images/button-next.png) no-repeat top center/cover;
}

.bl_info_btn1 {
  max-width: 300px;
}

.bl_info_btn2 {
  max-width: 164px;
}

@media (min-width: 768px) {
  .el_info a {
    cursor: pointer;
  }

  .el_info a:hover {
    opacity: 0.65;
  }

  .bl_sec02_campBtn:hover,
  .bl_sec03_box3_campBtn:hover {
    opacity: 0.65;
  }
}

@media (min-width: 1280px) {
  .bl_side_menuBtn {
    display: none;
  }
}

@media not all and (min-width: 1280px) {
  .ly_cont_content {
    margin: 0 0 0 auto;
  }

  .ly_cont_left {
    width: calc(100% - 440px);
  }

  .ly_cont_right {
    width: auto;
    height: 100vh;
    right: -480px;
    flex-direction: row;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    transition: right 0.3s ease-out;
    z-index: 100;
  }

  .ly_cont_right.active {
    right: 0;
  }

  .bl_side_menuBg.active {
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: 0.65;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .bl_side_menuBtn {
    width: 29px;
    height: 114px;
    background: url(../images/ham_Btn.png) no-repeat top center/cover;
    top: 100px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }

  .bl_side_menuBtn.show {
    opacity: 1;
    pointer-events: auto;
  }

  .bl_side_menuBtn.active {
    background: url(../images/ham_Btn_close.png) no-repeat top center/cover;
  }

  .bl_side_menuBox {
    margin: 0;
    background-color: #004498;
    border-radius: 0;
    height: 100%;
    width: 480px;
    position: relative;
  }

  .bl_side_menuBox.active {
    padding-bottom: 100px;
    overflow: auto;
  }

  .bl_side_subTitle {
    display: none;
  }

  .bl_side_menuBox .bl_side_link {
    color: #fff;
  }

  .bl_side_link::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .bl_side_menuBox .el_info {
    background-color: #fff;
    padding: 22px 10px 10px;
  }
}

@media (max-width: 768px) and (min-width: 440px) {

  .el_info_deco01 {
    top: -14%;
    right: -8px;
  }

  .el_info_deco02 {
    bottom: -7%;
  }

  .bl_sec02 {
    margin-top: -3%;
  }

  .bl_sec03 {
    margin-top: -4%;
  }

  .bl_sec03_content {
    padding-top: 20%;
  }

  .bl_sec04_worry {
    margin-top: -3%;
    padding-bottom: 20%;
  }

  .bl_sec04_ok {
    padding-top: 19%;
  }

  .bl_sec04_add_title {
    padding-top: 18%;
  }

  .bl_sec04_bottom {
    margin-top: -3%;
    z-index: 2;
  }

  .bl_sec05 {
    margin-top: -6%;
  }

  .bl_sec05_content {
    padding-top: 30%;
  }

  .bl_sec06 {
    margin-top: -12%;
  }

  .bl_sec06_box {
    padding-bottom: 31%;
    margin-bottom: -10%;
  }

  .bl_sec06_kids {
    padding-top: 20%;
  }

  .bl_sec07 {
    margin-top: -3%;
  }
}

@media not all and (min-width: 768px) {

  .ly_cont {
    display: block;
  }

  .ly_cont_content {
    margin: 0;
    max-width: 100%;
    box-shadow: none;
  }

  .ly_cont_left {
    display: none;
  }

  .ly_cont_right {
    right: -340px
  }

  .bl_side_menuBox {
    max-width: 340px;
    width: auto;
    padding: 30px 20px;
  }

  .bl_info_btn1 {
    max-width: 240px;
  }

  .bl_info_btn2 {
    max-width: 124px;
  }
}

@media not all and (min-width: 600px) {}