@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-content {
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  width: 100%;
  max-width: 800px;
  position: relative;
  margin: 0;
}
@media print, screen and (max-width: 1026px) {
  .modal-content {
    padding: 30px;
  }
}
@media print, screen and (max-width: 786px) {
  .modal-content {
    padding: 20px;
  }
}

.modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .close {
  position: absolute;
  top: -15px; /* モーダルの上からはみ出す */
  right: -15px; /* モーダルの右からはみ出す */
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #000; /* 丸の背景色 */
  color: #fff; /* ×の色 */
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal .close:hover {
  background-color: #f00; /* ホバー色 */
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal_ttl {
  font-size: 118%;
  font-weight: bold;
  margin: 0 0 14px;
}
@media print, screen and (max-width: 786px) {
  .modal_ttl {
    margin: 0 0 10px;
  }
}

.modal_voiceImg {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.modal_voiceImg img {
  width: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.subj_arrow {
  cursor: pointer;
}
.subj_arrow span {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subj_arrow span:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #1A0DAB;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.subj_arrow span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.subj_arrow span:hover {
  text-decoration: underline;
}
.subj_arrow span:hover:before {
  background: #5487ED;
}

/*****************************/
.-group7 ul.list_dot li {
  position: relative;
  padding-left: 1.3rem;
  text-indent: 0;
}
.-group7 ul.list_dot li:before {
  content: "●";
  font-size: 0.95rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
  color: #F086C2;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.voice .img_ttl {
  max-width: 480px;
  text-align: center;
  margin: 40px auto 40px;
}
.voice .img_ttl img {
  width: 100%;
}
@media print, screen and (max-width: 1026px) {
  .voice .img_ttl {
    margin: 40px auto 30px;
    max-width: 50%;
  }
}
@media print, screen and (max-width: 768px) {
  .voice .img_ttl {
    margin: 30px auto 20px;
    max-width: 90%;
  }
}
.voice .voiceBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 20px;
  margin: 0 0 40px;
}
@media print, screen and (max-width: 1026px) {
  .voice .voiceBlock {
    gap: 0px 10px;
    margin: 0 0 40px;
  }
}
@media print, screen and (max-width: 786px) {
  .voice .voiceBlock {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 30px;
  }
}
.voice .voiceBlock .col {
  width: 15%;
  margin: 0 0 20px;
}
.voice .voiceBlock .col img {
  width: 100%;
}
.voice .voiceBlock .col img:hover {
  cursor: pointer;
}
@media print, screen and (max-width: 1026px) {
  .voice .voiceBlock .col {
    margin: 0 0 14px;
  }
}
@media print, screen and (max-width: 786px) {
  .voice .voiceBlock .col {
    width: 48%;
  }
}
.voice .voiceTable {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.voice .voiceTable th,
.voice .voiceTable td {
  border: none; /* ←セルのボーダー消す */
}
.voice .voiceTable {
  width: 100%;
  margin: 0 0 60px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1026px) {
  .voice .voiceTable {
    margin: 0 0 40px;
  }
}
@media print, screen and (max-width: 786px) {
  .voice .voiceTable {
    margin: 0 0 30px;
  }
}
.voice .voiceTable th {
  background: #F086C2;
  color: #fff;
  text-align: center;
}
.voice .voiceTable td {
  background: #fff;
  padding: 10px 12px;
  border-bottom: 1px solid #ccc;
}
.voice .voiceTable td.colorTD {
  position: relative;
  text-align: center;
  width: 31%;
  background-color: #e3d3bc;
  font-weight: 600;
  color: #333;
  border-bottom: #fff7f5 1px solid;
  font-size: 110%;
}
@media print, screen and (max-width: 380px) {
  .voice .voiceTable td.colorTD {
    font-size: 100%;
  }
}
.voice .voiceTable td.colorTD:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 8px);
  right: -8px;
  border-left: 8px solid #e3d3bc;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.voice .voiceTable td span {
  display: inline-block;
}
@media print, screen and (max-width: 786px) {
  .voice .voiceTable td span {
    display: inline;
  }
}

.-group7 .voice .voiceTable th {
  background: #F086C2;
}

.-group7 .voice .voiceTable tr th:first-child {
  border-radius: 10px 0 0 0;
  border-right: 1px solid #fff;
}

.-group7 .voice .voiceTable tr th:last-child {
  border-radius: 0 10px 0 0;
  border-left: 1px solid #fff;
}

.-group7 .voice .voiceTable tr:last-child td:last-child {
  border-radius: 0 0 10px 0; /* 右下の角だけ10px */
}

.-group7 .voice .voiceTable tr:last-child td:first-child {
  border-radius: 0 0 0 10px; /* 左下の角だけ10px */
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/*****************************/
.pcVew {
  display: block;
}

.spVew {
  display: none;
}

@media print, screen and (max-width: 786px) {
  .spVew {
    display: block;
  }
  .pcVew {
    display: none;
  }
}
/*****************************/
.img100 {
  width: 100%;
}
.img100 img {
  width: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.system .imgMap:hover {
  cursor: pointer;
}

/****************************************************************************************************
****************************************************************************************************/