﻿@charset "utf-8";
/*--京cmyk.css--*/
/* ##########PC########## */
.activity_title{
	text-align:center;
}

	.activity_title .cmyk_logo{
	}
	
	.activity_title h3{
		font-size:1.6em;
		font-weight:bold;
		color:#333;
	}
	
	.cmyk_logo img.print{
		display:none;
	}
	
.intro_text{
	font-size:1.2em;
	line-height:1.8;
	text-align:center;
	margin-bottom:3em;
}

.about_cmyk_box{
	margin-bottom:5em;
	font-size:1.1em;
	line-height:1.8;
}

	.about_cmyk_box dl{
		width:700px;
		box-sizing:border-box;
		margin:0 auto;
	}
	
		.about_cmyk_box dl dt{
			font-weight:bold;
			text-align:center;
			margin-bottom:0.8em;
			border-bottom:1px dotted #aaa;
			padding:0 0 0.3em 0;
			font-size:1.1em;
		}
		
		.about_cmyk_box dl dd{
			padding:0 1em;
		}
		
		.about_cmyk_box .our_aim{
			margin-bottom:3em;
			text-align:center;
			font-size:1.6em;
			color:#004f94;
			font-weight:bold;
		}
		
			.about_cmyk_box .our_aim span{
				display:inline-block;
				padding:0 0.3em;
				position:relative;
				z-index:1;
			}
			
				.about_cmyk_box .our_aim span:after{
					content:"";
					position:absolute;
					bottom:0.3em;
					left:0;
					z-index:-1;
					display:block;
					width:100%;
					height:30%;
					background:#ffec67;
				}
				
.cmyk_companies_box{
	line-height:1.8;
	margin:1em auto 6em auto;
}

	.cmyk_companies_box ul{
		display:flex;
		flex-wrap:wrap;
		padding:0.5em 0 ;
	}
	
		.cmyk_companies_box ul li{
			
		}
		
		.cmyk_companies_box ul li:after{
			content:"、";
		}
		
		.cmyk_companies_box ul li:last-child:after{
			content:none;
		}
		
.goto_cmyk_website{
	text-align:center;
	margin-bottom:1em;
}

	.goto_cmyk_website dl dt{
		margin-bottom:1em;
	}
	
	.goto_cmyk_website dl dd{}
	
		.goto_cmyk_website dl dd a{
			display:inline-block;
			border:1px solid #ccc;
			width:300px;
			box-sizing:border-box;
			padding:10px;
			transition:.3s all ease;
		}
		
		.goto_cmyk_website dl dd a:hover{
			border:1px solid #004f94;
		}
		
			.goto_cmyk_website dl dd a img{
				max-width:100%;
				height:auto;
				transition:.3s all ease;
			}
		
			.goto_cmyk_website dl dd a:hover img{
				opacity:0.8;
			}


/* ##########SP########## */
@media screen and (max-width:479px) {
	.activity_title h3{
		font-size:4.4vw;
	}
	
	.activity_title .cmyk_logo img{
		width:70%;
		height:auto;
	}
		
	.intro_text{
		line-height:1.6;
	}
	
	.about_cmyk_box{
		margin-bottom:8vw;
	}
	
		.about_cmyk_box dl{
			width:100%;
			margin:0;
		}
		
			.about_cmyk_box dl dt{
				margin-bottom:0.6em;
				padding:0 0 0.2em 0;
			}
			
			.about_cmyk_box dl dd{
				padding:0 3vw;
			}
			
			.about_cmyk_box .our_aim{
				font-size:4.4vw;
				line-height:1.4;
			}
			
				.about_cmyk_box .our_aim span{
					padding-bottom:0.3em;
				}
			
				.about_cmyk_box .our_aim span:after{
					height:10%;
					bottom:0;
				}
					
	.cmyk_companies_box{
		width:100%;
		margin:0 0 6vw 0;
	}
	
		.goto_cmyk_website dl dt{
			margin-bottom:0.5em;
		}
		
		
			.goto_cmyk_website dl dd a{
				width:80%;
				padding:2vw;
			}

}

/* ##########印刷用########## */
@media print{
	.cmyk_logo img.regular{
		display:none;
	}
	
	.cmyk_logo img.print{
		display:inline;
	}
}