@charset "utf-8";
body#thyroid main section{
	width:min(95%,1200px);
	margin:0 auto 0 auto;
}

body#kobu #title h1 .rubi{
	font-size:1.5rem;
}

/*-------------------------------


	甲状腺の病気について


-------------------------------*/

body#thyroid main .content_inner{
	padding:0;
	display: flex;
	align-items: center;
}

#thyroid_photo{
	width:min(100%,400px);
	line-height: 0;
}

#thyroid_photo img{
	width:100%;
	height: auto;
	border-radius: 10px;
}
#thyroid_text{
	flex: 1;
	margin-left:40px;
}

#bana{
	width:100%;
	display: flex;
	justify-content: center;
	gap:20px;
	margin-top:50px;
}

#bana a{
	flex:1;
	max-width:340px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:5px 15px;
	color:#fff;
	font-weight: 700;
	text-decoration: none;
	line-height: normal;
	border-radius: 5px;
}

#bana a p{
	width:100%;
	display: block;
	border-bottom:1px solid #fff;
	position: relative;
	padding-bottom:2px;
}

#bana a p::after{
	content: '';
	width:10%;
	height: 10%;
	display: block;
	/*background-color: #fff;*/
	border-bottom:2px solid #fff;
	 transform: rotate(45deg);
	position: absolute;
	bottom:calc( 25% - 5px);
	right:calc( (5% - 10px) * -1);
}

#bana p strong{
	font-size:1.3rem;
}

#bana p strong span{
	font-size:1rem;
}

/*#bana a::after{
	font:var(--fa-font-solid);
	content:"\f0da\f0da\f0da";
}*/

#bana_basedow{
	background: #EE4F72;
  background-image: -webkit-linear-gradient(bottom, #DC0C3A, #EE4F72);
  background-image: -o-linear-gradient(bottom, #DC0C3A, #EE4F72);
  background-image: linear-gradient(to top, #DC0C3A, #EE4F72);
}

#bana_kobu{
	background: #81B125;
  background-image: -webkit-linear-gradient(bottom, #73A01F, #81B125);
  background-image: -o-linear-gradient(bottom, #73A01F, #81B125);
  background-image: linear-gradient(to top, #73A01F, #81B125);
}

#bana_hashimoto{
	background: #1A81C7;
  background-image: -webkit-linear-gradient(bottom, #14669C, #1A81C7);
  background-image: -o-linear-gradient(bottom, #14669C, #1A81C7);
  background-image: linear-gradient(to top, #14669C, #1A81C7);
}


/*--------------------------------------

	レスポンシブ

--------------------------------------*/
@media screen and (min-width: 431px){
	#bana a{
		 -webkit-transition: all .3s;
	  transition: all .3s;
	}

	#bana a:hover{
			opacity: 0.8;
	}
}
@media screen and (min-width: 431px) and (max-width: 980px){
	#bana{
		gap:5px;
	}
	
	#bana a{
		padding: 5px;
	}
	#bana p strong{
		font-size:1.15rem;
	}
}
@media screen and (min-width: 0) and (max-width: 980px){
	body#thyroid main .content_inner{
		display: block;
	}
	
	#thyroid_photo{
		margin:0 auto 20px;
	}
	
	#thyroid_text{
		margin-left:0;
	}
}
@media screen and (min-width: 0) and (max-width: 430px){
	body#thyroid #title h1{
		font-size:1.95rem;
	}
	
	#bana{
		display: block;
	}
	
	#bana a{
		margin:0 auto 15px auto;
	}
	
	#hyou h2{
		font-size:1.2rem!important;
	}
}

/*--------------------------------------


	表


--------------------------------------*/

#hyou{
	width:100%;
	padding:30px 10px 20px 10px;
	border:1px solid #ddd;
	text-align: center;
	border-radius: 5px;
	margin-top:50px;
}

#hyou h2{
	height: auto!important;
	color:#272727!important;
	font-weight: 700;
	font-size:1.8rem!important;
	display: block;
	text-align: center!important;
	margin-bottom:30px;
}

#hyou p.chu{
	line-height: normal;
	margin-top:10px;
	font-size:0.95rem
}

#hyou table{
	width:min(100%,700px);
	border-collapse:separate;
	border-spacing:5px;
	table-layout: fixed; 
	margin:0 auto;
}

#thyroid #hyou table{
	width:min(100%,1050px);
	border-collapse:separate;
	border-spacing:5px;
	table-layout: fixed; 
	margin:0 auto;
}

#hyou th,
#hyou td{
	line-height: normal;
}

#hyou thead th{
	padding:5px 3px;	
	font-size:1.5rem;
	color:#fff;
	line-height: normal;
	font-weight: 700;
	border-radius: 5px 5px 0 0;
	text-align: center;
}

#hyou thead th .small{
	font-size:1.2rem;
}

#hyou thead th .name{
	width:100%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	padding:5px 3px;
	font-size: 1.6rem;
	 text-shadow:1px 1px 0 rgba(255,255,255,0.5), -1px -1px 0  rgba(255,255,255,0.5),
              -1px 1px 0  rgba(255,255,255,0.5), 1px -1px 0  rgba(255,255,255,0.5),
              0px 1px 0  rgba(255,255,255,0.5),  0 -1px 0 rgba(255,255,255,0.5),
              -1px 0 0  rgba(255,255,255,0.5), 1px 0 0  rgba(255,255,255,0.5);
}

#hyou tbody td{
	font-size:1.2rem;
	font-weight: 800;
	 text-shadow:1px 1px 0 rgba(255,255,255,0.3), -1px -1px 0  rgba(255,255,255,0.3),
              -1px 1px 0  rgba(255,255,255,0.3), 1px -1px 0  rgba(255,255,255,0.3),
              0px 1px 0  rgba(255,255,255,0.3),  0 -1px 0 rgba(255,255,255,0.3),
              -1px 0 0  rgba(255,255,255,0.3), 1px 0 0  rgba(255,255,255,0.3);
}

/*--------------------------------------

	レスポンシブ

--------------------------------------*/
@media screen and (min-width: 0) and (max-width: 980px){
	#hyou p.chu{
		text-align: left;
		padding-left:1em;
		text-indent: -1em;
	}
}

@media screen and (min-width: 0) and (max-width: 430px){
	#hyou{
		padding:30px 3px 20px 3px;
	}
	
	#hyou table{
		border-spacing:3px;
	}
	
	#hyou thead th{
		font-size:1rem;
	}
	
	#hyou thead th .small{
		font-size:0.9rem;
		position: relative;
		display: inline-block;
	}
	
	#hyou thead th .small::before{
		content:'';
		width:10px;
		height: 100%;
		display: block;
		border-left:2px solid #fff;
		border-radius: 50%;
		position: absolute;
		left:-8px;
		top:0;
	}
	
	
	#hyou thead th .small::after{
		content:'';
		width:10px;
		height: 100%;
		display: block;
		border-right:2px solid #fff;
		border-radius: 50%;
		position: absolute;
		right:-8px;
		top:0;
	}
	
	#hyou thead th .name{
		font-size:1.2rem;
	}
}

/*--------------------------------

	項目

--------------------------------*/

#hyou thead .koumoku{
	width:200px;
}

#thyroid #hyou thead .koumoku{
	width:150px;
}

#hyou tbody td.koumoku{
	background-color: #d2eda4;
	position: relative;
}

body:not(#thyroid) #hyou tbody td.koumoku{
	border-radius: 5px 0 0 5px;
}

#thyroid #hyou tbody td.koumoku::before,
#thyroid #hyou tbody td.koumoku::after{
	content: '';
	width:15px;
	height: 40px;
	display: block;
	clip-path: polygon(60% 0, 61% 30%, 100% 30%, 100% 70%, 61% 70%, 60% 100%, 0% 50%);
	background-color: #999999;
}

#thyroid #hyou tbody td.koumoku::before{
	position: absolute;
	left:-15px;
	top:calc(50% - 20px);
}

#thyroid #hyou tbody td.koumoku::after{
	transform: scale(-1, 1);
	position: absolute;
	right:-15px;
	top:calc(50% - 20px);
}

/*--------------------------------

	バセドウ病

--------------------------------*/

#hyou thead th.basedow{
	background-color: #df487a;
}

#hyou thead th.basedow .name{
	color :#780833;
}

#hyou tbody td.basedow{
	padding:10px 10px 10px 20px;
	background-color: #f7d3dc;
	text-align: left;
}

#thyroid #hyou tbody td.basedow{
	padding:10px 30px 10px 10px;
	text-align: right;
}


/*--------------------------------

	橋本病

--------------------------------*/

#hyou thead th.hashimoto{
	background-color: #1a81c7;
}

#hyou thead th.hashimoto .name{
	color :#024062;
}
#hyou tbody td.hashimoto{
	padding: 10px 10px 10px 30px;
	background-color: #c6d9f0;
	text-align: left;
}


/*--------------------------------------

	レスポンシブ

--------------------------------------*/
@media screen and (min-width: 0) and (max-width: 430px){
	#hyou tbody td{
		font-size:1rem;
		letter-spacing:0.05;
		line-height: normal;
	}
	#thyroid #hyou tbody td{
		font-size:0.9rem;
		letter-spacing:0.05;
		line-height: normal;
	}
	#hyou thead .koumoku{
		width:80px;
	}
	
	#thyroid #hyou thead .koumoku{
		width:50px;
	}
	
	#thyroid #hyou tbody td.koumoku::before,
	#thyroid #hyou tbody td.koumoku::after{
		width:10px;
		height: 20px;
	}
	
	#hyou tbody td.koumoku::before{
		top:calc(50% - 10px);
		left:-10px;
	}

	#hyou tbody td.koumoku::after{
		top:calc(50% - 10px);
		right:-10px;
	}
	
	#hyou tbody td.basedow{
		padding:3px 5px 3px 10px;
	}
	
	#thyroid #hyou tbody td.basedow{
		padding:3px 8px 3px 0;
	}
	
	#hyou tbody td.hashimoto{
		padding: 3px 0 3px 8px;
	}
}

/*--------------------------------------



	疾患



--------------------------------------*/
/*------------------------------------


	病気について	

------------------------------------*/

section#about .content_inner{
	padding:80px 10px 60px 10px;
	display: flex;
	align-items: center;
}

section#about .photo{
	width:min(100%,300px);
	line-height: 0;
}

section#about .photo img{
	width:100%;
	height: auto;
	border-radius: 10px;
}

section#about .text{
	flex:1;
	margin-left:50px;
}

/*--------------------------------------

	レスポンシブ

--------------------------------------*/

@media screen and (min-width: 0) and (max-width: 430px){
	section#about .content_inner{
		display: block;
	}
	
	section#about .photo{
		margin:0 auto 20px auto;
	}
	
	section#about .text{
		flex:none;
		margin-left:0;
	}

}

/*------------------------------------


	症状	


------------------------------------*/

#basedow #symptoms .symptoms_about{
	display: flex;
	align-items: center;
}

#basedow #symptoms .symptoms_about .photo{
	width:200px;
	line-height: 0;
	img{
		width:100%;
		height: auto;	
	}
}

#basedow #symptoms .symptoms_about .text{
	flex:1;
	margin-left:50px;
}

#different{
	border:1px solid #ddd;
	padding:20px 25px;
	margin-top:50px;
	border-radius: 5px;
	text-align: center;
}

#different h3{
	font-size:1.3rem;
	margin-bottom:20px;
	line-height: normal;
}

#basedow #different ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px 10px;
}

#hashimoto #different ul{
	display: inline-block;
	text-align: left;
}

#basedow #different li{
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	line-height: normal;
}

#hashimoto #different li{
	display: flex;
	/*align-items: center;*/
	line-height: normal;
	margin-bottom:10px;
}

#different li::before{
	content:"●";
	color:#D2EB9C;
	margin-right: 3px;
}

/*--------------------------------------

	レスポンシブ

--------------------------------------*/

@media screen and (min-width: 0) and (max-width: 980px){
	#basedow #symptoms .symptoms_about{
		display: block;
	}
	
	#basedow #symptoms .symptoms_about .photo{
		margin:0 auto 20px auto;
	}
	
	#basedow #symptoms .symptoms_about .text{
		margin-left:0;
	}
}

@media screen and (min-width: 0) and (max-width: 430px){
	#different h3{
		font-size:1.2rem;
	}
	
	#different ul{
		display: inline-block;
		text-align: left;
	}
	#different li{
		display: flex;
	}
}
/*------------------------------------


	検査


------------------------------------*/

#inspection dl{
	margin-bottom:30px;
}

#inspection dt{
	background-color: #F4F2EB;
	padding:5px 10px;
	border-radius: 5px;
	margin-bottom:30px;
}

#inspection h3{
	font-size:1.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
}

#inspection h3::before{
	content:'';
	width:20px;
	height: 20px;
	display: block;
	background-image: url("../com/img/sub_title_ico.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right:10px;
}

#inspection dd{
	margin-bottom:30px;
	padding:0 5px;
}

#inspection table{
	width:100%;
	border-collapse:separate;
	border-spacing:0 8px;
	margin-bottom:10px;
}

#inspection th,
#inspection td{
	padding:10px 15px;
	line-height: normal;
}

#inspection th{
	width:300px;
	background-color: rgba(233,245,206,0.94);
	border-radius: 5px 0 0 5px;
	font-weight: 700;
	 text-shadow:1px 1px 0 rgba(243,251,225,0.6), -1px -1px 0 rgba(243,251,225,0.6),
              -1px 1px 0 rgba(243,251,225,0.6), 1px -1px 0 rgba(243,251,225,0.6),
              0px 1px 0 rgba(243,251,225,0.6),  0 -1px 0 rgba(243,251,225,0.6),
              -1px 0 0  rgba(243,251,225,0.6), 1px 0 0 rgba(243,251,225,0.6);
}

#inspection td{
	background-color: rgba(244,242,235,0.69);
	border-radius: 0 5px 5px 0;
}


/*--------------------------------------

	レスポンシブ

--------------------------------------*/

@media screen and (min-width: 0) and (max-width: 430px){
	#inspection th,
	#inspection td{
		display: block;
		width:100%;
	}
	
	#inspection th{
		border-radius: 5px;
		text-align: center;
	}
	#inspection td{
		padding:20px 5px 15px 5px;
		background-color: rgba(244,242,235,0);
		line-height: 2;
	}
}

/*------------------------------------


	治療


------------------------------------*/

body#hashimoto main #treatment .content_inner{
	display: flex;
	align-items: center;
}

body#hashimoto main #treatment .ico{
	width:250px;
	line-height: 0;
	text-align: center;
}

body#hashimoto main #treatment .ico img{
	height: 200px;
	width: auto;
}

body#hashimoto main #treatment .text{
	flex:1;
}

body#hashimoto main #treatment .text p{
	font-size:1.2rem;
	font-weight: 700;
}

body:not(#hashimoto) #treatment ul{
	width:100%;
	display: flex;
	justify-content: center;
	gap:20px;
	margin-bottom:20px;
}

body:not(#hashimoto) #treatment li{
	width:min(100%,240px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border:1px solid #ddd;
	border-radius: 5px;
	padding:0 5px 10px 5px;
}

body:not(#hashimoto) #treatment li .ico{
	line-height: 0;
	padding:20px 0;
}

body:not(#hashimoto) #treatment li .ico img{
	width:auto;
	height: 90px;
}

body:not(#hashimoto) #treatment li .text{
	/*flex:1;*/
	line-height: normal;
	text-align: center;
	font-weight: 700;
	font-size:1.2rem;
}

/*--------------------------------------

	レスポンシブ

--------------------------------------*/

@media screen and (min-width: 431px) and (max-width: 980px){
	body:not(#hashimoto) #treatment ul{
		gap:1vw;
	}
}

@media screen and (min-width:0) and (max-width: 430px){
	body#hashimoto main #treatment .content_inner{
		display: block;
	}
	
	body#hashimoto main #treatment .ico{
		width:80px;
		margin:0 auto 20px auto;
	}
	
	body#hashimoto main #treatment .ico img{
		width:100%;
		height: auto;
	}
	body:not(#hashimoto) #treatment ul{
		display: block;
	}
	
	body:not(#hashimoto) #treatment li{
		width:100%;
		margin-bottom:20px;
	}
	
	body:not(#hashimoto) #treatment li .ico{
		padding:10px 0;
	}
}

/*-------------------------------


	甲状腺の腫瘤に関係した疾患


-------------------------------*/

#relationship .content_inner{
	padding:30px 10px;
}

#relationship .content_inner table{
	width:100%;
	border-collapse:separate;
	border-spacing: 0 20px;
}

#relationship .content_inner th{
	width:150px;
	font-weight:700;
	padding-right:10px;
	vertical-align: top;
	line-height: normal;
}

#relationship .content_inner th p::before{
	content:"●";
	color:#D2EB9C;
	margin-right: 3px;
	margin-lert:10px;
}

#relationship .content_inner td{
	padding-left:calc(1em + 10px);
	text-indent:-1em;
	line-height: normal;
	vertical-align: top;
	
}

#relationship .content_inner td::before{
	content:"：";
	margin-right:10px;
}

#relationship .content_inner ul{
	display: inline-flex;
	gap:15px;
	flex-wrap: wrap;
}

#relationship .content_inner li{
	padding-left:1em;
	text-indent: -1em;
}

#relationship .content_inner td p{
	margin-left: 30px;
	display: inline-block;
}

/*--------------------------------------

	レスポンシブ

--------------------------------------*/

@media screen and (min-width: 0) and (max-width: 430px){
	#relationship .content_inner th,
	#relationship .content_inner td{	
		display: block;
		width:100%;
	}
	
	#relationship .content_inner td{
		padding-left:1em;
		text-indent: 0;
	}
	
	#relationship .content_inner td::before{
		content: none;
	}
	
	#relationship .content_inner ul{
		display: block;
	}
	
	#relationship .content_inner td p{
		display: block;
		margin-left:0;
		margin-right:30px;
		text-align: right;
	}
}
