@charset "utf-8";

#wrapper{
	background:url(../common/images/bg.png) center top;
}


/* header */
header{
	padding:20px 0 70px;
}
header section{
}
header section h1{
	margin-bottom:110px;
}
header section h1 img{
	width:460px;
}
header section ul{
	margin:0 0 60px;
}
header section ul li{
	display:inline-block;
	margin:0 50px;
	letter-spacing:0.08em;
	line-height:2;
	cursor:pointer;
}
header section ul li.active{
	color:#ab2025;
	border-bottom:2px solid #ab2025;
	position:relative;
}
header section ul li.active:after{
	content:'';
	display:block;
	width:18px;
	height:18px;
	border-right:4px solid #ab2025;
	border-bottom:4px solid #ab2025;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:50%;
	top:150%;
	margin-left:-9px;
}
header section > div{
}
header section > div div{
	display:none;
}
header section > div div.active{
	display:block;
}


/* article */
article{
}


/* section */
section{
}


/* .cont */
.cont{
}


/* #cont1 */
#cont1{
	width:745px;
	margin:auto;
	padding:4.2% 10% 8%;
	background-color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	position:relative;
}
#cont1:before{
	content:'';
	display:block;
	width:45px;
	padding-top:47px;
	background:url(../images/cm/cont1_pin.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	left:-8px;
	top:-8px;
}
#cont1:after{
	content:'';
	display:block;
	width:45px;
	padding-top:47px;
	background:url(../images/cm/cont1_pin.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	right:-8px;
	bottom:-8px;
}

#cont1 h2{
	margin-bottom:40px;
}
#cont1 h2 img{
	width:200px;
}
#cont1 figure img{
	width:294px;
	margin-bottom:20px;
}
#cont1 p{
	margin-top:2em;
	text-align:left;
	line-height:2;
}


/* article > ul */
article > ul{
	background-image:none;
}




