@charset "UTF-8";

/* ページタイトル
=========================================== */
#page_title div.page_title {
	display: flex;
}
#page_title div.page_title div.title_block {
	width: 100%;
    padding: auto 0;
}
#page_title div.page_title .mojis {
	max-width: 1400px;
	display: flex;
	height: 97px;
	margin: auto;
	padding: 0.1em 0;
}
#page_title div.page_title .mojis span {
	width: 5%;
	font-weight: bold;
	font-size: 3vw;
	line-height: 93px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	margin: 0;
	background-image:url('/material/img/title_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
#page_title div.page_title .mojis img {
	margin-top: 27px;
	margin-left: 40px;
	width: 150px;
	height: 38px;
}
@media only screen and (max-width: 960px) {
  #page_title div.page_title .mojis {
	height: 70px;
	margin: 0 3%;
  }
  #page_title div.page_title .mojis span {
	line-height: 70px;
	font-size: 4vw;
	width: 7vw;
  }
  #page_title div.page_title .mojis img {
	margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #page_title div.page_title .mojis span {
	font-size: 4.5vw;
  }
}
