@charset "UTF-8";

/* PC用
----------------------------------------- */
@media screen and (min-width: 415px) {
  body {
    max-width: 414px;
    margin: 0 auto !important;
    box-shadow: 0 0 10px rgba(95, 94, 94, 0.3);
  }

  #contents_lp {
    max-width: calc(450px - 2px);
  }
}


/* 使い方ガイド（共通）
------------------------------------------ */
small {
  display: block;
  line-height: 160%;
}

.point-color {
  color: #ee3255;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.guide-inner {
  padding: 0 20px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

.guide-inner h2 {
  font-size: 16px;
}

ul.guide-link li {
  border-top: 1px #e5eafc solid;
  margin: 0 auto;
  width: 90%;
}

ul.guide-link li:last-child {
  border-bottom: 1px #e5eafc solid;
}

ul.guide-link li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  padding: 14px 0 14px 16px;
  position: relative;
  text-decoration: none;
}

ul.guide-link li a span {
  padding: 0 0 0 12px;
}

ul.guide-link li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}

.guide-link-wrap {
  margin-top: 50px;
}

.guide-link-wrap h2 {
  margin: 25px 0 14px 20px;
}

.breadcrumbs-guide li a {
  text-decoration: underline;
}

.img-100percent {
  width: 100%;
  height: auto;
}

.inner-btn {
  margin: 0 auto;
}

a.btn-green {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #0ca795;
  border: 1px solid #0ca795;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 12px;
  text-decoration: none;
}

/* 使い方ガイド（トップ）
------------------------------------------ */
#guide-top {
  color: #333;
}

#guide-top h1 {
  text-align: center;
}

#guide-top h1 img,
#guide-top h2 img,
#guide-top .guide-text img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#guide-top .guide-sec-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#guide-top .section-inner .guide-link-wrap {
  margin: 20px -20px 50px;
}

.list-guide-page-link {
  display: flex;
  justify-content: space-between;
  grid-gap: 8px;
  padding: 0 10px;
  margin: 20px 0;
}

.list-guide-page-link > li {
  width: calc(100% / 3);
}

.list-guide-page-link > li a {
  display: block;
  background: #5f83b5;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0 20px;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.5;
  position: relative;
}

.list-guide-page-link > li a::after {
  content: "";
  background: #fff;
  height: calc(tan(60deg) * 8px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

#guide-second .guide-inner h1 {
  color: #0cbaa0;
  font-size: 18px;
  text-align: center;
  position: relative;
}

#guide-second .guide-inner h1::after {
  content: "";
  display: block;
  width: 115px;
  height: 8px;
  background-color: #0cbaa0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

/* top 流れ */
.list-guide-flow > li {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  background: #f3f7ff;
  border-radius: 12px;
  padding: 20px;
}

.list-guide-flow > li + li {
  margin-top: 20px;
  position: relative;
}

.list-guide-flow > li + li::before {
  content: "";
  width: 1px;
  height: 20px;
  border-left: 2px dashed #9facc5;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.list-guide-flow > li .head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.howto-talk {
  margin-top: 30px;
}

.howto-talk h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../../images/icon/icon-alert-outline-black.svg") no-repeat center / cover;
  vertical-align: -0.3em;
  margin-right: 5px;
}

/* top 料金 */
.guide-price {
  background: #fffdf3;
  padding: 35px 20px;
}

.point-orange {
  color: #f84a00;
}

.guide-beginner {
  background: #ffebe2;
  border: 1px solid #dec3b8;
  border-radius: 12px;
  padding: 50px 20px 25px;
  margin-top: 100px;
  position: relative;
}

.guide-beginner h3 {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.beginner-example {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
}

.beginner-example > .head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.beginner-example > .head > span {
  display: inline-block;
  border-bottom: 1px dashed #333;
}

.price-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.price-wrap > .head {
  width: 80px;
  margin-right: 10px;
}

.price-wrap > .head .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #333;
  border-radius: 999em;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.price-wrap.is-beginner > .head .label {
  background: #f84a00;
  border-color: #f84a00;
  color: #fff;
}

.price-wrap > .content {
  width: calc(100% - 96px);
}

.price-wrap .price {
  font-size: 14px;
  line-height: 1.5;
}

.price-wrap .price .num {
  font-size: 19px;
  font-weight: bold;
}

.price-wrap.is-beginner .price {
  color: #f84a00;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
}

.price-wrap.is-beginner .price .num {
  font-size: 23px;
}

.price-wrap.is-beginner .price .lead {
  font-size: 20px;
}

/* 探し方 */
.list-guide-search {
  display: flex;
  grid-gap: 15px;
  overflow-x: scroll;
  padding: 15px 20px;
  margin: 10px -20px 0;
}

.list-guide-search > li a {
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
}

.list-guide-search > li a .upper {
  padding: 25px 20px;
}

.list-guide-search > li a .upper .head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.list-guide-search > li a .lower {
  border-radius: 0 0 12px 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}

.list-guide-search > li a .lower > span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../../images/welcome/icon-arrow-circle.svg") no-repeat center / cover;
  margin-left: 5px;
  vertical-align: -0.1em;
}

.list-guide-search > li:nth-child(1) a {
  background: #e0f4f0;
}

.list-guide-search > li:nth-child(1) a .lower {
  background: #2099a4;
}

.list-guide-search > li:nth-child(2) a {
  background: #fbf7db;
}

.list-guide-search > li:nth-child(2) a .lower {
  background: #2e61a8;
}

.list-guide-search > li:nth-child(3) a {
  background: #f0edff;
}

.list-guide-search > li:nth-child(3) a .lower {
  background: #555ac4;
}

.bnr-guide-support-qa {
  padding: 0 10px;
}

.bnr-guide-support-qa img {
  max-width: 100%;
  height: auto;
}

@media screen and (width >= 320px) {
  .list-guide-search > li a .upper img {
    width: 235px;
    height: auto;
  }
}

@media screen and (width >= 360px) {
  .list-guide-search > li a .upper img {
    width: 275px;
    height: auto;
  }
}

/* コインについて
------------------------------------------ */
.coin-title {
  font-size: 18px;
  font-weight: bold;
}

/* 電話相談の流れ
------------------------------------------ */
.gtm_welcome_tel_help-problem img {
  width: 100%;
  height: auto;
}

ul.guide-stepflow {
  border: none;
  margin: 40px auto 10px;
  padding: 0;
  list-style: none;
}

ul.guide-stepflow > li::before,
ol.guide-stepflow > li::before {
  background-color: #566186 !important;
}

.guide-stepflow > li {
  position: relative;
  padding: 30px 0 15px 24px;
}

.guide-stepflow > li::before {
  content: "";
  width: 1px;
  background: #566186;
  display: block;
  position: absolute;
  top: 28px;
  bottom: 14px;
  left: 4px;
}

.guide-stepflow-label {
  padding: 0 5px;
  color: #465384;
  font-size: 11px;
  font-weight: bold;
  border: 1px #465384 solid;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: -8px;
  top: -3px;
}

.guide-stepflow-title {
  color: #07b097;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.guide-stepflow-title span {
  background: #07b097;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 0 5px;
  padding: 4px 6px 4px 4px;
  white-space: nowrap;
}

.guide-stepflow-content {
  padding: 0 0 20px;
  border-bottom: dashed 1px #ccc;
}

.guide-stepflow-content > img {
  width: 80%;
  height: auto;
  padding: 15px 0 5px 30px;
}

/* 通話テスト
------------------------------------------ */
.app-calltest {
  text-align: center;
}

.app-calltest button {
  background: #fff;
  border: 1px #0e82ed solid;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #0e82ed;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 5px 10px;
  width: 84%;
}

.app-calltest button span {
  display: block;
  font-size: 10px;
}

.app-calltest p {
  color: #ee3255;
  line-height: 160%;
  margin: 10px 0 0;
}

.app-calltest .disabled_submit {
  color: gray;
  border-color: gray;
  opacity: 0.5;
}

/* 通話アプリのダウンロード・利用設定方法
------------------------------------------ */
.btn-area {
  padding: 10px 5px 35px;
}

.btn-area p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px;
}

.btn-area-app {
  display: flex;
  justify-content: space-between;
}

.btn-area-app-ios {
  background: #428fd6;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  display: block;
  font-weight: bold;
  margin: 0 8px;
  padding: 10px;
  text-decoration: none !important;
  text-align: center;
  width: 90%;
}

.btn-area-app-android {
  background: #ee9000;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  display: block;
  font-weight: bold;
  margin: 0 8px;
  padding: 10px;
  text-decoration: none !important;
  text-align: center;
  width: 90%;
}

/* 枠
------------------------------------------ */
.frame-type {
  border: 1px #333 solid;
  border-radius: 12px;
  margin: 0 0 16px;
}

.frame-type-header {
  background: #f5f7ff;
  border-radius: 10px 10px 0 0;
  color: #333;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.frame-type-header-left {
  background: #f5f7ff;
  border-radius: 12px 12px 0 0;
  color: #333;
  font-weight: bold;
  padding: 12px 14px;
  display: flex;
  align-items: center;
}

.frame-type-header-left span {
  padding: 0 0 0 10px;
}

.frame-type-content {
  padding: 20px;
}

.frame-type-border-bottom {
  border-bottom: 1px #999 dashed;
}

/* お支払い方法タイトル
------------------------------------------ */
.payment-method-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px;
}

.payment-method-title span {
  line-height: 160%;
  margin: 0 0 0 10px;
}

/* コンビニ・電子マネー等お支払い方法テーブル
------------------------------------------ */
.payment-method-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 160%;
}

.payment-method-table thead th {
  background: #f5f7ff;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.payment-method-table tbody tr {
  border-top: 1px solid #ccc;
}

.payment-method-table__category {
  background: #f5f7ff;
  border-right: 1px solid #ccc;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
  width: 28%;
}

.payment-method-table__detail {
  padding: 12px;
  text-align: left !important;
  vertical-align: top;
}

.payment-method-table__detail img {
  width: 100%;
  height: auto;
}

.payment-method-table__detail p {
  color: #666;
  font-size: 11px;
  line-height: 160%;
  margin: 8px 0 0;
}

/* よくある質問
------------------------------------------ */
.help-center-link {
  background: #f4f6fa;
  border-radius: 12px;
  margin: 0 auto;
  padding: 16px;
  width: 80%;
}

.help-center-link p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.help-center-link ul li {
  margin: 0 0 15px;
}

.help-center-link ul li:last-child {
  margin: 0;
}

.help-center-link ul li a {
  text-decoration: none;
}

@media screen and (max-width: 320px) {
  .btn-area-app {
    font-size: 12px;
  }
}
