@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px; } }

.inner {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.inner2 {
  margin: 0 auto;
  max-width: 1000px; }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 50px; }

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1000px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 62px;
      border-top: 0; } }
  header#global_header #header {
    max-width: 1000px;
    margin: 0 auto;
    height: 120px; }
    @media only screen and (max-width: 768px) {
      header#global_header #header {
        height: auto; } }
    header#global_header #header .HFLX1 {
      display: flex;
      justify-content: space-between;
      height: 100%;
      align-items: center; }
      header#global_header #header .HFLX1 .HFLX2 {
        display: flex; }
        header#global_header #header .HFLX1 .HFLX2 ul {
          margin-left: 20px; }
          header#global_header #header .HFLX1 .HFLX2 ul li:first-child {
            margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        header#global_header #header .HFLX1 {
          display: block; }
          header#global_header #header .HFLX1 .HFLX2 {
            margin: 10px auto;
            max-width: 370px; } }
  header#global_header #nav_global {
    margin: 0 auto;
    clear: both;
    background: #012f73;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(left, #012f73, #2186c4, #012f73);
    background: -o-linear-gradient(left, #012f73, #2186c4, #012f73);
    background: linear-gradient(to right, #012f73, #2186c4, #012f73);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
    @media only screen and (max-width: 768px) {
      header#global_header #nav_global {
        display: none; } }
    header#global_header #nav_global ul {
      max-width: 1000px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      header#global_header #nav_global ul li {
        -webkit-flex-grow: 1;
        flex-grow: 1; }
        header#global_header #nav_global ul li a {
          font-size: 16px;
          color: #fff;
          padding: 15px;
          line-height: 40px; }
          header#global_header #nav_global ul li a:hover {
            opacity: 0.6; }
  header#global_header #main_image img {
    display: block;
    width: 100%; }

#mainArea {
  width: 100%; }
  #mainArea #slider {
    width: 100%;
    margin: 0 auto 80px;
    position: relative; }
    #mainArea #slider li {
      margin: 10px;
      border-radius: 15px !important; }
      #mainArea #slider li img {
        width: 100%;
        height: auto;
        border-radius: 15px !important; }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

.mean-container .mean-bar {
  background: #012f73 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #012f73 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 13px 5% !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.anchor {
  display: block;
  transform: translateY(-30px); }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
footer#global_footer {
  background-color: #fff;
  min-width: 100% !important; }
  footer#global_footer #footer-top #cont-banner {
    max-width: 900px;
    margin: 10px auto;
    display: flex; }
    footer#global_footer #footer-top #cont-banner #cont-bannerL {
      width: 50%;
      background-color: #333;
      background: #044fa0;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(130deg, #05488f, #044fa0);
      background: -o-linear-gradient(130deg, #05488f, #044fa0);
      background: linear-gradient(130deg, #05488f, #044fa0);
      /* Chrome 10-25, Safari 5.1-6 */
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      footer#global_footer #footer-top #cont-banner #cont-bannerL p {
        color: #fff;
        font-size: 32px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        margin: 160px auto;
        line-height: 1.5em; }
    footer#global_footer #footer-top #cont-banner #cont-bannerR {
      width: 50%;
      margin: 100px auto; }
      footer#global_footer #footer-top #cont-banner #cont-bannerR p {
        font-size: 16px;
        line-height: 2em; }
      footer#global_footer #footer-top #cont-banner #cont-bannerR span {
        font-size: 20px;
        color: #05488f; }
      footer#global_footer #footer-top #cont-banner #cont-bannerR .cont-banner-link {
        background-color: #044fa0;
        display: block;
        width: 320px;
        margin: 10px auto;
        color: #fff;
        font-size: 32px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        line-height: 50px; }
        footer#global_footer #footer-top #cont-banner #cont-bannerR .cont-banner-link a {
          color: #fff; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #footer-top #cont-banner {
        display: block; }
        footer#global_footer #footer-top #cont-banner #cont-bannerL {
          width: 90%;
          margin: 0 auto; }
          footer#global_footer #footer-top #cont-banner #cont-bannerL p {
            margin: 0 auto; }
        footer#global_footer #footer-top #cont-banner #cont-bannerR {
          width: 90%;
          margin: 0 auto; } }
  footer#global_footer #footer-top #pagetop {
    position: relative; }
    footer#global_footer #footer-top #pagetop a {
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: #fff !important;
      font-size: 16px !important; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #footer-top #pagetop {
        display: none; } }
  footer#global_footer #footer {
    color: #fff !important;
    font-size: 16px !important; }
    footer#global_footer #footer a {
      color: #fff !important;
      font-size: 16px !important; }
    footer#global_footer #footer #footer-nav {
      background-color: #015bba;
      padding: 30px; }
      @media only screen and (max-width: 768px) {
        footer#global_footer #footer #footer-nav {
          display: none; } }
    footer#global_footer #footer #footer-info1 {
      background-color: #05488f;
      padding: 30px; }
      footer#global_footer #footer #footer-info1 img {
        margin: 15px; }
      footer#global_footer #footer #footer-info1 span {
        font-size: 23px; }
    footer#global_footer #footer #footer-info2 {
      padding-top: 50px;
      background-color: #043466; }
      footer#global_footer #footer #footer-info2 img {
        margin-left: 10px;
        margin-bottom: 15px; }
      footer#global_footer #footer #footer-info2 #copyright {
        margin-top: 35px; }
        footer#global_footer #footer #footer-info2 #copyright small, footer#global_footer #footer #footer-info2 #copyright a {
          font-size: 13px !important; }

.top-lead {
  font-size: 18px;
  line-height: 50px; }
  .top-lead h1 {
    font-size: 32px;
    color: #05488f;
    margin: 10px auto;
    line-height: 60px;
    position: relative;
    margin-bottom: 1em; }
    .top-lead h1:before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      width: 660px;
      height: 2px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #05488f; }
  @media only screen and (max-width: 768px) {
    .top-lead {
      line-height: 40px; }
      .top-lead br {
        display: none; }
      .top-lead h1 {
        font-size: 28px;
        line-height: 25px; } }

@media only screen and (max-width: 768px) {
  .logo-big {
    width: 60px; } }

.top-cont1 h1, .top-cont1 h2 {
  font-size: 32px;
  color: #05488f;
  line-height: 50px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px; }
  .top-cont1 h1:before, .top-cont1 h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 660px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #05488f; }
  @media only screen and (max-width: 768px) {
    .top-cont1 h1, .top-cont1 h2 {
      font-size: 24px;
      font-weight: bold; } }
.top-cont1 .txt {
  font-size: 14px;
  color: #05488f;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block; }
.top-cont1 .icon {
  content: url(../images/contents/logo-small.png);
  position: relative;
  top: 10px;
  left: -12px; }

.TFLX1 {
  display: flex;
  position: relative;
  box-shadow: 3px 3px 9px #aeadac; }
  .TFLX1 .box {
    width: 50%;
    font-size: 16px;
    line-height: 30px; }
    .TFLX1 .box h3 {
      font-size: 30px;
      color: #05488f;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .TFLX1 .box h3 {
          font-size: 20px; } }
  .TFLX1 .deco2 {
    position: absolute;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .TFLX1 .deco2 img {
        width: 45px !important; } }
  .TFLX1 .deco2-2 {
    position: absolute;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .TFLX1 .deco2-2 img {
        width: 45px !important; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .TFLX1 {
      align-items: center; }
      .TFLX1 table td {
        display: block; } }
  @media only screen and (max-width: 468px) {
    .TFLX1 {
      align-items: center;
      display: block; }
      .TFLX1 .box {
        width: 100%;
        margin: 0 auto; }
      .TFLX1 .deco2 {
        position: absolute;
        left: 0; } }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important; }

.deco {
  position: relative; }

.deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/contents/top-dec01.png) no-repeat center top;
  position: absolute;
  top: -50px;
  background-size: contain;
  right: 0;
  background-position: center;
  left: 0; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f4f6f9;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 100px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  z-index: -1;
  background-color: #f4f6f9; }

.bg_100per_wrap2 {
  position: relative;
  padding: 40px 0 !important;
  font-size: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .bg_100per_wrap2 span {
    font-size: 16px !important;
    padding-left: 20px; }
  .bg_100per_wrap2 .TFLX2 {
    display: flex; }
  @media only screen and (max-width: 768px) {
    .bg_100per_wrap2 {
      display: block;
      font-size: 24px; }
      .bg_100per_wrap2 .TFLX2 {
        margin: 0 auto;
        max-width: 320px;
        display: block;
        text-align: center !important; }
      .bg_100per_wrap2 img {
        display: block;
        margin: 20px auto; } }

.bg_100per_inner2 {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #025ab8;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(90deg, #05488f, #025ab8);
  background: -o-linear-gradient(90deg, #05488f, #025ab8);
  background: linear-gradient(90deg, #05488f, #025ab8);
  /* Chrome 10-25, Safari 5.1-6 */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -1; }

.bg_100per_wrap3 {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner3 {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f4f6f9;
  z-index: -1; }

.top-cont2 h2 {
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000;
  line-height: 50px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px; }
  .top-cont2 h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 660px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #05488f; }
  @media only screen and (max-width: 768px) {
    .top-cont2 h2 {
      font-size: 24px;
      font-weight: bold; } }

.news {
  background-color: #fff;
  margin: 0 auto;
  border: 2px solid #999;
  padding: 40px; }
  @media only screen and (max-width: 768px) {
    .news {
      padding: 10px; } }
  .news .scl {
    height: 240px;
    overflow-y: scroll; }
    .news .scl .news_txt table {
      border-bottom: dotted 1px #000; }
    .news .scl .news_txt .oshirase {
      color: #fff;
      background: #05488f; }
    .news .scl .news_txt .blog {
      color: #fff;
      background: #f29b76; }
    .news .scl .news_txt span {
      display: inline-block;
      padding: 0 30px;
      margin: 20px;
      font-size: 16px; }

.cont-title {
  margin-bottom: 20px; }
  .cont-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #05488f;
    line-height: 50px;
    position: relative;
    display: inline-block;
    margin: 50px auto 10px; }
    .cont-title h2:before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      width: 660px;
      height: 2px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #05488f; }
  .cont-title span:not(.anchor) {
    font-size: 20px;
    color: #05488f;
    padding-top: 20px;
    display: block; }
  .cont-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #05488f;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 30px; }
    .cont-title h3:before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      width: 100px;
      height: 3px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #9cb9d9; }
  .cont-title h4 {
    font-size: 24px;
    color: #05488f;
    padding-left: 10px; }
  @media only screen and (max-width: 768px) {
    .cont-title h2 {
      font-size: 24px;
      font-weight: bold; }
    .cont-title h3 {
      font-size: 20px;
      font-weight: bold; }
    .cont-title h4 {
      font-size: 18px;
      font-weight: normal; } }

.TBL2 table td {
  padding: 0 !important;
  border-bottom: dotted #000 1px !important; }

.TBL1 table td {
  background-color: #05488f;
  color: #fff !important;
  text-align: center;
  width: 32%;
  font-size: 18px;
  display: inline-block;
  margin: 5px; }
  @media only screen and (max-width: 768px) {
    .TBL1 table td {
      display: block;
      width: 60% !important;
      margin: 10px  auto; } }
  .TBL1 table td a {
    color: #fff;
    display: block;
    width: 100%; }

.tax-txt span {
  display: inline-block;
  padding: 0 30px;
  margin: 20px;
  font-size: 16px;
  color: #fff;
  background: #f29b76; }
  @media only screen and (max-width: 768px) {
    .tax-txt span {
      display: block; } }

.contact span {
  font-size: 20px;
  font-weight: bold; }

.map {
  margin-top: 30px; }

@media only screen and (max-width: 768px) {
  #col_main .errorbg {
    padding: 0 !important; } }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

/*# sourceMappingURL=common.css.map */
