@charset "utf-8";

.noto_sans_700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto_sans_900 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.noto_serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


#rwd-main-content h2.voice_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;

color:#1E6AA6;
text-align: center;

font-size: 4rem;
line-height: 1.4;
}

@media (max-width: 767px) {
#rwd-main-content h2.voice_ttl {
font-size: 2.8rem;
line-height: 1.4;
text-align: left;
}

/* max-width: 767px */}


#rwd-main-content .prof_box {
display: inline-block;
background: #EFF9FF;
border-radius: 30px;
padding: 40px 50px 30px;
}

@media (max-width: 767px) {

#rwd-main-content .prof_box {
display: inline-block;
background: #EFF9FF;
border-radius: 15px;
padding: 20px 20px 15px;
margin-left: auto;
margin-right: auto;
}

/* max-width: 767px */} 


#rwd-main-content h3.voice_capttl {
display: inline-block;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;

font-size: 2.7rem;
color:#fff;

background-image: linear-gradient(90deg, #35aac6, #0f1f53);
padding: 10px 20px 12px;
}


#rwd-main-content .voice_q {
display: block; 
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
color:#0C649F;
font-size: 2rem;
}


@media (max-width: 767px) {


#rwd-main-content h3.voice_capttl {
font-size: 2.4rem;
padding: 8px 16px 10px;
}

#rwd-main-content .voice_q {
font-size: 1.6rem;
}

/* max-width: 767px */} 


