@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page::before {
  background-image: url("../images/leadership-images/page-bg.jpg");
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.message-box__txt {
  width: 57%;
}
.message-box__img img {
  display: block;
  margin-bottom: 20px;
}
.message-box__img {
  width: 35%;
  font-size: 1.4rem;
  text-align: center;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.message-box__txt {
  float: none;
  width: 100%;
}
.message-box__img {
  float: none;
  width: 100%;
}
.message-box__img img {
  width: 70%;
  margin: 0 auto 20px auto;
}
}

