@charset "utf-8";

/* ----------------------------------------------------
  日本語
---------------------------------------------------- */
.jp01 { font-family: 'Noto Sans JP', sans-serif; } /* ゴシック */

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en01 { font-family: "Cal Sans", sans-serif;} /* ゴシック */

/* ----------------------------------------------------
  文字色
---------------------------------------------------- */
.white{color:#fff !important;}
.light-green{color: #4bb798 !important;}
.green{color:#0b986f !important;}
.dark-green {color:#14604a !important;}

/* ----------------------------------------------------
  背景色
---------------------------------------------------- */
.bg-white{background: #fff;}
.bg-usugreen{background: #eaf5f2}
.bg-usugreen02{background: #ddeee9}
.bg-green{background: #0b986f;}

/* ----------------------------------------------------
  bgimg
---------------------------------------------------- */
.bg_01{background: url("../images/bg_01.jpg") no-repeat scroll 50% 0% / cover;}
.bg_04{background: url("../images/bg_04.jpg") no-repeat scroll 50% 0% / cover;}

.yama01{background: #eaf5f2}
.yama02{background: #ddeee9}

@media print, screen and (min-width: 768px) {
.yama01{background: url("../images/yama01.jpg") no-repeat scroll 50% 0% / cover;}
.yama02{background: url("../images/yama02.jpg") no-repeat scroll 50% 0% / cover;}
}

/* ----------------------------------------------------
  画像　横並び
---------------------------------------------------- */
.banner-row {
  display: flex;           /* 横並びにする */
  gap: 15px;               /* アイテム間の隙間 */
  justify-content: flex-start; /* 左詰め */
  align-items: flex-start;     /* 高さ揃え（必要に応じて） */
}
.banner {
  max-width: 100%;         /* 横幅が親をはみ出さないように */
  height: auto;            /* 縦横比を維持 */
}

.banner-row_02 {
  display: flex;
  gap: 15px;
  justify-content: center; /* 中央寄せ */
  align-items: flex-start;
}

/* ----------------------------------------------------
  私たちの想い left
---------------------------------------------------- */
.box_01 {
  padding:20px 30% 150px 20px;
  transition-duration: 300ms;
}
@media screen and (min-width: 768px) {.box_01 { padding: 40px;}}
@media print, screen and (min-width: 1600px) {.box_01 { padding: 60px;}}

.bg_photo_01{
  background: url("../images/bg_photo_01.jpg") no-repeat scroll 100% 0% / cover;
}

@media only screen and (max-width: 767px) {
  .bg_photo_01 {
    background-position: center center;
    background-size: cover;
  }
}

@media print, screen and (min-width: 768px) {
.bg_photo_01{
	background: url("../images/bg_photo_01.jpg");
  background-repeat: no-repeat;
  background-position: left -250px bottom -100px;
	}
}
@media print, screen and (min-width: 992px) {
.bg_photo_01{
  background-attachment: fixed;  
  background-position: left -100px bottom 0;
	}
}
@media print, screen and (min-width: 1400px) {
.bg_photo_01{
  background-position: left 0 bottom 0;
	}
}

/* ----------------------------------------------------
  私たちの想い right
---------------------------------------------------- */
.box_02 {
  padding: 30px;
  transition-duration: 300ms;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box_02 { padding: 60px 70px 85px 70px;}
}
@media screen and (min-width: 1024px) {
  .box_02 { padding: 75px 88px 106px 88px;}
}
@media screen and (min-width: 1200px) {
  .box_02 { padding: 90px 105px 128px 105px;}
}
@media print, screen and (min-width: 1600px) {
  .box_02 { padding: 120px 140px 170px 140px;}
}

.box_message {
  position: absolute;
  left: -10px;
  bottom: -20px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #eaf5f2;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.box_02 h3,
.box_02 p {
  position: relative;
  z-index: 1;
}

/* hero_01 */
@media only screen and (max-width: 767px) {
.hero_01 {
  background-image: url("../images/sozai01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px;
  }
}
@media print, screen and (min-width: 768px) {
.hero_01 {
  background-image: url("../images/sozai01.png");
  background-size: contain;    
  background-position: center top;
  background-repeat: no-repeat;    
  padding: 30px 10px;    
  }
}
@media print, screen and (min-width: 1200px) {
.hero_01 { 
  padding: 90px 16px;    
  }
}

/* ----------------------------------------------------
  box_03
---------------------------------------------------- */
.box_03 {
  padding: 20px;
  transition-duration: 300ms;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .box_03 { padding: 40px; }
}
@media print, screen and (min-width: 1600px) {
  .box_03 { padding: 60px; }
}

/* ----------------------------------------------------
    左右端にフキダシ
---------------------------------------------------- */
.deco-title {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  padding:0 20px;
}
.deco-line {
  display: block;
  width: 7px;
  background-color: #14604a;
  border-radius: 100px;
  flex-shrink: 0;
  height: auto;
}
.deco-line--left {
  transform: rotate(-10deg);
}
.deco-line--right {
  transform: rotate(10deg);
}

@media print, screen and (min-width: 768px) {
.deco-title {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 120px;
  padding:0;  
  }
.deco-line {
  display: block;
  width: 7px;
  background-color: #14604a;
  border-radius: 100px;
  flex-shrink: 0;
  height: auto;
  }
.deco-line--left {
  transform: rotate(-40deg);
  }
.deco-line--right {
  transform: rotate(40deg);
  }
}

/* ----------------------------------------------------
    境界線つきテキスト
---------------------------------------------------- */
.text-stroke {
  font-size: 50px;
  letter-spacing: 8px;
  color: #eaf5f2;
  text-shadow:
    2px 0 0 #bfd9d1,
    -2px 0 0 #bfd9d1,
    0 2px 0 #bfd9d1,
    0 -2px 0 #bfd9d1,
    2px 2px 0 #bfd9d1,
    -2px -2px 0 #bfd9d1,
    2px -2px 0 #bfd9d1,
    -2px 2px 0 #bfd9d1;
}

@media print, screen and (min-width: 768px) {
.text-stroke {
  font-size: 60px;
  }
}

/* ----------------------------------------------------
    ナンバーボックス
---------------------------------------------------- */
.box_pt_01{padding-top:50px;}
@media print, screen and (min-width: 768px) {.box_pt_01{padding-top:60px;}}

.box_yohakubox_01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 35px 20px 20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .box_yohakubox_01 { padding: 50px 15px 15px; }
}
@media print, screen and (min-width: 1200px) {
  .box_yohakubox_01 { padding: 70px 30px 30px; }
}
@media print, screen and (min-width: 1600px) {
  .box_yohakubox_01 { padding: 80px 40px 40px; }
}

.box_yohakubox_01 p {
  flex: 1;
}

.box_yohakubox_01 .midasi_number {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 65px;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
.box_yohakubox_01 .midasi_number {
  top: -20px;
  left: 50%;
  }
}
@media print, screen and (min-width: 1200px) {
.box_yohakubox_01 .midasi_number {
  top: -40px;
  width: 102px;
  }
}

.box_yohakubox_01 h4 {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .box_yohakubox_01 h4 { margin-bottom: 20px; }
}
@media print, screen and (min-width: 1200px) {
  .box_yohakubox_01 h4 { font-size: 22px; }
}

.box_yohakubox_01 h4 {
  flex-shrink: 0;
}
.box_yohakubox_01 p {
  flex: 1;
}

/* ----------------------------------------------------
  ページ下部のお問い合わせ
---------------------------------------------------- */
.contact_bottom_area{
  background: #0b986f;
  padding:25px 20px 20px 20px;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {.contact_bottom_area{ padding: 30px 30px; border-radius: 50px;}}
@media print, screen and (min-width: 992px) {.contact_bottom_area{ padding: 40px 40px;}}
@media print, screen and (min-width:1200px) {.contact_bottom_area{ padding: 60px 60px;}}


.contact_bottom_wrap {
  display: flex;
  gap:15px;
  flex-direction: column; /* スマホ：縦並び*/
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .contact_bottom_wrap {
    flex-direction: row; /* PC：横並び */
    align-items: center;
  }
  .contact_bottom_l_box {
    width: 40%;
  }
  .contact_bottom_r_box {
    width: 40%;
  }
  .contact_bottom_r_box_02 {
    width: 20%;
  }  
}

/*　小見出しタイトル
-------------------------- */
.contact_bottom_title01{
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
  }

@media print, screen and (min-width: 768px) {
.contact_bottom_title01{
  text-align: center;
  font-size: 18px;
  margin-bottom: 13px;
  }
}

/*　電話
-------------------------- */
.contact_bottom_tel{
	display:block;
	text-align:center;
	font-weight: normal;
  letter-spacing: 2px;
	}
@media only screen and (max-width: 767px) {
.contact_bottom_tel{
  font-size: 17px;
  padding: 15px 5px;
	color:#fff;
	background-color: #222;
  border-radius: 100px;
	}
}
@media print, screen and (min-width: 768px) {
.contact_bottom_tel{
	color:#fff;  
	font-size: 28px;
  margin-top: 5px;
	}
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_tel{
	font-size: 28px;
  margin-top: 5px;
	}
}
@media print, screen and (min-width: 1400px) {
.contact_bottom_tel{
	font-size: 28px;
	}
}
@media print, screen and (min-width: 1800px) {
.contact_bottom_tel{
	font-size: 38px;
	}
}

/*　電話アイコン
---------------------------------------------------- */
.contact_bottom_tel i{
  font-size:　18px;
  margin:0 5px 0 0;
  color:#fff;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
.contact_bottom_tel i{
  font-size: 18px;
  margin:0 8px 5px 0;
  }
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_tel i{
  font-size: 22px;
  }
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_tel i{
  font-size: 25px;
  }
}

/*　メールボタン
-------------------------- */
.contact_bottom_mail {
  display: block;  
  padding: 15px 5px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
}
@media print, screen and (min-width: 768px) {
.contact_bottom_mail {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 25px 2px;
  }
}
@media print, screen and (min-width: 992px) {
.contact_bottom_mail {
  width: 100%;  
  font-size: 16px;
  padding: 25px 2px;
  }
}
.contact_bottom_mail i{margin-right: 10px;}
.contact_bottom_mail:link,
.contact_bottom_mail:visited{
	color:#0b986f;
  border: 0px;
  background: #fff;
  border-radius: 100px;
	text-decoration:none;
	}
.contact_bottom_mail:hover,
.contact_bottom_mail:active{
	color:#fff;
  border: 0px;
  background: #14604a;
	text-decoration:none;
	}

/* ----------------------------------------------------
  ビフォーアフター
---------------------------------------------------- */
.before-after-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* centerからflex-startに変更 */
  margin-bottom: 80px;
}

.before-after-box {
  flex: 1;
}
.before-after-box .photo-ofi {
  margin-bottom: 15px;
}
.before-after-box h4 {
  font-size: 25px;
  margin-bottom: 7px;
  text-align: center;
  color: #0b986f;
}
.before-after-arrow-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 30px;
}

@media only screen and (max-width: 767px) {
.before-after-arrow-wrap {
  padding:15px 0 !important; /* ここで上からの位置を調整 */
  }
}

@media print, screen and (min-width: 768px) {
.before-after-arrow-wrap {
  padding-top: 9%; /* ここで上からの位置を調整 */
  }
}

.before-after-arrow {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 20px solid #0b986f;
}

@media only screen and (max-width: 767px) {
  .before-after-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
  .before-after-box {
    width: 100%;
  }
  .before-after-arrow-wrap {
    margin: 3px 0;
    padding-top: 0; /* スマホはpadding-topリセット */
    align-items: center;
  }
  .before-after-arrow {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 22px solid #0b986f;
    border-bottom: none;
  }
}

/* ----------------------------------------------------
  ふきだし
---------------------------------------------------- */
.sb-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
.sb-card {
  max-width: 90%;
  }
}

@media print, screen and (min-width: 992px) {
.sb-card {
  text-align: center;
  max-width: 80%;  
  }
}

/* フキダシ本体 */
.sb-bubble {
  position: relative;
  background: #fff;
  border: 2.5px solid #0b986f;
  border-radius: 10px;
  padding: clamp(1rem, 1vw, 1.6rem) clamp(1.2rem, 1vw, 2rem);
  box-shadow: 4px 6px 0 #0b986f;
  width: 100%;
}

.sb-bubble p {
  font-size: clamp(0.95rem, 3.5vw, 1rem);
  line-height: 1.75;
}

/* しっぽ（塗り） */
.sb-bubble::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #fff;
  z-index: 2;
}

/* しっぽ（ボーダー） */
.sb-bubble::before {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 22px solid #0b986f;
  z-index: 1;
}

/* 画像エリア */
.sb-img-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.sb-img-wrap img {
  width: clamp(150px, 15vw, 250px);
  height: clamp(150px, 15vw, 250px);
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #0b986f;
}


/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* ----------------------------------------------------
  テーブル2
---------------------------------------------------- */
.table2{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #a7d3c8;
	background: #fff;
}

@media only screen and (max-width: 767px) {
.table2 th{
	width: 27%;
	padding: 10px 0;  
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #d4ebe4;	
	border-top: 0px;
	border-left: 1px solid #a7d3c8;
	border-bottom: 1px solid #a7d3c8;	
}
.table2 td{
	padding: 10px 15px; 
	display: table-cell;
	border-right: 1px solid #a7d3c8;
	border-left: 1px solid #a7d3c8;
	border-bottom: 1px solid #a7d3c8;
	}
}

@media print, screen and (min-width: 768px) {
.table2 th{
  width: 180px;  
	text-align: center;
	padding: 15px 0;
	display: table-cell;
  vertical-align: middle;
	font-weight: normal;
	background-color: #d4ebe4;	
	border-top: 0px;
	border-right: 1px solid #a7d3c8;
	border-left: 1px solid #a7d3c8;
	border-bottom: 1px solid #a7d3c8;	
}
.table2 td{
	padding: 15px 20px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #a7d3c8;
	}
}

@media print, screen and (min-width: 992px) {
.table2 th{
  width: 160px;
  }
}

.table2 a:link,
.table2 a:visited{text-decoration:underline !important;}
.table2 a:hover,
.table2 a:active{text-decoration:none !important;}

/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
  font-weight: 600;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 30px;
	line-height: 40px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 35px;
	line-height: 45px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 40px;
	line-height: 50px;
	}
}

/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 21px;
	line-height: 31px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 23px;
	line-height: 33px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi04{
	font-size: 26px;
	line-height: 36px;
	}
}

/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05 {
  font-size: 20px;
  line-height: 26px;
  padding: 8px;
  letter-spacing: 2px;
  border-radius: 10px;
  color: #fff;
  background: #0b986f;
  display: flex;        /* 追加 */
  align-items: center;  /* 追加：アイコンとテキストを上下中央揃え */
  gap: 20px;             /* 追加：アイコンとテキストの間隔 */
}
.midasi05 img {
  width: 50px;   /* アイコンのサイズはお好みで */
  height: 50px;
  border-radius: 10px;
  object-fit: contain;
}
@media print, screen and (min-width: 992px) {
  .midasi05 {
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .midasi05 {
    font-size: 27px;
    line-height: 30px;
    padding: 17px;
  }
}
/* ----------------------------------------------------
    見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 20px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
.midasi06{
	font-size: 25px;
  line-height: 30px;
	}
}
.midasi06 i{
  font-size: 7px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

/* ----------------------------------------------------
    見出し07
---------------------------------------------------- */
.midasi07{
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 992px) {
.midasi07{
	font-size: 30px;
	line-height: 40px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi07{
	font-size: 35px;
	line-height: 45px;
	}
}

/* ----------------------------------------------------
    見出し19
---------------------------------------------------- */
.midasi19{
	font-size: 18px;
	line-height: 30px;
  padding-bottom:10px;
  border-bottom: 2px solid #222;
  margin-bottom: 20px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi19{
	font-size: 16px;
	line-height: 26px;
  margin-bottom: 30px;  
	}
}
@media print, screen and (min-width: 992px) {
.midasi19{
	font-size: 18px;
	line-height: 28px;  
	}
}
@media print, screen and (min-width: 1200px) {
.midasi19{
	font-size: 25px;
	line-height: 30px;  
	}
}

/* ----------------------------------------------------
  ★★★レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .note_11 {
    gap: 80px;
  }
}
.note_11:last-child { margin-bottom: 0;}
.note_11_box {box-sizing: border-box;}


/* ----------------------------------------------------
    レイアウト（1:1:1）
---------------------------------------------------- */
.note_111 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  box-sizing: border-box;
  align-items: stretch; /* startからstretchに変更 */
  justify-items: stretch; /* centerからstretchに変更 */
}
@media screen and (min-width: 768px) {
  .note_111 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .note_111 {
    gap: 70px;
    margin-bottom: 60px;
  }
}
.note_111:last-child { margin-bottom: 0; }

.note_111_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media print, screen and (min-width: 1200px) {
  .note_111_box { margin-top: 40px; }
}

/* ----------------------------------------------------
  ★★★レイアウト（1:1:1:1）
---------------------------------------------------- */
.note_1111 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */  
}
@media screen and (min-width: 768px) {
  .note_1111 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_1111 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

.note_1111:last-child { margin-bottom: 0;}
.note_1111_box {box-sizing: border-box;}

/* ----------------------------------------------------
  ★★★レイアウト（3:2）
---------------------------------------------------- */
.note_32 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_32 {
    grid-template-columns: 3fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_32 {
    grid-template-columns: 3fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_32 {
    grid-template-columns: 3fr 2fr;
  }
}

.note_32:last-child { margin-bottom: 0;}
.note_32_box {box-sizing: border-box;}

/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/* ----------------------------------------------------
  btn02_in
---------------------------------------------------- */
.btn02_in {
  color: #96745e !important;
  background: #f5d000;  
  display: block;
  width: 100%;
  padding: 15px 2px !important;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}

@media print, screen and (min-width: 768px) {
.btn02_in {
  display: inline-block;  
  width: 350px;
  padding: 25px 2px !important;
  }
}

.btn02_in:visited {
  color: #96745e !important;
}
.btn02_in:hover,
.btn02_in:active {
  color: #96745e !important;  
  background: #c4a600;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn02_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #96745e;
}

/* ----------------------------------------------------
  btn03_in
---------------------------------------------------- */
.mt20{margin-top: 20px;}

.btn03_in {
  color: #fff !important;
  background: #0b986f;  
  display: block;
  width: 100%;
  padding: 15px 2px !important;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}

@media print, screen and (min-width: 768px) {
.btn03_in {
  display: inline-block;  
  width: 350px;
  padding: 25px 2px !important;
  }
}

.btn03_in:visited {
  color: #fff !important;
}
.btn03_in:hover,
.btn03_in:active {
  color: #fff !important;  
  background: #14604a;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn03_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}

/* ----------------------------------------------------
  btn04_in
---------------------------------------------------- */
.btn04_in {
  color: #fff !important;
  background: #0b986f;  
  display: inline-block;   
  width: 380px;
  padding: 15px 2px !important;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
@media print, screen and (min-width: 768px) {
.btn04_in {
  display: inline-block;   
  width: 350px;
  padding: 25px 2px !important;
  }
}
.btn04_in:visited {
  color: #fff !important;
}
.btn04_in:hover,
.btn04_in:active {
  color: #fff !important;  
  background: #14604a;
  letter-spacing: 3px;
  text-decoration: none !important;
}