﻿.messageTopPic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.messageTopPic figure {
  width: 32%;
  text-align: center;
}
.messageTopPic figure img {
  width: 100%;
}
.messageTopPic figure figcaption {
  line-height: 1.5;
}
.messageTopPic figure figcaption span {
  font-size: 13px;
}
.messageTopNewly {
  background-color: #e5ecf8;
  padding: 18px;
  margin-top: 100px;
  margin-bottom: 120px;
}
.messageTopPicNewly {
  display: flex;
}
.messageTopPicNewly h3 {
  font-size: 20px;
  line-height: 1.5;
  background-color: #95b2dd;
  color: #fff;
  padding: 10px 20px;
  margin-right: 40px;
  margin-left: -18px
}
.messageTopNewly h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.messageTopPicNewly .nameNewly {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
.messageTopNewly sup {
  color: #000;
}
.messageTopPicNewly p span {
  font-size: 13px;
}
.messageTopPicNewly img {
  min-width: 110px;
}
.messageTopNewly .csrTextAttention ul li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .messageTopNewly {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .messageTopPicNewly {
    margin-bottom: 20px;
  }
}
.person01, .person02, .person03, .person04, .person05 {
  font-weight: bold;
  margin-right: 1.0em;
  padding-left: 0.8em;
  position: relative;
}
.person01::before, .person02::before, .person03::before, .person04, .person05::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 1em;
  top: 5px;
  left: 0;
}
.person01::before {
  background-color: #45a8d1;
}
.person02::before {
  background-color: #1a9c90;
}
.person03::before {
  background-color: #73a627;
}
.person04::before {
  background-color: #8980ab;
}
.person05::before {
  background-color: #cb67a4;
}
.boxTitleH2 {
  position: relative;
  padding: 20px 10px 10px;
  border: 2px solid #2466af;
  background: #fff;
  color: #2466af;
  margin-top: 60px;
  margin-bottom: 20px;
}
.boxTitleH2 h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 12px;
  background: #fff;
  color: #2466af;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.6rem;
  width: max-content;
}
.boxTitleH2 p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px), print {
  .boxTitleH2 {
    padding: 40px 16px 16px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .boxTitleH2 h2 {
    font-size: 2.6rem;
  }
  .boxTitleH2 p {
    font-size: 2.2rem;
  }
}
.personBox {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 60px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .personBox {
    flex-direction: row;
  }
}
.personItem {
  width: 100%
}
@media screen and (min-width: 768px) {
  .personItem {
    max-width: 400px;
  }
}
.personItem img {
  width: 100%;
}
.personName {
  line-height: 1.6;
  margin-top: 10px;
  fonr-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .personName {
    fonr-size: 1.6rem;
  }
}
.personName span {
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .personName span {
    font-size: 2.0rem;
  }
}
.personName01 span {
  color: #39bc82;
}
.personName02 span {
  color: #d06fa9;
}
.personEx {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .personEx {
    font-size: 1.4rem;
  }
}


.csrlead p{
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
.csrlead p{
  font-size: 2.2rem;
}
}

.csrTitleH4 h4 span.qa_icon{
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
.csrTitleH4 h4 span.qa_icon{
  font-size: 3.0rem;
}
}

.csrTextDialogue{
	display: flex;
}
.csrTextDialogue > span.person03,
.csrTextDialogue > span.person05{
	min-width: 70px;
}
@media screen and (min-width: 768px) {
	.csrTextDialogue > span.person03,
	.csrTextDialogue > span.person05{
		min-width: 80px;
	}
	}