@charset "shift_jis";
/*=============================================================
 Layout
=============================================================*/
/* TTL
-------------------------------------------------------------*/
#tskDisease .boxPage h2{
	margin: 30px 0 0;
	padding: 10px 10px 10px 18px;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	position: relative;
}
#tskDisease .boxPage h2:after{
	content: "";
	width: 6px;
	height: calc(100% - 20px);
	background: #fff;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
#tskDisease .boxPage h2 strong{
	font-size: 19px;
	font-weight: 400;
}
#tskDisease.kasai .boxPage h2{
	background-color: #eb4053; 
}
#tskDisease.yosai .boxPage h2{
	background-color: #23b574; 
}
#tskDisease.konsai .boxPage h2{
	background-color: #0071bd; 
}
#tskDisease.bugs .boxPage h2{
	background-color: #00532e; 
}
#tskDisease .boxPage h3{
	margin: 30px 0 0;
	padding: 0px 0px 5px 0px;
	font-size: 20px;
}
#tskDisease.kasai .boxPage h3{
	color: #eb4053; 
	border-bottom:5px solid #eb4053;
}
#tskDisease.yosai .boxPage h3{
	color: #23b574;
	border-bottom:5px solid #23b574;
}
#tskDisease.konsai .boxPage h3{
	color: #0071bd;
	border-bottom:5px solid #0071bd;
}
#tskDisease.bugs .boxPage h3{
	color: #00532e;
	border-bottom:5px solid #00532e;
}
#tskDisease .boxPage h3.calender{
	padding: 0px;
	color: #fff;
	border-bottom-width:1px;
}
#tskDisease .boxPage h3.calender span{
	display: inline-block;
	padding: 5px 10px;
}
#tskDisease.kasai .boxPage h3.calender span{
	background-color: #eb4053; 
}
#tskDisease.yosai .boxPage h3.calender span{
	background-color: #23b574; 
}
#tskDisease.konsai .boxPage h3.calender span{
	background-color: #0071bd; 
}
#tskDisease.bugs .boxPage h3.calender span{
	background-color: #00532e; 
}
#tskDisease .boxPage h3.other{
	border: none !important;
	border-radius: 10px;
	padding: 10px;
}
#tskDisease.kasai .boxPage h3.other{
	background-color: #fbdde0; 
}
#tskDisease.yosai .boxPage h3.other{
	background-color: #d7f2e6;
}
#tskDisease.konsai .boxPage h3.other{
	background-color: #d1e5f3;
}
#tskDisease.bugs .boxPage h3.other{
	background-color: #b2cbc0;
}
#tskDisease .boxPage p a,
#tskDisease .boxPage li a{
	color: #ff6600;
	font-weight: 600;
	text-decoration: underline;
}



/* 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;
}
#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.kasai .anc ul li a{
	color: #eb4053; 
	border: 1px solid #eb4053; 
}
#tskDisease.yosai .anc ul li a{
	color: #23b574;
	border: 1px solid #23b574; 
}
#tskDisease.konsai .anc ul li a{
	color: #0071bd;
	border: 1px solid #0071bd;
}
#tskDisease.bugs .anc ul li a{
	color: #00532e;
	border: 1px solid #00532e;
}
#tskDisease.kasai .anc ul li a:after{
	background-color: #eb4053;
}
#tskDisease.yosai .anc ul li a:after{
	background-color: #23b574;
}
#tskDisease.konsai .anc ul li a:after{
	background-color: #0071bd;
}
#tskDisease.bugs .anc ul li a:after{
	background-color: #00532e;
}
/* .boxPage
-------------------------------------------------------------*/
#tskDisease .boxPage p{
	margin: 1em 0 0;
}

/* 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{
	border: 1px solid #ccc;
}
#tskDisease .boxList>div a{
 display: block;
	color: #333;
}
#tskDisease .boxList>div a p{
	margin: 0;
}
#tskDisease .boxList>div a p+p{
	margin: 5px 0 0;
}
#tskDisease .boxList>div a p:nth-child(2){
	display: block;
	position: relative;
	padding: 5px 0px 5px 25px;
}
#tskDisease .boxList>div a p:nth-child(2):after{
	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: 10px;
	left: 0px;
	border-radius: 9999px;
}
#tskDisease.kasai .boxList>div a p:nth-child(2):after{
	background-color: #eb4053;
}
#tskDisease.yosai .boxList>div a p:nth-child(2):after{
	background-color: #23b574;
}
#tskDisease.konsai .boxList>div a p:nth-child(2):after{
	background-color: #0071bd;
}
#tskDisease.bugs .boxList>div a p:nth-child(2):after{
	background-color: #00532e;
}


/* .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){
#tskDisease .boxPage h2{
	font-size: 17px;
}
#tskDisease .boxPage h2:after{
	width: 4px;
}
#tskDisease .boxPage h2 strong{
	font-size: 15px;
	font-weight: 400;
}
#tskDisease .boxPage h3{
	font-size: 16px;
}
/* anc
-------------------------------------------------------------*/
#tskDisease .anc ul li{
	width: calc((100% - 10px) / 3);
}
#tskDisease .anc ul li a{
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 13px;
}
#tskDisease .anc ul li a:after{
	width: 14px;
	height: 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;
}
}
