@charset "utf-8";

/* << INDEX >> ----------------------------------------------------------------
*
* @ 共通
* @ トップページ
* @ 安福冷暖の強み
* @ 業務内容 > 業務用エアコン取付・交換工事
* @ 業務内容 > 業務用エアコンリースのご案内
* @ 業務内容 > フロンガス回収サービスのご案内
* @ 業務内容 > アフターサービスのご案内
* @ 会社情報 > 社長挨拶・企業理念
* @ 会社情報 > 会社概要・交通アクセス
* @ よくあるご質問
* @ プライバシーポリシー
* @ アーカイブ｜施工実績
* @ アーカイブ｜補助金・優遇税制活用のご案内
* @ 投稿｜施工実績
* @ 投稿｜補助金・優遇税制活用のご案内
* @ 投稿
* @ 中古・在庫処分品エアコンの販売
* @ 404
* @ 検索結果
* @ アーカイブ
* @ サイトマップ
*
* -------------------------------------------------------------------------- */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 共通
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* >>>> 行揃え設定 */
.alignL {
  text-align: left;
}
.alignC {
  text-align: center;
}
.alignR {
  text-align: right;
}

/* >>>> 2カラム分割（3:7） */
.col2-3_7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .col2-3_7 {
    display: block;
  }
}
.col2-3_7 > div > :first-of-type {
  margin-top: 0;
}
.col2-3_7 > div:nth-of-type(odd) {
  width: 300px;
  margin-right: 3%;
}
.col2-3_7 > div:nth-of-type(even) {
  width: calc(100% - (300px + 3%));
}
@media screen and (max-width: 1024px) {
  .col2-3_7 > div:nth-of-type(odd) {
    width: 250px;
  }
  .col2-3_7 > div:nth-of-type(even) {
    width: calc(100% - (250px + 3%));
  }
}
@media screen and (max-width: 640px) {
  .col2-3_7 > div:nth-of-type(odd),
  .col2-3_7 > div:nth-of-type(even) {
    width: 100%;
    height: 100%;
  }
  .col2-3_7 > div:nth-of-type(odd) {
    margin-right: 0;
  }
}
.undernavi {
  margin: 0;
  padding: 28px 0;
  background-color: #f4f7f8;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .undernavi {
    padding: 28px 1em;
    text-align: left;
  }
}
.undernavi li {
  display: inline-block;
  padding-right: 0.7em;
}
@media screen and (max-width: 500px) {
  .undernavi li {
    position: relative;
    display: block;
    padding: 0 0 0 26px;
  }
  .undernavi li:before {
    position: absolute;
    left: 0;
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: normal;
    padding: 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.undernavi li:last-of-type {
  padding-right: 0;
}
.undernavi li:after {
  content: '｜';
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 500px) {
  .undernavi li:after {
    display: none;
  }
}
.undernavi li:last-of-type:after {
  display: none;
}
.undernavi li a {
  color: #000;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ トップページ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.home h2 {
  margin: 40px 0 15px;
  color: #444;
}

/* >>>> リンク領域拡張用 */
.home ul li > div:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.index-block {
  text-align: center;
}
.index-block a:hover {
  opacity: 0.8;
}
.index-block .image,
.alignC {
  margin: 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .index-block {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 500px) {
  .index-block .image {
    margin: 0 0 20px;
  }
}

/* >>>> 一覧を見る */
.info-archive-link {
  margin: -50px 0 0;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .info-archive-link {
    margin: 0;
  }
}
.show_more a:after {
  content: '\f105';
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  line-height: 20px;
  background: #6e8fc7;
  color: #fff;
  text-align: center;
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* >>>> NewsList */
.news-list {
  padding: 0;
}
.news-list li {
  list-style: none;
}
.news-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .news-list li dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-list li:not(:last-of-type) dl {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
  }
}
.news-list li dl .cat_label {
  padding: 3px 15px;
  box-sizing: border-box;
  white-space: nowrap;
  min-width: 120px;
  background: #e8a640;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.news-list li dl dd {
  margin-left: 25px;
}
.news-list li dl dd:first-of-type {
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .news-list li dl dd:last-of-type {
    margin: 10px 0 0;
    width: 100%;
  }
}

/* @ ワイドスライダー
---------------------------------------------------------------------------- */
.wideslider {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.wideslider ul,
.wideslider ul li {
  display: inline;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
.wideslider ul li img {
  width: 100%;
  max-width: 1200px;
  display: none;
}
.wideslider ul li:first-of-type img {
  display: inline;
}
.wideslider ul li div {
  top: 10%;
  left: 3%;
  position: absolute;
  width: 45%;
  color: #fff;
}
.wideslider ul li div h2 {
  margin-bottom: 30px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 2em;
  line-height: 1;
}
.wideslider ul li div h2 span {
  display: inline;
  margin-left: 1.5em;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-size: 0.5em;
}
.wideslider ul li div h3 {
  margin-bottom: 40px;
  padding: 0;
  line-height: 1;
  background: transparent;
}
.wideslider ul li div h3:before {
  content: "";
  margin: 0;
}
.wideslider ul li div .link_btn {
  margin-top: 50px;
}
.wideslider ul li div .link_btn a {
  width: 300px;
  padding: 1em 0;
  font-size: 1.143em;
  text-align: center;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;

}
.wideslider .slider_prev,
.wideslider .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.wideslider .slider_prev {
  background: #fff url(../img/prev.png) no-repeat right 20px center;
}
.wideslider .slider_next {
  background: #fff url(../img/next.png) no-repeat left 20px center;
}

.wideslider .pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}

.wideslider .pagination a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 7.5px;
  background: #fff;
  overflow: hidden;
}
.wideslider .pagination a.active {
  filter:alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}

.wideslider ul li {
  position: relative;
}
.wideslider ul li p {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;
  margin: 0;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 8px #000;
  font-size: 2.429rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 800px) {
  .wideslider ul li p {
    font-size: 1.571rem;
  }
}
@media screen and (max-width: 500px) {
  .wideslider ul li p {
    font-size: 1.143rem;
  }
}

/* @Slick slider
---------------------------------------------------------------------------- */

.slide_area {
  margin: 0;
  padding: 0;
}



/* @ インフォメーション
---------------------------------------------------------------------------- */
#index-information h2,
#index-news h2 {
  margin: 40px 0 15px;
}

/* @ 業務内容
---------------------------------------------------------------------------- */
#index-service {
  background: url(../img/index-service-bg.png) no-repeat center top;
  background-size: cover;
}
#index-service h2 {
  margin: 30px 0;
  line-height: 1;
  color: #fff;
  font-size: 2.375rem;
}
#index-service h2 span {
  margin-left: 35px;
  font-size: 1.250rem;
}
@media screen and (max-width: 800px) {
  #index-service h2 span {
    display: block;
    margin: 15px 0 0;
    width: 100%;
    line-height: 1.25;
  }
}

/* >>>> 3カラム分割 */
.index-col3 {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
  float: left;
}
.index-col3:nth-of-type(3n) {
  margin-right: 0;
}
.index-col3 a {
  display: block;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 800px) {
  .index-col3 {
    width: 48.5%;
    margin-right: 3%;
  }
  .index-col3:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .index-col3:nth-of-type(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 500px) {
  .index-col3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .index-col3:nth-of-type(3n) {
    margin-right: 0;
  }
}
.index-freon {
  background: #4d6b9e;
  text-align: center;
}
.index-bg-block {
  display: block;
  background: #4d6b9e;
}
.index-bg-block a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.250rem;
}
.index-bg-block a .image {
  margin: 0 0 10px;
}
.index-bg-block a .title {
  margin: 0;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ 最近の施工実績
---------------------------------------------------------------------------- */
#index-works .works-archive-link {
  margin: -50px 0 0;
  text-align: right;
}
#index-works > div:first-of-type {
  margin-top: 25px;
}
#index-works .index-col3 a .image {
  margin: 0;
}
#index-works .index-col3 a .title {
  margin: 10px 0 0;
  font-size: 1.063rem;
}

/* @ 過去の施工事例
---------------------------------------------------------------------------- */
#index-history {
  margin-bottom: 50px;
}
#index-history > div > p {
  display: inline-block;
  margin: 0 5em 1em 0;
}
@media screen and (max-width: 800px) {
  #index-history > div > p {
    display: block;
  margin: 0 0 1em 0;
  }
}

/* @ リンク領域
---------------------------------------------------------------------------- */
#index-links {
  margin-bottom: 40px;
}
#index-links .col2 .image,
#index-links .col2 .content {
  margin: 0;
}
#index-links h2 {
  margin: 10px 0 5px;
  font-size: 2.375rem;
}
#index-links .link_btn {
  margin-bottom: 0;
}
#index-links .link_btn a {
  display: inline-block;
  padding: 10px 30px;
  box-sizing: border-box;
  border: solid 1px #ccc;
}
#index-links .link_btn a:after {
  content: '\f105';
  margin-left: 10px;
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home_info_area {
  display: flex;
  justify-content: space-between;
}

/* facebook 埋め込み
.facebook_area {
  flex-basis: 30%;
  text-align: center;
  padding: 40px 0 30px 30px;
}
 */
 .flex_left {
  flex-basis:55%;
}

/* Instafeed 埋め込み */
.insta_title_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.insta_title_area .insta_btn {
  background: rgb(240,121,54);
  background: linear-gradient(45deg, rgba(240,121,54,1) 0%, rgba(227,62,95,1) 100%);
  border: none;
  border-radius: 3px;
}
.insta_title_area .insta_btn a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.insta_btn_area {
  padding: 0 20px;
  text-align: center;
}
.insta_area {
  flex-basis: 41%;
}
.insta_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.insta_list li {
  flex-basis: 33%;
  min-height: 155px;
  background-size: cover;
  background-position: center center;
}

/* sns area */
.sns_container {
  display: flex;
  justify-content: center;
}
.sns_container .sns_child {
  margin: 0 15px;
}
.sns_container .facebook iframe {
  border-bottom: 1px solid #efefef!important;
}
@media screen and (max-width: 1000px) {
  .sns_container {
    flex-direction: column;
    text-align: center;
  }
  .sns_container .sns_child:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .home_info_area {
    flex-direction: column;
  }
  .insta_area {
    margin-bottom: 80px;
  }
  .sns_container iframe {
    max-width: 100%;
  }
  .sns_child.youtube {
    position: relative;
    padding-top: 56.25%;
  }
  .sns_child.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .insta_list li {
    min-height: 105px;
  }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 安福冷暖の強み
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-advantage .hedding_inner {
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 800px) {
  .page-advantage .hedding_inner {
    margin-top: 100px;
  }
}
@media screen and (max-width: 500px) {
  .page-advantage .hedding_inner {
    margin-top: 80px;
  }
}
.page-advantage .hedding_inner:first-of-type {
  margin-top: 16px;
}
.page-advantage h2 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 0 0 35%;
}
@media screen and (max-width: 500px) {
  .page-advantage h2 {
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-advantage h2 img {
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .page-advantage h2 img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-advantage .hedding_inner img {
    width: 100%;
  }
}
.page-advantage h2+p {
  position: absolute;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .page-advantage h2+p {
    position: static;
    margin-top: 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > 業務用エアコン取付・交換工事
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-business .undernavi li:nth-of-type(1) a {
  color: #3e6eb0;
}
.page-business h2 {
  margin-top: 80px;
}
.page-business .first-h2 {
  margin-top: 0.83em;
  font-size: 1.875rem;
}
@media screen and (max-width: 500px) {
  .page-business .first-h2 {
    font-size: 1.5rem;
  }
}
.page-business .first-text {
  font-size: 1.250rem;
}
.page-business .aircon-h2 {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .page-business .aircon-h2 {
    width: auto;
  }
}
.page-business .aircon-img {
  float: right;
  width: 45%;
  margin: -100px 0 2em 1em;
}
@media screen and (max-width: 800px) {
  .page-business .aircon-img {
    float: none;
    width: 100%;
    margin: 1em 0;
    text-align: center;
  }
}
.page-business ul.maker_logo {
  width: 50%;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .page-business ul.maker_logo {
    width: 100%;
    margin: 1em auto;
    padding: 0;
    text-align: center;
  }
}
.page-business ul.maker_logo li {
  float: left;
  width: 50%;
  min-height: 75px;
  list-style-type: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 2em 1.5em 0;
  border: none;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .page-business ul.maker_logo li {
    padding: 0 1em 1.5em;
    text-align: center;
  }
}
.page-business #facility .facility-inner {
  float: left;
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
}
.page-business #facility .facility-inner:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .page-business #facility .facility-inner,
  .page-business #facility .facility-inner:nth-of-type(3n) {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
}
.page-business #facility .facility-inner h3 {
  margin: 0;
  padding: 10px 25px;
  background-color: #7aa5c2;
  color: #fff;
  font-size: 1.250rem;
}
.page-business #facility .facility-inner ul {
  margin: 0;
  padding: 10px 20px;
  background-color: #e4edf3;
}
.page-business #facility .facility-inner ul li {
  position: relative;
  padding: 10px 0 10px 1em;
  list-style-type: none;
  border-bottom: solid 1px #fff;
  font-weight: 500;
}
.page-business #facility .facility-inner ul li:last-of-type {
  border-bottom: none;
}
.page-business #facility .facility-inner ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.4em;
  content: '■';
  font-size: 0.5rem;
  line-height: 1em;
}
.page-business .maintenance-img {
  float: right;
  width: 45%;
  margin: -60px 0 2em 2em;
}
@media screen and (max-width: 800px) {
  .page-business .maintenance-img {
    float: none;
    width: 100%;
    margin: 1em 0;
    text-align: center;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > 業務用エアコンリースのご案内
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-lease .undernavi li:nth-of-type(2) a {
  color: #3e6eb0;
}
.page-lease ul.lease-point {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}
.page-lease ul.lease-point li {
  float: left;
  width: 23.5%;
  margin: 0 2% 0 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .page-lease ul.lease-point li {
    width: 47%;
    margin: 0 4% 1em 0;
  }
}
@media screen and (max-width: 500px) {
  .page-lease ul.lease-point li {
    float: none;
    width: 100%;
    margin: 1em 0;
    text-align: center;
  }
}
.page-lease ul.lease-point li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .page-lease ul.lease-point li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page-lease .sp-img {
  display: none;
}
@media screen and (max-width: 800px) {
  .page-lease .sp-img {
    display: block;
    text-align: center;
  }
  .page-lease .pc-img {
    display: none;
  }
}
.page-lease .eco-img01 {
  max-width: 32%;
}
.page-lease .eco-img02 {
  max-width: 25%;
}
.page-lease .eco-img03 {
  max-width: 20%;
}
.page-lease .eco-img04 {
  max-width: 23%;
}
@media screen and (max-width: 800px) {
  .page-lease .eco-img01 {
    max-width: 55%;
  }
  .page-lease .eco-img02 {
    max-width: 45%;
  }
  .page-lease .eco-img03 {
    max-width: 50%;
  }
  .page-lease .eco-img04 {
    max-width: 50%;
  }
}
.page-lease ol li {
  color: #3e6eb0;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-lease ol li span {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
}
.page-lease table.lease_table {
  width: 100%;
}
.page-lease table.lease_table tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.page-lease table.lease_table th,
.page-lease table.lease_table td {
  padding: 10px;
  text-align: center;
  font-size: 1.25rem;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 800px) {
  .page-lease table.lease_table th,
  .page-lease table.lease_table td {
    font-size: 1rem;
  }
}
.page-lease table.lease_table th {
  background-color: #eef7fc;
}
.page-lease table.lease_table th strong {
  font-size: 1.75rem;
}
@media screen and (max-width: 800px) {
  .page-lease table.lease_table th strong {
    font-size: 1.125rem;
  }
}
.page-lease table.lease_table.green th {
  background-color: #d9f4cd;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > フロンガス回収サービスのご案内　
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-freon h2 {
  margin-top: 60px;
}
.page-freon .flow-arrow {
  margin: 40px auto 20px;
}
.page-freon .font-red {
  color: #f00;
}
.page-freon .bg-heading {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .page-freon .bg-heading {
    text-align: center;
  }
}
.page-freon .bg-heading span {
  display: inline-block;
  padding: 5px 10px;
  width: 260px;
  box-sizing: border-box;
  background: #3e6eb1;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-freon .undernavi li:nth-of-type(3) a {
  color: #3e6eb0;
}
.page-freon .product .col2 {
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px #3e6eb1;
}
.page-freon .product .col2 .sub_heading {
  padding-bottom: 14px;
  border-bottom: solid 1px #3e6eb1;
}
.page-freon .product .col2 .col2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-freon .product .col2 .col2-img > p {
  margin-top: 0;
}
.page-freon .product .col2 .col2-img > p:first-of-type {
  margin-right: 10px;
}
.page-freon .product .col2 .col2-img img {
  width: 100%;
}
.page-freon .bgbox-blue {
  padding: 30px;
  box-sizing: border-box;
  background: #eaf4fd;
  text-align: center;
  font-size: 1.250rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-freon .bgbox-blue .heading {
  margin: 0;
  font-size: 2.625rem;
  color: #3e6eb0;
}
@media screen and (max-width: 800px) {
  .page-freon .bgbox-blue .heading {
    font-size: 2.250rem;
  }
}
@media screen and (max-width: 500px) {
  .page-freon .bgbox-blue .heading {
    font-size: 2rem;
  }
}
.page-freon .bgbox-blue .content {
  margin: 15px 0 0;
}
.page-freon .request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .page-freon .request {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-freon .request .boxL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 350px - 20px);
}
@media screen and (max-width: 800px) {
  .page-freon .request .boxL {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.page-freon .request .boxR {
  width: 350px;
}
@media screen and (max-width: 800px) {
  .page-freon .request .boxR {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.page-freon .request .boxR span:last-of-type {
  display: block;
  font-size: 1.250rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-freon .tree-project {
  background: #e6fae9;
  text-align: center;
}
.page-freon .tree-project {
  margin-top: 100px;
  padding: 20px;
  box-sizing: border-box;
  background: #e6fae9;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-freon .tree-project .heading {
  margin: 0;
  color: #099b1e;
  font-size: 2rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > アフターサービスのご案内
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-after_service .undernavi li:nth-of-type(4) a {
  color: #3e6eb0;
}
.page-after_service .contact-center {
  text-align: center;
}
.page-after_service .maint-img01 {
  float: left;
  width: 51%;
}
.page-after_service .maint-img02 {
  float: right;
  width: 44%;
}
@media screen and (max-width: 500px) {
  .page-after_service .maint-img01,
  .page-after_service .maint-img02 {
    float: none;
    width: auto;
    padding: 0 10px;
    text-align: center;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 会社情報 > 社長挨拶・企業理念
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-greeting .undernavi li:nth-of-type(1) a {
  color: #3e6eb0;
}
@media screen and (max-width: 800px) {
  .page-greeting #contents .message img {
    max-width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .page-greeting #contents .message img.floatL {
    display: block;
    float: none !important;
    margin: 0 auto;
    max-width: 230px;
    width: 100%;
  }
  .page-greeting #contents .mgnR_M {
    margin-right: auto !important;
  }
}
.undernavi_simple {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.undernavi_simple li {
  margin: 0 30px;
}
.undernavi_simple li a {
  position: relative;
  padding: 15px 40px 15px 15px;
  border-bottom: 1px solid #888888;
}
.undernavi_simple li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 9px;
  background: url(../img/ico-arrow-btm_r.png) no-repeat center center;
  top: 50%;
  right: 5px;
  background-size: 15px;
    transform: translate(0, -50%);
}
.undernavi_simple li a:hover {
  text-decoration: none;
  color: #D94747;
}
@media screen and (max-width: 600px) {
  .undernavi_simple li {
    margin: 0 5px;
  }
  .undernavi_simple li a {
    font-size: 14px;
    padding: 15px 25px 15px 10px;
  }
}
@media screen and (max-width: 400px) {
  .undernavi_simple li {
    margin: 0 5px;
  }
  .undernavi_simple li a {
    font-size: 10px;
  }
  .undernavi_simple li a:after {
    right: 0;
    background-size: 10px;
  }
}
.section_title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1;
  margin: 60px 0 30px;
}
.section_title .en_title {
  font-size: 1.25rem;
  color: #D94747;
}
@media screen and (max-width: 600px) {
  .section_title {
    font-size: 1.7rem;
    margin-bottom: 50px;
  }
  .section_title .en_title {
    font-size: 0.75rem;
  }
}
.flex_area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .flex_area {
    display: flex;
    flex-direction: column;
  }
  .message_area .flex_right p {
    text-align: center;
  }
}
.message_area {
  margin-bottom: 100px;
}
.message_area .flex_left{
  flex-basis: 70%;
}
.message_area .flex_right{
  flex-basis: 22%;
}
@media screen and (max-width: 800px) {
  .message_area .flex_right img {
    max-width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .message_area .flex_right img {
    max-width: 70%;
  }
}
.section_title_m {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #305165;
}
@media screen and (max-width: 800px) {
  .section_title_m {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  .section_title_m {
    font-size: 1.5rem;
  }
}
.page-greeting  p {
  font-size: 1.125rem;
  line-height: 1.9;
}
@media screen and (max-width: 600px) {
  .page-greeting  p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.sign_area {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: right;
}
.sign_area .company_name {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.sign_area .job_name {
  font-size: 1.1rem;
  margin: 0;
}
.sign_area .ceo_name {
  font-size: 2rem;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .sign_area .company_name {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .sign_area .job_name {
    font-size: 1rem;
    margin: 0;
  }
  .sign_area .ceo_name {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .sign_area .company_name {
    font-size: 1.1rem;
  }
  .sign_area .job_name {
    font-size: 0.75rem;
  }
  .sign_area .ceo_name {
    font-size: 1.2rem;
  }
}
.philosophy_area .flex_left {
  flex-basis: 50%;
}
.philosophy_list {
  list-style: none;
  padding-left: 0;
}
.philosophy_list li {
  border-bottom: 1px solid #666666;
  padding-left: 140px;
}
.philosophy_list li:nth-of-type(1) {
  background: url(../img/no_01.png) no-repeat left center;
  background-size: contain;
}
.philosophy_list li:nth-of-type(2) {
  background: url(../img/no_02.png) no-repeat left center;
  background-size: contain;
}
.philosophy_list li:nth-of-type(3) {
  background: url(../img/no_03.png) no-repeat left center;
  background-size: contain;
}
.philosophy_list .phi_title {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  color: #2C4D62;
  margin-bottom: 10px;
}
.philosophy_list .phi_info {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .philosophy_list .phi_title {
    font-size: 1.7rem;
    line-height: 1;
  }
  .philosophy_list .phi_info {
    font-size: 1rem;
    margin-top: 0;
  }
  .philosophy_list li {
    padding-left: 90px;
  }
}
@media screen and (max-width: 500px) {
  .philosophy_list li:nth-of-type(1),
  .philosophy_list li:nth-of-type(2),
  .philosophy_list li:nth-of-type(3) {
    background-size: 48px;
  }
  .philosophy_list li {
    padding-left: 70px;
  }
  .philosophy_list .phi_title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .philosophy_list .phi_info {
    font-size: 0.8rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > ダイキン技術訓練講習
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sp_show {
  display: none;
}
.parent-pageid-8 .first-text {
  font-size: 1.250rem;
  line-height: 1.7em;
}
.parent-pageid-8 .flex_area {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.flex_area.rev  {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex_area.rev {
    flex-direction: column;
  }
}
.flex_area .flex_img {
  flex-basis: 45.83%;
  margin-top: 0;
  margin-bottom: 30px;
}

.flex_area .flex_txt {
  flex-basis: 50.83%;
  font-size: 1.125rem;
  line-height: 1.77;
}
.flex_area .flex_txt p {
  margin-block-start: 0;
  text-align: justify;
}
.service_section_title_center {
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
.service_section_title_center:before {
  position: absolute;
  top: -15px;
  left: 50%;
  content: "";
  display: block;
  width: 290px;
  height: 2px;
  background-color: #3E6EB0;
  transform: translate(-50%, 0);
}
.service_section_title_center:after {
  position: absolute;
  bottom : -15px;
  left: 50%;
  content: "";
  display: block;
  width: 290px;
  height: 2px;
  background-color: #3E6EB0;
  transform: translate(-50%, 0);
}
.parent-pageid-8 .gijutsu_lists {
  list-style: none;
  padding: 0;
  align-items: stretch;
}
.gijutsu_lists .gijutsu_list {
  flex-basis: 48%;
  box-sizing: border-box;
  padding: 30px;
  background-color: #FAFAFA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 0 30px;
}
.gijutsu_list .gijutsu_title {
  position: relative;
  z-index: 1;
  clear: both;
  float: left;
  background-color: #FAFAFA;
  font-size: 1.125rem;
  color: #3E6EB0;
  margin: 0px 0 15px;
  line-height: 1.4;
  padding-right: 10px;
}
.gijutsu_list .gijutu_member_no {
  position: relative;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}
.gijutsu_list .gijutu_member_no.hidden {
  visibility: hidden;
}
.gijutsu_list .gijutu_member_no:before {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 0;
  display: block;
  content: "";
  width: calc(100% - 55px);
  height: 1px;
  border-bottom: 1px dotted #333;
}
.gijutsu_list .gijutu_info {
  clear: both;
  line-height: 1.9;
  margin-bottom: 1em;
}
@media screen and (max-width: 1090px) {
  .gijutsu_lists .gijutsu_list {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 1050px) {
  .gijutsu_list .gijutsu_title,
  .gijutsu_list .gijutu_member_no {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .gijutsu_list .gijutsu_title {
    width: calc(100% - 3em);
    padding: 0;
  }
  .gijutsu_list .gijutu_member_no {
    float: right;
    width: 3em;
  }
  .gijutsu_list .gijutu_member_no:before {
    height: 0;
    border-bottom: none;
  }
  .sp_show {
    display: inline-block;
  }
}
.parent-pageid-8 .border_btm {
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 50px;
}
.section_block:last-child {
  margin-bottom: 50px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > ダイキンエアコンの紹介
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.parent-pageid-8 .strong {
  font-weight: 600;
}
.parent-pageid-8 .title_large {
  font-size: 1.875rem;
  margin: 0;
}
.reason_area {
  position: relative;
  max-width: 1050px;
  padding: 35px 130px 35px 30px;
  margin: 50px auto 80px;
  background-color: #F5F7F8;
  border-radius: 2px;
  box-sizing: border-box;
}
.reason_point {
  list-style: none;
  padding: 0;
}
.reason_point li a {
  display: block;
  padding: 17px 0 17px 90px;
  border-bottom: 1px dashed #333;
  font-size: 1.625rem;
  font-weight: 600;
  background: url(../img/ico_checkbox_on@2x.png) no-repeat left 20px center;
  background-size: 37px;
}
.reason_point li a:hover {
  text-decoration: none;
  color: #3e6eb0;
}
.reason_img {
  position: absolute;
  right: -40px;
  bottom: -2px;
  width: 33%;
  max-width: 300px;
  margin: 0;
}
@media screen and (max-width: 1050px) {
  .reason_area {
    padding: 30px;
    margin: 30px 40px 50px;
  }
  .reason_img {
    width: 200px;
  }
  .parent-pageid-8 .title_large {
    font-size: 1.5rem;
  }
  .reason_point li a {
    background: url(http://yasufuku.topaz.ne.jp/wp-content/themes/original/css/../img/ico_checkbox_on@2x.png) no-repeat left 10px center;
    background-size: 22px;
    font-size: 1.125rem;
    padding: 15px 0 15px 45px;
}
}
@media screen and (max-width: 500px) {
  .reason_area {
    padding: 20px;
    margin: 30px 0 50px;
}
  .reason_img {
    width: 100px;
    right: 0;
  }
  .reason_point li a {
    font-size: 1rem;
  }
}
.service_section_title {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 8px solid #3E6EB0;
  color: #3E6EB0;
}
.section_block a {
  display: inline-block;
  padding: 4px 0;
  color: #13547A;
}
.section_block a img {
  margin-top: -3px;
}
.base_txt,
.parent-pageid-8 p,
.parent-pageid-8 p {
  font-size: 1.125rem;
  line-height: 1.77;
}
@media screen and (max-width: 500px) {
  .base_txt,
  .parent-pageid-8 p,
  .parent-pageid-8 p {
    font-size: 1rem;
  }
}
.parent-pageid-8 .row,
.parent-pageid-8 .para_box {
  margin-bottom: 50px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > 補助金代行サービス
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.archive_subsidy {
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 40px;
}
.archive_subsidy_btm {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
.archive_subsidy h2 {
  margin-bottom: 15px;
  color: #333;
}
.archive_subsidy .archive-list li a {
  padding: 10px 0;
  border-bottom: none;
}
.agenda_area {
  max-width: 658px;
  padding: 40px;
  margin: 50px auto 80px;
  border-radius: 2px;
  background-color: #F5F7F8;
}
.agenda_area .title_small {
  margin-top: 0;
  font-size: 1.375rem;
  text-align: center;
}
.agenda_lists {
  list-style: none;
  padding: 0;
}
.agenda_lists li a {
  display: block;
  padding: 15px 30px 15px 20px;
  border-bottom: 1px dashed #666;
  font-size: 1.25rem;
  background: url(../img/ico_arrow_blue_s.png) no-repeat right 20px center;
  background-size: 10px;
}
.agenda_lists li a:hover {
  color: #3e6eb0;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .agenda_area {
    padding: 20px;
    margin: 30px auto 50px;
  }
  .agenda_lists li a {
    background: url(http://yasufuku.topaz.ne.jp/wp-content/themes/original/css/../img/ico_arrow_blue_s.png) no-repeat right 5px center;
    background-size: 10px;
    font-size: 1rem;
    padding-right: 20px;
    padding-left: 10px;
  }
  .service_section_title {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-left: 13px;
  }
}
.parent-pageid-8 .title_table {
  margin-bottom: 10px;
}
.saitaku_list {
  margin-bottom: 50px;
  width: 100%;
  max-width: 700px;
}
.saitaku_list tr {
  border: 1px solid #ccc;
}
.saitaku_list tr:nth-child(odd) {
  background: #eaeaea;
}
.saitaku_list td {
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .saitaku_list {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 500px) {
  .saitaku_list td {
    display: block;
  }
  .saitaku_list td:nth-child(odd) {
    clear: both;
    float: left;
    width: 35%;
  }
  .saitaku_list td:nth-child(even) {
    float: left;
    width: 65%;
  }

}
@media screen and (max-width: 350px) {
  .saitaku_list {
    font-size: 0.85rem;
  }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 会社情報 > 会社概要・交通アクセス
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-profile .undernavi li:nth-of-type(2) a {
  color: #3e6eb0;
}
.page-profile .addr_wrap dd {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	margin: 0;
}
.page-profile .addr_wrap dd + dt {
	margin-top: 10px;
}
.page-profile .addr_wrap dd > * {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}
.page-profile .addr_wrap .addr_inner {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	flex-wrap: wrap;
	width: 410px;
	margin-left: -1.0em;
}
.page-profile .addr_wrap .addr_tels {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	flex-wrap: wrap;
}
.page-profile .addr_wrap dd > * > * {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	display: block;
	max-width: 100%;
	margin-left: 1.0em;
}
@media screen and (max-width: 1200px) {
	.page-profile .addr_wrap dd {
		display: block;
	}
	.page-profile .addr_wrap .addr_inner {
		width: auto;
	}
	.page-profile .addr_wrap .addr_tels {
		margin-left: -1.0em;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ プライバシーポリシー
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-policy .alert {
  padding: 14px;
  border: solid 2px #f00;
  color: #f00;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ よくあるご質問
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.post-type-archive-faq #contents {
  font-size: 1.125rem;
}
.post-type-archive-faq #contents ul {
  margin: 0;
  padding: 0;
}
.post-type-archive-faq #contents ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-faq #contents h2 {
  margin: 0 0 15px;
  padding: 13px 20px;
  background-color: #a3c8fa;
  color: #000;
  font-size: 1.375rem;
  cursor: pointer;
}
.post-type-archive-faq #contents ul li:first-of-type>h2 {
  margin-top: 10px;
}
.post-type-archive-faq #contents ul li>h2.active {
  margin-bottom: 25px;
  background-color: #3e6eb0;
  color: #fff;
}
.post-type-archive-faq #contents ul li>div {
  display: none;
}
.post-type-archive-faq #contents ul li>h2.active+div {
  display: block;
  margin-bottom: 35px;
}
.post-type-archive-faq #contents ul li>h2.active+div>*:first-of-type {
  margin-top: 0;
}
.post-type-archive-faq #contents ul li>h2.active+div>*:last-of-type {
  margin-bottom: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ アーカイブ｜施工実績　
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.works_list {
  margin: 25px 0 0;
  padding: 0;
}
.works_list li {
  list-style: none;
}
.works_list li a {
  display: block;
}
.works_list li a .image {
  margin: 0 0 10px;
}
.works_list li a .place {
  margin: 0;
}
.works_list li a .title {
  margin: 0 0 10px;
}
.works_list li a .link_btn {
  display: inline-block;
  margin: 0;
  padding: 3px 25px;
  box-sizing: border-box;
  background: #fbb934;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.works_list li a .link_btn:before {
  content: '\f0da';
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 追加 */
 .category_area {
   display: flex;
   justify-content: flex-start;
   list-style: none;
   padding-left: 0;
 }
 .category_area .cat-item {
   position: relative;
   flex-basis: 20%;
  margin: 0 1px;
  text-align: center;
 }
 .category_area .cat-item a {
  display: block;
  height: 60px;
  line-height: 60px;
  background: #EBEEF0;
  color: #305165;
  font-weight: 400;
  border-bottom: 3px solid #305165;
  transition: all .2s;
 }
 .category_area .cat-item a::after {
   display: block;
   width: 30px;
   height: 18px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  background: url(../img/ico-arrow-btm.png) no-repeat left center;
  background-size: 15px;
  transition: all .2s;
 }
 .category_area .cat-item a:hover,
 .category_area .current-cat a {
  background: #305165;
  color: #EBEEF0;
  text-decoration: none;
 }
 .category_area .cat-item a:hover::after {
  background: url(../img/ico-arrow-btm_w.png) no-repeat left center;
  background-size: 15px;
 }
 .mb_50,
 .tax-works_category .category_area {
   margin-bottom: 50px;
 }
 .single-works .works-main .category_tag.title {
  height: 50px;
    line-height: 50px;
    background: #305165;
    font-size: 1rem;
    color: #EBEEF0;
    font-weight: 600;
    display: inline-block;
    float: none;
    width: auto;
    margin-left: 25px;
    padding: 0 30px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .category_area {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category_area .cat-item {
    flex-basis: 49%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 500px) {
  .category_area .cat-item a {
    font-size: 0.8rem;
    height: 50px;
    line-height: 50px;
  }
  .category_area .cat-item a::after {
    width: 15px;
  }
}
@media screen and (max-width: 800px) {
  .single-works .works-main .category_tag.title {
    margin-left: 0;
  }



}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 投稿｜施工実績
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single-works .works-main {
  overflow: hidden;
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  .single-works .works-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-works .works-main .place,
.single-works .works-main .title,
.single-works .works-main .content {
  float: right;
  width: calc(100% - 645px - 25px);
}
@media screen and (max-width: 1024px) {
  .single-works .works-main .place,
  .single-works .works-main .title,
  .single-works .works-main .content {
    float: right;
    width: calc(100% - 450px - 25px);
  }
}
@media screen and (max-width: 800px) {
  .single-works .works-main .place,
  .single-works .works-main .title,
  .single-works .works-main .content {
    float: none;
    width: 100%;
  }
}
.single-works .works-main .place,
.single-works .works-main .title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-works .works-main .image {
  float: left;
  margin: 0;
  width: 645px;
}
@media screen and (max-width: 1024px) {
  .single-works .works-main .image {
    width: 450px;
  }
}
@media screen and (max-width: 800px) {
  .single-works .works-main .image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 800px) and (-ms-high-contrast:none) {
  .single-works .works-main .image {
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .single-works .works-main .place {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .single-works .works-main .title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .single-works .works-main .content {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.single-works .works-sub h3 {
  margin: 45px 0 25px;
  padding-bottom: 7px;
  border-bottom: solid 1px #3e6eb0;
  font-size: 1.250rem;
}
.single-works .works-sub .img-list {
  margin: 40px 0 0;
  padding: 0;
}
.single-works .works-sub .img-list li {
  list-style: none;
  text-align: center;
}
.single-works .pagenavi {
  margin: 3em auto 0;
  max-width: 700px;
}
.single-works .pagenavi a {
  padding: 0;
  background-color: #fff;
  color: #3e6eb0;
  font-size: 1.375rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .single-works .pagenavi a {
    font-size: 1.250rem;
  }
}
.single-works .pagenavi li.previousArticle {
  float: left;
}
.single-works .pagenavi li.nextArticle {
  float: right;
}
@media screen and (max-width: 640px) {
  .single-works .pagenavi li span {
    display: none;
  }
}
.single-works .show_list {
  margin-top: -33px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .single-works .show_list {
    margin-top: -30px;
  }
}
.single-works .show_list a {
  color: #3e6eb0;
  font-size: 1.375rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .single-works .show_list a {
    font-size: 1.250rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 投稿｜補助金・優遇税制活用のご案内
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single-subsidy h3 {
  margin: 40px 0 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #445;
  font-size: 1.250rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 投稿　
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single #contents h1 {
  margin-bottom: 10px;
}
.single .post-data {
  margin: 40px 0 30px;
}
.single .post-data .newpost {
  margin-right: 0;
  margin-left: 1em;
}
.single .post-data .cat_label {
  display: inline-block;
  margin-left: 1em;
  padding: 3px 15px;
  box-sizing: border-box;
  min-width: 120px;
  background-color: #e8a640;
  color: #fff;
  font-size: 0.8571em;
  font-weight: bold;
  text-align: center;
}
.single .post-data .title {
  font-size: 1.250rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 中古・在庫処分品エアコンの販売
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-order .sale_content {
  position: relative;
}
.page-order .catchphrase {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  width: 270px;
  height: 270px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 135px;
  background-color: #ebc347;
  color: #fff;
  font-size: 1.875rem;
}
@media screen and (max-width: 800px) {
  .page-order .catchphrase {
    position: static;
    margin: 1em auto;
  }
}
.page-order .catchphrase strong {
  display: table-cell;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page-order .sale_content h2,
.page-order .left-text {
  padding-right: 270px;
}
@media screen and (max-width: 800px) {
  .page-order .sale_content h2,
  .page-order .left-text {
    padding-right: 0;
  }
}
.page-order .sale {
  margin: 40px 0 -35px;
}
@media screen and (max-width: 800px) {
  .page-order .sale {
    margin: 40px 0 0;
    text-align: center;
  }
}
.page-order .sale span {
  display: inline-block;
  padding: 15px 30px;
  background-color: #f00;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 800px) {
  .page-order .sale span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .page-order .sale span {
    display: block;
    width: auto;
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.25rem;
  }
}
.page-order .order-img01 {
  float: left;
}
@media screen and (max-width: 1200px) {
  .page-order .order-img01 {
  }
}
@media screen and (max-width: 800px) {
  .page-order .order-img01 {
    float: none;
    text-align: center;
  }
  .page-order .order-img01 img {
    max-width: 320px;
  }
}
.page-order .order-img02 {
  margin-top: 30px;
  margin-bottom: 1.5em;
  padding-left: 375px;
}
@media screen and (max-width: 800px) {
  .page-order .order-img02 {
    margin-top: 1em;
    padding-left: 0;
    text-align: center;
  }
  .page-order .order-img02 img {
    max-width: 320px;
  }
}
.page-order .order-img02+p {
  margin-top: 30px;
  margin-bottom: 1.5em;
  padding-left: 375px;
  font-size: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .page-order .order-img02+p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .page-order .order-img02+p {
    padding-left: 0;
  }
}
.page-order ul.product-list {
  margin: 0 0 50px;
  padding: 0;
}
.page-order ul.product-list li.col3 {
  list-style-type: none;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 500px) {
  .page-order ul.product-list li.col3 {
    max-width: 320px;
    margin: 0 auto 3em !important;
  }
}
.page-order ul.product-list .product-img {
  margin-top: 0;
  text-align: center;
}
.page-order ul.product-list h3 {
  margin: 10px 0;
  color: #3e6eb0;
  font-size: 1rem;
}
.page-order ul.product-list .product-no,
.page-order ul.product-list .product-price {
  margin: 0;
}
.page-order ul.product-list .product-price span {
  color: #f00;
}
.page-order ul.product-list .btn a {
  display: block;
  padding: 10px;
  background-color: #ebc347;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1200px) {
  .page-order ul.product-list .btn a {
    font-size: 0.875rem;
  }
}
.page-order .mw_form-table #product_no-cell.set-item {
  position: relative;
  padding-right: 145px;
}
@media screen and (max-width: 800px) {
  .page-order .mw_form-table #product_no-cell.set-item {
    padding-right: 1em;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 800px) {
  .page-order .mw_form-table #product_no-cell.set-item #product_number {
    display: inline-block;
  }
}
.mw_form-table #product_no-cell #clear-btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: none;
  width: 100px;
  margin-top: -20px;
  padding: 8px;
  background: #3e6eb0;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  cursor: pointer;
}
.page-order .mw_form-table #product_no-cell.set-item #clear-btn {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .page-order .mw_form-table #product_no-cell.set-item #clear-btn {
    top: auto;
    bottom: 10px;
    right: 50%;
    margin-right: -50px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 404
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ メッセージ
---------------------------------------------------------------------------- */
.error404 .er404-message {
  text-align: center;
}
.error404 .er404-message:before {
  display: block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 140px;
  content: "\f071";
  color: #f66;
}
@media screen and (max-width: 800px) {
  .error404 .er404-message:before {
    font-size: 112px;
  }
}
.error404 .er404-message p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .error404 .er404-message p:first-child {
    font-size: 2.2857em;
  }
}
.error404 .er404-message p:first-child span {
  font-size: 0.5em;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#er404-search {
  display: table;
  table-layout: fixed;
  width: 80%;
  min-width: 280px;
  max-width: 680px;
  margin: 5em auto 0;
  overflow: hidden;
}
#er404-search label {
  display: table-cell;
}
#er404-search label:last-child {
  width: 50px;
}
#er404-search input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #eee;
}
#er404-search input[type='submit'] {
  font-family: 'FontAwesome';
  box-sizing: border-box;
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #3e6eb0;
  color: #fff;
  font-weight: normal;
  font-size: 1.25em;
  text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 検索
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search #er404-search {
  margin: 3em auto;
}
.search .search-list {
  border-top: 1px solid #ccc;
}
.search .search-list ul {
  display: block;
  margin: 0;
  padding: 0;
}
.search .search-list article a {
  color: inherit;
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.search .search-list article a:hover {
  text-decoration: none;
  background-color: #efefef;
}
.search .search-list article h3 {
  margin-top: 0;
}
.search .search-list article p:last-child {
  text-align: right;
  margin-bottom: 0;
  padding-top: 1em;
  border-top: 1px dotted #ccc;
  font-size: 0.8571em;
  color: #999;
}
.search .search-count {
  margin: 2em 0;
}
.search-everything-highlight {
  font-weight: bold;
  text-decoration: underline;
}
.search-everything-highlight:before {
  display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ アーカイブ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-archive article a,
.category article a {
  color: inherit;
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.page-archive article a:hover,
.category article a:hover {
  text-decoration: none;
  background-color: #eee;
}
.page-archive article h3,
.category article h3 {
  margin-top: 0;
}
.page-archive .post-data,
.category .post-data {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.archive-list {
  margin: 20px 0 0;
  padding: 0;
}
.archive-list li {
  list-style: none;
}
.archive-list li a {
  display: block;
  padding: 20px 0;
  border-bottom: solid 1px #999;
}
.archive-list li a:hover {
  text-decoration: none;
  background-color: #efefef;
}
.archive-list li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .archive-list li a dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.archive-list li a dl .date {
  min-width: 125px;
}
.archive-list li a dl dd {
  margin-left: 25px;
}
@media screen and (max-width: 500px) {
  .archive-list li a dl dd:last-of-type {
    margin: 10px 0 0;
    width: 100%;
  }
}
.archive-list li a dl .cat_label {
  padding: 3px 15px;
  box-sizing: border-box;
  white-space: nowrap;
  min-width: 130px;
  background: #e8a640;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイトマップ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-sitemaps .sitemaps-list ul {
  padding: 0;
}
.page-sitemaps .sitemaps-list ul ul {
  text-indent: 0.5em;
}
.page-sitemaps .sitemaps-list ul ul ul {
  text-indent: 1em;
}
.page-sitemaps .sitemaps-list ul ul ul ul {
  text-indent: 1.5em;
}
.page-sitemaps .sitemaps-list li {
  margin-top: 0.5em;
  list-style: none;
}
.page-sitemaps .sitemaps-list li a {
  color: #3e6eb0;
  font-size: 1.125rem;
}
.page-sitemaps .sitemaps-list li a:hover {
}
.page-sitemaps .sitemaps-list li a:before {
  display: inline-block;
  font-weight: normal;
  content: "■";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-sitemaps .sitemaps-list li ul li a:before {
  content: "・";
}






/* videoコンテンツ */
.video-wrapper {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
.video-wrapper > .video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video-wrapper > .video-container > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > エアコンリース
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section_block{
  margin-bottom: 2em;
}
.parent-pageid-8.page-id-19 .first-text {
  font-size: 1.250rem;
  line-height: 1.7em;
}
.blue_box{
  /* background: #ee7d6c; */
  background: #3e6eb0b3;
  padding: 1em 5em;
}
.lease_shuri{
  background: url(/wp-content/themes/original/img/img_lease01.png) no-repeat bottom right;
  background-size: 40%;
  color: white;
  font-weight: bold;
}
.lease_text{
  max-width: 600%;
  margin-right: 40%;
}
.shuri_price{
  margin-top: -50px;
  margin-left: 10em;
}
.txa_c{
  text-align: center;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 1em 2em;
  min-width: 120px;
  max-width: 100%;
  color: #3e6eb0;
  background: #FFF;
  border: solid 3px #3e6eb0;
  box-sizing: border-box;
  text-align: center;
}

.balloon1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #3e6eb0;
  z-index: 1;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.3 !important;
}
.balloon3-right{
  position: relative;
  display: inline-block;
  /* margin: 1.5em 15px 1.5em 0; */
  margin: 0 15px 0 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #3e6eb0b3;
  font-size: 20px;
  font-weight: bold;
  background: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  top:-30px;
}

.balloon3-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 0;
}
.fs100{font-size: 100px;}
.fs50{font-size: 50px;}
.fs24{font-size: 24px !important;}
.fs1_5em {font-size: 1.5em !important;}
.fs2em {font-size: 2em !important;}
.fs4em {font-size: 4em !important;}
.fs16 {font-size: 16px !important;}

.text_pink{
  color: #3e6eb0;
  font-size: 22px;
}
#lease02 li{
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
.btn_red{
  text-align: center;
}
.btn_red a{
  background: red;
  padding:0.2em 5em;
  line-height: 3em;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.5em;
}
.btn_red a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.img_mawarikomi{
}
.img_mawarikomi img{width: 40%;
  float: right;
  margin: 0 0 1em 1em;}
.sp_only{
  display: none;
}
.pc_only{display: inherit;}
@media screen and (max-width: 872px) {
  shuri_price{
    margin-left: 3em;
  }
  .lease_shuri{padding-bottom: 300px;}
  .sp_only{display: inherit;}
  .pc_only{display: none;}
  .btn_red a{
    background: red;
    padding:0.5em 3em;
    line-height: 1.3;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    font-size: 1em;
  }
  .catch_txt{text-align: left !important;}
}
@media screen and (max-width: 784px) {
.fs50{font-size:30px !important;}
.fs24{font-size:20px !important;}
.lease_shuri{
  background: url(/wp-content/themes/original/img/img_lease01.png) no-repeat bottom center;
  background-size: 70%;
  padding-bottom: 100px;
}
.shuri_price{
 margin-left: 3em;
}
.lease_text{
  max-width: inherit;
  margin-right: inherit;
}
.planting_man{text-align: left !important;}

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > フロンガス回収
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.planting_man{
  background: #e5f7d1;
  padding: 2em;
  text-align: center;
}
.planting_man h2{
  color: #04ad0c;
}
.planting_man .lead_txt{
  /* color: #04ad0c; */
  line-height: 2em;
  font-weight: bold;
}
.bg_point{
  background-color: #F5F7F8;
  padding: 2em 2em 2em 3em;
}
.catch_txt{
  font-size: 1.5rem !important;
    margin: 0 0 1em 0;
    /* color: #00B800; */
    color: #14557B;
    font-weight: bold;
    text-align: center;
}
.page-id-1136 strong{
  background: #f4fc02;
}
.page-id-1136 h1 strong{
  background: none !important;
}
.page-id-1136 .product strong{
  background: inherit;
}
.page-id-1136 .product .col2{
  padding: 2em;
    box-sizing: border-box;
    border: solid 1px #ccc;
}
.page-id-1136 .product .col2 .col2-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-id-1136 .product .col2 .col2-img img {
    width: 100%;
}
.page-id-1136 .product .col2 .col2-img > p:first-of-type {
    margin-right: 10px;
}

.bg_fron_message{
  margin-bottom: 2em;
  position: relative;
}
.soudan{
}
.soudan img{
  position: absolute;
bottom: 0;
right: 0;
   width: 30%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > アフターサービス
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-id-1197 .flex_area .flex_txt {
  flex-basis: 50.83%;
  font-size: 1.125rem;
  line-height: 1.77;
}
.page-id-1197 .section_block{
  margin-bottom: 50px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > 業務用エアコン取付・交換工事
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-id-1222 #facility .facility-inner {
    float: left;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
}
.page-id-1222 #facility .facility-inner h3 {
    margin: 0;
    padding: 10px 25px;
    background-color: #7aa5c2;
    color: #fff;
    font-size: 1.250rem;
}
.page-id-1222 #facility .facility-inner ul {
    margin: 0;
    padding: 10px 20px;
    background-color: #e4edf3;
}
.page-id-1222 #facility .facility-inner ul li {
    position: relative;
    padding: 10px 0 10px 1em;
    list-style-type: none;
    border-bottom: solid 1px #fff;
    font-weight: 500;
}
.page-id-1222 #facility .facility-inner:nth-of-type(3n) {
    margin-right: 0;
}

.page-id-1222 ul.maker_logo {
    width: 50%;
    padding: 0;
}
.page-id-1222 ul.maker_logo li {
    float: left;
    width: 50%;
    min-height: 75px;
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 2em 1.5em 0;
    border: none;
    vertical-align: top;
}
.page-id-1222 h2 {
    margin-top: 80px;
}
.page-id-1222 .aircon-img {
    float: right;
    width: 45%;
    margin: -100px 0 2em 1em;
}
.page-id-1222 .first-h2 {
    margin-top: 0.83em;
    font-size: 1.875rem;
}
.page-id-1222 .aircon-h2 {
    width: 50%;
}


.btn{
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* letter-spacing: 0.1em; */
  /* color: #212529; */
  border-radius: 0.5rem;
}

.btn--maker,
a.btn--maker {
  color: #376f8a;
  /* background-color: #eb6100; */
  border: 2px solid #376f8a;
  margin-bottom: 10px;
}
.btn--maker:hover,
a.btn--maker:hover {
  color: #376f8a;
  /* background: #f56500; */
  border: 2px solid #376f8a;
  text-decoration: none;
  background: #d3dee4;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 業務内容 > 安福冷暖の強み
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.page-id-1251 .hedding_inner:first-of-type {
    margin-top: 16px;
}
.page-id-1251 .bg-heading {
    display: flex;
    align-items: baseline;
    padding: 0.25em 1em;
    width: fit-content;
    background-color: #68AFDB;
}
