@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-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: #333;
  font-family: "Noto Sans JP", "游ゴシック", 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: 1020px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#contents {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 13px;
  color: #333;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li span {
  font-weight: bold;
}

.pankuzu a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}

.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.breadcrumb {
  text-align: right;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #333;
}

.error_link a:hover {
  text-decoration: underline;
}

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: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", 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-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px auto;
}

@media only screen and (max-width: 834px) {
  .header-sect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 450px) {
  .header-sect {
    margin: 20px auto;
  }
}

.header-left {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .header-left {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .header-left {
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .header-left {
    width: 70%;
    margin-top: 50px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .header-left {
    width: 80%;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 450px) {
  .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-item:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 450px) {
  .header-item:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.header-item:first-child a {
  font-size: 20px;
  font-weight: bold;
  color: #22487c;
}

.header-item:last-child {
  background: #22487c;
}

.header-item:last-child a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 11px 17px 11px 30px;
}

.header-item:last-child a:before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.header .nav {
  background: #d02e39;
  padding: 13px 10px !important;
}

@media only screen and (max-width: 834px) {
  .header .nav {
    display: none;
  }
}

.header .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.header .nav-item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  right: 0;
}

.header .nav-item:last-child:before {
  content: none;
}

.header .nav-item a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
}

.fixednav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  opacity: 0.8;
}

#mainArea {
  position: relative;
}

@media only screen and (max-width: 640px) {
  #mainArea {
    display: none;
  }
}

#mainArea .slick-track li {
  outline: none;
}

#mainArea .slick-track li picture img {
  width: 100%;
}

#mainArea .maintxt {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

@media only screen and (max-width: 1000px) {
  #mainArea .maintxt {
    width: 65%;
    -webkit-transform: translatex(-50%) translateY(-50%);
            transform: translatex(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    padding-right: 0;
    bottom: auto !important;
    right: auto;
  }
}

#mainArea02 {
  display: none;
}

@media only screen and (max-width: 640px) {
  #mainArea02 {
    display: block;
    position: relative;
  }
}

#mainArea02 .slick-track li {
  outline: none;
}

#mainArea02 .slick-track li picture img {
  width: 100%;
}

#mainArea02 .maintxt {
  position: absolute;
  width: 95%;
  bottom: 24%;
  right: 2%;
}

.fixed {
  position: fixed;
  right: 0;
  z-index: 111111111111111111;
  top: 300px;
}

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

.fixed .fixbtn01 {
  margin-bottom: 10px;
}

.spfixed {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 111;
}

@media only screen and (max-width: 640px) {
  .spfixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.spfixed .fixbtn01 {
  width: 50%;
}

.spfixed .fixbtn01 a {
  background: #22487c;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 9px 0;
  font-size: 14px;
}

.spfixed .fixbtn02 {
  width: 50%;
}

.spfixed .fixbtn02 a {
  background: #f84747;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 9px 0;
  font-size: 14px;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
#nav-toggle {
  z-index: 111111111111111111111111111111 !important;
}

.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #22487c;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_footer .nav ul {
    z-index: 999;
  }
  /* nav */
  #global_footer .nav ul {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #22487c;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_footer .nav ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_footer .nav ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_footer .nav ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #333 !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_footer .nav ul ul li a {
    padding: 4% !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_footer .nav ul ul li:first-of-type a {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .open #global_footer .nav ul {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

.header .nav {
  padding: 0 10px;
}

.header .nav .hov {
  color: #fff;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 834px) {
  .header .nav .hov {
    display: none;
  }
}

.header .sub {
  position: absolute;
  width: 200px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d02e39 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px 10px 20px;
}

@media only screen and (max-width: 834px) {
  .header .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.header .sub li {
  border: none;
  line-height: 1.3;
  width: 100%;
  padding: 10px 0;
}

.header .sub li:last-of-type {
  border-bottom: 0;
}

.header .sub li:before {
  content: none;
}

.header .sub li:after {
  content: none;
}

.header .sub li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
  border-right: none !important;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer {
    margin-bottom: 46px;
  }
}

.footer {
  background: #2962b0;
  color: #fff;
  padding: 25px 0;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .footer-inner {
    display: block;
  }
}

.footer-add {
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .footer-add {
    text-align: center;
    width: 100%;
  }
}

.footer-add p {
  font-weight: 400;
}

.footer-add .siteID {
  margin-bottom: 10px;
}

.footer-add .tel-link a {
  color: #fff;
}

.footer-add .blk {
  display: block;
}

.footer .nav {
  width: 480px;
}

.footer .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer .nav-item {
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .footer .nav-item {
    margin-right: 0;
  }
}

.footer .nav-item a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .footer .nav-item a {
    display: block;
    padding: 3px;
    font-size: 15px;
  }
}

#copy {
  background: #22487c;
  color: #fff;
  display: block;
  font-size: 13px;
}

#copy a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.news-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .news-fle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-fle .title_15 {
  width: 18%;
}

@media only screen and (max-width: 834px) {
  .news-fle .title_15 {
    width: 100%;
  }
}

.news-fle .title_15 h2 {
  line-height: 1;
  font-size: 36px;
  font-family: Noto Serif JP;
  color: #f84747;
}

@media only screen and (max-width: 834px) {
  .news-fle .title_15 h2 {
    text-align: center !important;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .news-fle .title_15 h2 {
    font-size: 30px;
  }
}

.news-fle .title_15 h2 .fonch {
  font-size: 55px;
}

@media only screen and (max-width: 640px) {
  .news-fle .title_15 h2 .fonch {
    font-size: 45px;
  }
}

.news-fle .title_15 h2 .fonch01 {
  font-size: 15px;
  font-family: Noto Sans JP;
  display: block;
  margin-top: 15px;
}

.news-fle .news {
  width: 80%;
}

@media only screen and (max-width: 834px) {
  .news-fle .news {
    width: 100%;
  }
}

.news-fle .news dl {
  border-bottom: 1px dashed #ccc;
  line-height: 1.2;
}

@media only screen and (max-width: 834px) {
  .news-fle .news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-fle .news dl dt {
  border: none !important;
  background: none !important;
  font-weight: 400;
  padding: 15px;
}

@media only screen and (max-width: 834px) {
  .news-fle .news dl dt {
    width: 100% !important;
    padding: 8px !important;
  }
}

.news-fle .news dl dd {
  border: none !important;
  font-weight: 400;
  padding: 15px;
}

@media only screen and (max-width: 834px) {
  .news-fle .news dl dd {
    width: 100% !important;
    padding: 8px !important;
  }
}

.bg01 {
  padding-top: 70px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg01 .cont {
  position: relative;
  background: #22487c;
  padding: 80px;
  color: #fff;
  width: 75%;
}

@media only screen and (max-width: 1000px) {
  .bg01 .cont {
    width: 100%;
    padding: 30px;
  }
}

.bg01 .cont .inner {
  padding-left: 290px;
}

@media only screen and (max-width: 1550px) {
  .bg01 .cont .inner {
    padding-left: 0;
  }
}

.bg01 .title_01 h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}

.bg01 .title_01 h2 .fonch {
  display: inline-block;
  font-size: 36px;
  font-family: Noto Serif JP;
  border-bottom: 6px solid #f84747;
  font-weight: bold;
  margin-bottom: 15px;
}

.bg01 .title_01 h2 .fonch01 {
  display: block;
  font-size: 15px;
  font-family: Noto Sans JP;
}

.bg01 .title_01 div {
  color: #fff;
}

.bg01 .btn01 div {
  width: 215px;
}

.bg01 .btn01 div a {
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 4px 20px 4px 0;
  font-size: 15px;
}

.bg01 .btn01 div a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/arrow01.png);
  width: 22px;
  height: 9px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg01 .btn02 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  .bg01 .btn02 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg01 .btn02 > div div {
  width: 215px;
}

.bg01 .btn02 > div div:first-child {
  margin-right: 50px;
}

@media only screen and (max-width: 640px) {
  .bg01 .btn02 > div div:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.bg01 .btn02 > div div a {
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 4px 20px 4px 0;
  font-size: 15px;
}

.bg01 .btn02 > div div a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/arrow01.png);
  width: 22px;
  height: 9px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg01 .img01 {
  position: absolute;
  top: -80px;
  right: -34%;
  z-index: 11;
}

@media only screen and (max-width: 1250px) {
  .bg01 .img01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 54%;
  }
}

@media only screen and (max-width: 1000px) {
  .bg01 .img01 {
    width: 35%;
    right: 0%;
  }
}

@media only screen and (max-width: 900px) {
  .bg01 .img01 {
    width: 34%;
    right: 1%;
  }
}

@media only screen and (max-width: 834px) {
  .bg01 .img01 {
    margin-top: 30px;
    -webkit-transform: initial !important;
            transform: initial !important;
    position: static !important;
    width: 100%;
  }
}

.bg01 .img01 img {
  width: 100% !important;
}

.bg01 .img02 {
  position: absolute;
  top: 18px;
  right: 135px;
}

@media only screen and (max-width: 1700px) {
  .bg01 .img02 {
    right: 240px !important;
  }
}

@media only screen and (max-width: 1250px) {
  .bg01 .img02 {
    right: 165px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .bg01 .img02 {
    right: 280px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg01 .img02 {
    right: 15px !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg01 .img02 {
    display: none;
  }
}

.bgicon {
  position: relative;
}

.bgicon .imglogo {
  position: absolute;
  top: 25%;
  left: -11%;
}

.imgcon1 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  text-align: right;
  position: relative;
}

.imgcon1 img {
  float: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgcon1 img {
    max-width: initial !important;
    width: 100% !important;
  }
}

.title_02 {
  line-height: 1;
}

.title_02 h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: Noto Serif JP;
}

.title_02 h2 .fonch {
  font-size: 15px;
  display: block;
  font-family: Noto Sans JP;
  margin-top: 17px;
  font-weight: 450;
}

.btn_po .imgfle01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

@media only screen and (max-width: 1100px) {
  .btn_po .imgfle01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 640px) {
  .btn_po .imgfle01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1100px) {
  .btn_po .imgfle01 .box {
    width: 48%;
  }
  .btn_po .imgfle01 .box img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .btn_po .imgfle01 .box {
    width: 100%;
  }
}

.btn_po .imgfle01 .box a:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 33;
}

.btn_po .imgfle01 .box:first-child {
  margin-right: 80px;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .btn_po .imgfle01 .box:first-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .btn_po .imgfle01 .box:first-child {
    margin-bottom: 20px;
  }
}

.btn_po .imgfle01 .box:first-child .btn01 {
  pointer-events: none;
  position: absolute;
  bottom: 25px;
  right: 25px;
  border: 1px solid #fff;
  color: #fff;
  padding-right: 20px;
  padding: 5px 60px 5px 30px;
  text-align: center;
}

.btn_po .imgfle01 .box:first-child .btn01:before {
  position: absolute;
  content: "";
  background: url(../images/contents/arrow01.png);
  width: 22px;
  height: 9px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_po .imgfle01 .box:last-child {
  position: relative;
}

.btn_po .imgfle01 .box:last-child .btn02 {
  pointer-events: none;
  position: absolute;
  bottom: 25px;
  right: 25px;
  border: 1px solid #fff;
  color: #fff;
  padding-right: 20px;
  padding: 5px 60px 5px 30px;
  text-align: center;
}

.btn_po .imgfle01 .box:last-child .btn02:before {
  position: absolute;
  content: "";
  background: url(../images/contents/arrow01.png);
  width: 22px;
  height: 9px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_po .imgfle01 h3 {
  display: none;
}

.bg02 {
  padding-top: 70px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg02 .cont {
  position: relative;
  float: right;
  background: #22487c;
  padding: 80px;
  color: #fff;
  width: 75%;
}

@media only screen and (max-width: 1000px) {
  .bg02 .cont {
    width: 100%;
    padding: 30px;
  }
}

@media only screen and (max-width: 1650px) {
  .bg02 .cont > .inner {
    padding-left: 160px !important;
  }
}

@media only screen and (max-width: 1550px) {
  .bg02 .cont > .inner {
    padding-left: 240px !important;
  }
}

@media only screen and (max-width: 1250px) {
  .bg02 .cont > .inner {
    padding-left: 140px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .bg02 .cont > .inner {
    margin-right: 0;
    width: 62%;
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 834px) {
  .bg02 .cont > .inner {
    margin-right: auto;
    width: 100%;
  }
}

.bg02 .title_01 h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}

.bg02 .title_01 h2 .fonch {
  display: inline-block;
  font-size: 36px;
  font-family: Noto Serif JP;
  border-bottom: 6px solid #f84747;
  font-weight: bold;
  margin-bottom: 15px;
}

.bg02 .title_01 h2 .fonch01 {
  display: block;
  font-size: 15px;
  font-family: Noto Sans JP;
}

.bg02 .title_01 div {
  color: #fff;
}

.bg02 .btn01 div {
  width: 215px;
}

.bg02 .btn01 div a {
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 4px 20px 4px 0;
  font-size: 15px;
}

.bg02 .btn01 div a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/arrow01.png);
  width: 22px;
  height: 9px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg02 .img01 {
  position: absolute;
  left: -34%;
  bottom: 50px;
  z-index: 11;
}

@media only screen and (max-width: 1250px) {
  .bg02 .img01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 54%;
    bottom: inherit;
  }
}

@media only screen and (max-width: 1000px) {
  .bg02 .img01 {
    width: 35%;
    left: 0%;
  }
}

@media only screen and (max-width: 900px) {
  .bg02 .img01 {
    width: 34%;
    left: 1%;
  }
}

@media only screen and (max-width: 834px) {
  .bg02 .img01 {
    margin-top: 30px;
    -webkit-transform: initial !important;
            transform: initial !important;
    position: static !important;
    width: 100%;
  }
}

.bg02 .img01 img {
  width: 100% !important;
}

.bg02 .img02 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (max-width: 1650px) {
  .bg02 .img02 {
    left: 240px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg02 .img02 {
    bottom: auto;
    left: auto;
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .bg02 .img02 {
    display: none;
  }
}

.bg02 .cont > .inner {
  padding-left: 120px;
}

.bg03 {
  margin-top: 490px;
  background: rgba(34, 72, 124, 0.2);
  padding-bottom: 50px;
  padding-top: 10px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg03 .title_02 {
  line-height: 1;
}

.bg03 .title_02 h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: Noto Serif JP;
  color: #22487c;
}

.bg03 .title_02 h2 .fonch {
  font-size: 15px;
  display: block;
  font-family: Noto Sans JP;
  margin-top: 17px;
}

.title_02_ch article {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .title_02_ch article {
    text-align: center !important;
  }
}

.title_02_ch article:before {
  position: absolute;
  content: "";
  width: 755px;
  height: 1px;
  background: #22487c;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 1000px) {
  .title_02_ch article:before {
    width: 75%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_02_ch article:before {
    width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .title_02_ch article:before {
    content: none;
  }
}

.title_02_ch article h2 {
  color: #f84747;
}

@media only screen and (max-width: 640px) {
  .title_02_ch article h2 {
    text-align: center !important;
  }
}

.title_02_ch article h2 .fonch01 {
  font-size: 55px;
}

.bg04 .contfle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 11;
}

@media only screen and (max-width: 834px) {
  .bg04 .contfle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg04 .contfle .txt {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .bg04 .contfle .txt {
    margin-bottom: 15px;
    width: 100%;
  }
}

.bg04 .contfle .icon {
  width: 25%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .bg04 .contfle .icon {
    width: 100%;
  }
  .bg04 .contfle .icon .box {
    margin-left: 20px;
  }
  .bg04 .contfle .icon .box:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg04 .contfle .icon {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 640px) {
  .bg04 .contfle .icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bg04 .contact_fle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #22487c;
  padding-bottom: 30px;
  margin-top: 26px;
}

@media only screen and (max-width: 640px) {
  .bg04 .contact_fle {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
}

.bg04 .contact_fle .box:first-child {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .bg04 .contact_fle .box:first-child {
    line-height: 1.3;
    margin-bottom: 15px;
  }
}

.bg04 .contact_fle .box:first-child a {
  font-size: 27px;
  font-weight: bold;
  color: #22487c;
  padding-left: 25px;
  position: relative;
}

.bg04 .contact_fle .box:first-child a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/phone.png);
  width: 19px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media only screen and (max-width: 640px) {
  .bg04 .contact_fle .box:nth-of-type(2) {
    margin-bottom: 15px;
  }
}

.bg04 .contact_fle .box:nth-of-type(2) > div {
  background: #22487c;
  width: 250px;
  text-align: center;
}

.bg04 .contact_fle .box:nth-of-type(2) > div a {
  text-decoration: none;
  display: block;
  font-size: 17px;
  color: #fff;
  position: relative;
  padding: 11px 10px 11px 30px;
}

.bg04 .contact_fle .box:nth-of-type(2) > div a:before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.bg04 .contact_fle .box:last-child > div {
  background: #22487c;
  width: 250px;
  text-align: center;
}

.bg04 .contact_fle .box:last-child > div a {
  text-decoration: none;
  display: block;
  font-size: 17px;
  color: #fff;
  position: relative;
  padding: 11px 10px 11px 30px;
}

.bg04 .contact_fle .box:last-child > div a:before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact_fle {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .contact_fle .box:first-child {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .contact_fle .box:last-child > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    width: 100% !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    background: none !important;
  }
  .contact_fle .box:last-child > div > div {
    width: 48% !important;
    background: #22487c !important;
  }
}

.youtubefle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.youtubefle .youtube {
  width: 24%;
  padding-top: 0 !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .youtubefle .youtube {
    width: 48%;
  }
}

.youtubefle .youtube iframe {
  height: auto !important;
}

.youtubefle01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.youtubefle01 .box {
  width: 24%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .youtubefle01 .box {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .youtubefle01 .box {
    width: 100%;
  }
}

@media only screen and (min-width: 835px) {
  .youtubefle01 .box iframe {
    height: auto !important;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner .box {
  width: 48%;
}

@media only screen and (max-width: 640px) {
  .banner .box {
    width: 100%;
  }
  .banner .box:first-child {
    margin-bottom: 20px;
  }
}

.icon3bg {
  position: relative;
}

.icon3bg .icon8 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -71%;
}

/* -----------------------------------------------------------
about_joma.html
------------------------------------------------------------ */
.h1bg {
  background: url(../images/contents/titbg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 30px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .h1bg {
    padding: 60px 30px;
  }
}

.h1bg h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.title_06 article {
  margin: 0;
  position: relative;
  font-weight: normal;
  font-size: 24px;
  background-color: #22487c;
  color: #fff;
  padding: 10px 0 10px 30px;
}

@media only screen and (max-width: 500px) {
  .title_06 article {
    font-size: 21px;
  }
}

.title_06 article:before {
  content: '';
  height: 100%;
  width: 3px;
  display: block;
  position: absolute;
  left: 14px;
  top: 0px;
  margin: auto;
  background-color: #d02e39;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.title_06 article:after {
  content: '';
  height: 102%;
  width: 3px;
  display: block;
  position: absolute;
  left: 14px;
  top: -1px;
  margin: auto;
  background-color: #d02e39;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.title_06 article h2 {
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .title_06 article h2 .spblk1 {
    display: block;
  }
}

.about_joma-btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_joma-btn > div .btn01 {
  width: 24%;
}

@media only screen and (max-width: 640px) {
  .about_joma-btn > div .btn01 {
    width: 48%;
    margin-bottom: 20px;
  }
}

.about_joma-btn > div .btn01 a {
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #22487c;
  color: #22487c;
  padding: 10px;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}

.about_joma-btn > div .btn01 a:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_joma-btn > div .btn01 a:hover {
  background: #22487c;
  color: #fff;
}

.about_joma-btn > div .btn02 {
  width: 24%;
}

@media only screen and (max-width: 640px) {
  .about_joma-btn > div .btn02 {
    width: 48%;
    margin-bottom: 20px;
  }
}

.about_joma-btn > div .btn02 a {
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #22487c;
  color: #22487c;
  padding: 10px;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}

.about_joma-btn > div .btn02 a:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_joma-btn > div .btn02 a:hover {
  background: #22487c;
  color: #fff;
}

.about_joma-btn > div .btn03 {
  width: 24%;
}

@media only screen and (max-width: 640px) {
  .about_joma-btn > div .btn03 {
    width: 48%;
  }
}

.about_joma-btn > div .btn03 a {
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #22487c;
  color: #22487c;
  padding: 10px;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}

.about_joma-btn > div .btn03 a:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_joma-btn > div .btn03 a:hover {
  background: #22487c;
  color: #fff;
}

.about_joma-btn > div .btn04 {
  width: 24%;
}

@media only screen and (max-width: 640px) {
  .about_joma-btn > div .btn04 {
    width: 48%;
  }
}

.about_joma-btn > div .btn04 a {
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #22487c;
  color: #22487c;
  padding: 10px;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}

.about_joma-btn > div .btn04 a:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_joma-btn > div .btn04 a:hover {
  background: #22487c;
  color: #fff;
}

.title_08 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
}

.title_08 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.title_08 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.title_08kx h3 {
  margin-bottom: 10px;
}

.about_joma_dl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .about_joma_dl01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_joma_dl01 dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid  #22487c !important;
  padding: 15px !important;
  line-height: 1.3;
}

@media only screen and (max-width: 834px) {
  .about_joma_dl01 dl dt {
    width: 100% !important;
    border: none !important;
    background: #eee !important;
  }
}

.about_joma_dl01 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px !important;
  line-height: 1.3;
}

@media only screen and (max-width: 834px) {
  .about_joma_dl01 dl dd {
    width: 100% !important;
    border: none !important;
    font-weight: 500;
  }
}

.about_jomatxt03 div .fonch {
  font-weight: bold;
  font-size: 17px;
  color: #22487c;
}

.gmap iframe {
  width: 100% !important;
}

.about_jomatxt04 a {
  color: #333;
}

/* -----------------------------------------------------------
osteopathy.html
------------------------------------------------------------ */
.osteopathy-txt01 {
  background: #eee;
  padding: 20px;
}

.osteopathy-ul01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.osteopathy-ul01 ul li {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px dashed #22487c;
  padding-left: 30px;
  position: relative;
}

.osteopathy-ul01 ul li:before {
  position: absolute;
  content: "♦";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #22487c;
}

.osteopathy-ul01 ul li .txt {
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.osteopathybg {
  background: #eee;
  padding: 20px;
}

.osteopathybg .osteopathy-ul02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.osteopathy-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .osteopathy-fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.osteopathy-fl .box01 {
  width: 28%;
}

@media only screen and (max-width: 640px) {
  .osteopathy-fl .box01 {
    width: 100%;
  }
}

.osteopathy-fl .box02 {
  width: 70%;
}

@media only screen and (max-width: 640px) {
  .osteopathy-fl .box02 {
    width: 100%;
    margin-top: 20px;
  }
}

.title_09 h2 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .title_09 h2 {
    font-size: 18px;
  }
}

.title_09 h2:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.title_09 h2:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

/* -----------------------------------------------------------
experiences.html
------------------------------------------------------------ */
.experiences-txt {
  background: #eee;
  padding: 20px;
  border-radius: 5px;
}

.experiences-txt div .red {
  color: #FF0000;
}

.title_08txt h3 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.title_08txt div .fonch {
  color: #22487c;
  font-weight: bold;
  font-size: 17px;
}

/* -----------------------------------------------------------
shoseki.html
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .shoseki-txt {
    margin-top: 10px;
  }
}

.shoseki-imgfle {
  width: 100%;
}

.shoseki-imgfle .box {
  width: 49%;
}

.shosekibg {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background: #f3f3f3;
}

.shosekibg .shoseki-txt div .red {
  color: #FF0000;
}

.shosekibg .shoseki-txt div .fonch-01 {
  font-weight: bold;
  color: #22487c;
  font-size: 18px;
}

.shosekibg .shoseki-txt01 img {
  width: 20% !important;
}

@media only screen and (max-width: 834px) {
  .shosekibg .shoseki-txt01 img {
    width: 40% !important;
    margin-bottom: 10px;
  }
}

.shosekibg .shoseki-txt01 div .red {
  color: #FF0000;
}

/* -----------------------------------------------------------
seminar.html
------------------------------------------------------------ */
.seminar-tbl table {
  table-layout: auto;
}

.seminar-tbl table tr:first-child td {
  background: #eee;
}

.seminar-tbl table tr:first-child td:first-child {
  background: #fff;
}

.seminar-tbl table tr:nth-of-type(2) td:first-child {
  background: #22487c;
  color: #fff;
}

.seminar-tbl table tr:nth-of-type(5) td:first-child {
  background: #22487c;
  color: #fff;
}

.seminar-tbl table tr td {
  padding: 10px !important;
}

.seminar-tbl01 table {
  table-layout: auto;
}

.seminar-tbl01 table tr:first-child td {
  background: #eee;
}

.seminar-tbl01 table tr:first-child td:first-child {
  background: #fff;
}

.seminar-tbl01 table tr:nth-of-type(2) td:first-child {
  background: #22487c;
  color: #fff;
}

.seminar-tbl01 table tr td {
  padding: 10px !important;
}

/* -----------------------------------------------------------
kokusai.html
------------------------------------------------------------ */
.kokusai-tbl table {
  table-layout: auto;
}

.kokusai-tbl table tr:first-child td {
  background: #eee;
}

.kokusai-tbl table tr:first-child td:first-child {
  background: #fff;
}

.kokusai-tbl table tr td {
  padding: 10px !important;
}

.kokusai-tbl table tr:nth-of-type(2) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(3) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(5) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(6) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(8) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(9) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(11) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(13) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(15) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(17) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(19) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(21) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-tbl table tr:nth-of-type(23) td:first-child {
  background: #22487c;
  color: #fff;
}

.kokusai-txt div .fonch01 {
  font-size: 20px;
  font-weight: bold;
}

.kokusaibg {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background: #f3f3f3;
}

/* -----------------------------------------------------------
member_list.html
------------------------------------------------------------ */
.member_list-txt01 div .fonch {
  font-size: 20px;
  font-weight: bold;
  color: #22487c;
}

.title_11 h3 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}

.title_11 h3:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #d02e39;
}

.title_11 h3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #d02e39;
}

@media only screen and (max-width: 640px) {
  .member_list-dl01 {
    border: 1px solid #ccc;
    padding: 15px;
  }
}

.member_list-dl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .member_list-dl01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.member_list-dl01 dl dt {
  background: #22487c !important;
  border: none !important;
  padding: 15px !important;
  border-bottom: 1px solid #fff !important;
  position: relative;
  text-align: left;
  background-color: #22487c;
  color: white;
  text-align: center;
  padding: 10px 0;
  width: 200px !important;
}

@media only screen and (max-width: 640px) {
  .member_list-dl01 dl dt {
    width: 100% !important;
    border: none !important;
    background: #eee !important;
    color: #333;
  }
}

.member_list-dl01 dl dt:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #22487c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media only screen and (max-width: 640px) {
  .member_list-dl01 dl dt:after {
    display: none;
  }
}

.member_list-dl01 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px 15px 15px 33px !important;
  width: calc(100% - 200px) !important;
}

.member_list-dl01 dl dd a {
  color: #22487c;
}

@media only screen and (max-width: 640px) {
  .member_list-dl01 dl dd {
    padding: 15px !important;
    width: 100% !important;
    border: none !important;
  }
}

.member_list-dl01 dl dd .linkTel {
  color: #333;
}

.member_list-dl01 dl dd .linkTel a {
  color: #333;
}

/* -----------------------------------------------------------
seminar_application.html
------------------------------------------------------------ */
.seminar_application-txt div a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

.textarea textarea {
  height: 100px;
}

@media only screen and (max-width: 450px) {
  .title_05fc h1 {
    font-size: 6.4vw;
  }
}

.entry dl dt {
  background: #21427c !important;
  color: #fff !important;
}

/* -----------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

.contact-txt div a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

.form_wrap.confirm {
  margin-top: 50px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 20px;
}

.ttl01.h1txt {
  background-position: center;
  background-size: cover;
}

.ttl01.h1txt h1 {
  font-size: 20px;
  color: #333;
  line-height: 1;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
/* ------------------------------------------------------------
text
------------------------------------------------------------ */
/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
dl
------------------------------------------------------------ */
/* ------------------------------------------------------------
list
------------------------------------------------------------ */
/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

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

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

/* ------------------------------------------------------------
flex
------------------------------------------------------------ */
/* ------------------------------------------------------------
objectfit
------------------------------------------------------------ */
.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

.tel-link a {
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .tel-link a {
    pointer-events: auto;
  }
}
/*# sourceMappingURL=assets.css.map */