/* CSS Document */
/* line 6, style.scss */
.catimg_title {
  max-width: 760px;
  width: 760px; }
  @media screen and (min-width: 930.01px) and (max-width: 1100px) {
    /* line 6, style.scss */
    .catimg_title {
      max-width: 684px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 6, style.scss */
    .catimg_title {
      max-width: 608px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 6, style.scss */
    .catimg_title {
      max-width: 532px; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 6, style.scss */
    .catimg_title {
      max-width: 364px; } }
  @media screen and (max-width: 360px) {
    /* line 6, style.scss */
    .catimg_title {
      max-width: 336px; } }

/*
----------------------------------------------------------*/
/* line 80, style.scss */
.care_lead_img {
  margin: 20px 0 0 0; }

@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 102, style.scss */
  .care_lead_imgb {
    max-width: 340px;
    margin: 0 auto; } }
@media screen and (min-width: 360.01px) and (max-width: 600px) {
  /* line 102, style.scss */
  .care_lead_imgb {
    max-width: 340px;
    margin: 0 auto; } }
@media screen and (max-width: 360px) {
  /* line 102, style.scss */
  .care_lead_imgb {
    max-width: 340px;
    margin: 0 auto; } }

/* line 195, style.scss */
.care_lead_titleb {
  font-size: 28px;
  font-size: 2.8rem;
  color: #fe6091;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center; }
  @media screen and (min-width: 930.01px) and (max-width: 1100px) {
    /* line 195, style.scss */
    .care_lead_titleb {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 195, style.scss */
    .care_lead_titleb {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 195, style.scss */
    .care_lead_titleb {
      font-size: 22px;
      font-size: 2.2rem;
      text-align: center; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 195, style.scss */
    .care_lead_titleb {
      font-size: 20px;
      font-size: 2.0rem;
      text-align: center; } }
  @media screen and (max-width: 360px) {
    /* line 195, style.scss */
    .care_lead_titleb {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center; } }

/* line 257, style.scss */
.care_lead_txtb {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.8;
  margin: 25px 0 0;
  text-align: center; }
  @media screen and (min-width: 930.01px) and (max-width: 1100px) {
    /* line 257, style.scss */
    .care_lead_txtb {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 257, style.scss */
    .care_lead_txtb {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 257, style.scss */
    .care_lead_txtb {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 257, style.scss */
    .care_lead_txtb {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; } }
  @media screen and (max-width: 360px) {
    /* line 257, style.scss */
    .care_lead_txtb {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; } }

/*
-----------------------------------------------------------------------*/
/*
.care_lead{
	
	@include mq(m) {
	
	}
	
	@include mq(ls) {
	
	}
	
	@include mq(s) {
	
	}
	
	@include mq(xs) {
	
	}
	
	@include mq(xxs) {
	
	}
}
.care_leadb{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	@include mq(m) {
	
	}
	
	@include mq(ls) {
	
	}
	
	@include mq(s) {
		display: block;
	}
	
	@include mq(xs) {
		display: block;
	
	}
	
	@include mq(xxs) {
		display: block;
	
	}
}
.care_lead_img{
	width: calc(50% - 20px);
	
	@include mq(m) {
	
	}
	
	@include mq(ls) {
		width: calc(50% - 10px);
	
	}
	
	@include mq(s) {
		width: auto;
		max-width: 340px;
		margin: 0 auto;
	}
	
	@include mq(xs) {
		width: auto;
		max-width: 340px;
		margin: 0 auto;
	
	}
	
	@include mq(xxs) {
		width: auto;
		max-width: 340px;
		margin: 0 auto;
	
	}
}
.care_lead_imgb{
	
	@include mq(m) {
	
	}
	
	@include mq(ls) {
	
	}
	
	@include mq(s) {
	
	}
	
	@include mq(xs) {
	
	}
	
	@include mq(xxs) {
	
	}
}
.care_lead_main{
	width: calc(50% - 20px);
	
	@include mq(m) {
	
	}
	
	@include mq(ls) {
		width: calc(50% - 10px);
	
	}
	
	@include mq(s) {
		width: auto;
		margin: 20px 0 0 0;
	
	}
	
	@include mq(xs) {
		width: auto;
		margin: 20px 0 0 0;
	
	}
	
	@include mq(xxs) {
		width: auto;
		margin: 20px 0 0 0;
	
	}
}
.care_lead_mainb{
	
	@include mq(m) {
	
	}
	
	@include mq(ls) {
	
	}
	
	@include mq(s) {
	
	}
	
	@include mq(xs) {
	
	}
	
	@include mq(xxs) {
	
	}
}
.care_lead_title{
	
	@include mq(m) {
	
	}
	
	@include mq(ls) {
	
	}
	
	@include mq(s) {
	
	}
	
	@include mq(xs) {
	
	}
	
	@include mq(xxs) {
	
	}
}
.care_lead_titleb{
	font-size: 28px;
	font-size: 2.8rem;
	color: #fe6091;
	line-height: 1.8;
	letter-spacing: 0.1em;
	
	@include mq(m) {
		font-size:2.6vw; 	
	}
	
	@include mq(ls) {
		font-size:2.7vw; 	
	
	}
	
	@include mq(s) {
		font-size: 22px;
		font-size: 2.2rem;
		text-align: center;
	
	}
	
	@include mq(xs) {
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
	
	}
	
	@include mq(xxs) {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	
	}
}
.care_lead_txt{
	
	@include mq(m) {
	
	}
	
	@include mq(ls) {
	
	}
	
	@include mq(s) {
	
	}
	
	@include mq(xs) {
	
	}
	
	@include mq(xxs) {
	
	}
}
.care_lead_txtb{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
	margin: 10px 0 0 0;
	
	@include mq(m) {
		font-size:1.8vw; 	
	}
	
	@include mq(ls) {
		font-size:1.9vw;
		margin-right: -20px;
	
	}
	
	@include mq(s) {
		font-size: 16px;
		font-size: 1.6rem;
	
	}
	
	@include mq(xs) {
		font-size: 16px;
		font-size: 1.6rem;
	
	}
	
	@include mq(xxs) {
		font-size: 16px;
		font-size: 1.6rem;
	
	}
}
*/
/*
-----------------------------------------------------------------------------*/
/*
-----------------------------------------------------------------------------*/
/* line 588, style.scss */
.care_box {
  margin: 60px 0 0 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 588, style.scss */
    .care_box {
      margin: 40px 0 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 588, style.scss */
    .care_box {
      margin: 30px 0 0 0; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 588, style.scss */
    .care_box {
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 360px) {
    /* line 588, style.scss */
    .care_box {
      margin: 30px 0 0 0; } }

/* line 615, style.scss */
.care_boxb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -20px 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 615, style.scss */
    .care_boxb {
      margin: -15px 0; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 615, style.scss */
    .care_boxb {
      margin: -15px 0; } }
  @media screen and (max-width: 360px) {
    /* line 615, style.scss */
    .care_boxb {
      margin: -15px 0; } }

/* line 645, style.scss */
.care_box_sgl {
  width: calc(50% - 15px);
  padding: 60px 0 20px 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 645, style.scss */
    .care_box_sgl {
      width: calc(50% - 10px);
      padding: 50px 0 20px 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 645, style.scss */
    .care_box_sgl {
      width: calc(50% - 8px);
      padding: 35px 0 15px 0; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 645, style.scss */
    .care_box_sgl {
      width: 100%;
      padding: 35px 0 15px 0; } }
  @media screen and (max-width: 360px) {
    /* line 645, style.scss */
    .care_box_sgl {
      width: 100%;
      padding: 35px 0 15px 0; } }

/* line 677, style.scss */
.care_box_sglb {
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 1px 30px 30px 30px; }
  @media screen and (min-width: 930.01px) and (max-width: 1100px) {
    /* line 677, style.scss */
    .care_box_sglb {
      padding: 1px 25px 25px 25px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 677, style.scss */
    .care_box_sglb {
      padding: 1px 20px 20px 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 677, style.scss */
    .care_box_sglb {
      padding: 1px 15px 15px 15px; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 677, style.scss */
    .care_box_sglb {
      padding: 1px 15px 15px 15px; } }
  @media screen and (max-width: 360px) {
    /* line 677, style.scss */
    .care_box_sglb {
      padding: 1px 15px 15px 15px; } }

/* line 707, style.scss */
.care_box_sgl_img {
  margin: -40px 0 0 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 707, style.scss */
    .care_box_sgl_img {
      margin: -30px 0 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 707, style.scss */
    .care_box_sgl_img {
      margin: -20px 0 0 0; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 707, style.scss */
    .care_box_sgl_img {
      margin: -20px 0 0 0; } }
  @media screen and (max-width: 360px) {
    /* line 707, style.scss */
    .care_box_sgl_img {
      margin: -20px 0 0 0; } }

/* line 756, style.scss */
.care_box_sgl_title {
  margin: -20px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 10px; }

/* line 783, style.scss */
.care_box_sgl_titleb {
  background: #ffe2eb;
  font-size: 20px;
  font-size: 2.0rem;
  display: inline-block;
  line-height: 1.5;
  padding: 5px 20px;
  text-align: left; }
  @media screen and (min-width: 930.01px) and (max-width: 1100px) {
    /* line 783, style.scss */
    .care_box_sgl_titleb {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 783, style.scss */
    .care_box_sgl_titleb {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 783, style.scss */
    .care_box_sgl_titleb {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 783, style.scss */
    .care_box_sgl_titleb {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 360px) {
    /* line 783, style.scss */
    .care_box_sgl_titleb {
      font-size: 15px;
      font-size: 1.5rem; } }

/* line 822, style.scss */
.care_box_sgl_txt {
  margin: 20px 0 0 0; }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 822, style.scss */
    .care_box_sgl_txt {
      margin: 10px 0 0 0; } }
  @media screen and (max-width: 360px) {
    /* line 822, style.scss */
    .care_box_sgl_txt {
      margin: 10px 0 0 0; } }

/*# sourceMappingURL=style.css.map */
