@charset "UTF-8";
/* -----------------------------------------CSS Information
File Name:base.css
Author:T.osaka
Style Info:ブラウザスタイルのサイト全体設定
-------------------------------------------------------------
01:初期設定
02:ヘッダー
03:フッター
04:UI
05:コンテンツ
___構造
___見出し
___文章
___ホーム
___調査項目
___調査費用
___調査の流れ
___会社概要
06:外部css
-----------------------------------------------------------*/
/* ----------------------------------------------------------
01:初期設定
-----------------------------------------------------------*/
html {
  font-size: 62.5%; }

* html .smallFont {
  font-family: "ヒラギノ角ゴ Pro","ヒラギノ角ゴ","Hiragino Kaku Gothic Pro",sans-serif; }

*:first-child + html .smallFont {
  font-family: "ヒラギノ角ゴ Pro","ヒラギノ角ゴ","Hiragino Kaku Gothic Pro",sans-serif; }

* html ul li dl, * html ol li dl {
  display: inline; }

*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro","ヒラギノ角ゴ","Hiragino Kaku Gothic Pro",sans-serif;
  color: #333333;
  line-height: 170%;
  -webkit-text-size-adjust: 100%; }

header {
  background-color: rgba(50, 90, 192, 0.8); }

img {
  width: 100%;
  height: auto; }

a {
  color: #333333; }
  a img {
    border: 0; }

a:hover, a:active,
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  opacity: 0.8; }

ul {
  list-style-type: none; }

@media screen and (max-width: 999px) {
  /*　画面サイズ 999pxまで適用　*/
  .sp_only {
    display: block; }

  .pc_only {
    display: none; } }
@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  .sp_only {
    display: none; }

  .pc_only {
    display: block; } }
/* ----------------------------------------------------------
02:ヘッダー
-----------------------------------------------------------*/
header {
  padding: 20px; }
  header div.wrap_header a {
    display: table;
    font-size: 2.0rem;
    font-weight: bold;
    color: #ffffff; }
    header div.wrap_header a span {
      display: table-cell;
      padding: 10px;
      vertical-align: middle; }
    header div.wrap_header a span.item_logo {
      background-color: #ffffff;
      border-radius: 5px;
      width: 40%; }
  @media screen and (min-width: 1000px) {
    header {
      /*　画面サイズ 1000px以上から適用　*/
      position: relative;
      width: 100%;
      margin-bottom: 5px;
      padding: 20px; }
      header div.wrap_header {
        width: 960px;
        margin: 0 auto; }
        header div.wrap_header a span.item_logo {
          width: 200px; } }

/* ----------------------------------------------------------
03:フッター
-----------------------------------------------------------*/
nav.fixed_navi {
  z-index: 50;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8); }
  nav.fixed_navi div {
    display: flex;
    width: 100%;
    margin-bottom: 10px; }
    nav.fixed_navi div a {
      width: calc( (100% - 10px) / 2 );
      padding: 10px 10px 5px 50px;
      background-repeat: no-repeat;
      background-position: left 10px center;
      background-size: 30px auto;
      border-radius: 5px;
      color: #ffffff; }
      nav.fixed_navi div a span {
        display: inline-block;
        padding: 4px 8px;
        background-color: #ffffff;
        text-align: center;
        line-height: 100%;
        font-size: 1.0rem; }
    nav.fixed_navi div a.btn_freedial {
      background-color: #325ac0;
      background-image: url(../img/icon_phone.svg); }
      nav.fixed_navi div a.btn_freedial span {
        color: #325ac0; }
      nav.fixed_navi div a.btn_freedial span + span {
        margin-left: 5px; }
    nav.fixed_navi div a.btn_line {
      margin-left: 10px;
      background-color: #ffffff;
      background-image: url(../img/icon_line.svg);
      color: #04a500; }
      nav.fixed_navi div a.btn_line span {
        background-color: #04a500;
        color: #ffffff; }
  nav.fixed_navi p {
    text-align: center;
    color: #ffffff; }
  @media screen and (min-width: 950px) {
    nav.fixed_navi {
      /*　画面サイズ 950px以上から適用　*/
      left: calc( (100% - 950px) / 2 );
      width: 950px;
      padding: 20px; }
      nav.fixed_navi div a {
        position: relative;
        padding: 30px 20px 25px 70px;
        background-position: left 15px center;
        background-size: 40px auto;
        font-size: 2.8rem; }
        nav.fixed_navi div a br {
          display: none; }
        nav.fixed_navi div a span {
          position: absolute;
          top: 25px;
          right: 85px;
          padding: 10px 15px;
          font-size: 1.6rem; }
        nav.fixed_navi div a span + span {
          right: 15px; }
      nav.fixed_navi div a.btn_freedial {
        pointer-events: none;
        padding-left: 65px; }
      nav.fixed_navi div a.btn_line {
        background-image: url(../img/qr_line.svg); }
        nav.fixed_navi div a.btn_line span {
          right: 20px;
          width: 220px; } }

footer {
  width: 100%;
  padding: 20px 0 150px 0;
  background-color: #cccccc; }
  footer p.unit_copyright {
    width: 100%;
    text-align: center;
    font-size: 1.2rem; }
  @media screen and (min-width: 1000px) {
    footer {
      /*　画面サイズ 1000px以上から適用　*/
      padding-bottom: 200px; } }

/* ----------------------------------------------------------
04:UI
-----------------------------------------------------------*/
/* グローバルナビ */
nav {
  clear: both;
  overflow: hidden;
  /*チェックボックス等は非表示に*/
  /*アイコンのスペース*/
  /*閉じる用の薄黒カバー*/
  /*中身*/
  /*チェックが入ったらもろもろ表示*/ }
  nav #nav-drawer {
    position: relative;
    margin-left: 18px;
    margin-top: -27px; }
  nav .nav-unshown {
    display: none; }
  nav #nav-open {
    z-index: 100;
    position: fixed;
    top: 18px;
    right: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 10px 0;
    background-color: #333333;
    border-radius: 25px 25px;
    text-align: center;
    color: #ffffff; }
    nav #nav-open img {
      width: 40%; }
  nav #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out; }
  nav #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: -90%;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #fff;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    /*左に隠しておく*/ }
    nav #nav-content ul.menu_global li {
      display: block;
      width: 100%;
      padding: 10px;
      border-bottom: solid 1px #cccccc; }
  nav #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5; }
  nav #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    z-index: 9998;
    right: 0; }
  nav .hamburger-top {
    height: 40px;
    margin-top: 5px; }
  nav .menu-hamburger-menu-container li {
    float: none;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    list-style: none;
    text-align: left;
    border-bottom: dashed 1px #fedbf1; }
  nav .menu-hamburger-menu-container li:last-child {
    border: none; }
  nav .menu-hamburger-menu-container li a {
    text-decoration: none;
    color: #000; }
  nav .menu-hamburger-menu-container a:before {
    font-family: FontAwesome;
    content: "\f07b";
    color: #00bb80;
    /*アイコン色*/
    margin-right: 5px; }
  nav .menu-hamburger-menu-container .menu-item-499 a:before,
  nav .menu-hamburger-menu-container .menu-item-500 a:before,
  nav .menu-hamburger-menu-container .menu-item-501 a:before,
  nav .menu-hamburger-menu-container .menu-item-504 a:before,
  nav .menu-hamburger-menu-container .menu-item-828 a:before {
    font-family: FontAwesome;
    content: "\f061";
    color: #00bb80;
    margin-right: 5px; }
  nav .cancel {
    display: inline-block;
    margin: 20px  20px 0 20px;
    padding: 20px 0;
    width: calc( 100% - 40px );
    background: url(../img/icon_close.svg) no-repeat left 20px center;
    background-size: 20px auto;
    border: solid 1px #cccccc;
    border-radius: 5px;
    text-align: center;
    font-size: 2.0rem;
    line-height: 100%; }
  nav .category {
    background-color: #fedbf1;
    padding: 15px 0;
    font-size: 23px;
    color: #ff69b4;
    font-weight: bold; }
  @media screen and (min-width: 1000px) {
    nav {
      /*　画面サイズ 1000px以上から適用　*/
      width: 100%;
      padding: 0 0 5px 0;
      background-color: rgba(255, 255, 255, 0.8);
      border-bottom: solid 5px #325ac0; }
      nav div#nav-drawer {
        margin: 0; }
        nav div#nav-drawer input#nav-input, nav div#nav-drawer label#nav-open, nav div#nav-drawer label#nav-close {
          display: none; }
        nav div#nav-drawer div#nav-content {
          position: relative;
          top: 0;
          left: 0;
          right: 0;
          display: block;
          width: 960px;
          max-width: 960px;
          height: auto;
          margin: 0 auto;
          background-color: transparent;
          transition: .0s ease-in-out;
          /*滑らかに表示*/
          -webkit-transform: translateX(0%);
          transform: translateX(0%);
          /*左に隠しておく*/ }
          nav div#nav-drawer div#nav-content ul.menu_global {
            clear: both;
            overflow: hidden;
            width: 1100px; }
            nav div#nav-drawer div#nav-content ul.menu_global li {
              float: left;
              width: 157px;
              border-left: dotted 1px #cccccc;
              border-bottom: none; }
              nav div#nav-drawer div#nav-content ul.menu_global li a.link_basic {
                width: 100%;
                padding: 0;
                background-image: none;
                text-align: center;
                font-size: 1.6rem; }
            nav div#nav-drawer div#nav-content ul.menu_global li:last-child {
              border-right: dotted 1px #cccccc; }
          nav div#nav-drawer div#nav-content div.hamburger-top {
            display: none; } }

/*nav END*/
/* ボタン */
.link_basic {
  display: block;
  padding: 7px 0 7px 40px;
  background: url(../img/icon_circle-delta_right.svg) no-repeat left center;
  background-size: 30px 30px;
  font-size: 2rem;
  color: #333333; }

.btn_basic, .btn_basic_frame, .btn_map {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 2.2rem; }

.btn_basic {
  background-color: #325ac0;
  color: #ffffff; }
  .btn_basic .icon_delta {
    display: inline-block;
    padding: 5px 0 5px 40px;
    background: url(../img/icon_circle-delta_right_w.svg) no-repeat left center;
    background-size: 30px 30px; }

.btn_basic_frame {
  border: solid 1px #cccccc;
  border-radius: 10px;
  background-color: #ffffff; }
  .btn_basic_frame .icon_delta {
    display: inline-block;
    padding: 5px 0 5px 40px;
    background: url(../img/icon_circle-delta_right.svg) no-repeat left center;
    background-size: 30px 30px; }

.btn_map {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  color: #333333; }
  .btn_map span {
    display: inline-block;
    padding: 7px 0 7px 50px;
    background: url(../img/icon_map.svg) no-repeat left center;
    background-size: auto 40px; }

.unit_btn-set {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center; }
  .unit_btn-set a + a, .unit_btn-set button + button {
    margin-top: 20px; }

@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  .unit_btn-set {
    width: 100%; }
    .unit_btn-set a, .unit_btn-set button {
      display: inline-block;
      width: 450px; }
    .unit_btn-set a + a, .unit_btn-set button + button {
      margin: 0 0 0 40px; } }
/* フォーム */
input[type=text], input[type=tel], input[type=email], textarea {
  width: 100%;
  padding: 10px;
  background-color: #e7f0e7;
  border: solid 1px #cccccc;
  border-radius: 5px;
  font-size: 1.8rem; }

input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: none;
  border-radius: 5px; }

.radio-input {
  display: none; }

.radio-input + label {
  padding-top: 2px;
  padding-left: 25px;
  position: relative;
  margin-right: 20px; }

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%; }

.radio-input:checked + label {
  color: #325ac0; }

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #325ac0;
  border-radius: 50%; }

.checkbox-input {
  display: none; }

.checkbox01-parts {
  display: block;
  padding-top: 0;
  padding-left: 25px;
  position: relative;
  margin-right: 20px; }

.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #999;
  border-radius: 4px; }

.checkbox-input:checked + .checkbox01-parts {
  color: #325ac0; }

.checkbox-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 12px;
  height: 19px;
  transform: rotate(40deg);
  border-bottom: 3px solid #325ac0;
  border-right: 3px solid #325ac0; }

dl.unit_form {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: dotted 1px #cccccc; }
  dl.unit_form dt {
    margin: 0 0 20px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 100%; }
    dl.unit_form dt .item_required {
      display: inline-block;
      margin: 0 0 0 5px;
      padding: 2px 7px;
      background-color: #990000;
      font-size: 1.4rem;
      font-weight: normal;
      color: #ffffff; }
  dl.unit_form dd span.item_addition {
    display: block;
    margin: 5px 0 0 0;
    color: #666666; }
  dl.unit_form dd span.item_subtitle {
    display: inline-block;
    margin-top: 10px; }
  dl.unit_form dd ul.unit_schedule {
    display: table; }
    dl.unit_form dd ul.unit_schedule li {
      display: table-cell; }
    dl.unit_form dd ul.unit_schedule li + li {
      padding-left: 10px; }

dl.unit_form + p.item_align-center {
  margin-top: 40px; }

span.item_validation {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 5px 0 5px 25px;
  background: url(../img/icon_exclamation.svg) no-repeat left center;
  background-size: 20px auto;
  line-height: 140%;
  font-weight: bold;
  color: #cc0000; }

@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  dl.unit_form {
    display: table;
    margin-top: 40px;
    padding-top: 20px; }
    dl.unit_form dt, dl.unit_form dd {
      display: table-cell;
      vertical-align: top; }
    dl.unit_form dt {
      width: 190px; }
    dl.unit_form dd {
      width: 770px; } }
/* ----------------------------------------------------------
05:コンテンツ
-----------------------------------------------------------*/
main {
  padding: 40px 0 40px 0; }
  main section {
    margin: 0 20px; }
    main section section {
      margin: 40px 0 0 0; }
    main section + section {
      margin-top: 40px; }
  main h1 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.4rem;
    color: #325ac0; }
    main h1 + p {
      text-align: center; }
  main h2.title_section {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    border-left: solid 10px #325ac0;
    font-size: 2.0rem; }
  main p + P {
    margin-top: 20px; }
  main p + ul {
    margin-top: 20px; }
  main ol.list_number {
    list-style-type: decimal;
    margin: 10px 0; }
    main ol.list_number li {
      margin: 0 0 0 20px; }
      main ol.list_number li + li {
        margin-top: 10px;
        padding-top: 10px; }
  main ul.list_bullets {
    list-style-type: disc;
    margin: 20px 0; }
    main ul.list_bullets li {
      margin-left: 20px; }
      main ul.list_bullets li + li {
        margin-top: 10px; }
  main div.wrap_gmap {
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
    main div.wrap_gmap iframe {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
  main dl.item_outline {
    display: table;
    width: 100%; }
    main dl.item_outline dt {
      display: table-cell;
      width: 25%;
      color: #325ac0; }
    main dl.item_outline dd {
      display: table-cell;
      width: 75%;
      padding-left: 20px; }
    main dl.item_outline + dl.item_outline {
      margin-top: 20px;
      padding-top: 20px;
      border-top: solid 1px #cccccc; }

@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  main section section {
    margin: 80px 0 0 0; }
  main section + section {
    margin-top: 80px; } }
/* ホーム */
main.home {
  padding-top: 0; }
  main.home section.unit_kv {
    margin: 0;
    padding: 0; }
  main.home h1 {
    margin-bottom: 0; }
  main.home h2 {
    padding-bottom: 15px;
    border-bottom: solid 1px #cccccc;
    text-align: center;
    font-size: 2.0rem;
    color: #325ac0; }
  main.home section.unit_reason {
    margin: 0;
    padding: 20px;
    background-color: #dde9f6; }
    main.home section.unit_reason h2 {
      padding: 0;
      border: none;
      color: #333333; }
      main.home section.unit_reason h2 strong {
        font-size: 1.4rem;
        font-weight: normal; }
      main.home section.unit_reason h2 + section.item_reason {
        margin-top: 20px; }
    main.home section.unit_reason section.item_reason {
      padding: 20px;
      background-color: #ffffff; }
      main.home section.unit_reason section.item_reason img {
        margin-bottom: 20px; }
      main.home section.unit_reason section.item_reason h3 {
        margin-bottom: 20px;
        padding-left: 20px;
        border-left: solid 15px #325ac0; }
      main.home section.unit_reason section.item_reason ul {
        list-style: disc;
        margin-left: 20px; }
        main.home section.unit_reason section.item_reason ul li + li {
          margin-top: 10px; }
      main.home section.unit_reason section.item_reason + section.item_reason {
        margin-top: 20px; }
    main.home section.unit_reason + section.unit_flow {
      margin-top: 0; }
  main.home section.unit_flow {
    margin: 0;
    padding: 20px;
    background: url("../img/home_flow_bg_sp.jpg") no-repeat center top;
    background-size: 100% 100%; }
    main.home section.unit_flow h2 {
      margin-bottom: 20px;
      padding: 0;
      border: none;
      color: #ffffff; }
    main.home section.unit_flow div.wrap_flow {
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.8); }
      main.home section.unit_flow div.wrap_flow span {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        background-color: #325ac0;
        text-align: center;
        font-weight: bold;
        color: #ffffff; }
      main.home section.unit_flow div.wrap_flow h2 {
        margin-bottom: 10px;
        padding: 0;
        border: none;
        font-size: 1.8rem;
        color: #325ac0; }
      main.home section.unit_flow div.wrap_flow + div.wrap_flow {
        margin-top: 1px; }
  main.home section.unit_office .item_ph {
    height: 250px;
    margin: 0 0 20px 0;
    background-color: #cccccc; }
  main.home section.unit_data section h3 {
    margin-bottom: 20px;
    padding: 5px 0 6px 15px;
    border-left: solid #325ac0 10px;
    font-size: 1.8rem; }

/* 調査項目 */
main.investigate section.unit_investigate {
  padding: 5px;
  border: solid 1px #cccccc; }
  main.investigate section.unit_investigate div.wrap_txt {
    padding: 15px; }
    main.investigate section.unit_investigate div.wrap_txt h2 {
      margin-bottom: 10px;
      font-size: 2.0rem;
      color: #325ac0; }
  main.investigate section.unit_investigate + section.unit_investigate {
    margin-top: 20px; }

/* 調査費用 */
main.price section div.unit_expenses {
  margin-top: 20px;
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #cccccc; }
  main.price section div.unit_expenses h3 {
    text-align: center;
    font-size: 1.8rem; }
  main.price section div.unit_expenses ul.unit_column_2to4 {
    clear: both;
    overflow: hidden;
    width: 100%; }
    main.price section div.unit_expenses ul.unit_column_2to4 li {
      display: block;
      width: 48%;
      margin: 20px 0 0 0;
      padding: 5px 0 5px 40px;
      line-height: 120%; }
      main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(odd) {
        float: left;
        margin-right: 2%; }
      main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(even) {
        float: right;
        margin-left: 2%; }
      main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(1) {
        background: url(../img/icon_clock_b.svg) no-repeat left center;
        background-size: 30px 30px; }
      main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(2) {
        background: url(../img/icon_detective_b.svg) no-repeat left center;
        background-size: 30px 30px; }
      main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(3) {
        background: url(../img/icon_camera_b.svg) no-repeat left center;
        background-size: 30px 30px; }
      main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(4) {
        background: url(../img/icon_report_b.svg) no-repeat left center;
        background-size: 30px 30px; }
      main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(5) {
        background: url(../img/icon_magnifying_b.svg) no-repeat left center;
        background-size: 30px 30px; }
main.price section p.list_note {
  display: inline-block;
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em; }
main.price section section h2 {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: solid 5px #325ac0;
  font-size: 2.0rem; }
main.price section section ul li {
  padding-left: 10px;
  border-left: solid 5px #cccccc; }
  main.price section section ul li + li {
    margin-top: 20px; }

/* 調査の流れ */
main.flow section div.unit_flow {
  margin-top: 40px;
  padding: 10px;
  background-color: #dde9f6; }
  main.flow section div.unit_flow section {
    margin-top: 0; }
    main.flow section div.unit_flow section div.wrap_flow {
      padding: 20px;
      background-color: #ffffff; }
      main.flow section div.unit_flow section div.wrap_flow span {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        padding: 5px;
        background-color: #325ac0;
        text-align: center;
        line-height: 100%;
        font-weight: bold;
        color: #ffffff; }
      main.flow section div.unit_flow section div.wrap_flow h2 {
        margin-bottom: 15px;
        font-size: 1.8rem;
        text-align: center; }
    main.flow section div.unit_flow section + section:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 40px;
      background: url("../img/flow_delta.svg") no-repeat center top 15px;
      background-size: 40px auto; }

/* 会社概要 */
main.office section div.unit_office-data {
  clear: both;
  overflow: hidden;
  margin-top: 20px; }
  main.office section div.unit_office-data div.wrap_office-data_l {
    float: left;
    width: 48%; }
    main.office section div.unit_office-data div.wrap_office-data_l dl dd {
      padding-top: 10px; }
  main.office section div.unit_office-data div.wrap_office-data_r {
    float: right;
    width: 48%; }
    main.office section div.unit_office-data div.wrap_office-data_r dl dd {
      padding-top: 10px; }
    main.office section div.unit_office-data div.wrap_office-data_r a.luminous {
      display: block;
      position: relative; }
      main.office section div.unit_office-data div.wrap_office-data_r a.luminous img.item_enlarge {
        z-index: 10;
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: 25px; }

.lum-close-button {
  top: auto;
  bottom: 5px; }

@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  main {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    main section {
      padding: 0; }
    main dl.item_outline dt {
      width: 10%; }
    main dl.item_outline dd {
      width: 90%; }

  main.home section.unit_reason {
    padding: 40px; }
    main.home section.unit_reason section.item_reason {
      clear: both;
      overflow: hidden; }
      main.home section.unit_reason section.item_reason img {
        float: left;
        width: 360px; }
      main.home section.unit_reason section.item_reason div.wrap_reason {
        float: right;
        width: 460px; }
  main.home section.unit_flow {
    padding: 40px;
    background: url("../img/home_flow_bg_pc.jpg") no-repeat center top; }
    main.home section.unit_flow h2 {
      margin-bottom: 40px; }
    main.home section.unit_flow div.wrap_flow {
      padding: 40px; }
  main.home section.unit_office {
    clear: both;
    overflow: hidden; }
    main.home section.unit_office .item_ph {
      float: left;
      width: 35%; }
    main.home section.unit_office dl.item_outline {
      float: right;
      width: 60%; }
      main.home section.unit_office dl.item_outline dt {
        width: 15%; }
      main.home section.unit_office dl.item_outline dd {
        width: 85%; }

  main.investigate section.unit_investigate {
    clear: both;
    overflow: hidden;
    padding: 20px; }
    main.investigate section.unit_investigate img {
      float: left;
      width: 40%; }
    main.investigate section.unit_investigate div.wrap_txt {
      float: right;
      width: 60%;
      padding: 0 0 0 20px; }

  main.price section div.unit_expenses {
    padding: 20px; }
    main.price section div.unit_expenses ul.unit_column_2to4 {
      margin-top: 20px; }
      main.price section div.unit_expenses ul.unit_column_2to4 li {
        width: 24%;
        margin: 10px 1% 0 0; }
        main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(1) {
          margin-top: 0; }
        main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(2) {
          margin-top: 0; }
        main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(3) {
          margin-top: 0; }
        main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(4) {
          margin-top: 0; }
        main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(odd) {
          float: left;
          margin-left: 0;
          margin-right: 1%; }
        main.price section div.unit_expenses ul.unit_column_2to4 li:nth-child(even) {
          float: left;
          margin-left: 0;
          margin-right: 1%; }
  main.price section section ul {
    clear: both;
    overflow: hidden; }
    main.price section section ul li {
      float: left; }
      main.price section section ul li + li {
        margin: 0 0 0 20px; }

  main.flow section div.unit_flow {
    padding: 40px; }

  main.office section div.unit_office-data div.wrap_office-data_l dl {
    display: table; }
    main.office section div.unit_office-data div.wrap_office-data_l dl dt {
      display: table-cell;
      vertical-align: top;
      width: 30%; }
    main.office section div.unit_office-data div.wrap_office-data_l dl dd {
      display: table-cell;
      vertical-align: top;
      width: 70%;
      padding-left: 20px; }
  main.office section div.unit_office-data div.wrap_office-data_r dl {
    display: table; }
    main.office section div.unit_office-data div.wrap_office-data_r dl dt {
      display: table-cell;
      vertical-align: top;
      width: 30%; }
    main.office section div.unit_office-data div.wrap_office-data_r dl dd {
      display: table-cell;
      vertical-align: top;
      width: 70%;
      padding-left: 20px; } }
/* ----------------------------------------------------------
06:外部CSS
-----------------------------------------------------------*/
/*lum-lightbox用に追加*/
div.lum-lightbox {
  z-index: 100000; }

@media screen and (min-width: 1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  .lum-lightbox-inner img {
    max-width: 420px;
    max-height: 570px; } }
