@charset "utf-8";
/*
Theme Name: Lightning Child 
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: precre
Author: precre
Tags: 
Version: 0.2.0
*/

.siteHeader_logo {
    display: inline-block;
    height: auto;
    padding: 0px 0 0;
    margin: 0;
    font-size: 32px;
    line-height: 1.5em;
    white-space: inherit
}
@media (min-width: 992px) {
    .siteHeader_logo img {
        max-height: 60px;
    }
}

#index_servece_list {
  width: calc(100% * 1200 / 1200);
  max-width: 1200px;
  margin: 100px auto 100px;
  overflow: hidden;
}
#index_company_list {
  width: calc(100% * 1200 / 1200);
  max-width: 1200px;
  margin: 100px auto 100px;
  overflow: hidden;
}
/* お知らせ一覧 */
#index_news_list {
  width: calc(100% * 1200 / 1200);
  max-width: 1200px;
  margin: 100px auto 100px;
  overflow: hidden;
}
.news_list li {
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
  padding: 0 25px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.news_list li:hover {
  background: #fafafa;
}
.news_list li:last-child {
  margin-bottom: 0;
}
.news_list .date {
  float: left;
  line-height: 58px;
  font-weight: bold;
  margin: 5px 22px 0 0;
  font-size: 16px;
}
.news_list .category {
  float: left;
  margin: 5px 20px 0 0;
  line-height: 58px;
}
.news_list .category a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  min-width: 70px;
  text-align: center;
  padding: 0 20px 33px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}
.news_list .category a:hover {}
.news_list .title {
  float: left;
  font-size: 14px;
  font-weight: normal;
  width: 800px;
}
.news_list .title a {
  display: block;
  line-height: 63px;
  height: 63px;
  word-break: break-word;
  font-size: 18px;
}
.news_list .title a:hover {
  text-decoration: none;
}
h3.title.typesquare_option {
  padding-bottom: unset;
  position: unset;
  border-bottom: none;
  clear: none;
  margin-top: 0;
  border: none;
  margin-bottom: 0;
}
ol.news_list {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
ol.news_list h3:after {
  display: none;
}
.index_archive_link {
  font-size: 14px;
  float: right;
  display: inline-block;
  background: #1e73be;
  color: #fff;
  text-decoration: none;
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  min-width: 250px;
  box-sizing: border-box;
  text-align: center;
  background-image: url(../lightning-child/img/right.png);
  background-position: 200px 2px;
  background-size: 40px;
  background-repeat: no-repeat;
}
.index_archive_link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e55be;
}
h2.title_h2 {
  text-align: center;
  border: none;
  position: relative;
  width: 100%;
}
h2.title_h2::before {
  content: "";
  width: 35%;
  height: 1px;
  background-color: #000000;
  display: block;
  margin-top: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
h2.title_h2::after {
  content: "";
  width: 35%;
  height: 1px;
  background-color: #000000;
  display: block;
  margin-top: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.servece_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.servece_list .box {
  width: 48%;
  border: 1px solid #ddd;
  margin: 0 4% 30px 0;
  background: #f7f7f7;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.servece_list .box:nth-child(2n) {
  margin-right: 0;
}
.servece_list .box .title {
  width: 100%;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 0 0px 0;
  font-weight: normal;
  /* position: absolute; */
  /* top: -1px; */
  /* left: -1px; */
  background: #000;
}
.servece_list .box .title a {
  color: #fff;
  display: block;
  text-decoration: none;
  word-break: break-word;
}
.servece_list .box .image {
  border-radius: 10px;
  width: 484px;
  height: 160px;
  display: block;
  margin: 30px auto 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.servece_list .box .image img {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: none;
}
.servece_list .box .catch {
  margin: 0 30px 50px;
  line-height: 1.8;
}
ol.servece_list li::marker {
  display: none !important;
  list-style: unset !important;
  font-variant-numeric: unset !important;
  list-style-type: none !important;
  unicode-bidi: unset !important;
}
h3.title.typesquare_option:after {
  display: none;
}
.servece_link {
  font-size: 16px;
  float: right;
  display: inline-block;
  background: #1e73be;
  color: #fff;
  text-decoration: none;
  height: 45px;
  line-height: 46px;
  padding: 0 40px;
  min-width: 250px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../lightning-child/img/right.png);
  background-position: 200px 2px;
  background-size: 40px;
  background-repeat: no-repeat;
}
a.servece_link:hover {
  background-color: #1e55be;
  color: #FFFFFF;
  text-decoration: unset;
}
div#company_list_wrap {
  background: #f7f7f7;
  padding: 30px;
  position: relative;
}
div#company_left_warp {
  width: 850px;
}
div#company_left_warp img {
  width: 100%;
  border-radius: 15px;
  border: 5px solid #ddd;
}
a.servece_link.company_bth {
  width: 100%;
  background-position: 250px 2px;
}
div#company_right_warp {
  position: absolute;
  right: 20px;
  bottom: 100px;
  width: 350px;
  height: 55px;
  background: #f7f7f7;
  border: 5px solid #ddd;
  border-radius: 15px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  /*transform: skewX(355deg);*/
}
div#company_right_warp ul {
  margin-top: 9px;
  padding-left: 10px;
  letter-spacing: 0.2em;
  list-style: none;
  padding-right: 10px;
}
div#company_right_warp ul li {
margin-bottom: 5px;
    background-image: url(../lightning-child/img/arrow._compng.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding-bottom: 5px;
}
.company_right_menu {
  position: absolute;
  right: 20px;
  font-size: 45px;
  font-weight: bold;
  font-family: math;
  color: #ddd;
  top: 285px;
  transform: skewX(340deg);
  letter-spacing: 0.1em;
}
.company_right_menu::first-letter {
  font-size: 1.4em;
  color: #1e73be;
}
.rogosvg{
  width: 500px;
  height: 100px !important;
  max-height: unset !important;
}

@media (min-width: 1200px) {
    .gMenu_outer {
        margin-top: 20px;
    }
}
@media (max-width: 1200px) {
  .servece_list .box .image {
    border-radius: 10px;
    width: 90%;
  }
}
@media (max-width: 990px) {
  div#company_left_warp {
    width: 100%;
  }
  .company_right_menu {
    position: absolute;
    top: 40px;
    text-align: center;
    left: 0;
    right: 0;
    color: #FFFFFF;
  }
  div#company_right_warp {
    position: relative;
    top: 10px;
    width: 100%;
    left: 0;
  }
  a.servece_link.company_bth {
    width: 100%;
    background-position: 90% 2px;
    /* background-image: none; */
  }
}
@media (max-width: 781px) {
  h3.title.typesquare_option {
    height: auto;
    width: 100%;
  }
  .news_list .title a.typesquare_option {
    line-height: 1.8em !important;
    margin-bottom: 20px;
    height: auto;
  }
  .servece_list .box a.servece_link {
    width: 100%;
    background-position: 90% 2px;
  }
  .servece_list .box .catch {
    margin: 0 10px 70px;
    line-height: 1.8;
  }
  #index_news_list, #index_servece_list, #index_company_list {
    width: 98%;
    max-width: 1200px;
    margin: 100px auto 100px;
    overflow: hidden;
  }
  #index_servece_list li.box.active {
    width: 100%;
    margin: 0 0% 30px 0;
  }
  .company_right_menu {
    display: none;
  }
  div#company_list_wrap {
    padding: 10px;
  }
}
@media (max-width: 781px) {
    .rogosvg {
        width: 80%;
        margin-left: 0 !important;
        margin-right: autoimportant;
        margin-top: -100px;
        display: block;
        position: absolute;
        top: -30%;
    }
h1.navbar-brand.siteHeader_logo a {
    height: 60px;
    display: block;
    margin-top: 0px;
}
}
@media (max-width: 398px) {
    .rogosvg {
        width: 90%;
    }
}