@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: #fff;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto !important;
}

#contents {
  width: 100% !important;
  max-width: 1000px !important;
  padding-bottom: 100px;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}

#contents a {
  color: #18a3c0;
}

#main {
  width: 100% !important;
}

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

.nega_bottom {
  margin-bottom: -100px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}

/***********************************右寄せ左寄せ*******************************************/
.text_center div {
  text-align: center;
}

.tal div {
  text-align: left;
}

.text_right div {
  text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabtal div {
    text-align: left !important;
  }
  .tabtar div {
    text-align: right !important;
  }
  .tabtac div {
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .sptal div {
    text-align: left !important;
  }
  .sptar div {
    text-align: right !important;
  }
  .sptac div {
    text-align: center !important;
  }
}

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

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dir_revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box30 {
  width: 28%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media only screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_tab50 {
    width: 50%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_tab100 {
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
}

/******************フレックスボックス*************************************/
.box h3 {
  display: none;
}

.box div h3 {
  display: block;
}

.flbox2 .box {
  width: 48%;
  margin: 0 1% 20px 1%;
}

.flbox3 .box {
  width: 31.11111111%;
  margin: 0 1% 20px 1%;
}

.flbox4 .box {
  width: 23%;
  margin: 0 1% 10px 1%;
}

.flbox5 .box {
  width: 18%;
  margin: 0 1% 10px 1%;
}

.flbox6 .box {
  width: 15.6666%;
  margin: 0 0.5% 10px 0.5%;
}

.flbox7 .box {
  width: 20%;
  margin: 0 0.5% 10px 0.5%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .fltab30 .box {
    width: 31.1111111%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab50 .box {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab25 .box {
    width: 23%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp25 .box {
    width: 23%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp50 .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab30 .box {
    width: 31%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab50 .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

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

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333333 !important;
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}

.no_events:hover {
  opacity: 1 !important;
}

/*******************改行*******************************************/
.pc_block {
  display: block;
}

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

/******************表示非表示**************************************/
.dnone {
  display: none;
}

.pc_none {
  display: none;
}

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

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

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

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

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

/***********************************書体*******************************************/
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media only screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

ul.break li {
  float: none !important;
}

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold;
}

.b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

a:hover {
  opacity: 0.6;
}

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

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

.fwb {
  font-weight: bold;
}

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/************************************テーブル************************************/
table {
  table-layout: fixed;
}

table td {
  padding: 20px;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpd5 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 10px !important;
  }
}

.top_pa20 {
  padding-top: 20px !important;
}

.bottom_pa20 {
  padding-bottom: 20px !important;
}

/************************************ボーダー************************************/
.br0 td {
  border: 0 !important;
}

.border01 {
  border: solid 1px #18a3c0;
}

.border02 {
  border: solid 1px #ffba00;
}

.border03 {
  border: solid 1px #0a2366;
}

.border04 {
  border: solid 1px #b552ad;
}

.border01_4 {
  border: solid 4px #18a3c0;
}

.border02_4 {
  border: solid 4px #ffba00;
}

.border03_4 {
  border: solid 4px #0a2366;
}

.border04_4 {
  border: solid 4px #b552ad;
}

.border_f {
  border: solid 1px #fff;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted #18a3c0 !important;
}

.btm02 {
  border-bottom: 1px dotted #ffba00 !important;
}

.btm03 {
  border-bottom: 1px dotted #0a2366 !important;
}

.btm04 {
  border-bottom: 1px dotted #b552ad !important;
}

/************************************バックグラウンド************************************/
.bgf {
  background: #fff !important;
}

.bgf05 {
  background: rgba(255, 255, 255, 0.5);
}

.bgf02 {
  background: rgba(255, 255, 255, 0.2);
}

.tb_bgf table {
  background: #fff;
}

/************shadow_box*******************/
.shadow_box {
  -webkit-box-shadow: 2px 2px 8px #ccc;
          box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc;
}

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1000px;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

.inner1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .imgL {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgR {
  margin-left: 30px;
  margin-bottom: 10px;
}

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

@media only screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgC {
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .imgC {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .imgC {
    display: block;
    float: none;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  .imgC img {
    max-width: 100%;
    height: auto !important;
  }
}

img {
  max-width: 100%;
  height: auto !important;
}

.img100 img {
  width: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img a {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .center_img a img {
    width: 100% !important;
  }
}

/************************************プライバシーポリシー************************************/
.modaal-wrapper {
  z-index: 9999;
  font-size: 16px;
}

.modaal-wrapper h2 {
  font-size: 18px;
  border-bottom: 2px dotted #18a3c0;
  margin-bottom: 10px;
  padding: 10px;
}

.modaal-wrapper p {
  padding: 10px;
  padding-bottom: 20px;
}

.modaal-wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #18a3c0;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}

.map li {
  border-left: 3px solid #18a3c0;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}

.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
}

.map li a:hover {
  text-decoration: underline;
}

/**********************お問合せ*****************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/***************ボタン************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

/***************パンクズ************************/
.pankuzu a:link {
  color: #18a3c0 !important;
  text-decoration: none !important;
}

.pankuzu a:visited {
  color: #18a3c0 !important;
}

/*********PDFボタン************/
.pdf_btn {
  padding: 10px 0;
}

.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}

.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}

.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

@media screen and (max-width: 640px) {
  .fadein {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/****************************画像回転************************************/
.rotate5 img {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.rotate8 img {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.rotate-10 img {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/*画像拡大*/
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.imgWrap img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

input.cmn-toggle-round:checked + label:before {
  background: #e18c90 !important;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #18a3c0 !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}

#builingual select {
  margin-left: 10px !important;
}

@media screen and (max-width: 640px) {
  #builingual select {
    margin-top: 10px !important;
  }
}

.language {
  color: #fff !important;
  float: right !important;
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}

.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #f0fcff;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/***********************スクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-hop {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-left {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-right {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}

#header {
  width: 100%;
  padding: 20px;
  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 screen and (max-width: 834px) {
  #header {
    padding: 10px;
    padding-top: 58px;
  }
}

@media screen and (max-width: 640px) {
  #header {
    display: block;
  }
}

.header_line {
  border-bottom: 2px solid #18a3c0;
}

.logo {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .logo {
    text-align: center;
    width: 100%;
    margin: 0 auto 10px auto;
  }
}

.logo p {
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .logo p {
    text-align: center;
  }
}

.header_right {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .header_right {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .header_right {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .header_right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 834px) {
  div#builingual {
    padding-top: 53px !important;
  }
}

#hedaer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  #hedaer_info {
    display: block;
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  #hedaer_info {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #hedaer_info .day {
    text-align: center;
  }
}

#hedaer_info .day span {
  background: #18a3c0;
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  border-radius: 3px;
}

#hedaer_info .h_tel {
  font-size: 30px;
}

@media screen and (max-width: 834px) {
  #hedaer_info .h_tel {
    font-size: 20px;
  }
}

#hedaer_info .h_tel i {
  color: #18a3c0;
  margin-right: 10px;
}

#hedaer_info .h_tel a {
  color: #333 !important;
  font-weight: bold;
}

#hedaer_info li {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #hedaer_info li {
    margin: 0 3px;
  }
}

@media screen and (max-width: 1000px) {
  #nav_global {
    width: 100%;
  }
}

#nav_global ul {
  max-width: 600px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

#nav_global ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

#nav_global ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

#nav_global ul li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 250px;
}

#nav_global ul ul li {
  width: 100%;
  background: #f0fcff;
}

#nav_global ul ul li:before {
  display: none;
}

#nav_global ul ul li:last-child:after {
  display: none;
}

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

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

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  min-width: auto !important;
}

#footer {
  padding: 30px 20px;
  font-weight: bold;
  background: #fff;
}

@media screen and (max-width: 834px) {
  #footer {
    padding: 20px;
  }
}

.f_sptab_tel {
  display: none;
}

@media screen and (max-width: 640px) {
  .f_sptab_tel {
    display: block;
  }
  .f_sptab_tel a {
    padding: 10px;
    position: fixed;
    z-index: 999;
    bottom: 5px;
    right: 0;
    color: #fff !important;
    text-decoration: none;
    background: #ff6000;
    border-radius: 20px 0 0 20px;
  }
  .f_sptab_tel a i {
    margin-right: 5px;
  }
}

#nav_footer {
  font-weight: bold;
  font-size: 14px;
}

#nav_footer ul {
  max-width: 1100px;
  margin: 5px auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 834px) {
  #nav_footer ul {
    max-width: 100%;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

#nav_footer ul li {
  display: inline-block;
  margin: 5px 25px;
  width: auto;
}

@media screen and (max-width: 834px) {
  #nav_footer ul li {
    display: block;
    border-bottom: 1px #ccc solid;
    margin: 5px;
  }
  #nav_footer ul li:last-child {
    border-bottom: 0;
  }
}

#nav_footer ul li a {
  font-size: 16px;
  color: #333 !important;
}

#nav_footer ul li a:link {
  color: #333 !important;
  text-decoration: none;
}

#nav_footer ul li a:visited {
  color: #333 !important;
}

@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    padding: 10px;
    display: block;
    background: #ebebeb;
    margin: 10px 0;
  }
  #nav_footer ul li a:link {
    color: #333 !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #333 !important;
  }
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 20px;
    right: 0;
    width: 15%;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}

.footer_inner {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f_day {
  padding-top: 30px;
  width: 60%;
  max-width: 500px;
}

@media screen and (max-width: 834px) {
  .f_day {
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
  }
}

.f_day table td {
  padding: 5px !important;
  border: 0 !important;
  color: #18a3c0;
  border-bottom: solid 1px #ccc !important;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .f_day table td {
    font-size: 12px;
  }
}

.f_day table .day_title {
  color: #333;
  text-align: left;
  width: 100px;
}

.f_day table .kyuu {
  width: 60px;
}

@media screen and (max-width: 640px) {
  .f_day table .kyuu {
    width: 50px;
  }
}

.footer_info {
  padding-top: 30px;
}

@media screen and (max-width: 834px) {
  .footer_info {
    width: 100%;
    padding-top: 20px;
  }
}

.footer_info .footer_logo {
  text-align: left;
}

@media screen and (max-width: 834px) {
  .footer_info .footer_logo {
    text-align: center;
  }
}

.footer_info address ul {
  margin-top: 10px;
}

.footer_info address ul li {
  width: 100%;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .footer_info address ul li {
    text-align: center;
  }
}

#copy {
  background: #18a3c0 !important;
  color: #fff;
  padding: 12px;
  display: block !important;
  font-size: 16px !important;
  padding: 3px;
}

@media screen and (max-width: 640px) {
  #copy {
    padding-bottom: 50px;
  }
}

#copy a:link {
  color: #fff;
  text-decoration: none;
}

#copy a:hover {
  text-decoration: underline;
}

#copy a:visited {
  color: #fff;
  text-decoration: none;
}

#main #col_main {
  width: 100%;
}

/* TOP */
.home_main {
  background-size: cover;
}

.top_maininner {
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main01 {
  width: 45%;
  position: relative;
}

@media screen and (max-width: 834px) {
  .main01 {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .main01 img {
    width: 90% !important;
  }
}

.main01:after {
  content: "";
  position: absolute;
  max-width: 303px;
  height: 382px;
  width: 55%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/catch02.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .main01:after {
    width: 50%;
    max-width: 220px;
  }
}

@media screen and (max-width: 640px) {
  .main01:after {
    width: 30%;
    max-width: 120px;
  }
}

.main01 table {
  z-index: 2;
  position: relative;
  max-width: 510px;
}

.main01 table td {
  border: 0 !important;
  padding: 5px 0 !important;
}

.main01 table .catch_text div {
  font-size: 22px;
  text-shadow: 0 0 5px #f3f2cb;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .main01 table .catch_text div {
    font-size: 14px;
  }
}

.main02 {
  width: 53%;
  background: rgba(255, 255, 255, 0.75);
}

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

@media screen and (max-width: 640px) {
  .main_table table {
    table-layout: auto;
  }
}

.main_table table td {
  border: 0 !important;
  padding: 5px !important;
  border-bottom: 1px #666666 solid !important;
}

@media screen and (max-width: 640px) {
  .main_table table td {
    padding: 5px 2px !important;
  }
}

.main_table table td div {
  color: #18a3c0;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .main_table table td div {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .main_table table .top_time {
    width: 90px !important;
  }
}

.news_title h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 2px solid #18a3c0;
  display: block;
}

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

.news_title h2 span {
  color: #18a3c0;
  font-size: 16px;
  margin-left: 5px;
}

.top_scroll {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 190px;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .top_scroll {
    padding: 0;
    padding-top: 20px;
    height: 200px;
  }
}

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

.top_scroll dl {
  border-bottom: 1px solid #a1d6e1;
  padding: 0 0 5px 0;
  display: block !important;
}

.top_scroll dl dt {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  color: #f39500 !important;
  font-size: 16px;
  padding: 5px 5px 0 5px !important;
  font-weight: 500;
}

.top_scroll dl dd {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  padding: 0 5px 5px 5px !important;
}

.scroll {
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #18a3c0 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

.main_access td {
  padding: 3px 0 !important;
  border: 0 !important;
}

.main_access .main_tel a {
  font-weight: bold;
  font-size: 28px;
  color: #333 !important;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .main_access .main_tel a {
    font-size: 18px;
  }
}

.main_access .map_btn {
  padding-top: 5px !important;
}

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

.main_access .map_btn a {
  background: #18a3c0;
  color: #fff !important;
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-left: 60px;
  padding-right: 30px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .main_access .map_btn a {
    font-size: 14px;
    padding-left: 50px;
    padding-right: 20px;
  }
}

.main_access .map_btn a:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 26px;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/map_icon.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .main_access .map_btn a:before {
    left: 20px;
  }
}

.map_text div {
  line-height: 1.5;
}

.top_tilte01 article {
  text-align: center;
}

.top_tilte01 article h2 {
  display: inline-block;
  border-bottom: 1px solid #18a3c0;
  padding-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .top_tilte01 article h2 {
    font-size: 24px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .top_tilte01 article h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }
}

.top_tilte01 article div {
  padding-top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #18a3c0;
}

@media screen and (max-width: 640px) {
  .top_tilte01 article div {
    padding-top: 10px;
    font-size: 16px;
  }
}

.top2_table {
  background: #fff;
}

.top2_table article {
  max-width: 1100px;
  margin: 0 auto;
}

.top2_table article td {
  border: 0 !important;
  padding: 10px !important;
}

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

.top2_table article .top2_text {
  padding-left: 50px !important;
}

@media screen and (max-width: 834px) {
  .top2_table article .top2_text {
    padding-left: 10px !important;
  }
}

.top2_table article .top2_title {
  border-right: 1px solid #ccc !important;
}

@media screen and (max-width: 640px) {
  .top2_table article .top2_title {
    border: 0 !important;
  }
}

.top2_table article .top2_title h2 {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #18a3c0;
  padding: 0 30px 10px 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .top2_table article .top2_title h2 {
    font-size: 22px;
    padding: 0 10px 10px 10px;
  }
}

.top2_table article .top2_title .sub {
  font-weight: bold;
  color: #18a3c0;
}

.top03_01 {
  width: 28%;
  max-width: 300px;
}

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

.top03_01 td {
  padding: 10px 0px !important;
}

.top03_01 .top03_title h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .top03_01 .top03_title h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .top03_01 .top03_title h2 {
    text-align: center;
    font-size: 22px;
  }
}

.top03_02 {
  width: 68%;
  max-width: 730px;
  border: 1px #ccc solid;
  background: #fff;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  .top03_02 {
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
}

.top04 {
  background-position: right;
  background-size: cover;
}

.top04_title article h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .top04_title article h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top04_title article h2 {
    text-align: center !important;
    font-size: 22px;
  }
}

.top04_title article h2 .t_color {
  font-size: 42px;
  color: #18a3c0;
}

@media screen and (max-width: 834px) {
  .top04_title article h2 .t_color {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .top04_title article h2 .t_color {
    font-size: 24px;
  }
}

.top04_inner {
  max-width: 1400px;
  margin: 0 auto;
}

.top04_inner01 {
  width: 70%;
}

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

.dllist01 {
  font-size: 16px;
}

.dllist01 dl {
  width: 100%;
  margin: 0 auto;
  border-bottom: #ccc solid 1px;
  padding: 5px 0;
}

@media screen and (max-width: 640px) {
  .dllist01 dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dllist01 dl dt {
  font-weight: 400;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 0px !important;
  padding: 2px 5px !important;
  background: #d7f8ff !important;
}

@media screen and (max-width: 640px) {
  .dllist01 dl dt {
    padding: 8px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.dllist01 dl dd {
  padding: 2px 5px !important;
  border: 0px !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .dllist01 dl dd {
    padding: 8px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.cnt_time {
  padding: 5px;
  background: url(../images/common/bg02.jpg);
}

.cnt_time article {
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .cnt_time article table {
    table-layout: auto;
  }
}

.cnt_time article table tr:last-child td {
  border-bottom: 0 !important;
}

.cnt_time article table td {
  border: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px #ccc solid !important;
}

@media screen and (max-width: 640px) {
  .cnt_time article table td {
    padding: 5px 2px !important;
  }
}

.cnt_time article table td div {
  color: #18a3c0;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .cnt_time article table td div {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .cnt_time article table .top_time {
    width: 90px !important;
  }
}

.nedan {
  font-weight: bold;
  color: #ff6000;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .nedan {
    display: block;
  }
}

.s_text {
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .g_map iframe {
    height: 300px !important;
  }
}

.cnt_h1 {
  background: url(../images/common/cnt_h1.jpg);
  padding: 50px 20px;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .cnt_h1 {
    background-position: center;
    padding: 30px 20px;
  }
}

.cnt_h1 article {
  max-width: 1000px;
  margin: 0 auto;
}

.cnt_h1 article h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
  position: relative;
  text-shadow: 0px 0px 5px #fff;
  color: #666;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .cnt_h1 article h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .cnt_h1 article h1 {
    font-size: 16px;
  }
}

.cnt_h1 article h1 span {
  color: #18a3c0;
  font-size: 36px;
  display: block;
}

@media screen and (max-width: 834px) {
  .cnt_h1 article h1 span {
    font-size: 36px;
  }
}

@media screen and (max-width: 640px) {
  .cnt_h1 article h1 span {
    font-size: 24px;
  }
}

/***************タイトル01***************/
.cnt_title01 h3, .cnt_title01 h2 {
  display: block;
  position: relative;
  font-size: 32px;
  color: #18a3c0;
  position: relative;
  font-weight: bold;
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .cnt_title01 h3, .cnt_title01 h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}

.cnt_title01 h3:before, .cnt_title01 h2:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/bg02.jpg);
  background-position: center;
}

/***************タイトル02***************/
.cnt_title02 h3, .cnt_title02 h2, .cnt_title03 h4 {
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-left: 50px;
  position: relative;
  font-size: 22px;
  color: #18a3c0;
}

@media screen and (max-width: 640px) {
  .cnt_title02 h3, .cnt_title02 h2, .cnt_title03 h4 {
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.cnt_title02 h3:before, .cnt_title02 h2:before, .cnt_title03 h4:before {
  content: "";
  width: 100%;
  max-width: 30px;
  height: 39px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/h_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .cnt_title02 h3:before, .cnt_title02 h2:before, .cnt_title03 h4:before {
    max-width: 20px;
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .cnt_title02 h3, .cnt_title02 h2, .cnt_title03 h4 {
    font-size: 20px;
  }
}

/***************タイトル03***************/
.cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 2px dotted #18a3c0;
  font-size: 20px;
}

@media screen and (max-width: 834px) {
  .cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
    font-size: 18px;
  }
}

/***************タイトル04***************/
.cnt_title04 h3, .cnt_title04 h2, .cnt_title04 h4 {
  display: block;
  position: relative;
  font-size: 20px;
  color: #18a3c0;
  background: #f0fcff;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
}

/***************タイトル05***************/
.cnt_title05 h3, .cnt_title05 h2, .cnt_title05 h4, .cnt_title05 h5 {
  display: block;
  position: relative;
  border: 1px dotted #18a3c0;
  font-size: 18px;
  color: #18a3c0;
  background: #f0fcff;
  font-weight: bold;
  padding: 5px;
}

.midashi01 h2, .midashi01 h3 {
  font-size: 42px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.midashi01 h2 span, .midashi01 h3 span {
  color: #18a3c0;
  font-size: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .midashi01 h2 span, .midashi01 h3 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 24px;
  }
}

.midashi02 article {
  text-align: center;
}

.midashi02 article h2 {
  display: inline-block;
  border-bottom: 1px solid #18a3c0;
  padding-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .midashi02 article h2 {
    font-size: 24px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .midashi02 article h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }
}

.midashi02 article div {
  padding-top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #18a3c0;
}

@media screen and (max-width: 640px) {
  .midashi02 article div {
    padding-top: 10px;
  }
}

/******************強調テキスト**************************************/
.emphasis_text div, .emphasis_text h2 {
  font-size: 38px;
  color: #18a3c0;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 30px 0 !important;
  position: relative;
}

.emphasis_text div:after, .emphasis_text h2:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 147px;
  height: 146px;
  background: url(../images/common/cnt_title01.png);
}

@media screen and (max-width: 834px) {
  .emphasis_text div, .emphasis_text h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .emphasis_text div, .emphasis_text h2 {
    padding: 20px 0 !important;
    font-size: 20px;
  }
}

/******************dl リスト01**************************************/
.dldt_list01 {
  display: block;
  width: 100%;
  margin: 0 1%;
}

@media screen and (max-width: 834px) {
  .dldt_list01 {
    width: 100%;
    margin: 10px auto;
  }
}

.dldt_list01 dl {
  display: block !important;
  width: 100%;
}

.dldt_list01 dl dt {
  font-weight: bold;
  background: #f0fcff !important;
  color: #18a3c0 !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

.dldt_list01 dl dd {
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #18a3c0;
  position: relative;
}

.ul_list01 ul li .no {
  color: #18a3c0;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ffba00;
  position: relative;
}

.ul_list02 ul li .no {
  color: #ffba00;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul_list02 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #ffba00;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dotted #18a3c0;
  position: relative;
  padding: 10px;
}

.ul_list03 ul li:nth-child(odd) {
  background: #f0fcff;
}

.ul_list03 ul li .no {
  color: #18a3c0;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  margin: 0 auto;
  display: block !important;
}

.check_ul01 ul li {
  float: none !important;
  display: block !important;
  font-weight: bold;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .check_ul01 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.check_ul01 ul li:after {
  content: "";
  width: 47px;
  height: 35px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/check_icon01.png);
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}

.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}

.link_list li {
  display: block;
  padding: 0 10px;
  width: 31.11111%;
  margin: 0 1% 10px 1%;
}

@media screen and (max-width: 834px) {
  .link_list li {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .link_list li {
    width: 100%;
  }
}

.link_list li a {
  width: 100%;
  padding: 15px;
  background: #797979;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  .link_list li a {
    padding: 5px;
    text-align: left;
  }
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 15px 50px 15px 50px;
  display: inline-block;
  text-decoration: none;
  background: #18a3c0;
  position: relative;
  color: #fff !important;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .cnt_textbtn a {
    padding: 15px;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
}

.cnt_textbtn01 a {
  padding: 10px;
  display: block;
  text-decoration: none;
  background: #18a3c0;
  position: relative;
  color: #fff !important;
  border-radius: 3px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    padding: 15px;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
}

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0;
}

.price_table table {
  border-bottom: 1px solid #18a3c0;
}

.price_table table td {
  padding: 5px !important;
  border: 0 !important;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .price_table table td {
    width: 100%;
    display: block;
  }
}

.price_table table .price {
  color: #e25325;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
  vertical-align: bottom;
  font-size: 20px;
  width: 200px;
}

@media screen and (max-width: 834px) {
  .price_table table .price {
    width: 100%;
  }
}

/***************新着情報(ブログ機能用)***************************/
.top_blog {
  height: 300px;
  border: 1px solid #ffba00;
}

@media screen and (max-width: 834px) {
  .top_blog {
    padding: 10px;
  }
}

.top_blog .blog_list {
  border: 0 !important;
}

.top_blog div.blog_list > div {
  border-bottom: dotted #ffba00 1px !important;
}

.top_blog .blog_date {
  font-size: 16px !important;
  color: #18a3c0 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}

.top_blog .blog_text h3 {
  display: inline-block;
  font-size: 20px !important;
  font-weight: bold;
}

.top_blog .blog_text h3 a {
  color: #ffba00 !important;
  font-weight: bold;
}

.top_blog .blog_photo {
  display: none;
}

.top_blog div.detail {
  margin-top: 10px !important;
}

.top_blog div.blog_text {
  width: 100% !important;
  font-size: 16px !important;
}

/*********************ブログ***********************/
.blog {
  background: url(../images/common/bg01.jpg) !important;
}

.blog .flex {
  display: block !important;
}

.blog #contents > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ffba00;
}

.blog a {
  color: #18a3c0 !important;
}

.blog a:visited {
  color: #18a3c0 !important;
}

.blog a:link {
  color: #18a3c0 !important;
}

.blog li {
  text-align: left !important;
}

.blog #calendar {
  display: none;
}

.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 95%;
  padding: 50px auto !important;
  margin: 50px auto;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog .wrap aside {
  width: 25%;
}

@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}

.blog .wrap aside button {
  margin-top: 10px;
  padding: 5px 20px;
}

.blog .wrap aside .pages li {
  margin-bottom: 10px;
  text-align: left;
}

.blog .wrap aside .pages li a:link {
  color: #18a3c0 !important;
}

.blog .wrap aside .pages li a:visited {
  color: #18a3c0 !important;
}

.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}

.blog .wrap aside .category li a:link {
  color: #18a3c0 !important;
}

.blog .wrap aside .category li a:visited {
  color: #18a3c0 !important;
}

.blog .wrap aside h3 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: none;
  margin: 20px 0;
  border: 1px solid #ffba00;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffba00;
}

.blog .wrap #contents {
  width: 70% !important;
}

@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    text-align: left;
  }
}

.blog .wrap #contents dl {
  padding: 10px 0;
  border-bottom: 1px #18a3c0 dotted;
}

.blog .wrap #contents dl dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 834px) {
  .blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}

.blog .wrap #contents .date {
  font-size: 16px;
  color: #18a3c0;
  font-weight: bold;
  text-align: left !important;
}

.blog .wrap #contents h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffba00;
  border-bottom: 1px solid #ffba00;
}

@media screen and (max-width: 834px) {
  .blog .wrap #contents h2 {
    text-align: left !important;
  }
}

.blog .wrap #contents ul {
  margin-bottom: 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .wrap #contents ul li {
  margin-left: 10px;
}

.blog .wrap #contents span.translate {
  padding-right: 5px;
  display: block;
  font-size: 24px;
  margin: 10px 0;
}

#prof {
  padding-bottom: 10px;
  display: block;
}

#prof_text {
  padding-top: 30px;
  text-align: left;
}

#prof_detail {
  text-align: center;
}

#prof_detail img {
  margin: 0 auto !important;
}

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #18a3c0;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #base-color !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/***************topInstagram***************************/
.top_instagram {
  margin: 0 auto;
  max-width: 1100px;
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px;
}

@media screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 50%;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top_instagram div.sns_list div.sns_text {
  display: none;
}

.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 834px) {
  .sns_photo img {
    height: auto !important;
  }
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  background: #18a3c0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px;
}

.cnt_insta .caption {
  padding-top: 20px;
  font-size: 16px;
}

.cnt_insta .sns_photo {
  width: 30% !important;
}

@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
}

.cnt_insta div.sns_list > div {
  border-bottom: 1px dashed #18a3c0;
}

@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cnt_insta div.sns_list {
  border: 0 !important;
}

@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 70% !important;
  }
}

@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 100% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

/***************画像を使用した新着情報***************************/
.top_sbox .box {
  padding: 20px 0 10px 0;
  clear: both;
  border-bottom: 1px dotted #18a3c0 !important;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .top_sbox .box {
    display: block;
  }
}

.top_sbox .box img {
  margin-right: 20px;
  margin-bottom: 20px;
}

.top_sbox .box div {
  display: block;
}

.top_sbox .box div .news_day {
  display: block;
  color: #18a3c0;
  font-weight: bold;
}

.top_sbox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 30px 0 0;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 640px) {
  .top_sbox {
    height: 300px;
  }
}

.top_sbox::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #18a3c0;
}

.top_sbox::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #18a3c0;
}

.top_sbox::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #ccc;
}

.top_sbox::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}

/*****************************よくある質問****************************************/
.faq {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px dotted #18a3c0;
}

.faq td {
  border: 0 !important;
  padding: 0 !important;
}

.faq .question div {
  color: #18a3c0;
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px !important;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .question div:after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}

@media screen and (max-width: 834px) {
  .faq .question div {
    font-size: 20px;
  }
}

.faq .answer div {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 80px !important;
  padding-top: 20px;
  padding-bottom: 30px;
}

.faq .answer div:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  visibility: inherit;
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}

.coupon table {
  border: 1px solid #fff;
}

.coupon table td {
  color: #fff;
  padding: 10px !important;
}

.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.coupon table .coupon_price {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.coupon table .coupon_price span {
  font-size: 30px;
}

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}

.before_after table {
  margin: 0 auto;
}

.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .before_after table td {
    display: block;
  }
}

.before_after table td p {
  text-align: center;
  font-weight: bold;
  color: #18a3c0;
  font-size: 18px;
  margin-top: 10px;
}

.before_after table .before_after_img img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}

.before_after table .arrow_img {
  width: 50px !important;
}

@media screen and (max-width: 834px) {
  .before_after table .arrow_img {
    width: 100% !important;
  }
}

/****************************お問い合わせ、会社概要************************************/
section form h2.mail.title {
  display: none;
}

.annot {
  display: none;
}

section div.form_wrap dl dt label {
  color: #ff6000;
}

section div.form_wrap.error {
  background: #ff6000;
}

section div.form_wrap.confirm dl dd span {
  color: #ff6000;
}

.information_dl {
  font-size: 16px;
}

.information_dl dl {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .information_dl dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.information_dl dl dt {
  text-align: center !important;
  background: none !important;
  color: #666 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #18a3c0 !important;
  padding: 30px !important;
}

@media screen and (max-width: 834px) {
  .information_dl dl dt {
    padding: 20px !important;
    width: 100% !important;
    border: 0 !important;
    background: #d7f8ff !important;
  }
}

.information_dl dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}

@media screen and (max-width: 834px) {
  .information_dl dl dd {
    padding: 20px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/***********************お問い合わせテーブル********************************/
.contact_table {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffba00;
}

.contact_table table td {
  border: 0 !important;
  padding: 5px !important;
}

.contact_table table .contact_tel div {
  font-weight: bold;
  font-size: 32px;
  color: #ffba00;
}

@media screen and (max-width: 640px) {
  .contact_table table .contact_tel div {
    font-size: 24px;
  }
}

/***********************ボタンボックス********************************/
.btnbox .box {
  margin: 0 1%;
  width: 48%;
  max-width: 530px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .btnbox .box {
    width: 100%;
    margin-top: 10px;
  }
}

.btnbox .box:hover {
  opacity: 0.9 !important;
}

.btnbox .box:after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .btnbox .box:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}

.btnbox .box img {
  width: 100% !important;
  height: 160px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

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

.btnbox .box article a:after:hover {
  opacity: 1 !important;
}

.btnbox .box article h3 {
  display: none;
}

.btnbox .box article div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .btnbox .box article div {
    font-size: 16px;
  }
}

.btnbox .box article div span {
  display: block;
  font-size: 14px;
}

.tokuho_h2 {
  padding-top: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

.owl-stage {
  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;
  text-align: right;
  margin: 0 auto;
}

/****オウル**********/
.owlCarousel {
  max-width: 1000px;
  overflow: hidden;
}

.owlCarousel01 {
  max-width: 1000px;
  direction: rtl !important;
  overflow: hidden;
}

.owlCarousel01 .owl-stage {
  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;
  text-align: right;
  margin: 0 auto;
}

.img_toplist {
  overflow: hidden;
  max-width: 1000px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
  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;
}

.owl-dots button {
  margin: 0 5px;
  padding: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #eaeaea;
  display: none;
}

.waku01 {
  border-bottom: 1px solid #ccc;
}

.waku02 {
  border: 1px dashed #ccc;
  padding: 10px;
}

.waku02 table td {
  border: 0 !important;
  padding: 5px 0 !important;
}
/*# sourceMappingURL=common_style.css.map */