@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px; }

body {
  position: relative;
  width: auto;
  height: auto;
  min-width: 1240px;
  background: #FFF;
  z-index: 0;
  color: #2B2B2B;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px; }

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative; }

.main_content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24px 0 120px;
  background: #F1F3F4; }

/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  text-decoration: none;
  color: #0071bc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    opacity: 0.7; }

/*　画像
----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0; }

/*　カラム
----------------------------------------------------*/
.col2_li {
  position: relative;
  width: 100%;
  height: auto; }
  .col2_li li {
    float: left;
    width: 48%;
    height: auto;
    margin: 4% 0 0 4%; }
    .col2_li li:nth-child(2n+1) {
      margin-left: 0; }
    .col2_li li:nth-child(-n+2) {
      margin-top: 0; }

.col3_li {
  position: relative;
  width: 100%;
  height: auto; }
  .col3_li li {
    float: left;
    width: 32%;
    height: auto;
    margin: 3% 0 0 2%; }
    .col3_li li:nth-child(3n+1) {
      margin-left: 0; }
    .col3_li li:nth-child(-n+3) {
      margin-top: 0; }

/*　見出し
----------------------------------------------------*/
.top_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 32px;
  font-size: 2.3rem;
  text-align: center;
  color: #000; }
  .top_title span {
    display: block;
    margin-bottom: 12px; }
    .top_title span img {
      margin: 0 auto; }

.balloon::before {
  content: url("../images/home/balloon_service.png");
  position: absolute;
  top: 50%;
  left: 29.5%; }

.page_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: bold;
  font-size: 3.8rem;
  color: #516575;
  line-height: 1.4; }
  .page_title span {
    display: block;
    font-size: 1.8rem; }

.content_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 2.4rem;
  color: #000;
  text-align: center; }
  .content_title span {
    display: block;
    margin: 10px 0 40px;
    font-size: 1.3rem; }

.sub_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin: 40px 0 16px;
  font-size: 1.6rem;
  color: #516575; }

/*　ボタン
----------------------------------------------------*/
.btn_base {
  display: block;
  width: 250px;
  height: auto;
  margin: 48px auto 0;
  padding: 12px 0 14px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  background: #2E3646;
  border: 4px #DBD995 solid;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px; }

.btn_news {
  width: 26%;
  height: auto;
  margin: 56px auto 0;
  line-height: 1; }
  .btn_news a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: #F4A43D;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

/*　テーブル
----------------------------------------------------*/
.tbl_base {
  width: 100%;
  height: auto;
  font-size: 1.6rem; }
  .tbl_base th {
    width: 28%;
    height: auto;
    padding: 24px 32px 16px;
    border-bottom: 1px #516575 solid;
    vertical-align: top;
    font-weight: 500; }
  .tbl_base td {
    width: 72%;
    height: auto;
    padding: 24px 32px 16px;
    border-bottom: 1px #fff solid; }

.tbl_price_col2 {
  width: 100%;
  height: auto; }
  .tbl_price_col2 th {
    width: 50%;
    height: auto;
    padding: 12px 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #516575;
    border-top: 1px #516575 solid;
    border-left: 1px #516575 solid;
    border-bottom: 1px #cccccc solid; }
  .tbl_price_col2 td {
    width: 50%;
    height: auto;
    padding: 12px 16px;
    text-align: center;
    background: #fff;
    border: 1px #cccccc solid; }
    .tbl_price_col2 td.price {
      color: #B8272D;
      font-size: 1.6rem;
      font-weight: bold; }

.tbl_price_col3 {
  width: 100%;
  height: auto;
  border-collapse: separate;
  border: 1px #cccccc solid;
  border-bottom: none; }
  .tbl_price_col3 th {
    width: 34%;
    height: auto;
    padding: 12px 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #516575;
    border-top: 1px #516575 solid;
    border-left: 1px #516575 solid;
    border-bottom: 1px #cccccc solid; }
  .tbl_price_col3 td {
    width: 33%;
    height: auto;
    padding: 12px 16px;
    text-align: center;
    background: #fff;
    border-bottom: 1px #cccccc solid; }
    .tbl_price_col3 td:first-of-type {
      border-right: 1px #cccccc solid; }
    .tbl_price_col3 td.price {
      color: #B8272D;
      font-size: 1.6rem;
      font-weight: bold; }

/* 下層タイトル部分
----------------------------------------------------*/
.page_title_area_col2 {
  position: relative;
  width: 100%;
  height: 500px;
  background: #ECEBE4; }
  .page_title_area_col2 ul {
    display: table;
    width: 100%;
    height: 100%;
    color: #516575; }
    .page_title_area_col2 ul li {
      box-sizing: border-box;
      display: table-cell;
      width: 50%;
      height: 100%;
      vertical-align: middle; }
      .page_title_area_col2 ul li.bg_hc {
        background: url("../images/housecleaning/header_image_housecleaning.jpg") no-repeat;
        background-position: center;
        background-size: cover; }
      .page_title_area_col2 ul li.bg_mn {
        background: url("../images/maintenance/header_image_maintenance.jpg") no-repeat;
        background-position: center;
        background-size: cover; }
      .page_title_area_col2 ul li.bg_rf {
        background: url("../images/reform/header_image_reform.jpg") no-repeat;
        background-position: center;
        background-size: cover; }
      .page_title_area_col2 ul li.bg_ot {
        background: url("../images/other/header_image_other.jpg") no-repeat;
        background-position: center;
        background-size: cover; }
      .page_title_area_col2 ul li.text_area {
        padding-left: 40px; }
        .page_title_area_col2 ul li.text_area h2 {
          font-weight: bold;
          font-size: 3.8rem;
          line-height: 1.4; }
          .page_title_area_col2 ul li.text_area h2 span {
            display: block;
            font-size: 1.8rem; }
        .page_title_area_col2 ul li.text_area p {
          margin-top: 4px;
          font-size: 1.6rem; }

.page_title_area {
  position: relative;
  width: 100%;
  height: 350px;
  background: #ECEBE4; }
  .page_title_area .inner {
    height: 100%; }

/* パンくずリスト
----------------------------------------------------*/
.breadcrumbs {
  width: 70%;
  height: auto;
  min-width: 1008px;
  margin: 0 auto 80px;
  font-size: 1.6rem;
  background: #f2f2f2; }
  .breadcrumbs i {
    margin: 0 3px; }
    .breadcrumbs i:first-child {
      margin-left: 0; }

/*　区切り線
----------------------------------------------------*/
.border {
  margin: 64px 0;
  padding: 0;
  border-top: 1px #cccccc dotted; }

/*****************************************************

 Template - Header
 
*****************************************************/
/* global_header
----------------------------------------------------*/
.global_header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: #2A799B;
  color: #fff; }
  .global_header .header_logo a {
    display: block;
    width: 236px;
    height: 69px;
    margin: 0 auto;
    background: url("../images/common/main_logo.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden; }
  .global_header .header_copy {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1.4; }
    .global_header .header_copy span {
      display: inline-block;
      position: relative;
      padding: 4px 30px 3px; }
      .global_header .header_copy span::before, .global_header .header_copy span::after {
        position: absolute;
        top: 0;
        content: '';
        width: 6px;
        height: 100%; }
      .global_header .header_copy span::before {
        left: 0;
        border-top: solid 2px #fff;
        border-left: solid 2px #fff;
        border-bottom: solid 2px #fff; }
      .global_header .header_copy span::after {
        right: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff; }
  .global_header .h_right_box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 214px;
    height: auto;
    text-align: center; }
    .global_header .h_right_box ul {
      width: 100%;
      height: auto;
      text-align: center; }
      .global_header .h_right_box ul li {
        display: inline-block; }
        .global_header .h_right_box ul li a {
          color: #fff;
          font-size: 18px;
          letter-spacing: 2px; }
        .global_header .h_right_box ul li + li {
          margin-left: 8px; }
          .global_header .h_right_box ul li + li::before {
            content: "｜";
            margin-right: 8px; }
    .global_header .h_right_box .phone {
      width: 100%;
      height: auto;
      margin-top: 6px; }
      .global_header .h_right_box .phone a {
        display: block;
        width: 100%;
        height: auto;
        padding: 8px 0;
        background: #F4A43D;
        color: #fff;
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px; }
        .global_header .h_right_box .phone a::before {
          font-family: FontAwesome;
          content: "";
          margin-right: 6px;
          font-weight: normal; }

/* global_nav
----------------------------------------------------*/
.global_nav {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0 8px;
  background: #516575; }
  .global_nav ul.nav {
    width: 100%;
    height: auto; }
    .global_nav ul.nav > li {
      float: left;
      width: 19.2%;
      height: auto;
      margin-left: 1%; }
      .global_nav ul.nav > li:nth-child(5n+1) {
        margin-left: 0; }
      .global_nav ul.nav > li a {
        display: block;
        width: 100%;
        height: auto;
        padding: 14px 0;
        text-align: center;
        color: #2B2B47;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1;
        border-bottom: 3px #2B2B47 solid;
        background: #ECEBE4; }

/* main_image_box
----------------------------------------------------*/
.main_image_box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 32px 0; }
  .main_image_box ul {
    position: relative;
    display: table;
    width: 100%;
    height: auto; }
    .main_image_box ul li {
      display: table-cell; }
      .main_image_box ul li a {
        display: block;
        width: 100%;
        height: 100%; }

/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  position: relative;
  width: 100%;
  height: auto; }
  .global_footer .contact_area {
    position: relative;
    width: 100%;
    height: auto;
    background: linear-gradient(-120deg, #00AA8F, #2A799B); }
    .global_footer .contact_area .contact_box {
      position: relative;
      display: table;
      width: 100%;
      height: auto;
      padding: 80px 0 60px;
      color: #fff;
      text-align: center; }
      .global_footer .contact_area .contact_box li {
        display: table-cell;
        width: 50%;
        height: auto;
        vertical-align: middle; }
        .global_footer .contact_area .contact_box li h4 {
          font-family: 'Noto Serif JP', serif;
          font-weight: 500;
          font-size: 2.3rem; }
        .global_footer .contact_area .contact_box li h5 {
          color: #FDE15B;
          font-size: 1.5rem; }
        .global_footer .contact_area .contact_box li p {
          margin-top: 32px;
          font-size: 1.5rem; }
        .global_footer .contact_area .contact_box li > ul {
          width: 84%;
          height: auto;
          margin: 32px auto 0; }
          .global_footer .contact_area .contact_box li > ul li {
            float: left;
            width: 48%;
            height: auto;
            margin-left: 4%;
            text-align: center; }
            .global_footer .contact_area .contact_box li > ul li:nth-child(2n+1) {
              margin-left: 0; }
            .global_footer .contact_area .contact_box li > ul li a {
              display: block;
              width: 100%;
              height: auto;
              padding: 10px 0;
              line-height: 1;
              color: #fff;
              font-weight: bold;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              -ms-border-radius: 20px;
              -o-border-radius: 20px;
              border-radius: 20px; }
              .global_footer .contact_area .contact_box li > ul li a.mail {
                background: #F4A43D; }
                .global_footer .contact_area .contact_box li > ul li a.mail::before {
                  font-family: FontAwesome;
                  content: "";
                  margin-right: 8px;
                  font-weight: normal;
                  font-size: 2.0rem;
                  vertical-align: text-top; }
              .global_footer .contact_area .contact_box li > ul li a.phone {
                font-size: 2.0rem;
                background: #005C71; }
                .global_footer .contact_area .contact_box li > ul li a.phone::before {
                  font-family: FontAwesome;
                  content: "";
                  margin-right: 8px;
                  font-weight: normal; }
  .global_footer .info_area {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0;
    color: #2B2B47;
    background: #ECEBE4; }
    .global_footer .info_area .footer_logo {
      margin-top: 24px; }
      .global_footer .info_area .footer_logo a {
        display: block;
        width: 236px;
        height: 69px;
        margin: 0 auto;
        background: url("../images/common/footer_logo.png") no-repeat;
        background-size: contain;
        text-indent: -9999px;
        overflow: hidden; }
    .global_footer .info_area .footer_link {
      margin-top: 24px;
      text-align: center; }
      .global_footer .info_area .footer_link li {
        display: inline-block;
        font-weight: 500; }
        .global_footer .info_area .footer_link li a {
          color: #2B2B47; }
        .global_footer .info_area .footer_link li + li {
          margin-left: 8px; }
          .global_footer .info_area .footer_link li + li::before {
            content: "｜";
            margin-right: 8px; }
      .global_footer .info_area .footer_link:nth-of-type(2) {
        margin-top: 4px; }
  .global_footer .copyright {
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    background: #2A799B; }
    .global_footer .copyright p {
      font-size: 1.2rem; }
      .global_footer .copyright p::before {
        font-family: FontAwesome;
        content: "";
        margin-right: 4px;
        font-weight: normal; }

/*****************************************************

 Page - Home
 
*****************************************************/
/* top_copy_box
----------------------------------------------------*/
.top_copy_box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 48px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(-120deg, #BCD7B3, #00AA8F); }
  .top_copy_box h2 {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin-bottom: 72px;
    font-size: 3.6rem;
    line-height: 1.5; }
    .top_copy_box h2 span {
      display: block;
      font-size: 2.0rem; }
    .top_copy_box h2::before {
      content: '';
      position: absolute;
      display: inline-block;
      left: 50%;
      bottom: -32px;
      width: 10%;
      height: 3px;
      transform: translateX(-50%);
      background-color: #fff;
      border-radius: 2px; }
  .top_copy_box p {
    font-size: 1.8rem; }

/* top_section
----------------------------------------------------*/
.top_section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
  font-size: 1.6rem; }

.bg_change {
  background: #ECEBE4; }

/* top_sevice
----------------------------------------------------*/
.top_sevice {
  position: relative;
  margin-top: 40px; }
  .top_sevice li {
    position: relative; }
    .top_sevice li a {
      display: block;
      width: 100%;
      height: 100%; }
      .top_sevice li a p {
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 12px;
        color: #fff;
        text-align: center;
        background: rgba(0, 0, 0, 0.2); }

/* instagram_area
----------------------------------------------------*/
.instagram_area {
  margin-top: 32px; }

/*****************************************************

 Page - contact
 
*****************************************************/
/* contact_phone
----------------------------------------------------*/
.contact_phone {
  margin-top: 64px;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center; }
  .contact_phone a {
    color: #2E3646; }
    .contact_phone a::before {
      font-family: FontAwesome;
      content: "";
      margin-right: 8px;
      font-weight: normal; }

.form_area {
  margin-top: 64px; }

/* フォーム関係リセット
----------------------------------------------------*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* フォーム関係装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 7px 12px;
  border: 1px solid #cccccc;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40 {
    width: 40%; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30 {
    width: 30%; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD; }

textarea {
  height: 150px; }

/* Chrome */
::-webkit-input-placeholder {
  color: #cccccc; }

/* Firefox */
::-moz-placeholder {
  color: #cccccc; }

/* IE */
:-ms-input-placeholder {
  color: #cccccc; }

.btn_send {
  width: 26%;
  height: auto;
  margin: 56px auto 0;
  line-height: 1; }
  .btn_send input[type="submit"] {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: #F4A43D;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .btn_send input[type="submit"]:hover {
      opacity: 0.7;
      cursor: pointer; }

/* tbl_form
----------------------------------------------------*/
.tbl_form {
  width: 80%;
  height: auto;
  margin: 0 auto; }
  .tbl_form th {
    width: 30%;
    height: auto;
    padding: 24px 24px 12px;
    font-weight: bold;
    border-bottom: 2px #2A799B solid;
    vertical-align: top; }
    .tbl_form th span {
      display: inline-block;
      margin-left: 4px;
      font-size: 1.1rem;
      color: #EF0000;
      vertical-align: inherit; }
  .tbl_form td {
    width: 70%;
    height: auto;
    padding: 20px 24px 12px;
    font-weight: bold;
    border-bottom: 2px #fff solid; }

/*****************************************************

 Page - news
 
*****************************************************/
/* news_list
----------------------------------------------------*/
.news_list {
  width: 80%;
  height: auto;
  margin: 64px auto 0; }
  .news_list dt {
    box-sizing: border-box;
    float: left;
    width: 24%;
    height: auto;
    padding: 32px 24px 16px;
    border-bottom: 1px #516575 solid;
    font-weight: 500; }
  .news_list dd {
    box-sizing: border-box;
    float: left;
    width: 76%;
    height: auto;
    padding: 32px 24px 16px;
    border-bottom: 1px #fff solid; }

/*　Pager
----------------------------------------------------*/
.pager {
  margin-top: 64px;
  text-align: center;
  line-height: 1; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 3px 0;
    padding: 12px 14px;
    border: 1px #cccccc solid;
    color: #cccccc;
    background: #fff; }
  .pager a.page-numbers {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .pager a.page-numbers:hover {
      background: #F4A43D;
      border: 1px #F4A43D solid;
      color: #fff;
      opacity: 1; }
  .pager .current {
    background: #F4A43D;
    border: 1px #F4A43D solid;
    color: #fff; }

/*　info_time
----------------------------------------------------*/
.info_time {
  display: block;
  text-align: center;
  font-size: 1.3rem; }

/*　editor_area エディター装飾
----------------------------------------------------*/
.editor_area {
  width: 80%;
  margin: 64px auto 0; }
  .editor_area img:first-child, .editor_area p:first-child, .editor_area ul:first-child, .editor_area ol:first-child, .editor_area h4:first-child, .editor_area h5:first-child {
    margin-top: 0; }
  .editor_area img {
    max-width: 100%;
    margin-top: 32px;
    border: none !important;
    vertical-align: bottom; }
  .editor_area p {
    margin-top: 24px; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 2.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 2.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 40px;
    margin-bottom: 40px; }
    .editor_area hr + img, .editor_area hr + p, .editor_area hr + ul, .editor_area hr + ol, .editor_area hr + h4, .editor_area hr + h5 {
      margin-top: 0; }
  .editor_area h4 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    box-sizing: border-box;
    margin: 48px 0 40px;
    font-size: 1.8rem;
    color: #000;
    /*text-align: center;*/ }
    .editor_area h4::before {
      content: "";
      margin-right: 40px;
      padding: 8px 0;
      border-left: 2px #000 solid; }
    .editor_area h4::after {
      content: "";
      padding: 8px 0;
      margin-left: 40px;
      border-right: 2px #000 solid; }
  .editor_area h5 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin: 40px 0 24px;
    font-size: 21px;
    color: #109690; }

/*****************************************************

 Page - ハウスクリーニング/メンテナンス/リフォーム/その他
 
*****************************************************/
/* service_list
----------------------------------------------------*/
.service_list {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 56px; }
  .service_list > li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 16px;
    background: #fff; }
    .service_list > li .photo_area {
      float: left;
      width: 30%;
      height: auto; }
    .service_list > li .text_area {
      float: right;
      width: 66%;
      height: auto; }
      .service_list > li .text_area h4 {
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        box-sizing: border-box;
        padding: 3px 16px 6px;
        font-size: 1.8rem;
        color: #2A799B;
        text-align: center;
        border-bottom: 1px #2A799B solid; }
      .service_list > li .text_area p {
        margin-top: 24px; }
        .service_list > li .text_area p + p {
          margin-top: 8px; }
    .service_list > li + li {
      margin-top: 40px; }

/* bnr_instagram
----------------------------------------------------*/
.bnr_instagram {
  margin-top: 48px;
  text-align: center; }

/* list_indent
----------------------------------------------------*/
.list_indent li, .list_indent p {
  text-indent: -1.4rem;
  padding-left: 1.4rem; }
  .list_indent li + li, .list_indent p + li {
    margin-top: 6px; }

/* 2020.04.16　追加
----------------------------------------------------*/
.cover_header {
  position: fixed;
  top: -80px;
  right: 10px;
  background: transparent;
  width: 20%;
  margin: 0 0 0 auto;
  height: 80px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .cover_header a {
    text-decoration: none;
    color: #fff;
    width: 250px;
    padding: 12px 0 14px;
    border-radius: 24px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    background: linear-gradient(-120deg, #00AA8F, #2A799B);
    /*border: 4px #DBD995 solid;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.top_copy_box p span {
  background: linear-gradient(transparent 60%, #fdbf1a 60%); }

.link_container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 80px;
  margin-top: 20px;
  border-top: 1px solid #FFF; }
  .link_container > h4 {
    width: 25%;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 2.3rem;
    color: #FFF; }
  .link_container .link_item {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .link_container .link_item a {
      display: block;
      text-decoration: none;
      width: 242px;
      border: 2px solid #005C71;
      background: #FFF;
      padding: 8px 20px;
      box-sizing: border-box;
      margin-right: 10px;
      margin-bottom: 10px;
      font-weight: bold; }
      .link_container .link_item a img {
        width: 90%;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto; }

/* 2021.04.06　追加
----------------------------------------------------*/
.service_ttl {
  margin-top: 70px;
  font-size: 24px;
  text-align: left; }

section table + p {
  text-align: right;
  margin-top: 8px;
  color: #666; }

/* 2021.04.07　追加
----------------------------------------------------*/
.global_nav {
  z-index: 1; }

.global_nav ul.nav > li:last-of-type {
  position: relative; }
  .global_nav ul.nav > li:last-of-type a {
    cursor: pointer;
    background: #f5ecc3;
    border-bottom: 3px solid #6d4444; }

.global_nav ul.nav > li:last-of-type:hover .dropdownmenu {
  top: 50px;
  visibility: visible;
  opacity: 1; }

.dropdownmenu {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #072A24;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0; }
  .dropdownmenu li a {
    font-size: 16px !important; }

/* 2021.04.012　追加
----------------------------------------------------*/
.note {
  padding: 14px;
  border: 1px solid;
  margin-top: 20px;
  background: #E7E7E7; }

.thick {
  font-size: 20px;
  font-weight: bold; }
