html{
  font-size: 14px!important;
}
body{
  color: #000;
  line-height: 1.4em;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* mixing */
.bold{
  font-weight: bold;
}
.fc-black{
  color: #000!important;
}
.fc-red{
  color: #ff0000;
}
.fc-blue{
  color: #031B44;
}
.fc-blue{
  color: #0071B0;
}

.fc-pink{
  color: #DF6D6C;
}

.bg-white{
  background-color: #fff;
}
.bg-blue{
  background-color: #0E5099;
}
.bg-mizuiro{
  background-color: #DFFFFF;
}

.bg-yellow{
  background-color: #fff3bf;
}

.align-center{
  text-align: center;
}
.align-left{
  text-align: left;
}
.align-right{
  text-align: right;
}


.page-default{
  max-width: unset;
}
@media (min-width: 1200px){
  .container {
    width: 1020px;
  }
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flex.two-col >*{
  margin-bottom: 30px;
}
.flex.two-col >*:last-child{
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .flex{
    justify-content: space-between;
  }
  .flex.two-col >*{
    width: 48%;
    margin: 2% 0;
  }
  .flex.two-col >*:last-child{
    margin: 2% 0;
  }
}


/* 共通スタイル（全体・ヘッダー・ナビゲーション・フッター） */

span.tel-number{
  display: inline-block;
  font-size: 3em;
  vertical-align: middle;
  line-height: 1em;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background: #0E5099;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 44px;
}
#page-top:hover{
  opacity: 0.8;
}

@media screen and (max-width: 359px) {
  span.tel-number{
    font-size: 2.5em;
  }
}

/* header */

.site-title {
  margin: 0;
  text-align: left;
}
.tel{
  position: relative;
}
.tel.free-dial:before{
  content: '';
  background: url(./img/free-dial.jpg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}

.header_right .tel .number{
  font-size: 3em;
  line-height: 1.2em;
  vertical-align: middle;
}
.header_right p{

}

.drawer-btn{
  left: unset;
  right: 0;
}

@media screen and (min-width: 769px) {
  .header_right{
    float: right;
  }
  .header_right p{
    margin: 0 0 0 70px;
  }
}

/* /header */

/* footer */

.footerBottom .tel img {
  vertical-align: middle;
}


.footerBottom {
  background-color: #fff;
  padding: 20px 0;
  border-top: 1px solid #393431;
}

.footer_right span.tel{
  display: inline-block;
  
}
.footer_right strong{
  display: block;
  margin: 2px 0;
}

#copyright{
  padding: 0;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .footerBottom {
    background-color: #fff;
    padding: 40px 0;
    border-top: 1px solid #393431;
  }
  .footer_right{
    float: right;
  }
  .footer_right strong{
    text-align: right;
  }
}

/* /footer */

/* gnav  */
#gnav {
  background-color: #80D5E0;
}
.gnav-container ul{
  padding: 7px 0;
}
.gnav-container li{

}

.gnav-container li a{
  font-size: 16px;
  font-weight: 700;
  color: #0D4686;
  padding: 15px 10px;
}
.gnav-container li.current-menu-item a, .gnav-container li a:hover{
  color: #0D4686;
  background-color: #80D5E0;
  opacity: 0.7;
}


@media screen and (min-width: 769px) {
  .gnav-container li{
    width: 14.285%;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .gnav-container li a{
    padding: 15px 0;
  }
  .gnav-container li:last-child{
    border-right: 1px solid #fff;
  }
}
/* gnav  */

#main h2{
  font-size: 1.75rem;
  height: auto;
  line-height: normal;
  margin: 0;
}

#main.home section .head{
  background: #0E5099;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

#main.home section .head .container{
  position: relative;
}
#main.home section .head a{
  display: block;
  font-size: 0.75rem;
  color: #fff;
  text-align: right;
}


.navigation{
  margin: 20px 0 0;
  padding: 20px 0 0;
  text-align: right;
  border-top: 1px solid #88888A;
}
.navigation a, .navigation span, .navigation a:hover{
  color: #000;
  background: none;
  padding: 5px 5px;
  text-decoration: none;
}
.navigation a:hover,.navigation span.current{
  opacity: 0.7;
  
}

.navigation span.current{
  background: none;
}
.wp-pagenavi img{
  position: relative!important;
}

.wp-pagenavi >*:after{
  content: '/';
  padding-left: 10px;
}
.wp-pagenavi >*:last-child:after{
  content: unset;
}


@media screen and (min-width: 769px) {
  #main h2{
    font-size: 2.5rem;
  }
  #main.home section .head a{
    position: absolute;
    font-size: 0.8rem;
    right: 0;
    bottom: 5px;
  }
}

@media screen and (min-width: 992px){
  #main.home section .head a{
    font-size: 1rem;
  }
}

/* 共通スタイル（全体・ヘッダー・ナビゲーション・フッター） */


/* トップページ */
section.content-box01{

}
section.content-box01 .info{
  padding: 20px 0;
}
section.content-box01 .info .text01 {
  font-size: 1em;
  margin: 10px 0;
  line-height: 1.6em;
}
section.content-box01 .info .text01 span.circle{
  width: 70px;
  background-color: #EB615A;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 5px;
  margin: 5px 0px;
  border-radius: 50%;
  transform: rotate(-15deg);
}
section.content-box01 .info .text01 .fc-large{
  font-size: 1.4em;
}

section.content-box01 .info .text02{
  font-size: 1.75em;
}

section.content-box01 .first-call{
  font-size: 1.75em;
  vertical-align: middle;
}

section.content-box01 .tel{
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}
section.content-box01 .tel .number{
  font-size: 3em;
  line-height: 1.2em;
  vertical-align: middle;
}

section.content-box01 .tel img{
  width: 40px;
}

section.content-box01 .tel span.time{
  display: block;
  font-size: 1.3rem;
  margin-left: 70px;
  text-align: left;
}



section.content-box01 .flex.reason{
  margin: 20px 0;
  justify-content: center;
}
section.content-box01 .flex.reason >*{
  width: 50%;
  max-width: 260px;
  min-width: 235px;
}

section.content-box01 .top-image{
  background-image: url(./img/home/top-image.jpg);
  height: 0;
  padding-top: 30%;
  width: 100%;
  background-size: 135%;
  background-repeat: no-repeat;
  background-position: top center;
}

section.trouble-to-tel p.text01{
  font-size: 1.8em;
}
section.trouble-to-tel p.text02{
  font-size: 2em;
}
section.trouble-to-tel p.time{
  font-size: 1.4em;
  margin: 5px 0 -5px 60px;
}
section.trouble-to-tel tel-number{
  position: relative;
  font-size: 3em;
  line-height: 1.2em;
}

section.trouble-to-tel p.tel:before{
  content: '';
  display: inline-block;
  background: url(./img/free-dial-blue.jpg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 35px;
  vertical-align: middle;
}

section.trouble-to-tel .left-item{
  margin-right: 15px;
}
section.trouble-to-tel .right-item p{
  font-size: 1.5em;
  background-color: #fff;
  text-align: center;
  width: 250px;
  margin: 15px auto 0;
  padding: 10px 0;
  border: 1px solid #0071B0;
}

section.trouble-to-tel .consultation{
  display: none;
}


section.area .flex >div{

}

section.area .area-box{
  align-self: stretch;
  border: 1px solid #0071B0;
  padding: 20px 20px 0;
}
section.area h4{
  font-size: 2em;
}
section.area hr{
  border-color: #0071B0;
}
section.area p.area-list, section.area p.area-text{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0;
}
section.area p.area-text span{
  font-size: 1.2em;
  color: #f00;
}
section.area p.area-list span{
  font-family: serif;
  color: #0071B0;
}


section.faq{

}
section.faq .faq-box{
  border: 2px solid #E7805D;
  background: #fff;
  padding: 20px 10px;
}

section.faq h4{
  font-size: 2em;
}

section.faq p{
  font-size: 1.4em;
  margin-bottom: 20px;
}
section.faq a{
  display: block;
  color: initial;
  text-decoration: underline;
}

section.voice .flex{
  text-align: center;
}
section.voice .flex a{
  width: 100%;
}
section.voice .flex a:first-child{
  margin-bottom: 20px;
}
section.example{
  padding: 40px 0;
}

#main.home section.example .head{
  background: none;
}

section.example ul.flex{
  padding: 5% 5%;
  border: 1px solid #75B8D8;
}

section.example ul.flex li{
  background-color: #4EA4DC;
  max-width: 300px;
  margin: 0 0 5%;
  text-align: center;
}
section.example ul.flex li p{
  font-size: 20px;
  color: #fff;
  margin: 5px;
  border: 1px solid #fff;
}

@media screen and (min-width: 500px) {
  section.example ul.flex{
    justify-content: space-between;
  }
  section.example ul.flex li{
    width: 47.5%;
  }
}

@media screen and (min-width: 769px) {
  
  section.content-box01 .info .text01 span.circle{
    width: 95px;
    background-color: #EB615A;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    transform: rotate(-15deg);
  }
  
  section.content-box01 .info .text01{
    font-size: 1.5em;
  }
  
  section.content-box01 .info .text02 {
    font-size: 2em;
  }
  section.content-box01 .first-call{
    font-size: 2.25em;
  }
  section.content-box01 .tel{
  }
  section.content-box01 .tel img{
    width: 50px;
  }
  section.content-box01 .tel span.time{
    margin-left: 75px;
  }
  
  section.trouble-to-tel p.text01{
    font-size: 2.75em;
  }
  section.trouble-to-tel p.text02{
    font-size: 3em;
  }
  section.trouble-to-tel p.time{
    font-size: 1.6em;
    margin-bottom: -15px;
  }
  section.trouble-to-tel .tel-number{
    font-size: 4.5em;
    line-height: 1.2em;
  }
  section.trouble-to-tel p.tel img{
     width: 80px;
  }
  
  section.trouble-to-tel .right-item p{
    width: 200px;
  }
  
  
  section.area .flex >div{
    width: 48%;
  }
  section.area p.area-list, section.area p.area-text{
    font-size: 1.4em;
  }
  
  section.faq .faq-box{
    position: relative;
    padding: 10px 100px;
  }
  section.faq .faq-box:before{
    content: 'Q';
    position: absolute;
    font-size: 100px;
    font-weight: bold;
    font-family: serif;
    color: #F2CCB9;
    left: 5px;
    top: 0;
    line-height: 1em;
  }
  
  section.faq .faq-box p{
    font-size: 1.6em;
    margin-left: 5%;
  }
  section.faq .faq-box span{
    display: inline-block;
    vertical-align: top;
  }
  
  section.faq .faq-box a{
    display: inline-block;
    width: calc(100% - 40px);
  }
  
  section.voice .flex a{
    width: 48%;
  }
  section.voice .flex a:first-child{
    margin-bottom: 0;
  }
  section.example ul.flex{
    justify-content: center;
    padding: 3% 3%;
  }
  
  section.example ul.flex li{
    background-color: #4EA4DC;
    width: 31%;
    margin: 0;
    margin-bottom: 3%;
    margin-right: 3%;
    text-align: center;
  }
  section.example ul.flex li:nth-child(3n){
    margin-right: 0;
  }
  
}
@media screen and (min-width: 992px){
  section.content-box01 .top-image{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    background-size: auto;
    height: 900px;
  }
  section.content-box01 .flex.reason >*{
    width: 25%;
  }
  section.content-box01 .info .text02 {
    font-size: 2.5em;
  }
  section.content-box01 .first-call{
    font-size: 2.75em;
  }
  section.content-box01 .tel .number{
    font-size: 4.5em;
  }
  section.content-box01 .tel img{
    width: 70px;
  }
  section.content-box01 .info{
    position: absolute;
    top: 475px;
    left: 50%;
    transform: translate(-50%);
  }
  
  section.trouble-to-tel p.time{
    margin-left: 200px;
    margin-top: 10px;
  }
  
  section.trouble-to-tel p.tel{
    margin-left: 100px;
  }
  section.trouble-to-tel .tel-number{
    font-size: 5.5em;
  }
  
  section.trouble-to-tel p.tel:before{
    width: 100px;
    height: 55px;
  }
  
  section.trouble-to-tel .left-item{
    position: relative;
  }
  section.trouble-to-tel .consultation{
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
    width: 200px;
  }
}

/* /トップページ */

.entry-bg{
  background-image: url(./img/sub/sub-1_02.jpg);
  background-position: bottom;
  height: 150px;
}
.top-widget .widget-title, .archive-widget .widget-title, .entry-title, .archive-title{
  border: none;
}
.entry-call{
  padding: 20px 0;
  margin-bottom: 20px;
}
.entry-call p.plz-call{
  font-size: 1.7em;
}

.entry-call span.tel-number{
  font-size: 2.8em;
}
.entry-call span.time{
  display: block;
  font-size: 1.2em;
  text-align: center;
}

@media screen and (min-width: 769px){
  .entry-call{
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .entry-call p.plz-call{
    font-size: 2em;
  }
  
  .entry-call span.tel-number{
    font-size: 4.8em;
  }
  .entry-call span.time{
    font-size: 1.2em;
  }
}


#main.page h3{
  font-size: 1.6em;
  color: #0E5099;
  text-align: center;
  margin-bottom: 20px;
}
#main.page h3.underline{
  border-bottom: 1px solid #88A6BA;
  padding-bottom: 5px;
}

#main.page section{
  margin-bottom: 20px;
}
@media screen and (min-width: 769px){
  #main.page h3{
    font-size: 2em;
    margin-bottom: 40px;
  }
  #main.page section{
    margin-bottom: 40px;
  }
  
}


/* ご利用の流れ */

section.flow-step .flex{
  align-items: stretch;
}
section.flow-step .flow{
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 40px 0;
  background-color: #FFF3BF;
  text-align: center;
}


section.flow-step .flow h4{
  font-size: 1.4em;
  margin: 10px 0;
  color: #0E5099;
}
section.flow-step .flow p{
  font-weight: bold;
  text-align: left;
  line-height: 1.8em;
  padding: 0 15px;
  margin: 10px 0 0;
}
section.flow-step .flow p span{
  font-size: 1.2em;
  color: #E60012;
}
section.flow-step .step{
  position: relative;
  font-weight: bold;
  color: #fff;
  border-bottom: 3px solid #DA6A69;
}
section.flow-step .step .num{
  font-size: 1.4em;
}
section.flow-step .step .inner{
  background: #DA6A69;
  position: absolute;
  display: block;
  margin: 0 auto;
  padding: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  padding-top: 20px;
}

.half-circle-mod {
  background: #999;
  height: 50px;
  width: 100px;
}
.half-circle-lo__half-circle-mod {
  -moz-border-radius: 50px 50px 0 0;
  -webkit-border-radius: 50px 50px 0 0;
  -o-border-radius: 50px 50px 0 0;
  -ms-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
}


section.faq02{

}
section.faq02 p{
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 20px;
}
section.faq02 p.question{
  color: #0E5099;
  margin-bottom: 20px;
}
section.faq02 p.question:before{
  position: absolute;
  left: -55px;
  top: 0;
  
  content: 'Q';
  font-size: 40px;
  color: #fff;
  background-color: #DF6D6C;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

section.faq02 p.answer{
  font-size: 1.3em;
}
section.faq02 p.answer:before{
  position: absolute;
  left: -50px;
  top: 0;
  
  content: 'A';
  font-size: 30px;
  color: #DF6D6C;
  border: 1px solid #DF6D6C;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  
  section.flow-step .flow{
    position: relative;
    width: 23.5%;
  }
  section.flow-step .flow:after{
    content: '';
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #DA6A69;
    right: -20px;
    top: 135px;
    z-index: 100;
  }
  section.flow-step .flow:last-child:after{
    content: unset;
  }
  section.flow-step .flow h4{
    font-size: 1em;
  }
  
  section.faq02 p{
    position: relative;
    margin-left: 75px;
    margin-bottom: 40px;
  }
  section.faq02 p.question:before {
    top: unset;
    bottom: 0;
  }
  section.faq02 p.answer{
    font-size: 1.6em;
  }
  
}
@media screen and (min-width: 992px) {
  section.flow-step .flow h4{
    font-size: 1.4em;
  }
  section.faq02 p{
    margin-left: 150px;
  }
  
}
/* /ご利用の流れ */


/* 作業料金 */

section.work-price .work-text{
  position: relative;
}
section.work-price .text-box{
  position: absolute;
  top: 0;
  padding: 0 0 0 8%;
}

section.work-price .work-item{
  margin: 20px 0;
}
section.work-price .text-box h4{
  font-size: 8vw;
  color: #fff;
}
section.work-price .text-box h4 span{
  font-size: 0.8em;
}
section.work-price .text-box p{
  font-size: 4.6vw;
  font-weight: bold;
}
section.work-price .text-box .text01{
  margin-top: 8%;
}
section.work-price .text-box .text02{
  color: #0E5099;
  margin-top: 3%;
}
section.work-price .text-box .price{
  margin-top: 1%;
}
section.work-price .text-box .price span{
  font-family: serif;
  color: #7FCCD5;
}

section.work-price .work-item-other{
  position: relative;
  background: url(./img/sub/sub-2_14.jpg)no-repeat;
  background-color: #FEFBC5;
  background-size: 150% 45%;
  width: 100%;
  padding: 0 10px 20px
}
section.work-price .work-item-other h4{
  position: absolute;
  font-size:6vw;
  color: #fff;
}
section.work-price .work-item-other p{
  font-size: 4vw;
  font-weight: bold;
}
section.work-price .work-item-other p.text01{
  padding: 70px 0 20px
}


section.work-price .bottom-text p{
  font-size: 1.2em;
  font-weight: bold;
}
section.work-price .bottom-text p .annotation{
  font-size: 0.85em;
}

section.work-price .bottom-text p.speed{
  font-size: 1.4em;
  color: #0E4F98;
  margin-bottom: 5px;
}

section.work-price .bottom-text p.explain{
  margin: 20px 0;
}

@media screen and (min-width: 520px) {
  section.work-price .text-box h4{
    font-size: 2.9em;
  }
  section.work-price .text-box p{
    font-size: 1.8em;
  }
}

@media screen and (min-width: 769px) {
  section.work-price .work-item{
    margin: 40px 0;
  }
  section.work-price .work-image{
    width: 48%;
  }
  section.work-price .work-text{
    width: 52%;
  }
  
  section.work-price .text-box h4{
    font-size: 2.3em;
  }
  section.work-price .text-box p{
    font-size: 1.3em;
  }
  
  section.work-price .work-item-other{
    margin-bottom: 40px;
    height: 180px;
    background-size: cover;
  }
  section.work-price .work-item-other h4{
    font-size: 3.2em;
  }
  
  section.work-price .work-item-other p{
    font-size: 1.4em;
    margin-left: 200px;
  }
  section.work-price .work-item-other p.text01{
    padding: 40px 0 20px
  }
  
  section.work-price .bottom-text{
    margin-left: 4%;
  }
  
  section.work-price .bottom-text p{
    font-size: 1.4em;
  }
  
  section.work-price .bottom-text p.speed{
    font-size: 1.8em;
  }
  
  section.work-price .bottom-text p.explain{
    margin: 40px 0;
    margin-left: 4%;
  }
  

}
@media screen and (min-width: 992px) {
  section.work-price .text-box h4{
    font-size: 2.9em;
  }
  section.work-price .text-box p{
    font-size: 1.8em;
  }
  section.work-price .work-item-other h4{
    font-size: 3.8em;
  }
  section.work-price .work-item-other p{
    font-size: 1.8em;
  }
  
}


/* /作業料金 */

/* お客ら様の声 */

#main.voice h3{
  
  color: #DF6D6C;
}
#main.voice h3 span{
  border: 2px solid #DF6D6C;
  padding: 5px 20px;
  border-radius: 50px;
}

section.voice .voice-item{
  padding: 15px;
  margin-bottom: 20px;
  border: 1px dashed #DF6D6C;
  border-radius: 5px;
}
section.voice .voice-item p.head{
  display: inline-block;
  font-size: 1em;
  background: #F8C6BA;
  padding: 8px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  min-width: 80px;
}
section.voice .voice-item p.title{
  font-size: 1.5em;
  color: #DF6D6C;
  border-bottom: 1px solid #DF6D6C;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

section.voice .voice-item p.text{
  font-size: 1.3em;
  margin-top: 10px;
  line-height: 1.6em;
}

@media screen and (min-width: 769px) {
  section.voice .voice-item{
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  section.voice .voice-item p.head{
  }
  section.voice .voice-item p.title{
    font-size: 1.6em;
  }
  
  section.voice .voice-item p.text{
    font-size: 1.4em;
  }
}

/* /お客ら様の声 */

/* 会社概要 */

section.info p{
  font-size: 1.4em;
  max-width: 500px;
  margin: 5px auto;
}
section.info p span{
  display: inline-block;
  min-width: 120px;
}

section.staff{
  padding: 40px 0;
  background-color: #FFFCDB;
}
section.staff .flex{
  align-items: flex-start;
  margin: 40px 0;
}

section.staff .staff-item >div{
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}

section.staff .staff-item >div:before{
  content: '';
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #DA6A69;
  left: 0;
  top: -1px;
  z-index: 100;
}

section.staff p.name{
  font-size: 1.4em;
  font-weight: bold;
}
section.staff h4{
  font-size: 1.4em;
  color: #0E5099;
}

section.staff p.text{
  margin: 20px 0;
  font-size: 1.2em;
}

section.staff p.text02{
  font-size: 1.2em;
}




@media screen and (min-width: 769px) {
  section.info p{
    font-size: 1.6em;
  }
  section.staff .flex{
    align-items: flex-start;
    margin: 80px 20px;
  }
  section.staff .staff-image{
    width: 32%;
  }
  section.staff .staff-item >div{
    width: 60%;
    margin: 0;
  }
  section.staff .staff-item >div:before{
    top: -1px;
  }
}

@media screen and (max-width: 500px) {
  section.info p{
    font-size: 1.3em;
  }
  section.info p span{
    display: block;
    margin-top: 10px;
  }
}



/* /会社概要 */

/* 施工事例 */
section.sekou{
  margin: 20px 0;
}

.example-box{
  align-items: flex-start;
}
.example-menu{
  background-color: #89CEF1;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
}

.example-menu li{
  padding: 0 10px;
  margin: 10px 0;
}

.example-menu a{
  display: block;
  font-size: 1.5em;
  line-height: 1.4em;
  padding-left: 1em;
  text-decoration: none;
}
.example-menu li.current-menu-item a,.example-menu li.current-post-parent a{
  padding-left: 0;
}
.example-menu li.current-menu-item a:before,.example-menu li.current-post-parent a:before{
  content: '▶';
}
.example-menu li.current-menu-item, .example-menu li.current-post-parent, #main.example01 .example-menu li:hover{
  background-color: #fff;
}

.example-content{
  justify-content: space-between;
}
.example-content li{
  width: 48%;
  margin-bottom: 4%;
}
.example-content.content01 li{
  background-color: #4EA4DC;
}
.example-content.content01 li p {
  font-size: 1.2em;
  color: #fff;
  margin: 5px;
  border: 1px solid #fff;
  text-align: center;
}


.example-content.content02 ul.flex{
  align-items: flex-start;
  justify-content: space-between;
}



.example-content.content02 li{
  position: relative;
  width: 49%;
  margin-bottom: 2em;
  color: #0071B0;
}
.example-content.content02 li:before{
  content: "";
  display: block;
  padding-top: 80%;
}

.example-content.content02 img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.example-content.content02 li{
  color: #0071B0;
}
.example-content.content02 ul:after{
  content: '';
  width: 31.5%;
}

.example-content.content02 li img{
  object-position: center;
  object-fit: cover;
}

.example-content.content02 li p{
  padding-top: 1em;
  height: 1em;
}


#main.example .example-content.content03 h2{
  font-size: 1.6em;
  color: #0865AA;
  border-bottom: 1px solid #0865AA;
  margin-bottom: 5px;
}
.example-content.content03 .flex{
  justify-content: space-between;
}

.example-content.content03 img.before{
  width: 35%;
  margin: 20px 0px;
}
.example-content.content03 img.before-after{
  width: 60%;
}

.example-content.content03 img.after{
  display: block;
  margin: 5px auto 0;
  padding: 20px;
  background-color: #89CEF1;
}

/*配管工事*/
.example-content.content03 .flex.plumbing{
  flex-wrap: nowrap;
}
.example-content.content03 .flex.plumbing img{
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
  margin-right: 10px;
}
.example-content.content03 .flex.plumbing img:last-child{
  margin-right: 0;
}


@media screen and (min-width: 769px) {
  section.sekou{
    margin: 40px 0;
  }
  
  .example-menu{
    width: 34%;
    padding: 10px 20px;
  }
  .example-content{
    width: 62%;
  }
  .example-content.content02 li{
    position: relative;
    width: 31.5%;
    margin-bottom: 2em;
    color: #0071B0;
  }
  .example-content.content02 li:before{
    content: "";
    display: block;
    padding-top: 80%;
  }
  
  .example-content.content02 img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  
  
  #main.example .example-content.content03 h2{
    font-size: 2em;
  }
  
}
@media screen and (min-width: 992px) {
  .example-menu a{
    font-size: 2em;
  }
}

.gnav-container li .sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: #80D5E0;
    border: none;
    border-bottom: none;
    margin: 0;
}
.gnav-container li .sub-menu li:last-child {
  border-bottom: none;
  width: 100%;
}
.gnav-container li .sub-menu li a {
  color: #0D4686;
  background: #80D5E0;
  font-size: 12px;
  padding: 14px 18px;
  margin-top: 0;
  border: none;
  overflow: hidden;
}
.gnav-container li .sub-menu li a:hover {
  background: #fff;
  color: #0D4686;
  opacity: .3;
}



/* 施工事例（2020/04/17） */

@media screen and (min-width: 769px) {
.flex_reform_staff{
	display:flex;
	flex-direction:row;
}
.staff_img_p{
	width:80%;
}
.staff_img{
	width:20%;
}
.reform_before_title{
	font-size:150%;
	margin-top:40px;
	color:#FFFFFF;
	font-weight:bold;
	padding:14px;
	border-radius:4px;
	background-color:#89CEF1;
}
.reform_after_title{
	font-size:150%;
	margin-top:50px;
	color:#FFFFFF;
	font-weight:bold;
	padding:14px;
	border-radius:4px;
	background-color:#89CEF1;
}
.flex_reform{
	margin:0 auto;
	padding-top:20px;
	width:90%;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:flex-start;
}
.flex_reform img{
	max-width:44%;
	height:auto;
}
}

@media screen and (max-width: 768px) {
.staff_img{
	margin:0 auto;
	text-align:center;
}
.staff_img img{
	width:25%;
}
.reform_before_title{
	font-size:150%;
	margin-top:40px;
	color:#FFFFFF;
	font-weight:bold;
	padding:14px;
	border-radius:4px;
	background-color:#89CEF1;
}
.reform_after_title{
	font-size:150%;
	margin-top:50px;
	color:#FFFFFF;
	font-weight:bold;
	padding:14px;
	border-radius:4px;
	background-color:#89CEF1;
}
.flex_reform{
	margin:0 auto;
	padding-top:20px;
	width:90%;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:  flex-start;
}
.flex_reform img{
	max-width:44%;
	height:auto;
}
}