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

ol, ul{
	margin-bottom: 0;
}
.content{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #454648;
	font-size: 16px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 2;
}
h2{
	width: auto;
	margin: 5vw auto 2vw auto;
	display: table;
}
h2 img.h2PcTitle{
	max-width: 209px;
}
h2 img.h2SpTitle{
	max-width: 676px;
	width: 50%;
	margin:0 auto;
}
@media screen and (max-width: 1200px){
    .content{
		padding: 0 7vw;
	}
}
@media screen and (max-width: 1024px){
	h2{
		margin: 13vw auto 7vw auto;
	}
}
@media screen and (max-width: 600px){
    h2 img.h2SpTitle{
		width: 80%;
	}
}