@charset "utf-8";

/*---------------------------------------------
	リセット
---------------------------------------------*/
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin: 0;
  padding: 0;
}
p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
}
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}
/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-y: scroll;
  font-family: "Noto Sans JP";
} /* 10px */

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #4b1f00;
  line-height: 1.65;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP";
  overflow-x: hidden;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

/*---------------------------------------------
	カラム
---------------------------------------------*/
.clounm_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.clounm_wrapper:after {
  /* content: "."; */
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}
a:link {
  text-decoration: none;
  color: #4b1f00;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
  color: #4b1f00;
}
a:hover {
  color: #4b1f00;
  text-decoration: none;
}
a:active {
  text-decoration: none;
  color: #4b1f00;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}
p + a {
  margin-top: 1em !important ;
}
p + div {
  margin-top: 0 !important ;
  /* margin-top: 1.5rem !important ; */
}

/*---------------------------------------------
	m_pattern
---------------------------------------------*/
.m_pattern_a {
  padding: 0 0 4rem;
}
.m_pattern_b {
  padding: 0 0 1rem;
}
.m_pattern_c {
  padding: 0 0 6rem;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*---------------------------------------------
 **   text-align
---------------------------------------------*/
.tac {
  text-align: center;
}

/*---------------------------------------------
 **  flexbox
---------------------------------------------*/
.display_flex {
  display: flex;
}
.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_item_clounm_1 {
  width: calc(100%);
  max-width: 1200px;
}
.flex_item_clounm_2 {
  width: calc(100% / 2 - 20px);
}
.flex_item_clounm_3 {
  width: calc(100% / 3 - 30px);
}
.flex_item_clounm_4 {
  width: calc(100% / 4 - 30px);
}
.order_1 {
  order: 1;
}
.order_2 {
  order: 2;
}

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
#pageTop a {
  display: block;
  padding: 2.5rem;
  background-color: #798cd8;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a:after {
  position: absolute;
  top: 65px;
  left: 5px;
  content: "先頭へ戻る";
  display: block;
  font-size: 1.1rem;
  color: #798cd8;
}

/*---------------------------------------------
 ** h1
---------------------------------------------*/
h1 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 4px;
  display: inline-block;
  position: relative;
  padding: 15px 0;
}
h1:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #4b1f00;
  content: "";
}

/*---------------------------------------------
 ** h2
---------------------------------------------*/
h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 3rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-align: center;
  background: url(../img/common/logo_img.png) top center no-repeat;
  padding-top: 120px;
  color: #26305f;
  position: relative;
}
#top h2 {
  background: none;
}
#clinic h2::after {
  content: "CLINIC";
  font-size: 12px;
  color: #d3b839;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#dermatology h2::after {
  content: "DERMATOLOGY";
  font-size: 12px;
  color: #d3b839;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#cosmetic h2::after,
#cosme-laser h2::after,
#cosme-cream h2::after,
#cosme-slim h2::after,
#cosme-hair h2::after,
#cosme-eplus h2::after {
  content: "COSMETIC";
  font-size: 12px;
  color: #d3b839;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#doctor h2::after {
  content: "DOCTOR";
  font-size: 12px;
  color: #d3b839;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#access h2::after {
  content: "ACCESS";
  font-size: 12px;
  color: #d3b839;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*---------------------------------------------
 ** h3
---------------------------------------------*/
h3 {
  font-size: 3.6rem;
  line-height: 1.5;
  margin: 6rem auto 5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

h3 strong {
  font-size: 70%;
}

/*---------------------------------------------
 ** コンテンツ全体
---------------------------------------------*/
#content {
  width: 100%;
}
#main {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 150px;
}
#top #main {
  max-width: 100%;
  padding-top: 800px;
}

/*---------------------------------------------
 ** セクション
---------------------------------------------*/
.section_block {
  margin-bottom: 70px;
}

/*---------------------------------------------
 ** li list typ 消す
---------------------------------------------*/
.lst_none li {
  list-style-type: none;
}

/*---------------------------------------------
 ** 画像
---------------------------------------------*/
.img_box {
  display: flex;
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/

/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
#header {
  width: 100%;
  position: relative;
}
/* ロゴ */
.logo a {
  display: block;
  z-index: 9;
  position: relative;
}
/* ロゴ */
.logo {
  width: 312px;
  display: block;
  z-index: 999;
  margin: 0 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.logo img {
  width: 312px;
  height: auto;
}

.header_wrapper {
  padding: 5%;
}
#top {
  background: url(../img/main_img/top.png) no-repeat top center;
  background-size: auto;
}

/*---------------------------------------------
 **  TEL
---------------------------------------------*/
.tel_nbr {
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  padding-top: 20px;
  margin: 0 21px 0 0;
  color: #339ebc;
}
.tel_nbr p {
  font-size: 3.4rem;
  margin-bottom: 0;
  line-height: 0.8;
}
.tel_nbr p:before {
  width: 3.1rem;
  height: 3.1rem;
  position: relative;
  display: inline-block;
  top: 1px;
  /* background: url(../img/common/icon_tel_type_02.png) no-repeat; */
  content: "";
  margin-right: 5px;
}
.tel_nbr span.tel_span {
  color: #31140b;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: bold;
  margin-left: 3.8rem;
}

/*---------------------------------------------
 **  メインイメージ
---------------------------------------------*/
.main_img {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .main_img .main_h1 {
  text-indent: -999em;
}
/* キャッチコピー */
.catch_copy {
  display: none;
}
/* キャッチコピー */
#top .catch_copy {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  left: 0;
  font-size: 5rem;
  font-weight: 600;
  position: absolute;
  top: 200px;
  left: 15%;
  font-feature-settings: "palt";
}
#main .logo,
#main .tel {
  display: none;
}

/*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
#footer {
  clear: both;
  padding-top: 90px;
}

/* footerロゴ */

#footer .logo {
  max-width: 267px !important;
  margin: 0 auto;
  position: absolute;
  top: -230px;
  left: auto;
  right: -158px;
  text-align: center;
  z-index: 19;
}

#top #footer .logo {
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
}
/* footerロゴ */
#footer .logo img {
  width: 95%;
}
/* フッター電話 */
#footer .tel {
  position: relative;
  top: unset;
  right: unset;
  width: auto;
  margin: 0 !important;
}
#footer .tel_nbr {
  width: auto;
  padding-top: 0;
  margin-right: 0;
}
#footer .tel_nbr p {
  font-size: 2.2rem;
  background: url(../img/common/icon_tel.png) no-repeat top 5px left 30px;
  padding-left: 30px;
  padding-bottom: 5px;
  color: #339ebc;
}

.ftime_box {
  display: flex;
  background: #f7f7f7;
  padding: 15px 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ftime_box p {
  width: 60%;
  font-size: 140%;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
  margin-bottom: 0;
}
.ftime_time {
  width: 90%;
  margin: 20px auto;
}
.ftime_time p:nth-child(1) {
  font-size: 160%;
  font-weight: bold;
}
.ftime_time p:nth-child(1) span {
  display: inline-block;
  font-size: 80%;
  border: 1px solid #753f14;
  padding: 8px 15px 7px;
  margin-right: 15px;
}

.ftime_reserve {
  width: 90%;
  margin: 20px auto;
  font-size: 200%;
  font-weight: bold;
  color: #339ebc;
  font-weight: normal;
  border: 1px solid #339ebc;
  text-align: center;
  padding: 15px 10px 0;
  line-height: 1.3;
}
.ftime_reserve a {
  text-decoration: none;
  color: #339ebc;
}
.ftime_reserve span {
  display: inline-block;
  font-size: 60%;
  margin-right: 25px;
  position: relative;
  top: -4px;
}

/* 診療時間表 */
.time_table {
  width: 100%;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 0.5rem;
  border-collapse: separate;
  border-spacing: 3px;
}
#footer .time_table {
  margin-top: 0;
}
.time_table th {
  color: #4b1f00;
  padding: 0.1rem 0.7rem;
  font-size: 2rem;
}
.time_table th:nth-child(7) {
  color: #007fff;
}
.time_table th:last-of-type {
  color: #007fff;
}

.time_table tr:nth-child(2) td {
  background: #f3f8e4;
}
.time_table tr:nth-child(3) td {
  background: #e2f3f8;
}


.time_table td {
  padding: 2.3rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #339ebc;
  vertical-align: baseline;
}

td.time_td {
  font-size: 2rem;
  font-weight: bold;
  color: #4b1f00;
  background: #f7f0e1;
  vertical-align: middle !important;
}

td.yasumi {
  color: #4b1f00 !important;
}

.time_table td .miwako,
p.time_p .miwako{
  color: #FECCCC;
  font-size: 0.9rem;
  margin-left: 5px;
}

/* 診療時間下 SPAN */
.time_span {
  border: 2px solid #753f14;
  background: #fff;
  padding: 0.5rem 2rem;
  color: #743f13;
  display: inline-block;
  margin-left: 2rem;
  font-weight: bold;
}
/* table下pタグ */
.time_p {
  font-size: 100%;
}

.footer_address_wrapper {
  width: 55%;
  font-size: 110%;
}
.footer_parking_wrapper {
  width: 43%;
  margin-left: 2%;
}

.footer_parking {
  display: inline-block;
  font-weight: bold;
}
.address {
  font-size: 2.3rem;
  margin: 0;
}

/* 地図 */
.map {
  height: 260px;
  margin: 15px auto 20px !important;
}

/* footer_L */
.footer_time_L {
  width: 48%;
  margin-right: 2%;
}

/* footer_R */
.footer_time_R {
  width: 48%;
  padding-top: 0;
  margin-left: 2%;
}
/* 住所 */
.f_add {
  border-top: 1px solid #4b1f00;
  border-bottom: 1px solid #4b1f00;
  padding: 15px 0px;
}
.f_add .address {
  width: 90%;
  margin: 0 auto;
  font-size: 120%;
  padding: 1rem 0 0 0;
  font-weight: 500;
}

.footer_parking {
  margin: 0 42px 0 0;
}
.f_add .footer_parking {
  padding-left: 30px;
  background: url(../img/common/icon_p.png) no-repeat top 14px left 0;
  font-size: 120%;
}

#footer .add_info {
  display: flex;
}
#footer .add_info p {
  width: 25%;
  padding-top: 10px;
}
#footer .add_info div {
  width: 72%;
  margin-left: 2%;
  margin-top: 0 !important;
}
#footer .add_info div a {
  max-width: 200px;
}
/* コピーライト */
#copyright {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  padding: 15px 0 18px;
  background: #4b1f00;
  color: #fff;
}

/*=================================================================================================================================*/
/**  共通パーツ	*/
/*=================================================================================================================================*/

/*---------------------------------------------
 **  ボタン
---------------------------------------------*/
.bt_base {
  width: 100%;
  max-width: 300px;
  padding: 1.2rem 2rem 1.3rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-size: 120%;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #4b1f00;
  position: relative;
}
.bt_base:after {
  content: url(../img/common/arrow_brown.png);
  display: block;
  position: absolute;
  top: 13px;
  right: 4%;
}
.bt_base:hover {
    opacity:.5;
}

.bt_base.btn-typ-01:hover {
  background: #6F4C32;
  color: #ffffff;
}
.bt_base.btn-typ-01:hover:after {
  content: url(../img/common/arrow_white.png);
}

.icon_arrow {
  position: relative;
}
.icon_arrow:after {
  width: 14px;
  height: 15px;
  margin-left: 1rem;
  position: absolute;
  top: 38%;
  right: 2rem;
  /* background: url(../img/common/icon_arrow.png) no-repeat; */
  background-size: contain;
  content: "";
}

/*---------------------------------------------
 **  ボーダー
---------------------------------------------*/
.bda {
  border: 1px solid;
  color: #31130b;
  background: #ffff;
  padding: 0.4rem 2rem;
}

/*---------------------------------------------
 **  色
---------------------------------------------*/
.bg_c_01 {
  background: #d7b269;
}
.c_white {
  color: #ffffff !important;
}
.c_brown {
  color: #31160b !important;
}
.bd_brown {
  border-color: #31130b;
}

/*=================================================================================================================================*/
/**  TOPコンテンツ	*/
/*=================================================================================================================================*/

.slick-next,
.slick-prev {
  border: none !important;
  width: 12px !important;
  height: 13.5px !important;
  background: url(../img/common/icon_arrow_silder.png) no-repeat !important;
  background-size: 12px 13.5px !important;
  padding: 20px !important;
}

.slick-next {
  right: -0 !important;
}
.slick-prev {
  left: -0 !important;
  transform: rotate(-180deg);
  padding: 0px 10px 10px 20px !important;
}
.tal {
  text-align-last: left;
}

.news {
  margin: 0 0 0.5rem 0;
}
/* お知らせ */

.news_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.news_wrapper .news {
  width: 48%;
}
.news h2 {
}

.news_wrapper h2 {
  font-size: 0.5rem !important;
  text-align: left;
  letter-spacing: 0.05em;
  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;
  background: none;
  padding-top: 0;
  color: #4b1f00;
}
.news_wrapper h2 span {
  font-size: 3rem;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #339ebb;
  display: inline-block;
  margin-right: 20px;
  font-weight: normal !important;
}

.news dl {
  width: 97%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  text-align: center;
}
.news dl {
  border: 1px solid #339ebb !important;
  margin-left: 3%;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;	-moz-transition: 0.3s ease-in-out;	-o-transition: 0.3s ease-in-out;	transition: 0.3s ease-in-out;
}
.news dl:hover {
 background: #CDE6EE;
}

.news dl::after {
  content: url(../img/common/arrow_blue.png);
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
}
.news dl dt {
  width: 25%;
  padding: 20px 15px;
  color: #339ebb;
  font-size: 80%;
}

.news dl dd {
  width: calc(80% - 30px);
  padding: 18px 15px 20px;
  text-align: left;
  font-size: 100%;
  margin-left: 0 !important;
}
.news a {
  text-decoration: none !important;
  font-weight: bold;
}

.news p {
  font-size: 100%;
  text-align: right;
}

/* 診療表 */
.time_table_wrapper {
  width: 48%;
  margin-left: 4%;
}
#footer .time_table_wrapper {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  position: relative;
}
#top #footer .time_table_wrapper {
  padding-top: 105px;
}

.under_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 一般皮膚科 */
.top_bg01 {
  background: url(../img/common/top_bg02.png);
  padding: 60px 0;
  margin-bottom: 20px !important;
}

.top_bg01 .flex_wrapper div:nth-child(1) a {
  width: 190px;
  height: 316px;
  background: url("../img/top/menu_btn01.png") no-repeat;
  display: block;
  text-indent: -9999px;
}

.top_bg01 .flex_wrapper div:nth-child(1) a:hover {
  background-image: url("../img/top/menu_btn01_on.png");
}

.top_bg01 .flex_wrapper div:nth-child(2) {
  width: calc(100% - 250px);
  font-size: 100%;
}

.top_bg01 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.top_bg01 ul li {
  width: calc(100% / 4 - 10px);
  background: #fff;
  margin-bottom: 15px;
  list-style: none;
  text-align: center;
  position: relative;
  margin-left: 10px !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.top_bg01 ul li:nth-child(4n-3) {
  margin-left: 0;
}
.top_bg01 ul li a {
  text-decoration: none;
  background: #fff;
  padding: 20px 30px 20px 15px;
  display: block;
}

.top_bg01 ul li::after{
  content: url(../img/common/arrow_yellow.png);
  position: absolute;
  top: 23px;
  right: 5%;
}
.top_bg01 ul li a:hover {
  background: #CDE6EE;
}
.top_bg01 ul li:hover::after{
  content: url(../img/common/arrow_blue.png);
}

/* 美容皮膚科 */
.top_bg02 {
  background: url(../img/common/top_bg03.png);
  padding: 60px 0;
  margin-bottom: 20px !important;
}
.top_bg02 .flex_wrapper {
  flex-flow: row-reverse;
}
.top_bg02 .flex_wrapper .cosme_btn a {
  width: 190px;
  height: 340px;
  background: url("../img/top/menu_btn02.png") no-repeat;
  display: block;
  text-indent: -9999px;
}

.top_bg02 .flex_wrapper .cosme_btn a:hover {
  background-image: url("../img/top/menu_btn02_on.png");
}

.top_bg02 .flex_wrapper .cosme_list {
  width: calc(100% - 250px);
  font-size: 100%;
}

.top_bg02 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px !important;
}

.top_bg02 ul li {
  width: calc(100% / 3 - 10px);
  background: #fff;
  list-style: none;
  text-align: center;
  position: relative;
  margin-left: 0 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.top_bg02 ul li a {
  text-decoration: none;
  background: #fff;
  padding: 20px 10px;
  display: block;

}

.top_bg02 ul li::after {
  content: url(../img/common/arrow_yellow.png);
  position: absolute;
  top: 23px;
  right: 5%;


}
.top_bg02 ul li a:hover {
  background: #C5CBEE;
  ;
}
.top_bg02 ul li:hover::after{
  content: url(../img/common/arrow_blue2.png);
}

.top_bg02 .cosme_dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4px;
}

.top_bg02 .cosme_dl a {
  width: 32%;
  background: #fff;
  margin-bottom: 15px;
  list-style: none;
  text-align: center;
  margin-left: 0 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.top_bg02 .cosme_dl a dl {
  text-decoration: none;
  background: #fff;
  padding: 20px 10px;
  display: block;
  	-webkit-transition: 0.3s ease-in-out;	-moz-transition: 0.3s ease-in-out;	-o-transition: 0.3s ease-in-out;	transition: 0.3s ease-in-out;
}
.top_bg02 a:hover dl {
  background: #DFE2F6;
}
.top_bg02 .cosme_dl a dl dt {
  max-width: 232px;
  margin: 0 auto;
}
.top_bg02 .cosme_dl a dl dd {
  width: calc(95% - 20px);
  margin: 5px auto;
  text-align: center;
  font-size: 130%;
}
.top_bg02 .cosme_dl a dl dd span {
  color: #fff;
  background: #bdc9e1;
  display: block;
  padding: 5px 10px 7px;
  font-size: 80%;
  margin-top: 5px;
}
.top_bg02 .flex_wrapper .cosme_btn a:hover {
  background-image: url("../img/top/menu_btn02_on.png");
}

.top_bg02 .flex_wrapper .cosme_list {
  width: calc(100% - 250px);
  font-size: 100%;
}

/* ドクターからのメッセージ */
.ttl-doc-01{
  text-align: left;
  color: #4B1F00;
  font-size: 3.7rem;
  line-height: 1.5;
  font-weight: 500 !important;
  font-feature-settings : "palt";
  letter-spacing: 2px !important;
}
.top_bg03 {
  background: url(../img/common/top_bg04.png) no-repeat top center;
  background-size: cover;
  padding: 60px 0 30px;
  margin-bottom: 20px !important;
  position: relative;
}
.top_bg03 .flex_wrapper .doc_mes {
  width: 60%;
  padding-bottom: 20px;
}
.top_bg03 .flex_wrapper .doc_mes h2 {
  letter-spacing: 0.1px;
  font-weight: normal !important;
  padding-top: 30px;
}
.top_bg03 .flex_wrapper .doc_img {
  width: 32%;
  position: absolute;
  bottom: -35px;
  right: 4%;
}
.top_bg03 .flex_wrapper .doc_img img {
  max-width: 550px;
}

.top_bg03 .flex_wrapper .doc_btn {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
}
.top_bg03 .flex_wrapper .doc_btn .bt_base {
  width: 40% !important;
  margin-right: 20px;
}

/*=================================================================================================================================*/
/**  内部ページ	*/
/*=================================================================================================================================*/
/* 共通CSS */
/*
#main ul li {
  padding: 0 0 0 2rem;
  list-style-type: none;
}

#main ul li::before {
  position: relative;
  top: -1px;
  left: -0.8rem;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background: #b59a65;
}
*/
/*---------------------------------------------
 **  グーテン 付与クラス
---------------------------------------------*/

/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
#breadcrumb ul li {
  padding: 0;
  list-style-type: none;
}
#breadcrumb ul li::before {
  position: unset;
  top: unset;
  left: unset;
  display: unset;
  width: unset;
  height: unset;
  content: "";
  background: unset;
}

#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 1rem;
  font-family: "Noto Sans JP";
  padding-top: 23%;
}

#breadcrumb ul {
  display: table;
  font-size: 1.4rem;
  display: flex;
}

#breadcrumb ul li {
  margin: 0 6px 0 0;
  font-size: 1.4rem;
  list-style-type: none;
  display: flex;
}

#breadcrumb ul li a {
  color: #27305F;
  text-decoration: none;
  font-weight: bold;
  padding-bottom:4px;
  border-bottom:1px solid #27305F;
}

#breadcrumb ul li:first-child::before {
  content: "";
  padding: 0;
}

#breadcrumb ul li::before {
  padding: 0 6px 0 0;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 10px;
  top: 4px;
  position: relative;
  display: block;
}

/*---------------------------------------------
 ** 固定ページ共通
---------------------------------------------*/
.con_title {
  max-width: 1200px;
  margin: 0 auto;
}
.con_section {
  max-width: 1200px;
  margin: 0 auto 30px;
}

.con_title p {
  font-size: 1.6rem;
}

.content_bg {
  background: #f6f5e8;
  padding: 3% 0 2%;
}

.read_red {
  color: #b22c00;
  font-weight: bold;
}

.case_box {
  width: 100%;
  display: flex;
}
.case_box > .wp-block-column:nth-child(1) {
  width: 15%;
  background: #009cd0;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  border-radius: 10px;
  vertical-align: middle;
  position: relative;
}
.case_box > .wp-block-column:nth-child(1) p {
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; /*上下左右中央に*/
}
.case_box h5 + p,
.case_box h6 + p {
  width: 95%;
  margin: 0 auto 20px;
}

.case_box_s > .wp-block-column:nth-child(1) {
  background: #009cd0;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  border-radius: 10px;
  vertical-align: middle;
  position: relative;
}
.case_box_s > .wp-block-column:nth-child(1) p {
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; /*上下左右中央に*/
}
.case_box_s > .wp-block-column:nth-child(2) p {
  padding: 5% 0;
}

.font_s {
  font-size: 1.2rem;
}

/*---------------------------------------------
 ** クリニック案内
---------------------------------------------*/

#clinic {
  background: url(../img/main_img/clinic_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}

.clinic_img img {
  border-radius: 10px;
}

.clinic_img p {
  margin-bottom: 7%;
  text-align: center !important;
}

.clinic_img figure {
  margin-top: 3%;
}
.clinic_img figure + p {
  color: #26305f;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5%;
}

.clinic_img_pc {
  display: block;
}
.clinic_img_sp {
  display: none;
}

/*---------------------------------------------
 ** 一般皮膚科
---------------------------------------------*/

#dermatology {
  background: url(../img/main_img/dermatology_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}
#dermatology .wp-block-group__inner-container {
  position: relative;
}
#disease01,
#disease02,
#disease03,
#disease04,
#disease05,
#disease06,
#disease07,
#disease08,
#disease09,
#disease10,
#disease11,
#disease12 {
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
}

/*---------------------------------------------
 ** h4
---------------------------------------------*/
#dermatology h4 {
  line-height: 120%;
  font-size: 3.6rem;
  font-weight: 500;
  padding: 0 0.5rem 1.5rem 0.5rem;
  margin-bottom: 2.2rem;
  font-family: "Noto Serif JP", serif;
}
/*---------------------------------------------
 ** h5
---------------------------------------------*/
h5{
  font-size: 1.8rem;
}
#dermatology h5 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  background-color: #e2f3f8;
  color: #27305f;
  padding: 10px 20px;
}
/*---------------------------------------------
 ** h6
---------------------------------------------*/
#dermatology h6 {
  font-size: 1.6rem;
  color: #009ad0;
  margin-bottom: 0.5rem;
  padding: 0px 10px;
}

#dermatology h6::before {
  content: "● ";
  display: inline-block;
}

.gas_laser {
  border: 2px solid #009cd0;
  padding: 20px 20px 10px;
  border-radius: 10px;
}
.gas_laser figure {
  max-width: 200px;
}
.gas_laser .wp-block-column p:nth-child(1) {
  font-size: 3rem;
  color: #009bd0;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

/*---------------------------------------------
 ** 美容皮膚科
---------------------------------------------*/

#cosmetic{
  background: url(../img/main_img/cosme_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}
#cosme-eplus {
  background: url(../img/main_img/eplus_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}

#cosme-cream{
  background: url(../img/main_img/cream_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}

#cosme-laser{
  background: url(../img/main_img/lazer_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}
#cosme-slim{
  background: url(../img/main_img/diet_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}

#cosme-hair{
  background: url(../img/main_img/aga_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}
#dropscreen{
  background: url(../img/main_img/dropscreen_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}

#cosmetic .wp-block-group__inner-container {
  position: relative;
}

#cosme_first {
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
}

#cosmetic h4,
#cosme-laser h4,
.ttl-cmn-01 {
  background: #7a8fda;
  font-size: 3rem;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.cosme_box {
  width: 90%;
  margin: 20px auto;
}
.cosme_box figure {
  max-width: 159px;
}

.cosme_note {
  background: #fff2f2;
  text-align: center;
  color: #ff4c4c;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 20px;
  border-radius: 10px;
  margin: 35px 0 20px;
  position: relative;
}
.cosme_note::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 30px solid #fff2f2;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 15px;
  left: -20px;
}

.cosme_flow .wp-block-column {
  border: 2px solid #7a8fda;
  border-radius: 10px;
  position: relative;
  margin-top: -30px;
}

.cosme_flow .wp-block-column:nth-child(1)::after,
.cosme_flow .wp-block-column:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #798cd8;
  position: absolute;
  right: -7%;
  top: 40%;
}

.cosme_flow .wp-block-column p:nth-child(1) {
  background: #e7edfa;
  color: #798cd8;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
}
.cosme_flow .wp-block-column p:nth-child(2) {
  padding: 5px 20px 10px;
  margin-bottom: .5rem;
}

.cosme_price {
  border: 3px solid #7a8fda;
  border-radius: 10px;
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
.cosme_price .wp-block-columns {
  margin-bottom: 0;
  height: 100%;
}
.cosme_price .wp-block-columns .wp-block-columns .wp-block-column:nth-child(1) {
  background: #e7edfa;
  font-size: 1.8rem;
  padding: 20px 0 20px;
  text-align: center;
  font-weight: bold;
  color: #798ed9;
  letter-spacing: 0.1em;
}
.cosme_price .wp-block-columns .wp-block-columns .wp-block-column{
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align:center;

}

.cosme_price .wp-block-columns .wp-block-columns .wp-block-column:nth-child(1) p,
.cosme_price .wp-block-columns .wp-block-columns .wp-block-column:nth-child(2) p{
  margin-bottom:0;
}
.cosme_price
  .wp-block-columns
  .wp-block-columns
  .wp-block-column:nth-child(2)
  p {
  font-size: 1.8rem;
  padding: 18px 0 15px;
  text-align: center;
  font-weight: bold;
}

.cosme_faq {
  margin: 20px auto;
}

.cosme_faq .wp-block-column {
  background: #e7edfa;
  padding: 20px 30px;
}
.cosme_faq .wp-block-column p:nth-child(1) {
  color: #798cd8;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.laser_machine_img {
  max-width: 166px;
  margin: 0 auto;
}

.machine_tbl {
  position: relative;
}

.machine_img img {
  border-radius: 10px;
}

.machine_detail {
  position: relative;
}

.machine_detail h4,
.ttl-cmn-04 {
  color: #26305f !important;
  font-size: 2.4rem !important;
  font-weight: bold;
  background: none !important;
  padding: 0 !important;
  margin: 10px 0;
  letter-spacing: 2px;
}
.machine_detail .point {
  position: absolute;
  top: 10px;
  right: 0;
}
.machine_detail .point p {
  display: inline-block;
  background: #ffcfbf;
  color: #4b1f00;
  font-size: 1.4rem;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 20px;
  margin-left: 5px;
}

.pdf_btn {
  text-align: center;
}
.machine_detail .pdf_btn {
  text-align: left;
  margin-bottom: 20px;
}
.pdf_btn div {
  margin: 0 auto;
}
.pdf_btn div p{
  font-size: 1.7rem;
}
.pdf_btn div p:before,
.pdf_btn div a:before {
  content: url(../img/common/icon_pdf.png);
  display: block;
  position: absolute;
  top: 13px;
  left: 15px;
}

.price_box {
  border-radius: 10px;
  border: 3px #7a8fda solid;
}

.price_box .wp-block-columns {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #7a8fda;
}
.price_box .wp-block-columns p {
  margin-bottom: 0 !important;
}
.price_box .wp-block-columns:last-child {
  border: none !important;
}

.price_box
  .wp-block-group__inner-container
  .wp-block-columns
  .wp-block-column:nth-child(1) {
  background: #e7edfa;
  font-weight: bold;
  font-size: 1.8rem;
  color: #798dd8;
  margin: 0 !important;
  padding: 20px 5% 22px;
  border-radius: 0 0 0 0;
  letter-spacing: 1px;
  position: relative;
}
.price_box
  .wp-block-group__inner-container
  .wp-block-columns
  .wp-block-column:nth-child(1)
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.price_box
  .wp-block-group__inner-container
  .wp-block-columns:nth-child(1)
  .wp-block-column:nth-child(1) {
  border-radius: 10px 0 0 0;
}

.price_box
  .wp-block-group__inner-container
  .wp-block-columns:last-child
  .wp-block-column:nth-child(1) {
  border-radius: 0 0 0 10px;
}

.price_box_one
  .wp-block-group__inner-container
  .wp-block-columns
  .wp-block-column:nth-child(1) {
  border-radius: 10px 0 0 10px !important;
}

.price_box .wp-block-columns .wp-block-column:nth-child(2) {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 5% 22px;
  margin: 0 !important;
  text-align: center;
}
.price_box_wide .wp-block-columns .wp-block-column:nth-child(2) {
  font-weight: normal;
  font-size: 1.6rem;
  padding: 21px 3% 23px;
  text-align: left;
}
.price_box .wp-block-columns .wp-block-column:nth-child(2) p strong {
  font-size: 1.4rem;
}
.price_box .wp-block-columns .wp-block-column:nth-child(2) p em {
  font-weight: normal;
  font-style: normal;
}

.machine_detail2 .wp-block-columns {
  margin-bottom: 0px;
}

.machine_detail2 h4 {
  color: #26305f !important;
  font-size: 2.4rem !important;
  font-weight: bold;
  background: none !important;
  padding: 0 !important;
  margin: 10px 0;
  letter-spacing: 0px;
  display: inline-block;
}

.machine_detail2 .point p {
  display: inline-block;
  background: #ffcfbf;
  color: #4b1f00;
  font-size: 1.4rem;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 20px;
  margin-left: 5px;
  margin-top: 12px;
}

.machine_list {
  margin: -1em 0 1em;
}
.machine_list li {
  list-style: none;
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}
.machine_list li::before {
  content: "●";
  color: #798cd8;
  margin-right: 2px;
}

.attention_pink {
  font-size: 1.8rem;
  color: #ff4c4c;
  font-weight: bold;
  margin-bottom: 10px !important;
}

.machine_list2 {
  margin: 0 0 1em;
  padding-left: 1rem;
  padding-right: 1rem;
}
.machine_list2 li {
  list-style: none;
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}
.machine_list2 li::before {
  content: "●";
  color: #ff4c4c;
  margin-right: 2px;
  font-size: 80%;
  position: relative;
  top: -1px;
}
.machine_list2_li li {
  display: inline-block;
  margin-right: 25px;
}

.machine_list2_li2 {
  margin: -1em 0 1em;
}
.machine_list2_li2 li {
  display: inline-block;
  margin-right: 30px;
}

.price_box2 {
  width: 45%;
  border-radius: 10px;
  border: 2px #7a8fda solid;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cosme_ex {
/*   width: calc(1200px - 4%); */
  background: #e7edfa;
  padding: 4% 2% 2%;
  position: relative;
  margin-bottom: 50px !important;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
}
.cosme_ex h3 {
  position: absolute;
  top: -25px;
  left: 70px;
  font-size: 1.6rem !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
}
.cosme_ex h3 em {
  min-width: 200px;
  color: #fff !important;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background-color: #7a8fda !important;
  font-style: normal;
}
.cosme_ex h3 strong {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background-color: #4b1f00 !important;
  font-size: 1.6rem !important;
}

.cosme_ex .wp-block-columns {
  margin-bottom: 0 !important;
}

.cosme_ex .flow_img {
  margin-bottom: 10px !important;
}

.cosme_ex .img_s {
  width: 50%;
  margin-left: 50%;
}

.cosme_ex .flow_img p {
  background: #fff;
  padding: 5px 10px 8px;
  text-align: center;
  margin-bottom: 0;
  color: #7a8fda;
  font-size: 1.5rem;
}

.cosme_ex .flow_img .wp-block-column {
  margin-left: 15px !important;
}
.cosme_ex .flow_img .wp-block-column:nth-child(1) {
  margin-left: 0 !important;
}

.cosme_care {
  width: 95% !important;
  margin: 0 auto;
}

.cosme_care h3 {
  text-align: left;
  color: #26305f;
  font-size: 2.4rem;
  margin-bottom: 20px !important;
  padding: 0 !important;
}



/*---------------------------------------------
 ** 美容皮膚科-新レーザー
---------------------------------------------*/
#enlightensr{
  background: url(../img/main_img/enlighten_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}
#enlightensr h4.nmlttl{
  font-size: 3rem;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-align: left;
  color: #26305f ;
}

#enlightensr h4.boxttl{
    background: #7a8fda;
    font-size: 3rem;
    padding: 10px 50px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3rem;
}
#enlightensr p.downtime{
  background-color: #DFE2F6;
  padding: 1.5rem 1.5rem;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
}

#enlightensr .bdrb{
  border-bottom: 2px solid #26305f;
}


.pointlist h4{
  color: #798cd8 !important; 
  font-size: 2.4rem;
  border-bottom: 2px solid #798cd8;
  padding-bottom: 1rem;
}

.pointlist{
  background-color: #DFE2F6;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  margin-top: 2rem;
}
.pointlist +p{ margin-top: 2rem;}

.pointlist ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 20px;
}
.pointlist li{
  padding: 1rem 2rem;
  text-align:left;
  margin-bottom: 0.5rem;
  font-weight: bold;
  margin-left: 1rem;
  background-color: #fff;
  border-radius: 20px;
}
.pointlist li:before{
  content: "●";
  color: #798cd8;
  margin-right: 0.5rem;
}


/*---------------------------------------------
 **ボトックス注射
---------------------------------------------*/
#botox{
  background: url(../img/main_img/botox_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}
#botox h4.nmlttl{
  font-size: 3rem;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-align: left;
  color: #26305f ;
}

#botox h4.boxttl{
    background: #7a8fda;
    font-size: 3rem;
    padding: 10px 50px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3rem;
}
#botox p.downtime{
  background-color: #DFE2F6;
  padding: 1.5rem 1.5rem;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
}
.pad10px{
  padding: 10px 0;
}
.tac{
  text-align: center !important;
}

/*---------------------------------------------
 ** アンチエイジング
---------------------------------------------*/
#anti-aging{
  background: url(../img/main_img/anti-aging_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}


/*---------------------------------------------
 ** ドクター紹介
---------------------------------------------*/

#doctor {
  background: url(../img/main_img/doctor_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}

#doctor h4 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: right;
}

#doctor h4 strong {
  font-size: 80%;
}

.doctor_box {
  margin: 0 auto 30px;
}
.doctor_box h5 {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  background: #e2f3f8;
  color: #27305f;
  padding: 10px 0;
  margin-bottom: 20px;
}
.doctor_box li {
  width: 90%;
  margin: 0 auto 10px;
  list-style: none;
}

.content_bg .doctor_box h5 {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  background: #e4d5b1;
  color: #514215;
  padding: 10px 0;
  margin-bottom: 20px;
}

/*---------------------------------------------
 ** アクセス
---------------------------------------------*/

#access {
  background: url(../img/main_img/access_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}

.access_add {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 10px !important;
  text-align: center;
}

.access_img {
  text-align: center;
}


/*---------------------------------------------
 ** 採用情報
---------------------------------------------*/

body#recruit01,
body#recruit02,
body#recruit03,
body#recruit04,
body#recruit-index {
  background: url(../img/main_img/recruit_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}

.recruit_block ul{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
}
.recruit_block ul li.recruit_btn{
  padding: 20px 15px;
  text-align: center;
  font-weight: bold;
  background: #E7DDD6;
  margin: 0 0 15px 0;
  border-radius: 10px;
  box-shadow: 2px 2px #cccccc;
}

.recruit_block ul li.recruit_btn a{
  text-decoration: none;
}

.out{ display: none;}

@media screen and (max-width: 959px) {
  /* 最小幅 */
  /* .header_inner,
  .main,
  .clounm_wrapper
   {
    min-width: 1300px;
    margin: 0 auto;
  } */

  .recruit_block ul li{ width: 100% !important;}
}

@media screen and (min-width: 960px) {
  .recruit_block ul{ justify-content:space-between;}
  .recruit_block ul li.recruit_btn{
    width: 43%;}
}

/* 内部リンク の ヘッダー高さ 引く */
#dermatologylist,
#VTRAC {
  margin-top: -100px;
  padding-top: 100px;
}
/* メイン画像 */
#news {
  background: url(../img/main_img/news_bg.png) no-repeat top 100px center;
  background-size: 100% auto;
}


/*=================================================================================================================================*/
/**  共通クラス	*/
/*=================================================================================================================================*/
/*---------------------------------------------
 **  txt
---------------------------------------------*/
/* 色 */
.txt-cmn-01{ color: #ff0000; }
.txt-cmn-02{ color: #4B1F00; }
.txt-cmn-03{ color: #26305F; }

/* 文字寄せ */
.txt-left{ text-align: left; }
.txt-center{ text-align: center; }

/* 文字サイズ */
.txt-size-10{ font-size: 1rem; }
.txt-size-14{ font-size: 1.4rem; }
.txt-em-size-S em{ font-size: 1.2rem; font-weight: normal; font-style: normal; }

/* 行間 */
.txt-lh-12{ line-height: 1.2; }

/* 太さ */
.txt-fw-500{
  font-weight: 500;
}

/*---------------------------------------------
 **  ttl タイトル
---------------------------------------------*/
/* ttl-cmn-01 が1480行目くらいにある */

.ttl-cmn-02 {
  border: 1px solid #26305F;
  color: #26305F;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.ttl-cmn-03{
  background: #e7edfa;
  font-size: 2.4rem;
  color: #26305F;
  font-weight: bold;
  line-height: 1.1;
  padding: 1.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 0.8rem;
}
.ttl-cmn-03 strong{
  font-size: 1.6rem;
}

/* ttl-cmn-04 が1637行目くらいにある */


/*---------------------------------------------
 **  w 要素の幅
---------------------------------------------*/
.sec-w-1100{
  max-width: 1100px;
}
.w-120{
  max-width: 120px;
}
.w-300{
  max-width: 300px;
}
.w-341{
  max-width: 341px;
}
.w-380{
  max-width: 380px;
}
.w-395{
  max-width: 395px;
}
.w-515{
  max-width: 515px;
}
.w-557{
  max-width: 557px;
}
.w-577{
  max-width: 577px;
}
.w-1001{
  max-width: 1001px;
}


/*---------------------------------------------
 **  p , m 余白
---------------------------------------------*/
/* パディング */
.p-LR-5p{
  padding-left: 5%;
  padding-right: 5%;
}

/* マージン */
.m-0a{
  margin: 0 auto;
}
.m-b-20{
  margin-bottom: 20px;
}


/*---------------------------------------------
 **  tbl 表
---------------------------------------------*/
.tbl-cmn-01 table{
  border: 3px solid #26305F;
}
.tbl-cmn-01.wp-block-table table th,
.tbl-cmn-01.wp-block-table table td {
  border-color: #2A3462;
  color: #2a3462;
  font-size: 1.6rem;
}
.tbl-cmn-01.wp-block-table table tr td:nth-of-type(1){
  font-size: 2rem;
}

/* 背景ストライプ */
.tbl-bg-stripe-01.wp-block-table table tr:nth-of-type(2n) td{
  background: #E7EDFA;
}
.tbl-bg-stripe-01.wp-block-table table tr:nth-of-type(3n) td{
  background: #E7F7FA;
}


/*---------------------------------------------
 **  padding調整用
---------------------------------------------*/
.pad1e2e{ padding: 1em 2em;}


/*---------------------------------------------
 **  吹き出しブロック
---------------------------------------------*/

/* 吹き出しキャラ */
.bubbleicon{ text-align: center;}
.bubbleicon img{ max-width: 100px !important;}


/* 吹き出し本体 */
.bubble{
  position: relative;
  padding: 20px;
  background: #e7edfa;
  border-radius: 10px;
}

/* 吹き出し位置はPC・SPで個別指定 */




/*---------------------------------------------
 **  20241225追加
---------------------------------------------*/
.lipogain_block{
  background-color: #e7edfa;
  padding: 2rem;
  box-sizing: border-box;
  h4{
    color: #26305f;
    padding-bottom: 10px;
    border-bottom: 1px solid #798dd8;
    margin-bottom: 15px;
  }
}




/*=================================================================================================================================*/
/**  アニメーション	*/
/*=================================================================================================================================*/
.effect-fade.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
.effect-fade.fadeInDown {
  opacity: 0;
  transform: translateY(-30px);
  transition: 2s;
}
.effect-fade.SlideInLeft {
  opacity: 0;
  transform: translateX(-30px);
  transition: 2s;
}
.effect-fade.SlideInRight {
  opacity: 0;
  transform: translateX(30px);
  transition: 2s;
}
.effect-fade.FadeIn {
  opacity: 0;
  transform: translateX(-30px);
  transition: 2s;
}
/* ディレイ */
.effect-fade.delay-lv1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.effect-fade.delay-lv2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.effect-fade.delay-lv3 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


@keyframes header {
 0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes header {
 0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* .logo {
-webkit-animation: header 1s ease 0.8s;
-moz-animation: header 1s ease 0.8s;
animation: header 1s ease 0.8s;;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
} */