
/* CSS Document */

@media screen and (max-width:640px) {
body {
    font-size: 14px;
}
body, #mainvisual .inner, header, footer {
    min-width: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*============================================================================

	header

============================================================================*/

header {
    display: none;
}

/*============================================================================

	nav

============================================================================*/
.sp_fixed {
    position: fixed;
    width: 100%;
}

.sp_fixed .sp_navi {
	background: #2EA7E0;
}

.sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 66px);
    z-index: 1;
    margin-left: 4px;
}
.sp_navi_btn_area li {
	display: block;
    width: calc(100% / 2 ) !important;
    float: left;
    text-align: center;
}

.sp_navi_btn_area li a {
    display: flex;
	justify-content: center;
    color: #FFF;
    height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: "A1 Gothic R",sans-serif;
    font-size: 4vw;
    background: #9ECC60;
    font-weight: 400;
	align-items: center;
	text-align: center;
}

.sp_navi_btn_area li:nth-of-type(2) a {
	background: #F8B62D;
}

	.sp_navi_btn_area li a i{
		width: 15%;
		text-align: right;
	}
	.sp_navi_btn_area li span{
		width: 52%;
		line-height: 1.0;
		text-align: left;
	}
.sp_navi_btn_area li svg {
    position: relative;
    font-size: 1.1em !important;
    top: 0px;
    left: -5px;
    color: #fff;
}
.sp_navi_btn_area li i {
    margin-right: 10px;
	color: #fff;
}
.sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.2em !important;
}
nav {
    display: none;
}
.sp_navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 124px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    margin-bottom: 30px;
}
.sp_navi_fixed_area {
    z-index: 9999;
}
.sp_navi .header_logo {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;
    height: 62px;
    background: #fff;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 5px;
}
.sp_navi .header_logo img {
    width: 256px;
    height: 55px;
    z-index: 9999;
    position: relative;
}
.sp_navi dl {
    background-color: rgba(255,255,255,1.0);
}
.sp_navi dl dt {
    position: relative;
    height: 62px;
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 2;
}
.sp_navi dl dt i {
    position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
}
.sp_navi_list {
    display: none;
}
.sp_navi ul {
/*padding:4% 2% 4% 8%;*/
}
.sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.sp_navi_list li i {
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
}
.sp_navi_list i.fa-facebook-square, .sp_navi ul li i.fa-home {
    font-size: 16px;
}
.sp_navi_list li a, .sp_navi_parent > div {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    background: #2EA7E0;
    border-bottom: solid 1px #FFF;
    font-family: "A1 Gothic R",sans-serif;
    font-weight: 500;
    line-height: 50px;
}
.sp_navi_children li a {
    background: #71caf4 !important;
}
.sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f067";
    font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    content: "\f068" !important;
    font-weight: bold;
    font-size: 1.0em;
}
.sp_navi_list li a::after {
    position: absolute;
    right: 20px;
    content: ">";
}
/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999998;
    text-align: center;
    background-color: #EA63A0;
}
.sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #FFF;
    font-weight: 600;
}
.sp_navi dt a span {
    display: block;
    background: #FFF;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:nth-child(1) {
    top: 14px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -8px;
    top: 50%;
}
.sp_navi dt a span:nth-child(3) {
    bottom: 29px;
}
.sp_navi dt a i {
    position: relative;
    left: -2px;
    bottom: 6px;
}
.sp_navi dt a.active {
    background: #2EA7E0;
}
.sp_navi dt a.active i {
    color: #fff;
}
.sp_navi dt a.active span {
    background: #fff;
}
.sp_navi dt a.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(225deg);
    -moz-transform: translateY(8px) rotate(225deg);
    -ms-transform: translateY(8px) rotate(225deg);
    transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-225deg);
    -moz-transform: translateY(-8px) rotate(-225deg);
    -ms-transform: translateY(-8px) rotate(-225deg);
    transform: translateY(-8px) rotate(-225deg);
}
/*============================================================================

	#mainvisual

============================================================================*/
	


#mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 200px;
    margin-top: 124px;
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}
/* 下層ページヘッドライン */
#mainvisual h2 {
    font-size: 22px;
}
/* トップページキャッチフレーズ */
.mainvisual_catch {
/*	top: 50px;*/
  top: 20px;
  position: absolute;
	left: 0;
}
.mainvisual_catch h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.mainvisual_catch p {
  font-size: 15px;
}
.mainvisual_open{
	top: 70px;
	right: 10px;
	bottom: 10px;
	width: 150px;
}
	
/* MVのバナー */
.mainvisual_bnr {
	flex-wrap: wrap;
  right: 0;
	left: 0;
	margin: auto;
  top: auto;
	bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.mainvisual_bnr p {
	width: 30%;
}
.clinic_mv {
	background: url(../images/clinic_mv_sp.jpg) no-repeat;
	background-size: cover;
}
.first_mv {
	background: url("../images/first_mv_sp.jpg") no-repeat;
	background-size: cover;
}
.access_mv {
	background: url("../images/access_mv_sp.jpg") no-repeat;
	background-size: cover;
}
/*============================================================================

	#contents

============================================================================*/
.box1 {
    width: auto;
	padding: 0 6% 0;
}

.box2 {
    width: auto;
    padding: 0 6% 0;
	margin: 0 auto 100px;
}

#contents {
    width: auto;
}

#contents_left {
    width: auto;
    float: none;
    margin-right: 0;
}

#contents_right {
    width: auto;
    padding: 0 6%;
    float: none;
}
/*============================================================================

	footer

============================================================================*/
.footer_info .inner {
    width: auto;
    padding: 40px 6%;
}

.footer_info dl {
    float: none;
    width: auto;
    padding: 0 6%;
}

.footer_info dl dt {
    float: none;
    text-align: center;
    margin: 0 auto 30px;
}

.footer_info_logo, .footer_info_logo img {
    width: 222px;
    height: 148px;
}

.footer_info dl dd {
    float: none;
    margin-left: 0;
}

.footer_info_overview_tel {
    padding-bottom: 20px;
}

.footer_info_sche {
    float: none;
    width: 100%;
    font-size: 13.5px;
}

.footer_info_sche p {
    margin: 0;
}


.footer_navi .inner {
    width: 100%;
    padding: 30px 0;
}

.footer_navi ul {
    width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	display: block;
}

.footer_navi ul li {
    display: block;
	border-bottom: 1px dotted #1F2774;
}

.footer_navi ul li:last-child{
	border-bottom: none;
}

.footer_navi ul li a {
    display: block;
    padding: 5px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.footer_navi ul li a::after {
    display: none;
}

.footer_navi ul li a span::before{
    display: none;
}

.pagetop {
	right: 10px;
}

.pagetop img {
    width: 39px;
    height: auto;
}

.copy {
    margin-top: 35px;
}

/*============================================================================

	モーダルウィンドウ

============================================================================*/	
		
.modal {
    z-index: 9999999;
}	
.modal_content {
    padding: 20px;
	width: 85%;
	height: 70vh;
    overflow: auto;
}	
.modal_content ul li {
    font-size: 14px;
}
.modal_content h3 {
    margin-bottom: 10px;
    padding: 10px;
    line-height: 1.4;
    font-size: 5.5vw;
	margin-top: 20px;
}
.close-btn {
    top: -30px;
}

/*============================================================================

	$top

============================================================================*/
/* SP時のバナー */
.top_open {
	padding-top: 70px;/*padding: 70px 0 80px;*/
}

.top_open p {
	width: 75%;
	margin: auto;
	text-align: center;
}

.top_open p img {
	width: 100%;
}

  .top_open p.bnr_line_sp{
    margin-bottom: 24px;
	 display: none; /*非表示中*/
  } 
  
  .top_open p.bnr_line_sp a{
    background: #9ECC60;
    width: 100%;
    color: #fff;
    display: block;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    font-size: 21px;
    border-radius: 4px;
  }
	
  .top_open p.bnr_recruit_sp{
    margin-bottom: 24px;
  } 
  
  .top_open p.bnr_recruit_sp a{
    background: #2EA7E0;
    width: 100%;
    color: #fff;
    display: block;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    font-size: 21px;
    border-radius: 4px;
  }
  
	.top_open p.lp_bnr_sp{
		margin-bottom:24px;
	}  

/* お知らせ */
.news_inner {
	width: 100%;
	min-width: 0;
	display: block;
}

.top_news_flame {
    height: 250px;
}

.top_news_flame::before {
	display: none;
}

.news_list li {
    margin-bottom: 30px!important;
}

.news_list li a {
	margin-top: 10px;
}

.news_left {
    width: 100%;
}

.news_right {
    width: 100%;
}

.tit_box_news {
    display: block;
    margin-bottom: 37px;
}

.news_right .btn01 {
    margin-top: 30px;
	text-align: center;
}


/* 診療時間＋イラストマップ */
.top_info {
	padding: 70px 0 70px;
}

.top_info .info_inner {
    width: 100%;
	min-width: 0;
	display: block;
}

.info_left {
    width: 100%;
}

.info_right {
    width: 100%;
}

.info_overview ul .info_clinic {
	font-size: 15px;
}

.info_add {
    display: block;
}

.info_add p:first-child {
	margin: 0 0 15px 0;
}

.info_overview ul .info_access {
	margin-bottom: 40px;
}

/* 院長のご挨拶 */
.top_doctor {
	padding: 70px 0 0;
	background: url("../images/doctor_bg_sp.jpg") no-repeat;
	background-size: cover;
}

.greeting_catch {
	font-size: 20px;
}

.director_flex .btn01 {
	text-align: center;
}

.doctor_img {
    margin-top: 70px;
}


.greeting_flex {
    width: 1100%;
    display: block;
}

.greeting_flex {
    width: 100%;
    display: block;
}

.greeting_flex::before {
	display: none;
}

.greeting_txt {
	padding: 5%;
	width: 100%;
}

.director_flex {
    display: block;
}

.doctor_flex{
	flex-direction: column-reverse;
}

.top_doctor .text {
    width: auto;
}

.top_doctor_img {
    width: auto;
	margin-bottom: 15px;
}

.top_doctor_img p {
	text-align: center;
}

.top_doctor_img p img {
	width: 60%;
	margin: 0 auto 15px;
	display: block;
}

.top_doctor_img dt {
    margin-bottom: 17px;
    padding: 0 10%;
    text-align: center;
}

.top_doctor_img dd {
    text-align: center;
}



/* みち歯科のこだわり */
.top_clinic {
	padding: 80px 0 80px;
}



.clinic_point .point_flex {
	display: block;
}

.clinic_point .tit02 {
	padding: 19px 0 0 30px;
	margin: 0 auto 50px;;
	font-size: 22px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

/* イラスト */
.clinic_point01 .box1::before {
	top: auto;
	bottom: 10px;
	right: 10px;
	width: 85px;
	height: 148px;
	background-size: contain;
}

.clinic_point02 .box1::before {
    position: absolute;
    top: 65px;
	bottom: 10px;
    left: 10px;
    width: 70px;
    height: 163px;
    background-size: contain;
	z-index: 1;
}

.clinic_point02 .box1::after {
    position: absolute;
    top: auto;
	bottom: 10px;
    right: 10px;
    width: 100px;
    height: 145px;
    background-size: contain;
}

.clinic_point03 .box1::before {
    position: absolute;
    top: auto;
	bottom: 10px;
    left: 15px;
    width: 85px;
    height: 160px;
    background-size: contain;
}


.point_flex {
    width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
}

.point_flex h4 {
	font-size: 18px;
}

.point_detail {
	margin-bottom: 100px!important;
	width: 100%;
	text-align: center;
}

.point_detail01,
.point_detail02,
.point_detail03,
.point_detail04,
.point_detail05,
.point_detail06,
.point_detail07,
.point_detail08,
.point_detail09 {
	margin: 0;
}

.top_clinic::before,
.top_clinic::after,
.clinic_point02::before,
.clinic_point02::after,
.point_triangle_bg::after,
.point_triangle_bg::after,
.clinic_point03::after {
    display: none;
}

.point_detail02::before {
	left: 0;
}

.point_detail03::before {
	left: 0;
}

.point_detail04::before {
	left: 0;
}

.point_detail05::before {
	right: 0;
}

.point_detail07::before {
	right: 0;
}

.point_detail09::before {
	left: 0;
}


/* 目立ちにくい矯正治療 */
.top_orthodontic {
    padding: 0 0 80px;
}

.top_orthodontic .box1 {
    width: 100%;
	padding: 50px 6% 80px;
    min-width: 0;
}

.orthodontic_flex {
	display: block;
    width: 100%;
}

.trouble_box::before {
    display: none;
}

.trouble_list {
	margin-bottom: 60px;
	padding: 0;
}

.trouble_list::before {
    position: absolute;
    top: 87px;
    left: auto;
	right: 0;
    width: 87px;
    height: 123px;
	background-size: contain;
}

.trouble_list ul {
	padding-left: 0;
}

.trouble_list ul li {
	margin-bottom: 20px;
}

.trouble_list ul li::before {
	background-size: contain;
}


.trouble_list_link ul {
	width: 100%;
	gap: 0;
	justify-content: space-between;
}

.trouble_list_link a {
	padding: 0 5px 0 10px;
	font-size: 13px;
	width: 150px;
	height: 60px;
	background-size: cover;
}

.trouble_list_link a::before {
	top: 20px;
	right: 8px;
}

.trouble_img::before {
    position: absolute;
    top: -53px;
    right: -15px;
    width: 97px;
    background-size: contain;
}

.trouble_list_link a:hover::before {
    right: 12px;
}
.top_orthodontic .top_implant .trouble_list::before{
	right: 0;
    bottom: auto;	
	}
.top_orthodontic .top_implant .trouble_list_link li:nth-child(5) a{
	font-size: 13px;
}
.top_orthodontic .top_implant .trouble_list_link ul li{
		margin: 0 auto 18px;
	}
/* 診療案内 */
.top_medical {
	padding: 70px 0 80px;
	background: url("../images/medical_bg_sp.jpg") no-repeat;
    background-size: cover;
}

.top_medical .tit_box {
    margin-bottom: 100px;
}

.top_medical .box1 {
    width: 100%;
    min-width: 0;
}

.medical_icon_list {
    width: 100%;
}

.medical_icon_list ul {
	justify-content: space-around;
}

.medical_icon_list ul li {
	width: 45%;
	margin-bottom: 80px;
}

.medical_icon_list ul li::before,
.medical_icon_list ul li::after {
    display: none;
}

.medical_icon_btn {
	padding: 6px 26px 0 0px;
	font-size: 13px;
	width: 100%;
	background-size: cover!important;
}

.medical_icon_btn::before {
    top: 30px;
    right: 15px;
}

.medical_icon_btn.child_btn {
	left: 50%;
    -webkit-transform: translateX(-50%);
}
.flex_box {
	flex-wrap: wrap;
}
.flex_box .img_fr img {
	max-width: 65%;
}
.medical12 .img_ol_fr {
	display: block;
}	
.medical12 .img_ol_fr .list {
	width: 100%;	
}	
	.medical12 .img_ol_fr img {
		width: 100%;
		margin-top: 10px;
	}	
/* ブログ */
.top_blog {
	padding: 70px 0 30px;
}

.blog_load {
	width: 100%;
	max-height: 850px;
}

.blog_information {
	margin: 0 22px 60px 22px;
}
.blog_mv {
    background: url(../images/first_mv_sp.jpg) no-repeat;
    background-size: cover;
}
/* 関連施設 */
.partner_list ul {
    display: block;
}

.partner_list ul li:first-child {
	margin: 0 0 30px 0;
}

.partner_list ul li a {
	margin: 0 auto;
}



/* スライド */
.top_slide {
    padding: 70px 0 70px;
}



/*============================================================================

	$breadcrumbs ぱんくず

============================================================================*/
.breadcrumbs {
    width: 92%;
    margin: -10px 4% 40px;
}

.breadcrumbs li {
    display: inline-block;
}

/*============================================================================

	$共通

============================================================================*/

#contents {
    padding-bottom: 70px;
}
.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
	
/*============================================================================

	$見出し

============================================================================*/
h1 {
	font-size: 12px;
    width: auto;
    padding: 0px 15px;
    text-align: center;
    position: static;
    margin-top: 30px !important;
}	
	
.tit_box {
	margin-bottom: 70px;
}

.tit01::before,
.tit01::after {
	display: block;
	width: 100%;
	background-repeat: repeat-x!important;
}

.tit01::before {
	margin: 0 0 15px 0!important;
}

.tit01::after {
	margin: 15px 0 0 0!important;
}

.tit03 {
	margin-bottom: 0;
	font-size: 24px;
}
	
.tit04 {
	padding-bottom: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
}
	
.tit04::before {
	right: 0;
	margin: auto;
}

.tit05 {
	text-align: center;
}

.tit05::before {
	display: block;
}

.tit06 {
	display: block;
	font-size: 18px;
	text-align: center;
}

.tit06::after {
    position: relative;
    display: block;
    width: 100%;
    height: 14px;
    margin-top: 5px;
    background: url("../images/wave_yellow_long.svg");
	background-repeat: repeat-x;
    content: "";
}

.nowrap {
    white-space: normal;
}

	
	
/* テーブル */
.tb01 {
    white-space: inherit;
}
.tb01 th {
	width: 30%;
	box-sizing: border-box;
	font-size: 14px;
}
.tb01 td {
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}
	

.tb03, .tb03 th {
    white-space: inherit;
}
.tb03.w075par {
    width: 100%;
}
	

.tb04, .tb04 th {
    white-space: normal;
}
.tb04 th {
    font-size: 13px;
}
.tb04 td, .tb04 th {
    padding: 2%;
}
	
	
/* アンカーリンク */
.ank02 {
	width: 100%;
}
.ank02 li {
}
.ank03 {
	display: block;
	width: 100%;
}
.ank03 li {
    width: 100%;
}
.ank04 {
	width: 100%;
}
.ank04 li {
    width: 48%;
}

/* 画像右寄せ */
.img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
}
.img_fr img {
    margin-bottom: 15px;
	max-width: 100%;
	width: auto;
}

/* 注意 */
.caution p:nth-of-type(1) {
	padding: 60px 0 0;
}
/*============================================================================

	$doctor

============================================================================*/
#doctor .top_doctor {
	padding: 70px 0 70px;
}

.doctor_carr {
    display: block;
}

/* 経歴、資格 */
.doctor_carr_sec1 {
	padding: 8%;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

/*============================================================================

	$clinic

============================================================================*/

/* 医院概要 */
.clinic_sec1 dt {
    width: 30%;
}
.clinic_sec1 dd {
    width: 70%;
}
.clinic_sec1 .schedule .tb01 {
    width: 100%;
}



/* 院内スライド */
.clinic_slides1 {
    margin-bottom: 20px;
}
.clinic_slides1 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides1 .flexslider li div {
    display: block;
    margin-top: 5%;
    margin-left: 0;
    text-align: center;
}
.clinic_slides1 .flexslider p {
    display: block;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: 7%;
    z-index: 2;
}
.clinic_slides1 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
}
.clinic_slides1 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
}


/*院内スライド2 サムネイル横*/
.clinic_slide_wrap2{
  display: block;
  flex-direction: unset;
  justify-content: unset;
  max-width: 400px;
  margin: 0 auto;
  height: 440px;
}
.clinic_slide_wrap_flex{
	display: block;
	flex-wrap: unset;
}
.clinic_slide_wrap_flex #slider{
  margin:0 auto 15px 0;
  width: auto;
}
.clinic_slide_wrap_flex #thumbnail-list{
	width: auto;
}
.clinic_slide_wrap_flex .thumbnail-item{
  flex: 0 1 15%;
}

.clinic_slide_wrap{
    max-width: 400px;
    margin: 0 auto;
	height: auto;
}

/* コロナ感染対策に使用 */
.preventive_text .layout03 .layout03_title {
	width: 100%;
}

.preventive_text .layout03 .layout03_text .layout_tit {
    margin-top: 0;
}

.preventive_text .layout03 .layout03_text {
	padding: 15px 3% 15px;
	text-align: center;
}
/*============================================================================

	$facilities

============================================================================*/


.facilities_equip {
}
.facilities_equip dl {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 6% 10% 10%;
    box-sizing: border-box;
}
.facilities_equip_img {
    float: none;
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0;
    padding: 0 10%;
    box-sizing: border-box;
}
.facilities_equip_img img {
    width: 300px;
}
.facilities_equip2 {
}
.facilities_equip2 dl, .facilities_equip2 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
.facilities_equip2 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 {
}
.facilities_equip3 dl {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
.facilities_equip3 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 dl, .facilities_equip3 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
/*============================================================================
/*============================================================================

	$recruit

============================================================================*/
.recruit_tb03 td, .recruit_tb03 th {
    padding: 10px 20px!important;
}
.recruit_img{
	display: block;
	width: 90%;
	margin: auto;
}
.recruit_img li{
	margin-bottom: 10px;
	margin-right: 0;
}	
/*============================================================================

	$access

============================================================================*/
.access_list{
	padding: 30px 15px 0;
	box-sizing: border-box;
}
.access_list dl {
	width: 100%;
	margin-bottom: 30px;
}




/*============================================================================

	$first

============================================================================*/





/*============================================================================

	$medical

============================================================================*/
.plan_flex {
	display: block;
}

.plan_flex div {
	margin-bottom: 20px;
	width: 100%;
}

/* マウスピース矯正 */
.top_orthodontic .box2 {
  	padding: 50px 6% 80px;
    width: 100%;
	min-width: 0;
}

.contact_flex {
	text-align: center;
}
/*==================================================================

	.layout

==================================================================*/
.layout_tit{
  font-size: 18px;
}

.layout_tit em{
  font-size: 24px;
}

  /* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

  .layout01 {}

  .layout01:before {}

  .layout01 dl {
    display: block;
  }

  .layout01 dl:after {}

  .layout01 dt {
    width: 100%;
  }

  .layout01 dd {
    width: 100%;
  }

  .layout01 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
  .layout02 {
    display: block;
  }

  .layout02::after {}

  .layout02 dl {
    width: 100%;
  }

  .layout02 dl:nth-child(even) {}

  .layout02 dt {}

  .layout02 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
  .layout03 {
    margin: 0 0 15px;
  }

  .layout03 .layout03_box {
    display: block;
  }

  .layout03 .layout03_title {
    width: 100%;
  }

  .layout03 .layout03_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
	padding: 0;
  }

  .layout03 .layout03_text {
    width: 100%;
    padding: 15px 3% 1%;
  }

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
  .layout04 {}

  .layout04 .layout04_box {
    display: block;
  }

  .layout04 .layout04_title {
    width: 100%;
    padding: 2%;
  }

  .layout04 .layout04_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout04 .layout04_text {
    width: 100%;
  }


  /* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
  .layout05 {}

  .layout05 .layout05_box {
    display: block;
  }

  .layout05 .layout05_title {
    width: 100%;
    text-align: center;
    display: block;
  }

  .layout05 .layout05_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout05 .layout05_text1 {}

  .layout05 .layout05_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout05 .layout05_text1:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  .layout05 .layout05_text1 h5 em {}

  .layout05 .layout05_text1 h5 {}

  .layout05_text1 {}

  .layout05_text1 ul {}

  /* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
  .layout06 {
    margin: 0 0 15px;
  }

  .layout06 .layout06_box {
    display: block;
  }

  .layout06 .layout06_box:before {}

  .layout06 .layout06_box:last-child:after {}

  .layout06 .layout06_title {
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
  }

  .layout06 .layout06_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout06 .layout06_box:last-of-type {}

  /* 数字 */
  .layout06 .layout06_title em {}

  .layout06 .layout06_text1 {}

  .layout06 .layout06_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout06 .layout06_text1:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  .layout06 .layout06_text1 h5 {}

  .layout06_text1 {}

  .layout06_text1 ul {}

  .layout06_text1 ul li span {}


  /* 3つ並びのレイアウト。 */
  .layout07 {
    display: block;
  }

  .layout07::after {}

  .layout07 dl {
    display: block;
    width: 100%;
  }

  .layout07 dl:nth-child(3n) {}

  .layout07 dl dt {}

  .layout07 dl dt em {}

  .layout07 dl dd {}

  /* 3つ並びのレイアウト。矢印付き */
  .layout08 {
    display: block;
  }

  .layout08 dl {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .layout08 dl:nth-child(3n) {}

  .layout08 dl::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 110%;
    height: 7px;
    width: 7px;
    transform: rotate(135deg);
    background-color: transparent;
    border-top: 2px solid #1F2774;
    border-right: 2px solid #1F2774;
    content: "";
    bottom: 0;
    margin: auto;
  }

  .layout08 dl:nth-child(3n)::before {
    display: none;
  }

  .layout08 dl dt {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }

  .layout08 dl dt em {
    margin-right: 8px;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
  }

  .layout08 dl dd {
    line-height: 1.5;
  }

	
	
	
/* layout10 */
	.layout10 .flow_box{
		justify-content: space-between;
		padding: 6%;
	}
	.layout10 .flow_box .number{
		width: 42px;
		height: 42px;
		margin-right: 0;
		font-size: 20px;
	}
	.layout10 .flow_box .layout10_box{
		width: 80%;
	}
	.layout10 .flow_box .layout10_text .title{
		font-size: 14px;
		line-height: 1.4;
	}
	.layout10 .flow_box .layout10_text .title span{
		display: block;
		padding-bottom: 8px;
		font-weight: bold;
	}
	.layout10 .flow_box .layout10_text .title span::after{
		display: none;
	}
	.course_ablation::before{
		display: none;
	}
	
	/* layout11 */
[class^="layout11_text"] dl dt,
[class^="layout11_text"] dl dd{
    margin-left: 0;
    width: 100%;
}
[class^="layout11_text"] dl dt{
    margin-bottom: 0;
}
[class^="layout11_text"] dl dd{
    margin-bottom: 10px;
}
.layout11_image02{
    flex-wrap: wrap;
}
.layout11_image02 span{
    width: 100%;
}
.layout11_image02 span:last-child{
    margin-top: 40px;
}
.layout11_image02 span:last-child::before{
    top: -32px;
    bottom: auto;
    left: 0;
    right: 0;
    justify-content: center;
    content: "\f078";
}
/* case_layout */
.case_layout .case_layout_box{
		display: block;
	}
.case_layout_title{
		width: 100%;
		margin-left: 0;
	}
.case_layout_text{
		width: 100%;
	}
.case_layout_text ul{
		display: block;
	}
.case_layout_text li{
		width: 100%;
	}
/*============================================================================

	$news

============================================================================*/

.news_list li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*============================================================================

	$mpcloud_schedule

============================================================================*/

#mpcloud_schedule{
	width: 100%;
	right: 0;
	left: 0;
	border-radius: 0;
}
.time_close{
	right: 20px;
	font-size: 17px;
}
.schedule_time{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.schedule_time dt{
	width: 35%;
	margin-bottom: 5px;
}
.schedule_time dd{
	width: 65%;
	margin-bottom: 5px;
}
.schedule_time dd i{
	margin: 0 3px 0 15px;
	vertical-align: text-bottom;
}




/*common*/
.pc{display:none!important}.sp{display:block!important}.pc_inline{display:none!important}.sp_inline{display:inline!important}.pc_table{display:table!important}.sp_table{display:table!important}img{max-width:100%;height:auto}.sp_mb00{margin-bottom:0!important}.sp_mr00{margin-right:0!important}.sp_ml00{margin-left:0!important}.sp_mt00{margin-top:0!important}.sp_pb00{padding-bottom:0!important}.sp_pr00{padding-right:0!important}.sp_pl00{padding-left:0!important}.sp_pt00{padding-top:0!important}.sp_center{text-align:center}


}

@media screen and (max-width:320px) {
.main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
}

.sp_inline_iP{
	display:inline!important
}

.trouble_list_link a {
	font-size: 12px;
	width: 127px;
	height: 60px;
}

.trouble_list_link a::before {
    right: 5px;
}

.trouble_list_link a:hover::before {
    right: 8px;
}
}

@media screen and (min-width: 321px) and (max-width: 369px) {
	.trouble_list_link a {
		width: 127px;
	}
	.trouble_list_link a::before {
    	right: 4px;
}
}

