@charset "UTF-8";

/***

ページフォーマット

***/

/***

BOX1　テキスト1

***/
.page_box1_txt1{
	width: 40%;
	max-width: 200px;
	height: auto;
	margin: 60px auto 0;
}
.page_box1_txt1 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1001px) {
.page_box1_txt1{
	width: 25%;
	max-width: 200px;
	height: auto;
	margin: 60px 0 0;
}
}
/***

BOX1　テキスト2

***/
.page_box1_txt2{
	width: 90%;
	height: auto;
	margin: 34px auto 0;
	padding: 0;
	text-decoration: none;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 4.2vw;
	line-height: 210%;
	text-align: center;
	letter-spacing: 1px;
	color: #595757;
}
@media print, screen and (min-width: 1001px) {
.page_box1_txt2{
	width: 100%;
	height: auto;
	margin: 40px 0 0;
	font-size: 22px;
	line-height: 210%;
	text-align: left;
}
}

/***

BOX1　画像1

***/
.page_box1_ph1{
	clear: both;
	padding: 50px 0;
}
@media print, screen and (min-width: 1001px) {
.page_box1_ph1{
	padding: 80px 0 100px;
}
}





/***

TOPタイトル　一般

***/
.page_title1{
	clear: both;
	width: 90%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.page_title1 img{
	width: 100%;
	height: auto;
}







