@charset "UTF-8";

/* ====================================
          メインビジュアル
===================================== */
.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.main {
  background: #f0f9fa;
  padding: 0 0 3rem 0;
}

.main a:link {
  color: #000;
  text-decoration: underline;
}

.main a:hover {
  color: #17a2b2;
  text-decoration: none;
}

.mainvisual {
  width: 100%;
  height: 680px;
  justify-content: center;
  background: url(../../../img/mask/uservoice/main.png) no-repeat 50%/cover;
}

.title {
  margin: 0 auto;
  padding: 35px 0 25px 0;
  width: 340px;
}

.maincopy {
  width: 100%;
  max-width: 1200px;
  margin: 170px auto 10px auto;
  font-size: 23px;
  color: #333;
  text-align: center;
  line-height: 200%;
  font-weight: 500;
}

.footercopy {
  width: 100%;
  margin: 8rem auto 4rem auto;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 180%;
  font-weight: 500;
}

.stripe {
  background: repeating-linear-gradient(-45deg, #ed76bf, #ed76bf 2px, white 2px, white 4px);
  background-size: 100% 8px;
  background-repeat: repeat-x;
  background-position: bottom;
  display: inline;
  padding: 0 1px 0px;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    height: 320px;
  }

  .title {
    padding: 10px 0 15px 0;
    width: 180px;
  }

  .maincopy {
    margin: 70px auto 10px auto;
    font-size: 16px;
    width: 90%;
    line-height: 150%;
  }

  .footercopy {
    margin: 40px auto 30px auto;
    font-size: 16px;
    width: 90%;
    line-height: 170%;
  }
}

/*コンテンツ*/
.uservoice_menu {
  display: flex;
  justify-content: space-between;
  /* width: 80%; */
  margin: 3rem auto 4rem auto;
  max-width: 950px;
}

.uservoice_menu li {
  width: auto;
  padding: 15px;
  text-align: center;
  font-size: 1.7rem;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 120%;
  font-weight: 500;
}

.uservoice_menu li::before {
  content: "▼";
  color: #d1007f;
  font-size: 1.2rem;
  margin-right: 5px;
}

.uservoice_t {
  width: 250px;
  margin: 0 auto;
}

.uservoice_box {
  background: #fff;
  /* width: 95%; */
  margin: 2rem auto 5rem auto;
  border-radius: 10px;
  padding: 3rem;
  max-width: 1200px;
}

.uservoice_box .img_box {
  width: 70%;
  margin: 0 auto;
}

.uservoice_box h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 4rem 0 2rem 0;
}

.text_s {
  margin: 1rem 0;
  font-size: 0.8em;
}

.detail {
  width: 80%;
  margin: 2rem auto;
  border: solid 1px #ddd;
}

.detail tr {
  padding: 5px
}

.detail th {
  border: solid 1px #ddd;
  background: #3bbcca;
  color: #fff;
  padding: 5px;
  width: 150px;
  font-weight: 500;
  text-align: center;
}

.detail td {
  padding: 5px;
  border: solid 1px #ddd;
  text-align: center;
  width: 27%;
}

.detail tr:nth-child(even) td {
  background: #eee;
}

.course_btn {
  display: flex;
  justify-content: space-between;
  /* width: 85%; */
  margin: 2rem auto;
  max-width: 1000px;
}

.course_btn li {
  color: #fff;
}

.course_btn a:link {
  width: 28%;
  border-radius: 7px;
  background: #17a2b2;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  text-align: center;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 120%;
  text-decoration: none;
}

.course_btn a:hover {
  opacity: 0.7;
}

/*声*/
.voice_list {
  width: 80%;
  margin: 3rem auto;
}

.talk_cocoro {
  border-radius: 5px;
  background: #fbe0ed;
  padding: 1.2em;
  font-size: 1.5rem;
  min-height: 70px;
  margin-bottom: 7rem;
}

.talk_cocoro img {
  float: right;
  margin: 0 0 0 1rem;
  width: 50px;
}

/* ----- 共通 ----- */
.talk {
  margin-bottom: 23px;
}

.talk figure img {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* 画像の下のテキスト */
.talk-imgname {
  padding: 0;
  font-size: 11px;
  text-align: center;
}

p.talk-text {
  margin: 0 0 8px;
}

p.talk-text:last-child {
  margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after,
.talk:before {
  clear: both;
  content: "";
  display: block;
}

/* ----- 左の場合 ----- */
/* 左画像 */
.talk-Limg {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 120px;
  height: 120px;
}

/* 左からの吹き出しテキスト（黄色） */
.talk-Ltxt_y {
  color: #444;
  position: relative;
  margin-left: 140px;
  padding: 1.2em;
  background-color: #f9f3d1;
  border-radius: 5px;
}

/* 左の三角形を作る */
.talk-Ltxt_y:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}

.talk-Ltxt_y:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f9f3d1;
  top: 15px;
  left: -16px;
}

/* 左からの吹き出しテキスト（青） */
.talk-Ltxt_b {
  color: #444;
  position: relative;
  margin-left: 140px;
  padding: 1.2em;
  background-color: #caf2f4;
  border-radius: 5px;
}

/* 左の三角形を作る */
.talk-Ltxt_b:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}

.talk-Ltxt_b:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #caf2f4;
  top: 15px;
  left: -16px;
}

/* 左からの吹き出しテキスト（グレー） */
.talk-Ltxt_g {
  color: #444;
  position: relative;
  margin-left: 140px;
  padding: 1.2em;
  background-color: #e5e5e5;
  border-radius: 5px;
}

/* 左の三角形を作る */
.talk-Ltxt_g:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}

.talk-Ltxt_g:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #e5e5e5;
  top: 15px;
  left: -16px;
}

/* ----- 右の場合 ----- */
/* 右画像 */
.talk-Rimg {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 120px;
  height: 120px;
}

/* 右からの吹き出しテキスト（黄色） */
.talk-Rtxt_y {
  position: relative;
  margin-right: 140px;
  padding: 1.2em;
  border-radius: 5px;
  background: #f9f3d1;
}

/* 右の三角形を作る */
.talk-Rtxt_y:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}

.talk-Rtxt_y:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f9f3d1;
  top: 15px;
  right: -16px;
}

/* 右からの吹き出しテキスト（青） */
.talk-Rtxt_b {
  position: relative;
  margin-right: 140px;
  padding: 1.2em;
  border-radius: 5px;
  background: #caf2f4;
}

/* 右の三角形を作る */
.talk-Rtxt_b:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}

.talk-Rtxt_b:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #caf2f4;
  top: 15px;
  right: -16px;
}

/* 右からの吹き出しテキスト（グレー） */
.talk-Rtxt_g {
  position: relative;
  margin-right: 140px;
  padding: 1.2em;
  border-radius: 5px;
  background: #e5e5e5;
  ;
}

/* 右の三角形を作る */
.talk-Rtxt_g:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}

.talk-Rtxt_g:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #e5e5e5;
  ;
  top: 15px;
  right: -16px;
}

/*表示制御*/
.sponly {
  display: none;
}

.pconly {
  display: block;
}

/*SP版*/
@media screen and (max-width:768px) {

  .uservoice_menu {
    /* width: 100%; */
    flex-wrap: wrap;
    margin: 2rem auto 4rem auto;
    padding: 0;
  }

  .uservoice_menu li {
    width: 100%;
    padding: 7px;
    text-align: center;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 120%;
    font-weight: 500;
  }

  .course_btn {
    /* width: 100%; */
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .course_btn a:link {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
    margin: 6px 0;
    max-width: 400px;
  }

}

@media screen and (max-width: 767px) {

  .base-width-sp,
  .base-width {
    padding-left: 3%;
    padding-right: 3%;
  }

  .uservoice_box {
    /* width: 100%; */
    padding: 1rem;
  }

  .uservoice_box h3 {
    font-size: 1.8rem;
  }

  .uservoice_box p {
    text-align: left;
  }

  .uservoice_box .img_box {
    width: 100%;
    margin: 0 auto;
  }

  /*声*/
  .talk_cocoro {
    margin-bottom: 4rem;
    padding: 10px;
    font-size: 1.4rem;
  }

  .voice_list {
    width: 100%;
    margin: 2rem 0;
  }

  .talk {
    margin-bottom: 17px;
  }

  .talk-text {
    font-size: 1.4rem;
  }

  .talk-Limg {
    width: 60px;
    height: 60px;
  }

  .talk-Ltxt_y,
  .talk-Ltxt_b,
  .talk-Ltxt_g {
    margin-left: 70px;
    padding: 0.5em;
  }

  .talk-Rimg {
    width: 60px;
    height: 60px;
  }

  .talk-Rtxt_y,
  .talk-Rtxt_b,
  .talk-Rtxt_g {
    margin-right: 70px;
    padding: 0.5em;
  }

  .talk-imgname {
    font-size: 10px;
    line-height: 100%;
  }

  .detail {
    width: 100%;
    font-size: 1.4rem;
  }

  .detail td,
  .detail th {
    padding: 3px;
  }

  .sponly {
    display: block;
  }

  .pconly {
    display: none;
  }
}

/* ====================================
          fadein
===================================== */
.poyon {
  animation: poyon 1.2s;
}

@keyframes poyon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }

  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }

  30% {
    transform: scale(1.1, 0.9) translate(0%, 10%);
  }

  50% {
    transform: scale(0.9, 1.0) translate(0%, -10%);
  }

  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}

/*アニメーション要素のスタイル*/
.animation {
  /* opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px); */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*アニメーション要素までスクロールした時のスタイル*/
/* .active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
} */

/* ====================================
          汎用
===================================== */
.tac {
  text-align: center;
}

.fwb {
  font-weight: 600;
}

.mbs {
  margin-bottom: 4rem;
}