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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* slideshow */
.mv {
	background-image: url("/img/message/bg_mv.jpg");
}

/* message */
.message__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.message__left {
  width: 265px;
}

.message__img {
  display: block;
  width: 100%;
}

.message__right {
  width: calc(100% - 305px);
}

.message__name {
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  letter-spacing: .4em;
  padding-left: .4em;
  border-bottom: .3px solid #333;
  margin-bottom: 30px;
}

.message__position {
  font-family: "Hiragino Sans",sans-serif,"hiragino kaku gothic proN",YuGothic,'Yu Gothic',"meiryo","sans-serif","lucida grande";
  font-size: 14px;
  font-weight: normal;
}

.message__text {
  font-size: 14px;
  line-height: 2;
}

p.message__text-name {
    float: right;
}

.message__under .message__text {
	margin-bottom: 20px;
}



/******************************************************

タブレットの設定 768px~1199pxの場合に適用 

*******************************************************/

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


}

/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* message */
.message__left {
  width: 70%;
  margin: 0 auto;
}
  
.message__right {
  width: 100%;
  margin-top: 30px;
}
  
.message__name {
  font-size: 18px;
	margin-bottom: 20px;
}

.message__text {
  font-size: 12px;
  margin-top: 0;
}
	
.message__under {
	margin-bottom: 50px;	
}

	
	
	
}