@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: #646464;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  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: 1200px;
  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%;
  margin-bottom: 50px;
  overflow: hidden; }

#contents {
  width: 100%;
  max-width: 960px;
  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 {
  padding: 12.5px 10px;
  background-color: #f5f5f5;
  font-size: 13px;
  text-align: left; }
  @media only screen and (max-width: 640px) {
    .pankuzu {
      display: none; } }
  .pankuzu div {
    max-width: 1200px;
    margin: 0 auto; }
  .pankuzu a {
    color: #646464 !important; }
    .pankuzu a:hover {
      text-decoration: underline !important; }

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #4096ee; }
  .error_link a:hover {
    text-decoration: underline; }

.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 {
  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: 0.8; }

@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; }
  @media only screen and (max-width: 899px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  width: 100%;
  padding: 20px 0; }
  #header #hed_top {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 899px) {
      #header #hed_top {
        display: block; } }
  #header #hed_left, #header #hed_info {
    width: 49%; }
    @media only screen and (max-width: 899px) {
      #header #hed_left, #header #hed_info {
        width: 100%; } }
  #header #hed_left {
    text-align: left; }
  #header #hedTxt {
    margin-bottom: 10px; }
  @media only screen and (max-width: 899px) {
    #header #siteID {
      margin-bottom: 20px;
      text-align: center; } }
  #header #siteID a {
    opacity: 1; }
  #header #hed_info {
    max-width: 411px;
    min-width: 411px;
    margin-bottom: 20px;
    padding: 4px;
    background-color: #f3f9ff;
    border-radius: 3px;
    border: 1px solid #d5e1ee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: left; }
    @media only screen and (max-width: 899px) {
      #header #hed_info {
        margin: 0 auto; } }
    @media only screen and (max-width: 640px) {
      #header #hed_info {
        min-width: auto; } }
    #header #hed_info div {
      padding: 7px 10px 3px 10px;
      background-color: #fff; }
      #header #hed_info div .linkTel {
        text-align: right; }
        #header #hed_info div .linkTel dt {
          width: 50px;
          display: inline-block;
          margin-right: 5px;
          padding: 1px;
          background-color: #4096ee;
          border-radius: 5px;
          font-weight: bold;
          color: #fff;
          text-align: center;
          vertical-align: middle; }
        #header #hed_info div .linkTel dd {
          display: inline-block;
          font-size: 24px;
          font-weight: bold;
          vertical-align: middle; }
        #header #hed_info div .linkTel a {
          color: #646464 !important; }

@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; }
  #nav_global ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-left: 1px solid #c8c8c8; }
    #nav_global ul li:last-of-type {
      border-right: 1px solid #c8c8c8; }
    #nav_global ul li a {
      display: block;
      font-weight: bold;
      color: #646464; }
      #nav_global ul li a:hover {
        opacity: 1;
        color: #4096ee; }

.sideBtn .pc {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100; }
  @media only screen and (max-width: 640px) {
    .sideBtn .pc {
      display: none; } }
.sideBtn .sp {
  display: none; }
  @media only screen and (max-width: 640px) {
    .sideBtn .sp {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      padding: 10px;
      background-color: #38b677;
      color: #fff;
      font-size: 22px;
      letter-spacing: 0.1em; } }
  .sideBtn .sp i {
    margin-right: 10px; }

#mainArea {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px; }
  @media only screen and (max-width: 899px) {
    #mainArea {
      margin-bottom: 30px; } }
  #mainArea li:first-of-type img {
    width: 100%; }
  #mainArea li:nth-of-type(2) {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #mainArea:after {
    content: "";
    width: 100%;
    height: 5.5vw;
    display: block;
    position: absolute;
    bottom: -2vw;
    left: 0;
    background: url(../images/contents/bg_mainBottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; }

.mean-container .mean-bar {
  background: #4096ee !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #eef7ff !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(64, 150, 238, 0.5) !important;
  color: #646464 !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  padding-top: 30px;
  font-size: 13px;
  color: #fff; }
  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; }
    @media only screen and (max-width: 640px) {
      footer#global_footer #pagetop {
        bottom: 58px; } }
  footer#global_footer .inner {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 899px) {
      footer#global_footer .inner {
        display: block; } }
  footer#global_footer .fot_left {
    width: 34%;
    min-width: 410px; }
    @media only screen and (max-width: 899px) {
      footer#global_footer .fot_left {
        width: 100%;
        min-width: auto; } }
  footer#global_footer address {
    margin-bottom: 20px;
    text-align: left; }
    @media only screen and (max-width: 899px) {
      footer#global_footer address {
        text-align: center; } }
    footer#global_footer address h2 {
      margin-bottom: 10px; }
      footer#global_footer address h2 a {
        font-size: 20px;
        font-weight: bold; }
        footer#global_footer address h2 a:hover {
          text-decoration: none; }
  footer#global_footer .sinryou {
    padding: 15px 20px;
    background-color: #2b6caf;
    border-bottom: 3px solid #225385;
    border-radius: 10px; }
    @media only screen and (max-width: 899px) {
      footer#global_footer .sinryou {
        max-width: 500px;
        margin: 0 auto; } }
    @media only screen and (max-width: 640px) {
      footer#global_footer .sinryou {
        padding: 15px 10px; } }
    footer#global_footer .sinryou tr {
      border-bottom: 1px solid #fff; }
      footer#global_footer .sinryou tr:last-of-type {
        border-bottom: none; }
    footer#global_footer .sinryou th, footer#global_footer .sinryou td {
      padding: 5px 0 !important;
      border: none;
      font-weight: bold;
      text-align: center; }
    footer#global_footer .sinryou th:first-of-type {
      width: 120px; }
  footer#global_footer #nav_footer {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 66%;
    max-width: 550px;
    text-align: left; }
    @media only screen and (max-width: 899px) {
      footer#global_footer #nav_footer {
        display: none; } }
    footer#global_footer #nav_footer li {
      line-height: 2; }
    footer#global_footer #nav_footer a:before {
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      font-weight: 200;
      margin-right: 7px; }
    footer#global_footer #nav_footer a:hover {
      text-decoration: none;
      color: #225385; }
  footer#global_footer #sp_menu {
    display: none !important; }
  footer#global_footer #copy {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 20px 0;
    display: block;
    font-size: 13px;
    text-align: right; }
    @media only screen and (max-width: 640px) {
      footer#global_footer #copy {
        padding: 20px 10px 70px 10px;
        text-align: center; } }
    footer#global_footer #copy a {
      text-decoration: none; }

/* index.html */
.index_contents #contents {
  max-width: 1200px !important; }

.con01, .con02 {
  margin-bottom: 50px; }
  .con01 h2, .con02 h2 {
    font-size: 20px;
    font-weight: bold; }
  @media only screen and (max-width: 899px) {
    .con01, .con02 {
      padding-bottom: 65vw; } }
  @media only screen and (max-width: 640px) {
    .con01, .con02 {
      margin-bottom: 30px; } }
  .con01 .w49per, .con02 .w49per {
    width: 49%;
    min-height: 17.1vw;
    margin: 0 0 0 auto;
    padding-right: 6%; }
    @media only screen and (max-width: 899px) {
      .con01 .w49per, .con02 .w49per {
        width: 100%;
        padding-right: 0; } }
  .con01 .w75per, .con02 .w75per {
    width: 75%;
    min-height: 17.1vw;
    margin: 0 0 0 auto;
    padding-right: 6%; }
    @media only screen and (max-width: 899px) {
      .con01 .w75per, .con02 .w75per {
        width: 100%;
        padding-right: 0; } }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .con01 .h2wrap, .con02 .h2wrap {
      text-align: center; } }
  .con01 h2, .con02 h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #4096ee;
    color: #4096ee; }
  .con01 p, .con02 p {
    line-height: 2.4; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con01 p, .con02 p {
        text-align: center; } }
  .con01 .pnt_txt, .con02 .pnt_txt {
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .con01 .pnt_txt, .con02 .pnt_txt {
        background-position: center; } }
    @media only screen and (max-width: 640px) {
      .con01 .pnt_txt, .con02 .pnt_txt {
        background-position: center left; } }
    @media only screen and (max-width: 640px) {
      .con01 .pnt_txt div, .con02 .pnt_txt div {
        text-align: left !important; } }
    .con01 .pnt_txt p, .con02 .pnt_txt p {
      padding: 15px 10px;
      line-height: 1.5;
      font-size: 19px;
      font-weight: bold;
      color: #ee4040; }
      @media screen and (min-width: 641px) and (max-width: 899px) {
        .con01 .pnt_txt p, .con02 .pnt_txt p {
          display: inline-block;
          padding-left: 5%; } }
      @media only screen and (max-width: 640px) {
        .con01 .pnt_txt p, .con02 .pnt_txt p {
          padding-left: 20%;
          font-size: 14px; } }

.bg_l, .bg_cen, .bg_r {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain; }
  @media only screen and (max-width: 899px) {
    .bg_l, .bg_cen, .bg_r {
      background-position: bottom center; } }

.bg_cen {
  min-height: 350px;
  margin-bottom: 50px;
  background-position: top center;
  background-size: cover; }
  @media only screen and (max-width: 899px) {
    .bg_cen {
      min-height: 180px;
      background-size: contain; } }
  @media only screen and (max-width: 640px) {
    .bg_cen {
      min-height: 182px;
      margin-bottom: 30px; } }

.bg_r {
  background-position: top right; }
  @media only screen and (max-width: 899px) {
    .bg_r {
      background-position: bottom center; } }

.con02 h2 {
  font-size: 20px;
  font-weight: bold; }
@media only screen and (max-width: 899px) {
  .con02 {
    padding-bottom: 60vw; } }
.con02 .w49per {
  min-height: 17.1vw;
  margin: 0 auto 0 0;
  padding-right: 0;
  background-color: #eef7ff; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .con02 .w49per {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 640px) {
    .con02 .w49per {
      padding-bottom: 30px; } }
.con02 h2 {
  display: block;
  padding: 10px 15px;
  background-color: #4096ee;
  border-left: 10px solid #2b6caf;
  color: #fff; }
.con02 p {
  padding: 0 20px;
  line-height: 1.5; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .con02 p {
      text-align: left; } }
.con02 .btn01 {
  max-width: 250px;
  margin: 30px 0 0 auto; }
  @media only screen and (max-width: 640px) {
    .con02 .btn01 {
      margin: 30px auto 0 auto; } }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .con02 .btn01 a {
      text-align: center; } }

.con03 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 3.6vw; }
  .con03 h2 {
    font-size: 20px;
    font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .con03 {
      margin-bottom: 30px; } }
  .con03 .flex03 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 640px) {
      .con03 .flex03 {
        display: block; } }
    .con03 .flex03 .box {
      width: 30.5%;
      margin-right: 4.25%; }
      @media only screen and (max-width: 640px) {
        .con03 .flex03 .box {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; } }
      .con03 .flex03 .box:nth-of-type(3n) {
        margin-right: 0; }
      .con03 .flex03 .box td {
        border: none !important; }
      .con03 .flex03 .box img {
        width: 100% !important; }
      .con03 .flex03 .box h2 {
        padding: 10px 0;
        text-align: center; }
      .con03 .flex03 .box a {
        color: #646464; }
        .con03 .flex03 .box a:hover {
          color: #4096ee; }
  .con03:after {
    content: "";
    width: 100%;
    height: 11vw;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
    display: block;
    background-color: #f5f5f5; }

.con04 {
  text-align: center; }
  .con04 h2 {
    font-size: 20px;
    font-weight: bold; }
  .con04 h2 {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #38b677;
    text-align: center; }

.con04_btn {
  max-width: 930px;
  margin: 0 auto 50px auto;
  padding: 0 10px; }
  @media only screen and (max-width: 640px) {
    .con04_btn {
      margin-bottom: 30px; } }
  .con04_btn li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 640px) {
      .con04_btn li {
        width: 100%;
        margin-right: 0; } }
    .con04_btn li:nth-of-type(even) {
      margin-right: 0; }
    .con04_btn li a {
      display: block;
      position: relative;
      padding: 16px 20px;
      border: 1px solid #4096ee;
      font-weight: bold; }
      .con04_btn li a .sub {
        font-size: 13px;
        font-weight: 500; }
      .con04_btn li a:after {
        position: absolute;
        content: "";
        bottom: -15px;
        right: -15px;
        width: 4px;
        height: 4px;
        margin: auto;
        border: 15px solid transparent;
        border-left: 15px solid #4096ee;
        vertical-align: middle;
        box-sizing: border-box;
        transform: rotate(45deg); }
      .con04_btn li a:hover {
        opacity: 1;
        background-color: #2b6caf;
        color: #fff; }
        .con04_btn li a:hover:after {
          border-left: 15px solid #fff; }

.conNews {
  padding: 50px 0; }
  .conNews h2 {
    font-size: 20px;
    font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .conNews {
      padding: 30px 0; } }
  .conNews h2 {
    max-width: 930px;
    margin: 0 auto 30px auto;
    text-align: center; }

.wrap_news {
  max-width: 930px;
  margin: 0 auto;
  padding: 50px 70px;
  background-color: #fff;
  border-top: 3px solid #4096ee;
  border-bottom: 3px solid #4096ee; }
  @media only screen and (max-width: 640px) {
    .wrap_news {
      padding: 40px 20px; } }
  .wrap_news .scroll {
    height: 580px;
    overflow-x: auto; }
    @media only screen and (max-width: 640px) {
      .wrap_news .scroll {
        height: 300px; } }
    .wrap_news .scroll dl {
      display: block !important;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dotted #b6d0d5; }
    .wrap_news .scroll dt, .wrap_news .scroll dd {
      display: block !important;
      padding: 0 !important;
      border: none !important; }
    .wrap_news .scroll dt {
      max-width: 100px;
      margin-bottom: 10px;
      color: #fff;
      text-align: center; }

.wrap_cont {
  margin-bottom: 50px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .wrap_cont h2 {
    font-size: 20px;
    font-weight: bold; }
  .wrap_cont .h2wrap {
    text-align: center; }
  .wrap_cont h2 {
    display: inline-block;
    width: 500px;
    margin-bottom: 30px;
    padding: 10.5px;
    background-color: #2b6caf;
    border-radius: 35px;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 640px) {
      .wrap_cont h2 {
        width: 100%; } }
    .wrap_cont h2 .sub {
      display: block;
      font-size: 13px;
      font-weight: 500; }
  .wrap_cont .amPm {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 535px;
    margin: 15px auto 20px auto; }
    @media only screen and (max-width: 640px) {
      .wrap_cont .amPm {
        display: block;
        max-width: 260px; } }
    @media only screen and (max-width: 640px) {
      .wrap_cont .amPm dl {
        margin-bottom: 10px; } }
    .wrap_cont .amPm dt, .wrap_cont .amPm dd {
      display: block !important;
      border: none !important;
      font-weight: bold; }
    .wrap_cont .amPm dt {
      margin-right: 10px;
      text-align: center; }
  .wrap_cont .telWeb {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 650px;
    margin: 30px auto 0 auto; }
    .wrap_cont .telWeb dl {
      flex-direction: column;
      width: 46%; }
    .wrap_cont .telWeb dt, .wrap_cont .telWeb dd {
      border: none !important;
      text-align: center; }
    .wrap_cont .telWeb dt {
      flex-direction: row !important;
      align-items: center;
      margin-bottom: 20px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 0.1em;
      color: #2b6caf; }
      .wrap_cont .telWeb dt:before, .wrap_cont .telWeb dt:after {
        border-top: 1px solid;
        content: "";
        flex-grow: 1; }
      .wrap_cont .telWeb dt:before {
        margin-right: 1rem; }
      .wrap_cont .telWeb dt:after {
        margin-left: 1rem; }
    .wrap_cont .telWeb .linkTel02 {
      display: block;
      padding: 2vw 0;
      font-size: 32px;
      font-weight: bold;
      color: #2b6caf;
      letter-spacing: 1px; }
      .wrap_cont .telWeb .linkTel02 i {
        margin-right: 5px;
        font-size: 40px; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .wrap_cont .sp_btn {
      display: -webkit-flex !important;
      display: flex !important;
      justify-content: space-between;
      max-width: 650px;
      margin: 30px auto 0 auto; } }
  @media only screen and (max-width: 640px) {
    .wrap_cont .sp_btn {
      display: block !important; } }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .wrap_cont .sp_btn dl {
      flex-direction: column;
      width: 48%; } }
  @media only screen and (max-width: 640px) {
    .wrap_cont .sp_btn dl {
      display: block;
      width: 100%;
      margin-bottom: 30px; } }
  .wrap_cont .sp_btn dt, .wrap_cont .sp_btn dd {
    border: none !important;
    text-align: center; }
  .wrap_cont .sp_btn dt {
    flex-direction: row !important;
    align-items: center;
    margin-bottom: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #2b6caf; }
    .wrap_cont .sp_btn dt:before, .wrap_cont .sp_btn dt:after {
      border-top: 1px solid;
      content: "";
      flex-grow: 1; }
      @media only screen and (max-width: 640px) {
        .wrap_cont .sp_btn dt:before, .wrap_cont .sp_btn dt:after {
          max-width: 40px; } }
    .wrap_cont .sp_btn dt:before {
      margin-right: 1rem; }
    .wrap_cont .sp_btn dt:after {
      margin-left: 1rem; }
  .wrap_cont .sp_btn .linkTel02 {
    display: block;
    padding: 2vw 0;
    font-size: 32px;
    font-weight: bold;
    color: #2b6caf;
    letter-spacing: 1px; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .wrap_cont .sp_btn .linkTel02 {
        font-size: 24px; } }
    .wrap_cont .sp_btn .linkTel02 i {
      margin-right: 5px;
      font-size: 40px; }
      @media screen and (min-width: 641px) and (max-width: 899px) {
        .wrap_cont .sp_btn .linkTel02 i {
          font-size: 35px; } }
    .wrap_cont .sp_btn .linkTel02 a {
      font-size: 26px;
      font-weight: bold;
      color: #2b6caf; }
  .wrap_cont .sp_btn .btn_st {
    display: block;
    margin-right: 0; }
    .wrap_cont .sp_btn .btn_st a {
      display: block;
      padding: 15px 5px;
      background-color: #2b6caf;
      border-radius: 5px;
      font-size: 18px;
      color: #fff; }
      @media only screen and (max-width: 640px) {
        .wrap_cont .sp_btn .btn_st a {
          max-width: 250px;
          margin: 0 auto; } }

.bg_white {
  max-width: 930px;
  margin: 0 auto 10px auto;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.7); }
  @media only screen and (max-width: 640px) {
    .bg_white {
      padding: 40px 20px; } }

.tbl_shinryou {
  max-width: 930px;
  margin: 0 auto 10px auto;
  padding: 50px;
  border-radius: 10px;
  border-bottom: 3px solid #225385;
  background-color: #4096ee; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .tbl_shinryou {
      padding: 20px; } }
  @media only screen and (max-width: 640px) {
    .tbl_shinryou {
      padding: 10px; } }
  .tbl_shinryou tr {
    border-bottom: 1px solid #fff; }
    .tbl_shinryou tr:last-of-type {
      border-bottom: 0; }
  .tbl_shinryou td {
    padding: 10px !important;
    border: none !important;
    color: #fff; }
    @media only screen and (max-width: 640px) {
      .tbl_shinryou td {
        padding: 10px 0 !important; } }
    .tbl_shinryou td:first-of-type {
      width: 25%; }
      @media only screen and (max-width: 640px) {
        .tbl_shinryou td:first-of-type {
          width: 150px; } }
    .tbl_shinryou td div {
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 899px) {
        .tbl_shinryou td div {
          font-size: 14px; } }

.shinryou_kome {
  max-width: 930px;
  margin: 0 auto 50px auto; }

.con_acce {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .con_acce h2 {
    font-size: 20px;
    font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .con_acce {
      display: block; } }
  .con_acce .box {
    width: 49%; }
    @media only screen and (max-width: 640px) {
      .con_acce .box {
        width: 100%; } }
  .con_acce .gmap {
    margin-bottom: 30px; }
  .con_acce h2 {
    margin-bottom: 15px;
    color: #4096ee; }
    .con_acce h2 i {
      margin-right: 7px;
      font-size: 30px;
      color: #2b6caf;
      vertical-align: middle; }
  .con_acce .txt dl {
    align-items: center;
    margin-bottom: 10px; }
    @media only screen and (max-width: 899px) {
      .con_acce .txt dl {
        display: block !important; } }
  .con_acce .txt dt, .con_acce .txt dd {
    padding: 0 !important;
    border: none !important; }
  .con_acce .txt dt {
    display: block;
    margin-right: 10px;
    padding: 4.5px !important;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 899px) {
      .con_acce .txt dt {
        width: 150px !important;
        margin-bottom: 10px; } }

/* intestine.html */
.list_inte01, .list_inte02 {
  padding: 3% 2%;
  border-radius: 10px;
  border: 1px solid #38b677;
  background-color: rgba(56, 182, 119, 0.1); }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .list_inte01, .list_inte02 {
      padding: 20px 10px; } }
  .list_inte01 li, .list_inte02 li {
    line-height: 2; }
    .list_inte01 li:before, .list_inte02 li:before {
      content: "\f14a";
      font-family: "Font Awesome 5 Pro";
      margin-right: 10px;
      font-size: 20px;
      color: #38b677;
      vertical-align: middle; }
    .list_inte01 li:last-of-type:before, .list_inte02 li:last-of-type:before {
      display: none; }
    .list_inte01 li img, .list_inte02 li img {
      width: 100% !important; }

.list_inte02 {
  border: 1px solid #2b6caf;
  background-color: rgba(43, 108, 175, 0.1); }
  .list_inte02 li:before {
    color: #2b6caf; }
  .list_inte02 li:last-of-type:before {
    display: inline-block; }

.list_inste03 {
  align-items: flex-start;
  margin-top: 30px;
  counter-reset: num; }
  @media only screen and (max-width: 640px) {
    .list_inste03 {
      display: block !important; } }
  .list_inste03 .box {
    width: 22%;
    min-height: 150px;
    margin-right: 4%;
    margin-bottom: 20px;
    background-color: #eef7ff;
    border-radius: 10px;
    border: 1px solid #2b6caf; }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .list_inste03 .box {
        width: 48%;
        margin-right: 4%; } }
    @media only screen and (max-width: 640px) {
      .list_inste03 .box {
        width: 100%;
        margin-right: 0; } }
    .list_inste03 .box:nth-of-type(4n) {
      margin-right: 0; }
      @media screen and (min-width: 641px) and (max-width: 899px) {
        .list_inste03 .box:nth-of-type(4n) {
          margin-right: 4%; } }
    @media screen and (min-width: 641px) and (max-width: 899px) {
      .list_inste03 .box:nth-of-type(even) {
        margin-right: 0; } }
    .list_inste03 .box:before {
      counter-increment: num;
      content: counter(num);
      display: block;
      padding: 5px;
      background-color: #2b6caf;
      font-size: 16px;
      color: #fff;
      text-align: center; }
    .list_inste03 .box h4 {
      padding: 10px;
      font-weight: bold;
      text-align: center;
      color: #2b6caf; }
    .list_inste03 .box p {
      padding: 0 10px 10px 10px; }

/* Helicobacter.html */
.flex_heli01 {
  margin: 30px auto; }

/* legs.html */
.list_legs01 dl {
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .list_legs01 dl:last-of-type {
    margin-bottom: 0; }
.list_legs01 dt, .list_legs01 dd {
  border: none !important;
  padding: 0 !important; }
.list_legs01 dt {
  margin-bottom: 10px;
  font-size: 18px; }

/* access.html */
.tbl_st01 {
  margin: 30px auto; }
  .tbl_st01 td {
    padding: 20px !important; }
    .tbl_st01 td:first-of-type {
      width: 30%;
      background-color: #4096ee; }
      .tbl_st01 td:first-of-type div {
        color: #fff;
        text-align: center; }
        @media only screen and (max-width: 640px) {
          .tbl_st01 td:first-of-type div {
            text-align: left; } }

/* enquete.html */
.form_kome dt label {
  font-size: 11px; }
  .form_kome dt label:after {
    content: "必須";
    display: inline-block; }

/* search.html */
.search_link {
  justify-content: space-between;
  margin-top: 70px; }
  @media only screen and (max-width: 899px) {
    .search_link {
      display: inline-block; } }
  .search_link .box {
    display: -webkit-flex;
    display: flex;
    width: 49%;
    margin-right: 2%; }
    @media only screen and (max-width: 899px) {
      .search_link .box {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 30px; } }
    .search_link .box:nth-of-type(even) {
      margin-right: 0; }
    .search_link .box a {
      display: inline-block;
      margin-right: 10px; }
      @media only screen and (max-width: 640px) {
        .search_link .box a {
          margin-right: 0; } }
    .search_link .box h2 {
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: bold;
      color: #2b6caf; }

/* introduction.html */
.wrap_intro {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .wrap_intro {
      display: block; } }
  .wrap_intro .img, .wrap_intro .txt {
    width: 49%; }
    @media only screen and (max-width: 640px) {
      .wrap_intro .img, .wrap_intro .txt {
        width: 100%; } }
  @media only screen and (max-width: 640px) {
    .wrap_intro .img {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 899px) {
    .wrap_intro .img img {
      width: 100% !important; } }
  .wrap_intro .txt li {
    line-height: 1.9; }
  .wrap_intro .txt h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #2b6caf; }
    .wrap_intro .txt h2 .sub {
      font-size: 13px; }
  .wrap_intro .txt i {
    margin-right: 15px;
    color: #2b6caf; }

/* medical.html */
.list_medi li, .list_medi02 li {
  line-height: 1.7; }
  @media only screen and (max-width: 640px) {
    .list_medi li, .list_medi02 li {
      margin-bottom: 10px; } }
  .list_medi li:before, .list_medi02 li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #38b677;
    margin-right: 10px; }

.list_medi02 ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 640px) {
    .list_medi02 ul {
      display: inline-block; } }
.list_medi02 li {
  width: 48%;
  margin-right: 4%; }
  @media only screen and (max-width: 640px) {
    .list_medi02 li {
      width: 100%;
      margin-right: 0; } }
  .list_medi02 li:nth-of-type(even) {
    margin-right: 0; }

.medi_blue {
  margin-top: 70px;
  padding: 50px 0; }

/* nose.html */
.txt_name {
  display: inline-block;
  width: 100%;
  margin: 30px auto 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right; }

.wrap_nose01 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto; }
  @media only screen and (max-width: 640px) {
    .wrap_nose01 {
      display: block; } }
  .wrap_nose01 .ttl {
    width: 40%; }
    @media only screen and (max-width: 640px) {
      .wrap_nose01 .ttl {
        width: 100%;
        margin-bottom: 10px; } }
    .wrap_nose01 .ttl dl {
      flex-wrap: wrap;
      padding: 4%;
      background-color: #eef7ff;
      border: 1px solid #2b6caf;
      border-radius: 10px; }
    .wrap_nose01 .ttl dt, .wrap_nose01 .ttl dd {
      display: block;
      border: none !important;
      text-align: center; }
    .wrap_nose01 .ttl dt {
      font-size: 20px;
      font-weight: bold;
      color: #2b6caf;
      letter-spacing: 0.1em; }
    .wrap_nose01 .ttl dd {
      font-size: 16px;
      color: #2b6caf; }
  .wrap_nose01 .txt {
    width: 55%; }
    @media only screen and (max-width: 640px) {
      .wrap_nose01 .txt {
        width: 100%; } }
    .wrap_nose01 .txt li {
      line-height: 2; }
  .wrap_nose01 .list_check li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    margin-right: 15px;
    color: #38b677; }

.yaji:after, .yaji02:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  font-size: 70px;
  width: 100%;
  text-align: center;
  color: #4096ee; }

.yaji02:after {
  height: 100px;
  visibility: inherit !important; }

.lh2 li {
  line-height: 2; }

.nose02 {
  max-width: 500px;
  margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    .nose02 {
      max-width: 100%; } }
  .nose02 dl {
    flex-wrap: wrap;
    padding: 4%;
    background-color: #eef7ff;
    border: 1px solid #2b6caf;
    border-radius: 10px; }
  .nose02 dt, .nose02 dd {
    display: block !important;
    border: none !important;
    text-align: center; }
  .nose02 dt {
    font-size: 20px;
    font-weight: bold;
    color: #2b6caf;
    letter-spacing: 0.1em; }
  .nose02 dd {
    font-size: 16px;
    color: #2b6caf; }

@media only screen and (max-width: 899px) {
  .nose_txt {
    background-size: 35%; } }
@media only screen and (max-width: 899px) {
  .nose_txt p {
    text-align: left; } }

/* acceptance.html */
.step {
  counter-reset: num; }
  .step li {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .step li:before {
      counter-increment: num;
      content: counter(num);
      width: 20px;
      display: inline-block;
      margin-right: 10px;
      border-radius: 50%;
      background-color: #38b677;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 640px) {
        .step li:before {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          border-radius: 0; } }

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
.blog i {
  font-family: Font Awesome\ 5 Pro !important; }
.blog aside div#form_calendar {
  min-width: auto !important; }
.blog #contents {
  min-width: auto !important; }

/* contents 100% */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

/* box */
.flex02 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .flex02 {
      display: block; } }
  .flex02 .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      .flex02 .box {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px; } }
    .flex02 .box:nth-of-type(even) {
      margin-right: 0; }
  .flex02 img {
    width: 100% !important; }

.flex03 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @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;
        margin-bottom: 50px; } }
    .flex03 .box:nth-of-type(3n) {
      margin-right: 0; }
    .flex03 .box img {
      width: 100% !important; }

/* title */
.ttl01 h1 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px 55px 10px;
  font-size: 36px;
  text-align: center; }
  @media screen and (min-width: 641px) and (max-width: 899px) {
    .ttl01 h1 {
      font-size: 28px; } }
  @media only screen and (max-width: 640px) {
    .ttl01 h1 {
      padding-top: 30px;
      font-size: 20px; } }
  .ttl01 h1:after {
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4096ee; }
.ttl01 h2 {
  margin: 70px auto 30px auto;
  font-size: 24px; }
  @media only screen and (max-width: 640px) {
    .ttl01 h2 {
      margin-top: 50px;
      font-size: 20px; } }
.ttl01 h3 {
  margin: 50px auto 20px auto;
  font-size: 18px; }
.ttl01 h4 {
  margin: 30px auto 10px auto;
  font-size: 16px; }
.ttl01 h5 {
  margin: 30px auto 10px auto;
  font-size: 16px;
  letter-spacing: 0.1em; }
.ttl01 h2 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5; }
  .ttl01 h2:after {
    content: "";
    width: 30%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #4096ee; }
  .ttl01 h2 .sub {
    font-size: 16px; }
    @media only screen and (max-width: 640px) {
      .ttl01 h2 .sub {
        font-size: 13px; } }
.ttl01 h3 {
  position: relative;
  padding: 10px;
  background-color: #eef7ff;
  border-top: 1px solid #b6d0d5;
  border-bottom: 1px solid #b6d0d5; }
  .ttl01 h3:before {
    content: "";
    width: 7px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #38b677;
    vertical-align: middle; }
.ttl01 h4 {
  display: inline-block;
  padding: 5px 30px;
  background-color: rgba(56, 182, 119, 0.8);
  border-radius: 10px;
  color: #fff; }
.ttl01 h5 {
  font-weight: bold;
  color: #4096ee; }

.h1_bg {
  background-color: #f5f5f5; }

.bdr_btm {
  margin-bottom: 20px;
  border-bottom: 1px solid #4096ee; }

/* btn */
.btn01 a {
  display: block;
  padding: 14.5px 10px;
  background-color: #2b6caf;
  border-radius: 7px;
  color: #fff;
  font-weight: bold; }
  .btn01 a:hover {
    background-color: #38b677; }

/* txt */
.pnt_txt {
  font-size: 16px;
  color: #4096ee; }
  .pnt_txt .sub {
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
    color: #646464; }

/* common */
.inner940 {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px; }

.mg_t0, .mg_t0 h2, .mg_t0 h3, .mg_t0 h4 {
  margin-top: 0 !important; }

.mg_30 {
  margin: 30px auto; }

.mg_t70 {
  margin-top: 70px; }

.img_r img, .img_l img {
  max-width: 35%;
  width: 100% !important;
  margin-left: 20px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 640px) {
    .img_r img, .img_l img {
      max-width: 100%;
      margin-left: 0;
      margin-bottom: 20px; } }

.img_l img {
  margin-left: 0;
  margin-right: 20px; }
  @media only screen and (max-width: 640px) {
    .img_l img {
      margin-right: 0; } }

@media only screen and (max-width: 640px) {
  .sp_img100 img {
    width: 100% !important; } }

@media only screen and (max-width: 640px) {
  .sp_left div {
    text-align: left !important; } }

.link_tel .linkTel, .link_tel .linkTel02 {
  font-weight: bold;
  color: #ee4040; }
  .link_tel .linkTel a, .link_tel .linkTel02 a {
    font-weight: bold;
    color: #ee4040; }

.anc {
  margin-top: -100px;
  padding-top: 100px; }

/*# sourceMappingURL=common_style.css.map */
