/*-------------------------
  text
-------------------------*/
/*
body {
	min-width: 4000px;
	padding-bottom: 1000px;
	@include maxW($maxW: $sp) {
		min-width: 375px;
	}
}
*/
#page_association #sec_message {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #page_association #sec_message {
    margin-bottom: 40px;
  }
}

#page_association #sec_message .innerWrap {
  max-width: 1200px;
}

@media only screen and (min-width: 768px) {
  .box_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .box_message .img_message {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 431px;
    width: 35.917%;
    margin: 0 67px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .box_message .img_message {
    max-width: 313px;
    margin: 0 auto 30px;
  }
}

.box_message .img_message img {
  width: 100%;
  height: auto;
}

.box_message .message-r {
  width: 100%;
}

.box_message .tag {
  display: inline-block;
  min-width: 82px;
  border: 1px solid #0068B7;
  border-radius: 100px;
  color: #0068B7;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  padding: 6px 20px;
  margin-bottom: 29px;
}

@media only screen and (max-width: 767px) {
  .box_message .tag {
    margin-bottom: 27px;
  }
}

.box_message .position {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .box_message .position {
    margin-bottom: 20px;
  }
}

.box_message .name {
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  .box_message .name {
    margin-bottom: 32px;
  }
}

.box_message .txt_box {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .03em;
}

.box_message .txt_box > p {
  margin-top: 27px;
}

.box_message .txt_box > p:first-child {
  margin-top: 0;
}

body:not(.lang_ja) .box_message .position {
  line-height: 1.5;
}

@media only screen and (max-width: 414px) {
  body:not(.lang_ja) .box_message .name {
    font-size: 7.24638vw;
  }
}

@media only screen and (max-width: 320px) {
  body:not(.lang_ja) .box_message .name {
    font-size: 2.3rem;
  }
}
