@charset "utf-8";
.digest_present_head_title {
  width: 100%;
  padding: 0 5vw;
  margin: 0 auto;
}
.digest_present_head_title .img1 {
  width: 30vw;
  height: 30vw;
  margin: 0 auto 5vw;
  overflow: hidden;
  border-radius: 50%;
}
.digest_present_head_title .mass {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

#page_cont.digest_present {
  padding: 12.5vw 0 15vw;
  line-height: 1.8;
}
/**/
.digest_present .tc {
  text-align: center;
}
/*フォントサイズ*/
.digest_present .fs-1 {
  font-size: 1.4rem;
}
.digest_present .fs-2 {
  font-size: 1.2rem;
}
/*太字*/
.digest_present .fwb {
  font-weight: bold;
}

.digest_present p {
  font-size: 1rem;
}
.digest_present .mb1 {
  margin: 0 0 10vw;
}
.digest_present .mb2 {
  margin: 0 0 7.5vw;
}
.digest_present .mb3 {
  margin: 0 0 15vw;
}
.digest_present .mb4 {
  margin: 0 0 15vw;
}

.digest_present .liner {
  background: #ffff00;
}
.digest_present .u_line {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.digest_present .img_txt {
  margin: 0 auto 10vw;
}
/*キャプチャー画像*/
.digest_present .img_box {
  width: 100%;
  margin: 0 auto 10vw;
}
.digest_present .img_box .rank_link {
  font-size: 0.6rem;
  padding: 0 0 0 4.5vw;
}

/*ストアの説明文*/
.digest_present .txt_box {
  position: relative;
}
/*Kindleストアの説明文*/
.digest_present .txt_box .txt1 {
  position: absolute;
  top: -3.2vw;
  left: 0.8vw;
  font-size: 1.2rem;
}
/*説明文*/
.digest_present .txt_box .txt2 {
  height: 42.4vw;
  overflow: hidden;
  margin: 5vw 0 0;
  padding: 7.5vw 5vw 0vw;
  background: #f2f2f2;
  line-height: 1.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.digest_present .txt_box .txt2.disp {
  height: 130vw;
}
.digest_present .txt_box .txt3 {
  display: none;
}
.digest_present .txt_box .txt3.disp {
  /*display: inline;*/
  opacity: 1;
}

/*リンク*/
.digest_present .txt_box .more_btn {
  display: block;
  cursor: pointer;
  color: #2e80ca;
  padding: 1vw 5vw 5vw;
  background: #f2f2f2;
}
.digest_present .txt_box .more_btn .on {
  display: none;
}
.digest_present .txt_box .more_btn.disp .off {
  display: none;
}
.digest_present .txt_box .more_btn.disp .on {
  display: block;
}

/*実績*/
.digest_present .jisseki_cont {
  width: 100%;
  background: url(../img/reverberation/voice_list_pc_mv.jpg) center center no-repeat;
  background-size: cover;
}
.digest_present .jisseki_cont .mask {
  width: 100%;
  height: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.digest_present .jisseki_cont p.txt {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.digest_present .jisseki_cont .a_txt {
  color: #fff;
  font-size: 1rem;
}
.digest_present .jisseki_cont a {
  color: #fff;
  text-decoration: underline;
}

.digest_present iframe {
  margin: 0 auto;
}
.digest_present iframe img {
  width: 100%;
  height: auto;
}

.digest_present .ban_box {
  margin: 0 0 2.5vw;
}
.digest_present .bottom_txt {
  margin: 0 0 5vw;
}
.digest_present .bottom_txt a {
  color: #2e80ca;
  text-decoration: underline;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールフォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#ca_mail {
  padding: 0.625vw 0 0;
}
#ca_mail .ca_table_cont {
  width: 100%;
  padding: 7.5vw 6.25vw 3.75vw;
  margin-bottom: 10vw;
  background: url(../img/cross_area/bg5.png);
}
#ca_mail .txt1 {
  font-size: 1rem;
  text-align: center;
}
#ca_mail .tr1 {
  width: 100%;
  margin-bottom: 3.59375vw;
}
#ca_mail .th1,
#ca_mail .td1 {
  width: 100%;
  padding: 1.25vw 0;
  font-size: 1.2rem;
}
#ca_mail .his {
  position: relative;
}
#ca_mail .his::before {
  content: "";
  position: absolute;
  top: 49%;
  left: -2.8125vw;
  display: block;
  width: 1.875vw;
  height: 0.3125vw;
  background: #e7152d;
}

#ca_mail input[type="text"],
#ca_mail input[type="email"],
#ca_mail input[type="tel"],
#mailform_box input[type="file"],
#ca_mail select,
#ca_mail textarea {
  width: 100%;
  height: 8.5625vw;
  font-size: 1.4rem;
  padding: 0.9375vw;
  box-sizing: border-box;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-apperance: none;
  background: #fff;
}
#ca_mail input::placeholder {
  color: #ddd;
}
#ca_mail input::-webkit-input-placeholder {
  position: relative;
  line-height: normal;
}
#ca_mail textarea {
  height: 32.5vw;
}

.select_deco select::-ms-expand {
  display: none;
}
.select_deco {
  position: relative;
}
.select_deco::before {
  content: "+";
  position: absolute;
  top: -0.625vw;
  right: 1.875vw;
  color: #41bac5;
  font-size: 1.2rem;
  z-index: 10;
}

/*ラジオボタン*/
#ca_mail input[type="radio"] {
  display: none;
}
#ca_mail .wpcf7-list-item {
  margin: 0;
}
#ca_mail .wpcf7-list-item-label {
  padding-left: 5vw;
  position: relative;
  margin-right: 5.625vw;
}
#ca_mail .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.46875vw;
  left: 0;
  width: 2.65625vw;
  height: 2.65625vw;
  border-radius: 50%;
  background: #009a9a;
}
#ca_mail input[type="radio"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.25vw;
  left: 0.9375vw;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: #fff;
}

#ca_mail .send_btn {
  position: relative;
}
#ca_mail .send_btn input[type="submit"] {
  position: relative;
  display: block;
  width: 100%;
  height: 15vw;
  margin: 0px auto;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  outline: none;
  box-shadow: 1px 1px 10px #ddd;
}
#ca_mail .ic_ya::after {
  content: "";
  position: absolute;
  top: 6.25vw;
  right: 7.03125vw;
  display: block;
  width: 5.625vw;
  height: 1.5625vw;
  border-radius: 3px;
  background: url(../img/cross_area/sp/ya1.png) no-repeat;
  background-size: 100% auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Mauticフォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#m_dp_form {
  width: 100%;
  padding: 2.5vw 0 22vw;
  margin-bottom: 10vw;
}
#m_dp_form .wrap {
  position: relative;
  width: 100%;
  padding: 7.5vw 6.25vw 3.75vw;
  background: url(../img/cross_area/bg5.png);
}

/*注意
===============================*/
#m_dp_form .txt1 {
  font-size: 1rem;
  margin-bottom: 5vw;
  text-align: center;
}
#m_dp_form .his {
  position: relative;
}
#m_dp_form .his::before,
#m_dp_form .mauticform-row.mauticform-required .mauticform-label::before {
  content: "";
  position: absolute;
  top: 49%;
  left: -2.8125vw;
  display: block;
  width: 1.875vw;
  height: 0.3125vw;
  background: #e7152d;
}

/*行
===============================*/
#m_dp_form .mauticform-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 7.5vw;
}
/*ラベル*/
#m_dp_form .mauticform-label {
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 2.5vw;
}
#m_dp_form .mauticform-row.mauticform-required .mauticform-label:after {
  display: none;
}

/*記入欄*/
#m_dp_form .mauticform-input {
  width: 100%;
  height: 8.25vw;
  font-size: 16px;
}

/*送信ボタン
===============================*/
#m_dp_form #mauticform_webjikeshizhanshudaijesutobandl_submit {
  position: absolute;
  bottom: -22vw;
  left: 0;
  right: 0;
  margin: auto;
}
#m_dp_form #mauticform_webjikeshizhanshudaijesutobandl_submit::after {
  content: "";
  position: absolute;
  top: 6.25vw;
  right: 7.03125vw;
  display: block;
  width: 5.625vw;
  height: 1.5625vw;
  border-radius: 3px;
  background: url(../img/cross_area/sp/ya1.png) no-repeat;
  background-size: 100% auto;
}
/*submit*/
#m_dp_form .mauticform-button {
  position: relative;
  display: block;
  width: 100%;
  height: 15vw;
  margin: 0px auto;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 1px 1px 10px #ddd;
}

/* keyframes animation 
===============================*/
#m_dp_form .bg_grad2 {
  background-size: 200% 100%;
  -webkit-animation: bgGrad1Anime 12s ease infinite;
  -moz-animation: bgGrad1Anime 12s ease infinite;
  animation: bgGrad1Anime 12s ease infinite;
}
#m_dp_form .bg_grad2 {
  background-image: -moz-linear-gradient(180deg, rgb(43, 167, 241) 0%, rgb(116, 235, 213) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(43, 167, 241) 0%, rgb(116, 235, 213) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(43, 167, 241) 0%, rgb(116, 235, 213) 100%);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
PC
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 1000px) {
  /*ここから====================*/
  .digest_present_head_title {
    display: flex;
    align-items: center;
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .digest_present_head_title .img1 {
    width: 180px;
    height: 180px;
    margin: 0 24px 0 0;
    overflow: hidden;
    border-radius: 50%;
  }
  .digest_present_head_title .mass {
    width: 756px;
    font-size: 1.8rem;
  }

  #page_cont.digest_present {
    padding: 94px 0 160px;
  }

  .digest_present .inner {
    width: 760px;
    margin: 0 auto;
  }

  /*フォントサイズ*/
  .digest_present .fs-1 {
    font-size: 2rem;
  }
  .digest_present .fs-2 {
    font-size: 1.8rem;
  }
  .digest_present p {
    font-size: 1.4rem;
  }

  /*マージン*/
  .digest_present .mb1 {
    margin: 0 0 64px;
  }
  .digest_present .mb2 {
    margin: 0 0 48px;
  }
  .digest_present .mb3 {
    margin: 0 0 64px;
  }
  .digest_present .mb4 {
    margin: 0 0 80px;
  }

  .digest_present .img_txt {
    display: flex;
    justify-content: center;
    margin: 0 auto 64px;
  }
  /*キャプチャー画像*/
  .digest_present .img_box {
    width: 50%;
    margin: 0;
  }
  .digest_present .img_box .rank_link {
    display: block;
    font-size: 10px;
    padding: 0 0 0 14px;
    margin-top: -4px;
  }

  /*ストアの説明文*/
  .digest_present .txt_box {
    position: relative;
    width: 50%;
  }
  /*Kindleストアの説明文*/
  .digest_present .txt_box .txt1 {
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: 1.8rem;
  }
  /*説明文*/
  .digest_present .txt_box .txt2 {
    height: 192px;
    margin: 18px 0 0;
    padding: 40px 32px 0px;
  }
  .digest_present .txt_box .txt2.disp {
    height: 600px;
  }

  /*リンク*/
  .digest_present .txt_box .more_btn {
    font-size: 1.4rem;
    padding: 8px 32px 24px;
  }

  /*実績*/
  .digest_present .jisseki_cont .mask {
    height: 180px;
  }
  .digest_present .jisseki_cont p.txt {
    font-size: 2rem;
  }
  .digest_present .jisseki_cont .a_txt {
    font-size: 1.5rem;
  }

  .digest_present iframe {
    margin: 0 auto;
  }
  .digest_present iframe img {
    width: 100%;
    height: auto;
  }

  .digest_present .ban_box {
    margin: 0 0 16px;
  }

  .digest_present .bottom_txt {
    width: 640px;
    margin: 0 auto;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールフォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  #ca_mail {
    padding: 4px 0 32px;
  }
  #ca_mail .ca_table_cont {
    padding: 46px 125px 24px;
    margin: 0 auto 64px;
  }
  #ca_mail .txt1 {
    font-size: 14px;
    margin-bottom: 0;
  }
  #ca_mail .tr1 {
    width: 100%;
    margin-bottom: 40px;
  }
  #ca_mail .th1,
  #ca_mail .td1 {
    float: left;
    width: auto;
    padding: 0;
    font-size: 14px;
  }
  #ca_mail .th1 {
    width: 35%;
    font-weight: bold;
    padding-top: 8px;
  }
  #ca_mail .td1 {
    width: 65%;
  }
  #ca_mail .his {
    position: relative;
  }
  #ca_mail .his::before {
    content: "";
    position: absolute;
    top: 49%;
    left: -26px;
    display: block;
    width: 8px;
    height: 2px;
    background: #e7152d;
  }

  #ca_mail input[type="text"],
  #ca_mail input[type="email"],
  #ca_mail input[type="tel"],
  #mailform_box input[type="file"],
  #ca_mail select,
  #ca_mail textarea {
    width: 100%;
    height: 32px;
    font-size: 14px;
    padding: 3px;
  }
  #ca_mail textarea {
    height: 196px;
  }

  /*セレクト*/
  .select_deco select::-ms-expand {
    display: none;
  }
  .select_deco {
    position: relative;
    display: block;
    width: 270px;
  }
  .select_deco::before {
    content: "+";
    position: absolute;
    top: 9px;
    right: 11px;
    color: #41bac5;
    font-size: 16px;
    z-index: 10;
  }

  /*ラジオボタン*/
  #ca_mail .radio-600 {
    position: relative;
    top: 8px;
  }
  #ca_mail input[type="radio"] {
    display: none;
  }
  #ca_mail .wpcf7-list-item-label {
    padding-left: 22px;
    position: relative;
    margin-right: 32px;
  }
  #ca_mail .wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
  }
  #ca_mail input[type="radio"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }

  #ca_mail .send_btn {
    position: relative;
  }
  #ca_mail .send_btn input[type="submit"] {
    position: relative;
    display: block;
    width: 650px;
    height: 96px;
    margin: 0px auto;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  #ca_mail .ic_ya::after {
    content: "";
    position: absolute;
    top: 41px;
    right: 204px;
    display: block;
    width: 32px;
    height: 10px;
    border-radius: 3px;
    background: url(../img/cross_area/pc/ya1.png) no-repeat;
    background-size: 100% auto;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Mauticフォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  #m_dp_form {
    padding: 8px 0 160px;
    margin-bottom: 94px;
  }
  #m_dp_form .wrap {
    padding: 46px 125px 24px;
  }
  /*注意
  ===============================*/
  #m_dp_form .txt1 {
    font-size: 14px;
    margin-bottom: 56px;
  }
  #m_dp_form .his::before,
  #m_dp_form .mauticform-row.mauticform-required .mauticform-label::before {
    left: -26px;
    width: 8px;
    height: 2px;
  }
  /*行
  ===============================*/
  #m_dp_form .mauticform-row {
    align-items: center;
    margin-bottom: 56px;
  }
  /*ラベル*/
  #m_dp_form .mauticform-label {
    width: 35%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  /*記入欄
  ===============================*/
  #m_dp_form .mauticform-input {
    width: 65%;
    height: 32px;
    font-size: 14px;
  }
  /*送信ボタン
  ===============================*/
  #m_dp_form #mauticform_webjikeshizhanshudaijesutobandl_submit {
    bottom: -160px;
  }
  #m_dp_form #mauticform_webjikeshizhanshudaijesutobandl_submit::after {
    top: 41px;
    right: 204px;
    width: 32px;
    height: 10px;
  }
  /*submit*/
  #m_dp_form .mauticform-button {
    width: 650px;
    height: 96px;
    font-size: 24px;
    font-weight: bold;
  }

  /*ここまで====================*/
}
