@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

/***********************************非表示*******************************************/
.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;
}



.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 var(--mc);
}

.border02 {
  border: solid 1px #48be4f;
}

.border03 {
  border: solid 1px #53aa35;
}

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

.border01_4 {
  border: solid 4px var(--mc);
}

.border02_4 {
  border: solid 4px #48be4f;
}

.border03_4 {
  border: solid 4px #53aa35;
}

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

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

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted var(--mc) !important;
}

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

.btm03 {
  border-bottom: 1px dotted #53aa35 !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 {
    margin-right: 20px;
  }
}
@media 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 screen and (max-width: 834px) {
  .imgR {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .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;
}

/************************************プライバシーポリシー************************************/
.modaal-wrapper {
  z-index: 9999999 !important;
  font-size: 16px;
}
.modaal-wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid var(--mc);
  display: inline-block;
  margin-bottom: 10px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid var(--mc);
  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: var(--mc) solid 1px !important;
}
@media screen and (max-width: 834px) {
  .contact_form table td {
    display: block;
    width: 100%;
  }
}
.contact_form table th {
  width: 30%;
  border: var(--mc) solid 1px !important;
  background: #fff8ea !important;
  color: var(--mc);
  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 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact_form dt {
  font-size: 16px;
}
.contact_form dl dt {
  padding: 15px !important;
  text-align: center;
  background: #fff8ea !important;
  font-weight: bold;
  color: var(--mc);
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .contact_form dl dt {
    display: block;
    width: 40% !important;
  }
}
@media screen and (max-width: 640px) {
  .contact_form dl dt {
    display: block;
    width: 100%;
  }
}
.contact_form dl dd {
  font-size: 16px !important;
}
@media screen and (max-width: 834px) {
  .contact_form 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;
}

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

.pankuzu a:link {
  color: var(--mc) !important;
  text-decoration: none !important;
}
.pankuzu a:visited {
  color: var(--mc) !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;
  }
}

.display_pc01 {
  text-align: center;
}
@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 {
    text-align: center;
    display: block;
  }
}

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

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

/******************flexwrap*************************************/
.flexwrap {
  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%;
  }
}

.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%;
  }
}

.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%;
  }
}

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

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

.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 ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.link_list li {
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .link_list li {
    padding: 5px 5px 0 5px;
    margin-bottom: 5px;
  }
}
.link_list li a {
  width: 100%;
  padding: 10px 20px;
  background: var(--mc);
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .link_list li a {
    padding: 5px;
    text-align: left;
    font-size: 14px;
  }
}

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

.link_name01 {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .link_name01 {
    margin-top: -100px;
    padding-top: 100px;
  }
}

/*************************ノーホバー***********************************/
.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: 16px;
}
.information_dl dl {
  width: 100%;
  margin: 0 auto;
}
@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;
  color: var(--mc) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mc) !important;
  padding: 30px 0 !important;
  align-items: center !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    width: 100% !important;
    border: 0 !important;
    background: #fff8ea !important;
    padding: 20px 10px !important;
  }
}
.information_dl dl dd {
  padding: 30px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    padding: 20px 10px !important;
  }
}

/****************************料金表************************************/
.price_dl {
  font-size: 16px;
}
.price_dl dl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .price_dl dl {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }
}
.price_dl dl dt {
  background: #fff8ea !important;
  padding: 10px !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .price_dl dl dt {
    width: 100% !important;
    border: 0 !important;
    background: #fff8ea !important;
    padding: 20px 10px !important;
  }
}
.price_dl dl dd {
  padding: 10px !important;
  text-align: right !important;
}
@media screen and (max-width: 640px) {
  .price_dl dl dd {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    padding: 20px 10px !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 var(--mc) !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl {
    display: block !important;
  }
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #fff8ea !important;
  color: var(--mc) !important;
  display: table-cell !important;
  border: 0px !important;

  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;
  }
}

/******************トップお問い合わせ**************************************/
.top_contact {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.top_contact:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 404px;
  height: 312px;
  background: url(../images/common/contact_bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 30%;
}
@media screen and (max-width: 834px) {
  .top_contact:after {
    display: none;
  }
}
.top_contact article {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top_contact article td {
  border: 0 !important;
}

.top_contacth2 {
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 20px !important;
}
.top_contacth2 span {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .top_contacth2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_contacth2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .top_contacttel {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .top_contacttel {
    font-size: 20px;
  }
}
.top_contacttel a {
  color: #fff !important;
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .top_contacttel a {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_contacttel a {
    font-size: 20px;
  }
}

/******************画像テーブル横並び**************************************/
.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 {
  margin: 0 auto;
  max-width: 1100px;
}

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

.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  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: 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: 200px !important;
  width: 100% !important;
  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 {
  margin-top: 30px;
}
.cnt_insta div.sns_list div.sns_date {
  border-bottom: 1px solid var(--mc);
  color: var(--mc) !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0 8px 8px 8px;
}
.cnt_insta .caption {
  padding-top: 20px;
  font-size: 16px;
}
.cnt_insta .sns_photo {
  width: 30% !important;
}
.cnt_insta .sns_photo img {
  height: 250px !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 {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--mc);
}
@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;
  }
}
.cnt_insta div.sns_list ul li a {
  font-size: 14px !important;
}

/***************新着情報(AIブログ機能用)***************************/
.top_blog {
  height: 300px;
  border: 1px solid #48be4f;
}
@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 #48be4f 1px !important;
}
.top_blog .blog_date {
  font-size: 16px !important;
  color: var(--mc) !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: #48be4f !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 .pages li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .pages li a:link {
  color: var(--mc) !important;
}
.blog .wrap aside .pages li a:visited {
  color: var(--mc) !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: var(--mc) !important;
}
.blog .wrap aside .category li a:visited {
  color: var(--mc) !important;
}
.blog .wrap aside h3 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(255, 150, 0, 0.1);
  margin: 20px 0;
  border: 1px solid var(--mc);
}
.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 var(--mc) dotted;
}
.blog .wrap #contents dl dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.blog .wrap #contents article {
  padding: 10px 0;
  border-bottom: 1px var(--mc) dotted;
}
@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: var(--mc);
  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: var(--mc);
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents h2 {
    text-align: left !important;
  }
}
.blog .wrap #contents ul {
  margin-bottom: 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 var(--mc);
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !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;
  }
}

.logo li {
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
}


.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;
  }
}



.f_title02 {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}

#f_cntact_btn {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #f_cntact_btn {
    display: block;
    padding-top: 0px;
  }
}
#f_cntact_btn li {
  margin: 10px 20px;
}
@media screen and (max-width: 834px) {
  #f_cntact_btn li {
    margin: 20px 0;
  }
}

#nav_footer {
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
  background: #e57919;
}
#nav_footer ul {
  max-width: 1200px;
  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;
}
#nav_footer ul li a:link {
  color: #fff !important;
  text-decoration: none;
}
#nav_footer ul li a:visited {
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    background: #fff !important;
    padding: 10px;
    display: block;
    border-radius: 10px;
    font-weight: bold;
  }
  #nav_footer ul li a:link {
    color: var(--mc) !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: var(--mc) !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_logo ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_logo ul li {
  margin: 10px;
}

.footer_info {
  padding: 30px 20px;
}
.footer_info address {
  color: #333 !important;
  padding-top: 20px;
  font-size: 16px;
}
.footer_info .footer_tel {
  padding-top: 20px;
}
.footer_info .footer_tel li {
  font-size: 30px;
  display: block;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer_info .footer_tel li {
    font-size: 20px;
  }
}
.footer_info .footer_tel li a {
  font-weight: bold;
  color: #333 !important;
}

#copy {
  background: #df6900 !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;
}


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

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

/* TOP */
.top_h1 {
  width: 95%;
  margin: 0 auto;
}
.top_h1 h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top_h1 h1 {
    font-size: 28px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top_h1 h1 {
    font-size: 20px;
    text-align: left;
  }
}
.top_h1 h1 span {
  display: block;
  padding-top: 30px;
  color: var(--mc);
}

.top01_text {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 834px) {
  .top01_text {
    padding: 30px 0 30px 0;
  }
}

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

.fl_btw {
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .colm_rev {
    flex-direction: column-reverse;
  }
}

.align-c {
  align-items: center;
}

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

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

.top03_h2 h2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .top03_h2 h2 img {
    width: 40% !important;
  }
}
.top03_h2 h2:after {
  content: "";
  border-top: 1px solid #53aa35;
  content: "";
  flex-grow: 1;
  margin-left: 50px;
}
@media screen and (max-width: 640px) {
  .top03_h2 h2:after {
    margin-left: 20px;
  }
}
.top03_h2 h2:before {
  content: "";
  border-top: 1px solid #53aa35;
  content: "";
  flex-grow: 1;
  margin-right: 50px;
}
@media screen and (max-width: 640px) {
  .top03_h2 h2:before {
    margin-right: 20px;
  }
}

.top03_table {
  width: 29.33333%;
  margin: 0 2%;
}
@media screen and (max-width: 834px) {
  .top03_table {
    width: 31.111111%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 640px) {
  .top03_table {
    width: 100%;
    margin: 20px auto;
    max-width: 320px;
  }
}
.top03_table table td {
  border: 0 !important;
  padding: 10px 5px !important;
}
.top03_table table .td_point {
  position: relative;
}
.top03_table table .td_point img {
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 834px) {
  .top03_table table .td_point img {
    width: 60px !important;
    top: 0;
    left: -10px;
  }
}
@media screen and (max-width: 640px) {
  .top03_table table .td_point img {
    width: auto !important;
    top: -20px;
    left: -20px;
  }
}
.top03_table table .td_title div {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top03_table table .td_title div {
    font-size: 16px;
  }
}
.top03_table table .td_btn {
  text-align: right !important;
}
.top03_table table .td_btn a {
  position: relative;
  padding: 10px;
  background: #333;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  .top03_table table .td_btn a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.top03_table table .td_btn a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 15px;
  background: url(../images/common/btn_icopn.png);
}

.imgbtn_list01 {
  display: flex;
  justify-content: center;
}
.imgbtn_list01 .box {
  width: 48%;
  margin: 10px 1%;
}
@media screen and (max-width: 640px) {
  .imgbtn_list01 .box {
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
}

.top04 .topinner {
  position: relative;
}
.top04 .top04_table {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 640px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .top04 .top04_table {
    position: static;
  }
}
.top04 .top04_table td {
  border: 0 !important;
  padding: 20px !important ;
}
.top04 .top04_table .top04_btn {
  text-align: right !important;
}
.top04 .top04_table .top04_btn a {
  position: relative;
  padding: 10px;
  background: #333;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  margin: 0 0 0 auto;
  max-width: 320px;
}
@media screen and (max-width: 640px) {
  .top04 .top04_table .top04_btn a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.top04 .top04_table .top04_btn a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 15px;
  background: url(../images/common/btn_icopn.png);
}
.top04 .top04_table h2 {
  font-weight: bold;
  font-size: 32px;
  position: relative;
  border-bottom: 1px solid var(--mc);
}
@media screen and (max-width: 640px) {
  .top04 .top04_table h2 {
    padding-bottom: 10px;
    text-align: center;
    font-size: 24px;
  }
}
.top04 .top04_table h2 span {
  font-size: 74px;
  position: absolute;
  right: 0;
  top: -13px;
  bottom: 0;
  margin: auto;
  line-height: 1;
  color: #ffc48d;
}
@media screen and (max-width: 834px) {
  .top04 .top04_table h2 span {
    font-size: 50px;
    top: 7px;
  }
}
@media screen and (max-width: 640px) {
  .top04 .top04_table h2 span {
    position: static;
    font-size: 20px;
    display: block;
  }
}

.top05 .top05_w {
  max-width: 500px;
  width: 48%;
}
@media screen and (max-width: 640px) {
  .top05 .top05_w {
    width: 100%;
    max-width: 100%;
  }
}

.top05_h2 h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--mc);
}
@media screen and (max-width: 640px) {
  .top05_h2 h2 {
    text-align: center !important;
  }
}
.top05_h2 h2 span {
  font-size: 18px;
  margin-left: 20px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 640px) {
  .top05_h2 h2 span {
    display: block;
    margin-left: 0;
  }
}

/*******************************************************/
.about_table01 {
  border: 1px solid var(--mc);
}
.about_table01 table td {
  border: 0 !important;
  padding: 10px 0 !important;
}
.about_table01 table td h3 {
  font-size: 18px;
  font-weight: bold;
}
.about_table01 table td h3 span {
  color: var(--mc);
  font-size: 20px;
  display: block;
}

/*****************共通クラス*******************************/
.cnt_h1 h1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #53aa35;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/common/h1_bg.jpg);
  background-position: top center;
  padding: 80px 0;
  text-shadow: 0px 0px 5px #fff;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .cnt_h1 h1 {
    font-size: 24px;
    padding: 30px;
  }
}
.cnt_h1 h1 span {
  font-size: 20px;
  display: block;
  color: #333;
}

/***********h2*********************/
.cnt_h2 :is(h1,h2,h3) {
  /* font-size: 28px; */
  padding: 15px;
  padding-left: 100px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px dotted #ccc;
}
.cnt_h2 :is(h1,h2,h3):after {
  content: "";
  height: 55px;
  max-width: 55px;
  width: 20%;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/h_icon.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .cnt_h2 h2:after {
    max-width: 50px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h2 h2:after {
    max-width: 40px;
  }
}
@media screen and (max-width: 834px) {
  .cnt_h2 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 834px) {
  .cnt_h2 h2 {
    padding-left: 85px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h2 h2 {
    font-size: 22px;
    padding-left: 70px;
    padding-bottom: 10px;
  }
}
/* .cnt_h2 h3 {
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  background: var(--mc);
  line-height: 1.2;
  position: relative;
} */
/* @media screen and (max-width: 640px) {
  .cnt_h2 h3 {
    font-size: 22px;
    padding: 15px;
  }
} */

/***********h3*********************/
.cnt_h3 h3 {
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  border: 1px solid var(--mc);
  padding-left: 15px;
  border-left: 5px var(--mc) solid;
}
@media screen and (max-width: 640px) {
  .cnt_h3 h3 {
    font-size: 18px;
  }
}

/***************タイトル04***************/
.cnt_h4 h4 {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px dotted var(--mc);
}

/***************タイトル01***************/
.cnt_title01 h2 {
  display: block;
  padding: 10px;
  position: relative;
  border-top: 1px solid var(--mc);
  border-bottom: 1px solid var(--mc);
  font-size: 20px;
  color: #fff;
  border-left: 3px solid var(--mc);
  border-right: 1px solid var(--mc);
  margin: 10px 0;
  position: relative;
  font-weight: bold;
  background: var(--mc);
}
@media screen and (max-width: 640px) {
  .cnt_title01 h2 {
    font-size: 20px;
  }
}

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

/***************タイトル03***************/
.cnt_title03 h3 {
  display: block;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px dotted var(--mc);
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3 {
    text-align: center !important;
    font-size: 20px;
  }
}
.cnt_title03 h3 span {
  background: var(--mc);
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3 span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0px;
  }
}

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

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

/******************強調テキスト**************************************/
.emphasis_text {
  font-size: 38px;
  color: var(--mc);
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 30px 0 !important;
}
@media screen and (max-width: 834px) {
  .emphasis_text {
    font-size: 22px;
  }
}

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0;
}
.price_table table {
  border-bottom: 1px solid var(--mc);
}
.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: #ff6600;
  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%;
  }
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 10px;
  background: #e2e1d7;
  border: 1px solid var(--mc);
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: var(--mc);
}

.cnt_textbtn01 a {
  padding: 10px;
  background: #fff8ea;
  border: 1px solid var(--mc);
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: var(--mc);
}
@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    width: 100%;
    text-align: center;
  }
}

/******************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: #fff8ea !important;
  color: var(--mc) !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}
.dldt_list01 dl dd {
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

/***********流れ01***********/
.flow01 {
  background: #fff8ea;
  border-bottom: solid var(--mc) 1px;
  padding: 10px;
  margin-bottom: 10px;
}
.flow01 table {
  width: 100%;
}
.flow01 table td {
  padding: 10px !important;
  border: 0 !important;
}
@media screen and (max-width: 640px) {
  .flow01 table td {
    display: block;
  }
}
.flow01 table .arrow {
  width: 100px;
}
@media screen and (max-width: 640px) {
  .flow01 table .arrow {
    width: 100%;
  }
}

.flow_no {
  background: url(../images/common/arrow.png);
  width: 86px;
  height: 110px;
  padding: 20px 20px 20px 10px;
  font-size: 46px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .flow_no {
    background: var(--mc);
    width: 100%;
    height: auto;
    padding: 5px;
    font-size: 28px;
    text-align: center !important;
    font-weight: bold;
  }
}

/***********流れ02***********/
.table_flow {
  margin: 20px 0;
}
.table_flow table td {
  padding: 10px !important;
  border: 0 !important;
  background: #e9f0ff;
}
@media screen and (max-width: 834px) {
  .table_flow table td {
    display: block;
  }
}
.table_flow table .step {
  color: #fff;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #004eff;
  width: 150px;
}
@media screen and (max-width: 834px) {
  .table_flow table .step {
    width: 100%;
    text-align: center;
  }
}
.table_flow table .setp_title {
  padding-bottom: 0 !important;
}
.table_flow table .setp_title p {
  padding-left: 20px;
  border-bottom: 2px solid #004eff;
  font-size: 24px;
  font-weight: bold;
  color: #004eff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .table_flow table .setp_title p {
    text-align: center;
    padding-left: 0px;
  }
}

/****************流れ03**************************/
.flow_table {
  max-width: 100%;
  margin: 0 auto;
}
.flow_table table {
  background: #e7e7e7;
  border-bottom: 1px solid #ccc;
}
.flow_table table td {
  padding: 0px !important;
}
@media screen and (max-width: 834px) {
  .flow_table table td {
    display: block;
  }
}
.flow_table table .flow_table_icon_sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .flow_table table .flow_table_icon_sp {
    display: block;
    text-align: center;
    padding-bottom: 10px !important;
  }
}
.flow_table table .flow_table_icon {
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .flow_table table .flow_table_icon {
    display: none;
  }
}
.flow_table table .flow_table_title {
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: var(--mc);
  width: 300px;
}
@media screen and (max-width: 834px) {
  .flow_table table .flow_table_title {
    width: 100%;
    text-align: left !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
  }
}
.flow_table table .flow_table_text {
  padding-left: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.flow_table table .flow_table_text br {
  display: none;
}
.flow_table table .flow_table_text p {
  padding-left: 20px;
  position: relative;
}
.flow_table table .flow_table_text p:after {
  content: "";
  height: 9px;
  width: 12px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 6px;
  background: url(../images/common/cnt_icon02.png);
}
.flow_table table .flow_table_goods {
  padding: 10px !important;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

/*****************************よくある質問****************************************/
.faq {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px dotted var(--mc);
}
.faq td {
  border: 0 !important;
}
.faq .question {
  padding-left: 80px !important;
  position: relative;
  padding-bottom: 20px !important;
  padding-top: 25px !important;
}
.faq .question div {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .faq .question div {
    font-size: 20px;
  }
}
.faq .question:after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}
.faq .answer {
  padding-left: 80px !important;
  position: relative;
  padding-bottom: 50px !important;
  padding-top: 45px !important;
}
.faq .answer div {
  font-size: 16px;
  font-weight: bold;
}
.faq .answer:after {
  content: "";
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 25px;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}

/*************************テーブルリスト01(レスポン用)***********************************/
.table_list01 table td {
  padding: 0 !important;
  border: 0 !important;
  padding-bottom: 10px !important;
}
.table_list01 table td p {
  padding-bottom: 0;
  padding-left: 30px;
  position: relative;
  font-weight: bold;
}
.table_list01 table td p:after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/cnt_icon03.png);
  background-repeat: none;
}

/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  max-width: 650px;
  margin: 0 auto;
  display: block !important;
}
.check_ul01 ul li {
  float: none !important;
  display: block !important;
  font-size: 18px;
  font-weight: bold;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #2a2e67;
  position: relative;
}
@media screen and (max-width: 640px) {
  .check_ul01 ul li {
    font-size: 16px;
  }
}
.check_ul01 ul li:after {
  content: "";
  width: 44px;
  height: 30px;
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;
  background: url(../images/common/check_list.png);
}

.check_ul02 ul {
  margin: 0 auto;
  display: block !important;
}
.check_ul02 ul li {
  float: none !important;
  display: block !important;
  font-size: 14px;
  padding-left: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #2a2e67;
  position: relative;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .check_ul02 ul li {
    font-size: 16px;
  }
}
.check_ul02 ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  background: var(--mc);
}

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

/****************************会社概要************************************/
.information_table table {
  width: 100%;
  margin: 0 auto;
}
.information_table table td {
  border: 0 !important;
  padding: 10px !important;
  border-bottom: 1px solid var(--mc) !important;
}
@media screen and (max-width: 640px) {
  .information_table table td {
    display: block !important;
    width: 100% !important;
  }
}
.information_table table .information_title {
  padding-left: 20px !important;
  width: 30%;
  font-weight: bold;
  background: #fff8ea;
  color: var(--mc);
}

/***********************ビフォ―アフター********************************/
.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: var(--mc);
  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;
  }
}

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

/***************新着情報***************************/
.newstitle {
  border-bottom: 1px solid #199640;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 390px;
}
@media screen and (max-width: 834px) {
  .top_scroll {
    padding: 0;
    padding-top: 20px;
    width: 95%;
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  .top_scroll {
    width: 100%;
  }
}
.top_scroll dl {
  border-bottom: 1px solid var(--mc);
  padding: 10px 0;
  display: block !important;
}
.top_scroll dl dt {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  color: var(--mc) !important;
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px 5px 0 5px !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: var(--mc) !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: #fff8ea;
  justify-content: space-around;
}
.banner_flbtn .box {
  width: 31%;
  margin: 20px 1%;
}
