@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ibm-plex-sans {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head .sv_flex {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex {
    display: block;
    height: auto;
  }
}

main section .page_head .sv_flex .ttlarea {
  width: 40%;
}

@media screen and (max-width: 1380px) {
  main section .page_head .sv_flex .ttlarea {
    width: 30%;
  }
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .ttlarea {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

main section .page_head .sv_flex .sv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .sv_img {
    margin-right: 0;
    width: auto;
    height: 300px;
  }
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 200px;
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}

main section .page_title {
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main section .page_title .sv_ttl {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #E53F00;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 20px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1px #E53F00;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #E53F00;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #E53F00;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}

.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:last-child {
  margin-bottom: 0;
}

.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}

.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}

.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}

#company_content .greeting_flex .imgbox {
  width: 460px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}

#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}

#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}

#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}

#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}

#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}

#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}

#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}

#company_content .maker_list li a {
  display: block;
}

#company_content .maker_list li a:hover {
  opacity: 0.7;
}

#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 92;
}

#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}

.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px)/ 3);
  margin-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px)/ 2);
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}

.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}

.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}

.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* 会社案内 */
/******************************/
.company .box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.company .box.text_layout p {
  line-height: 1.8;
}

.company .box.text_layout .named span {
  font-size: 18px;
  margin-left: 5px;
}

.company .box .company_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company .box .company_gallery li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}

.company .box .company_gallery li:nth-child(2n) {
  margin-right: 0;
}

.company .box .company_gallery li:nth-child(1), .company .box .company_gallery li:nth-child(2) {
  margin-top: 0;
}

.company .box .company_gallery li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 440/300;
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}

.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* 浮気調査（SINGLE）  */
/******************************/
.single-cheating_area_post .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .single-cheating_area_post .sec01 {
    padding: 0 0 50px;
  }
}

.single-cheating_area_post .sec01 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 860/573;
}

.single-cheating_area_post .sec02 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .single-cheating_area_post .sec02 {
    padding: 50px 0;
  }
}

.single-cheating_area_post .sec02 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 824/360;
}

.single-cheating_area_post .sec03 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .single-cheating_area_post .sec03 {
    padding: 0 0 50px;
  }
}

.single-cheating_area_post .sec03 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 48/38;
}

/******************************/
/* プライバシーポリシー  */
/******************************/
.privacy-policy {
  font-weight: 400;
}

.privacy-policy .s_txt {
  font-size: 14px;
}

/******************************/
/* プラン各種 */
/******************************/
.high-alertness_plan .layout_content p,
.reason .layout_content p,
.faq .layout_content p,
.detective-office .layout_content p,
.differentiation .layout_content p,
.choose-a-detective .layout_content p,
.beginner .layout_content p,
.cheating_trivia .layout_content p,
.divorce_trivia .layout_content p,
.price .layout_content p,
.cheating_plan .layout_content p,
.divorce-priority_plan .layout_content p,
.cheating-evidence_plan .layout_content p,
.compensation-claim_plan .layout_content p,
.intensive-period_plan .layout_content p,
.override_plan .layout_content p,
.court-measures_plan .layout_content p,
.tracking-device_plan .layout_content p,
.long-term_plan .layout_content p,
.cheating-investigation .layout_content p,
.research-yourself .layout_content p,
.cheating-check .layout_content p,
.cheating-tendency .layout_content p,
.merit .layout_content p,
.husband_wife-cheating .layout_content p,
.after-sales-support .layout_content p,
.whats-the-plan .layout_content p {
  font-weight: 700;
}

.high-alertness_plan .sec01,
.reason .sec01,
.faq .sec01,
.detective-office .sec01,
.differentiation .sec01,
.choose-a-detective .sec01,
.beginner .sec01,
.cheating_trivia .sec01,
.divorce_trivia .sec01,
.price .sec01,
.cheating_plan .sec01,
.divorce-priority_plan .sec01,
.cheating-evidence_plan .sec01,
.compensation-claim_plan .sec01,
.intensive-period_plan .sec01,
.override_plan .sec01,
.court-measures_plan .sec01,
.tracking-device_plan .sec01,
.long-term_plan .sec01,
.cheating-investigation .sec01,
.research-yourself .sec01,
.cheating-check .sec01,
.cheating-tendency .sec01,
.merit .sec01,
.husband_wife-cheating .sec01,
.after-sales-support .sec01,
.whats-the-plan .sec01 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .high-alertness_plan .sec01,
  .reason .sec01,
  .faq .sec01,
  .detective-office .sec01,
  .differentiation .sec01,
  .choose-a-detective .sec01,
  .beginner .sec01,
  .cheating_trivia .sec01,
  .divorce_trivia .sec01,
  .price .sec01,
  .cheating_plan .sec01,
  .divorce-priority_plan .sec01,
  .cheating-evidence_plan .sec01,
  .compensation-claim_plan .sec01,
  .intensive-period_plan .sec01,
  .override_plan .sec01,
  .court-measures_plan .sec01,
  .tracking-device_plan .sec01,
  .long-term_plan .sec01,
  .cheating-investigation .sec01,
  .research-yourself .sec01,
  .cheating-check .sec01,
  .cheating-tendency .sec01,
  .merit .sec01,
  .husband_wife-cheating .sec01,
  .after-sales-support .sec01,
  .whats-the-plan .sec01 {
    padding: 50px 0;
  }
}

.high-alertness_plan .sec01 .layout_a .imgbox img,
.high-alertness_plan .sec01 .layout_b .imgbox img,
.reason .sec01 .layout_a .imgbox img,
.reason .sec01 .layout_b .imgbox img,
.faq .sec01 .layout_a .imgbox img,
.faq .sec01 .layout_b .imgbox img,
.detective-office .sec01 .layout_a .imgbox img,
.detective-office .sec01 .layout_b .imgbox img,
.differentiation .sec01 .layout_a .imgbox img,
.differentiation .sec01 .layout_b .imgbox img,
.choose-a-detective .sec01 .layout_a .imgbox img,
.choose-a-detective .sec01 .layout_b .imgbox img,
.beginner .sec01 .layout_a .imgbox img,
.beginner .sec01 .layout_b .imgbox img,
.cheating_trivia .sec01 .layout_a .imgbox img,
.cheating_trivia .sec01 .layout_b .imgbox img,
.divorce_trivia .sec01 .layout_a .imgbox img,
.divorce_trivia .sec01 .layout_b .imgbox img,
.price .sec01 .layout_a .imgbox img,
.price .sec01 .layout_b .imgbox img,
.cheating_plan .sec01 .layout_a .imgbox img,
.cheating_plan .sec01 .layout_b .imgbox img,
.divorce-priority_plan .sec01 .layout_a .imgbox img,
.divorce-priority_plan .sec01 .layout_b .imgbox img,
.cheating-evidence_plan .sec01 .layout_a .imgbox img,
.cheating-evidence_plan .sec01 .layout_b .imgbox img,
.compensation-claim_plan .sec01 .layout_a .imgbox img,
.compensation-claim_plan .sec01 .layout_b .imgbox img,
.intensive-period_plan .sec01 .layout_a .imgbox img,
.intensive-period_plan .sec01 .layout_b .imgbox img,
.override_plan .sec01 .layout_a .imgbox img,
.override_plan .sec01 .layout_b .imgbox img,
.court-measures_plan .sec01 .layout_a .imgbox img,
.court-measures_plan .sec01 .layout_b .imgbox img,
.tracking-device_plan .sec01 .layout_a .imgbox img,
.tracking-device_plan .sec01 .layout_b .imgbox img,
.long-term_plan .sec01 .layout_a .imgbox img,
.long-term_plan .sec01 .layout_b .imgbox img,
.cheating-investigation .sec01 .layout_a .imgbox img,
.cheating-investigation .sec01 .layout_b .imgbox img,
.research-yourself .sec01 .layout_a .imgbox img,
.research-yourself .sec01 .layout_b .imgbox img,
.cheating-check .sec01 .layout_a .imgbox img,
.cheating-check .sec01 .layout_b .imgbox img,
.cheating-tendency .sec01 .layout_a .imgbox img,
.cheating-tendency .sec01 .layout_b .imgbox img,
.merit .sec01 .layout_a .imgbox img,
.merit .sec01 .layout_b .imgbox img,
.husband_wife-cheating .sec01 .layout_a .imgbox img,
.husband_wife-cheating .sec01 .layout_b .imgbox img,
.after-sales-support .sec01 .layout_a .imgbox img,
.after-sales-support .sec01 .layout_b .imgbox img,
.whats-the-plan .sec01 .layout_a .imgbox img,
.whats-the-plan .sec01 .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 48/38;
}

.high-alertness_plan .sec02,
.reason .sec02,
.faq .sec02,
.detective-office .sec02,
.differentiation .sec02,
.choose-a-detective .sec02,
.beginner .sec02,
.cheating_trivia .sec02,
.divorce_trivia .sec02,
.price .sec02,
.cheating_plan .sec02,
.divorce-priority_plan .sec02,
.cheating-evidence_plan .sec02,
.compensation-claim_plan .sec02,
.intensive-period_plan .sec02,
.override_plan .sec02,
.court-measures_plan .sec02,
.tracking-device_plan .sec02,
.long-term_plan .sec02,
.cheating-investigation .sec02,
.research-yourself .sec02,
.cheating-check .sec02,
.cheating-tendency .sec02,
.merit .sec02,
.husband_wife-cheating .sec02,
.after-sales-support .sec02,
.whats-the-plan .sec02 {
  position: relative;
  background-color: #FFF4DB;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .high-alertness_plan .sec02,
  .reason .sec02,
  .faq .sec02,
  .detective-office .sec02,
  .differentiation .sec02,
  .choose-a-detective .sec02,
  .beginner .sec02,
  .cheating_trivia .sec02,
  .divorce_trivia .sec02,
  .price .sec02,
  .cheating_plan .sec02,
  .divorce-priority_plan .sec02,
  .cheating-evidence_plan .sec02,
  .compensation-claim_plan .sec02,
  .intensive-period_plan .sec02,
  .override_plan .sec02,
  .court-measures_plan .sec02,
  .tracking-device_plan .sec02,
  .long-term_plan .sec02,
  .cheating-investigation .sec02,
  .research-yourself .sec02,
  .cheating-check .sec02,
  .cheating-tendency .sec02,
  .merit .sec02,
  .husband_wife-cheating .sec02,
  .after-sales-support .sec02,
  .whats-the-plan .sec02 {
    padding: 50px 0;
  }
}

.high-alertness_plan .sec02 .layout_a .imgbox img,
.high-alertness_plan .sec02 .layout_b .imgbox img,
.reason .sec02 .layout_a .imgbox img,
.reason .sec02 .layout_b .imgbox img,
.faq .sec02 .layout_a .imgbox img,
.faq .sec02 .layout_b .imgbox img,
.detective-office .sec02 .layout_a .imgbox img,
.detective-office .sec02 .layout_b .imgbox img,
.differentiation .sec02 .layout_a .imgbox img,
.differentiation .sec02 .layout_b .imgbox img,
.choose-a-detective .sec02 .layout_a .imgbox img,
.choose-a-detective .sec02 .layout_b .imgbox img,
.beginner .sec02 .layout_a .imgbox img,
.beginner .sec02 .layout_b .imgbox img,
.cheating_trivia .sec02 .layout_a .imgbox img,
.cheating_trivia .sec02 .layout_b .imgbox img,
.divorce_trivia .sec02 .layout_a .imgbox img,
.divorce_trivia .sec02 .layout_b .imgbox img,
.price .sec02 .layout_a .imgbox img,
.price .sec02 .layout_b .imgbox img,
.cheating_plan .sec02 .layout_a .imgbox img,
.cheating_plan .sec02 .layout_b .imgbox img,
.divorce-priority_plan .sec02 .layout_a .imgbox img,
.divorce-priority_plan .sec02 .layout_b .imgbox img,
.cheating-evidence_plan .sec02 .layout_a .imgbox img,
.cheating-evidence_plan .sec02 .layout_b .imgbox img,
.compensation-claim_plan .sec02 .layout_a .imgbox img,
.compensation-claim_plan .sec02 .layout_b .imgbox img,
.intensive-period_plan .sec02 .layout_a .imgbox img,
.intensive-period_plan .sec02 .layout_b .imgbox img,
.override_plan .sec02 .layout_a .imgbox img,
.override_plan .sec02 .layout_b .imgbox img,
.court-measures_plan .sec02 .layout_a .imgbox img,
.court-measures_plan .sec02 .layout_b .imgbox img,
.tracking-device_plan .sec02 .layout_a .imgbox img,
.tracking-device_plan .sec02 .layout_b .imgbox img,
.long-term_plan .sec02 .layout_a .imgbox img,
.long-term_plan .sec02 .layout_b .imgbox img,
.cheating-investigation .sec02 .layout_a .imgbox img,
.cheating-investigation .sec02 .layout_b .imgbox img,
.research-yourself .sec02 .layout_a .imgbox img,
.research-yourself .sec02 .layout_b .imgbox img,
.cheating-check .sec02 .layout_a .imgbox img,
.cheating-check .sec02 .layout_b .imgbox img,
.cheating-tendency .sec02 .layout_a .imgbox img,
.cheating-tendency .sec02 .layout_b .imgbox img,
.merit .sec02 .layout_a .imgbox img,
.merit .sec02 .layout_b .imgbox img,
.husband_wife-cheating .sec02 .layout_a .imgbox img,
.husband_wife-cheating .sec02 .layout_b .imgbox img,
.after-sales-support .sec02 .layout_a .imgbox img,
.after-sales-support .sec02 .layout_b .imgbox img,
.whats-the-plan .sec02 .layout_a .imgbox img,
.whats-the-plan .sec02 .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 48/31;
}

.high-alertness_plan .sec02 .txt01,
.reason .sec02 .txt01,
.faq .sec02 .txt01,
.detective-office .sec02 .txt01,
.differentiation .sec02 .txt01,
.choose-a-detective .sec02 .txt01,
.beginner .sec02 .txt01,
.cheating_trivia .sec02 .txt01,
.divorce_trivia .sec02 .txt01,
.price .sec02 .txt01,
.cheating_plan .sec02 .txt01,
.divorce-priority_plan .sec02 .txt01,
.cheating-evidence_plan .sec02 .txt01,
.compensation-claim_plan .sec02 .txt01,
.intensive-period_plan .sec02 .txt01,
.override_plan .sec02 .txt01,
.court-measures_plan .sec02 .txt01,
.tracking-device_plan .sec02 .txt01,
.long-term_plan .sec02 .txt01,
.cheating-investigation .sec02 .txt01,
.research-yourself .sec02 .txt01,
.cheating-check .sec02 .txt01,
.cheating-tendency .sec02 .txt01,
.merit .sec02 .txt01,
.husband_wife-cheating .sec02 .txt01,
.after-sales-support .sec02 .txt01,
.whats-the-plan .sec02 .txt01 {
  font-size: 18px;
  font-weight: 700;
}

.high-alertness_plan .sec02 .txt01 span,
.reason .sec02 .txt01 span,
.faq .sec02 .txt01 span,
.detective-office .sec02 .txt01 span,
.differentiation .sec02 .txt01 span,
.choose-a-detective .sec02 .txt01 span,
.beginner .sec02 .txt01 span,
.cheating_trivia .sec02 .txt01 span,
.divorce_trivia .sec02 .txt01 span,
.price .sec02 .txt01 span,
.cheating_plan .sec02 .txt01 span,
.divorce-priority_plan .sec02 .txt01 span,
.cheating-evidence_plan .sec02 .txt01 span,
.compensation-claim_plan .sec02 .txt01 span,
.intensive-period_plan .sec02 .txt01 span,
.override_plan .sec02 .txt01 span,
.court-measures_plan .sec02 .txt01 span,
.tracking-device_plan .sec02 .txt01 span,
.long-term_plan .sec02 .txt01 span,
.cheating-investigation .sec02 .txt01 span,
.research-yourself .sec02 .txt01 span,
.cheating-check .sec02 .txt01 span,
.cheating-tendency .sec02 .txt01 span,
.merit .sec02 .txt01 span,
.husband_wife-cheating .sec02 .txt01 span,
.after-sales-support .sec02 .txt01 span,
.whats-the-plan .sec02 .txt01 span {
  color: #E53F00;
}

.high-alertness_plan .sec03,
.reason .sec03,
.faq .sec03,
.detective-office .sec03,
.differentiation .sec03,
.choose-a-detective .sec03,
.beginner .sec03,
.cheating_trivia .sec03,
.divorce_trivia .sec03,
.price .sec03,
.cheating_plan .sec03,
.divorce-priority_plan .sec03,
.cheating-evidence_plan .sec03,
.compensation-claim_plan .sec03,
.intensive-period_plan .sec03,
.override_plan .sec03,
.court-measures_plan .sec03,
.tracking-device_plan .sec03,
.long-term_plan .sec03,
.cheating-investigation .sec03,
.research-yourself .sec03,
.cheating-check .sec03,
.cheating-tendency .sec03,
.merit .sec03,
.husband_wife-cheating .sec03,
.after-sales-support .sec03,
.whats-the-plan .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .high-alertness_plan .sec03,
  .reason .sec03,
  .faq .sec03,
  .detective-office .sec03,
  .differentiation .sec03,
  .choose-a-detective .sec03,
  .beginner .sec03,
  .cheating_trivia .sec03,
  .divorce_trivia .sec03,
  .price .sec03,
  .cheating_plan .sec03,
  .divorce-priority_plan .sec03,
  .cheating-evidence_plan .sec03,
  .compensation-claim_plan .sec03,
  .intensive-period_plan .sec03,
  .override_plan .sec03,
  .court-measures_plan .sec03,
  .tracking-device_plan .sec03,
  .long-term_plan .sec03,
  .cheating-investigation .sec03,
  .research-yourself .sec03,
  .cheating-check .sec03,
  .cheating-tendency .sec03,
  .merit .sec03,
  .husband_wife-cheating .sec03,
  .after-sales-support .sec03,
  .whats-the-plan .sec03 {
    padding: 50px 0;
  }
}

.differentiation .sub_images_ul.cul2 li .chk_list li {
  width: 100%;
}

.flow .sec01 {
  position: relative;
  background-color: #FFB300;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .flow .sec01 {
    padding: 50px 0;
  }
}

.page.price .sec02 .layout_a .imgbox,
.page.price .sec02 .layout_b .imgbox {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .page.price .sec02 .layout_a .imgbox,
  .page.price .sec02 .layout_b .imgbox {
    width: 100%;
  }
}

.page.price .sec02 .layout_a .imgbox img,
.page.price .sec02 .layout_b .imgbox img {
  aspect-ratio: inherit;
}

.page.price .sec02 .layout_a .txtbox p span,
.page.price .sec02 .layout_b .txtbox p span {
  color: #E53F00;
}

/******************************/
/* 404 */
/******************************/
/******************************/
/* CASE */
/******************************/
.page-template-tmpl_case_post .thum_list li .category_c a,
.tax-case_c .thum_list li .category_c a {
  background: none;
  color: #E53F00;
  padding: 0;
}

.page-template-tmpl_case_post .thum_list li .category_c a:before,
.tax-case_c .thum_list li .category_c a:before {
  content: "#";
  display: inline-block;
}

/*# sourceMappingURL=css_map/style_page.css.map */
