﻿.txt-none {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.u-txt-indent-deco {
  text-indent: -1em;
  margin-left: 1em;
}
.u-txt-red {
  color: #d87070;
}
.u-txt-blue {
  color: #3594bf;
}
.u-txt-yellow {
  color: #e39300;
}
.u-txt-orange {
  color: #f08200;
}
.u-txt-purple {
  color: #7f68b9;
}
.u-txt-brown {
  color: #be904a;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.u-fs-10 {
  font-size: 10px !important;
}
.u-fs-11 {
  font-size: 11px !important;
}
.u-fs-12 {
  font-size: 12px !important;
}
.u-fs-13 {
  font-size: 13px !important;
}
.u-fs-14 {
  font-size: 14px !important;
}
.u-fs-15 {
  font-size: 15px !important;
}
.u-fs-16 {
  font-size: 16px !important;
}
.u-fs-17 {
  font-size: 17px !important;
}
.u-fs-18 {
  font-size: 18px !important;
}
.u-fs-19 {
  font-size: 19px !important;
}
.u-fs-20 {
  font-size: 20px !important;
}
.u-fs-21 {
  font-size: 21px !important;
}
.u-fs-22 {
  font-size: 22px !important;
}
.u-fs-23 {
  font-size: 23px !important;
}
.u-fs-24 {
  font-size: 24px !important;
}

@media screen and (min-width:741px) {
  /*  content
  --------------------------------------- */
  .l-content {
    padding-bottom: 35px;
    min-width: 960px;
  }
  .l-content-margin {
    width: 960px;
    margin: 0 auto;
  }
  .section-margin {
    padding: 100px 0;
  }
  .section-heading {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .section-heading-inner {
    text-align: center;
  }
  .section-text {
    color: #666;
    font-size: 9px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .02em;
  }
  .section-text-list>li:before {
    content: "";
    background-color: #666;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  .conversion-btn {
    margin-top: 50px;
    text-align: center;
  }
  .conversion-btn a {
    display: inline-block;
    vertical-align: top;
  }
  /* theme */
  .theme-kids {
    background: url(/cms/contents/lp/kids/care/img/bg.jpg);
    background-size: 100%;
  }
  .theme-kids img {
    max-width: 100%;
  }
  /* kv */
  .visual-header {
    position: relative;
    margin: 0 0 120px;
  }
  .visual-header__logo {
    background: url(/cms/contents/lp/kids/care/img/ttl-kv.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 400px;
    width: 27.777vw;
    max-height: 395px;
    height: 27.4305vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-origin: content-box;
  }
  .visual-header__img {
    background: url(/cms/contents/lp/kids/care/img/kv.jpg) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    max-height: 564px;
    height: 39.1666vw;
    background-origin: content-box;
  }
  /* ページ内共通 */
  .block-frame {
    border-radius: 10px;
  }
  .block-frame .block-frame-inner {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #fff;
  }
  /* read */
  .read {
    margin: 0 auto 100px;
    width: 960px;
  }
  .read .read-inner {
    text-align: center;
  }
  .read p {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.6;
    letter-spacing: .11666em;
    text-align: center;
    color: #323232;
  }
  /* care */
  .care {
    margin: 0 auto;
  }
  .care .block-frame {
    margin-bottom: 80px;
  }
  .care .block-frame-inner {
    padding: 25px 0;
  }
  .care .care-contents {
    position: relative;
    padding: 55px 80px;
  }
  .care .care-contents+.care-contents:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    width: calc(100% - 160px);
    border-top: 2px dotted #878787;
  }
  .care .care-contents._brown .care-contents-caption-ttl {
    color: #be904a;
  }
  .care .care-contents._purple .care-contents-caption-ttl {
    color: #7f68b9;
  }
  .care .care-contents._blue .care-contents-caption-ttl {
    color: #3594bf;
  }
  .care .care-contents._red .care-contents-caption-ttl {
    color: #d87070;
  }
  .care .care-contents-item {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
    width: 100%;
  }
  .care .care-contents-img {
    margin: 0;
    width: 360px;
  }
  .care .care-contents-caption {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 40px;
    padding-top: 24px;
  }
  .care .care-contents-caption-ttl {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .066em;
    border-bottom: 2px solid #eeeeee;
  }
  .care .care-contents-caption-txt {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0;
    color: #323232;
  }
  .care .care-contents-caption-txt>p {
    letter-spacing: .02em;
  }
  .care .care-contents-caption-txt>p+p {
    margin-top: 16px;
  }
  .care .care-btn {
    margin: 0 auto;
    width: 480px;
  }
  .care .care-btn-link {
    position: relative;
    display: block;
    padding: 33px;
    width: 100%;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: #000;
    text-decoration: none;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
  }
  .care .care-btn-link:hover {
    opacity: 0.8;
  }
  .care .care-btn-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 11px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/cms/contents/lp/kids/care/img/icon-arrow.png) no-repeat;
    background-size: 100%;
  }
  /* reading */
  .reading {
    margin: 0 auto 129px;
  }
  .reading .reading-inner {
    padding: 140px 0 0;
  }
  .reading .reading-ttl-block {
    margin-bottom: 56px;
  }
  .reading .reading-ttl {
    margin: 0 auto;
    width: 540px;
    height: 92px;
    background: url(/cms/contents/lp/kids/care/img/ttl-reading.png) no-repeat;
    background-size: 100%;
    text-align: center;
  }
  .reading .reading-contents-block {
    display: -webkit-box;
    display: flex;
  }
  .reading .reading-contents {
    width: 33.3333%;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
  }
  .reading .reading-contents:hover {
    opacity: 0.8;
  }
  .reading .reading-contents+.reading-contents {
    margin-left: 39px;
  }
  .reading .reading-contents-inner {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .reading .reading-contents-img {
    margin-bottom: 24px;
    border-radius: 10px;
  }
  .reading .reading-contents-caption-ttl {
    margin-bottom: 22px;
    padding-bottom: 20px;
    min-height: 77px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #323232;
    border-bottom: 1px solid #d8d8d8;
  }
  .reading .reading-contents-caption-txt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #323232;
  }
  #container.-lp {
    width: 100%;
    margin: 0 auto;
    line-height: 1;
  }
  .-lp img {
    max-width: 100%;
    height: auto;
  }
  .base-width {
    padding: 40px 0;
  }
  .conversion-btn {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .visual h1 {
    position: static !important;
  }
  .pagenavi-list {
    padding: 37.5px 10px 40px;
  }
  .pagenavi-list>li {
    margin-top: 17.5px;
  }
  .pagenavi-list>li img {
    width: 100%;
    height: auto;
  }
  .pagenavi-list>li:first-child {
    margin-top: 0;
  }
  .section-heading {
    margin-bottom: 10px;
  }
  .section-heading img {
    width: 100%;
    height: auto;
  }
  .section-content {
    background-color: #fff;
    padding: 25px 22.5px;
    border: 5px solid #f7f7f7;
  }
  .section-text {
    color: #666;
    font-size: 10px;
    line-height: 1.5;
  }
  .section-text-list>li:before {
    content: "";
    background-color: #666;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  .content-body {
    padding: 0 10px;
  }
  .content-text {
    font-size: 12px;
    line-height: 1.6;
    color: #2c2c2c;
  }
  .content-text._small {
    font-size: 9px;
  }
  .content-section {
    margin-bottom: 30px;
  }
  .lineup-content {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 5px solid #f7f7f7;
  }
  .lineup-heading {
    margin: 0 22.5px 15px;
    text-align: center;
  }
  .lineup-item-margin {
    margin-bottom: 50px;
  }
  .lineup-btn-block {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup-btn-block img {
    width: 100%;
    height: auto;
  }
  .js-close {
    display: none;
  }
  .is-open .js-close {
    display: block;
  }
  .js-open {
    display: block;
  }
  .is-open .js-open {
    display: none;
  }
  .lineup-item {
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .is-open.lineup-item {
    padding-bottom: 60%;
  }
  .item-list {
    position: absolute;
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin-top: 25px;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    width: 100%;
  }
  .item-ballon {
    border: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
    display: block;
  }
  .is-open .item-list {
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
  .item-ballon:after,
  .item-ballon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom: 12.5px solid;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    left: 50%;
  }
  .item-ballon:before {
    top: 0;
    border-bottom-color: gray;
  }
  .item-ballon:after {
    border-bottom-color: #fff;
    top: 1.75px;
  }
  .lineup-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 1em;
    line-height: 1.6;
  }
  .qa-list {
    overflow: hidden;
  }
  .question {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
  .question:after {
    content: "";
    display: block;
    position: absolute;
    border: 15px solid transparent;
    border-top: 12.5px solid #000;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1;
  }
  .answer {
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 10px;
  }
  .answer-lead {
    font-size: 120%;
    display: block;
    margin-bottom: 0.5em;
  }
  .u15-heading {
    text-align: center;
    margin-bottom: 25px;
  }
  .u15-heading>img {
    width: auto;
    height: 62.5px;
  }
  .u15-note .p-guarantees-notes {
    padding: 20px 10px;
    width: 100%;
  }
  .u15-note .p-guarantees-notes__heading {
    font-size: 11px;
  }
  .p-guarantees-notes__text {
    font-size: 9px;
  }
}
@media screen and (max-width:740px) {
  /*  content
  --------------------------------------- */
  .l-content {
    padding-bottom: 35px;
  }
  .l-content-margin {
    padding: 0 16px;
  }
  .section-margin {
    padding: 100px 0;
  }
  .section-heading {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .section-heading-inner {
    text-align: center;
  }
  .section-text {
    color: #666;
    font-size: 9px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .02em;
  }
  .section-text-list>li:before {
    content: "";
    background-color: #666;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  .conversion-btn {
    margin-top: 50px;
    text-align: center;
  }
  .conversion-btn a {
    display: inline-block;
    vertical-align: top;
  }
  /* theme */
  .theme-kids {
    background: url(/cms/contents/lp/kids/care/img/bg_sp.jpg);
    background-size: 100%;
  }
  /* kv */
  .visual-header {
    position: relative;
    margin: 0 0 40px;
  }
  .visual-header__logo {
    background: url(/cms/contents/lp/kids/care/img/ttl-kv.png) no-repeat center;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-origin: content-box;
    z-index: 1;
  }
  .visual-header__img {
    background: url(/cms/contents/lp/kids/care/img/kv_sp.jpg) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 270px;
    position: relative;
    background-origin: content-box;
  }
  /* ページ内共通 */
  .block-frame {
    border-radius: 10px;
  }
  .block-frame .block-frame-inner {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #fff;
  }
  /* read */
  .read {
    margin: 0 auto 48px;
  }
  .read .read-inner {
    text-align: center;
  }
  .read p {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.6;
    letter-spacing: .04em;
    text-align: center;
    color: #323232;
  }
  /* care */
  .care {
    margin: 0 auto 80px;
  }
  .care .block-frame {
    margin-bottom: 32px;
  }
  .care .care-contents {
    position: relative;
    padding: 48px 22px;
  }
  .care .care-contents:first-child {
    padding-top: 40px;
  }
  .care .care-contents+.care-contents:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 22px;
    width: calc(100% - 44px);
    border-top: 2px dotted #878787;
  }
  .care .care-contents._brown .care-contents-caption-ttl {
    color: #be904a;
  }
  .care .care-contents._purple .care-contents-caption-ttl {
    color: #7f68b9;
  }
  .care .care-contents._blue .care-contents-caption-ttl {
    color: #3594bf;
  }
  .care .care-contents._red .care-contents-caption-ttl {
    color: #d87070;
  }
  .care .care-contents-item {
    margin: 0 auto;
    width: 100%;
  }
  .care .care-contents-img {
    margin-bottom: 24px;
  }
  .care .care-contents-caption-ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .066em;
    border-bottom: 2px solid #eeeeee;
  }
  .care .care-contents-caption-txt {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
    color: #323232;
  }
  .care .care-contents-caption-txt>p+p {
    margin-top: 16px;
  }
  .care .care-btn {
    width: 100%;
  }
  .care .care-btn-link {
    position: relative;
    display: block;
    padding: 15px;
    width: 100%;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: #000;
    text-decoration: none;
  }
  .care .care-btn-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 6px;
    height: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/cms/contents/lp/kids/care/img/icon-arrow.png) no-repeat;
    background-size: 100%;
  }
  /* reading */
  .reading {
    margin: 0 auto 111px;
  }
  .reading .reading-inner {
    padding: 0 17px;
  }
  .reading .reading-ttl-block {
    margin-bottom: 24px;
  }
  .reading .reading-ttl {
    margin: 0 auto;
    max-width: 305px;
    height: 105px;
    background: url(/cms/contents/lp/kids/care/img/ttl-reading_sp.png) no-repeat;
    background-size: 100%;
    text-align: center;
  }
  .reading .reading-contents {
    padding: 0 5px;
  }
  .reading .reading-contents+.reading-contents {
    margin-top: 48px;
  }
  .reading .reading-contents-inner {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .reading .reading-contents-img {
    margin-bottom: 24px;
    border-radius: 10px;
  }
  .reading .reading-contents-caption-ttl {
    margin-bottom: 22px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #323232;
    border-bottom: 1px solid #d8d8d8;
  }
  .reading .reading-contents-caption-txt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #323232;
  }
  #container.-lp {
    width: 100%;
    margin: 0 auto;
    line-height: 1;
  }
  .-lp img {
    max-width: 100%;
    height: auto;
  }
  .base-width {
    padding: 40px 0;
  }
  .conversion-btn {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .visual h1 {
    position: static !important;
  }
  .pagenavi-list {
    padding: 37.5px 10px 40px;
  }
  .pagenavi-list>li {
    margin-top: 17.5px;
  }
  .pagenavi-list>li img {
    width: 100%;
    height: auto;
  }
  .pagenavi-list>li:first-child {
    margin-top: 0;
  }
  .section-heading {
    margin-bottom: 10px;
  }
  .section-heading img {
    width: 100%;
    height: auto;
  }
  .section-content {
    background-color: #fff;
    padding: 25px 22.5px;
    border: 5px solid #f7f7f7;
  }
  .section-text {
    color: #666;
    font-size: 10px;
    line-height: 1.5;
  }
  .section-text-list>li:before {
    content: "";
    background-color: #666;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
  }
  .content-body {
    padding: 0 10px;
  }
  .content-text {
    font-size: 12px;
    line-height: 1.6;
    color: #2c2c2c;
  }
  .content-text._small {
    font-size: 9px;
  }
  .content-section {
    margin-bottom: 30px;
  }
  .lineup-content {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 5px solid #f7f7f7;
  }
  .lineup-heading {
    margin: 0 22.5px 15px;
    text-align: center;
  }
  .lineup-item-margin {
    margin-bottom: 50px;
  }
  .lineup-btn-block {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup-btn-block img {
    width: 100%;
    height: auto;
  }
  .js-close {
    display: none;
  }
  .is-open .js-close {
    display: block;
  }
  .js-open {
    display: block;
  }
  .is-open .js-open {
    display: none;
  }
  .lineup-item {
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .is-open.lineup-item {
    padding-bottom: 60%;
  }
  .item-list {
    position: absolute;
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin-top: 25px;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    width: 100%;
  }
  .item-ballon {
    border: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
    display: block;
  }
  .is-open .item-list {
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
  .item-ballon:after,
  .item-ballon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom: 12.5px solid;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    left: 50%;
  }
  .item-ballon:before {
    top: 0;
    border-bottom-color: gray;
  }
  .item-ballon:after {
    border-bottom-color: #fff;
    top: 1.75px;
  }
  .lineup-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 1em;
    line-height: 1.6;
  }
  .qa-list {
    overflow: hidden;
  }
  .question {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
  .question:after {
    content: "";
    display: block;
    position: absolute;
    border: 15px solid transparent;
    border-top: 12.5px solid #000;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1;
  }
  .answer {
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 10px;
  }
  .answer-lead {
    font-size: 120%;
    display: block;
    margin-bottom: 0.5em;
  }
  .u15-heading {
    text-align: center;
    margin-bottom: 25px;
  }
  .u15-heading>img {
    width: auto;
    height: 62.5px;
  }
  .u15-note .p-guarantees-notes {
    padding: 20px 10px;
    width: 100%;
  }
  .u15-note .p-guarantees-notes__heading {
    font-size: 11px;
  }
  .p-guarantees-notes__text {
    font-size: 9px;
  }
}
.visually-hidden {
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}