.CenterBox {
	height: 65vh;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.MaxBoxW100 {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow: auto;
  background-color: #f7f7f7;
}
.MaxBoxW100 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.ImageBox01 {
	padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.TextBox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 70px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 0px;
	clip: rect(auto,auto,0px,auto);
	height: 100%;
	width: 100%;
}

.midashi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
	background-color: #958F6C;
	opacity: 0.5;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.Text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 35px;
	padding-right: 5%;
	padding-left: 5%;
	letter-spacing: 0.1em;
	text-align: center;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	max-width:1200px;
	min-width:500px

}
.sp {
	display: none !important;
}

.sp1 {
	display: none !important;
}



/* スマートフォンで見たとき（w800px以下）は"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
.pc { display: none !important; }
.sp { display: block !important; }
.sp1 { display: block !important; 
    padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	max-width:600px;
	min-width:400px;
}
	
.TextBox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 50px;
	padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
	clip: rect(auto,auto,0px,auto);
	height: 100%;
	width: 100%;
}

.midashi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
	background-color: #958F6C;
	opacity: 0.5;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.Text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 35px;
	padding-right: 5%;
	padding-left: 5%;
	letter-spacing: 0.1em;
	text-align: center;
}

}
