@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@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: 1.5;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #272727;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500; }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden; }

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px; }
  .pankuzu a {
    color: #103c95; }
    @media only screen and (max-width: 640px) {
      .pankuzu a {
        display: block; } }
    .pankuzu a:hover {
      text-decoration: underline; }

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #103c95; }
  .error_link a:hover {
    text-decoration: underline; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #103c95;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }
  .map li:last-of-type {
    display: none; }

.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; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

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: bold; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s; }

a:hover {
  opacity: 1; }

@media screen and (min-width: 641px) and (max-width: 899px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 640px) {
  .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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .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; }

#header {
  width: 100%;
  border-top: 5px solid #103c95;
  border-bottom: 5px solid #4281ff; }
  #header #hed_top {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px; }
    @media only screen and (max-width: 899px) {
      #header #hed_top {
        padding-right: 60px !important; } }
    @media only screen and (max-width: 640px) {
      #header #hed_top {
        display: block;
        padding-left: 60px !important; } }
  #header #siteID {
    width: 40%;
    max-width: 400px; }
    @media only screen and (max-width: 640px) {
      #header #siteID {
        width: 100%;
        margin: 0 auto 15px auto; } }
    #header #siteID a {
      opacity: 1; }
  #header #hed_info {
    width: 28%;
    max-width: 270px; }
    @media only screen and (max-width: 640px) {
      #header #hed_info {
        width: 100%;
        margin: 0 auto; } }

#nav_global {
  background-color: #e6eeff; }
  @media only screen and (max-width: 899px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      padding: 5.5px 0;
      border-left: 2px dotted #103c95; }
      #nav_global ul li:last-of-type {
        border-right: 2px dotted #103c95; }
      #nav_global ul li a {
        display: block;
        color: #272727;
        text-decoration: none; }

#mainArea {
  width: 100%;
  position: relative; }
  #mainArea #slider {
    width: 100%;
    margin: 0 auto 80px;
    position: relative;
    overflow: hidden; }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }
  #mainArea p {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #mainArea p img {
      width: 45% !important; }
      @media only screen and (max-width: 640px) {
        #mainArea p img {
          width: 50% !important; } }

#nav_footer.drawer-nav {
  width: 100%;
  position: static;
  padding-top: 0;
  background-color: transparent; }
  @media only screen and (max-width: 899px) {
    #nav_footer.drawer-nav {
      position: fixed;
      width: 16.25rem;
      padding: 0 !important;
      padding-top: 70px !important;
      background-color: #103c95 !important; }
      #nav_footer.drawer-nav li {
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important; }
        #nav_footer.drawer-nav li:before {
          display: none !important; }
        #nav_footer.drawer-nav li a {
          display: block;
          border-top: 1px solid #092050;
          padding: 20px 10px !important;
          font-size: 16px; }
          #nav_footer.drawer-nav li a:last-of-type {
            border-bottom: 1px solid #092050; } }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  padding-top: 50px;
  color: #fff;
  font-size: 13px; }
  footer#global_footer a {
    font-size: 13px;
    color: #fff;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }
  footer#global_footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px; }
  footer#global_footer #wrap_fot_info {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px; }
    @media only screen and (max-width: 640px) {
      footer#global_footer #wrap_fot_info {
        display: block;
        margin-bottom: 0; } }
  footer#global_footer address {
    width: 49%;
    text-align: left; }
    @media only screen and (max-width: 640px) {
      footer#global_footer address {
        width: 100%;
        margin-bottom: 30px;
        text-align: center; } }
    footer#global_footer address h2 {
      margin-bottom: 10px; }
      footer#global_footer address h2 a {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em; }
  footer#global_footer .gmap {
    width: 49%; }
    @media only screen and (max-width: 640px) {
      footer#global_footer .gmap {
        width: 100%; } }
  footer#global_footer #nav_footer {
    padding: 15px;
    border-bottom: 1px solid #092763; }
    footer#global_footer #nav_footer li {
      display: inline-block;
      padding: 0 13.5px; }
      footer#global_footer #nav_footer li a {
        text-decoration: none; }
        footer#global_footer #nav_footer li a:hover {
          opacity: 0.6; }
        footer#global_footer #nav_footer li a:before {
          content: "\f330";
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          margin-right: 5px;
          color: #fff; }
          @media only screen and (max-width: 899px) {
            footer#global_footer #nav_footer li a:before {
              display: none; } }
  footer#global_footer #copy {
    display: block;
    padding: 18px 10px;
    font-size: 13px; }
    footer#global_footer #copy a {
      text-decoration: none; }
      footer#global_footer #copy a:hover {
        opacity: 1; }

/* index.html */
.index_contents #contents_wrap {
  margin-bottom: 70px; }

.con01 {
  min-height: 340px;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-position: center right; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .con01 {
      background-size: 40%; } }
  @media only screen and (max-width: 640px) {
    .con01 {
      padding-bottom: 40%;
      background-position: bottom center;
      background-size: 70%; } }
  .con01 .w49 {
    width: 49%; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con01 .w49 {
        width: 60%; } }
    @media only screen and (max-width: 640px) {
      .con01 .w49 {
        width: 100%; } }
  .con01 h1 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 1.6vw;
    font-weight: bold; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con01 h1 {
        font-size: 3.5vw; } }
    @media only screen and (max-width: 640px) {
      .con01 h1 {
        font-size: 20px;
        text-align: center; } }
    .con01 h1:after {
      content: "";
      width: 40px;
      height: 3px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #103c95; }
      @media only screen and (max-width: 640px) {
        .con01 h1:after {
          left: 50%;
          transform: translateY(-50%); } }
  .con01 p {
    line-height: 2.2; }

.con02 {
  padding-bottom: 40px; }
  .con02 .h2wrap {
    margin-bottom: 30px;
    padding: 50px 0 45px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain; }
    @media only screen and (max-width: 640px) {
      .con02 .h2wrap {
        margin-bottom: 20px;
        padding: 25px 0 10px 0; } }
  .con02 h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      .con02 h2 {
        font-size: 18px; } }
  .con02 .flex03 .box {
    position: relative;
    padding: 1.7%;
    background-color: #fff;
    border: 1px solid #4281ff; }
    .con02 .flex03 .box td {
      border: none !important; }
      .con02 .flex03 .box td i {
        margin-right: 5px;
        font-size: 14px;
        color: #ff8a00;
        vertical-align: middle; }
    .con02 .flex03 .box h3 {
      margin: 15px auto 10px auto;
      font-size: 26px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        .con02 .flex03 .box h3 {
          font-size: 18px; } }
    .con02 .flex03 .box .lh2 {
      padding-bottom: 70px !important;
      line-height: 2; }
      @media only screen and (max-width: 640px) {
        .con02 .flex03 .box .lh2 {
          padding-bottom: 0 !important; } }
    .con02 .flex03 .box .btn_blue {
      position: absolute;
      bottom: 20px;
      width: 90% !important; }
      @media only screen and (max-width: 640px) {
        .con02 .flex03 .box .btn_blue {
          position: static;
          width: 100% !important; } }

.wrap_cont {
  margin-bottom: 50px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .wrap_cont .h2wrap {
    text-align: center; }
  .wrap_cont h2 {
    display: inline-block;
    margin-bottom: 40px;
    padding: 0 10px;
    background: linear-gradient(transparent 60%, rgba(255, 138, 0, 0.6) 60%);
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .wrap_cont h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 640px) {
      .wrap_cont h2 {
        font-size: 22px; } }
  .wrap_cont .linkTel div {
    font-size: 60px;
    font-weight: bold;
    color: #ff8a00;
    text-shadow: 0 0 7px rgba(255, 234, 0, 0.7); }
    @media only screen and (max-width: 640px) {
      .wrap_cont .linkTel div {
        font-size: 33px; } }
    .wrap_cont .linkTel div:before {
      content: "";
      width: 60px;
      height: 60px;
      display: inline-block;
      margin-right: 20px;
      background: url(../images/common/icon_tel.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media only screen and (max-width: 640px) {
        .wrap_cont .linkTel div:before {
          width: 30px;
          height: 30px;
          margin-right: 10px; } }

.ttl_news h2 {
  display: inline-block;
  position: relative;
  width: 145px;
  padding: 7px;
  background-color: #103c95;
  border-top-left-radius: 5px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center; }
  .ttl_news h2:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 21px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #103c95 transparent transparent transparent;
    border-width: 37.5px 37.5px 0 37.5px;
    transform: rotate(45deg); }

.wrap_news {
  padding: 20px 45px;
  border: 1px solid #103c95; }
  @media only screen and (max-width: 640px) {
    .wrap_news {
      padding: 20px; } }
  .wrap_news .scroll {
    height: 200px;
    overflow-x: auto;
    padding: 20px 10px 20px 0; }
    .wrap_news .scroll dl {
      align-items: flex-start;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 3px dotted #e6eeff; }
      @media only screen and (max-width: 899px) {
        .wrap_news .scroll dl {
          display: block !important; } }
    .wrap_news .scroll dt, .wrap_news .scroll dd {
      padding: 0 !important;
      border: none !important; }
      @media only screen and (max-width: 899px) {
        .wrap_news .scroll dt, .wrap_news .scroll dd {
          width: 100% !important; } }
    .wrap_news .scroll dt {
      font-weight: bold;
      color: #4281ff; }
      @media only screen and (max-width: 899px) {
        .wrap_news .scroll dt {
          margin-bottom: 10px; } }
    .wrap_news .scroll a {
      text-decoration: underline; }
      .wrap_news .scroll a:hover {
        text-decoration: none; }

/* houjinzei.html */
.li_check, .li_check02 {
  padding: 4%;
  background-color: #e6eeff; }
  .li_check li, .li_check02 li {
    margin-bottom: 10px;
    font-size: 18px; }
    @media only screen and (max-width: 640px) {
      .li_check li, .li_check02 li {
        font-size: 16px; } }
    .li_check li:before, .li_check02 li:before {
      content: "\f14a";
      font-family: "Font Awesome 5 Pro";
      font-weight: 200;
      font-size: 20px;
      margin-right: 20px;
      color: #103c95; }

.li_check02 {
  margin-top: 30px; }
  .li_check02 li {
    font-size: 16px; }
    .li_check02 li:before {
      content: "\f111";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: 11px;
      margin-right: 20px;
      color: #103c95; }
    .li_check02 li:first-of-type:before {
      display: none; }
    .li_check02 li h3 {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #103c95; }

.fax div {
  font-size: 26px;
  font-weight: bold;
  color: #ff8a00;
  text-shadow: 0 0 7px rgba(255, 234, 0, 0.7); }
  @media only screen and (max-width: 640px) {
    .fax div {
      font-size: 16px; } }

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
.blog .fa, .blog .fas {
  font-family: Font Awesome\ 5 Pro !important; }
.blog .ttl01 {
  background: url(../images/contents/img_main01.jpg);
  background-position: bottom center; }
  .blog .ttl01 div {
    background-color: rgba(255, 255, 255, 0.3); }
.blog .pankuzu {
  max-width: 1000px;
  margin: 5px auto 50px auto;
  padding: 0 10px;
  text-align: right; }
  .blog .pankuzu a {
    color: #103c95; }
    .blog .pankuzu a:hover {
      opacity: 1;
      text-decoration: underline;
      color: #103c95; }
.blog h2 {
  padding-bottom: 10px !important;
  border-bottom: 2px solid #103c95; }
.blog aside div#form_calendar {
  min-width: auto !important; }
@media screen and (min-width: 641px) and (max-width: 899px) {
  .blog #contents {
    min-width: auto !important; } }
.blog article .wrap_img {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .blog article .wrap_img li {
    width: 49%;
    margin-bottom: 20px; }

/* contents 100% */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

/* flex */
.flex03 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .flex03 {
      display: block; } }
  .flex03 .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      .flex03 .box {
        width: 100% !important;
        margin-right: 0 !important; } }
    .flex03 .box:nth-of-type(3n) {
      margin-right: 0; }
    .flex03 .box img {
      width: 100% !important; }

/* title */
.ttl01 h1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4% 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 10px #fff;
  color: #103c95; }
.ttl01 h2 {
  margin: 70px auto 30px auto;
  font-size: 20px;
  font-weight: bold; }
.ttl01 h2 {
  position: relative;
  padding: 10px 10px 10px 20px;
  border-top: 2px solid #4281ff;
  border-bottom: 2px solid #ccc;
  color: #103c95; }
  .ttl01 h2:before, .ttl01 h2:after {
    content: "";
    position: absolute;
    left: 5px;
    width: 4px;
    height: 15px;
    display: inline-block; }
  .ttl01 h2:before {
    top: 10px;
    background-color: #092763; }
  .ttl01 h2:after {
    bottom: 10px;
    background-color: #e6eeff; }

.h1wrap.con100.ttl01 {
  background-position: bottom center; }
  .h1wrap.con100.ttl01 div {
    background-color: rgba(255, 255, 255, 0.3); }

/* btn */
.btn_blue a {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 12px 10px;
  border: 1px solid #103c95;
  background-color: #103c95;
  font-weight: bold;
  color: #fff;
  text-align: center; }
  .btn_blue a:hover {
    background-color: #e6eeff;
    color: #103c95; }
    .btn_blue a:hover:before {
      border-color: #103c95 transparent transparent transparent; }
  .btn_blue a:before {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    transform: rotate(-45deg); }

/* common */
.w70per div {
  width: 70%; }
  @media only screen and (max-width: 640px) {
    .w70per div {
      width: 100%; } }

.bg_29 {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30%; }
  @media only screen and (max-width: 640px) {
    .bg_29 {
      padding-bottom: 40%;
      background-position: bottom center;
      background-size: 70%; } }

.tbl_st01 td {
  padding: 20px !important; }
  .tbl_st01 td:first-of-type {
    width: 30%; }

.br_blk {
  direction: none; }
  @media only screen and (max-width: 640px) {
    .br_blk {
      display: block; } }

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

.mg_t70 {
  margin-top: 70px;
  margin-bottom: 0; }

/*# sourceMappingURL=common_style.css.map */
