@charset "UTF-8";
/* "body"
-------------------------------------------------- */
body {
  color: #09102B;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  font-family: "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  background: url(../images/home/bg.jpg) no-repeat 50% 0;
  background-size: 1920px auto; }

/* "a" Tag
-------------------------------------------------- */
a, button {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

a::before, a::after, button::before, button::after {
  -webkit-transition: all .3s;
  transition: all .3s; }

a:link, a:visited {
  color: #00437C;
  text-decoration: underline; }

a:active, a:hover {
  color: #09102B;
  text-decoration: none; }

a.no_underline:link, a.no_underline:visited {
  color: #00437C;
  text-decoration: none; }

a.no_underline:active, a.no_underline:hover {
  color: #09102B;
  text-decoration: underline; }

a:hover img {
  opacity: 0.7; }

/* "div/p" Tag
-------------------------------------------------- */
div {
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 1em;
  padding: 0; }

/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
  margin: 0;
  padding: 0;
  text-align: left; }

dl {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    dl {
      margin-bottom: 15px; } }

ul li {
  list-style: none; }

/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.566666666666667; }

/* "hr" Tag
-------------------------------------------------- */
hr {
  margin-bottom: 25px; }

/* "img" Tag
-------------------------------------------------- */
img {
  border: 0; }

/* "em/strong" Tag
-------------------------------------------------- */
em {
  font-style: italic;
  font-weight: normal; }

strong {
  font-style: normal;
  font-weight: bold; }

/* form
-------------------------------------------------- */
form label {
  display: block;
  padding: 0;
  font-weight: bold;
  line-height: 2.215;
  cursor: pointer; }

form label.checkbox {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  line-height: 2.215 !important;
  color: #09102B; }

form label.radio {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  line-height: 2.215 !important;
  color: #09102B; }

fieldset {
  border: 0; }

form fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px; }

form p small {
  font-size: 0.75em;
  color: #777; }

form input,
form select,
form textarea,
form .wysiwyg {
  padding: 6px;
  font-size: 16px;
  border: 1px solid #d5d5d5;
  color: #333; }

form input {
  padding: 10px 6px 2px; }

form input[type="file"] {
  border: 0; }

form input[type="checkbox"] {
  float: left;
  margin-right: 5px; }

form input[type="checkbox"] + label {
  font-weight: normal; }

form input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form input[type="button"] {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form button {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form textarea {
  width: 100% !important; }

form select {
  padding: 4px;
  background: #fff; }

form input[type="checkbox"],
form input[type="radio"] {
  padding: 0;
  background: none;
  border: 0; }

.need {
  color: #FF0000; }

.formBlock label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  color: #09102B; }

.formBlock label input[type="checkbox"],
.formBlock label input[type="radio"] {
  display: none; }

.formBlock label span {
  font-weight: normal;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 3px 10px 3px 30px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px; }

.formBlock label span.error {
  background: #ffcece !important;
  border-color: #df8f8f; }

.formBlock label span:hover {
  background-color: rgba(211, 232, 248, 0.5) !important; }

.formBlock label input[type="checkbox"]:checked + span,
.formBlock label input[type="radio"]:checked + span {
  background-color: rgba(211, 232, 248, 0.5) !important; }

.formBlock label span:hover::after {
  border-color: #d3e8f8 !important; }

.formBlock label input[type="checkbox"]:checked + span::after,
.formBlock label input[type="radio"]:checked + span::after {
  border-color: #d3e8f8 !important; }

.formBlock label span::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: ''; }

.formBlock label span::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #09102B;
  content: '';
  opacity: 0; }

.formBlock label input[type="checkbox"]:checked + span::before,
.formBlock label input[type="radio"]:checked + span::before {
  opacity: 1; }

/* table
-------------------------------------------------- */
table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px; }
  table thead th {
    color: #FFF;
    background: #09102B;
    text-align: center;
    font-weight: normal;
    padding: 10px; }
    table thead th:first-child {
      text-align: left; }
  table tbody th {
    border-bottom: 1px solid #E6E6E5;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    color: #09102B;
    min-width: 120px; }
    @media screen and (max-width: 767px) {
      table tbody th {
        padding: 0; } }
  table tbody td {
    border-bottom: 1px solid #E6E6E5;
    text-align: center;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      table tbody td {
        padding-right: 0; } }

/* notification
-------------------------------------------------- */
.notification {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid;
  font-size: 13px; }
  .notification div {
    display: block;
    font-style: normal;
    padding: 10px;
    line-height: 1.5em; }
    .notification div p {
      margin: 0; }
  .notification.attention {
    border-color: #e6db55;
    color: #666452; }
    .notification.attention div {
      background: #fffbcc; }
      .notification.attention div i {
        color: #b8af44; }
  .notification.information {
    border-color: #a2b4ee;
    color: #585b66; }
    .notification.information div {
      background: #dbe3ff; }
      .notification.information div i {
        color: #8190be; }
  .notification.success {
    border-color: #9adf8f;
    color: #556652; }
    .notification.success div {
      background: #d5ffce; }
      .notification.success div i {
        color: #7bb272; }

.error {
  background: #ffcece;
  border-color: #df8f8f;
  color: #665252; }

.alert {
  color: #dc143c;
  font-weight: bold; }

/* ==================================================
以下、ブロックごとの指定
================================================== */
/* コンテナ
-------------------------------------------------- */
.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.container {
  width: 1080px;
  max-width: 100%; }
  @media screen and (max-width: 1199px) {
    .container {
      width: 100%;
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

/* ヘッダー（上部）
-------------------------------------------------- */
header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
  header .headerTop {
    height: 100%;
    width: 100%; }
    header .headerTop::after {
      clear: both;
      content: ' ';
      display: block; }
    header .headerTop .logoBlock {
      float: left;
      padding-left: 15px; }
      @media screen and (max-width: 575px) {
        header .headerTop .logoBlock {
          width: 40%; } }
      header .headerTop .logoBlock a {
        line-height: 60px;
        margin-bottom: 0; }
        header .headerTop .logoBlock a img {
          height: 40px; }
          @media screen and (max-width: 350px) {
            header .headerTop .logoBlock a img {
              height: 32px; } }
    header .headerTop .menuBlock {
      float: right;
      line-height: 60px; }
      header .headerTop .menuBlock button {
        display: none;
        float: right;
        line-height: 59px;
        width: 60px;
        font-size: 24px;
        padding: 0;
        border: 0;
        color: #09102B;
        background: #FFF;
        border-radius: 0 10px 10px 0; }
        @media screen and (max-width: 991px) {
          header .headerTop .menuBlock button {
            display: block; } }
        header .headerTop .menuBlock button:hover {
          color: rgba(9, 16, 43, 0.8); }
      @media screen and (max-width: 991px) {
        header .headerTop .menuBlock ul {
          position: fixed;
          top: 60px;
          left: 100%;
          width: 100%;
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); } }
      header .headerTop .menuBlock ul li {
        float: left;
        font-size: 16px; }
        @media screen and (max-width: 991px) {
          header .headerTop .menuBlock ul li {
            float: none;
            width: 100%;
            border-top: 1px solid #09102B; } }
        header .headerTop .menuBlock ul li a {
          text-decoration: none;
          display: block;
          height: 59px;
          line-height: 59px;
          color: #09102B;
          padding-left: 15px;
          padding-right: 15px; }
          @media screen and (max-width: 991px) {
            header .headerTop .menuBlock ul li a {
              background: #FFF; } }
          header .headerTop .menuBlock ul li a:hover {
            color: #09102B; }
            @media screen and (max-width: 991px) {
              header .headerTop .menuBlock ul li a:hover {
                background: #FFF; } }
        header .headerTop .menuBlock ul li.current a {
          color: #09102B; }
        header .headerTop .menuBlock ul li.dropdown {
          position: relative; }
          @media screen and (max-width: 767px) {
            header .headerTop .menuBlock ul li.dropdown {
              height: auto; } }
          header .headerTop .menuBlock ul li.dropdown a {
            position: relative; }
            @media screen and (max-width: 767px) {
              header .headerTop .menuBlock ul li.dropdown a {
                background: #FFF;
                background-size: 20px 20px; } }
            header .headerTop .menuBlock ul li.dropdown a::after {
              content: ' ';
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              -ms-transform: translate(-50%, 20px);
              -webkit-transform: translate(-50%, 20px);
              transform: translate(-50%, 20px);
              height: 10px;
              width: 10px;
              background: url(../images/common/dropdown.svg) no-repeat;
              background-size: 100% 100%; }
              @media screen and (max-width: 767px) {
                header .headerTop .menuBlock ul li.dropdown a::after {
                  -ms-transform: translate(-50%, 15px);
                  -webkit-transform: translate(-50%, 15px);
                  transform: translate(-50%, 15px); } }
          header .headerTop .menuBlock ul li.dropdown ul {
            position: absolute;
            top: 100%;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            height: auto;
            display: none;
            width: 180px;
            padding-top: 10px; }
            @media screen and (max-width: 767px) {
              header .headerTop .menuBlock ul li.dropdown ul {
                position: relative;
                left: 0;
                -ms-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0);
                padding-top: 0;
                width: 100%;
                background: #FFF; } }
            header .headerTop .menuBlock ul li.dropdown ul li {
              float: none;
              margin-right: 0;
              padding-right: 0;
              border-right: 0;
              line-height: 2;
              border-bottom: 1px solid #FFF;
              width: 100%; }
              header .headerTop .menuBlock ul li.dropdown ul li a {
                background: rgba(9, 16, 43, 0.8);
                padding: 0;
                color: #FFF !important;
                font-size: 14px;
                line-height: 50px;
                height: 50px;
                border-radius: 0; }
                @media screen and (max-width: 575px) {
                  header .headerTop .menuBlock ul li.dropdown ul li a {
                    color: #09102B !important;
                    padding: 0;
                    background: rgba(9, 16, 43, 0.1);
                    border-bottom: 1px solid #09102B; } }
                header .headerTop .menuBlock ul li.dropdown ul li a:hover {
                  background: rgba(9, 16, 43, 0.95); }
                  @media screen and (max-width: 767px) {
                    header .headerTop .menuBlock ul li.dropdown ul li a:hover {
                      background: rgba(9, 16, 43, 0.2); } }
                header .headerTop .menuBlock ul li.dropdown ul li a::after {
                  background: none; }

/* パンくず
-------------------------------------------------- */
.pan {
  font-size: 12px;
  line-height: 50px; }
  .pan li {
    float: left;
    margin-right: 5px; }
    .pan li:last-child {
      margin-right: 0; }
    .pan li::after {
      content: ' > '; }
    .pan li:last-child::after {
      content: ''; }

/* ページャー 
-------------------------------------------------- */
#pager ul.dispTable li {
  float: left;
  margin-right: 12px; }
  #pager ul.dispTable li:last-child {
    margin-right: 0; }
  #pager ul.dispTable li span {
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #B3B3B3;
    font-weight: bold;
    color: #B3B3B3; }
    #pager ul.dispTable li span.current {
      background: #09102B;
      border: 1px solid #09102B;
      color: #FFF; }
  #pager ul.dispTable li a {
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #09102B;
    font-weight: bold;
    color: #09102B;
    text-decoration: none; }
    #pager ul.dispTable li a:hover {
      background: rgba(9, 16, 43, 0.2); }

/* メインカラム
-------------------------------------------------- */
main {
  overflow-x: hidden;
  overflow-y: hidden; }
  main section {
    padding-top: 80px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      main section {
        padding-top: 55px;
        padding-bottom: 45px; } }
    main section.page-title {
      margin-top: 60px;
      padding-top: 0;
      padding-bottom: 0;
      height: 60px;
      background: url(../images/home/companySec_bg.jpg) no-repeat 50% 0;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        main section.page-title {
          background: url(../images/home/companySec_bg.jpg) no-repeat 50% 50%;
          background-size: cover;
          height: auto; } }
      main section.page-title .mask {
        height: 60px;
        background: rgba(9, 16, 43, 0.8);
        position: relative; }
        main section.page-title .mask .inner {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: auto;
          width: 100%; }
        @media screen and (max-width: 767px) {
          main section.page-title .mask {
            height: auto;
            padding: 10px; } }
        main section.page-title .mask h1.inner {
          color: #FFF;
          font-size: 21px; }
          @media screen and (max-width: 767px) {
            main section.page-title .mask h1.inner {
              top: 0;
              left: 0;
              position: relative;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none;
              margin-bottom: 0;
              text-align: left; } }
  main .horizontal_title {
    text-align: left;
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #09102B; }
    @media screen and (max-width: 767px) {
      main .horizontal_title {
        font-size: 24px;
        margin-bottom: 15px;
        letter-spacing: 0.05em; } }
    main .horizontal_title span {
      font-size: 21px;
      font-weight: normal;
      margin-left: 45px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        main .horizontal_title span {
          font-size: 16px;
          margin-left: 20px; } }
  main .h2_title {
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    color: #09102B; }
    @media screen and (max-width: 767px) {
      main .h2_title {
        font-size: 16px;
        margin-bottom: 25px; } }
  main .h3_title {
    font-size: 32px;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
    color: #09102B; }
    @media screen and (max-width: 767px) {
      main .h3_title {
        font-size: 21px;
        margin-bottom: 40px; } }
    main .h3_title span {
      border-bottom: 1px solid #09102B; }
  main .h3_title.color-white span {
    border-bottom: 1px solid #FFF; }
  main .cheer_title {
    font-size: 24px;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      main .cheer_title {
        font-size: 16px;
        line-height: 26px; } }
    main .cheer_title span {
      padding-left: 60px;
      padding-right: 60px;
      position: relative;
      position: relative; }
      main .cheer_title span::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 40px;
        width: 40px; }
      main .cheer_title span::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        -ms-transform: translate(-100%, -50%);
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        height: 40px;
        width: 40px; }
      @media screen and (max-width: 767px) {
        main .cheer_title span {
          padding-left: 40px;
          padding-right: 40px; } }
      main .cheer_title span::before {
        background: url(../images/home/cheer_before.svg) no-repeat 50% 50%;
        background-size: 100% 100%; }
        @media screen and (max-width: 767px) {
          main .cheer_title span::before {
            width: 26px;
            height: 26px; } }
      main .cheer_title span::after {
        background: url(../images/home/cheer_after.svg) no-repeat 50% 50%;
        background-size: 100% 100%; }
        @media screen and (max-width: 767px) {
          main .cheer_title span::after {
            width: 26px;
            height: 26px; } }
  main p {
    text-align: left; }
  main .whiteBox {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 767px) {
      main .whiteBox {
        padding: 20px; } }
    main .whiteBox p:last-child {
      margin-bottom: 0; }
  main .noBox {
    padding: 40px 30px; }
    @media screen and (max-width: 767px) {
      main .noBox {
        padding: 30px 20px; } }
    main .noBox p:last-child {
      margin-bottom: 0; }
  main .contentBox {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 40px 25px; }
    @media screen and (max-width: 767px) {
      main .contentBox {
        padding: 25px 15px; } }
    main .contentBox p:last-child {
      margin-bottom: 0; }
  body.complete main {
    min-height: 100vh; }

/* フッター
-------------------------------------------------- */
footer {
  border-top: 1px solid rgba(9, 16, 43, 0.5);
  padding-top: 60px;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 40px; } }
  footer .footerBottom {
    background: -webkit-gradient(linear, left, right, from(#09102B), to(#033D72));
    background: -webkit-linear-gradient(left, #09102B 0%, #0E284E 75%, #033D72 100%);
    background: linear-gradient(to right, #09102B 0%, #0E284E 75%, #033D72 100%);
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      footer .footerBottom {
        padding-left: 15px;
        padding-right: 15px; } }
    footer .footerBottom ul li {
      float: left;
      margin-right: 15px;
      color: #FFF;
      padding-right: 15px;
      margin-bottom: 10px; }
      footer .footerBottom ul li else {
        border-right: 1px solid #FFF; }
      footer .footerBottom ul li a {
        color: #FFF !important; }
      footer .footerBottom ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }

body.home footer {
  border-top: none; }

/* ==================================================
以下、装飾の指定
================================================== */
/* 頻出
-------------------------------------------------- */
.btn-basic {
  background: #09102B;
  border: 1px solid #09102B;
  box-shadow: 0 1px #09102B;
  color: #FFF !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  width: 100%;
  max-width: 320px;
  padding: 0;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 65px;
  border-radius: 0; }
  .btn-basic:hover {
    text-decoration: none;
    background: rgba(9, 16, 43, 0.6); }
  @media screen and (max-width: 767px) {
    .btn-basic {
      font-size: 16px;
      line-height: 40px; } }

.btn-reverse {
  background: #FFF;
  border: 1px solid #09102B;
  box-shadow: 0 1px rgba(9, 16, 43, 0.5);
  color: #09102B !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  width: 100%;
  max-width: 250px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 40px;
  border-radius: 0; }
  .btn-reverse:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 767px) {
    .btn-reverse {
      line-height: 30px; } }
  .btn-reverse:hover {
    background: rgba(9, 16, 43, 0.1); }

.btn-reverse2 {
  background: #FFF;
  border: 1px solid #09102B;
  box-shadow: 0 1px rgba(9, 16, 43, 0.5);
  color: #09102B !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 40px;
  border-radius: 0; }
  .btn-reverse2:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 767px) {
    .btn-reverse2 {
      line-height: 30px; } }
  .btn-reverse2:hover {
    background: rgba(9, 16, 43, 0.1); }

.bb1 {
  border-bottom: 1px solid #09102B;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .bb1 {
      margin-bottom: 30px; } }

/* 文字装飾
-------------------------------------------------- */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }

.color-pink {
  color: #d51358 !important; }

.color-navy {
  color: #09102B !important; }

.color-white {
  color: #FFF !important; }

.color-red {
  color: #c30d23 !important; }

.color-blue {
  color: #0000FF !important; }

.color-link {
  color: #2838A9 !important; }

.bg-color-gray {
  background: #eeeeee !important; }

.bg-color-navy {
  background: #09102B !important; }

.bg-color-pale-blue {
  background: #d3e8f8 !important; }

.fnt-bold {
  font-weight: bold; }

.fnt-small {
  font-size: 12px;
  line-height: 1.2; }

.fnt-15 {
  font-size: 15px; }

.fnt-19 {
  font-size: 19px; }
  @media screen and (max-width: 767px) {
    .fnt-19 {
      font-size: 16px; } }

.fnt-21 {
  font-size: 21px; }
  @media screen and (max-width: 767px) {
    .fnt-21 {
      font-size: 18px; } }

.fnt-40 {
  font-size: 40px; }
  @media screen and (max-width: 767px) {
    .fnt-40 {
      font-size: 28px; } }

.linemarker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-image: linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease; }

.linemarker.active {
  background-position: -100% .5em; }

.underline {
  text-decoration: underline; }

.noborder {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

ul.disc li {
  list-style: disc;
  text-align: left;
  margin-left: 1.5em; }

ul.list li {
  float: left;
  margin-right: 15px; }
  ul.list li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    ul.list li {
      float: left;
      margin-right: 8px; }
      ul.list li:last-child {
        margin-right: 0; } }

/* 回りこみ
-------------------------------------------------- */
.right {
  float: right; }

.left {
  float: left; }

.alignright {
  text-align: right !important; }

.alignleft {
  text-align: left !important; }

.aligncenter {
  text-align: center !important; }

/* 複数カラム
-------------------------------------------------- */
[class^="line-"] div, [class*=" line-"] div {
  margin-right: 2%;
  float: left; }

[class^="line-"] div:last-child, [class*=" line-"] div:last-child {
  margin-right: 0; }

.line-2 div {
  width: 48%; }

.line-3 div {
  width: 32%; }

.line-4 div {
  width: 23.5%; }

/* 5カラム定義
-------------------------------------------------- */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-15 {
  width: 20%;
  flex: 0 0 20%;
  float: left; }

@media (min-width: 756px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left; } }
@media (min-width: 991px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left; }

  .col-md-offset-15 {
    margin-left: 4.3333333%; } }
@media (min-width: 1199px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left; } }
/* width
-------------------------------------------------- */
.w10p {
  width: 10%; }
  @media screen and (max-width: 767px) {
    .w10p {
      width: 100%; } }

.w20p {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .w20p {
      width: 100%; } }

.w30p {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .w30p {
      width: 100%; } }

.w40p {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .w40p {
      width: 100%; } }

.w50p {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .w50p {
      width: 100%; } }

.w60p {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .w60p {
      width: 100%; } }

.w70p {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .w70p {
      width: 100%; } }

.w80p {
  width: 80%; }
  @media screen and (max-width: 767px) {
    .w80p {
      width: 100%; } }

.w90p {
  width: 90%; }
  @media screen and (max-width: 767px) {
    .w90p {
      width: 100%; } }

.w100p {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .w100p {
      width: 100%; } }

/* height
-------------------------------------------------- */
.h100 {
  height: 100px; }

.h200 {
  height: 200px; }

/* margin・padding
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

/* img
-------------------------------------------------- */
.photo {
  background: #09102B;
  padding: 5px; }

/* animation
-------------------------------------------------- */
.fadeup {
  opacity: 0;
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s; }

.fadeleft {
  opacity: 0;
  -ms-transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  -webkit-transition: all 1s;
  transition: all 1s; }

.faderight {
  opacity: 0;
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition: all 1s;
  transition: all 1s; }

.scrollin {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* display
-------------------------------------------------- */
.dispBlock {
  display: block !important; }

.dispNone {
  display: none !important; }

@media screen and (max-width: 350px) {
  .xxsNone {
    display: none !important; } }

.dispTable {
  display: table !important;
  margin-left: auto;
  margin-right: auto; }

.grecaptcha-badge {
  display: none; }

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }

.clearfix {
  display: block; }
