@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(http://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 {
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  font-weight: 400; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 960px; }

@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #005293;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.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: 1px solid #999;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table td {
  margin-bottom: -1px !important;
  padding: 20px !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; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: bold; }

b {
  font-weight: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

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

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 960px;
  width: 100%; }

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

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 960px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.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 screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important; }

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

  .sptac {
    text-align: center !important; } }
header#global_header {
  max-width: 100%; }

#google_translate_element {
  text-align: right;
  margin-right: 10px; }

#header {
  width: 100%;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 70px 0 20px; } }
  #header .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #header .inner {
        display: block !important; } }
    #header .inner .box1 {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      max-width: 505px; }
      @media screen and (max-width: 768px) {
        #header .inner .box1 {
          margin: 20px auto 0 !important; } }
      #header .inner .box1 .header_tel {
        margin-right: 10px; }

@media screen and (max-width: 768px) {
  #siteID {
    display: block !important;
    text-align: center; } }

#nav_global {
  background: #4885b2; }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    margin: 0 auto; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li:first-child a span {
        border-left: 1px solid #fff; }
      #nav_global ul li ul {
        display: block;
        position: absolute;
        top: 65px !important;
        left: 0;
        z-index: 99999;
        width: 100%; }
        #nav_global ul li ul li {
          display: block; }
          #nav_global ul li ul li:first-child a span {
            border-left: none; }
          #nav_global ul li ul li a {
            padding: 0;
            display: block;
            background: #4885b2;
            color: #fff !important;
            font-size: 13px;
            padding: 10px 0; }
            #nav_global ul li ul li a:hover {
              opacity: 1;
              background: #476a86; }
            #nav_global ul li ul li a span {
              border-right: 0; }
            #nav_global ul li ul li a .en {
              font-size: 9px !important;
              color: #adcfea; }
      #nav_global ul li a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        display: block;
        padding: 20px 0;
        font-weight: bold; }
        #nav_global ul li a span {
          display: block;
          font-size: 16px !important;
          border-right: 1px solid #fff;
          letter-spacing: 3px; }
          @media screen and (max-width: 468px) {
            #nav_global ul li a span {
              font-size: 12px !important; } }

.zin {
  z-index: 99999999 !important; }

#main_image {
  opacity: 0.1;
  transform: translate(0, 30px);
  transition: all 1500ms; }
  #main_image.scrollin {
    opacity: 1;
    transform: translate(0, 0); }
  #main_image img {
    width: 100% !important; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.mean-container .mean-bar {
  background: #005293 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #005293 !important; }

.mean-nav .en {
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
  color: #fff; }

#footer .inner {
  padding: 20px 0;
  position: relative; }
  #footer .inner .pagetop {
    position: absolute;
    top: 20px;
    right: -20px; }
    @media screen and (max-width: 768px) {
      #footer .inner .pagetop {
        right: 0; } }
    @media screen and (max-width: 468px) {
      #footer .inner .pagetop {
        position: static;
        margin-bottom: 30px; } }
    #footer .inner .pagetop a {
      display: block;
      text-decoration: none;
      background: #666;
      color: #fff;
      padding: 2px 10px; }
#footer dd {
  color: #000;
  line-height: 1.6; }
  #footer dd a {
    color: #000; }
#footer .copy {
  background: #eeeeee;
  line-height: 40px; }

body {
  top: 0 !important; }

.goog-te-banner-frame {
  left: 0px;
  top: 0px;
  height: 39px;
  width: 100%;
  z-index: 10000001;
  position: absolute !important;
  border: none;
  border-bottom: 1px solid #6b90da;
  margin: 0;
  -moz-box-shadow: 0 0 8px 1px #999999;
  -webkit-box-shadow: 0 0 8px 1px #999999;
  box-shadow: 0 0 8px 1px #999999; }

#contents_wrap {
  padding: 0 0 30px; }
  @media screen and (max-width: 768px) {
    #contents_wrap {
      padding: 0 10px 30px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding: 0 10px 30px; } }

/* TOP */
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms; }

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important; }
  .bg_100per_wrap .bg_100per_inner {
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0% 0% 0% -500%;
    background: url(../images/common/contents_bg.jpg) center top 0/50% no-repeat;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .bg_100per_wrap .bg_100per_inner {
        background: url(../images/common/contents_bg.jpg) center top 0/60% no-repeat; } }
    @media screen and (max-width: 468px) {
      .bg_100per_wrap .bg_100per_inner {
        background: url(../images/common/contents_bg.jpg) center top 0/100% no-repeat; } }
  .bg_100per_wrap .bg_100per_inner2 {
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0% 0% 0% -500%;
    background: url(../images/common/topbg2.jpg) center top 0/50% no-repeat;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .bg_100per_wrap .bg_100per_inner2 {
        background: url(../images/common/topbg2.jpg) center top 0/60% no-repeat; } }
    @media screen and (max-width: 468px) {
      .bg_100per_wrap .bg_100per_inner2 {
        background: url(../images/common/topbg2.jpg) center top 0/100% no-repeat; } }

.table_wrap1 .box1 {
  vertical-align: top !important;
  font-size: 13px; }
  @media screen and (max-width: 468px) {
    .table_wrap1 .box1 {
      display: block;
      width: 100% !important; } }
  .table_wrap1 .box1 span {
    background: #fff !important;
    padding: 20px;
    display: block; }
    .table_wrap1 .box1 span b {
      font-size: 14px;
      text-align: center;
      display: inline-block;
      margin-bottom: 5px; }
    .table_wrap1 .box1 span a {
      color: #005293; }

.flt_wrap {
  margin-top: 30px; }
  .flt_wrap .fltL {
    width: 58%; }
    .flt_wrap .fltL h2 {
      text-align: center;
      font-size: 18px;
      font-weight: bold; }
    .flt_wrap .fltL .scroll {
      border: 1px solid #ccc;
      padding: 20px;
      margin-top: 10px;
      max-height: 300px;
      overflow-y: scroll; }
      .flt_wrap .fltL .scroll .news_txt {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px; }
  .flt_wrap .fltR {
    width: 38%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .flt_wrap .fltR {
        margin-top: 20px; } }

.form {
  max-width: 610px;
  margin: auto;
  font-size: 13px; }
  .form p {
    text-align: center;
    color: #fff; }
  .form .box_wrap {
    border: 1px solid #fff;
    padding: 20px;
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 468px) {
      .form .box_wrap {
        display: block; } }
    .form .box_wrap .box1 {
      width: 51%;
      text-align: center;
      border-right: 1px solid #fff; }
      @media screen and (max-width: 468px) {
        .form .box_wrap .box1 {
          width: 100%;
          border-right: none; } }
    .form .box_wrap .box2 {
      width: 49%;
      text-align: center; }
      @media screen and (max-width: 468px) {
        .form .box_wrap .box2 {
          width: 100%;
          margin-top: 15px; } }

/* 3列 */
.wrap1 {
  margin-left: -3.0303030303% !important; }
  @media screen and (max-width: 468px) {
    .wrap1 {
      margin-left: 0% !important; } }
  .wrap1 .box1 {
    float: left !important;
    width: 30.303030303% !important;
    margin-left: 3.0303030303% !important; }
    @media screen and (max-width: 468px) {
      .wrap1 .box1 {
        margin-left: 0 !important; } }

#disnone {
  display: none; }

/* title */
h1.h1title {
  text-align: center;
  line-height: 1.6;
  color: #005293;
  font-size: 30px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    h1.h1title {
      font-size: 15px;
      font-size: 4.6875vw; } }
h1.h1title2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  font-size: 30px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    h1.h1title2 {
      font-size: 15px;
      font-size: 4.6875vw; } }

h2.h2title {
  text-align: center;
  line-height: 1.6;
  color: #005293;
  font-size: 25px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    h2.h2title {
      font-size: 15px;
      font-size: 4.6875vw; } }
h2.h2title2 {
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    h2.h2title2 {
      font-size: 14px;
      font-size: 4.375vw; } }

h3.h3title {
  color: #005293;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  border-left: 5px solid #005293;
  padding-left: 10px; }
  @media screen and (max-width: 768px) {
    h3.h3title {
      font-size: 13px;
      font-size: 4.0625vw; } }

.文字白 {
  color: #fff !important; }

/* common */
.pan div {
  text-align: left !important;
  margin-bottom: 20px; }
.pan a {
  color: #005293; }

/*-----------------------------------table*/
@media screen and (max-width: 468px) {
  .table_wrap2 .box1 {
    display: block;
    width: 100% !important; } }

.table_wrap3 .box1 {
  background: #f7f7f7 !important;
  vertical-align: bottom !important;
  line-height: 1.6; }
  .table_wrap3 .box1 span {
    font-size: 30px;
    color: #005293; }

.table_wrap4 .box1 {
  border: 1px solid #ccc !important;
  padding: 20px !important; }
  .table_wrap4 .box1 b {
    background: #005293;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 5px; }
  @media screen and (max-width: 468px) {
    .table_wrap4 .box1 {
      width: 100% !important; } }

/*-----------------------------------common*/
.anc_txt a {
  color: #005293; }

.anc_txt2 a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #005293;
  color: #005293;
  padding: 5px 10px;
  transition-duration: 0.7s;
  margin-bottom: 10px; }
  .anc_txt2 a:hover {
    background: #005293;
    color: #fff;
    opacity: 1; }

.border_txt {
  border: 1px solid #ccc;
  padding: 20px; }

.pdtop {
  padding-top: 150px;
  margin-top: -150px; }

.box_wrap {
  border: 1px solid #ccc;
  padding: 20px; }

.ofj .box1 {
  display: inline-block !important;
  padding-right: 10px !important; }
  @media screen and (max-width: 768px) {
    .ofj .box1 {
      width: 100% !important;
      padding-right: 0 !important; } }
  .ofj .box1 img {
    width: 250px !important;
    height: 200px !important;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;'; }
    @media screen and (max-width: 768px) {
      .ofj .box1 img {
        width: 100% !important;
        padding-top: 10px !important; } }

@media screen and (max-width: 468px) {
  .td100 td {
    width: 100% !important;
    display: block; } }

.ans {
  position: relative;
  padding-left: 30px; }
  .ans:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "A";
    color: #005293;
    font-size: 30px; }

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