@charset "UTF-8";
/*
    Theme Name: XXXXX
*/
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333333;
  height: 100%;
  overscroll-behavior: none;
}

:root {
  --vdl: "vdl-v7mincho", sans-serif;
  --sawarabi: "sawarabi-gothic", sans-serif;
  --meiryo: "meiryo", sans-serif;
  --hiragino: "ヒラギノ角ゴ StdN W6", sans-serif;
  --shingo: "新ゴ DB", sans-serif;
  --skyblue: #1DA1F2;
}

/* pcのみ表示 */
.c-pc {
  display: block;
}

.c-tab {
  display: block;
}

.c-tab-re {
  display: none;
}

.c-sp {
  display: none;
}

/* タブレット表示 */
@media only screen and (max-width: 768px) {
  .c-tab {
    display: none;
  }
  .c-tab-re {
    display: block;
  }
}
/* spのみ表示 */
@media only screen and (max-width: 430px) {
  .c-pc {
    display: none;
  }
  .c-sp {
    display: block;
  }
}
a {
  color: inherit;
}

.link_range {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

img {
  width: 100%;
  height: auto;
}

/* inview用 */
.inview, .inview2 {
  transition: all 800ms ease-in-out;
  opacity: 0;
}

.inview_up, .inview_up2 {
  transition: all 500ms ease-in-out;
  opacity: 0;
  transform: translate(0, 10px);
}

.inview_action {
  opacity: 1;
}

.inview_up_action {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------*\
	背景
\*------------------------------------*/
/*------------------------------------*\
	header
\*------------------------------------*/
/*------------------------------------*\
	FOOTER
\*------------------------------------*/
/*------------------------------------*\
  共通
\*------------------------------------*/
.c-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.c-head1 {
  font-family: var(--vdl);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: #0062AC;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-head1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .c-head1 {
    font-size: 26px;
  }
}
.c-head1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C6C6C6;
}
.c-head2 {
  font-family: var(--meiryo);
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  background: #015DB2;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  height: 70px;
  max-width: 540px;
  width: 100%;
  padding: 23px 75px 23px 36px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-head2 {
    font-size: 22px;
    height: auto;
  }
}
@media only screen and (max-width: 430px) {
  .c-head2 {
    font-size: 16px;
    padding: 15px 38px 15px 32px;
  }
}
.c-head2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  background: #fff;
}
.c-head2 > span {
  font-family: var(--vdl);
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-head2 > span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .c-head2 > span {
    font-size: 16px;
  }
}
.c-btn {
  background: var(--skyblue);
  display: block;
  max-width: 220px;
  width: 100%;
  position: relative;
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 11px 40px 11px 10px;
  text-align: center;
  box-sizing: border-box;
  margin: auto 0;
}
@media only screen and (max-width: 430px) {
  .c-btn {
    font-size: 16px;
  }
}
.c-btn::after {
  position: absolute;
  content: ">>";
  font-size: 18px;
  font-family: Hiragino Sans, sans-serif;
  right: 16px;
	top: 50%;
	top: 45%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 430px) {
  .c-btn::after {
    font-size: 14px;
  }
}
.c-btn2 a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.c-btn2 {
  max-width: 350px;
  width: 100%;
  height: 60px;
  border: 1px solid #808080;
  position: relative;
}
.c-btn2::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 16px;
  height: 16px;
  background: #33C3FF;
}
.c-btn2::after {
  position: absolute;
  content: ">>";
  color: #33C3FF;
  font-size: 18px;
  font-family: Hiragino Sans, sans-serif;
  right: 16px;
  top: 20px;
}
@media only screen and (max-width: 430px) {
  .c-btn2::after {
    font-size: 14px;
  }
}
.c-btn2 > span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.c-head-backline {
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.c-head-backline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00B4FF;
  width: 5px;
  height: 100%;
}
.c-red {
  color: #E50065;
}
.c-orange {
  color: #FF0100;
}
.c-bubble {
  position: absolute;
  background: #0096FA;
  font-family: var(--meiryo);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .c-bubble {
    font-size: 14px;
  }
}
.c-bubble p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 20px solid #0096FA;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}
.c-underline {
  position: relative;
}
.c-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C6C6C6;
}
.c-head-lead {
  font-family: var(--vdl);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
  color: #666666;
  margin: auto 0;
  max-width: 665px;
  width: 61%;
}
@media only screen and (max-width: 768px) {
  .c-head-lead {
    font-size: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .c-head-lead {
    font-size: 18px;
  }
}
.c-catch {
  font-family: var(--vdl);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .c-catch {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .c-catch {
    font-size: 20px;
  }
}
.c-example {
  background: url(../images/top_example_back.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-example__inner {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .c-example__inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .c-example__inner {
    padding-top: 50px;
  }
}
.c-example__head-wrap {
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1000px) {
  .c-example__head-wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .c-example__head-wrap {
    gap: 30px;
    margin-bottom: 25px;
  }
}
.c-example__head-lead {
  max-width: inherit;
}
@media only screen and (max-width: 1000px) {
  .c-example__head-lead {
    width: 100%;
  }
}
.c-example__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .c-example__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 430px) {
  .c-example__list {
    grid-template-columns: 1fr;
  }
}
.c-example__item {
  max-width: 285px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #61BCFF;
}
@media only screen and (max-width: 768px) {
  .c-example__item {
    max-width: 100%;
  }
}
.c-example__item > a {
  padding: 15px;
  box-sizing: border-box;
  display: block;
}
.c-example__img {
  margin-bottom: 15px;
}
.c-example__cat {
  color: #fff;
  background: #00B4FF;
  border-radius: 15px;
  font-family: var(--meiryo);
  font-size: 15px;
  font-weight: bold;
  padding: 7.5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
@media only screen and (max-width: 430px) {
  .c-example__cat {
    font-size: 14px;
  }
}
.c-example__title {
  font-family: var(--meiryo);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.43;
  color: #003E82;
}
@media only screen and (max-width: 430px) {
  .c-example__title {
    font-size: 14px;
  }
}
.c-example__btn {
  max-width: 300px;
  padding: 14.5px 40px 14.5px 10px;
  margin: 0 auto;
}
.c-hero__inner {
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-hero__inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .c-hero__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-hero__head {
  font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
  color: #0062AC;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .c-hero__head {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .c-hero__head {
    font-size: 20px;
  }
}
.c-hero__lead {
  font-family: var(--hiragino);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: auto 0;
}
@media only screen and (max-width: 430px) {
  .c-hero__lead {
    font-size: 14px;
  }
}
.c-dot {
  position: relative;
  padding-left: 15px;
}
.c-dot::before {
  content: "■";
  position: absolute;
  font-size: 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 430px) {
  .c-dot::before {
    font-size: 6px;
  }
}

.u-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .u-flex {
    flex-direction: column;
  }
}
.u-bold {
  font-weight: bold;
}
.u-hover {
  transition: 0.3s;
}
.u-hover:hover {
  opacity: 0.5;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-fz16 {
  font-size: 16px;
}
@media only screen and (max-width: 430px) {
  .u-fz16 {
    font-size: 14px;
  }
}
.u-fz18 {
  font-size: 18px;
}
@media only screen and (max-width: 430px) {
  .u-fz18 {
    font-size: 14px;
  }
}
.u-fz22 {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .u-fz22 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .u-fz22 {
    font-size: 18px;
  }
}
.u-fz28 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .u-fz28 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .u-fz28 {
    font-size: 20px;
  }
}
.u-fz44 {
  font-size: 44px;
}
@media only screen and (max-width: 768px) {
  .u-fz44 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 430px) {
  .u-fz44 {
    font-size: 30px;
  }
}
.u-mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 20px;
  }
}
.u-mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .u-mb50 {
    margin-bottom: 20px;
  }
}
.u-mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}
.u-gap20 {
  gap: 20px;
}
.u-gap30 {
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .u-gap30 {
    gap: 20px;
  }
}
.u-gap40 {
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .u-gap40 {
    gap: 20px;
  }
}
.u-tac {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
  }
}

.p-top-support {
  background: url(../images/top_main_cts_bk.svg) no-repeat center top;
  width: 100%;
  margin-top: -65px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-top-support {
    background: url(../images/top_main_cts_bk.svg) no-repeat center top 35px/180% 5%;
  }
}
.p-top-support__inner {
  display: flex;
  margin: 80px auto 35px auto;
}
@media only screen and (max-width: 768px) {
  .p-top-support__inner {
    flex-direction: column;
    margin: 80px auto;
  }
}
.p-top-support__wrap {
  max-width: 930px;
  width: 100%;
}
.p-top-support__text {
  font-family: var(--meiryo);
  font-size: 17px;
  line-height: 2;
}
@media only screen and (max-width: 430px) {
  .p-top-support__text {
    font-size: 14px;
  }
}
.p-top-support__img {
  max-width: 281px;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-top-support__img {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.p-top-service {
  position: relative;
  overflow: hidden;
}
.p-top-service__container {
  background: #f1f1f1;
}
.p-top-service__inner {
  padding: 35px 20px 100px;
  margin-bottom: 8px;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .p-top-service__inner {
    padding: 35px 20px 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__inner {
    padding: 35px 20px 50px;
  }
}
.p-top-service__head {
  margin-bottom: 40px;
  margin-top: -70px;
}
@media only screen and (max-width: 430px) {
  .p-top-service__head {
    margin-top: -70px;
    margin-bottom: 30px;
  }
}
.p-top-service__desc {
  font-family: var(--meiryo);
  font-size: 19px;
  font-weight: bold;
  line-height: 1.68;
  color: var(--skyblue);
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top-service__desc {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__desc {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.p-top-service__item {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 115px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top-service__item {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__item {
    margin-bottom: 50px;
  }
}
.p-top-service__item:last-of-type {
  margin-bottom: 0;
}
.p-top-service__item:nth-child(1) .p-top-service__item-bg {
  background: url(../images/top_svs1_imgbk.jpg) no-repeat center right;
  background-size: cover;
  height: 485px;
  top: -35px;
}
.p-top-service__item:nth-child(2) .p-top-service__item-bg {
  background: url(../images/top_svs2_imgbk.jpg) no-repeat center right;
  background-size: cover;
  height: 290px;
  top: -35px;
}
.p-top-service__item:nth-child(3) .p-top-service__item-bg {
  background: url(../images/top_svs3_imgbk.jpg) no-repeat center right;
  background-size: cover;
  height: 325px;
  top: -35px;
}
.p-top-service__item:nth-child(4) .p-top-service__item-bg {
  background: url(../images/top_svs4_imgbk.jpg) no-repeat center right;
  background-size: cover;
  height: 290px;
  top: -35px;
}
.p-top-service__item-bg {
  position: absolute;
  z-index: 0;
  width: clamp(400px, 44%, 860px);
  display: block;
}
@media only screen and (max-width: 880px) {
  .p-top-service__item-bg {
    width: 100%;
  }
}
.p-top-service__item-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  padding-left: 108px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-top-service__item-head {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__item-head {
    padding-left: 65px;
  }
}
.p-top-service__item-head::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 430px) {
  .p-top-service__item-head::before {
    width: 50px;
    height: 60px;
    top: -15px;
  }
}
.p-top-service__item-head::after {
  position: absolute;
  content: "";
  width: calc(100% - 108px);
  height: 1px;
  bottom: 0;
  right: 0;
  background: #0071be;
}
@media only screen and (max-width: 430px) {
  .p-top-service__item-head::after {
    width: calc(100% - 55px);
  }
}
.p-top-service__item-head::before {
  background: url(../images/top_service_icon01.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 430px) {
  .p-top-service__item-head::before {
    height: 56px;
  }
}
.p-top-service__item-title {
  font-family: var(--meiryo);
  font-size: 26px;
  font-weight: bold;
  color: #0062AC;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .p-top-service__item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__item-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__item-lead {
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-top-service__item-wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-top-service__item-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-top-service__item-list {
    flex-direction: column;
    gap: 20px;
  }
}
.p-top-service__item-box {
  width: 100%;
  padding: clamp(20px, 2.9%, 35px);
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #66AAD8;
  border-radius: 4px;
  position: relative;
	max-width: 370px;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top-service__item-box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .p-top-service__item-box:nth-child(1) .u-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-service__item-box:nth-child(1) .u-flex {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__item-box:nth-child(1) .u-flex {
    margin-bottom: 30px;
  }
}
.p-top-service__item-box:nth-child(1) .p-top-service__content-bubble {
  top: -20px;
  right: 10px;
  max-width: 120px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .p-top-service__item-box:nth-child(1) .p-top-service__content-bubble {
    right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .p-top-service__item-box:nth-child(1) .p-top-service__content-bubble {
    position: relative;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-service__item-box:nth-child(1) .p-top-service__content-bubble {
    position: absolute;
    right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__item-box:nth-child(1) .p-top-service__content-bubble {
    max-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-service__item-box .u-flex {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-service__item-box .u-flex > .p-top-service__content-head {
    margin-bottom: 0;
  }
}

.p-top-service__content-btn {
	box-sizing: border-box;
	width: 100%;
	max-width: 296px;
	position: relative;
	position: absolute;
	margin:0px auto 0px auto;
	padding: 0px 0 0px 0px;
	bottom:-20px;
	 z-index: 5;
}
.c-process__btn {
	box-sizing: border-box;
	max-width: 296px;
	padding: 14.5px 40px 14.5px 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
.p-top-service__content-btn {
	box-sizing: border-box;
		width: 100%;
		max-width: 290px;
		max-width: 400px;
	position: relative;
		position: absolute;
		position: relative;
	margin:0px auto 10px auto;
	padding: 0px 0 0px 0px;
		bottom:-20px;
	 z-index: 5;
}
.c-process__btn {
	box-sizing: border-box;
		max-width: 290px;
		max-width: 400px;
	padding: 14.5px 40px 14.5px 10px;
  margin: 0 auto;
}
}
@media only screen and (max-width: 768px) {
.p-top-service__content-btn {
	box-sizing: border-box;
		width: 100%;
		max-width: 290px;
		max-width: 400px;
	position: relative;
		position: absolute;
		position: relative;
	margin:0px auto 25px auto;
	padding: 0px 0 0px 0px;
		bottom:-20px;
	 z-index: 5;
}
}

.p-top-service__content-head {
  font-family: var(--meiryo);
  font-size: 19px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-top-service__content-head {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service__content-head {
    font-size: 16px;
  }
}
.p-top-service__content-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00B4FF;
  width: 5px;
  height: 100%;
}
.p-top-service__content-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00B4FF;
  width: 100%;
  height: 1px;
}
.p-top-service__content-desc {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media only screen and (max-width: 430px) {
  .p-top-service__content-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-service__content-desc {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-service__content-img {
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-top-service__content-bubble {
  position: absolute;
  max-width: 120px;
}

.p-top-service-inspection__item-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  padding-left: 108px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-top-service-inspection__item-head {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service-inspection__item-head {
    padding-left: 65px;
  }
}
.p-top-service-inspection__item-head::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 430px) {
  .p-top-service-inspection__item-head::before {
    width: 50px;
    height: 60px;
    top: -15px;
  }
}
.p-top-service-inspection__item-head::after {
  position: absolute;
  content: "";
  width: calc(100% - 108px);
  height: 1px;
  bottom: 0;
  right: 0;
  background: #0071be;
}
@media only screen and (max-width: 430px) {
  .p-top-service-inspection__item-head::after {
    width: calc(100% - 55px);
  }
}
.p-top-service-inspection__item-head::before {
  background: url(../images/top_service_icon02.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 430px) {
  .p-top-service-inspection__item-head::before {
    height: 50px;
  }
}
.p-top-service-inspection__content-head-wrap {
  margin-right: 21px;
  padding-right: clamp(300px, 60%, 704px);
}
@media only screen and (max-width: 768px) {
  .p-top-service-inspection__content-head-wrap {
    padding-right: 0;
  }
}
.p-top-service-inspection__content-desc {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 430px) {
  .p-top-service-inspection__content-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-service-inspection__content-desc {
    margin-bottom: 10px;
  }
}
.p-top-service-inspection__item-box {
  width: 100%;
  padding: clamp(20px, 2.9%, 35px);
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #66AAD8;
  border-radius: 4px;
  position: relative;
}
.p-top-service-inspection__item-box > a {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-top-service-inspection__item-box > a {
    flex-direction: column;
  }
}
.p-top-service-inspection__content-img-wrap {
  display: flex;
}
.p-top-service-inspection__content-img {
  width: 59%;
  max-width: 704px;
  position: absolute;
  top: -25px;
  right: -10px;
}
@media only screen and (max-width: 768px) {
  .p-top-service-inspection__content-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.p-top-service-scale__item-box {
  width: 100%;
  padding: clamp(20px, 2.9%, 35px);
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #66AAD8;
  border-radius: 4px;
  position: relative;
  max-width: 370px;
}
@media only screen and (max-width: 768px) {
  .p-top-service-scale__item-box {
    max-width: 100%;
  }
}
.p-top-service-scale__item-box:nth-child(1) .p-top-service__content-img {
	margin-top: -20px;
}
@media only screen and (max-width: 1000px) {
  .p-top-service-scale__item-box:nth-child(1) .p-top-service__content-img {
    margin-top: 0;
  }
}
.p-top-service-scale__item-box:nth-child(2) .p-top-service__content-img {
  margin-top: -65px;
}
@media only screen and (max-width: 1000px) {
  .p-top-service-scale__item-box:nth-child(2) .p-top-service__content-img {
    margin-top: 0;
  }
}
.p-top-service-scale__item-box:nth-child(3) .p-top-service__content-img {
  margin-top: -15px;
}
@media only screen and (max-width: 1000px) {
  .p-top-service-scale__item-box:nth-child(3) .p-top-service__content-img {
    margin-top: 0;
  }
}
.p-top-service-scale__item-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  padding-left: 108px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-top-service-scale__item-head {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service-scale__item-head {
    padding-left: 65px;
  }
}
.p-top-service-scale__item-head::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 430px) {
  .p-top-service-scale__item-head::before {
    width: 50px;
    height: 60px;
    top: -15px;
  }
}
.p-top-service-scale__item-head::after {
  position: absolute;
  content: "";
  width: calc(100% - 108px);
  height: 1px;
  bottom: 0;
  right: 0;
  background: #0071be;
}
@media only screen and (max-width: 430px) {
  .p-top-service-scale__item-head::after {
    width: calc(100% - 55px);
  }
}
.p-top-service-scale__item-head::before {
  background: url(../images/top_service_icon03.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 430px) {
  .p-top-service-scale__item-head::before {
    height: 55px;
  }
}

.p-top-service-disinfectant__item-box {
  width: 100%;
  padding: clamp(20px, 2.9%, 35px);
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #66AAD8;
  border-radius: 4px;
  position: relative;
}
.p-top-service-disinfectant__item-box > a {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-top-service-disinfectant__item-box > a {
    flex-direction: column;
  }
}
.p-top-service-disinfectant__item-box .p-top-service__content-head-wrap {
  max-width: 375px;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .p-top-service-disinfectant__item-box .p-top-service__content-head-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.p-top-service-disinfectant__content-img-wrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-top-service-disinfectant__content-img-wrap {
    flex-wrap: wrap;
  }
}
.p-top-service-disinfectant__content-img {
  margin-right: 17px;
}
@media only screen and (max-width: 430px) {
  .p-top-service-disinfectant__content-img {
    margin-right: 0;
  }
}
.p-top-service-disinfectant__content-img:last-of-type {
  margin-right: 0;
}
.p-top-service-disinfectant__content-img:nth-child(1) {
  max-width: 272px;
}
@media only screen and (max-width: 430px) {
  .p-top-service-disinfectant__content-img:nth-child(1) {
    max-width: 100%;
  }
}
.p-top-service-disinfectant__content-img:nth-child(2) {
  max-width: 190px;
}
@media only screen and (max-width: 430px) {
  .p-top-service-disinfectant__content-img:nth-child(2) {
    max-width: 100%;
  }
}
.p-top-service-disinfectant__content-img:nth-child(3) {
  max-width: 205px;
}
@media only screen and (max-width: 430px) {
  .p-top-service-disinfectant__content-img:nth-child(3) {
    max-width: 100%;
  }
}
.p-top-service-disinfectant__item-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  padding-left: 108px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-top-service-disinfectant__item-head {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-service-disinfectant__item-head {
    padding-left: 65px;
  }
}
.p-top-service-disinfectant__item-head::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 430px) {
  .p-top-service-disinfectant__item-head::before {
    width: 50px;
    height: 60px;
    top: -15px;
  }
}
.p-top-service-disinfectant__item-head::after {
  position: absolute;
  content: "";
  width: calc(100% - 108px);
  height: 1px;
  bottom: 0;
  right: 0;
  background: #0071be;
}
@media only screen and (max-width: 430px) {
  .p-top-service-disinfectant__item-head::after {
    width: calc(100% - 55px);
  }
}
.p-top-service-disinfectant__item-head::before {
  background: url(../images/top_service_icon04.svg) no-repeat center center/contain;
}

.p-top-news {
  background: url(../images/top_news_back.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
.p-top-news__inner {
  padding: 80px 20px 90px;
}
@media only screen and (max-width: 430px) {
  .p-top-news__inner {
    padding: 50px 20px 50px;
  }
}
.p-top-news__head-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: -35px;
}
@media only screen and (max-width: 768px) {
  .p-top-news__head-wrap {
    flex-direction: column;
  }
}
.p-top-news__btn {
  right: 30px;
}
@media only screen and (max-width: 1240px) {
  .p-top-news__btn {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-news__head {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-news__head {
    flex-direction: row;
  }
}
.p-top-news__list {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 57px 50px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-top-news__list {
    padding: 57px 30px 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-news__list {
    padding: 57px 20px 40px;
  }
}
.p-top-news__item {
  position: relative;
  padding: 10px 0;
}
.p-top-news__item::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed #808080;
  bottom: 0;
}
.p-top-news__item:first-of-type::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  background: #003E82;
}
.p-top-news__item:first-of-type a {
  margin-top: 15px;
}
.p-top-news__item > a {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-top-news__item > a {
    flex-wrap: wrap;
  }
}
.p-top-news__item-data {
  font-family: var(--meiryo);
  font-size: 16px;
  margin: auto 0;
  margin-right: 37px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-top-news__item-data {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-news__item-data {
    font-size: 14px;
  }
}
.p-top-news__item-cat {
  font-family: var(--meiryo);
  font-size: 15px;
  max-width: 140px;
  width: 100%;
  margin-right: 25px;
  color: #015DB2;
  background: #D2ECFF;
  border: 1px solid #78C6FF;
  text-align: center;
  padding: 5.5px 0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-top-news__item-cat {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-news__item-cat {
    font-size: 14px;
  }
}
.p-top-news__item-title {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.25;
  margin: auto 0;
}
@media only screen and (max-width: 430px) {
  .p-top-news__item-title {
    font-size: 14px;
  }
}
.p-top-news__item-title::after {
  content: "";
}

.p-top-100th {
  background-color: #fff;
}
.p-top-100th__inner {
  padding-top: 140px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-top-100th__inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-100th__inner {
    padding-top: 80px;
  }
}
.p-top-100th__img {
  max-width: 121px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 430px) {
  .p-top-100th__img {
    margin-bottom: 20px;
  }
}
.p-top-100th__img-lead {
  font-family: var(--vdl);
  font-size: 22px;
  font-weight: bold;
  color: #0071BE;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .p-top-100th__img-lead {
    font-size: 20px;
  }
}
.p-top-100th__desc {
  font-family: var(--vdl);
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .p-top-100th__desc {
    font-size: 20px;
  }
}

.p-top-about {
  background: url(../images/top_about_back.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
.p-top-about__inner {
  max-width: 1140px;
  padding-top: 90px;
  padding-bottom: 132px;
  margin-bottom: 60px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.p-top-about__inner2026 {
  max-width: 1140px;
  padding-top: 60px;
  padding-bottom: 132px;
  padding-bottom: 90px;
  margin-bottom: 60px;
  overflow:hidden;
}
@media only screen and (max-width: 768px) {
  .p-top-about__inner {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 80px;
    gap: 50px;
  }
  .p-top-about__inner2026 {
  padding-top: 50px;
  padding-bottom: 132px;
  padding-bottom: 80px;
}
}
@media only screen and (max-width: 430px) {
  .p-top-about__inner {
    padding-bottom: 50px;
    gap: 30px;
  }
    .p-top-about__inne2026 {
    padding-bottom: 50px;
  }
}
.p-top-about__left {
  max-width: 550px;
  width: 100%;
}

.p-top-about__center {
width: 740px;
  margin: 0 auto 0 auto;
  padding: 0px 0 0 0;
  overflow:hidden;
}
.p-top-about__center_img {
  width: 720px;
  width: 640px;
  margin: 0 auto 30px auto;
  padding: 0px 0 0 0;
  overflow:hidden;
}
.p-top-about__center_img img {
  max-width: 100%;
  height: auto;
}

.p-top-about__center_cts {
  width: 740px;
  margin: 0 auto 0 auto;
  padding: 0px 0 0 0;
  overflow:hidden;
}
.p-top-about__center_cts1 {
float:left;
  width: 460px;
  margin: 0 0 0 0;
  padding: 0px 0 0 0;
}
.p-top-about__center_cts2 {
float:right;
  width: 240px;
  margin: 0 0 0 0;
  padding: 8px 0 0 0;
}


@media only screen and (max-width: 768px) {
  .p-top-about__left {
    max-width: 100%;
    margin-bottom: 0;
  }
  .p-top-about__center {
width: 740px;
width: auto;
max-width: 100%;
  margin: 0 auto 0 auto;
  padding: 0px 10px 0 10px;
  overflow:hidden;
}
.p-top-about__center_img {
  width: 720px;
  width: 640px;
  width: auto;
  max-width: 640px;
  margin: 0 auto 30px auto;
  padding: 0px 0 0 0;
  overflow:hidden;
}
.p-top-about__center_img img {
  max-width: 100%;
  height: auto;
}

.p-top-about__center_cts {
  width: auto;
  max-width: 740px;
  margin: 0 auto 0 auto;
  padding: 0px 0 0 0;
  overflow:hidden;
}
.p-top-about__center_cts1 {
float:none;
  width: auto;
  max-width: 460px;
  margin: 0 0 0 0;
  padding: 0px 0 0 0;
}
.p-top-about__center_cts2 {
float:right;
float:none;
  width: auto;
  max-width: 240px;
  margin: 0 auto 0 auto;
  padding: 8px 0 0 0;
}
}

.p-top-about__right {
  max-width: 460px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-top-about__right {
    max-width: 100%;
  }
}
.p-top-about__head {
  font-family: var(--vdl);
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .p-top-about__head {
    font-size: 20px;
  }
}
.p-top-about__btn {
  max-width: 199px;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .p-top-about__btn {
		margin-left: 0;
		max-width: 300px;
  padding: 14.5px 40px 14.5px 10px;
  margin: 0 auto;
  }
}
.p-top-about__right-wrap {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-top-about__right-wrap {
    justify-content: left;
    gap: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-top-about__right-wrap {
    margin-bottom: 30px;
    gap: 20px;
    flex-direction: column;
  }
}
.p-top-about__right-wrap:last-of-type {
  margin-bottom: 0;
}
.p-top-about__right-wrap:last-of-type .p-top-about__head {
  margin-bottom: 0;
}
.p-top-about__right-btn-title {
  margin: auto 0;
  padding-left: 25px;
}
.p-top-about__img-wrap {
  display: flex;
  gap: 30px;
  margin: auto 0;
}
.p-top-about__icon {
  max-width: 60px;
  width: 100%;
}

.p-top-example__cat {
  display: inline-block;
}
.p-top-example__cat:nth-of-type(2) {
  background-color: #0A5AB6;
}

/* =トップスライド
----------------------------------------------- */
#mainvisual {
  clear: both;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  height: 620px;
  border-top: 0px solid #0096FF;
  border-bottom: 0px solid #0096FF;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  #mainvisual {
    height: auto;
  }
}

.bxslider {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

.bxslider li {
  background: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
}

.bxslider li img {
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.bg-scale1 {
  position: relative;
  text-align: center;
  padding: 50px 0 50px 0;
  padding: 30px 0 90px 0;
  background: url(../images/images/bx_loader.gif) center center no-repeat;
  top: 0px;
}

.bg-scale1 .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  top: 0%;
}

.bg-scale1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/scene1.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.tops1 img {
  width: auto !important;
  height: auto;
}

.bg-scale2 {
  position: relative;
  text-align: center;
  padding: 30px 0 90px 0;
  top: 0px;
}

.bg-scale2 .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  top: 0%;
}

.bg-scale2:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/scene2.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.tops2 img {
  width: auto !important;
  height: auto;
}

.bg-scale3 {
  position: relative;
  text-align: center;
  padding: 30px 0 90px 0;
  top: 0px;
}

.bg-scale3 .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  top: 0%;
}

.bg-scale3:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/scene3.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.tops3 img {
  width: auto !important;
  height: auto;
}

.bg-scale4 {
  position: relative;
  text-align: center;
  padding: 30px 0 90px 0;
  top: 0px;
}

.bg-scale4 .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  top: 0%;
}

.bg-scale4:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/scene4.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.tops4 img {
  width: auto !important;
  height: auto;
}

.bg-scale5 {
  position: relative;
  text-align: center;
  padding: 30px 0 90px 0;
  top: 0px;
}

.bg-scale5 .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  top: 0%;
}

.bg-scale5:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/scene5.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.tops5 img {
  width: auto !important;
  height: auto;
}

/* =トップ　お問い合わせ ------- */
.top_ftctt {
  width: 1100px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 70;
}

.p-wellwatercooler-hero {
  background: url(../images/svs_hdimg.jpg) no-repeat center center/cover;
}

.p-wellwatercooler-cooler__inner {
  max-width: 1140px;
  padding-top: 55px;
}
.p-wellwatercooler-cooler__head-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  gap: 20px;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler__head-wrap {
    flex-direction: column;
  }
}
.p-wellwatercooler-cooler__head-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: 1;
}
.p-wellwatercooler-cooler__head-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #AEAEAE;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-cooler__head-wrap::after {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler__head-wrap::after {
    width: 100%;
  }
}
.p-wellwatercooler-cooler__head {
  font-family: var(--vdl);
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__head {
    font-size: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler__head {
    font-size: 26px;
  }
}
.p-wellwatercooler-cooler__lead-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-cooler__lead-wrap {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__lead-wrap {
    position: relative;
    transform: none;
  }
}
.p-wellwatercooler-cooler__lead-text {
  position: relative;
  padding-left: 50px;
  font-family: var(--meiryo);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__lead-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler__lead-text {
    font-size: 16px;
    height: 35px;
  }
}
.p-wellwatercooler-cooler__lead-text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 40px;
  background: url(../images/top_service_icon01.svg) no-repeat center center/contain;
}
.p-wellwatercooler-cooler__lead-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background: url(../images/wellwatercooler_bg01.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__lead-text::after {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler__lead-text::after {
    right: auto;
    left: 100px;
    width: 60px;
    height: 60px;
  }
}
.p-wellwatercooler-cooler__worries-wrap {
  position: relative;
}
.p-wellwatercooler-cooler__worries-box {
  background: url(../images/wellwatercooler_head_bg01.svg) no-repeat center center/100% 100%;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 15px 10px 20px 10px;
  box-sizing: border-box;
  font-family: var(--vdl);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__worries-box {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler__worries-box {
    font-size: 20px;
  }
}
.p-wellwatercooler-cooler__worries-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #00B4FF;
}
.p-wellwatercooler-cooler__worries-head {
  font-family: var(--meiryo);
  font-size: 44px;
  font-weight: bold;
  line-height: 1.45;
  color: #0062AC;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__worries-head {
    font-size: 34px;
    margin-bottom: -35px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler__worries-head {
    font-size: 26px;
  }
}
.p-wellwatercooler-cooler__worries-bubble {
  font-size: 18px;
  position: absolute;
  z-index: 5;
  top: -30px;
  right: 150px;
  background-color: #00B4FF;
}
@media only screen and (max-width: 1140px) {
  .p-wellwatercooler-cooler__worries-bubble {
    right: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-wellwatercooler-cooler__worries-bubble {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__worries-bubble {
    position: relative;
    margin-left: auto;
    top: 0;
    width: 100px;
    height: 100px;
  }
}
.p-wellwatercooler-cooler__worries-bubble::after {
  border-right: 20px solid #00B4FF;
  left: -18px;
  bottom: 49px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__worries-bubble::after {
    left: 4px;
    bottom: 85px;
    transform: rotate(45deg);
  }
}
.p-wellwatercooler-cooler__worries-img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__worries-img {
    margin-bottom: 40px;
  }
}
.p-wellwatercooler-cooler__worries-img > img {
  display: block;
  margin: 0 auto;
  max-width: 275px;
  width: 100%;
}
.p-wellwatercooler-cooler__worries-img::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #AEAEAE;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__worries-img::before {
    top: -15%;
  }
}
.p-wellwatercooler-cooler__worries-img::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__worries-img::after {
    top: -15%;
  }
}
.p-wellwatercooler-cooler__worries-lead {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 520px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler__worries-lead {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler__worries-lead {
    font-size: 20px;
  }
}
.p-wellwatercooler-cooler__worries-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
.p-wellwatercooler-cooler__worries-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(25deg);
}

.p-wellwatercooler-list {
  background: #C8E8F9;
  position: relative;
  z-index: -1;
}
.p-wellwatercooler-list__inner {
  max-width: 1140px;
	padding-bottom: 90px;
	padding-bottom: 130px;
	padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__inner {
		padding-bottom: 80px;
		padding-bottom: 100px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__inner {
		padding-bottom: 50px;
		padding-bottom: 130px;
  }
}
.p-wellwatercooler-list__bg {
  position: absolute;
  z-index: 0;
  top: -120px;
  width: 100%;
  height: 1000px;
  background: url(../images/wwc_cts_back.jpg) no-repeat center top/cover;
}
.p-wellwatercooler-list__head {
  font-family: var(--meiryo);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #015DB2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 20px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__head {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__head {
    font-size: 22px;
  }
}
.p-wellwatercooler-list__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #1EA0FF;
}
.p-wellwatercooler-list__head::after {
  content: "";
  background: url(../images/hukidashi.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 30px;
}
.p-wellwatercooler-list__item {
  border: 1px solid #66AAD8;
  background: rgba(255, 255, 255, 0.7);
  padding: 65px 100px;
  position: relative;
  border-radius: 8.5px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item {
    padding: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item {
    padding: 30px;
  }
}
.p-wellwatercooler-list__item:last-of-type {
  margin-bottom: 0;
}
.p-wellwatercooler-list__item:last-of-type .p-wellwatercooler-list__tax-item-top {
  padding-bottom: 0;
	margin-bottom: 0;
	margin-bottom: -35px;
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-list__item:last-of-type .p-wellwatercooler-list__tax-item-top {
  padding-bottom: 0;
	margin-bottom: 0;
}
}

.p-wellwatercooler-list__item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 20px;
  width: 72px;
  height: 103px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item::before {
    top: -40px;
    left: 0;
    width: 50px;
    height: 72px;
  }
}
.p-wellwatercooler-list__item:nth-child(1)::before {
  background: url(../images/wellwatercooler_cooler_icon01.svg) no-repeat center center/contain;
}
.p-wellwatercooler-list__item:nth-child(2)::before {
  width: 84px;
  height: 109px;
  left: 10px;
  background: url(../images/wellwatercooler_cooler_icon02.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item:nth-child(2)::before {
    top: -40px;
    left: 0;
    width: 60px;
    height: 77px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item:nth-child(2)::before {
    top: -50px;
  }
}
.p-wellwatercooler-list__item:nth-child(3)::before {
  width: 85px;
  height: 100px;
  top: -25px;
  left: 10px;
  background: url(../images/wellwatercooler_cooler_icon05.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item:nth-child(3)::before {
    top: -40px;
    left: 0;
    width: 55px;
    height: 65px;
  }
}
.p-wellwatercooler-list__item:nth-child(4)::before {
  width: 82px;
  height: 100px;
  top: -40px;
  left: 15px;
  background: url(../images/wellwatercooler_cooler_icon03.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item:nth-child(4)::before {
    top: -40px;
    left: 0;
    width: 53px;
    height: 65px;
  }
}
.p-wellwatercooler-list__item:nth-child(5)::before {
  width: 97px;
  height: 107px;
  top: -40px;
  left: 5px;
  background: url(../images/wellwatercooler_cooler_icon04.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item:nth-child(5)::before {
    top: -40px;
    left: 0;
    width: 70px;
    height: 77px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item:nth-child(5)::before {
    top: -50px;
  }
}
.p-wellwatercooler-list__item-head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  color: #003C78;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-head {
    font-size: 20px;
  }
}
.p-wellwatercooler-list__item-head::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #88F0FF;
  width: calc(100% + 100px);
  height: 20px;
  bottom: -10px;
  left: -100px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-head::after {
    left: -50px;
    width: calc(100% + 50px);
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-head::after {
    left: -30px;
    width: calc(100% + 30px);
  }
}
.p-wellwatercooler-list__item-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-wellwatercooler-list__item-top::after {
  position: absolute;
  content: "";
  background-color: #0071BE;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0px;
}
.p-wellwatercooler-list__item-left {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-left {
    margin-bottom: 20px;
  }
}
.p-wellwatercooler-list__item-right {
  position: relative;
  right: -58px;
  top: -20px;
  max-width: 427px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-right {
    top: 0;
    right: 0;
    max-width: 100%;
  }
}
.p-wellwatercooler-list__item-text {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-text {
    font-size: 14px;
  }
}
.p-wellwatercooler-list__item-annotation {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.6;
  padding: 10px;
  border: 1px solid #B3B3B3;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-annotation {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-bottom > .u-flex {
    flex-direction: column;
  }
}
.p-wellwatercooler-list__item-wrap {
  display: flex;
	gap: 50px;
	padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-wrap {
		gap: 20px;
		padding-left: 0px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-wrap {
    flex-direction: column;
  }
}
.p-wellwatercooler-list__item-span {
	display: inline-block;
  font-family: var(--meiryo);
  font-size: 27px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: -25px;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-span {
		font-size: 24px;
		margin-right: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-span {
    font-size: 22px;
  }
}
.p-wellwatercooler-list__item-index {
  font-family: var(--meiryo);
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #0062AC;
  min-height: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  margin-bottom: 25px;
  color: #0096FF;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-index {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-index {
    font-size: 20px;
  }
}
.p-wellwatercooler-list__item-bottom-right {
  max-width: 408px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__item-bottom-right {
    max-width: 100%;
  }
}


.p-wellwatercooler-list1__item-bottom {
	padding: 0px;
	margin: 0px 0 30px 0;
	overflow:hidden;
}
.p-wellwatercooler-list1__item-bottom-left {
	float:left;
	max-width: 470px;
	width: 470px;
}
.p-wellwatercooler-list1__item-bottom-right {
	float:left;
	float:right;
  max-width: 408px;
	padding: 10px 0 0 0;
	width: 408px;
}

@media only screen and (max-width: 1140px) {
	.p-wellwatercooler-list1__item-bottom {
	padding: 0px;
	margin: 0px 0 20px 0 ;
	overflow:hidden;
}
.p-wellwatercooler-list1__item-bottom-left {
		float:left;
		float:none;
	max-width: 100%;
	width: 100%;
}
.p-wellwatercooler-list1__item-bottom-right {
	float:left;
		float:right;
		float:none;
		max-width: 408px;
		margin: 0px auto 30px auto ;
	padding: 10px 0 0 0;
	width: 100%;
}
}

.p-wellwatercooler-list1_ttl {
	font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
	margin: 0em 0em 1.0em 0em;
	margin: 0em 0em 1.5em 0em;
  padding: 2px 0px 2px 14px;
  border-left: 4px solid #00B4FF;
	color: #0096FF;
  line-height: 1.6em;
  letter-spacing: 0em;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-list1_ttl {
		font-size: 22px;
		margin: 0em 0em 1.0em 0em;
		line-height: 1.6em;
  }
}
@media only screen and (max-width: 430px) {
.p-wellwatercooler-list1_ttl {
		font-size: 20px;
		padding: 2px 0px 2px 12px;
		margin: 0em 0em 0.8em 0em;
		line-height: 1.6em;
  }
}

.p-wellwatercooler-list1__item_hikaku {
	max-width: 900px;
 margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
overflow:hidden;
}
.p-wellwatercooler-list1__item_hikaku  img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}


.p-wellwatercooler-list__comfortable-item-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__comfortable-item-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__comfortable-item-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-wellwatercooler-list__comfortable-item-top::after {
  position: absolute;
  content: "";
  background-color: #0071BE;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__comfortable-item-top {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.p-wellwatercooler-list__comfortable-item-left {
  max-width: 550px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__comfortable-item-left {
    max-width: 100%;
  }
}
.p-wellwatercooler-list__comfortable-item-right {
  position: relative;
  right: -58px;
  top: -20px;
  max-width: 427px;
  width: 100%;
  position: absolute;
  max-width: 557px;
  width: 100%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__comfortable-item-right {
    top: 0;
    right: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__comfortable-item-right {
    position: relative;
    margin: 0 auto;
  }
}
.p-wellwatercooler-list__scale-item-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__scale-item-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__scale-item-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-wellwatercooler-list__scale-item-top::after {
  position: absolute;
  content: "";
  background-color: #0071BE;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0px;
}
.p-wellwatercooler-list__scale-item-left {
  max-width: 383px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__scale-item-left {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.p-wellwatercooler-list__scale-item-right {
  position: relative;
  right: -58px;
  top: -20px;
  max-width: 427px;
  width: 100%;
  max-width: 488px;
  width: 100%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__scale-item-right {
    top: 0;
    right: 0;
    max-width: 100%;
  }
}
.p-wellwatercooler-list__item-btn {
  max-width: 280px;
  background: #fff;
  color: inherit;
  border: 1px solid #00B4FF;
  font-size: 16px;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__item-btn {
    font-size: 14px;
  }
}
.p-wellwatercooler-list__item-btn::after {
  color: #00B4FF;
}
.p-wellwatercooler-list__img {
  max-width: 640px;
  margin: 0 auto;
}
.p-wellwatercooler-list__img video {
  width: 100%;
  height: 100%;
}
.p-wellwatercooler-list__img p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__img p {
    font-size: 14px;
  }
}
.p-wellwatercooler-list__system-item-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__system-item-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__system-item-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-wellwatercooler-list__system-item-top::after {
  position: absolute;
  content: "";
  background-color: #0071BE;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__system-item-top {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__system-item-left {
    max-width: 100%;
  }
}
.p-wellwatercooler-list__system-item-left .p-wellwatercooler-list__item-text {
  margin-bottom: 0;
}
.p-wellwatercooler-list__system-item-right {
  position: relative;
  right: -58px;
  top: -20px;
  max-width: 427px;
  width: 100%;
  position: absolute;
  max-width: 452px;
  width: 100%;
  top: -25;
  right: -10px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__system-item-right {
    top: 0;
    right: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__system-item-right {
    position: relative;
    margin: 0 auto;
  }
}
.p-wellwatercooler-list__system-item-head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  color: #003C78;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__system-item-head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__system-item-head {
    font-size: 20px;
  }
}
.p-wellwatercooler-list__system-item-head::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #88F0FF;
  width: calc(100% + 100px);
  height: 20px;
  bottom: -10px;
  left: -100px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__system-item-head::after {
    left: -50px;
    width: calc(100% + 50px);
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__system-item-head::after {
    left: -30px;
    width: calc(100% + 30px);
  }
}
.p-wellwatercooler-list__system-item-head::after {
  width: calc(100% + 50px);
}
.p-wellwatercooler-list__system-desc {
  max-width: 495px;
  width: 100%;
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__system-desc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__system-desc {
    font-size: 14px;
  }
}
.p-wellwatercooler-list__system-img {
  max-width: 311px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__system-img {
    margin: 0 auto;
  }
}
.p-wellwatercooler-list__tax-item-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__tax-item-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__tax-item-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-wellwatercooler-list__tax-item-top::after {
  position: absolute;
  content: "";
  background-color: #0071BE;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__tax-item-top {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.p-wellwatercooler-list__tax-item-top::after {
  content: none;
}
.p-wellwatercooler-list__tax-item-left {
  width: 100%;
	max-width: 490px;
	max-width: 590px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__tax-item-left {
    max-width: 100%;
  }
}
.p-wellwatercooler-list__tax-item-right {
  position: relative;
  right: -58px;
	top: -20px;
  max-width: 427px;
  width: 100%;
  position: absolute;
	max-width: 491px;
	max-width: 280px;
  width: 100%;
	top: -20px;
	top: -30px;
  right: 0;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__tax-item-right {
    top: 0;
    right: 0;
		max-width: 280px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__tax-item-right {
    top: 0;
    right: 0;
		max-width: 100%;
		max-width: 85%;
  }
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-list__tax-item-right {
    position: relative;
    margin: 0 auto;
  }
}
.p-wellwatercooler-list__tax-item-head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  color: #003C78;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__tax-item-head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__tax-item-head {
    font-size: 20px;
  }
}
.p-wellwatercooler-list__tax-item-head::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #88F0FF;
  width: calc(100% + 100px);
  height: 20px;
  bottom: -10px;
  left: -100px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-list__tax-item-head::after {
    left: -50px;
    width: calc(100% + 50px);
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-list__tax-item-head::after {
    left: -30px;
    width: calc(100% + 30px);
  }
}


.p-wellwatercooler-process_bn {
	box-sizing: border-box;
	max-width: 700px;
	max-width: 1100px;
	max-width: 1090px;
	height: 94px;
	height: 126px;
	margin:-50px auto 40px auto;
	 margin:-60px auto 50px auto;
	padding: 0px 0px 0px 0px;
	border-top: 3px solid #1da1f2;
	border-bottom: 3px solid #1da1f2;
	background-color: #1da1f2;
	background-color: #F4FAFE;
	position: relative;
z-index: 5;
}
.p-wellwatercooler-process_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.p-wellwatercooler-process_bn a:hover{
	 opacity: 0.20;
    background-color: #ffffff;
}


.p-wellwatercooler-process_bn_img {
	float:left;
	width: 150px;
	width: 210px;
  margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	ine-height:0em; 
 position: relative;
}
.p-wellwatercooler-process_bn_img img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}
.p-wellwatercooler-process_bn_txt0 {
	box-sizing: border-box;
	font-family: var(--meiryo);
	float:left;
	max-width: 800px;
	margin:45px 0 0px 130px;
	margin:28px 0 0px 70px;
	padding: 0px 0px 0px 0px;
 position: relative;
}

.p-wellwatercooler-process_bn_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
	font-size: 28px;
  font-weight: bold;
	color: #0071be !important;
	color: #003c78 !important;
	margin:32px 0 0px 30px;
	margin:0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
 position: relative;
}

.p-wellwatercooler-process_bn_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 26px;
  font-family: Hiragino Sans, sans-serif;
	right: -50px;
  top: 41%;
  transform: translateY(-50%);
}

.p-wellwatercooler-process_bn_txt2 {
	box-sizing: border-box;
	font-family: var(--meiryo);
	font-size: 18px;
  font-weight: normal;
	color: #333 !important;
	margin:20px 0 0px 0px;
	padding: 0px 0px 0px 0px;
 position: relative;
}

.sp_on2 {
	display:none;
}

@media only screen and (max-width: 1200px) {
.p-wellwatercooler-process_bn {
	box-sizing: border-box;
	max-width: 700px;
	max-width: 1100px;
		max-width: 1090px;
		width: 95%;
	height: 94px;
		height: 124px;
		height: auto;
	margin:-50px auto 40px auto;
	 margin:-60px auto 50px auto;
	padding: 0px 0px 0px 0px;
	border-top: 3px solid #1da1f2;
	border-bottom: 3px solid #1da1f2;
	background-color: #1da1f2;
	background-color: #F4FAFE;
		position: relative;
		overflow:hidden;
z-index: 5;
}

.p-wellwatercooler-process_bn_img {
	float:left;
	width: 150px;
		width: 210px;
		width: 20%;
  margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	line-height:0em; 
 position: relative;
	}
	
.p-wellwatercooler-process_bn_txt0 {
	box-sizing: border-box;
	font-family: var(--meiryo);
	float:left;
		max-width: 800px;
		width: 68%;
	margin:45px 0 0px 130px;
		margin:28px 0 0px 70px;
		margin:30px 0 0px 30px;
	padding: 0px 0px 0px 0px;
 position: relative;
}
	
.p-wellwatercooler-process_bn_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
	font-size: 24px;
  font-weight: bold;
	color: #0071be !important;
	color: #003c78 !important;
	margin:32px 0 0px 30px;
		margin:35px 0 0px 20px;
		margin:0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
 position: relative;
}

.p-wellwatercooler-process_bn_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 22px;
  font-family: Hiragino Sans, sans-serif;
		right: -50px;
		right: 10px;
  top: 41%;
  transform: translateY(-50%);
}
.p-wellwatercooler-process_bn_txt2 {
	box-sizing: border-box;
	font-family: var(--meiryo);
	font-size: 16px;
  font-weight: normal;
	color: #333 !important;
	margin:15px 0 0px 0px;
	padding: 0px 0px 0px 0px;
 position: relative;
}
.sp_on2 {
	display:none;
}
}

@media only screen and (max-width: 768px) {
.p-wellwatercooler-process_bn {
	box-sizing: border-box;
		max-width: 700px;
		width: 90%;
		height: 94px;
		height: auto;
		margin:-50px auto 40px auto;
		margin:-30px auto 20px auto;
	padding: 20px 0px 0px 0px;
	border-top: 3px solid #1da1f2;
	border-bottom: 3px solid #1da1f2;
		background-color: #1da1f2;
		background-color: #F4FAFE;
		position: relative;
		overflow:hidden;
z-index: 5;
}
.p-wellwatercooler-process_bn_img {
		box-sizing: border-box;
		float:left;
		float:none;
		width: 100px;
		max-width: 180px;
		width: 100%;
  margin:0px auto 15px auto;
		padding: 0px 0px 0px 0px;
		line-height:0em; 
 position: relative;
}
	
.p-wellwatercooler-process_bn_txt0 {
	box-sizing: border-box;
	font-family: var(--meiryo);
		float:left;
		float:none;
		max-width: 800px;
		width: 68%;
		width: 95%;
	margin:45px 0 0px 130px;
		margin:28px 0 0px 70px;
		margin:16px 10px 0px 20px;
	padding: 0px 0px 0px 0px;
 position: relative;
	}
	
.p-wellwatercooler-process_bn_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
	font-size: 18px;
		font-weight: bold;
		line-height:1.4em; 
		color: #fff !important;
		color: #003c78 !important;
		margin:32px 30px 0px 30px;
		margin:0 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 position: relative;
}
.p-wellwatercooler-process_bn_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 16px;
  font-family: Hiragino Sans, sans-serif;
		right: -50px;
		right: 10px;
  top: 41%;
  transform: translateY(-50%);
	}
.p-wellwatercooler-process_bn_txt2 {
	box-sizing: border-box;
	font-family: var(--meiryo);
	font-size: 15px;
		font-weight: normal;
		line-height:1.6em; 
	color: #333 !important;
	margin:10px 0 20px 0px;
	padding: 0px 0px 0px 0px;
 position: relative;
}
}

@media only screen and (max-width: 650px) {
.p-wellwatercooler-process_bn {
	box-sizing: border-box;
		max-width: 700px;
		width: 88%;
		height: 94px;
		height: auto;
		margin:-50px auto 40px auto;
		margin:-60px auto 20px auto;
	padding: 20px 0px 0px 0px;
	border-top: 2px solid #1da1f2;
	border-bottom: 2px solid #1da1f2;
		background-color: #1da1f2;
		background-color: #F4FAFE;
		position: relative;
		overflow:hidden;
z-index: 5;
}
	
p-wellwatercooler-process_bn_txt0 {
	box-sizing: border-box;
	font-family: var(--meiryo);
		float:left;
		float:none;
		max-width: 800px;
		width: 68%;
		width: 95%;
	margin:45px 0 0px 130px;
		margin:28px 0 0px 70px;
		margin:16px 10px 0px 20px;
	padding: 0px 0px 0px 0px;
 position: relative;
	}
.p-wellwatercooler-process_bn_img {
		box-sizing: border-box;
		float:left;
		float:none;
		width: 100px;
		max-width: 180px;
		width: 100%;
  margin:0px auto 15px auto;
		padding: 0px 0px 0px 0px;
		line-height:0em; 
 position: relative;
}

.p-wellwatercooler-process_bn_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
		float:left;
		float:none;
		max-width: 550px;
		width: 95%;
	font-size: 18px;
		font-weight: bold;
		line-height:1.4em; 
		color: #fff !important;
		color: #003c78 !important;
		margin:32px 30px 0px 30px;
		margin:10px 10px 15px 0px;
	padding: 0px 0px 0px 0px;
 position: relative;
}
.p-wellwatercooler-process_bn_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 16px;
  font-family: Hiragino Sans, sans-serif;
		right: -50px;
		right: 20px;
  top: 50%;
  transform: translateY(-50%);
	}
}
@media only screen and (max-width: 430px) {
.p-wellwatercooler-process_bn {
	box-sizing: border-box;
		max-width: 700px;
		width: 76%;
		width: 90%;
		height: 94px;
		height: auto;
		margin:-50px auto 40px auto;
		margin:-80px auto 20px auto;
	padding: 18px 0px 0px 0px;
	border-top: 3px solid #1da1f2;
	border-bottom: 3px solid #1da1f2;
		background-color: #1da1f2;
		background-color: #F4FAFE;
		position: relative;
		overflow:hidden;
z-index: 5;
}
.p-wellwatercooler-process_bn_img {
		box-sizing: border-box;
		float:left;
		float:none;
		width: 100px;
		max-width: 200px;
		width: 100%;
  margin:0px auto 10px auto;
		padding: 0px 0px 0px 0px;
		line-height:0em; 
 position: relative;
}
.p-wellwatercooler-process_bn_txt0 {
	box-sizing: border-box;
	font-family: var(--meiryo);
		float:left;
		float:none;
		max-width: 800px;
		width: 68%;
		width: 95%;
	margin:45px 0 0px 130px;
		margin:28px 0 0px 70px;
		margin:16px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
 position: relative;
	}
.p-wellwatercooler-process_bn_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
		float:left;
		float:none;
		max-width: 550px;
		
	font-size: 19px;
		font-weight: bold;
		line-height:1.3em; 
		color: #fff !important;
		color: #003c78 !important;
		margin:32px 30px 0px 30px;
		margin:10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
 position: relative;
	}
.p-wellwatercooler-process_bn_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 16px;
  font-family: Hiragino Sans, sans-serif;
		right: -50px;
		right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.p-wellwatercooler-process_bn_txt2 {
	box-sizing: border-box;
	font-family: var(--meiryo);
	font-size: 15px;
		font-weight: normal;
		line-height:1.6em; 
	color: #333 !important;
	margin:10px 0 20px 0px;
	padding: 0px 20px 0px 0px;
 position: relative;
}
.sp_on2 {
	display:block;
}
}



.p-wellwatercooler-process_bn2 {
	box-sizing: border-box;
	max-width: 700px;
	max-width: 1100px;
	max-width: 1090px;
	height: 94px;
	height: 124px;
	margin:-50px auto 40px auto;
	 margin:-140px auto 120px auto;
	padding: 0px 0px 0px 0px;
	border-top: 3px solid #1da1f2;
	border-bottom: 3px solid #1da1f2;
	background-color: #1da1f2;
	background-color: #F4FAFE;
	position: relative;
z-index: 5;
}
.p-wellwatercooler-process_bn2 a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.p-wellwatercooler-process_bn2 a:hover{
	 opacity: 0.20;
    background-color: #ffffff;
}


.p-wellwatercooler-process_bn2_img {
	float:left;
	width: 150px;
	width: 210px;
  margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	ine-height:0em; 
 position: relative;
}
.p-wellwatercooler-process_bn2_img img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}
.p-wellwatercooler-process_bn2_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
	float:left;
	max-width: 550px;
	max-width: 800px;
	font-size: 27px;
  font-weight: bold;
	color: #0071be !important;
	color: #003c78 !important;
	margin:32px 0 0px 30px;
	margin:45px 0 0px 40px;
	padding: 0px 0px 0px 0px;
 position: relative;
}

.p-wellwatercooler-process_bn2_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 25px;
  font-family: Hiragino Sans, sans-serif;
	right: -50px;
  top: 41%;
  transform: translateY(-50%);
}

.sp_on22 {
	display:none;
}

@media only screen and (max-width: 1200px) {
.p-wellwatercooler-process_bn2 {
	box-sizing: border-box;
	max-width: 700px;
	max-width: 1100px;
		max-width: 1090px;
		width: 95%;
	height: 94px;
		height: 124px;
		height: auto;
	margin:-50px auto 40px auto;
		margin:-140px auto 120px auto;
	padding: 0px 0px 0px 0px;
	border-top: 3px solid #1da1f2;
	border-bottom: 3px solid #1da1f2;
	background-color: #1da1f2;
	background-color: #F4FAFE;
		position: relative;
		overflow:hidden;
z-index: 5;
}

.p-wellwatercooler-process_bn2_img {
	float:left;
	width: 150px;
		width: 210px;
		width: 20%;
  margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	line-height:0em; 
 position: relative;
}
.p-wellwatercooler-process_bn2_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
	float:left;
	max-width: 550px;
		max-width: 800px;
		width: 68%;
	font-size: 24px;
  font-weight: bold;
	color: #0071be !important;
	color: #003c78 !important;
	margin:32px 0 0px 30px;
	margin:45px 0 0px 30px;
	padding: 0px 0px 0px 0px;
 position: relative;
}

.p-wellwatercooler-process_bn2_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 22px;
  font-family: Hiragino Sans, sans-serif;
		right: -50px;
		right: -30px;
  top: 41%;
  transform: translateY(-50%);
}

.sp_on22 {
	display:none;
}
}



@media only screen and (max-width: 800px) {
.p-wellwatercooler-process_bn2 {
	box-sizing: border-box;
		max-width: 700px;
		width: 88%;
		height: 94px;
		height: auto;
		margin:-50px auto 40px auto;
		margin:-100px auto 80px auto;
	padding: 15px 0px 0px 0px;
	border-top: 3px solid #1da1f2;
	border-bottom: 3px solid #1da1f2;
		background-color: #1da1f2;
		background-color: #F4FAFE;
		position: relative;
		overflow:hidden;
z-index: 5;
}
.p-wellwatercooler-process_bn2_img {
		box-sizing: border-box;
		float:left;
		float:none;
		width: 100px;
		max-width: 180px;
		width: 100%;
  margin:0px auto 15px auto;
		padding: 0px 0px 0px 0px;
		line-height:0em; 
 position: relative;
}

.p-wellwatercooler-process_bn2_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
		float:left;
		float:none;
		max-width: 550px;
		width: 95%;
	font-size: 18px;
		font-weight: bold;
		line-height:1.6em; 
		color: #fff !important;
		color: #003c78 !important;
		margin:32px 30px 0px 30px;
		margin:10px 10px 15px 20px;
	padding: 0px 0px 0px 0px;
 position: relative;
}
.p-wellwatercooler-process_bn2_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 16px;
  font-family: Hiragino Sans, sans-serif;
		right: -50px;
		right: 20px;
  top: 50%;
  transform: translateY(-50%);
	}
	
	.sp_on22 {
	display:block;
}
}
@media only screen and (max-width: 430px) {
.p-wellwatercooler-process_bn2 {
	box-sizing: border-box;
		max-width: 700px;
		width: 76%;
		width: 90%;
		height: 94px;
		height: auto;
		margin:-50px auto 40px auto;
		margin:-135px auto 70px auto;
	padding: 18px 0px 0px 0px;
	border-top: 3px solid #1da1f2;
	border-bottom: 3px solid #1da1f2;
		background-color: #1da1f2;
		background-color: #F4FAFE;
		position: relative;
		overflow:hidden;
z-index: 5;
}
.p-wellwatercooler-process_bn2_img {
		box-sizing: border-box;
		float:left;
		float:none;
		width: 100px;
		max-width: 200px;
		width: 100%;
  margin:0px auto 10px auto;
		padding: 0px 0px 0px 0px;
		line-height:0em; 
 position: relative;
}
.p-wellwatercooler-process_bn2_txt {
	box-sizing: border-box;
	font-family: var(--meiryo);
		float:left;
		float:none;
		max-width: 550px;
		width: 88%;
	font-size: 17px;
		font-weight: bold;
		line-height:1.3em; 
		color: #fff !important;
		color: #003c78 !important;
		margin:32px 30px 0px 30px;
		margin:10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
 position: relative;
	}
.p-wellwatercooler-process_bn2_txt::after {
  position: absolute;
  content: ">>";
	font-size: 18px;
	font-size: 16px;
  font-family: Hiragino Sans, sans-serif;
		right: -50px;
		right: 5px;
  top: 50%;
  transform: translateY(-50%);
	}

.sp_on22 {
	display:block;
}
}



.p-wellwatercooler-without__inner {
  max-width: 1140px;
  padding-top: 100px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-without__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-wellwatercooler-without__head {
  font-family: var(--meiryo);
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #003C78;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 63px;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-without__head {
    font-size: 20px;
  }
}
.p-wellwatercooler-without__head::before {
  background: #0196FF;
}
.p-wellwatercooler-without__head::after {
  background: #0196FF;
  height: 1px;
}
.p-wellwatercooler-without__head-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-without__head-desc {
    font-size: 14px;
  }
}
.p-wellwatercooler-without__head-img {
  max-width: 404px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__head-img {
    margin: 0 auto;
  }
}
.p-wellwatercooler-without__top {
  margin-bottom: 70px;
}
.p-wellwatercooler-without__content {
  background-color: #F0F0F0;
  padding: 60px 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__content {
    padding: 50px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-without__content {
    padding: 30px;
    padding-top: 45px;
  }
}
.p-wellwatercooler-without__content-head {
  max-width: 458px;
  position: absolute;
  top: -30px;
  left: 30px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__content-head {
    left: 0;
  }
}
.p-wellwatercooler-without__content-desc {
  color: #0096FF;
  font-family: var(--meiryo);
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  margin: auto 0;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__content-desc {
    font-size: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-without__content-desc {
    font-size: 18px;
  }
}
.p-wellwatercooler-without__content-img {
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__content-img {
    margin: 0 auto;
  }
}
.p-wellwatercooler-without__wrap {
  margin-bottom: 40px;
}
.p-wellwatercooler-without__table-head {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__table-head {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-without__table-head {
    font-size: 14px;
  }
}
.p-wellwatercooler-without__table-wrap {
  overflow-x: scroll;
  margin-bottom: 15px;
}
.p-wellwatercooler-without__table {
  background-color: #fff;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-without__table {
    width: auto;
  }
}
.p-wellwatercooler-without__table th, .p-wellwatercooler-without__table td {
  border: 1px solid #3E3A39;
  text-align: center;
  font-family: var(--meiryo);
  font-size: 16px;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-without__table th, .p-wellwatercooler-without__table td {
    font-size: 14px;
  }
}
.p-wellwatercooler-without__table th {
  padding: 15px 10px;
  font-weight: bold;
}
.p-wellwatercooler-without__table td {
  padding: 10px;
}
.p-wellwatercooler-without__table tr th:last-child, .p-wellwatercooler-without__table tr td:last-child {
  background-color: #CDEBFF;
}
.p-wellwatercooler-without__table td.flex {
  display: flex;
  padding: 0;
  width: 100%;
  border: none;
  border-right: 1px solid;
  box-sizing: border-box;
}
.p-wellwatercooler-without__table td.flex > div {
  padding: 15px 10px;
  box-sizing: border-box;
  width: 100%;
}
.p-wellwatercooler-without__table td.flex > div:first-of-type {
  border-right: 1px solid #333;
}
.p-wellwatercooler-without__annotation {
  font-family: var(--hiragino);
  font-size: 14px;
  line-height: 1.6;
}


/* =井戸水クーラー空調能力の目安 ------- */
.p-wellwatercooler-coolability__inner {
  max-width: 1140px;
	padding-top: 100px;
	padding-top: 50px;
	padding-bottom: 110px;
	padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-coolability__inner {
		padding-top: 80px;
		padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-wellwatercooler-coolability__head-wrap {
	max-width: 1000px;
    padding: 0 18px 0 50px;
	margin: 0 0 50px 0 ;
	overflow:hidden;
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-coolability__head-wrap {
    padding: 0 0px 0 0px;
	margin: 0 0 10px 0 ;
  }
}

.p-wellwatercooler-coolability__head-desc {
  font-family: var(--meiryo);
  font-size: 21px;
	line-height: 1.6;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin:0px 0 25px 0;
	overflow:hidden;
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-coolability__head-desc {
  font-family: var(--meiryo);
  font-size: 17px;
	line-height: 1.6;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin:0px 0 15px 0;
	overflow:hidden;
  }
}

.p-wellwatercooler-coolability__head-img {
  max-width: 1000px;
	width: 100%;
	padding: 0 0px 0 0px;
	margin: 0 0 10px 0 ;
	overflow:hidden;
}
.p-wellwatercooler-coolability__head-img img {
  max-width: 100%;
height: auto;
}

.p-wellwatercooler-coolability__cp {
  font-family: var(--meiryo);
  font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px 0;
	text-align:right;
	overflow:hidden;
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-coolability__cp {
  font-family: var(--meiryo);
  font-size: 13px;
	line-height: 1.4;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px 0;
	text-align:left;
	overflow:hidden;
}
}	
	
	
/* =井戸水クーラー換気回数の目安 ------- */
.p-wellwatercooler-ventilation__inner {
  max-width: 1140px;
	padding-top: 100px;
	padding-top: 30px;
	padding-bottom: 110px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-ventilation__inner {
		padding-top: 80px;
		padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-wellwatercooler-ventilation__head-wrap {
	max-width: 1000px;
    padding: 0 18px 0 50px;
	margin: 0 0 50px 0 ;
	overflow:hidden;
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-ventilation__head-wrap {
    padding: 0 0px 0 0px;
	margin: 0 0 30px 0 ;
  }
}

.p-wellwatercooler-ventilation__head-desc {
  font-family: var(--meiryo);
  font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0 25px 0;
	overflow:hidden;
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-ventilation__head-desc {
  font-family: var(--meiryo);
  font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0 20px 0;
	overflow:hidden;
  }
}

.p-wellwatercooler-ventilation__head-img {
  max-width: 1000px;
	width: 100%;
	padding: 0 0px 0 0px;
	margin: 0 0 10px 0 ;
	overflow:hidden;
}
.p-wellwatercooler-ventilation__head-img img {
  max-width: 100%;
height: auto;
}

.p-wellwatercooler-ventilation__cp {
  font-family: var(--meiryo);
  font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px 0;
	text-align:left;
	overflow:hidden;
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-ventilation__cp {
  font-family: var(--meiryo);
  font-size: 13px;
	line-height: 1.4;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px 0;
	text-align:left;
	overflow:hidden;
}
}	



.p-wellwatercooler-sample {
  background-color: #d9effb;
  padding-top: 70px;
  padding-bottom: 90px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-wellwatercooler-sample__inner {
  max-width: 1140px;
}
.p-wellwatercooler-sample__head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  color: #003C78;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample__head {
    font-size: 20px;
  }
}
.p-wellwatercooler-sample__head::before {
  background: #0196FF;
}
.p-wellwatercooler-sample__head::after {
  background: #0196FF;
  height: 1px;
}
.p-wellwatercooler-sample__box {
  padding: 40px 35px;
  box-sizing: border-box;
  border: 1px solid #00B4FF;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample__box {
    padding: 20px;
  }
}
.p-wellwatercooler-sample__box-head {
  font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__box-head {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample__box-head {
    font-size: 18px;
  }
}
.p-wellwatercooler-sample__box-head > span {
  font-size: 18px;
  font-weight: normal;
  margin-left: clamp(10px, 10%, 25px);
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__box-head > span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample__box-head > span {
    font-size: 14px;
    display: block;
    padding-top: 10px;
    margin-left: 0;
  }
}
.p-wellwatercooler-sample__box-desc {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
	color: #0096FF;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__box-desc {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample__box-desc {
    font-size: 16px;
  }
}
.p-wellwatercooler-sample__bottom-box-desc {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #0096FF;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__bottom-box-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample__bottom-box-desc {
    font-size: 16px;
  }
}
.p-wellwatercooler-sample__box-img {
  max-width: 470px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__box-img {
    max-width: 100%;
  }
}
.p-wellwatercooler-sample__box-svg {
  max-width: 726px;
  width: 150%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__box-svg {
    max-width: 100%;
    width: 100%;
  }
}
.p-wellwatercooler-sample__box-svg2 {
  max-width: 456px;
  width: 150%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-sample__box-svg2 {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__box-svg2 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 555px) {
  .p-wellwatercooler-sample__box-svg2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample__box-svg2 {
    max-width: 230px;
  }
}
.p-wellwatercooler-sample__box-svg3 {
  max-width: 463px;
  width: 150%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-sample__box-svg3 {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-sample__box-svg3 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 555px) {
  .p-wellwatercooler-sample__box-svg3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-sample__box-svg3 {
    max-width: 230px;
  }
}
.p-wellwatercooler-sample__box-flex {
  justify-content: space-between;
  gap: 20px;
}
.p-wellwatercooler-sample__bottom-box {
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-sample__bottom-box > .u-flex {
    flex-direction: column;
  }
}
.p-wellwatercooler-sample__bottom-box .p-wellwatercooler-sample__box-left {
  width: 100%;
}
.p-wellwatercooler-sample__bottom-right {
  position: absolute;
  top: 35px;
  right: 40px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-sample__bottom-right {
    position: relative;
    top: 0;
    right: 0;
  }
}
.p-wellwatercooler-sample__bottom-right3 {
  position: absolute;
  top: 90px;
  right: 40px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-sample__bottom-right3 {
    position: relative;
    top: 0;
    right: 0;
  }
}
.p-wellwatercooler-sample__box-img2 {
  max-width: 163px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-sample__box-img2 {
    max-width: 100%;
  }
}
.p-wellwatercooler-sample__box-img3 {
  max-width: 300px;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-sample__box-img3 {
    max-width: 100%;
  }
}

.p-wellwatercooler-example__btn {
  max-width: 400px;
}

.p-wellwatercooler-media__inner {
  padding-top: 100px;
	padding-bottom: 200px;
	padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-media__inner {
    padding-top: 80px;
		padding-bottom: 150px;
		padding-bottom: 100px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-media__inner {
    padding-top: 50px;
		padding-bottom: 100px;
		padding-bottom: 50px;
  }
}

#media {
}

.p-wellwatercooler-media__wrap:first-of-type {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-media__wrap:first-of-type {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-media__wrap:first-of-type {
    margin-bottom: 50px;
  }
}
.p-wellwatercooler-media__wrap:first-of-type .p-wellwatercooler-media__head::after {
  width: 150%;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-media__wrap:first-of-type .p-wellwatercooler-media__head::after {
    width: 100%;
  }
}
.p-wellwatercooler-media__head-lead {
  max-width: 226px;
  width: 100%;
  line-height: 0;
}
.p-wellwatercooler-media__service-img {
  max-width: 532px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-wellwatercooler-media__media-img > video {
  width: 100%;
  height: 100%;
}
.p-wellwatercooler-media__head {
  font-family: var(--meiryo);
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  color: #003C78;
  padding: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-media__head {
    font-size: 22px;
    padding: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-media__head {
    font-size: 20px;
    padding: 10px;
  }
}
.p-wellwatercooler-media__head::before {
  background-color: #0096FF;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00B4FF;
  width: 1px;
  height: 100%;
}
.p-wellwatercooler-media__head::after {
  background-color: #0096FF;
  height: 1px;
  width: 100%;
}
.p-wellwatercooler-media__desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.68;
  padding-left: 20px;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-media__desc {
    font-size: 14px;
    padding-left: 10px;
  }
}
.p-wellwatercooler-media__media {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-media__media {
    flex-direction: column;
  }
}
.p-wellwatercooler-media__media-wrap {
  width: 100%;
}
.p-wellwatercooler-media__media-head {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-media__media-head {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-media__media-head {
    font-size: 16px;
  }
}
.p-wellwatercooler-media__media-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 25px;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-media__media-desc {
    font-size: 14px;
  }
}

.p-wellwatercooler-faq {
  background-color: #E4F3FF;
}
.p-wellwatercooler-faq__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-faq__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-faq__inner {
    padding-bottom: 50px;
  }
}
.p-wellwatercooler-faq__wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-faq__wrap {
    padding: 0;
  }
}
.p-wellwatercooler-faq__head {
  max-width: 532px;
  width: 100%;
  position: relative;
  left: 0;
  top: -40px;
}
.p-wellwatercooler-faq__desc {
  font-family: var(--vdl);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-faq__desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-faq__desc {
    font-size: 18px;
  }
}

.p-wellwatercooler-promotion__inner {
  max-width: 1140px;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-promotion__inner {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-promotion__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-wellwatercooler-promotion__text {
  font-family: var(--meiryo);
  font-size: 27px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-promotion__text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-promotion__text {
    font-size: 20px;
  }
}


/* =井戸水クーラー導入プロセス ------- */
.pc_on2 {
	display:block;
}
.sp_on {
	display:none;
}
@media only screen and (max-width: 1140px) {
.pc_on2 {
	display:none;
}
.sp_on {
	display:block;
}
}

.p-wellwatercooler-cooler-prcs__head-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  gap: 20px;
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler-prcs__head-wrap {
    flex-direction: column;
  }
}
.p-wellwatercooler-cooler-prcs__head-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: 1;
}
.p-wellwatercooler-cooler-prcs__head-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
	width: calc(100% - 30px);
	width: calc(100% - 0px);
  height: 2px;
  background: #AEAEAE;
}
@media only screen and (max-width: 1200px) {
  .p-wellwatercooler-cooler-prcs__head-wrap::after {
		width: calc(100% - 70px);
		width: calc(100% - 0px);
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler-prcs__head-wrap::after {
    width: 100%;
  }
}
.p-wellwatercooler-cooler-prcs__head {
  font-family: var(--vdl);
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler-prcs__head {
    font-size: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler-prcs__head {
    font-size: 26px;
  }
}

.p-wellwatercooler-cooler-prcs__worries-head {
  font-family: var(--meiryo);
	font-size: 44px;
	font-size: 38px;
  font-weight: bold;
  line-height: 1.45;
  color: #0062AC;
  text-align: center;
	margin-bottom: 15px;
	margin-bottom: 35px;
	padding-top: 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler-prcs__worries-head {
		font-size: 34px;
		font-size: 30px;
		text-align: left;
		margin-bottom: -35px;
		margin-bottom: 60px;
		padding-top: 0px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-cooler-prcs__worries-head {
		font-size: 26px;
		font-size: 24px;
  }
}

.p-wellwatercooler-cooler-prcs__worries-img {
  position: relative;
  margin: 0 auto;
	margin-bottom: 60px;
	margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler-prcs__worries-img {
    margin-bottom: 40px;
  }
}
.p-wellwatercooler-cooler-prcs__worries-img > img {
  display: block;
	margin: 0 auto;
	max-width: 275px;
	max-width: 320px;
  width: 100%;
}
.p-wellwatercooler-cooler-prcs__worries-img::before {
  content: "";
  position: absolute;
	top: 15%;
	top: 48%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #AEAEAE;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler-prcs__worries-img::before {
		top: -15%;
		top: -15%;
  }
}
.p-wellwatercooler-cooler-prcs__worries-img::after {
  content: "";
  position: absolute;
	top: 15%;
	top: 48%;
  right: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-cooler-prcs__worries-img::after {
		top: -15%;
		top: -15%;
  }
}

.p-wellwatercooler-prcs-list {
	background: #C8E8F9;
	margin-bottom: 80px;
  position: relative;
	z-index: -1;
	
}
@media only screen and (max-width: 768px) {
.p-wellwatercooler-prcs-list {
	background: #C8E8F9;
	margin-bottom: 60px;
  position: relative;
  z-index: -1;
}
}

/* 上部ステップ---- */
.p-wellwatercooler-prcs_step {
	padding-top: 20px;
	margin-bottom: 60px;
	position: relative;
	z-index: 3;
	overflow:hidden;
}
.p-wellwatercooler-prcs_step img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}

.wwcp_step1 {
	float:left;
	box-sizing: border-box;
	width: 330px;
  position: relative;
margin: 0 15px 0 0;
}
.wwcp_step2 {
	float:left;
	box-sizing: border-box;
	width: 330px;
  position: relative;
margin: 0 15px 0 0;
}
.wwcp_step3 {
	float:left;
	box-sizing: border-box;
	width: 330px;
  position: relative;
margin: 0 0px 0 0;
}
.wwcp_step_yya {
	float:left;
	box-sizing: border-box;
	width: 20px;
	padding-top: 115px;
	position: relative;
	overflow: hidden;
	margin: 0 15px 0 0;
	height: 294px;
}



.wwcp_step_nb {
	box-sizing: border-box;
	width: 130px;
	position: absolute;
	position: relative;
	margin: 0 auto 0px auto;
	z-index: 5;
}
.wwcp_step_nb img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}

.wwcp_step {
	box-sizing: border-box;
	width: 330px;
	border: 1px solid #66AAD8;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
	border-radius: 8.5px;
	top:-40px;
	z-index: 3;
}
.wwcp_step a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.wwcp_step a:hover{
	 opacity: 0.25;
    background-color: #ffffff;
}
.wwcp_step_cts {
	box-sizing: border-box;
	padding: 50px 20px 25px 20px;
  position: relative;
}
.wwcp_step_icn {
	box-sizing: border-box;
	width: 90px;
	text-align: center;
	margin: 0 auto 15px auto;
  position: relative;
}
.wwcp_step_icn img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}

.wwcp_step_sub {
	box-sizing: border-box;
	width: 122px;
	position: absolute;
	text-align: right;
	margin: 0 0;
	right:-10px;
	top:47px;
	z-index: 6;
}

.wwcp_step_cp {
	font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
	color: #333;
	text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
.p-wellwatercooler-prcs_step {
	padding-top: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 3;
	overflow:hidden;
}
.wwcp_step1 {
	float:none;
	box-sizing: border-box;
	width: auto;
		max-width: 320px;
		max-width: 70%;
  position: relative;
margin: 0 auto 0px auto;
}
.wwcp_step2 {
	float:none;
	box-sizing: border-box;
	width: auto;
		max-width: 320px;
		max-width: 70%;
  position: relative;
margin: 0 auto 0px auto;
}
.wwcp_step3 {
	float:none;
	box-sizing: border-box;
	width: auto;
		max-width: 320px;
		max-width: 70%;
  position: relative;
margin: 0 auto 0px auto;
}
.wwcp_step_yya {
		display:none;
	float:left;
	box-sizing: border-box;
	width: 20px;
	padding-top: 115px;
  position: relative;
		margin: 0 15px 0 0;
		height: auto;
}

.wwcp_step_nb {
	box-sizing: border-box;
	width: 130px;
	position: absolute;
	position: relative;
	margin: 0 auto 0px auto;
	z-index: 5;
}

.wwcp_step {
	box-sizing: border-box;
	width: auto;
		max-width: 315px;
		max-width: 100%;
	border: 1px solid #66AAD8;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
	border-radius: 8.5px;
	top:-40px;
	z-index: 3;
}

.wwcp_step_cts {
	box-sizing: border-box;
		padding: 50px 20px 25px 20px;
		padding: 50px 10px 25px 10px;
  position: relative;
}
.wwcp_step_icn {
	box-sizing: border-box;
	width: 90px;
	text-align: center;
	margin: 0 auto 15px auto;
  position: relative;
}

.wwcp_step_sub {
	box-sizing: border-box;
		width: 122px;
		width: 120px;
	position: absolute;
	text-align: right;
	margin: 0 0;
	right:-5px;
	top:47px;
	z-index: 6;
}

.wwcp_step_cp {
	font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
	color: #333;
	text-align: center;
  position: relative;
}
}

@media only screen and (max-width: 430px) {
.p-wellwatercooler-prcs_step {
	padding-top: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 3;
	overflow:hidden;
}
.wwcp_step1 {
	float:none;
	box-sizing: border-box;
	width: auto;
		max-width: 320px;
  position: relative;
margin: 0 auto 0px auto;
}
.wwcp_step2 {
	float:none;
	box-sizing: border-box;
	width: auto;
		max-width: 320px;
  position: relative;
margin: 0 auto 0px auto;
}
.wwcp_step3 {
	float:none;
	box-sizing: border-box;
	width: auto;
		max-width: 320px;
  position: relative;
margin: 0 auto 0px auto;
}
.wwcp_step_yya {
		display:none;
	float:left;
	box-sizing: border-box;
	width: 20px;
	padding-top: 115px;
  position: relative;
		margin: 0 15px 0 0;
		height: auto;
}

.wwcp_step_nb {
	box-sizing: border-box;
	width: 130px;
	position: absolute;
	position: relative;
	margin: 0 auto 0px auto;
	z-index: 5;
}

.wwcp_step {
	box-sizing: border-box;
	width: auto;
	max-width: 315px;
	border: 1px solid #66AAD8;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
	border-radius: 8.5px;
	top:-40px;
	z-index: 3;
}

.wwcp_step_cts {
	box-sizing: border-box;
		padding: 50px 20px 25px 20px;
		padding: 50px 10px 25px 10px;
  position: relative;
}
.wwcp_step_icn {
	box-sizing: border-box;
	width: 90px;
	text-align: center;
	margin: 0 auto 15px auto;
  position: relative;
}

.wwcp_step_sub {
	box-sizing: border-box;
		width: 122px;
		width: 120px;
	position: absolute;
	text-align: right;
	margin: 0 0;
	right:-5px;
	top:47px;
	z-index: 6;
}

.wwcp_step_cp {
	font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
	color: #333;
	text-align: center;
  position: relative;
}
}


/* 下部ステップ詳細---- */
#step1, #step2, #step3 {
margin-top:-30px;
padding-top: 30px;
}
@media only screen and (max-width: 430px) {
#step1, #step2, #step3 {
margin-top:-55px;
padding-top: 55px;
  }
}

.p-wellwatercooler-prcs-list__item {
  border: 1px solid #66AAD8;
  background: rgba(255, 255, 255, 0.7);
	padding: 65px 100px;
	padding: 85px 75px 65px 100px;
	padding: 85px 75px 45px 100px;
  position: relative;
  border-radius: 8.5px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .p-wellwatercooler-prcs-list__item {
		padding: 50px;
		padding: 50px 25px 40px 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-prcs-list__item {
		padding: 30px;
		padding: 50px 25px 30px 25px;
  }
}
.p-wellwatercooler-prcs-list__item:last-of-type {
  margin-bottom: 0;
}
.p-wellwatercooler-prcs-list__item:last-of-type .p-wellwatercooler-list__tax-item-top {
  padding-bottom: 0;
  margin-bottom: 0;
}
.item1::before {
  content: "";
  position: absolute;
	top: -22px;
	  width: 85px;
  height: 95px;
	left: 40px;
	background: url(../images/wwcp_step1_micn.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
 .item1::before {
      top: -22px;
    left: 20px;
    width: 85px;
		height: 95px;
		top: -30px;
		width: 68px;
  height: 76px;
  }
}

.item2::before {
	  content: "";
  position: absolute;
	top: -22px;
  width: 85px;
  height: 95px;
  left: 40px;
  background: url(../images/wwcp_step2_micn.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
.item2::before {
       top: -22px;
    left: 20px;
    width: 85px;
		height: 95px;
				top: -35px;
		width: 68px;
  height: 76px;
  }
}
.item3::before {
	  content: "";
  position: absolute;
	top: -22px;
    width: 85px;
  height: 95px;
  left: 40px;
  background: url(../images/wwcp_step3_micn.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
.item3::before {
       top: -22px;
    left: 20px;
    width: 85px;
		height: 95px;
				top: -35px;
		width: 68px;
  height: 76px;
  }
}


.wwcp_step_tya {
	box-sizing: border-box;
	width: 60px;
	padding: 0px 0 0px 0;;
	position: relative;
	overflow: hidden;
margin: -30px auto 40px auto;
}
.wwcp_step_tya img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}
@media only screen and (max-width: 768px) {
.wwcp_step_tya {
	box-sizing: border-box;
	width: 60px;
	padding: 0px 0 0px 0;;
	position: relative;
	overflow: hidden;
margin: -50px auto 40px auto;
}
}

.p-wellwatercooler-prcs-list__item-head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  color: #003C78;
  position: relative;
  z-index: 1;
	margin-bottom: 35px;
	line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-wellwatercooler-prcs-list__item-head {
		font-size: 24px;
		padding-right: 0px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-prcs-list__item-head {
    font-size: 20px;
  }
}
.p-wellwatercooler-prcs-list__item-head::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #88F0FF;
	width: calc(100% + 100px);
	width: calc(100% + 25px);
  height: 20px;
	bottom: -10px;
	bottom: -5px;
	left: -100px;
	left: -25px;
}

@media only screen and (max-width: 768px) {
  .p-wellwatercoole-prcsr-list__item-head::after {
		left: -50px;
		left: -25px;
		width: calc(100% + 50px);
		width: calc(100% + 25px);
		bottom: 0px;
  }
}
@media only screen and (max-width: 430px) {
  .p-wellwatercooler-prcs-list__item-head::after {
		left: -30px;
		left: -25px;
		width: calc(100% + 30px);
		width: calc(100% + 25px);
  }
}

.p-wellwatercooler-prcs-list__item-cts {
	padding-bottom: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	padding: 0px 25px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
	.p-wellwatercooler-prcs-list__item-cts {
  }
}
@media only screen and (max-width: 430px) {
.p-wellwatercooler-prcs-list__item-cts {
    margin-bottom: 30px;
		padding-bottom: 30px;
		padding: 0px 0px 0 0;
    padding-bottom: 0px;
  }
}


.wwcp_item-cts_ttl {
	font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
 margin: 0em 0em 1.0em 0em;
  padding: 2px 0px 2px 14px;
  border-left: 4px solid #0096ff;
  color: #0096FF;
  line-height: 1.6em;
  letter-spacing: 0em;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
.wwcp_item-cts_ttl {
		font-size: 22px;
		margin: 0em 0em 1.0em 0em;
		line-height: 1.6em;
  }
}
@media only screen and (max-width: 430px) {
.wwcp_item-cts_ttl {
		font-size: 19px;
		padding: 2px 0px 2px 12px;
		margin: 0em 0em 0.8em 0em;
		line-height: 1.6em;
  }
}

.wwcp_item-cts_sttl {
	font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
 margin: 0em 0em 0.5em 0em;
  padding: 0px 0px 0px 0px;
  color: #015DB2;
  line-height: 1.6em;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
.wwcp_item-cts_sttl {
		font-size: 20px;
		line-height: 1.4em;
  }
}
@media only screen and (max-width: 430px) {
.wwcp_item-cts_sttl {
		font-size: 17px;
		line-height: 1.4em;
  }
}

.wwcp_item-cts_cp {
	font-family: var(--meiryo);
  font-size: 16px;
  font-weight: normal;
 margin: 0em 0em 1.5em 0em;
  padding: 0px 0px 0px 0px;
  color: #333;
  line-height: 1.7em;
}
@media only screen and (max-width: 768px) {
.wwcp_item-cts_cp {
		font-size: 14px;
		margin: 0em 0em 1.0em 0em;
  }
}


.wwcp_step1_item1-cts {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 30px 0px;
	padding: 30px 0px 50px 0;
	border-bottom: 1px dotted  #0078FF;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item1-cts1 {
	float:left;
	margin: 0 20px 0 0px;
	padding: 0px 0px 0 0;
	position: relative;
}
.wwcp_step1_item1-cts2 {
	float:left;
	float:right;
	max-width: 380px;
	width: 100%;
	margin: 0 0 0 0px;
	padding: 0px 0px 0 0;
	position: relative;
}
.wwcp_step1_item2-cts {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 30px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item2-cts2 {
	float:left;
	float:right;
	max-width: 230px;
	width: 100%;
	margin: 0 0 0 0px;
	padding: 0px 45px 0 0;
	position: relative;
}
.wwcp_step1_item1-cts1_box {
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 18px;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item1-cts2_box {
	margin: 0 0px 0 0px;
	padding: 20px 0px 0 0px;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item2-cts2_box {
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 0px;
	position: relative;
	overflow:hidden;
}


.wwcp_step1_item1-cts2_cp {
	font-family: var(--meiryo);
  font-size: 17px;
  font-weight: bold;
 margin: 0em 0em 0em 0em;
  padding: 0px 0px 0px 16px;
  color: #333;
	line-height: 1.6em;
	position: relative;
	z-index: 1;
}
.wwcp_step1_item1-cts2_img {
	box-sizing: border-box;
	width: 380px;
 margin: -25px 0em 0em 0em;
  padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}
.wwcp_step1_item1-cts2_img img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}
.wwcp_step1_item2-cts2_img {
	box-sizing: border-box;
	width: 230px;
 margin: 0px 0em 0em 0em;
  padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}
.wwcp_step1_item2-cts2_img img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}


@media only screen and (max-width: 1140px) {
.wwcp_step1_item1-cts {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 30px 0px;
	padding: 30px 0px 50px 0;
	border-bottom: 1px dotted  #0078FF;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item1-cts1 {
		float:left;
		float:none;
	margin: 0 0px 40px 0px;
	padding: 0px 0px 0 0;
	position: relative;
}
.wwcp_step1_item1-cts2 {
	float:left;
		float:right;
		float:none;
		max-width: 380px;
		max-width: 1000px;
	width: 100%;
		margin: 0 0 0 0px;
	padding: 0px 0px 0 0px;
	position: relative;
}
.wwcp_step1_item2-cts {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 30px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item2-cts2 {
	float:left;
		float:right;
		float:none;
		max-width: 230px;
		max-width: 1000px;
	width: 100%;
	margin: 0 0 0 0px;
	padding: 0px 0px 0 0px;
	position: relative;
}
.wwcp_step1_item1-cts1_box {
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 18px;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item1-cts2_box {
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 0px;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item2-cts2_box {
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 18px;
	position: relative;
	overflow:hidden;
}

.wwcp_step1_item1-cts2_cp {
	font-family: var(--meiryo);
  font-size: 16px;
  font-weight: bold;
		margin: 0em 0em 0em 0em;
		margin: 0px auto 0em auto;
  padding: 0px 0px 0px 16px;
  color: #333;
	line-height: 1.6em;
	position: relative;
		z-index: 1;
		max-width: 380px;
}
.wwcp_step1_item1-cts2_img {
	box-sizing: border-box;
		width: 380px;
		width: auto;
		max-width: 380px;
		margin: -10px 0em 0em 0em;
		margin: -20px auto 0em auto;
  padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}
.wwcp_step1_item2-cts2_img {
	box-sizing: border-box;
		width: 230px;
		width: auto;
		max-width: 230px;
		margin: 0px 0em 0em 0em;
		margin: 0px auto 0em auto;
  padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}
}

@media only screen and (max-width: 768px) {
.wwcp_step1_item1-cts {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 30px 0px;
	padding: 10px 0px 30px 0;
	border-bottom: 1px dotted  #0078FF;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item1-cts1 {
	float:left;
	float:none;
	margin: 0 0px 30px 0px;
	padding: 0px 0px 0 0;
	position: relative;
}
.wwcp_step1_item2-cts {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 10px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item1-cts1_box {
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 18px;
	position: relative;
	overflow:hidden;
}
.wwcp_step1_item1-cts2_box {
	margin: 0 0px 0 0px;
	padding: 0px 0px 0 18px;
	position: relative;
	overflow:hidden;
}
}

@media only screen and (max-width: 430px) {
.wwcp_step1_item2-cts2_img {
	box-sizing: border-box;
		width: 230px;
		width: auto;
		max-width: 180px;
		margin: 0px 0em 0em 0em;
		margin: 0px auto 0em auto;
  padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}
}

.wwcp_step2_item1-cts {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 70px 0px;
	padding: 30px 0px 70px 0;
	border-bottom: 1px dotted  #0078FF;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item1-cts2 {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item1-cts_box01 {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 40px 0px;
	padding: 0px 0px 0px 0;
	border: 1px solid  #C5C5C5;
	background-color: #fff;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item1-cts_box02 {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	border: 1px solid  #C5C5C5;
	background-color: #fff;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item1-cts_rei {
	font-family: var(--meiryo);
	width: 120px;
  font-size: 17px;
  font-weight: bold;
 margin: 0em 0em 0em 0em;
  padding: 5px 0px 5px 0px;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	background-color: #015DB2;
	position: absolute;
	top:0px;
	right:0px;
	z-index: 3;
}
.wwcp_step2_item1-cts_box {
	margin: 0 0 0px 0px;
	padding: 50px 65px 50px 65px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2-cts_ttl {
	font-family: var(--meiryo);
  font-size: 23px;
  font-weight: bold;
 margin: 0em 0em 1.0em 0em;
  padding: 0px 0px 5px 0px;
	color: #015DB2;
	border-bottom: 1px solid  #015DB2;
  line-height: 1.6em;
  text-transform: none;
}
.wwcp_step2-cts_ttl span {
	color: #EB5186;
}

.wwcp_step2-cts_sttl {
	font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
 margin: 0em 0em 1.0em 0em;
  padding: 0px 0px 0px 0px;
	color: #EB5186;
  line-height: 1.6em;
  text-transform: none;
}
.wwcp_step2-cts_sttl span {
color: #015DB2;
}

.wwcp_step2_item1-data01 {
	box-sizing: border-box;
	width: 770px;
	margin: 0 0 20px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item1-data02 {
	box-sizing: border-box;
	width: 770px;
	margin: 0 0 35px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item1-data01_img {
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item1-data01_img  img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}

.wwcp_step2_item1-data011 {
	box-sizing: border-box;
	float:left;
	width: 510px;
	margin: 0 25px 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item1-data012 {
	box-sizing: border-box;
	float:left;
	width: 234px;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}


.wwcp_step2_item-data_sttl {
	font-family: var(--meiryo);
  font-size: 17px;
  font-weight: bold;
 margin: 0px 0em 8px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.5em;
	position: relative;
	overflow:hidden;
	z-index: 5;
}

.wwcp_step2_item-data_hikakuzu {
	max-width: 762px;
 margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
overflow:hidden;
}
.wwcp_step2_item-data_hikakuzu  img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}


.wwcp_step2_item1-data_cp {
	font-family: var(--meiryo);
  font-size: 14px;
  font-weight: normal;
	margin: -10px 0em 0.0em 0em;
	margin: 0px 0em 0.0em 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.6em;
	position: relative;
	overflow:hidden;
	z-index: 5;
}

.wwcp_step2_item1-data021 {
	box-sizing: border-box;
	float:left;
	width: 510px;
	margin: 0 29px 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item1-data022 {
	box-sizing: border-box;
	float:left;
	width: 230px;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}

.wwcp_step2_item1-data_cp2 {
	font-family: var(--meiryo);
  font-size: 14px;
  font-weight: normal;
 margin: 0px 0em 0.0em 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.6em;
	position: relative;
	overflow:hidden;
	z-index: 5;
}


.wwcp_step2_item2-cts {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 50px 0px;
	padding: 25px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-cts2 {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 -20px 0px;
	padding: 25px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-ctsbox {
	box-sizing: border-box;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 18px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item2-box01 {
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item2-box011 {
	box-sizing: border-box;
	float:left;
	width: 548px;
	margin: 0 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item2-box012 {
	box-sizing: border-box;
	float:left;
	width: 330px;
	margin: 0 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid  #C5C5C5;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item2-box012_img {
	width: 250px;
	margin: 0 auto 0px auto;
	padding: 20px 0px 20px 0px;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item2-box012_img  img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}

.wwcp_step2_item2_cp {
	font-family: var(--meiryo);
  font-size: 16px;
  font-weight: normal;
 margin: 0px 0em 7px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.6em;
}
.wwcp_step2_item2_cp2 {
	font-family: var(--meiryo);
  font-size: 17px;
  font-weight: bold;
 margin: 0px 0em 12px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.6em;
}

.wwcp_step2_item2_cpbox {
 margin: 0px 0em 12px 0em;
  padding: 0px 0px 0px 0px;
overflow:hidden;
}
.wwcp_step2_item2_cpbox11 {
	font-family: var(--meiryo);
	box-sizing: border-box;
	float:left;
	width: 80px;
	font-size: 18px;
	font-weight: bold;
	color: #EE86A5;
	line-height: 1.4em;
	text-align: center;
	background-color: #fff;
	border: 1px solid  #ABABAB;
 margin: 0px 15px 0.0em 0em;
  padding: 10px 0px 10px 0px;
overflow:hidden;
}
.wwcp_step2_item2_cpbox12 {
	font-family: var(--meiryo);
	box-sizing: border-box;
	float:left;
	width: 80px;
	font-size: 18px;
	font-weight: bold;
	color: #33ABFB;
	line-height: 1.4em;
	text-align: center;
	background-color: #fff;
	border: 1px solid  #ABABAB;
 margin: 0px 15px 0.0em 0em;
  padding: 10px 0px 10px 0px;
overflow:hidden;
}
.wwcp_step2_item2_cpbox2 {
	font-family: var(--meiryo);
	float:left;
	width: 400px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	text-align: left;
 margin: 0px 0em 0.0em 0em;
  padding: 0px 0px 0px 0px;
overflow:hidden;
}


.wwcp_step2_item2_cp3 {
	font-family: var(--meiryo);
  font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid  #C5C5C5;
 margin: 0px 0em 12px 0em;
  padding: 0px 0px 12px 0px;
	color: #333;
  line-height: 1.6em;
}
.wwcp_step2_item2_cp4 {
	font-family: var(--meiryo);
  font-size: 20px;
	font-weight: bold;
	text-align: center;
 margin: 0px 0em 10px 0em;
  padding: 0px 0px 0px 0px;
	color: #666;
  line-height: 1.6em;
}


.wwcp_step2_item2-kanki {
	box-sizing: border-box;
	max-width: 880px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_kanki_zu {
	box-sizing: border-box;
	max-width: 880px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: absolute;
	overflow:hidden;
	z-index: 5;
	top:410px;
}
.wwcp_step2_zu  img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}
.wwcp_step2_kanki_zu_sp0 {
	display:none;
}

.wwcp_step2_item2-knk1 {
	box-sizing: border-box;
	float:left;
	width: 280px;
	margin: 0 20px 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk2 {
	box-sizing: border-box;
	float:left;
	width: 280px;
	margin: 0 20px 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk3 {
	box-sizing: border-box;
	float:left;
	width: 280px;
	margin: 0 0px 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item2-knkbox {
	box-sizing: border-box;
	width: 280px;
	background-color: #fff;
	border: 1px solid  #C5C5C5;
	margin: 0 0px 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}


.wwcp_step2_item2-knk {
	margin: 0 0px 0px 0px;
	padding: 20px 15px 15px 15px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk_img {
	width: 250px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk_img  img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}

.wwcp_step2_item2-knk_sttl {
	font-family: var(--meiryo);
  font-size: 18px;
	font-weight: bold;
	text-align: center;
 margin: 0px 0em 20px 0em;
  padding: 0px 0px 0px 0px;
	color: #666;
  line-height: 1.6em;
}

.wwcp_step2_item2-knk_spec {
	font-family: var(--meiryo);
	background-color: #C8E8F9;
	border-top: 0px solid  #C5C5C5;
	border-bottom: 1px solid  #C5C5C5;
	margin: 0 0px 10px 0px;
	padding: 14px 0px 12px 0;
  font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
	line-height: 1.6em;
	line-height: 1.4;
		position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk_spec span {
	display: inline-block;
	width: 16px;
	padding: 0px 0 0 4px;
}
.wwcp_step2_item2-knk_spec span img {
	max-width: 100%;
	height: auto;
	margin: 0 0px -2px 0;
	padding: 0px 0 0 0px;
}
.wwcp_step2_item2-knk_spec img {
	display: inline-block;
	width: 16px;
	padding: 0px 0 0 4px;
}
.wwcp_step2_item2-knk_spec img {
	max-width: 100%;
	height: auto;
	margin: 0 0px -2px 0;
	padding: 0px 0 0 0px;
}

.wwcp_step2_item2-knk_cp {
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 20px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 1.5em;
	height: 70px;
}

.wwcp_step2_item2-knk_merit0 {
 margin: 0px 0em 10px 0em;
	padding: 50px 0px 0px 0px;
	overflow:hidden;
}
.wwcp_step2_item2-knk_merit {
	display: flex;
	align-items: center;
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: bold;
	text-align: left;
 margin: 0px 0em 7px 0em;
  padding: 0px 0px 0px 0px;
	color: #015DB2;
  line-height: 1.5em;
}
.wwcp_step2_item2-knk_merit:after {
border-top: 1px solid #015DB2;
content: "";
flex-grow: 1;
}
.wwcp_step2_item2-knk_merit:after {
margin-left: 0.4rem;
}

.wwcp_step2_item2-knk_dmerit {
	display: flex;
	align-items: center;
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: bold;
	text-align: left;
 margin: 0px 0em 7px 0em;
  padding: 0px 0px 0px 0px;
	color: #4D4D4D;
  line-height: 1.5em;
}
.wwcp_step2_item2-knk_dmerit:after {
border-top: 1px solid #C5C5C5;
content: "";
flex-grow: 1;
}
.wwcp_step2_item2-knk_dmerit:after {
margin-left: 0.4rem;
}


.wwcp_step2_item2-knk_mlst {
	font-family: var(--meiryo);
  font-size: 14px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 15px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 1.5em;
	height: 80px;
}

.wwcp_step2_item2-knk_mlst ul  {
list-style: disc !important;
	margin: 0 0 1.0em 1.5em;
}
.wwcp_step2_item2-knk_mlst ul li  {
	list-style: disc !important;
	padding-left:0em;
	margin-bottom: 5px;
	line-height: 1.5;
}

.wwcp_step2_item2-knk_dlst {
	font-family: var(--meiryo);
  font-size: 14px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 0px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.5em;
}

.wwcp_step2_item2-knk_dlst ul  {
list-style: disc !important;
	margin: 0 0 1.0em 1.5em;
}
.wwcp_step2_item2-knk_dlst ul li  {
	list-style: disc !important;
	padding-left:0em;
	margin-bottom: 5px;
	line-height: 1.5;
}


.wwcp_step3_item1-cts {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 10px 0px;
	padding: 30px 0px 0px 0;
	overflow:hidden;
}
.wwcp_step3_item1-cts1 {
	box-sizing: border-box;
	float:left;
	width: 480px;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	overflow:hidden;
}
.wwcp_step3_item1-cts2 {
	box-sizing: border-box;
	float:left;
	width: 410px;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	overflow:hidden;
}

.wwcp_step3_item1-cts_box {
	box-sizing: border-box;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 18px;
	overflow:hidden;
}

.wwcp_step3_item1_cp {
	font-family: var(--meiryo);
  font-size: 16px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 15px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 1.6em;
}
.wwcp_step3_item1_img {
	width: 350px;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	overflow:hidden;
}
.wwcp_step3_item1_img img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0px 0;
	padding: 0px 0 0 0px;
}


@media only screen and (max-width: 1140px) {
.wwcp_step2_item1-cts {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 40px 0px;
	padding: 10px 0px 40px 0;
	border-bottom: 1px dotted  #0078FF;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item1-cts2 {
	clear:both;
	max-width: 900px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item1-cts_box01 {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 40px 0px;
	padding: 0px 0px 0px 0;
	border: 1px solid  #C5C5C5;
	background-color: #fff;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item1-cts_box02 {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	border: 1px solid  #C5C5C5;
	background-color: #fff;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item1-cts_rei {
	font-family: var(--meiryo);
	width: 90px;
  font-size: 15px;
  font-weight: bold;
 margin: 0em 0em 0em 0em;
  padding: 4px 0px 4px 0px;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	background-color: #015DB2;
	position: absolute;
	top:0px;
	right:0px;
	z-index: 3;
}
.wwcp_step2_item1-cts_box {
	margin: 0 0 0px 0px;
		padding: 50px 65px 40px 65px;
		padding: 40px 20px 20px 20px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2-cts_ttl {
	font-family: var(--meiryo);
  font-size: 19px;
  font-weight: bold;
 margin: 0em 0em 1.0em 0em;
  padding: 0px 0px 5px 0px;
	color: #015DB2;
	border-bottom: 1px solid  #015DB2;
  line-height: 1.4em;
  text-transform: none;
}

.wwcp_step2-cts_sttl {
	font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
 margin: 0em 0em 1.0em 0em;
  padding: 0px 0px 0px 0px;
	color: #EB5186;
  line-height: 1.4em;
  text-transform: none;
}

.wwcp_step2_item1-data01 {
	box-sizing: border-box;
		width: auto;
		max-width: 770px;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item1-data02 {
	box-sizing: border-box;
		width: auto;
		max-width: 770px;
	margin: 0 0 10px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item1-data01_img {
		width: auto;
		max-width: 510px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	}
	
.wwcp_step2_item1-data011 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 510px;
		max-width: 900px;
		margin: 0 0px 20px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item1-data012 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
	max-width: 234px;
		margin: 0 0 20px 0px;
		margin: 0 auto 20px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
	
.wwcp_step2_item-data_sttl {
	font-family: var(--meiryo);
  font-size: 15px;
  font-weight: bold;
 margin: 0px 0em 8px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.4em;
	position: relative;
	overflow:hidden;
	z-index: 5;
	}
	
.wwcp_step2_item1-data_cp {
	font-family: var(--meiryo);
  font-size: 13px;
  font-weight: normal;
 margin: 0px 0em 0.0em 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.5em;
	position: relative;
	overflow:hidden;
	z-index: 5;
}

.wwcp_step2_item1-data021 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 510px;
		max-width: 900px;
		margin: 0 0px 20px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item1-data022 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
	max-width: 230px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}

.wwcp_step2_item1-data_cp2 {
	font-family: var(--meiryo);
  font-size: 14px;
  font-weight: normal;
 margin: 0px 0em 0.0em 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.6em;
	position: relative;
	overflow:hidden;
	z-index: 5;
}


.wwcp_step2_item2-cts {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 50px 0px;
	padding: 25px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-cts2 {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
		margin: 0 0 -30px 0px;
		margin: 0 0 0px 0px;
	padding: 25px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-ctsbox {
	box-sizing: border-box;
	margin: 0 0 0px 0px;
		padding: 0px 0px 0px 18px;
		padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item2-box01 {
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item2-box011 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 548px;
	margin: 0 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.wwcp_step2_item2-box012 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 330px;
		max-width: 70%;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid  #C5C5C5;
	position: relative;
	overflow:hidden;
}
	.wwcp_step2_item2-box012_img {
		width: auto;
	max-width: 250px;
	margin: 0 auto 0px auto;
	padding: 20px 0px 20px 0px;
	position: relative;
	overflow:hidden;
}

.wwcp_step2_item2_cp {
	font-family: var(--meiryo);
  font-size: 15px;
  font-weight: normal;
 margin: 0px 0em 7px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.5em;
}
.wwcp_step2_item2_cp2 {
	font-family: var(--meiryo);
  font-size: 16px;
  font-weight: bold;
 margin: 0px 0em 12px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.5em;
}

.wwcp_step2_item2_cpbox {
 margin: 0px 0em 12px 0em;
  padding: 0px 0px 0px 0px;
overflow:hidden;
}
.wwcp_step2_item2_cpbox11 {
	font-family: var(--meiryo);
	box-sizing: border-box;
	float:left;
	width: 80px;
	font-size: 17px;
	font-weight: bold;
	color: #EE86A5;
	line-height: 1.4em;
	text-align: center;
	background-color: #fff;
	border: 1px solid  #ABABAB;
 margin: 0px 15px 0.0em 0em;
  padding: 9px 0px 9px 0px;
overflow:hidden;
}
.wwcp_step2_item2_cpbox12 {
	font-family: var(--meiryo);
	box-sizing: border-box;
	float:left;
	width: 80px;
	font-size: 17px;
	font-weight: bold;
	color: #33ABFB;
	line-height: 1.4em;
	text-align: center;
	background-color: #fff;
	border: 1px solid  #ABABAB;
 margin: 0px 15px 0.0em 0em;
  padding: 9px 0px 9px 0px;
overflow:hidden;
}
.wwcp_step2_item2_cpbox2 {
	font-family: var(--meiryo);
	float:left;
		width: auto;
		max-width: 400px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	text-align: left;
 margin: 0px 0em 0.0em 0em;
  padding: 0px 0px 0px 0px;
overflow:hidden;
}


.wwcp_step2_item2_cp3 {
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid  #C5C5C5;
 margin: 0px 0em 12px 0em;
  padding: 0px 0px 12px 0px;
	color: #333;
  line-height: 1.6em;
}
.wwcp_step2_item2_cp4 {
	font-family: var(--meiryo);
  font-size: 18px;
	font-weight: bold;
	text-align: center;
 margin: 0px 0em 10px 0em;
  padding: 0px 0px 0px 0px;
	color: #666;
  line-height: 1.6em;
}


.wwcp_step2_item2-kanki {
	box-sizing: border-box;
	max-width: 880px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_kanki_zu {
	display:none;
	box-sizing: border-box;
	max-width: 880px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: absolute;
	overflow:hidden;
	z-index: 5;
	top:410px;
}
	
.wwcp_step2_kanki_zu_sp0 {
	display:block;
	box-sizing: border-box;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid  #C5C5C5;
	margin: 20px auto -20px auto;
	padding: 15px 0px 20px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_kanki_zu_sp {
	box-sizing: border-box;
	max-width: 75%;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_kanki_zu_sp  img {
	max-width: 100%;
	height: auto;
	margin: 0 0px 0 0;
	padding: 0px;
}
	
.wwcp_step2_item2-knk1 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 280px;
		max-width: 70%;
	margin: 0 auto 30px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk2 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 280px;
		max-width: 70%;
	margin: 0 auto 30px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk3 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 280px;
		max-width: 70%;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item2-knkbox {
	box-sizing: border-box;
		width: auto;
		max-width: 280px;
		max-width: 100%;
	background-color: #fff;
	border: 1px solid  #C5C5C5;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}


.wwcp_step2_item2-knk {
	margin: 0 0px 0px 0px;
	padding: 20px 15px 15px 15px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk_img {
		width: auto;
		max-width: 250px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item2-knk_sttl {
	font-family: var(--meiryo);
  font-size: 17px;
	font-weight: bold;
	text-align: center;
 margin: 0px 0em 20px 0em;
  padding: 0px 0px 0px 0px;
	color: #666;
  line-height: 1.6em;
}

.wwcp_step2_item2-knk_spec {
	font-family: var(--meiryo);
	background-color: #C8E8F9;
	border-top: 0px solid  #C5C5C5;
	border-bottom: 1px solid  #C5C5C5;
	margin: 0 0px 10px 0px;
	padding: 14px 0px 12px 0;
  font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
	line-height: 1.5em;
	line-height: 1.4;
		position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk_spec span {
	display: inline-block;
	width: 16px;
	padding: 0px 0 0 4px;
}
.wwcp_step2_item2-knk_spec span img {
	max-width: 100%;
	height: auto;
	margin: 0 0px -2px 0;
	padding: 0px 0 0 0px;
}

.wwcp_step2_item2-knk_cp {
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 20px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 1.5em;
	height: auto;
}

.wwcp_step2_item2-knk_merit0 {
 margin: 0px 0em 10px 0em;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.wwcp_step2_item2-knk_merit {
	display: flex;
	align-items: center;
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: bold;
	text-align: left;
 margin: 0px 0em 7px 0em;
  padding: 0px 0px 0px 0px;
	color: #015DB2;
  line-height: 1.5em;
}
.wwcp_step2_item2-knk_merit:after {
border-top: 1px solid #015DB2;
content: "";
flex-grow: 1;
}
.wwcp_step2_item2-knk_merit:after {
margin-left: 0.4rem;
}

.wwcp_step2_item2-knk_dmerit {
	display: flex;
	align-items: center;
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: bold;
	text-align: left;
 margin: 0px 0em 7px 0em;
  padding: 0px 0px 0px 0px;
	color: #4D4D4D;
  line-height: 1.5em;
}
.wwcp_step2_item2-knk_dmerit:after {
border-top: 1px solid #C5C5C5;
content: "";
flex-grow: 1;
}
.wwcp_step2_item2-knk_dmerit:after {
margin-left: 0.4rem;
}


.wwcp_step2_item2-knk_mlst {
	font-family: var(--meiryo);
  font-size: 14px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 15px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 1.5em;
	height: auto;
}

.wwcp_step2_item2-knk_mlst ul  {
list-style: disc !important;
	margin: 0 0 1.0em 1.5em;
}
.wwcp_step2_item2-knk_mlst ul li  {
	list-style: disc !important;
	padding-left:0em;
	margin-bottom: 5px;
	line-height: 1.5;
}

.wwcp_step2_item2-knk_dlst {
	font-family: var(--meiryo);
  font-size: 14px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 0px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.5em;
}

.wwcp_step2_item2-knk_dlst ul  {
list-style: disc !important;
	margin: 0 0 1.0em 1.5em;
}
.wwcp_step2_item2-knk_dlst ul li  {
	list-style: disc !important;
	padding-left:0em;
	margin-bottom: 5px;
	line-height: 1.5;
}

.wwcp_step3_item1-cts {
	box-sizing: border-box;
	max-width: 900px;
	width: 100%;
	margin: 0 0 10px 0px;
	padding: 10px 0px 0px 0;
	overflow:hidden;
}
.wwcp_step3_item1-cts1 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 480px;
		max-width: 800px;
	margin: 0 0 30px 0px;
	padding: 0px 0px 0px 0;
	overflow:hidden;
}
.wwcp_step3_item1-cts2 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 410px;
		max-width: 800px;
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 0;
	overflow:hidden;
}

.wwcp_step3_item1-cts_box {
	box-sizing: border-box;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 18px;
	overflow:hidden;
}

.wwcp_step3_item1_cp {
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 10px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 1.6em;
}
.wwcp_step3_item1_img {
		width: auto;
		max-width: 350px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	overflow:hidden;
}
}

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

}

@media only screen and (max-width: 430px) {
.wwcp_step2_item1-data012 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 234px;
	max-width: 140px;
		margin: 0 0 20px 0px;
		margin: 0 auto 20px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
}

.wwcp_step2_item1-data022 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 230px;
		max-width: 140px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	}
	
.wwcp_step2_item2_cpbox {
 margin: 0px 0em 20px 0em;
  padding: 0px 0px 0px 0px;
overflow:hidden;
}	
.wwcp_step2_item2_cpbox11 {
	font-family: var(--meiryo);
	box-sizing: border-box;
		float:left;
		float:none;
	width: 80px;
	font-size: 17px;
	font-weight: bold;
	color: #EE86A5;
	line-height: 1.4em;
	text-align: center;
	background-color: #fff;
	border: 1px solid  #ABABAB;
 margin: 0px 0px 10px 0em;
  padding: 5px 0px 5px 0px;
overflow:hidden;
}
.wwcp_step2_item2_cpbox12 {
	font-family: var(--meiryo);
	box-sizing: border-box;
		float:left;
		float:none;
	width: 80px;
	font-size: 17px;
	font-weight: bold;
	color: #33ABFB;
	line-height: 1.4em;
	text-align: center;
	background-color: #fff;
	border: 1px solid  #ABABAB;
 margin: 0px 0px 10px 0em;
  padding: 5px 0px 5px 0px;
overflow:hidden;
}
.wwcp_step2_item2_cpbox2 {
	font-family: var(--meiryo);
	float:left;
		width: auto;
		max-width: 600px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	text-align: left;
 margin: 0px 0em 0.0em 0em;
  padding: 0px 0px 0px 0px;
overflow:hidden;
}
	
.wwcp_step2_item2-box012 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 330px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid  #C5C5C5;
	position: relative;
	overflow:hidden;
	}
	
.wwcp_step2_item2-kanki {
	box-sizing: border-box;
	max-width: 880px;
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk1 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 280px;
	margin: 0 auto 30px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk2 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 280px;
	margin: 0 auto 30px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk3 {
	box-sizing: border-box;
		float:left;
		float:none;
		width: auto;
		max-width: 280px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item2-knkbox {
	box-sizing: border-box;
		width: auto;
		max-width: 280px;
	background-color: #fff;
	border: 1px solid  #C5C5C5;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}


.wwcp_step2_item2-knk {
	margin: 0 0px 0px 0px;
	padding: 20px 15px 15px 15px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk_img {
		width: auto;
		max-width: 250px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}

.wwcp_step2_item2-knk_sttl {
	font-family: var(--meiryo);
  font-size: 17px;
	font-weight: bold;
	text-align: center;
 margin: 0px 0em 20px 0em;
  padding: 0px 0px 0px 0px;
	color: #666;
  line-height: 1.6em;
}

.wwcp_step2_item2-knk_spec {
	font-family: var(--meiryo);
	background-color: #C8E8F9;
	border-top: 0px solid  #C5C5C5;
	border-bottom: 1px solid  #C5C5C5;
	margin: 0 0px 10px 0px;
	padding: 14px 0px 12px 0;
  font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
	line-height: 1.5em;
	line-height: 1.4;
		position: relative;
	overflow:hidden;
	z-index: 2;
}
.wwcp_step2_item2-knk_spec span {
	display: inline-block;
	width: 16px;
	padding: 0px 0 0 4px;
}
.wwcp_step2_item2-knk_spec span img {
	max-width: 100%;
	height: auto;
	margin: 0 0px -2px 0;
	padding: 0px 0 0 0px;
}
	
	
.wwcp_step2_kanki_zu_sp {
	box-sizing: border-box;
	max-width: 95%;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
	
.wwcp_step2_item2-knk_cp {
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 20px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 1.5em;
	height: auto;
}

.wwcp_step2_item2-knk_merit0 {
 margin: 0px 0em 10px 0em;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.wwcp_step2_item2-knk_merit {
	display: flex;
	align-items: center;
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: bold;
	text-align: left;
 margin: 0px 0em 7px 0em;
  padding: 0px 0px 0px 0px;
	color: #015DB2;
  line-height: 1.5em;
}
.wwcp_step2_item2-knk_merit:after {
border-top: 1px solid #015DB2;
content: "";
flex-grow: 1;
}
.wwcp_step2_item2-knk_merit:after {
margin-left: 0.4rem;
}

.wwcp_step2_item2-knk_dmerit {
	display: flex;
	align-items: center;
	font-family: var(--meiryo);
  font-size: 15px;
	font-weight: bold;
	text-align: left;
 margin: 0px 0em 7px 0em;
  padding: 0px 0px 0px 0px;
	color: #4D4D4D;
  line-height: 1.5em;
}
.wwcp_step2_item2-knk_dmerit:after {
border-top: 1px solid #C5C5C5;
content: "";
flex-grow: 1;
}
.wwcp_step2_item2-knk_dmerit:after {
margin-left: 0.4rem;
}


.wwcp_step2_item2-knk_mlst {
	font-family: var(--meiryo);
  font-size: 14px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 15px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 1.5em;
	height: auto;
}

.wwcp_step2_item2-knk_mlst ul  {
list-style: disc !important;
	margin: 0 0 1.0em 1.5em;
}
.wwcp_step2_item2-knk_mlst ul li  {
	list-style: disc !important;
	padding-left:0em;
	margin-bottom: 5px;
	line-height: 1.5;
}

.wwcp_step2_item2-knk_dlst {
	font-family: var(--meiryo);
  font-size: 14px;
	font-weight: normal;
	text-align: left;
 margin: 0px 0em 0px 0em;
  padding: 0px 0px 0px 0px;
	color: #333;
  line-height: 1.5em;
}

.wwcp_step2_item2-knk_dlst ul  {
list-style: disc !important;
	margin: 0 0 1.0em 1.5em;
}
.wwcp_step2_item2-knk_dlst ul li  {
	list-style: disc !important;
	padding-left:0em;
	margin-bottom: 5px;
	line-height: 1.5;
}
	
}




.p-example {
  background: none;
}

.p-example-hero {
  background: url(../images/example_hdimg.jpg) no-repeat center center/cover;
}

.p-example-section__list {
  gap: 47px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .p-example-section__list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
.p-example-section__cat-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .p-example-section__cat-list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-example-section__cat-list {
    grid-template-columns: 1fr;
  }
}
.p-example-section__cat-item {
  background: url(../images/wellwatercooler_head_bg01.svg) no-repeat center center/100% 100%;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  font-family: var(--meiryo);
  font-size: 19px;
  color: #005DAA;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-example-section__cat-item {
    font-size: 17px;
  }
}
.p-example-section__cat-item > a {
  padding: 19px 10px 24px 10px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.p-news-hero {
  background: url(../images/news_hdimg.jpg) no-repeat center center/cover;
}

.p-news-content__inner {
  max-width: 1120px;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .p-news-content__inner {
    flex-direction: column;
    gap: 80px;
  }
}
.p-news-content__main {
	max-width: 650px;
	max-width: 760px;
	width: 100%;
  position: relative;
  padding-right: 115px;
	margin-right: 115px;
	  padding-right: 60px;
	margin-right: 60px;
}
/* @media only screen and (max-width: 1120px) {
  .p-news-content__main {
    padding-right: clamp(30px, 7%, 115px);
    margin-right: clamp(30px, 7%, 115px);
  }
} */
@media only screen and (max-width: 1024px) {
  .p-news-content__main {
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.p-news-content__main::after {
  content: "";
  position: absolute;
  background: #CCCCCC;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .p-news-content__main::after {
    bottom: -40px;
    top: auto;
    width: 100%;
    height: 1px;
  }
}
.p-news-content__side {
  max-width: 210px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .p-news-content__side {
    flex-direction: row;
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-news-content__side {
    flex-direction: column;
  }
}
.p-news-content__side-wrap {
  width: 100%;
}
.p-news-content__title {
  font-family: var(--meiryo);
	font-size: 18px;
	font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #0A43AA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 430px) {
  .p-news-content__title {
    font-size: 18px;
  }
}
.p-news-content__title::after {
  background: #0096FF;
}
.p-news-content__date {
  font-family: var(--meiryo);
  font-size: 13px;
  margin-bottom: 30px;
}
.p-news-content__desc {
	max-width: 650px;
	max-width: 760px;
  font-family: var(--meiryo);
  line-height: 1.5;
  margin-bottom: 40px;
  overflow-wrap: break-word;
  display: inline-block;
}

.p-news-content__desc a {
  color: revert;
  transition: 0.3s;
}
.p-news-content__desc a:hover {
  opacity: 0.5;
}
.p-news-content__desc .c-btn {
  color: #fff;
  background: var(--skyblue);
  display: block;
  max-width: 220px;
  width: 100%;
  position: relative;
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 11px 40px 11px 10px;
  text-align: center;
  box-sizing: border-box;
  margin: auto 0;
  text-decoration: none;
}
@media only screen and (max-width: 430px) {
  .p-news-content__desc .c-btn {
    font-size: 16px;
  }
}
.p-news-content__desc .c-btn::after {
  position: absolute;
  content: ">>";
  font-size: 18px;
  font-family: Hiragino Sans, sans-serif;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 430px) {
  .p-news-content__desc .c-btn::after {
    font-size: 14px;
  }
}

.p-news-content__desc .wp-block-file {
  font-size: 16px;
}
.p-news-content__desc .wp-block-file__button {
  color: #fff;
}
.p-news-content__desc iframe{
	width: 100%;
}

.p-news-content__desc pre {
	background: #e3f6ff;
	font: 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ","Meiryo","Helvetica Neue", "Arial", sans-serif; 
	line-height: 1.6em;
	color: #333;
	border: 1px solid #4da1ff !important;
	margin-bottom: 1.5em;
	padding: 1.0em 1.3em;
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-o-pre-wrap;
	white-space:-pre-wrap;
	word-wrap:break-word;
	-webkit-border-radius:6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.p-news-content__desc h1 {
  margin: 0em 0em 1em 0em;
  padding: 0px 0px 0.2em 0px;
  color: #333;
  font-weight: bold;
  font-size: 17px;
}
.p-news-content__desc h2 {
  margin: 0em 0em 0.4em 0em;
  padding: 0px 0px 0px 0px;
  color: #015db2;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-transform: none;
}
.p-news-content__desc h3 {
  margin: 0em 0em 0.4em 0em;
  padding: 0px 0px 0px 0px;
  color: #e50065;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-transform: none;
}
.p-news-content__desc h4 {
  margin: 0em 0em 0.5em 0em;
  padding: 2px 0px 2px 12px;
  border-left: 4px solid #0096ff;
  color: #0096ff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0em;
  text-transform: none;
}
.p-news-content__desc h5 {
  margin: 0em 0em 0.6em 0em;
  padding: 5px 5px 5px 15px;
  background: #dbf7ff;
  color: #015db2;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.6em;
}
.p-news-content__desc h6 {
  margin: 0 0 0.6em 0;
  padding: 0px 0px 5px 0px;
  border-bottom: solid 1px #e50065;
  color: #e50065;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5em;
}
.p-news-content__desc table {
  width: 100%;
  margin: 0 0 1.5em 0em;
  border: 1px solid #b6b6b6;
  border-collapse: collapse;
  font-size: 15px;
}
.p-news-content__desc th {
  color: #333;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.6em;
  letter-spacing: 0em;
  text-transform: none;
  vertical-align: middle;
}
.p-news-content__desc td {
  padding: 12px 15px 12px 15px;
  border: 1px solid #b6b6b6;
  font-size: 15px;
  line-height: 1.5em;
  vertical-align: middle;
  word-break: break-all;
}
.p-news-content__desc td p {
  margin-bottom: 0em !important;
}
.p-news-content__desct td img {
  margin: 0 0 0em;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
.p-news-content__desc pre {
	background: #e3f6ff;
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ","Meiryo","Helvetica Neue", "Arial", sans-serif; 
	line-height: 1.5em;
	color: #333;
	border: 1px solid #4da1ff !important;
	margin-bottom: 1.5em;
	padding: 1.0em 1.2em;
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-o-pre-wrap;
	white-space:-pre-wrap;
	word-wrap:break-word;
	-webkit-border-radius:6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.p-news-content__desc h1 {
  margin: 0em 0em 1em 0em;
  padding: 0px 0px 0.2em 0px;
  color: #333;
  font-weight: bold;
  font-size: 17px;
}
.p-news-content__desc h2 {
  margin: 0em 0em 0.4em 0em;
  padding: 0px 0px 0px 0px;
  color: #015db2;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-transform: none;
}
.p-news-content__desc h3 {
  margin: 0em 0em 0.4em 0em;
  padding: 0px 0px 0px 0px;
  color: #e50065;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-transform: none;
}
.p-news-content__desc h4 {
  margin: 0em 0em 0.5em 0em;
  padding: 2px 0px 2px 10px;
  border-left: 4px solid #0096ff;
  color: #0096ff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-transform: none;
}
.p-news-content__desc h5 {
  margin: 0em 0em 0.6em 0em;
  padding: 4px 4px 4px 12px;
  background: #dbf7ff;
  color: #015db2;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5em;
}
.p-news-content__desc h6 {
  margin: 0 0 0.6em 0;
  padding: 0px 0px 5px 0px;
  border-bottom: solid 1px #e50065;
  color: #e50065;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5em;
}
.p-news-content__desc table {
  width: 100%;
  margin: 0 0 1.5em 0em;
  border: 1px solid #b6b6b6;
  border-collapse: collapse;
  font-size: 14px;
}
.p-news-content__desc th {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-transform: none;
  vertical-align: middle;
}
.p-news-content__desc td {
  padding: 10px 10px 10px 10px;
  border: 1px solid #b6b6b6;
  font-size: 14px;
  line-height: 1.5em;
  vertical-align: middle;
  word-break: break-all;
}
}


.p-news-content__item {
  margin-bottom: 70px;
  position: relative;
}
.p-news-content__side-head {
  font-family: var(--meiryo);
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #015DB2;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .p-news-content__side-head {
    font-size: 14px;
  }
}
.p-news-content__side-item {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .p-news-content__side-item {
    font-size: 14px;
  }
}
.p-news-content__side-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 25px);
  border-bottom: 1px dotted #ccc;
}
.p-news-content__backlink{
	clear:both;
  display: block;
  width: 50px;
  margin-left: auto;
  background: #e6e6e6;
  border: 1px solid #aaa;
  padding: 2px 8px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.p-news-content__editlink{
  display: block;
  width: 50px;
  margin-left: auto;
  background: #e6e6e6;
  border: 1px solid #aaa;
  padding: 2px 8px;
  box-sizing: border-box;
}

.pagination > .page-numbers {
  justify-content: right;
}
.pagination > ul {
  display: flex;
  gap: 7px;
}
.pagination > ul > li {
  height: 33px;
  width: 25px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #C9CACA;
  color: #0062AC;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pagination > ul > li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .pagination > ul > li {
    font-size: 16px;
  }
}
.pagination > ul > li > a, .pagination > ul > li > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
  transition: 0.3s;
}
.pagination > ul > li > a:hover {
  background: #0062AC;
  color: #fff;
}
.pagination .current {
  color: #fff;
  background-color: #0062AC;
}
.pagination .prev, .pagination .next {
  font-size: 10px;
  letter-spacing: -0.4em;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 430px) {
  .pagination .prev, .pagination .next {
    font-size: 8px;
  }
}

.p-faq-hero {
  background: url(../images/faq_hdimg.jpg) no-repeat center center/cover;
}

.p-faq-content__inner {
  max-width: 1140px;
  padding-top: 70px;
  padding-bottom: 100px;
}
.p-faq-content__lead {
  margin-bottom: 50px;
}
.p-faq-content__head {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 16px 16px 16px 27px;
  box-sizing: border-box;
  font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .p-faq-content__head {
    font-size: 18px;
    padding: 16px 20px 16px 15px;
  }
}
.p-faq-content__head::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/faq_img01.svg) no-repeat center center / contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-faq-content__wrap {
  margin-bottom: 90px;
}
.p-faq-content__wrap:last-of-type {
  margin-bottom: 0;
}
.p-faq-content_cp {
	font-size: 16px;
}

.p-contact-hero {
  background: url(../images/contact_hdimg.jpg) no-repeat center center/cover;
}

.p-contact-lead__inner {
  max-width: 1140px;
  padding-top: 70px;
	padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-contact-lead__inner {
    padding-top: 50px;
		padding-bottom: 50px;
  }
}
.p-contact-lead__text {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .p-contact-lead__text {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .p-contact-lead__text {
    margin-bottom: 50px;
  }
}
.p-contact-lead__img {
  position: absolute;
  right: 0;
  z-index: -1;
  max-width: 300px;
  width: 100%;
}

.p-contact-lead__phone-wrap {
  margin-top: -40px;
}

.p-contact-lead__phone-head {
  font-family: var(--meiryo);
	font-size: 24px;
	font-size: 22px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-contact-lead__phone-head {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-lead__phone-head {
    font-size: 20px;
  }
}
.p-contact-lead__phone-head::before {
  content: "";
  position: absolute;
	max-width: 360px;
	max-width: 420px;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00B4FF;
}
.p-contact-lead__phone-head::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00B4FF;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.p-contact-lead__phone-box {
  display: flex;
  justify-content: center;
  gap: 50px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-contact-lead__phone-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-lead__phone-box {
    gap: 20px;
  }
}
.p-contact-lead__phone-number {
  font-family: var(--shingo);
  font-size: 36px;
  font-weight: bold;
  color: #1DA1F2;
  padding-left: 33px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-contact-lead__phone-number {
    font-size: 30px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-lead__phone-number {
    font-size: 26px;
  }
}
.p-contact-lead__phone-number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 23px;
  height: 30px;
}
.p-contact-lead__phone-time {
  font-family: var(--meiryo);
  font-size: 16px;
  color: #1DA1F2;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .p-contact-lead__phone-time {
    font-size: 14px;
    margin: 0 auto;
  }
}

.p-contact-content {
  background-color: #E8F6FE;
}
.p-contact-content__inner {
  max-width: 1140px;
  padding-top: 90px;
  padding-bottom: 97px;
}
@media only screen and (max-width: 768px) {
  .p-contact-content__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-content__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-contact-content__head {
	font-family: var(--meiryo);
	font-size: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-contact-content__head {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-content__head {
    font-size: 20px;
  }
}
.p-contact-content__head::before {
  content: "";
  position: absolute;
	max-width: 360px;
	max-width: 420px;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00B4FF;
}
.p-contact-content__head::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00B4FF;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.p-contact-content__lead {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  .p-contact-content__lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.p-contact-content__item {
  display: flex;
  gap: 50px;
  padding: 30px 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-contact-content__item {
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
  }
}
.p-contact-content__item:first-of-type {
  padding-top: 0;
}
.p-contact-content__item:last-of-type {
  margin-bottom: 30px;
}
.p-contact-content__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1DA1F2;
}
.p-contact-content__item input, .p-contact-content__item textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 5px;
  box-sizing: border-box;
}
.p-contact-content__item textarea {
  height: 290px;
  resize: none;
}
.p-contact-content__item input#name {
  max-width: 320px;
}
.p-contact-content__item input#company {
  max-width: 500px;
}
.p-contact-content__item input#mail {
  max-width: 500px;
}
.p-contact-content__item .mwform-tel-field {
  max-width: 290px;
  width: 29%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-contact-content__item .mwform-tel-field {
    width: 100%;
  }
}
.p-contact-content__item .mwform-tel-field > input {
  max-width: 82px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-contact-content__item .mwform-tel-field > input {
    width: 30%;
  }
}
.p-contact-content__label-wrap {
  max-width: 200px;
  width: 100%;
  display: flex;
  gap: 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.p-contact-content__label-wrap .require {
  font-family: var(--hiragino);
  font-size: 14px;
  background-color: #0096FF;
  color: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 430px) {
  .p-contact-content__label-wrap .require {
    font-size: 12px;
  }
}
.p-contact-content__label-wrap label {
  font-family: var(--meiryo);
  font-size: 16px;
  margin: auto 0;
}
@media only screen and (max-width: 430px) {
  .p-contact-content__label-wrap label {
    font-size: 14px;
  }
}
.p-contact-content__btn {
  margin: 0 auto;
  display: block;
  font-family: var(--meiryo);
  font-size: 15px;
  font-weight: bold;
  padding: 6px 17.5px;
  background: linear-gradient(#fff, #E6E6E6);
  border: 1px solid #B3B3B3 !important;
}
@media only screen and (max-width: 430px) {
  .p-contact-content__btn {
    font-size: 14px;
  }
}

.mw_wp_form_input .fom-txt {
  display: none;
}

.mw_wp_form_confirm .fom-txt {
  display: block;
  margin: 0em auto 1.5em auto;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}

.mw_wp_form_complete .fom-txt {
  display: none;
}

.fom-bn {
  width: auto;
  margin: 1em auto 1em auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.fbn {
  margin: 0 8px;
  padding: 8px 16px;
  border: 1px solid #B3B3B3;
  background-color: #F2F2F2;
  color: #333333;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.fbn:hover {
  background-color: #d4eafa;
}


.p-contact-content__item-wrap {
  background-color: #fff;
  padding: 65px 100px 60px;
}
@media only screen and (max-width: 768px) {
  .p-contact-content__item-wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-content__item-wrap {
    padding: 20px;
  }
}

.p-contact-privacy__inner {
  max-width: 1040px;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .p-contact-privacy__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-privacy__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-contact-privacy__head {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-contact-privacy__head {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-privacy__head {
    font-size: 16px;
  }
}
.p-contact-privacy__desc {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.86;
  margin-bottom: 15px;
}
@media only screen and (max-width: 430px) {
  .p-contact-privacy__desc {
    font-size: 14px;
  }
}
.p-contact-privacy__desc:last-of-type {
  margin-bottom: 0;
}
.p-contact-privacy__head-wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-contact-privacy__head-wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-privacy__head-wrap {
    margin-bottom: 40px;
  }
}
.p-contact-privacy__wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-contact-privacy__wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-contact-privacy__wrap {
    margin-bottom: 40px;
  }
}
.p-contact-privacy__wrap:last-of-type {
  margin-bottom: 0;
}
.p-contact-privacy__wrap:last-of-type .p-contact-privacy__desc {
  margin-bottom: 25px;
}
.p-contact-privacy__wrap:last-of-type .p-contact-privacy__desc:last-of-type {
  margin-bottom: 0;
}
.p-contact-privacy__wrap:last-of-type .p-contact-privacy__wrap-title:last-of-type {
  color: #4d4d4d;
  padding-bottom: 0;
}
.p-contact-privacy__wrap:last-of-type .p-contact-privacy__wrap-title:last-of-type::after {
  content: none;
}
.p-contact-privacy__wrap-title {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  color: #0062AC;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-contact-privacy__wrap-title {
    font-size: 16px;
  }
}

.p-demand-hero {
  background: url(../images/svs_hdimg.jpg) no-repeat center center/cover;
}

.p-demand-intro__inner {
  max-width: 1140px;
  padding-top: 55px;
  padding-bottom: 25px;
}
.p-demand-intro__head-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__head-wrap {
    flex-direction: column;
  }
}
.p-demand-intro__head-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: 1;
}
.p-demand-intro__head-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #AEAEAE;
}
@media only screen and (max-width: 1200px) {
  .p-demand-intro__head-wrap::after {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-intro__head-wrap::after {
    width: 100%;
  }
}
.p-demand-intro__head {
  font-family: var(--vdl);
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__head {
    font-size: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-intro__head {
    font-size: 26px;
  }
}
.p-demand-intro__lead-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
@media only screen and (max-width: 1200px) {
  .p-demand-intro__lead-wrap {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__lead-wrap {
    position: relative;
    transform: none;
  }
}
.p-demand-intro__lead-text {
  position: relative;
  padding-left: 50px;
  font-family: var(--meiryo);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__lead-text {
    font-size: 18px;
    height: 35px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-intro__lead-text {
    font-size: 16px;
  }
}
.p-demand-intro__lead-text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 40px;
  background: url(../images/top_service_icon01.svg) no-repeat center center/contain;
}
.p-demand-intro__lead-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background: url(../images/wellwatercooler_bg01.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__lead-text::after {
    width: 80px;
    height: 80px;
    left: 100px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-intro__lead-text::after {
    right: auto;
    width: 60px;
    height: 60px;
  }
}
.p-demand-intro__catch-wrap {
  position: relative;
}
.p-demand-intro__catch-box {
  background: url(../images/wellwatercooler_head_bg01.svg) no-repeat center center/100% 100%;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 15px 10px 20px 10px;
  box-sizing: border-box;
  font-family: var(--vdl);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__catch-box {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-intro__catch-box {
    font-size: 20px;
  }
}
.p-demand-intro__catch-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #00B4FF;
}
.p-demand-intro__catch-head {
  font-family: var(--meiryo);
  font-size: 44px;
  font-weight: bold;
  line-height: 1.45;
  color: #0062AC;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__catch-head {
    font-size: 34px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-intro__catch-head {
    font-size: 26px;
  }
}
.p-demand-intro__catch-img {
  margin-bottom: 60px;
}
.p-demand-intro__catch-img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__catch-img {
    margin-bottom: 0;
  }
}
.p-demand-intro__catch-img > img {
  display: block;
  margin: 0 auto;
  max-width: 371px;
  width: 100%;
}
.p-demand-intro__catch-img::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #AEAEAE;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__catch-img::before {
    top: 0;
  }
}
.p-demand-intro__catch-img::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__catch-img::after {
    top: 0;
  }
}
.p-demand-intro__catch-lead-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-demand-intro__catch-lead {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0px;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 454px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__catch-lead {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-intro__catch-lead {
    font-size: 20px;
  }
}
.p-demand-intro__catch-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
.p-demand-intro__catch-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(25deg);
}
.p-demand-intro__catch-bubble {
  right: clamp(20px, 9vw, 150px);
  top: -70px;
  font-size: 18px;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__catch-bubble {
    font-size: 16px;
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    width: 100px;
    height: 100px;
  }
}
.p-demand-intro__catch-bubble::after {
  transform: rotate(-30deg);
  left: -10px;
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-demand-intro__catch-bubble::after {
    transform: rotate(-50deg);
    left: 0;
    bottom: 0px;
  }
}

.p-demand-about {
  position: relative;
}
.p-demand-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 600px;
  background: url(../images/demand_bg01.jpg) no-repeat center center/cover;
  margin-bottom: 8px;
}
.p-demand-about__bg2 {
  position: absolute;
  top: 608px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 608px);
  background-color: #E9F6FE;
}
.p-demand-about__inner {
  max-width: 1140px;
  padding-bottom: 83px;
  padding-top: 50px;
}
@media only screen and (max-width: 430px) {
  .p-demand-about__inner {
    padding-bottom: 50px;
  }
}
.p-demand-about__head {
  font-family: var(--meiryo);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #015DB2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 20px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
  margin-top: -80px;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__head {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-about__head {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.p-demand-about__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #1EA0FF;
}
.p-demand-about__head::after {
  content: "";
  background: url(../images/hukidashi.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 30px;
}
.p-demand-about__desc {
  font-family: var(--meiryo);
  font-size: 17px;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__desc {
    font-size: 16px;
    text-align: left;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-about__desc {
    margin-bottom: 50px;
  }
}
.p-demand-about__merit-head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #003C78;
  height: auto;
  min-height: 62px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 28px;
  padding-right: 150px;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__merit-head {
    font-size: 24px;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-about__merit-head {
    font-size: 20px;
  }
}
.p-demand-about__merit-head::after {
  background-color: #00B4FF;
}
.p-demand-about__merit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__merit-list {
    display: flex;
    flex-direction: column;
  }
}
.p-demand-about__merit-list::before {
  content: "";
  background: url(../images/wellwatercooler_cooler_icon04.png) no-repeat center center/contain;
  transform: scaleX(-1);
  position: absolute;
  top: -168px;
  right: 0px;
  width: 168px;
  height: 168px;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__merit-list::before {
    width: 120px;
    height: 120px;
    top: -120px;
  }
}
.p-demand-about__merit-item {
  padding: 30px;
  border: 1px solid #00B4FF;
  border-radius: 5px;
  background-color: #fff;
}
.p-demand-about__merit-item:last-of-type {
  grid-column: 1/3;
}
.p-demand-about__merit-item:last-of-type .p-demand-about__merit-item-top {
  flex-direction: column;
  margin-bottom: 0;
}
.p-demand-about__merit-item-top {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media only screen and (max-width: 430px) {
  .p-demand-about__merit-item-top {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.p-demand-about__merit-item-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__merit-item-bottom {
    flex-direction: column;
  }
}
.p-demand-about__merit-item-head {
  font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  color: #0062AC;
  height: auto;
  min-height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__merit-item-head {
    font-size: 20px;
    min-height: auto;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-about__merit-item-head {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.p-demand-about__merit-item-bubble {
  background: #E50065;
  font-family: var(--meiryo);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.37;
  color: #fff;
  border-radius: 50%;
  max-width: 160px;
  width: 80%;
  height: 73px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .p-demand-about__merit-item-bubble {
    font-size: 14px;
  }
}
.p-demand-about__merit-item-desc {
  width: 50%;
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__merit-item-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-about__merit-item-desc {
    font-size: 14px;
  }
}
.p-demand-about__merit-item-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-demand-about__merit-item-img {
    width: 100%;
  }
}
.p-demand-about__merit-item-box .p-demand-about__merit-item-desc {
  width: 100%;
}

.p-demand-wireless__inner {
  max-width: 1140px;
  padding-top: 117px;
  padding-bottom: 157px;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-demand-wireless__head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  min-height: 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  background-color: #CCEAFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__head {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__head {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-demand-wireless__head::after {
  background-color: #00B4FF;
}
.p-demand-wireless__wrap {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__wrap {
    margin-bottom: 30px;
  }
}
.p-demand-wireless__wrap:last-of-type {
  margin-bottom: 0;
}
.p-demand-wireless__wrap-desc {
  font-family: var(--meiryo);
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__wrap-desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__wrap-desc {
    font-size: 18px;
  }
}
.p-demand-wireless__wrap-title {
  font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__wrap-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__wrap-title {
    font-size: 18px;
  }
}
.p-demand-wireless__wrap-box {
  border: 1px solid #333;
  padding: 60px clamp(30px, 5vw, 100px);
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__wrap-box {
    padding: 30px 20px;
  }
}
.p-demand-wireless__wrap-box-top {
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__wrap-box-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__wrap-box-top {
    display: flex;
    flex-direction: column;
  }
}
.p-demand-wireless__wrap-box-top .p-demand-wireless__wrap-img {
  margin: auto 0;
}
.p-demand-wireless__wrap-box-top .p-demand-wireless__wrap-img:nth-child(1) {
  max-width: 289px;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__wrap-box-top .p-demand-wireless__wrap-img:nth-child(1) {
    max-width: 100%;
  }
}
.p-demand-wireless__wrap-box-top .p-demand-wireless__wrap-img:nth-child(2) {
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__wrap-box-top .p-demand-wireless__wrap-img:nth-child(2) {
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__wrap-box-bottom .p-demand-wireless__wrap-text {
    line-height: 2;
  }
}
.p-demand-wireless__wrap-text-box {
  margin: auto 0;
  width: 80%;
  grid-area: 2/1/3/3;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__wrap-text-box {
    width: 100%;
  }
}
.p-demand-wireless__blue-head {
  font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  color: #0096FF;
}
@media only screen and (max-width: 768px) {
  .p-demand-wireless__blue-head {
    font-size: 18px;
  }
}
.p-demand-wireless__wrap-text {
  font-family: var(--meiryo);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__wrap-text {
    font-size: 14px;
  }
}
.p-demand-wireless__wrap-img-box {
  gap: 30px;
}
@media only screen and (max-width: 430px) {
  .p-demand-wireless__wrap-img-box {
    gap: 20px;
  }
}
.p-demand-wireless__wrap-color-box {
  color: #fff;
  padding: 5px 18.5px;
  box-sizing: border-box;
}
.p-demand-wireless__wrap-color-box:nth-of-type(1) {
  color: #008045;
  background-color: #F4CB00;
  margin-right: 5px;
}
.p-demand-wireless__wrap-color-box:nth-of-type(2) {
  background-color: #FF6E00;
  margin-right: 5px;
}
.p-demand-wireless__wrap-color-box:nth-of-type(3) {
  background-color: #E6160A;
}
.p-demand-wireless__wrap-box-bottom .p-demand-wireless__wrap-text {
  text-align: center;
}

.p-demand-airconditioning__inner {
  max-width: 1140px;
  padding-bottom: 157px;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__inner {
    padding-bottom: 50px;
  }
}
.p-demand-airconditioning__head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  background-color: #CCEAFF;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__head {
    font-size: 20px;
  }
}
.p-demand-airconditioning__head::after {
  background-color: #00B4FF;
}
.p-demand-airconditioning__lead {
  font-family: var(--meiryo);
  font-size: 18px;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__lead {
    font-size: 14px;
  }
}
.p-demand-airconditioning__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap {
    gap: 30px;
  }
}
.p-demand-airconditioning__wrap-box {
  border: 1px solid #4C92C3;
  padding: 30px clamp(30px, 9%, 50px);
  box-sizing: border-box;
  position: relative;
  max-width: 540px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap-box {
    max-width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap-box .u-flex {
    justify-content: start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap-box .u-flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.p-demand-airconditioning__wrap-box:nth-child(1)::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  border-radius: 50%;
  background: url(../images/plus.svg);
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap-box:nth-child(1)::after {
    top: auto;
    bottom: -60px;
    right: 50%;
    transform: translate(50%, -50%);
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap-box:nth-child(1)::after {
    bottom: -66px;
  }
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap-box:nth-child(1) .p-demand-airconditioning__bubble {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap-box:nth-child(1) .p-demand-airconditioning__bubble {
    margin-bottom: 0px;
  }
}
.p-demand-airconditioning__wrap-box:nth-child(1) .p-demand-airconditioning__img {
  max-width: 155px;
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap-box:nth-child(1) .p-demand-airconditioning__img {
    max-width: 100%;
  }
}
.p-demand-airconditioning__wrap-box:nth-child(1) .p-demand-airconditioning__img > p {
  font-weight: normal;
}
.p-demand-airconditioning__wrap-box:nth-child(1) .u-flex:nth-of-type(2) {
  justify-content: start;
  margin-top: -40px;
}
@media only screen and (max-width: 1140px) {
  .p-demand-airconditioning__wrap-box:nth-child(1) .u-flex:nth-of-type(2) {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap-box:nth-child(1) .u-flex:nth-of-type(2) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap-box:nth-child(1) .u-flex:nth-of-type(2) {
    flex-direction: column;
  }
}
.p-demand-airconditioning__wrap-box:nth-child(1) .p-demand-airconditioning__text {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap-box:nth-child(1) .p-demand-airconditioning__text {
    margin: 0;
  }
}
.p-demand-airconditioning__wrap-box:nth-child(2) > .u-flex {
  justify-content: center;
}
.p-demand-airconditioning__wrap-box:nth-child(2) .p-demand-airconditioning__text {
  display: flex;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto 30px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap-box:nth-child(2) .p-demand-airconditioning__text {
    margin: 0 auto 20px;
    max-width: inherit;
  }
}
.p-demand-airconditioning__wrap-box:nth-child(2) .p-demand-airconditioning__bubble {
  max-width: 206px;
  height: 56px;
}
.p-demand-airconditioning__wrap-box:nth-child(2) .p-demand-airconditioning__img {
  max-width: 175px;
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap-box:nth-child(2) .p-demand-airconditioning__img {
    max-width: 100%;
  }
}
.p-demand-airconditioning__wrap-head {
  font-family: var(--meiryo);
  font-weight: bold;
  font-size: 22px;
  color: #0096FF;
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__wrap-head {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__wrap-head {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-demand-airconditioning__bubble {
  position: relative;
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  color: #E50065;
  max-width: 193px;
  width: 100%;
  height: 100px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #FEEEEF;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__bubble {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__bubble {
    font-size: 16px;
  }
}
.p-demand-airconditioning__bubble p {
  margin-bottom: 7px;
}
.p-demand-airconditioning__bubble::after {
  content: "";
  position: absolute;
  border: 1px solid #E50065;
  width: 100%;
  height: 100%;
  top: -7px;
  left: 0;
  border-radius: 50%;
}
.p-demand-airconditioning__text {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__text {
    font-size: 14px;
  }
}
.p-demand-airconditioning__img > p {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__img > p {
    font-size: 14px;
  }
}
.p-demand-airconditioning__group {
  background-color: #EBF9FF;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px 60px;
  margin-bottom: 110px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__group {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 50px;
  }
}
.p-demand-airconditioning__group-img > img {
  margin-bottom: 5px;
}
.p-demand-airconditioning__group-img:nth-child(1) {
  max-width: 300px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__group-img:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }
}
.p-demand-airconditioning__group-img:nth-child(2) {
  max-width: 337px;
  width: 34%;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__group-img:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}
.p-demand-airconditioning__group-img-text {
  font-family: var(--meiryo);
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__group-img-text {
    font-size: 14px;
  }
}
.p-demand-airconditioning__group-text-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__group-text-wrap {
    grid-area: 2/1/3/3;
    margin-top: 0;
  }
}
.p-demand-airconditioning__group-text {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__group-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__group-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-demand-airconditioning__group-text-red {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #E50065;
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 270px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__group-text-red {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__group-text-red {
    font-size: 14px;
  }
}
.p-demand-airconditioning__group-text-red::before, .p-demand-airconditioning__group-text-red::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
}
.p-demand-airconditioning__group-text-red::before {
  transform: rotate(-25deg);
  left: 0;
}
.p-demand-airconditioning__group-text-red::after {
  right: 0;
  transform: rotate(25deg);
}
.p-demand-airconditioning__demand-wrap-title {
  font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__demand-wrap-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__demand-wrap-title {
    font-size: 18px;
  }
}
.p-demand-airconditioning__demand-head-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__demand-head-wrap {
    gap: 0px;
    flex-direction: column;
  }
}
.p-demand-airconditioning__demand-head {
  max-width: 256px;
  width: 100%;
}
.p-demand-airconditioning__demand-lead {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-left: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-demand-airconditioning__demand-lead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__demand-lead {
    font-size: 16px;
    padding-left: 0;
    padding: 10px 0;
  }
}
.p-demand-airconditioning__demand-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__demand-content {
    flex-direction: column;
    gap: 50px;
  }
}
.p-demand-airconditioning__demand-content-box {
  width: 300px;
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__demand-content-box {
    width: 100%;
  }
}
.p-demand-airconditioning__demand-content-box:nth-child(1) .p-demand-airconditioning__demand-box-head img {
  max-width: 30px;
}
.p-demand-airconditioning__demand-content-box:nth-child(2) .p-demand-airconditioning__demand-box-head img {
  max-width: 51px;
}
.p-demand-airconditioning__demand-content-box:nth-child(3) .p-demand-airconditioning__demand-box-head img {
  max-width: 65px;
}
.p-demand-airconditioning__demand-box-head {
  display: flex;
  margin-bottom: 25px;
}
.p-demand-airconditioning__demand-box-head p {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  color: #0062AC;
  position: relative;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  margin: auto 0;
  margin-left: 10px;
}
.p-demand-airconditioning__demand-box-head p::before, .p-demand-airconditioning__demand-box-head p::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.p-demand-airconditioning__demand-box-head p::before {
  top: 0;
}
.p-demand-airconditioning__demand-box-head p::after {
  bottom: 0;
}
.p-demand-airconditioning__demand-box-img {
  margin: 0 auto;
}
@media only screen and (max-width: 430px) {
  .p-demand-airconditioning__demand-box-img {
    width: 70%;
  }
}

.p-demand-saving {
  position: relative;
}
.p-demand-saving__inner {
  max-width: 1140px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__inner {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__inner {
    padding-bottom: 50px;
  }
}
.p-demand-saving__title {
  font-family: var(--meiryo);
  font-size: 24px;
  height: 40px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__title {
    font-size: 18px;
  }
}
.p-demand-saving__head {
  max-width: 256px;
  margin-bottom: 25px;
}
.p-demand-saving__box-head-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-head-wrap {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-head-wrap {
    margin-bottom: 40px;
  }
}
.p-demand-saving__box-head {
  font-family: var(--meiryo);
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-head {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-head {
    font-size: 16px;
  }
}
.p-demand-saving__box-head-blue {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  color: #0096FF;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-head-blue {
    font-size: 18px;
    text-align: left;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-head-blue {
    font-size: 16px;
  }
}
.p-demand-saving__box {
  border: 1px solid #7FD9FF;
  background-color: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  border-radius: 6px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box {
    padding: 20px;
  }
}
.p-demand-saving__box:last-of-type {
  margin-bottom: 0;
}
.p-demand-saving__bg {
  position: absolute;
  background-color: #E8F8FF;
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;
  top: 100px;
}
.p-demand-saving__box-img-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: repeat(2, 0fr);
  align-items: center;
  gap: 60px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-img-wrap {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-img-wrap {
    gap: 30px;
  }
}
.p-demand-saving__box-img:nth-child(1) {
  grid-area: 1/1/3/2;
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
}
.p-demand-saving__box-img:nth-child(2) {
  grid-area: 2/2/3/3;
  max-width: 525px;
  width: 100%;
}
.p-demand-saving__box-content {
  font-weight: bold;
  max-width: 362px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #808080;
  position: relative;
  margin: 0 auto;
}
.p-demand-saving__box-content:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-demand-saving__box-content:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 76px;
  height: 24px;
  background: #E50065;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-content:nth-child(2)::after {
    bottom: -37.5px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-content:nth-child(2)::after {
    width: 50px;
    height: 17.5px;
    bottom: -25px;
  }
}
.p-demand-saving__box-content:nth-child(3) {
  grid-area: 2/2/3/3;
}
.p-demand-saving__box-content:last-of-type {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #E50065;
}
.p-demand-saving__box-content:last-of-type::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #FCEAED;
  width: 100%;
  height: 100%;
  top: 7px;
  right: -7px;
}
.p-demand-saving__box-content-text {
  font-family: var(--meiryo);
  font-size: 20px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-content-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-content-text {
    font-size: 14px;
  }
}
.p-demand-saving__box-content-text:last-of-type {
  text-align: center;
}
.p-demand-saving__box-content-bold {
  font-size: 33px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-content-bold {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-content-bold {
    font-size: 24px;
  }
}
.p-demand-saving__box-bottom-text {
  font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 780px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-bottom-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-bottom-text {
    font-size: 18px;
  }
}
.p-demand-saving__box-bottom-text::before, .p-demand-saving__box-bottom-text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  min-height: 37px;
  background-color: #E50065;
}
.p-demand-saving__box-bottom-text::before {
  transform: rotate(-25deg);
  left: 0;
}
.p-demand-saving__box-bottom-text::after {
  right: 0;
  transform: rotate(25deg);
}
.p-demand-saving__box-list {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-list {
    gap: 40px;
  }
}
.p-demand-saving__box-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-item {
    width: 100%;
  }
}
.p-demand-saving__box-item:nth-child(2) .p-demand-saving__box-item-img {
  max-width: 95px;
}
.p-demand-saving__box-item:nth-child(3) .p-demand-saving__box-item-img {
  max-width: 85px;
}
.p-demand-saving__box-item:nth-child(4) .p-demand-saving__box-item-img {
  max-width: 84px;
}
.p-demand-saving__box-item-img {
  width: 100%;
  max-width: 78px;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex-grow: 1;
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-item-img {
    margin-bottom: 10px;
  }
}
.p-demand-saving__box-item-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  margin: auto 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-item-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.p-demand-saving__box-item-desc::before, .p-demand-saving__box-item-desc::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.p-demand-saving__box-item-desc::before {
  top: 0;
}
.p-demand-saving__box-item-desc::after {
  bottom: 0;
}
.p-demand-saving__box-item-red-box {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #E50065;
  font-weight: bold;
}
.p-demand-saving__box-item-red-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #FCEAED;
  width: 100%;
  height: 100%;
  top: 7px;
  right: -7px;
}
.p-demand-saving__box-item-red-box::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 26px;
  height: 11px;
  background: #33C3FF;
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-item-red-box::before {
    top: -20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-item-red-box .p-demand-saving__box-content-text .u-fz16 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-item-red-box .p-demand-saving__box-content-text .u-fz18 {
    font-size: 20px;
  }
}
.p-demand-saving__box-bubble {
  top: -20px;
  right: -20px;
  width: 75px;
  height: 75px;
  background-color: #E50065;
  font-family: var(--hiragino);
}
.p-demand-saving__box-bubble::after {
  left: 5px;
  bottom: -3px;
  border-right: 20px solid #E50065;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-60deg);
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-bubble::after {
    transform: rotate(-45deg);
  }
}
.p-demand-saving__box-item-title {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-item-title {
    margin-bottom: 10px;
  }
}
.p-demand-saving__box-item-blue {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  color: #0096FF;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-item-blue {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-item-blue {
    font-size: 14px;
  }
}
.p-demand-saving__box-lead {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-demand-saving__box-lead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-saving__box-lead {
    font-size: 16px;
  }
}

.p-demand-feature__inner {
  max-width: 1140px;
  padding-top: 100px;
  padding-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-demand-feature__title {
  font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__title {
    font-size: 18px;
  }
}
.p-demand-feature__wrap-title {
  font-family: var(--meiryo);
  font-size: 24px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__wrap-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__wrap-title {
    font-size: 18px;
  }
}
.p-demand-feature__head-wrap {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__head-wrap {
    flex-direction: column;
  }
}
.p-demand-feature__head-wrap:nth-child(4) {
  margin-bottom: 55px;
}
.p-demand-feature__head-wrap:nth-child(5) {
  margin-bottom: 45px;
}
.p-demand-feature__head {
  max-width: 256px;
  width: 100%;
}
.p-demand-feature__lead {
  font-family: var(--meiryo);
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__lead {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__lead {
    font-size: 16px;
  }
}
.p-demand-feature__img {
  margin-bottom: 50px;
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__img {
    margin-bottom: 40px;
  }
}
.p-demand-feature__group {
  padding: 0 45px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__group {
    flex-wrap: wrap;
    padding: 0;
    gap: 60px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__group {
    gap: 30px;
    margin-bottom: 50px;
  }
}
.p-demand-feature__group:last-of-type {
  margin-bottom: 0;
}
.p-demand-feature__group-box:nth-child(1) {
  max-width: 525px;
  width: 52%;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__group-box:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }
}
.p-demand-feature__group-box:nth-child(2) {
  max-width: 420px;
  width: 42%;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__group-box:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}
.p-demand-feature__group-title {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  color: #0062AC;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__group-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__group-title {
    font-size: 16px;
  }
}
.p-demand-feature__group-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__group-desc {
    font-size: 14px;
  }
}
.p-demand-feature__group-img > p {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 430px) {
  .p-demand-feature__group-img > p {
    font-size: 14px;
  }
}
.p-demand-feature__group-left {
  max-width: 320px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__group-left {
    max-width: 100%;
    width: 100%;
  }
}
.p-demand-feature__group-middle {
  max-width: 280px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__group-middle {
    max-width: 100%;
    width: 100%;
  }
}
.p-demand-feature__group-right {
  max-width: 280px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .p-demand-feature__group-right {
    max-width: 100%;
    width: 100%;
  }
}

.p-demand-example__inner {
  margin-bottom: 45px;
}
@media only screen and (max-width: 430px) {
  .p-demand-example__inner {
    margin-bottom: 10px;
  }
}

.p-demand-function {
  background-color: #F3F3F3;
}
.p-demand-function__inner {
  max-width: 1140px;
  padding-top: 75px;
  padding-bottom: 85px;
	margin-bottom: 130px;
	margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__inner {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__inner {
    margin-bottom: 50px;
  }
}
.p-demand-function__head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  color: #003C78;
  height: 62px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__head {
    font-size: 22px;
  }
}
.p-demand-function__lead {
  font-family: var(--meiryo);
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__lead {
    font-size: 14px;
  }
}
.p-demand-function__box {
  border: 1px solid #DCDCDC;
  background-color: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  border-radius: 6px;
  margin-bottom: 50px;
}
.p-demand-function__box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__box {
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.p-demand-function__box-head {
  font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #CCEAFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__box-head {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__box-head {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.p-demand-function__text-wrap {
  margin-bottom: 25px;
}
.p-demand-function__text-wrap p {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  color: #0062AC;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__text-wrap p {
    font-size: 18px;
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__text-wrap p {
    font-size: 16px;
  }
}
.p-demand-function__text-wrap span {
  font-family: var(--meiryo);
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-left: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__text-wrap span {
    margin: 0;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__text-wrap span {
    font-size: 14px;
  }
}
.p-demand-function__img {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__img {
    max-width: 100%;
  }
}
.p-demand-function__box-inner {
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__box-inner {
    padding: 0;
  }
}
.p-demand-function__box-item {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__box-item {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__box-item {
    margin-bottom: 40px;
  }
}
.p-demand-function__box-item:last-of-type {
  margin-bottom: 0;
}
.p-demand-function__box-item-left {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__box-item-left {
    max-width: 100%;
  }
}
.p-demand-function__box-item-left .p-demand-function__text-wrap > p, .p-demand-function__box-item-left .p-demand-function__text-wrap span {
  display: block;
  margin-left: 0;
}
.p-demand-function__box-item-left .p-demand-function__text-wrap span {
  margin-top: 15px;
}
.p-demand-function__box-item-right {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__box-item-right {
    max-width: 100%;
  }
}
.p-demand-function__box-item-right .p-demand-function__text-wrap > p, .p-demand-function__box-item-right .p-demand-function__text-wrap span {
  display: block;
  margin-left: 0;
}
.p-demand-function__box-item-right .p-demand-function__text-wrap span {
  margin-top: 15px;
}
.p-demand-function__box-annotation {
  font-family: var(--meiryo);
  font-size: 14px;
  margin-top: 15px;
}
@media only screen and (max-width: 430px) {
  .p-demand-function__box-annotation {
    font-size: 12px;
  }
}
.p-demand-function__box-text-wrap {
  margin-bottom: 45px;
}
@media only screen and (max-width: 430px) {
  .p-demand-function__box-text-wrap {
    margin-bottom: 30px;
  }
}
.p-demand-function__box-title {
  font-family: var(--meiryo);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #0062AC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-demand-function__box-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-demand-function__box-title {
    font-size: 16px;
  }
}
.p-demand-function__box-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 430px) {
  .p-demand-function__box-desc {
    font-size: 14px;
  }
}
.p-demand-function__box-img {
  max-width: 322px;
  width: 100%;
}
.p-inspection-hero {
  background: url(../images/svs_hdimg.jpg) no-repeat center center/cover;
}

.p-inspection-intro__inner {
  max-width: 1140px;
  padding-top: 55px;
  padding-bottom: 35px;
}
.p-inspection-intro__head-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  gap: 20px;
  padding-right: 295px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__head-wrap {
    padding-right: 0;
    flex-direction: column;
  }
}
.p-inspection-intro__head-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: 1;
}
.p-inspection-intro__head-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #AEAEAE;
}
@media only screen and (max-width: 1200px) {
  .p-inspection-intro__head-wrap::after {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__head-wrap::after {
    width: 100%;
  }
}
.p-inspection-intro__head {
  font-family: var(--vdl);
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__head {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-intro__head {
    font-size: 24px;
  }
}
.p-inspection-intro__lead-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
@media only screen and (max-width: 1200px) {
  .p-inspection-intro__lead-wrap {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__lead-wrap {
    position: relative;
    transform: none;
  }
}
.p-inspection-intro__lead-text {
  position: relative;
  padding-left: 50px;
  font-family: var(--meiryo);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__lead-text {
    font-size: 18px;
    height: 35px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-intro__lead-text {
    font-size: 16px;
  }
}
.p-inspection-intro__lead-text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 40px;
  background: url(../images/top_service_icon02.svg) no-repeat center center/contain;
}
.p-inspection-intro__lead-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background: url(../images/wellwatercooler_bg01.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__lead-text::after {
    width: 80px;
    height: 80px;
    left: 170px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-intro__lead-text::after {
    right: auto;
    width: 60px;
    height: 60px;
  }
}
.p-inspection-intro__catch-wrap {
  position: relative;
}
.p-inspection-intro__catch-box {
  background: url(../images/wellwatercooler_head_bg01.svg) no-repeat center center/100% 100%;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 15px 10px 20px 10px;
  box-sizing: border-box;
  font-family: var(--vdl);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__catch-box {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-intro__catch-box {
    font-size: 20px;
  }
}
.p-inspection-intro__catch-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #00B4FF;
}
.p-inspection-intro__catch-head {
  font-family: var(--meiryo);
  font-size: 44px;
  font-weight: bold;
  line-height: 1.45;
  color: #0062AC;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__catch-head {
    font-size: 34px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-intro__catch-head {
    font-size: 26px;
  }
}
.p-inspection-intro__catch-lead {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 600px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__catch-lead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-intro__catch-lead {
    font-size: 18px;
  }
}
.p-inspection-intro__catch-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
.p-inspection-intro__catch-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(25deg);
}
.p-inspection-intro__catch-img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__catch-img {
    margin-bottom: 0px;
  }
}
.p-inspection-intro__catch-img > img {
  display: block;
  margin: 0 auto;
  max-width: 371px;
  width: 100%;
}
.p-inspection-intro__catch-img::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #AEAEAE;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__catch-img::before {
    top: 0;
  }
}
.p-inspection-intro__catch-img::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__catch-img::after {
    top: 0;
  }
}
.p-inspection-intro__catch-lead {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 464px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__catch-lead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-intro__catch-lead {
    font-size: 18px;
  }
}
.p-inspection-intro__catch-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
.p-inspection-intro__catch-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(25deg);
}
.p-inspection-intro__catch-bubble {
  right: -150px;
  top: -70px;
  font-size: 18px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-inspection-intro__catch-bubble {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-intro__catch-bubble {
    font-size: 14px;
  }
}
.p-inspection-intro__catch-bubble::after {
  transform: rotate(-30deg);
  left: -10px;
  bottom: 20px;
}

.p-inspection-about {
  position: relative;
}
.p-inspection-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
  background: url(../images/inspection_bg01.jpg) no-repeat center center/cover;
  margin-bottom: 8px;
}
.p-inspection-about__bg2 {
  position: absolute;
  top: 808px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 808px);
  background-color: #E9F6FE;
}
.p-inspection-about__inner {
  max-width: 1140px;
  padding-bottom: 83px;
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__inner {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__inner {
    padding-bottom: 40px;
  }
}
.p-inspection-about__head {
  font-family: var(--meiryo);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #015DB2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 20px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
  margin-top: -70px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__head {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__head {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.p-inspection-about__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #1EA0FF;
}
.p-inspection-about__head::after {
  content: "";
  background: url(../images/hukidashi.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 30px;
}
.p-inspection-about__desc {
  font-family: var(--meiryo);
  font-size: 17px;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__desc {
    font-size: 16px;
    text-align: left;
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__desc {
    font-size: 14px;
    margin-bottom: 90px;
  }
}
.p-inspection-about__box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 78px 50px 55px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__box {
    padding: 78px 30px 55px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__box {
    margin-bottom: 20px;
    padding: 50px 20px 50px;
  }
}
.p-inspection-about__box::before {
  content: "";
  background: url(../images/inspection_icon01.svg) no-repeat center center/contain;
  position: absolute;
  top: -90px;
  left: 0px;
  width: 206px;
  height: 168px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__box::before {
    top: -120px;
    left: 30px;
    width: 136px;
    height: 122px;
    z-index: -1;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__box::before {
    top: -80px;
    z-index: 0;
  }
}
.p-inspection-about__box::after {
  content: "";
  background: url(../images/hukidashi.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 30px;
}
.p-inspection-about__box-head {
  max-width: 583px;
  width: 70%;
  margin: 0 auto;
  margin-top: -12%;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__box-head {
    max-width: 100%;
    width: 100%;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__box-head {
    margin-top: -20px;
  }
}
.p-inspection-about__box-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__box-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__box-list {
    grid-template-columns: 1fr;
  }
}
.p-inspection-about__box-item {
  background-color: #00B4FF;
  font-family: var(--meiryo);
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 8px;
  color: #fff;
  max-width: 235px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__box-item {
    font-size: 18px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__box-item {
    font-size: 16px;
  }
}
.p-inspection-about__blue-text {
  font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #0096FF;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__blue-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__blue-text {
    font-size: 18px;
  }
}
.p-inspection-about__check-row {
  display: flex;
  gap: 20px;
  padding: 13px 0;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__check-row {
    flex-direction: column;
  }
}
.p-inspection-about__check-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00B4FF;
}
.p-inspection-about__check-row:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00B4FF;
}
.p-inspection-about__check-item {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 47px;
  box-sizing: border-box;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__check-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__check-item {
    font-size: 16px;
    width: 100%;
  }
}
.p-inspection-about__check-item::before {
  content: "";
  background: url(../images/checkbox.svg) no-repeat center center/contain;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 29px;
  height: 23px;
}
.p-inspection-about__resolution-wrap {
  padding-top: 65px;
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__resolution-wrap {
    padding-top: 50px;
  }
}
.p-inspection-about__resolution-head {
  font-family: var(--meiryo);
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #003C78;
  min-height: 62px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 17px;
  padding-right: 110px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .p-inspection-about__resolution-head {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-head {
    font-size: 24px;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__resolution-head {
    font-size: 20px;
    padding-right: 90px;
  }
}
.p-inspection-about__resolution-head::after {
  background-color: #00B4FF;
}
.p-inspection-about__resolution-lead {
  max-width: 237px;
  width: 100%;
  margin-bottom: 13px;
}
.p-inspection-about__resolution-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__resolution-list {
    gap: 20px;
  }
}
.p-inspection-about__resolution-list::before {
  content: "";
  background: url(../images/inspection_icon02.svg) no-repeat center center/contain;
  position: absolute;
  top: -267px;
  right: -50px;
  width: 169px;
  height: 187px;
}
@media only screen and (max-width: 1200px) {
  .p-inspection-about__resolution-list::before {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-list::before {
    top: -214px;
    width: 120px;
    height: 132px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__resolution-list::before {
    top: -181px;
    width: 90px;
    height: 99px;
  }
}
.p-inspection-about__resolution-item {
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #00B4FF;
  border-radius: 5px;
  background-color: #fff;
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__resolution-item {
    padding: 20px;
  }
}
.p-inspection-about__resolution-item:nth-child(2) > .p-inspection-about__resolution-item-img, .p-inspection-about__resolution-item:nth-child(2) > .p-inspection-about__resolution-item-desc {
  width: 100%;
}
.p-inspection-about__resolution-item:nth-child(3) > .p-inspection-about__resolution-item-img {
  width: 100%;
}
.p-inspection-about__resolution-item:nth-child(4) .p-inspection-about__resolution-item-img {
  max-width: 260px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-item:nth-child(4) .p-inspection-about__resolution-item-img {
    max-width: 100%;
  }
}
.p-inspection-about__resolution-item:nth-child(5) .p-inspection-about__resolution-item-bottom {
  gap: 10px;
}
.p-inspection-about__resolution-item:nth-child(5) .p-inspection-about__resolution-item-img {
  max-width: 305px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-item:nth-child(5) .p-inspection-about__resolution-item-img {
    max-width: 100%;
  }
}
.p-inspection-about__resolution-item:nth-child(6) .p-inspection-about__resolution-item-img {
  max-width: 260px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-item:nth-child(6) .p-inspection-about__resolution-item-img {
    max-width: 100%;
  }
}
.p-inspection-about__resolution-item-top {
  display: flex;
  justify-content: space-between;
  gap: 29px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-item-top {
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}
.p-inspection-about__resolution-item-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-item-bottom {
    flex-wrap: wrap;
  }
}
.p-inspection-about__resolution-item-head {
  font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  color: #0062AC;
  height: auto;
  min-height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-item-head {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__resolution-item-head {
    font-size: 18px;
  }
}
.p-inspection-about__resolution-item-bubble {
  background: #E50065;
  font-family: var(--meiryo);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.37;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 50%;
  width: 160px;
  height: 73px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__resolution-item-bubble {
    font-size: 14px;
  }
}
.p-inspection-about__resolution-item-desc {
  width: 50%;
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.56;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-item-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-about__resolution-item-desc {
    font-size: 14px;
  }
}
.p-inspection-about__resolution-item-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-inspection-about__resolution-item-img {
    width: 100%;
  }
}
.p-inspection-about__resolution-item-box .p-inspection-about__resolution-item-desc {
  width: 100%;
}
.p-inspection-system__inner {
  max-width: 1140px;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-system__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-system__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-inspection-system__head {
  font-family: var(--meiryo);
  font-size: 28px;
  line-height: 1.3;
  height: 60px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-system__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-system__head {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.p-inspection-system__head::after {
  background-color: #00B4FF;
}
.p-inspection-system__wrap {
  margin-bottom: 50px;
}
.p-inspection-system__wrap:last-of-type {
  margin-bottom: 0;
}
.p-inspection-system__wrap-title {
  font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-system__wrap-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-system__wrap-title {
    font-size: 18px;
  }
}

.p-inspection-case {
  background-color: #E8F8FF;
}
.p-inspection-case__inner {
  max-width: 1140px;
  padding-top: 65px;
  padding-bottom: 85px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 430px) {
  .p-inspection-case__inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.p-inspection-case__head {
  font-family: var(--meiryo);
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  min-height: 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-case__head {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.p-inspection-case__head:after {
  background-color: #00B4FF;
}
.p-inspection-case__box {
  border: 1px solid #7FD9FF;
  background-color: #fff;
  padding: 36px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  border-radius: 6px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-case__box {
    padding: 20px;
  }
}
.p-inspection-case__box:last-of-type {
  margin-bottom: 0;
}
.p-inspection-case__box-left {
  width: 62.8%;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__box-left {
    width: 100%;
  }
}
.p-inspection-case__box-right {
  width: 31.4%;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__box-right {
    width: 100%;
  }
}
.p-inspection-case__box-title {
  font-family: var(--meiryo);
  font-size: 22px;
  min-height: 48px;
  height: auto;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__box-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-case__box-title {
    font-size: 16px;
  }
}
.p-inspection-case__box-lead {
  font-family: var(--meiryo);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #0062AC;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__box-lead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-case__box-lead {
    font-size: 15px;
  }
}
.p-inspection-case__box-list {
  position: relative;
  padding: 15px 0;
  margin-bottom: 35px;
}
@media only screen and (max-width: 430px) {
  .p-inspection-case__box-list {
    margin-bottom: 20px;
  }
}
.p-inspection-case__box-list::before, .p-inspection-case__box-list::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B9B9B9;
}
.p-inspection-case__box-list::before {
  top: 0;
}
.p-inspection-case__box-list::after {
  bottom: 0;
}
.p-inspection-case__box-item {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 47px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__box-item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-inspection-case__box-item {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
}
.p-inspection-case__box-item::before {
  content: "";
  background: url(../images/checkbox.svg) no-repeat center center/contain;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 29px;
  height: 23px;
}
@media only screen and (max-width: 430px) {
  .p-inspection-case__box-item::before {
    width: 20px;
  }
}
.p-inspection-case__box-item:last-of-type {
  margin-bottom: 0;
}
.p-inspection-case__box-img {
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__box-img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.p-inspection-case__box-bottom {
  font-family: var(--meiryo);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #0096FF;
}
@media only screen and (max-width: 768px) {
  .p-inspection-case__box-bottom {
    font-size: 16px;
  }
}
.p-prevention-hero {
  background: url(../images/svs_hdimg.jpg) no-repeat center center/cover;
}

.p-prevention-intro__inner {
  max-width: 1140px;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 430px) {
  .p-prevention-intro__inner {
    padding-bottom: 35px;
  }
}
.p-prevention-intro__head-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__head-wrap {
    flex-direction: column;
  }
}
.p-prevention-intro__head-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: 1;
}
.p-prevention-intro__head-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #AEAEAE;
}
@media only screen and (max-width: 1200px) {
  .p-prevention-intro__head-wrap::after {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__head-wrap::after {
    width: 100%;
  }
}
.p-prevention-intro__head {
  font-family: var(--vdl);
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__head {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-intro__head {
    font-size: 24px;
  }
}
.p-prevention-intro__lead-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
@media only screen and (max-width: 1200px) {
  .p-prevention-intro__lead-wrap {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__lead-wrap {
    position: relative;
    transform: none;
  }
}
.p-prevention-intro__lead-text {
  position: relative;
  padding-left: 50px;
  font-family: var(--meiryo);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__lead-text {
    font-size: 18px;
    height: 35px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-intro__lead-text {
    font-size: 16px;
  }
}
.p-prevention-intro__lead-text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 40px;
  background: url(../images/top_service_icon03.svg) no-repeat center center/contain;
}
.p-prevention-intro__lead-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background: url(../images/wellwatercooler_bg01.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__lead-text::after {
    width: 80px;
    height: 80px;
    left: 150px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-intro__lead-text::after {
    right: auto;
    width: 60px;
    height: 60px;
  }
}
.p-prevention-intro__catch-wrap {
  position: relative;
}
.p-prevention-intro__catch-box {
  background: url(../images/wellwatercooler_head_bg01.svg) no-repeat center center/100% 100%;
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 15px 10px 20px 10px;
  box-sizing: border-box;
  font-family: var(--vdl);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__catch-box {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-intro__catch-box {
    font-size: 20px;
  }
}
.p-prevention-intro__catch-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #00B4FF;
}
.p-prevention-intro__catch-head {
  font-family: var(--meiryo);
  font-size: 44px;
  font-weight: bold;
  line-height: 1.45;
  color: #0062AC;
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__catch-head {
    font-size: 34px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-intro__catch-head {
    font-size: 26px;
  }
}
.p-prevention-intro__catch-img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__catch-img {
    margin-bottom: 40px;
  }
}
.p-prevention-intro__catch-img > img {
  display: block;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}
.p-prevention-intro__catch-img::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #AEAEAE;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__catch-img::before {
    top: -15%;
  }
}
.p-prevention-intro__catch-img::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__catch-img::after {
    top: -15%;
  }
}
.p-prevention-intro__catch-lead {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 470px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__catch-lead {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-intro__catch-lead {
    font-size: 20px;
  }
}
.p-prevention-intro__catch-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
.p-prevention-intro__catch-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(25deg);
}
.p-prevention-intro__catch-text {
  font-family: var(--meiryo);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #015DB2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 20px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-prevention-intro__catch-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-intro__catch-text {
    font-size: 22px;
  }
}
.p-prevention-intro__catch-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #1EA0FF;
}
.p-prevention-intro__catch-text::after {
  content: "";
  background: url(../images/hukidashi.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 30px;
}

.p-prevention-treatment {
  position: relative;
}
.p-prevention-treatment__inner {
  max-width: 1140px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-treatment__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-treatment__inner {
    padding-bottom: 50px;
  }
}
.p-prevention-treatment__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
  background: url(../images/prevention_bg01.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .p-prevention-treatment__bg {
    height: 800px;
  }
}
.p-prevention-treatment__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1EA0FF;
}
.p-prevention-treatment__head {
  max-width: 450px;
  margin-bottom: 60px;
  position: relative;
}
.p-prevention-treatment__head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  width: 43.5px;
  height: 1px;
  background-color: #1EA0FF;
}
@media only screen and (max-width: 430px) {
  .p-prevention-treatment__head::after {
    right: 0px;
  }
}
.p-prevention-treatment__head > img {
  margin-top: -28.5px;
}
.p-prevention-treatment__top {
  max-width: 910px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.p-prevention-treatment__text-blue {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #015DB2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-treatment__text-blue {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-treatment__text-blue {
    font-size: 20px;
  }
}
.p-prevention-treatment__text-desc {
  font-family: var(--meiryo);
  font-size: 18px;
  line-height: 1.4;
}
.p-prevention-treatment__lead {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-prevention-treatment__lead {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-treatment__lead {
    font-size: 20px;
  }
}
.p-prevention-treatment__lead::before, .p-prevention-treatment__lead::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0096FF;
}
.p-prevention-treatment__lead::before {
  top: 0;
}
.p-prevention-treatment__lead::after {
  bottom: 0;
}
.p-prevention-treatment__img-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 27px;
}
.p-prevention-treatment__img {
  max-width: 290px;
  width: 100%;
}
.p-prevention-treatment__catch {
  font-family: var(--meiryo);
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 635px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-prevention-treatment__catch {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-treatment__catch {
    font-size: 18px;
  }
}
.p-prevention-treatment__catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
@media only screen and (max-width: 768px) {
  .p-prevention-treatment__catch::before {
    height: 100%;
  }
}
.p-prevention-treatment__catch::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  .p-prevention-treatment__catch::after {
    height: 100%;
  }
}

.p-prevention-change__inner {
  max-width: 1040px;
  margin-bottom: 175px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__inner {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__inner {
    margin-bottom: 80px;
  }
}
.p-prevention-change__head {
  font-family: var(--meiryo);
  font-size: 25px;
  min-height: 40px;
  height: auto;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003C78;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__head {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__head {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-prevention-change__list {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__list {
    margin-bottom: 40px;
  }
}
.p-prevention-change__item {
  border: 1px solid #4D4D4D;
  padding: 25px 20px;
  position: relative;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 65px;
}
.p-prevention-change__item::before {
  content: "";
  position: absolute;
  border: 1px solid #808080;
  background-color: #BBE2FF;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
}
.p-prevention-change__item::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 60px;
  height: 20px;
  background: #1EA0FF;
}
.p-prevention-change__item:last-of-type {
  margin-bottom: 10px;
}
.p-prevention-change__item:last-of-type::after {
  content: none;
}
.p-prevention-change__item:nth-child(1) .p-prevention-change__item-head {
  margin-bottom: 0;
}
.p-prevention-change__item-number {
  max-width: 66px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 22px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__item-number {
    max-width: 55px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__item-number {
    max-width: 50px;
  }
}
.p-prevention-change__item-head {
  display: inline-block;
  padding-left: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__item-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__item-head {
    padding-left: 70px;
  }
}
.p-prevention-change__item-title {
  font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__item-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__item-title {
    font-size: 18px;
  }
}
.p-prevention-change__item-lead {
  font-family: var(--meiryo);
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__item-lead {
    font-size: 16px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__item-lead {
    font-size: 14px;
  }
}
.p-prevention-change__text {
  font-family: var(--meiryo);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__text {
    font-size: 18px;
  }
}
.p-prevention-change__text-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 115px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-prevention-change__text-wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__text-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.p-prevention-change__text-wrap::before, .p-prevention-change__text-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ADADAE;
}
.p-prevention-change__text-wrap::before {
  top: 0;
}
.p-prevention-change__text-wrap::after {
  bottom: 0;
}
.p-prevention-change__text-wrap-img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.p-prevention-change__text-wrap-img > video {
  width: 100%;
}
.p-prevention-change__text-wrap-img p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .p-prevention-change__text-wrap-img p {
    font-size: 14px;
  }
}


/* ポリポリ酸解決例 */
.pc_on {
	display:block;
}
@media only screen and (max-width: 768px) {
.pc_on {
	display:none;
}
}
.p-prevention-example {
  background-color: #e8f8ff;
  padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 150px;
	margin-top: -100px;
}
@media only screen and (max-width: 768px) {
.p-prevention-example {
    padding-top: 50px;
		padding-bottom: 40px;
		margin-bottom: 100px;
		margin-top: -50px;
  }
}
@media only screen and (max-width: 430px) {
.p-prevention-example {
    padding-top: 50px;
		padding-bottom: 30px;
  }
}

.p-prevention-example__inner {
	max-width: 1040px;
	margin-bottom: 175px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
.p-prevention-example__inner {
		margin-bottom: 100px;
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 430px) {
.p-prevention-example__inner {
		margin-bottom: 80px;
		margin-bottom: 30px;
  }
}

.prv_exa_ttl {
  padding: 0px 0px 30px 0px;
	margin: 0 0;
	overflow:hidden;
}
.prv_exa_bttl {
	float:left;
	box-sizing: border-box;
	width: 320px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	color:#fff;
	background:  #0096ff;
	border-top: 1px solid #0096ff;
border-bottom: 1px solid #0096ff;
  padding: 10px 0px 10px 0px;
	margin: 0 0;
	overflow:hidden;
}
.prv_exa_sttl {
	float:left;
	box-sizing: border-box;
	width: 680px;
	font-size: 25px;
	color:#003c78;
	font-weight: bold;
	line-height: 1.6em;
	background:  #fff;
	border-top: 1px solid #0096ff;
border-bottom: 1px solid #0096ff;
	padding: 10px 0px 10px 30px;
	text-align: left;
	margin: 0 0;
	overflow:hidden;
}
.prv_exa_mcp {
	font-size: 22px;
	color:#333;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
  padding: 0px 0px 0px 0px;
	margin: 0 0 12px 0;
	overflow:hidden;
}
.prv_exa_cp {
	font-size: 18px;
	color:#333;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
  padding: 0px 0px 0px 0px;
	margin: 0 0 40px 0;
	overflow:hidden;
}

@media only screen and (max-width: 768px) {
.prv_exa_ttl {
  padding: 0px 0px 20px 0px;
	margin: 0 0;
	overflow:hidden;
}
.prv_exa_bttl {
	float:none;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	color:#fff;
	text-align: left;
	background:  #0096ff;
	border-top: 1px solid #0096ff;
border-bottom: 1px solid #0096ff;
  padding: 6px 0px 6px 15px;
	margin: 0 0;
	overflow:hidden;
}
.prv_exa_sttl {
	float:none;
	box-sizing: border-box;
	width: 100%;
	max-width: 780px;
	font-size: 20px;
	color:#003c78;
	font-weight: bold;
	line-height: 1.5em;
	background:  #fff;
	border-top: 1px solid #0096ff;
border-bottom: 1px solid #0096ff;
	padding: 6px 10px 6px 15px;
	text-align: left;
	margin: 0 0;
	overflow:hidden;
}
.prv_exa_mcp {
	font-size:17px;
	color:#333;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
  padding: 0px 0px 0px 0px;
	margin: 0 0 10px 0;
	overflow:hidden;
}
.prv_exa_cp {
	font-size: 15px;
	color:#333;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
  padding: 0px 0px 0px 0px;
	margin: 0 0 25px 0;
	overflow:hidden;
}
}

.prv_exa_hikaku {
	max-width: 790px;
  padding: 32px 0px 0px 100px;
	margin: 0 auto 80px auto;
	overflow:hidden;
}
.prv_exa_hikaku img {
	max-width: 100%;
 height:auto;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
}
.prv_exa_before {
	float:left;
	box-sizing: border-box;
	width: 350px;
  padding: 0px 0px 0px 0px;
	margin: 0 0;
	position: relative;
	z-index: 3;
}
.prv_exa_ya {
	float:left;
	box-sizing: border-box;
	width: 30px;
  padding: 150px 0px 0px 0px;
	margin: 0 60px 0 0;
	position: relative;
	z-index: 3;
}
.prv_exa_ya2 {
	display:none;
}
.prv_exa_after {
	float:left;
	box-sizing: border-box;
	width: 350px;
  padding: 0px 0px 0px 0px;
	margin: 0 0;
	position: relative;
	z-index: 3;
}

.prv_exa_himg {
	box-sizing: border-box;
	width: 280px;
  padding: 0px 0px 0px 0px;
	margin: 0 0;
	position: relative;
	z-index: 3;
}
.prv_exa_icn {
	box-sizing: border-box;
	width: 148px;
  padding: 0px 0px 0px 0px;
	margin: 0 0;
	position: relative;
	position: absolute;
	z-index: 3;
	top:-30px;
	right:0px;
}

.prv_exa_cpb {
	box-sizing: border-box;
	width: 240px;
	height: 158px;
		font-size: 16px;
	color:#4d4d4d;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../images/prv_exa_bwaku.png) no-repeat center top;
	margin: 0 0 0 0;
	padding: 60px 0px 0px 0px;
	position: relative;
	position: absolute;
	z-index: 10;
	top:225px;
	left:20px;
}
.prv_exa_cpa {
	box-sizing: border-box;
	width: 240px;
	height: 120px;
	font-size: 16px;
	color:#4d4d4d;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../images/prv_exa_awaku.png) no-repeat center top;
	margin: 0 0 0 0;
	padding: 12px 0px 0px 0px;
	position: relative;
	position: absolute;
	z-index: 10;
	top:263px;
	left:20px;
}

@media only screen and (max-width: 768px) {
.prv_exa_hikaku {
	max-width: 790px;
  padding: 32px 0px 0px 0px;
	margin: 0 auto 50px auto;
	overflow:hidden;
}
.prv_exa_before {
		float:left;
		float:none;
	box-sizing: border-box;
		width: 350px;
		width: 320px;
  padding: 0px 0px 0px 0px;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 3;
}
.prv_exa_ya {
	display:none;
}
.prv_exa_ya2 {
	display:block;
	box-sizing: border-box;
	width: 70px;
	padding: 0px 0px 0px 0px;
		margin: 0 auto 30px auto;
		overflow:hidden;
	position: relative;
		z-index: 3;
		right: 35px;
}
.prv_exa_after {
		float:left;
		float:none;
	box-sizing: border-box;
		width: 350px;
		width: 320px;
  padding: 0px 0px 0px 0px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.prv_exa_himg {
	box-sizing: border-box;
		width: 280px;
		width: 240px;
  padding: 0px 0px 0px 0px;
	margin: 0 0;
	position: relative;
	z-index: 3;
}
.prv_exa_icn {
	box-sizing: border-box;
	width: 148px;
  padding: 0px 0px 0px 0px;
	margin: 0 0;
	position: relative;
	position: absolute;
	z-index: 3;
	top:-30px;
	right:20px;
}

.prv_exa_cpb {
	box-sizing: border-box;
	width: 240px;
	height: 158px;
		font-size: 16px;
	color:#4d4d4d;
	text-align: center;
	font-weight: bold;
	line-height: 1.4em;
	background: url(../images/prv_exa_bwaku.png) no-repeat center top;
	margin: 0 0 0 0;
	padding: 60px 0px 0px 0px;
	position: relative;
	position: absolute;
	z-index: 10;
	top:195px;
	left:0px;
}
.prv_exa_cpa {
	box-sizing: border-box;
	width: 240px;
	height: 120px;
	font-size: 16px;
	color:#4d4d4d;
	text-align: center;
	font-weight: bold;
	line-height: 1.4em;
	background: url(../images/prv_exa_awaku.png) no-repeat center top;
	margin: 0 0 0 0;
	padding: 12px 0px 0px 0px;
	position: relative;
	position: absolute;
	z-index: 10;
	top:233px;
	left:0px;
}
}

.prv_exa_zu {
	clear:both;
	box-sizing: border-box;
	width: 1000px;
	padding: 40px 0px 50px 0px;
	background-color: #fff;
	margin: 0px auto 40px auto;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #4dcbff;
	overflow:hidden;
}
.prv_exa_zu img {
	max-width: 100%;
 height:auto;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
}
.prv_exa_zu_ttl {
	font-size: 25px;
	color:#333;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 55px auto;
	overflow:hidden;
}
.prv_exa_zu_img {
	max-width: 900px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	overflow:hidden;
}

@media only screen and (max-width: 768px) {
.prv_exa_zu {
	clear:both;
		box-sizing: border-box;
		width: auto;
	max-width: 1000px;
	padding: 30px 15px 30px 15px;
	background-color: #fff;
	margin: 0px auto 30px auto;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #4dcbff;
	overflow:hidden;
}
.prv_exa_zu img {
	max-width: 100%;
 height:auto;
margin:0px 0 0px 0;
padding: 0px 0px 0px 0px;
}
.prv_exa_zu_ttl {
	font-size: 20px;
	color:#333;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 30px auto;
	overflow:hidden;
}
.prv_exa_zu_img {
	max-width: 900px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	overflow:hidden;
}
}

.prv_exa_ttl2 {
	font-size: 24px;
	color:#015db2;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px 0px 0px 0px;
	margin: 0 0 40px 0;
	overflow:hidden;
}
.prv_exa_ssttl {
	font-size: 22px;
	color:#015db2;
	text-align: left;
	font-weight: bold;
  border-left: 4px solid #00b4ff;
  font-weight: bold;
  line-height: 1.5em;
	padding: 3px 0px 3px 12px;
	margin: 0 0 20px 0;
	overflow:hidden;
}
.prv_exa_cp2 {
	font-size: 17px;
	color:#333;
	text-align: left;
	font-weight: normal;
	line-height: 1.6em;
  padding: 0px 0px 0px 0px;
	margin: 0 0 50px 0;
	overflow:hidden;
}
.prv_exa_cp3 {
	font-size: 17px;
	color:#333;
	text-align: left;
	font-weight: normal;
	line-height: 1.6em;
  padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	overflow:hidden;
}

@media only screen and (max-width: 768px) {
.prv_exa_ttl2 {
	font-size: 20px;
	color:#015db2;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px 0px 0px 0px;
	margin: 0 0 30px 0;
	overflow:hidden;
}
.prv_exa_ssttl {
	font-size: 18px;
	color:#015db2;
	text-align: left;
	font-weight: bold;
  border-left: 4px solid #00b4ff;
  font-weight: bold;
  line-height: 1.5em;
	padding: 3px 0px 3px 10px;
	margin: 0 0 20px 0;
	overflow:hidden;
}
.prv_exa_cp2 {
	font-size: 15px;
	color:#333;
	text-align: left;
	font-weight: normal;
	line-height: 1.6em;
  padding: 0px 0px 0px 0px;
	margin: 0 0 30px 0;
	overflow:hidden;
}
.prv_exa_cp3 {
	font-size: 15px;
	color:#333;
	text-align: left;
	font-weight: normal;
	line-height: 1.6em;
  padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	overflow:hidden;
}
}
/* ポリポリ酸解決例 ここまで */

.p-prevention-spirion {
  position: relative;
}
.p-prevention-spirion::before {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  content: "";
}
.p-prevention-spirion__inner {
  max-width: 1140px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-spirion__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-spirion__inner {
    padding-bottom: 50px;
  }
}
.p-prevention-spirion__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
  background: url(../images/prevention_bg02.jpg) no-repeat center center/cover;
}
.p-prevention-spirion__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1EA0FF;
}
.p-prevention-spirion__head {
  max-width: 450px;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-prevention-spirion__head {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-spirion__head {
    margin-bottom: 30px;
  }
}
.p-prevention-spirion__head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  width: 43.5px;
  height: 1px;
  background-color: #1EA0FF;
}
@media only screen and (max-width: 430px) {
  .p-prevention-spirion__head::after {
    right: 0px;
  }
}
.p-prevention-spirion__head > img {
  margin-top: -28.5px;
}
.p-prevention-spirion__top {
  max-width: 910px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.p-prevention-spirion__text-blue {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #015DB2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-spirion__text-blue {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-spirion__text-blue {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.p-prevention-spirion__text-desc {
  font-family: var(--meiryo);
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-prevention-spirion__text-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-spirion__text-desc {
    font-size: 14px;
  }
}
.p-prevention-spirion__text-wrap-img {
  max-width: 350px;
  width: 100%;
}
.p-prevention-spirion__img {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.p-prevention-achievement__inner {
  max-width: 1040px;
}
.p-prevention-achievement__inner > .p-prevention-achievement__head {
  margin-bottom: 15px;
}
.p-prevention-achievement__wrap {
  margin-bottom: 88px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-achievement__wrap {
    gap: 50px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__wrap {
    margin-bottom: 50px;
  }
}
.p-prevention-achievement__head {
  font-family: var(--meiryo);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #015DB2;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-achievement__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__head {
    font-size: 22px;
  }
}
.p-prevention-achievement__left-list {
  padding-left: 17px;
  padding-right: 6px;
}
.p-prevention-achievement__left-item {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 25px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__left-item {
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
  }
}
.p-prevention-achievement__left-item:nth-of-type(odd) {
  background-color: #D2ECFF;
}
.p-prevention-achievement__left-item:nth-of-type(even) {
  background-color: #EBEBEB;
}
.p-prevention-achievement__left-item::before {
  content: "";
  background: url(../images/roundcheck.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__left-item::before {
    width: 25px;
    height: 25px;
  }
}
.p-prevention-achievement__left-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: -6px;
  border-right: 2px solid #0096FF;
  border-bottom: 2px solid #0096FF;
}
.p-prevention-achievement__left, .p-prevention-achievement__right {
  max-width: 470px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-prevention-achievement__left, .p-prevention-achievement__right {
    max-width: 100%;
    width: 100%;
  }
}
.p-prevention-achievement__desc {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__desc {
    font-size: 14px;
  }
}
.p-prevention-achievement__annotation {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.5;
  text-align: right;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__annotation {
    font-size: 14px;
  }
}
.p-prevention-achievement__item {
  border: 1px solid #ADADAE;
  padding: 10px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  flex-direction: row;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__item {
    flex-direction: column;
  }
}
.p-prevention-achievement__item:last-of-type {
  margin-bottom: 0;
  background-color: #DDF1FF;
}
.p-prevention-achievement__item:last-of-type .p-prevention-achievement__item-head {
  color: #0062AC;
}
.p-prevention-achievement__item-text-wrap {
  width: 65%;
  max-width: 290px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-achievement__item-text-wrap {
    width: 70%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__item-text-wrap {
    width: 100%;
  }
}
.p-prevention-achievement__item-head {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-achievement__item-head {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__item-head {
    font-size: 16px;
  }
}
.p-prevention-achievement__item-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__item-desc {
    font-size: 14px;
  }
}
.p-prevention-achievement__item-img {
  max-width: 140px;
  width: 32%;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__item-img {
    width: 100%;
    max-width: 100%;
  }
}
.p-prevention-achievement__box {
  border: 1px solid #ADADAE;
  border-radius: 6px;
  padding: 35px 70px;
  background-color: #f9f9f9;
  margin-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-achievement__box {
    padding: 30px;
    flex-direction: row;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__box {
    padding: 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.p-prevention-achievement__box-img {
  margin-bottom: 10px;
  margin-top: -50px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-achievement__box-img {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__box-img {
    margin-top: 0;
  }
}
.p-prevention-achievement__box-left, .p-prevention-achievement__box-right {
  max-width: 424px;
  width: 49%;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__box-left, .p-prevention-achievement__box-right {
    width: 100%;
    max-width: 100%;
  }
}
.p-prevention-achievement__box-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__box-desc {
    font-size: 14px;
  }
}
.p-prevention-achievement__catch {
  font-family: var(--meiryo);
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0px;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 410px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-prevention-achievement__catch {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-achievement__catch {
    font-size: 18px;
  }
}
.p-prevention-achievement__catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
.p-prevention-achievement__catch::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(25deg);
}

.p-prevention-casing {
  position: relative;
}
.p-prevention-casing__inner {
  max-width: 1140px;
	padding-bottom: 200px;
	padding-bottom: 100px;
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-casing__inner {
		padding-bottom: 150px;
		padding-bottom: 100px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-casing__inner {
		padding-bottom: 100px;
		padding-bottom: 50px;
  }
}
.p-prevention-casing__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
  background: url(../images/prevention_bg03.jpg) no-repeat center center/cover;
}
.p-prevention-casing__head {
  font-family: var(--meiryo);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #015DB2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 20px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
  margin-bottom: 55px;
  margin-top: -65px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-casing__head {
    font-size: 28px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-casing__head {
    font-size: 22px;
  }
}
.p-prevention-casing__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #1EA0FF;
}
.p-prevention-casing__head::after {
  content: "";
  background: url(../images/hukidashi.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 30px;
}
.p-prevention-casing__text-desc {
  font-family: var(--meiryo);
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-prevention-casing__text-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-prevention-casing__text-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-prevention-casing__img {
  max-width: 540px;
  width: 100%;
}

.p-disinfectant-hero {
  background: url(../images/svs_hdimg.jpg) no-repeat center center/cover;
}

.p-disinfectant-intro__inner {
  max-width: 1140px;
  padding-top: 55px;
}
.p-disinfectant-intro__head-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  gap: 20px;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__head-wrap {
    flex-direction: column;
  }
}
.p-disinfectant-intro__head-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: 1;
}
.p-disinfectant-intro__head-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #AEAEAE;
}
@media only screen and (max-width: 1200px) {
  .p-disinfectant-intro__head-wrap::after {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__head-wrap::after {
    width: 100%;
  }
}
.p-disinfectant-intro__head {
  font-family: var(--vdl);
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__head {
    font-size: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__head {
    font-size: 26px;
  }
}
.p-disinfectant-intro__lead-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
@media only screen and (max-width: 1200px) {
  .p-disinfectant-intro__lead-wrap {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__lead-wrap {
    position: relative;
    transform: none;
  }
}
.p-disinfectant-intro__lead-text {
  position: relative;
  padding-left: 50px;
  font-family: var(--meiryo);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__lead-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__lead-text {
    font-size: 16px;
    height: 35px;
  }
}
.p-disinfectant-intro__lead-text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 40px;
  background: url(../images/top_service_icon04.svg) no-repeat center center/contain;
}
.p-disinfectant-intro__lead-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background: url(../images/wellwatercooler_bg01.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__lead-text::after {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__lead-text::after {
    right: auto;
    left: 100px;
    width: 60px;
    height: 60px;
  }
}
.p-disinfectant-intro__catch-wrap {
  position: relative;
}
.p-disinfectant-intro__catch-box {
  background: url(../images/wellwatercooler_head_bg01.svg) no-repeat center center/100% 100%;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 15px 10px 20px 10px;
  box-sizing: border-box;
  font-family: var(--vdl);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-box {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__catch-box {
    font-size: 20px;
  }
}
.p-disinfectant-intro__catch-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #00B4FF;
}
.p-disinfectant-intro__catch-head {
  font-family: var(--meiryo);
  font-size: 44px;
  font-weight: bold;
  line-height: 1.45;
  color: #0062AC;
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-head {
    font-size: 34px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__catch-head {
    font-size: 26px;
  }
}
.p-disinfectant-intro__catch-lead {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 600px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-lead {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__catch-lead {
    font-size: 20px;
  }
}
.p-disinfectant-intro__catch-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
.p-disinfectant-intro__catch-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #E50065;
  transform: rotate(25deg);
}
.p-disinfectant-intro__catch-img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-img {
    margin-bottom: 40px;
  }
}
.p-disinfectant-intro__catch-img > img {
  display: block;
  margin: 0 auto;
  max-width: 470px;
  width: 100%;
}
.p-disinfectant-intro__catch-img::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #AEAEAE;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-img::before {
    top: -15%;
  }
}
.p-disinfectant-intro__catch-img::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 25%;
  height: 2px;
  background: #00B4FF;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-img::after {
    top: -15%;
  }
}
.p-disinfectant-intro__catch-lead {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 auto;
  margin-bottom: 45px;
  max-width: 750px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-lead {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-intro__catch-lead {
    font-size: 20px;
  }
}
.p-disinfectant-intro__catch-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  min-height: 80%;
  height: 100%;
  background-color: #E50065;
  transform: rotate(-25deg);
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-lead::before {
    transform: rotate(-20deg);
  }
}
.p-disinfectant-intro__catch-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  min-height: 80%;
  height: 100%;
  background-color: #E50065;
  transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-lead::after {
    transform: rotate(20deg);
  }
}
.p-disinfectant-intro__catch-bubble {
  right: -150px;
  top: -70px;
  font-size: 18px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-intro__catch-bubble {
    font-size: 16px;
  }
}
.p-disinfectant-intro__catch-bubble::after {
  transform: rotate(-30deg);
  left: -10px;
  bottom: 20px;
}

.p-disinfectant-about {
  position: relative;
}
.p-disinfectant-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
  background: url(../images/disinfectant_bg01.jpg) no-repeat center center/cover;
}
.p-disinfectant-about__inner {
  max-width: 1140px;
  padding-bottom: 105px;
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__inner {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__inner {
    padding-bottom: 50px;
  }
}
.p-disinfectant-about__head {
  font-family: var(--meiryo);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #015DB2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 20px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
  margin-bottom: 55px;
  margin-top: -65px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__head {
    font-size: 28px;
    margin-top: -50px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__head {
    font-size: 22px;
  }
}
.p-disinfectant-about__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #1EA0FF;
}
.p-disinfectant-about__head::after {
  content: "";
  background: url(../images/hukidashi.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 30px;
}
.p-disinfectant-about__desc {
  font-family: var(--meiryo);
  font-size: 17px;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.p-disinfectant-about__annotation {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__annotation {
    font-size: 14px;
  }
}
.p-disinfectant-about__btn {
  display: block;
  max-width: 278px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__btn {
    margin-bottom: 40px;
  }
}
.p-disinfectant-about__box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__box {
    padding: 20px;
  }
}
.p-disinfectant-about__box-wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__box-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__box-wrap {
    margin-bottom: 30px;
  }
}
.p-disinfectant-about__box-wrap:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__box-wrap .u-flex {
    flex-direction: row;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__box-wrap .u-flex {
    flex-direction: column;
  }
}
.p-disinfectant-about__box-head {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  color: #003C78;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__box-head {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__box-head {
    font-size: 20px;
  }
}
.p-disinfectant-about__box-left, .p-disinfectant-about__box-right {
  width: 47%;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__box-left, .p-disinfectant-about__box-right {
    width: 100%;
  }
}
.p-disinfectant-about__table-img {
  overflow-x: scroll;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__table-img > img {
    min-width: 600px;
  }
}
.p-disinfectant-about__box-img {
  margin-bottom: 15px;
}
.p-disinfectant-about__box-blue {
  font-family: var(--meiryo);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #0096FF;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-about__box-blue {
    font-size: 16px;
  }
}
.p-disinfectant-about__box-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-about__box-desc {
    font-size: 14px;
  }
}

.p-disinfectant-device {
  background-color: #E8F8FF;
}
.p-disinfectant-device__inner {
  max-width: 1140px;
  padding-bottom: 100px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__inner {
    padding-bottom: 50px;
  }
}
.p-disinfectant-device__head {
  font-family: var(--meiryo);
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  background: #0096FE;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  min-height: 57px;
  height: auto;
  max-width: 480px;
  width: 100%;
  padding: 12px 75px 12px 36px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
  margin-top: -60px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__head {
    font-size: 23px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__head {
    margin-bottom: 30px;
    font-size: 21px;
    padding: 12px 40px 12px 36px;
  }
}
.p-disinfectant-device__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  background: #fff;
}
.p-disinfectant-device__title {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  color: #003C78;
  height: 58px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__title {
    font-size: 20px;
  }
}
.p-disinfectant-device__title::after {
  background: #00B4FF;
}
.p-disinfectant-device__left, .p-disinfectant-device__right {
  max-width: 470px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__left, .p-disinfectant-device__right {
    max-width: 100%;
  }
}
.p-disinfectant-device__left-img, .p-disinfectant-device__right-img {
  margin-bottom: 15px;
}
.p-disinfectant-device__left-text, .p-disinfectant-device__right-text {
  font-family: var(--meiryo);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #0096FF;
  margin-bottom: 15px;
}
.p-disinfectant-device__table {
  width: 100%;
  margin-bottom: 15px;
  table-layout: fixed;
}
.p-disinfectant-device__table:last-child {
  margin-bottom: 0;
}
.p-disinfectant-device__table th, .p-disinfectant-device__table td {
  text-align: left;
  border: 1px solid #acacac;
  background-color: #fff;
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__table th, .p-disinfectant-device__table td {
    font-size: 15px;
  }
}
.p-disinfectant-device__table th {
  background-color: #C7E8FF;
}
.p-disinfectant-device__right-annotation {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__right-annotation {
    font-size: 14px;
  }
}
.p-disinfectant-device__text {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__text {
    font-size: 14px;
  }
}
.p-disinfectant-device__box-img {
  overflow-x: scroll;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__box-img > img {
    min-width: 600px;
  }
}
.p-disinfectant-device__wrap {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__wrap {
    margin-bottom: 50px;
  }
}
.p-disinfectant-device__wrap:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__wrap .u-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__wrap:nth-of-type(4) .u-flex {
    flex-direction: column;
  }
}
.p-disinfectant-device__table2-wrap {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__table2-wrap {
    overflow-x: scroll;
  }
}
.p-disinfectant-device__table2 {
  table-layout: fixed;
}
.p-disinfectant-device__table2 th, .p-disinfectant-device__table2 td {
  border: 1px solid #acacac;
  background-color: #fff;
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__table2 th, .p-disinfectant-device__table2 td {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__table2 th, .p-disinfectant-device__table2 td {
    font-size: 14px;
  }
}
.p-disinfectant-device__table2 th:nth-child(1), .p-disinfectant-device__table2 td:nth-child(1) {
  width: 140px;
}
.p-disinfectant-device__table2 th:nth-child(2), .p-disinfectant-device__table2 td:nth-child(2) {
  width: 220px;
}
.p-disinfectant-device__table2 th:nth-child(3), .p-disinfectant-device__table2 td:nth-child(3) {
  width: 90px;
}
.p-disinfectant-device__table2 th:nth-child(4), .p-disinfectant-device__table2 td:nth-child(4) {
  width: 120px;
}
.p-disinfectant-device__table2 th:nth-child(5), .p-disinfectant-device__table2 td:nth-child(5) {
  width: 60px;
}
.p-disinfectant-device__table2 th:nth-child(6), .p-disinfectant-device__table2 td:nth-child(6) {
  width: 320px;
}
.p-disinfectant-device__table2 th:nth-child(7), .p-disinfectant-device__table2 td:nth-child(7) {
  width: 50px;
}
.p-disinfectant-device__table2 th {
  background-color: #C7E8FF;
  font-weight: bold;
  font-size: 16px;
}
.p-disinfectant-device__table2 td:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.p-disinfectant-device__table2 td:nth-child(6) {
  text-align: left;
}
.p-disinfectant-device__table2 tr {
  width: 100%;
}
.p-disinfectant-device__table2 tr:nth-child(2) td:nth-child(1) {
  background-color: #00B4FF;
  color: #fff;
}
.p-disinfectant-device__lead-wrap {
  display: flex;
  gap: 45px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.p-disinfectant-device__lead-wrap::after {
  background-color: #0096FF;
}
.p-disinfectant-device__lead {
  font-family: var(--meiryo);
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  color: #0096FF;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__lead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__lead {
    font-size: 16px;
  }
}
.p-disinfectant-device__lead-desc {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__lead-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__lead-desc {
    font-size: 14px;
  }
}
.p-disinfectant-device__lead-img {
  max-width: 544px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__table3-wrap {
    overflow-x: scroll;
  }
}
.p-disinfectant-device__table3 {
  max-width: 500px;
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__table3 {
    max-width: 100%;
  }
}
.p-disinfectant-device__table3:last-child {
  margin-bottom: 0;
}
.p-disinfectant-device__table3 th, .p-disinfectant-device__table3 td {
  border: 1px solid #acacac;
  background-color: #fff;
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 135px;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__table3 th, .p-disinfectant-device__table3 td {
    font-size: 14px;
  }
}
.p-disinfectant-device__table3 th:last-of-type, .p-disinfectant-device__table3 td:last-of-type {
  width: 95px;
}
.p-disinfectant-device__table3 th {
  font-weight: bold;
  background-color: #C7E8FF;
}
.p-disinfectant-device__table3 td {
  padding: 15px 20px;
}
.p-disinfectant-device__text-wrap-blue {
  font-family: var(--meiryo);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #0D9AFE;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-device__text-wrap-blue {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__text-wrap-blue {
    font-size: 16px;
  }
}
.p-disinfectant-device__text-wrap-desc {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-device__text-wrap-desc {
    font-size: 14px;
  }
}
.p-disinfectant-device__text-wrap-desc:last-of-type {
  margin-bottom: 0;
}

.p-disinfectant-keep__inner {
  max-width: 1040px;
  padding-top: 80px;
	padding-bottom: 168px;
	padding-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__inner {
    padding-top: 60px;
		padding-bottom: 120px;
		padding-bottom: 68px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__inner {
    padding-top: 50px;
		padding-bottom: 80px;
		padding-bottom: 50px;
  }
}
.p-disinfectant-keep__title {
  font-family: var(--meiryo);
  font-size: 25px;
  font-weight: bold;
  color: #003C78;
  height: 58px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__title {
    font-size: 20px;
  }
}
.p-disinfectant-keep__title::after {
  background: #00B4FF;
}
.p-disinfectant-keep__text-blue {
  font-family: var(--meiryo);
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #0096FF;
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__text-blue {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__text-blue {
    font-size: 16px;
  }
}
.p-disinfectant-keep__text-wrap {
  margin-bottom: 40px;
}
.p-disinfectant-keep__desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__desc {
    font-size: 14px;
  }
}
.p-disinfectant-keep__desc:last-of-type {
  margin-bottom: 0;
}
.p-disinfectant-keep__left {
  width: 57%;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__left {
    width: 100%;
  }
}
.p-disinfectant-keep__left .p-disinfectant-keep__img {
  max-width: 577px;
  width: 100%;
}
.p-disinfectant-keep__right {
  width: 36%;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__right {
    width: 100%;
  }
}
.p-disinfectant-keep__right .p-disinfectant-keep__desc {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__right .p-disinfectant-keep__desc {
    margin-bottom: 20px;
  }
}
.p-disinfectant-keep__text-orange {
  font-family: var(--meiryo);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__text-orange {
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__text-orange {
    font-size: 16px;
  }
}
.p-disinfectant-keep__wrap {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__wrap {
    margin-bottom: 50px;
  }
}
.p-disinfectant-keep__wrap:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__wrap > .u-flex {
    gap: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__wrap > .u-flex {
    gap: 40px;
  }
}
.p-disinfectant-keep__box {
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #EBF9FF;
  border: 1px solid #66C0FF;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__box {
    padding: 20px;
  }
}
.p-disinfectant-keep__box-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__box-desc {
    font-size: 15px;
  }
}
.p-disinfectant-keep__box-desc:nth-of-type(1), .p-disinfectant-keep__box-desc:nth-of-type(2) {
  position: relative;
  padding-bottom: 20px;
}
.p-disinfectant-keep__box-desc:nth-of-type(1)::after, .p-disinfectant-keep__box-desc:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4CCAFF;
}
.p-disinfectant-keep__desc-wrap {
  display: flex;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__desc-wrap {
    flex-direction: column;
  }
}
.p-disinfectant-keep__desc-label {
  white-space: nowrap;
}
.p-disinfectant-keep__img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__img-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__img-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.p-disinfectant-keep__img-wrap .p-disinfectant-keep__img {
  width: 100%;
  display: flex;
  align-items: center;
}
.p-disinfectant-keep__img-wrap .p-disinfectant-keep__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-disinfectant-keep__table {
  width: 100%;
  table-layout: fixed;
}
.p-disinfectant-keep__table th, .p-disinfectant-keep__table td {
  border: 1px solid #acacac;
  background-color: #fff;
  font-weight: bold;
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .p-disinfectant-keep__table th, .p-disinfectant-keep__table td {
    font-size: 14px;
    padding: 10px 10px;
  }
}
.p-disinfectant-keep__table th:nth-of-type(1), .p-disinfectant-keep__table td:nth-of-type(1) {
  max-width: 448px;
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__table th:nth-of-type(1), .p-disinfectant-keep__table td:nth-of-type(1) {
    max-width: 100%;
  }
}
.p-disinfectant-keep__table th:nth-of-type(2), .p-disinfectant-keep__table th:nth-of-type(3), .p-disinfectant-keep__table td:nth-of-type(2), .p-disinfectant-keep__table td:nth-of-type(3) {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__table th:nth-of-type(2), .p-disinfectant-keep__table th:nth-of-type(3), .p-disinfectant-keep__table td:nth-of-type(2), .p-disinfectant-keep__table td:nth-of-type(3) {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .p-disinfectant-keep__table th:nth-of-type(2), .p-disinfectant-keep__table th:nth-of-type(3), .p-disinfectant-keep__table td:nth-of-type(2), .p-disinfectant-keep__table td:nth-of-type(3) {
    width: 70px;
  }
}
.p-disinfectant-keep__table th {
  background-color: #C7E8FF;
}

.p-about-hero {
  background: url(../images/about_bg01.jpg) no-repeat center center/cover;
}

.p-about-intro__inner {
  max-width: 1140px;
  padding-top: 70px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 430px) {
  .p-about-intro__inner {
    padding-bottom: 75px;
  }
}
.p-about-intro__img {
  max-width: 121px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-about-intro__img {
    margin-bottom: 20px;
  }
}
.p-about-intro__img-lead {
  font-family: var(--vdl);
  font-size: 22px;
  font-weight: bold;
  color: #0071BE;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-about-intro__img-lead {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-intro__img-lead {
    font-size: 18px;
  }
}
.p-about-intro__title {
  font-family: var(--meiryo);
  font-size: 44px;
  line-height: 1.3;
  font-weight: bold;
  color: #0062AC;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-about-intro__title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-intro__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.p-about-intro__desc {
  font-family: var(--meiryo);
  font-size: 17px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-about-intro__desc {
    font-size: 16px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-intro__desc {
    font-size: 14px;
  }
}

.p-about-pillar {
  background: url(../images/about_bg02.jpg) no-repeat center center/cover;
  height: 100%;
  max-height: 534px;
}
@media only screen and (max-width: 768px) {
  .p-about-pillar {
    max-height: none;
    height: auto;
  }
}
.p-about-pillar__img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.p-about-pillar__img img {
  margin-top: -65px;
}

.p-about-support__inner {
  max-width: 1140px;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .p-about-support__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-support__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-about-support__head {
  font-family: var(--meiryo);
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #0062AC;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-about-support__head {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-support__head {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}
.p-about-support__head::after {
  content: "";
  background: url(../images/hukidashi.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 30px;
}
.p-about-support__desc {
  font-family: var(--meiryo);
  font-size: 17px;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-about-support__desc {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-support__desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.p-about-support__list {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.p-about-support__item {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
.p-about-support__item:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #AEAEAE;
}
.p-about-support__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #AEAEAE;
}
.p-about-support__item-wrap {
  display: flex;
  max-width: 650px;
  margin: 0 auto;
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .p-about-support__item-wrap {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.p-about-support__item-icon {
  max-width: 50px;
  width: 100%;
  margin: auto 0;
}
.p-about-support__item-title {
  font-family: var(--meiryo);
  font-size: 19px;
  font-weight: bold;
  max-width: 230px;
  width: 100%;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .p-about-support__item-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-support__item-title {
    font-size: 16px;
    max-width: 180px;
  }
}
.p-about-support__item-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.5;
  margin: auto 0;
  max-width: 260px;
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .p-about-support__item-desc {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-support__item-desc {
    font-size: 14px;
  }
}
.p-about-support__address {
  font-family: var(--meiryo);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .p-about-support__address {
    font-size: 16px;
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-support__address {
    font-size: 14px;
  }
}
.p-about-support__address span {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 430px) {
  .p-about-support__address span {
    font-size: 14px;
  }
}
.p-about-support__address-map > iframe {
  width: 100%;
}

.p-about-address__inner {
  max-width: 1140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .p-about-address__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-address__inner {
    padding-bottom: 50px;
  }
}
.p-about-address__head {
  font-family: var(--meiryo);
  font-size: 28px;
  color: #0062AC;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-about-address__head {
    font-size: 26px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-address__head {
    font-size: 24px;
  }
}
.p-about-address__head::before, .p-about-address__head::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0096FF;
}
.p-about-address__head::before {
  top: 0;
}
.p-about-address__head::after {
  bottom: 0;
}
.p-about-address__group {
  max-width: 910px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  gap: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-about-address__group {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .p-about-address__group {
    margin-bottom: 30px;
    padding: 0;
  }
}
.p-about-address__left {
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-about-address__left {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.p-about-address__right {
  max-width: 480px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-about-address__right {
    max-width: 100%;
    width: 100%;
  }
}
.p-about-address__right .p-about-address__item-head {
  min-height: 100px;
  height: auto;
}
.p-about-address__item {
  position: relative;
  padding: 10px 0;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 430px) {
  .p-about-address__item {
    gap: 20px;
  }
}
.p-about-address__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BBBBBB;
}
.p-about-address__item:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BBBBBB;
}
.p-about-address__item-head {
  font-family: var(--meiryo);
  font-size: 16px;
  background-color: #EBEBEB;
  display: inline-block;
  box-sizing: border-box;
  padding: 7px;
  width: 100px;
  min-width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 430px) {
  .p-about-address__item-head {
    font-size: 14px;
    min-width: 80px;
    width: 80px;
  }
}
.p-about-address__item-desc {
  font-family: var(--meiryo);
  font-size: 16px;
  line-height: 1.75;
  margin: auto 0;
}
@media only screen and (max-width: 430px) {
  .p-about-address__item-desc {
    font-size: 14px;
  }
}
.p-about-address__desc {
  font-family: var(--meiryo);
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .p-about-address__desc {
    font-size: 14px;
  }
}
.p-about-address__btn {
  max-width: 240px;
  margin: 0 auto;
}

.l-header {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  background: #fff;
}
.l-header__inner {
  max-width: 1240px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-header__inner {
    flex-direction: column;
  }
}
.l-header__left {
  margin: 0px 0% 0px -100%;
  padding: 0px 0px 0px 100%;
  background-color: #015db2;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  .l-header__left {
    margin: 0px -100% 0px -100%;
    padding: 0px 100px 0px 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.l-header__right {
  margin: auto 0;
  padding: 20px 0;
}
.l-header__contents {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header__contents {
    gap: 10px;
  }
}
.l-header__contents form {
  position: absolute;
  right: 0;
  display: inherit;
}
.l-header__contents form input {
  width: 30px;
  height: 30px;
  border: 1px solid #939393;
  border-radius: 2px;
  transition-duration: 400ms;
  transition-property: width, background;
  transition-timing-function: ease;
  padding: 4px 10px 4px;
  background: url(../images/search.svg) no-repeat center/13px 17px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2em;
  box-sizing: border-box;
}
.l-header__contents form input:focus {
  width: 200px;
  padding: 4px 10px 4px 28px;
  background: url(../images/search.svg) no-repeat 10px center/13px 17px;
  background-color: #fff;
}
.l-header__text {
  font-family: var(--hiragino);
  font-size: 12px;
  margin: auto 0;
  margin-right: 17px;
  white-space: nowrap;
}
@media only screen and (max-width: 430px) {
  .l-header__text {
    margin-bottom: 5px;
  }
}
.l-header__number {
  font-family: var(--shingo);
  font-size: 23px;
  font-weight: bold;
  color: #1DA1F2;
  white-space: nowrap;
  position: relative;
  margin: auto 0;
  margin-right: 50px;
  padding-left: 20px;
}
@media only screen and (max-width: 430px) {
  .l-header__number {
    margin-bottom: 5px;
  }
}
.l-header__number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 19px;
}
.l-header__text-bold {
  white-space: nowrap;
  font-family: var(--hiragino);
  font-size: 15px;
  font-weight: 600;
  margin: auto 0;
  padding-left: 25px;
  padding-right: 50px;
  position: relative;
}
.l-header__text-bold::before {
  position: absolute;
  content: ">>";
  font-size: 18px;
  font-family: Hiragino Sans, sans-serif;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1DA1F2;
}
@media only screen and (max-width: 574px) {
.l-header__text-bold {
    display: none;
  }
}

.l-header__text-bold2 {
display: none;
}
@media only screen and (max-width: 574px) {
.l-header__text-bold2 {
    display: block;
	}
.l-header__text-bold2 {
  white-space: nowrap;
  font-family: var(--hiragino);
  font-size: 15px;
  font-weight: 600;
		margin: auto 0;
		margin: 20px 0 0 0;
  padding-left: 25px;
	padding-right: 0px;
		position: relative;
		overflow:hidden;
}
.l-header__text-bold2::before {
  position: absolute;
  content: ">>";
  font-size: 18px;
  font-family: Hiragino Sans, sans-serif;
  left: 0;
		top: 50%;
  transform: translateY(-50%);
  color: #1DA1F2;
}
}

.l-header__logo {
  max-width: 516px;
  width: 100%;
  line-height: 0;
}
.l-header__menu {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background: linear-gradient(#edf8ff, #d6eeff);
  border-top: 1px solid #015db2;
  border-bottom: 1px solid #015db2;
  position: relative;
  z-index: 80;
}
.l-header__menu-inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0px auto;
  border-left: 0px solid #679ed1;
  line-height: 1.4em;
}
.l-header__menu-inner2026 {
  max-width: 1240px;
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0px auto;
  border-left: 0px solid #679ed1;
  line-height: 1.4em;
}
.l-header__nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  transition: 0.5s;
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  color: #4d4d4d;
}
@media only screen and (max-width: 574px) {
  .l-header__nav {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .l-header__nav {
    justify-content: center;
  }
}
.l-header__nav > li {
  max-width: 170px;
  width: 100%;
  border-right: 0px solid #679ed1;
  font-size: 16px;
  transition: 0s;
  margin: 0px;
  display: inline;
  position: relative;
  padding: 0px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .l-header__nav > li {
    max-width: 150px;
  }
}
.l-header__nav > li:hover {
  color: #fff;
  background-color: transparent;
}
.l-header__nav > li:hover > a {
  font-family: var(--sawarabi);
  color: #fff;
  color: #015db2;
  text-decoration: none;
}
.l-header__nav > li > a {
  font-family: var(--sawarabi);
  display: block;
  color: #4d4d4d;
  font-weight: bold;
  padding: 20px 0 20px 0;
  transition: all 0s ease-in;
}
@media only screen and (max-width: 768px) {
  .l-header__nav > li > a {
    padding: 10px 0;
  }
}
.l-header__dropdown-menu {
  width: 170%;
  display: none;
  position: absolute;
  z-index: 100;
  margin-left: 0px;
  margin-top: 0px;
  margin-left: -35%;
  padding: 0;
  background: #ecf7ff;
}
.l-header__dropdown-menu li {
  width: 100%;
}
.l-header__dropdown-menu li a {
  padding: 12px 0 12px 14px;
  margin: 0px;
  font-size: 15px;
  display: block;
  color: #555555;
  border-bottom: 1px solid #4e8ec9;
  text-align: center;
  padding: 11px 0 11px 0px;
  font-weight: bold;
}
.l-header__dropdown-menu li a:hover {
  color: #015db2;
  text-decoration: none;
}

/*ハンバーガーボタン*/
.el_humburger {
  box-sizing: border-box;
  display: none;
  z-index: 20;
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  padding-top: 0px;
  color: #000;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger_wrapper {
  display: inline-block;
  width: 42px;
  margin-bottom: 5px;
}

.spm_menu {
  margin-top: -5px;
  padding: 0px 0px 0px 0px;
  color: #ccc;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.el_humburger_text {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", "Helvetica Neue", "Arial", sans-serif;
  letter-spacing: 0.1em;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

.el_humburger span.el_humburger_bar {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto 9px;
  background: #000;
  transition: all 0.2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000;
  background: #fff;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  height: 4px;
  margin: 0 auto;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  box-sizing: border-box;
  display: none;
  z-index: 3;
  position: fixed;
  right: 0;
  width: 0px;
  height: 100%;
  padding-top: 100px;
  overflow: auto;
  transform: translateZ(0) translateX(0%);
  background-color: #fff;
  text-align: left;
  transition: all 600ms ease-out;
  will-change: transform;
}

.js_humburgerOpen .navi {
  width: 450px;
  /*transform:translateZ(0) translateX(0%);*/
}

.navi_item_sub {
  box-sizing: border-box;
  display: none;
}

.navi_item_sub > .navi_item {
  box-sizing: border-box;
  font-size: 16px;
  margin-left: 90px;
  margin-left: 0px;
  padding: 0 10px 10px 40px;
  padding: 0 10px 10px 30px;
  border-bottom: 1px solid #999;
}

.navi_item {
  margin-bottom: 28px;
  margin-bottom: 10px;
  margin-left: 90px;
  padding: 0 10px 10px 15px;
  border-bottom: 1px solid #999;
  font-size: 17px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", "Helvetica Neue", "Arial", sans-serif;
  white-space: nowrap;
  font-weight: bold;
}

.navi_item.op_innerLink {
  cursor: pointer;
}

@media (max-width: 574px) {
  .el_humburger {
    display: block;
    z-index: 99999999;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding-top: 15px;
    background-color: #015db2;
  }
  #factory .el_humburger {
    display: none;
  }
  .el_humburger_wrapper {
    width: 30px;
    margin-bottom: 5px;
  }
  .el_humburger_text {
    padding-top: 2px;
    font-size: 10px;
  }
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
  }
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
  .el_humburger span.el_humburger_bar {
    top: 0;
    left: 0;
    background: #000;
    background: #fff;
  }
  .navi {
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 0;
    padding: 100px 0% 0;
  }
  .js_humburgerOpen .navi {
    width: 100%;
    width: 50%;
    width: 300px;
    padding: 100px 0% 0;
  }
  .navi_inner {
    padding: 0 20px 0;
    padding: 0 0px 0;
  }
  .navi_item {
    margin-left: 0;
    font-size: 17px;
  }
  .navi_item a {
    display: inline-block;
    width: 60px;
    color: #333;
    vertical-align: middle;
    transition: 0.3s;
  }
  .navi_item a:hover {
    color: #015db2;
  }
  .navi_item span {
    display: inline-block;
    margin: 0 0 0 140px;
    vertical-align: middle;
  }
  .navi_item a img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: -8px 0 0;
    vertical-align: middle;
  }
}
.l-footer-contact__inner {
  max-width: 1140px;
  margin-bottom: -110px;
}
.l-footer-contact__head-wrap {
  display: flex;
  background-color: #C7E7FF;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: -35px;
}
@media only screen and (max-width: 768px) {
  .l-footer-contact__head-wrap {
    flex-direction: column;
    background-color: inherit;
  }
}
.l-footer-contact__head-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 2px;
  height: 100%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer-contact__head-wrap::after {
    content: none;
  }
}
.l-footer-contact__head {
  max-width: 465px;
}
.l-footer-contact__head-lead {
  font-family: var(--hiragino);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #0071BE;
  margin: auto 0;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .l-footer-contact__head-lead {
    max-width: 465px;
    box-sizing: border-box;
    padding: 20px 75px 20px 36px;
    background-color: #C7E7FF;
    position: relative;
  }
  .l-footer-contact__head-lead::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 2px;
    height: 100%;
    background: #fff;
  }
}
@media only screen and (max-width: 430px) {
  .l-footer-contact__head-lead {
    padding: 10px 75px 10px 36px;
  }
}
.l-footer-contact__content-inner {
  background-color: #fff;
  box-sizing: border-box;
  border-top: 2px solid #0098E6;
  border-bottom: 2px solid #0098E6;
  padding: 60px 20px 35px;
  position: relative;
}
.l-footer-contact__content-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.l-footer-contact__content-wrap::after {
  content: "";
  position: absolute;
  background: #0098E6;
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .l-footer-contact__content-wrap::after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-contact__content-wrap {
    flex-direction: column;
  }
}
.l-footer-contact__content-left {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-footer-contact__content-left {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .l-footer-contact__content-left::after {
    content: "";
    position: absolute;
    background: #0098E6;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
  }
}
.l-footer-contact__content-head {
  font-family: var(--hiragino);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.l-footer-contact__content-head::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #00B4FF;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-footer-contact__content-head::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  background-color: #00B4FF;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.l-footer-contact__content-number {
  font-family: var(--shingo);
  font-size: 34px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  color: #1DA1F2;
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .l-footer-contact__content-number {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .l-footer-contact__content-number {
    font-size: 26px;
    padding-left: 20px;
  }
}
.l-footer-contact__content-number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/phone.svg) no-repeat center/contain;
  width: 23px;
  height: 30px;
}
@media only screen and (max-width: 430px) {
  .l-footer-contact__content-number::before {
    width: 20px;
    height: 20px;
  }
}
.l-footer-contact__content-text {
  font-family: var(--hiragino);
  font-size: 15px;
}
.l-footer-contact__content-right {
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-footer-contact__content-right {
    margin: 0 auto;
  }
}
.l-footer-contact__content-right .l-footer-contact__content-text {
  margin-bottom: 10px;
}
.l-footer-contact__content-btn {
  max-width: 320px;
  border-radius: 3px;
  padding: 13px 10px;
}
.l-footer-contact__content-btn::after {
  content: none;
}

.l-footer {
  background: #DDF1FF;
  border-top: 2px solid #A0D7FF;
  border-bottom: 2px solid #A0D7FF;
  padding-top: 160px;
  padding-bottom: 60px;
}
.l-footer__inner {
  max-width: 980px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .l-footer__inner {
    justify-content: center;
  }
}
.l-footer__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
  max-height: 150px;
  flex-wrap: wrap;
}
.l-footer__list2026 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
  max-height: 110px;
  flex-wrap: wrap;
}
.l-footer__list2026 li.l-footer__item {
  position: relative;
  font-family: var(--meiryo);
  font-size: 15px;
  margin: 8px 0 !important;
  width: auto;
  height: 10%;
}
@media only screen and (max-width: 768px) {
  .l-footer__list {
    display: none;
  }
    .l-footer__list2026 {
    display: none;
  }
}
.l-footer__item {
  position: relative;
  font-family: var(--meiryo);
  font-size: 15px;
  margin: 5px 0;
  width: auto;
  height: 10%;
}
.l-footer__item:nth-of-type(1), .l-footer__item:nth-of-type(2), .l-footer__item:nth-of-type(3), .l-footer__item:nth-of-type(4), .l-footer__item:nth-of-type(5), .l-footer__item:nth-of-type(6) {
  width: 300px;
}

.l-footer__about-img {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.l-footer__about-wrap {
  gap: 20px;
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  .l-footer__about-wrap {
    max-width: 100%;
    flex-direction: row;
    display: flex;
  }
}
@media only screen and (max-width: 430px) {
  .l-footer__about-wrap {
    flex-direction: column;
  }
}
.l-footer__about-address-title {
  font-family: var(--meiryo);
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .l-footer__about-address-wrap {
    margin: 0 auto;
  }
}
.l-footer__about-address {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.4;
}
.l-footer__about-address-tel {
  font-family: var(--meiryo);
  font-size: 15px;
  line-height: 1.4;
}

.l-footer-copyright__wrap {
  background: #fff;
  padding: 20px;
}
.l-footer-copyright__text {
  font-family: var(--hiragino);
  font-size: 14px;
  text-align: center;
}

.post-edit-link {
  position: fixed;
  z-index: 100;
  right: 25px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0071BE;
  border-radius: 50%;
}

.p-news-content__desc img{
  max-width: 100%;
  width: auto;
}
.wp-caption, .alignnone{
	max-width: 100%;
}

.p-news-content__desc .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.p-news-content__desc .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.p-news-content__desc .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.p-news-content__desc .alignnone {
	display: inline;
	margin-right: 0em;
}
.p-news-content__desc .wp-caption-text{
  margin-top: 0;
  margin-bottom: 0;
}

.faq-pretty .faq-answer {
  padding-bottom: 21px;
}