/*----------------------------------------------
	Common
---------------------------------------------*/
.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  background-color: #ebf2f8;
  box-sizing: border-box;
  min-width: 1000px;
  width: 100%;
}

.f_main {
  font-size: 16px;
}

.f_main.f_main-menoshita {
  color: #000;
}

.l_wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 110px 50px;
  position: relative;
  width: 100%;
}

.l_wrapper p {
  line-height: 1.7;
  margin-bottom: 0;
}

.l_wrapper.l_wrapper-secondary {
  margin: 0 auto;
  max-width: 895px;
  padding: 0 162.5px;
}

/*----------------------------------------------
	hydrorelease page
---------------------------------------------*/
/* Section Common */
.p_sec {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.p_sec__block {
  min-height: 232px;
  padding-bottom: 9px;
  padding-left: 395px;
  position: relative;
}

.p_sec__block.one {
  padding-bottom: 30px;
}

.p_sec__block img {
  left: 0;
  position: absolute;
  top: 9px;
  width: auto;
}

.p_sec__head {
  color: #0085ce;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 21px;
}

.p_sec__head span {
  display: block;
}

.p_sec__subhead img {
  left: auto;
  position: relative;
  top: -2px;
}

.l_wrapper p.p_sec__txt {
  line-height: 2;
  margin-bottom: 0;
}

/* Section Banner
------------------------------------------------------ */
.p_banner {
  height: 550px;
  position: relative;
  background: url(../images/hydrorelease_bg.webp) no-repeat center center/cover;
  padding-top: 170px;
  box-sizing: border-box;
}

.p_banner__img {
  width: 912px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  transition: 0.7s;
  opacity: 0;
  transform: translateX(585px);
}
.p_banner__img.anim {
  transform: translateX(385px);
  opacity: 1;
}
.p_banner__img img.pcnone {
  display: none;
}

.p_banner__box {
  max-width: 1000px;
  margin: 0 auto;
  transition: 0.5s;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translateY(10px);
}
.p_banner__box.anim {
  transform: none;
  opacity: 1;
}

.p_banner__ttl {
  color: #fff;
  font-size: 32px;
  font-family: serif;
  font-weight: 300;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p_banner__ttl span {
  font-size: 60px;
}
.p_banner__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 210px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2000px;
  height: 215px;
  background: linear-gradient(to left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 240px, rgb(0, 134, 206) 100%);
}

/* section 00
------------------------------------------------------ */
.f_sec00 .l_wrapper {
  padding-top: 40px;
}

.p_sec00__txt {
  font-weight: 300;
  line-height: 1.75;
  color: #1A1A1A;
}

.p_sec00__box {
  position: relative;
  margin-top: 60px;
  padding: 35px 45px 39px;
  border: 20px solid #EBF2F8;
}
.p_sec00__box_ttl {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #1184CA;
}
.p_sec00__box_list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px 20px;
}
.p_sec00__box_list_item {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  box-sizing: border-box;
  min-height: 35px;
  width: calc((100% - 20px)/2);
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  color: #1A1A1A;
}
.p_sec00__box_list_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 27px;
  height: 29px;
  background: url("../images/icon-checkbox.png") center / contain no-repeat;
}
.p_sec00__box_img {
  position: absolute;
  z-index: 1;
  top: -56px;
  right: 0;
  width: 560px;
}

/* Section 01
------------------------------------------------------ */
.p_sec01 {
  margin-top: 40px;
}

.p_sec01__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p_sec01__card {
  max-width: 230px;
  display: flex;
  flex-direction: column-reverse;
}
.p_sec01__card_body {
  display: flex;
  justify-content: center;
  padding: 20px;
  color: #fff;
  background: #0085ce;
}
.p_sec01__card_list_item {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.p_sec01__card_list_item::before {
  content: "●";
}
.p_sec01__card_img {
  width: 230px;
}

.p_sec01__box {
	padding: 35px 30px 24px;
	background-color: #fff;
	border: 4px solid #0085ce;
	position: relative;
	margin-bottom: 0;
  margin-top: 70px;
}
.p_sec01__box::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url(../images/bikkuri.webp) no-repeat center center / contain;
	transform: translateY(-50%);
}
.p_sec01__box .ttl {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin-top: 0;
	margin-bottom: 18px;
}
.p_sec01__box .ttl span {
	color: #0085ce;
}
.p_sec01__box .txt {
  max-width: 866px;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 auto;
}

/* section 02
------------------------------------------------------ */
.p_sec02 {
  margin-top: 40px;
}

.p_sec02__row {
  display: flex;
  justify-content: space-between;
}
.p_sec02__col {
  counter-reset: 0;
  counter-increment: num;
}

.p_sec02__box {
  max-width: 480px;
}
.p_sec02__box_head {
  padding-top: 10px;
  padding-bottom: 30px;
  color: #1A1A1A;
  background: #e5f3fa;
  text-align: center;
}
.p_sec02__box_ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(50/24);
  text-align: center;
}
.p_sec02__box_ttl::before {
  display: inline-block;
  content: counter(num);
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-right: 5px;
  color: #fff;
  background: #0085ce;
  border-radius: 50%;
  vertical-align: middle;
}
.p_sec02__box_img {
  width: 380px;
  margin: 10px auto 0;
}
.p_sec02__box_body {
  padding: 18px 50px;
  color: #fff;
  background: #0085ce;
}
.p_sec02__box_txt {
  font-size: 16px;
  font-weight: 600;
}
/* Section 3 */
.f_sec03 .l_wrapper {
	padding-bottom: 60px;
}
.p_sec03__block {
	background: #f2f9fd;
	padding: 30px 0 30px;
}
.p_sec03__block .ttl {
	color: #0085ce;
	font-size: 24px;
	text-align: center;
	margin: 0 0 30px;
	font-weight: 700;
}
.p_sec03__block .list {
	display: flex;
	justify-content: center;
	gap: 48px;
	margin-bottom: 20px;
}
.p_sec03__block .item {
	position: relative;
}
.p_sec03__block._1 {
	margin-bottom: 24px;
}
.p_sec03__block._2 {
  margin-top: 30px;
	margin-bottom: 50px;
}
.p_sec03__block._1 .item {
	max-width: 250px;
	width: 100%;
}
.p_sec03__block._2 .item {
	max-width: 340px;
	width: 100%;
}
.p_sec03__block .item:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: solid 20px #0085ce;
	border-left: solid 17px transparent;
	border-right: solid 17px transparent;
	transform: rotate(-90deg);
	top: 0;
	bottom: 0;
	right: -42px;
	margin: auto;
}
.p_sec03__block .txt {
	color: #1a1a1a;
	font-size: 16px;
	max-width: 846px;
	margin: auto;
  text-align: center;
}
.p_sec03__box {
	padding: 35px 30px 24px;
	background-color: #fff;
	border: 4px solid #0085ce;
	position: relative;
	margin-bottom: 4px;
}
.p_sec03__box::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url(../images/bikkuri.webp) no-repeat center center / contain;
	transform: translateY(-50%);
}
.p_sec03__box .ttl {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin-top: 0;
	margin-bottom: 18px;
}
.p_sec03__box .ttl span {
	color: #0085ce;
}
.p_sec03__box .txt {
	font-size: 16px;
	margin: 0 auto;
	max-width: 867px;
}
p.p_sec03__btn {
	text-align: right;
	margin: 0;
}
.p_sec03__btn a {
	font-size: 16px;
	color: #1a1a1a;
	text-decoration: none;
}
.p_sec03__btn img {
	width: 20px;
	margin-right: 4px;
	transform: translateY(-3px);
}

/* Section 4 */
.p_sec04__box {
  margin-top: 50px;
  background-color: #e8e8e8;
  padding: 15px 30px 30px;
}

.p_sec04__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 15px;
  text-align: center;
}

.p_sec04__tbl {
  background-color: #fff;
  border-left: none;
  border-top: none;
  margin: 0;
}

.p_sec04__tbl tr {
  border-bottom: 1px dashed #aaa;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

.p_sec04__tbl tr:first-child {
  border-top: 10px solid #fff;
}

.p_sec04__tbl tr:last-child {
  border-bottom: 5px solid #fff;
}

.p_sec04__tbl th,
.p_sec04__tbl td {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 15px;
  vertical-align: top;
}

.p_sec04__tbl th {
  width: 160px;
  text-align: center;
}

.p_sec04__tbl td {
  padding-right: 0;
}

.p_sec04__tbl td small {
  font-size: 14px;
}

.p_sec04__tbl ul {
  width: 100%;
}

.p_sec04__tbl ul li {
  display: block;
  padding-left: 18px;
  position: relative;
}

.p_sec04__tbl ul li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 3px;
}

/* Section 6 */
.p_sec06__box {
  background-color: #f1f9fc;
  padding: 30px 50px;
}

.p_sec06__tbl {
  background-color: #fff;
  margin: 0 auto 5px;
}

.p_sec06__tbl th,
.p_sec06__tbl td {
  font-size: 20px;
  font-weight: 700;
  padding: 14px 0;
  text-align: center;
  vertical-align: middle;
}
.p_sec06__tbl th:nth-child(1),
.p_sec06__tbl td:nth-child(1) {
  width: 60%;
}

.p_sec06__tbl th {
  background-color: #0085ce;
  color: #fff;
}

.p_sec06__note {
  font-size: 16px;
  text-align: right;
}

.p_sec06__table_note {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

/*----------------------------------------------
	Media
---------------------------------------------*/
@media only screen and (max-width: 1220px) {
  /* .l_wrapper { width: 100%; } */
}
@media only screen and (max-width: 736px) {
  .wrapper {
    min-width: 100%;
  }
  .l_wrapper,
  .l_wrapper.l_wrapper-secondary {
    max-width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
  .l_wrapper p.p_sec__last2 {
    margin-bottom: 28px;
  }
  .f_main-menoshita .c_ttl {
    margin-left: 19px;
    margin-right: 19px;
  }
  .f_main-menoshita .p_content__subttl {
    margin: 0 19px 5px;
  }
  .f_main-menoshita .p_content__ttl {
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
  }
  /* .f_sec02 .l_wrapper,
  .f_sec03 .l_wrapper,
  .f_sec04 .l_wrapper, */
  .f_sec04 .l_wrapper {
    padding-bottom: 0;
  }
  .f_sec00 .l_wrapper {
    width: auto !important;
    padding: 0 19px 30px;
  }
  .f_sec06 .l_wrapper {
    width: auto !important;
    padding-left: 9px;
    padding-right: 9px;
  }

  /* section Banner（SP）
  ------------------------------------------------------ */
  .p_banner {
    background-image: url(../images/hydrorelease_bg_sp.webp);
    height: 88vw;
    padding-top: 52vw;
    padding-left: 5.1vw;
  }
  .p_banner__img {
    z-index: 1;
    width: 78.6vw;
    transform: translateX(30%);
    left: auto;
    margin: 0;
  }
  .p_banner__img.anim {
    transform: none;
  }
  .p_banner__img img.spnone {
    display: none;
  }
  .p_banner__img img.pcnone {
    display: block;
    height: 100%;
    max-width: none;
  }
  .p_banner__box {
    position: relative;
    z-index: 1;
  }
  .p_banner__ttl {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p_banner__ttl span {
    font-size: 6.4vw;
  }
  .p_banner__ttl::after {
    width: 68.8vw;
    height: 33.3vw;
    left: -5.1vw;
    right: auto;
    background: linear-gradient(to left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 20%);
  }

  /* Section Common ? */
  .p_sec {
    max-width: 100%;
  }
  .p_sec__block {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p_sec__block.one {
    padding-bottom: 0;
  }
  .p_sec__block img {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
  .p_sec__wrap {
    padding: 25px 19px 30px;
  }
  .p_sec__block.one .p_sec__wrap {
    padding-bottom: 25px;
    padding-top: 5px;
  }
  .p_sec__block.two .p_sec__wrap {
    padding-top: 5px;
  }
  .p_sec__img.one {
    padding-left: 19px;
  }
  .p_sec__img.two {
    padding-right: 19px;
  }
  .p_sec__head {
    font-size: 21px;
    letter-spacing: normal;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .p_sec__head span {
    display: none;
  }
  .p_sec__block.two .p_sec__head {
    text-align: right;
  }
  .l_wrapper p.p_sec__txt {
    line-height: 1.7;
  }

  /* Section 00（SP）
  ------------------------------------------------------ */
  .f_sec00 .l_wrapper {
    padding-top: 30px;
  }
  .p_sec00__txt {
    font-size: 16px;
  }
  .p_sec00__box {
    padding: 10px 12px 20px;
    border-width: 10px;
  }
  .p_sec00__box_ttl {
    font-size: 20px;
  }
  .p_sec00__box_list {
    width: fit-content;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 10px;
  }
  .p_sec00__box_list_item {
    width: 100%;
    font-size: 20px;
  }
  .p_sec00__box_img {
    top: -14.6vw;
    width: 40.8vw;
  }

  /* section 01（SP）
  ------------------------------------------------------ */
  .p_sec01 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p_sec01__row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .p_sec01__col {
    width: calc((100% - 20px)/2);
  }
  .p_sec01__card_img {
    width: 100%;
  }

  .p_sec01__card_body {
    padding: 10px;
  }
  .p_sec01__card_list_item {
    font-size: 15px;
  }

  .p_sec01__box {
    margin-top: 50px;
		padding: 32px 18px 26px;
	}
	.p_sec01__box .ttl {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 26px;
	}
	.p_sec01__box .txt {
		text-align: left;
	}

  /* section 02（SP）
  ------------------------------------------------------ */
  .p_sec02 {
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .p_sec02__row {
    align-items: center;
    flex-direction: column;
  }
  .p_sec02__col:not(:first-child) {
    margin-top: 10px;
  }

  .p_sec02__box_ttl {
    font-size: 18px;
    line-height: calc(35/18);
  }
  .p_sec02__box_ttl:before {
    margin-top: -5px;
    width: 35px;
    height: 35px;
  }
  .p_sec02__box_head {
    padding: 10px 12.5px 20px;
  }
  .p_sec02__box_img {
    width: 100%;
  }
  .p_sec02__box_body {
    padding: 18.5px 12.5px;
  }
  .p_sec02__box_txt {
    max-width: 380px;
  }
 /* section 3 */
  .p_sec03 {
		padding-bottom: 30px;
	}
	.p_sec03__block {
		margin-left: 19px;
		margin-right: 19px;
		padding: 16px 0 20px;
	}
	.p_sec03__block .ttl {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.p_sec03__block .list {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin-bottom: 14px;
	}

	.p_sec03__block._1 {
		margin-bottom: 10px;
	}
	.p_sec03__block._2 {
		margin-bottom: 40px;
	}
	.p_sec03__block .item:not(:last-child)::after {
		transform: none;
		top: auto;
		left: 0;
		right: 0;
		bottom: -25px;
	}
	.p_sec03__block._1 .item {
	}
	.p_sec03__block._2 .item {
		max-width: 300px;
	}
	.p_sec03__block .txt {
		padding: 0 13px;
	}
	.p_sec03__box {
		margin-left: 19px;
		margin-right: 19px;
		padding: 25px 13px 20px;
	}
	.p_sec03__box .ttl {
		font-size: 18px;
		line-height: 1.5;
	}
	p.p_sec03__btn {
		margin: 0 19px;
	}

  /* section 4 */
  .p_sec04__ttl {
    font-size: 16px;
    padding-bottom: 14px;
    letter-spacing: 0;
  }
  .p_sec04__box {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 13px 9px 20px;
    width: auto;
  }
  .p_sec04__tbl tr {
    border-left: 13px solid #fff;
    border-right: 13px solid #fff;
  }
  .p_sec04__tbl tr:first-child {
    border-top: none;
  }
  .p_sec04__tbl tr:last-child {
    border-bottom: none;
  }
  .p_sec04__tbl th,
  .p_sec04__tbl td {
    font-size: 13px;
    padding: 10px 5px;
  }
  .p_sec04__tbl th {
    min-width: auto;
    padding-left: 4px;
    padding-right: 4px;
    width: 60px;
  }
  .p_sec04__tbl td {
    padding-right: 0;
  }
  .p_sec04__tbl td small {
    font-size: 11px;
  }
  .p_sec04__tbl ul li {
    padding-left: 15px;
  }
  .p_sec04__tbl ul li:before {
    top: 8px;
  }

  /* section 6 */
  .p_sec06__box {
    margin: 0 10px 30px;
    padding: 10px 9px 5px;
  }
  .p_sec06__tbl {
    margin-bottom: 7px;
  }
  .p_sec06__tbl th,
  .p_sec06__tbl td {
    font-size: 13px;
  }
  .p_sec06__note {
    font-size: 13px;
  }
  
  .p_sec06__table_note {
    font-size: 13px;
  }
}



.dl-qa {
  margin: 0 auto 10px;
  max-width: 100%;
  padding: 0 50px;
}

.dl-qa dt {
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
  border: #d6d6d6 1px solid;
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
  padding: 15px 20px;
}

.dl-qa dt div {
  background: url("../images/icon-q.jpg") no-repeat;
  font-weight: 700;
  min-height: 50px;
  padding-left: 70px;
  line-height: 50px;
}

.dl-qa dd {
  background: url("../images/icon-a.jpg") no-repeat #fff;
  font-size: 18px;
  background-position: 20px 15px;
  border: #d6d6d6 1px solid;
  border-top: none;
  padding: 20px 70px 20px 90px;
  line-height: 1.8;
}

.accT {
  position: relative;
  cursor: pointer;
}

.accT:after {
  content: url("../images/icon-open.png");
  position: absolute;
  right: 20px;
  top: 20px;
}

.accT.open:after {
  content: url("../images/icon-close.png");
}

@media only screen and (max-width: 736px) {
  br.pcnone {
    display: inline !important;
  }
  .dl-qa {
    width: auto;
    padding: 0;
    margin: 0 19px;
    margin-bottom: 0;
  }
  .dl-qa dt {
    font-size: 18px;
    line-height: 1.5;
    padding: 9px 35px 13px 10px;
    background-color: #fafafa;
  }
  .dl-qa dt div {
    background-image: url("../images/icon-q-sp.jpg");
    min-height: 30px;
    padding-left: 40px;
    padding-top: 4px;
    line-height: 1.2;
  }
  .dl-qa dd {
    background-image: url("../images/icon-a-sp.jpg");
    background-position: 10px 9px;
    font-size: 16px;
    padding: 10px 25px 10px 50px;
    line-height: 1.5;
  }
  .accT:after {
    content: url("../images/icon-open-sp.png");
    right: 10px;
    top: 13px;
    width: auto;
    height: auto;
  }
  .accT.open:after {
    content: url("../images/icon-close-sp.png");
  }
  .f_sec07 .l_wrapper {
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=page-prp_zeppeki.css.map */