@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -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.75%;
  }
}

@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 #517d66;
}

.border02 {
  border: solid 1px #29543d;
}

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

.border04 {
  border: solid 1px #80caa3;
}

.border01_4 {
  border: solid 4px #517d66;
}

.border02_4 {
  border: solid 4px #29543d;
}

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

.border04_4 {
  border: solid 4px #80caa3;
}

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

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

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

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

.btm04 {
  border-bottom: 1px dotted #80caa3 !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: #517d66;
  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);
}

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

/************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 #517d66;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  background: #517d66;
  padding: 10px;
}
.modaal-wrapper p {
  padding: 10px;
  padding-bottom: 20px;
}
.modaal-wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #517d66;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #517d66;
  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: #517d66 solid 1px !important;
}
@media screen and (max-width: 834px) {
  .contact_form table td {
    display: block;
    width: 100%;
  }
}
.contact_form table th {
  width: 30%;
  border: #517d66 solid 1px !important;
  background: #e9fcef !important;
  color: #517d66;
  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: #e9fcef !important;
  font-weight: bold;
  color: #517d66;
  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;
}

/*******************************************************************/
.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%;
}
@media screen and (max-width: 834px) {
  .flexwrap31 .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: 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 {
  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: #29543d;
  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: 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;
  text-align: center !important;
  background: none !important;
  color: #517d66 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #517d66 !important;
  padding: 30px !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    padding: 20px !important;
    width: 100% !important;
    border: 0 !important;
    background: #e9fcef !important;
  }
}
.information_dl dl dd {
  padding: 30px !important;
  border: 0px !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    padding: 20px !important;
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }
}

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

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

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

/******************会社概要(AI用)dldt_list01**************************************/
.dldt_list01 {
  display: block;
  width: 100%;
  margin: 0 1%;
}
.dldt_list01 dl {
  width: 100%;
  border-bottom: 1px dotted #517d66 !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl {
    display: block !important;
  }
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #e9fcef !important;
  color: #517d66 !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;
  }
}

/******************トップお問い合わせ**************************************/
.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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .sns_photo img {
    height: auto !important;
  }
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  background: #517d66;
  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 #517d66;
}
@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ブログ機能用)***************************/
.top_blog {
  height: 300px;
  border: 1px solid #29543d;
}
@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 #29543d 1px !important;
}
.top_blog .blog_date {
  font-size: 16px !important;
  color: #517d66 !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: #29543d !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 a {
  color: #517d66 !important;
}
.blog a:visited {
  color: #517d66 !important;
}
.blog a:link {
  color: #517d66 !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: #517d66 !important;
}
.blog .wrap aside .pages li a:visited {
  color: #517d66 !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: #517d66 !important;
}
.blog .wrap aside .category li a:visited {
  color: #517d66 !important;
}
.blog .wrap aside h3 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(41, 84, 61, 0.1);
  margin: 20px 0;
  border: 1px solid #29543d;
}
.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 #517d66 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 #517d66 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: #517d66;
  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: #517d66;
}
@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 #517d66;
  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;
  }
}

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

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

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

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

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000 !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #b30606;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}
#builingual select {
  margin-left: 10px !important;
}
@media screen and (max-width: 640px) {
  #builingual select {
    margin-top: 10px !important;
  }
}

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

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

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

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
  z-index: 2;
}

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: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/***********************スクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  transition: all 2s ease 0.5s;
}

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

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

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

header#global_header {
  max-width: 100%;
  min-width: 100%;
}
#header {
  width: 100%;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #header {
    padding: 10px;
  }
}
@media screen and (max-width: 834px) {
  #header {
    padding-top: 58px;
    justify-content: center;
  }
}

.header_line {
  border-bottom: 2px solid #517d66;
}

.logo {
  max-width: 375px;
  width: 30%;
}
@media screen and (max-width: 834px) {
  .logo {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    width: 48%;
  }
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
}
@media screen and (max-width: 1000px) {
  .header_right {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .header_right {
    width: 48%;
  }
}

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

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

#hedaer_info {
  display: flex;
  justify-content: flex-end;
}
#hedaer_info li {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #hedaer_info li {
    margin: 0 10px;
  }
}

#nav_global {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 0 0 auto;
  max-width: 800px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  #nav_global ul {
    justify-content: flex-end;
  }
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  text-decoration: none;
  padding: 20px 0;
  display: block;
  font-weight: bold;
  position: relative;
  color: #333;
}
#nav_global ul li a:after {
  content: "";
  background: url(../images/common/nav_icon.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 7px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#nav_global ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
#nav_global ul li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 250px;
}
#nav_global ul ul li {
  width: 100%;
  background: #e9fcef;
}
#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: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .flex_box {
    display: block;
  }
}

.flR #hed_info {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .flR #hed_info {
    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;
  }
}

.mv-wrapper {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  position: relative;
  z-index: 0;
}

.mv {
  width: 100% !important;
}
.mv-catch {
  padding: 50px 0;
  height: 250px;
  width: 100%;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.52+25,0.7+50,0.52+75,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 25%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.52) 75%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .mv-catch {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .mv-catch {
    padding: 0;
  }
}
.mv-catch > img {
  text-align: center;
  margin: auto;
  height: auto !important;
}
@media screen and (max-width: 1000px) {
  .mv-catch > img {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  .mv-catch > img {
    width: 80% !important;
  }
}
@media screen and (max-width: 640px) {
  .mv-catch > img {
    width: 90% !important;
  }
}

.mv-slider__list:not(:first-child) {
  display: none;
}
.slick-initialized .slider__list:not(:first-child) {
  display: block;
}

.mv-slider__list img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.mv-slider__picture {
  display: block;
  position: relative;
  z-index: 0;
}
.mv-slider .slick-slide {
  height: auto;
}

.slick-prev,
.slick-next {
  display: none !important;
}

ul li img {
  margin: 0 auto;
}

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

.mean-container .mean-nav {
  background: #29543d !important;
}

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

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

#footer {
  padding-top: 50px;
  font-size: 13px;
  font-weight: bold;
  background: #fff !important;
}
@media screen and (max-width: 640px) {
  #footer {
    padding-top: 20px;
  }
}

.footer_logo {
  max-width: 375px;
  margin: 0 auto;
}

.contact_title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 1px;
  max-width: 520px;
  margin: 0 auto;
  border-bottom: 1px #fff solid;
  padding-bottom: 30px;
  font-weight: bold;
}
.contact_title span {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 640px) {
  .contact_title {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

.contact_text {
  padding-top: 30px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .contact_text {
    padding-top: 20px;
  }
}

.contact {
  padding: 50px 20px;
  background: url(../images/common/contact_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 20px;
  }
}

.contact_inner {
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 834px) {
  .contact_inner {
    padding: 20px;
  }
}

.contact_btn {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-itmes: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .contact_btn {
    display: block;
    padding-top: 10px;
  }
}
.contact_btn li {
  margin: 0 25px;
}
@media screen and (max-width: 834px) {
  .contact_btn li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .contact_btn li {
    margin: 10px 0 20px 0;
  }
}
.contact_btn .contact_tel a {
  color: #fff !important;
  font-size: 32px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 834px) {
  .contact_btn .contact_tel a {
    font-size: 24px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .contact_btn .contact_tel a {
    font-size: 20px;
    padding-left: 30px;
  }
}
.contact_btn .contact_tel a:after {
  content: "";
  width: 21px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/sp_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .contact_btn .contact_tel a:after {
    width: 15px;
  }
}

#nav_footer {
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
  background: #517d66;
  margin-top: 30px;
}
#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: 18px;
}
#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: #517d66 !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #517d66 !important;
  }
}

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

.contact_fixed {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 99;
}
@media screen and (max-width: 834px) {
  .contact_fixed {
    display: none;
  }
}

.contact_fixed_sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .contact_fixed_sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
  }
  .contact_fixed_sp_inner {
    display: flex;
    align-items: center;
  }
  .contact_fixed_sp_inner > a {
    display: block;
    flex-grow: 1;
    padding: 10px 5px;
    text-decoration: none;
  }
  .contact_fixed_sp_inner .button_tel {
    color: #517d66;
    border: 1px solid #517d66;
    background-color: #fff;
  }
  .contact_fixed_sp_inner .button_mail {
    color: #fff;
    border: 1px solid #517d66;
    background-color: #517d66;
  }
}

.footer_info {
  padding: 0 20px;
}
.footer_info address {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .footer_info address {
    font-size: 16px;
  }
}

#copy {
  background: #29543d;
  color: #fff;
  padding: 18px;
  display: block !important;
  font-size: 16px !important;
}
@media screen and (max-width: 834px) {
  #copy {
    padding-bottom: 50px;
  }
}
#copy a:link {
  color: #fff;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff;
  text-decoration: none;
}

#main #col_main {
  width: 100%;
}

#global_footer {
  height: 40px;
}

.top_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

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

#main {
  width: 100% !important;
}

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

.top_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.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 */
.top01_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top01_inner {
    padding: 30px;
    background: url(../images/common/top_bg01.jpg);
  }
}
@media screen and (max-width: 640px) {
  .top01_inner {
    padding: 20px;
    background: url(../images/common/top_bg01.jpg);
  }
}

.top01 {
  position: relative;
}
.top01:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  min-height: 440px;
  height: 50%;
  z-index: 1;
  background: url(../images/common/top_bg01.jpg);
}
@media screen and (max-width: 834px) {
  .top01:after {
    display: none;
  }
}
.top01 .top01_table {
  z-index: 5;
  position: relative;
}
.top01 .top01_table article {
  max-width: 800px;
  width: 70%;
  z-index: 3;
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: 3px 3px 8px #333;
}
@media screen and (max-width: 834px) {
  .top01 .top01_table article {
    width: 100%;
    box-shadow: unset;
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top01 .top01_table article {
    padding: 10px;
  }
}
.top01 .top01_table td {
  border: 0 !important;
}
.top01 .top01_table h2 {
  font-size: 20px;
  font-weight: bold;
}
.top01 .top01_table h2 span {
  color: #ff6600;
  font-size: 32px;
}
.top01 .top01_table .top01_btn a {
  display: block;
  background: #517d66;
  color: #fff !important;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 220px;
  margin: 0 0 0 auto;
  z-index: 2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .top01 .top01_table .top01_btn a {
    margin: 0 auto;
  }
}
.top01 .top01_table .top01_btn a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 18px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
}
.top01 .top01_img {
  height: 440px;
  max-width: 800px;
  width: 60%;
  position: absolute;
  background-position: center;
  z-index: 2;
  right: 0;
  top: 0;
}
@media screen and (max-width: 834px) {
  .top01 .top01_img {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .top01 .top01_img {
    height: 200px;
  }
}

.top02_h2 h2 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
.top02_h2 h2 span {
  font-size: 32px;
  color: #ff6600;
}
.top02_h2 h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  margin: auto;
  max-width: 489px;
  width: 40%;
  height: 120px;
  background: url(../images/common/top02_title_text.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 640px) {
  .top02_h2 h2:after {
    height: 50px;
    bottom: 0;
  }
}
.top02_h2 h2:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: url(../images/common/top_hbg.png);
}

.top02_box {
  display: flex;
}
.top02_box .box {
  width: 50%;
  position: relative;
}
.top02_box .box h3 {
  display: none;
}
@media screen and (max-width: 640px) {
  .top02_box .box {
    width: 100%;
  }
}
.top02_box .box:after {
  content: "";
  border: 1px #fff solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  pointer-events: none;
}
.top02_box .box img {
  height: 300px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .top02_box .box img {
    height: 200px !important;
  }
}
.top02_box .box div {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  font-size: 1.2vw;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .top02_box .box div {
    font-size: 14px;
  }
}
.top02_box .box div span {
  display: block;
  font-size: 4vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .top02_box .box div span {
    font-size: 32px;
  }
}

.top02_box01 {
  display: flex;
}
.top02_box01 .box {
  width: 33%;
  position: relative;
}
.top02_box01 .box h3 {
  display: none;
}
.top02_box01 .box:nth-of-type(3) {
  width: 34%;
}
@media screen and (max-width: 640px) {
  .top02_box01 .box:nth-of-type(3) {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top02_box01 .box {
    width: 100%;
  }
}
.top02_box01 .box:after {
  content: "";
  border: 1px #fff solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  pointer-events: none;
}
.top02_box01 .box img {
  height: 300px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .top02_box01 .box img {
    height: 200px !important;
  }
}
.top02_box01 .box div {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  font-size: 0.8vw;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .top02_box01 .box div {
    font-size: 14px;
  }
}
.top02_box01 .box div span {
  display: block;
  font-size: 2vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .top02_box01 .box div span {
    font-size: 28px;
  }
}

.top03_inner {
  background: #fff;
  padding: 30px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .top03_inner {
    padding: 20px;
  }
}

/*****************共通クラス*******************************/
.cnt_h1 {
  padding: 80px 0;
  background: url(../images/common/h_bg01.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .cnt_h1 {
    padding: 30px 0;
  }
}
.cnt_h1 article h1 {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  text-shadow: 2px 2px 10px #517d66;
}
@media screen and (max-width: 640px) {
  .cnt_h1 article h1 {
    font-size: 18px;
  }
}
.cnt_h1 article span {
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 640px) {
  .cnt_h1 article span {
    font-size: 20px;
  }
}

/***********h2*********************/
.cnt_h2 h2 {
  font-size: 26px;
  padding: 15px;
  padding-left: 25px;
  font-weight: bold;
  border-bottom: 2px dotted #517d66;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cnt_h2 h2 {
    font-size: 22px;
    padding: 15px;
  }
}
.cnt_h2 h2:after {
  content: "";
  height: 50%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff6600;
}
.cnt_h2 h3 {
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #517d66;
  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: 24px;
  padding: 10px;
  font-weight: bold;
  color: #29543d;
  line-height: 1.2;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #29543d;
}
@media screen and (max-width: 640px) {
  .cnt_h3 h3 {
    font-size: 22px;
  }
}
.cnt_h3 h2 {
  font-size: 24px;
  padding: 10px;
  font-weight: bold;
  color: #29543d;
  line-height: 1.2;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #29543d;
}
@media screen and (max-width: 640px) {
  .cnt_h3 h2 {
    font-size: 22px;
  }
}

/***************タイトル04***************/
.cnt_h4 h4 {
  display: block;
  position: relative;
  font-size: 20px;
  color: #517d66;
  background: #e9fcef;
  font-weight: bold;
  padding: 10px;
}

/***************タイトル01***************/
.cnt_title01 h3 {
  display: block;
  padding: 10px;
  position: relative;
  border-top: 1px solid #517d66;
  border-bottom: 1px solid #517d66;
  font-size: 20px;
  color: #517d66;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-left: 3px solid #517d66;
  border-right: 1px solid #517d66;
  background: #ede5ff;
  margin: 10px 0;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3 {
    font-size: 20px;
  }
}

/***************タイトル02***************/
.cnt_title02 h3 {
  display: block;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #517d66;
  border-left: 5px solid #517d66;
  font-size: 20px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #29543d;
}
.cnt_title02 h3 span {
  background: #517d66;
  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 #517d66;
  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: #517d66;
  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: #517d66;
  background: #e9fcef;
  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 #517d66;
  font-size: 18px;
  color: #517d66;
  background: #e9fcef;
  font-weight: bold;
  padding: 5px;
}

/******************強調テキスト**************************************/
.emphasis_text {
  font-size: 38px;
  color: #517d66;
  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;
  }
}

.works_box {
  display: flex;
  flex-wrap: wrap;
}

.works_table table td {
  border: 0 !important;
}
.works_table table td h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #29543d;
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #29543d;
}
.works_table table td h3 {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #29543d;
}

.works_btn a {
  position: relative;
  padding: 10px;
  max-width: 300px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  background: #29543d !important;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.line_btn a {
  position: relative;
  padding: 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  max-width: 500px;
  color: #fff !important;
  background: #28ad36 !important;
  font-size: 18px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-radius: 10px;
}

.works_w31 {
  width: 31%;
  margin: 20px 1% 0 1%;
  padding: 10px;
  border: 1px solid #29543d;
}
.works_w31 img {
  height: 200px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 640px) {
  .works_w31 img {
    height: 250px !important;
  }
}
@media screen and (max-width: 834px) {
  .works_w31 {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .works_w31 {
    width: 98%;
  }
}

.works_box .box {
  width: 48%;
  margin: 20px 1% 0 1%;
  padding: 20px;
  text-align: center;
  border: 1px #ccc solid;
}
@media screen and (max-width: 834px) {
  .works_box .box {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .works_box .box {
    width: 100%;
  }
}
.works_box .box div {
  text-align: left;
}
.works_box .box div .works_title {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #517d66;
  margin-bottom: 10px;
  text-align: center;
}

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

.cnt_textbtn01 a {
  padding: 10px;
  background: #e9fcef;
  border: 1px solid #517d66;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #517d66;
}
@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: #e9fcef !important;
  color: #517d66 !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}
.dldt_list01 dl dd {
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

/*******************チェック　ul(AI用)******************************/
.ul_list ul {
  display: block !important;
}
.ul_list ul li {
  float: none !important;
  display: block !important;
  font-size: 16px;
  color: #333;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.ul_list ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #29543d;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  display: block !important;
}
.ul_list01 ul li {
  float: none !important;
  display: block !important;
  font-size: 16px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.ul_list01 ul li .no {
  margin-right: 10px;
  font-size: 20px;
  color: #29543d;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

/***************新着情報***************************/
.newstitle h2 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #517d66;
}
.newstitle h2 .no {
  color: #ff6600;
  font-size: 36px;
}
.newstitle h2 .sub {
  color: #517d66;
  font-size: 16px;
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  margin: 0 auto;
  height: 200px;
}
@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 #ccc;
  padding: 10px 0;
  display: block !important;
}
.top_scroll dl dt {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  color: #517d66 !important;
  font-size: 16px;
  font-weight: bold;
  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 {
  padding-top: 30px;
  text-align: left;
}
.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #517d66 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***********流れ01***********/
.flow01 {
  border-bottom: dotted #517d66 1px;
  padding: 10px;
  margin-bottom: 10px;
}
.flow01 table {
  width: 100%;
}
.flow01 table td {
  padding: 10px 0 !important;
  border: 0 !important;
}
@media screen and (max-width: 640px) {
  .flow01 table td {
    display: block;
  }
}
.flow01 table .flow_title h2,
.flow01 table .flow_title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #517d66;
  background: #e9fcef;
  padding: 10px;
}
.flow01 table .flow_title h2 span,
.flow01 table .flow_title h3 span {
  color: #ff6600;
}
.flow01 table .flow_sub {
  padding-top: 0 !important;
}
.flow01 table .flow_sub div {
  color: #517d66;
  font-size: 18px;
}

/***********************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;
  -o-object-fit: cover;
     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: #e9fcef;
  justify-content: space-around;
}
.banner_flbtn .box {
  width: 31%;
  margin: 20px 1%;
}

/* title */
.section_voice_name {
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  background-color: #29543d;
  color: #fff;
}
.section_voice_text {
  line-height: 2;
  letter-spacing: 0.06em;
}

.text_normal {
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.content_faq {
  flex-direction: column !important;
  box-shadow: 2px 2px 10px rgba(102, 102, 102, 0.2);
}
.content_faq .box {
  width: 100%;
}
.content_faq .box > div {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .content_faq .box > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content_faq .box:first-child > div {
  position: relative;
  z-index: 0;
  color: #29543d;
  font-weight: 500;
}
.content_faq .box:first-child > div:before {
  content: "Q";
  margin-right: 10px;
  background-color: #29543d;
  padding: 5px 5px 2px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .content_faq .box:first-child > div:before {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.content_faq .box:last-child > div {
  font-size: rems(14px);
  border-top: 1px dotted #999;
}
.content_faq .box:last-child > div:before {
  content: "A";
  margin-right: 10px;
  background-color: #80caa3;
  padding: 5px 5px 2px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .content_faq .box:last-child > div:before {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.content_faq .box > div {
  flex: 1 0 0;
}

.mail.title {
  display: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__li {
  margin-right: 10px;
  line-height: 1;
}
.breadcrumb__li:last-child {
  margin-right: 0;
}
.breadcrumb__divide {
  margin-right: 10px;
  font-size: 14px;
}
.breadcrumb__link {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumb__link:link, .breadcrumb__link:visited {
  color: #333 !important;
}/*# sourceMappingURL=common_style.css.map */