@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */
/* common */
@media (min-width:1200px) {
}
@media (max-width:991px) {
}
@media (max-width:767px) {
}
body{
  line-height: 1.5em;
  font-family:'Noto Sans JP',"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
  color:#333;
  font-size: 18px;
  font-weight:normal;
  letter-spacing: 0.1em;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.alpha {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.Page-top {
    position: fixed;
    right: 0;
    bottom: 5%;
    right: 1%;
    z-index: 2;
}


@media (max-width:767px) {
  body{
  line-height: 1.5em;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sp-pt-15{
  padding-top: 15px;
}
.sp-width-35{
  width: 35%;
}
.sp-width-85{
  width: 85%;
}
.Page-top {
   width: 12%;
}
.sp-width-45{
  width: 45%;
}
.sp-width-80{
  width: 80%;
}
.Page-top {
    bottom: 22%;
}
}
/* header */
.gnavi {
    height: 45px;
    background-color: #ffd500;
    margin-top: 15px;
}
.gnavi__inner {
    height: 100%;
    margin: 0 auto;
}
.gnavi ul {
    height: 100%;
    display: flex;
    margin: 0 -20px;
}
.gnavi li {
    flex: 1 1;
    position: relative;
    display: flex;
}
.gnavi a {
    color: #fff;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
}
.gnavi a {
    display: flex;
    flex: 1 1;
    justify-content: center;
    padding: 0 5px;
    color: #000;
    margin-top: -5px;
    font-weight: 600;
}
.gnavi li::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #000;
    position: absolute;
    right: -1px;
    top: calc((100% - 20px)/2);
}
.gnavi ul li{
  padding-top: 13px;
}
@media (max-width:991px) {
  header .col-sm-8 img{
    width: 47%;
  }
  header .container{
    padding-bottom:10px;
  }
}
@media (max-width:767px) {
.menu-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
    height: 42px;
    width: 42px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #e51318;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
        background-color: rgba(0,0,0,0.9);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
header ul {
    display: block;
}
.menu-content ul li a.sp-none {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
}
.menu-content ul li.sp-none {
    border-bottom: solid 0px #ffffff;
}
.menu-content ul li.sp-none a::before {
    border-top: solid 0px #ffffff;
    border-right: solid 0px #ffffff;
}
.menu-content ul li a.contact_button {
    color: #00a0e9;
}
}
/* mv */
.mv{
  background-image: url(../images/mv_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mv .container{
  padding: 30px 0px;
  position: relative;
}
.mv .mvc01{
  position: absolute;
  top: 3%;
  right: 0;
}
.mv .mvc02{
  position: absolute;
  top: 40%;
  right: 0;
}
.mvimg01{
  position: relative;
  z-index: 1;
}
.yureru-js {
    animation: yureru-js 0.5s infinite;
}
@keyframes yureru-js {
    0% {
        transform: translate(3px, 3px);
    }
    25% {
        transform: translate(3px, -3px);
    }
    50% {
        transform: translate(-3px, -3px);
    }
    75% {
        transform: translate(-3px, 3px);
    }
    100% {
        transform: translate(3px, 3px);
    }
}
.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

@media (max-width:1200px) {
  .mv .mvc01{
  top: 5%;
  width: 43%;
}
}
@media (max-width:991px) {
  .mv .mvc02 {
    width: 17%;
}
  }
@media (max-width:767px) {
.mv{
  background-image:none;
}
.mv .container {
    padding: 0px 0px;
}
.mv .mvc01_sp {
    position: absolute;
    bottom: 22%;
    width: 90%;
    left: 5%;
}
}
/* cta */
.cta{
  background-image: url(../images/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta .container{
  padding:50px 0px;
  position: relative;
}
.cta .bg-white{
  background-color:#fff;
  padding:30px 30px 10px;
}
.ctatel{
  margin-left: auto;
}
.cta .ctac01 {
    position: absolute;
    top: 35%;
    left: -2%;
}
.cta a{
	color: #333;
}
@media (max-width:1200px) {
  .cta .ctac01 {
    top: 45%;
    left: -5%;
    width: 15%;
}
}
@media (max-width:767px) {
  .cta .container{
  padding:30px 15px;
}
.cta .bg-white {
    padding: 15px 15px 10px;
}
}
/* こんなトラブル増えてます */
.content01{
  background-image: url(../images/content01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.content01 .container{
  padding:100px 0px;
  position: relative;
}
.content01 .content01c01{
  position: absolute;
  top: 9%;
  left: 0;
}
.content01 .content01c02{
  position: absolute;
  top: 9%;
  right: 0;
}
@media (max-width:991px) {
  .content01 .content01c01 {
    width: 15%;
    top: 20%;
}
.content01 .content01c02{
  width: 15%;
  top: 25%;
}
}
@media (max-width:767px) {
  .content01 .container{
  padding:70px 15px;
}
.content01 .content01c01 {
    width: 17%;
    top: 14%;
}
.content01 .content01c02 {
    width: 20%;
    top: 16%;
}
}
/* 電気トラブル放置してませんか？ */
.content02{
  background-color: #000;
}
.content02 .container{
  padding:50px 0px;
  position: relative;
}
.content02 .content02c01{
  position: absolute;
  bottom: -10%;
    right: -1%;
}
@media (max-width:1200px) {
  .content02 .content02c01 {
    bottom: -5%;
    right: -1%;
    width: 20%;
}
}
@media (max-width:767px) {
.content02 .container {
    padding: 30px 0px;
}
}
/* あらゆるトラブル緊急サポート */
.content03{
  background-image: url(../images/content03_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.content03 .container{
  padding:100px 0px;
  position: relative;
}

.content03 .content03c01{
  position: absolute;
  top: 4%;
    left: 5%;
}
.content03 .cf{
  position: relative;
  z-index: 1;
}
.content03 .content03c02{
  position: absolute;
  top: 6%;
    right: 5%;
}
@media (max-width:1200px) {
  .content03 .content03c01 {
    top: 6%;
    left: 0%;
    width: 14%;
}
.content03 .content03c02 {
    top: 7%;
    right: 0%;
}
}
@media (max-width:991px) {
  .content03 .content03c02 {
    top: 3%;
    right: 0%;
    width: 10%;
}
.content03 .content03c01 {
    top: 1%;
    left: 0%;
    width: 14%;
}
  }

@media (max-width:767px) {
  .content03 .container{
  padding:70px 15px;
}
.content03 .col-xs-6{
  padding-left: 5px;
    padding-right: 5px;
}
}
/* 他社との料金比較 */
.content04 .container{
  padding:100px 0px;
  position: relative;
}
.content04 .content04c01{
  position: absolute;
      top: 13%;
    right: 3%;
}
.content04 .hikaku{
  position: relative;
  z-index: 1;
}
@media (max-width:1200px) {
.content04 .content04c01 {
    top: 16%;
    right: 3%;
    width: 20%;
}
}
@media (max-width:767px) {
  .content04 .container{
  padding:70px 15px;
}
}
/* 3つの理由をご紹介 */
.content05 .container{
  padding:100px 0px;
  position: relative;
}
.content05{
  background-image: url(../images/content05_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.content05 .reason03{
  position: relative;
}
.content05 .reasonbutton{
  position: absolute;
      bottom: -7%;
    right: 1%;
}
@media (max-width:1200px) {
.content05 .reasonbutton {
    width: 55%;
}
}
@media (max-width:767px) {
  .content05 .container{
  padding:70px 15px;
}
.content05 {
    background-size: contain;
}
.content05 .reasonbutton {
    width: 95%;
    bottom: -8%;
}
}
/* 施工事例 */
.content06 .container{
  padding:100px 0px;
  position: relative;
}
.content06{
  background-image: url(../images/content06_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width:767px) {
  .content06 .container{
  padding:70px 15px;
}
}
/* 解決までの流れ */
.content07 .container{
  padding:100px 0px;
  position: relative;
}
.content07 .container{
  position: relative;
}
.content07 .content07c01{
  position: absolute;
  top: 5%;
  right: 2%;
}
@media (max-width:1200px) {
  .content07 .content07c01 {
    width: 15%;
    top:9%;
}
}
@media (max-width:991px) {
  .content07 .content07c01 {
    width: 15%;
    top: 4%;
}
  }
@media (max-width:767px) {
  .content07 .container{
  padding:70px 15px;
}
  .content07 .content07c01 {
    width: 18%;
    top: 2%;
}
}
/* サービス対象エリア */
.content08 .container{
  padding:100px 0px;
  position: relative;
}
.content08 .container{
  position: relative;
}
.content08{
  background-image: url(../images/content08_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.content08 .toggle {
  display: none;
}
.content08 .Label {
    padding: 1em;
    display: block;
    color: #fff;
    background: #e51318;
    border: 3px solid #000;
    border-radius: 15px 15px 0 0;
    text-align: center;
    margin-bottom: 0px;
}
.content08 .Label::before{   /*タイトル横の矢印*/
  content:"";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.content08 .Label, .content08 
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content08 .content {    /*本文*/
  height: 0;
  margin-bottom:15px;
  padding:0 20px;
  overflow: hidden;
      background: #fff;
}
.content08 .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding:20px ;
  transition: all .3s;
}
.content08 .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
@media (max-width:767px) {
  .content08 .container{
  padding:70px 15px;
}
}

/* よくある質問 */
.content09 .container{
  padding:100px 0px;
  position: relative;
}
.content09 .container{
  position: relative;
}
.content09 .content09c01 {
    position: absolute;
    top: 100px;
    left: 5%;
    z-index: 2;
}
.qa .Label {
    color: #333;
    background: #e0f2fb;
}
.qa .toggle:checked + .Label + .content {
    height: auto;
    padding: 0px;
    transition: all .3s;
    border: none;
}

.qa .toggle {
    display: none;
}
.qa .Label {        /*タイトル*/
    padding: 1em;
    display: block;
    color: #000;
    background: #f7ffe8;
}
.qa .Label::before{     /*タイトル横の矢印*/
    content:"";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}
.qa .Label::before{     /*タイトル横の矢印*/
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa .Label, .qa 
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.qa .content {      /*本文*/
    height: 0;
    margin-bottom:10px;
    padding:0 20px;
    overflow: hidden;
}
.qa .toggle:checked + .Label + .content {   /*開閉時*/
    height: auto;
    padding:20px ;
    transition: all .3s;
    background: #f7ffe8;
}
.qa .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
}
.qa label {
    margin-bottom: 0px !important;
}
@media (max-width:1200px) {
.content09 .content09c01 {
    top: 125px;
    left: 5%;
    width: 19%;
}
}
@media (max-width:767px) {
  .content09 .container{
  padding:70px 15px;
}
.content09 .content09c01 {
        top: 140px;
    left: 5%;
    width: 25%;
}
}

/* footer */
footer {
    color: #333;
    padding: 20px 0px;
    text-align: center;
    background: #ffd500;
    padding-bottom: 50px;
}
@media (max-width:991px) {
  footer {
    font-size: 12px;
  }
}
@media (max-width:480px) {
  footer {
    font-size: 10px;
    padding-bottom: 300px;
  }
}

/* fix */
@media (max-width:767px) {
  .fix_navi {
    padding: 0px 0 5px 0;
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
}
.fix_navi .container {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    margin-bottom: -10px;
        padding-top: 5px;
    position: relative;
    top: -1px;
}
.fix_navi .col-xs-6{
  padding-left: 5px;
    padding-right: 5px;
}

}

/* 下層ページ */
.sv{
  background-image: url(../images/sv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sv .container{
  padding: 15px 15px;
  position: relative;
}
.sv h1{
  padding-top: 50px;
    font-weight: 600;
}
.subpage h2::after {
    display: block;
    content: '';
    width: 3rem;
    height: 3px;
    margin-top: 15px;
    background: -webkit-linear-gradient(0deg, #ff0000, #ffe400);
    margin-bottom: 30px;
}
.subpage h2{
  color: #000;
  font-weight: 700;
}
.subpage h2.center {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    border: none;
}

/* 会社概要 */
.subpage table {
    margin-bottom: 1rem;
    width: 100%;
    table-layout: fixed;
}
.subpage table th {
    background-color: #f8f8f8;
    vertical-align: middle;
}
.subpage table th, .subpage table td {
    border: 1px solid #ddd;
    padding: 1rem;
    vertical-align: middle;
}
.subpage table th {
    width: 25%;
    min-width: 10rem;
    font-weight: normal;
}
.content01_cm .container{
  padding: 100px 15px;
}
.content02_cm{
  background-color: #fffee4;
}
.content02_cm .container{
  padding: 100px 15px;
}
.content03_cm .container{
  padding: 100px 15px;
}
@media (max-width:767px) {
table.responsive_stack th {
    background-color: #F3F3F3;
    border-bottom: none!important;
    padding: 0.4rem;
    line-height: 1.5;
}
table.responsive_stack td {
    border-bottom: none!important;
}
table.responsive_stack, table.responsive_stack thead, table.responsive_stack tbody, table.responsive_stack tr, table.responsive_stack th, table.responsive_stack td {
    display: block;
    width: auto!important;
}
table.responsive_stack {
    border-bottom: 1px solid #ddd;
}
}

/* 採用情報 */
.content01_rec .container{
  padding: 100px 15px;
}
.rec_point {
    border: double #e51318;
    padding: 15px 10px;
}
.content02_rec .bg-gray{
  padding: 100px 15px 50px;
  background-color:#f8f8f8 ;
}
.content02_rec .bg-red, #content03_rec .bg-red {
    background-color: #e51318;
    text-align: center;
    padding: 10px 5px;
}
.content02_rec a, #content03_rec a{
  color: #fff;
  display: block;
}
.content02_rec a:hover, #content03_rec a:hover{
  text-decoration: none;
}
.content02_rec #sagyou .col-sm-3{
  min-height: 325px;
}
.content02_rec .width-80, #content03_rec .width-80{
  width: 80%;
  margin: 0 auto;
}
#content03_rec .container{
  padding: 100px 15px;
}
#content03_rec [type=text],#content03_rec select, #content03_rec [type=email], #content03_rec [type=zip], #content03_rec select.job {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 95%;
    height: 50px;
    padding: 10px 5px;
    margin: 5px 5px;
}
#content03_rec .year select{
    width: 25%;
}
#content03_rec span.hissu {
    background: #e51318;
    color: #fff;
    font-size: 84%;
    padding: 2px 5px;
}
#content03_rec .gray-waku {
    border: 1px solid #808080;
    margin-top: 50px;
    padding: 3% 5%;
    overflow-y: scroll;
    height: 225px;
}
#content03_rec .radio{
      display: inline-block;
}
#content03_rec button{
      width: 100%;
}
.form-select-wrap select{
  width: 25%;
  height: 50px;
    padding: 10px 5px;
    margin: 5px 5px;
}
.Form-Item-Input-tel {
    width: 25% !important;
}
#content03_rec .ghost-btn input{
	width: 100%;
padding: 15px;
}
@media (max-width:767px) {
.content02_rec #sagyou .col-sm-3 {
    min-height: 230px;
}
.content02_rec .bg-gray .col-xs-6{
        padding-left: 5px;
    padding-right: 5px;
    font-size: 84%;
}
.content01_rec .container {
    padding: 70px 15px;
}
.content02_rec .bg-gray {
    padding: 70px 15px 50px;
}
}

/* 定額プラン */
.sv_plan{
  background-image: url(../images/sv_plan_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sv_plan .container{
  padding: 70px 15px;
  position: relative;
}
.plan_point .container{
  padding: 50px 15px;
}
.content01_plan{
    background-image: url(../images/content05_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.content01_plan .container{
  padding: 100px 15px;
  position: relative;
}
.content02_plan{
    background-image: url(../images/content06_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.content02_plan .container{
  padding: 100px 15px;
  position: relative;
}

.content03_plan{
    background-image: url(../images/plan_content03_bg.jpg);
}
.content03_plan .container{
  padding: 100px 15px;
  position: relative;
}
.content03_plan .content01c01{
  position: absolute;
  top: 4%;
  left: 0;
}
.content03_plan .content01c02{
  position: absolute;
  top: 5%;
  right: 0;
}
.content04_plan .container{
  padding: 100px 15px;
  position: relative;
}
.content04_plan table {
    font-size: 14px;
    z-index: 2;
    position: relative;
}
.content04_plan table td{
  text-align: center;
  font-weight: bold;
}
th.bg-orange{
  background-color: #ffdbbf !important;
  text-align: center;
  font-weight: bold;
}
.content04_plan tbody tr:nth-child(even) td {
    background: #fffcec;
}
.content04_plan .waku {
    position: relative;
    border-left: 10px solid #ff7000;
    border-right: 10px solid #ff7000;
}
.content04_plan .waku em {
    position: absolute;
    display: inline-block;
    width: calc(100% + 20px);
    height: 10px;
    background-color: #ff7000;
    top: -10px;
    left: -10px;
    z-index: 5;
}
.content04_plan .last .waku em {
    position: absolute;
    display: inline-block;
    width: calc(100% + 20px);
    height: 10px;
    background-color: #ff7000;
    bottom: -10px;
    left: -10px;
    z-index: 5;
    margin-top:50px;
}
.content04_plan .last .waku{
    position: relative;
}
.content04_plan .tate {
    width: 100%;
    border-collapse: collapse;
}
.content04_plan table th {
    width: 25%;
    min-width: 10rem;
    font-weight: normal;
    font-weight: bold;
}
.content04_plan_c01{
  position: absolute;
    top: 6%;
    right: 0;
}
.content04_plan hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
.col-xs-offset-3 {
    margin-left: 0%;
}
@media (max-width:767px) {
.content01_plan .container {
    padding: 70px 15px;
    position: relative;
}
.content01_plan {
    background-position: left top;
}
.content02_plan .container {
    padding: 70px 15px;
    position: relative;
}
.content02_plan p{
  font-size: 100% !important;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.sv_plan .container{
  padding: 0px 0px;
  position: relative;
}
.content03_plan .container {
    padding: 70px 15px;
    position: relative;
}
.content03_plan .content01c02 {
    top: 22%;
    width: 15%;
}
.content03_plan .content01c01 {
    position: absolute;
    top: 19%;
    left: 0;
    width: 15%;
}
.content04_plan .container{
  padding: 70px 15px;
  position: relative;
}
.content04_plan table.responsive_stack, .content04_plan table.responsive_stack thead, .content04_plan table.responsive_stack tbody, .content04_plan table.responsive_stack tr, .content04_plan table.responsive_stack th, .content04_plan table.responsive_stack td {
        display: revert;
}
.scroll {
    overflow-x: scroll;
}
.content04_plan table th {
    min-width: 12rem;
}
.subpage table th, .subpage table td {
    padding: 1.5rem;
}
.content04_plan .last .waku em {
    margin-top: 75px;
}
.content04_plan_c01 {
    display: none;
}
}

/*施工事例*/
.content01_jirei .container{
	padding:100px 15px;
}
html.canvas {
    margin-top: 0px !important;
}
.jirei_box {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	height:100%;
}
.content01_jirei .col-sm-6 {
    padding-bottom: 20px;
}
.jirei_box02{
	padding: 15px 15px 2rem;
}
.jirei_box h3 {
    color: #fff;
    font-weight: 700;
    background: #f00;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 10px;
	font-size: 110%;
}
.jirei_box .price04 {
    text-align: center;
    color: #f00;
    font-weight: 700;
}
.jirei_box .price05 {
    font-size: 84%;
    line-height: 1.5em;
}
.price_left {
    width: 50%;
    float: left;
    font-weight: 700;
    color: #f00;
}
.price_right {
    width: 50%;
    float: left;
	text-align: right;
}
.price_box {
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
}
.price03 {
    padding-top: 15px;
       font-size: 100%;
    font-weight: bold;
    line-height: 1.5em;
}
.content01_jirei .row{
	display: flex;
    flex-wrap: wrap;
}
@media (max-width:767px) {
.jirei_box h3 {
    font-size: 120%;
}
}