.message .chairman {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 7vw;
  grid-column-gap:7vw;
}
.message .chairman_r {
  padding: 10px 0;
}
.message .chairman_r h1,
.message .chairman_r h2 {
  color: #3aa69f;
}
.message .chairman_r h1 {
  font-size: 36px;
  font-weight: bold;
  margin-top:15px;
}
.message .chairman_r h2 {
  font-size: 30px;
  margin-top:10px;
}
.message .chairman_r .name_line {
  width: 15%;
  height: 3px;
  background: #ccc;
  margin: 5% 0 8%;
}
.message .chairman_r p {
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin:0px;
}
.message .chairman_down .chairman_down_title {
  margin-top: 50px;
}
.message .chairman_down .chairman_down_title h1 {
  font-size: 24px;
}
.message .chairman_down .chairman_down_title h2 {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.message .chairman_down .line {
  width: 100%;
  border: 1px solid #ccc;
  margin: 3% 0 4%;
}
.message .chairman_down .text {
  padding: 2% 5%;
  color: #666;
}
.message .chairman_down .text .first_span {
  margin-right: 3%;
}
.message .chairman_down .text span {
  font-size: 16px;
}
.message .chairman_down .text .margin_p {
  margin: 10px 0;
  font-size: 16px;
}
.message .chairman_down .text p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
}
.common-width .title_content {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .message .chairman {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .section_title {
    margin-top: 30px;
  }
  .section_title .title {
    font-size: 26px;
  }
  .section_title .intro_sm {
    font-size: 20px;
  }
  .section_title .intro_large {
    display: none;
  }
  .message .chairman_r h1 {
    font-size: 28px;
  }
  .message .chairman_r h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
	.message .chairman_r h2 {
    font-size: 15px;
}
.message .chairman_r h1 {
    font-size: 23px;
}
.message .chairman_r p {
    color: #666;
    font-size: 14px;
    line-height: 35px;
    margin: 0px;
}
.message .chairman_r {
    padding: 10px 0;
    margin-left: -68px;
}
.message .chairman_down .chairman_down_title h1 {
    font-size: 20px;
}
.message .chairman_down .chairman_down_title h2 {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.message .chairman_down .text p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.message .chairman{
		display: flex;
	}
	.message .chairman_r{
		margin-left: 96px;
	}
}