@charset "utf-8";
/*
Theme Name: ナチュラルスマイルデンタルクリニック
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: 
Author: AMU
Tags: 
Version: 0.1.2
*/
.b{
    font-weight: bold;
}
.orange{
    color: #ff5f27;
}
ul.check-list li {
    background: url(/cms/wp-content/uploads/icon-check.svg) no-repeat left;
    font-size: 16px;
    margin: 9px 0;
    padding-left: 35px;
    min-height: 24px;
    padding-top: 4px;
    line-height: 1.3;
    list-style-type: none;
    background-size: 3.5%;
}
.TableDental_caries th {
    background: #F8F8F8;
    padding: 1.0em;
    color: #58C3E0;
}
.point-list02 {
    font-size: 14px;
    padding: 0;
    clear: both;
    margin: 0!important;
    margin-bottom: 3.0em;
}

.point-list02 li {
    margin: 9px 0;
    min-height: 24px;
    padding-top: 4px;
    line-height: 1.3;
    text-indent: -1.7em;
    padding-left: 1.7em;
    list-style: none;
}
.point-list02 li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
	width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #58C3E0;
    margin-right: 10px;
}
.w85_w100{
    width: 85%;
    margin: 0 auto; 	
	display:block;
}
.mb00{
margin-bottom: 0 !important;
}
.mb20{
margin-bottom: 20px;
}
  .equipment-section {
      border: 1px solid #abb8c3;
      border-radius: 8px;
      margin: 0;
      padding: 15px;
      max-width: 740px;
      background-color: #fff;
	  margin-bottom: 20px;
    }

    .equipment-header {
      background-color: #58c3e0;
      color: #fff;
      border-radius: 30px;
      padding: 3px 3px;
      font-weight: bold;
      font-size: 1rem;
      border-radius: 20px;
      margin-bottom: 20px;
      text-align: center;
    }

    .equipment-body {
      display: block
    }
.equipment-logo{
    text-align: center;
	margin-bottom: 20px;
}
    .equipment-logo img {
      max-width: 200px;
      height: auto;
    }

    .equipment-description {
      flex: 1;
      font-size: 0.95rem;
      line-height: 1.6;
    }
.xo-event-calendar p.holiday-title{
    margin-bottom: 0 !important;	
}
.mt10{
margin-top: 10px;	
}
@media only screen and (max-width: 768px){
.w85_w100{
    width: 100%;
}	
    .equipment-logo img {
      max-width: 300px;
    }	
}
@media only screen and (min-width: 768px){
.br_none{
    display: none;		
}	
}
.cp_arrows{
    display: inline-block;
    margin-left: 10px;
    /* vertical-align: middle; */
}
.cp_arrows span {
  display: block;
  background: #58c3e0;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp_arrows span i{
    margin-right: 0;
    font-size: 0.8em;
    color: #fff;
}
.cp_arrows [class*='cp_arrow'] {
  position: relative;
  vertical-align: middle;
  left: -10px;
  bottom: 6px;
  display: inline-block;
  width: 3px;
  height: 18px;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px;
}
.cp_arrows [class*='cp_arrow']:before,
.cp_arrows [class*='cp_arrow']:after {
  position: absolute;
  content: '';
  top: -1.5px;
  width: 3px;
  height: 11px;
  background: #ffffff;
  border-radius: 4px;
}
.cp_arrows [class*='cp_arrow']:before {
  left: 3px;
  transform: rotate(-45deg);
}
.cp_arrows [class*='cp_arrow']:after {
  right: 3px;
  transform: rotate(45deg);
}
.cp_arrows .cp_arrow_right {
  transform: rotate(90deg);
}
.df{
  display: flex;
  align-items: center;	
}
h2.df a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
h2.df a:hover {
  color: #337ab7 
}
.cp_arrows span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #58c3e0; 
  border-radius: 50%;
  width: 27px;
  height: 27px;
  transition: background 0.3s; 
}
h2.df a:hover .cp_arrows span {
  background: #337ab7;
}
.fs120{
    font-size: 120%;
}
.reserve-btn02 {
  text-align: center;
  margin: 30px 0;
}

.reserve-link02 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between; /* 左テキストと矢印を両端配置 */
  background-color: #58c3e0;
  color: #fff;
  padding: 1em 2.8em 1em 2em;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px; 
}

/* 左側テキストブロック（縦並び） */
.reserve-text02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3em;
  text-align: left;
  line-height: 1.5;
  min-width: 0;
}

/* 上段 */
.reserve-main02 {
  display: block;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* 下段補足 */
.reserve-sub {
  font-size: 14px;
  font-weight: normal;
  opacity: 0.95;
  word-break: break-word;
  overflow-wrap: anywhere;
  color: red;
}

/* 矢印 */
.reserve-link02::after {
  content: "";
  position: absolute;
  right: 1.2em;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 1px;
}

@media (max-width: 767px) {
  .reserve-btn02 {
    padding: 0 12px;
  }
  .reserve-link02 {
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.2em 2.6em 1.2em 1.2em;
    border-radius: 6px;
  }
  .reserve-link02{
      padding: 1em 1.3em 1.2em 1.2em;  
  }
  .reserve-link02::after {
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .reserve-text02 {
    width: 100%;
  }
  .reserve-sub {
    font-size: 13px;
  }
}


.mt30{
    margin-top: 30px !important;
}
.pc-dn{
    display: none;	
}	
.sp-dn{
    display: block;	
}	
@media only screen and (max-width: 768px){
.pc-dn{
    display: block;	
}	
.sp-dn{
    display: none;	
}		
	.reserve-btn a{
    padding: 1em 1em;		
	}	
}
.f-size90{
font-size:90%;
}
.f-size140{
font-size:140%;
}
.bold{
font-weight: bold;	
}
.c_light-blue{
    color: #58c3e0;	
}
.c_red{
color:red;	
}
.te_02{
    text-indent: -2em;
    margin-left: 2em;	
}
@media only screen and (max-width: 768px){
.f-size140{
font-size:130%;
}	
}
.hov:hover{
opacity:0.8;	
}
.tac{
    text-align: center;	
}
.pc_w50{
    width: 50%;	
}
@media only screen and (max-width: 768px){
.pc_w50{
    width: 100%;	
}	
}