@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


/* ----------------------------------------------------------------- */
/* 　共通 */
/* ----------------------------------------------------------------- */

/* SP------------------------------------------------------------ */

*{

}

a,
a:link,
a:visited,
a:active,
a:focus{
  color: #1F2E3A;
  text-decoration: none;
}

a:hover{
  color: #1F2E3A;
  text-decoration: none;
  opacity: 0.6;
}

li{
  list-style: none;
}

body{

}

main#vandp_dailycare{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #1F2E3A;
  box-sizing: border-box;
  line-break: anywhere;
  line-height: 1.5em;
  line-break: normal;
}

p.pr{
  width: 98%;
  text-align: right;
  background-color: #fff;
  color: #999;
  font-size: 0.8em;
}

h2.title,
h3.title{
  font-size: 22px;
  line-height: 1.8em;
  text-align: center;
}

p.lead_main{
  width: 100%;
}

p.lead_main img{
  width: 100%;
}


/* header */

.benesse-header__logo img {
    width: 90px;
    height: auto;
    margin: 0;
}

div.header{
  background-color: #ffffff;
}

div.header div.hd_logo{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

div.header div.hd_logo img{
  width: 150px;
}


/* footer */

.footer_nav li{
  margin-bottom: 0;
}

.footer_nav li:last-child{
  width: 100%;
  text-align: center;
  display: block;
}


.benesse-footer 
.benesse-header__logo {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.75em;
}

#benesse-footer .benesse-footer__inner .caution {
          order: unset;

}

#benesse-footer .benesse-footer__inner .benesse-footer__link {
          order: unset;
}

.benesse-header__link li a, .benesse-footer__link li a {
    font-size: 0.65rem;
}

.caution {
    font-size: 0.5rem;
    text-align: center;
}

.benesse-footer__copyright {
    font-size: 0.5rem;
}


/* PC------------------------------------------------------------ */


@media screen and (min-width:768px) {

p.pr{
  width: 1084px;
  margin: 0 auto;
}

h2.title,
h3.title{
  font-size: 28px;
}

p.lead_main{
  width: 480px;
  margin: 0 auto;
}

/* header */
div.header div.hd_logo img{
  width: 140px;
}


/* footer */
main#vandp_dailycare p{
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.footer_nav li:last-child{
  margin-top: 20px;
}

.caution {
    font-size: 0.65rem;
    text-align: center;
    margin-top: 10px;
}

.benesse-header__link li a, .benesse-footer__link li a {
    font-size: 0.85rem;
}

}





/* ----------------------------------------------------------------- */
/* 愛猫をやさしく支え続ける毎日のケアと考え方 
/* ----------------------------------------------------------------- */

/* SP------------------------------------------------------------ */

/* mv */
section.mv{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

section.mv div.title{
  width: 100%;
}

section.mv div.title img.sp{
  width: 100%;
  display: block;
}

section.mv div.title img.pc{
  display: none;
}

section.mv div.mv_btn{
  position: absolute;
  right: 5px;
  bottom: 5px;
}

section.mv div.mv_btn img{
  width: 135px;
}


/* question */
section.question{
  width: 100%;
  position: relative;
}

section.question div.inner{
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 100px;
}

section.question h2{
  width: 100%;
  margin-bottom: 26px;
  text-align: center;
}

section.question h2 span{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 53px;
  display: block;
  margin-bottom: 20px;
  color: #E13122;
}

section.question ul.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  list-style: none;
}

section.question ul.check-list li {
  position: relative;
  display: flex;
}

section.question ul.check-list input[type="checkbox"] {
  display: none;
}

section.question ul.check-list label {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px 8px 16px 44px;
  background: #EDF3F3;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}

section.question ul.check-list label::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px; 
  transform: none;
  width: 18px;
  height: 18px;
  background: #fff;
}

section.question ul.check-list input[type="checkbox"]:checked + label::after {
   content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 6px;
  height: 10px;
  border-right: 3px solid #1F2E3A;
  border-bottom: 3px solid #1F2E3A;
  transform: rotate(45deg);
}

section.question ul.check-list input[type="checkbox"]:checked + label {
  background: #EDF3F3;
}

section.question div.cat_pic{
  width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

section.question div.cat_pic img{
  width: 100%;
}


/* faq */
section.faq{
  width: 100%;
  background-color: #F3F5D7;
}

section.faq div.inner{
  width: 90%;
  margin: 0 auto;
  padding: 56px 0 50px;
}

section.faq h3{
  width: 100%;
  margin-bottom: 10px;
}

section.faq p.note{
  text-align: center;
  font-size: 14px;
}

section.faq p.note_s{
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

section.faq p.note_s span{
  display: block;
}

section.faq div.graph{
  width: 100%;
  margin: 0 auto 38px;
}

section.faq div.graph img{
  width: 100%;
}



/* kiji_a */
section.kiji_a{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}

section.kiji_a div.inner{
  width: 100%;
  margin: 0 auto;
}

section.kiji_a h1{
  width: 100%;
  margin-bottom: 30px;
  padding-top: 50px;
  text-align: center;
  font-size: 22px;
  line-height: 1.8em;
  background-image: url(../img/top/head_back.webp);
  background-size: cover;
  background-position: top center;
}

section.kiji_a h1 img{
  width: 178px; 
  margin: 0 auto;
  display: block;
}

section.kiji_a h1 span{
  display: inline-block;
  border-bottom: 6px solid #E13122;
}

section.kiji_a div.name p{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.kiji_a div.profile{
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

section.kiji_a div.profile div.pic{
  width: 40%;
}

section.kiji_a div.profile div.pic img{
  width: 100%;
}

section.kiji_a div.profile div.text{
  width: 56%;
}

section.kiji_a div.explanation_wrap{
  width: 90%;
  margin: 0 auto 80px;
}

section.kiji_a div.explanation_wrap div.item{
  width: 100%;
  position: relative;
  padding: 24px 20px 28px;
  border-radius: 20px;
  box-sizing: border-box;
  border-radius: 23px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

section.kiji_a div.explanation_wrap div.item_01{
  margin-bottom: 30px;
}

section.kiji_a div.explanation_wrap div.item_01 div.cat_pic{
  width: 120px;
  position: absolute;
  top: -30px;
  right: 0;
}

section.kiji_a div.explanation_wrap div.item_01 div.cat_pic img{
  width: 100%;
}


section.kiji_a div.explanation_wrap h3{
  margin: 0 0 18px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  line-break: strict;
  border-bottom: 3px solid #E13122;
  display: flex;
  justify-content: start;
  align-items: center;
}

section.kiji_a div.explanation_wrap h3 span.icon{
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

section.kiji_a div.explanation_wrap h3 span img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.kiji_a div.explanation_wrap h3 span.text{
  display: block;
}

section.kiji_a div.explanation_wrap p {
  margin: 0;
  line-height: 1.9;
}

.explanation_wrap .js-readmore-content {
  position: relative;
}

.explanation_wrap .js-readmore-content.is-collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; 
  overflow: hidden;
}

.explanation_wrap .js-readmore-content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.2em;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.92) 70%,
    rgba(255,255,255,1) 100%
  );
}

.explanation_wrap .readmore-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin: 16px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  line-height: 1.4;
  cursor: pointer;
  color: #1F2E3A;
}

.explanation_wrap .readmore-toggle::after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.explanation_wrap .readmore-toggle.is-open::after {
  transform: rotate(-135deg) translateY(-1px);
}

.explanation_wrap .readmore-toggle-wrap {
  text-align: center;
}

.explanation_wrap .readmore-toggle-wrap.is-hidden {
  display: none;
}

section.kiji_a p.lead_main{
  width: 90%;
  margin: 0 auto;
}

section.kiji_a p.lead_main img{
  width: 100%;
}

section.kiji_a div.cat_pic_bottom{
  width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

section.kiji_a div.cat_pic_bottom img{
  width: 100%;
}


/* kiji_b */
section.kiji_b{
  width: 100%;
  background-color: #EDF3F3;
}

section.kiji_b div.inner{
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 50px;
}

section.kiji_b h1{
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 22px;
}

section.kiji_b h1 .label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 14px;
  text-align: left;
}

section.kiji_b h1 .label img{
  width: 40px;
}


section.kiji_b h1 span.color{
  color: #EF3425;
}

section.kiji_b div.main_pic{
  width: 100%;
  margin-bottom: 10px;
}

section.kiji_b div.main_pic img{
  width: 100%;
}

section.kiji_b div.voice{
  width: 90%;
  margin: 0 auto;
}

section.kiji_b div.voice ul{
  margin-bottom: 60px;
}

section.kiji_b div.voice ul li{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

section.kiji_b div.voice ul li div.icon{
  display: block;
  width: 100px;
  flex-shrink: 0;
}

section.kiji_b div.voice ul li div.icon img{
  width: 100%;
}

section.kiji_b div.voice ul li p{
  flex-grow: 1;
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  box-sizing: border-box;
  font-weight: 700;
}

section.kiji_b div.voice ul li:first-child p::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}


section.kiji_b div.voice ul li:nth-child(2) p::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 30px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

section.kiji_b div.staff{
  width: 90%;
  margin: 0 auto 50px;
}

section.kiji_b div.staff p.title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto 20px; 
}

section.kiji_b div.staff p.title::before,
section.kiji_b div.staff p.title::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #1F2E3A;
}

section.kiji_b div.staff div.comment{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

section.kiji_b div.staff div.comment div.pic{
  display: block;
  width: 100px;
  flex-shrink: 0;
}

section.kiji_b div.staff div.comment div.pic img{
  width: 100%;
}

section.kiji_b div.staff div.comment p{
  flex-grow: 1;
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  box-sizing: border-box;
  border-bottom: 2px solid;
  line-height: 1.8em;
}

section.kiji_b div.staff div.comment p span.line{
  font-weight: 700;
  background-color: #E9F24D;
}

section.kiji_b div.staff div.comment p::before{
  content: "";
  position: absolute;
  left: -28px;
  bottom: -2px;            
  width: 28px;
  height: 2px;
  background: #243242;
  transform: rotate(60deg);
  transform-origin: right center;  
}

section.kiji_b p.lead_main{
  width: 90%;
  margin: 0 auto 50px;
}


section.kiji_b div.article{
  width: 90%;
  margin: 0 auto;
}

section.kiji_b div.article ul{

}

section.kiji_b div.article ul li{
  width: 100%;
  position: relative;
  padding: 24px 20px 28px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  border-radius: 23px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  background-color: #ffffff;
}

section.kiji_b div.article ul li a{
  display: block;
  width: 96%;
  margin: 0 auto;
}

section.kiji_b div.article ul li h2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

section.kiji_b div.article ul li h2 img{
  width: 20%;
  display: block;
}

section.kiji_b div.article ul li div.pic{
  width: 100%;
  margin-bottom: 10px;
}

section.kiji_b div.article ul li div.pic img{
  width: 100%;
}

section.kiji_b div.article ul li p{
  width: 100%;
  margin-bottom: 15px;
}

section.kiji_b div.article ul li button{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  background-color: #E13122;
  border: none;
  font-family: "Noto Sans", sans-serif; 
  font-weight: 700;
  font-size: 18px;
}

section.kiji_b div.article ul li button img{
  width: 10px;
}


/* product */
section.product{
  width: 90%;
  margin: 0 auto;
}

section.product div.inner{
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

section.product h3{
  width: 100%;
  margin: 0 auto 30px;
}

section.product h3 img{
  width: 100%;
}

section.product div.awarded{
  text-align: center;
  margin-bottom: 30px;
}

section.product div.awarded img{
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
}

section.product div.awarded p{
  width: 100%;
  font-size: 12px;
  text-align: center;
  display: inline-block;
}

section.product div.awarded p a{
  border-bottom: 1px solid;
}

section.product div.awarded div.PKG{
  width: 100%;
}

section.product div.PKG img{
  width: 100%;
}

section.product p.lead{
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8em;
}

section.product div.warranty{
  background: #1F2E3A;
  padding: 14px;
  font-family: "Noto Sans", sans-serif; 
  color: #1F2E3A;
  margin-bottom: 30px;
}

section.product div.warranty a{
  display: block;
  background: #1F2E3A;
  border: 1px solid #F3F5D7;
  text-align: center;
  text-decoration: none;
}

section.product div.warranty a div.box{
  margin: 0 auto;
  padding: 20px 10px;
  background: #F3F5D7;
  border: 8px solid #1F2E3A;
}

section.product div.warranty p.title{
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
}

section.product div.warranty p.text{
  font-size: 14px;
  margin-bottom: 20px;
}

section.product div.warranty p.link{
  font-size: 14px;
  font-weight: 700;
}

section.product button{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #E13122;
  border: none;
  font-family: "Noto Sans", sans-serif; 
  font-weight: 700;
  font-size: 18px;
}

section.product button a{
  color: #ffffff;
}

section.product button span{
  display: block;
  font-size: 14px;
}

section.product button img{
  width: 10px;
}


/* banner_area */
section.banner_area{
  width: 100%;
  background-color: #F3F5D7;
}

section.banner_area div.inner{
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 80px;
}

section.banner_area h3{
  width: 100%;
}

section.banner_area h3 img{
  width: 100%;
}

section.banner_area ul{
  padding-bottom: 30px;
}

section.banner_area li.slick_item{
  background: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
}

section.banner_area  div.pic img{
  width: 100%;
}

section.banner_area  div.text{
  padding: 15px;
}

section.banner_area  div.text img{
  width: 100%;
  margin-bottom: 20px;
}

.slick-dots{
  bottom: -35px;
}


.slick-dots > li:first-child:last-child {
    display: none;
}

.slick01 .slick-slide { margin-right: 20px; }
.slick01 .slick-slide:last-child { margin-right: 0; }

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto; 
}

.slick-list {
  padding-bottom:10px !important;
}

section.banner_area button.link{
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #E13122;
  border: none;
  font-family: "Noto Sans", sans-serif; 
  font-weight: 700;
  font-size: 18px;
}

section.banner_area button.link a{
  color: #ffffff;
}

section.banner_area button.link span{
  display: block;
  font-size: 14px;
}

section.banner_area button.link img{
  width: 10px;
}




/* kit */
section.kit{
  width: 100%;
  margin: 0 auto;
}

section.kit div.inner{
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 50px;
}

section.kit h3{
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 700;
  color: #243242;
}

section.kit h3 .label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 14px;
  text-align: left;
}

section.kit h3 .label img{
  width: 40px;
}


section.kit h3 .line {
  display: inline-block;
  position: relative;
  z-index: 0;
}

section.kit h3 .line1 {
  font-size: 22px;
  margin-bottom: 10px;
}

section.kit h3 .line2 {
  display: inline-block;
  font-size: 22px;
  letter-spacing: -0.05em;
}

section.kit h3 .line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12em;
  height: 0.5em;
  background: #E9F24D;
  z-index: -1;
}

section.kit div.main_pic{
  width: 100%;
  margin-bottom: 30px;
}

section.kit div.main_pic img{
  width: 100%;
}

section.kit div.price_card {
  width: 90%;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 18px;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif; 
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

section.kit div.price_card_body {
}

section.kit ul.price_merit {
  width: 60%;
  padding: 20px 0;
  margin: 0 auto;
  padding-left: 1.2em;
}

section.kit ul.price_merit li {
  font-size: 14px;
  font-weight: 700;
  list-style: disc;
}

section.kit ul.price_merit li:last-child {
  margin-bottom: 0;
}

section.kit div.price_card_footer {
  display: flex;
  align-items: stretch;
  border: 2px solid #1F2D3A;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

section.kit div.price_card_footer p {
  margin: 0;
  box-sizing: border-box;
}

section.kit div.price_card_footer p.amount {
  padding: 10px 0;
  flex: 0 0 56%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F2D3A;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

section.kit div.price_card_footer p.price {
  padding: 10px 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-left: 2px solid #1F2D3A;
  font-size: 20px;
  font-weight: 700;
}

section.kit div.price_card_footer p.price span {
  font-size: 14px;
  font-weight: 700;
}


section.kit button{
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  text-align: center;
  background-color: #E13122;
  border: none;
  font-family: "Noto Sans", sans-serif; 
  font-weight: 700;
  font-size: 18px;
}

section.kit button a{
  color: #ffffff;
}

section.kit button span{
  display: block;
  font-size: 14px;
}

section.kit button img{
  width: 10px;
}


/* PC------------------------------------------------------------ */

@media screen and (min-width:768px) {

/* mv */
section.mv{
  width: 980px;
  max-width: 100%;
}

section.mv div.title img.sp{
  display: none;
}

section.mv div.title img.pc{
  width: 100%;
  display: block;
}

section.mv div.mv_btn{
  right: 30px;
  bottom: 10px;
}

section.mv div.mv_btn img{
  width: 180px;
}


/* question */
section.question{
  width: 800px;
  margin: 0 auto;
}

section.question div.inner{
  width:100%;
}

section.question ul.check-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 16px;
  }

section.question ul.check-list label {
  padding: 14px 14px 14px 40px;
  line-height: 1.4;
  font-size: 16px;
}

section.question ul.check-list label span{
  display: block;
}

section.question ul.check-list label::before {
  top: 14px;
  left: 12px;
  width: 16px;
  height: 16px;
}

section.question ul.check-list input[type="checkbox"]:checked + label::after {
  top: 16px;
  left: 16px;
  width: 5px;
  height: 9px;
}


/* faq */
section.faq{
  width: 100%;
}

section.faq div.inner{
  width: 480px;
  padding: 60px 0 50px;
}



/* kiji_a */
section.kiji_a{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}

section.kiji_a div.inner{
  width: 100%;
  margin: 0 auto;
}

section.kiji_a h1{
  width: 100%;
  margin-bottom: 30px;
  padding-top: 50px;
  text-align: center;
  font-size: 28px;
  line-height: 1.8em;
  background-image: url(../img/top/head_back_pc.png);
  background-size: cover;
  background-position: bottom center;
}

section.kiji_a div.profile{
  width: 480px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}


section.kiji_a div.explanation_wrap{
  width: 800px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

section.kiji_a div.explanation_wrap div.item{
  width: 48%;
  position: relative;
  padding: 24px 20px 28px;
  border-radius: 20px;
  box-sizing: border-box;
  border-radius: 23px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

section.kiji_a p.lead_main{
  width: 480px;
  margin: 0 auto;
}


/* kiji_b */
section.kiji_b{
  width: 100%;
  background-color: #EDF3F3;
}

section.kiji_b div.inner{
  width: 480;
  margin: 0 auto;
  padding: 80px 0 50px;
}

section.kiji_b h1{
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 28px;
}

section.kiji_b div.main_pic{
  width: 480px;
  margin: 0 auto;
  margin-bottom: 10px;
}


section.kiji_b div.voice{
  width: 480px;
  margin: 0 auto;
}

section.kiji_b div.voice span{
  display: block;
}

section.kiji_b div.voice ul li p{
  padding: 15px 30px;
}

section.kiji_b div.staff{
  width: 480px;
  margin: 0 auto 50px;
}

section.kiji_b div.staff p.title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto 30px; 
}

section.kiji_b div.staff div.comment{
  align-items: center;
}

section.kiji_b div.staff div.comment div.pic {
    width: 150px;

}

section.kiji_b div.staff div.comment p {
    margin-left: 20px;
}

section.kiji_b div.staff div.comment p span.line{
  font-weight: 700;
  background-color: #E9F24D;
  display: inline-block;
}

section.kiji_b div.staff div.comment p span.br{
  display: block;
}


section.kiji_b p.lead_main{
  width: 480px;
  margin: 0 auto 50px;
}


section.kiji_b div.article{
  width: 480px;
  margin: 0 auto;
}



/* product */
section.product{
  width: 480px;
  margin: 0 auto;
}

section.product div.inner{
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

section.product h3{
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 700;
  color: #243242;
  font-size: 28px;
}

section.product button{
  width: 350px;
  margin: 0 auto;
  display: block;
}


/* banner_area */
section.banner_area{
  width: 100%;
  background-color: #F3F5D7;
}

section.banner_area div.inner{
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 80px;
}

section.banner_area h3{
  width: 480px;
  margin: 0 auto;
}

section.banner_area li.slick_item{
  background: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
}

section.banner_area  div.pic img{
  width: 100%;
}

section.banner_area  div.text{
  padding: 15px;
}

section.banner_area  div.text img{
  width: 100%;
  margin-bottom: 20px;
}

section.banner_area  div.text p{
  font-size: 12px;
  line-height: 1.2em;
}


.slick01 .slick-slide { margin-right: 20px; }
.slick01 .slick-slide:last-child { margin-right: 0; }

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto; 
}

.slick-list {
  overflow: visible;
}

section.banner_area button.link{
  width: 350px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #E13122;
  border: none;
  font-family: "Noto Sans", sans-serif; 
  font-weight: 700;
  font-size: 18px;
}


/* kit */

section.kit div.inner{
  width: 600px;
}

section.kit h3{

  font-size: 28px;
}

section.kit div.main_pic img{
  width: 100%;
}

section.kit div.price_card {
  width: 480px;
}

section.kit button{
  width: 350px;

}



}











