@charset "UTF-8";
html { font-size: 62.5%;}
body{
  font-family: "Open Sans", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  color: #333;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

/* header */
header {
  position: absolute;
  z-index: 10;
  top: 25px;
  left: 30px;
}
header img {
  width: 163px;
  height: auto;
}
@media screen and (max-width: 768px) {
  header {
    position: absolute;
    padding: 0;
    display: inline-block;
    left: 21px;
    top: 20px;
  }
  header img {
    width: 128px;
  }
}

/* kv */
.kv_img_inner {
  background: url(/jp/forHome/products/security-service/assets/images/kv/kv_information_leak_bg.png);
  background-size: cover;
  width: 100%;
  height: calc(100vw / 2.19);
  position: relative;
}
.kv_img_inner.kv_img_fraud {
  background: url(/jp/forHome/products/security-service/assets/images/kv/kv_internet-fraud_bg.png);
  background-size: cover;
  width: 100%;
  height: calc(100vw / 2.19);
  position: relative;
}
.kv_img_inner.kv_img_index {
  background: url(/jp/forHome/products/security-service/assets/images/kv/kv_security-service_bg.png);
  background-size: cover;
  width: 100%;
  height: calc(100vw / 2.19);
  position: relative;
}
.kv_img_inner img {
  position: absolute;
  max-width: 100%;
  height: auto;
  width: 60%;
  top: 15.4%;
  left: 6.5%;
}
.kv_img_inner.kv_img_fraud img {
  top: 14.4%;
  left: 23.9%;
  width: 52%;
}
.kv_img_inner.kv_img_index img {
  width: 53%;
  top: 16.1%;
  left: 23.4%;
}
@media screen and (max-width: 768px) {
  .kv_img_inner {
    background: url(/jp/forHome/products/security-service/assets/images/kv/kv_information_leak_bg_sp.png);
    background-size: cover;
    width: 100%;
    height: calc(100vw * 1.45);
    position: relative;
    padding-top: 22%;
  }
  .kv_img_inner img {
    width: 93%;
    position: relative;
    margin: 0 auto;
    top: initial;
    left: initial;
  }
  .kv_img_inner.kv_img_fraud {
    background: url(/jp/forHome/products/security-service/assets/images/kv/kv_internet-fraud_bg_sp.png);
    background-size: cover;
    height: calc(100vw * 1.44);
    padding-top: 22%;
  }
  .kv_img_fraud.kv_img_inner img {
    width: 93%;
    position: relative;
    margin: 0 auto;
    top: initial;
    left: initial;
  }
  .kv_img_inner.kv_img_index {
    background: url(/jp/forHome/products/security-service/assets/images/kv/kv_security-service_bg_sp.png);
    background-size: cover;
    height: calc(100vw * 1.44);
    padding-top: 19.1%;
  }
  .kv_img_index.kv_img_inner img {
    width: 93%;
    position: relative;
    margin: 0 auto;
    top: initial;
    left: initial;
  }
}

/* intro */
.intro_inner {
  max-width: 1116px;
  margin: 0 auto;
}
.intro_title {
  text-align: center;
  margin-top: 68px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.4;
}
.intro_nayami_inner {
  margin-top: 73px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1116px;
  width: 100%;
}
.intro_nayami_inner img {
  width: calc((100% - 60px) / 3);
  max-width: 346px;
  height: auto;
  margin: 0 10px;
}
.intro_proposal_inner {
  margin-top: 77px;
  text-align: center;
}
.intro_proposal {
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.intro_proposal:before,
.intro_proposal:after {
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute;
}
.intro_proposal:before {
  background: url(/jp/forHome/products/security-service/assets/images/icon/icon_hatena_left.png);
  width: 54px;
  height: 55px;
  left: -67px;
  bottom: -6px;
}
.intro_proposal:after {
  background: url(/jp/forHome/products/security-service/assets/images/icon/icon_hatena_right.png);
  width: 53px;
  height: 56px;
  right: -63px;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .intro_title {
    font-size: 20px;
    margin-top: 50px;
  }
  .intro_nayami_inner {
    margin-top: 30px;
    flex-wrap: wrap;
    padding: 0 22px;
  }
  .intro_nayami_inner img {
    width: 100%;
    max-width: 100%;
    margin: 29px 0 0;
  }
  .intro_proposal_inner {
    margin-top: 75px;
    text-align: center;
  }
  .intro_proposal {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    line-height: 1.35;
  }
  .intro_proposal:before {
    background: url(/jp/forHome/products/security-service/assets/images/icon/icon_hatena_left_sp.png);
    width: 14.6VW;
    height: 14.8vw;
    left: -33%;
    bottom: 35px;
    background-size: cover;
  }
  .intro_proposal:after {
    background: url(/jp/forHome/products/security-service/assets/images/icon/icon_hatena_right_sp.png);
    width: 14.4vw;
    height: 15.7vw;
    right: -21%;
    bottom: 28px;
    background-size: cover;
  }
}

/* case */
.case_inner {
  margin-top: 72px;
  padding-bottom: 80px;
  background: #f6e9d8;
  border-radius: 120px 120px 0 0;
  position: relative;
}
.case_inner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 45px 0 45px;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  right: calc(50% - 45px);
  top: -1px;
  position: absolute;
}
.case_title {
  text-align: center;
  padding-top: 103px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
.case_content_inner {
  max-width: 780px;
  margin: 69px auto 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.case_content {
  max-width: 366px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  width: 100%;
  margin: 0 10px;
}
.case_label {
  position: absolute;
  padding-top: 1px;
  padding-bottom: 7px;
  background: #ff8e3f;
  color: #fff;
  top: -25px;
  right: calc(50% - 60px);
  font-size: 31px;
  width: 120px;
  text-align: center;
  border-radius: 30px;
}
.case_content img {
  max-width: 100%;
  width: 53%;
  margin: 60px auto 0;
  display: block;
}
.case_content:nth-child(2) img {
  width: 66%;
  margin: 68px auto 0;
}
.case_content p {
  margin: 23px 20px 22px;
}
.case_content:nth-child(2) p {
  margin: 34px 22px 0;
}
.case_content p span {
  color: #ff8e3f;
}
@media screen and (max-width: 768px) {
  .case_inner {
    margin-top: 40px;
    border-radius: 40px 40px 0 0;
    padding-bottom: 45px;
  }
  .case_inner:before {
    border-width: 33px 35px 0 35px;
    right: calc(50% - 35px);
  }
  .case_title {
    padding-top: 93px;
    font-size: 20px;
    line-height: 1.3;
  }
  .case_content_inner {
    max-width: 100%;
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .case_content {
    max-width: 100%;
    width: 100%;
    margin: 55px 35px 0;
  }
  .case_accordion .case_content {
    margin: 20px 30px 0;
    height: 45px;
    transition: all 0.5s ease;
  }
  .case_accordion .case_content.open {
    height: 100%;
  }
  .case_label {
    padding-top: 5px;
    top: -21px;
    right: calc(50% - 55px);
    font-size: 20px;
    width: 110px;
    border-radius: 32px;
  }
  .case_accordion .case_label {
    width: 100%;
    height: 45px;
    right: initial;
    border-radius: 5px;
    top: initial;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 25px;
    position: absolute;
    cursor: pointer;
  }
  .accordion_icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    top: calc(50% - 10px);
    right: 16px;
    border-radius: 10px;
  }
  .accordion_icon:before,
  .accordion_icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    background: #ff8e3f;
    border-radius: 0.4rem;
    height: 13px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
  }
  .accordion_icon:after {
      transform: rotate(-90deg);
  }
  .open .accordion_icon:before {
    transform: rotate(-90deg);
  }
  .open .accordion_icon:after {
    transform: rotate(-180deg);
    opacity: 0;
  }
  .case_accordion_inner {
    max-height: 45px;
    overflow-y: hidden;
    transition: all 0.5s ease;
    padding-top: 20px;
  }
  .open .case_accordion_inner {
    max-height: 508px;
  }
  .case_content img {
    max-width: 100%;
    width: 53%;
    margin: 45px auto 0;
    display: block;
  }
  .case_content:nth-child(2) img {
    width: 65%;
    margin: 40px auto 0;
  }
  .case_content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 27px 28px 30px;
  }
  .case_content:nth-child(2) p {
    margin: 40px 27px 20px;
  }
}

/* cv_guide */
.guide_inner {
  padding: 0 15px;
}
.guide_fraud.guide_inner {
  margin-top: 100px;
  background-color: #ededed;
  position: relative;
  padding-bottom: 82px;
}
.guide_index.guide_inner {
  padding: 10px 15px 90px;
}
.guide_inner img {
  width: 100%;
}
.guide_icon {
  margin: 48px auto 0;
  display: block;
  max-width: 69px;
}
.guide_fraud .guide_icon {
  position: absolute;
  left: calc(50% - 34.5px);
  top: -67px;
}
.guide_index .guide_icon {
  margin: 48px auto 0;
  max-width: 62px;
}
.guide_inner p {
  text-align: center;
  margin-top: 13px;
  font-size: 24px;
  font-weight: bold;
}
.guide_fraud.guide_inner p {
  padding-top: 105px;
  font-size: 18px;
}
.guide_index.guide_inner p {
  margin-top: 22px;
  line-height: 1.6;
}
img.guide_txt_img {
  margin: 4px auto 0;
  max-width: 100%;
  width: auto;
  display: block;
}
.guide_fraud .guide_txt_img {
  margin-top: 13px;
}
.guide_button_inner {
  margin-top: 20px;
  text-align: center;
}
.guide_button {
  display: inline-block;
  padding: 26px 54px;
  background: #ff8e3f;
  color: #fff;
  font-size: 25px;
  max-width: 460px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.guide_button:after {
  content: "▼";
  position: absolute;
  right: 27px;
  top: 30px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .guide_fraud.guide_inner {
    margin-top: 74px;
    padding-bottom: 50px;
  }
  .guide_index.guide_inner {
    padding: 10px 15px 35px;
  }
  .guide_icon {
    margin: 58px auto 0;
    max-width: 49px;
  }
  .guide_fraud .guide_icon {
    width: 22%;
    max-width: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: -50px;
  }
  .guide_index .guide_icon {
    margin: 29px auto 0;
    max-width: 48px;
  }
  .guide_inner p {
    font-size: 14px;
    margin-top: 15px;
  }
  .guide_fraud.guide_inner p {
    font-size: 14px;
  }
  .guide_index.guide_inner p {
    margin-top: 11px;
    line-height: 1.53;
  }
  .guide_inner img.guide_txt_img {
    margin: 13px auto;
    width: 95%;
  }
  .guide_button_inner {
    margin-top: 27px;
  }
  .guide_button {
    padding: 27px 50px;
    font-size: 20px;
    max-width: none;
    width: 92%;
    display: inline-block;
    text-align: center;
  }
  .guide_button:after {
    top: 33%;
    right: 7%;
    font-size: 19px;
  }
}

/* service */
.service_inner {
  background: #f6e9d8;
  margin-top: 58px;
  padding: 0 15px;
}
.service_inner.service_fraud {
  margin-top: 0;
}
.service_title {
  padding-top: 68px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.service_fraud .service_title {
  padding-top: 88px;
}
.service_content_inner {
  max-width: 790px;
  margin: 115px auto 0;
  width: 100%;
  padding: 0 15px;
}
.service_fraud .service_content_inner {
  margin: 91px auto 0;
}
.service_content {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 0 40px 24px;
}
.service_content + .service_content {
  margin-top: 80px;
}
.service_content p sup {
  font-size: 10px;
}
.service_label {
  position: absolute;
  top: -40px;
  right: calc(50% - 17.5px);
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  width: 35px;
}
.service_label:after {
  content: "";
  display: block;
  background: #000;
  height: 3px;
  width: 35px;
  position: absolute;
  bottom: 5px;
  right: -1px;
}
.service_content_title_inner {
  display: table;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 25px;
}
.service_content_title_inner img {
  display: table-cell;
  width: 100px;
}
.img_ttl_vb_inner img {
  max-width: 441px;
  margin: 0 auto;
  width: 100%;
}
.service_content_title_inner p {
  display: table-cell;
  vertical-align: middle;
  font-size: 25px;
  font-weight: bold;
  padding-left: 22px;
}
.service_headline {
  margin-top: 14px;
  border-left: 8px solid #333333;
  padding-left: 6px;
}
.service_icon_inner {
  display: flex;
  margin-top: 13px;
  justify-content: center;
}
.service_icon_inner.service_icon_two {
  margin-top: 11px;
}
.service_icon_inner.service_icon_three {
  margin-top: 11px;
}
.service_icon_content {
  text-align: center;
  display: table;
  width: calc(100% / 6);
}
.service_icon_two .service_icon_content {
  width: 25%;
}
.service_icon_three .service_icon_content {
  width: 28%;
}
.service_icon_three .service_icon_content:nth-child(2) {
  width: 22%;
}
.service_icon_two .service_icon_content .service_img_inner {
  height: 84px;
}
.service_icon_three .service_icon_content .service_img_inner {
  height: 91px;
}
.service_content ul {
  margin-top: 7px;
}
.service_content ul li {
  position: relative;
}
.service_content .list_note li:before {
  content: "";
}
.service_content ul li:before {
  content: "・";
}
.service_icon_content .service_img_inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
  text-align: center;
}
.service_icon_content img {
  vertical-align: middle;
  display: inline;
  max-height: 53px;
  max-width: 50px;
}
.service_icon_two .service_icon_content img {
  max-width: 86px;
  max-height: 80px;
}
.service_icon_three .service_icon_content img {
  max-width: 120px;
  max-height: 68px;
}
.service_icon_content p {
  font-size: 14px;
  text-align: center;
  display: table-row;
}
.service_content_inner .list_note {
  margin-top: 9px;
}
.service_content_inner .list_note li + li {
  margin-top: 0px;
  line-height: 1.57;
}
.service_procedure_inner {
  max-width: 1020px;
  width: 100%;
  margin: 41px auto 0;
  display: flex;
  padding: 0 15px;
}
.service_procedure_content {
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
}
.service_procedure_img_inner {
  position: relative;
  max-width: 228px;
  padding-top: 100%;
}
.service_procedure_img_inner:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.service_procedure_img_inner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: -17px;
}
.service_procedure_content:nth-child(4) .service_procedure_img_inner:after {
  display: none;
}
.service_procedure_img_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service_procedure_content .service_procedure_text_inner {
  height: 86px;
  display: flex;
  align-items: center;
}
.service_procedure_content p {
  text-align: center;
  width: 100%;
}
.service_procedure_content:nth-child(4) {
  margin: 0;
}
.service_procedure_note {
  width: 100%;
  max-width: 990px;
  margin: 12px auto 0;
}
.service_procedure_note_text {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 0;
}
.service_procedure_note li {
  color: #cc0000;
  font-weight: bold;
}
.service_terms_inner {
  max-width: 1020px;
  margin: 35px auto 0;
}
.service_terms_title {
  font-size: 25px;
  margin-left: 15px;
  border-left: 9px solid #000;
  padding-left: 6px;
}
.terms_inner {
  border: #000 3px solid;
  border-radius: 10px;
  height: 200px;
  margin: 12px 18px 0;
  padding: 3px 3px;
  overflow-x: clip;
  background: #fff;
}
.terms_scroll {
  overflow-x: scroll;
  height: 180px;
  padding: 17px;
  word-break: break-word;
}
.terms_scroll::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.terms_scroll::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 7.5px;
}
.terms_scroll p + p {
  margin-top: 30px;
}
.terms_scroll ul li {
  text-indent: -17px;
  margin-left: 17px;
}
.terms_scroll a:hover {
  text-decoration: none;
  opacity: 0.3;
}
.cv_button_inner {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 50px;
}
.cv_button {
  display: inline-block;
  padding: 12px 54px 14px;
  background: #ff8e3f;
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
  max-width: 460px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.cv_button:after {
  content: "▶";
  position: absolute;
  right: 27px;
  top: 30px;
  font-size: 20px;
}
.terms_scroll a {
  color: #ff8e3f;
  text-decoration: underline;
}
.terms_scroll a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .service_inner {
    margin-top: 45px;
    padding: 0 13px;
  }
  .service_title {
    padding-top: 44px;
    font-size: 20px;
    line-height: 1.3;
  }
  .service_accordion .service_title {
    background: #ff8e3f;
    margin: 36px 12px 0;
    color: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
  }
  .service_content_inner {
    margin-top: 50px;
    padding: 0 5px;
  }
  .service_content {
    padding: 0 18px 29px;
  }
  .service_label {
    font-size: 63px;
    top: -47px;
    right: 47.3%;
  }
  .service_label:after {
    height: 3px;
    width: 42px;
    bottom: 8px;
    right: -6px;
  }
  .service_content_title_inner {
    padding: 40px 0 10px;
    width: 100%;
  }
  .service_content_title_inner img {
    width: 94%;
  }
  .img_ttl_vb_inner img {
    margin: 0 auto;
  }
  .service_content_inner .service_content_title_inner p {
    font-size: 19px;
    padding-left: 17px;
    width: 72%;
  }
  .service_content p {
    font-size: 14px;
    padding-left: 5px;
    line-height: 1.4;
  }
  .service_content p sup {
    font-size: 10px;
  }
  .service_fraud .service_content p {
    padding-left: 10px;
    padding-top: 7px;
    font-size: 14px;
  }
  .service_fraud .service_content_inner .service_content_title_inner p {
    font-size: 19px;
    padding-left: 17px;
    padding-top: 0;
    width: 72%;
  }
  .service_content .service_headline {
    margin: 20px 0 0 2px;
    padding-left: 7px;
  }
  .service_icon_inner {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .service_icon_content {
    width: 27%;
    margin-top: 12px;
  }
  .service_icon_content .service_img_inner {
    height: 78px;
  }
  .service_icon_content img {
    max-width: 50%;
    max-height: 80%;
  }
  .service_icon_content p {
    font-size: 14px;
    padding: 0;
    line-height: 1.5;
  }
  .service_icon_content p sup {
    font-size: 100%;
  }
  .service_icon_two + ul.list_note {
    margin-top: 6%;
  }
  .service_content_inner .list_note {
    margin-top: 30px;
  }
  .service_fraud .service_content_inner .list_note {
    margin-left: 8px;
    margin-top: 14px;
  }
  .service_content_inner .list_note li {
    font-size: 12px;
    padding-left: 36px;
    line-height: 1.3;
  }
  .service_fraud .service_content_inner .list_note li {
    font-size: 14px;
  }
  .service_fraud .service_content_inner .list_note li + li {
    margin-top: 8px;
  }
  .service_content + .service_content {
    margin-top: 55px;
  }
  .service_icon_inner.service_icon_two {
    margin-top: 0;
  }
  .service_icon_two .service_icon_content {
    margin-top: 0;
    width: 42%;
    display: inline-block;
  }
  .service_icon_two .service_icon_content:nth-child(3) {
    width: 100%;
    padding-top: 17px;
  }
  .service_icon_two .service_icon_content p {
    display: block;
  }
  .service_icon_three .service_icon_content p {
    display: block;
  }
  .service_fraud .service_icon_three .service_icon_content p {
    font-size: 14px;
  }
  .service_icon_two .service_icon_content .service_img_inner {
    height: 105px;
    padding-bottom: 14px;
    display: inline-block;
  }
  .service_icon_two .service_icon_content:nth-child(3) .service_img_inner {
    height: 123px;
    padding-bottom: 13px;
  }
  .service_icon_two .service_icon_content img {
    max-width: 53%;
    max-height: 100%;
  }
  .service_icon_inner.service_icon_three {
    margin-top: 16px;
  }
  .service_icon_three .service_icon_content {
    width: 47%;
    margin-top: 0;
    display: inline-block;
  }
  .service_icon_three .service_icon_content:nth-child(2) {
    width: 42%;
  }
  .service_icon_three .service_icon_content:nth-child(3) {
    width: 70%;
    margin-top: 22px;
  }
  .service_icon_three .service_icon_content .service_img_inner {
    height: 111px;
    padding-bottom: 8px;
    display: inline-block;
  }
  .service_icon_three .service_icon_content:nth-child(3) .service_img_inner {
    padding-bottom: 0px;
    height: 94px;
  }
  .service_icon_three .service_icon_content img {
    max-width: 100%;
    max-height: 91%;
  }
  .service_content ul {
    margin-top: 11px;
  }
  .service_content ul li {
    font-size: 14px;
    padding-left: 21px;
    line-height: 1.4;
  }
  .service_content ul li:before {
    position: absolute;
    top: -1%;
    left: 0.4%;
  }
  .service_fraud .service_content ul {
    margin-top: 13px;
    margin-left: 8px;
  }
  .service_fraud .service_content ul li {
    font-size: 14px;
  }
  .service_procedure_inner {
    padding: 0 30px;
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .service_accordion .service_procedure_inner {
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.5s ease;
    margin-top: 16px;
  }
  .service_accordion.open .service_procedure_inner {
    max-height: 160%;
    margin-top: 28px;
  }
  .service_procedure_content {
    width: 100%;
    margin-right: 0;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .service_procedure_content + .service_procedure_content {
    margin-top: 11px;
  }
  .service_procedure_img_inner {
    max-width: 39.8%;
    width: 100%;
    padding-top: calc(39.8% + 10px);
  }
  .service_procedure_img_inner img {
    max-width: 49%;
    max-height: 48%;
  }
  .service_procedure_img_inner:after {
    border-width: 11px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    top: initial;
    bottom: 0;
    left: calc(50% - 6px);
  }
  .service_procedure_content .service_procedure_text_inner {
    height: 100%;
    width: 100%;
    margin-left: 0px;
  }
  .service_procedure_content p {
    font-size: 20px;
  }
  .service_procedure_note {
    padding: 11px 0 0 16px;
    line-height: 1.54;
  }
  .list_note.service_procedure_note li {
    font-size: 14px;
    padding-left: 17px;
  }
  .service_fraud .service_procedure_note {
    margin-top: 17px;
    padding-left: 20px;
    position: relative;
  }
  .service_fraud .list_note.service_procedure_note li {
    padding-left: 36px;
  }
  .service_fraud .list_note span {
    position: absolute;
    top: 5px;
    left: -1px;
  }
  .service_fraud .list_note img {
    width: 23px;
  }
  .service_procedure_note_text {
    padding: 10px 25px 0;
    font-size: 14px;
    line-height: 1.58;
  }
  .service_terms_inner {
    margin-top: 36px;
  }
  .service_terms_title {
    margin-left: 19px;
    padding-left: 12px;
    font-size: 20px;
  }
  .terms_inner {
    margin: 20px 17px;
    height: 353px;
  }
  .terms_scroll {
    height: 340px;
    padding: 25px;
  }
  .cv_button_inner {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

/* topic */
.topic_inner {
  max-width: 810px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.topic_title {
  text-align: center;
  margin: 71px auto 30px;
  font-size: 24px;
  font-weight: bold;
}
.topic_list {
  margin-bottom: 75px;
}
.topic_list li {
  color: #ff8e3f;
  position: relative;
  padding-left: 31px;
  font-size: 18px;
}
.topic_list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 2px;
  top: 3px;
  background: url(/jp/forHome/products/security-service/assets/images/icon/icon_mark.png);
  background-size: cover;
}
.topic_list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .topic_title {
    margin-top: 47px;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 31px;
  }
  .topic_list {
    margin-bottom: 55px;
  }
  .topic_list li {
    font-size: 14px;
    padding-left: 34px;
    line-height: 1.4;
  }
  .topic_list li:before {
    width: 23px;
    height: 23px;
    top: -2px;
    left: 5px;
  }
  .topic_list li + li {
    margin-top: 11px;
  }
}

/* follow_button */
.follow_button {
  position: fixed;
  top: 130px;
  right: 0;
  background: #ff6600;
  border-radius: 10px 0 0 10px;
  color: #fff;
  z-index: 100;
  padding: 26px 18px 52px;
  text-decoration: none;
}
.follow_button:hover {
  opacity: 0.3;
}
.follow_text {
  margin-top: 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
}
.follow_text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 26px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.follow_cv_button {
  display: none;
}
@media screen and (max-width: 768px) {
  .follow_button {
    bottom: 0;
    top: initial;
    right: initial;
    background: #ff6600;
    border-radius: 0;
    padding: 12px 0;
    width: 100%;
    text-align: center;
  }
  .follow_button .img_inner {
    display: none;
  }
  .follow_text {
    display: none;
  }
  .follow_text:after {
    display: none;
  }
  .follow_button:hover {
    opacity: 1;
  }
  .follow_cv_button {
    display: inline-block;
    max-width: 500px;
    margin: 0 25px;
  }
  .follow_cv_button .cv_img_inner{
    width: 100%;
  }
}

/* footer */
footer {
  width: 100%;
  margin: 0;
  padding: 0;
  position:absolute;
}
footer .footer_in {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
footer .footer_in_copy {
  width: 100%;
}
footer .footer_in_copy small {
  display: block;
  font-size: 1.14rem;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  line-height: 1;
}
footer ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}
footer ul li a:hover {
  color: inherit;
  text-decoration: underline;
}

/* .footer_fc_fff */
footer.fc_fff ul li { border-right:#fff 1px solid;}
footer.fc_fff ul li:last-child { border-right:none;}

/* ********** max_width 768px ********** */
@media only screen and (max-width: 768px){
  footer {
    padding-bottom: 73px;
  }
  footer .footer_in { padding-top: 5px;}
  footer ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer ul li a {
    display: block;
    padding: 14px 15px;
    font-size: 1.32rem;
    text-decoration: none;
  }
  footer ul li a:hover {
    color: inherit;
    text-decoration: underline;
  }
  footer ul li a:hover {
    color: inherit;
    text-decoration: underline;
  }
  /*---------------
    .footer_fc_fff
  ---------------*/
  footer.fc_fff ul li {
    border-right:none;
    border-bottom: 1px solid #96969e;
  }
}






/* module */
.img_inner {
  width: auto;
  max-width: 100%;
}
.img_inner img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.list_note {
  list-style: none;
  color: #595858;
}
.list_note li {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
}
.list_note.list_font_16 li {
  font-size: 16px;
}
.list_note li.ta_c {
  padding-left: 0;
}
.list_note li a {
  text-decoration: underline;
}
.list_note li a:hover {
  text-decoration: none;
  opacity: 0.3;
}
.list_note span {
  margin-right: 7px;
  position: absolute;
  top: 0;
  left: 0;
}
.list_note li.ta_c span {
  position: relative;
}
.list_note li + li {
  margin-top: 16px;
}
.ta_c {text-align: center !important;}
.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.fw_bold {font-weight: bold !important;}
.for_sp {display: none !important;}

@media screen and (max-width: 768px) {
  .for_pc {display: none !important;}
  .for_sp {display: block !important;}
  .ta_c_sp {text-align: center !important;}
  .ta_l_sp {text-align: left !important;}
  .ta_r_sp {text-align: right !important;}
  .list_note li.ta_l_sp {
    padding-left: 27px;
  }
  .list_note li.ta_c span {
    position: absolute;
  }
}

.mt0 {margin-top: 0 !important;}
.mt2 {margin-top: 2px !important;}
.mt4 {margin-top: 4px !important;}
.mt6 {margin-top: 6px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt12 {margin-top: 12px !important;}
.mt14 {margin-top: 14px !important;}
.mt16 {margin-top: 16px !important;}
.mt18 {margin-top: 18px !important;}
.mt20 {margin-top: 20px !important;}
.mt22 {margin-top: 22px !important;}
.mt24 {margin-top: 24px !important;}
.mt26 {margin-top: 26px !important;}
.mt28 {margin-top: 28px !important;}
.mt30 {margin-top: 30px !important;}
.mt32 {margin-top: 32px !important;}
.mt34 {margin-top: 34px !important;}
.mt36 {margin-top: 36px !important;}
.mt38 {margin-top: 38px !important;}
.mt40 {margin-top: 40px !important;}
.mt42 {margin-top: 42px !important;}
.mt44 {margin-top: 44px !important;}
.mt46 {margin-top: 46px !important;}
.mt48 {margin-top: 48px !important;}
.mt50 {margin-top: 50px !important;}
.mt52 {margin-top: 52px !important;}
.mt54 {margin-top: 54px !important;}
.mt56 {margin-top: 56px !important;}
.mt58 {margin-top: 58px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}
.ml10 {margin-left: 10px !important;}
.ml18 {margin-left: 18px !important;}
.ml22 {margin-left: 22px !important;}
.mb0 {margin-bottom: 0!important;}
.mb2 {margin-bottom: 2px !important;}
.mb4 {margin-bottom: 4px !important;}
.mb6 {margin-bottom: 6px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb14 {margin-bottom: 14px !important;}
.mb16 {margin-bottom: 16px !important;}
.mb18 {margin-bottom: 18px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb22 {margin-bottom: 22px !important;}
.mb24 {margin-bottom: 24px !important;}
.mb26 {margin-bottom: 26px !important;}
.mb28 {margin-bottom: 28px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb32 {margin-bottom: 32px !important;}
.mb34 {margin-bottom: 34px !important;}
.mb36 {margin-bottom: 36px !important;}
.mb38 {margin-bottom: 38px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb42 {margin-bottom: 42px !important;}
.mb44 {margin-bottom: 44px !important;}
.mb46 {margin-bottom: 46px !important;}
.mb48 {margin-bottom: 48px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb52 {margin-bottom: 52px !important;}
.mb54 {margin-bottom: 54px !important;}
.mb56 {margin-bottom: 56px !important;}
.mb58 {margin-bottom: 58px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}
.pt0 {padding-top: 0!important;}
.pt2 {padding-top: 2px !important;}
.pt4 {padding-top: 4px !important;}
.pt6 {padding-top: 6px !important;}
.pt8 {padding-top: 8px !important;}
.pt10 {padding-top: 10px !important;}
.pt12 {padding-top: 12px !important;}
.pt14 {padding-top: 14px !important;}
.pt16 {padding-top: 16px !important;}
.pt18 {padding-top: 18px !important;}
.pt20 {padding-top: 20px !important;}
.pt22 {padding-top: 22px !important;}
.pt24 {padding-top: 24px !important;}
.pt26 {padding-top: 26px !important;}
.pt28 {padding-top: 28px !important;}
.pt30 {padding-top: 30px !important;}
.pt32 {padding-top: 32px !important;}
.pt34 {padding-top: 34px !important;}
.pt36 {padding-top: 36px !important;}
.pt38 {padding-top: 38px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}
.pt70 {padding-top: 70px !important;}
.pt80 {padding-top: 80px !important;}
.pt90 {padding-top: 90px !important;}
.pt100 {padding-top: 100px !important;}
.pt115 {padding-top: 115px !important;}
.pt133 {padding-top: 133px !important;}
.pb0 {padding-bottom: 0!important;}
.pb2 {padding-bottom: 2px !important;}
.pb4 {padding-bottom: 4px !important;}
.pb6 {padding-bottom: 6px !important;}
.pb8 {padding-bottom: 8px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb12 {padding-bottom: 12px !important;}
.pb14 {padding-bottom: 14px !important;}
.pb16 {padding-bottom: 16px !important;}
.pb18 {padding-bottom: 18px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb22 {padding-bottom: 22px !important;}
.pb24 {padding-bottom: 24px !important;}
.pb26 {padding-bottom: 26px !important;}
.pb28 {padding-bottom: 28px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb32 {padding-bottom: 32px !important;}
.pb34 {padding-bottom: 34px !important;}
.pb36 {padding-bottom: 36px !important;}
.pb38 {padding-bottom: 38px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}

.bg_4d4d4f { background: #4d4d4f;}
.fc_fff { color: #fff !important;}
.fc_ff6600 { color: #ff6600 !important;}
.clearfix:after,
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex-wrap: wrap;
}
.flex_justify-content_center { justify-content: center;}

@media screen and (max-width: 768px) {
  .mt0_sp {margin-top: 0 !important;}
  .mt2_sp {margin-top: 2px !important;}
  .mt4_sp {margin-top: 4px !important;}
  .mt6_sp {margin-top: 6px !important;}
  .mt8_sp {margin-top: 8px !important;}
  .mt10_sp {margin-top: 10px !important;}
  .mt12_sp {margin-top: 12px !important;}
  .mt14_sp {margin-top: 14px !important;}
  .mt16_sp {margin-top: 16px !important;}
  .mt18_sp {margin-top: 18px !important;}
  .mt20_sp {margin-top: 20px !important;}
  .mt22_sp {margin-top: 22px !important;}
  .mt24_sp {margin-top: 24px !important;}
  .mt26_sp {margin-top: 26px !important;}
  .mt28_sp {margin-top: 28px !important;}
  .mt30_sp {margin-top: 30px !important;}
  .mt32_sp {margin-top: 32px !important;}
  .mt34_sp {margin-top: 34px !important;}
  .mt36_sp {margin-top: 36px !important;}
  .mt38_sp {margin-top: 38px !important;}
  .mt40_sp {margin-top: 40px !important;}
  .mt42_sp {margin-top: 42px !important;}
  .mt44_sp {margin-top: 44px !important;}
  .mt46_sp {margin-top: 46px !important;}
  .mt48_sp {margin-top: 48px !important;}
  .mt50_sp {margin-top: 50px !important;}
  .mt52_sp {margin-top: 52px !important;}
  .mt54_sp {margin-top: 54px !important;}
  .mt56_sp {margin-top: 56px !important;}
  .mt58_sp {margin-top: 58px !important;}
  .mt60_sp {margin-top: 60px !important;}
  .mt70_sp {margin-top: 70px !important;}
  .mt80_sp {margin-top: 80px !important;}
  .mt90_sp {margin-top: 90px !important;}
  .mt100_sp {margin-top: 100px !important;}
  .ml0_sp {margin-left: 0 !important;}
  .mb0_sp {margin-bottom: 0!important;}
  .mb2_sp {margin-bottom: 2px !important;}
  .mb4_sp {margin-bottom: 4px !important;}
  .mb6_sp {margin-bottom: 6px !important;}
  .mb8_sp {margin-bottom: 8px !important;}
  .mb10_sp {margin-bottom: 10px !important;}
  .mb12_sp {margin-bottom: 12px !important;}
  .mb14_sp {margin-bottom: 14px !important;}
  .mb16_sp {margin-bottom: 16px !important;}
  .mb18_sp {margin-bottom: 18px !important;}
  .mb20_sp {margin-bottom: 20px !important;}
  .mb22_sp {margin-bottom: 22px !important;}
  .mb24_sp {margin-bottom: 24px !important;}
  .mb26_sp {margin-bottom: 26px !important;}
  .mb28_sp {margin-bottom: 28px !important;}
  .mb30_sp {margin-bottom: 30px !important;}
  .mb32_sp {margin-bottom: 32px !important;}
  .mb34_sp {margin-bottom: 34px !important;}
  .mb36_sp {margin-bottom: 36px !important;}
  .mb38_sp {margin-bottom: 38px !important;}
  .mb40_sp {margin-bottom: 40px !important;}
  .mb42_sp {margin-bottom: 42px !important;}
  .mb44_sp {margin-bottom: 44px !important;}
  .mb46_sp {margin-bottom: 46px !important;}
  .mb48_sp {margin-bottom: 48px !important;}
  .mb50_sp {margin-bottom: 50px !important;}
  .mb52_sp {margin-bottom: 52px !important;}
  .mb54_sp {margin-bottom: 54px !important;}
  .mb56_sp {margin-bottom: 56px !important;}
  .mb58_sp {margin-bottom: 58px !important;}
  .mb60_sp {margin-bottom: 60px !important;}
  .mb70_sp {margin-bottom: 70px !important;}
  .mb80_sp {margin-bottom: 80px !important;}
  .mb90_sp {margin-bottom: 90px !important;}
  .mb100_sp {margin-bottom: 100px !important;}
  .pt0_sp {padding-top: 0!important;}
  .pt2_sp {padding-top: 2px !important;}
  .pt4_sp {padding-top: 4px !important;}
  .pt6_sp {padding-top: 6px !important;}
  .pt8_sp {padding-top: 8px !important;}
  .pt10_sp {padding-top: 10px !important;}
  .pt12_sp {padding-top: 12px !important;}
  .pt14_sp {padding-top: 14px !important;}
  .pt16_sp {padding-top: 16px !important;}
  .pt18_sp {padding-top: 18px !important;}
  .pt20_sp {padding-top: 20px !important;}
  .pt22_sp {padding-top: 22px !important;}
  .pt24_sp {padding-top: 24px !important;}
  .pt26_sp {padding-top: 26px !important;}
  .pt28_sp {padding-top: 28px !important;}
  .pt30_sp {padding-top: 30px !important;}
  .pt32_sp {padding-top: 32px !important;}
  .pt34_sp {padding-top: 34px !important;}
  .pt36_sp {padding-top: 36px !important;}
  .pt38_sp {padding-top: 38px !important;}
  .pt40_sp {padding-top: 40px !important;}
  .pt50_sp {padding-top: 50px !important;}
  .pt60_sp {padding-top: 60px !important;}
  .pt70_sp {padding-top: 70px !important;}
  .pt80_sp {padding-top: 80px !important;}
  .pt90_sp {padding-top: 90px !important;}
  .pt100_sp {padding-top: 100px !important;}
  .pl16_sp {padding-left: 16px !important;}
  .pb0_sp {padding-bottom: 0!important;}
  .pb2_sp {padding-bottom: 2px !important;}
  .pb4_sp {padding-bottom: 4px !important;}
  .pb6_sp {padding-bottom: 6px !important;}
  .pb8_sp {padding-bottom: 8px !important;}
  .pb10_sp {padding-bottom: 10px !important;}
  .pb12_sp {padding-bottom: 12px !important;}
  .pb14_sp {padding-bottom: 14px !important;}
  .pb16_sp {padding-bottom: 16px !important;}
  .pb18_sp {padding-bottom: 18px !important;}
  .pb20_sp {padding-bottom: 20px !important;}
  .pb22_sp {padding-bottom: 22px !important;}
  .pb24_sp {padding-bottom: 24px !important;}
  .pb26_sp {padding-bottom: 26px !important;}
  .pb28_sp {padding-bottom: 28px !important;}
  .pb30_sp {padding-bottom: 30px !important;}
  .pb32_sp {padding-bottom: 32px !important;}
  .pb34_sp {padding-bottom: 34px !important;}
  .pb36_sp {padding-bottom: 36px !important;}
  .pb38_sp {padding-bottom: 38px !important;}
  .pb40_sp {padding-bottom: 40px !important;}
  .pb50_sp {padding-bottom: 50px !important;}
  .pb60_sp {padding-bottom: 60px !important;}
  .pb70_sp {padding-bottom: 70px !important;}
  .pb80_sp {padding-bottom: 80px !important;}
  .pb90_sp {padding-bottom: 90px !important;}
  .pb100_sp {padding-bottom: 100px !important;}
}
