@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
/*
  レイアウト
-------------------------------------------*/
#inner-header,.single .wrap, .page .wrap, .single #inner-content, .page #inner-content,#divheader.maximg, .maximg {
  width: 96%;
  min-width: 320px;
  margin: auto;
}
.single .insidesp, .page .insidesp {
  max-width: inherit;
  padding: 0;
  margin-left: 1.8%;
  margin-right: 1.8%;
}
@media only screen and (min-width: 768px) {
  #inner-header,.single .wrap, .page .wrap, .single #inner-content, .page #inner-content,#divheader.maximg, .maximg {
    width: 96%;
    max-width: 750px;
    margin: auto;
  }
  .wrap,
  .single #inner-content,
  .page #inner-content {
    max-width: 750px;
  }
  .single .insidesp, .page .insidesp {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1030px) {
  #inner-header,.single .wrap, .page .wrap, .single #inner-content, .page #inner-content,#divheader.maximg, .maximg {
    width: 96%;
    max-width: 1000px;
    margin: auto;
  }
  .wrap,
  .single #inner-content,
  .page #inner-content {
    width: 96%;
    max-width: 1000px;
  }
  .home .d-5of7 {
    padding-right: 0.75em;
  }
}
@media only screen and (min-width: 1240px) {
  #inner-header,.single .wrap, .page .wrap, .single #inner-content, .page #inner-content,#divheader.maximg, .maximg {
    width: 96%;
    max-width: 1000px;
    margin: auto;
  }
  .single .wrap,
  .page .wrap,
  .archive .wrap,
  .single #inner-content,
  .page #inner-content {
    max-width: 1000px;
  }
  #inner-footer {
    max-width: 1000px;
  }

}


.color-gr {
  color: #62bec4;
}
.color-red {
  color: red;
}
.fa5 .has-fa-before:before,
.fa5 .has-fa-after:after,
.fa5 #breadcrumb li:after,
.fa5 #breadcrumb li:first-child a:before,
.fa5 .divheader__btn .raised:before,
.fa5 .entry-header .updated:before,
.fa5 .entry-header .pubdate:before,
.fa5 .entry-content blockquote:before,
.fa5 .cardtype time:before,
.fa5 .widget ul li ul li a:before,
.fa5 #reply-title:before,
.fa5 .footer .widget ul:not(.my-widget) li a:before {
  content: none;
}
.entry-content dd {
  color: #252525;
}
#breadcrumb {
  display: none;
}
/*
  ヘッダー
-------------------------------------------*/
#logo {
    font-size: 13px;
    text-align: left;
}
#logo img {
  width: 90px;
  display: block;
  padding: 5px 0px 3px 0;
  vertical-align: middle;
  height: inherit;
}
/*========= 768px〜の場合 =========*/
@media only screen and (min-width: 768px) {
  #logo {
      font-size: 15px;
  }
  #logo img {
    width: 130px;
    display: inline;
    padding: 5px 15px 10px 0;
  }
}

.pankz {
  max-width: 850px;
  font-size: 14px;
  padding-top: 20px;
}
.pankz a {
  color: #252525;
  text-decoration: underline;
}

/*
  サイド
-------------------------------------------*/

/*ウィジェットメニュー*/
.widget .custom-html-widget {
  border: solid 1px #d9d9d9;
}
.widget-menu__title {
}
.widget-menu {
}
.widget-menu li {
  border-bottom: solid 1px #d9d9d9;
}
.widget-menu li:nth-child(2n) {
  border-left: solid 1px #d9d9d9;
}


/*
  アーカイブ
-------------------------------------------*/
.cardtype__article {
  border: solid 1px #d9d9d9;
  box-shadow: none;
}

/*
  PEGE
-------------------------------------------*/
.page-title {
  margin-top: 20px;
  background: #cdecf6;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
}
.page-title::after {
  content: none !important;
}

@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 35px;
  }
}


/*
  TOP
-------------------------------------------*/
.main-img {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: auto;
}
.main-ttl {
  padding-right: 5%;
  position: absolute;
  top: 3.5%;
  left: 5%;
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.main-text {
  position: absolute;
  top: 16%;
  left: 4%;
  width: 50%;
  max-width: 250px;
}
.main-text img {
}


.est {
  width: 92%;
  margin: 20px auto;
  padding: 3%;
  background: #e6f6f4;
  font-size: 12px;
  border: 3px solid #4e9da2;
  border-radius: 12px;
}
.est-ttl {
  margin: 0;
  padding-bottom: 1px;
  margin-bottom: 18px;
  color: #01555a;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #89d0c7;
}
.est-item {
  margin: 0;
}
.est-item input[type="text"] {
  display:inline;
  width: 74%;
  margin-bottom: 10px;
  margin-right: 2%;
  line-height: inherit;
  height: inherit;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0;
}
.est-item select{
  display:inline;
  width: 100%;
  margin-bottom: 10px;
  line-height: inherit;
  height: inherit;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0;
}
.tzSelect-wrap {
  position: relative;
}
.tzSelect {
  width: 100%!important;
}
.selectBox {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 32px;
  padding: 3px 5px;
  border: 1px solid #d4d4d4;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 97.5% center;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.24s ease-in-out;
}
.hasDetails {
  display: block;
  position: absolute;
  top: 18px;
  z-index: 10;
  background: #fff;
}
.hasDetails li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
.hasDetails li img {
  width: 25%;
}
.hasDetails li span {
  width: 75%;
}
.est-item .flex {
  justify-content: space-between;
}
.est-item .ttl {
  width: 48%;
}
.est-item .col-1 {
  width: 52%;
}
.est-item .col-2 {
  width: 48%;
}
.est-item .color-gr {
  margin-right: 3px;
}
.est-btn {
  margin-top: 12px;
}
.est-btn input {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  color: #fff;
  font-size: 16px;
  background: #f0872a url(https://c-m-o.biz/wp-content/uploads/2019/04/arrpng.png)no-repeat;
  background-position: 85% center;
}

.post-tab {
  box-shadow: none;
  border-radius: 0;
}
.post-tab > div {
  background: #c9f5fe!important;
  color: #0592a3!important;
}
.post-tab > div.tab-active {
  background: #0592a3!important;
  color: #fff!important;
}
@media only screen and (min-width: 768px) {
  .main-img {
    width: 96%;
    max-width: 750px;
    margin: auto;
  }
  .main-ttl {
    top: 3%;
    left: 3%;
    font-size: 24px;
  }
  .main-text {
    width: 29%;
    max-width: 210px;
    display: inline-block;
    position: absolute;
    top: inherit;
    bottom: 6%;
    left: 46%;
  }
  .est {
    padding: 1.5% 2%;
    position: absolute;
    bottom: 2%;
    left: 2%;
    width: 42%;
    margin: 0;
    border-radius: 16px;
    font-size: 13px;
  }
  .est-item .ttl {
    width: 48%;
  }
  .est-item .col-1 {
    width: 52%;
  }
  .est-btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1030px) {
  .main-img {
    width: 96%;
    max-width: 1000px;
    margin: auto;
  }
  .main-ttl {
    top: 6%;
    left: 5%;
    font-size: 36px;
  }
  .main-text {
    max-width: 296px;
    margin: 0;
    bottom: 7%;
  }
  .est {
    position: absolute;
    bottom: 7%;
    left: 4%;
    width: 40%;
    padding: 1% 3$ 2% 3%;
    border: 5px solid #4e9da2;
    font-size: 14px;
  }
  .est-item {
    margin-bottom: 1px;
    line-height: 2;
  }
  .est-item .ttl {
    width: 46%;
  }
  .est-item .col-1 {
    width: 54%;
  }
  .est-ttl {
    font-size: 22px;
  }
  .est-btn {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1240px) {
  .main-img {
    width: 96%;
    max-width: 1000px;
    margin: auto;
  }
}


/*
  10秒無料見積
-------------------------------------------*/
.page-id-83 #content.one-column {
  position: relative;
}
/*
.page-id-83 .one-column #main,
.page-id-83 .page #inner-content {
  max-width: inherit;
  width: 100%;
}
.page-id-83 .article-header {
  margin-bottom: 10px;
  max-width: 850px;
}*/
.page-id-83 .entry-content {
  padding-bottom: 30px;
  padding-top: 0;
  /*max-width: 850px;
  margin: auto;*/
}
.estimate-list {
  margin: 0;
  line-height: 1.2;
}
.estimate-list .item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 13px;
}
.estimate-list dt.item {
 /* display: block;*/
}
.estimate-list .item span {
  color: #2eafcb;
}
.estimate-ttl {
  margin: 12px 0 15px!important;
  padding: 8px 15px;
  font-size: 18px !important;
  line-height: 1.3!important;
  color: #325c8f;
  background: #f3f2f2;
  font-weight: normal;
}
.estimate-cont {
}
.estimate-img {
  margin-bottom: 20px;
}
.estimate-img img {
  border: 1px solid #e3e3e3;
  max-width: 90%;
}

.lease-wrap {
  margin-bottom: 20px;
}
.lease-item {
  display: flex;
  margin: 0 0 5px;
}
.lease-item:last-child {
  padding-top: 8px;
  margin-top: 6px;
  border-top: 1px solid;
}
.lease-ttl {
  width: 27%;
}
.lease-text {
  width: 73%;
  margin: 0 !important;

}
.cost-title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 14px!important;
  border-left-width: 0 !important;
  font-weight: normal;
}
.cost-title span {
  color: #325c8f;
}
.cost-wrap {
  border: 1px solid #b8b8b8!important;
}
.entry-content tr.cost-item:not(:last-child) {
  border-bottom: 1px solid #b8b8b8!important;
}
.cost-ttl {
  width: 30%;
  margin: 0 !important;
  padding: 0 10px !important;
  text-align: left !important;
  border-right: 1px solid #b8b8b8!important;
  border-bottom: 1px solid #b8b8b8!important;
  background: #ccfff5!important;
  font-weight: normal;
}
.cost-text {
  width: 70%;
  padding: 3px 15px!important;
  background: #ccfff5!important;
  font-weight: normal;
}
.cost-item:last-child .cost-ttl {
  background: #fee5e4!important;
}
.cost-item:last-child .cost-text {
  background: #fee5e4!important;
  color: #fc1212!important;
}
.estimate-btn {
  text-align: center;
  background: #cdecf6;
  padding: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.estimate-btn a {
  display: block;
  width: 83%;
  max-width: 470px;
  margin: auto;
  padding: 10px;
  border: none;
  color: #fff;
  font-size: 17px;
  background: #f0872a url(https://c-m-o.biz/wp-content/uploads/2019/04/arrpng.png)no-repeat;
  background-position: 92% center;
}

@media only screen and (min-width: 768px) {
  .page-id-83 .entry-content {
    padding-bottom: 50px;
  }
  .estimate-list {
    /*padding: 12px 0;*/
    padding: 0 0 12px 0;
  }
  .estimate-ttl {
    margin: 12px 0 35px!important;
    padding: 8px 15px;
    font-size: 23px !important;
  }
  .estimate-cont {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  .estimate-img {
    width: 35%;
  }
  .estimate-inner {
    width: 65%;
  }
  .lease-wrap {
    margin-top: 18px;
    margin-bottom: 40px;
  }
  .lease-item {
  }
  .cost-ttl {
    width: 27%;
  }
  .cost-text {
    width: 73%;
  }

  .estimate-btn a {
    font-size: 23px;
  }
}

@media only screen and (min-width: 1030px) {
  /*
  .page-id-83 .article-header {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }*/
}

/*
  お客様情報の入力
-------------------------------------------*/
.page-id-87 #content.one-column {
  position: relative;
}

.page-id-87 .entry-content {
  padding-bottom: 30px;
  padding-top: 0;
}
.form-list {
  display: block;
  background: #cdebf1;
  overflow: hidden;
  width: 100%;
}
.form-list li {
  padding: 7px 15px;
  position: relative;
  background: #cdebf1;
  color: #2692a6;
  font-size: 13px;
}
.form-list span{
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.form-list li.current{
  background: #24a5be;
  color: #fff;
}
.form-cont {
  padding: 5%;
  margin-top: 20px !important;
  margin-bottom: 20px;
  background: #f0f1f1;
}
.form-item {
  border-bottom: 1px solid #cfcfcf;
}
.form-cont input[type="text"], .form-cont input[type="password"], .form-cont input[type="datetime"], .form-cont input[type="date"], .form-cont input[type="month"], .form-cont input[type="time"], .form-cont input[type="week"], .form-cont input[type="number"], .form-cont input[type="email"], .form-cont input[type="url"], .form-cont input[type="search"], .form-cont input[type="tel"], .form-cont input[type="color"], .form-cont select, .form-cont textarea, .form-cont .field {
    display: block;
    width: 100%;
    height: inherit;
    margin-bottom: 0;
    padding: 5px 12px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: inherit;
    font-size: 16px;
    vertical-align: middle;
    line-height: inherit;
    transition: background-color 0.24s ease-in-out;
}
.form-cont input.sm, .form-cont select.sm {
	width: 50%;
	display: inline-block;
	margin-right:1em;
}
.form-ttl {
  font-size: 14px;
}
.form-ttl.full {
  font-size: 16px;
}
.form-btn input {
  display: block;
  padding: 15px 10px;
  width: 80%;
  max-width: 370px;
  font-size: 23px;
  margin: 9% auto 5%;
  border: none;
  color: #fff;
  background: #2eafcb url(https://c-m-o.biz/wp-content/uploads/2019/04/arr02.png)no-repeat;
  background-position: 85% center;
}
@media only screen and (min-width: 768px) {
  .page-id-87 .entry-content {
    padding-bottom: 50px;
  }

  .form-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background: #cdebf1;
    overflow: hidden;
    width: 100%;
  }
  .form-list li {
    width: 25%;
    padding: 12px 0;
    font-size: 15px;
  }
  .form-list span{
    padding-left: 10%;
  }
  .form-list li::after,
  .form-list li::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -30px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid;
    right: -14%;
  }
  .form-list li::after{
    z-index: 2;
    border-left-color: #cdebf1;
  }
  .form-list li::before{
    border-left-color: #fff;
    right: -15%;
    z-index: 1;
  }
  .form-list li:last-child::after,
  .form-list li:last-child::before{
    content: none;
  }
  .form-list li.current span{
    font-weight: bold;
    background: #24a5be;
    color: #fff;
  }
  .form-list li.current::after{
    z-index: 2;
    border-left-color: #24a5be;
  }

  .form-cont {
    padding: 5% 5% 10%;
    margin-top: 5px !important;
  }
  .form-item {
    padding-top: 32px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    align-items: center;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .form-ttl {
    width: 25%;
    font-size: 15px;
  }
  .form-ttl.full {
    width: 100%;
    margin: 0;
  }
  .form-cont input[type="text"], .form-cont input[type="password"], .form-cont input[type="datetime"], .form-cont input[type="date"], .form-cont input[type="month"], .form-cont input[type="time"], .form-cont input[type="week"], .form-cont input[type="number"], .form-cont input[type="email"], .form-cont input[type="url"], .form-cont input[type="search"], .form-cont input[type="tel"], .form-cont input[type="color"], .form-cont select, .form-cont textarea, .form-cont .field {
      padding: 7px 12px;
      font-size: 18px;
  }
  .form-text {
    width: 75%;
    margin-bottom: 0 !important;
  }
}
