@charset "utf-8";
/* CSS Document */


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

contents

------------------------------------------------- */
#contents {
	padding: 20px;
	box-sizing: border-box;
}
#contents > h3{
	line-height: 100%;
	font-size: 0;
}
#contents > div{
	background-color: #fff;
	height: auto;
}
#contents > div > section{
	width: calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 40px;
	float: left;
}
#contents > div > section:nth-child(1),
#contents > div > section:nth-child(4){
	background: url(../images/kirakira01.png) no-repeat 80% bottom;
}
#contents > div > section:nth-child(2),
#contents > div > section:nth-child(3){
	background: url(../images/kirakira02.png) no-repeat 90% bottom;
}
#contents > div > section h4{
	font-weight: bold;
	padding: 7px 0 5px;
}
#contents > div > section p a{
	display: inline-block;
	background-color: #cc8468;
	font-weight: bold;
	color:#fff;
	border-radius: 10px;
}
#contents > div > section p a:hover{
	opacity: 0.8;
}
/* PC */
@media print, screen and (min-width:769px) {
#contents > div{
	padding: 50px 20px 0 0;
}
#contents > div > section h4{
	font-size: 1.8em;
}
#contents > div > section p a{
	font-size: 1.2em;
	padding: 7px 25px;	
}
}
/* Tablet */
@media screen and (max-width:768px) {
.youtubeArea {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
} 
.youtubeArea iframe,  
.youtubeArea object,  
.youtubeArea embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contents > div{
	padding: 30px 20px 0 0;
}
#contents > div > section h4{
	font-size: 1.4em;
}
#contents > div > section p a{
	font-size: 1.1em;
	padding: 7px 15px;	
}
#contents > div > section:nth-child(1),
#contents > div > section:nth-child(4){
	background-position: 100% 85%;
	background-size: 26px auto;
}
#contents > div > section:nth-child(2),
#contents > div > section:nth-child(3){
	background-position: 98% 83%;
	background-size: 33px auto;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
#contents > div > section{
	width:calc(100% - 20px);
	margin-left:20px;
	margin-bottom: 40px;
	float:none;
}
}

