.page-header {
  display: none !important;
}

.post-body {
  margin-top: 0 !important;
}

.container {
  width: 100% !important;
  max-width: initial;
}

.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sp {
  display: none;
}

.content .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.content .inner h2 {
  display: inline-block;
  padding: 0 30px;
  margin: auto;
  background-color: inherit;
  position: relative;
  z-index: 2;
  font-size: 28px;
}

.content .inner h2::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(480px - 50%);
  height: 2px;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(50% - 480px);
  z-index: 0;
}

.content .inner h2::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(480px - 50%);
  height: 2px;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(50% - 480px);
  z-index: 0;
}

.content .mv {
  width: 100%;
  height: 0;
  padding-top: 36.2%;
  background-image: url(/fish/assets/page/guarantee/images/mv_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-color: #4C7F2A;
}

.content .mv .desc {
  position: absolute;
  width: 38%;
  height: 0;
  padding-top: 30%;
  background-image: url(/fish/assets/page/guarantee/images/mv_desc.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8%;
  right: 7%;
}

.content .notes {
  color: #fff;
  background-color: #4C7F2A;
  text-align: center;
  padding: 15px 0;
}

.content .flow {
  background-color: #eaeaea;
  padding-bottom: 15px;
}

.content .flow .inner .desc {
  margin-top: 12px;
}

.content .flow .inner .box {
  margin-top: 24px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
}

.content .flow .inner .box .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 10px;
}

.content .flow .inner .box .flow-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -25px;
  left: calc(50% - 25px);
  border-style: solid;
  border-color: #a1a1a1 transparent transparent transparent;
  border-width: 25px 25px 0 25px;
  z-index: 0;
}

.content .flow .inner .box .flow-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -24px;
  left: calc(50% - 25px);
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 25px 25px 0 25px;
  z-index: 1;
}

.content .flow .inner .box .flow-item:last-of-type {
  margin-bottom: 0;
}

.content .flow .inner .box .flow-item:last-of-type::before, .content .flow .inner .box .flow-item:last-of-type::after {
  content: none;
}

.content .flow .inner .box .flow-item .fig {
  margin-right: 35px;
}

.content .flow .inner .box .flow-item .detail .title {
  font-size: 24px;
  font-weight: bold;
}

.content .flow .inner .box .flow-item .detail .title em {
  color: #D01819;
  font-style: normal;
}

.content .flow .inner .box .flow-item .detail .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.content .flow .inner .box .flow-item .detail .number .detail .title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 34px;
  background-color: #D01819;
  position: relative;
  top: 8px;
  margin-right: 10px;
}

.content .flow .inner .box .flow-item .detail .number .detail .body {
  padding-left: 20px;
}

.content .flow .inner .box .flow-item .detail .number .fig {
  margin-left: 40px;
}

.content .flow .inner .box .flow-item hr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  border: none;
}

.content .requirement .inner {
  position: relative;
  padding-top: 100px;
  margin-bottom: 40px;
}

.content .requirement .inner::after {
  content: '';
  position: absolute;
  right: 0;
  top: 40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FF8700 transparent transparent transparent;
  border-width: 35px 30px 0 30px;
}

.content .requirement .inner .title {
  font-size: 26px;
  font-weight: bold;
  color: #D01819;
  margin-bottom: 25px;
}

.content .requirement .inner .box {
  border: 3px solid #D01819;
  border-radius: 15px;
}

.content .requirement .inner .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 2px dashed #a1a1a1;
}

.content .requirement .inner .box .item:last-of-type {
  border: none;
}

.content .requirement .inner .box .item .fig {
  padding: 0 30px 0 20px;
}

.content .requirement .inner .box .item .detail .title {
  font-size: 22px;
  color: #000;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
}

.content .requirement .inner .box .item .detail .title .small {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}

.content .requirement .inner .box .item .detail .body {
  font-size: 14px;
  text-align: left;
}

.content .products {
  background-color: #000;
}

.content .products .inner {
  color: #fff;
}

.content .products .inner h2 {
  margin-bottom: 25px;
}

.content .products .inner h2::before, .content .products .inner h2::after {
  background-color: #fff;
}

.content .products .inner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .products .inner .items .item {
  width: 32%;
  margin-bottom: 30px;
}

.content .products .inner .items .item .img {
  margin-bottom: 20px;
}

.content .products .inner .items .item .img img {
  width: 100%;
}

.content .products .inner .items .item ul {
  padding-left: 0;
}

.content .products .inner .items .item ul li {
  text-align: left;
  margin-bottom: 5px;
}

.content .products .inner .items .item ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #FF9B00;
  border-radius: 50%;
  margin: 0 8px;
  position: relative;
  top: 2px;
}

.content .terms {
  background-color: #EDEDED;
}

.content .terms .inner .box {
  background-color: #fff;
  text-align: left;
  padding: 20px;
  margin: 20px 0;
}

.content .terms .inner .box ol li.strong {
  font-weight: bold;
}

.content .terms .inner .box ol li ol {
  list-style-type: none;
  padding-left: 0;
  counter-reset: item;
}

.content .terms .inner .box ol li ol li {
  font-weight: normal;
}

.content .terms .inner .box ol li ol li::before {
  counter-increment: item;
  content: "(" counter(item) ") ";
}

.content .controls {
  padding: 30px;
}

.content .controls .agreement {
  text-align: center;
  font-size: 22px;
}

.content .controls #btn_submit {
  width: 753px;
  height: 129px;
  margin: 10px auto;
}

.content .controls #btn_submit a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/fish/assets/page/guarantee/images/btn_submit.png);
}

.content .controls #btn_submit.disabled a {
  pointer-events: none;
  opacity: 0.5;
}
