@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: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #222222;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  word-wrap: break-word;
  overflow: hidden; }

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: 400; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  @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; } }

#contents_wrap {
  width: 100%;
  min-width: 100%; }

#contents {
  width: 100%;
  max-width: 1200px; }
  @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%; }

.pankuzu {
  margin: 5px 0 50px 0; }
  .pankuzu a {
    color: #153c6e;
    font-weight: bold; }
    .pankuzu a:hover {
      text-decoration: underline; }

.error_link a {
  color: #153c6e; }
  .error_link a:hover {
    text-decoration: underline; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #153c6e;
  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; }

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px; }
  .smp h2:first-of-type {
    margin-top: 0; }
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px; }
  .smp h3:first-of-type {
    margin-top: 20px; }
.smp p {
  margin-bottom: 10px; }
.smp ul {
  padding: 0 20px; }
.smp li {
  margin-bottom: 10px; }

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 {
  display: block;
  font-size: 13px; }

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: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 100% !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: 48px; } }

#header {
  width: 100%; }
  #header #mainArea {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #header #mainArea {
        margin-bottom: 0; } }
    @media only screen and (max-width: 468px) {
      #header #mainArea .mainPC {
        display: none; } }
    #header #mainArea .mainSP {
      display: none; }
      @media only screen and (max-width: 468px) {
        #header #mainArea .mainSP {
          display: block; } }
  #header #siteID a {
    opacity: 1;
    display: block;
    padding: 20px 0;
    text-align: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header #siteID img {
      width: 20%; } }
  @media only screen and (max-width: 468px) {
    #header #siteID img {
      width: 30%; } }
  #header #nav_global {
    margin: 0 auto 25px; }
    @media only screen and (max-width: 768px) {
      #header #nav_global {
        display: none !important; } }
    #header #nav_global #gnavi {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      #header #nav_global #gnavi li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        position: relative; }
        #header #nav_global #gnavi li a {
          display: block;
          padding: 20px 0;
          font-size: 15px;
          color: #222222; }
          @media only screen and (max-width: 920px) {
            #header #nav_global #gnavi li a {
              font-size: 13px; } }
          #header #nav_global #gnavi li a:hover {
            opacity: 0.7; }
          #header #nav_global #gnavi li a i {
            margin-right: 5px; }
        #header #nav_global #gnavi li .sub {
          position: absolute;
          top: 70px;
          left: 0px;
          width: 200px;
          z-index: 100; }
          #header #nav_global #gnavi li .sub li a {
            background-color: rgba(21, 60, 110, 0.9);
            padding: 15px;
            display: block;
            text-align: left;
            color: #fff; }
            #header #nav_global #gnavi li .sub li a:hover {
              background-color: rgba(21, 60, 110, 0.2);
              opacity: 1;
              color: #222222; }

.is-fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .is-fixed {
      margin-top: 48px; } }
  .is-fixed #siteID a {
    padding: 10px 0 !important; }
  .is-fixed #nav_global {
    margin-bottom: 0 !important; }

.mean-container .mean-bar {
  background: #153c6e !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #153c6e !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 2% 5% !important; }

.mean-container .mean-nav ul {
  padding-left: 0 !important;
  padding-right: 0 !important; }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  border-top: 3px solid #153c6e;
  color: #fff;
  padding-top: 30px;
  margin-top: auto;
  color: #222222; }
  footer#global_footer .fotID {
    margin-bottom: 20px; }
  footer#global_footer .fot_menu {
    margin: 20px auto 30px auto; }
    @media only screen and (max-width: 768px) {
      footer#global_footer .fot_menu {
        display: none; } }
    footer#global_footer .fot_menu li {
      display: inline-block; }
      footer#global_footer .fot_menu li:after {
        content: "/";
        display: inline-block;
        padding: 0 10px; }
      footer#global_footer .fot_menu li:last-of-type:after {
        display: none !important; }
    footer#global_footer .fot_menu a {
      color: #153c6e;
      font-weight: 500; }
      footer#global_footer .fot_menu a:hover {
        text-decoration: underline; }
  footer#global_footer #fot_spmenu {
    display: none !important; }
  footer#global_footer address {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 13px; }
    footer#global_footer address .fot_com {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: bold; }
    footer#global_footer address .linkTel a {
      color: #222222;
      text-decoration: underline; }
  footer#global_footer #copy {
    background-color: #153c6e;
    padding: 2px;
    color: #fff; }
    footer#global_footer #copy a {
      text-decoration: #fff; }
      footer#global_footer #copy a:hover {
        opacity: 0.6; }

/* index.html */
.bg_blue01 {
  border: 15px double #fff;
  margin-bottom: 100px;
  padding: 4% 15% 6% 15%; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .bg_blue01 {
      margin-bottom: 50px;
      padding: 4% 5% 6% 5%; } }
  @media only screen and (max-width: 468px) {
    .bg_blue01 {
      margin-bottom: 50px;
      padding: 4% 2% 6% 2%; } }
  @media only screen and (max-width: 468px) {
    .bg_blue01 p {
      text-align: left !important; } }

.wrap_topBnr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px; }
  @media only screen and (max-width: 468px) {
    .wrap_topBnr {
      display: block; } }
  .wrap_topBnr .topBnr {
    width: 49%;
    margin: 0 2% 2% 0;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 468px) {
      .wrap_topBnr .topBnr {
        width: 100%;
        margin: 0 0 2% 0; } }
    .wrap_topBnr .topBnr a {
      display: block;
      padding: 17.4% 1%;
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_topBnr .topBnr a {
          font-size: 20px; } }
      .wrap_topBnr .topBnr a:hover {
        background-color: rgba(21, 60, 110, 0.4); }
    .wrap_topBnr .topBnr:nth-of-type(odd) {
      margin-right: 0; }

.wrap_news {
  max-width: 700px;
  max-height: 150px;
  overflow-x: auto;
  margin: 0 auto 85px auto; }
  @media only screen and (max-width: 468px) {
    .wrap_news {
      max-height: 250px; } }
  .wrap_news .news_txt {
    margin-bottom: 15px; }
    .wrap_news .news_txt td {
      border: 0 !important; }
      .wrap_news .news_txt td:first-of-type {
        width: 100px; }
      .wrap_news .news_txt td:last-of-type {
        padding-left: 30px !important; }
        @media only screen and (max-width: 468px) {
          .wrap_news .news_txt td:last-of-type {
            padding-left: 0 !important; } }
  .wrap_news .news_date {
    display: block;
    width: 100%;
    background-color: #153c6e;
    padding: 4px;
    color: #fff;
    text-align: center; }

.wrap_sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 468px) {
    .wrap_sns {
      display: block; } }
  .wrap_sns .fb {
    width: 50%;
    margin-right: 2%; }
    @media only screen and (max-width: 468px) {
      .wrap_sns .fb {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; } }
  .wrap_sns .insta {
    width: 50%;
    margin-left: 2%; }
    @media only screen and (max-width: 468px) {
      .wrap_sns .insta {
        width: 100%;
        margin-left: 0; } }
    .wrap_sns .insta .sns_list {
      flex-direction: row !important;
      flex-wrap: wrap;
      height: 500px;
      overflow-x: auto;
      padding: 4%;
      background-color: rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 468px) {
        .wrap_sns .insta .sns_list {
          height: auto; } }
      .wrap_sns .insta .sns_list .sns_photo {
        width: 100% !important;
        padding: 2px !important; }
      .wrap_sns .insta .sns_list .sns_text {
        display: none; }
    .wrap_sns .insta .sns_list > div {
      width: 33%;
      border-bottom: none !important; }

div.sns_list div.sns_photo {
  width: 50%; }
  @media only screen and (max-width: 768px) {
    div.sns_list div.sns_photo {
      margin: 0 auto; } }
  @media only screen and (max-width: 468px) {
    div.sns_list div.sns_photo {
      width: 100%; } }

div.sns_list div.sns_text {
  font-size: 16px; }

div.sns_list div.sns_date {
  color: #153c6e; }

/* tekkou.html */
.wrap_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 10%; }
  @media only screen and (max-width: 768px) {
    .wrap_flex {
      padding: 0; } }
  @media only screen and (max-width: 468px) {
    .wrap_flex {
      display: block; } }
  .wrap_flex .flexbox {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px; }
    @media only screen and (max-width: 468px) {
      .wrap_flex .flexbox {
        width: 100%;
        margin-left: 0;
        height: auto !important; } }
    .wrap_flex .flexbox:nth-of-type(odd) {
      margin-right: 0; }
    .wrap_flex .flexbox td {
      border: 0 !important;
      text-align: center !important;
      font-size: 16px; }
      @media only screen and (max-width: 768px) {
        .wrap_flex .flexbox td {
          font-size: 13px; } }
    .wrap_flex .flexbox tr:nth-of-type(2) td {
      padding-top: 10px !important; }
      .wrap_flex .flexbox tr:nth-of-type(2) td p {
        font-size: 22px;
        font-weight: bold;
        color: #153c6e;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        line-height: 1.5; }
        @media screen and (min-width: 469px) and (max-width: 768px) {
          .wrap_flex .flexbox tr:nth-of-type(2) td p {
            font-size: 20px; } }
        @media only screen and (max-width: 468px) {
          .wrap_flex .flexbox tr:nth-of-type(2) td p {
            font-size: 18px; } }
    .wrap_flex .flexbox img {
      width: 100% !important; }

/* information.html */
.wrap_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 70px; }
  @media only screen and (max-width: 468px) {
    .wrap_info {
      display: block; } }
  .wrap_info .info_box {
    width: 50%;
    padding: 0 1%; }
    @media only screen and (max-width: 468px) {
      .wrap_info .info_box {
        width: 100%;
        padding: 1% 0; } }
    .wrap_info .info_box img {
      width: 100% !important; }

.tbl_info td {
  padding: 20px !important;
  font-size: 16px; }
  @media only screen and (max-width: 468px) {
    .tbl_info td {
      text-align: center !important; } }
  .tbl_info td:first-of-type {
    width: 30%;
    background-color: #153c6e;
    text-align: center !important;
    color: #fff; }
    @media only screen and (max-width: 468px) {
      .tbl_info td:first-of-type {
        width: 100%; } }
.tbl_info .linkTel a {
  color: #153c6e;
  font-weight: bold; }

.pntTxt {
  font-size: 16px; }
  .pntTxt h3 {
    margin-top: 10px;
    font-size: 20px;
    color: #153c6e;
    font-weight: bold; }
  .pntTxt i {
    margin-right: 10px;
    color: #153c6e;
    font-size: 26px; }

/* before.html */
.yaji {
  background-repeat: no-repeat;
  background-position: top 40% center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .yaji {
      background-size: 3%; } }
  @media only screen and (max-width: 468px) {
    .yaji {
      background-image: url(../images/contents/icon_yaji02.png) !important;
      background-position: center; } }

.bA_st01 {
  background-color: #153c6e; }
  .bA_st01 td {
    padding: 10px !important;
    color: #fff; }
  .bA_st01 tr:last-of-type td {
    padding-bottom: 30px !important; }
  .bA_st01 h2 {
    border-bottom: 4px double rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    font-size: 26px; }
    @media only screen and (max-width: 768px) {
      .bA_st01 h2 {
        font-size: 20px; } }
    .bA_st01 h2 div {
      font-weight: bold; }

/* contact.html */
.policy_link a {
  color: #153c6e;
  font-weight: bold;
  text-decoration: underline; }
  .policy_link a:hover {
    text-decoration: none; }

/* float */
.wrap_topCon {
  padding: 0 10%; }
  @media only screen and (max-width: 768px) {
    .wrap_topCon {
      padding: 0; } }
  .wrap_topCon .fltBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px; }
    @media only screen and (max-width: 468px) {
      .wrap_topCon .fltBox {
        display: block;
        margin-bottom: 70px; } }
    .wrap_topCon .fltBox .fltTxt td {
      border: none !important; }
    .wrap_topCon .fltBox:nth-child(even) .fltImg {
      width: 50%;
      padding-left: 2%; }
      @media only screen and (max-width: 468px) {
        .wrap_topCon .fltBox:nth-child(even) .fltImg {
          width: 100%;
          padding-left: 0; } }
    .wrap_topCon .fltBox:nth-child(even) .fltTxt {
      width: 50%;
      padding-right: 2%; }
      @media only screen and (max-width: 468px) {
        .wrap_topCon .fltBox:nth-child(even) .fltTxt {
          width: 100%;
          padding-right: 0; } }
    .wrap_topCon .fltBox:nth-of-type(odd) {
      flex-direction: row-reverse; }
      .wrap_topCon .fltBox:nth-of-type(odd) .fltImg {
        width: 50%;
        padding-right: 2%; }
        @media only screen and (max-width: 468px) {
          .wrap_topCon .fltBox:nth-of-type(odd) .fltImg {
            width: 100%;
            padding-right: 0; } }
      .wrap_topCon .fltBox:nth-of-type(odd) .fltTxt {
        width: 50%;
        padding-left: 2%; }
        @media only screen and (max-width: 468px) {
          .wrap_topCon .fltBox:nth-of-type(odd) .fltTxt {
            width: 100%;
            padding-left: 0; } }

/* bg_100per */
.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: url(../images/contents/bg_sns.jpg) no-repeat;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 468px) {
    .bg_100per_inner {
      background-image: none;
      background-color: #153c6e; } }

/* title */
.top_ttlWh h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  text-align: center;
  line-height: 2; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top_ttlWh h2 {
      margin-bottom: 30px;
      font-size: 18px; } }
  @media only screen and (max-width: 468px) {
    .top_ttlWh h2 {
      margin-bottom: 20px;
      font-size: 16px; } }

.top_ttlBk h3 {
  margin: 30px auto 20px auto;
  font-size: 26px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top_ttlBk h3 {
      margin: 0 auto 10px auto;
      font-size: 20px; } }

.top_ttlBk02 h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top_ttlBk02 h2 {
      font-size: 24px; } }

body header #local-keyvisual {
  position: relative; }

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 90px 0;
  background: rgba(21, 60, 110, 0.4);
  z-index: 10; }
  @media only screen and (max-width: 468px) {
    body header #local-keyvisual #local-keyvisual-title {
      padding: 30px 0; } }
  body header #local-keyvisual #local-keyvisual-title h1 {
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 2px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      body header #local-keyvisual #local-keyvisual-title h1 {
        font-size: 32px; } }
    @media only screen and (max-width: 468px) {
      body header #local-keyvisual #local-keyvisual-title h1 {
        font-size: 20px; } }
  body header #local-keyvisual #local-keyvisual-title:empty {
    display: none; }
  @media only screen and (max-width: 768px) {
    body header #local-keyvisual #local-keyvisual-title {
      font-size: 26px; } }

body header #local-keyvisual #local-keyvisual-bg, body header #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center; }

.midashi01 h2 {
  margin-bottom: 30px;
  border-bottom: 2px solid #153c6e;
  font-size: 30px;
  font-weight: bold;
  color: #153c6e;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media only screen and (max-width: 468px) {
    .midashi01 h2 {
      font-size: 26px; } }

/* btn */
.btn_blue a {
  max-width: 285px;
  display: block;
  background-color: #153c6e;
  margin-top: 50px;
  padding: 12px;
  border: 2px solid #153c6e;
  color: #fff;
  font-size: 16px;
  text-align: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .btn_blue a {
      margin-top: 30px; } }
  @media only screen and (max-width: 468px) {
    .btn_blue a {
      margin: 50px auto; } }
  .btn_blue a:hover {
    background-color: #fff;
    color: #153c6e; }

/* common */
.fc_wh {
  color: #fff; }

@media only screen and (max-width: 468px) {
  .sp_l p {
    text-align: left !important; } }
@media only screen and (max-width: 468px) {
  .sp_l div {
    text-align: left !important; } }

.ofImg img {
  height: 306px !important;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;'; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ofImg img {
      height: 233px !important; } }
  @media only screen and (max-width: 468px) {
    .ofImg img {
      height: auto !important; } }

/*# sourceMappingURL=common_style.css.map */
