@charset "utf-8";

main {
  float: center;
  color: #ffffff;
  background-color: #00001b;
  text-align: center;
  font-family: sans-serif;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
}

main {
  /* リンク色 */
  a:link {
    color: #0b318f;
  }
  a:active {
    color: #e26ed3;
  }
  a:hover {
    color: #e26ed3;
  }
  a:visited {
    color: #0b318f;
  }

  /* 画像 */
  img {
    border: 0px;
  }

  /* リスト */
  ul {
    list-style: none;
  }

  .container {
    max-width: 1200px;
    padding: 0px 20px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* ヘッダー*/

  div#header {
    width: 100%;
    background-color: #000;
  }

  .header_logo {
    text-align: left;
    padding: 23px 0px;
    background-color: #000;
  }

  /* 内容*/

  .content {
    width: 100%;
    background-color: #00001b;
  }

  .container-t {
    max-width: 1020px;
    padding: 56px 0px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }

  .main_phot {
    float: center;
    margin-bottom: 40px;
  }

  h1 {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
  }

  h2 {
    color: #fff;
    font-size: 20px;
    line-height: 2;
    text-align: left;
    border-bottom: 1px solid #00a0e9;
    margin: 40px 20px;
    padding-left: 0px;
  }

  h3 {
    color: #00a0e9;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .concept {
    float: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .concept_card {
    width: 33%;
  }

  .concept_card_inner {
    padding: 0px 20px;
  }

  .concept_txt {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .concept_txt2 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  .kakomi {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    border: 1px solid #00a0e9;
    padding: 10px 20px;
    padding: 10px 20px;
  }

  .select {
    float: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }

  .select_card {
    width: 25%;
  }

  .select_card2 {
    width: 50%;
  }

  .select_card_inner {
    padding: 0px 20px;
  }

  .select_txt {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .select_txt2 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  .column {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    background-image: url(/legacy/hijet/images/face04.jpg);
    background-repeat: no-repeat;
    padding: 12px 60px 12px 200px;
  }

  .news-main {
    float: center;
    width: 100%;
    margin-top: -40px;
    background-image: url(/legacy/hijet/images/back07.jpg);
    background-repeat: repeat;
  }

  /* ページトップへのリンク*/

  div#to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  /* フッター*/

  div#footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0px 80px 0px;
    border-top: 1px solid #fff;
  }

  .footer_txt {
    color: #dfdfdf;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
  }

  .footer_txt a:link {
    color: #ffffff;
  }

  .footer_txt a:active {
    color: #e26ed3;
  }

  .footer_txt a:hover {
    color: #e26ed3;
  }

  .footer_txt a:visited {
    color: #ffffff;
  }

  .green {
    color: #277439;
  }

  .red {
    color: #ff0000;
  }

  .center {
    float: center;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .s {
    font-size: 10px;
    line-height: 1.5;
  }

  .m {
    font-size: 14px;
    line-height: 1.5;
  }

  .mb {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }

  .l {
    font-size: 16px;
    line-height: 1.5;
  }

  .lb {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
  }

  .xl {
    font-size: 40px;
    font-weight: bold;
  }

  .b {
    font-weight: bold;
  }

  .img_01 {
    width: 300px;
    padding-bottom: 5px;
  }
}
