@charset "UTF-8";
/* 共通 */
img {
  max-width: 100%;
  height: auto;
}

.fontMincho {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif !important;
}

.font120 {
  font-size: 120%;
}

.font90 {
  font-size: 90%;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexReverse {
  flex-direction: row-reverse;
}

.textNavy {
  color: #143d60;
}

.textBottomL {
  margin-bottom: 50px;
}

.textCenterPC {
  text-align: center;
}

.textRight {
  text-align: right;
}

.contentsMb {
  margin-bottom: 40px;
}

body {
  font-size: 14px;
  line-height: 1.8;
  min-width: 1240px;
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
  }
}

.w1000Box {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .w1000Box {
    width: 96%;
  }
}

.w800Box {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .w800Box {
    width: 96%;
  }
}

a {
  color: #0081cc;
}

.contentsBox {
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .contentsBox {
    padding: 15px 0;
  }
}

.contentsFlex {
  display: flex;
  justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
}
/* common */
.footer {
  margin-top: 0;
}

.voiceNameTitle {
  font-size: clamp(18px, 4vw, 22px);
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .voiceNameTitle {
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.profileTitle {
  font-size: 16px;
  margin: 16px 0 0;
}

.voiceName .type {
  border: 1px solid #363636;
  border-radius: 3px;
  padding: 3px 5px;
  margin-right: 10px;
  font-size: 90%;
}

.voice800Area {
  width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 640px) {
  .voice800Area {
    width: 94%;
    margin: 0 auto 30px;
  }
}

.markerYellow {
  background: linear-gradient(transparent 30%, #fdf3ad 30%);
  font-weight: 600;
}

.voiceLinkList {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 40px;
}
.voiceLinkList li a {
  display: block;
  position: relative;
  background-color: #7ecef4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #363636;
  width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.voiceLinkList li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}
@media screen and (max-width: 640px) {
  .voiceLinkList {
    width: 100%;
    flex-direction: column;
  }
  .voiceLinkList li a {
    width: 90%;
    max-width: 360px;
    font-size: 16px;
    margin: 0px auto;
  }
}

h3.messageTitle {
  margin-bottom: 10px;
}

/* voiceMainArea */
.voiceMainArea {
  height: auto;
  overflow: hidden;
  position: relative;
}
.voiceMainArea .voiceMainTitleArea {
  width: 860px;
  margin: 20px auto;
  text-align: center;
}
.voiceMainArea .voiceMainTitleArea .voiceMainLogo {
  width: 140px;
  margin-bottom: 10px;
}
.voiceMainArea .voiceMainTitleArea .voiceMainTitle {
  width: 420px;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox {
  position: relative;
  background-color: #ffffff;
  padding: 20px 30px;
  margin-top: 10px;
  text-align: left;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileFlex .voiceProfileImgArea {
  text-align: center;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileFlex .voiceProfileImgArea .sm {
  display: block;
  font-size: 8px;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileFlex .voiceProfileImg {
  margin-right: 30px;
  width: 140px;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.4;
  gap: 16px;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileList li {
  width: 48%;
  border-bottom: 2px solid #7ecef4;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileList li h3 {
  color: #143d60;
  font-size: 14px;
  display: flex;
}
.voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileList li h3::before {
  content: "";
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/profile_66c68892e3.png") no-repeat 0 0;
  width: 18px;
  height: 15px;
  display: block;
  margin-right: 5px;
}
.voiceMainArea .voiceMainBack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
}
@media screen and (max-width: 640px) {
  .voiceMainArea .voiceMainTitleArea {
    width: 94%;
    margin: 50px auto 20px;
  }
  .voiceMainArea .voiceMainTitleArea .voiceMainLogo {
    width: 100px;
    margin-bottom: 10px;
  }
  .voiceMainArea .voiceMainTitleArea .voiceMainTitle {
    width: 300px;
  }
  .voiceMainArea .voiceMainTitleArea .voiceProfileBox {
    padding: 20px 10px;
    margin-top: 10px;
  }
  .voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileFlex {
    flex-direction: column;
  }
  .voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileFlex .voiceProfileImgArea {
    text-align: right;
  }
  .voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileFlex .voiceProfileImgArea .sm {
    margin: -10px 0 5px;
  }
  .voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileFlex .voiceProfileImg {
    width: 140px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileList li {
    width: 100%;
    border-bottom: 2px solid #7ecef4;
    font-size: 13px;
  }
  .voiceMainArea .voiceMainTitleArea .voiceProfileBox .voiceProfileList li h3 {
    color: #0081cc;
    font-size: 14px;
  }
  .voiceMainArea .voiceMainBack {
    min-width: 100%;
    max-width: none;
    height: 100%;
  }
}

.goukakuIconArea {
  position: absolute;
  right: -20px;
  top: -20px;
}
.goukakuIconArea img {
  position: relative;
  width: 130px;
}
.goukakuIconArea .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: #401705;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .goukakuIconArea {
    right: -10px;
    top: -20px;
  }
  .goukakuIconArea img {
    width: 100px;
  }
  .goukakuIconArea .txt {
    margin-top: 10px;
    font-size: 12px;
  }
}

.ancListArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  padding: 20px 0;
  margin: 40px auto;
  width: 500px;
}
@media screen and (max-width: 640px) {
  .ancListArea {
    padding: 20px 3%;
    margin: 20px auto 30px;
    width: 86%;
  }
}

.ancList li {
  margin: 5px 0;
}
.ancList li a {
  display: flex;
}
.ancList li a::before {
  content: "▼";
  display: block;
  margin-right: 5px;
}

/* 下層質問 */
h2.voiceTitle {
  margin-bottom: 20px;
  margin-top: -70px;
  padding-top: 70px;
}
h2.voiceTitle span {
  display: block;
  border-left: 8px solid #143d60;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  h2.voiceTitle span {
    font-size: 22px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.voiceBox {
  border-bottom: 2px solid #7ecef4;
  margin-bottom: 30px;
  padding: 0 20px;
}
.voiceBox .question {
  font-size: 18px;
  display: flex;
  margin-bottom: 5px;
}
.voiceBox .question::before {
  content: "Q.";
  color: #143d60;
  margin-right: 10px;
}
.voiceBox .answer {
  display: flex;
  margin-bottom: 20px;
}
.voiceBox .answer::before {
  content: "A.";
  color: #143d60;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .voiceBox {
    margin-bottom: 20px;
    padding: 0;
  }
  .voiceBox .question {
    font-size: 16px;
  }
  .voiceBox .question::before {
    content: "Q.";
    color: #0081cc;
    margin-right: 5px;
  }
  .voiceBox .answer {
    display: flex;
    margin-bottom: 10px;
  }
  .voiceBox .answer::before {
    content: "A.";
    color: #0081cc;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
  }
}

.voiceSetsumeikaiBox {
  width: 720px;
  margin: 0 auto 50px;
  background-color: #ebe9df;
  padding: 30px 40px;
}
.voiceSetsumeikaiBox p {
  margin-bottom: 10px;
}
.voiceSetsumeikaiBox .voiceNomalBtn {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .voiceSetsumeikaiBox {
    width: 88%;
    margin: 0 auto 10px;
    padding: 20px 3%;
  }
  .voiceSetsumeikaiBox .voiceNomalBtn {
    font-size: 15px;
  }
}

/* top */
.voiceTopMainTitle {
  width: 404px;
  margin-bottom: 10px;
}

.voiceNameBorder {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
  font-weight: bold;
}

.voiceTopRonbunBox {
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: left;
}
.voiceTopRonbunBox .voiceImg {
  margin-right: 20px;
}
.voiceTopRonbunBox .ronbunIcon {
  position: absolute;
  top: -30px;
  right: -30px;
}
@media screen and (max-width: 640px) {
  .voiceTopRonbunBox {
    flex-direction: column;
    padding: 20px 10px;
  }
  .voiceTopRonbunBox .voiceImg {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .voiceTopRonbunBox .ronbunIcon {
    top: -10px;
    right: -10px;
    width: 30%;
  }
}

h2.voiceTopTitle {
  margin-bottom: 10px;
  margin-top: -70px;
  padding-top: 70px;
}
h2.voiceTopTitle span {
  font-size: 34px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  border-left: 8px solid #0081cc;
  padding: 5px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  h2.voiceTopTitle {
    margin-top: -70px;
    padding-top: 70px;
  }
  h2.voiceTopTitle span {
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    border-left: 8px solid #0081cc;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}

h3.voiceTopTitle {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
  width: 85%;
}
@media screen and (max-width: 640px) {
  h3.voiceTopTitle {
    font-size: 16px;
  }
}

.textLink {
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
}
.textLink a {
  position: relative;
  color: #0081cc;
  padding: 0 1.5em 0 5px;
  font-size: 16px;
}
.textLink a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  transform: rotate(45deg);
  right: 5px;
  margin-top: 2px;
  bottom: 4px;
  top: auto;
}
@media screen and (max-width: 640px) {
  .textLink a::before {
    bottom: 2px;
  }
}

.backGray {
  background-color: #ebe9df;
  padding: 50px 0 30px;
}
@media screen and (max-width: 640px) {
  .backGray {
    padding: 30px 0;
  }
}

.voicePageLinkList {
  width: 600px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
  margin: 0 auto;
}
.voicePageLinkList li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #0081cc;
  padding: 0 1.5em 0 5px;
  font-size: 16px;
  font-weight: bold;
}
.voicePageLinkList li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  transform: rotate(135deg) translateY(-50%);
  right: 5px;
  top: 50%;
  margin-top: -10px;
}
.voicePageLinkList li a img {
  margin-right: 10px;
  width: 40px;
}
@media screen and (max-width: 640px) {
  .voicePageLinkList {
    flex-direction: column;
    width: 85%;
    padding: 5px 2%;
  }
  .voicePageLinkList li {
    margin: 10px 0;
  }
  .voicePageLinkList li a {
    padding: 0 3em 0 5px;
    font-size: 15px;
  }
  .voicePageLinkList li a::before {
    right: 15px;
  }
  .voicePageLinkList li a img {
    margin-right: 10px;
    width: 30px;
  }
}

.voiceTopBoxList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voiceTopBoxList li {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 44%;
  padding: 20px 2.2%;
  margin-bottom: 30px;
}
.voiceTopBoxList li .voiceImg {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.voiceTopBoxList li .goukakuIconArea .txt {
  font-size: 90%;
}
.voiceTopBoxList li .goukakuIconArea img {
  width: 100px;
}
.voiceTopBoxList li .textLink a {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .voiceTopBoxList {
    flex-direction: column;
  }
  .voiceTopBoxList li {
    width: 96%;
    padding: 10px 2.2%;
    margin: 0 auto 20px;
  }
  .voiceTopBoxList li h3 {
    font-size: 4.2vw;
  }
  .voiceTopBoxList li .voiceImg {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .voiceTopBoxList li .goukakuIconArea {
    right: -5px;
    top: -10px;
    width: 22%;
    max-width: 100px;
  }
  .voiceTopBoxList li .goukakuIconArea .txt {
    font-size: 75%;
    line-height: 1.2;
  }
  .voiceTopBoxList li .goukakuIconArea img {
    width: 100%;
  }
}

.accOpen {
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
  color: #0081cc;
  padding: 0 1.5em 0 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.accOpen::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  transform: rotate(135deg);
  right: 5px;
  bottom: 12px;
  top: auto;
}
.accOpen:hover {
  opacity: 0.8;
}

.voiceTopBtnArea {
  width: 800px;
  margin: 0 auto 40px;
}
.voiceTopBtnArea .voiceTopLinkList {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .voiceTopBtnArea {
    width: 94%;
    margin: 0 auto 20px;
  }
  .voiceTopBtnArea .voiceTopLinkList {
    flex-direction: column;
  }
  .voiceTopBtnArea .voiceTopLinkList li {
    margin: 5px 0;
  }
}

.voiceNomalBtn {
  display: block;
  position: relative;
  background-color: #fce339;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #363636;
  width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.voiceNomalBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}
@media screen and (max-width: 640px) {
  .voiceNomalBtn {
    width: 100%;
    max-width: 350px;
  }
}

.btnListArea .btnListArea {
  background-color: #143d60;
  padding: 10px 0;
}

.btnList {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}
.btnList li {
  background-color: #ffffff;
  width: 250px;
  height: 100%;
  border-radius: 5px;
}
.btnList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fce339;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #143d60;
  width: 250px;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.btnList li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #143d60;
  border-right: 2px solid #143d60;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}
.btnList li a img {
  margin: 0 15px 0 -20px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .btnList {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .btnList li {
    margin: 5px auto;
    width: 300px;
  }
  .btnList li a {
    width: 300px;
  }
  .btnList li a img {
    margin-right: 10px;
    height: 30px;
  }
}

/* common — fixed buttons */
.fixedBtnArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
.fixedBtnArea ul {
  display: block;
  width: auto;
}
.fixedBtnArea ul li {
  background-color: #ffffff;
  border-radius: 5px;
  margin: 10px auto;
  width: 160px;
}
.fixedBtnArea ul li a {
  width: 100%;
  font-size: 16px;
}
.fixedBtnArea ul li a img {
  height: 25px;
  margin-right: 5px;
}
.fixedBtnArea ul li a::before {
  height: 5px;
  width: 5px;
  right: 5%;
}
.fixedBtnArea ul .topBtn {
  display: none;
}
.fixedBtnArea ul .mousikomi a {
  background-color: #0081cc;
  color: #ffffff;
}
.fixedBtnArea ul .mousikomi a::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 640px) {
  .fixedBtnArea {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    width: 100%;
  }
  .fixedBtnArea ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .fixedBtnArea ul li {
    width: 44%;
    line-height: 1.4;
    margin: 0 10px 0 0;
  }
  .fixedBtnArea ul li a {
    font-size: 14px;
    padding: 8px 0;
  }
  .fixedBtnArea ul .topBtn {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: block;
    background-color: transparent;
    width: auto;
    margin: 0;
  }
  .fixedBtnArea ul .topBtn a {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .fixedBtnArea ul .topBtn a::before {
    width: 15px;
    height: 15px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(-45deg) translateX(50%) translateY(50%);
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 640px) {
  .textLink a {
    font-size: 16px;
  }
  .normalBtn {
    width: 90%;
    max-width: 350px;
  }
  h2.brTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
  h2.brTitle::after {
    width: 40px;
    height: 5px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=260410_benrishi_voice.css.map */