@charset "shift_jis";
/*=============================================================
 Layout
=============================================================*/
/* intro
-------------------------------------------------------------*/
#tskDisease .intro{
	padding: 15px 0;
	font-size: 20px;
	text-align: center;
}
#tskDisease .kansyu{
	padding: 0 0 15px;
	font-size: 17px;
	text-align: center;
}
#tskDisease .kansyu span{
	display:inline-block;
}
#tskDisease .kansyu span+span{
	margin-left: 1em;
}
#tskDisease .topAtn{
	padding: 0 0 15px 1em;
	text-indent: -1em;
	font-size: 16px;
	text-align: center;
}
#tskDisease .sectionBox{
	margin: 60px 0 0;
}
/* anc
-------------------------------------------------------------*/
#tskDisease .anc ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#tskDisease .anc ul:after{
	content: "";
	width: calc((100% - 20px) / 3);
	height: 0;
	overflow: hidden;
}
#tskDisease .anc ul li{
	width: calc((100% - 20px) / 3);
	margin: 10px 0 0;
}
#tskDisease .anc ul li a{
	display: block;
	padding: 5px 5px 5px 30px;
	position: relative;
	font-size: 16px;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
#tskDisease .anc ul li a:after{
	content: "";
	width: 20px;
	height: 20px;
	background: url("/tsk/byogai/shared/img/arw_anc.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	border-radius: 9999px;
}
#tskDisease .anc ul li.kasai a{
	background-color: #eb4053; 
}
#tskDisease .anc ul li.yosai a{
	background-color: #23b574; 
}
#tskDisease .anc ul li.konsai a{
	background-color: #0071bd;
}
/* TTL
-------------------------------------------------------------*/
#tskDisease .boxPage .ttlArea{
	margin: 0;
	display: flex;
	justify-content: space-between;
}
#tskDisease .boxPage .ttlArea h2{
	width: 6em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 10px;
	border-radius: 10px 0 0 10px;
	color: #fff;
	font-size: 22px;
	position: relative;
}
#tskDisease .boxPage #clm01 .ttlArea h2{
	background-color: #eb4053; 
}
#tskDisease .boxPage #clm02 .ttlArea h2{
	background-color: #23b574; 
}
#tskDisease .boxPage #clm03 .ttlArea h2{
	background-color: #0071bd;
}
#tskDisease .boxPage .ttlArea p{
	flex: 1;
	margin: 0;
	padding: 10px;
	border-radius: 0 10px 10px 0;
	font-size: 18px;
}
#tskDisease .boxPage #clm01 .ttlArea p{
	background-color: #fbd9dd; 
}
#tskDisease .boxPage #clm02 .ttlArea p{
	background-color: #d3f0e3; 
}
#tskDisease .boxPage #clm03 .ttlArea p{
	background-color: #cce3f2;
}

/* List
-------------------------------------------------------------*/
#tskDisease .boxList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#tskDisease .boxList:before,
#tskDisease .boxList:after{
	content: "";
	width: calc((100% - 60px) / 4);
	height: 0px;
	overflow: hidden;
}
#tskDisease .boxList:before{
	order: 1;
}
#tskDisease .boxList>div{
	margin: 20px 0 0;
	width: calc((100% - 60px) / 4);
}
#tskDisease .boxList>div img{
}
#tskDisease .boxList>div a{
 display: block;
	color: #333;
}
#tskDisease .boxList>div a p{
	margin: 0;
}
#tskDisease .boxList>div a p+p{
	margin: 0;
	text-align: center;
}
#tskDisease .boxList>div a p:nth-child(2){
	display: block;
	position: relative;
	padding: 15px 0 0;
}
#tskDisease .boxList>div a p:nth-child(2):after{
	content: "";
	width: 24px;
	height: 24px;
	background: url("/tsk/byogai/shared/img/arw_white.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	border-radius: 9999px;
	transform: translate(-50%,-50%);
	border: 2px solid #fff;
}
#tskDisease #clm01 .boxList>div a p:nth-child(2):after{
	background-color: #eb4053;
}
#tskDisease #clm02 .boxList>div a p:nth-child(2):after{
	background-color: #23b574;
}
#tskDisease #clm03 .boxList>div a p:nth-child(2):after{
	background-color: #0071bd;
}


/* .boxBtn
-------------------------------------------------------------*/
#tskDisease .boxBtn{
	max-width: 360px;
	margin: 50px auto 0;
}
#tskDisease div .boxBtn a{
	display: block;
	padding: 10px 10px 10px 35px;
	position: relative;
	border-radius: 10px;
	border: 2px solid #00532e;
	color: #00532e !important;
	font-size: 20px;
	text-decoration: none;
}
#tskDisease .boxBtn a:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url("/tsk/byogai/shared/img/arw_white.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	border-radius: 9999px;
	background-color: #00532e;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px){
/* intro
-------------------------------------------------------------*/
#tskDisease .intro{
	padding: 15px 0;
	font-size: 17px;
	text-align: center;
}
#tskDisease .kansyu{
	padding: 0 0 15px;
	font-size: 15px;
	text-align: center;
}
#tskDisease .kansyu span+span{
	margin-left:0;
	display: block;
}
#tskDisease .topAtn{
	padding: 0 0 15px 1em;
	text-indent: -1em;
	font-size: 14px;
	text-align: center;
}
/* anc
-------------------------------------------------------------*/
#tskDisease .anc ul li{
	width: calc((100% - 5px) / 3);
}
#tskDisease .anc ul li a{
	font-size: 13px;
}
/* TTL
-------------------------------------------------------------*/
#tskDisease .boxPage .ttlArea h2{
	width: 4.5em;
	padding: 5px;
	font-size: 17px;
}
#tskDisease .boxPage .ttlArea p{
	flex: 1;
	margin: 0;
	padding: 5px 10px;
	border-radius: 0 10px 10px 0;
	font-size: 14px;
}
/* other
-------------------------------------------------------------*/
#tskDisease .boxList:before,
#tskDisease .boxList:after{
	width: calc((100% - 10px) / 2);
}
#tskDisease .boxList>div{
	margin: 10px 0 0;
	width: calc((100% - 10px) / 2);
}
/* .boxBtn
-------------------------------------------------------------*/
#tskDisease div .boxBtn a{
	font-size: 17px;
}
}
