@charset "utf-8";
/* CSS Document */

/*コンテンツタイトル*/
.contents_h2-ttl_bg{
	height: 110px;
	background-image: url("../image/contents_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.contents_h2-ttl{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

table.contents_h2-ttl-main{
	margin: 0 auto;
	position: relative;
	top: 35px;
}

table.contents_h2-ttl-main tr td{
	font-size: 34px;
	color: #001E62;
	font-weight: bold;
	/*background: #E2FBFF;*/
	border-left: 1px solid #B8D8DD;
	border-top: none !important;
    border-bottom: none !important;
	background-color:transparent;
	font-family: "M PLUS Rounded 1c";/*←Googleフォント*/
}
.last{border-right: 1px solid #B8D8D;}


/*コンテンツの大枠*/
.contents{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.contents_inner p{
	text-align: justify!important;
}

/*-----------------------------------------
コラム一覧ページ
-----------------------------------------*/
/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    /*margin: 2em auto;*/
    max-width: 1100px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
	/*background-color: #E3F9FC;*/
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

a.card-link:hover{
	background: #D2E9F1;
	border-radius: 15px;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    height: auto;
	max-width: 100%;
}

.card-figure {
	margin: 0 auto;
    padding: 0;
	text-align: center;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    font-size: 18px;
	color: #193F8B;
	text-align: center;
	background: #FFFEE5;
	padding: 5px 0 5px 0;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 15px;
    width: 96%;
    background: #FFF;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);*/
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #E6F8FF;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); /* 96%幅を3で割るという指定 */
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}


/*-----------------------------------------
コラムページのコンテンツレイアウト共通
-----------------------------------------*/
.contents_inner_column{
	display: flex;
	justify-content: space-between;
}
.left_contents-inner{
	max-width: 800px;
	width: 100%;
	text-align: justify;
}
.left_column_txt{
	text-align: justify;
}
.right_contents-inner{
	max-width: 220px;
	height: 650px;
	width: 100%;
	background-image: url("../particular/images/blue_ami_bk.png");
	border-radius: 5px;
	padding:25px 10px 10px 10px;
	margin-left: 20px;
}
.right_contents-txt{
	background-color: #FFFFFF;
	height: auto;
	margin: 0 auto;
}
.right_contents_list{
	font-size: 15px;
	letter-spacing: -1px;
	border-top: dotted 1px #CBD8E1;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	text-align: center;
}
.right_contents_list a{
	text-decoration: none;
	color: #4C6987;
}
.right_contents-ttl{
	position: relative;
	top: -15px;
	left: 25px;
	font-size: 18px;
	color: #2F73A4;
	border-left: #809EB9 double 4px;
	border-right: #809EB9 double 4px;
	max-width: 160px;
	text-align: center;
	font-family: "M PLUS Rounded 1c";/*←Googleフォント*/
	font-weight: bold;
	margin: 0;
}
.kids_contents_ph p img{
	border: solid 1px #ABABAB;
}

.kids_contents_ph{
	display: flex;
	justify-content: center;
}
.kids_contents_ph p{
	padding: 10px;
}

.gankaikai_contents{
	background: #FCC9CA;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	font-weight: bold;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 17px;
	border: dashed #DFA6A7 3px;
}

.gankaikai_contents a{
	display: block;
}



.contactlens_txt{
	font-size: 14px;
	line-height: 23px;
	color: #001E62;
	margin: 0 auto;
}

.contactlens_url-kochira_dec{
	text-align: center;
	z-index: 20px;
}


.contactlens_url{
	background: #ED9496;
	border-radius: 20px;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	font-size: 14px;
	margin-top: -30px;
}

.contactlens_url a{
	color: #FFFFFF;
	display: block;
}
.contactlens_url a:hover{
	opacity: 1;
}

@media screen and (max-width:1120px) {
	.contents_inner_column{
	display: block;
}
	.left_contents-inner{
	max-width: 1120px;
	width:100%;
}
.right_contents-inner{
	max-width: 400px;
	margin-top: 30px;
	margin: 0 auto;
}
.right_contents-ttl{
	left: 10px;
}
}


/*医師紹介
-------------------------------*/
.profile_box{
	max-width: 1000px;
	border: solid 1px #003873;
	padding: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.profile_box_k{
	max-width: 1000px;
	border: solid 1px #741C4F;
	padding: 30px;
	margin: 0 auto;
}

/*各医師へリンクするボタン*/
.profile_index ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.profile_index ul li{
    /* ボタンのCSS */
	color: #003873;
    /*display: block;*/
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
	/*left: -20px;*/
    text-align:left;
    text-decoration: none;
    max-width: 180px;
	width: 100%;
	margin: 20px 3px 20px 3px;
	padding: 8px 5px 8px 10px;
	font-size: 15px;
	border:solid 1px #003873;
}

.profile_index ul li::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #003873;
    border-right: solid 2px #003873;
    display: inline-block;
    width: 6px;
    height: 6px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 30%;
	right: 15px;
	transform: rotate(135deg);
}

.profile_index ul li a{
	color: #003873;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.profile_index ul li a:hover{
	text-decoration: underline;
}

/*ごあいさつの枠*/
.goaisatu_box{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-direction: row-reverse;
}
.goaisatu_txt_box{
	flex-grow: 1;
	margin-right: 30px;
}

.doctor_ph_box{
	flex-shrink: 0;
	height: 220px;
	/*border: solid 5px #C1E4F0;*/
	border-radius: 10px;	
}
.doctor_ph_box img{
	border-radius: 5px;
}

.doctor_ph_box_k{
	flex-shrink: 0;
	height: 220px;
	/*border: solid 5px #EBD0D0;*/
	border-radius: 10px;
}

.doctor_ph_box_k img{
	border-radius: 5px;
}

.profile_name{
	color: #003D76;
	font-weight: bold;
	font-size: 25px;
	border-bottom: solid 1px #C1E4F0;
	padding-bottom: 10px;
}

.profile_name_k{
	color: #741C4F;
	font-weight: bold;
	font-size: 25px;
	border-bottom: solid 1px #D9B0B1;
	padding-bottom: 10px;
}

/*眼科専門医の帯*/
.gankasenmoni{
	background: #003D76;
		position: relative;
	color: #FFFFFF;
	padding-left: 15px;
	}
.gankasenmoni:before,
.gankasenmoni:after{
		width: calc(100% - 8px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	
	}
.gankasenmoni:before{
		border-bottom: solid 8px #003D76;
		border-left: solid 8px transparent;
		bottom: 100%;
	}
.gankasenmoni:after{
		border-top: solid 8px #003D76;
		border-right: solid 8px transparent;
		top: 100%;
	}
/*形成外科専門医の帯*/
.gankasenmoni_k{
	background: #741C4F;
		position: relative;
	color: #FFFFFF;
	padding-left: 15px;
	}
.gankasenmoni_k:before,
.gankasenmoni_k:after{
		width: calc(100% - 8px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	
	}
.gankasenmoni_k:before{
		border-bottom: solid 8px #741C4F;
		border-left: solid 8px transparent;
		bottom: 100%;
	}
.gankasenmoni_k:after{
		border-top: solid 8px #741C4F;
		border-right: solid 8px transparent;
		top: 100%;
	}


/*経歴などの枠*/
.profile_block{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.profile_1,.profile_2{
	max-width: 450px;
	width: 100%;
}
.profile_2{
	padding-left: 50px;
}
.profile_tag{
	background: #D6F5FB;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	color: #003D76;
}
.profile_tag_k{
	background: #E9D0D0;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	color: #741C4F;
}

/*担当の曜日*/
.doctor_tantou{
	background: #FFF9DA;
	border: solid 1px #F3E3A0;
	padding: 5px 15px 5px 15px;
	max-width: 250px;
	margin-top: 20px;
	border-radius: 15px;
}
.doctor_tantou_txt{
	font-size: 18px;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c";/*←Googleフォント*/
	color: #353535;
	letter-spacing: 1px;
}

/*耕一医師の主な著作の枠*/
div.profile_scroll{
	width: auto;
  height: 300px;
  overflow: scroll;
	border: solid 1px #D3D3D3;
	padding: 10px;
}
div.profile_scroll dl dt{
	border-top: solid 1px #B9B9B9;
	margin:10px 0 10px 0px;
	padding-top: 10px;
}
div.profile_scroll dl dt.sc-top{
	border-top:none;
	padding-top: 0;
}


.keisei_linkbtn_pro a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	/*transition: 0.3s;*/
	background: #741C4F;
	color: #FFFFFF !important;
}


.btn_sei a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #FFFFFF;
	color: #741C4F;
}

.keisei_linkph{
  position: relative;
	border: solid 5px #E9D0D0;
}
.keisei_linktxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background: #FFFFFF;
	opacity: 0.8;
	padding: 20px;
	color: #741C4F;
	font-weight: bold;
	font-size: 18px;
}

.keisei_linkph:hover{
opacity: 0.5;
}



/*.btn_sei a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}*/
/*---------------------------
クリニック案内
---------------------------*/
.contents_nakattl{
	font-weight: bold;
	color: #001E62;
	text-align: center;
	font-size: 20px;
	border-bottom: solid 3px #B8E6F4;
	margin: 30px 0 20px 0;
	padding-bottom: 10px;
	font-family: "M PLUS Rounded 1c";/*←Googleフォント*/
}

.clinic_contents{
	display: flex;
	justify-content: space-between;
}
.clinic_contents_ph{
	flex-shrink: 0;
}

.clinic_contents_ph img{
	border-radius: 15px;
}
.clinic_contents_txt{
	margin-left: 40px;
}
.clinic_concept_catch{
		/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	color: #23B9DF;
	font-size: 23px;
	font-family: "M PLUS Rounded 1c";/*←Googleフォント*/
	line-height: 28px;

}
.contents_clinic-setubi{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contents_clinic-setubi div{
	padding: 10px;
}

.contents_clinic-setubi div img{
	border: 5px solid #FFF;
    box-shadow: 0 0 5px #999;
}

.clinic_table{
	font-size: 16px;
	width:70%;
	margin: 0 auto;
}
.clinic_table tr td{
	padding: 5px 10px 5px 10px;
	text-align: left;
}
.clinic_table_td{
	background: #E9F8FB;
}
@media screen and (max-width:800px) {
	/*コンテンツタイトル*/
.contents_h2-ttl_bg{
	padding-top: 50px;
}
table.contents_h2-ttl-main tr td{
	font-size: 33px;
}
}
/*ハンバーガーになるタイミング*/
@media screen and (max-width:680px) {
.clinic_contents{
	display: block;
}
.clinic_contents_ph{
	text-align: center;
}
.clinic_contents_txt{
	margin-left: 0px;
}
	



	/*各医師へリンクするボタン*/
.profile_index ul{
		flex-wrap:wrap;
	justify-content: flex-start;
}
.profile_index ul li{
	margin: 5px 3px 5px 3px;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	width:84px;
}

}
@media screen and (max-width:580px) {
.profile_block{
	display: block;
}

/*ごあいさつの枠*/
.goaisatu_box{
	display: block;
}
.goaisatu_txt_box{
	margin-right:0px;
}
.doctor_ph_box{
	max-width: 200px;
	margin: 0 auto;
}
.doctor_ph_box_k{
	max-width: 200px;
	margin: 0 auto;
}
.profile_box{
	margin-bottom: 20px;
	padding: 10px;
	border: 0;
}
	
.profile_box_k{
	margin-bottom: 20px;
	padding: 10px;
	border: 0;
}
.profile_name,.profile_name_k{
	font-size: 20px;
}
.profile_1,.profile_2{
	width: 100%;
}
.profile_2{
	padding-left: 0;
}
	
.right_contents-inner{
	max-width: 300px;
}
	
.kids_contents_ph{
	display: block;
	text-align: center;
}

/*担当の曜日*/
.doctor_tantou{
	margin: 0 auto;
	text-align: center;
}
	
	
}

@media screen and (max-width:390px) {
.profile_block{
		font-size: 14px;
		line-height: 18px;
}
.clinic_concept_catch{
	text-align: center;
}
.contents_clinic-setubi{
	flex-wrap: wrap;
	justify-content: center;
}
.contents_clinic-setubi div img{
	border: 3px solid #FFF;
    box-shadow: 0 0 3px #999;
		max-width: 120px;
	width: 100%;
}

	
}

@media screen and (max-width:1124px) { 
.contents{
	width:90%;
}
.clinic_table{
	font-size: 13px;
	width: 100%;
}
}
/*---------------------------
サイトマップ
---------------------------*/
.site_flex_all{
	display: flex;
	justify-content:center;
}

.site_flex_list{
	max-width: 350px;
	width: 100%;
	margin-right: 10px;
	color: #004690;
}
.site_flex_list ul li{
	margin-bottom: 10px;
}

.site_flex_list ul li a{
		color: #004690;
}

.site_flex_list a:hover{
	text-decoration: underline;
	background: #EDFAFF;
}


.site_gaiyou{
	background: #E6FBFF;
	border-top: solid 1px #8DCBE1;
	border-bottom: solid 1px #8DCBE1;
	font-weight: bold;
	color: #013172;
	padding: 5px 8px 5px 8px;
	font-size: 14px;
}

.site_gaiyou_list{
	padding: 0;
}

.site_gaiyou_list ul li{
	padding: 0;
}

@media screen and (max-width:580px) {
	.site_flex_all{
	display: block;
}
	.site_flex_list ul li{
		font-size: 14px;
}
	.site_ptxt{
		font-size: 14px;
	}
}

