body {
  color: #4d4d4d;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  overflow-x: hidden;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  transition: all .3s;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.sp_only {
  display: none;
}

.inner {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 100%;
}

.txt_b {
  background: url(../img/txt_line.png) bottom center repeat-x;
  color: #ff931e;
}

.head {
  background: url(../img/head_bg.jpg) center 0 no-repeat;
  position: relative;
  z-index: 11;
  height: 60px;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 13px 1px rgba(0, 0, 0, 0.2);
}

.fv {
  background: url(../img/fv_bg.png) center 0 no-repeat;
  height: 2272px;
  position: relative;
  z-index: 10;
}

.fv .cta_wrap {
  text-align: center;
}

.fv .use_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fv .use_list li {
  position: relative;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 8px 4px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}

.fv .use_list li:nth-child(2) {
  margin: 0 2.5%;
}

.fv .use_list li:nth-child(4) {
  margin-right: 2.5%;
}

.fv .use_list .under_list {
  margin-top: 3.5%;
}

.fv .use_list li p {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}

.fv .use_list li:nth-child(3) p {
  font-size: 18px;
  top: 55%;
  line-height: 31px;
}

.fv .fv_check_wrap {
  position: relative;
  margin-top: 3%;
}

.fv .fv_check_wrap ul {
  width: 64.5%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 49%;
  left: 6.5%;
}

.fv .fv_check_wrap li {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  position: relative;
}

.fv .fv_check_wrap li::before {
  content: '';
  width: 30px;
  height: 24px;
  background: url(../img/fv_check.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  left: -35px;
  top: 51%;
  transform: translateY(-50%);
}

.fv .fv_check_wrap .txt_wrap {
  position: absolute;
  top: 67%;
  left: 9.5%;
  text-align: center;
}

.fv .fv_check_wrap .txt_wrap p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 2px;
}

.fv .fv_check_wrap .txt_wrap .txt02 {
  color: #ff931e;
  font-size: 36px;
}

.sec02 {
  background: url(../img/sec02_bg.jpg) center 0 no-repeat;
  height: 2695px;
  margin-top: -170px;
  padding-top: 145px;
  position: relative;
  z-index: 5;
}

.sec02 .inner {
  max-width: 950px;
}

.sec02 h3 {
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #4bbfd1;
}

.sec02 p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
}

.sec02 .sec02_flex {
  display: flex;
  justify-content: space-between;
}

.sec02 .sec02_flex li {
  width: 50%;
}

.sec02 .sec02_flex li:nth-child(2) {
  padding-left: 4%;
}

.sec02 .line_up {
	margin-top: 3%;
	margin-bottom: 6%;
	position: relative;
}


/********** 共通：精製水・アドブルースタイル **********/
.sec02 h4 {
	display: flex;
	justify-content: center;
	
	position: absolute;
	width: 100%;
	left: 0%;
	
	font-size: 30px;
}
.sec02 h4 span {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 300px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #4bbfd1;
}

/********** 精製水 **********/
.sec02 .line_up_seiseisui h4 {
	top: 29%;
}

/********** アドブルー **********/
.sec02 .line_up_adblue h4 {
	top: 65%;
}


.sec02 .line_up_txt01 {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 51%;
}

.sec02 .line_up_txt01 p {
  margin-top: 3%;
}

/********** 共通：ラインナップリスト **********/
.sec02 .line_up_txt02 {
  position: absolute;
  left: 62%;
}

/********** 精製水：ラインナップリスト **********/
.sec02 .line_up_seiseisui .line_up_txt02 {
  top: 37%;
}

/********** アドブルー：ラインナップリスト **********/
.sec02 .line_up_adblue .line_up_txt02 {
  top: 73%;
}

.sec02 .line_up_txt02 li {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.sec02 .line_up_txt02 li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.sec02 .line_up_txt02 li:nth-child(1)::before {
  background: url(../img/no01.png) center 0 no-repeat;
  background-size: contain;
}

.sec02 .line_up_txt02 li:nth-child(2)::before {
  background: url(../img/no02.png) center 0 no-repeat;
  background-size: contain;
}

.sec02 .line_up_txt02 li:nth-child(3)::before {
  background: url(../img/no03.png) center 0 no-repeat;
  background-size: contain;
}

.sec02 .line_up_txt02 li:nth-child(4)::before {
  background: url(../img/no04.png) center 0 no-repeat;
  background-size: contain;
}

.sec02 .line_up_txt02 li:nth-child(5)::before {
  background: url(../img/no05.png) center 0 no-repeat;
  background-size: contain;
}

.sec02 .line_up_txt02 li:nth-child(1)::before {
  background: url(../img/no01.png) center 0 no-repeat;
  background-size: contain;
}

.sec02 .line_up_txt02 li:nth-child(6)::before {
  background: url(../img/no06.png) center 0 no-repeat;
  background-size: contain;
}

.sec02 .line_up_txt02 li:nth-child(7)::before {
  background: url(../img/no07.png) center 0 no-repeat;
  background-size: contain;
}

.sec03 {
  background: url(../img/sec03_bg.jpg) center 0 no-repeat;
  height: 1694px;
}

.sec03 .inner {
  max-width: 950px;
}

.sec03 .example_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec03 .example_list li {
  position: relative;
  margin-top: 8%;
}

.sec03 .example_list li:nth-child(1),
.sec03 .example_list li:nth-child(2),
.sec03 .example_list li:nth-child(3) {
  margin-top: 0;
}

.sec03 .example_list li:nth-child(2), .sec03 .example_list li:nth-child(5), .sec03 .example_list li:nth-child(8) {
  margin-left: 6%;
  margin-right: 6%;
}

.sec03 .example_txt_wrap {
  text-align: center;
  position: relative;
  margin-top: 7%;
}

.sec03 .example_txt_wrap .example_txt {
  width: 100%;
  padding: 4% 0;
}

.sec03 .example_txt_wrap .example_txt::before, .sec03 .example_txt_wrap .example_txt::after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
}

.sec03 .example_txt_wrap .example_txt::before {
  border-left: solid 1.5px #9ce2d8;
  border-top: solid 1.5px #9ce2d8;
  border-bottom: solid 1.5px #9ce2d8;
  top: 0;
  left: 0;
}

.sec03 .example_txt_wrap .example_txt::after {
  border-right: solid 1.5px #9ce2d8;
  border-top: solid 1.5px #9ce2d8;
  border-bottom: solid 1.5px #9ce2d8;
  top: 0;
  right: 0;
}

.sec03 .example_txt_wrap h3 {
  color: #4bbfd1;
  line-height: 26px;
  font-size: 22px;
  letter-spacing: 1px;
}

.sec03 .example_txt_wrap p {
  line-height: 26px;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 1%;
}

.sec04 {
  background: url(../img/sec04_bg.png) center 0 no-repeat;
  height: 2441px;
  margin-top: -65px;
}

.sec04 .inner {
  max-width: 1000px;
}

.sec04 h2 {
  text-align: center;
}

.sec04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1%;
}

.sec04 li {
  position: relative;
}

.sec04 li h3 {
  color: #4bbfd1;
  line-height: 36px;
  font-size: 26px;
  letter-spacing: 1px;
  position: absolute;
  top: 8%;
  left: 32%;
}

.sec04 li .reason_txt {
  line-height: 34px;
  font-size: 20px;
  letter-spacing: 1px;
  width: 85%;
  position: absolute;
  top: 23.5%;
  left: 50%;
  transform: translateX(-50%);
}

.sec04 li .reason_txt .txt_b {
  font-weight: 500;
}

.sec04 li .txt_s {
  position: absolute;
  width: 88%;
  top: 46%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 26px;
}

.sec04 li:nth-child(3),
.sec04 li:nth-child(4) {
  margin-top: 3%;
}

.sec04 li:nth-child(4) h3 {
  top: 10%;
}

.sec04 .reason05 {
  position: relative;
  transform: translateX(1%);
  margin-top: 3%;
}

.sec04 .reason05 h3 {
  color: #4bbfd1;
  line-height: 36px;
  font-size: 26px;
  letter-spacing: 1px;
  position: absolute;
  top: 14%;
  left: 14%;
}

.sec04 .reason05 .reason_txt {
  line-height: 34px;
  font-size: 20px;
  letter-spacing: 1px;
  width: 40%;
  position: absolute;
  top: 43.5%;
  left: 23%;
  transform: translateX(-50%);
}

.sec04 .reason05 .reason_txt .txt_b {
  font-weight: 500;
}

.sec04 .cta_wrap {
  text-align: center;
  margin-top: 5%;
}

.sec05 .inner {
  max-width: 820px;
  text-align: center;
}

.sec05 .video_wrap p {
  font-size: 20px;
  line-height: 34px;
  margin-top: 3%;
  padding-bottom: 5%;
}

.sec05 .video_wrap01 {
  background: url(../img/sec05_bg.png) center 0 no-repeat;
}

.sec05 .video_wrap02 {
  background: url(../img/sec06_bg.jpg) center 0 no-repeat;
}

.sec05 .video_wrap03 {
  background-color: #dbf2f6;
}

.sec06 {
  background: url(../img/sec06_bg02.jpg) center 0 no-repeat;
  height: 717px;
}

.sec06 .inner {
  max-width: 870px;
}

.sec06 .txt01 {
  padding: 8% 0 0 45%;
  line-height: 34px;
  font-size: 20px;
  letter-spacing: 1px;
}

.sec06 .sec06_wrap {
  position: relative;
  margin-top: 6%;
}

.sec06 .sec06_wrap ul {
  position: absolute;
  top: 24%;
  left: 48%;
  transform: translateX(-50%);
  display: flex;
  width: 88%;
  flex-wrap: wrap;
}

.sec06 .sec06_wrap li {
  position: relative;
  line-height: 26px;
  font-size: 20px;
  margin-top: 2%;
  margin-left: 6%;
}

.sec06 .sec06_wrap li::before {
  content: '';
  background: url(../img/sec06_check.png);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 23px;
  height: 21px;
}

.sec06 .sec06_wrap .etc::before {
  display: none;
}

.sec07 {
  background: url(../img/sec07_bg.jpg) center 0 no-repeat;
  height: 1500px;
}

.sec07 .inner {
  max-width: 870px;
}

.sec07 .sec07_list01 {
  display: flex;
  justify-content: space-between;
  padding-top: 10%;
}

.sec07 .sec07_list01 li:nth-child(2) {
  margin-left: 2%;
}

.sec07 .sec07_list01 h2 {
  color: #4bbfd1;
  line-height: 38px;
  font-size: 26px;
  letter-spacing: 1px;
}

.sec07 .sec07_list01 p {
  line-height: 34px;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 3%;
}

.sec07 .doc_wrap {
  position: relative;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 1px 1px 5px -24px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  margin-top: 5%;
}

.sec07 .doc_wrap .txt01 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  left: 12%;
  top: 32%;
}

.sec07 .doc_wrap .doc_info {
  position: absolute;
  left: 39%;
  top: 7.5%;
}

.sec07 .doc_wrap .doc_info p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 6%;
}

.sec07 .doc_wrap .txt02 {
  color: #ff931e;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  left: 7%;
  top: 49%;
}

.sec07 .doc_wrap a {
  position: absolute;
  left: 60%;
  top: 46%;
}

.sec08 {
  background: url(../img/sec08_bg.png) center 0 no-repeat;
  height: 1430px;
  margin-top: -100px;
}

.sec08 .inner {
  max-width: 870px;
}

.sec08 .step_wrap {
  position: relative;
  margin-top: 2%;
}

.sec08 .step_wrap .txt_step_b {
  background: url(../img/txt_line.png) bottom center repeat-x;
}

.sec08 .step_wrap .step_txt {
  position: absolute;
  left: 13%;
  width: 80%;
}

.sec08 .step_wrap .step_txt01 {
  top: 30%;
}

.sec08 .step_wrap .step_txt02 {
  top: 23%;
}

.sec08 .step_wrap .step_txt03 {
  top: 20%;
}

.sec08 .step_wrap .step_txt04 {
  top: 18%;
}

.sec08 .step_wrap .step_txt05 {
  top: 21%;
}

.sec08 .step_wrap h3 {
  color: #4bbfd1;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 2px;
}

.sec08 .step_wrap p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
  margin-top: 1%;
}

.sec08 .step_first {
  margin-top: 0;
}

.contact {
  background: url(../img/contact_bg.png) center 0 no-repeat;
  margin-top: -140px;
}

.contact .inner {
  max-width: 870px;
}

.contact .form_link {
  padding: 19% 0 8% 4%;
  text-align: center;
}

.contact02 {
  background-color: #f8f7f1;
}

.contact02 .contact_ttl {
  text-align: center;
  padding-top: 0%;
}

.contact02 .inner {
  max-width: 870px;
}

.contact02 .rakuten_txt {
  padding: 0 9% 5%;
}

.contact02 .rakuten_txt p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 26px;
}

.contact_ttl02 {
  text-align: center;
  font-size: 20px;
  margin: 2% 0 3%;
  line-height: 34px;
}

#form {
  background-color: #f8f7f1;
}

.form_iframe {
  width: 100%;
  height: 1230px;
}

#formTable {
  width: 100%;
  margin: 0 auto 4%;
  border-collapse: collapse;
}

#formTable th {
  text-align: left;
  width: 100%;
  line-height: 1em;
  font-size: 20px;
  font-weight: 300;
  white-space: nowrap;
  padding-top: 4%;
}

#formTable .require {
  margin-left: 4%;
}

#formTable td {
  padding: 2% 0 0;
  font-size: 20px;
}

input::placeholder {
  font-size: 20px;
  color: #b3b3b3;
  position: relative;
  top: 0.1em;
}

#formTable input[type="text"], #formTable input[type="tel"], #formTable input[type="email"] {
  width: 100%;
  height: 60px;
  border: none;
  border: 1px solid #e5dfcf;
  background: #fff;
  padding: 0 2%;
  font-size: 20px;
}

#formTable input[type="text"]:focus, #formTable input[type="tel"]:focus, #formTable input[type="email"]:focus {
  background: #FFF;
  box-shadow: 0 0 2% #0071c1;
}

#formTable textarea {
  width: 100%;
  height: 220px;
  border: 1px solid #e5dfcf;
  background: #fff;
  padding: 10px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

#formTable .select input[type="radio"] {
  display: none;
}

#formTable .select input[type="radio"]:checked + label::before {
  content: url(../img/checked.png);
}

#formTable .select label {
  position: relative;
  padding: 0 0 0 4%;
  line-height: 120%;
  margin-right: 10%;
  margin-bottom: 2%;
  display: inline-block;
  font-size: 20px;
}

#formTable .select label::before {
  content: url(../img/uncheck.png);
  top: 0;
  left: 0;
  position: absolute;
}

.btnArea {
  text-align: center;
  letter-spacing: -.4em;
  padding-bottom: 5%;
}

#formTable.confirm tr:nth-child(1), #formTable.confirm tr:nth-child(2), #formTable.confirm tr:nth-child(3), #formTable.confirm tr:nth-child(4), #formTable.confirm tr:nth-child(5) {
  background: url(../img/must.png) 0 center no-repeat;
}

.formBtn {
  text-indent: -9999px;
  border: none;
  letter-spacing: normal;
}

.formBtn:hover {
  filter: contrast(120%);
}

#confirmBtn {
  background: url(../img/btn_confirm.png) 0 0 no-repeat;
  width: 731px;
  height: 121px;
  margin: 0 auto;
  display: block;
  transform: translateX(10px);
}

.error {
  color: #F00000;
  line-height: 1.5em;
  font-weight: bold;
}

#form.step02 h2 {
  padding-top: 10%;
  text-align: center;
}

#form.step02 .contact_ttl02 {
  line-height: 160%;
}

#form.step02 #formTable {
  margin: 0 auto 10%;
}

#form.step02 #formTable th {
  padding-bottom: 2%;
}

#form.step02 #formTable td {
  width: 100%;
  border: none;
  border: 1px solid #e5dfcf;
  background: #fff;
  padding: 2%;
  margin-top: 2%;
}

#form.step02 .submit_wrap {
  text-align: center;
  padding-bottom: 5%;
}

#form.step02 #sendBtn {
  background: url(../img/btn_send.png) 0 0 no-repeat;
  width: 391px;
  height: 121px;
  margin: 0 auto;
  display: block;
  display: inline-block;
}

#form.step02 #backBtn {
  background: url(../img/btn_back.png) 0 0 no-repeat;
  width: 391px;
  height: 121px;
  margin: 0 auto;
  display: block;
  display: inline-block;
}

.contact.thanks {
  background-color: #f8f7f1;
  margin-top: 0;
}

.thanks p {
  text-align: center;
  letter-spacing: 2px;
}

.thanks .to_top {
  padding: 5% 0 10%;
}

footer .inner {
  max-width: 1000px;
}

footer p {
  color: #333;
}

footer .footer_logos {
  background-color: #fff;
  height: 110px;
}

footer .footer_cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
}

footer .footer_ad p {
  font-size: 17px;
  line-height: 27px;
}

footer .mid_border {
  border-left: 1px solid black;
  padding: 2px 0 2px 2.5%;
}

footer li p {
  line-height: 32px;
  font-size: 17px;
}

footer li a {
  color: #333;
}

footer li a:hover {
  opacity: .7;
}

footer li .footer_icon {
  margin-right: 5%;
}

footer .links li:nth-child(2) {
  margin-top: 4%;
}

footer .copy_right {
  text-align: center;
  margin-top: 2%;
  padding-bottom: 6%;
}

@media screen and (max-width: 1000px) {
  img {
    max-width: 100%;
  }
  .head {
    height: 6vw;
  }
  .fv {
    height: 227.2vw;
    background: url(../img/fv_bg_tb.png) center 0 no-repeat;
    background-size: cover;
  }
  .fv .use_list li {
    width: 30%;
  }
  .fv .use_list li p, .fv .fv_check_wrap li {
    font-size: 2.3vw;
  }
  .fv .use_list li:nth-child(3) p {
    font-size: 1.8vw;
    line-height: 150%;
  }
  .sec02 {
    height: 270vw;
  }
  .sec02 h2 {
    font-size: 3vw;
  }
  .sec02 p, .sec02 .line_up_txt02 li {
    font-size: 2vw;
    line-height: 4vw;
  }
  .sec03 {
    height: 190vw;
  }
  .sec03 .example_list li {
    width: 29%;
  }
  .sec04 {
    height: 230vw;
  }
  .sec04 li {
    width: 48%;
  }
  .sec04 li h3, .sec04 .reason05 h3 {
    font-size: 2.6vw;
  }
  .sec04 li .reason_txt, .sec04 .reason05 .reason_txt {
    font-size: 2vw;
    line-height: 3.4vw;
  }
  .sec07 .doc_wrap .doc_info p {
    font-size: 2vw;
  }
  .sec07 .doc_wrap .txt02 {
    font-size: 2.6vw;
  }
  .sec08 .step_wrap h3 {
    font-size: 2.6vw;
  }
  .sec08 .step_wrap p {
    font-size: 2vw;
    line-height: 3.4vw;
  }
  footer .footer_ad p {
    font-size: 1.7vw;
  }
  footer li p {
    font-size: 1.7vw;
    line-height: 3.2vw;
  }
}
/*# sourceMappingURL=style.css.map */