@charset "utf-8";

/*------------------------------general*/

body {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Roboto", "Open Sans", Arial, "Segoe UI", "TimesNewRoman", Tahoma, Verdana, "Arial Unicode MS" Helvetica;
  background-color: #fff;
  font-size: 120%;
}

main {
  /* padding-top: 100px;
  margin-top: -100px; */
}
#about,
#feature,
#userguide,
#support,
#link {
  padding-top: 100px;
  margin-top: -100px;
}
header {
  background-color: #f5f5f8;
  padding: 0.5em;
}

.container {
  margin: 3em auto;
}
ol li,
ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#userguide a,
#support a,
.text-parag a {
  color: rgba(11, 106, 175, 1);
}
.centering {
  display: flex !important;
  align-items: center !important;
}
.header-logo {
  width: auto;
  height: 100%;
  max-height: 8vh;
  min-height: 60px;
  margin: 10px 0;
}
.header-pc-nav {
  position: relative;
  text-align: center;
}
.header-pc-nav ul {
  margin-top: 1.1em;
  text-align: center;
}
.header-pc-nav a {
  color: rgba(11, 106, 175, 1);
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
}
.header-pc-nav li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
}
.header-pc-nav li:hover {
  border-bottom: 2px solid #fff;
  padding-bottom: 0;
}

#language {
  width: 10vw;
  max-width: 180px;
  min-width: 110px;
}
.language_list {
  width: 10vw;
  max-width: 180px;
  min-width: 110px;
  display: none;
  background-color: rgba(71, 108, 196, 1);
  padding: 1em 1.5em;
}
#language:hover > .language_list {
  display: block;
  position: absolute;
  line-height: 2;
}
.language_list a:hover {
  border-bottom: 2px solid #fff;
}

.top_image {
  background-image: url(images/topimage.jpg);
  background-position: center;
  background-size: cover;
  /* width: 100%; */
  height: 100vh;
  text-align: center;
}

.topimage_text {
  margin: 0 auto;
  text-shadow: 1px 1px 3px #fff;
  text-align: center;
  /* width: 80vw; */
}
.topimage_text h1 {
  font-size: calc(2em + 1vw);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
}
.topimage_text span {
  font-size: 2em;
}
.lead_text {
  font-size: 1.2em;
  margin: 1.5em auto;
  text-align: center;
}
.button_line {
  border: 2px solid rgba(11, 106, 175, 1);
  color: rgba(11, 106, 175, 1);
  padding: 0.5em 1em;
  display: inline-block;
  text-shadow: none;
  border-radius: 5px;
  text-decoration: none;
}
.button_line:hover {
  background-color: rgba(193, 17, 13, 0.5);
  color: #fff;
}
.button_line_white {
  border: 2px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  padding: 0.5em 1em;
  display: inline-block;
  text-shadow: none;
  border-radius: 5px;
  text-decoration: none;
}
.button_line_white:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(11, 106, 175, 1);
}
.button-contact {
  background-color: #0d3694;
  color: #fff;
  border-radius: 5px;
}
.button-red {
  background-color: rgba(11, 106, 175, 1);
  color: #fff;
  border-radius: 5px;
}
.button-red:hover {
  background-color: rgba(193, 17, 13, 0.5);
}
.button-blue {
  background-color: rgba(13, 54, 148, 1);
  color: #fff;
  border-radius: 5px;
}
.button-blue:hover {
  background-color: rgba(13, 54, 148, 0.5);
}
.index-red {
  color: rgba(11, 106, 175, 1);
  background-color: rgba(218, 218, 227, 1);
  border-left: 15px solid rgba(11, 106, 175, 1);
  font-weight: 600;
  padding: 5px 1em;
  margin: 10px 0;
}
.index-blue {
  color: rgba(13, 54, 148, 1);
  background-color: rgba(218, 218, 227, 1);
  border-left: 15px solid rgba(13, 54, 148, 1);
  font-weight: 600;
}
.index-line_r {
  text-align: center;
  color: rgba(11, 106, 175, 1);
  border-bottom: 3px solid rgba(11, 106, 175, 1);
  padding: 0.25em 1em;
  /* width: 80vw; */
  font-weight: 600;
}
.index-line_b {
  text-align: center;
  color: rgba(13, 54, 148, 1);
  border-bottom: 3px solid rgba(13, 54, 148, 1);
  padding: 0.25em 1em;
  /* width: 80vw; */
  font-weight: 600;
}
.index-r {
  text-align: center;
  color: rgba(11, 106, 175, 1);
  padding: 1em;
  font-weight: 600;
}
.index-b {
  text-align: center;
  color: rgba(13, 54, 148, 1);
  padding: 1em;
  font-weight: 600;
}
/* .index-line_r {
  color: rgba(11, 106, 175, 1);
  border-bottom: 3px solid rgba(11, 106, 175, 1);
  padding: 0.25em 1em;
  display: inline-block;
}
.index-line_b {
  color: rgba(13, 54, 148, 1);
  border-bottom: 3px solid rgba(13, 54, 148, 1);
  padding: 0.25em 1em;
  display: inline-block;
  font-weight: 600;
} */
.index_line_red {
  font-size: 2em;
  color: rgba(11, 106, 175, 1);
  font-weight: 600;
  text-align: center;
}

.contents_section {
  margin: 4em auto;
}
.langlist {
  color: rgba(13, 54, 148, 1);
  font-weight: 600;
  text-align: left;
}
.langlist_box {
  width: 100%;
  background-color: #f5f5f8;
  display: none;
  position: absolute;
  text-align: left;
  padding: 1em;
}
.langlist_box a:hover {
  text-decoration: underline;
}
.langlist:hover > .langlist_box {
  display: block;
}
.index-x {
  background-color: rgba(13, 54, 148, 1);
}
.index-y {
  background-color: rgba(13, 54, 148, 0.2);
}

.x-scroll-table {
  width: 100%;
}
.x-scroll td {
  text-align: center;
}

#footer {
  background-color: rgba(11, 106, 175, 1);
  color: #fff;
  text-align: center;
}
.footer-frame {
  background-color: rgba(11, 106, 175, 1);
}

@media (min-width: 1200px) {
  .feature {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .xl-display-block {
    display: none;
  }

  div.header_smt {
    display: none;
  }
  .lg-display-block {
    display: none;
  }
  .lg-display-none {
    display: block;
  }
}
@media (max-width: 992px) {
  header {
    padding: 0;
  }
  .header_pc {
    display: none;
  }

  .header_smt {
    display: block;
    width: 100%;
    height: 65px;
    background-color: rgba(11, 106, 175, 1);
  }
  .language_list_smt {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    line-height: 2;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    background-color: #fff;
  }
  .menu-btn::after {
    color: #fff;
  }
  .menu-content {
    background-color: rgba(11, 106, 175, 0.9);
    margin-top: 65px;
    height: 100vh;
    min-height: 400px;
  }
  .menu-content ul li a::before {
    content: none;
  }
  .menu-content ul {
    padding: 1em;
    padding-bottom: 0;
  }
  .menu-content ul li a {
    padding: 15px;
  }
  .xl-display-block {
    display: block;
  }
  .lg-display-block {
    display: block;
  }
  .lg-display-none {
    display: none;
  }
  .md-display-block {
    display: none;
  }
  .sm-display-block {
    display: none;
  }

  #other .col-lg-4 {
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .text-md-end {
    text-align: center;
    margin: 15px auto;
  }

  .feature {
    height: auto;
    min-height: unset;
    text-align: center;
  }
  #support .text-parag {
    text-align: center;
    margin: 15px 0;
  }
  .lead_text {
    font-size: 1.2em;
  }
  .md-display-block {
    display: block;
  }
}

@media (max-width: 576px) {
  .topimage_text h1 {
    font-size: 2em;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    margin: 0.5em auto;
  }
  .topimage_text span {
    font-size: 1.5em;
    line-height: 1.5;
  }
  .sm-display-block {
    display: block;
  }
}
