@charset "UTF-8";

/* 使い方ガイド共通 */
.point-color {
  color: #ee3255;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.guide-inner {
  width: 90%;
  margin: 0 auto 40px;
}

ul.guide-link {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  border-radius: 5px;
  margin: 10px auto 0;
  width: 98%;
}

ul.guide-link li {
  background: #fff;
  border: 1px #999 solid;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto 20px;
}

ul.guide-link-last {
  border: 1px #999 solid;
  width: 300px;
}

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

ul.guide-link li a:hover {
  background: #f1f1f1;
  transition: 0.2s linear;
  border-radius: 5px;
}

ul.guide-link li a span {
  padding: 0 0 0 10px;
  line-height: 150%;
}

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-sub {
  margin: 0 0 20px;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
}

.guide-link-sub::before,
.guide-link-sub::after {
  content: '';
  display: inline-block;
  width: 20%;
  height: 1px;
  margin: 0 25px;
  background-color: #666;
  vertical-align: middle;
}

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

.inner-btn {
  width: 60%;
  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;
  margin: 20px 0 0;
}

#guide-top > h1 img {
  max-width: 100%;
  height: auto;
}

#guide-top h2 {
  font-size: 16px;
  line-height: 180%;
  margin: 30px 0;
  text-align: center;
}

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

#guide-top .guide-inner h3::after,
#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%);
  -ms-transform: translateX(-50%);
}

.concept {
  background: url("../../../images/welcome/top/guide_img_bg_vision.svg") center top repeat-x;
  margin: 20px 0 0;
  padding: 30px 0;
  width: 100%;
}

.concept p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 200%;
}

.guide-w700 {
  width: 700px !important;
}

/* 通話方法は2種類 */
.howto-talk {
  border: 1px #333 solid;
  border-radius: 10px;
  margin: 20px 0;
  padding: 16px;
}

.howto-talk h4 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #0cbaa0;
  margin: 0 0 10px;
}

.howto-talk h4 span {
  margin: 0 0 0 5px;
}

.howto-talk-txt {
  border: 2px #333 solid;
  font-weight: bold;
  margin: 20px auto 25px;
  padding: 5px;
  text-align: center;
  width: 50%;
}

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

/* 電話相談の流れ */
ul.guide-stepflow {
  position: relative;
  border: none;
  margin: 40px auto 10px;
  padding: 0;
  list-style: none;
  width: 94%;
}

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: -20px;
  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 {
  font-size: 13px;
  padding: 0 0 20px;
  border-bottom: dashed 1px #ccc;
}

.guide-stepflow-content > img {
  width: 42%;
  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: 60%;
}

.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 {
  margin: 30px 0 40px;
}

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

.btn-area-app {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 65%;
}

.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;
  padding: 10px 60px;
  text-decoration: none !important;
}

.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;
  padding: 10px 60px;
  text-decoration: none !important;
}

/* green枠 */
.frame-type {
  border: 2px #07b097 solid;
  border-radius: 10px;
  margin: 0 0 20px;
}

.frame-type-header {
  background: #eafaf3;
  border-radius: 10px 10px 0 0;
  color: #07b097;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
}

.frame-type-header-left {
  background: #eafaf3;
  border-radius: 10px 10px 0 0;
  color: #07b097;
  font-size: 18px;
  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 30px 10px;
}

.frame-type-content a.btn-green {
  margin: 0 auto 30px;
  width: 70%;
}

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

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

.payment-method-title span {
  color: #333;
  margin: 0 0 0 10px;
}

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

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

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

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

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