/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

* {
  font-family: "Noto Sans JP";
}



/* header */
.gMenu_outer_fix {
  display: flex;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .gMenu_outer {
    display: none;
  }
}

.gMenu {
  height: 100%;
}

.siteHeader .container {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.device-pc .gMenu>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* logo */
.el_txt_title_wrapper {
  height: 50px;
  display: block;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 647px) {
  .el_txt_title_wrapper {
    /*display: inline;*/
    height: 40px;
  } 
}

.el_txt_title {
  position: absolute;
}


.home .mini-content-container-1 .btn.btn-ghost {
  background: #00b050;
  color: #fef851;
  border-color: transparent;
  font-size: 150%;
}

.bg_family {
  background-image:url(https://sodaigomi.tokyo/wp-content/uploads/4211849_s.jpg);
  background-repeat:no-repeat;
  background-position:right top;
}

@media screen and (max-width: 647px) {
  .bg_family {
    background-image: none;
  }
}

.hp_spBlock {
  display: none;
}

@media screen and (max-width: 647px) {
  .hp_spBlock {
    display: block;
  }
}

.hp_spNone {
  display: block;
}

@media screen and (max-width: 647px) {
  .hp_spNone {
    display: none;
  }
}

.hp_pcNone {
  display: none;
}

@media screen and (max-width: 647px) {
  .hp_pcNone {
    display: block;
  }
}

/*
.container.sectionBox.copySection.text-center p:last-child {
  display: none;
}
*/

/* ロゴ周り */
/*
.siteHeader_logo {
  padding: 20px 0;
}

@media screen and (max-width: 991.98px) {
  .siteHeader_logo {
    padding: auto; 
  }
}
*/

/* header wide */
@media (min-width: 576px) {
  .container_wide {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container_wide {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container_wide {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container_wide {
    max-width: 100%;
  }
}

.container_wide_full {
  padding: 0;
}

/* navbar */
.navbar-header-tel {
  margin-left: auto!important;
  margin-right: 20px;
}

.navbar-header-telNumber {
  position: absolute;
  right: -3px;
  top: 35px;
  font-size: 32px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.13em;
  color: #c30d23;
}

.navbar-header-reset {
  margin-left: 0!important;
}

.el_date_cmp {
  position: absolute;
  top: 42.2%;
  /*left: calc(((100% - 1140px) / 2) + 14%);*/
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .el_date_cmp {
    position: absolute;
    top: 42.2%;
    /*left: 21.5%;*/
    font-size: 3vw;
    font-weight: bold;
  }
}

@media screen and (max-width: 647px) {
  .el_date_cmp {
    position: absolute;
    top: 42.2%;
    /*left: 21.5%;*/
    font-size: 3vw;
    font-weight: bold;
  }
}



/* items */
.el_items_box {
  background: #f8f8f8;
  padding: 30px;
}



/* flow */
.hp_like_h4 {
  font-size: 1.5rem;
}

.el_arrow_down_orange:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-top: 30px solid #f8b62d;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

/* cta button */
.el_cta_tel {
  background: #c30d23;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  font-size: 2em;
  display:inline-block;
}

 /* flow box */
.el_flow_wrapper {
  text-align: center;
  position: relative;
}

.el_flow_title {
  position: relative;
  margin-bottom: 0.5em;
  background: #fff;
  /* margin: 0 auto; */
  /* width: 100%; */
  bottom: -1em;
  display: inline-block;
  padding: 0 0.5em;
  color: #4ca850;
  font-weight: 800;
  font-size: 2em;
}

.el_flow_desc {
  border:solid 3px #4ca850;
  padding: 30px;
  text-align: left;
  margin-bottom: 40px;
}

.el_flow_desc p {
  margin-bottom: 0;
}

/* question and answer */
.el_qa_wrapper {
  border: solid 1px #999;
}

.el_qa_question {
  border-bottom: solid 1px #999;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
}

.el_qa_question_mark {
  font-size: 1.5em;
  color: #4ca850;
  margin-right:0.25em;
}

.el_qa_answer {
  margin: 0;
  padding: 20px;
  background-color:#f8f8f8;
}



/* fixed footer */
.mobile-fix-nav {
  display: none;
}

@media screen and (max-width: 2000px) {
  .lo-footerFix,
  .mobile-fix-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.mobile-fix-nav .mobile-fix-nav-menu {
  margin: 0 auto;
  box-sizing: border-box;
  /*height: 62px;*/
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  z-index: 9999999999;
  /*opacity: .9;*/
}

.mobile-fix-nav .mobile-fix-nav-menu li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  list-style-type: none;
  font-size: 10px;
  line-height: 1.3;
  display: flex;
  width: 100%;
  height: 60px;
}

.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn, .mobile-fix-nav .mobile-fix-nav-menu li a {
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}

.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn .link-icon, .mobile-fix-nav .mobile-fix-nav-menu li a .link-icon {
  display: block;
  margin-bottom: 4px;
}

.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn i, .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn svg, .mobile-fix-nav .mobile-fix-nav-menu li a i, .mobile-fix-nav .mobile-fix-nav-menu li a svg {
  font-size: 22px;
  font-style: normal;
  margin-right: 0;
}

.el-footerFix-tel a,
.el-footerFix-line a {
  padding: 10px 0;
  color: #fff;
}

.el-footerFix-tel {
  background-color: #c30d23;
}

.el-footerFix-line {
  background-color: #216eb8;
}

/* footer */
.copySection {
  margin-bottom:;
}

@media screen and (max-width: 647px) {
 .copySection {
  margin-bottom:60px;
} 
}

/* area */
.el_area_title {
  background: #4ca850;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

/* area list style */
.el_areaList_outer {
  border:solid 3px #4ca850;
  border-top:none;
  padding:30px;
  list-style:none;
}

.el_areaList_inner {
  border: none;
  border-top: none;
  padding:0px 0px 0px 0px;
  list-style: none;
}

.el_areaList_inner li {
  display: inline;
  float: left;
  margin-bottom: 0;
}

.el_areaList_inner li:after {
  content: "、";
}

.el_areaList_inner li:last-child:after {
  content: "　";
}

.el_areaList_inner li h5 {
  display: inline;
  font-size: inherit;
}

.el_areaList {
  border:solid 3px #4ca850;
  border-top:none;
  padding:30px;
  list-style:none;
}

.el_areaList li {
  display: inline;
  float: left;
  margin-bottom: 0;
}

.el_areaList li:after {
  content: "、";
}

.el_areaList li:last-child:after {
  content: "　";
}

.el_areaList li h5 {
  display: inline;
  font-size: inherit;
}

/* helper */
.hp_mgnTopNone {
  margin-top: 0px!important;
}

.hp_mgnTopSS {
  margin-top: 10px!important;
}

.hp_mgnTopS {
  margin-top: 15px!important;
}

.hp_mgnTopM {
  margin-top: 30px!important;
}

.hp_mgnTopL {
  margin-top: 45px!important;
}

.hp_mgnBtmNone {
  margin-bottom: 0px!important;
}

.hp_mgnBtmSS {
  margin-bottom: 10px!important;
}

.hp_mgnBtmS {
  margin-bottom: 15px!important;
}

.hp_mgnBtmM {
  margin-bottom: 30px!important;
}

.hp_mgnBtmL {
  margin-bottom: 45px!important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 

/*
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
*/

.clearfix {
  display: block;
}

.hp_txtAlnC {
  text-align: center;
}

.hp_txtGreen {
  color: #4ca850;
}

.hp_txtBold {
  font-weight: bold;
}

.hp_only_sr {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/* text */
.hp_h3_midashi {
  font-size: 2.5rem;
  font-weight: 800;
  padding-bottom: 15px;
  margin: 1.5em 0 0.6em;
}

.hp_txtSizeM {
  font-size: 1.25rem;
}



/* 上書き */
.siteHeader {
  min-height: auto;
}

.navbar-header img {
  height: 50px;
}

@media screen and (max-width: 647px) {
.navbar-header img {
  height: 35px;
  margin: 5px;
}
}


/* スクリーンリーダーテキスト */
.hp_txt_sr {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}