@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #edfaff url("../img_sub/h2_bg.png") left bottom/contain no-repeat;
  background-size: 17px;
  color: #002a50;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 2px solid #002a50;
  padding: 8px 15px 6px 30px;
}

@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    background-size: 30px;
    padding: 8px 15px 6px 45px;
  }
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:visited {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: url("../img_sub/h3_bg.png") left bottom/contain no-repeat;
  background-size: 25px;
  color: #002a50;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 2px solid #318071;
}

@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    background-size: 35px;
  }
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 35px;
}

@media screen and (max-width: 768px) {
  h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
    padding: 8px 15px 7px 45px;
  }
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  border-bottom: 2px solid #318071;
  color: #002a50;
  font-size: 110%;
  padding: 10px 15px 13px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 5px 30px;
  line-height: 1.2;
  background: url("../img_sub/h5_bg.png") left 50%/contain no-repeat;
  background-size: 25px;
  color: #002a50;
}

@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    background-size: 35px;
    padding: 0 0 5px 40px;
  }
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-bottom: 5px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  color: #002a50;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #edfaff;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #edfaff;
  text-align: center;
}

.scheme2 {
  border: 1px solid #edfaff;
  text-align: center;
}

.scheme3 {
  background-color: #002a50;
  text-align: center;
}

.scheme4 {
  background-color: #edfaff;
  text-align: center;
}

.scheme5 {
  border: 1px solid #edfaff;
  text-align: center;
}

.scheme6 {
  background-color: #002a50;
  text-align: center;
}

.scheme7 {
  background-color: #002a50;
  text-align: center;
}

.scheme8 {
  background-color: #002a50;
  text-align: center;
}

.scheme9 {
  background-color: #edfaff;
  text-align: center;
}

.scheme10 {
  background-color: #d62e16;
  text-align: center;
}

.scheme11 {
  background-color: #318071;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #004ea2 !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #004ea2 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 55px !important;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 120px !important;
    border-radius: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 18px !important;
    height: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 40px !important;
    height: 40px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
body {
  display: none;
}

@media print, screen and (min-width: 769px) {
  body {
    background-color: #000;
  }
}

#container-in {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #wrapper-in2 {
    min-width: 1200px;
    position: relative;
  }
}

.honbun {
  background-color: #fff;
  position: absolute;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  top: -9999px;
  z-index: 100;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp-header-logo {
    padding: 10px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .gate-container {
    height: 100vh;
    min-height: 710px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-section .section-in {
    display: table;
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mv-section .section-in {
    position: relative;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-section .section-in .video-container {
    display: table-cell;
    height: 56.3%;
    overflow: auto;
    width: 100%;
    position: relative;
    margin: auto;
    min-width: 1200px;
    min-height: 675px;
    text-align: center;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  .mv-section .section-in .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 405px;
  }
}

.mv-section .section-in .video-container video {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .mv-section .section-in .video-container video {
    height: 100vh;
    min-height: 710px;
    min-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .mv-section .section-in .video-container video {
    width: 720px;
  }
}

.mv-section .section-in .controls {
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.gate-contents {
  box-sizing: border-box;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
}

@media screen and (max-width: 768px) {
  .gate-contents {
    position: relative;
  }
}

.gate-contents .section-in {
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  overflow: auto;
  padding: 15px 20px;
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .gate-contents .section-in {
    max-height: 690px;
  }
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in {
    height: auto;
    padding: 15px 0;
    width: 100%;
  }
}

.gate-contents .section-in h1 {
  margin-bottom: 20px;
}

.gate-contents .section-in h1 a:hover {
  opacity: .8;
}

.gate-contents .section-in .google-search {
  height: 35px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .google-search {
    height: 80px;
    margin-top: 20px;
  }
}

.gate-contents .section-in .gate-alert-area .box .box-in .title-box {
  background: #d62e16;
  color: #fff;
  height: 40px;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-alert-area .box .box-in .title-box {
    height: 75px;
    width: 100%;
  }
}

.gate-contents .section-in .gate-alert-area .box .box-in .title-box h2 {
  font-size: 125%;
  line-height: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-alert-area .box .box-in .title-box h2 {
    line-height: 75px;
  }
}

.gate-contents .section-in .gate-alert-area .box .box-in .title-box h2:before {
  content: '';
  background: url("../img_top/ico_alert.png") center top/contain no-repeat;
  left: -10px;
  padding: 14px;
  position: relative;
  top: 9px;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-alert-area .box .box-in .title-box h2:before {
    left: -15px;
    padding: 27px;
    top: 23px;
  }
}

.gate-contents .section-in .gate-alert-area .box .box-in .info-area {
  background: #fff;
  box-sizing: border-box;
  max-height: 65px;
  padding: 0 8px 10px 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-alert-area .box .box-in .info-area {
    border: 3px solid #d62e16;
    min-height: 94px;
    max-height: 260px;
    padding: 15px 15px 20px 30px;
  }
}

.gate-contents .section-in .gate-alert-area .box .box-in .info-area .list {
  max-height: 50px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-alert-area .box .box-in .info-area .list {
    max-height: 200px;
  }
}

.gate-contents .section-in .gate-alert-area .box .box-in .info-area .list li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-alert-area .box .box-in .info-area .list li {
    padding: 15px 0;
  }
}

.gate-contents .section-in .gate-alert-area .box .box-in .info-area .no-info {
  padding: 15px 0 5px 5px;
}

.gate-contents .section-in .gate-nav {
  text-align: left;
}

.gate-contents .section-in .gate-nav .list li {
  background: url("../img_top/gate_btn_line.png") bottom/contain repeat-x;
  height: 115px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-nav .list li {
    height: 250px;
  }
}

.gate-contents .section-in .gate-nav .list li > a {
  display: inline-block;
  padding: 30px 0px 30px 10px;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-nav .list li > a {
    padding: 50px 25px 50px 55px;
  }
}

.gate-contents .section-in .gate-nav .list li > a:hover {
  opacity: .8;
}

.gate-contents .section-in .gate-nav .list li img {
  height: 63px;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-nav .list li img {
    height: 131px;
  }
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-nav .list li:nth-of-type(2) a {
    padding: 70px 25px 70px 55px;
  }
}

.gate-contents .section-in .gate-nav .list li:nth-of-type(2) img {
  height: 51px;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-nav .list li:nth-of-type(2) img {
    height: 105px;
  }
}

.gate-contents .section-in .gate-nav .list li:nth-of-type(3) {
  background: none;
}

.gate-contents .section-in .gate-nav .list li:nth-of-type(3) img {
  height: 59px;
}

@media screen and (max-width: 768px) {
  .gate-contents .section-in .gate-nav .list li:nth-of-type(3) img {
    height: 122px;
  }
}

@-moz-document url-prefix() {
  .gsc-search-button {
    height: 35px !important;
  }
}

footer {
  margin-top: 0 !important;
}

#footer {
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  height: 120px;
  padding: 25px 20px 20px 20px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    padding: 45px 20px 25px;
    position: relative;
  }
}

#footer .in #footer-logo {
  float: left;
  font-size: 200%;
  line-height: 110%;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  #footer .in #footer-logo {
    box-sizing: border-box;
    float: none;
    font-size: 185%;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

#footer .in .information {
  float: left;
}

@media screen and (max-width: 768px) {
  #footer .in .information {
    box-sizing: border-box;
    float: none;
    font-size: 90%;
    margin-bottom: 45px;
    padding: 0 15px;
  }
}

#footer .in .information p a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #footer .in .information p {
    line-height: 175%;
  }
}

#footer .in .information p .tel {
  margin-right: 30px;
}

#footer .in .gate-footer-nav {
  float: right;
}

@media screen and (max-width: 768px) {
  #footer .in .gate-footer-nav {
    float: none;
  }
}

#footer .in .gate-footer-nav .list {
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #footer .in .gate-footer-nav .list {
    margin-bottom: 30px;
  }
}

#footer .in .gate-footer-nav .list li {
  border: 2px solid #fff;
  margin-right: 10px;
}

#footer .in .gate-footer-nav .list li a {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 100%;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  width: 140px;
}

@media screen and (max-width: 768px) {
  #footer .in .gate-footer-nav .list li a {
    height: 95px;
    padding: 25px 0;
    width: 210px;
  }
}

#footer .in .gate-footer-nav .list li a:hover {
  background-color: #004ea2;
}

#footer .in .gate-footer-nav .list li a:focus {
  background-color: #004ea2;
}

#footer .in .gate-footer-nav .copyright {
  background: transparent;
  font-size: 80%;
  padding: 15px 0;
  text-align: right;
  width: auto;
}

@media screen and (max-width: 768px) {
  #footer .in .gate-footer-nav .copyright {
    text-align: center;
  }
}

@media print and (-ms-high-contrast: none) {
  body {
    zoom: .9;
  }
  .gate-container, .section-in, .video-container, video {
    height: auto !important;
  }
  .gate-container, .video-container, video {
    min-height: 850px !important;
    min-width: 0px !important;
  }
}
