/*
Template:generic
Theme Name:generic-child
*/

/* 子テーマ デフォルトスタイル */

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.5;
}

#wrapper {
  display: block;
}

#header {
  padding: 45px 0 20px 0;
}

#header li {
  list-style-type: none;
}

#branding {
}

.h-widget {
  float: right;
}

#block-15 .wp-block-group__inner-container {
  overflow: hidden;
}

.h-tel {
  float: left;
  margin-right: 20px;
}

.h-qr {
  float: right;
}

#logo {
  max-height: none;
}

#container {
  background: #fff;
  padding: 0;
}



#content {
  width: 100%;
  padding-right: 0;
  float: none;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrums {
  background: #f6f6f6;
  padding: 8px 0;
  font-size: 14px;
}

.home .breadcrums {
  display: none;
}

.bg-water {
  background-image: url(img/bg-water.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0;
}

.bg-blue {
  background-image: url(img/bg-blue.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0;
}


#footer {
  padding: 40px 0;
}

#footer .inner {
  gap: 1.5em;
}

#footer li {
  list-style-type: none;
}

.f-logo {
  font-weight: bold;
  font-size: 32px;
}

.f-spacer {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.widget_nav_menu {
    flex-grow: 1;
}

#menu-footer-menu {
  overflow: hidden;
  float: right;
  font-size: 14px;
}

#menu-footer-menu li {
  float: left;
}

#menu-footer-menu a {
  color: #000;
  text-decoration: none;
  display: block;
}

#menu-footer-menu a:hover {
  color: #ffa500;
}

#menu-footer-menu a:after {
  content: '｜';
}

#menu-footer-menu a:hover:after {
  color: #000;
}

#menu-footer-menu li:last-child a:after {
  content: none;
}



.page #content p,
.single-post #content p {
  line-height: 1.5;
}

.single-post table td,
.single-post table th {
  border: 1px solid #767676;
}

.entry-content ul,
.widget-container ul,
.comment-body ul {
  list-style-type: circle;
  text-indent: 0;
}

.entry-content ul li:before,
.widget-container ul li:before,
.comment-body ul li:before {
  content: none;
}

.entry-content ul li, .widget-container ul li, .comment-body ul li {
  list-style-type: none;
}

/*ナビゲーション*/

#menu {
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  background: #f6f6f6;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu a {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
}

#menu a:after {
  content: '|';
  padding-left: 25px;
}

#menu .current-menu-item a,
#menu a:hover {
  color: #ffa500;
}

#menu .current-menu-item a:after,
#menu a:hover:after {
  color: #000;
}

/*リンク*/

a:hover {
  #ffa500;
}

a img:hover {
  opacity: 0.5;
}

.wp-block-buttons {
  margin-top: 30px;
}

.btn-blue .wp-block-button__link {
  background-color: #fff;
  color: #0076ee;
  border: 2px solid #0076ee;
  font-size: 18px;
  font-weight: bold;
}

.btn-blue .wp-block-button__link:before {
  content: url(img/icon-arrow.png);
  padding-right: .5em;
  vertical-align: middle;
}

.btn-blue .wp-block-button__link:hover {
  background-color: #0076ee;
  color: #fff;

}

.btn-orrange .wp-block-button__link:before {
  content: url(img/link-arrow.png);
  padding-right: 0.5em;
}

.btn-orrange .wp-block-button__link:hover {
  background-color: #ffb833;
}

.inline-block {
  display: inline-block;
}

/*見出し*/

h1 {
  text-align: center;
  background-image: url(img/bg-water.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

#site-title h1,
#site-title a {
  background-image: none;
  
}

.entry-title {
  margin-bottom: 0;
}

h2 {
  font-size: 30px;
  text-align: center;
}

.page h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.page h2::before,
.page h2::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #72af2c;
}

.page #price h2 {
  color: #000;
}

.page #price h2::before,
.page #price h2::after {
  background-color: #2c85af;
}

.page h2::before {
	margin-right: 20px;
}
.page h2::after {
	margin-left: 20px;
}

.page-id-8 h2 {
  display: block;
}

.page-id-8 h2:before,
.page-id-8 h2::after {
  content: none;
  background-color: transparent;
}

h3 {
  font-size: 24px;
}


.fukidashi:before {
  content: url(img/h-dot-left.png);
  margin-right: .5em;
  vertical-align: middle;
}

.fukidashi:after {
  content: url(img/h-dot-right.png);
  margin-left: .5em;
  vertical-align: middle;

}


.h-underline {
    background:linear-gradient(transparent 60%, #fff500 60%);
}


/*テキスト*/

.italic {
  font-style: italic;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

/*基本で追加するようのクラス*/

.page #content p, .single-post #content .mT0 {
  margin-top: 0;
}

.single-post #content .f-small {
  font-size: 14px;
}

/* 投稿と固定ページを新規作成したときのスタイルを記述 */

/* ページごとのオリジナルスタイルを記述 */

/*home*/

.page-id-8 .entry-title {
  display: none;
}

.h-title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}

.h-title-sub {
  font-size: 20px;
}

.h-title strong {
  color: #0074ee;
}


#sec-policy h2 {
  margin-top: 0;
}

.point3 img {
  width: 100%;
}

#policy-inner {
  background-color: #fff;
  border: #72af2c 2px solid;
  padding: 45px;
  
}

#policy-inner h2 {
  font-size: 28px;
}

#policy-inner h2:before {
  content: url(img/icon-car.png);
  padding-right: 0.25em;
}

#policy-inner h3 {
  margin-top: .25em;
  background-image: url(img/icon-check.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 8px 0 0 46px;
}

.points {
  max-width: 740px;
  margin: 45px auto;
}

.warning {
  margin-bottom: 0;
}

.sec-strength {
 padding-bottom: 45px; 
}

.bg-gradation {
  background-image: -moz-linear-gradient( 45deg, rgb(0,192,250) 0%, rgb(1,94,234) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(0,192,250) 0%, rgb(1,94,234) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(0,192,250) 0%, rgb(1,94,234) 100%);
}

.page #content .bg-gradation p {
  background-image: url(img/icon-oil.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: .75em 1em;
  padding-left: 55px;
}

.page #content .bg-gradation p.wind {
  background-image: url(img/icon-wind.png);
}

.page #content .bg-gradation p.clock {
  background-image: url(img/icon-clock.png);
}



#sec-bnr {
  background: #edf8fd;
  padding: 45px 0;
}

/*CTA*/

#cta h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
}

#cta h2:before,
#cta h2:after {
  content: none;
}

#cta h2 span {
  font-size: 24px;
}

.bg-cta {
  background-image: url(img/bg-cta.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0;
}


#cta-inner {
  background: rgba(255,255,255,0.9);
  padding: 45px;
}

#cta-outer {
  background: rgba(255,255,255,0.5);
  padding: 18px;
}

.cta-tel {
  text-align: right;
}

/*料金・サービス*/

.flow-box {
  background-color: #fff;
  border: #72af2c 2px solid;
  padding: 0 45px 45px 45px;
  
}

.flow-box h3 {
  font-size: 18px;
  min-height: 54px;
}

#system {
  margin: 0 15px;
}

#price {
  background: #edf8fd;
  border: 2px dashed #2c85af;
  padding: 0 30px 30px 30px;
  max-width: 640px;
  margin-top: 45px;
}

#price h2 {
 color: #0074ee;
}

#price h3 {
  border-left: 10px solid #2c85af;
  color: #2c85af;
  padding-left: 15px;
  margin: 0;
}

.table,
.table td {
  border: none;
}

.table td {
  border-bottom: 2px dotted #2c85af;
}

.table tr td:first-child {
  font-weight: bold;
}

.table tr td:last-child {
  text-align: right;
}

/*会社概要*/
.t-info table {
  margin-top: 0;
}

.t-info tr td:first-child {
  font-weight: bold;
  background: #f9f9f9;
  text-align: center;
}

.t-info tr td:nth-child(2) {
  padding-left: 20px;
}

/*お問い合わせ*/

.t-form {
  max-width: 768px !important;
  margin: 15px auto;
}

.t-form th,
.t-form td {
  border-bottom: 1px solid #c0c0c0;
  padding: 30px 16px;
  vertical-align: middle;
}

.t-form textarea,
.t-form input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]  {
  border: 1px solid #c0c0c0;
  margin: 0;
}

.required {
  background: #dc143c;
  padding: 8px;
  display: inline-block;
  margin-left: 8px;
  color: #fff;
}

.td-send {
  text-align: center;
}

/*レスポンシブ*/

@media screen and (max-width: 1000px) {
  #header {
    padding: 45px 20px 10px 20px;
  }
  #menu {
    margin-top: 0;
  }
  
  .points {
    flex-direction: row;
  }
  
  .points:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
        flex: 1 !important;

  }

}

@media (max-width: 781px) {
  
  .inner {
    margin: 0 15px;
  }
  
  #policy-inner,
  .flow-box {
    margin: 0 15px;
  }
  
  .warning:not(.is-not-stacked-on-mobile)>.wp-block-column,
  .flow-box:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis: 47% !important;
    } 
  .warning figure,
  #sec-bnr figure {
    text-align: center;
  }
  
  .entry-title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #branding {
    text-align: center;
  }
  
  .h-widget {
    float: none;
  }
  
  #block-15 .wp-block-group__inner-container {
    display: flex;
  }
  
  #block-15 .wp-block-group__inner-container figure {
    flex-grow: 1;
  }
  
  .h-tel {
    text-align: right;
  }
  
  .h-qr {
    text-align: left;
  }
  
  .h-title-sub {
    font-size: 14px;
  }
  
  .page h2::before, .page h2::after {
    width: 30px;
  }
}

@media screen and (max-width: 480px) {
  .warning:not(.is-not-stacked-on-mobile)>.wp-block-column,
  .flow-box:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis: 100% !important;
    } 
  
  .h-title {
    font-size: 28px;
  }
  .points {
    margin: 15px;
  }
  .points .wp-block-image .alignright,
  .points .wp-block-image .alignleft {
    margin: 0;
  }
  
  #policy-inner {
    padding: 30px;
    margin-bottom: 0;
  }
  
  #policy-inner h2 {
    font-size: 22px;
  }
  #policy-inner h2:before {
    content: none;
  }
  #s-flow h2 {
    font-size: 20px;
  }
  .fukidashi:before,
  .fukidashi:after {
    content: none;
  }
  .page #content .bg-gradation p {
    font-size: 20px;
  }
  
  #cta-inner {
    padding: 15px;
  }
  
  #cta h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 414px) {
  .h-qr {
    display: none;
  }
  
   #block-15 .wp-block-group__inner-container {
    display: block;
  }
  
  .h-tel {
    text-align: center;
    margin: 0;
    width: 100%;
  }

}

@media screen and (min-width: 769px) {
  
  
  #logo-container {
    height: auto;
  }
}

