/***************************************
    追加のcssはこちらのファイルに記載下さい 
 ***************************************/

/* 21/08/03 追加/修正  */
.page h3 {
    color: #714329;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 30px;
    position: relative;
}

.page p .underline02 {
    color: #0FB1D5;
    text-decoration: underline;
}


/* 202109追加（飯田） */
ul.ft-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 1.2rem;
}
ul.ft-menu li span {color: #F45989;}
@media (max-width: 480px) {
	ul.ft-menu li {
		width: 50%;
		padding-bottom: 10px;
	}
	.mb_mb30 {
    margin-bottom: 30px;
	}
}

/* 202111追加（飯田） */
a.faq-anc {
    text-align: center;
    padding: 1em;
    font-size: 16px;
	font-weight: 700;
    background: #FFD9E4;
    display: block;
}
a.faq-anc:hover {
	background: #F45989;
	color: #FFF;
}

.accordion {
margin: 2em auto 3em;
font-size: 14px;
}
.accordion::last-child {
margin: 2em auto 80px;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
    padding: 0 20px 0 35px;
    display: block;
    color: #333;
    font-weight: bold;
    text-indent: -30px;
    margin: 15px 0 0;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 0.5em;
top: 0.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
    margin: 15px 0 0;
    padding: 0 0 10px 35px;
    font-size: 0.95em;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    text-indent: -30px;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.accordion .q, .accordion .a {
    position: relative;
    color: #fff;
    margin-right: 12px;
	font-weight: 700;
}
.accordion .q:before, .accordion .a:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 26px;
    height: 26px;
    background-color: #000;
    z-index: -1;
}
.accordion .a:before {
    background-color: #F45989;
}
/* #faq-anc1, #faq-anc2, #faq-anc3, #faq-anc4 {
    margin-top: -160px;
    padding-top: 160px;
} */

/* ヒガ追加20220207 */
.l-ankerLink {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 40px 8px;
  max-width: 800px;
  margin: 0 auto;
}

.c-ankerLink-btn {
  color: #404040;
  background: #ffd9e4;
  border: 1px solid #dc95ab;
  display: inline-block;
  font-weight: bold;
  padding: 20px 20px;
  width: calc(50% - 10px * 1 / 2);
  max-width: 100%;
  transition: all 0.3s;
  margin: 5px auto 10px;
}

.c-ankerLink-btn:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .l-ankerLink a {
    padding: 20px 40px;
  }
  .c-ankerLink-btn {
    width: calc(50% - 40px * 1 / 2);
  }
}

.c-ankerLink-btn:nth-of-type(odd) {
  margin-right: 5px;
}

.p-case__item a {
  display: inline-block;
  transition: all 0.3s;
}

.p-case__item a:hover {
  opacity: 0.7;
}

.l-medicalTax {
  background-color: #edf4bd;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.p-medicalTax__title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #714329;
}

.p-medicalTax__desc {
  padding: 20px;
  text-align: center;
  color: #714329;
}
.p-medicalTax__items {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.p-medicalTax__item {
  text-align: center;
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
}

.p-medicalTax__item:not(:last-of-type) {
  margin-bottom: 40px;
  background-color: #fff;
  color: #714329;
  border: solid 1px transparent;
}

.p-medicalTax__item:nth-of-type(4) {
  color: #fff;
  background-color: #dc95ab;
  border: solid 1px transparent;
}

.p-medicalTax__item::before {
  position: absolute;

  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
}

.p-medicalTax__item:nth-of-type(1):before {
  content: "ー";
  top: 130%;
  left: 50%;
}

.p-medicalTax__item:nth-of-type(2):before {
  content: "ー";
  top: 130%;
  left: 50%;
}

.p-medicalTax__item:nth-of-type(3):before {
  content: "=";
  top: 100%;
  transform: rotate(90deg);
  left: 46%;
}

.p-staff {
  padding-top: 20px;
}

.p-staff__img {
  text-align: center;
}

.p-staff__img img {
  max-width: 100%;
  width: 100%;
}

.p-staff__profile {
  font-size: 18px;
  font-weight: bold;
  color: #714329;
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
}

.p-staff__profile span {
  font-size: 18px;
  color: #dc95ab;
  padding-right: 5px;
}

.p-staff__text {
  font-size: 14px;
  color: #404040;
  line-height: 1.7;
  padding-bottom: 20px;
}

.c-staff__linkBtn {
  color: #404040;
  background: #ffd9e4;
  border: 1px solid #dc95ab;
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  width: 100%;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
  margin: 5px auto;
}

.c-staff__linkBtn:hover {
  opacity: 0.7;
}


.p-invisaLign-platinum-img {
  width: 100%;
  position: relative;
}

.p-invisaLign-platinum-img::before {
  content: "";
  display: block;
  padding-top: 45%;
}

.p-invisaLign-platinum-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .p-invisaLign-platinum-img img {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .p-staff {
    padding-top: 50px;
  }
  .p-staff__wrapper {
    display: flex;
    padding-bottom: 40px;
    justify-content: center;
  }
  .p-staff__img {
    margin-right: 40px;
  }

  .p-staff__profile {
    padding-top: 0;
  }

  .c-staff__linkBtn {
    max-width: 375px;
  }
}

.c-staff__linkBtn:hover {
  opacity: 0.7;
}

.platinaDoctor-mv img {
  object-position: 40% 40%;
}

@media (min-width: 768px) {
  .l-medicalTax {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}

.l-invisaService {
  margin-bottom: 0;
}

.c-chize-img {
  width: 100%;
}

/* 220629江口ここから追加 */
/* トップメニューコンテンツ */
.l-menu-contents{
    padding: 0px 0 60px;
}

/* トップ追加メニュー大枠 */
.top_menu_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* インビザラインボックス */
.menu_invisalign{
    position: relative;
    border: 3px solid #11a8e5;
}

/* インビザラインボタン */
.btn_invisalign{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #11a8e5;
  border: solid 2px #11a8e5;
  border-radius: 3px;
  transition: .4s;
	margin:10px 5px;
}

/* インビザラインボタン：ホバー */
.btn_invisalign:hover{
  background: #11a8e5;
  color: white;
}

/* ボックスの画像 */
.top_menu_image{
     width: 100%;
}

/* ボックスのタイトル */
.top_menu_title_box{
    display: flex;
}

/* 左：画像 */
.title_left{
	width:30%;
}

/* 右：メニュー名 */
.title_right{
	width:70%;
}

/* タイトルスタイル */
.menu_title{
	color: #11a8e5;
    font-weight: 700;
    margin-top: 8px;
    padding:10px 5px;
}

/* メニューの説明文 */
.menu_description{
	 font-weight: 400;
    margin-top: 8px;
    padding: 10px;
}

.banner_mb{
	margin-bottom:30px;
}

.banner_btn:hover{
	opacity:0.6;
}

.banner_pc{
	display:block !important;
}
.banner_sp{
	display:none !important ;
}
@media(max-width:480px){
.banner_pc{
	display:none !important;
}
.banner_sp{
	display:block !important ;
}	
}
@media (max-width: 768px){
	.l-fv{
		height: 100%;
	}
	.fv--wrapper{
		max-width: 100%;
	}
	.fv__text{
		top: 2.5%;
	}
	.l-invisaFv{
		height: 100%;
	}
}
/* before after */
.beforeafter{
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	margin-top: 15px;
}
.beforeafter p{
	margin-top: 0px;
}
.before{
	margin-right: 2px;
}
.after{
	margin-left: 2px;
}
.beforeafter li span{
	font-size: 2rem;
}

/* 20231207飯田追加 */
#page-top {bottom: 12%;}