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

/* 日本語 基本フォント */

body {　font-family: 'Noto Sans JP', sans-serif;　}

.header_h1 {
	background-repeat: repeat;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8px;
	color: #333;
	text-align: right;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0 auto;
}

.page_title {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 26px;
	text-align: center;
	display: block;
	margin: 30px auto 20px auto;
	padding-top: 50px;
	padding-bottom: 40px;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: 400;
}


.text1 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1em;
	text-align: justify;
	line-height: 1.5;
}

.com_ctg {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 10px;
	text-align: justify;
	line-height: 1.5;
	display: block;
	color: #fff;
	font-weight: normal;
	
}

.com_name {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	text-align: justify;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
}

.com_info {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
	color: #fff;
	font-weight: 200;
	
}



/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {
	

.header_h1 {
	font-size: 6px;
}
	
.com_ctg {
	text-align: center;
}

.com_name {
	text-align: center;
}

.com_info {
	text-align: center;
	
}
}