/* 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;
}
main {
    padding-top: 10px;
}

/*============================================================================

	header

============================================================================*/

header {
    display: none;
}
.side_btn {
    display: none;
}


/*============================================================================

	nav

============================================================================*/

.sp_fixed {
    position: fixed;
    width: 100%;
}
.sp_fixed li a {
}
.sp_fixed li {
}
.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: 'Noto Sans JP',sans-serif !important;
    font-size: 4vw;
    background: #C0AB9A;
    font-weight: 400;
	align-items: center;
	text-align: center;
}
	.sp_navi_btn_area li a i{
		width: 20%;
		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: 5px;
	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%;
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 62px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
/*.sp_navi_fixed_area {
    z-index: 999;
}*/
.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;
    padding-left: 10px;
    padding-top: 15px;
}
.sp_navi .header_logo img {
    width: 260px;
    height: 47px;
    z-index: 9999;
    position: relative;
}
.sp_navi dl dt {
    position: absolute;
    top: 0;
    right: 0;
    height: 62px;
    width: 62px;
    font-weight: bold;
    font-size: 18px;
    display: block;
    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: #33C0AC;
    border-bottom: solid 1px #FFF;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    line-height: 50px;
}
.sp_navi_children li a {
    background: #16a28e !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;
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #33C0AC;
}
.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: #33C0AC;
}
.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);
}

.sp_under_nav {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    height: 52px;
}
.sp_under_nav ul {
    display: flex;
    justify-content: center;
    height: 100%;
}
.sp_under_nav li {
    width: calc(100% / 3) !important;
    box-sizing: border-box;
    background-color: #e8c25a;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sp_under_nav li:nth-child(2){
    background-color: #eea0a9;
}
.sp_under_nav li:nth-child(3){
    background-color: #63c9bb;
}
.sp_under_nav li a {
    color: #fff;
    font-weight: bold;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}
.sp_under_nav li a i {
    margin-right: 5px;
}



/*============================================================================

	#mainvisual

============================================================================*/

#mainvisual {
    width: 100%;
    background-position: center;
    background-attachment: scroll;
    height: 180px;
    margin: 82px 0 0;
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}
.mainvisual_btn.sp {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    display: flex!important;
    flex-wrap: wrap;
    width: 90%;
    padding: 15px 0 10px;
    margin: 0 auto;
}
.mainvisual_btn li {
    width: 48%;
    max-width: 150px;
    margin-bottom: 5px;
}
.mainvisual_btn li a {
    margin: 0 5px;
}
/* 下層ページヘッドライン */
.mainvisual_headline p.headline {
    margin-top: 20px;
    font-size: 25px;
    letter-spacing: 0.12em;
}
.mainvisual_headline p {
    font-size: 18px;
}
/* トップページキャッチフレーズ */
.mainvisual_catch {
    position: absolute;
	left: 10px;
}
.mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
.mainvisual_catch p {
    font-size: 15px;
}
.mainvisual_open {
    top: auto;
	bottom: 20px;
    width: 75%;
}
	

/*============================================================================

	#contents

============================================================================*/

.box1 {
    width: auto;
    margin: 0 6% 80px;
}
.box2 {
    width: auto;
    margin: 0 0 60px;
}
#contents {
    width: 92%;
    padding-top: 10px;
    padding-bottom: 60px;
}
#contents_left {
    width: auto;
    float: none;
    margin-right: 0;
}
#contents_right {
    width: auto;
    margin-top: 50px;
    padding: 0 6%;
    float: none;
}



/*============================================================================

	footer

============================================================================*/

footer {
    padding: 40px 0 0;
}
.footer_logo {
    margin-bottom: 26px;
}
.footer_logo img {
    width: 80%;
    height: auto;
}
footer .inner {
    display: block;
    width: 90%;
    padding-bottom: 30px;
}
.footer_info {
    width: 100%;
    margin-bottom: 26px;
}
.footer_info_tel a {
    height: auto;
    padding: 10px 8%;
    line-height: 1.8;
    border-radius: 14px;
    text-align: center;
}
.footer_info_tel a span {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 16px;
}
.footer_navi {
    display: none;
}
.footer_info_medi {
    margin-bottom: 20px;
    line-height: 36px;
}
.footer_info_medi span {
    width: 100px;
    margin-right: 12px;
    border-radius: 6px;
}
.footer_info_add {
    margin-bottom: 16px;
}
.footer_navi .inner {
    width: 100%;
    padding: 30px 0;
}
.footer_access ul {
    display: block;
    margin-top: 18px;
}
.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_access ul li:nth-of-type(1) {
    margin-bottom: 6px;
}
.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;
}
.copy {
    margin-bottom: 52px;
    line-height: 50px;
    font-size: 13px;
}



/*============================================================================

	$top

============================================================================*/

.top_news {
    position: relative;
    display: block;
    min-width: 100%;
    margin-bottom: 30px;
    padding: 20px 5% 70px;
}
.top_news_tit {
    width: 100%;
    margin-right: 0;
    padding: 56px 0 0;
    background-position: center top;
}
.top_news_tit h2 {
    font-size: 22px;
}
.top_news_tit h2::after {
    margin-top: 14px;
    margin-bottom: 15px;
}
.top_news_flame {
    width: 100%;
}
.top_news_flame ol li a {
    padding: 10px 6px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_news_flame ol li a span {
    margin-right: 10px;
}
.top_news_flame ol li a em {
    margin-right: 0;
    line-height: 26px;
    border-radius: 13px;
}
.top_news_flame ol li a strong {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.03em;
}
.top_news_btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
}
.top_feature {
    margin-bottom: 30px;
    padding: 40px 0 20px;
}
.top_feature h2 {
    margin-bottom: 40px;
    padding-top: 50px;
}
.top_feature_list {
    width: 92%;
}
.top_feature h2::after {
    margin-top: 14px;
}
.doctor_flex{
	flex-direction: column-reverse;
}
.top_feature_list li {
    width: 48%;
    max-width: 280px;
    margin-bottom: 30px;
}
.top_feature_list li p {
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0;
}
.top_feature_list li h3 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
}
.top_feature_list li p {
    line-height: 1.6;
}
.top_medical_wrap section {
    margin-bottom: 30px;
    border-radius: 0;
}
.top_medical_wrap .top_medical1 {
    padding: 40px 0 50px;
}
.top_medical_wrap .top_medical1 h2,
.top_medical_wrap .top_medical2 h2 {
    margin-bottom: 30px;
    padding-top: 50px;
    width: auto;
}
.top_medical_wrap section h2::after {
    margin-top: 14px;
}
.top_medical1_list {
    width: 92%;
    margin: 0 auto;
}
.top_medical1_list > li {
    width: 100%;
    max-width: 380px;
    min-height: initial;
    margin: 0 auto 20px;
    padding: 15px;
    border-radius: 15px;
}
.top_medical1_list > li:nth-of-type(3),
.top_medical1_list > li:nth-of-type(6) {
    margin-right: auto;
}
.top_medical1_list > li h3 {
    width: 100%;
    padding-left: 100px;
    font-size: 17px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px dashed #fff;
    background-position: 10px center, left top;
}
.top_medical1_list > li:nth-of-type(1) h3 {
    background-image: url("../images/top_medical1_list_icon01.png");
    background-color: rgba(255, 255, 255, 0.2);
}
.top_medical1_list > li:nth-of-type(2) h3 {
    background-image: url("../images/top_medical1_list_icon02.png");
    background-color: rgba(255, 255, 255, 0.2);
}
.top_medical1_list > li:nth-of-type(3) h3 {
    background-image: url("../images/top_medical1_list_icon03.png");
    background-color: rgba(255, 255, 255, 0.2);
}
.top_medical1_list > li:nth-of-type(4) h3 {
    background-image: url("../images/top_medical1_list_icon04.png");
    background-color: rgba(255, 255, 255, 0.2);
}
.top_medical1_list > li:nth-of-type(5) h3 {
    background-image: url("../images/top_medical1_list_icon05.png");
    background-color: rgba(255, 255, 255, 0.2);
}
.top_medical1_list > li:nth-of-type(6) h3 {
    background-image: url("../images/top_medical1_list_icon06.png");
    background-color: rgba(255, 255, 255, 0.08);
}
.top_medical1_list > li ul li a {
    margin-right: 20px;
}
.top_medical1_other {
    display: block;
    width: 100%;
    padding: 10px;
}
.top_medical1_other dt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
}
.top_medical1_other dd {
    width: 100%;
    padding: 10px 0 0;
}
.top_medical_wrap .top_medical2 {
    padding: 40px 0 60px;
}
.top_medical2_slide {
    width: 92%;
    text-align: center;;
}
.top_medical2_img_sp {
    margin-bottom: 20px;
    text-align: center;
}
.top_medical2 h3 {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center;
}
.top_medical2_slide ul {
    width: 100%;
    max-width: 340px;
}
.top_medical2_slide ul::before {
    display: none;
}
.top_medical2_slide li,
.top_medical2_slide li a {
    width: 100%;
}
.top_medical2_slide_img {
    display: none;
}
.top_medical_wrap .top_medical3 {
    margin-bottom: 30px;
    padding: 40px 0 50px;
}
.top_medical_wrap .top_medical3 h2 {
    margin-bottom: 30px;
    padding-top: 60px;
    width: auto;
}
.top_medical3_list {
    width: 92%;
}
.top_medical3_list li {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.top_medical3_list li a {
    width: 100%;
    height: 100%;
    line-height: 1.3;
    padding: 15px 10px;
    font-size: 17px;
    letter-spacing: 0;
    border: 4px solid #d4c388;
}
.top_medical3_list li a::before {
    display: block;
    margin-right: 0;
    margin: 0 auto 10px;
}
.top_medical3_list li a::after {
    right: 10px;
    bottom: 10px;
    border-width: 0 0 10px 10px;
}
.top_doctor {
    padding: 40px 0 50px;
}
.top_doctor h2 {
    margin-bottom: 30px;
}
.top_doctor .inner {
    display: block;
    width: 92%;
}
.top_doctor_text {
    width: 100%;
    padding-top: 0;
}
.top_doctor_img figure::after {
    display: none;
}
.top_doctor_img {
    width: 100%;
}
.top_doctor_img figure {
    margin-bottom: 17px;
    margin-left: 0;
    text-align: center;
}
.top_sns ul {
    display: block;
}
.top_sns ul li a {
    margin: 0 auto;
}
.top_sns ul li:first-of-type a {
    margin-bottom: 10px;
}



/*============================================================================

	$breadcrumbs ぱんくず

============================================================================*/

.breadcrumbs {
    width: 100%;
    margin: 0 0 30px;
}
.breadcrumbs li {
    display: inline-block;
}
.top_doctor h2::after {
    margin-top: 14px;
}



/*============================================================================

	$共通

============================================================================*/

.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
	
/*============================================================================

	$見出し

============================================================================*/

h1 {
    position: absolute;
    top: 62px;
    left: 0;
    font-size: 11px;
    width: 100%;
    min-height: 20px;
    padding: 1% 2%;
    text-align: left;
    line-height: 1.5;
    background: #f7f7f7;
}
.tit01 {
    margin-bottom: 30px;
    padding-top: 44px;
    font-size: 23px;
    line-height: 1;
}
.tit01::after {
    margin-top: 14px;
    font-size: 18px;
}
.tit02 {
    padding: 15px 10px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.tit03 {
    letter-spacing: 0.05em;
    font-size: 18px;
}
.nowrap {
    white-space: normal;
}

/* テーブル */
.tb01 {
    margin-bottom: 10px;
    white-space: inherit;
}
.tb01 th {
    width: auto;
	box-sizing: border-box;
	font-size: 14px;
    padding: 0 2%;
    letter-spacing: 0;
}
.tb01 td {
    width: auto;
	box-sizing: border-box;
    font-size: 14px;
    padding: 0 2%;
	text-align: center;
}
.tb01 tr:first-child th, .tb01 tr:first-child td {
    font-size: 14px;
}
.schedule_note {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.3;
}
.tb02 th {
    display: block;
    width: 100%;
    letter-spacing: 0;
    vertical-align: top;
    border-bottom: none;
    line-height: 1;
    padding: 14px 6px 6px;
}
.tb02 td {
    display: block;
    width: 100%;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 0 6px 10px;
}


.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%;
}


.list01 li {
    line-height: 1.4;
}



/* ボタン */
.btn01 a {
    display: block;
}
	
	
	
/* アンカーリンク */
.ank02 {
	width: 100%;
}
.ank02 li {
}
.ank03 {
	width: 100%;
}
.ank03 li {
    width: 48%;
}
.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;
}


/*============================================================================

	$doctor

============================================================================*/

/* ごあいさつ */
.doctor_greet {
}
.doctor_greet .text {
    float: none;
    width: auto;
}
/* 経歴、資格 */
.doctor_carr {
    display: block;
    padding: 40px 4% 20px;
}
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 7%;
}



/*============================================================================

	$clinic

============================================================================*/

/* 医院概要 */
.clinic_sec1 {
    width: 100%;
}
.clinic_sec1 dt,
.clinic_sec1 dd {
    display: block;
    width: 100%;
    padding: 0 3%;
}
.clinic_sec1 dt {
    margin-bottom: 5px;
}
.clinic_sec1 dd {
    line-height: 1.5;
    font-size: 15.5px;
}
.clinic_sec1 .schedule {
    margin-left: 0;
}
.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;
  width: 100%;
  flex-direction: unset;
  justify-content: unset;
  max-width: 400px;
  margin: 0 auto;
  height: auto;
}
.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;
    justify-content: flex-start;
}
.clinic_slide_wrap_flex .thumbnail-item {
    flex: 0 1 15%;
    margin-right: 1.5%;
}



.clinic_slide_wrap{
    max-width: 400px;
    margin: 0 auto;
	height: 440px;
}
/*============================================================================

	$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;
}




/*============================================================================

	$access

============================================================================*/

.access_guide {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
}
.access_map dd {
    height: 320px;
}
.access_info_wrap {
    display: block;
}
.access_info {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 7% 20px;
}
.access_train, .access_bus, .access_car, .access_bike {
    margin-bottom: 15px;
}
.access_list{
	padding: 30px 15px 0;
	box-sizing: border-box;
}
.access_list dl {
	width: 100%;
	margin-bottom: 30px;
}




/*============================================================================

	$first

============================================================================*/





/*==================================================================

	$下層CMS

==================================================================*/

.top_medical1.dermatology .top_medical1_list {
    display: block;
    width: 100%;
}
.dermatology .top_medical1_other {
    width: 100%;
}
.dermatology .top_medical1_list > li {
    width: 100%;
    margin-right: auto;
}
.dermatology .top_medical1_list > li h3 {
    width: 100%;
}
.medical_link_list {
    padding: 30px 6% 15px;
    border-radius: 15px;
}
.medical_link_list li a {
    margin-right: 20px;
    font-size: 15px;
}

.caution {
    padding: 25px 15px 15px;
    font-size: 15px;
}



/*==================================================================

	.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;
    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;
	}
/*============================================================================

	$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) {
h1 {
    font-size: 10px;
}
.footer_info_medi span {
    width: 64px;
    margin-right: 10px;
    border-radius: 6px;
}
.footer_access ul li:nth-of-type(1) {
    font-size: 14px;
}
#contents_right {
    padding: 0 2%;
}
.top_medical1_list > li h3 {
    padding-left: 90px;
}
.sp_inline_iP{
	display:inline!important
}
}
