@charset "utf-8";
html, body {
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: source-han-sans-japanese, sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.mo{
	display: none;
}
.t2 {
	letter-spacing: 1em;
	display: inline-block;
	margin-right: -1em;
}

.cd-fixed-bg {
	min-height: 430px;
	position: relative;
	padding-top: 85px;
	width: 1200px;
	min-width: 100%;
	font-family: a-otf-jun-pro, sans-serif;
	font-weight: bold;
	height: 430px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}
header {
	width: 1200px;
	min-width: 100%;
	height: 70px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 100;
}
#header_logo {
	position: absolute;
	left: 30px;
	top: 10px;


}
#header_logo img {
	width: 148px;
	margin-bottom: 5px;
}
#header_logo div {
	font-size: 10px;
	font-weight: bold;
}




#slide {
	width: 1200px;
	min-width: 100%;
	height: 310px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 50px;
}

section {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#h1_p {
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#h1_p h1 {
	font-size: 25px;
	border-bottom: 1px solid #8C8C8C;
}
#h1_p div {
	font-size: 20px;
}




footer {
	width: 1100px;
	min-width: 100%;
	position: relative;
}
#footer_data {
	border-top: 1px solid #848484;
	position: relative;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#footer_logo {
	width: 140px;
	position: absolute;
	top: -41px;
	right: 0px;
}


#common_footer {
	position: absolute;
	right: 0px;
	text-align: right;
	font-size: 18px;
	top: 5px;
}
#common_footer div {
	font-size: 13px;
}
@media (max-width:1200px){
header {
	width: 1200px;
	min-width: 1200px;
	height: 70px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 100;
}
}
@media (max-width:540px){
.pc{
	display: none;
}
.mo{
	display: inline;
}

header {
	width: 540px;
	min-width: 540px;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 5px 5px hsla(0,0%,0%,0.19);
	box-shadow: 0px 5px 5px hsla(0,0%,0%,0.19);
	z-index: 200;
}

#slide {
	width: 540px;
	margin-top: 70px;
	min-width: 540px;
}

section {
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
}
#h1_p {
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
footer {
	width: 540px;
	min-width: 540px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer_data {
	border-top: 1px solid #848484;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#footer_logo {
	width: 140px;
	position: absolute;
	top: -41px;
	right: 0px;
}


#common_footer {
	position: absolute;
	right: 0px;
	text-align: right;
	font-size: 18px;
	top: 5px;
}
#common_footer div {
	font-size: 13px;
}
}


