/*
Theme Name: thenewwaveswp
Theme URI: https://thenewwaves.jp
Description: thenewwaveswp記事
Version: 1.0
Author: thenewwaveswp
Author URI: https://thenewwaves.jp
*/

body{
  line-height: 34px;
  font-size: 15px;
  letter-spacing: 2px;
}

.wrap {
  position: relative;
  overflow: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  background: #fff url(images/bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
  will-change: transform;
  opacity: .8;
}

.content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

#header{
  position: absolute;
  padding: 20px 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

#header .con1{
  box-sizing: border-box;
  padding-right: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header.m_fixed {
  width: 100%;
  position: fixed;
  z-index: 9;
  background: rgba(255,255,255,.8);
}

#logo {
  width: 220px;
}

#ft_logo{
  width: 220px;
}

#logo img,
#ft_logo img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

/* =========================
  ボタン共通
========================= */
.btn_hd {
  position: relative;
}

.hfinfo .btn_hd {
  width: 210px;
}

#spnav .btn_hd {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 30px;
}

.appoint {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  color: #333;
  font-weight: 500;
  font-style: normal;
}

/* アイコン左 */
.hfinfo .appoint {
  background: url(images/i_reserv.png) no-repeat left center;
  background-size: 25px;
}

#spnav .appoint {
  background: url(images/i_reserv_w.png) no-repeat left center;
  background-size: 25px;
  color: #ffffff;
}

.appoint::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.hfinfo .appoint::before {
  background: url(images/i_ar2.png) no-repeat center center;
  background-size: 10px;
}

#spnav .appoint::before {
  background: url(images/i_ar2_w.png) no-repeat center center;
  background-size: 10px;
}

.btn_hd.open .appoint::before {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

/* PC（header） */
.hfinfo .dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

#spnav .dropdown,
footer .dropdown{
  position: static;
  opacity: 1;
}

.btn_hd.open .dropdown {
  max-height: 300px;
}

.hfinfo .btn_hd.open .dropdown {
  opacity: 1;
}

.hfinfo .dropdown li {
  opacity: 0;
  padding: 10px 10px;
  transform: translateY(10px);
}

.hfinfo .dropdown li a {
  color: #ffffff;
}

#spnav .dropdown li {
  opacity: 1;
  padding: 20px 0px 0px 40px;
  transform: none;
}

#spnav .dropdown li a {
  color: #ffffff;
}

.hfinfo .btn_hd.open .dropdown li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
  padding: 8px 10px;
  text-align: center;
  margin-top: 8px;
  background: rgba(0,0,0,.7);
  font-size: 13px;
  letter-spacing: 3px;
}

#spnav .hfinfo .btn_hd.open .dropdown li a {
  background: rgba(0,0,0,.7);
}


.hfinfo .btn_hd.open .dropdown li:nth-child(1) {
  transition-delay: 0.05s;
}
.hfinfo .btn_hd.open .dropdown li:nth-child(2) {
  transition-delay: 0.1s;
}
.hfinfo .btn_hd.open .dropdown li:nth-child(3) {
  transition-delay: 0.15s;
}


/*メインビジュアル*/

#mainvl,
#subvl{
  width: 100%;
  position: relative;
}

#mainvl .con1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#subvl .con1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction : row-reverse;
}

.mv_img{
  max-width: 1000px;
  width: 75%;
  height: 85vh;
  min-height: 550px;
  position: relative;
}

.m_bg{
  background: url(images/mv1.jpg) no-repeat center center; 
  background-size: cover;
}

#mv_logo{
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}

.sv_img{
  width: 60%;
  height: 450px;
  position: relative;
}

.s_bg{
  background: url(images/sv2.jpg) no-repeat center center; 
  background-size: cover;
}

.s_bg2{
  background: url(images/sv2.jpg) no-repeat center center; 
  background-size: cover;
}

.mv_clm{
  flex: .8;
  /*max-width: 380px;
  padding-right: 5%;*/
  box-sizing: border-box;
}

.sv_ttl{
  flex: .95;
  box-sizing: border-box;
}

.mv_news{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333333;
}

.btn_view{
  display: inline-block;
  min-width: 140px;
  margin-left: auto;
  text-align: left;
}

.btn_view a{
  display: block;
  padding-right: 30px;
  background: url(images/i_ar.png) no-repeat right center;
  background-size: 10px;
  font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

.btn_map{
  width: 140px;
  margin-left: auto;
}

.btn_map a{
  display: block;
  padding-left: 35px;
  background: url(images/i_map.png) no-repeat left center;
  background-size: 25px;
  font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

/*フッタ*/

footer {
  padding-top: 150px;
}

.ft_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ft_info{
  width: 400px;
}

.ft_info p{
  font-size: .9rem;
  padding: 20px 0 0;
}

#copyright{
  color: #b0b0b0;
  padding-top: 30px;
  text-align: right;
  font-size: .8rem;
  letter-spacing: 1px;
}

#copyright a,
#copyright span{
  display: inline-block;
  color: #b0b0b0;
  font-size: .8rem;
  letter-spacing: 1px;
}

#copyright span{
  padding: 0 15px;
}

.pankuzu_list{
  padding: 40px 0 0;
}

.pankuzu_list ul{
	text-align: right;
}

.pankuzu_list li{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 40px;
  letter-spacing: 2px;
	color: #333333;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.pankuzu_list li p,
.pankuzu_list li span,
.pankuzu_list li a{
	font-size: 15px;
	line-height: 40px;
  letter-spacing: 2px;
	color: #333333;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.pankuzu_list li::after{
	content: ':';
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 40px;
  margin: 0;
	padding: 0 5px;
	color: #333333;
}

.pankuzu_list li:last-child::after{
	display: none;
}

.md_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.md_time{
  flex: .9;
  max-width: 870px;
}

.md_info{
  margin-top: 30px;
  display: inline-block;
}

.md_info p{
  font-size: 15px;
  padding-bottom: 8px;
}

.md_time table{
  margin-bottom: 30px;
}

.md_time th{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
  border-bottom: 1px solid #333333;
  padding: 0px 10px 30px;
}

.md_time td{
  padding: 30px 10px 0px;
  text-align: center;
  color: #333;
}

.th_w{
  width: 200px;
}

.md_time td span{
  position: relative;
  color: #333;
}

.md_time td span::before{
  content: '*';
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 13px;
  color: #333;
}

.ttl{
  margin-bottom: 50px;
}

.sv_ttl .en{
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 4px;
}

.ttl .en{
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 4px;
}

.btn_ser .en {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 3px;
}

.ttl h2{
  font-size: 15px;
  letter-spacing: 2px;
}

.ttl h3{
}

.con_single p{
  
}

.con_single .size-full,
.max_wid img{
  max-width: 800px;
  display: block;
  margin: 50px auto;
}

.mgt{
  margin-top: 60px;
}

.mgt2{
  margin-top: 40px;
}

.btn_list ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  align-items: stretch;
}

.btn_list li {
  width: 47%;
  border-bottom: 1px solid #333333;
  margin-bottom: 40px;
}

.btn_list li:last-child,
.btn_list li:li:nth-last-child(2){
  margin-bottom: 0px;
}

.btn_list li.no_link,
.btn_list li.current{
  border-bottom: 1px solid #999999;
}

.btn_list li:nth-child(odd) {
  margin-right: 3%;
}

.btn_list li:nth-child(even) {
  margin-left: 3%;
}

.btn_ser a,
.btn_ser span,
.current .btn_ser a{
  display: block;
  padding: 30px 30px 40px 10px;
  background: url(images/i_ar.png) no-repeat 98% center;
  background-size: 10px;
  position: relative;
  text-decoration: none;
}

.current .btn_ser a,
.btn_ser span{
  opacity: 0.4;
}

.btn_ser a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scaleX(0); 
  transform-origin: left; 
  transition: transform 0.3s ease;
}

.btn_ser a:hover::after {
  transform: scaleX(1);
}

#clinicimg .img_list {
  overflow: hidden;
  position: relative;
  height: 520px;
}

#clinicimg .img_list li {
  display: flex;
  align-items: center; 
  justify-content: center;
}

#clinicimg .img_list img {
  max-width: 500px;
  max-height: 520px;
  display: block;
  opacity: .9;
}

#clinicimg .img_list li {
  margin-right: 80px;
}

.caption{
  font-size: 13px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  z-index: 2;
}

.flex_con{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.flex_clm{
  width: 50%;
}


.flex_con2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex_clm3{
  width: 48%;
}

.flex_bg{
  width: 40%;
  position: relative;
}

.flex_bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}

.flex_inr{
  width: 550px;
  box-sizing: border-box;
  margin-left: auto;
}

.bg_acc{
  position: relative;
	overflow: hidden;
}

.map{
  
}

.map iframe{
  width: 100%;
  height: 260px;
  filter: grayscale(90%);
}

/*固定ページ*/

.flex_img{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clm_img{
  max-width: 430px;
}

.clm_txt{
  flex: .8;
}

.clm_img2{
  max-width: 800px;
  margin: 0 auto;
}

.flex_floor{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.floormap{
  width: 650px;
}

.floormap_list{
  flex: .7;
}

.floormap_list li,
.index_list li{
  padding-top: 20px; 
}

.flow_list li{
  padding-top: 30px; 
}

.flow_list li:first-child{
  padding-top: 0px; 
}

.room{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.number{
  font-size: 20px;
  line-height: 30px;
  width: 50px;
}

.room p{
  flex: 1;
}

.profile_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*flex-direction : row-reverse;*/
}

.profile_img{
  width: 380px;
  /*margin-left: 50px;*/
}

.profile_txt{
  flex: .85;
}

.profile_txt dt,
.profile_txt dd,
.table_dl dt,
.table_dl dd{
  padding-top: 20px;
}

.profile_txt dt,
.table_dl dt{
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
  float: left;
  clear: left;
}

.profile_txt dt{
  width: 110px;
}

.table_dl dt{
  width: 180px;
}

.profile_txt dd,
.table_dl dd{
  padding-left: 20px;
}

.profile_txt dt::before,
.table_dl dt::before{
  content: '●';
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 12px;
}
.profile_txt dt::after,
.table_dl dt::after{
  content: ':';
  position: absolute;
  right: 0;
  top: 20px;
}

.profile_txt dd{
  margin-left: 110px;
}

.table_dl dd{
  margin-left: 180px;
}

.flex_link{
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.linkimg{
  width: 250px;
  min-height: 350px;
  position: relative;
}

.linkimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}

.index_list{
  padding: 30px 0 30px 100px;
  display: inline-block;
}

.index_number {
  width: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: fixed;
  top: 120px;
  right: 20px;
}

.index_number li {
  margin-bottom: 30px;
}

.index_number.is-show {
  opacity: 1;
  visibility: visible;
}

.index_number.is-fixed {
  position: fixed;
  top: 120px; /* ヘッダー高さに合わせて調整 */
  right: 20px;
}

.is-active{
  border-bottom: 1px solid #333333;
}

.number3{
  font-size: 20px;
  line-height: 30px;
}

.number2{
  font-size: 40px;
  line-height: 60px;
  border-top: 1px solid #333333;
  width: 55px;
  padding-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.flex_clm2{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
  align-items: stretch;
}

.box{
  width: 48%;
  box-sizing: border-box;
  margin: 50px 1% 10px;
}

.b_ttl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-top: 25px;
}

.b_ttl::before{
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #333;
}

.b_ttl .en{
  font-size: 24px;
  padding-right: 20px;
}

.b_ttl h4{
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 2px;
}

.box ul{
  padding: 20px 20px 0;
}

.box li{
  font-size: 14px;
  line-height: 30px;
  padding-left: 15px;
  padding-bottom: 5px;
  position: relative;
}

.box li::before{
  content: '・';
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

/*タイトル*/

.txt_s{
  font-size: 13px;
  line-height: 30px;
}

.txt_ns{
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 2px;
}

.txt_n{
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 4px;
}

.con_single h3,
.txt_m{
  font-size: 24px;
  letter-spacing: 6px;
  line-height: 65px;
}

.con_single h2{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 70px;
}

.con_single h2{
  margin-bottom: 40px;
}

.con_single h3{
  margin-bottom: 40px;
}

.con_block .con_single h3{
  margin-bottom: 20px;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 260px;
}

.wid_2{
  width: 300px;
}

.wid_3{
  max-width: 600px;
}

.t_inlin{
  display: inline-block;
}

.co_r{
  padding-right: 20px;
}

.co_l{
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #d4d4d4;
}

/*お知らせ・column*/
.news_list li{
  
}

.news_list li a{
  display: block;
  padding: 25px 20px 25px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.news_list li:first-child a{
  padding-top: 0;
}

.news_list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scaleX(0); 
  transform-origin: left; 
  transition: transform 0.3s ease;
}

.news_list li a:hover::after {
  transform: scaleX(1);
}

.news_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_box .date{
  width: 180px;
}

.news_box h3{
  flex: 1;
  font-weight: 500;
  font-size: 1rem;
}

.date{
  /*color: #555555;*/
}

.cate{
  color: #999999;
  font-weight: 500;
  font-style: italic;
  padding-right: 20px;
  display: inline-block;
}

.thumbimg {
	width: 100%;
  aspect-ratio: 7/4;
	position: relative;
	overflow: hidden;
  margin-bottom: 20px;
}

.thumbimg::before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.1);
	width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.thumbimg img {
	height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  opacity: .8;
}

.column_box{
  width: 90%;
  margin: 0 auto;
}

.column_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
  align-items: flex-start;
}

.column_list li{
  width: 46%;
  margin: 50px 2% 10px;
}

.column_list2 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.column_list2 li {
  width: 520px;
  padding: 0 0 20px;
}

.multiple-items {
  position: relative;
}

.multiple-items .slick-list {
  overflow: visible;
}

.multiple-items .slick-track {
  display: flex;
  justify-content: flex-start;
}

.multiple-items .slick-slide {
  padding: 0 0 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 601px) {
  .multiple-items .slick-slide {
    width: 480px; 
  }
  .multiple-items {
    padding-right: 40px;
  }
  .multiple-items .slick-slide {
    margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {

  .multiple-items .slick-list {
    overflow: hidden;
  }

  .multiple-items .slick-slide {
    width: auto;
    margin-right: 0;
  }

  .multiple-items {
    padding-right: 0;
  }
}

.slick-dots li {
}

.slick-dots li button:before {
  font-size: 18px;
}

.slick-dots {
  bottom: -40px;
}

.postbtn{
  padding-top: 50px;
}

.page-numbers {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.page-numbers li {
  list-style: none;
}

.page-numbers a,
.page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 30px;
  border-bottom: none;
  text-decoration: none;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  color: #333333;
  transition: 0.3s;
}

.page-numbers .current {
  color: #333;
  border-bottom: 1px solid #333333;
}

.page-numbers a:hover {
  color: #333;
  border-bottom: 1px solid #333333;
}

.page-numbers .prev,
.page-numbers .next {
  font-size: 16px;
}

.post_flex{
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
}

.post_clm{
  /*width: 70%;*/
}

.archive_clm{
  width: 250px;
  margin-top: 50px;
}

.archive_clm label{
  display: none;
}

.archive_clm h2{
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  margin-bottom: 5px;
}

.archive_clm select{
  
}

.singlebox{
  padding: 30px 0 40px;
}

#topclinicimg .con2{
  max-width: 1200px;
  width: 100%;
}

.img_list2 .w1{
  float: left;
  width: 350px;
}

.img_list2 .w2{
  display: none;
}

.img_list2 .w3{
  float: right;
  width: 660px;
  margin-top: 50px;
}

/********************************************
 * 共通要素
 ********************************************/

.line1{
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #e4e4e4;
}

.pc_none{
	display:none;
}

.pdl_no{
  padding-bottom: 0;
}

/*@media screen and (max-width: 1600px) {
  
#mainvl .con1 {
  max-width: inherit;
  width: 100%;
}
  
.mv_img{
  max-width: inherit;
  width: 75%;
}


}*/

@media screen and (max-width: 1500px) {
#header .con1,
footer .con1,
.pankuzu_list .con1{
  width: 95%;
}
  
.mv_clm{
  padding-right: 3%;
}
  
.sv_ttl{
  padding-left: 3%;
}

}


@media screen and (max-width: 1280px) {
.mv_img{
  width: 70%;
}
  


.img_list2 .w1{
  width: 30%;
}

.img_list2 .w3{
  width: 55%;
  margin-top: 50px;
}
}

@media screen and (max-width: 1180px) {
.flex_clm{
  width: 53%;
  box-sizing: border-box;
  padding-left: 5%;
}
  
.flex_inr{
  width: 100%;
}
}

.ssaw{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  opacity: 0.2;
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 2;
}