@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/*-------------------------------------------*/
/* .siteHeader
/*-------------------------------------------*/
.siteHeader {
  border-bottom: #1d2c6f 5px solid;
}

/*-------------------------------------------*/
/* other class
/*-------------------------------------------*/
.h2 {
  line-height: 1.3em;
}
h2,
.mainSection-title {
  background-color: #ffffff;
  padding: 14px 10px 10px;
  border-top: 0px;
  border-left: 6px solid #337ab7;
  border-bottom: 0px solid #e9e9e9;
}
h3,
.subSection-title {
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.9);
  padding-left: 5%;
}
h3:after,
.subSection-title:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 0px solid #337ab7;
}

/*-------------------------------------------*/
/* footer
/*-------------------------------------------*/
footer {
  background-color: #1d2c6f;
  color: #ffffff;
}

footer {
  border-top: 0px;
  color: #ffffff;
}

footer .footerMenu li a {
  border-left: none;
}
footer .footerMenu li:last-child a {
  border-right: none;
}

#menu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-size: 90%;
}
#menu li {
  display: block;
  width: 15%;
  margin: 0;
  padding: 0;
}

#menu li a {
  display: block;
  padding: 12px 0 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover {
  background: #15204f;
}

#cominfo {
  width: 250px;
  margin-top: 20px;
  margin-left: 9%;
  padding: 0;
  font-size: 80%;
  float: left;
}

.footer-logo {
  /*コレ*/
  display: flex;
  /*コレ*/
  justify-content: flex-end;
  /*コレ*/
  align-items: flex-end;
  width: 130px;
  margin-top: 50px;
  margin-left: 9%;
  padding: 0;
  float: left;
}

@media only screen and (max-width: 768px) {
  #menu li {
    width: 100%;
    border-bottom: 1px solid #aeaeae;
  }
  #cominfo {
    width: 300px;
    margin-top: 20px;
    margin-left: 10%;
    padding: 0;
    font-size: 80%;
  }
}
@media only screen and (max-width: 480px) {
  #menu li {
    width: 100%;
  }
}

@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix")
      format("embedded-opentype"),
    url("../font/LigatureSymbols-2.11.woff") format("woff"),
    url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
    url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
