@charset "UTF-8";
/* 私はScss Document */
p.mincho {
  font-size: 17px;
  font-family: 'Noto Serif JP','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  font-weight: 300;
  line-height: 2.0em; }

p.Gothic {
  font-size: 17px;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-weight: 300;
  line-height: 2.0em; }

/*****************************************************************************************/
.pagination {
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: center;
  align-items: center; }
  .pagination a, .pagination span {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #c9caca;
    text-align: center;
    line-height: 30px;
    margin: 3px; }
  .pagination a:hover {
    opacity: 0.5s; }
  .pagination span {
    border: 1px solid #c9caca;
    background-color: #727171;
    color: #fff; }

@media (max-width: 480px) {
  .pagination {
    max-width: 300px;
    margin: 0 auto; } }
/*max-width:480px*/
/*****************************************************************************************/
.back {
  display: block;
  width: 275px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border: 2px solid #C9CACA;
  border-radius: 25px;
  font: 18px/46px 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-weight: 300;
  color: #595757;
  position: relative; }
  .back:hover {
    color: #F19DB5;
    border: 2px solid #F19DB5; }

/*****************************************************************************************/
.faq_list {
  max-width: 1000px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .faq_list ul {
    margin: 0 auto 100px; }
  .faq_list li,
  .faq_list .faq_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border: 3px solid #F7C8D6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    border: 3px solid #61C1BE;
    margin: 0 0 30px;
    padding: 12px 20px 12px 25px;
    border-radius: 30px; }
    .faq_list li span,
    .faq_list .faq_ttl span {
      width: 30px;
      height: 30px;
      background: url("../images/q.svg") center bottom no-repeat;
      background-size: 30px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      margin: 0 20px 0 0; }
    .faq_list li a,
    .faq_list li p,
    .faq_list .faq_ttl a,
    .faq_list .faq_ttl p {
      width: calc(100% - 50px);
      font: 20px/1.5em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 700;
      color: #61C1BE; }
  .faq_list li:hover {
    border: 3px solid #F19DB5; }
    .faq_list li:hover a {
      color: #F19DB5; }
    .faq_list li:hover span {
      background: url("../images/q.svg") center top -1px no-repeat;
      background-size: 30px; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .faq_list li:hover {
    border: 3px solid #61C1BE; }
    .faq_list li:hover a {
      color: #61C1BE; }
    .faq_list li:hover span {
      background: url("../images/q.svg") center bottom no-repeat; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .faq_list {
    width: calc(100% - 60px); }
    .faq_list li,
    .faq_list .faq_ttl {
      margin: 0 0 20px;
      padding: 10px 20px;
      border-radius: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .faq_list {
    width: calc(100% - 40px); }
    .faq_list li,
    .faq_list .faq_ttl {
      margin: 0 0 15px;
      padding: 10px 15px; }
      .faq_list li span,
      .faq_list .faq_ttl span {
        width: 22px;
        height: 22px;
        background: url("../images/q.svg") center bottom no-repeat;
        background-size: 22px;
        margin: 0 13px 0 0; }
      .faq_list li a, .faq_list li p,
      .faq_list .faq_ttl a,
      .faq_list .faq_ttl p {
        width: calc(100% - 35px);
        font: 17px/1.5em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
        font-weight: 700;
        color: #61C1BE; }
    .faq_list li:hover span {
      background: url("../images/q.svg") center bottom no-repeat;
      background-size: 22px; } }
/*max-width:480px*/
/*****************************************************************************************/
.answer_box {
  max-width: 1000px;
  width: calc(100% - 80px);
  margin: 0 auto 100px;
  border: 3px solid #F7C8D6;
  border-radius: 20px;
  padding: 60px 65px 40px 95px;
  position: relative; }
  .answer_box:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 28px;
    background: url("../images/a.svg") center center no-repeat;
    top: 30px;
    left: 25px; }
  .answer_box p {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 17px/2.5em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 300;
    margin: 0 0 40px; }
  .answer_box h2 {
    font: 28px/2.5em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 700;
    margin: 0 0 30px; }
  .answer_box h3 {
    font: 22px/2.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 500;
    margin: 0 0 30px; }
  .answer_box h4 {
    font: 20px/2.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 500;
    margin: 0 0 30px; }
  .answer_box h5 {
    font: 18px/2.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 500;
    margin: 0 0 30px; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .answer_box {
    max-width: 1000px;
    width: calc(100% - 60px);
    border-radius: 0;
    padding: 65px 25px 25px 25px;
    position: relative; }
    .answer_box:before {
      top: 25px;
      left: 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .answer_box {
    max-width: 1000px;
    width: calc(100% - 40px);
    border-radius: 0;
    padding: 50px 20px 25px 20px;
    position: relative; }
    .answer_box:before {
      background-size: contain;
      width: 30px;
      height: 21px;
      top: 20px;
      left: 15px; }
    .answer_box p {
      text-align: justify;
      text-justify: inter-ideograph;
      font: 16px/2.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 300;
      margin: 0 0 30px; } }
/*max-width:480px*/
/*****************************************************************************************/
.voice_list {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .voice_list h3 {
    text-align: center;
    background: url("../images/archive/voice_ttl.svg") center center no-repeat;
    display: block;
    width: 239px;
    height: 106px;
    margin: 0 auto 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .voice_list ul {
    margin: 0 auto 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
  .voice_list li {
    width: calc((100% - 120px)/4);
    max-width: 270px;
    margin: 0 40px 50px 0; }
    .voice_list li.no_single {
      width: 100% !important;
      max-width: 100%;
      margin: 0 auto;
      padding: 20px 0; }
      .voice_list li.no_single p {
        width: 100%;
        text-align: center;
        font: 18px/1.6em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
        font-weight: 500; }
    .voice_list li:nth-of-type(4n) {
      margin-right: 0; }
  .voice_list .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 90%;
    margin: 0 0 10px; }
    .voice_list .pic img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      height: 100%;
      width: auto; }
  .voice_list .midashi {
    background-color: #EE86A8;
    display: block;
    color: #fff;
    margin: 0 0 10px;
    font: 18px/1.4em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 700;
    padding: 2px 10px 5px;
    text-align: justify;
    text-justify: inter-ideograph; }
  .voice_list .voice {
    font: 16px/1.6em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 300;
    text-align: justify;
    text-justify: inter-ideograph;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 15px; }
  .voice_list .dat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    color: #61C1BE; }
  .voice_list .job {
    display: inline-block;
    border: 1px solid #61C1BE;
    padding: 2px 5px 3px;
    margin: 0 0 0 10px;
    font: 15px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 300; }
  .voice_list .namae {
    font: 18px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 500; }
  .voice_list .seido {
    margin: 15px 0 0;
    display: inline-block;
    background-color: #61C1BE;
    color: #fff;
    padding: 3px 15px 5px;
    border-radius: 50px;
    font: 16px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 500; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .voice_list {
    max-width: 860px; }
    .voice_list li {
      width: calc((100% - 50px)/3);
      max-width: 270px;
      margin: 0 25px 50px 0; }
      .voice_list li:nth-of-type(4n) {
        margin: 0 25px 50px 0; }
      .voice_list li:nth-of-type(3n) {
        margin: 0 0 50px 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .voice_list {
    width: 100%;
    margin: 0 auto;
    max-width: 540px; }
    .voice_list li {
      width: 100%;
      max-width: 100%;
      margin: 0 0 50px !important; }
      .voice_list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start; }
    .voice_list .pic {
      width: 170px;
      padding-top: 25%;
      margin: 0 20px 0 0; }
    .voice_list .txt {
      width: calc(100% - 190px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .voice_list {
    width: 100%;
    margin: 0 auto;
    max-width: 375px; }
    .voice_list h3 {
      text-align: center;
      background: url("../images/archive/voice_ttl.svg") center center no-repeat;
      background-size: contain;
      display: block;
      width: 239px;
      height: 80px;
      margin: 0 auto 50px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .voice_list li {
      width: 100%;
      max-width: 100%;
      margin: 0 20px 40px 0 !important; }
      .voice_list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start; }
    .voice_list .pic {
      width: 120px;
      padding-top: 28%;
      margin: 0 10px 0 0; }
    .voice_list .txt {
      width: calc(100% - 130px); }
    .voice_list .midashi {
      font: 17px/1.4em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 700; } }
/*max-width:480px*/
/*****************************************************************************************/
.voice_single {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  .voice_single h3 {
    text-align: center;
    background: url("../images/archive/voice_ttl.svg") center center no-repeat;
    display: block;
    width: 239px;
    height: 106px;
    margin: 0 auto 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.voice_message {
  position: relative;
  width: 100%;
  padding: 40px 0 0;
  margin: 0 auto 105px; }
  .voice_message .pic {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    max-width: 380px;
    height: 304px;
    border: 10px #FFF solid;
    background-color: #fff; }
    .voice_message .pic img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      height: 100%;
      width: auto; }
  .voice_message .txt {
    border: 1px solid #DCDDDD;
    max-width: 880px;
    min-height: 300px;
    margin: 0 0 0 auto;
    padding: 40px 40px 40px 300px; }
  .voice_message .midashi {
    color: #EE86A8;
    display: block;
    margin: 0 0 10px;
    font: 28px/1.4em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 700;
    text-align: justify;
    text-justify: inter-ideograph; }
  .voice_message .voice {
    font: 16px/1.8em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 300;
    text-align: justify;
    text-justify: inter-ideograph;
    display: -webkit-box; }
  .voice_message .dat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    color: #61C1BE;
    margin: 0 0 20px; }
  .voice_message .job {
    display: inline-block;
    border: 1px solid #61C1BE;
    padding: 2px 5px 3px;
    margin: 0 10px 0 10px;
    font: 15px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 300; }
  .voice_message .namae {
    font: 18px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 500; }
  .voice_message .seido {
    display: inline-block;
    background-color: #61C1BE;
    color: #fff;
    padding: 3px 15px 5px;
    border-radius: 50px;
    font: 16px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 500; }

.voice_dl {
  margin: 0 auto 120px;
  width: calc(100% - 80px);
  max-width: 1000px; }
  .voice_dl dt {
    border-left: 3px solid #61C1BE;
    color: #61C1BE;
    font: 22px/1.3em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 700;
    padding: 2px 0 7px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 30px; }
  .voice_dl dd {
    font: 16px/2.1em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 300;
    margin: 0 0 70px;
    text-align: justify;
    text-justify: inter-ideograph; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .voice_message {
    position: relative;
    width: 100%;
    padding: 40px 0 0;
    margin: 0 auto 105px; }
    .voice_message .pic {
      width: 100%;
      max-width: 320px;
      height: 256px; }
      .voice_message .pic img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto; }
    .voice_message .txt {
      border: 1px solid #DCDDDD;
      max-width: 880px;
      width: calc(100% - 120px);
      min-height: 300px;
      margin: 0 0 0 auto;
      padding: 40px 40px 40px 240px; }
    .voice_message .job {
      margin: 0 10px 10px 10px; }
    .voice_message .namae {
      margin: 0 0 10px; }
    .voice_message .seido {
      margin: 0 0 10px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .voice_message {
    position: relative;
    width: calc(100% - 60px);
    padding: 60px 30px 40px;
    margin: 0 auto 105px;
    max-width: 640px;
    border: 1px solid #DCDDDD; }
    .voice_message .pic {
      position: relative;
      left: auto;
      top: auto;
      overflow: hidden;
      width: 100%;
      margin: 0 auto 40px; }
      .voice_message .pic img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto; }
    .voice_message .txt {
      border: none;
      max-width: 880px;
      width: 100%;
      min-height: auto;
      margin: 0 auto;
      padding: 0;
      max-width: 540px; }
    .voice_message .dat {
      margin: 0 0 10px; }
    .voice_message .job {
      margin: 0 10px 10px 10px; }
    .voice_message .namae {
      margin: 0 0 10px; }
    .voice_message .seido {
      border-radius: 0;
      margin: 0 0 10px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .voice_single h3 {
    background: url("../images/archive/voice_ttl.svg") center center no-repeat;
    background-size: contain;
    width: 239px;
    height: 80px;
    margin: 0 auto 50px; }

  .voice_message {
    position: relative;
    width: calc(100% - 30px);
    padding: 30px 15px 40px;
    margin: 0 auto 75px; }
    .voice_message .pic {
      width: 100%;
      max-width: 250px;
      height: 200px;
      margin: 0 auto 40px; }
    .voice_message .midashi {
      color: #EE86A8;
      display: block;
      margin: 0 0 10px;
      font: 24px/1.4em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 700;
      text-align: justify;
      text-justify: inter-ideograph; }
    .voice_message .dat {
      margin: 0 0 10px; }
    .voice_message .job {
      margin: 0 10px 10px 10px;
      font: 14px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 300; }
    .voice_message .namae {
      margin: 0 0 10px;
      font: 17px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 500;
      /*  */ }
    .voice_message .seido {
      border-radius: 0;
      margin: 0 0 10px;
      font: 14px/1.0em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 500;
      padding: 3px 5px 5px; }

  .voice_dl {
    width: calc(100% - 30px);
    margin: 0 auto 100px; }
    .voice_dl dt {
      border-left: 3px solid #61C1BE;
      color: #61C1BE;
      font: 20px/1.3em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 700;
      padding: 2px 0 7px 15px;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0 0 25px; }
    .voice_dl dd {
      font: 16px/1.8em 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
      font-weight: 300;
      margin: 0 0 60px; } }
/*max-width:480px*/
/*****************************************************************************************/
