/*!
Theme Name: 内山眼科クリニック
Theme URI:  
Author:     内山眼科クリニック
Author URI: 
Description: 内山眼科クリニック
Version:    1.0
Text Domain: 
*/



:root {
  --bg: #F8F7F0;
  --orange: #F07741;
  --gray: #3B3430;
  --border: #D6D2C7;
  --bg_yellow: #FCF2C8;
  --green: #6CC6B4;
  --belle_blue: #61B9D3;
}

html{
  scroll-behavior: smooth;
}
body{
  background: var(--bg);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: 600;
}

.font_en{
  font-family: Quicksand, sans-serif;
}
.pc_only{
  display: none;
}

.wrapper{
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}
.short_wrap{
  max-width: 960px;
}

.page_container{
  padding-top: 4rem;
}
.img_clip{
	position: relative;
	overflow: hidden;
	aspect-ratio: 8 / 5;
	background: #EAE8DF;
}
.img_clip img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}


.kv__side{
  display: none;
}
.kv{
  align-items: flex-start;
}
.page_header__img .img_clip{
  aspect-ratio: 1 / .8;
}
.page_header__title{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: var(--bg);
  border-top-right-radius: 2rem;
  padding: 1rem 3rem 1rem 5%; 
}
.page_title__en{
  color: var(--orange);
  font-size: 1.2rem;
  text-transform: uppercase;
}
.page_title{
  font-size: 2.2rem;
  font-weight: 600;
}

.kv__catch{
  width: 90%;
  max-width: 600px;
}
.breadcrumb_wrap{
  padding: 1rem 5%;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb_wrap ol{
  display: flex;
}
.breadcrumb li:not(:last-child)::after{
  content: '>';
  color: var(--orange);
  margin: 0 .5rem;
}
.breadcrumb li:last-child{
  color: var(--gray);
}



.section{
  padding: 3rem 0;
}
.section_title{
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  border-bottom: var(--border) solid 2px;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.section_title::after{
  content: '';
  width: 8rem;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 5;
  background: var(--orange);
}
.page_nav ul li{
  margin: 1rem 0;
}
.page_nav a{
  width: 100%;
  max-width: 100%;
}
.page_nav a::after{
  content: none;
}
.arrow_down{
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  width: 1rem;
  height: 1rem;
  rotate: 135deg;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  transition: .3s;
}
.page_nav a:hover .arrow_down{
  top: calc(50% + 5px);
}

#menu_beauty{
  padding: 0;
}
#menu_beauty a{
  color: #fff;
  position: relative;
  transition: .3s;
}
#menu_beauty a:hover{
  opacity: .8;
}
#menu_contact{
  width: 100%;
}
#menu_contact button{
  background: #6CC6B4;
  color: #fff;
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  text-align: center;
  transition: .3s;
  outline: 0;
  width: 100%;
  border: 0;
}
#menu_contact button:hover{
  background: #51A291;
}
/*
#menu_beauty::before{
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url('assets/img/icon_blank.svg') no-repeat center center / contain;
  z-index: 5;
}*/


.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__content {
  position: relative;
  z-index: 1;
  width: min(90%, 960px);
  max-height: 80vh;
  overflow: auto;
  margin: 10vh auto;
  padding: 3rem 5%;
  background: #fff;
  border-radius: 1rem;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 2rem;
}

body.is-modal-open {
  overflow: hidden;
}

#modal_contact__inner h2{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#modal_contact__inner table{
  width: 100%;
}
#modal_contact__inner table thead th,
#modal_contact__inner table thead td{
  text-align: center;
  background: var(--green);
  color: #fff;
  font-size: 1.4rem;
  padding: .5rem;
}
#modal_contact__inner table th,
#modal_contact__inner table td{
  border: var(--border) solid 1px;
  padding: 1rem;
  font-size: 1.2rem;
}
#modal_contact__inner table th,
#modal_contact__inner table thead td,
#modal_contact__inner table th{
  font-weight: 500;
}
#modal_contact__inner table tbody tr:nth-child(2n) td{
  background: #F8F7F0;
}




/* =entry base
-------------------------------------------------------------- */

.c-news-list__link{
  border-radius: 0;
}
.entry_content{
	padding-bottom: 5rem;
  font-size: 1.4rem;
}
.entry_content h2{
	margin: 4rem 0 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	border-left: var(--orange) solid .4rem;
}
.entry_content h3{
	background: var(--orange);
	padding: 1rem;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.6rem;
	margin: 3rem 0 1rem;
}
.entry_content h4{
	color: var(--orange);
	font-size: 1.6rem;
	margin: 2rem 0;
}
.entry_content p{
	margin: 2rem 0;
  line-height: 2;
}
.entry_content a{
	text-decoration: underline;
	color: var(--orange);
}
.entry_content a:hover{
	text-decoration: none;
}
.entry_content table tr{
	border: 0;
}
.has-text-align-right{
	text-align: right;
}
.has-text-align-center{
	text-align: center;
}
.entry_content table th,
.entry_content table td{
	border: #999 solid 1px;
}

.entry_content ul,
.entry_content ol{
  padding: 2rem 5%;
  margin: 3rem 0;
  background: #fff;
}
.entry_content li{
  margin: .5rem 0;
  line-height: 1.5;
  position: relative;
  padding-left: 2rem;
}
.entry_content ul li::before{
  content: '・';
  position: absolute;
  top: 2px;
  left: 0;
}
.entry_content ol{
  counter-reset: number;
}
.entry_content ol li::before{
  counter-increment: number;
  content: counter(number)'.';
  top: 0;
  left: 0;
  position: absolute;
}

.wp-block-image{
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.wp-block-image figcaption{
	font-size: 1.2rem;
	margin: .5rem 0 0;
	text-align: center;
}
.wp-block-gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
}
.wp-block-gallery .wp-block-image{
	width: 50%;
	padding-right: 1rem;
	margin: .5rem 0;
}
.wp-block-embed{
	margin: 2rem 0;
}

.news_header{
  border-bottom: var(--border) solid 1px;
  margin-bottom: 3rem;
}
.news_header h1{
  font-size: 2rem;
  font-weight: 600;
  margin: 1.5rem 0;
  line-height: 1.5;
}
.btn__news_back{
  margin: 0 auto;
  width: 90%;
  max-width: 22rem;
  display: flex;
  flex-direction: row-reverse;
  padding: .5rem 1.5rem;
}
.btn__news_back:after{
  scale: -1 1;
  margin: 0;
  transition: .3s;
}
.btn__news_back:hover:after{
  translate: -5px 0;
}
.btn__news_back span{
  flex: 1;
  text-align: center;
}

.side_box__title{
  border-left: var(--orange) solid .3rem;
  padding-left: 1rem;
  margin: 2rem 0 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.side_cat li a{
  display: block;
  padding: 1rem 0;
  border-bottom: var(--border) solid 1px;
}
.side_cat li a:hover{
  text-decoration: underline;
}

.page_links{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.page_links a, 
.page_links span{
  text-decoration: none;
	font-size: 1.4rem;
	padding: 0 .5rem;
}
.page_links span.current{
	color: var(--orange);
}
.page_links a:hover{
	text-decoration: underline;
}
.page_links a.next{
  margin-left: 1rem;
}
.page_links a.prev{
  margin-right: 1rem;
}

.bg_white{
  background: #fff;
}




/* =beginners
-------------------------------------------------------------- */

#beginners_attentions__list li{
  padding: 2rem 0;
  border-bottom: var(--border) solid 1px;
}
#beginners_attentions__list li h3{
  font-size: 1.6rem;
  font-weight: 600;
}
#beginners_attentions__list li p{
  margin-top: 1rem;
  font-size: 1.4rem;
}

#beginners_attentions__box{
  margin: 5rem 0;
}
#beginners_attentions__box li{
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
.attentions_box__txt{
  flex: 1;
}
.attentions_box__txt h3{
  font-size: 1.8rem;
  padding-left: 1.5rem;
  border-left: var(--orange) solid .5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.attentions_box__txt p{
  font-size: 1.4rem;
}
.attentions_box__img{
  margin-top: 2rem;
}

#attentions_others h3{
  font-size: 1.8rem;
}
#attentions_others h3 span{
  color: var(--orange);
}
.attentions_others__box{
  border-bottom: var(--border) solid 1px;
  padding: 2rem 0;
}
.attentions_others__box h4{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .5rem;
}
.attentions_others__box p{
  font-size: 1.4rem;
}
#beginners_bring__inner{
  background: var(--orange);
  border-radius: 1.5rem;
  padding: 3rem 5%;
}
#beginners_bring__header{
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
#beginners_bring__header h2{
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: #fff solid 2px;
}
#beginners_bring__header p{
  font-size: 1.4rem;
}
#beginners_bring__box{
  background: #fff;
  padding: 2rem 5%;
  border-radius: 1.5rem;
}
#beginners_bring__box li{
  font-size: 1.4rem;
  padding: 1rem 0;
  border-bottom: var(--border) solid 1px;
}
#beginners_bring__box li::before{
  content: '●';
  color: var(--orange);
  margin-right: .5rem;
}
.beginners_flow__box{
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: var(--border) solid 1px;
}
.beginners_flow__img .img_clip{
  border-radius: 1.5rem;
}
.beginners_flow__txt{
  flex: 1;
  margin-top: 1rem;
}
.beginners_flow__txt h3{
  font-size: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.beginners_flow__txt h3 span{
  color: var(--orange);
  font-size: 150%;
  line-height: 1;
  margin-right: 1rem;
}
.beginners_flow__txt p{
  font-size: 1.4rem;
}
.beginners_flow__txt ul{
  margin-top: 2rem;
}
.beginners_flow__txt ul li{
  margin-bottom: .5rem;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
  font-size: 1.4rem;
}
.beginners_flow__txt ul li::before{
  content: '●';
  color: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
}
.beginners_flow__attention{
  margin-top: 2rem;
  background: var(--bg_yellow);
  border-radius: 1rem;
  padding: 2rem 5%;
}
.beginners_flow__attention h4{
  font-size: 1.6rem;
  color: var(--orange);
  margin-bottom: .5rem;
}





/* =about
-------------------------------------------------------------- */

#philosophy h2{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
#philosophy h2 span{
  font-size: 60%;
  color: var(--orange);
  display: flex;
  align-items: center;
}
#philosophy h2 span::before{
  content: '';
  width: 1rem;
  height: 1rem;
  background: var(--orange);
  border-radius: 50%;
  margin-right: .5rem;
}
.philosophy_box{
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 5%;
  position: relative;
  margin-bottom: 2rem;
}
.philosophy_box__num{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 7rem;
  line-height: 1;
  color: #FDEA97;
  font-style: italic;
}
.philosophy_box__img{
  width: 15rem;
  display: block;
  margin: 0 auto 1rem;
}
.philosophy_box__txt h3{
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.philosophy_box__txt p{
  font-size: 1.4rem;
}

#philosophy02{
  background: var(--bg_yellow);
  padding: 3rem 0 5rem;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  margin-top: 5rem;
}
#philosophy02_img{
  display: block;
  width: 60%;
  max-width: 240px;
  margin: 0 auto 2rem;
}
#philosophy02_txt h3{
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
#philosophy02_txt h3 span{
  color: var(--orange);
}
#philosophy02_txt li{
  margin: .5rem 0;
}
#philosophy02_txt p{
  font-size: 1.4rem;
  margin-top: 2rem;
}
#doctor_profile__photo{
  width: 70%;
  max-width: 40rem;
  margin: 0 auto 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
#doctor_profile__name p{
  font-size: 1.4rem;
  color: var(--orange);
}
#doctor_profile__name h3{
  font-size: 2.2rem;
  margin: .5rem 0 2rem;
}
#doctor_profile__name h3 span{
  font-weight: 400;
  margin-left: 2rem;
  font-size: 60%;
}
#doctor_message p{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.doctor_profile__box{
  font-size: 1.4rem;
  margin-top: 2rem;
}
.doctor_profile__box h3{
  background: var(--bg_yellow);
  color: var(--orange);
  font-size: 1.6rem;
  padding: .5rem 2rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.doctor_profile__box li{
  margin: .5rem 0;
}
.doctor_profile__box th{
  width: 8rem;
  padding: .8rem 0;
  vertical-align: top;
  font-weight: 400;
}
.doctor_profile__box td{
  padding: .5rem 0;
}

#overview_txt{
  font-size: 1.4rem;
}
#overview_txt tr{
  border-bottom: var(--border) dotted 1px;
}
#overview_txt th{
  width: 12rem;
  padding: 1.5rem 0;
  vertical-align: top;
}
#overview_txt td{
  padding: 1.5rem;
}
#overview_img .img_clip{
  aspect-ratio: 4 / 3;
  border-radius: 1.5rem;
}

#equipment_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem;
}
#equipment_list li{
  width: 50%;
  padding: 0 .5rem;
  margin-bottom: 2rem;
}
.equipment_list__photo{
  border-radius: .5rem;
  overflow: hidden;
}
#equipment_list li h3{
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1rem 0;
}
#equipment_list li p{
  font-size: 1.2rem;
  line-height: 1.5;
}






/* =medical-infomation
-------------------------------------------------------------- */

#medical_nav .c-btn-box{
  background: var(--green);
}
#medical_nav .btn_belle{
  background: var(--belle_blue);
}
.medical_section .section_title::after{
  background: var(--green);
}

#medial_intro h2{
  font-size: 1.8rem;
  padding-left: 1.5rem;
  border-left: var(--orange) solid .5rem;
  margin: 4rem 0 1rem;
}
#medial_intro ul{
  display: flex;
  flex-wrap: wrap;
}
#medial_intro ul li{
  padding: .5rem 2rem;
  border-radius: 50px;
  border: var(--border) solid 1px;
  background: #fff;
  margin: .5rem 1rem .5rem 0;
  font-size: 1.4rem;
}

.medical_section__intro_img{
  width: 50%;
  display: block;
  margin: 0 auto 1rem;
}
.medical_section__intro p{
  font-size: 1.4rem;
}

.medical_example{
  padding: 3rem 5%;
  background: #fff;
  border-radius: 1rem;
  font-size: 1.4rem;
  margin: 3rem 0;
}
.medical_example h3{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.medical_example h3 span{
  color: var(--green);
}
.medical_example li{
  padding: 1rem 0;
  border-bottom: var(--border) dotted 1px;
  display: flex;
  align-items: center;
}
.medical_example li::before{
  content: '';
  background: var(--green);
  margin-right: .5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

.medical_example02{
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
}
.medical_example02 h3{
  background: var(--green);
  padding: 1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.medical_example02__txt{
  background: #E6F4F1;
  padding: 2rem 5%;
  border: #E6F4F1 solid 3px;
}
.medical_example02__txt p{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.medical_example02__txt p:last-child{
  margin: 0;
}
.medical_example02__txt li{
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.4rem;
}
.medical_example02__txt li::before{
  content: '';
  width: 1rem;
  height: 1rem;
  background: var(--green);
  border-radius: 50%;
  margin-right: .5rem;
}
.medical_example02__inner{
  border: #E6F4F1 solid 3px;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding: 3rem 5%;
}
.medical_example02__inner .border_title{
  padding-left: 1.5rem;
  border-left: var(--green) solid .5rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.medical_example02__inner .title_orange{
  font-size: 1.6rem;
  color: var(--orange);
  margin: 1rem 0;
}
.medical_example02__inner p{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
#day .medical_example02__inner p{
  margin-bottom: 3rem;
}
.medical_example02__inner p:last-child{
  margin: 0;
}
.medical_example02__box{
  padding: 2rem 0;
  border-top: var(--border) dotted 1px;
}
.medical_example02__box h5{
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.medical_example02__box h5::before{
  content: '';
  width: 1rem;
  height: 1rem;
  background: var(--green);
  border-radius: 50%;
  margin-right: .5rem;
}
.medical_example02__box p{
  margin: 0 !important;
}
.medical_example02__box .price{
  display: block;
  margin: .5rem 0;
  font-weight: 500;
  line-height: 1.7;
}
.medical_example02__box .price span{
  color: var(--orange);
}
.medical_example02__box .txt_small{
  font-size: 80%;
  line-height: 1.5;
  display: block;
}
.medical_example02__box h6{
  font-size: 1.6rem;
  margin: 3rem 0 1rem;
}


#top_schedule{
  margin: 3rem auto;
}

.p-access__payment{
  width: 90%;
  margin: 0 auto;
}



@media screen and (min-width: 768px){
  .pc_only{
    display: block;
  }
  .mobile_only{
    display: none;
  }
  .l-header__dropdown{
    width: auto;
    min-width: 18rem;
  }
  .l-header__dropdown-item a{
    white-space: nowrap;
    padding-right: 5rem;
  }
  .container_wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .main_container{
    width: 73%;
  }
  .side_container{
    width: 23%;
  }
  .page_header{
    width: 100%;
  }
  .page_header__img{
    height: calc(100% - 5rem);
    width: 100%;
  }
  .page_header__img .img_clip{
    height: 100%;
    aspect-ratio: auto;
  }
  .page_title__en{
    font-size: 1.6rem;
  }
  .page_title{
    font-size: 3rem;
  }
  .breadcrumb_wrap{
    padding: 3rem 5%;
  }
  .kv__side{
    display: block;
  }
  .page_nav ul{
    display: flex;
    flex-wrap: wrap;
  }
  .page_nav ul li{
    margin-right: 1rem;
  }
  .page_nav ul li a{
    padding: 0 5rem 0 4rem;
  }
  .section{
    padding: 5rem 0;
  }
  .section_title{
    font-size: 2.6rem;
  }
  #beginners_attentions__box li{
    display: flex;
    padding: 3rem;
    border-radius: 2rem;
  }
  .attentions_box__img{
    flex: 0 0 30%;
    margin: 0 0 0 3rem;
  }
  #attentions_others__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .attentions_others__box{
    width: 48%;
  }
  #beginners_bring__box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #beginners_bring__box li{
    width: 48%;
  }
  .beginners_flow__box{
    display: flex;
  }
  .beginners_flow__txt{
    flex: 1;
  }
  .beginners_flow__img{
    flex: 0 0 30%;
    margin: 0 3rem 0 0;
  }
  #philosophy_wrap{
    display: flex;
  }
  #philosophy h2{
    font-size: 2.6rem;
    width: 25%;
  }
  #philosophy_inner{
    flex: 1;
  }
  .philosophy_box{
    display: flex;
    align-items: center;
    padding: 3rem;
  }
  .philosophy_box__img{
    flex: 0 0 25%;
    margin: 0;
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .philosophy_box__img img{
    width: 60%;
  }
  .philosophy_box__txt{
    flex: 1;
  }
  #philosophy02{
    padding: 5rem 0;
    border-top-left-radius: 15rem;
    border-bottom-left-radius: 15rem;
  }
  #philosophy02_inner{
    display: flex;
    align-items: center;
  }
  #philosophy02_img{
    flex: 0 0 30%;
    width: 100%;
    text-align: center;
    margin: 0 3rem 0 0;
  }
  #doctor_profile{
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
  #doctor_profile__photo{
    flex: 0 0 35%;
    width: 100%;
    margin: 0 5rem 0 0;
  }
  #doctor_profile__txt{
    flex: 1;
  }
  #doctor_profile__inner{
    display: flex;
    justify-content: space-between;
  }
  .doctor_profile__box{
    width: 48%;
  }
  #overview_inner{
    display: flex;
  }
  #overview_txt{
    flex: 1;
  }
  #overview_img{
    flex: 0 0 45%;
    margin: 0 0 0 3rem;
  }
  #equipment_list{
    margin: 0 -1rem;
  }
  #equipment_list li{
    width: 25%;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
  .medical_section__intro{
    display: flex;
    align-items: center;
  }
  .medical_section__intro_img{
    width: 15rem;
    margin: 0 3rem 0 0;
  }
  .medical_section__intro p{
    flex: 1;
  }
  .medical_example ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .medical_example ul li{
    width: 48%;
  }
  .medical_example02 h3{
    font-size: 2rem;
  }
}






@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
  }
  body{
    font-size: 1.4rem;
  }
  .page_header__title{
    padding: 2rem 8rem 2rem 5%;
    min-width: 500px;
  }
  .page_title__en{
    font-size: 2rem;
  }
  .page_title{
    font-size: 3.6rem;
  }
  #beginners_bring__inner{
    padding: 3rem 8rem;
  }
  #beginners_bring__header h2{
    font-size: 2.6rem;
  }
  #beginners_bring__header p{
    line-height: 2;
  }
  #beginners_bring__box{
    padding: 3rem 5rem;
  }
  #philosophy02{
    margin-left: 5%;
  }
  #doctor_profile{
    align-items: center;
  }
  #doctor_profile__name h3{
    font-size: 2.6rem;
  }
  #doctor_message p{
    line-height: 2;
  }
  .medical_section__intro p{
    line-height: 2;
  }
  .medical_example ul li{
    width: 32%;
  }
  #disease .medical_example ul li{
    width: 48%;
  }
}