@charset "utf-8";
:root {
  /* タイトル1等の文字色 */
  --primary-color: #46372d;

  /* サブ2の文字色 */
  --secondary-color: #46372d;

  /* サブ3の色 */
  --third-back-color: #7f7066;
}


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Pinyon Script";
  src: url("../font/PinyonScript-Regular.ttf");
}

.mrs-saint-delafield-regular {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.op_nolink {
  opacity: 0.5!important;
  pointer-events: none;
}

/*================================
全サイズ適用
================================*/
html {
  overflow-y: scroll;
  font-size: 10px;
  font-size: 62.5%;
}
body {
  overflow: hidden;
  font-family: "Noto Serif JP","Pinyon Script", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  font-weight: 400;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0;
  color: #46372d;
	overflow: hidden;
  position: relative;
}
p {
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  /*color: #222;*/
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
}
a:active {
  text-decoration: none;
}

/* -----ページ内リンク位置調整----- */
.anchor-link {
  /* display: block; */
  padding-top: 120px;
  margin-top: -120px;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}

/*文字装飾*/
.color_red {
  color: #ff0000 !important;
}
.color_yellow {
  color: #c9bc42 !important;
}
.color_brown {
  color: #786043 !important;
}
.color_bronz {
  color: #93540d !important;
}

/*flexbox*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex_reverse {
  flex-direction: row-reverse !important;
}
.justify_center {
  justify-content: center !important;
}
.justify_between {
  justify-content: space-between !important;
}
.align_center {
  align-items: center !important;
}

/*ボックス*/
.colorbox {
  padding: 30px 3%;
}
.colorbox.-white {
  background: #fff;
}


.m-0 {
  margin: 0 !important;
}
.m-0-auto {
  margin: 0 auto !important;
}
/*margin-bottom*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.link_hover {
  opacity: 1;
  transition: 0.5s;
}
.link_hover:hover {
  opacity: 0.7;
}

.cont_none::before,
.cont_none::after {
    content: none!important;
}

.bg_none {
    background: none!important;
}

.border_none {
    border: none!important;
}

.border_radius {
    border-radius: 10px!important;
}

.ver-align-middle{
  vertical-align: middle;
}

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


.w1000 {
  max-width: 1000px!important;
}
.w980 {
  max-width: 980px!important;
}
.w960 {
  max-width: 960px!important;
}
.w940 {
  max-width: 940px!important;
}
.w920 {
  max-width: 920px!important;
}
.w900 {
  max-width: 900px!important;
}
.w890 {
  max-width: 890px!important;
}
.w860 {
  max-width: 860px!important;
}
.w800 {
  max-width: 800px!important;
}
.w750 {
  max-width: 750px!important;
}
.w720 {
  max-width: 720px!important;
}
.w700 {
  max-width: 700px!important;
}
.w640 {
  max-width: 640px !important;
}
.w600 {
  max-width: 600px!important;
}
.w550 {
  max-width: 550px!important;
}

.w490 {
  max-width: 490px!important;
}
.w480 {
  max-width: 480px!important;
}
.w470 {
  max-width: 470px!important;
}
.w460 {
  max-width: 460px!important;
}
.w440 {
  max-width: 440px!important;
}
.w410 {
  max-width: 410px!important;
}
.w390 {
  max-width: 390px !important;
}
.w370 {
  max-width: 370px !important;
}
.w350 {
  max-width: 350px !important;
}
.w320 {
  max-width: 320px !important;
}
.w300 {
  max-width: 300px !important;
}
.w290 {
  max-width: 290px !important;
}
.w250 {
  max-width: 250px !important;
}
.w220 {
  max-width: 220px !important;
}
.w210 {
  max-width: 210px !important;
}
.w200 {
  max-width: 200px !important;
}
.w180 {
  max-width: 180px !important;
}

.w100per {
  width: 100% !important;
}


.w-fit-content {
  width: fit-content !important;
}

.min-height-auto {
  min-height: auto !important;
}

.font-MrsSaintDelafield {
  font-family: "Mrs Saint Delafield" !important;
}

/* 幅制御
================================*/
.inner {
  margin: 0 auto;
  max-width: calc(1500px + 120px);
  padding-left: 60px;
  padding-right: 60px;
}

/* ブロック要素、インライン要素
================================*/
.block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.block_right {
  display: block;
  margin-left: auto;
}
.block_left {
  display: block;
  margin-right: auto;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}

/* 文字
================================*/


.text_justify {
  text-align: justify !important;
}

.text_normal {
  font-weight: 400!important;
}
.text_medium {
  font-weight: 500!important;
}
.text_bold {
  font-weight: 600!important;
}

.txt_color01 {
  color: var(--primary-color)!important;
}

.txt_color02 {
  color: var(--secondary-color)!important;
}

.txt_color03 {
  color: var(--third-back-color)!important;
}

.txt_color04 {
  color: #946f57!important;
}

.txt_color05 {
  color: #5f7c3a!important;
}

.txt_color06 {
  color: #7b8a68!important;
}

.txt_color07 {
  color: #e99200!important;
}

.bg_color01 {
  background-color: var(--primary-color)!important;
}

.bg_color02 {
  background-color: var(--secondary-color)!important;
}

.bg_color03 {
  background-color: var(--third-back-color)!important;
}


.bg_color04 {
  background-color: #946f57!important;
}

.bg_color05 {
  background-color: #b1bda1!important;
}

.bg_color06 {
  background-color: #7b8a68!important;
}

.bg_color07 {
  background-color: #83c5be!important;
}

.bg_color08 {
  background-color: #baddd9!important;
}

.bg_color09 {
  background-color: #e99900!important;
}

.line01 {
  background: linear-gradient(to top, #fff 10px, transparent 10px);
}

.line02 {
  background: linear-gradient(to top, #fff 10px, transparent 10px);
}

.letter-spacing0 {
  letter-spacing: 0 !important;
}

.letter-spacing05 {
  letter-spacing: 0.5px !important;
}

.letter-spacing06 {
  letter-spacing: 0.6px !important;
}
.letter-spacing075 {
  letter-spacing: 0.75px !important;
}

.letter-spacing1 {
  letter-spacing: 1px !important;
}

.letter-spacing15 {
  letter-spacing: 1.5px !important;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height17 {
  line-height: 1.7 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.seo-message {
	color: #333;
	font-size: 1.4rem;
	z-index: 1;
	line-height: 1.5;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

/*side_fix
================================*/
.side_fix {
  position: fixed;
  z-index: 10;
  top: 160px;
  right: 0;
}
.side_fix_tab {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.side_fix_tab:hover {
  opacity: 0.9;
}

/*グローバルナビ
================================*/
#global-nav {
  position: relative;
  left: 0;
  width: 100%;
  padding-top: 100px;
  margin-top: -100px;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 0px;
  background: url(../img/nav_bg.jpg) top/cover;
}
.menu_lists {
  /*flex*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 12rem;
}
.menu_item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 17.6rem;
  position: relative;
  z-index: 1;
  border-left: 1px solid #c0c4b2;
  height: 60px;

}
.menu_item::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -1rem;
  width: 0;
  height: 1px;
  background: #e99200;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu_item:hover::after {
  width: 8rem;
}
.menu_item:last-child {
  border-right: 1px solid #c0c4b2;
}
.menu_link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
}
.menu_link .lead {
  position: relative;
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}


.menu_link .sub {
  position: relative;
  display: block;
  font-family: "Mrs Saint Delafield";
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #999f85;
  margin-top: 0.9rem;
}
.menu_link.-nav02 {
  background: url(../img/g-nav_en02.png) center bottom 22px no-repeat;
}
.menu_link.-nav03 {
  background: url(../img/g-nav_en03.png) center bottom 22px no-repeat;
}
.menu_link.-nav04 {
  background: url(../img/g-nav_en04.png) center bottom 13px no-repeat;
}
.menu_link.-nav05 {
  background: url(../img/g-nav_en05.png) center bottom 13px no-repeat;
}
.menu_link.-nav06 {
  background: url(../img/g-nav_en06.png) center bottom 13px no-repeat;
}
.menu_link.-nav07 {
  background: url(../img/g-nav_en07.png) center bottom 22px no-repeat;
}
/*リンクなし*/
.menu_item.-nolink {
  background: none;
}
.menu_item.-nolink .menu_link {
  opacity: 0.4;
}
.menu_item.-nolink::after {
  display: none;
}

/* サブメニュー
-------------------------------*/
.sub_menu_lists {
  /*flex*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*others*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -15px;
  -webkit-transform: translateY(calc(100% - 20px));
  transform: translateY(calc(100% - 20px));
  width: 75rem;
  max-width: 90vw;
  -webkit-box-shadow: 0 10px 10px rgba(12, 7, 7, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}

/*ホバーでサブメニュー表示*/
.menu_item:hover .sub_menu_lists {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.fixed .menu_item:hover .sub_menu_lists {
  bottom: -1px;
}
.sub_menu_item {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50%;
  border-bottom: 1px solid #c0bdb4;
  background: url(../img/nav_bg.jpg) top;
}
.sub_menu_item:hover {
  opacity: 0.8;
  /* background: rgba(140, 131, 113, 0.3); */
}
.sub_menu_link {
  display: block;
  padding: 1.2rem 5rem 1.2rem 3rem;
  background: url(../img/g-nav_arrow.png) right 2rem center no-repeat;
  font-size: 2rem;
  text-align: left;
  color: #766f5d;
  font-weight: 700;
}

/* グローバルメニュー（fixed）
================================*/
#global-nav.fixed {
  position: fixed;
  top: 0px;
  margin-top: 0px;
  border-bottom: 1px solid #c0c4b2;
}
.fixed .menu_lists {
  height: auto;
}
.fixed .menu_item {
  height: auto;
  min-width: 15rem;
}
.fixed .menu_link {
  padding: 7px 0;
}
.fixed .menu_item::after {
  bottom: 0.4rem;
}
.fixed .menu_link .lead {
  font-size: 2rem;
}
.fixed .menu_link .sub {
  display: none;
}

/*footer
================================*/
.footer {
  background-color: #f1f1ef;
  position: relative;

}
.footer .inner {
  padding-top: 100px;
  /* padding-bottom: 100px; */
  max-width: calc(1000px + 120px);
}
.ft_flex {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.ft_logo {
  margin-bottom: 20px;
}
.ft_logo_img {
  /* width: 35.2rem; */
  max-width: 100%;
  margin: 0 auto;
}
.ft_address {
  font-size: clamp(14px, 1.8rem, 18px);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.ft_tel {
  margin: 0 auto 40px;
  max-width: 500px;
  text-align: center;
}
.ft_tel_text {
  font-size: 1.6rem;
  text-align: center;
  color: #46372d;
  margin: 0 auto 2rem;
  background-color: #fff;
  width: 480px;
  max-width: 100%;
}
.ft_tel_number {
  display: block;
  /* padding-left: 40px; */
  background: url(../img/tel_icon03.png) left bottom 2px no-repeat;
  font-weight: 400;
  font-size: 3.2rem;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
  color: #46372d;
  width: fit-content;
  margin: 0 auto;
  padding-left: 30px;
  position: relative;
}
.ft_tel_number.-hours{
  background: none;
  margin-top: 15px;
}

.ft_tel_number.-hours::before {
  content: "24時間対応";
  background-color: #e89200;
  padding: 6px;
  border: 4px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Serif JP";
  color: #ffffff;
  font-weight: 500;
  margin-right: 10px;
  position: absolute;
  top: 5px;
  left: -65px;
  /* position: relative;
  top: -5px; */
}
/*診療時間表*/
.ft_time-table {
  width: 100%;
  margin-bottom: 10px;
}
.ft_time-table th {
  padding: 4px 10px;
  background: #7f7066;
  text-align: center;
  line-height: 1.4;

  font-weight: 600;
  color: #fff;
}

.ft_time-table tr *:last-child {
  padding-right: 20px;
}
.ft_time-table tbody th,
.ft_time-table td {
  padding: 16px 10px;
  background: #fff;
  text-align: center;
  line-height: 1.4;
  color: #946f57;
  font-weight: 600;
}
.ft_time-table tbody th {
  color: #333333;
}
.ft_time-table tbody tr +tr *{
  border-top: 1px solid #d4ccc7;
}
.ft_time-table_info {
}
.ft_time-table_info .text01 {
  /* font-size: 2rem; */
  /* color: #45b377; */
  letter-spacing: 1px;
  font-weight: 500;
}
.ft_time-table_info .text02 {
  letter-spacing: 1px;
  font-weight: 500;
}

.ft_time-table_txt {
  display: inline-block;
  border-radius: 2px;
  background-color: #946f57;
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-right: 13px;
}
.ft_calendar {
}

.ft_dummy {
  text-align: center;
}

.ft_bnr_invisa {
  padding: 26px 0;
}
.ft_clinic {
  padding: 40px 30px 60px;
  background: #aa9879;

}

.ft_link_bnr {
  display: block;
  width: fit-content;
  margin: 0 auto 55px;
}

.ft_leaf_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
  align-items: flex-start;
  gap: 15px;
  font-size: 56px;
  font-family: "Mrs Saint Delafield";
  color: #46372d;
  line-height: 1;
  text-align: center;
}


.ft_clinic_title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-bottom: solid 1px #fff;
  max-width: 940px;
  margin: 0 auto 25px;
  width: 96%;
}
.ft_clinic_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.ft_clinic_bnr {
  width: calc(100% / 2 - 20px);
  background: #f6f6f3;
  border: 2px solid #746b58;
  border-radius: 4px;
  max-width: 450px;
}
.ft_clinic_bnr:hover {
  opacity: 0.8;
}
.ft_clinic_bnr_link {
  display: block;
  padding: 20px 30px;
}
.ft_clinic_bnr_link.-himawari {
  background: url(../img/bnr_himawari_bg.png) left 20px center/auto 110%
    no-repeat;
}
.ft_clinic_bnr_link.-suzuran {
  background: url(../img/bnr_suzuran_bg.png) left 20px center no-repeat;
}
.ft_clinic_bnr_link.-yotsuba {
  background: url(../img/bnr_yotsuba_bg.png) left 20px center no-repeat;
  background-size: contain;
}
.ft_clinic_bnr .bnr_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.3;
  color: #46372d;
}
.ft_clinic_bnr .bnr_address {
  min-height: 24px;
  background: url(../img/ft_clinic_arrow.png) right center/19px no-repeat;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  color: #746b58;
  padding-top: 15px;
}
/*footer バナー*/
.ft_bnr {
  text-align: center;
}
.ft_bnr a {
  display: inline-block;
  transition: all 0.5s;
}
.ft_bnr a:hover {
  opacity: 0.8;
}
.ft_bnr img {
  display: inline-block;
}
/*
.ft_bnr img.mr_40 {
  margin-right: 40px;
}
*/
.ft_bnr .ft_bnr_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
/*医療DX推進体制整備について*/
.ft_medical-careDX {
  padding: 25px 0 35px;
  background: #fff;
  border: 1px solid #7b8a68;
  text-align: center;
  margin-bottom: 40px;
}
.ft_medical-careDX .title {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #7b8a68;
}
.ft_medical-careDX .text_wrap {
  display: inline-block;
}
.ft_medical-careDX .text {
  font-size: 1.6rem;
  text-align: left;
  color: #46372d;
}
/*googlemap*/
.googlemaps {
  height: 420px;
}
.googlemaps iframe {
  display: block;
  width: 100%;
  height: 100%;
}
/*地域情報*/
.ft_areainfo {
  background: #fff;
}
.ft_areainfo .inner {
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: calc(1000px + 120px);
}
.ft_areainfo_title {
  margin-bottom: 50px;
  font-size: clamp(16px, 3.2rem, 20px);
  font-weight: 400;
  color: #453130;
  text-align: center;
}
.ft_areainfo_text {
  font-size: clamp(14px, 3.2rem, 16px);
}
.copyright {
  padding: 10px;
  background: #dbd3c6;
  font-weight: 400;
  text-align: center;
  color: #46372d;
}

.section_ttl_wrap {
  background: url(../img/ttl_bg01.png) center top;
  position: relative;
  min-height: 145px;
  padding: 20px 0;
}

.section_ttl {
  height: 100%;
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
  text-align: center;
  font-size: 34px;
  min-height: 120px;
  line-height: 1;

}


.section_ttl_eng {
  font-size: 56px;
  font-family: "Mrs Saint Delafield";
  text-align: center;
  line-height: 0.7;
}


.section_ttl02_wrap {
  background: url(../img/ttl_bg02.png) center;
  margin-bottom: 40px;
  padding: 11px;
}
.section_ttl02 {
  font-size: 26px;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}
.section_ttl02_eng {
  font-size: 28px;
  font-family: "Mrs Saint Delafield";
  padding-top: 10px;
  display: block;
}


.common_title01 {
  position: relative;
  text-align: center;
  background-color: #7b8a68;
  font-size: 24px;
  color: #fff;
  line-height: 1.333;
  padding: 9px 0;
}

.common_title01::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: solid 1px #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.common_title01::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: 2px;
  left: 0;
}


.common_bix_txt01 {
	font-size: 2.2rem;
	text-align: center;
	color: #ff9b4d;
  font-weight: 600;
}

.check_lists li::before{
  content: "";
  display: inline-block;
  background: url(../img/check.png) no-repeat center / cover;
  width: 20px;
  height: 23px;
  position: relative;
  top: 5px;
}
.check_lists li{
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 18px;
	font-weight: 500;
  color: #46372d;
  line-height: 1.778;
  text-align: left;
  position: relative;
}

.check_lists {
  width: fit-content;
  margin: 0 auto;
}

.check_lists_org li::before{
  content: "✓";
  display: inline-block;
  color: #e99200;
  width: 13px;
  height: 20px;
  position: relative;
  right: 9px;
}
.check_lists_org li span{
  color: #e99200;
}
.check_lists_org li{
  display: flex;
  align-items: flex-start;
  /* gap: 9px; */
  font-size: 18px;
	font-weight: 600;
  color: #878787;
  line-height: 1.778;
  text-align: left;
  position: relative;
}

.check_lists_org {
  width: fit-content;
  margin: 0 auto;
}

.check_lists_circle.check_sankaku li span{
  color: #ab683c;
}
.check_lists_circle.check_sankaku li::before{
  content: "▲";
  display: inline-block;
  position: relative;
  /* top: 5px; */
  color: #c4c1bb;
}
.check_lists_circle li::before{
  content: "●";
  display: inline-block;
  position: relative;
  color: #e99200;
  padding-right: 9px;
  /* top: 5px; */
}
.check_lists_circle li span{
	font-weight: 600;
  color: #e99200;
}
.check_lists_circle li{
  display: flex;
  align-items: flex-start;
  /* gap: 9px; */
  font-size: 18px;
  color: #46372d;
  line-height: 1.778;
  text-align: left;
  position: relative;
}

.check_lists_circle {
  width: fit-content;
  margin: 0 auto;
}

.brown_box {
  outline: solid 2px #eee;
  outline-offset: -5px;
  background-color: #e5ddcf;
  padding: 20px;
  max-width: 910px;
  margin: 0 auto;
  width: 96%;
}

.brown_box_p {
  margin: 0 auto;
  width: fit-content;
  color: #46372d;
  line-height: 2;
  font-size: 16px;
}

/* リンクボタン
================================*/
.link_btn {
	/*flex*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*others*/
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 1;
	padding: 5px 30px;
	max-width: 100%;
	width: 300px;
	min-height: 45px;
	background: #46372d;
	border-radius: 4px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
}
.link_btn::after {
	content: "→";
	-webkit-transition: .6s;
	transition: .6s;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	color: #46372d;
  background-color: #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 21px;
}
.link_btn:hover {
  opacity: 0.9;
	/* background: #fff;
	color: #45b377; */
}
.link_btn:hover::after {
	right: 20px;
}
/*no link*/
.link_btn.-nolink {
	background: #939393;
	border: 1px solid #939393;
	color: #ccc;
}
.link_btn.-nolink::after {
	content: none;
}

/* -----ページTOPへ戻る----- */
.pagetop {
  position: fixed;
  z-index: 8;
  right: 50px;
  bottom: 125px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: url(../img/page_top.png) center/contain no-repeat;
  cursor: pointer;
}
.pagetop:hover {
  opacity: 0.9;
}

/*================================
0～1366px
================================*/
@media (max-width: 1366px) {
  /*side_fix
  ================================*/
  .side_fix {
    top: 13vw;
  }
  .side_fix_tab {
    max-width: 50px;
  }

  .fixed .menu_item {
    min-width: auto;
  }

  /*グローバルナビ
  ================================*/
  #global-nav {
  }
  .menu_item {
    min-width: fit-content;
    width: 12%;
    padding: 0 10px;
  }
  .menu_item:not(:last-child)::after {
  }
  .menu_link {
  }
  .menu_link .lead {
    font-size: 2rem;
  }
  .menu_link .sub {
    /* font-size: 2.5rem; */
  }
  .fixed .sub {
    /* display: none; */
  }

  /* サブメニュー
  -------------------------------*/
  .sub_menu_lists {
  }
  /*ホバーでサブメニュー表示*/
  .menu_item:hover .sub_menu_lists {
  }
  .sub_menu_item {
  }
  .sub_menu_item:hover {
  }
  .sub_menu_link {
  }

  /* グローバルメニュー（fixed）
  ===============================*/
  #global-nav.fixed {
  }
  .fixed .menu_link {
  }

  /*footer
  ===============================*/
  .footer {
  }
  .ft_flex {
  }
  .ft_flex_item {
  }
  .ft_logo {
  }
  .ft_logo_img {
  }
  .ft_address {
  }
  /*診療時間表*/
  .ft_time-table {
  }
  .ft_time-table th {
  }
  .ft_time-table tbody th,
  .ft_time-table td {
  }
  .ft_time-table tbody th {
  }
  .ft_time-table_info {
  }
  .ft_calendar {
  }
  .ft_tel {
  }
  .ft_tel_text {
  }
  .ft_tel_number {
  }
  .ft_bnr_invisa {
  }
  .ft_clinic {
  }
  .ft_clinic_title {
  }
  /*googlemap*/
  .googlemaps {
    height: 500px;
  }
  .googlemaps iframe {
  }
  /*地域情報*/
  .ft_areainfo {
  }
  .ft_areainfo .inner {
  }
  .ft_areainfo_title {
  }
  .ft_areainfo_text {
  }
  .copyright {
  }
  /* -----ページTOPへ戻る----- */
  .pagetop {
    right: 20px;
    bottom: 70px;
  }
}

/*================================
0～1080px
================================*/
@media (max-width: 1080px) {
  /*side_fix
  ===============================*/
  .side_fix {
  }
  .side_fix_tab {
  }

  /*グローバルナビ
  ===============================*/
  #global-nav {
  }
  .menu_item {
  }
  .menu_item:not(:last-child)::after {
  }
  .menu_link {
    padding-top: 10px;
    font-size: 1.8rem;
  }
  /* サブメニュー
  -------------------------------*/
  .sub_menu_lists {
    width: 600px;
  }
  /*ホバーでサブメニュー表示*/
  .menu_item:hover .sub_menu_lists {
  }
  .sub_menu_item {
  }
  .sub_menu_item:hover {
  }
  .sub_menu_link {
    font-size: 1.8rem;
  }

  /* グローバルメニュー（fixed）
  ===============================*/
  #global-nav.fixed {
  }
  .fixed .menu_link {
  }

  /*footer
  ===============================*/
  .footer {
  }
  .ft_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft_flex_item {
    width: 100%;
  }
  .ft_logo {
    text-align: center;
  }
  .ft_dummy img {
    margin: 0 auto;
  }
  .ft_address {
  }
  /*診療時間表*/
  .ft_time-table {
    max-width: 600px;
    margin: 0 auto 10px;
  }
  .ft_time-table th {
  }
  .ft_time-table tbody th,
  .ft_time-table td {
  }
  .ft_time-table tbody th {
  }
  .ft_time-table_info {
    max-width: 600px;
    margin: 0 auto;
  }
  .ft_calendar img{
    margin: 0 auto;
  }
  .ft_tel {
  }
  .ft_tel_text {
  }
  .ft_tel_number {
  }
  .ft_bnr_invisa {
    margin-bottom: 20px;
    padding: 0;
  }
  .ft_bnr_invisa img {
    margin: 0 auto;
  }
  .ft_clinic {
  }
  .ft_clinic_title {
  }
  .ft_clinic_bnr .bnr_title {
    font-size: clamp(16px, 2.6rem, 26px);
  }
  .ft_clinic_bnr .bnr_address {
    font-size: clamp(14px, 1.8rem, 18px);
    background-position: right top;
  }

  .ft_medical-careDX .text_wrap {
    padding: 0 20px;
  }
  /*googlemap*/
  .googlemaps {
    height: 400px;
  }
  .googlemaps iframe {
  }
  /*地域情報*/
  .ft_areainfo {
  }
  .ft_areainfo .inner {
  }
  .ft_areainfo_title {
  }
  .ft_areainfo_text {
  }

  .ft_clinic_bnr_link {
    padding: 20px;
  }
  .copyright {
  }
  .ft_bnr {
    margin: 0px;
  }
}

/*================================
0～834px
================================*/
@media (max-width: 834px) {
  /*side_fix
  ===============================*/
  .side_fix {
  }
  .side_fix_tab {
  }

  /*グローバルナビ
  ===============================*/
  #global-nav {
  }
  .menu_item {
  }
  .menu_item:not(:last-child)::after {
  }
  .menu_link {
  }
  /* サブメニュー
  -------------------------------*/
  .sub_menu_lists {
  }
  /*ホバーでサブメニュー表示*/
  .menu_item:hover .sub_menu_lists {
  }
  .sub_menu_item {
  }
  .sub_menu_item:hover {
  }
  .sub_menu_link {
  }

  /* グローバルメニュー（fixed）
  ===============================*/
  #global-nav.fixed {
  }
  .fixed .menu_link {
  }

  /*footer
  ===============================*/
  .footer {
  }
  .ft_flex {
  }
  .ft_flex_item {
  }
  .ft_logo {
  }
  .ft_logo_img {
  }
  .ft_address {
  }
  /*診療時間表*/
  .ft_time-table {
  }
  .ft_time-table th {
  }
  .ft_time-table tbody th,
  .ft_time-table td {
  }
  .ft_time-table tbody th {
  }
  .ft_time-table_info {
  }
  .ft_calendar {
  }
  .ft_tel {
  }
  .ft_tel_text {
  }
  .ft_tel_number {
  }
  .ft_bnr_invisa {
  }
  .ft_clinic {
  }
  .ft_clinic_title {
  }
  .ft_clinic_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ft_clinic_bnr {
    width: 100%;
    margin: 0 auto;
  }
  .ft_clinic_bnr_link {
  }
  .ft_clinic_bnr .bnr_title {
  }
  .ft_clinic_bnr .bnr_address {
  }
  /*googlemap*/
  .googlemaps {
  }
  .googlemaps iframe {
  }
  /*地域情報*/
  .ft_areainfo {
  }
  .ft_areainfo .inner {
  }
  .ft_areainfo_title {
  }
  .ft_areainfo_text {
  }
  .copyright {
    padding: 20px 60px 80px;
  }
  /* -----ページTOPへ戻る----- */
  .pagetop {

  }

  /* 画面下固定タブ
  -------------------------------*/
  .bottom_fix {
    /*flex*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*others*/
    position: fixed;
    z-index: 8;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #fff;
  }
  .bottom_fix_tab {
    display: grid;
    align-items: center;
  }
  .bottom_fix_link {
    display: block;
    padding: 6px 4px;
    font-size: clamp(14px, 1.8rem, 20px);
    text-align: center;
    line-height: 1;
    color: #fff;
  }
  /*WEB予約*/
  .bottom_fix_tab.-rsv {
    width: 45%;
    background: #ff9b4d;
  }
  .bottom_fix_tab.-rsv .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 0 4px;
  }
  /*tel*/
  .bottom_fix_tab.-tel {
    width: 60%;
    background: #786043;
  }
  .bottom_fix_tab.-tel .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 0 4px;
  }
  /*access*/
  .bottom_fix_tab.-ft_access {
    width: 50px;
    background: #46372d;
  }
  .bottom_fix_tab.-ft_access .text {
    display: inline-block;
    padding: 4px 0 4px;
  }
}

/*================================
0～480px
================================*/
@media (max-width: 480px) {
  /* 幅制御
  ===============================*/
  .link_btn {
    line-height: 1.5;
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo-message {
    padding-right: 60px;
    font-size: 1.3rem;

  }

  .section_ttl_eng {
    font-size: 46px;
  }
  .section_ttl {
    font-size: 28px;
    min-height: 100px;
  }
  .section_ttl_wrap {
    min-height: auto;
    padding: 10px 0;
  }

  /*footer
  ===============================*/
  .footer .inner {
    padding: 60px 15px;
  }
  .footer {
  }
  .ft_flex {
  }
  .ft_flex_item {
  }
  .ft_logo {
  }
  .ft_logo_img {
    /* max-width: 176px; */
  }
  .ft_address {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .ft_link_bnr {
    max-width: 340px;
  }

  /*診療時間表*/
  .ft_time-table {
  }
  .ft_time-table th {
    padding: 10px 0px;
    font-size: 14px;
  }
  .ft_time-table tr *:last-child {
    padding-right: 0px;
}
  .ft_time-table .title {
    width: 86px;
    letter-spacing: 1px;
  }
  .ft_time-table tbody th,
  .ft_time-table td {
    padding: 10px 0px;
    font-size: 13px;
  }
  .ft_time-table tbody th {
  }
  .ft_time-table_info {
  }
  .ft_time-table_info .text01 {
    font-size: 14px;
  }
  .ft_time-table_info .text02 {
    font-size: 14px;
  }
  /*カレンダー*/
  .ft_calendar {
  }
  .ft_calendar iframe {
    height: 330px;
  }
  /*電話*/
  .ft_tel_text {
    font-size: 5vw;
  }
  .ft_tel_number {
    padding-left: 30px;
    font-size: 2.6rem;
  }


  .ft_tel_number.-hours::before {
    position: relative;
    top: -4px;
    left: 0;
    margin-right: 5px;
  }
  .ft_tel_number.-hours {
    padding-left: 0;
  }
  .ft_bnr_invisa {
  }
  .ft_clinic {
  }
  .ft_clinic_title {
    font-size: 16px;
  }
  .ft_clinic_bnr_link.-suzuran {
    background-position: center bottom;
    background-size: 115px;
  }
  .ft_clinic_bnr_link.-yotsuba {
    background-position: center bottom 3px;
    background-size: 40px;
  }
  .ft_clinic_bnr {
  }
  .ft_clinic_bnr_link {
    padding: 10px;
    padding-bottom: 50px;
  }
  .ft_clinic_bnr .bnr_title {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .ft_clinic_bnr .bnr_address {
    background: url(../img/ft_clinic_arrow.png) right top / 18px no-repeat;
    font-size: 14px;
    padding-top: 0;
  }
  /*医療DX推進体制整備について*/
  .ft_medical-careDX {
    padding: 20px 10px 20px;
  }
  .ft_medical-careDX .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .ft_medical-careDX .text_wrap {
  }
  .ft_medical-careDX .text {
    font-size: 1.6rem;
  }
  /*googlemap*/
  .googlemaps {
  }
  .googlemaps iframe {
  }
  /*地域情報*/
  .ft_areainfo {
  }
  .ft_areainfo .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ft_areainfo_title {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
  }
  .ft_areainfo_text {
    font-size: 14px;
  }
  .copyright {
    padding: 11px 20px 55px;
    font-size: 14px;
  }
  /* -----ページTOPへ戻る----- */
  .pagetop {
    right: 0;
    width: 60px;
    height: 60px;
  }
}

/*================================
0～374px
================================*/
@media (max-width: 374px) {
  .bottom_fix_link {
    /* padding: 6px 10px; */
  }

  .bottom_fix_tab.-rsv .text,
  .bottom_fix_tab.-tel .text {
    font-size: 16px;
  }
}

/* margin css */
.mt_0 {
  margin-top: 0 !important;
}
.mt_6 {
  margin-top: 0.6rem !important;
}
.mt_8 {
  margin-top: 0.8rem !important;
}
.mt_10 {
  margin-top: 1rem !important;
}
.mt_12 {
  margin-top: 1.2rem !important;
}
.mt_15 {
  margin-top: 1.5rem !important;
}
.mt_16 {
  margin-top: 1.6rem !important;
}
.mt_18 {
  margin-top: 1.8rem !important;
}
.mt_20 {
  margin-top: 2rem !important;
}
.mt_22 {
  margin-top: 2.2rem !important;
}
.mt_30 {
  margin-top: 3rem !important;
}
.mt_35 {
  margin-top: 3.5rem !important;
}
.mt_38 {
  margin-top: 3.8rem !important;
}
.mt_40 {
  margin-top: 4rem !important;
}
.mt_45 {
  margin-top: 4.5rem !important;
}
.mt_50 {
  margin-top: 5rem !important;
}
.mt_55 {
  margin-top: 5.5rem !important;
}
.mt_60 {
  margin-top: 6rem !important;
}
.mt_65 {
  margin-top: 6.5rem !important;
}
.mt_70 {
  margin-top: 7rem !important;
}
.mt_75 {
  margin-top: 7.5rem !important;
}
.mt_80 {
  margin-top: 8rem !important;
}
.mt_90 {
  margin-top: 9rem !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_2 {
  margin-bottom: 0.2rem !important;
}
.mb_3 {
  margin-bottom: 0.3rem !important;
}
.mb_5 {
  margin-bottom: 0.5rem !important;
}
.mb_6 {
  margin-bottom: 0.6rem !important;
}
.mb_8 {
  margin-bottom: 0.8rem !important;
}
.mb_10 {
  margin-bottom: 1rem !important;
}
.mb_12 {
  margin-bottom: 1.2rem !important;
}
.mb_15 {
  margin-bottom: 1.5rem !important;
}
.mb_16 {
  margin-bottom: 1.6rem !important;
}
.mb_18 {
  margin-bottom: 1.8rem !important;
}
.mb_20 {
  margin-bottom: 2rem !important;
}
.mb_22 {
  margin-bottom: 2.2rem !important;
}
.mb_24 {
  margin-bottom: 2.4rem !important;
}
.mb_25 {
  margin-bottom: 2.5rem !important;
}
.mb_26 {
  margin-bottom: 2.6rem !important;
}
.mb_28 {
  margin-bottom: 2.8rem !important;
}
.mb_30 {
  margin-bottom: 3rem !important;
}
.mb_32 {
  margin-bottom: 3.2rem !important;
}
.mb_35 {
  margin-bottom: 3.5rem !important;
}
.mb_36 {
  margin-bottom: 3.6rem !important;
}
.mb_40 {
  margin-bottom: 4rem !important;
}
.mb_42 {
  margin-bottom: 4.2rem !important;
}
.mb_45 {
  margin-bottom: 4.5rem !important;
}
.mb_48 {
  margin-bottom: 4.8rem !important;
}
.mb_50 {
  margin-bottom: 5rem !important;
}
.mb_55 {
  margin-bottom: 5.5rem !important;
}
.mb_56 {
  margin-bottom: 5.6rem !important;
}
.mb_60 {
  margin-bottom: 6rem !important;
}
.mb_65 {
  margin-bottom: 6.5rem !important;
}
.mb_70 {
  margin-bottom: 7rem !important;
}
.mb_75 {
  margin-bottom: 7.5rem !important;
}
.mb_80 {
  margin-bottom: 8rem !important;
}
.mb_90 {
  margin-bottom: 9rem !important;
}
.mb_100 {
  margin-bottom: 10rem !important;
}
.mx_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx_5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx_8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}
.mx_10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx_12 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}
.mx_15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx_18 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}
.mx_20 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx_24 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}
.mx_25 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx_30 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx_45 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.ml_3 {
  margin-left: 0.3rem !important;
}
.ml_5 {
  margin-left: 0.5rem !important;
}
.ml_6 {
  margin-left: 0.6rem !important;
}
.ml_8 {
  margin-left: 0.8rem !important;
}
.ml_10 {
  margin-left: 1rem !important;
}
.ml_12 {
  margin-left: 1.2rem !important;
}
.ml_15 {
  margin-left: 1.5rem !important;
}
.ml_18 {
  margin-left: 1.8rem !important;
}
.ml_20 {
  margin-left: 2rem !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.mr_2 {
  margin-right: 0.2rem !important;
}
.mr_3 {
  margin-right: 0.3rem !important;
}
.mr_5 {
  margin-right: 0.5rem !important;
}
.mr_6 {
  margin-right: 0.6rem !important;
}
.mr_8 {
  margin-right: 0.8rem !important;
}
.mr_10 {
  margin-right: 1rem !important;
}
.mr_12 {
  margin-right: 1.2rem !important;
}
.mr_15 {
  margin-right: 1.5rem !important;
}
.mr_18 {
  margin-right: 1.8rem !important;
}
.mr_20 {
  margin-right: 2rem !important;
}

/* padding css */
.pt_0 {
  padding-top: 0rem !important;
}
.pt_3 {
  padding-top: 0.3rem !important;
}
.pt_5 {
  padding-top: 0.5rem !important;
}
.pt_6 {
  padding-top: 0.6rem !important;
}
.pt_8 {
  padding-top: 0.8rem !important;
}
.pt_10 {
  padding-top: 1rem !important;
}
.pt_12 {
  padding-top: 1.2rem !important;
}
.pt_15 {
  padding-top: 1.5rem !important;
}
.pt_18 {
  padding-top: 1.8rem !important;
}
.pt_20 {
  padding-top: 2rem !important;
}
.pt_22 {
  padding-top: 2.2rem !important;
}
.pt_25 {
  padding-top: 2.5rem !important;
}
.pt_28 {
  padding-top: 2.8rem !important;
}
.pt_30 {
  padding-top: 3rem !important;
}
.pt_35 {
  padding-top: 3.5rem !important;
}
.pt_40 {
  padding-top: 4rem !important;
}
.pt_45 {
  padding-top: 4.5rem !important;
}
.pt_50 {
  padding-top: 5rem !important;
}
.pt_60 {
  padding-top: 6rem !important;
}
.pt_65 {
  padding-top: 6.5rem !important;
}
.pt_70 {
  padding-top: 7rem !important;
}
.pt_75 {
  padding-top: 7.5rem !important;
}
.pt_80 {
  padding-top: 8rem !important;
}
.pt_90 {
  padding-top: 9rem !important;
}
.pb_0 {
  padding-bottom: 0rem !important;
}
.pb_2 {
  padding-bottom: 0.2rem !important;
}
.pb_3 {
  padding-bottom: 0.3rem !important;
}
.pb_5 {
  padding-bottom: 0.5rem !important;
}
.pb_6 {
  padding-bottom: 0.6rem !important;
}
.pb_8 {
  padding-bottom: 0.8rem !important;
}
.pb_10 {
  padding-bottom: 1rem !important;
}
.pb_12 {
  padding-bottom: 1.2rem !important;
}
.pb_15 {
  padding-bottom: 1.5rem !important;
}
.pb_18 {
  padding-bottom: 1.8rem !important;
}
.pb_20 {
  padding-bottom: 2rem !important;
}
.pb_22 {
  padding-bottom: 2.2rem !important;
}
.pb_25 {
  padding-bottom: 2.5rem !important;
}
.pb_30 {
  padding-bottom: 3rem !important;
}
.pb_40 {
  padding-bottom: 4rem !important;
}
.pb_45 {
  padding-bottom: 4.5rem !important;
}
.pb_50 {
  padding-bottom: 5rem !important;
}
.pb_60 {
  padding-bottom: 6rem !important;
}
.pb_65 {
  padding-bottom: 6.5rem !important;
}
.pb_70 {
  padding-bottom: 7rem !important;
}
.pb_75 {
  padding-bottom: 7.5rem !important;
}
.pb_80 {
  padding-bottom: 8rem !important;
}
.pb_90 {
  padding-bottom: 9rem !important;
}
.pb_100 {
  padding-bottom: 10rem !important;
}
.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.px_3 {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}
.px_5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px_6 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.px_8 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.px_10 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px_15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px_20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px_30 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.py_3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.py_5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py_10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py_15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py_20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py_25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py_25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py_30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py_35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py_40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py_45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.py_50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py_60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py_75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

@media (max-width: 834px) {
  .mt_tab_0 {
    margin-top: 0 !important;
  }
  .mt_tab_2 {
    margin-top: 0.2rem !important;
  }
  .mt_tab_3 {
    margin-top: 0.3rem !important;
  }
  .mt_tab_5 {
    margin-top: 0.5rem !important;
  }
  .mt_tab_6 {
    margin-top: 0.6rem !important;
  }
  .mt_tab_8 {
    margin-top: 0.8rem !important;
  }
  .mt_tab_10 {
    margin-top: 1rem !important;
  }
  .mt_tab_12 {
    margin-top: 1.2rem !important;
  }
  .mt_tab_15 {
    margin-top: 1.5rem !important;
  }
  .mt_tab_18 {
    margin-top: 1.8rem !important;
  }
  .mt_tab_20 {
    margin-top: 2rem !important;
  }
  .mt_tab_22 {
    margin-top: 2.2rem !important;
  }
  .mt_tab_25 {
    margin-top: 2.5rem !important;
  }
  .mt_tab_28 {
    margin-top: 2.8rem !important;
  }
  .mt_tab_30 {
    margin-top: 3rem !important;
  }
  .mt_tab_35 {
    margin-top: 3.5rem !important;
  }
  .mt_tab_38 {
    margin-top: 3.8rem !important;
  }
  .mt_tab_40 {
    margin-top: 4rem !important;
  }
  .mt_tab_45 {
    margin-top: 4.5rem !important;
  }
  .mt_tab_50 {
    margin-top: 5rem !important;
  }
  .mt_tab_55 {
    margin-top: 5.5rem !important;
  }
  .mt_tab_60 {
    margin-top: 6rem !important;
  }
  .mb_tab_0 {
    margin-bottom: 0 !important;
  }
  .mb_tab_2 {
    margin-bottom: 0.2rem !important;
  }
  .mb_tab_3 {
    margin-bottom: 0.3rem !important;
  }
  .mb_tab_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb_tab_6 {
    margin-bottom: 0.6rem !important;
  }
  .mb_tab_8 {
    margin-bottom: 0.8rem !important;
  }
  .mb_tab_10 {
    margin-bottom: 1rem !important;
  }
  .mb_tab_12 {
    margin-bottom: 1.2rem !important;
  }
  .mb_tab_15 {
    margin-bottom: 1.5rem !important;
  }
  .mb_tab_18 {
    margin-bottom: 1.8rem !important;
  }
  .mb_tab_20 {
    margin-bottom: 2rem !important;
  }
  .mb_tab_22 {
    margin-bottom: 2.2rem !important;
  }
  .mb_tab_24 {
    margin-bottom: 2.4rem !important;
  }
  .mb_tab_25 {
    margin-bottom: 2.5rem !important;
  }
  .mb_tab_28 {
    margin-bottom: 2.8rem !important;
  }
  .mb_tab_30 {
    margin-bottom: 3rem !important;
  }
  .mb_tab_35 {
    margin-bottom: 3.5rem !important;
  }
  .mb_tab_38 {
    margin-bottom: 3.8rem !important;
  }
  .mb_tab_40 {
    margin-bottom: 4rem !important;
  }
  .mb_tab_45 {
    margin-bottom: 4.5rem !important;
  }
  .mb_tab_50 {
    margin-bottom: 5rem !important;
  }
  .mb_tab_55 {
    margin-bottom: 5.5rem !important;
  }
  .mb_tab_60 {
    margin-bottom: 6rem !important;
  }
  .mb_tab_70 {
    margin-bottom: 7rem !important;
  }
  .mb_tab_90 {
    margin-bottom: 9rem !important;
  }
  .mb_tab_100 {
    margin-bottom: 10rem !important;
  }
  .mb_tab_120 {
    margin-bottom: 12rem !important;
  }
  .mx_tab_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pt_tab_0 {
    padding-top: 0 !important;
  }
  .pt_tab_3 {
    padding-top: 0.3rem !important;
  }
  .pt_tab_5 {
    padding-top: 0.5rem !important;
  }
  .pt_tab_6 {
    padding-top: 0.6rem !important;
  }
  .pt_tab_8 {
    padding-top: 0.8rem !important;
  }
  .pt_tab_10 {
    padding-top: 1rem !important;
  }
  .pt_tab_12 {
    padding-top: 1.2rem !important;
  }
  .pt_tab_15 {
    padding-top: 1.5rem !important;
  }
  .pt_tab_18 {
    padding-top: 1.8rem !important;
  }
  .pt_tab_20 {
    padding-top: 2rem !important;
  }
  .pt_tab_22 {
    padding-top: 2.2rem !important;
  }
  .pt_tab_25 {
    padding-top: 2.5rem !important;
  }
  .pt_tab_28 {
    padding-top: 2.8rem !important;
  }
  .pt_tab_30 {
    padding-top: 3rem !important;
  }
  .pt_tab_35 {
    padding-top: 3.5rem !important;
  }
  .pt_tab_38 {
    padding-top: 3.8rem !important;
  }
  .pt_tab_40 {
    padding-top: 4rem !important;
  }
  .pt_tab_45 {
    padding-top: 4.5rem !important;
  }
  .pt_tab_50 {
    padding-top: 5rem !important;
  }
  .pt_tab_60 {
    padding-top: 6rem !important;
  }
  .pb_tab_0 {
    padding-bottom: 0 !important;
  }
  .pb_tab_3 {
    padding-bottom: 0.3rem !important;
  }
  .pb_tab_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb_tab_6 {
    padding-bottom: 0.6rem !important;
  }
  .pb_tab_8 {
    padding-bottom: 0.8rem !important;
  }
  .pb_tab_10 {
    padding-bottom: 1rem !important;
  }
  .pb_tab_12 {
    padding-bottom: 1.2rem !important;
  }
  .pb_tab_15 {
    padding-bottom: 1.5rem !important;
  }
  .pb_tab_18 {
    padding-bottom: 1.8rem !important;
  }
  .pb_tab_20 {
    padding-bottom: 2rem !important;
  }
  .pb_tab_22 {
    padding-bottom: 2.2rem !important;
  }
  .pb_tab_25 {
    padding-bottom: 2.5rem !important;
  }
  .pb_tab_28 {
    padding-bottom: 2.8rem !important;
  }
  .pb_tab_30 {
    padding-bottom: 3rem !important;
  }
  .pb_tab_35 {
    padding-bottom: 3.5rem !important;
  }
  .pb_tab_38 {
    padding-bottom: 3.8rem !important;
  }
  .pb_tab_40 {
    padding-bottom: 4rem !important;
  }
  .pb_tab_45 {
    padding-bottom: 4.5rem !important;
  }
  .pb_tab_50 {
    padding-bottom: 5rem !important;
  }
  .pb_tab_55 {
    padding-bottom: 5.5rem !important;
  }
  .pb_tab_60 {
    padding-bottom: 6rem !important;
  }
  .pb_tab_70 {
    padding-bottom: 7rem !important;
  }
  .pb_tab_80 {
    padding-bottom: 8rem !important;
  }
  .pb_tab_90 {
    padding-bottom: 9rem !important;
  }
}

@media (max-width: 480px) {
  .mt_sp_0 {
    margin-top: 0 !important;
  }
  .mt_sp_2 {
    margin-top: 2px !important;
  }
  .mt_sp_3 {
    margin-top: 3px !important;
  }
  .mt_sp_5 {
    margin-top: 5px !important;
  }
  .mt_sp_6 {
    margin-top: 6px !important;
  }
  .mt_sp_8 {
    margin-top: 8px !important;
  }
  .mt_sp_10 {
    margin-top: 10px !important;
  }
  .mt_sp_12 {
    margin-top: 12px !important;
  }
  .mt_sp_15 {
    margin-top: 15px !important;
  }
  .mt_sp_16 {
    margin-top: 16px !important;
  }
  .mt_sp_18 {
    margin-top: 18px !important;
  }
  .mt_sp_20 {
    margin-top: 20px !important;
  }
  .mt_sp_22 {
    margin-top: 22px !important;
  }
  .mt_sp_24 {
    margin-top: 24px !important;
  }
  .mt_sp_25 {
    margin-top: 25px !important;
  }
  .mt_sp_28 {
    margin-top: 28px !important;
  }
  .mt_sp_30 {
    margin-top: 30px !important;
  }
  .mt_sp_35 {
    margin-top: 35px !important;
  }
  .mt_sp_38 {
    margin-top: 38px !important;
  }
  .mt_sp_40 {
    margin-top: 40px !important;
  }
  .mt_sp_45 {
    margin-top: 45px !important;
  }
  .mt_sp_50 {
    margin-top: 50px !important;
  }
  .mt_sp_55 {
    margin-top: 55px !important;
  }
  .mt_sp_60 {
    margin-top: 60px !important;
  }
  .mb_sp_0 {
    margin-bottom: 0 !important;
  }
  .mb_sp_2 {
    margin-bottom: 2px !important;
  }
  .mb_sp_3 {
    margin-bottom: 3px !important;
  }
  .mb_sp_5 {
    margin-bottom: 5px !important;
  }
  .mb_sp_6 {
    margin-bottom: 6px !important;
  }
  .mb_sp_8 {
    margin-bottom: 8px !important;
  }
  .mb_sp_10 {
    margin-bottom: 10px !important;
  }
  .mb_sp_12 {
    margin-bottom: 12px !important;
  }
  .mb_sp_15 {
    margin-bottom: 15px !important;
  }
  .mb_sp_16 {
    margin-bottom: 16px !important;
  }
  .mb_sp_18 {
    margin-bottom: 18px !important;
  }
  .mb_sp_20 {
    margin-bottom: 20px !important;
  }
  .mb_sp_22 {
    margin-bottom: 22px !important;
  }
  .mb_sp_24 {
    margin-bottom: 24px !important;
  }
  .mb_sp_25 {
    margin-bottom: 25px !important;
  }
  .mb_sp_28 {
    margin-bottom: 28px !important;
  }
  .mb_sp_30 {
    margin-bottom: 30px !important;
  }
  .mb_sp_35 {
    margin-bottom: 35px !important;
  }
  .mb_sp_38 {
    margin-bottom: 38px !important;
  }
  .mb_sp_40 {
    margin-bottom: 40px !important;
  }
  .mb_sp_45 {
    margin-bottom: 45px !important;
  }
  .mb_sp_50 {
    margin-bottom: 50px !important;
  }
  .mb_sp_55 {
    margin-bottom: 55px !important;
  }
  .mb_sp_60 {
    margin-bottom: 60px !important;
  }
  .mb_sp_70 {
    margin-bottom: 70px !important;
  }
  .mx_sp_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pt_sp_0 {
    padding-top: 0 !important;
  }
  .pt_sp_3 {
    padding-top: 3px !important;
  }
  .pt_sp_5 {
    padding-top: 5px !important;
  }
  .pt_sp_6 {
    padding-top: 6px !important;
  }
  .pt_sp_8 {
    padding-top: 8px !important;
  }
  .pt_sp_10 {
    padding-top: 10px !important;
  }
  .pt_sp_12 {
    padding-top: 12px !important;
  }
  .pt_sp_15 {
    padding-top: 15px !important;
  }
  .pt_sp_18 {
    padding-top: 18px !important;
  }
  .pt_sp_20 {
    padding-top: 20px !important;
  }
  .pt_sp_22 {
    padding-top: 22px !important;
  }
  .pt_sp_25 {
    padding-top: 25px !important;
  }
  .pt_sp_28 {
    padding-top: 28px !important;
  }
  .pt_sp_30 {
    padding-top: 30px !important;
  }
  .pt_sp_35 {
    padding-top: 35px !important;
  }
  .pt_sp_38 {
    padding-top: 38px !important;
  }
  .pt_sp_40 {
    padding-top: 40px !important;
  }
  .pt_sp_45 {
    padding-top: 45px !important;
  }
  .pt_sp_50 {
    padding-top: 50px !important;
  }
  .pt_sp_60 {
    padding-top: 60px !important;
  }
  .pb_sp_0 {
    padding-bottom: 0 !important;
  }
  .pb_sp_3 {
    padding-bottom: 3px !important;
  }
  .pb_sp_5 {
    padding-bottom: 5px !important;
  }
  .pb_sp_6 {
    padding-bottom: 6px !important;
  }
  .pb_sp_8 {
    padding-bottom: 8px !important;
  }
  .pb_sp_10 {
    padding-bottom: 10px !important;
  }
  .pb_sp_12 {
    padding-bottom: 12px !important;
  }
  .pb_sp_15 {
    padding-bottom: 15px !important;
  }
  .pb_sp_18 {
    padding-bottom: 18px !important;
  }
  .pb_sp_20 {
    padding-bottom: 20px !important;
  }
  .pb_sp_22 {
    padding-bottom: 22px !important;
  }
  .pb_sp_25 {
    padding-bottom: 25px !important;
  }
  .pb_sp_28 {
    padding-bottom: 28px !important;
  }
  .pb_sp_30 {
    padding-bottom: 30px !important;
  }
  .pb_sp_35 {
    padding-bottom: 35px !important;
  }
  .pb_sp_38 {
    padding-bottom: 38px !important;
  }
  .pb_sp_40 {
    padding-bottom: 40px !important;
  }
  .pb_sp_45 {
    padding-bottom: 45px !important;
  }
  .pb_sp_50 {
    padding-bottom: 50px !important;
  }
  .pb_sp_55 {
    padding-bottom: 55px !important;
  }
  .pb_sp_60 {
    padding-bottom: 60px !important;
  }
  .pb_sp_70 {
    padding-bottom: 70px !important;
  }
  .pb_sp_80 {
    padding-bottom: 80px !important;
  }
  .pb_sp_90 {
    padding-bottom: 90px !important;
  }
}

/* font size */
.fs_10 {
  font-size: 1rem !important;
}
.fs_12 {
  font-size: 1.2rem !important;
}
.fs_13 {
  font-size: 1.3rem !important;
}
.fs_14 {
  font-size: 1.4rem !important;
}
.fs_15 {
  font-size: 1.5rem !important;
}
.fs_16 {
  font-size: 1.6rem !important;
}
.fs_17 {
  font-size: 1.7rem !important;
}
.fs_18 {
  font-size: 1.8rem !important;
}
.fs_19 {
  font-size: 1.9rem !important;
}
.fs_20 {
  font-size: 2rem !important;
}
.fs_21 {
  font-size: 2.1rem !important;
}
.fs_22 {
  font-size: 2.2rem !important;
}
.fs_24 {
  font-size: 2.4rem !important;
}
.fs_26 {
  font-size: 2.6rem !important;
}
.fs_27 {
  font-size: 2.7rem !important;
}
.fs_28 {
  font-size: 2.8rem !important;
}
.fs_30 {
  font-size: 3rem !important;
}
.fs_31 {
  font-size: 3.1rem !important;
}
.fs_32 {
  font-size: 3.2rem !important;
}
.fs_33 {
  font-size: 3.3rem !important;
}
.fs_35 {
  font-size: 3.5rem !important;
}
.fs_36 {
  font-size: 3.6rem !important;
}
.fs_36 {
  font-size: 3.6rem !important;
}
.fs_37 {
  font-size: 3.7rem !important;
}
.fs_38 {
  font-size: 3.8rem !important;
}
.fs_40 {
  font-size: 4rem !important;
}
.fs_42 {
  font-size: 4.2rem !important;
}
.fs_45 {
  font-size: 4.5rem !important;
}
.fs_48 {
  font-size: 4.8rem !important;
}
.fs_50 {
  font-size: 5rem !important;
}

@media (max-width: 834px) {
  .fs_tab_8 {
    font-size: 0.8rem !important;
  }
  .fs_tab_9 {
    font-size: 0.9rem !important;
  }
  .fs_tab_10 {
    font-size: 1rem !important;
  }
  .fs_tab_11 {
    font-size: 1.1rem !important;
  }
  .fs_tab_12 {
    font-size: 1.2rem !important;
  }
  .fs_tab_13 {
    font-size: 1.3rem !important;
  }
  .fs_tab_14 {
    font-size: 1.4rem !important;
  }
  .fs_tab_15 {
    font-size: 1.5rem !important;
  }
  .fs_tab_16 {
    font-size: 1.6rem !important;
  }
  .fs_tab_17 {
    font-size: 1.7rem !important;
  }
  .fs_tab_18 {
    font-size: 1.8rem !important;
  }
  .fs_tab_20 {
    font-size: 2rem !important;
  }
  .fs_tab_21 {
    font-size: 2.1rem !important;
  }
  .fs_tab_22 {
    font-size: 2.2rem !important;
  }
  .fs_tab_24 {
    font-size: 2.4rem !important;
  }
  .fs_tab_26 {
    font-size: 2.6rem !important;
  }
  .fs_tab_27 {
    font-size: 2.7rem !important;
  }
  .fs_tab_28 {
    font-size: 2.8rem !important;
  }
  .fs_tab_30 {
    font-size: 3rem !important;
  }
  .fs_tab_32 {
    font-size: 3.2rem !important;
  }
  .fs_tab_33 {
    font-size: 3.3rem !important;
  }
  .fs_tab_35 {
    font-size: 3.5rem !important;
  }
  .fs_tab_36 {
    font-size: 3.6rem !important;
  }
  .fs_tab_37 {
    font-size: 3.7rem !important;
  }
  .fs_tab_38 {
    font-size: 3.8rem !important;
  }
  .fs_tab_40 {
    font-size: 4rem !important;
  }
  .fs_tab_42 {
    font-size: 4.2rem !important;
  }
  .fs_tab_45 {
    font-size: 4.5rem !important;
  }
  .fs_tab_48 {
    font-size: 4.8rem !important;
  }
  .fs_tab_50 {
    font-size: 5rem !important;
  }
}

@media (max-width: 480px) {
  .fs_sp_8 {
    font-size: 8px !important;
  }
  .fs_sp_9 {
    font-size: 9px !important;
  }
  .fs_sp_10 {
    font-size: 10px !important;
  }
  .fs_sp_11 {
    font-size: 11px !important;
  }
  .fs_sp_12 {
    font-size: 12px !important;
  }
  .fs_sp_13 {
    font-size: 13px !important;
  }
  .fs_sp_14 {
    font-size: 14px !important;
  }
  .fs_sp_15 {
    font-size: 15px !important;
  }
  .fs_sp_16 {
    font-size: 16px !important;
  }
  .fs_sp_17 {
    font-size: 17px !important;
  }
  .fs_sp_18 {
    font-size: 18px !important;
  }
  .fs_sp_20 {
    font-size: 20px !important;
  }
  .fs_sp_21 {
    font-size: 21px !important;
  }
  .fs_sp_22 {
    font-size: 22px !important;
  }
  .fs_sp_24 {
    font-size: 24px !important;
  }
  .fs_sp_26 {
    font-size: 26px !important;
  }
  .fs_sp_27 {
    font-size: 27px !important;
  }
  .fs_sp_28 {
    font-size: 28px !important;
  }
  .fs_sp_30 {
    font-size: 30px !important;
  }
  .fs_sp_32 {
    font-size: 32px !important;
  }
  .fs_sp_33 {
    font-size: 33px !important;
  }
  .fs_sp_35 {
    font-size: 35px !important;
  }
  .fs_sp_36 {
    font-size: 36px !important;
  }
  .fs_sp_37 {
    font-size: 37px !important;
  }
  .fs_sp_38 {
    font-size: 38px !important;
  }
  .fs_sp_40 {
    font-size: 40px !important;
  }
  .fs_sp_42 {
    font-size: 42px !important;
  }
  .fs_sp_45 {
    font-size: 45px !important;
  }
  .fs_sp_48 {
    font-size: 48px !important;
  }
  .fs_sp_50 {
    font-size: 50px !important;
  }
}

/* font weight */
.fw_300 {
  font-weight: 300 !important;
}
.fw_normal {
  font-weight: normal !important;
}
.fw_500 {
  font-weight: 500 !important;
}
.fw_bold {
  font-weight: bold !important;
}
@media (max-width: 480px) {
  .fw_sp_300 {
    font-weight: 300 !important;
  }
  .fw_sp_normal {
    font-weight: normal !important;
  }
  .fw_sp_500 {
    font-weight: 500 !important;
  }
  .fw_sp_bold {
    font-weight: bold !important;
  }
}

/* line height */
.lh_22 {
  line-height: 2.2 !important;
}
.lh_21 {
  line-height: 2.1 !important;
}
.lh_20 {
  line-height: 2 !important;
}
.lh_19 {
  line-height: 1.9 !important;
}
.lh_18 {
  line-height: 1.8 !important;
}
.lh_17 {
  line-height: 1.7 !important;
}
.lh_16 {
  line-height: 1.6 !important;
}
.lh_15 {
  line-height: 1.5 !important;
}
.lh_14 {
  line-height: 1.4 !important;
}
.lh_13 {
  line-height: 1.3 !important;
}
.lh_12 {
  line-height: 1.2 !important;
}
.lh_11 {
  line-height: 1.1 !important;
}
.lh_10 {
  line-height: 1 !important;
}
.lh_8 {
  line-height: 0.8 !important;
}
@media (max-width: 480px) {
  .lh_sp_22 {
    line-height: 2.2 !important;
  }
  .lh_sp_21 {
    line-height: 2.1 !important;
  }
  .lh_sp_20 {
    line-height: 2 !important;
  }
  .lh_sp_19 {
    line-height: 1.9 !important;
  }
  .lh_sp_18 {
    line-height: 1.8 !important;
  }
  .lh_sp_16 {
    line-height: 1.6 !important;
  }
  .lh_sp_15 {
    line-height: 1.5 !important;
  }
  .lh_sp_14 {
    line-height: 1.4 !important;
  }
  .lh_sp_13 {
    line-height: 1.3 !important;
  }
  .lh_sp_12 {
    line-height: 1.2 !important;
  }
  .lh_sp_11 {
    line-height: 1.1 !important;
  }
  .lh_sp_10 {
    line-height: 1 !important;
  }
  .lh_sp_8 {
    line-height: 0.8 !important;
  }
}

/* letter-space */
.ls_0 {
  letter-spacing: 0 !important;
}
.ls_5 {
  letter-spacing: 0.05em !important;
}
.ls_6 {
  letter-spacing: 0.06em !important;
}
.ls_8 {
  letter-spacing: 0.08em !important;
}
.ls_10 {
  letter-spacing: 0.1em !important;
}
.ls_12 {
  letter-spacing: 0.12em !important;
}
.ls_14 {
  letter-spacing: 0.14em !important;
}
.ls_15 {
  letter-spacing: 0.15em !important;
}
.ls_16 {
  letter-spacing: 0.16em !important;
}
.ls_20 {
  letter-spacing: 0.2em !important;
}
@media (max-width: 834px) {
  .ls_tab_0 {
    letter-spacing: 0 !important;
  }
  .ls_tab_2 {
    letter-spacing: 0.02em !important;
  }
  .ls_tab_3 {
    letter-spacing: 0.03em !important;
  }
  .ls_tab_4 {
    letter-spacing: 0.04em !important;
  }
  .ls_tab_5 {
    letter-spacing: 0.05em !important;
  }
  .ls_tab_6 {
    letter-spacing: 0.06em !important;
  }
  .ls_tab_8 {
    letter-spacing: 0.08em !important;
  }
  .ls_tab_10 {
    letter-spacing: 0.1em !important;
  }
  .ls_tab_12 {
    letter-spacing: 0.12em !important;
  }
  .ls_tab_14 {
    letter-spacing: 0.14em !important;
  }
  .ls_tab_15 {
    letter-spacing: 0.15em !important;
  }
  .ls_tab_16 {
    letter-spacing: 0.16em !important;
  }
  .ls_tab_18 {
    letter-spacing: 0.18em !important;
  }
  .ls_tab_20 {
    letter-spacing: 0.2em !important;
  }
}
@media (max-width: 480px) {
  .ls_sp_0 {
    letter-spacing: 0 !important;
  }
  .ls_sp_2 {
    letter-spacing: 0.02em !important;
  }
  .ls_sp_3 {
    letter-spacing: 0.03em !important;
  }
  .ls_sp_4 {
    letter-spacing: 0.04em !important;
  }
  .ls_sp_5 {
    letter-spacing: 0.05em !important;
  }
  .ls_sp_6 {
    letter-spacing: 0.06em !important;
  }
  .ls_sp_8 {
    letter-spacing: 0.08em !important;
  }
  .ls_sp_10 {
    letter-spacing: 0.1em !important;
  }
  .ls_sp_12 {
    letter-spacing: 0.12em !important;
  }
  .ls_sp_14 {
    letter-spacing: 0.14em !important;
  }
  .ls_sp_15 {
    letter-spacing: 0.15em !important;
  }
  .ls_sp_16 {
    letter-spacing: 0.16em !important;
  }
  .ls_sp_18 {
    letter-spacing: 0.18em !important;
  }
  .ls_sp_20 {
    letter-spacing: 0.2em !important;
  }
}
@media (min-width: 481px) {
  .lh_pc_only_2 {
    line-height: 2 !important;
  }
}

/* text align */
.text_left {
  text-align: left !important;
}
.text_center {
  text-align: center !important;
}
.text_right {
  text-align: right !important;
}
@media only screen and (max-width: 834px) {
  /* text align */
  .tab_text_left {
    text-align: left !important;
  }
  .tab_text_center {
    text-align: center !important;
  }
  .tab_text_right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  /* text align */
  .sp_text_left {
    text-align: left !important;
  }
  .sp_text_center {
    text-align: center !important;
  }
  .sp_text_right {
    text-align: right !important;
  }
}

.clear {
  clear: both !important;
}
.clear_none {
  clear: none !important;
}
@media only screen and (max-width: 1080px) {
  .clear_tab {
    clear: both !important;
  }
  .clear_tab_none {
    clear: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .clear_sp {
    clear: both !important;
  }
  .clear_sp_none {
    clear: none !important;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 174rem;
  padding-right: 6rem;
  padding-left: 6rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 834px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content_in {
  position: relative;
  max-width: 140rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.max_w_full {
  max-width: 100% !important;
}
.max_w_1150 {
  position: relative;
  max-width: 115rem !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.max_w_1000 {
  position: relative;
  max-width: 100rem !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.max_w_980 {
  position: relative;
  max-width: 98rem !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sm_text {
  font-weight: normal;
  font-size: clamp(12px, 1.6rem, 16px);
  line-height: clamp(20px, 3rem, 30px);
  text-align: left;
  color: #000;
}
.m_text {
  font-weight: normal;
  font-size: clamp(14px, 1.8rem, 18px);
  line-height: clamp(24px, 3.2rem, 32px);
  text-align: left;
  color: #000;
}
.mx_text {
  font-weight: normal;
  font-size: clamp(14px, 2rem, 20px);
  line-height: clamp(24px, 3.6rem, 36px);
  text-align: left;
  color: #000;
}
.sm_title {
  font-weight: 500;
  font-size: clamp(16px, 2.4rem, 24px);
  line-height: clamp(28px, 3.6rem, 36px);
  text-align: left;
  color: #000;
}
.m_title {
  font-weight: 500;
  font-size: clamp(20px, 3rem, 30px);
  line-height: clamp(36px, 4.2rem, 42px);
  text-align: left;
  color: #000;
}
.mx_title {
  font-weight: bold;
  font-size: clamp(20px, 3.6rem, 36px);
  line-height: clamp(36px, 4.2rem, 42px);
  text-align: left;
  color: #000;
}
@media (max-width: 480px) {
  .sm_text {
    font-size: 12px;
    line-height: 20px;
  }
  .m_text {
    font-size: 14px;
    line-height: 24px;
  }
  .mx_text {
    font-size: 14px;
    line-height: 24px;
  }
  .sm_title {
    font-size: 16px;
    line-height: 28px;
  }
  .m_title {
    font-size: 18px;
    line-height: 30px;
  }
  .mx_title {
    font-size: 20px;
    line-height: 32px;
  }
}

.border {
  border: 0.5rem solid #73c096;
}
.border_w_3 {
  border-width: 0.3rem;
}
.border_w_5 {
  border-width: 0.5rem;
}
.border_w_10 {
  border-width: 1rem;
}
.border_brown {
  border-color: #907555;
}
@media (max-width: 480px) {
  .border {
    border: 4px solid #73c096;
  }
  .border_w_3 {
    border-width: 2px;
  }
  .border_w_5 {
    border-width: 4px;
  }
  .border_w_10 {
    border-width: 6px;
  }
}
