* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
  font-size: 1.3em;
  line-height: 1.5;
  color: #222;
}
@media print {
  body {
    width: 1100px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media print, screen and (min-width: 580px) {
  body {
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1100px) {
  body {
    font-size: 1.6em;
  }
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #00afec;
}
a:hover {
  color: #036;
}
a img {
  -webkit-transition: opacity 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
a:hover img {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.sw_anim {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 1s ease;
  transition: opacity 0.6s ease, -webkit-transform 1s ease;
  transition: opacity 0.6s ease, transform 1s ease;
  transition: opacity 0.6s ease, transform 1s ease, -webkit-transform 1s ease;
}
.sw_anim.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.bold {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
@media print, screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
header {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
}
header .logo {
  display: block;
  margin: 0;
  width: 30%;
  min-width: 120px;
  max-width: 236px;
}
header .logo a {
  display: block;
  padding: calc(10px + 0.75vw) 0;
}
footer {
  position: relative;
  width: 100%;
  background-color: #e75400;
}
footer p {
  padding: 1em 0;
  text-align: center;
  font-size: 95%;
  color: #fff;
}
#pageTop {
  z-index: 1002;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 10px;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 0.7rem;
  text-decoration: none;
  color: #fff;
  background: rgba(234, 128, 38, 0.75);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}
#pageTop::before {
  content: "";
  display: inline-block;
  margin-right: 0;
  width: 2em;
  height: 2em;
  background-image: url("../img/icon_pagetop.png");
  background-size: contain;
  background-repeat: no-repeat;
}
body.scroll #pageTop {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}
#pageTop:hover {
  background: rgba(234, 128, 38, 0.95);
}
main {
  position: relative;
  margin: 0 auto;
  padding-bottom: clamp(30px, 6vw, 80px);
  width: 100%;
}
.mainImg {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 30px;
  max-width: 996px;
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mainImg img {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.mainImg p.mainimg_text {
  color: #333 !important;
  font-size: clamp(0.65rem, 0.614rem + 0.68vw, 1.125rem);
  margin-top: 5px;
  margin-right: 5px;
  text-align: right !important;
}
@media print, screen and (max-width: 320px) {
  .mainImg p.mainimg_text {
    font-size: 16px !important;
    letter-spacing: -2px !important;
  }
}
.about {
  margin: 80px auto 50px auto !important;
  width: 100%;
  padding: 20px 0 10px !important;
  font-size: clamp(1.5rem, 1.3vw, 1.8rem);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media print, screen and (max-width: 768px) {
  .about {
    margin: 40px auto 20px auto !important;
    padding: 10px 0 5px !important;
  }
}
.example {
  margin: 0 auto 50px auto;
  max-width: 996px;
  width: 92%;
  color: #333333;
}
@media print, screen and (max-width: 768px) {
  .example {
    margin: 0 3% 50px 3%;
    width: 94%;
    color: #333333;
  }
}
.about.bk_orange,
.example.bk_orangen h3 {
  background-color: #eb5e00;
}
.about.bk_green,
.example.bk_green h3 {
  background-color: #009f44;
}

.example p {
  font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
  margin-bottom: 30px;
}

.about h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.412rem + 2.94vw, 2.25rem);
  overflow: hidden;
  margin: 10px 0 0 0;
}
.about p {
  margin-bottom: 20px !important;
}
.about__date {
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 0.706rem + 1.47vw, 1.625rem);
  font-weight: normal;
  overflow: hidden;
  vertical-align: baseline;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 768px) {
  .about__date {
    margin-top: 20px;
  }
}
.about__date::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.about__date::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.about__date span {
  color: #fff;
  font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
  vertical-align: baseline;
}
.example .about__note {
  font-size: clamp(1rem, 0.529rem + 2.35vw, 2rem);
  font-weight: bold;
  color: #ff0000;
  margin-top: 30px;
  margin-bottom: 20px;
}
.example .about__note2 {
  font-size: clamp(1.125rem, 0.89rem + 1.18vw, 1.625rem);
  font-weight: bold;
  color: #ed6d00;
  margin-top: 30px;
  margin-bottom: 20px;
}
p.about__p {
  font-size: clamp(0.875rem, 0.669rem + 1.03vw, 1.313rem);
  margin-top: 30px;
  margin-bottom: 30px;
}
.about__sim {
  margin: 0 0 20px 0;
  padding: 0px 0;
  text-align: center;
}
.about__sim img {
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
}
.about__sim a {
  width: 92%;
  margin: 0 auto;
  display: block;
}
.about__sim p {
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.313rem);
  margin-bottom: 40px;
  line-height: 1.6;
}
.example h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: clamp(1rem, 0.412rem + 2.94vw, 2.25rem);
  overflow: hidden;
  padding: 6px 0;
  margin-top: 10px !important;
  margin-bottom: 20px;
}
.example h3::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.4em);
}
.example h3::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 767px) {
}
/* ■P-table
----------------------------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.new_lxl-txt_floatline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.new_lxl-txt_floatline > div * {
  margin-bottom: 0;
}
.example table {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  border: 1px solid #000000;
}
[class^="new_lxl-table"] table {
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  [class^="new_lxl-table"] table {
  }
}
[class^="new_lxl-table"] tr:first-child {
  border-top: 1px solid #6b6b6b;
}
[class^="new_lxl-table"] th {
  border-right: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  text-align: center;
  background-color: #e0e0e0;
  font-weight: normal;
}
[class^="new_lxl-table"] td {
  text-align: center;
  border-right: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  font-weight: normal;
}
[class^="new_lxl-table"] td span {
  color: #ed6d00;
  font-weight: bold;
}
[class^="new_lxl-table"] td:first-child,
[class^="new_lxl-table"] th:first-child {
  border-left: 1px solid #6b6b6b;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_2col,
[class^="new_lxl-table"] table td.new_lxl-tcell_2col {
  width: 50%;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_3col,
[class^="new_lxl-table"] table td.new_lxl-tcell_3col {
  width: 33%;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_4col,
[class^="new_lxl-table"] table td.new_lxl-tcell_4col {
  width: 25%;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_5col,
[class^="new_lxl-table"] table td.new_lxl-tcell_5col {
  width: 20%;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_5col,
[class^="new_lxl-table"] table td.new_lxl-tcell_5col {
  width: 20%;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_6col,
[class^="new_lxl-table"] table td.new_lxl-tcell_6col {
  width: 16%;
}
[class^="new_lxl-table"] table th,
[class^="new_lxl-table"] table td {
  text-align: center;
  font-size: 78.947%;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_left,
[class^="new_lxl-table"] table td.new_lxl-tcell_left {
  text-align: left;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_right,
[class^="new_lxl-table"] table td.new_lxl-tcell_right {
  text-align: right;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_bold,
[class^="new_lxl-table"] table td.new_lxl-tcell_bold {
  font-weight: bold;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_white,
[class^="new_lxl-table"] table td.new_lxl-tcell_white {
  background: #fff;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_gray,
[class^="new_lxl-table"] table td.new_lxl-tcell_gray {
  background: #e0e0e0;
}
[class^="new_lxl-table"] table th.new_lxl-tcell_gray02,
[class^="new_lxl-table"] table td.new_lxl-tcell_gray02 {
  background: #efefef;
}
.new_lxl-itm-cb-p_12 p {
  font-size: 14px;
  margin-top: 5px;
}

.new_lxl-itm-cb-p_14 p {
  font-size: 16px;
  margin-top: 5px;
}
.new_lxl-table {
  width: 100%;
}
.new_lxl-table table th,
.new_lxl-table table td {
  padding: 11px 20px 10px;
}
.new_lxl-table_min table th,
.new_lxl-table_min table td {
  padding: 3px;
}
@media only screen and (max-width: 767px) {
  .new_lxl-table table th,
  .new_lxl-table table td {
    padding: 8px 10px 7px;
  }
  [class^="new_lxl-table"] {
    margin: 0;
    overflow-x: auto;
  }
  [class^="new_lxl-table"] table {
    min-width: 600px;
  }
  [class^="new_lxl-sectionbox"] [class^="new_lxl-table"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.example p.mark_tb {
  text-align: right;
  margin-bottom: 3px;
}
.example__produts {
  width: 94%;
  margin: 10px auto 60px auto;
}
.example__produt.-first {
  border-bottom: 3px solid #00afec;
}
.example__produtsTitle {
  display: inline-block;
  background: #00afec;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 4rem);
  overflow: hidden;
  padding: 8px 10px;
  margin-bottom: -1px;
  vertical-align: top;
}
.example__produtsTitle::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.4em);
}
.example__produtsTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.example__produtsWrap {
  border: 3px solid #00afec;
}
.example__produtTitle {
  display: block;
  color: #00afec;
  font-size: clamp(1.8rem, 4.6vw, 3.5rem);
  font-weight: bold;
  overflow: hidden;
  margin: 15px 0;
  margin-left: 10px;
}
.example__produtTitle::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.4em);
}
.example__produtTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.products {
  width: 94%;
  margin: 10px auto 60px auto;
}
.productOther__inner {
  display: flex;
  gap: 0.8em;
  flex-wrap: wrap !important;
}
.productOther__product {
  width: calc(33% - 0.5em);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .productOther__product {
    width: calc(50% - 0.5em);
  }
}
@media only screen and (max-width: 320px) {
  .productOther__product {
    width: calc(100% - 0.5em);
    align-content: flex-start;
  }
}
.productOther__product img {
  margin-bottom: clamp(20px, 6vw, 40px);
}
.cmncts-search-block {
  margin: 0 auto;
  width: 92%;
}
.cmncts-search-block.-top {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cmncts-search-block .-bottom {
  padding-top: 30px;
}
.mado {
  margin: 40px auto 15px auto;
  width: 92%;
}
@media print, screen and (max-width: 320px) {
  .mainImg p {
    font-size: 0.8em !important;
    letter-spacing: -1px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .mainImg {
    max-width: 998px;
    width: 92%;
  }
  .mainImg p {
    text-align: right;
    color: #333 !important;
    font-size: 18px;
    margin-top: 5px;
  }
  .about {
    text-align: left;
  }
  .about a {
    max-width: 820px;
  }
  .example h3 {
    font-size: clamp(1rem, 0.412rem + 2.94vw, 2.25rem);
  }
  .example__produtsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .example__produts {
    width: 99.9%;
    margin: 10px auto 90px auto;
  }
  .example__produt.-first {
    border-bottom: none;
    border-right: 3px solid #00afec;
    width: calc(46.34888438133874%-3px);
  }
  .example__produt .-second {
    width: 53.65111561866126%;
  }
  .example__produtsTitle {
    font-size: clamp(2rem, 2.8vw, 3rem);
  }
  .example__produtTitle {
    font-size: clamp(2rem, 2.4vw, 2.8rem);
  }
  .products {
    max-width: 998px;
    width: 92%;
  }
  .productReplus h4 {
    font-size: clamp(1.8rem, 2.6vw, 3.4rem);
  }
  .productReplus__block {
    padding-left: 1.4%;
  }
  .productReplus__block p {
    font-size: clamp(1.3rem, 1.8vw, 2.1rem);
  }
  .productReplus__block.-num1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productReplus__block.-num1 .productReplus__txt {
    width: 43.8%;
    margin-right: 2.5%;
  }
  .productReplus__block.-num1 .productReplus__img {
    max-width: 481px;
    width: 48.1%;
    margin-right: 4.2%;
  }
  .productReplus__block.-num2 .productReplus__txt {
    position: absolute;
    width: 100%;
  }
  .productReplus__block.-num2 .productReplus__txt h4 {
    float: left;
    margin-right: 0.5em;
  }
  .productReplus__block.-num2 .productReplus__txt .-type1 {
    margin-top: 0.5em;
  }
  .productReplus__block.-num2 .productReplus__txt .-type2 {
    width: 18.6%;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5em;
    clear: both;
  }
  .productReplus__block.-num2 .productReplus__txt .-type3 {
    width: 18.6%;
    font-size: clamp(1.3rem, 1.7vw, 1.8rem);
  }
  .productReplus__block.-num2 .productReplus__img {
    width: 76.5%;
    padding-top: 1em;
    margin-left: 19.4%;
    margin-right: 2.7%;
  }
  .productReplus__block.-num3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productReplus__block.-num3 .productReplus__txt {
    width: 21.8%;
    margin-right: 1.5%;
  }
  .productReplus__block.-num3 .productReplus__img {
    width: 72.1%;
    margin-right: 3.2%;
  }
  .productOther {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
  }

  .cmncts-search-block {
    max-width: 820px;
    width: 78%;
  }
  .cmncts-search-block .-bottom {
    padding-top: 20px;
  }
  .mado {
    margin: 80px auto 30px auto;
    max-width: 744px;
    width: 67.63636363636364%;
  }
}
.productOther__wrap h4 {
  font-size: clamp(1.125rem, 0.713rem + 2.06vw, 2rem);
  line-height: 1.2;
  margin-bottom: 0 !important;
  letter-spacing: 0px;
}
.productOther__wrap h4.genkan {
  font-size: clamp(1.125rem, 0.713rem + 2.06vw, 2rem) !important;
  letter-spacing: -2px;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) and (max-width: 900px) {
  .productOther__wrap h4.genkan {
    font-size: 26px !important;
    white-space: nowrap;
  }
}
.productOther__wrap h4 span {
  font-size: clamp(1.125rem, 0.949rem + 0.88vw, 1.5rem);
  letter-spacing: 0px;
}
.productOther__wrap .h4_small {
  font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
  font-weight: bold;
  margin-top: -8px !important;
}
.productOther__wrap p {
  font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
  margin-bottom: 1em;
}
.productOther__wrap h5 {
  font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
  color: #ed6d00;
}
.productOther__wrap h6 {
  font-weight: normal !important;
  font-size: clamp(1.125rem, 0.949rem + 0.88vw, 1.5rem);
  color: #eb5e00;
}
.new_lxl-itm-h4_normal h4 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.new_lxl-itm-h5_remark h5 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.new_lxl-itm-h5_remark {
  background: url(../img/icon_h5.gif) no-repeat left center;
  padding-left: 13px;
  margin-bottom: 10px;
}
/*# sourceMappingURL=kodomomirai.min.css.map */
[class^="new_lxl-itm-h4_normal"] {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  [class^="new_lxl-itm-h4_normal"] {
    margin-bottom: 5px;
  }
}
.mgb0 {
  margin-bottom: 0px !important;
}
.mgb25 {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 767px) {
  .noScroll table {
    min-width: auto;
  }
}
/* Border */
.new_lxl-border {
  display: block;
  margin: 30px 0;
  height: 1px;
  background-color: #e6e6e6;
  border: none;
}
@media only screen and (max-width: 767px) {
  .new_lxl-border {
    margin: 30px 3%;
  }
  [class^="new_lxl-sectionbox"] .new_lxl-border {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and ( max-width: 419px ) {
iframe {
width: 100%
}
}
