@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

/***********************************書体*******************************************/
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media screen and (max-width: 768px) {
  .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 td {
  padding: 20px;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpd5 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.top_pa20 {
  padding-top: 20px !important;
}

.bottom_pa20 {
  padding-bottom: 20px !important;
}

.cnt_table table {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333 !important;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.br0 td {
  border: 0 !important;
}

/************************************ボーダー************************************/
.border01 {
  border: solid 1px #ef7f5a;
}

.border02 {
  border: solid 1px #48be4f;
}

.border03 {
  border: solid 1px #079bcb;
}

.border04 {
  border: solid 1px #b552ad;
}

.border01_4 {
  border: solid 4px #ef7f5a;
}

.border02_4 {
  border: solid 4px #48be4f;
}

.border03_4 {
  border: solid 4px #079bcb;
}

.border04_4 {
  border: solid 4px #b552ad;
}

.border_f {
  border: solid 1px #fff;
}

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted #ef7f5a !important;
}

.btm02 {
  border-bottom: 1px dotted #48be4f !important;
}

.btm03 {
  border-bottom: 1px dotted #079bcb !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: 768px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}
@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: 768px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

img {
  max-width: 100%;
  height: auto !important;
}

.img100 img {
  width: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img {
  text-align: center;
}

/************************************プライバシーポリシー************************************/
.privacy {
  font-size: 16px;
}
.privacy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ef7f5a;
  display: inline-block;
  margin-bottom: 10px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #ef7f5a;
  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: #ef7f5a solid 1px !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_form table td {
    display: block;
    width: 100%;
  }
}
.contact_form table th {
  border: #ef7f5a solid 1px !important;
  background: #fff8ea !important;
  color: #ef7f5a;
  font-weight: bold;
  font-size: 16px !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_form table th {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}

/************************************コンタクトフォーム(AI用)************************************/
.contact_form_ai {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact_form_ai dt {
  font-size: 16px;
}
.contact_form_ai dl dt {
  padding: 15px !important;
  text-align: center;
  background: #fff8ea !important;
  font-weight: bold;
  color: #ef7f5a;
}
@media screen and (max-width: 768px) {
  .contact_form_ai dl dt {
    display: block;
    width: 40% !important;
  }
}
@media screen and (max-width: 640px) {
  .contact_form_ai dl dt {
    display: block;
    width: 100%;
  }
}
.contact_form_ai dl dd {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .contact_form_ai dl dd {
    display: block;
    width: 100% !important;
  }
}

/***************************************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/*********************PDFボタン******************************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}
.coupon table {
  border: 1px solid #fff;
}
.coupon table td {
  color: #fff;
  padding: 10px !important;
}
.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price span {
  font-size: 30px;
}

/************************************ボタン************************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.pankuzu a:link {
  color: #ef7f5a !important;
  text-decoration: none !important;
}
.pankuzu a:visited {
  color: #ef7f5a !important;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  }
}

/******************flexwrap*************************************/
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.w23 {
  width: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .w23 {
    width: 48%;
  }
}

.w31 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .w31 {
    width: 48%;
  }
}

.w31_tab48 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .w31_tab100 {
    width: 100%;
  }
}

.w31_sp100 {
  width: 31.11111111%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .w31_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: 768px) {
  .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: 768px) {
  .w58_100 {
    width: 100%;
  }
}

.w38_100 {
  width: 38%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .w38_100 {
    width: 100%;
  }
}

/******************flexwrap(フレックスボックス)*************************************/
.flexwrap31 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap31 .box {
  width: 31.11111111%;
  margin: 20px 1%;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: #48be4f;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #00660c;
}
@media screen and (max-width: 768px) {
  .link_list li a {
    padding: 5px;
    text-align: left;
  }
}

/*************************ページ内リンク01***********************************/
.link_name {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .link_name {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/****************************会社概要************************************/
.information_dl {
  font-size: 18px;
}
.information_dl dl {
  width: 100%;
  margin: 0 auto;
}
@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: #fff8ea !important;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #48be4f !important;
  display: block !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    width: 100% !important;
    border: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/****************************画像回転************************************/
.rotate5 img {
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.rotate8 img {
  -moz-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.rotate-10 img {
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
  background: #fff8ea;
}
@media screen and (max-width: 768px) {
  header#global_header {
    padding-top: 48px;
  }
}

#header {
  width: 100%;
  padding-bottom: 20px;
  border-top: 3px solid #ef7f5a;
}

.header_text {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 15px;
}

.header_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .header_inner {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #hedaer_info {
    padding-top: 20px;
  }
}
#hedaer_info li {
  color: #5e2600;
  font-weight: bold;
  text-align: right;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  #hedaer_info li {
    text-align: center;
  }
}

#nav_global {
  width: 100%;
  background: #fff;
}
#nav_global ul {
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px 0;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  text-decoration: none;
  display: inline-block;
  color: #ff7e00;
  font-weight: bold;
  padding: 10px 0;
}
#nav_global ul li a span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #48be4f;
  display: block;
}
#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: 100%;
}
#nav_global ul ul li {
  width: 100%;
  background: #fff8ea;
}
#nav_global ul ul li:before {
  display: none;
}
#nav_global ul ul li:last-child:after {
  display: none;
}

.flex_box {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex_box {
    display: block;
  }
}

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 500px !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  #mainArea {
    height: 300px !important;
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    height: 200px !important;
    padding-top: 0px;
  }
}
#mainArea img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 768px) {
  #mainArea img {
    height: 300px !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    height: 200px !important;
  }
}
#mainArea .sales_copy {
  height: 100%;
  max-width: 1040px;
  width: 100%;
  z-index: 1;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
#mainArea .sales_copy img {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: auto;
  height: auto !important;
  width: auto !important;
}
@media screen and (max-width: 1000px) {
  #mainArea .sales_copy img {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  #mainArea .sales_copy img {
    width: 70% !important;
  }
}
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

.mean-container .mean-bar {
  background: #ef7f5a !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #ef7f5a !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}
.mean-container .mean-nav ul li a span {
  display: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  min-width: auto !important;
  border-top: 3px solid #48be4f;
  background: #fff;
}

#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
#footer a:link {
  color: #fff !important;
  text-decoration: none;
}
#footer a:visited {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #footer {
    display: block;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    display: block;
    padding: 10px;
  }
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 20px;
    right: 0;
    width: 20%;
    max-width: 50px;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}

.footer_info address {
  color: #ef7f5a !important;
}
.footer_info address ul {
  margin: 0 auto;
}
.footer_info address ul li {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .footer_info address ul li {
    width: 100%;
  }
}
.footer_info address ul .footer_address {
  padding-top: 10px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer_info address ul .footer_address {
    text-align: center;
  }
}
.footer_info address ul .footer_address span {
  display: block;
}
.footer_info address ul .footer_tel {
  padding-top: 10px;
}

.footer_time ul {
  margin-top: 20px;
}
.footer_time ul li {
  padding: 10px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px dotted #ef7f5a;
  font-weight: bold;
}

#nav_footer {
  padding: 20px 0;
  font-weight: bold;
  background: #fff2e7;
}
#nav_footer ul {
  max-width: 1000px;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  #nav_footer ul {
    max-width: 100%;
    width: 80%;
  }
}
#nav_footer ul li {
  display: inline-block;
  margin: 5px 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #nav_footer ul li {
    display: block;
    margin: 5px 0;
  }
}
#nav_footer ul li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #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: #ef7f5a !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #ef7f5a !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;
}

#main #col_main {
  width: 100%;
}

#contents {
  width: 100% !important;
  max-width: 1000px !important;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents {
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-bottom: 30px;
  }
}
#contents a {
  color: #ef7f5a;
}

#main {
  width: 100% !important;
}

.nega {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
@media screen and (max-width: 768px) {
  .nega {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.nega_bottom {
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}

/* TOP */
.top01 {
  background-size: cover;
  background-image: url(../images/common/top01_bg01.png);
  position: relative;
  background-position: center;
}
.top01:before {
  content: "";
  max-width: 519px;
  width: 50%;
  height: 481px;
  background-image: url(../images/common/top01_img.png);
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top01:before {
    right: 0;
  }
}

.top01_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top01_inner {
    background: rgba(255, 255, 255, 0.5);
  }
}

.top_h1 h1 {
  position: relative;
  font-size: 1.5vw;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .top_h1 h1 {
    font-size: 2.5vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_h1 h1 {
    font-size: 3vw;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top_h1 h1 {
    font-size: 4.5vw;
    font-weight: bold;
  }
}
.top_h1 h1 .kyoutyou {
  font-size: 2vw;
  color: #ef7f5a;
  display: block;
}
@media screen and (max-width: 1000px) {
  .top_h1 h1 .kyoutyou {
    font-size: 3vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_h1 h1 .kyoutyou {
    font-size: 3.5vw;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top_h1 h1 .kyoutyou {
    font-size: 5vw;
    font-weight: bold;
  }
}

.top01_btn01 article {
  padding: 10px;
  background-image: url(../images/common/top01_btnbg.jpg);
  background-size: cover;
}
.top01_btn01 article table {
  background: #fff;
}
.top01_btn01 article table td {
  border: 0 !important;
}

.top01_btntitle {
  padding-top: 35px !important;
}
.top01_btntitle div {
  font-size: 25px;
  font-family: "M PLUS Rounded 1c";
  color: #54bb59;
}
@media screen and (max-width: 768px) {
  .top01_btntitle div {
    font-size: 20px;
  }
}

.top01_btn02 {
  padding-bottom: 35px !important;
}
.top01_btn02 a {
  padding: 20px;
  background: #4d77b8;
  display: inline-block;
  text-decoration: none;
  font-weight: middle;
  color: #fff !important;
  display: block;
  max-width: 320px;
  font-family: "M PLUS Rounded 1c";
  border-radius: 30px;
  margin: 0 auto;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .top01_btn02 a {
    font-size: 16px;
    padding: 10px;
  }
}
.top01_btn02 a .translate {
  font-size: 16px;
}

.top01_text div {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top01_text div {
    font-size: 16px;
    font-weight: normal;
  }
}

.top02_inner {
  background-image: url(../images/common/top02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .top02_inner {
    background-image: url(../images/common/top02_bg01.png);
    background-size: auto;
  }
}
@media screen and (max-width: 640px) {
  .top02_inner {
    padding: 0;
    background: none;
  }
}

.top02_table {
  max-width: 1000px;
  margin: 0 auto;
}
.top02_table table {
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .top02_table table {
    max-width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
}

.top02_title {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c";
  color: #54bb59;
}
@media screen and (max-width: 768px) {
  .top02_title {
    font-size: 20px;
  }
}

.top02_h2 {
  padding: 70px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .top02_h2 {
    padding: 30px 0 30px 0;
  }
}
.top02_h2 h2 {
  font-size: 36px;
  color: #ef7f5a;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

.top03 {
  position: relative;
}
.top03:after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/common/colorful_line.jpg);
  background-size: 100%;
  position: absolute;
  top: 0;
  margin: auto;
}
.top03:before {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/common/colorful_line.jpg);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  margin: auto;
}

.top03_title {
  font-family: "M PLUS Rounded 1c";
  position: relative;
  display: inline-block;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .top03_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top03_title {
    font-size: 24px;
  }
}
.top03_title:after {
  content: "";
  max-width: 166px;
  width: 166px;
  height: 15px;
  background-image: url(../images/common/h_bg01.png);
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: calc(100% + 50px);
  top: 0;
  background-position: right;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top03_title:after {
    background-size: 80%;
    width: 166px;
    height: 15px;
  }
}
@media screen and (max-width: 640px) {
  .top03_title:after {
    background-size: 60%;
    right: calc(100% + 20px);
  }
}
.top03_title:before {
  content: "";
  max-width: 166px;
  width: 166px;
  height: 15px;
  background-image: url(../images/common/h_bg02.png);
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  bottom: 0;
  left: calc(100% + 50px);
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top03_title:before {
    background-size: 80%;
    width: 166px;
    height: 15px;
  }
}
@media screen and (max-width: 640px) {
  .top03_title:before {
    background-size: 60%;
    left: calc(100% + 20px);
  }
}

.top03_table {
  max-width: 1000px;
  margin: 0 auto;
}

.top03_table01 {
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat !important;
  margin-top: 20px;
  text-align: center;
}
.top03_table01 div {
  text-align: center;
}
.top03_table01 a {
  text-decoration: none;
  color: #333 !important;
}
.top03_table01 a:link {
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  .top03_table01 {
    background-size: 200px;
  }
}

.top03_title02 div {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff 0px 2px 0, #fff 0 -2px 0, #fff -2px 0 0, #fff 2px 0 0;
  /*上、下*/
}

.top04 {
  background-image: url(../images/common/top04.png);
  background-color: #fffeaa;
  background-position: bottom;
  background-size: cover;
}

.top04_table table td {
  padding: 20px !important;
}
@media screen and (max-width: 640px) {
  .top04_table table td {
    padding: 10px !important;
  }
}

.top04_title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c";
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top04_title {
    font-size: 18px;
  }
}
.top04_title:before {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/common/h_bg03.png);
  position: absolute;
  bottom: 0;
  margin: auto;
}

.top04_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.top04_btn01 {
  padding-bottom: 35px !important;
}
.top04_btn01 a {
  padding: 20px;
  background: #40b345;
  display: inline-block;
  text-decoration: none;
  font-weight: middle;
  color: #fff !important;
  display: block;
  max-width: 320px;
  font-family: "M PLUS Rounded 1c";
  border-radius: 10px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top04_btn01 a {
    font-size: 16px;
    padding: 10px;
    margin: 0 auto;
  }
}
.top04_btn01 a .translate {
  font-size: 16px;
  display: block;
}

.top04_list01 span.translate {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .top04_list01 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .top04_list01 ul {
    justify-content: center;
  }
}
.top04_list01 ul li {
  display: block;
  float: none !important;
}
@media screen and (max-width: 768px) {
  .top04_list01 ul li {
    width: 48%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 640px) {
  .top04_list01 ul li {
    width: 95%;
    margin: 0 auto;
  }
  .top04_list01 ul li:last-child {
    margin: 0 !important;
  }
}
.top04_list01 ul li a {
  margin: 5px 0;
  padding: 15px;
  display: block;
  text-decoration: none;
  font-weight: middle;
  color: #fff !important;
  display: block;
  max-width: 320px;
  font-family: "M PLUS Rounded 1c";
  border-radius: 20px;
  font-size: 21px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top04_list01 ul li a {
    padding: 10px;
    margin: 5px auto;
    font-size: 16px;
  }
}
.top04_list01 ul li a:before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/common/btn_icon02.png);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10px;
  margin: auto;
}
.top04_list01 ul li a:after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/common/btn_icon02.png);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
}
.top04_list01 ul li a span {
  display: block;
  font-size: 16px;
}

.orange {
  background: #ffdaa6;
}

.red_orange {
  background: #fcad94;
}

.pink {
  background: #f89fe6;
}

.light_blue {
  background: #54c6da;
}

.blue {
  background: #75b6ff;
}

.top05_img {
  max-width: 400px;
}
.top05_img article {
  background-image: url(../images/common/top05_bg.jpg);
  padding: 10px;
}
.top05_img article table {
  border: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .top05_img {
    margin: 0 auto;
  }
}

.top05_title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c";
  z-index: 2;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top05_title {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .top05_title {
    font-size: 21px;
    padding-bottom: 5px;
  }
}
.top05_title:before {
  content: "";
  width: 100%;
  height: 70%;
  background-image: url(../images/common/h_bg04.png);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .top05_title:before {
    height: 50%;
  }
}
.top05_title span {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff 0px 2px 0, #fff 0 -2px 0, #fff -2px 0 0, #fff 2px 0 0;
  /*上、下*/
}
@media screen and (max-width: 768px) {
  .top05_title span {
    display: block;
    padding: 10px;
  }
}

.top05_btn01 {
  padding-bottom: 35px !important;
}
.top05_btn01 a {
  padding: 20px;
  background: #ffa352;
  display: inline-block;
  text-decoration: none;
  font-weight: middle;
  margin: 0 0 0 auto;
  color: #fff !important;
  display: block;
  max-width: 400px;
  font-family: "M PLUS Rounded 1c";
  border-radius: 30px;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top05_btn01 a {
    font-size: 18px;
    padding: 10px;
    margin: 0 auto;
  }
}
.top05_btn01 a .translate {
  display: block;
  font-size: 16px;
}

.top05_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.news_inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .news_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .news_inner {
    padding: 20px;
  }
}

.news_title {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c";
  font-weight: middle;
}
@media screen and (max-width: 640px) {
  .news_title {
    font-size: 24px;
  }
}

.top_news {
  background-size: cover !important;
}

.top06_btn a {
  padding: 20px;
  background: #ff983e;
  display: inline-block;
  text-decoration: none;
  font-weight: middle;
  margin: 0 0 0 auto;
  color: #fff !important;
  display: block;
  max-width: 320px;
  font-family: "M PLUS Rounded 1c";
  border-radius: 30px;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top06_btn a {
    border-top: 1px #ef7f5a solid;
    font-size: 18px;
    padding: 10px;
    margin: 10px auto 0 auto;
  }
}
.top06_btn a .translate {
  font-size: 16px;
}

.to_tel {
  font-size: 40px;
  font-family: "M PLUS Rounded 1c";
  font-weight: middle;
  color: #54bb59;
}
@media screen and (max-width: 1000px) {
  .to_tel {
    border-top: 1px #ef7f5a solid;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .to_tel {
    font-size: 24px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .to_tel {
    border-top: 1px #ef7f5a solid;
    font-size: 24px;
  }
}
.to_tel a {
  color: #54bb59 !important;
}

.top_gaikoku {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c";
  color: #ef7f5a;
  border-bottom: 1px solid #48be4f;
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .top_gaikoku {
    font-size: 20px;
    text-align: center;
  }
}

.top06_table01 {
  width: 44%;
  margin: 0 3%;
}
@media screen and (max-width: 640px) {
  .top06_table01 {
    width: 95%;
    margin: 0 auto;
  }
}

.top06_table02 {
  width: 44%;
  margin: 0 3%;
}
@media screen and (max-width: 640px) {
  .top06_table02 {
    width: 95%;
    margin: 0 auto;
  }
}
.top06_table02 article {
  border: 1px solid #48be4f;
  background: #fff;
  padding: 20px;
}

/*****************共通クラス*******************************/
.flex_center {
  justify-content: center;
}

.w800 {
  max-width: 800px;
  margin: 0 auto;
}

/*****************共通クラス*******************************/
.cnt_h1 {
  position: relative;
  background-image: url(../images/common/h_bg.jpg);
  background-size: cover;
  background-position: center;
  text-shadow: 2px 2px 10px #fff,2px 2px 10px #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .cnt_h1 {
    padding: 30px 0;
  }
}
.cnt_h1:after {
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../images/common/colorful_line.jpg);
  background-size: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  visibility: inherit !important;
}
.cnt_h1:before {
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../images/common/colorful_line.jpg);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.cnt_h1 .translate {
  padding-top: 30px;
  text-align: center !important;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ef7f5a;
}
@media screen and (max-width: 768px) {
  .cnt_h1 .translate {
    padding-top: 20px;
  }
}
.cnt_h1 h1 {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #67513e;
}
@media screen and (max-width: 768px) {
  .cnt_h1 h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h1 h1 {
    font-size: 21px;
  }
}
.cnt_h1 h1 span {
  margin-top: 20px;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #48be4f;
}

/***********h2*********************/
.cnt_h2 {
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  .cnt_h2 {
    margin: 10px 0;
  }
}
.cnt_h2 h2 {
  font-size: 30px;
  border-bottom: 1px dotted #ef7f5a;
  border-top: 1px dotted #ef7f5a;
  position: relative;
  padding: 20px 20px 20px 30px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ef7f5a;
  background: #fff8ea;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .cnt_h2 h2 {
    font-size: 22px;
  }
}
.cnt_h2 h2:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #ef7f5a;
  position: absolute;
  bottom: 0;
  left: 10px;
  top: 0;
  margin: auto;
}

/***********h2*********************/
.cnt_h2 {
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  .cnt_h2 {
    margin: 10px 0;
  }
}
.cnt_h2 h2 {
  font-size: 30px;
  border-bottom: 1px dotted #ef7f5a;
  border-top: 1px dotted #ef7f5a;
  position: relative;
  padding: 20px 20px 20px 30px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ef7f5a;
  background: #fff8ea;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .cnt_h2 h2 {
    font-size: 22px;
  }
}
.cnt_h2 h2:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #ef7f5a;
  position: absolute;
  bottom: 0;
  left: 10px;
  top: 0;
  margin: auto;
}

/***************タイトル01***************/
.cnt_title01 {
  display: inline-block;
  position: relative;
  font-size: 30px;
  padding: 30px 0;
  color: #67513e;
  margin: 10px 0;
  font-family: "M PLUS Rounded 1c";
}
.cnt_title01 span {
  font-size: 24px;
  color: #ef7f5a;
  display: block;
  margin-top: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cnt_title01 span {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.cnt_title01 span:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #48be4f;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .cnt_title01 {
    font-size: 18px;
    padding: 20px 40px;
    border-top: 1px #48be4f dotted;
    border-bottom: 1px #48be4f dotted;
    display: block;
  }
}
.cnt_title01:after {
  content: "";
  width: 184px;
  height: 152px;
  background-image: url(../images/common/h1_bg02.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 110%;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cnt_title01:after {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title01:after {
    width: 40px;
    left: unset;
    right: 10px;
  }
}
.cnt_title01:before {
  content: "";
  width: 197px;
  height: 143px;
  background-image: url(../images/common/h1_bg01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 110%;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cnt_title01:before {
    width: 99px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title01:before {
    width: 40px;
    right: unset;
    left: 10px;
  }
}

.cnt_title01_1 {
  display: block;
  position: relative;
  border-bottom: 1px dotted #ef7f5a;
  border-top: 1px dotted #ef7f5a;
  font-size: 30px;
  padding: 30px 0;
  color: #ef7f5a;
  background: #fff8ea;
  margin: 10px 0;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 640px) {
  .cnt_title01_1 {
    font-size: 24px;
    text-align: left !important;
  }
}

.cnt_title01_2 {
  display: block;
  position: relative;
  border-bottom: 1px dotted #079bcb;
  border-top: 1px dotted #079bcb;
  font-size: 30px;
  color: #079bcb;
  background: #e3f8ff;
  margin: 10px 0;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 640px) {
  .cnt_title01_2 {
    font-size: 24px;
    text-align: left !important;
  }
}

.cnt_title01_bf {
  display: block;
  position: relative;
  font-size: 30px;
  color: #67513e;
  font-family: "M PLUS Rounded 1c";
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .cnt_title01_bf {
    font-size: 20px;
    padding: 22px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title01_bf {
    font-size: 18px;
    padding: 10px;
  }
}

.cnt_title01_green {
  background-image: url(../images/common/top01_btnbg01.jpg);
  padding: 5px;
}

.cnt_title01_blue {
  background-image: url(../images/common/top01_btnbg.jpg);
  padding: 5px;
}

.cnt_title01_orange {
  background-image: url(../images/common/top05_bg.jpg);
  padding: 5px;
}

/***************タイトル02***************/
.cnt_title02 {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 30px;
  padding-bottom: 30px;
  color: #ef7f5a;
  font-family: "M PLUS Rounded 1c";
}
.cnt_title02:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/common/h_bg03.png);
}
@media screen and (max-width: 768px) {
  .cnt_title02 {
    font-size: 24px;
  }
}

/***************タイトル03***************/
.cnt_title03 {
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px dotted #ef7f5a;
  font-size: 24px;
  padding-bottom: 15px;
  padding-left: 60px;
  font-family: "M PLUS Rounded 1c";
  color: #67513e;
}
@media screen and (max-width: 768px) {
  .cnt_title03 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title03 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 40px;
  }
}
.cnt_title03:after {
  content: "";
  width: 47px;
  height: 45px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/common/h1_icon02.png);
}
@media screen and (max-width: 640px) {
  .cnt_title03:after {
    width: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 18px;
    left: 5px;
  }
}

.cnt_title03_blue {
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px dotted #079bcb;
  font-size: 23px;
  padding-bottom: 15px;
  padding-left: 60px;
  font-family: "M PLUS Rounded 1c";
  color: #67513e;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cnt_title03_blue {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title03_blue {
    font-size: 16px;
    font-weight: bold;
    padding-left: 40px;
  }
}
.cnt_title03_blue:after {
  content: "";
  width: 47px;
  height: 45px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/common/h1_icon03.png);
}
@media screen and (max-width: 640px) {
  .cnt_title03_blue:after {
    width: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 18px;
    left: 5px;
  }
}

/***************タイトル03***************/
.cnt_title03_1 {
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px dotted #48be4f;
  font-size: 24px;
  padding-bottom: 15px;
  padding-left: 60px;
  font-family: "M PLUS Rounded 1c";
  color: #67513e;
}
@media screen and (max-width: 768px) {
  .cnt_title03_1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title03_1 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 40px;
  }
}
.cnt_title03_1:after {
  content: "";
  width: 47px;
  height: 45px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/common/h1_icon01.png);
}
@media screen and (max-width: 640px) {
  .cnt_title03_1:after {
    width: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 18px;
    left: 5px;
  }
}

.cnt_title03_2 {
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px dotted #48be4f;
  font-size: 24px;
  padding-bottom: 15px;
  font-family: "M PLUS Rounded 1c";
  color: #67513e;
}
@media screen and (max-width: 768px) {
  .cnt_title03_2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title03_2 {
    font-size: 16px;
    font-weight: bold;
  }
}

.cnt_title03_table {
  display: block;
  padding: 15px 0 30px 0;
  position: relative;
  font-weight: bold;
  border-bottom: 1px dotted #48be4f;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .cnt_title03_table {
    font-size: 20px;
  }
}

/***************タイトル04***************/
.cnt_title04 {
  display: block;
  position: relative;
  font-size: 24px;
  color: #ef7f5a;
  background: #fff8ea;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
  border: 1px dotted #ef7f5a;
}
@media screen and (max-width: 640px) {
  .cnt_title04 {
    font-size: 18px;
  }
}

.cnt_title04_1 {
  display: block;
  position: relative;
  font-size: 24px;
  color: #48be4f;
  background: #edffe5;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
  border: 1px dotted #48be4f;
}
@media screen and (max-width: 640px) {
  .cnt_title04_1 {
    font-size: 18px;
  }
}

/***************タイトル05***************/
.cnt_title05_1 {
  display: block;
  padding: 10px;
  position: relative;
  border: 1px dotted #ef7f5a;
  font-size: 21px;
  padding-left: 30px;
  color: #67513e;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .cnt_title05_1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cnt_title05_1 {
    font-size: 18px;
  }
}
.cnt_title05_1:after {
  content: "";
  width: 5px;
  height: 70%;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  margin: auto;
  background: #ef7f5a;
}

.cnt_title05_2 {
  display: block;
  padding: 10px;
  position: relative;
  border: 1px dotted #48be4f;
  font-size: 20px;
  color: #67513e;
  padding-left: 30px;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .cnt_title05_2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cnt_title05_2 {
    font-size: 18px;
  }
}
.cnt_title05_2:after {
  content: "";
  width: 5px;
  height: 70%;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  margin: auto;
  background: #48be4f;
}

.cnt_title05_3 {
  display: block;
  padding: 10px;
  position: relative;
  border: 1px dotted #079bcb;
  font-size: 20px;
  color: #67513e;
  padding-left: 30px;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .cnt_title05_3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cnt_title05_3 {
    font-size: 18px;
  }
}
.cnt_title05_3:after {
  content: "";
  width: 5px;
  height: 70%;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  margin: auto;
  background: #079bcb;
}

/******************強調テキスト**************************************/
.emphasis_text {
  font-size: 38px;
  color: #ef7f5a;
  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: 768px) {
  .emphasis_text {
    font-size: 22px;
  }
}

/******************強調テキスト**************************************/
.emphasis_title01 {
  font-size: 32px;
  font-weight: bold;
  color: #48be4f;
  text-align: center !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .emphasis_title01 {
    font-size: 24px;
  }
}

.emphasis_title02 {
  font-size: 30px;
  text-align: center !important;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .emphasis_title02 {
    font-size: 24px;
    padding-bottom: 30px;
    display: block;
  }
}
.emphasis_title02:after {
  background-image: url(../images/common/h_bg02.png);
  content: "";
  width: 100%;
  max-width: 168px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  right: calc(100% + 50px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .emphasis_title02:after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-size: 70%;
    background-position: center;
  }
}
.emphasis_title02:before {
  background-image: url(../images/common/h_bg01.png);
  content: "";
  width: 100%;
  max-width: 168px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(100% + 50px);
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .emphasis_title02 {
    font-size: 21px;
  }
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 30px;
  font-size: 20px;
  background: #48be4f;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .cnt_textbtn a {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_textbtn a {
    padding: 10px;
    font-weight: 18px;
    width: 100%;
  }
}
.cnt_textbtn a .translate {
  font-size: 16px;
}

.cnt_textbtn01 a {
  padding: 10px;
  background: #edffe5;
  border: 1px solid #ef7f5a;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #ef7f5a;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    width: 100%;
    text-align: center;
  }
}
.cnt_textbtn01 a .translate {
  font-size: 16px;
}

/******************dl リスト01**************************************/
.dldt_list01 {
  display: block;
  width: 100%;
  margin: 0 1%;
}
.dldt_list01 dl {
  width: 100%;
  border-bottom: 1px dotted #ef7f5a !important;
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #fff8ea !important;
  color: #ef7f5a !important;
  display: table-cell !important;
  border: 0px !important;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl dt {
    width: 100% !important;
  }
}
.dldt_list01 dl dd {
  display: block !important;
  border: 0px !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01 dl dd {
    width: 100% !important;
  }
}

/******************dl リスト01**************************************/
.dldt_list01_2 {
  display: block;
  width: 100%;
  margin: 0 1%;
}
.dldt_list01_2 dl {
  width: 100%;
  border-bottom: 1px dotted #ef7f5a !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01_2 dl {
    display: block !important;
  }
}
.dldt_list01_2 dl dt {
  font-weight: bold;
  background: #fff8ea !important;
  color: #ef7f5a !important;
  display: table-cell !important;
  border: 0px !important;
  vertical-align: middle;
  text-align: center;
  display: block !important;
}
.dldt_list01_2 dl dt .translate {
  display: block;
}
@media screen and (max-width: 640px) {
  .dldt_list01_2 dl dt {
    width: 100% !important;
    display: block !important;
  }
}
.dldt_list01_2 dl dd {
  display: block !important;
  border: 0px !important;
}
@media screen and (max-width: 640px) {
  .dldt_list01_2 dl dd {
    width: 100% !important;
  }
}

/******************dl リスト02**************************************/
.dldt_list02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .dldt_list02 {
    width: 100%;
    margin: 10px auto;
  }
}
.dldt_list02 dl {
  background: #fff;
  width: 48%;
  margin: 20px 1% 0 1%;
  display: block !important;
  border: 1px solid #ef7f5a !important;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .dldt_list02 dl {
    width: 100%;
  }
}
.dldt_list02 dl dt {
  background: none !important;
  color: #ef7f5a !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
  font-size: 21px;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  border-bottom: 1px dotted #ef7f5a !important;
  padding: 20px 0 !important;
}
.dldt_list02 dl dt .translate {
  display: block;
}
.dldt_list02 dl dd {
  display: block !important;
  width: 100% !important;
  border: 0px !important;
  padding: 20px 0 !important;
}

.dldt_list02_1 dl {
  border: 1px solid #48be4f !important;
}
.dldt_list02_1 dl dt {
  color: #48be4f !important;
}
.dldt_list02_1 dl dt {
  border-bottom: 1px dotted #48be4f !important;
}

.dldt_list02_2 dl {
  border: 1px solid #079bcb !important;
}
.dldt_list02_2 dl dt {
  color: #079bcb !important;
}
.dldt_list02_2 dl dt {
  border-bottom: 1px dotted #079bcb !important;
}

/***********流れ01***********/
.flowtext01 {
  width: 8%;
  margin: 0 1%;
  position: relative;
  min-height: 300px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flowtext01 {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    min-height: auto;
  }
  .flowtext01 div {
    text-align: center;
  }
}
.flowtext01 span {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .flowtext01 span {
    position: static;
    -webkit-writing-mode: rl;
    -ms-writing-mode: rl;
    writing-mode: rl;
  }
}

.flow01 {
  width: 88%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .flow01 {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .flow01 div {
    text-align: center;
  }
}
.flow01 dl {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow01 dl {
    display: block !important;
  }
}
.flow01 dl:after {
  content: "";
  height: 25px;
  width: 50px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  background: url(../images/common/arrow01.png);
}
.flow01 dl:last-child:after {
  display: none;
}
.flow01 dl:last-child {
  margin: 0;
}
.flow01 dl dt {
  border: 0 !important;
  align-items: center !important;
  color: #fff !important;
  padding: 20px 10px !important;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow01 dl dt {
    width: 100% !important;
  }
}
.flow01 dl dd {
  border: 0 !important;
  font-weight: bold;
  padding: 20px 10px !important;
}
@media screen and (max-width: 768px) {
  .flow01 dl dd {
    width: 100% !important;
  }
}

.flow01_1 dt {
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .flow01_1 dt {
    min-height: 100%;
  }
}
.flow01_1 dd {
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .flow01_1 dd {
    min-height: 100%;
  }
}

.flow01_2 dl:after {
  background: url(../images/common/arrow02.png);
}

.flow_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flow_list ul li {
  float: none !important;
  border: solid #079bcb 1px;
  padding: 50px;
  margin-bottom: 80px;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  overflow: visible !important;
  min-height: 180px !important;
}
@media screen and (max-width: 768px) {
  .flow_list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flow_list ul li {
    padding: 15px;
    min-height: auto !important;
  }
}
.flow_list ul li:after {
  content: "";
  height: 25px;
  width: 50px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  background: url(../images/common/arrow01.png);
  z-index: 5;
  display: block;
}
.flow_list ul li:before {
  content: "";
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid #079bcb 1px;
  z-index: 5;
  pointer-events: none;
  display: block;
}
.flow_list ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .flow_list ul li:last-child:after {
    display: none;
  }
}
.flow_list ul li:nth-last-child(2) {
  display: none;
}
@media screen and (max-width: 640px) {
  .flow_list ul li:nth-last-child(2) {
    width: 100% !important;
    display: block;
    background: #079bcb;
    color: #fff;
  }
}
.flow_list ul li:last-child {
  display: none;
}
@media screen and (max-width: 640px) {
  .flow_list ul li:last-child {
    width: 100% !important;
    display: block;
    background: #2d68d3;
    color: #fff;
  }
}
.flow_list ul li:last-child:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .flow_list ul li:last-child:before {
    border: solid #2d68d3 1px;
  }
}
.flow_list ul li:first-child {
  text-align: center !important;
  min-height: auto !important;
  font-size: 24px;
  color: #48be4f;
}
@media screen and (max-width: 768px) {
  .flow_list ul li:first-child {
    font-size: 18px;
  }
}

.list_title {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.list_text01 {
  color: #fff;
}

.flow_list01 ul li span {
  display: block;
}
.flow_list01 ul li:first-child {
  background: #38bae4;
  border: #38bae4 solid 1px;
  color: #fff;
}
.flow_list01 ul li:first-child:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .flow_list01 ul li:first-child:before {
    display: none;
  }
}

.flow_list02 ul li span {
  display: block;
}
.flow_list02 ul li:first-child {
  background: #2d68d3;
  border: #2d68d3 solid 1px;
  color: #fff;
}
.flow_list02 ul li:first-child:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .flow_list02 ul li:first-child:before {
    display: none;
  }
}

/*******************お写真紹介 table********************/
#fancybox-title-float-wrap td {
  padding: 0px 7px !important;
}

/***************新着情報***************************/
.newstitle {
  border-bottom: 1px solid #199640;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}

.news_table table {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.news_table table:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #199640;
}
.news_table table td {
  padding: 0px !important;
  border: 0px !important;
}
.news_table table .news_day {
  width: 100px;
  color: #ef8100;
  font-weight: bold;
  text-align: center;
}
.news_table table .news_text {
  padding-bottom: 20px !important;
}
.news_table .scroll {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0px !important;
  max-width: 100% !important;
}
.news_table .mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #199640 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/******************新着情報　AI用***************************/
.top_scroll {
  background: #fff;
  height: 200px !important;
}
@media screen and (max-width: 768px) {
  .top_scroll {
    height: 300px !important;
  }
}
.top_scroll dl {
  border-bottom: 1px dotted #ef7f5a !important;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  display: block !important;
}
.top_scroll dl dt {
  display: block;
  width: 100% !important;
}
.top_scroll dl dt span {
  font-size: 18px;
  color: #ef7f5a;
  font-weight: bold;
  display: block;
}
.top_scroll dl dt span + span {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .top_scroll dl dt span {
    font-size: 16px;
  }
}
.top_scroll dl dd {
  display: block;
  width: 100 !important;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #ef7f5a !important;
  width: 10px !important;
  border-radius: 0px !important;
}

.top_scroll01 {
  height: 80px !important;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .top_scroll01 {
    height: 100px !important;
  }
}
.top_scroll01 ul li {
  display: block;
  float: none !important;
  border-bottom: 1px dotted #48be4f;
  padding: 10px 0;
}
.top_scroll01 ul li a {
  color: #48be4f !important;
}
.top_scroll01 ul li span {
  font-weight: bold;
  margin-right: 10px;
  color: #48be4f;
}
@media screen and (max-width: 640px) {
  .top_scroll01 ul li span {
    display: block;
  }
}

.top_kousin_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top_kousin_inner .mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #48be4f !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***************新着情報(AIブログ機能用)***************************/
.top_blog {
  height: 300px;
  border: 1px solid #48be4f;
}
@media screen and (max-width: 768px) {
  .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: #ef7f5a !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: 768px) {
  .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: #ef7f5a !important;
}
.blog .wrap aside .pages li a:visited {
  color: #ef7f5a !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: #ef7f5a !important;
}
.blog .wrap aside .category li a:visited {
  color: #ef7f5a !important;
}
.blog .wrap aside h3 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(239, 127, 90, 0.1);
  margin: 20px 0;
  border: 1px solid #ef7f5a;
}
.blog .wrap #contents {
  width: 70% !important;
}
@media screen and (max-width: 768px) {
  .blog .wrap #contents {
    text-align: left;
  }
}
.blog .wrap #contents dl {
  padding: 10px 0;
  border-bottom: 1px #ef7f5a 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 #ef7f5a dotted;
}
@media screen and (max-width: 768px) {
  .blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}
.blog .wrap #contents .date {
  font-size: 16px;
  color: #ef7f5a;
  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: #ef7f5a;
}
@media screen and (max-width: 768px) {
  .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 #ef7f5a;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ef7f5a !important;
  color: #fff !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  background: rgba(239, 127, 90, 0.1) !important;
}

/***************topInstagram***************************/
.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: 768px) {
  .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;';
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  background: #ef7f5a;
  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: 768px) {
  .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 #ef7f5a;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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;
  }
}

#builingual {
  position: relative;
}

.switch {
  float: right;
  /* padding-right: 16px; */
  padding-top: 3px !important;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    /* padding-right: 16px; */
    order: 1;
    padding-top: 0px !important;
    padding-right: 24px;
  }

  div#builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px !important;
  }
}
.c_white {
  color: #fff;
}

div#builingual div.language select {
  margin: 0 10px !important;
}

div#builingual div.language {
  font-size: 14px !important;
}

/* title */

/*# sourceMappingURL=common_style.css.map */
