@charset "UTF-8";
/*// ==========================================================================
// Foundation
// ==========================================================================*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF; }

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none; }

* {
  box-sizing: border-box;
  line-height: 1.0; }
  *:before, *:after {
    box-sizing: border-box; }

img {
  width: 100%;
  vertical-align: middle; }

body {
  color: #333;
  font-family: NotoSansCJKjp-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1; }

a {
  display: inline-block;
  color: inherit;
  text-decoration: none; }

label {
  display: inline-block; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #ddd; }

/* Firefox */
::-moz-placeholder {
  color: #ddd; }

/* Firefox 18以前 */
:-moz-placeholder {
  color: #ddd; }

/* IE */
:-ms-input-placeholder {
  color: #ddd; }

/*// ==========================================================================
// Layout
// ==========================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #000; }
  @media screen and (min-width: 1230px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #000; } }

@media screen and (min-width: 1230px) {
  .l-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    height: 80px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15.5px 30px; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .l-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px 5px; } }

@media screen and (max-width: 639px) {
  .l-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 13px 54px 13px 10px; } }

@media screen and (min-width: 1230px) {
  .l-header__leftItem {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 770px; }
    .l-header__leftItem h1 {
      width: 78px; }
    .l-header__leftItem ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .l-header__leftItem ul li {
        margin-left: 20px;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1.4px; }
        .l-header__leftItem ul li:first-child {
          margin-left: 30px; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .l-header__leftItem h1 {
    width: 78px; }
  .l-header__leftItem ul {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    padding: 85px 65px;
    background-color: #000; }
    .l-header__leftItem ul li {
      margin-top: 22px;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      text-align: left;
      letter-spacing: 1.5px; }
      .l-header__leftItem ul li:first-child {
        margin-top: 0; } }

@media screen and (max-width: 639px) {
  .l-header__leftItem h1 {
    width: 62px; }
  .l-header__leftItem ul {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    padding: 85px 65px;
    background-color: #000; }
    .l-header__leftItem ul li {
      margin-top: 22px;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      text-align: left;
      letter-spacing: 1.5px; }
      .l-header__leftItem ul li:first-child {
        margin-top: 0; } }

@media screen and (min-width: 1230px) {
  .l-header__rightItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    max-width: 370px; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .l-header__rightItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; } }

@media screen and (max-width: 639px) {
  .l-header__rightItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin-left: 9px; } }

@media screen and (min-width: 1230px) {
  .l-header__rightItem--tel {
    display: inline-block;
    margin-top: -2px; }
    .l-header__rightItem--tel p:nth-child(1) {
      color: #fff;
      font-size: 11.2px;
      line-height: 1.3;
      letter-spacing: 0.3px; }
    .l-header__rightItem--tel p:nth-child(2) {
      position: relative;
      margin-top: 4px;
      color: #fff;
      font-weight: bold;
      font-size: 17px;
      text-align: center;
      letter-spacing: 1px; }
      .l-header__rightItem--tel p:nth-child(2):before {
        display: inline-block;
        position: absolute;
        top: 3px;
        left: -18px;
        width: 13px;
        height: 13px;
        background: url(/smile-call/assets/img/icon_header_tel.png) center top;
        background-size: contain;
        content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .l-header__rightItem--tel {
    display: inline-block;
    width: 200px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #f9f9f7, #bbb); }
    .l-header__rightItem--tel p:nth-child(1) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      height: 40px;
      color: #333;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.17;
      text-align: center;
      letter-spacing: 0.7px;
      text-indent: 0.7px; } }

@media screen and (max-width: 639px) {
  .l-header__rightItem--tel {
    display: inline-block;
    width: 100%;
    max-width: 170px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #f9f9f7, #bbb);
    min-width: 92px; }
    .l-header__rightItem--tel p {
      height: 41px; }
      .l-header__rightItem--tel p:nth-child(1) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        color: #333;
        font-weight: bold;
        font-size: 12px;
        line-height: 1.17;
        text-align: center; } }

@media screen and (min-width: 1230px) {
  .l-header__rightItem--mail {
    position: relative;
    width: 210px;
    height: 40px;
    margin-left: 20px;
    padding: 13px 29px 0 16px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2px;
    text-indent: 0.7px; }
    .l-header__rightItem--mail:after {
      position: absolute;
      top: 50%;
      right: 16px;
      width: 0;
      height: 0;
      margin-top: -3px;
      border-width: 9.4px 6px 0 6px;
      border-color: #fff transparent transparent transparent;
      border-style: solid;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .l-header__rightItem--mail {
    position: relative;
    width: 210px;
    height: 40px;
    margin-left: 20px;
    padding: 13px 29px 0 16px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.7px;
    text-indent: 0.7px; }
    .l-header__rightItem--mail:after {
      position: absolute;
      top: 50%;
      right: 16px;
      width: 0;
      height: 0;
      margin-top: -3px;
      border-width: 9.4px 6px 0 6px;
      border-color: #fff transparent transparent transparent;
      border-style: solid;
      content: ""; } }

@media screen and (max-width: 639px) {
  .l-header__rightItem--mail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 41px;
    max-width: 170px;
    margin-left: 5px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.17;
    text-align: center;
    min-width: 92px; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .l-menu {
    overflow: hidden;
    position: fixed;
    top: 30px;
    right: 16px;
    z-index: 9999;
    width: 35px;
    height: 43px;
    cursor: pointer; } }

@media screen and (max-width: 639px) {
  .l-menu {
    overflow: hidden;
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 37px;
    cursor: pointer; } }

@media screen and (min-width: 640px) {
  footer {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 639px) {
  footer {
    width: 100%;
    padding: 0 20px; } }

@media screen and (min-width: 640px) {
  .l-footer__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 85px;
    max-width: 1000px;
    margin: 0 auto; }
    .l-footer__inner a {
      color: #999;
      font-size: 12px;
      text-decoration: underline;
      text-align: left;
      letter-spacing: 1px; }
    .l-footer__inner a:last-of-type {
      margin-left: 12px;
    }
    .l-footer__inner p {
      height: 17px;
      font-size: 10px; } }

@media screen and (max-width: 639px) {
  .l-footer__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    height: 60px;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 25px; }
    .l-footer__inner a {
      color: #999;
      font-size: 10px;
      text-decoration: underline;
      text-align: left;
      letter-spacing: 0.8px; }
    .l-footer__inner a:last-of-type {
      margin-left: 6px;
    }
    .l-footer__inner p {
      height: 17px;
      font-size: 10px; } }

.l-wrap {
  width: 100%;
  background-color: #fff; }

/*// ==========================================================================
// Object
// ==========================================================================*/
/*// -----------------------------------------------------------------
// Component
// -----------------------------------------------------------------*/
.btn {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #ddd; }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .c-menu1 {
    position: absolute;
    top: 0;
    width: 35px;
    height: 2px;
    background-color: #f7f7f7; } }

@media screen and (max-width: 639px) {
  .c-menu1 {
    position: absolute;
    top: 1px;
    width: 32px;
    height: 2px;
    background-color: #f7f7f7; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .c-menu2 {
    position: absolute;
    top: 9px;
    width: 35px;
    height: 2px;
    background-color: #f7f7f7; } }

@media screen and (max-width: 639px) {
  .c-menu2 {
    position: absolute;
    top: 9px;
    width: 32px;
    height: 2px;
    background-color: #f7f7f7; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .c-menu3 {
    position: absolute;
    top: 17px;
    width: 35px;
    height: 2px;
    background-color: #f7f7f7; } }

@media screen and (max-width: 639px) {
  .c-menu3 {
    position: absolute;
    top: 17px;
    width: 32px;
    height: 2px;
    background-color: #f7f7f7; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .c-menu1, .c-menu2, .c-menu3 {
    transition: all 0.5s ease-out; } }

@media screen and (max-width: 639px) {
  .c-menu1, .c-menu2, .c-menu3 {
    transition: all 0.5s ease-out; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .c-menuTxt {
    position: absolute;
    top: 28px;
    width: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center; } }

@media screen and (max-width: 639px) {
  .c-menuTxt {
    position: absolute;
    top: 27px;
    width: 31px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center; } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .c-menuclick1 {
    top: 11px;
    transform: rotate(405deg); } }

@media screen and (max-width: 639px) {
  .c-menuclick1 {
    top: 11px;
    transform: rotate(405deg); } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .c-menuclick2 {
    background-color: rgba(255, 255, 255, 0); } }

@media screen and (max-width: 639px) {
  .c-menuclick2 {
    background-color: rgba(255, 255, 255, 0); } }

@media screen and (min-width: 640px) and (max-width: 1229px) {
  .c-menuclick3 {
    top: 11px;
    transform: rotate(-405deg); } }

@media screen and (max-width: 639px) {
  .c-menuclick3 {
    top: 11px;
    transform: rotate(-405deg); } }

@media screen and (min-width: 1050px) {
  .c-top-sectionTtl {
    margin-bottom: 20px;
    padding-top: 50px;
    color: #333;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .c-top-sectionTtl {
    margin-bottom: 20px;
    padding-top: 50px;
    color: #333;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (max-width: 639px) {
  .c-top-sectionTtl {
    margin-bottom: 15px;
    padding-top: 35px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (min-width: 1050px) {
  .c-stepList-after:after {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .c-stepList-after:after {
    position: absolute;
    right: 50%;
    bottom: -15px;
    transform: rotate(90deg);
    width: 0;
    height: 0;
    margin-right: -5px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    content: ""; } }

@media screen and (max-width: 639px) {
  .c-stepList-after:after {
    position: absolute;
    right: 50%;
    bottom: -15px;
    transform: rotate(90deg);
    width: 0;
    height: 0;
    margin-right: -5px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    content: ""; } }

/*// -----------------------------------------------------------------
// Project
// -----------------------------------------------------------------*/
/*// ==========================================================================
//  p-top-container
// ==========================================================================*/
.p-top-container {
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 639px) {
    .p-top-container {
      max-width: 640px;
      margin: 0 auto; } }

/*// ==========================================================================
//  p-top-firstView
// ==========================================================================*/
.p-top-firstView {
  width: 100%; }

@media screen and (min-width: 1050px) {
  .p-top-firstView__container {
    width: 100%;
    background: url(/smile-call/assets/img/bg_fv_pc.png) center top;
    background-repeat: no-repeat;
    background-size: cover; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView__container {
    width: 100%;
    background: url(/smile-call/assets/img/bg_fv_pc.png) center top;
    background-repeat: no-repeat;
    background-size: cover; } }

@media screen and (max-width: 639px) {
  .p-top-firstView__container {
    width: 100%; } }

@media screen and (min-width: 1050px) {
  .p-top-firstView__inner {
    position: relative;
    width: 100%;
    height: 810px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 120px 0 0 150px; }
    .p-top-firstView__inner p {
      position: relative;
      z-index: 1; }
      .p-top-firstView__inner p:nth-child(2) img {
        max-width: 380px; }
      .p-top-firstView__inner p:nth-child(3) {
        margin-top: 5px;
        color: #333;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        letter-spacing: 1px; }
      .p-top-firstView__inner p:nth-child(4) {
        color: #333;
        font-weight: 500;
        font-size: 45px;
        line-height: 1.33;
        text-align: left;
        letter-spacing: 5px; }
      .p-top-firstView__inner p:nth-child(5) {
        max-width: 325px;
        margin-top: 5px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView__inner {
    position: relative;
    width: 100%;
    height: 809px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 140px 0 0 0; }
    .p-top-firstView__inner p {
      position: relative;
      z-index: 1; }
      .p-top-firstView__inner p:nth-child(2) {
        max-width: 400px;
        margin: 5px auto 0; }
        .p-top-firstView__inner p:nth-child(2) img {
          max-width: 335px; }
      .p-top-firstView__inner p:nth-child(3) {
        max-width: 400px;
        margin: 5px auto 0;
        color: #333;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        letter-spacing: 1px; }
      .p-top-firstView__inner p:nth-child(4) {
        max-width: 400px;
        margin: 5px auto 0;
        color: #333;
        font-weight: 500;
        font-size: 36px;
        line-height: 1.22;
        text-align: left;
        letter-spacing: 4px; }
      .p-top-firstView__inner p:nth-child(5) {
        max-width: 400px;
        margin: 5px auto 0; }
        .p-top-firstView__inner p:nth-child(5) img {
          max-width: 265px; } }

@media screen and (max-width: 639px) {
  .p-top-firstView__inner {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 67px 0 0 0; }
    .p-top-firstView__inner p {
      position: relative;
      z-index: 1; }
      .p-top-firstView__inner p:nth-child(2) {
        max-width: 197px;
        margin: 5px auto 0; }
      .p-top-firstView__inner p:nth-child(3) {
        max-width: 290px;
        margin: 5px auto 0;
        color: #333;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.5;
        text-align: left; }
      .p-top-firstView__inner p:nth-child(4) {
        max-width: 300px;
        margin: 5px auto 0;
        color: #333;
        font-weight: 500;
        font-size: 28px;
        line-height: 1.4;
        text-align: center;
        letter-spacing: 1.4px;
        text-indent: 28px; }
      .p-top-firstView__inner p:nth-child(5) {
        max-width: 133px;
        margin: 5px auto 0; } }

/* @media screen and (min-width: 1050px) {
  .p-top-firstView__content {
    position: relative;
    margin-top: -200px;
    padding: 65px 20px 20px;
    background-color: #fff; }
    .p-top-firstView__content:after {
      position: absolute;
      top: 0;
      left: 50%;
      width: 53px;
      height: 53px;
      margin-left: -26.5px;
      background: url(/smile-call/assets/img/icon_fv.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .p-top-firstView__content p:nth-child(1) {
      color: #333;
      font-weight: bold;
      font-size: 25px;
      text-align: center;
      letter-spacing: 5px;
      text-indent: 5px; }
    .p-top-firstView__content p:nth-child(2) {
      margin-top: 20px;
      color: #333;
      font-weight: bold;
      font-size: 19px;
      text-align: center;
      letter-spacing: 1.1px;
      text-indent: 1.1px; }
    .p-top-firstView__content p:nth-child(3) {
      max-width: 595px;
      margin: 10px auto 0;
      color: #333;
      font-size: 16px;
      line-height: 1.5;
      text-align: left;
      letter-spacing: 1.1px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView__content {
    position: relative;
    max-width: 1280px;
    margin: -250px auto 0;
    padding: 65px 20px 20px;
    background-color: #fff; }
    .p-top-firstView__content:after {
      position: absolute;
      top: 0;
      left: 50%;
      width: 53px;
      height: 53px;
      margin-left: -26.5px;
      background: url(/smile-call/assets/img/icon_fv.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .p-top-firstView__content p:nth-child(1) {
      color: #333;
      font-weight: bold;
      font-size: 25px;
      text-align: center;
      letter-spacing: 5px;
      text-indent: 5px; }
    .p-top-firstView__content p:nth-child(2) {
      margin-top: 20px;
      color: #333;
      font-weight: bold;
      font-size: 19px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 1.1px;
      text-indent: 1.1px; }
    .p-top-firstView__content p:nth-child(3) {
      max-width: 595px;
      margin: 10px auto 0;
      color: #333;
      font-size: 16px;
      line-height: 1.5;
      text-align: left;
      letter-spacing: 1.1px; } }

@media screen and (max-width: 639px) {
  .p-top-firstView__content {
    position: relative;
    padding: 48px 15px 15px;
    background-color: #fff; }
    .p-top-firstView__content:after {
      position: absolute;
      top: 0;
      left: 50%;
      width: 42px;
      height: 42px;
      margin-left: -21px;
      background: url(/smile-call/assets/img/icon_fv.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .p-top-firstView__content p:nth-child(1) {
      color: #333;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      letter-spacing: 3px;
      text-indent: 3px; }
    .p-top-firstView__content p:nth-child(2) {
      max-width: 280px;
      margin: 15px auto 0;
      color: #333;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.38;
      text-align: left;
      letter-spacing: 0.9px; }
    .p-top-firstView__content p:nth-child(3) {
      max-width: 400px;
      margin: 6px auto 0;
      color: #333;
      font-size: 12px;
      line-height: 1.5;
      text-align: left;
      letter-spacing: 0.9px; } } */

@media screen and (min-width: 1050px) {
  .p-top-firstView-moreContent {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 25px 30px 40px;
    background-color: #f1f1eb; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView-moreContent {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 25px 30px 40px;
    background-color: #f1f1eb; } }

@media screen and (max-width: 639px) {
  .p-top-firstView-moreContent {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 0;
    padding: 0 10px 0;
    background-color: #fff; } }

@media screen and (max-width: 639px) {
  .p-top-firstView-moreContent__inner {
    padding: 15px 10px 20px;
    background-color: #f1f1eb; } }

@media screen and (min-width: 1050px) {
  .p-top-firstView-moreContent__ttl {
    margin-top: 40px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    text-indent: 4px; }
    .p-top-firstView-moreContent__ttl:first-child {
      margin-top: 0; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView-moreContent__ttl {
    margin-top: 40px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    text-indent: 4px; }
    .p-top-firstView-moreContent__ttl:first-child {
      margin-top: 0; } }

@media screen and (max-width: 639px) {
  .p-top-firstView-moreContent__ttl {
    margin-top: 30px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; }
    .p-top-firstView-moreContent__ttl:first-child {
      margin-top: 0; } }

@media screen and (min-width: 1050px) {
  .p-top-firstView-moreContent__correspondence {
    margin-top: 25px;
    padding: 0 20px; }
    .p-top-firstView-moreContent__correspondence ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      position: relative;
      width: 100%;
      max-width: 750px;
      margin-left: auto; }
      .p-top-firstView-moreContent__correspondence ul:before {
        position: absolute;
        top: 10px;
        left: -155px;
        font-size: 16px;
        text-align: center;
        letter-spacing: 1.1px;
        content: "日本語";
        text-indent: 1.1px; }
      .p-top-firstView-moreContent__correspondence ul:after {
        position: absolute;
        top: 10px;
        left: -150px;
        width: 110px;
        height: 51px;
        background: url(/smile-call/assets/img/icon_moreContent_jp.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: ""; }
      .p-top-firstView-moreContent__correspondence ul li {
        width: 105px; }
        .p-top-firstView-moreContent__correspondence ul li dl dt {
          color: #333;
          font-size: 16px;
          text-align: center;
          letter-spacing: 1.1px;
          text-indent: 1.1px; }
        .p-top-firstView-moreContent__correspondence ul li dl dd {
          margin-top: 10px;
          text-align: center; }
          .p-top-firstView-moreContent__correspondence ul li dl dd img {
            width: 90px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView-moreContent__correspondence {
    margin-top: 25px;
    padding: 0 20px; }
    .p-top-firstView-moreContent__correspondence ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      position: relative;
      top: 0;
      left: 50%;
      width: 100%;
      max-width: 360px;
      margin-left: -105px; }
      .p-top-firstView-moreContent__correspondence ul:before {
        position: absolute;
        top: 60px;
        left: -135px;
        font-size: 16px;
        text-align: center;
        letter-spacing: 1.1px;
        content: "日本語";
        text-indent: 1.1px; }
      .p-top-firstView-moreContent__correspondence ul:after {
        position: absolute;
        top: 50%;
        left: -130px;
        width: 110px;
        height: 51px;
        margin-top: -30px;
        background: url(/smile-call/assets/img/icon_moreContent_jp.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: ""; }
      .p-top-firstView-moreContent__correspondence ul li {
        width: 105px;
        margin-left: 20px; }
        .p-top-firstView-moreContent__correspondence ul li:first-child {
          margin-left: 0; }
        .p-top-firstView-moreContent__correspondence ul li:nth-child(n+4) {
          margin-top: 15px; }
        .p-top-firstView-moreContent__correspondence ul li dl dt {
          color: #333;
          font-size: 16px;
          text-align: center;
          text-align: center;
          letter-spacing: 1.1px;
          text-indent: 1.1; }
        .p-top-firstView-moreContent__correspondence ul li dl dd {
          margin-top: 10px;
          text-align: center; }
          .p-top-firstView-moreContent__correspondence ul li dl dd img {
            width: 90px; } }

@media screen and (max-width: 639px) {
  .p-top-firstView-moreContent__correspondence {
    margin-top: 15px;
    padding: 0 20px; }
    .p-top-firstView-moreContent__correspondence ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      top: 0;
      left: 50%;
      width: 200px;
      margin-left: -40px; }
      .p-top-firstView-moreContent__correspondence ul:before {
        position: absolute;
        top: 28px;
        left: -95px;
        font-size: 9px;
        text-align: center;
        letter-spacing: 1px;
        content: "日本語";
        text-indent: 1px; }
      .p-top-firstView-moreContent__correspondence ul:after {
        position: absolute;
        top: 50%;
        left: -100px;
        width: 105px;
        height: 47px;
        margin-top: -23.5px;
        background: url(/smile-call/assets/img/icon_moreContent_jp.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: ""; }
      .p-top-firstView-moreContent__correspondence ul li {
        width: 61px; }
        .p-top-firstView-moreContent__correspondence ul li:first-child {
          margin-left: 0; }
        .p-top-firstView-moreContent__correspondence ul li:nth-child(n+4) {
          margin-top: 15px; }
        .p-top-firstView-moreContent__correspondence ul li dl dt {
          color: #333;
          font-weight: 500;
          font-size: 9px;
          text-align: center;
          letter-spacing: 1px;
          text-indent: 1px; }
        .p-top-firstView-moreContent__correspondence ul li dl dd {
          margin-top: 5px;
          text-align: center; }
          .p-top-firstView-moreContent__correspondence ul li dl dd img {
            width: 39.5px; } }

@media screen and (min-width: 1050px) {
  .p-top-firstView-moreContent__howTo {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 20px auto 0;
    padding: 20px 0;
    background-color: #fff; }
    .p-top-firstView-moreContent__howTo:after {
      position: absolute;
      top: 20px;
      left: 469px;
      width: 1px;
      height: 196px;
      background-color: #eee;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView-moreContent__howTo {
    position: relative;
    width: 100%;
    max-width: 510px;
    margin: 20px auto 0;
    padding: 20px 0;
    background-color: #fff; } }

@media screen and (max-width: 639px) {
  .p-top-firstView-moreContent__howTo {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 15px auto 0;
    padding: 0 0;
    background-color: #fff; } }

@media screen and (min-width: 1050px) {
  .p-top-firstView-moreContent__howTo--item {
    width: 470px;
    padding: 0 20px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView-moreContent__howTo--item {
    width: 470px;
    margin: 0 auto; }
    .p-top-firstView-moreContent__howTo--item:nth-child(2) {
      margin-top: 15px; } }

@media screen and (max-width: 639px) {
  .p-top-firstView-moreContent__howTo--item {
    width: 100%;
    margin: 0 auto;
    padding: 10px; }
    .p-top-firstView-moreContent__howTo--item:nth-child(2) {
      margin-top: -10px; } }

@media screen and (min-width: 1050px) {
  .p-top-firstView-moreContent__howTo--step01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 48px;
    margin-top: 15px;
    padding-left: 70px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.3px; }
    .p-top-firstView-moreContent__howTo--step01:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 53px;
      background: url(/smile-call/assets/img/icon_step_01.png) center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView-moreContent__howTo--step01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 48px;
    margin-top: 15px;
    padding-left: 70px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.3px; }
    .p-top-firstView-moreContent__howTo--step01:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 53px;
      background: url(/smile-call/assets/img/icon_step_01.png) center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-firstView-moreContent__howTo--step01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 36px;
    margin-top: 10px;
    padding-left: 45px;
    color: #333;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px; }
    .p-top-firstView-moreContent__howTo--step01:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 32px;
      height: 34px;
      background: url(/smile-call/assets/img/icon_step_01.png) center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-firstView-moreContent__howTo--step02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 48px;
    margin-top: 15px;
    padding-left: 70px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px; }
    .p-top-firstView-moreContent__howTo--step02:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 53px;
      background: url(/smile-call/assets/img/icon_step_02.png) center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView-moreContent__howTo--step02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 48px;
    margin-top: 15px;
    padding-left: 70px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 1px; }
    .p-top-firstView-moreContent__howTo--step02:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 53px;
      background: url(/smile-call/assets/img/icon_step_02.png) center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-firstView-moreContent__howTo--step02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 36px;
    margin-top: 10px;
    padding-left: 45px;
    color: #333;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px; }
    .p-top-firstView-moreContent__howTo--step02:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 32px;
      height: 34px;
      background: url(/smile-call/assets/img/icon_step_02.png) center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

/*// ==========================================================================
//  p-top-characteristic
// ==========================================================================*/
@media screen and (min-width: 1050px) {
  .p-top-characteristic {
    width: 100%;
    padding: 16px 20px 0;
    background-color: #f7f7f7; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic {
    width: 100%;
    padding: 16px 20px 0;
    background-color: #f7f7f7; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic {
    width: 100%;
    padding: 8px 30px 0;
    background-color: #f7f7f7; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-characteristic__inner:after {
      position: absolute;
      top: -56px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_characteristic.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__inner {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-characteristic__inner:after {
      position: absolute;
      top: -56px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_characteristic.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__inner {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 75px; }
    .p-top-characteristic__inner:after {
      position: absolute;
      top: -39px;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-left: -35px;
      background: url(/smile-call/assets/img/icon_characteristic.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: -30px; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item {
    position: relative;
    width: 320px;
    padding: 100px 21px 25px;
    border: solid 1px #ea0051;
    border-radius: 7px;
    background-color: #fff; }
    .p-top-characteristic__item:nth-child(n+4) {
      margin-top: 30px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item {
    position: relative;
    width: 313px;
    margin: 30px auto 0;
    padding: 100px 21px 25px;
    border: solid 1px #ea0051;
    border-radius: 7px;
    background-color: #fff; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 15px auto 0;
    padding: 75px 10px 20px;
    border: solid 1px #ea0051;
    border-radius: 7px;
    background-color: #fff; }
    .p-top-characteristic__item:first-child {
      margin-top: 0; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item01:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 60px;
    height: 59px;
    margin-left: -30px;
    background: url(/smile-call/assets/img/icon_characteristic_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item01:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 60px;
    height: 59px;
    margin-left: -30px;
    background: url(/smile-call/assets/img/icon_characteristic_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item01:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    background: url(/smile-call/assets/img/icon_characteristic_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item02:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 42px;
    height: 52px;
    margin-left: -21px;
    background: url(/smile-call/assets/img/icon_characteristic_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item02:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 42px;
    height: 52px;
    margin-left: -21px;
    background: url(/smile-call/assets/img/icon_characteristic_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item02:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 34px;
    height: 42px;
    margin-left: -17px;
    background: url(/smile-call/assets/img/icon_characteristic_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item03:before {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 72px;
    height: 49px;
    margin-left: -36px;
    background: url(/smile-call/assets/img/icon_characteristic_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item03:before {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 72px;
    height: 49px;
    margin-left: -36px;
    background: url(/smile-call/assets/img/icon_characteristic_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item03:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 57px;
    height: 40px;
    margin-left: -28.5px;
    background: url(/smile-call/assets/img/icon_characteristic_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item04:before {
    position: absolute;
    top: 33px;
    left: 50%;
    width: 66px;
    height: 40px;
    margin-left: -33px;
    background: url(/smile-call/assets/img/icon_characteristic_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item04:before {
    position: absolute;
    top: 33px;
    left: 50%;
    width: 66px;
    height: 40px;
    margin-left: -33px;
    background: url(/smile-call/assets/img/icon_characteristic_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item04:before {
    position: absolute;
    top: 33px;
    left: 50%;
    width: 53px;
    height: 32px;
    margin-left: -26.5px;
    background: url(/smile-call/assets/img/icon_characteristic_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item05:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 49px;
    height: 62px;
    margin-left: -24.5px;
    background: url(/smile-call/assets/img/icon_characteristic_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item05:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 49px;
    height: 62px;
    margin-left: -24.5px;
    background: url(/smile-call/assets/img/icon_characteristic_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item05:before {
    position: absolute;
    top: 13px;
    left: 50%;
    width: 40px;
    height: 51px;
    margin-left: -20px;
    background: url(/smile-call/assets/img/icon_characteristic_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item06:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 49px;
    height: 61px;
    margin-left: -24.5px;
    background: url(/smile-call/assets/img/icon_characteristic_06.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item06:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 49px;
    height: 61px;
    margin-left: -24.5px;
    background: url(/smile-call/assets/img/icon_characteristic_06.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item06:before {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 40px;
    height: 50px;
    margin-left: -20px;
    background: url(/smile-call/assets/img/icon_characteristic_06.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item--ttl {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 1px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item--ttl {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 1px; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item--ttl {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.9px;
    text-indent: 0.9px; } }

@media screen and (min-width: 1050px) {
  .p-top-characteristic__item--txt {
    width: 250px;
    margin: 10px auto 0;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    letter-spacing: 1.1px;
    min-height: 126px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-characteristic__item--txt {
    width: 250px;
    margin: 10px auto 0;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.13;
    text-align: left;
    letter-spacing: 1.1px;
    min-height: 126px; } }

@media screen and (max-width: 639px) {
  .p-top-characteristic__item--txt {
    margin-top: 10px;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px; } }

/*// ==========================================================================
//  p-top-example
// ==========================================================================*/
@media screen and (min-width: 1050px) {
  .p-top-example {
    width: 100%;
    padding: 0 20px;
    background-color: #f1f1eb; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-example {
    width: 100%;
    padding: 0 50px;
    background-color: #f1f1eb; } }

@media screen and (max-width: 639px) {
  .p-top-example {
    width: 100%;
    padding: 0 30px;
    background-color: #f1f1eb; } }

@media screen and (min-width: 1050px) {
  .p-top-example__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-example__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_example.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-example__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-example__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_example.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-example__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 65px; }
    .p-top-example__inner:after {
      position: absolute;
      top: -35px;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-left: -35px;
      background: url(/smile-call/assets/img/icon_example.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

.p-top-example__content {
  background-color: #fff; }
  @media screen and (min-width: 1050px) {
    .p-top-example__content {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      background-color: #333;
      text-align: center; }
      .p-top-example__content video {
        width: 100%;
        max-width: 805px;
        margin: 0 auto; } }
  @media screen and (min-width: 640px) and (max-width: 1049px) {
    .p-top-example__content {
      width: 100%;
      max-width: 640px;
      margin: 0 auto;
      text-align: center; }
      .p-top-example__content video {
        width: 100%;
        max-width: 640px;
        margin: 0 auto; } }
  @media screen and (max-width: 639px) {
    .p-top-example__content {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
      text-align: center; }
      .p-top-example__content video {
        width: 100%;
        max-width: 320px;
        margin: 0 auto; } }

/*// ==========================================================================
//  p-top-performance
// ==========================================================================*/
@media screen and (min-width: 1050px) {
  .p-top-performance {
    width: 100%;
    padding: 0 20px;
    background-color: #f7f7f7; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-performance {
    width: 100%;
    padding: 0 20px;
    background-color: #f7f7f7; } }

@media screen and (max-width: 639px) {
  .p-top-performance {
    width: 100%;
    padding: 0 20px;
    background-color: #f7f7f7; } }

@media screen and (min-width: 1050px) {
  .p-top-performance__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-performance__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_performance.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-performance__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-performance__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_performance.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-performance__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 65px; }
    .p-top-performance__inner:after {
      position: absolute;
      top: -35px;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-left: -35px;
      background: url(/smile-call/assets/img/icon_performance.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-performance__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1000px;
    margin-top: -20px; }
    .p-top-performance__content p {
      width: 150px;
      margin-top: 20px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-performance__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1000px;
    margin: -20px auto 0; }
    .p-top-performance__content p {
      width: 150px;
      margin-top: 20px; } }

@media screen and (max-width: 639px) {
  .p-top-performance__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 280px;
    margin: -5px auto 0; }
    .p-top-performance__content p {
      width: 65px;
      margin-top: 5px; } }

/*// ==========================================================================
//  p-top-flow
// ==========================================================================*/
@media screen and (min-width: 1050px) {
  .p-top-flow {
    width: 100%;
    padding: 0 20px;
    background-color: #f1f1eb; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow {
    width: 100%;
    padding: 0 20px;
    background-color: #f1f1eb; } }

@media screen and (max-width: 639px) {
  .p-top-flow {
    width: 100%;
    padding: 0 20px;
    background-color: #f1f1eb; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-flow__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_flow.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-flow__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_flow.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-flow__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 65px; }
    .p-top-flow__inner:after {
      position: absolute;
      top: -35px;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-left: -35px;
      background: url(/smile-call/assets/img/icon_flow.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__Ttl {
    padding-top: 55px;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__Ttl {
    padding-top: 55px;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (max-width: 639px) {
  .p-top-flow__Ttl {
    padding-top: 55px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__emphasisTtl {
    position: relative;
    margin-top: 15px;
    color: #333;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    letter-spacing: 6px;
    text-indent: 6px; }
    .p-top-flow__emphasisTtl span {
      font-size: 50px; }
    .p-top-flow__emphasisTtl:before {
      position: absolute;
      top: 21px;
      left: 8px;
      transform: rotate(-30deg);
      width: 1px;
      height: 27px;
      background-color: #333;
      content: ""; }
    .p-top-flow__emphasisTtl:after {
      position: absolute;
      top: 21px;
      right: 20px;
      transform: rotate(30deg);
      width: 1px;
      height: 27px;
      background-color: #333;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__emphasisTtl {
    position: relative;
    width: 545px;
    margin: 10px auto 0;
    color: #333;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 6px;
    text-indent: 6px; }
    .p-top-flow__emphasisTtl span {
      font-size: 50px; }
    .p-top-flow__emphasisTtl:before {
      position: absolute;
      top: 21px;
      left: 5px;
      transform: rotate(-30deg);
      width: 1px;
      height: 80px;
      background-color: #333;
      content: ""; }
    .p-top-flow__emphasisTtl:after {
      position: absolute;
      top: 21px;
      right: 5px;
      transform: rotate(30deg);
      width: 1px;
      height: 80px;
      background-color: #333;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-flow__emphasisTtl {
    position: relative;
    width: 235px;
    margin: 10px auto 0;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 1px; }
    .p-top-flow__emphasisTtl span {
      font-size: 26px; }
    .p-top-flow__emphasisTtl:before {
      position: absolute;
      top: 11px;
      left: 0;
      transform: rotate(-30deg);
      width: 1px;
      height: 38px;
      background-color: #333;
      content: ""; }
    .p-top-flow__emphasisTtl:after {
      position: absolute;
      top: 11px;
      right: 0;
      transform: rotate(30deg);
      width: 1px;
      height: 38px;
      background-color: #333;
      content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__content {
    width: 100%;
    margin-top: 35px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__content {
    width: 100%;
    margin-top: 35px; } }

@media screen and (max-width: 639px) {
  .p-top-flow__content {
    width: 100%;
    margin-top: 35px; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__step {
    width: 100%; } }

@media screen and (max-width: 639px) {
  .p-top-flow__step {
    width: 100%; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__stepList {
    position: relative;
    width: 185px;
    padding: 20px 0;
    background-color: #fff; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__stepList {
    position: relative;
    max-width: 500px;
    margin: 30px auto 0;
    padding: 20px 50px;
    background-color: #fff; }
    .p-top-flow__stepList:first-child {
      margin-top: 0; } }

@media screen and (max-width: 639px) {
  .p-top-flow__stepList {
    position: relative;
    max-width: 390px;
    margin: 30px auto 0;
    padding: 17px;
    background-color: #fff; }
    .p-top-flow__stepList:first-child {
      margin-top: 0; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__stepList--spWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

@media screen and (max-width: 639px) {
  .p-top-flow__stepList--spWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__stepList--icon {
    width: 100%;
    max-width: 48px;
    margin: 0 auto; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__stepList--icon {
    width: 100%;
    max-width: 48px; } }

@media screen and (max-width: 639px) {
  .p-top-flow__stepList--icon {
    width: 100%;
    max-width: 34px; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__stepList--ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 5px;
    color: #333;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 1.7px;
    min-height: 50px;
    text-indent: 1.7px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__stepList--ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin-left: -48px;
    margin-top: 15px;
    color: #333;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 1.7px;
    text-indent: 1.7px; } }

@media screen and (max-width: 639px) {
  .p-top-flow__stepList--ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 200px;
    margin: 0 0 0 0;
    margin-left: 16px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.3px; } }

@media screen and (min-width: 1050px) {
  .p-top-flow__stepList--txt {
    max-width: 160px;
    margin: 5px auto 0;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    letter-spacing: 1px;
    min-height: 120px; }
    .p-top-flow__stepList--txt a {
      display: inline;
      text-decoration: underline; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-flow__stepList--txt {
    margin: 10px auto 0;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px;
    min-height: 75px; }
    .p-top-flow__stepList--txt a {
      display: inline;
      text-decoration: underline; } }

@media screen and (max-width: 639px) {
  .p-top-flow__stepList--txt {
    margin: 10px auto 0;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px; }
    .p-top-flow__stepList--txt a {
      display: inline;
      text-decoration: underline; } }

/*// ==========================================================================
//  p-top-price
// ==========================================================================*/
@media screen and (min-width: 1050px) {
  .p-top-price {
    width: 100%;
    padding: 0 20px;
    background-color: #fff; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price {
    width: 100%;
    padding: 0 20px;
    background-color: #fff; } }

@media screen and (max-width: 639px) {
  .p-top-price {
    width: 100%;
    background-color: #fff; } }

@media screen and (min-width: 1050px) {
  .p-top-price__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-price__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_price.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 95px; }
    .p-top-price__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_price.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-price__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 75px; }
    .p-top-price__inner:after {
      position: absolute;
      top: -35px;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-left: -35px;
      background: url(/smile-call/assets/img/icon_price.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-price__Ttl {
    padding-top: 50px;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__Ttl {
    padding-top: 50px;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (max-width: 639px) {
  .p-top-price__Ttl {
    padding-top: 35px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.17;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (min-width: 1050px) {
  .p-top-price__emphasisTtl {
    width: 100%;
    max-width: 730px;
    margin: 35px auto 0;
    padding-bottom: 5px;
    background: linear-gradient(transparent 70%, #ffed09 30%);
    color: #333;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    letter-spacing: 9.1px;
    text-indent: 9.1px; }
    .p-top-price__emphasisTtl span:nth-child(2) {
      position: relative;
      padding-left: 3px;
      color: #bf0017; }
      .p-top-price__emphasisTtl span:nth-child(2):after {
        display: inline-block;
        position: absolute;
        top: -12px;
        right: -10px;
        width: 30px;
        height: 22px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_parts.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .p-top-price__emphasisTtl span:nth-child(3) {
      position: relative; }
      .p-top-price__emphasisTtl span:nth-child(3):after {
        display: inline-block;
        position: absolute;
        top: -27px;
        right: -55px;
        width: 77px;
        height: 53px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_partsTxt.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__emphasisTtl {
    width: 100%;
    max-width: 703px;
    margin: 35px auto 0;
    padding-bottom: 5px;
    color: #333;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 9.1px;
    text-indent: 9.1px; }
    .p-top-price__emphasisTtl span:nth-child(2) {
      position: relative;
      padding-left: 3px;
      color: #bf0017; }
      .p-top-price__emphasisTtl span:nth-child(2):after {
        display: inline-block;
        position: absolute;
        top: -12px;
        right: -10px;
        width: 30px;
        height: 22px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_parts.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .p-top-price__emphasisTtl span:nth-child(3) {
      position: relative; }
      .p-top-price__emphasisTtl span:nth-child(3):after {
        display: inline-block;
        position: absolute;
        top: -27px;
        right: -55px;
        width: 77px;
        height: 53px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_partsTxt.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-price__emphasisTtl {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
    padding-bottom: 5px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 4.5px;
    text-indent: 4.5px; }
    .p-top-price__emphasisTtl span:nth-child(2) {
      position: relative;
      padding-left: 3px;
      color: #bf0017; }
      .p-top-price__emphasisTtl span:nth-child(2):after {
        display: inline-block;
        position: absolute;
        top: -5px;
        right: -5px;
        width: 15px;
        height: 12px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_parts.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .p-top-price__emphasisTtl span:nth-child(3) {
      position: relative; }
      .p-top-price__emphasisTtl span:nth-child(3):after {
        display: inline-block;
        position: absolute;
        top: -30px;
        right: 0;
        width: 49px;
        height: 36px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_partsTxt.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__marker--sp {
    background: linear-gradient(transparent 70%, #ffed09 30%); } }

@media screen and (max-width: 639px) {
  .p-top-price__marker--sp {
    background: linear-gradient(transparent 70%, #ffed09 30%); } }

@media screen and (min-width: 1050px) {
  .p-top-price__content {
    margin-top: 25px; }
    .p-top-price__content td, .p-top-price__content th {
      border: 1px solid #ddd; }
    .p-top-price__content table {
      overflow: hidden;
      width: 100%;
      border: 1.5px solid #ddd;
      border-radius: 8px 8px 0 0;
      border-spacing: 0;
      border-collapse: separate; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__content {
    margin-top: 25px; }
    .p-top-price__content td, .p-top-price__content th {
      border: 1px solid #ddd; }
    .p-top-price__content table {
      overflow: hidden;
      width: 100%;
      border: 1.5px solid #ddd;
      border-radius: 8px 8px 0 0;
      border-spacing: 0;
      border-collapse: separate; } }

@media screen and (max-width: 639px) {
  .p-top-price__content {
    width: 100%;
    max-width: 640px;
    margin: 25px auto 0;
    padding: 0 30px; }
    .p-top-price__content td, .p-top-price__content th {
      border: 1px solid #ddd; }
    .p-top-price__content table {
      overflow: hidden;
      width: 100%;
      border: 1.5px solid #ddd;
      border-radius: 8px 8px 0 0;
      border-spacing: 0;
      border-collapse: separate; } }

@media screen and (min-width: 1050px) {
  .p-top-price__table--plan {
    padding: 17px 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1.5px; }
    .p-top-price__table--plan span {
      display: block;
      width: 110px;
      margin: 0 auto; }
    .p-top-price__table--plan:nth-child(1) {
      background-image: linear-gradient(14.5deg, transparent, transparent 49%, #f1f1eb 49%, #f1f1eb 51%, transparent 51%, transparent); }
    .p-top-price__table--plan:nth-child(2) {
      background-color: #f7f7f7; }
    .p-top-price__table--plan:nth-child(3) {
      background-color: #f1f1eb; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__table--plan {
    padding: 17px 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1.5px; }
    .p-top-price__table--plan span {
      display: block;
      width: 110px;
      margin: 0 auto; }
    .p-top-price__table--plan:nth-child(1) {
      background-image: linear-gradient(14.5deg, transparent, transparent 49%, #f1f1eb 49%, #f1f1eb 51%, transparent 51%, transparent); }
    .p-top-price__table--plan:nth-child(2) {
      background-color: #f7f7f7; }
    .p-top-price__table--plan:nth-child(3) {
      background-color: #f1f1eb; } }

@media screen and (max-width: 639px) {
  .p-top-price__table--plan {
    padding: 15px 0;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px; }
    .p-top-price__table--plan span {
      display: block;
      width: 69px;
      margin: 0 auto; }
    .p-top-price__table--plan:nth-child(1) {
      background-image: linear-gradient(27.5deg, transparent, transparent 49%, #f1f1eb 49%, #f1f1eb 51%, transparent 51%, transparent); }
    .p-top-price__table--plan:nth-child(2) {
      background-color: #f7f7f7; }
    .p-top-price__table--plan:nth-child(3) {
      background-color: #f1f1eb; } }

@media screen and (min-width: 1050px) {
  .p-top-price__table--ttl {
    width: 198px;
    padding: 17px 20px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.3px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__table--ttl {
    width: 198px;
    padding: 17px 20px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.3px; } }

@media screen and (max-width: 639px) {
  .p-top-price__table--ttl {
    width: 80px;
    padding: 8px;
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px; } }

@media screen and (min-width: 1050px) {
  .p-top-price__table--data {
    padding: 17px 20px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.3px; }
    .p-top-price__table--data span {
      display: block;
      width: 100px;
      margin: 0 auto; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__table--data {
    padding: 17px 20px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.3px; }
    .p-top-price__table--data span {
      display: block;
      width: 100px;
      margin: 0 auto; } }

@media screen and (max-width: 639px) {
  .p-top-price__table--data {
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px; }
    .p-top-price__table--data span {
      display: block;
      width: 75px;
      margin: 0 auto; } }

@media screen and (min-width: 1050px) {
  .p-top-price__caution {
    padding: 20px;
    border-radius: 0 0 8px 8px;
    background-color: #f1f1eb; }
    .p-top-price__caution ul {
      max-width: 700px; }
      .p-top-price__caution ul li {
        position: relative;
        margin-top: 8px;
        padding-left: 14px;
        color: #333;
        font-size: 14px;
        line-height: 1.29;
        text-align: left;
        letter-spacing: 1px; }
        .p-top-price__caution ul li:first-child {
          margin-top: 0; }
        .p-top-price__caution ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 14px;
          line-height: 1.29;
          letter-spacing: 1px;
          content: "・"; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-price__caution {
    padding: 20px;
    border-radius: 0 0 8px 8px;
    background-color: #f1f1eb; }
    .p-top-price__caution ul {
      max-width: 700px; }
      .p-top-price__caution ul li {
        position: relative;
        margin-top: 8px;
        padding-left: 14px;
        color: #333;
        font-size: 14px;
        line-height: 1.29;
        text-align: left;
        letter-spacing: 1px; }
        .p-top-price__caution ul li:first-child {
          margin-top: 0; }
        .p-top-price__caution ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 14px;
          line-height: 1.29;
          letter-spacing: 1px;
          content: "・"; } }

@media screen and (max-width: 639px) {
  .p-top-price__caution {
    padding: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #f1f1eb; }
    .p-top-price__caution ul {
      max-width: 640px; }
      .p-top-price__caution ul li {
        position: relative;
        margin-top: 5px;
        padding-left: 11px;
        color: #333;
        font-size: 10px;
        line-height: 1.4;
        text-align: left;
        letter-spacing: 0.7px; }
        .p-top-price__caution ul li:first-child {
          margin-top: 0; }
        .p-top-price__caution ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 10px;
          line-height: 1.4;
          letter-spacing: 0.7px;
          content: "・"; } }

/*// ==========================================================================
//  p-top-form
// ==========================================================================*/
@media screen and (min-width: 640px) {
  .p-top-form {
    width: 100%;
    padding: 0 20px;
    background-color: #f7f7f7; } }

@media screen and (max-width: 639px) {
  .p-top-form {
    width: 100%;
    padding: 0 20px;
    background-color: #f7f7f7; } }

@media screen and (min-width: 640px) {
  .p-top-form__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 60px; }
    .p-top-form__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_form.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-form__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 50px; }
    .p-top-form__inner:after {
      position: absolute;
      top: -35px;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-left: -35px;
      background: url(/smile-call/assets/img/icon_form.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) {
  .p-top-form__content {
    max-width: 460px;
    margin: 0 auto; } }

@media screen and (max-width: 639px) {
  .p-top-form__content {
    max-width: 460px;
    margin: 0 auto; } }

@media screen and (min-width: 640px) {
  .p-top-form__content--list {
    margin-top: 15px; }
    .p-top-form__content--list:first-child {
      margin-top: 0; }
    .p-top-form__content--list dl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 100%; }
      .p-top-form__content--list dl dt {
        width: 100%;
        max-width: 125px;
        color: #333;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.9px; }
      .p-top-form__content--list dl dd {
        width: 100%;
        margin-left: 20px;
        background-color: #fff;
        color: #333;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.9px; }
        .p-top-form__content--list dl dd input {
          width: 100%;
          padding: 5px 10px; }
        .p-top-form__content--list dl dd label {
          position: relative;
          width: 100%; }
          .p-top-form__content--list dl dd label:after {
            position: absolute;
            top: 50%;
            right: 10px;
            width: 0;
            height: 0;
            margin-top: -4px;
            border-width: 9px 5px 0 5px;
            border-color: #000333 transparent transparent transparent;
            border-style: solid;
            content: ""; }
          .p-top-form__content--list dl dd label select {
            position: relative;
            z-index: 1;
            width: 100%;
            padding: 5px 10px;
            color: #333;
            font-size: 16px;
            text-align: left;
            letter-spacing: 0.9px; } }

@media screen and (max-width: 639px) {
  .p-top-form__content--list {
    margin-top: 15px; }
    .p-top-form__content--list:first-child {
      margin-top: 0; }
    .p-top-form__content--list dl {
      width: 100%; }
      .p-top-form__content--list dl dt {
        width: 100%;
        max-width: 125px;
        color: #333;
        font-size: 12px;
        text-align: left;
        letter-spacing: 0.7px; }
      .p-top-form__content--list dl dd {
        width: 100%;
        margin-top: 5px;
        background-color: #fff;
        color: #333;
        font-size: 12px;
        text-align: left;
        letter-spacing: 0.7px; }
        .p-top-form__content--list dl dd input {
          width: 100%;
          padding: 5px 10px; }
        .p-top-form__content--list dl dd label {
          position: relative;
          width: 100%; }
          .p-top-form__content--list dl dd label:after {
            position: absolute;
            top: 50%;
            right: 10px;
            width: 0;
            height: 0;
            margin-top: -4px;
            border-width: 9px 5px 0 5px;
            border-color: #000333 transparent transparent transparent;
            border-style: solid;
            content: ""; }
          .p-top-form__content--list dl dd label select {
            position: relative;
            z-index: 1;
            width: 100%;
            padding: 5px 10px;
            color: #333;
            font-size: 12px;
            text-align: left;
            letter-spacing: 0.7px; } }

@media screen and (min-width: 640px) {
  .p-top-form__personal {
    margin-top: 15px; } }

@media screen and (max-width: 639px) {
  .p-top-form__personal {
    margin-top: 15px; } }

@media screen and (min-width: 640px) {
  .p-top-form__personal--ttl {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.9px; } }

@media screen and (max-width: 639px) {
  .p-top-form__personal--ttl {
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.7px; } }

@media screen and (min-width: 640px) {
  .p-top-form__personalContent {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    cursor: s-resize;
    overflow-x: hidden;
    overflow-y: hidden; } }

@media screen and (max-width: 639px) {
  .p-top-form__personalContent {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: hidden; } }

@media screen and (min-width: 640px) {
  .p-top-form__personalContent--inner {
    width: 100%;
    width: calc(100% + 17px);
    height: 120px;
    margin: 0;
    padding: 0;
    padding: 10px 17px 5px 17px;
    overflow-y: scroll; } }

@media screen and (max-width: 639px) {
  .p-top-form__personalContent--inner {
    width: 100%;
    width: calc(100% + 17px);
    height: 120px;
    margin: 0;
    padding: 0;
    padding: 10px 17px 5px 17px;
    overflow-y: scroll; } }

@media screen and (min-width: 640px) {
  .p-top-form__personalContent--ttl {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.8px; }
    .p-top-form__personalContent--ttl:first-child {
      margin-top: 0; } }

@media screen and (max-width: 639px) {
  .p-top-form__personalContent--ttl {
    margin-top: 10px;
    color: #333;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    letter-spacing: 0.7px; }
    .p-top-form__personalContent--ttl:first-child {
      margin-top: 0; } }

@media screen and (min-width: 640px) {
  .p-top-form__personalContent--list {
    margin-top: 14px;
    color: #333;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.8px; }
    .p-top-form__personalContent--list dl dd {
      margin-top: 5px;
      line-height: 1.3; } }

@media screen and (max-width: 639px) {
  .p-top-form__personalContent--list {
    margin-top: 12px;
    color: #333;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    letter-spacing: 0.7px; }
    .p-top-form__personalContent--list dl dd {
      margin-top: 5px;
      line-height: 1.3; } }

@media screen and (min-width: 640px) {
  .p-top-form__personal--checkbox {
    margin-top: 15px;
    text-align: center; } }

@media screen and (max-width: 639px) {
  .p-top-form__personal--checkbox {
    margin-top: 15px;
    text-align: center; } }

.checkbox-input {
  display: none; }

.checkbox-parts {
  position: relative;
  margin-left: -10px;
  padding-left: 25px;
  color: #333;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.8px;
  cursor: pointer; }
  .checkbox-parts:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 15px;
    height: 15px;
    border: solid 1px #979797;
    border-radius: 4px;
    content: ""; }

.checkbox-input:checked + .checkbox-parts:after {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  transform: rotate(40deg);
  width: 7px;
  height: 14px;
  border-right: 3px solid #b4ec51;
  border-bottom: 3px solid #b4ec51;
  content: ""; }

@media screen and (min-width: 640px) {
  .p-top-form__submitBtn--wrap {
    margin-top: 30px;
    text-align: center; } }

@media screen and (max-width: 639px) {
  .p-top-form__submitBtn--wrap {
    margin-top: 20px;
    text-align: center; } }

@media screen and (min-width: 640px) {
  .p-top-form__submitBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 130px;
    height: 42px;
    margin: 0 auto;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (max-width: 639px) {
  .p-top-form__submitBtn {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 260px;
    height: 42px;
    margin: 0 auto;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

.p-confirm {
  background-color: #f7f7f7; }
  @media screen and (min-width: 640px) {
    .p-confirm {
      width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 639px) {
    .p-confirm {
      width: 100%;
      padding: 0 30px; } }

@media screen and (min-width: 640px) {
  .p-confirm__inner {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding: 70px 0 60px; }
    .p-confirm__inner ul {
      margin-top: 45px;
      padding-left: 15px; }
      .p-confirm__inner ul li {
        margin-top: 25px; }
        .p-confirm__inner ul li:first-child {
          margin-top: 0; }
        .p-confirm__inner ul li dl {
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .p-confirm__inner ul li dl dt {
            margin-right: 45px;
            color: #333;
            font-size: 14px;
            line-height: 1.5;
            text-align: left;
            letter-spacing: 0.8px;
            min-width: 105px; }
          .p-confirm__inner ul li dl dd {
            width: 100%;
            color: #333;
            font-size: 14px;
            line-height: 1.5;
            text-align: left;
            letter-spacing: 0.8px;
            word-wrap: break-word; } }

@media screen and (max-width: 639px) {
  .p-confirm__inner {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 35px 0 50px; }
    .p-confirm__inner ul {
      margin-top: 15px;
      padding-left: 15px; }
      .p-confirm__inner ul li {
        margin-top: 15px; }
        .p-confirm__inner ul li:first-child {
          margin-top: 0; }
        .p-confirm__inner ul li dl {
          width: 100%; }
          .p-confirm__inner ul li dl dt {
            color: #333;
            font-size: 12px;
            line-height: 1.5;
            text-align: left;
            letter-spacing: 0.7px; }
          .p-confirm__inner ul li dl dd {
            width: 100%;
            margin-top: 5px;
            color: #333;
            font-size: 12px;
            line-height: 1.5;
            text-align: left;
            letter-spacing: 0.7px;
            word-wrap: break-word; } }

@media screen and (min-width: 640px) {
  .p-confirm__ttl {
    color: #333;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (max-width: 639px) {
  .p-confirm__ttl {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (min-width: 640px) {
  .p-confirm__btn--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 300px;
    margin: 50px auto 0; } }

@media screen and (max-width: 639px) {
  .p-confirm__btn--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 260px;
    margin: 20px auto 0; } }

@media screen and (min-width: 640px) {
  .p-confirm__btn--return {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 130px;
    height: 42px;
    border: solid 1px #429321;
    border-radius: 25px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (max-width: 639px) {
  .p-confirm__btn--return {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 125px;
    height: 42px;
    border: solid 1px #429321;
    border-radius: 25px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (min-width: 640px) {
  .p-confirm__btn--submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 130px;
    height: 42px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (max-width: 639px) {
  .p-confirm__btn--submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 125px;
    height: 42px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

.p-done {
  width: 100%;
  background-color: #f7f7f7; }
  @media screen and (min-width: 640px) {
    .p-done {
      padding: 200px 0 260px; } }
  @media screen and (max-width: 639px) {
    .p-done {
      padding: 200px 20px 260px; } }

@media screen and (min-width: 640px) {
  .p-done__inner a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 195px;
    height: 42px;
    margin: 40px auto 0;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; }
    .p-done__inner a span {
      width: 0;
      height: 0;
      margin-left: 5px;
      border-width: 0 7.5px 12px 7.5px;
      border-color: transparent transparent #fff transparent;
      border-style: solid; } }

@media screen and (max-width: 639px) {
  .p-done__inner a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 260px;
    height: 42px;
    margin: 20px auto 0;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; }
    .p-done__inner a span {
      width: 0;
      height: 0;
      margin-left: 5px;
      border-width: 0 7.5px 12px 7.5px;
      border-color: transparent transparent #fff transparent;
      border-style: solid; } }

@media screen and (min-width: 640px) {
  .p-done__pageTtl {
    color: #333;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (max-width: 639px) {
  .p-done__pageTtl {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (min-width: 640px) {
  .p-done__txt {
    margin-top: 30px;
    color: #333;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.8px; } }

@media screen and (max-width: 639px) {
  .p-done__txt {
    margin-top: 15px;
    color: #333;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.7px;
    text-indent: 0.7px; } }

/*// -----------------------------------------------------------------
// Utility
// -----------------------------------------------------------------*/
/*// ==========================================================================
//  display: none
// ==========================================================================*/
@media screen and (min-width: 1230px) {
  .u-hide-overHeader {
    display: none !important; } }

@media screen and (max-width: 1229px) {
  .u-hide-underHeader {
    display: none !important; } }

@media screen and (min-width: 1050px) {
  .u-hide-overMore {
    display: none !important; } }

@media screen and (max-width: 1049px) {
  .u-hide-underMore {
    display: none !important; } }

@media screen and (min-width: 640px) {
  .u-hide-overSp {
    display: none !important; } }

@media screen and (max-width: 639px) {
  .u-hide-underSp {
    display: none !important; } }

@media screen and (min-width: 780px) {
  .u-hide-over780{
    display: none !important;
  } }
/*// ==========================================================================
// font on server
// ==========================================================================*/
@font-face {
  font-family: NotoSansCJKjp-Regular;
  font-weight: 400;
  src: url("/smile-call/assets/font/NotoSansCJKjp-Regular.woff"); }

@font-face {
  font-family: NotoSansCJKjp-Medium;
  font-weight: 500;
  src: url("/smile-call/assets/font/NotoSansCJKjp-Medium.woff"); }

@font-face {
  font-family: NotoSansCJKjp-Bold;
  font-weight: bold;
  src: url("/smile-call/assets/font/NotoSansCJKjp-Bold.woff"); }

.u-ff-Note_reg {
  font-family: NotoSansCJKjp-Regular !important; }

.u-ff-Note_mid {
  font-family: NotoSansCJKjp-Medium !important; }

.u-ff-Note_bold {
  font-family: NotoSansCJKjp-Bold !important; }

/*# sourceMappingURL=app.css.map */



/* 0426 update */
.u-dib{
  display: inline-block;
}

@media screen and (min-width: 640px) {
  .u-pc-dn {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .p-top-firstView-sp img {
    width: 80vw;
    max-width: 370px;
    margin: 20px auto 0;
    display: block;
  }
}

@media screen and (min-width: 1050px) {
  .p-top-firstView__content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView__content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .p-top-firstView__content {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1050px) {
  .p-top-firstView__inner {
    height: auto !important;
    padding: 120px 0 62px 170px !important; }
}

@media screen and (min-width: 900px) and (max-width: 1049px) {
  .p-top-firstView__inner {
    margin: 0 0 0 23vw;
    width: auto;
    max-width: 440px;
    height: auto;
    padding: 120px 0 70px 0;}
}

@media screen and (min-width: 640px) and (max-width: 899px) {
  .p-top-firstView__inner {
    margin: 0 0 0 11vw;
    width: auto;
    max-width: 440px;
    height: auto;
    padding: 120px 0 70px 0;}
}

@media screen and (max-width: 639px) {
  .p-top-firstView__inner {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 67px 0 0 0; }
}

@media screen and (min-width: 1050px) {
.p-top-firstView__container {
  width: 100%;
  background: url(/smile-call/assets/img/bg_fv_triangle_pc.png), url(/smile-call/assets/img/bg_fv_lady_pc.png), url(/smile-call/assets/img/bg_fv_left_pc.png), url(/smile-call/assets/img/bg_fv_right_pc.png) ;
  background-position: 100% bottom, 57vw 93px, left 83px, right 83px;
  background-repeat: no-repeat;
  background-size: contain, 460px, contain, contain; 
  } 
}

@media screen and (min-width: 900px) and (max-width: 1049px) {
  .p-top-firstView__container {
  width: 100%;
  background: url(/smile-call/assets/img/bg_fv_triangle_pc.png), url(/smile-call/assets/img/bg_fv_lady_pc.png), url(/smile-call/assets/img/bg_fv_left_pc.png), url(/smile-call/assets/img/bg_fv_right_pc.png) ;
  background-position: 100% bottom, right 2vw top 93px, left 83px, right 83px;
  background-repeat: no-repeat;
  background-size: contain, 410px, contain, contain; 
  } 
}

@media screen and (min-width: 640px) and (max-width: 899px) {
  .p-top-firstView__container {
  width: 100%;
  background: url(/smile-call/assets/img/bg_fv_triangle_pc.png), url(/smile-call/assets/img/bg_fv_lady_pc.png), url(/smile-call/assets/img/bg_fv_left_pc.png), url(/smile-call/assets/img/bg_fv_right_pc.png) ;
  background-position: 100% bottom, right -1vw top 93px, left 83px, right 83px;
  background-repeat: no-repeat;
  background-size: contain, 385px, contain, contain; 
  } 
}

@media screen and (max-width: 639px) {
  .p-top-firstView__container {
    width: 100%; } }

@media screen and (min-width: 1050px) {
  .p-top-firstView__content {
    margin-top: 0;
    padding: 0 20px 20px;
    background-color: #fff; }
    .p-top-firstView__content p:nth-child(2) {
      position: relative;
      margin-top: 110px;
      color: #333;
      font-weight: bold;
      font-size: 25px;
      text-align: center;
      letter-spacing: 5px;
      text-indent: 5px; }
    .p-top-firstView__content p:nth-child(2):after {
      position: absolute;
      top: -66px;
      left: 50%;
      width: 53px;
      height: 53px;
      margin-left: -26.5px;
      background: url(/smile-call/assets/img/icon_fv.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .p-top-firstView__content p:nth-child(3) {
      margin-top: 20px;
      margin-bottom: 10px;
      color: #333;
      font-weight: bold;
      font-size: 19px;
      text-align: center;
      letter-spacing: 1.1px;
      text-indent: 1.1px; }
    .p-top-firstView__content p:nth-child(1),
    .p-top-firstView__content p:nth-child(4) {
      max-width: 595px;
      margin: 0 auto 0;
      color: #333;
      font-size: 16px;
      line-height: 1.5;
      text-align: left;
      letter-spacing: 1.1px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-firstView__content {
    margin-top: 14px;
    padding: 0 20px 20px;
    background-color: #fff; }
    .p-top-firstView__content p:nth-child(2) {
      position: relative;
      margin-top: 110px;
      color: #333;
      font-weight: bold;
      font-size: 25px;
      text-align: center;
      letter-spacing: 5px;
      text-indent: 5px; }
    .p-top-firstView__content p:nth-child(2):after {
      position: absolute;
      top: -66px;
      left: 50%;
      width: 53px;
      height: 53px;
      margin-left: -26.5px;
      background: url(/smile-call/assets/img/icon_fv.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .p-top-firstView__content p:nth-child(3) {
      margin-top: 20px;
      margin-bottom: 10px;
      color: #333;
      font-weight: bold;
      font-size: 19px;
      text-align: center;
      line-height: 1.5;
      letter-spacing: 1.1px;
      text-indent: 1.1px; }
    .p-top-firstView__content p:nth-child(1),
    .p-top-firstView__content p:nth-child(4) {
      max-width: 595px;
      margin: 0 auto 0;
      color: #333;
      font-size: 16px;
      line-height: 1.5;
      text-align: left;
      letter-spacing: 1.1px; } }

@media screen and (max-width: 639px) {
  .p-top-firstView__content {
    position: relative;
    padding: 0 23px 15px;
    background-color: #fff; }
    .p-top-firstView__content p:nth-child(2) {
      position: relative;
      margin-top: 68px;
      color: #333;
      font-weight: bold;
      font-size: 19px;
      text-align: center;
      letter-spacing: 5px;
      text-indent: 5px; }
    .p-top-firstView__content p:nth-child(2):after {
      position: absolute;
      top: -52px;
      left: 50%;
      width: 42px;
      height: 42px;
      margin-left: -21px;
      background: url(/smile-call/assets/img/icon_fv.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .p-top-firstView__content p:nth-child(3) {
      margin-top: 20px;
      margin-bottom: 10px;
      color: #333;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      line-height: 1.5;
      letter-spacing: 0.8px;
      text-indent: 1.1px; }
    .p-top-firstView__content p:nth-child(1),
    .p-top-firstView__content p:nth-child(4) {
      max-width: 380px;
      margin: 0 auto;
      color: #333;
      font-size: 12px;
      line-height: 1.5;
      text-align: left;
      letter-spacing: 1.1px; } }

@media screen and (min-width: 1050px) {
  .p-top-merit {
    width: 100%;
    margin-top: 100px;
    padding: 0 20px 90px;
    background-color: #f1f1eb; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit {
    width: 100%;
    margin-top: 100px;
    padding: 0 20px 90px;
    background-color: #f1f1eb; } }

@media screen and (max-width: 639px) {
  .p-top-merit {
    width: 100%;
    margin-top: 60px;    
    padding: 0 20px 60px;
    background-color: #f1f1eb; } }

@media screen and (min-width: 1050px) {
  .p-top-merit__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
    .p-top-merit__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_merit.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
    .p-top-merit__inner:after {
      position: absolute;
      top: -44px;
      left: 50%;
      width: 88px;
      height: 88px;
      margin-left: -44px;
      background: url(/smile-call/assets/img/icon_merit.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (max-width: 639px) {
  .p-top-merit__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0; }
    .p-top-merit__inner:after {
      position: absolute;
      top: -35px;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-left: -35px;
      background: url(/smile-call/assets/img/icon_merit.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; } }

@media screen and (min-width: 1050px) {
  .p-top-merit__Ttl {
    padding-top: 50px;
    color: #333;
    font-family: 'NotoSansCJKjp-Bold';
    font-weight: bold;
    font-size: 29px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__Ttl {
    padding-top: 50px;
    color: #333;
    font-family: 'NotoSansCJKjp-Bold';
    font-weight: bold;
    font-size: 29px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px; } }

@media screen and (max-width: 639px) {
  .p-top-merit__Ttl {
    padding-top: 60px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.17;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px; } }

@media screen and (min-width: 1050px) {
  .p-top-merit__emphasisTtl {
    width: 100%;
    max-width: 310px;
    margin: 28px auto 0;
    padding-bottom: 5px;
    background: linear-gradient(transparent 70%, #ffed09 30%);
    color: #333;
    font-family: 'NotoSansCJKjp-Bold';
    font-weight: bold;
    font-size: 47px;
    text-align: center;
    letter-spacing: -0.4px; }
    .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(1) {
      position: relative;
      padding-right: 10px;
      font-size: 65px;
      color: #bf0017; }
      .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(1):after {
        display: inline-block;
        position: absolute;
        top: 0;
        right: -14px;
        width: 30px;
        height: 22px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_parts.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; } 
    .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(2) {
      position: relative;
      padding-right: 4px;
      color: #bf0017; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__emphasisTtl {
    width: 100%;
    max-width: 288px;
    margin: 28px auto 0;
    padding-bottom: 5px;
    background: linear-gradient(transparent 70%, #ffed09 30%);
    color: #333;
    font-family: 'NotoSansCJKjp-Bold';
    font-weight: bold;
    font-size: 47px;
    text-align: center;
    letter-spacing: -0.4px; }
    .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(1) {
      position: relative;
      padding-right: 10px;
      font-size: 65px;
      color: #bf0017; }
      .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(1):after {
        display: inline-block;
        position: absolute;
        top: 0;
        right: -14px;
        width: 30px;
        height: 22px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_parts.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; } 
    .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(2) {
      position: relative;
      padding-right: 4px;
      color: #bf0017; } }

@media screen and (max-width: 639px) {
  .p-top-merit__emphasisTtl {
    width: 100%;
    max-width: 194px;
    margin: 14px auto 0;
    padding-bottom: 5px;
    background: linear-gradient(transparent 70%, #ffed09 30%);
    color: #333;
    font-family: 'NotoSansCJKjp-Bold';
    font-weight: bold;
    font-size: 31px;
    text-align: center;
    letter-spacing: -0.4px; }
    .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(1) {
      position: relative;
      padding-right: 10px;
      font-size: 43px;
      color: #bf0017; }
      .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(1):after {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: -8px;
        width: 20px;
        height: 14px;
        background: url(/smile-call/assets/img/icon_price_emphasisTtl_parts.png) center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; } 
    .p-top-merit__emphasisTtl .p-top-merit__marker--sp span:nth-child(2) {
      position: relative;
      padding-right: 4px;
      color: #bf0017; } }

@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__marker--sp {
    background: linear-gradient(transparent 70%, #ffed09 30%); } }

@media screen and (max-width: 639px) {
  .p-top-merit__marker--sp {
    background: linear-gradient(transparent 70%, #ffed09 30%); } }

@media screen and (min-width: 1050px) {
  .p-top-merit__merit-list {
    max-width: 750px;
    margin: 24px auto 0;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__merit-list {
    max-width: 560px;
    margin: 24px auto 0;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__merit-list {
    width: 260px;
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 1050px) {
  .p-top-merit__merit-list li {
    position: relative;
    padding-top: 14px;
    height: 140px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
    z-index: 0;
  }
  .p-top-merit__merit-list li:before {
    position: absolute;
    content: "";
    margin: -70px 0 0 -70px;
    display: block;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%; 
    top: 50%;
    left: 50%;
    z-index: -1;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__merit-list li {
    position: relative;
    padding-top: 14px;
    width: 270px;
    height: 140px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
    z-index: 0;
  }
  .p-top-merit__merit-list li:first-of-type {
    width: 100%;
  }
  .p-top-merit__merit-list li:before {
    position: absolute;
    content: "";
    margin: -70px 0 0 -70px;
    display: block;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%; 
    top: 50%;
    left: 50%;
    z-index: -1;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__merit-list li {
    position: relative;
    margin-top: 24px;
    padding-top: 14px;
    width: 260px;
    height: 140px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
    z-index: 0;
  }
  .p-top-merit__merit-list li:before {
    position: absolute;
    content: "";
    margin: -70px 0 0 -70px;
    display: block;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%; 
    top: 50%;
    left: 50%;
    z-index: -1;
  }
}
@media screen and (min-width: 1050px) {
  .p-top-merit__merit-list li img {
    width: 22px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__merit-list li img {
    width: 22px;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__merit-list li img {
    width: 22px;
  }
}
@media screen and (min-width: 1050px) {
  .p-top-merit__merit-list li strong {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.36;
    color: #e2001c;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__merit-list li strong {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.36;
    color: #e2001c;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__merit-list li strong {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.36;
    color: #e2001c;
  }
}
@media screen and (min-width: 1050px) {
  .p-top-merit__subTtl {
    margin-top: 24px;
    font-size: 19px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 2.26;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__subTtl {
    margin-top: 24px;
    font-size: 23px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 2.26;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__subTtl {
    margin-top: 24px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1.38;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1050px) {
  .p-top-merit__detail {
    max-width: 670px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__detail {
    max-width: 670px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__detail {
    max-width: 670px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1050px) {
  .p-top-merit__detail li {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__detail li {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__detail li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .p-top-merit__detail li p {
    width: 322px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .p-top-merit__detail li:nth-of-type(even) p {
    order: 2;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__detail li p {
    width: 46%;
    min-width: 285px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .p-top-merit__detail li:nth-of-type(even) p {
    order: 2;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__detail li p {
    max-width: 400px;
    margin: 0 auto;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1050px) {
  .p-top-merit__detail li div img {
    width: 324px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1049px) {
  .p-top-merit__detail li div {
    width: 50%;
    min-width: 300px;
  }
}
@media screen and (max-width: 639px) {
  .p-top-merit__detail li div {
    max-width: 380px;
    margin: 10px auto 0;
  }
}