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

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", 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;
}

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

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

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

/***********************************フレックス*******************************************/
.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

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

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

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

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

.ColRight {
  float: right;
}

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

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

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

  .sptac {
    text-align: center !important;
  }
}
.tacenter {
  text-align: center !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;
}
@media screen and (max-width: 640px) {
  .tdpd10 td {
    padding: 5px !important;
  }
}

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

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

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

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

.cnt_table table {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .cnt_table table {
    margin: 0 auto;
  }
}
.cnt_table table tr td {
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .cnt_table table tr td {
    width: 100% !important;
  }
}

.tdsp_left {
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .tdsp_left {
    width: 100% !important;
  }
}

/************************************スマホ、タブレット時表示************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333 !important;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

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

.border01 {
  border: solid 1px #ed4f32;
}

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

.border03 {
  border: solid 1px #662408;
}

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

.border01_4 {
  border: solid 4px #ed4f32;
}

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

.border03_4 {
  border: solid 4px #662408;
}

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

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

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

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

.btm03 {
  border-bottom: 1px dotted #662408 !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;
}

/************************************ボタン************************************/
.btn01 {
  text-align: right !important;
}
.btn01 a {
  position: relative;
  padding: 15px;
  max-width: 300px;
  background: #333;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  margin: 0 0 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .btn01 a {
    width: 100%;
    text-align: center;
  }
}
.btn01 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 34px;
  background: url(../images/common/btn01.png);
}

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

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

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

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

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

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

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

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

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

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

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

.center_img {
  text-align: center;
}

/************************************プライバシーポリシー************************************/
.privacy {
  font-size: 16px;
}
.privacy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ed4f32;
  display: inline-block;
  margin-bottom: 10px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #ed4f32;
  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;
}

/************************************コンタクトフォーム************************************/
.contact_form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact_form p {
  font-size: 16px;
}
.contact_form table td {
  padding: 15px !important;
  border: #ed4f32 solid 1px !important;
}
@media screen and (max-width: 834px) {
  .contact_form table td {
    display: block;
    width: 100%;
  }
}
.contact_form table th {
  width: 30%;
  border: #ed4f32 solid 1px !important;
  background: #ffeae6 !important;
  color: #ed4f32;
  font-weight: bold;
  font-size: 16px !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .contact_form table th {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}

/************************************コンタクトフォーム(AI用)************************************/
.contact_form_ai {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact_form_ai dt {
  font-size: 16px;
}
.contact_form_ai dl dt {
  padding: 15px !important;
  text-align: center;
  background: #ffeae6 !important;
  font-weight: bold;
  color: #ed4f32;
}
@media screen and (max-width: 834px) {
  .contact_form_ai dl dt {
    display: block;
    width: 40% !important;
  }
}
@media screen and (max-width: 640px) {
  .contact_form_ai dl dt {
    display: block;
    width: 100%;
  }
}
.contact_form_ai dl dd {
  font-size: 16px !important;
}
@media screen and (max-width: 834px) {
  .contact_form_ai dl dd {
    display: block;
    width: 100% !important;
  }
}

/***************************************************/
.submit {
  margin: 20px auto 50px auto !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;
}

/***************クーポン***************************/
.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;
}

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

.pankuzu a:link {
  color: #ed4f32 !important;
  text-decoration: none !important;
}
.pankuzu a:visited {
  color: #ed4f32 !important;
}
@media screen and (max-width: 834px) {
  .pankuzu {
    padding: 10px 0;
  }
}

/*******************************************************************/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

/******************PCの時表示　タブレット時の非表示**************************************/
.display_pc {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .display_pc {
    display: none;
  }
}

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

/******************タブレットの時表示　PC時の非表示**************************************/
.display_tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .display_tab {
    text-align: center;
    display: block;
  }
}

/******************タブレットの時表示　PC時の非表示**************************************/
.display_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .display_sp {
    display: block;
  }
}

/******************スマホ時　ブロック**************************************/
.sp_block {
  display: inline;
}
@media screen and (max-width: 640px) {
  .sp_block {
    display: block;
  }
}

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

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

/************************************PC時ブロック スマホ時インライン************************************/
.pc_block {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc_block {
    display: inline;
  }
}

/******************flexwrap*************************************/
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.flexwrap_bt {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

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

.w31 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w31 {
    width: 48%;
  }
}
@media screen and (max-width: 834px) {
  .w31 {
    width: 100%;
  }
}

.w31_tab48 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w31_tab48 {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .w31_tab48 {
    width: 100%;
  }
}

.w31_tab100 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w31_tab100 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .w31_tab100 {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .w31_tab100 {
    width: 100%;
  }
}

.w23_sp100 {
  width: 24.5%;
  margin: 10px 0.25% !important;
}
@media screen and (max-width: 834px) {
  .w23_sp100 {
    width: 31%;
    margin: 10px 1% !important;
  }
}
@media screen and (max-width: 640px) {
  .w23_sp100 {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .w23_sp100 {
    width: 100%;
  }
}

.w48 {
  width: 48%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .w48 {
    width: 100%;
  }
}

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

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

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

.w58 {
  width: 58%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .w58 {
    width: 100%;
  }
}

.w38 {
  width: 38%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .w38 {
    width: 100%;
  }
}

.w58_100 {
  width: 58%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w58_100 {
    width: 100%;
  }
}

.w38_100 {
  width: 38%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w38_100 {
    width: 100%;
  }
}

.w66_100 {
  width: 66%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w66_100 {
    width: 100%;
  }
}

.w33_100 {
  width: 33%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .w33_100 {
    width: 100%;
  }
}

/******************flexwrap(フレックスボックス)*************************************/
.flexwrap31 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap31 .box {
  width: 31.11111111%;
  margin: 0 1% 10px 1%;
}
.flexwrap31 .box div {
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .flexwrap31 .box {
    width: 48%;
  }
}

.flexwrap31_tab48 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap31_tab48 .box {
  width: 31.11111111%;
  margin: 0 1% 10px 1%;
}
.flexwrap31_tab48 .box div {
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .flexwrap31_tab48 .box {
    width: 48%;
  }
}

.flexwrap48 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap48 .box {
  width: 48%;
  margin: 10px 1% 0 1%;
  text-align: center;
}
.flexwrap48 .box div {
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .flexwrap48 .box {
    width: 48%;
  }
}

/******************flexwrap(フレックスボックス)*************************************/
.flexwrap23 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap23 .box {
  width: 23%;
  margin: 20px 1%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flexwrap23 .box {
    width: 48%;
  }
}

.flexwrap18 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexwrap18 .box {
  width: 18%;
  margin: 20px 1% 0 1%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .flexwrap18 .box {
    width: 31%;
    margin: 10px 1% 0 1%;
  }
}

.flexwrap23_tab4 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap23_tab4 .box {
  width: 23%;
  margin: 20px 1%;
  text-align: center;
}

/*******************テキスト(ai用)*******************************************/
@media screen and (max-width: 640px) {
  .cnt_text div {
    text-align: left !important;
  }
}

/*************************テーブルリスト(ボタン横列)***********************************/
.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: flex;
  flex-wrap: wrap;
  width: auto;
}
.link_list li {
  display: block;
  padding: 0 10px;
}
.link_list li a {
  width: 100%;
  padding: 10px;
  background: #ff6347;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #00660c;
}
@media screen and (max-width: 834px) {
  .link_list li a {
    padding: 5px;
    text-align: left;
  }
}

/*************************ページ内リンク01***********************************/
.link_name {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .link_name {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

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

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

/****************************会社概要************************************/
.information_dl {
  font-size: 18px;
}
.information_dl dl {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ed4f32 !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }
}
.information_dl dl dt {
  font-weight: bold;
  background: none !important;
  text-align: center !important;
  padding: 5px !important;
  color: #ff6347 !important;
  display: block !important;
  border: 0 !important;
}
.information_dl dl dt .translate {
  display: block;
}
.information_dl dl dt .translate + span {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    width: 100% !important;
    background: #ffeae6 !important;
  }
}
.information_dl dl dd {
  border: 0 !important;
}
.information_dl dl dd .translate {
  display: block;
}
.information_dl dl dd .translate + span {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }
}

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

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

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

/******************会社概要(AI用)dldt_list01**************************************/
.dldt_list01 {
  display: block;
  width: 100%;
  margin: 0 1%;
}
.dldt_list01 dl {
  width: 100%;
  border-bottom: 1px dotted #ed4f32 !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl {
    display: block !important;
  }
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #ffeae6 !important;
  color: #ed4f32 !important;
  display: table-cell !important;
  border: 0px !important;
  vertical-align: middle;
  text-align: center;
  display: block !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl dt {
    width: 100% !important;
    display: block !important;
  }
}
.dldt_list01 dl dd {
  display: block !important;
  border: 0px !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl dd {
    width: 100% !important;
  }
}

/******************画像テーブル横並び**************************************/
.img_box04 tr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .img_box04 tr {
    justify-content: center;
  }
}
.img_box04 td {
  width: 25% !important;
  border: 0;
  display: block;
  padding: 5px !important;
}
.img_box04 td p {
  padding-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .img_box04 td p {
    width: 100% !important;
    padding-bottom: 10px !important;
  }
}
.img_box04 td img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 640px) {
  .img_box04 td img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .img_box04 td {
    width: 48% !important;
  }
}

.img_box03 tr {
  display: flex;
  flex-wrap: wrap;
}
.img_box03 td {
  width: 33% !important;
  border: 0;
  display: block;
  padding: 5px !important;
}
@media screen and (max-width: 640px) {
  .img_box03 td {
    width: 100% !important;
  }
}
.img_box03 td p {
  padding-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .img_box03 td p {
    width: 100% !important;
    padding-bottom: 10px !important;
  }
}
.img_box03 td img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 640px) {
  .img_box03 td img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .img_box03 td {
    width: 100%;
  }
}

/***************AI用Instagram***************************/
/***************topInstagram***************************/
.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 23%;
  margin: 10px 1% 0 1%;
  display: flex;
  border-bottom: 0px;
}
@media screen and (max-width: 834px) {
  .top_instagram div.sns_list > div {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: flex;
}

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

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

.sns_photo img {
  height: 150px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .sns_photo img {
    height: 200px !important;
  }
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  background: #ed4f32;
  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 #ed4f32;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    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;
  }
}

/***************新着情報(AIブログ機能用)***************************/
.blog {
  background: #fff !important;
}

.top_blog {
  height: 300px;
  border: 1px solid #ff6347;
}
@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 #ff6347 1px !important;
}
.top_blog .blog_date {
  font-size: 16px !important;
  color: #ed4f32 !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: #ff6347 !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;
}

/*********************AI用ブログ***********************/
.blog {
  background: url(../images/common/bg01.jpg) !important;
}
.blog li {
  text-align: left !important;
}
.blog #calendar {
  display: none;
}
.blog .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 95%;
  padding: 50px auto !important;
  margin: 50px auto;
}
.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 nav a {
  color: #ed4f32 !important;
}
.blog .wrap aside .pages li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .pages li a:link {
  color: #ed4f32 !important;
}
.blog .wrap aside .pages li a:visited {
  color: #ed4f32 !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: #ed4f32 !important;
}
.blog .wrap aside .category li a:visited {
  color: #ed4f32 !important;
}
.blog .wrap aside h3 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(237, 79, 50, 0.1);
  margin: 20px 0;
  border: 1px solid #ed4f32;
}
.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 #ed4f32 dotted;
}
.blog .wrap #contents dl dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.blog .wrap #contents article {
  padding-bottom: 30px;
  padding-top: 20px;
  border-bottom: 1px #ed4f32 dotted;
}
.blog .wrap #contents article .clearfix {
  display: flex;
  flex-wrap: wrap;
}
.blog .wrap #contents article .clearfix li {
  margin-right: 20px;
}
@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: #ed4f32;
  font-weight: bold;
  text-align: left !important;
}
.blog .wrap #contents h2 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #ed4f32;
  color: #333;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents h2 {
    font-size: 24px;
  }
}
.blog .wrap #contents h2:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/common/bg02.png);
}
.blog .wrap #contents ul {
  margin-bottom: 10px;
  margin-top: 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 #ed4f32;
  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;
}

/*********************テーブル画像***********************/
.img_table04 table tr {
  display: flex;
  flex-wrap: wrap;
}
.img_table04 table tr td {
  display: block;
  padding: 0 !important;
  width: 23%;
  margin: 20px 1% 0 1% !important;
}
@media screen and (max-width: 640px) {
  .img_table04 table tr td {
    margin: 10px 1% 0 1% !important;
    width: 48% !important;
    margin: 0 auto;
    text-align: center;
  }
}

.img_table02 table tr {
  display: flex;
  flex-wrap: wrap;
}
.img_table02 table tr td {
  display: block;
  padding: 0 !important;
  width: 48%;
  margin: 20px 1% 20px 1% !important;
}
@media screen and (max-width: 640px) {
  .img_table02 table tr td {
    margin: 10px 1% 0 1% !important;
    width: 48% !important;
    margin: 0 auto;
    text-align: center;
  }
}

.img_table03 table tr {
  display: flex;
  flex-wrap: wrap;
}
.img_table03 table tr td {
  display: block;
  padding: 0 !important;
  width: 31.111111%;
  margin: 20px 1% 0 1% !important;
}
@media screen and (max-width: 640px) {
  .img_table03 table tr td {
    margin: 10px 1% 0 1% !important;
    width: 48% !important;
    margin: 0 auto;
    text-align: center;
  }
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 48px;
  }
}

#header {
  width: 100%;
  padding: 20px 0;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #header {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  #header {
    padding: 10px 0;
  }
}

.top_padding {
  padding-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .top_padding {
    padding-bottom: 30px;
  }
}

.cnt_padding {
  padding-bottom: 50px;
}

.cnt_nav_line {
  border-bottom: 2px solid #ed4f32;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .cnt_nav_line {
    margin-bottom: 30px;
  }
}

.header_top {
  background-color: #ed4f32;
}
.header_top p {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding: 5px 0;
}

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

#hedaer_info {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  #hedaer_info {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  #hedaer_info {
    position: fixed;
    bottom: 0;
    z-index: 10;
    align-items: center;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.8);
  }
  #hedaer_info .address {
    display: none;
  }
}

#hedaer_info li {
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #hedaer_info li {
    margin: 0 10px;
  }
}
#hedaer_info .h_tel {
  text-align: left;
}
@media screen and (max-width: 640px) {
  #hedaer_info .h_tel {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#hedaer_info .h_tel a {
  font-weight: bold;
  color: #2fa207;
  font-size: 24px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #hedaer_info .h_tel a {
    font-size: 24px;
  }
}
#hedaer_info .h_tel a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 22px;
  height: 26px;
  background: url(../images/common/header_tel_icon.png);
}

@media screen and (max-width: 834px) {
  .h_mail {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .h_mail {
    width: 53%;
    margin: 0 1%;
  }
}

@media screen and (max-width: 834px) {
  .h_line {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .h_line {
    width: 34%;
    margin: 0 1%;
  }
}

#nav_global {
  width: 100%;
  background: #fff;
}
#nav_global ul {
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  color: #ed4f32;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  font-weight: bold;
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
}
#nav_global ul ul li {
  width: 100%;
  background: #fff;
}
#nav_global ul ul li:before {
  display: none;
}
#nav_global ul ul li:last-child:after {
  display: none;
}

.flex_box {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .flex_box {
    display: block;
  }
}

.flR #hed_info {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .flR #hed_info {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.flR #hed_info .head_mail {
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .flR #hed_info .head_mail {
    margin-left: 5px;
  }
}
.flR #hed_info .head_tel {
  margin-left: 10px;
  margin-right: 5px;
}
.flR p {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .flR p {
    text-align: center;
  }
}

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

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

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  #mainArea {
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    padding-top: 0px;
  }
}
#mainArea .main_bg {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #mainArea .main_bg {
    padding-bottom: 50px;
  }
}
#mainArea .main_bg img {
  width: 100% !important;
  height: 800px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 900px) {
  #mainArea .main_bg img {
    height: 600px !important;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .main_bg img {
    height: 550px !important;
  }
}
@media screen and (max-width: 700px) {
  #mainArea .main_bg img {
    height: 500px !important;
  }
}
#mainArea .catch_inner {
  height: 100%;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: auto !important;
  z-index: 3;
}
#mainArea .catch01 {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  margin: auto;
  position: relative;
  right: 0;
  left: 0;
  width: 95%;
}
@media screen and (max-width: 640px) {
  #mainArea .catch01 {
    bottom: 50px;
  }
}
@media screen and (max-width: 320px) {
  #mainArea .catch01 {
    bottom: 30px;
  }
}
#mainArea .catch01 .main_img {
  position: absolute;
  width: 50%;
  right: -50px;
  bottom: -145px;
}
@media screen and (max-width: 1000px) {
  #mainArea .catch01 .main_img {
    bottom: -100px;
    width: 40%;
    right: 0px;
  }
}
#mainArea .catch01 .main_img span {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30%;
}
@media screen and (max-width: 640px) {
  #mainArea .catch01 .main_img span {
    top: 50px;
  }
}
#mainArea .catch01 .main_text01 {
  width: 100%;
  background: url(../images/common/main_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  #mainArea .catch01 .main_text01 {
    padding-bottom: 20px;
  }
}
#mainArea .catch01 .main_text02 {
  max-width: 750px;
  width: 65%;
}
@media screen and (max-width: 834px) {
  #mainArea .catch01 .main_text02 {
    width: 70%;
  }
}
#mainArea .catch01 .main_img01 {
  text-align: left !important;
  max-width: 750px;
  width: 65%;
  margin-top: 20px;
}
#mainArea .catch01 .main_img01 img {
  margin: 0 !important;
}
#mainArea .catch02 {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  margin: auto;
  position: absolute;
  bottom: -230px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  #mainArea .catch02 {
    bottom: -180px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .catch02 {
    bottom: 0;
  }
}
#mainArea .catch02 li {
  width: 23%;
  margin: 0 1%;
}
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

.catch_inner_sp {
  background: url(../images/common/main01.jpg);
  background-size: cover;
  background-position: center;
  padding: 10px 0;
}

.catch02_sp {
  display: flex;
  width: 90%;
  margin: 10px auto 0 auto;
}

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

.mean-container .mean-nav {
  background: #662408 !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;
  background-color: #ff856f;
}
@media screen and (max-width: 640px) {
  footer#global_footer {
    padding-bottom: 100px;
  }
}

#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 640px) {
  #footer {
    display: block;
  }
}
#footer a:link {
  color: #fff !important;
  text-decoration: none;
}
#footer a:visited {
  color: #fff !important;
}
#footer iframe {
  width: 60%;
  height: 220px;
}
@media screen and (max-width: 640px) {
  #footer iframe {
    width: 100%;
  }
}

#nav_footer {
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
  background: #ff6347;
}
#nav_footer ul {
  max-width: 800px;
  margin: 5px auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul {
    max-width: 100%;
    width: 80%;
  }
}
#nav_footer ul li {
  display: inline-block;
  margin: 5px 25px;
  width: auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li {
    display: block;
    margin: 5px 0;
  }
}
#nav_footer ul li a {
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    background: #fff !important;
    padding: 10px;
    display: block;
    border-radius: 10px;
    font-weight: bold;
    color: #ed4f32 !important;
  }
  #nav_footer ul li a:link {
    color: #ed4f32 !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #ed4f32 !important;
  }
}

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

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

.footer_info address {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .footer_info address {
    text-align: center;
  }
}
.footer_info address ul {
  margin: 0 auto;
}
.footer_info address ul li {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .footer_info address ul li {
    width: 100%;
  }
}
.footer_info address ul .footer_address {
  padding-top: 20px;
  font-size: 16px;
  display: block;
  font-weight: bold;
}
.footer_info address ul .footer_tel {
  padding-top: 10px;
  font-size: 30px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .footer_info address ul .footer_tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .footer_info address ul .footer_tel {
    padding-bottom: 30px;
  }
}
.footer_info address ul .footer_tel a {
  color: #ed4f32 !important;
}

#copy {
  background: #ed4f32 !important;
  color: #fff;
  padding: 18px;
  display: block !important;
  font-size: 16px !important;
}
#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%;
}

#global_footer {
  height: 40px;
}

#contents {
  width: 100% !important;
  max-width: 1100px !important;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
#contents a {
  color: #ed4f32;
}

#main {
  width: 100% !important;
}

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

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

#main {
  justify-content: space-between;
}

#col_main {
  width: 68% !important;
  max-width: 750px;
}

#main #col_side1 {
  max-width: 270px;
  width: 27% !important;
  /*****************col_side1**************************/
}
#main #col_side1 .side01 {
  border: 2px solid #ff6347;
  padding: 20px;
  background: #fff6f4;
}
@media screen and (max-width: 834px) {
  #main #col_side1 .side01 {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  #main #col_side1 .side01 {
    margin-top: 50px;
  }
}

.title01 {
  border: 2px solid #ff6347;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .title01 {
    padding: 5px;
  }
}

.side01_text {
  text-align: center;
}
.side01_text span {
  font-weight: bold;
  font-size: 24px;
  color: #fe7e00;
  display: block;
}

.sidebtn01 a {
  padding: 10px;
  background: #ed4f32;
  color: #fff !important;
  text-decoration: none;
  padding-right: 20px;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sidebtn01 a {
    font-size: 14px;
  }
}
.sidebtn01 a:after {
  content: "";
  width: 21px;
  height: 15px;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/btn_icon01.png);
}

.side02_title {
  background: #ed4f32;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.side02 {
  border-bottom: 2px solid #dcdcdc;
  border-left: 2px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .side02 {
    padding: 10px;
  }
}

.title02_1 {
  padding: 5px;
}
.title02_1 a {
  font-weight: bold;
  display: block;
  font-size: 20px;
  padding-left: 20px;
  position: relative;
  color: #333 !important;
  text-decoration: none;
  border-bottom: 1px solid #ed4f32;
}
@media screen and (max-width: 834px) {
  .title02_1 a {
    font-size: 18px;
  }
}
.title02_1 a:after {
  content: "";
  width: 11px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/icon01.png);
}

.side02_1 {
  border: 1px solid #ed4f32;
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .side02_1 {
    padding: 5px;
  }
}

.sidebtn02 {
  padding: 5px;
}
.sidebtn02 a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #333 !important;
  padding-left: 25px;
  position: relative;
  border-bottom: 1px dotted #ed4f32;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .sidebtn02 a {
    font-size: 14px;
  }
}
.sidebtn02 a:after {
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  left: 5px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/btn_icon02.png);
}

.side03 {
  padding: 10px;
  background: url(../images/common/bg03.jpg);
}
@media screen and (max-width: 834px) {
  .side03 {
    padding: 5px;
  }
}
.side03 .side03_inner {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .side03 .side03_inner {
    padding: 10px;
  }
}

.side03_title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ed4f32;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .side03_title {
    font-size: 18px;
  }
}

.side03_text {
  font-size: 14px;
}

.side03_teltitle {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.side03_tel {
  padding: 20px;
  background: #f0f0f0;
}
@media screen and (max-width: 834px) {
  .side03_tel {
    padding: 5px;
  }
}
.side03_tel .side03_tel_btn {
  text-align: center;
}
.side03_tel .side03_tel_btn a {
  font-weight: bold;
  color: #2fa207 !important;
  font-size: 20px;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .side03_tel .side03_tel_btn a {
    font-size: 14px;
  }
}
.side03_tel .side03_tel_btn a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/header_tel_icon.png);
  width: 22px;
  height: 26px;
}

/*****************col_main**************************/
/*****************top**************************/
.top_h1 .translate {
  margin-top: 20px;
}
.top_h1 h1 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #ed4f32;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top_h1 h1 {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .top_h1 h1 {
    font-size: 20px;
    text-align: center;
  }
}
.top_h1 h1:after {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  background: url(../images/common/bg02.png);
}
.top_h1 h1 .strong {
  font-size: 43px;
  color: #fe7e00;
}
@media screen and (max-width: 834px) {
  .top_h1 h1 .strong {
    font-size: 30px;
  }
}

.top_h2 .translate {
  margin-top: 20px;
}
.top_h2 h2 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #ed4f32;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top_h2 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top_h2 h2 {
    font-size: 20px;
    text-align: center;
  }
}
.top_h2 h2:after {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  background: url(../images/common/bg02.png);
}
.top_h2 h2 .strong {
  font-size: 43px;
  color: #fe7e00;
}
@media screen and (max-width: 834px) {
  .top_h2 h2 .strong {
    font-size: 30px;
  }
}
.top_h2 .top01_text {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 834px) {
  .top_h2 .top01_text {
    padding: 30px 0 30px 0;
  }
}
.top_h2 .top02_h2 h2 {
  font-size: 36px;
  color: #ed4f32;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top_h2 .top02_h2 h2 {
    font-size: 28px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top_h2 .top02_h2 h2 {
    font-size: 24px;
    text-align: left;
  }
}

.top_voicetable td {
  padding: 0 !important;
  border: 0 !important;
}
.top_voicetable h3 {
  border-bottom: 2px solid #2fa207;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top_voicetable h3 {
    font-size: 20px;
  }
}

.voice_btn .translate {
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .voice_btn .translate {
    text-align: center !important;
  }
}
.voice_btn a {
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: #2fa207;
  max-width: 300px;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 834px) {
  .voice_btn a {
    font-size: 16px;
  }
}
.voice_btn a:after {
  content: "";
  width: 21px;
  height: 15px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
  background: url(../images/common/btn_icon01.png);
}

.top_contact {
  border: 1px solid #2fa207;
  padding: 10px;
}
.top_contact article {
  padding: 30px 0;
  background: url(../images/common/contact_bg.jpg);
  background-size: cover;
}
.top_contact table td {
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  .top_contact table td {
    display: block;
  }
}
.top_contact table .contact_title h2 {
  font-weight: bold;
  font-size: 36px;
  border-bottom: 1px solid #2fa207;
  padding-bottom: 10px;
  display: inline-block;
}
.top_contact table .contact_tel a {
  font-weight: bold;
  color: #2fa207 !important;
  font-size: 30px;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
}
.top_contact table .contact_tel a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/cnt_tel_icon.png);
  width: 38px;
  height: 46px;
}

.top_h3 {
  position: relative;
  padding-left: 80px;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .top_h3 {
    padding-top: 0;
    padding-left: 55px;
  }
}
.top_h3 .no02 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ff6347;
  color: #fff;
  border-radius: 121px;
  padding: 8px 10px 8px 17px;
  font-size: 50px;
  width: 60px;
  line-height: 1;
  height: 60px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 834px) {
  .top_h3 .no02 {
    padding: 8px 10px 8px 13px;
  }
}
@media screen and (max-width: 640px) {
  .top_h3 .no02 {
    font-size: 30px;
    width: 45px;
    height: 45px;
  }
}
.top_h3 h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ed4f32;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top_h3 h3 {
    font-size: 20px;
    text-align: left;
  }
}
.top_h3 h3:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  background: #ed4f32;
}
.top_h3 h3 .strong {
  font-size: 43px;
  color: #fe7e00;
}
@media screen and (max-width: 834px) {
  .top_h3 h3 .strong {
    font-size: 30px;
  }
}

.table_btn td {
  padding: 0 !important;
  border: 0 !important;
}
.table_btn .table_btn01 {
  padding-top: 30px !important;
}
.table_btn .table_btn01 .translate {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .table_btn .table_btn01 .translate {
    text-align: center;
  }
}
.table_btn .table_btn01 a {
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: #ff6347;
  max-width: 200px;
  width: 80%;
  margin: 0  0  0 auto;
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 834px) {
  .table_btn .table_btn01 a {
    font-size: 16px;
    margin: 0 auto;
  }
}
.table_btn .table_btn01 a:after {
  content: "";
  width: 21px;
  height: 15px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
  background: url(../images/common/btn_icon01.png);
}
.table_btn .table_btn02 {
  padding-top: 10px !important;
}
.table_btn .table_btn02 a {
  display: block;
  background: #2fa207;
  padding: 5px 10px;
  font-size: 20px;
  max-width: 200px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .table_btn .table_btn02 a {
    max-width: 300px;
  }
}
.table_btn .table_btn02 a span {
  font-size: 16px;
}

.top_h2_01 h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ed4f32;
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 834px) {
  .top_h2_01 h2 {
    font-size: 24px;
  }
}
.top_h2_01 h2:before {
  content: "";
  width: 49px;
  height: 48px;
  position: absolute;
  bottom: 20px;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/title_icon01.png);
}
.top_h2_01 h2:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -13px;
  right: 0;
  left: 0;
  background: url(../images/common/bg02.png);
}

.top_h2_02 h2 {
  font-size: 36px;
  color: #fff;
  background: #ff6347;
  padding: 15px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .top_h2_02 h2 {
    text-align: left;
    padding: 10px;
    font-size: 24px;
  }
}

.top_h2_03 h2 {
  display: flex;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .top_h2_03 h2 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .top_h2_03 h2 {
    display: block;
    font-size: 20px;
  }
}
.top_h2_03 h2 .strong {
  font-size: 32px;
  color: #fe7e00;
}
@media screen and (max-width: 480px) {
  .top_h2_03 h2 .strong {
    font-size: 24px;
  }
}
.top_h2_03 h2:before {
  display: block;
  content: "";
  width: 15%;
  max-width: 300px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ff6347;
}
@media screen and (max-width: 834px) {
  .top_h2_03 h2:before {
    display: none;
  }
}
.top_h2_03 h2:after {
  display: block;
  content: "";
  width: 20%;
  max-width: 300px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ff6347;
}
@media screen and (max-width: 834px) {
  .top_h2_03 h2:after {
    width: 100%;
    max-width: 100%;
  }
}

.point_table td {
  padding: 5px 0 !important;
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  .point_table td {
    padding: 10px !important;
  }
}
.point_table .point_on {
  padding: 0 !important;
}
.point_table .point_title {
  position: relative;
  z-index: 0;
}
.point_table .point_title .translate {
  font-size: 16px;
}
.point_table .point_title:after {
  display: block;
  content: "";
  width: 100%;
  max-width: 300px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffe6e1;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .point_table .point_title:after {
    width: 100%;
    max-width: 300px;
  }
}
.point_table .point_title div {
  position: relative;
  font-weight: bold;
  color: #662408;
  font-size: 24px;
  z-index: 3;
}

.calendar_table article {
  border: 2px solid #ed4f32;
  background: #ed4f32;
}
@media screen and (max-width: 640px) {
  .calendar_table article {
    border: 0;
    background: none;
  }
}
.calendar_table table {
  table-layout: auto;
}
.calendar_table table td {
  padding: 15px 10px !important;
  border: 0 !important;
}

.top_access table {
  font-size: 16px;
}
.top_access td {
  padding: 0 !important;
  border: 0 !important;
}
.top_access td h3 {
  border-bottom: 1px dotted #ed4f32;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.top_h2_04 .h2_04 {
  color: #662408;
  background: url(../images/common/bg02.png);
  padding: 3px;
}
.top_h2_04 h2 {
  font-size: 36px;
  padding: 20px;
  font-weight: bold;
  background: #fff;
  line-height: 1.2;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top_h2_04 h2 {
    font-size: 22px;
    padding: 15px;
    text-align: left;
  }
}

.reason_table td {
  padding: 10px 0 0 0 !important;
  border: 0 !important;
}
.reason_table h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.reason_table h3 span {
  padding: 5px 10px;
  background: #ff6347;
  color: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .reason_table h3 span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.reason_table h3:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/common/bg02.png);
}

.top_h2_05 h2 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
}
.top_h2_05 h2:after {
  content: "";
  width: 50%;
  max-width: 300px;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #ed4f32;
}
@media screen and (max-width: 834px) {
  .top_h2_05 h2 {
    font-size: 24px;
  }
}

.top_voice01 .top_voice01_inner {
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_voicetable01 td {
  border: 0;
  padding: 0 !important;
}
.top_voicetable01 td h3 {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ed4f32;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

.title_text_table td {
  padding: 10px 0 0 0 !important;
  border: 0 !important;
}
.title_text_table h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ed4f32;
}
.title_text_table h3 span {
  padding: 5px;
  background: #ff6347;
  color: #fff;
  margin-right: 20px;
}
.title_text_table h3:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  background: url(../images/common/bg02.png);
}

.top_contact01 {
  border: 1px solid #ed4f32;
  padding: 10px;
  background: url(../images/common/bg02.png);
}
.top_contact01 article {
  padding: 30px 0;
  background: #fff;
}
.top_contact01 table td {
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  .top_contact01 table td {
    display: block;
  }
}
.top_contact01 table .contact_title h2 {
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 10px;
  display: inline-block;
}
.top_contact01 table .contact_title h2 span {
  color: #fe7e00;
  display: block;
}
.top_contact01 table .contact_tel a {
  font-weight: bold;
  color: #2fa207 !important;
  font-size: 24px;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
}
.top_contact01 table .contact_tel a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/cnt_tel_icon.png);
  width: 38px;
  height: 46px;
}

/*****************共通クラス*******************************/
.cnt_tel_table {
  padding: 5px;
  background: #fff;
  border: #2fa207 solid 2px;
}
.cnt_tel_table article {
  border: #2fa207 dotted 1px;
  background: #edffe7;
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .cnt_tel_table article {
    padding: 10px;
  }
}
.cnt_tel_table article td {
  border: 0 !important;
  padding: 5px !important;
}

.cnt_h1 {
  background: url(../images/common/bg02.png);
  padding: 5px;
}
.cnt_h1 h1 {
  background: #ff6347;
  border: 1px solid #fff;
  padding: 20px;
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .cnt_h1 h1 {
    font-size: 32px;
  }
}
.cnt_h1 h1 span {
  font-size: 20px;
  display: block;
}

.cnt_h2 h2 {
  font-size: 24px;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  background: #ff6347;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cnt_h2 h2 {
    font-size: 22px;
    padding: 15px;
  }
}
.cnt_h2 h2:after {
  z-index: 5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
}
.cnt_h2 h3 {
  font-size: 24px;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  background: #ed4f32;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cnt_h2 h3 {
    font-size: 22px;
    padding: 15px;
  }
}

.cnt_h3 h3 {
  font-size: 24px;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  background: #ed4f32;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cnt_h3 h3 {
    font-size: 22px;
    padding: 15px;
  }
}
.cnt_h3 h3:after {
  z-index: 5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
}

/***************タイトル01***************/
.cnt_title01 h2 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #ed4f32;
}
@media screen and (max-width: 834px) {
  .cnt_title01 h2 {
    font-size: 24px;
  }
}
.cnt_title01 h2:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/common/bg02.png);
}
.cnt_title01 h2 .strong {
  font-size: 43px;
  color: #fe7e00;
}
@media screen and (max-width: 834px) {
  .cnt_title01 h2 .strong {
    font-size: 30px;
  }
}

/***************タイトル02***************/
.cnt_title02 h2 {
  display: block;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: #ff6347;
}
.cnt_title02 h2 span {
  background: #ed4f32;
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}

/***************タイトル03***************/
.cnt_title03 h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ed4f32;
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3 {
    font-size: 20px;
  }
}
.cnt_title03 h3:before {
  content: "";
  width: 49px;
  height: 48px;
  position: absolute;
  bottom: 20px;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/title_icon01.png);
}

/***************タイトル04***************/
.cnt_title04 h4 {
  display: block;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #ed4f32;
  border-left: 5px solid #ed4f32;
  font-size: 20px;
  color: #333;
}
.cnt_title04 h4 span {
  background: #ed4f32;
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}

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

/***************タイトル05***************/
.cnt_title05 h2 {
  display: block;
  position: relative;
  border-bottom: 1px solid #ed4f32;
  font-size: 18px;
  color: #ed4f32;
  font-weight: bold;
  padding: 5px;
}

/***************電話テーブル***************/
.cnt_tel a {
  font-size: 40px;
  font-weight: bold;
  color: #2fa207 !important;
}
@media screen and (max-width: 1000px) {
  .cnt_tel a {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_tel a {
    font-size: 20px;
  }
}

/***************QRコード***************/
.qr_chord img {
  border: 1px solid #ccc;
}

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0;
}
.price_table table td {
  padding: 5px !important;
  border: 0 !important;
  font-weight: bold;
  border-bottom: 1px solid #ed4f32 !important;
}
@media screen and (max-width: 834px) {
  .price_table table td {
    width: 100%;
    display: block;
  }
}
.price_table table .price_text div {
  font-weight: bold;
}
.price_table table .price {
  width: 200px;
}
.price_table table .price div {
  color: #ff6600;
  font-weight: bold;
  text-align: right;
  vertical-align: bottom;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .price_table table .price {
    width: 100%;
  }
}

/******************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: #ffeae6 !important;
  color: #ed4f32 !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用)******************************/
.check_ul01 ul {
  display: block !important;
}
.check_ul01 ul li {
  float: none !important;
  display: block !important;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ed4f32;
  position: relative;
}
.check_ul01 ul li .translate {
  display: block;
}
.check_ul01 ul li .translate + span {
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .check_ul01 ul li {
    font-size: 18px;
  }
}
.check_ul01 ul li:after {
  content: "";
  width: 44px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  background: url(../images/common/check01.png);
}

/*******************チェック　ul(AI用)******************************/
.check_ul02 ul {
  display: block !important;
}
.check_ul02 ul li {
  float: none !important;
  display: block !important;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ed4f32;
  position: relative;
  margin-top: 30px;
}
.check_ul02 ul li .translate {
  display: block;
}
.check_ul02 ul li .translate + span {
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .check_ul02 ul li {
    font-size: 16px;
  }
}
.check_ul02 ul li .no01 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ff6347;
  color: #fff;
  border-radius: 121px;
  padding: 8px;
  font-size: 24px;
  width: 40px;
  line-height: 1;
  height: 40px;
  text-align: center;
  display: block;
}

/*******************チェック　ul(AI用)******************************/
.check_ul03 ul {
  display: block !important;
}
.check_ul03 ul li {
  float: none !important;
  display: block !important;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ed4f32;
  position: relative;
}
.check_ul03 ul li .translate {
  display: block;
}
.check_ul03 ul li .translate + span {
  font-size: 14px;
}
.check_ul03 ul li:after {
  content: "";
  width: 44px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  background: url(../images/common/check01.png);
}

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

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*******************お写真紹介 table********************/
#fancybox-title-float-wrap td {
  padding: 0px 7px !important;
}

/***************新着情報タイトル***************************/
.newstitle h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ed4f32;
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 834px) {
  .newstitle h2 {
    font-size: 24px;
  }
}
.newstitle h2:before {
  content: "";
  width: 35px;
  height: 33px;
  position: absolute;
  bottom: 20px;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/news_icon.png);
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 160px;
}
@media screen and (max-width: 834px) {
  .top_scroll {
    padding: 0;
    width: 95%;
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  .top_scroll {
    width: 100%;
  }
}
.top_scroll dl {
  border-bottom: 1px dotted #ed4f32;
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  .top_scroll dl {
    display: block !important;
  }
}
.top_scroll dl dt {
  display: block !important;
  width: 180px !important;
  background: none !important;
  border: 0px !important;
  color: #ed4f32 !important;
  font-size: 16px;
  font-weight: bold;
  padding: 0 !important;
  padding-right: 10px !important;
}
.top_scroll dl dt .translate {
  display: block;
}
.top_scroll dl dt .translate + span {
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .top_scroll dl dt {
    width: 100% !important;
  }
}
.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: #ed4f32 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***********************AI用画像テキストタイトル*******************************************/
.fl_img_text .box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .fl_img_text .box {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
}
.fl_img_text .box img {
  width: 38% !important;
  object-fit: cover;
  height: 250px !important;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 640px) {
  .fl_img_text .box img {
    width: 80% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.fl_img_text .box div {
  width: 58%;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .fl_img_text .box div {
    width: 100%;
    padding-top: 20px;
  }
}
.fl_img_text .box div h2 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.fl_img_text .box:nth-child(even) {
  flex-direction: row-reverse;
}

.banner_flbtn {
  align-items: center;
  background: #ffeae6;
  justify-content: space-around;
}
.banner_flbtn .box {
  width: 31%;
  margin: 20px 1%;
}

.voice_insta div.sns_list {
  flex-direction: row !important;
  flex-wrap: wrap;
  border: solid 1px #ed4f32 !important;
  padding: 10px;
}
.voice_insta div.sns_list > div {
  flex-direction: column !important;
  border-bottom: 1px !important;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .voice_insta div.sns_list > div {
    width: 100%;
  }
}
.voice_insta div.sns_list div.sns_photo {
  width: 100% !important;
}
.voice_insta div.sns_list div.sns_photo img {
  height: 300px !important;
}
@media screen and (max-width: 834px) {
  .voice_insta div.sns_list div.sns_photo img {
    height: auto !important;
  }
}
.voice_insta div.sns_list div.sns_text {
  width: 100%;
}
.voice_insta div.sns_list div.sns_date {
  color: #ed4f32 !important;
  font-weight: bold;
  font-size: 20px;
}
.voice_insta .caption {
  font-size: 16px !important;
}

/***********************バイリンガルスイッチ*******************************************/
#builingual {
  position: relative;
}

.switch {
  float: right;
  padding-top: 3px !important;
}

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

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: 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;
  transition: 0.4s;
}

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

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

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

@media only screen and (max-width: 834px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
    padding-right: 24px;
  }

  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/* title */

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