@charset "utf-8";
@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 0;
  }
}
/************ フォント ************/
.font-mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-bold {
  font-weight: 700;
}
span.main-bdr {
  padding-bottom: .2em;
}
.mw-80{
  max-width: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
.mw-80{
  max-width: 100%;
}
}
.mt_0 {
  margin-top: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_100 {
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .mb_100 {
    margin-bottom: 50px !important;
  }
}
#archive_header {
  border: none;
}
@media (max-width: 768px) {
  #inner-content {
    margin-top: 0;
  }
  .page-title {
    text-align: center;
  }
}
/************ ハンバーガーメニュー ************/
#drawer__content .widgettitle {
  margin-top: 0;
}
.drawer__title {
  padding: 0;
}
/************ パンくず ************/
#breadcrumb li a {
  color: #5a9115;
}
/************  ************/
/************ リスト ************/
.li-asterisk ul {
  margin-bottom: 1.5em;
  padding: 0;
  border: none;
  list-style-type: none;
}
.li-asterisk ul li {
  font-size: 16px;
  line-height: 28px;
  padding: 0;
}
.li-asterisk ul li::before {
  content: "※";
  display: inline-block;
}
/************ ボタン ************/
.detail_btn {
  background: #f7931e;
  border-radius: 25px;
  height: 50px;
  max-width: 415px;
  width: 100%;
  margin: 40px auto;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
}
.detail_btn:hover, .detail_btn:focus {
  box-shadow: 0 13px 20px -3px rgba(0, 0, 0, 0.24);
  -webkit-tap-highlight-color: transparent;
}
.detail_btn a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}
.detail_btn a::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url("../images/icon_arrow_01.svg") no-repeat center;
  background-size: cover;
  margin-bottom: -2px;
  margin-left: 6px;
}
.detail_btn a:hover {
  text-decoration: none;
}
.consul_btn {
  max-width: 360px;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.consul_btn a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  background: #f80113;
}
.consul_btn a::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url("../images/icon_arrow_02.svg") no-repeat center;
  background-size: cover;
  margin-bottom: -2px;
  margin-left: 6px;
}
.consul_btn a:hover {
  text-decoration: none;
}
.consul_btn input:hover, .consul_btn input:focus {
  box-shadow: 0 13px 20px -3px rgba(0, 0, 0, 0.24);
  -webkit-tap-highlight-color: transparent;
}
.consul_btn input {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  background: #f80113 url("../images/icon_arrow_02.svg") no-repeat right 20px top 21px;
  background-size: 18px auto;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  -webkit-appearance: button;
  width: 100%;
  height: 60px;
  position: relative;
}
.consul_btn input.back {
	background: #333;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
  .consul_btn input {
    height: 55px;
  }
  .consul_btn a {
    line-height: 55px;
  }
  .consul_btn input[type="submit"] {
    font-size: 16px;
  }
}
/************ サイトバー ************/
/************ sidebar ************/
dl.tel_box {
  background: #fff;
}
dl.tel_box dd {
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
}
dl.tel_box dd:last-of-type {
  border-bottom: 1px solid #999999;
}
dl.tel_box dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
dl.tel_box dd + dd::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #999999;
  margin: 0 auto;
}
dl.tel_box dd a:first-of-type {
  padding: 20px 0 15px;
}
dl.tel_box dd a:last-of-type {
  padding: 15px 10px 20px;
}
dl.tel_box dd a img {
  max-width: 315px;
  width: 100%;
}
dl.about_box {
  background: #fff;
}
dl.about_box dd {
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  text-align: center;
}
dl.about_box dd:last-of-type {
  border-bottom: 1px solid #999999;
}
dl.about_box dd {
  padding: 20px 10px;
}
dl.about_box dd:last-of-type {
  padding: 0 0 20px;
}
dl.about_box dd a img {
  max-width: 300px;
  width: 100%;
}
dl.about_box dd p {
  margin: 0;
}
dl.about_box dd p.fs-26 {
  font-weight: 700;
  font-size: 26px;
  line-height: 45.5px;
  color: #669700;
  margin-bottom: 10px;
}
dl.about_box dd p.fs-14 {
  font-size: 14px;
  line-height: 24.5px;
  color: #333;
}
dl.about_box dd p.fs-13 {
  font-size: 13px;
  line-height: 21px;
  color: #3a3a3a;
}
@media (max-width: 768px) {
  .sidebar {
    margin-top: 0;
  }
  #s_pr {
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
  }
  .insidesp #s_pr {
    max-width: 100%;
  }
  .insidesp #s_pr.flex-rev {
    display: flex;
    flex-direction: column-reverse;
  }
  dl.about_box dd p.fs-26 {
    font-size: 23px;
    line-height: 41px;
    margin-bottom: 10px;
  }
  dl.about_box dd p.fs-14 {
    font-size: 12px;
    line-height: 22px;
  }
  dl.about_box dd p.fs-13 {
    font-size: 11px;
    line-height: 19px;
  }
}
/************ フッター ************/
/************ footer ************/
.copyright {
  margin-top: 30px;
}
/************ トップ ************/
/************ index ************/
#survey_content {}
.survey_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.survey_list li {
  background: #fff;
  border: 0.5px solid #999;
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  animation: fadeIn 0.7s ease 0s 1 normal;
}
.survey_list li:hover {
  transform: translateY(-4px);
}
.survey_list li a {
  display: flex;
}
.survey_list li a:hover {
  text-decoration: none;
}
.survey_list li .img {
  max-width: 150px;
  width: 100%;
}
.survey_list li .info {
  padding: 15px 8px 0 12px;
  width: calc(100% - 150px);
  position: relative;
}
.survey_list_title {
  font-weight: 700;
  font-size: 21px;
  color: #333;
  margin: 0;
}
.survey_list_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .survey_list_title {
    font-size: 16px;
  }
  .survey_list_text {
    font-size: 12px;
  }
}
.survey_list_btn {
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  color: #333;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.survey_list_btn::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: url("../images/icon_arrow_03.svg") no-repeat center;
  background-size: cover;
  margin-right: 5px;
}
.promise {}
.box35 {
  margin: 2em 0;
  padding: 50px 1em 10px;
  background: #E6E6E6;
  color: #333333;
}
.promise .hh {
  color: #333333;
  text-align: center;
  margin: 0 !important;
}
.promise .ol-circle li:before {
  background: #669700;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.promise .ol-circle li p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 0 10px;
}
.promise .ol-circle li p:last-of-type {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: 12px 0 0 -34px;
}
.about_wrap {}
.about_wrap p.about_title {
  border: 1px solid #5a9015;
  color: #5a9015;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  padding: 8px 0;
}
.about_wrap p {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  color: #333;
}
@media only screen and (max-width: 1194px) {
  .survey_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .jirei_title {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  #survey_content {
    margin-bottom: -20px;
  }
  #survey_content.wrap {
    width: 100%;
  }
  .survey_list li {
    width: 100%;
  }
  .survey_list li .info {
    padding: 5px 8px 0 10px;
  }
  #survey_content.wrap .rows, .jirei_title {
    display: block;
    max-width: 92%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #inner-content .jirei_title {
    max-width: 100%;
  }
  .promise {
    /* margin: 0 -4%; */
  }
  .box35 .ol-circle ol {
    padding: 0;
  }
  .about_wrap {
    margin-bottom: 50px;
  }
  .about_wrap .shtb2.tbrsp .cell {
    margin-bottom: 50px;
  }
}
/************ 固定ページ ************/
/************  ************/
.shtb2.tbrsp, .shtb2.tbrsp .cell, .shtb2.tbrsp .cell, .shtb3.tbrsp, .shtb3.tbrsp .cell, .shtb3.tbrsp .cell {
  margin-bottom: 0;
}
.sc ul, .sc ol, .list-raw ul, .list-raw ol, .sng-box ul, .sng-box ol, .memo ul, .memo ol {
  margin: 0;
}
/************ 中央興信所広島について ************/
/************ about ************/
.detail_btn + .flow_title{
	margin-top: 60px;
	margin-bottom:0;
}
.flow_title {
  background: #5a9115;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 9px 0;
}
.entry-content.about_table {
  padding: 0 !important;
  margin-bottom: 40px;
}
.entry-content.about_table table {
  background: #E6E6E6;
  border: none;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}
.entry-content.about_table tr {
  max-width: 100%;
  width: 100%;
}
.entry-content.about_table tr {
  border: none;
}
.entry-content.about_table td {
  padding: 5px 20px;
  border-right: none;
  font-size: 16px;
  line-height: 36px;
}
.entry-content.about_table td:first-of-type {
  font-weight: bold;
  vertical-align: baseline;
  width: 160px;
}
.entry-content.about_table td:last-of-type {
  width: calc(100% - 130px);
}
@media (max-width: 768px) {
  .entry-content.about_table td:last-of-type {
    width: 100%;
  }
}
/************ 調査料金 ************/
/************ price ************/
.box34 {
  border: 1px solid #669700;
  padding-bottom: 20px;
}
.box34:nth-of-type(2n) {
  border: 1px solid #4d6600;
}
.box34 + .box34 {
  margin-top: 25px;
}
.box34 .box_ttl {
  height: 40px;
  background: #669700;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.box34:nth-of-type(2n) .box_ttl {
  background: #4d6600;
}
.box34 .shtb2.tbrsp {
  padding: 0 70px;
}
.box34 .shtb2.tbrsp + .shtb2.tbrsp {
  margin-top: 20px;
}
.box34 .shtb2.tbrsp .cell {
  height: 40px;
}
.box34 .shtb2.tbrsp .cell:first-of-type {
  background: url("../images/icon_04.svg") no-repeat left;
  background-size: 40px;
}
.box34 .shtb2.tbrsp .cell:last-of-type {
  background: url("../images/icon_05.svg") no-repeat left;
  background-size: 40px;
  padding-left: 0;
  padding-right: 0;
}
.box34 .shtb2.tbrsp .cell {
  vertical-align: middle;
}
.box34 .shtb2.tbrsp .cell p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 0;
}
.box34 .shtb2.tbrsp .cell:last-of-type p span {
  font-size: 18px;
}
.box34 .shtb2.tbrsp .cell:last-of-type p::before {
  content: "基本料金";
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  width: 60px;
  background: #669700;
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
  position: relative;
  top: -5px;
}
/* .box34 .shtb2.tbrsp .cell:last-of-type p::after {
  content: "（税別）";
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
} */
.box34 p.note {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .box34 .shtb2.tbrsp {
    padding: 0px 50px;
  }
}
@media (max-width: 768px) {
  .box34 .shtb2.tbrsp {
    padding: 0px 20px;
  }
  .box34 .shtb2.tbrsp .cell {
    margin-bottom: 20px;
  }
  .box34 p.note {
    padding: 0 20px;
    text-align: left;
  }
}
/************ 無料相談/問合せフォーム ************/
/************ contact_ ************/
.contact_ttl {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #669700;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 60px !important;
  margin-bottom: 30px;
}
.box36 {
  border: 1px solid #333;
  padding: 25px 30px 30px;
}
#mw_wp_form_mw-wp-form-7 {}
#mw_wp_form_mw-wp-form-7 .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
#mw_wp_form_mw-wp-form-7 dl dt {
  border-left: 3px solid #5A9115;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 8px;
}
#mw_wp_form_mw-wp-form-7 dl.hissu dt::after {
  content: "" !important;
  display: inline-block;
  height: 20px;
  width: 40px;
  background: url("../images/icon_required.svg") no-repeat center;
  background-size: cover;
  margin-bottom: -3px;
  margin-left: 10px;
}
#mw_wp_form_mw-wp-form-7 .mwform-checkbox-field-text {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
#mw_wp_form_mw-wp-form-7 dl dd {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
  margin-bottom: 40px;
}
#mw_wp_form_mw-wp-form-7 input[type="text"], #mw_wp_form_mw-wp-form-7 input[type="email"], textarea {
  border: 1px solid #707070;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .contact_ttl {
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 50px !important;
    margin-bottom: 20px;
  }
  .mb_100 .cell:first-of-type {
    margin-bottom: 20px;
  }
  .box36 {
    padding: 15px 20px 0px;
  }
  #mw_wp_form_mw-wp-form-7 .title {
    text-align: center;
  }
  #mw_wp_form_mw-wp-form-7 .box .horizontal-item {
    display: block;
  }
}
/************ 調査事例 ************/
/************ single ************/
.post p {
  margin-bottom: 0;
}
.example_box {
  border: 1px solid #333;
  display: flex;
  align-items: center;
  padding: 20px;
}
.example_box .red {
  height: 140px;
  width: 140px;
  background: url("../images/icon_red.svg") no-repeat center;
  background-size: cover;
  margin-right: 20px;
}
.example_box .blue {
  height: 140px;
  width: 140px;
  background: url("../images/icon_blue.svg") no-repeat center;
  background-size: cover;
  margin-right: 20px;
}
p.requester {
  margin-bottom: 20px;
}
.requester::before {
  content: "依頼者";
  display: inline-block;
  width: 84px;
  height: 28px;
  background: #669700;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
.target_person::before {
  content: "対象者";
  display: inline-block;
  width: 84px;
  height: 28px;
  background: #4D4D4D;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
.request_title::before {
  content: "";
  display: inline-block;
  height: 52px;
  width: 52px;
  background: url("../images/icon_01.svg") no-repeat center;
  background-size: cover;
  margin-right: 10px;
  margin-bottom: -18px;
}
.investigation_title::before {
  content: "";
  display: inline-block;
  height: 52px;
  width: 52px;
  background: url("../images/icon_02.svg") no-repeat center;
  background-size: cover;
  margin-right: 10px;
  margin-bottom: -18px;
}
.investigation h4:first-of-type {
  margin-top: 0;
}
.investigation_result_title::before {
  content: "";
  display: inline-block;
  height: 52px;
  width: 52px;
  background: url("../images/icon_03.svg") no-repeat center;
  background-size: cover;
  margin-right: 10px;
  margin-bottom: -18px;
}
.comments_client {
  border-radius: 20px;
  background: #efe4d8;
  padding: 40px;
  position: relative;
}
.comments_client::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 28px;
  border-color: #efe4d8 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 100px;
}
@media (max-width: 768px) {
  .example_box {
    display: block;
  }
  .example_box .red, .example_box .blue {
    margin: 0 auto 20px;
  }
  p.requester, p.target_person {
    padding-left: 90px;
  }
  p.requester {
    margin-bottom: 10px;
  }
  .requester::before, .target_person::before {
    margin-right: 6px;
    margin-left: -90px;
  }
  .comments_client {
    padding: 20px;
  }
  .comments_client::after {
    left: 50px;
  }
}