@charset "utf-8";


/**************************************************50
 * cast
 **************************************************/
#cast{
}
#cast .cast_sort{
}
#cast .cast_sort a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #F48FB1;
	border-style: solid;
	border-width: 1px;
	color: #F48FB1;
	border-radius: 100px;
	line-height: 1;
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.25em 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
	width: 5em;
}
#cast .cast_sort a[href$="date"]{
	border-color: #81C784;
	color: #81C784;
}
#cast .cast_sort a[href$="name"]{
	border-color: #FFD600;
	color: #FFD600;
}
#cast .cast_sort a:hover,
#cast .cast_sort a.active{
	background-color: #F48FB1;
	color: #FFFFFF;
}
#cast .cast_sort a[href$="date"]:hover,
#cast .cast_sort a[href$="date"].active{
	background-color: #81C784;
}
#cast .cast_sort a[href$="name"]:hover,
#cast .cast_sort a[href$="name"].active{
	background-color: #FFD600;
}
#cast h2{
	background-color: #F48FB1;
	color: #FFFFFF;
	padding: 0 1em;
}
#cast ul{
	text-align: center;
}
#cast ul > li{
	box-shadow: 0px 2px 6px 2px rgba(244, 143, 177, 0.3);
	color: #4D4D4D;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
#cast ul > li h3{
	color: #F48FB1;
	line-height: 1.4;
}
#cast ul > li h4{
}
#cast ul > li h4 span{
	display: inline-block;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	padding: 0 1em 0 2em;
}
#cast ul > li h4 span .mdi{
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#cast ul > li h4 span .mdi:before{
	font-size: 150%;
}
#cast ul > li p{
	line-height: 1.5;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#cast ul > li p span{
	display: inline-block;
}
#cast ul > li p .check{
	margin-right: 0.25em;
	position: relative;
	padding-left: 1.75em;
}
#cast ul > li p .check .mdi{
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#cast ul > li p .check .mdi:before{
	font-size: 125%;
}
#cast ul > li .last_date{
	text-align: center;
	width: 7em;
}
#cast ul > li > div{
	text-align: center;
}
#cast ul > li > div a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border: 1px solid  #F48FB1;
	color: #F48FB1;
	border-radius: 100px;
	line-height: 1;
	display: inline-block;
	margin: 0.25em 0.25em 0;
	padding: 0.25em 0 0.25em 1em;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
	width: -webkit-calc(8em + 2px);
	width: calc(8em + 2px);
}
#cast ul > li > div a:hover{
	background-color: #F48FB1;
	color: #FFFFFF;
}
#cast ul > li > div a .mdi{
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1.5em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#cast ul > li > div a [class*="mdi-account"]{
	left: 1.125em;
}
#cast ul > li > div a .mdi:before{
	font-size: 125%;
}
#cast .pager{
	padding-bottom: 0;
}
@media screen and (max-width:479px){
	#cast ul > li{
		width: 93.75%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	#cast ul > li{
		width: -webkit-calc((100% - (3.125% * 3)) / 2);
		width: calc((100% - (3.125% * 3)) / 2);
	}
}
@media screen and (max-width:767px){
	#cast{
		margin-bottom: 6.25%;
	}
	#cast h2{
		font-size: 150%;
		margin-top: 1.5625%;
	}
	#cast .cast_sort{
		margin-top: 3.125%;
		padding: 0 3.125%;
	}
	#cast .cast_sort a{
	}
	#cast ul{
	}
	#cast ul > li{
		border-radius: 10px;
		margin: 3.125% 1.5625% 0;
		padding: 3.125% 3.125%;
	}
	#cast ul > li h3{
		font-size: 125%;
	}
	#cast ul > li h4{
	}
	#cast ul > li p{
	}
}
@media screen and (min-width:768px){
	#cast{
		margin-bottom: 100px;
	}
	#cast h2{
		font-size: 200%;
		margin-top: 10px;
	}
	#cast .cast_sort{
		margin-top: 50px;
	}
	#cast .cast_sort a{
	}
	#cast ul{
	}
	#cast ul > li{
		border-radius: 15px;
		margin-top: 50px;
		padding: 20px 20px;
		min-height: 276px;
	}
	#cast ul > li h3{
		font-size: 150%;
	}
	#cast ul > li h4{
		margin-top: 10px;
		margin-bottom: 4px;
	}
	#cast ul > li p{
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#cast ul > li{
		width: 354px;
	}
	#cast ul > li:nth-child(even){
		margin-left: 20px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	#cast ul > li{
		width: 276px;
	}
	#cast ul > li:not(:nth-child(3n+1)){
		margin-left: 30px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#cast ul > li{
		width: 294px;
	}
	#cast ul > li:not(:nth-child(3n+1)){
		margin-left: 40px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	#cast ul > li{
		width: 342px;
	}
	#cast ul > li:not(:nth-child(3n+1)){
		margin-left: 50px;
	}
}
@media screen and (min-width:1280px){
	#cast ul > li{
		width: 360px;
	}
	#cast ul > li:not(:nth-child(3n+1)){
		margin-left: 60px;
	}
}


/**************************************************50
 * std
 **************************************************/
#std{
}
#std form{
	text-align: right;
}
#std form button{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #F48FB1;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 0.5em;
	text-align: center;
	transition: box-shadow 0.2s ease-out 0s;
	vertical-align: top;
	width: 4em;
}
#std form button:hover{
	box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.6), 0px 0px 5px 1px rgba(0,0,0,0.1) inset;
}
#std ul{
}
#std ul > li{
	border-bottom: 1px solid #F48FB1;
}
#std ul > li h2{
}
#std ul > li h2 span{
	display: inline-block;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	padding: 0 1em 0 2em;
}
#std ul > li h2 span .mdi{
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#std ul > li h2 span .mdi:before{
	font-size: 150%;
}
#std ul > li p{
	line-height: 1.5;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#std ul > li p span{
	display: inline-block;
}
#std ul > li p .check{
	margin-right: 0.25em;
	position: relative;
	padding-left: 1.75em;
}
#std ul > li p .check .mdi{
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#std ul > li p .check .mdi:before{
	font-size: 125%;
}
#std ul > li p a[href^="https://precede-kennsa.com/files/std/"]{
	background-color: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	margin: 3px 12px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	vertical-align: initial;
}
#std ul > li p a[href^="https://precede-kennsa.com/files/std/"]:hover,
#std ul > li p a[href^="https://precede-kennsa.com/files/std/"]:focus{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.6);
	outline:none;
}
#std ul > li p a[href^="https://precede-kennsa.com/files/std/"]:before{
	content: "\F0214";
	display: inline-block;
	font-family: "Material Design Icons";
	font-size: 125%;
	margin-right: 0.3em;
	margin-top: 0.05em;
	vertical-align: top;
}
#std ul > li p a[href$=".pdf"]:before{
	content: "\F0225";
}
#std ul > li p a[href$=".xls"]:before,
#std ul > li p a[href$=".xlsx"]:before,
#std ul > li p a[href$=".xlsm"]:before{
	content: "\F021B";
}
#std ul > li p a[href$=".doc"]:before,
#std ul > li p a[href$=".docm"]:before,
#std ul > li p a[href$=".docx"]:before{
	content: "\F022C";
}
#std ul > li p a[href$=".jpg"]:before,
#std ul > li p a[href$=".jpeg"]:before,
#std ul > li p a[href$=".png"]:before,
#std ul > li p a[href$=".gif"]:before,
#std ul > li p a[href$=".bmp"]:before,
#std ul > li p a[href$=".webp"]:before,
#std ul > li p a[href$=".avif"]:before{
	content: "\F021F";
}
#std > div.center a{
}
@media screen and (max-width:767px){
	#std{
		margin-bottom: 6.25%;
	}
	#std h1{
	}
	#std form{
		padding: 0 3.125%;
	}
	#std ul{
		margin-bottom: 3.125%;
	}
	#std ul > li{
		margin-left: auto;
		margin-right: auto;
		padding: 1.5625% 3.125%;
		width: 93.75%;
	}
	#std ul > li h2{
	}
	#std ul > li p{
	}
	#std > div.center a{
		margin: 3.125% 1.5625% 0;
	}
}
@media screen and (min-width:768px){
	#std{
		margin-bottom: 100px;
	}
	#std h1{
	}
	#std form{
	}
	#std ul{
		margin-bottom: 50px;
	}
	#std ul > li{
	}
	#std ul > li h2{
	}
	#std ul > li p{
	}
	#std > div.center a{
		margin: 50px 15px 0;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#std ul > li{
		padding: 20px 30px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	#std ul > li{
		padding: 25px 35px;
	}
}
@media screen and (min-width:1024px){
	#std ul > li{
		padding: 30px 40px;
	}
}


