@charset "UTF-8";

/*====================================================================
Detail template style
prefix: common_tds_20211224

/* IE11 *
_:-ms-lang(x)::-ms-backdrop, .class {}

/* Safari *
_::-webkit-full-page-media, _:future, :root .class {}
====================================================================*/

/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    layout
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/

.localhtml_kodomomirai {
  -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
  color-adjust: exact !important; /*Firefox*/
  padding-bottom: 35px;
}

.localhtml_kodomomirai section {
  padding: 25px 0;
}
.localhtml_kodomomirai section:first-child {
  padding-top: 0;
}
.localhtml_kodomomirai div {
  box-sizing: border-box;
}
.localhtml_kodomomirai .article_wrap {
  width: 960px;
  margin: 0 auto;
}
.localhtml_kodomomirai .image img {
  width: 100%;
}
.localhtml_kodomomirai .image.bnr {
  margin-top: 40px !important;
}
.localhtml_kodomomirai .image a img {
  transition: 0.7s;
}
.localhtml_kodomomirai .image a:hover img {
  opacity: 0.8;
}

/* column
	―――――――――――-―――――――――――-―――――――――――-――- */
.localhtml_kodomomirai .column_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.localhtml_kodomomirai .column_wrap + .column_wrap {
  margin-top: 35px;
  margin-bottom: 10px;
}
.localhtml_kodomomirai .column {
  position: relative;
}
.localhtml_kodomomirai .column1 .column {
  width: 100%;
}
.localhtml_kodomomirai .column2 .column {
  width: 50%;
}
.localhtml_kodomomirai .column3 .column {
  width: 31.25%;
}
.localhtml_kodomomirai .column3-1-2 .column:last-child {
  width: 65.75%;
}
.localhtml_kodomomirai .column3-1-2 .column:last-child .column {
  width: 47.53%;
}
.localhtml_kodomomirai .column3-1-2 .columnwide {
  width: 50.699% !important;
}

/* bg
	―――――――――――-―――――――――――-―――――――――――-――- */
.bg_brown {
  background: #665e4d;
}
.bg_brown2 {
  background: #9a8f7b;
}
.bg_lightbrown {
  background: #f2efeb;
}
.bg_orange {
  background: #ff6400;
}

/* text
	―――――――――――-―――――――――――-―――――――――――-――- */
.localhtml_kodomomirai .text_yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.localhtml_kodomomirai .heading {
  font-size: 280%;
  font-weight: 400;
  margin-bottom: 40px;
}
.localhtml_kodomomirai .text {
  font-size: 1rem;
  line-height: 1.4;
}
.localhtml_kodomomirai .text p {
  font-size: 1.075rem;
  line-height: 2;
  padding: 1em 0;
  text-align: justify;
  justify-content: unset;
}
.localhtml_kodomomirai .text span,
.localhtml_kodomomirai .note span {
  color: #3d63b5;
  font-size: 0.9rem;
}
.localhtml_kodomomirai .read {
  font-size: 1.125rem;
  line-height: 1.6;
}
.localhtml_kodomomirai .find + .read {
  margin-top: 1em;
}
.localhtml_kodomomirai .find span {
  font-size: 80%;
  font-weight: 500;
}
.localhtml_kodomomirai .note {
  margin: 0.5em 0;
  font-size: 0.8rem;
  line-height: 1.2;
}
.localhtml_kodomomirai .text_red {
  color: red !important;
}
.localhtml_kodomomirai .text_brown {
  color: #665e4d !important;
}

.localhtml_kodomomirai h2 {
  position: relative;
  padding: 0.6em 0.1em;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.localhtml_kodomomirai h2::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 25px solid transparent;
}
.localhtml_kodomomirai h2.bg_orange::after {
  border-top: 20px solid #ff6400;
}
.localhtml_kodomomirai h2.bg_brown::after {
  border-top: 20px solid #665e4d;
}

/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    section
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/

/* title - kodomomirai
	―――――――――――-―――――――――――-―――――――――――-――- */
.localhtml_kodomomirai .title_wrap {
  position: relative;
  margin: 0 auto;
  height: 680px;
  min-width: 960px;
  background: url(../images/211222_cleanup_kodomomirai_01top_04.jpg) center 50% no-repeat;
  background-size: cover;
}
.localhtml_kodomomirai .title_wrap .image_wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 100%;
}
.localhtml_kodomomirai .title_wrap .image:nth-child(1) {
  width: 920px;
  position: absolute;
  left: 0;
  top: 3vh;
}
.localhtml_kodomomirai .title_wrap .image:nth-child(2) {
  width: 210px;
  position: absolute;
  right: 0;
  bottom: 3vh;
}

/* case - kodomomirai
        ―――――――――――-―――――――――――-―――――――――――-――- */
.localhtml_kodomomirai .case .image {
  position: relative;
  z-index: 1;
}
.localhtml_kodomomirai .case .column_wrap {
  position: relative;
  margin-top: -55px;
  margin-bottom: 15px;
  padding: 50px 3.5% 25px;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 15px 8px #d9d5cf;
  box-shadow: inset 0px 0px 15px 8px #d9d5cf;
  border-radius: 10px;
}
.localhtml_kodomomirai .case .column_wrap > .image {
  position: absolute;
  right: 35px;
  bottom: 20px;
  width: 280px;
}
.localhtml_kodomomirai .case .column {
  width: 280px;
}

/* subsidy - kodomomirai
        ―――――――――――-―――――――――――-―――――――――――-――- */
.localhtml_kodomomirai.subsidy dl {
  margin: 15px 0;
}
.localhtml_kodomomirai.subsidy dt,
.localhtml_kodomomirai.subsidy dd {
  color: #ff6400;
  margin: 0.1em 0;
  line-height: 1.5;
}
.localhtml_kodomomirai.subsidy dt {
  font-weight: 700;
}
.localhtml_kodomomirai.subsidy dd strong {
  text-decoration: underline;
}

.localhtml_kodomomirai.subsidy .find {
  margin-top: 4em;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.2em 0.5em;
}
.localhtml_kodomomirai.subsidy .find span {
  font-size: 80%;
  font-weight: 500;
  color: inherit !important;
}
.localhtml_kodomomirai.subsidy .column .find {
  margin-top: 0;
}
.localhtml_kodomomirai.subsidy .column .product {
  margin: 20px 0;
  padding-left: 0.5em;
  border-left: 5px solid #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.localhtml_kodomomirai.subsidy .column .image {
}
.localhtml_kodomomirai.subsidy .column .price {
  padding: 0.5em 1em;
  text-align: center;
}
.localhtml_kodomomirai.subsidy .column .price div {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 1rem;
  transform: translate(25px, 0);
}
.localhtml_kodomomirai.subsidy .column .price div::before {
  content: url(../images/211222_cleanup_kodomomirai_03product_arrow.png);
  display: inline-block;
  position: absolute;
  left: -65px;
  top: -15px;
  transform: scale(0.5);
}
.localhtml_kodomomirai.subsidy .column span {
  margin: 0 0.5em;
  color: #3d63b5;
  font-size: 80%;
}
.localhtml_kodomomirai.subsidy .column strong {
  font-size: 160%;
  line-height: 1;
}
.localhtml_kodomomirai.subsidy .column .title {
  padding: 0.3em 0.2em;
  border-top: 5px solid #665e4d;
  color: #fff;
  text-align: center;
}
.localhtml_kodomomirai.subsidy .column .caption {
  margin-bottom: 0.8em;
  padding: 0.5em 0.2em 0.4em;
  text-align: center;
}
.localhtml_kodomomirai.subsidy .column .text {
  font-size: 0.9rem;
}
.localhtml_kodomomirai.subsidy .column .text span {
  display: block;
  margin: 0;
  color: #3d63b5;
  font-size: inherit;
}
.localhtml_kodomomirai.subsidy .column .detail {
  color: #ff6400;
  border: 2px solid #ff6400;
  font-size: 0.9em;
  margin-top: 16px;
  padding: 6px 5px;
  padding-left: 2px;
  line-height: 1.4;
}
.localhtml_kodomomirai.subsidy .column .detail li {
  padding-left: 2.5em;
  text-indent: -2em;
}
.localhtml_kodomomirai.subsidy .column .indent {
  padding-left: 6.8em;
  text-indent: -6.8em;
}

/* apply - kodomomirai
        ―――――――――――-―――――――――――-―――――――――――-――- */
.localhtml_kodomomirai.apply .find {
  margin-top: 1em;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.2em 0.5em;
}
.localhtml_kodomomirai.apply .image {
  margin: 25px 0 15px;
}
.localhtml_kodomomirai.apply .text + .image {
  margin-top: 45px;
}
.localhtml_kodomomirai.apply .note {
  text-align: justify;
  justify-content: unset;
  line-height: 1.8;
}
.localhtml_kodomomirai.apply .tel {
  font-size: 1.25rem;
  margin-top: 1em;
}

/*―――――――――――-―――――――――――-―――――――――――-―――――――――――-
    breakpoint
―――――――――――-―――――――――――-―――――――――――-―――――――――――-*/

@media screen and (max-width: 768px) {
  .localhtml_kodomomirai .pc {
    display: none !important;
  }

  /*―――――――――――-―――――――――――-―――――――――――-
            layout - sp
        ―――――――――――-―――――――――――-―――――――――――--*/

  body {
    font-size: 1rem;
  }

  .localhtml_kodomomirai section {
    padding: 25px 0;
  }
  .localhtml_kodomomirai div {
    box-sizing: border-box;
  }
  .localhtml_kodomomirai .article_wrap {
    width: auto;
    margin: 0 25px;
  }
  .localhtml_kodomomirai .image.bnr {
    margin-top: 40px !important;
  }

  /* column
	―――――――――――-―――――――――――-―――――――――――-――- */
  .localhtml_kodomomirai .column_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
  .localhtml_kodomomirai .column_wrap + .column_wrap {
    margin-top: 0;
  }
  .localhtml_kodomomirai .column {
    position: relative;
  }
  .localhtml_kodomomirai .column1 .column {
    width: 100%;
  }
  .localhtml_kodomomirai .column2 .column {
    width: auto;
  }
  .localhtml_kodomomirai .column3 > .column {
    width: auto;
    margin-bottom: 35px;
  }
  .localhtml_kodomomirai .column3-1-2 .column:last-child {
    width: auto;
    margin-bottom: 0;
  }
  .localhtml_kodomomirai .column3-1-2 .column:last-child .column {
    width: auto;
  }
  .localhtml_kodomomirai .column3-1-2 .columnwide {
    width: auto !important;
  }

  /* text
	―――――――――――-―――――――――――-―――――――――――-――- */
  .localhtml_kodomomirai h2 {
    font-size: 200%;
  }
  .localhtml_kodomomirai .heading {
    font-size: 280%;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .localhtml_kodomomirai .text {
    margin: 0.5em 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
  }
  .localhtml_kodomomirai .text p {
    font-size: 110%;
  }
  .localhtml_kodomomirai .text span,
  .localhtml_kodomomirai .note span {
    display: inline-block;
    font-size: 100%;
    text-indent: -1.3em;
    padding-left: 1.5em;
  }
  .localhtml_kodomomirai .read {
    font-size: 120%;
    font-weight: 700;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .localhtml_kodomomirai .find + .read {
    margin-top: 1em;
  }
  .localhtml_kodomomirai .find span {
    font-size: 60%;
    font-weight: 500;
  }
  .localhtml_kodomomirai .note {
    font-size: 100%;
  }

  .localhtml_kodomomirai h2 span {
    font-size: 80%;
  }

  /*―――――――――――-―――――――――――-―――――――――――-
            section
        ―――――――――――-―――――――――――-―――――――――――--*/

  /* title - kodomomirai
	―――――――――――-―――――――――――-―――――――――――-――- */
  .localhtml_kodomomirai .title_wrap {
    height: auto;
    min-width: auto;
    background: none;
  }
  .localhtml_kodomomirai .title_wrap .image:nth-child(2) {
    width: auto;
    position: relative;
    left: auto;
    bottom: auto;
  }

  /* case - kodomomirai
        ―――――――――――-―――――――――――-―――――――――――-――- */
  .localhtml_kodomomirai .case .column_wrap {
    margin-top: -95px;
    margin-bottom: 15px;
    padding: 100px 20px 50px;
  }
  .localhtml_kodomomirai .case .column_wrap > .image {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 280px;
  }
  .localhtml_kodomomirai .case .column {
    width: auto;
    margin-bottom: 35px;
  }

  /* subsidy - kodomomirai
        ―――――――――――-―――――――――――-―――――――――――-――- */
  .localhtml_kodomomirai.subsidy dl {
    font-size: 110%;
  }
  .localhtml_kodomomirai.subsidy dt {
    text-indent: -0.5em;
  }
  .localhtml_kodomomirai.subsidy dd {
    padding-left: 1em;
    text-indent: -1.2em;
  }

  .localhtml_kodomomirai.subsidy .find {
    margin-top: 2em;
    font-size: 160%;
  }
  .localhtml_kodomomirai.subsidy .find span {
    font-size: 80%;
    font-weight: 500;
    color: inherit !important;
  }
  .localhtml_kodomomirai.subsidy .column .find {
    margin-top: 0;
  }
  .localhtml_kodomomirai.subsidy .column .product {
    font-size: 150%;
    line-height: 1.4;
  }
  .localhtml_kodomomirai.subsidy .column .price {
    padding: 0.2em 1em;
  }
  .localhtml_kodomomirai.subsidy .column .price div {
    font-size: 125%;
    transform: translate(30px, 0);
  }
  .localhtml_kodomomirai.subsidy .column .title {
    font-size: 100%;
  }
  .localhtml_kodomomirai.subsidy .column .caption {
    padding: 1em 0.2em 1em;
    font-size: 100%;
    font-weight: 700;
  }
  .localhtml_kodomomirai.subsidy .column .text {
    font-size: 110%;
  }
  .localhtml_kodomomirai.subsidy .column .detail {
    font-size: 110%;
    line-height: 1.6;
  }
  .localhtml_kodomomirai.subsidy .column .text span {
    display: block;
    margin: 0;
    color: #3d63b5;
    font-size: 100%;
  }
  .localhtml_kodomomirai.subsidy .column .detail li {
    padding-left: 2.5em;
    text-indent: -2em;
  }

  /* apply - kodomomirai
        ―――――――――――-―――――――――――-―――――――――――-――- */
  .localhtml_kodomomirai.apply .find {
    font-size: 150%;
    line-height: 1.2;
    padding: 0.5em;
  }
  .localhtml_kodomomirai.apply .image {
    margin: 25px 0 15px;
  }
  .localhtml_kodomomirai.apply .text + .image {
    margin-top: 45px;
  }
  .localhtml_kodomomirai.apply .note {
    text-align: justify;
    justify-content: unset;
    line-height: 1.8;
  }
  .localhtml_kodomomirai.apply .tel {
    font-size: 125%;
    line-height: 1.4;
  }
  .localhtml_kodomomirai.apply .tel span {
    font-size: 80%;
  }
}

@media screen and (min-width: 769px) {
  .localhtml_kodomomirai .sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 960px) and (max-width: 1379px) {
}

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