@charset "utf-8";
/* CSS Document */
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.8;
}
body.home {
  line-height: 1.5;
}
a[href^="tel:"] {
  color: #000;
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
  }
}
/*================================
5 Columns
================================*/
.col-xl-five-1,
.col-lg-five-1,
.col-md-five-1,
.col-sm-five-1,
.col-xs-five-1,
.col-xl-five-2,
.col-lg-five-2,
.col-md-five-2,
.col-sm-five-2,
.col-xs-five-2,
.col-xl-five-3,
.col-lg-five-3,
.col-md-five-3,
.col-sm-five-3,
.col-xs-five-3,
.col-xl-five-4,
.col-lg-five-4,
.col-md-five-4,
.col-sm-five-4,
.col-xs-five-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-five-1 {
  width: 20%;
  flex: 0 0 20%;
  float: left;
}
.col-xs-five-2 {
  width: 40%;
  flex: 0 0 40%;
  float: left;
}
.col-xs-five-3 {
  width: 60%;
  flex: 0 0 60%;
  float: left;
}
.col-xs-five-4 {
  width: 80%;
  flex: 0 0 80%;
  float: left;
}
@media (min-width: 576px) {
  .col-sm-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-sm-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-sm-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-sm-five-4 {
    width: 80%;
    flex: 0 0 80%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-md-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-md-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-md-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-md-five-4 {
    width: 80%;
    flex: 0 0 80%;
    float: left;
  }
  .col-md-offset-five-1 {
    margin-left: 4.3333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-lg-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-lg-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-lg-five-4 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-xl-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-xl-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-xl-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-xl-five-4 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}
/*================================
ヘッダー
================================*/
header {
  position: relative;
  line-height: 1.2;
}
#h_contact .btn_con {
  background-color: #1a9cdd;
  width: 100%;
  max-width: 170px;
  color: #fff !important;
  border-radius: 10px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 600;
}
#h_contact a.btn_con:hover {
  opacity: 0.8;
}
.h_catchcopy {
  flex: auto;
  padding-right: 15px;
}
.business p {
  margin-bottom: 0;
}
.business .tel {
  font-weight: bold;
}
.h_read {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: 12px;
}
@media (min-width: 768px) {
  #h_box {
    padding-top: 20px;
    display: flex;
  }
  #h_contact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #h_contact .btn_con {
    padding: 10px 10px;
  }
  .business {
    padding-right: 15px;
  }
  .business .tel {
    font-size: 22px;
  }
  .business .tel span {
    font-size: 38px;
  }
  .business p {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  header > .container {
    height: auto;
    padding-top: 80px;
  }
  #blk_h_read {
    display: none;
  }
  #h_box {
    padding-top: 0px;
  }
  #h_contact {
    text-align: center;
    padding-top: 0px;
  }
  #h_contact .btn_con {
    margin: 1rem 0;
    padding: 10px;
  }
  .business .tel {
    font-size: 18px;
  }
  .business .tel span {
    font-size: 30px;
  }
  .business p {
    font-size: 0.8rem;
  }
}

/*ナビゲーション*/
.navbar {
  border-bottom: #ddd 2px solid;
}
.nav-link {
  color: #333 !important;
}
.nav-link img {
  display: block;
  margin: 0 auto 5px;
}
.nav-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.nav-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 5px;
}
.nav-link:hover:before,
.nav-link:focus:before,
.nav-link:active:before {
  left: 0;
  right: 0;
}
.nav-link:hover,
.nav-link:focus {
  background-color: #f2f8fc;
}
.nav-link:before {
  background: #534741;
}
button[aria-expanded="true"] .navbar-toggler-icon {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>')
    no-repeat center center;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#bg_header {
  display: none;
}
#bg_header.nvOpen {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100000px;
  width: 100%;
  background-color: #000000bb;
}
.nav-item.navbar_close {
  background-color: #ececec;
  height: 3rem;
  padding-top: 0.5rem;
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-right: 1.5rem;
  }
  .navbar-brand img {
    max-width: 220px;
  }
  .nav-link {
    padding: 1rem 0.5rem !important;
  }
  .nav-link span {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-link {
    padding: 0.7rem 0.3rem !important;
  }
  .nav-link span {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar .container {
    position: relative;
    max-width: 100%;
  }
  .navbar-brand {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: #ddd 2px solid;
  }
  .navbar-brand img {
    margin: 7px 20px;
  }
  .navbar-nav {
    margin-top: 62px;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-top: #ddd 2px solid;
    margin-top: 20px;
    padding: 0;
  }
  .nav-item:first-child {
    border-left: #ddd 2px solid;
  }
  .nav-item {
    border-right: #ddd 2px solid;
  }
}
@media (max-width: 1199px) {
  .navbar-brand img {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .scroll-prevent .navbar {
    padding: 0.5rem 1rem 0 1rem;
  }
  .navbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    border-top: #ddd 2px solid;
    padding-top: 5px;
  }
  .nav-item {
    border-bottom: #ddd 2px solid;
  }
  .nav-item.sp_btm {
    border: none;
  }
  .nav-justified .nav-item {
    flex-basis: 50%;
  }
  .nav-link:before {
    background-color: inherit;
  }
  .navbar-collapse {
    margin: 8px -15px 0 -15px;
  }
}

/*================================
フッター
================================*/
footer:not(.entry-footer) {
  background-color: #1a9cdd;
  padding-top: 50px;
  color: #fff;
  font-size: 0.95rem;
}
.f_logo {
  margin-bottom: 20px;
}
.f_inbox {
  width: 100%;
}
.f_inbox p {
  margin-bottom: 0.5rem;
}
.f_address {
  width: 100%;
}
.f_address p {
  margin-bottom: 0.3rem;
}
.f_box a {
  color: #fff;
}
.f_inbox ul {
  list-style: none;
  padding-inline-start: 0;
}
.f_inbox > div > ul > li {
  margin-bottom: 0.7rem;
}
.f_inbox ul li ul {
  display: block;
  padding-inline-start: 1rem;
  list-style-type: disc;
}
footer .copyright {
  text-align: center;
  padding: 1.5rem 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .f_logo img {
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .f_box {
    display: flex;
  }
  .f_address {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .f_logo img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .f_inbox ul {
    display: flex;
    flex-direction: column;
    justify-content: normal;
  }
  .f_inbox ul li ul {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .f_inbox {
    margin-top: 2rem;
  }
  .f_inbox .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*トップへ戻るボタン*/
#page-top {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 100;
  margin-bottom: 0;
}
#page-top a {
  background: rgba(250, 171, 0, 0.6);
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 55px;
  padding: 10px;
  text-align: center;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#page-top a:hover {
  background: rgba(250, 171, 0, 0.9);
  text-decoration: none;
}
#page-top a i {
  font-size: 30px;
}

/*================================
トップページ
================================*/

/*年間工事件数*/
.title_or {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #faab00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}
.title_or span {
  padding: 0 10px;
  vertical-align: -3px;
}
.index_title {
  max-width: 100%;
  width: 1140px;
  margin: 0 auto;
  padding-right: 0px;
}
.index_title .btn_reform {
  margin: 10px;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}
.index_title a span {
  padding: 0;
}
@media (min-width: 1200px) {
  .index_title {
    padding-right: 90px;
  }
  .index_title .btn_reform {
    margin: 0 0 0 10px;
  }
}

/*SPインタビュー*/
a.link_interview {
  position: relative;
  display: block;
  text-align: center;
  height: 50px;
}
a.link_interview img.link_interview_img {
  height: 100px;
  width: auto;
}
a.link_interview img.link_interview_img_sp {
  height: 60px;
  width: auto;
  position: relative;
  top: -10px;
}
/*SP採用*/
.blk_recruit_sp {
  display: block;
  width: 100%;
  padding: 6px 10px;
  background-color: #35b7a7;
  color: #fff;
  text-align: center;
}
.blk_recruit_sp a {
  color: #fff;
}
#reassurance {
  background-image: url(../img/bg_sky.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}
.title_callout {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.title_callout span {
  font-size: 80%;
}
.title_callout:before,
.title_callout:after {
  content: "";
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 84px;
  height: 2px;
  background-color: #fff;
}
.title_callout:before {
  left: 0;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.title_callout:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.reassurancebox {
  position: relative;
  border: #faab00 2px solid;
  background-color: rgba(255, 255, 255, 0.9);
}
.reassurancebox a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.reassurancebox .r_logo {
  position: relative;
  background-color: #faab00;
}
.reassurancebox .r_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.reassurancebox .r_txt {
  padding: 8px 10px 15px;
  width: 100%;
}
.reassurancebox .r_txt p {
  margin-bottom: 0;
  font-size: 0.85rem;
}
.reassurancebox .r_txt .plug_or {
  position: relative;
  color: #faab00;
  border-bottom: #faab00 4px solid;
  margin-right: 26px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.4rem;
  padding-bottom: 3px;
  padding-left: 10px;
}
.reassurancebox .r_txt .plug_or span {
  font-size: 1.8rem;
  vertical-align: -1px;
  padding-left: 5px;
}
.reassurancebox .r_txt .plug_or::after {
  position: absolute;
  bottom: -15px;
  right: -26px;
  content: url(../img/plug_or.png);
}
@media (min-width: 1200px) {
  .column04 {
    position: relative;
    height: 150px;
  }
  .column04 .r_logo {
    height: 60px;
  }
  .column04 .r_logo img {
    max-width: 70px;
  }
  .column04 .r_txt p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px 15px 15px;
  }
  a.link_interview {
    position: absolute;
    top: -52px;
    right: 0;
    z-index: 80;
  }
}
@media (min-width: 768px) {
  .title_or {
    font-size: 1.6rem;
  }
  .title_or span {
    font-size: 2.5rem;
  }
  .title_callout {
    font-size: 2.2rem;
    padding: 0 80px;
    margin: 40px auto 30px;
  }
  .reassurancebox {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
  }
  .reassurancebox .r_txt {
    -webkit-flex: 1;
    flex: 1;
  }
  .r_logo {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .title_or {
    font-size: 1.1rem;
  }
  .title_or span {
    font-size: 2rem;
  }
  .title_callout {
    font-size: 1.3rem;
    padding: 0 60px;
    margin: 30px auto 15px;
    letter-spacing: 0;
  }
  #reassurance .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  #reassurance .row > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .reassurancebox {
    position: relative;
    height: 190px;
    margin-bottom: 30px;
  }
  .reassurancebox .r_logo {
    width: 100%;
    height: 40px;
  }
  .reassurancebox .r_logo img {
    max-width: 40px;
  }
  .reassurancebox .r_txt {
    padding: 5px 10px;
  }
  .reassurancebox .r_txt p {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
}
@media (max-width: 350px) {
  .reassurancebox .r_txt .plug_or {
    font-size: 0.85rem;
  }
  .reassurancebox {
    height: 210px;
  }
}

/*プラグ（グレー）タイトル*/
.plug_gr {
  position: relative;
  color: #444;
  border-bottom: #979797 4px solid;
  margin-right: 26px;
  margin-bottom: 40px;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;
  width: 200px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.plug_gr::after {
  position: absolute;
  bottom: -18px;
  right: -26px;
  content: url(../img/plug_gr.png);
}
h2.plug_gr a {
  color: #444;
}
h2.plug_gr a:hover {
  text-decoration: none;
  color: #444;
}

/*店舗案内*/
#guidance {
  padding: 50px 0;
  overflow: hidden;
}
#guidance p {
  margin-bottom: 0.3rem;
}
/*お知らせ*/
#twitter {
  color: #333;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
}
.twitter-timeline {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blk_tweet_info {
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  padding: 15px 15px 0 15px;
}
.ie_only {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .ie_only {
    display: block;
  }
}

/*取扱商品*/
#product {
  background-color: #f8f8f8;
  padding: 30px 0 30px 0;
  margin-bottom: 30px;
}
.balloonbox {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.results_balloon {
  position: absolute;
  top: -80px;
  left: -80px;
}
.balloon_or {
  position: relative;
  display: inline-block;
  padding: 23px 5px 0;
  width: 110px;
  height: 110px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #faab00;
  border-radius: 50%;
  box-sizing: border-box;
}
.balloon_or:before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: -25px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 35px solid #faab00;
  z-index: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.balloon_or span {
  font-size: 26px;
  vertical-align: -2px;
  line-height: 26px;
}
#product a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#product a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.p_txt {
  color: #1a9cdd;
  text-align: center;
  margin: 1rem 0 3rem;
  width: 100%;
  display: block;
}

#results {
  padding: 20px 0 50px 0;
  margin-top: 30px;
}
.resultbox {
  font-size: 0.9rem;
}
.resultbox .blk_post_text {
  padding: 6px;
}
.resultbox a {
  color: #333;
}
.resultbox .blk_post_img {
  display: block;
  overflow: hidden;
  background-color: #eee;
}
.resultbox .blk_post_img img {
  display: block;
  max-height: 285px;
  max-width: 340px;
}
.resultbox .blk_post_img img {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.resultbox .post-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.categoryicon {
  padding: 0;
  overflow: hidden;
  list-style: none;
  color: #fff;
  font-size: 0.8rem;
}
.categoryicon ul {
  padding: 0;
}
.categoryicon li:first-child {
}
.categoryicon li {
  float: left;
  margin-right: 3px;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.categoryicon li a {
  display: block;
  color: #2672a5;
  background-color: #e0f0f9;
  width: 100%;
  height: 100%;
  padding: 3px 8px;
}
.categoryicon li a:hover {
  text-decoration: none;
  color: #e0f0f9;
  background-color: #2672a5;
}

@media (max-width: 575px) {
  .balloon_or {
    padding-top: 15px;
    width: 90px;
    height: 90px;
    font-size: 15px;
    line-height: 19px;
  }
  .balloon_or:before {
    border-left: 30px solid #faab00;
  }
  .results_balloon {
    top: -90px;
    left: -5px;
  }
}

/*ご相談*/
#consultation {
  padding: 0 0 50px 0;
}
.consultbox {
  position: relative;
  border: #1a9cdd 3px solid;
}
.consultbox h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #1a9cdd;
  padding: 20px;
  border-bottom: #1a9cdd 3px solid;
}
.consultbox h3 img {
  margin-right: 10px;
  width: 40px;
}
.consultbox p {
  padding: 20px 120px 20px 20px;
  margin-bottom: 0;
}
.consultbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.consultbox a img {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
@media (max-width: 767px) {
  #consultation {
    padding: 50px 0 20px;
  }
  .consultbox {
    margin-bottom: 30px;
  }
}

/*アクセス*/
#access {
  padding: 0 0 60px 0;
}
#access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*================================================================
中ページ共通
================================================================*/
.pages .p_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #faab00;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  padding: 40px 0 30px 0;
  margin-bottom: 60px;
  font-size: 2.5rem;
}
.pages h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0055ab;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1.5px solid #0055ab;
}
.pages h2 span {
  font-size: 90%;
}
.pages section {
  margin-bottom: 40px;
}
.pages #secondary section {
  margin-bottom: 20px;
}
.pages #contentarea section:first-of-type {
  min-height: 200px;
}

/*================================
お客様インタビュー
================================*/
.sec_user_voice {
  background-color: #fffbef;
  padding: 60px 0;
  margin: 0;
}
.user_voice {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  border-radius: 10px;
}
.user_voice:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.sec_user_voice dd {
  margin-bottom: 20px;
}
/*================================
採用情報
================================*/
.blk_rectop {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

/*================================
よくある質問
================================*/
.faq .QandA dt {
  background: #666;
  color: #fff;
  padding: 8px;
  border-radius: 2px;
  font-weight: 400;
}
.faq .QandA dt:before {
  content: "Q.";
  margin-right: 8px;
}
.faq .QandA dd {
  margin: 24px 16px 40px 32px;
  line-height: 140%;
  text-indent: -24px;
}
.faq .QandA dd:before {
  content: "A.";
  font-weight: bold;
  margin-right: 8px;
}
/*================================
プライバシーポリシー
================================*/
.privacy dl dd {
  margin-bottom: 2.5rem;
}
/*================================
サイトマップ
================================*/
.sitemap .blk_sitemap ul li a {
  color: #444;
}
.sitemap .blk_sitemap ul li {
  position: relative;
  list-style: none;
}
.sitemap .blk_sitemap ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*================================
10の安心
================================*/
.anshin .as_blk {
  margin-top: 40px;
  margin-bottom: 40px;
}
.anshin .as_blk .as_title {
  font-size: 1.3rem;
  background-color: beige;
  padding: 10px;
  padding-left: 80px;
  border-radius: 8px;
}
.anshin .as_blk .as_con {
  padding: 10px;
  padding-left: 80px;
}
.anshin .as_blk .as_pop {
  position: absolute;
  top: 16px;
  left: -25px;
  height: 100px;
  width: 100px;
  padding-top: 17px;
  border-radius: 50%;
  background-color: #faab00;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
.anshin .as_blk .as_pop span {
  font-size: 2rem;
  position: relative;
  bottom: -2px;
}
.anshin h2 {
}

/*================================
リフォーム
================================*/
.reform .reform_message h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.reform_message h3:before,
.reform_message h3:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.reform_message h3:before {
  left: 0;
}
.reform_message h3:after {
  right: 0;
}
/*================================
WPサイドバー
================================*/
#secondary a {
  color: #222;
}
#secondary .plug_gr {
  position: relative;
  color: #444;
  border-bottom: #979797 4px solid;
  margin-right: 26px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;
  width: 200px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
#secondary .plug_gr::after {
  position: absolute;
  top: 20px;
  right: -26px;
  content: url(../img/plug_gr.png);
}
#secondary .tagcloud li a {
  color: #444;
  background-color: #eee;
  padding: 4px 10px;
  border: 1px solid #ccc;
}
#secondary .tagcloud li a:hover {
  text-decoration: none;
  background-color: #444;
  color: #fff;
}
@media (max-width: 767px) {
  #secondary {
    padding: 3em 15px 2em;
  }
}
/*================================
WP施工実績
================================*/
.site-content {
  padding: 0 0 3em 0;
}
.pages h3.entry-title,
.archive h3.entry-title {
  background-color: #1a9cdd;
  color: #fff;
  padding: 10px;
  border-radius: 2px;
}
.pages #primary h3.entry-title a,
.archive #primary h3.entry-title a {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  font-size: 1.3rem !important;
  font-weight: 500;
}
.pages #primary .entry-meta {
  font-size: 0.8rem;
}
.pages #primary .entry-meta a:hover {
  text-decoration: none;
  box-shadow: none;
}
.pages .p_title .balloonbox {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.pages .p_title .results_balloon {
  position: absolute;
  top: -30px;
  left: -70px;
}
.pages .p_title .balloon_or {
  position: relative;
  display: inline-block;
  padding: 16px 5px 0;
  width: 110px;
  height: 87px;
  line-height: 18px;
  text-align: center;
  color: #faab00;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.pages .p_title .balloon_or:before {
  content: "";
  position: absolute;
  bottom: 25px;
  right: -30px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 35px solid #fff;
  z-index: 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.pages .p_title .balloon_or span {
  font-size: 24px;
  vertical-align: -2px;
  line-height: 26px;
}
.pages .entry-content p img {
  float: left;
  margin-right: 20px;
  max-width: 50%;
}
.pages .entry_footer {
  font-size: 85%;
  text-align: right;
}
.pages .entry_footer a {
  color: #444;
  background-color: #eee;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 6px;
}
.pages .entry_footer a:hover {
  text-decoration: none;
  background-color: #444;
  color: #fff;
}
.pages hr {
  border: none;
  border-bottom: 1px solid #ccc;
}
.entry-content .img_after img {
  width: 100%;
}
.entry-content .img_text {
  background-color: #333;
  color: #fff;
  padding: 0 0 0 6px;
}
@media (max-width: 767px) {
  .site-content {
    padding: 0 0 1em 0;
  }
  .widget {
    padding-bottom: 1.5em;
  }
}
/*================================
WP Pagenation
================================*/
#content .wp-pagenavi {
  text-align: center;
}
#content .wp-pagenavi .pages {
  display: none;
}
#content .wp-pagenavi span,
#content .wp-pagenavi a {
  /*数字部分の共通CSS　大きさなど*/
  display: inline-block;
  margin: 4px;
  padding: 10px 12px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  background: #1a9cdd;
  border: 1px solid #1a9cdd;
}
#content .wp-pagenavi span.current,
#content .wp-pagenavi span a:hover {
  /*現在のページ*/
  color: #1a9cdd;
  background: #fff;
}

/*その他、必要があれば以下のクラスにcssを指定する*/
.previouspostslink {
}
.nextpostslink {
}
.first {
}
.last {
}
.smaller {
}
.larger {
}

/*================================
WPフォーム
================================*/
.wp_form .btn {
  cursor: pointer;
  display: inline-block;
  width: 49%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.wp_form .btn_submit {
  background-color: #222;
  color: #fff;
}
.wp_form .btn_reset {
  background-color: #e2e6ea;
  color: #eee;
}
.wp_form .btn_reset:hover {
  background-color: #c8c8c8;
}
/*================================
WPお問い合わせ
================================*/
.mw_wp_form .form-group > label span {
  color: red;
}

/*================================
インタビューページ
================================*/
.interview .txt_link_dark {
  color: #333;
  text-decoration: underline;
}
.interview .p_title {
  margin: 0;
}
.interview section.shop_interview {
  background-image: url("/img/interview/bg.png");
  margin: 0;
  padding-top: 60px;
  padding-bottom: 30px;
}
.interview h3 {
  padding-top: 20px;
}
.shop_interview h3 {
  font-size: 1.1rem;
}
.shop_interview dt,
.shop_interview dd {
  text-indent: -1.5em;
  padding-left: 2em;
}
.shop_interview h3,
.shop_interview p {
  padding-left: 2em;
}
.shop_interview p.nopd {
  padding-left: 0;
}
/*================================
動画ページ
================================*/
.yt_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.yt_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop_youtube .row > div {
  margin-bottom: 40px;
}
