@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

/* Grid base
--------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Lato:900");

.contact-info__tel,
.flow-step__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp-about-content,
.lp-message-content,
.lp-products-box,
.lp-products-box__sub,
.lp-about-evidence__box,
.lp-about-evidence__box2,
.lp-movie-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp-about,
.lp-message__inner,
.lp-about-evidence,
.lp-voice__inner,
.lp-guide {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.lp-movie__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

/* midashi
--------------------------------------------------------- */

.lp-about-content__list,
.lp-message-content__list,
.lp-products-copy,
.lp-products-box__price,
.lp-products-box-list,
.lp-message__text,
.lp-about-main__title,
.hdg-type002,
.flow-step__text {
  position: relative;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.05em;
}

.info-box__hdg:before,
.icon-page-back:before,
.btn-canceled:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* marker
--------------------------------------------------------- */

.lp-about-message b,
.lp-about-message strong,
.lp-message-box b,
.lp-message-box strong,
.lp-about-evidence strong,
.lp-voice strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 249, 88, 0)), color-stop(50%, #fff958));
  background: -webkit-linear-gradient(rgba(255, 249, 88, 0) 50%, #fff958 50%);
  background: linear-gradient(rgba(255, 249, 88, 0) 50%, #fff958 50%);
}

/* l-header
--------------------------------------------------------- */

.l-header.sb-header {
  border-bottom: 1px solid #ddd;
}

/* brand-copy
--------------------------------------------------------- */

/* header-nav h-pt
--------------------------------------------------------- */

/* supported-by
--------------------------------------------------------- */

.sb-header .supported-by {
  margin-top: 0.5em;
  text-align: center;
  margin-bottom: -0.4rem;
}

.sb-header .supported-by__tit {
  display: inline-block;
  font-size: 1.2rem;
}

.sb-header .supported-by__name {
  display: inline-block;
  font-weight: bold;
}

/* main-nav-toggle
--------------------------------------------------------- */

.l-header.sb-header #main-nav-toggle.active {
  top: -40px;
}

/* ---------------------------------------------------------
  Site footer
--------------------------------------------------------- */

/* l-footer
--------------------------------------------------------- */

.l-footer {
  clear: both;
  position: relative;
  background-color: #be2500;
  color: #fff;
}

.l-footer__block {
  clear: both;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto !important;
  padding: 30px 20px;
}

.l-footer__section {
  width: 100%;
}

.l-footer__section.f-company-info {
  margin-bottom: 30px;
}

.l-footer__section:last-child .f-nav-info {
  border-bottom: 1px solid #d12b02;
}

/* footer-nav
--------------------------------------------------------- */

.f-nav-info {
  margin: 0 -20px;
  text-align: center;
}

.f-nav-info__item {
  font-size: 1.3rem;
}

.f-nav-info__item + .f-nav-info__item {
  margin-top: 0.5em;
}

.f-nav-info__link {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #d12b02;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: color .6s;
  transition: color .6s;
}

.f-nav-info__link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.copyright.f-info {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  text-align: center;
  padding-top: 30px;
}

.copyright.f-info small {
  font-size: 14px;
}

.form-one .login-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-about,
.lp-products,
.lp-message,
.lp-about-evidence,
.lp-voice,
.lp-app,
.lp-guide,
.lp-movie {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* info-box
--------------------------------------------------------- */

.info-box {
  margin: 2.5em auto;
  padding: 1em;
  background-color: #f5f3ef;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.info-box.alert-info {
  background-color: #f6fcff;
  border: 1px solid #ade6fb;
}

.info-box.alert-warning {
  background-color: #fff0ec;
  border: 1px solid #f13000;
}

.info-box.alert-attent {
  background-color: #fffced;
  border: 1px solid #ffe58f;
}

.info-box__hdg {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 35px;
  font-size: 1.6rem;
  font-weight: 700;
}

.info-box__hdg:before {
  position: absolute;
  content: '\f06a';
  font-size: 2.3rem;
  padding-right: 0.5em;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f13000;
}

.alert-info .info-box__hdg:before {
  color: #ade6fb;
}

.alert-warning .info-box__hdg:before {
  content: '\f057';
  color: #f13000;
}

.alert-attent .info-box__hdg:before {
  color: #faad14;
}

/* contact-info
--------------------------------------------------------- */

.contact-info {
  margin: 50px 0 10px;
}

.contact-info__item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px 20px;
  width: 100%;
  margin: 0 0 20px;
}

.contact-info__tit {
  margin: 0 0 10px;
  padding: 0.8em 1.4em;
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
}

.contact-info__tit span {
  display: block;
  margin-top: 0.25em;
  font-size: 1.8rem;
  font-weight: 600;
}

.contact-info__tel {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.contact-info .tel-num {
  padding-left: 15px;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}

.contact-info .icon-tel {
  background: url(../img/subsc/common/freediallogo.svg);
  background-repeat: no-repeat;
  background-position: left top;
  /* 背景画像画像サイズ */
  background-size: 46px auto;
  padding: 0 0 5px 50px;
}

.contact-info .tel-info {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
  color: #f13000;
  text-align: left !important;
}

.contact-info__box {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 7px;
  text-align: center;
}

/*background-color
--------------------------------------------------------- */

.bgc-white {
  background-color: #fff;
}

.bgc-gray {
  background-color: #f4f4f4;
}

.ps-top {
  margin-bottom: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}

/* Login
--------------------------------------------------------- */

.form-one .login-form {
  margin: 20px 0;
}

.form-one .login-form__itembox {
  width: 100%;
  padding: 20px;
  border: 2px solid #dcdcdc;
}

.form-one .login-form__tit {
  margin: 0 -20px 20px;
  padding: 0.8em 1.4em;
  background-color: #f6f6f6;
  font-size: 1.6rem;
}

.form-one .login-form__save {
  margin-top: 10px;
  font-size: 1.4rem;
}

.form-one .login-form__btn {
  margin-top: 20px;
  text-align: center;
}

.form-one .login-form__pwd-link {
  margin-top: 30px;
  font-size: 1.3rem;
}

/* ---------------------------------------------------------
  Top
--------------------------------------------------------- */

/* common
--------------------------------------------------------- */

.lp-about,
.lp-products,
.lp-message,
.lp-about-evidence,
.lp-voice,
.lp-app,
.lp-guide,
.lp-movie {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lp-products-hdg__title {
  line-height: 1;
  font-size: 2rem;
}

/* top-about
--------------------------------------------------------- */

.lp-about-content__box,
.lp-message-content__box {
  width: 100%;
}

.lp-about-content__video,
.lp-message-content__video {
  padding: 20px 20px 0;
  border: 2px solid #d0aa47;
  text-align: center;
  width: 100%;
}

.lp-about-content__list,
.lp-message-content__list {
  margin-top: -10px;
  padding: 20px;
  border: 3px solid #f13000;
  border-radius: 5px;
  background: url("../img/top/bg_about.png") no-repeat top right;
  font-size: 1.8rem;
}

.lp-about-content__list li:before,
.lp-message-content__list li:before {
  top: 0.1em;
  font-size: 2rem !important;
}

/* lp-products
--------------------------------------------------------- */

.lp-products {
  background-color: #f4f4f4;
}

.lp-products-copy {
  font-size: 1.6rem;
}

.lp-products-box {
  margin-top: 20px;
  padding: 20px 20px 25px;
  border: 5px solid #d8be00;
  border-radius: 10px;
  background-color: #fff;
}

.lp-products-box__inner:first-child {
  width: 100%;
}

.lp-products-box__inner:last-child {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.lp-products-box__hdg {
  text-align: center;
}

.lp-products-box__name {
  font-size: 2.1rem;
  line-height: 1;
}

.lp-products-box__price {
  margin-top: 0.5em;
  color: #f13000;
}

.lp-products-box__price .point-text {
  font-size: 1.6rem;
}

.lp-products-box__price .price-info {
  margin-right: 5px;
  margin-left: 0.5em;
  font-size: 1.6rem;
}

.lp-products-box__price .price-text {
  font-size: 3rem;
}

.lp-products-box__price .yen-text {
  font-size: 1.6rem;
}

.lp-products-box__price .tax-text {
  color: #333;
}

.lp-products-box .btn-cart {
  padding: 0.7em 1.6em !important;
  font-size: 1.8rem;
  font-weight: 700;
}

.lp-products-box-list {
  font-size: 1.7rem;
}

.lp-products-box-list__item + .lp-products-box-list__item {
  margin-top: 0.2em;
}

.products-name {
  width: 50%;
  display: block;
  margin: 0 auto;
}

/* lp-message
--------------------------------------------------------- */

.lp-message {
  padding-bottom: 50px;
  background-color: #ffefeb;
}

.lp-message-box .l-container .list-main {
  padding-left: 10px;
}

/* lp-about-evidence
--------------------------------------------------------- */

.lp-about-main__title {
  font-size: 2rem;
  text-align: center;
}

.lp-about-main__title span {
  color: #f13000;
  background: -webkit-linear-gradient(top, #f13000 0%, #980011 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-about-main__sub-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}

.lp-about-evidence__box {
  margin-top: 20px;
}

.lp-about-evidence__content {
  width: 100%;
}

.lp-about-evidence__pic {
  width: 100%;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
}

.lp-about-evidence__pic img {
  max-height: 300px;
}

.lp-about-evidence__txt-l {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.lp-about-evidence__txt-m {
  font-size: 1.8rem;
}

.lp-about-evidence__box2 {
  margin-bottom: 30px;
}

.lp-about-evidence__box2:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lp-about-evidence__content2 {
  width: 100%;
  margin-bottom: 20px;
}

.lp-about-evidence__pic2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* lp-app-summary
--------------------------------------------------------- */

.lp-app-summary {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 30px 10px;
}

/* lp-voice
--------------------------------------------------------- */

.lp-voice {
  background-color: #f4f4f4;
}

.lp-voice__content {
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #ffd3c8;
  background: #fff;
  border-radius: 5px;
}

.hdg-type001 {
  margin: 20px -20px 20px;
  padding: 0.8em 1em;
  background-color: #ffd3c8;
  color: #333;
  font-size: 1.7rem;
}

.hdg-type002 {
  margin: 30px -20px 20px;
  padding: 0.2em 0.7em;
  border-left: 10px solid #ffd3c8;
  font-size: 1.7rem;
}

/* lp-app
--------------------------------------------------------- */

.lp-app {
  background: url("../img/about/bg_app_content.png") repeat 0 0;
  padding-top: 20px;
}

.lp-app__sub-title {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.lp-app__sub-title > span:first-child {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.lp-app__sub-title > span:first-child:before,
.lp-app__sub-title > span:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.lp-app__sub-title > span:first-child:before {
  left: 0;
}

.lp-app__sub-title > span:first-child:after {
  right: 0;
}

.lp-app__video {
  max-width: 720px;
  margin: 20px auto;
  text-align: center;
}

.lp-app__sub-hdg {
  margin: 20px 0 0;
  line-height: 1.4;
  font-size: 1.8rem;
  text-align: center;
}

.col_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: -10px;
  padding-left: -10px;
}

.col_4 > .app-info__item {
  width: 49%;
}

/* top-guide
--------------------------------------------------------- */

.lp-guide__hdg {
  text-align: center;
  width: 100%;
}

.lp-guide__hdg img {
  width: 190px;
  height: 35px;
}

.lp-guide__sub-hdg {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

/* -step
--------------------------------------------------------- */

.flow-step-wrap {
  margin-top: 30px;
  padding: 20px;
  background-color: #f0f0f0;
}

.flow-step__title {
  position: relative;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}

.flow-step__title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f13000;
  border-radius: 2px;
}

.flow-step__item {
  position: relative;
  min-height: 50px;
  margin-top: 30px;
}

.flow-step__item:after {
  position: absolute;
  bottom: -30px;
  left: 15px;
  display: block;
  width: 5px;
  height: 100%;
  border: 5px solid #fff;
  content: '';
  z-index: 1;
}

.flow-step__item:last-child:after {
  display: none;
}

.flow-step__icon {
  position: absolute;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #f13000;
  background: #fff;
  color: #f13000;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  z-index: 3;
}

.flow-step__circle {
  position: absolute;
  left: -2px;
  top: 50%;
  display: inline-block;
  width: 40px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.flow-step__num {
  font-size: 18px;
}

.flow-step__text {
  margin: 20px 0 0 65px;
}

.code-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.code-col2 .app-info__item.app-sub-img:last-child {
  margin-left: 35px;
}

/* lp-movie
--------------------------------------------------------- */

.lp-movie {
  background-color: #f4f4f4;
}

.lp-movie-content__box {
  width: 100%;
}

.lp-movie-content__video {
  text-align: center;
  width: 100%;
}

.lp-movie-content__text {
  font-weight: 700;
  font-size: 1.8rem;
}

li .lp-movie-content__text > a {
  margin-left: 1em;
}

.lp-movie__title {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 42px;
  text-align: center;
  font-size: 1.8rem;
}

.lp-movie__title:before,
.lp-movie__title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 2px;
  border-top: solid 1px #d0aa47;
  border-bottom: solid 1px #d0aa47;
}

.lp-movie__title:before {
  left: 0;
}

.lp-movie__title:after {
  right: 0;
}

/* other
--------------------------------------------------------- */

.l-container-lp {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0;
}

.lp-box__btn {
  margin-top: 15px;
  text-align: center;
}

.lp-font-middle {
  font-size: 1.8rem;
}

.item-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* focus */

*:focus {
  outline: none;
}

/* layout
--------------------------------------------------------- */

/* user-info */

.user-info {
  margin-bottom: 20px;
  padding: 5px 20px;
  background-color: #f5f3ef;
  font-size: 16px;
  font-size: 1.6rem;
}

.user-info__name-text {
  margin-right: 0.5em;
}

.user-info__logout {
  display: block;
  margin-top: 0.5em;
}

/*
  mypage-nav
--------------------------------------------------------- */

/* mypage-nav */

.mypage-nav__tit {
  margin-bottom: 1em;
  font-weight: 700;
}

.mypage-nav__link {
  display: block;
  padding: 20px 5px 15px;
  text-align: center;
  border: 2px solid #ccc;
  background-color: #fff;
  color: #f13000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  height: 100%;
}

.mypage-nav__link:hover,
.mypage-nav__link:active {
  text-decoration: none !important;
  border: 2px solid #f13000;
}

.mypage-nav__link:hover [class*=" icon-"]:before,
.mypage-nav__link:active [class*=" icon-"]:before {
  background-color: #f13000;
}

.mypage-nav li [class*=" icon-"] {
  text-align: center;
  line-height: 1;
}

.mypage-nav li [class*=" icon-"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block !important;
  margin: 0 auto 20px;
  padding: 15px;
  color: #fff;
  background-color: #ffd3c8;
  font-size: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.icon-orderhistory:before {
  content: "\f46d";
}

.icon-memberchange:before {
  content: "\f007";
}

.icon-creditcard:before {
  content: "\f09d";
}

.mypage-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 10px;
}

.mypage-nav li:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.mypage-nav li:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.mypage-nav li:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.mypage-nav li:not(:last-child) {
  margin-right: 10px;
}

@supports (display: grid) {
  .mypage-nav li:not(:last-child) {
    margin-right: 0;
  }
}

/* page-back
--------------------------------------------------------- */

.page-back {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: right;
}

.icon-page-back {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1em;
}

.icon-page-back:before {
  content: '\f3e5';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1em;
}

/* table history
--------------------------------------------------------- */

.h-list .form-table th {
  padding-top: 5px;
  padding-bottom: 5px;
}

.history {
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 0;
  border: 2px solid #ccc;
}

.history th,
.history td {
  padding: 0.8em 0.8em 1em;
  vertical-align: top;
}

.history th {
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  text-align: left;
}

.history td {
  display: block;
}

.history td + td {
  border-top: 1px dashed #ccc;
}

.history__detail {
  clear: left;
  *zoom: 1;
}

.history__detail::after {
  content: "";
  display: table;
  clear: both;
}

.history__title {
  position: relative;
  float: left;
  width: 6em;
  font-size: 14px;
}

.history__title:after {
  position: absolute;
  content: "：";
  top: 0;
  right: 0;
  font-weight: normal;
}

.history__text {
  margin-left: 6em;
}

.history__text.price {
  font-weight: bold;
}

.history .order-items:after {
  content: "";
  display: table;
  clear: both;
}

.history .order-items__text .price {
  margin-right: 0.5em;
}

.history .order-items__text .order-sheets::before {
  content: '\0D7';
  margin-right: 0.5em;
}

.history .order-status {
  margin-bottom: 0.8em;
}

.history .order-status .status {
  padding: 3px 15px;
  background-color: #eee;
  font-weight: 500;
}

.history .order-status .status.in-use {
  color: #fff;
  background-color: #FF1A53;
}

.history .order-status .status.in-process {
  color: #fff;
  background-color: #4c92ff;
}

.history .order-status .status.in-stop {
  color: #fff;
  background-color: #3F3F3F;
}

.history .order-eg {
  margin-top: 1em;
  padding: 5px;
  font-size: 1.4rem;
  background-color: #eee;
}

/* btn
--------------------------------------------------------- */

.btn-area {
  clear: both;
  margin-top: 20px;
  text-align: center;
}

.btn-other {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 20em;
  padding: 0.4em 1em;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.btn-other:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-canceled {
  border: 2px solid #888 !important;
  padding: 0.4em 0.8em;
  color: #333;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  border-radius: 20px;
}

.btn-canceled:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
  content: '\f054';
  font-size: 0.7em;
}

.btn-canceled:hover {
  border: 2px solid #606060 !important;
  background-color: #eee !important;
}

/* form-message
--------------------------------------------------------- */

/*step*/

.step-menu.step3 {
  margin-bottom: 20px;
}

.step3 .step-menu__item {
  width: 33.3333%;
}

.form-message.cancel {
  clear: both;
  margin-top: 30px !important;
}

.l-bottom-col {
  clear: both;
  width: 100%;
  margin-top: 40px;
}

/* group-title
--------------------------------------------------------- */

.group-title {
  margin: 30px 0 20px;
  padding: 0.2em 0.7em;
  border-left: 3px solid #ffd3c8;
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .sb-header .supported-by__tit {
    display: block;
  }

  .sb-header .supported-by__name {
    display: block;
  }

  .col_4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .col_4 > .app-info__item {
    width: 33%;
    margin: 15px 0.1%;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header.sb-header .l-header__inner {
    padding: 5rem 2rem 2.8rem;
  }

  .l-header.sb-header .brand-copy {
    top: 4.6rem;
  }

  .header-nav.h-pt {
    top: 2px !important;
  }

  .sb-header .supported-by {
    position: absolute;
    top: 3.8rem;
    right: 50%;
    margin-right: -380px;
  }

  .sb-header .supported-by__tit {
    font-size: 1.4rem;
  }

  .sb-header .supported-by__name {
    font-size: 1.6rem;
  }

  .l-footer__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 53px 20px;
  }

  .l-footer__section:not(:first-child) {
    width: 48%;
  }

  .l-footer__section.f-company-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    padding-right: 20px;
  }

  .l-footer__section:last-child .f-nav-info {
    border: none;
  }

  .f-nav-info {
    margin: 0;
    text-align: right;
  }

  .f-nav-info__item {
    font-size: 14px;
  }

  .f-nav-info__link {
    padding: 0;
    border: none;
  }

  .copyright.f-info {
    text-align: right;
  }

  .copyright.f-info small {
    font-size: 16px;
  }

  .lp-about,
  .lp-products,
  .lp-message,
  .lp-about-evidence,
  .lp-voice,
  .lp-app,
  .lp-guide,
  .lp-movie {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .info-box__hdg {
    font-size: 1.8rem;
  }

  .contact-info {
    margin: 80px 0 20px;
  }

  .contact-info__item {
    width: calc((100% - 30px)/ 2);
  }

  .contact-info__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }

  .contact-info__tit {
    padding: 0.8em;
  }

  .form-one .login-form {
    margin: 40px 0;
  }

  .form-one .login-form__itembox {
    width: 50%;
    margin: 0 auto;
    padding: 40px;
  }

  .form-one .login-form__tit {
    margin: 0 0 20px;
    padding: 0.8em 1em;
    font-size: 1.9rem;
  }

  .lp-about,
  .lp-products,
  .lp-message,
  .lp-about-evidence,
  .lp-voice,
  .lp-app,
  .lp-guide,
  .lp-movie {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lp-products-hdg__title {
    font-size: 32px;
  }

  .lp-about-content__box,
  .lp-message-content__box {
    width: 66%;
  }

  .lp-about-content__video,
  .lp-message-content__video {
    width: 32%;
    margin-top: -10px;
  }

  .lp-about-content__list,
  .lp-message-content__list {
    padding: 25px;
    margin-bottom: 0;
  }

  .lp-about-content__list li,
  .lp-message-content__list li {
    font-size: 2rem !important;
  }

  .lp-about-content__list li:before,
  .lp-message-content__list li:before {
    top: 0;
    font-size: 2.4rem !important;
  }

  .lp-about-message p,
  .lp-message-box p {
    font-size: 1.8rem;
  }

  .lp-products-copy {
    font-size: 2rem;
    text-align: center;
  }

  .lp-products-box {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 35px;
    width: 100%;
    max-width: 1040px;
    overflow: hidden;
  }

  .lp-products-box__inner:first-child {
    width: 58%;
  }

  .lp-products-box__inner:last-child {
    width: 37%;
    margin-right: 20px;
  }

  .lp-products-box__name {
    font-size: 2.7rem;
  }

  .lp-products-box__price {
    margin-top: 1em;
  }

  .lp-products-box__price .point-text {
    font-size: 20px;
  }

  .lp-products-box__price .price-info {
    font-size: 28px;
  }

  .lp-products-box__price .price-text {
    font-size: 40px;
  }

  .lp-products-box__price .yen-text {
    font-size: 28px;
  }

  .lp-products-box .btn-cart {
    font-size: 2.3rem;
  }

  .lp-products-box-list {
    width: 60%;
    font-size: 1.9rem;
    line-height: 1.7;
  }

  .products-name {
    width: 250px;
  }

  .lp-message {
    padding-bottom: 70px;
  }

  .lp-message__text {
    font-size: 1.8rem;
  }

  .lp-message-box .l-container .list-main {
    padding-left: 20px;
  }

  .lp-about-main__title {
    font-size: 3.6rem;
  }

  .lp-about-main__sub-title {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .lp-about-evidence__box {
    margin-top: 50px;
  }

  .lp-about-evidence__box2 {
    margin-top: 50px;
  }

  .lp-about-evidence__content {
    width: 53%;
  }

  .lp-about-evidence__pic {
    width: 40%;
    -webkit-box-shadow: 9px 8px 18px 1px #ddd;
    box-shadow: 9px 8px 18px 1px #ddd;
  }

  .lp-about-evidence__pic img {
    max-height: 350px;
  }

  .lp-about-evidence__txt-l {
    margin-top: 20px;
    font-size: 3rem;
    text-align: left;
  }

  .lp-about-evidence__txt-m {
    font-size: 2.1rem;
  }

  .lp-about-evidence__content2 {
    width: 48%;
    margin-bottom: 0;
  }

  .lp-about-evidence__pic2 {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
  }

  .lp-app-summary {
    padding: 60px 20px;
  }

  .lp-voice__content {
    padding: 25px 30px;
  }

  .lp-voice__txt {
    font-size: 1.8rem;
  }

  .hdg-type001 {
    margin: 20px 0 40px;
    padding: 0.6em 1em;
    font-size: 2.4rem;
    text-align: center;
  }

  .hdg-type002 {
    margin: 60px 0 15px;
    font-size: 2.2rem;
    line-height: 1.8;
  }

  .lp-app {
    padding-top: 60px;
  }

  .lp-app__sub-title {
    margin-top: 50px;
    font-size: 2.6rem;
  }

  .lp-app__sub-hdg {
    margin: 40px 0 20px;
    font-size: 26px;
  }

  .col_4 {
    padding-right: 0;
    padding-left: 0;
  }

  .col_4 > .app-info__item {
    width: 22%;
    margin: 20px 1.2%;
  }

  .col_4 > .app-info__item .app-caption {
    font-size: 1.6rem;
  }

  .lp-guide__hdg img {
    width: 329px;
    height: 61px;
  }

  .lp-guide__sub-hdg {
    font-size: 2.2rem;
  }

  .flow-step-wrap {
    margin-top: 40px;
    padding: 30px;
  }

  .flow-step__title {
    font-size: 2.8rem;
  }

  .flow-step__item:after {
    bottom: -40px;
    left: 25px;
  }

  .flow-step__icon {
    width: 60px;
    height: 60px;
  }

  .flow-step__circle {
    left: -4px;
    width: 60px;
  }

  .flow-step__num {
    font-size: 20px;
  }

  .flow-step__text {
    margin-left: 90px;
    font-size: 2rem;
  }

  .flow-step__text ul {
    font-size: 1.8rem;
  }

  .code-col2 .app-info__item.app-sub-img {
    width: 100px;
  }

  .lp-movie-content__box {
    width: 50%;
  }

  .lp-movie-content__video {
    width: 46%;
    margin-top: -10px;
  }

  .lp-movie__title {
    font-size: 2.2rem;
  }

  .l-container-lp {
    padding: 0 20px;
  }

  .lp-box__btn {
    margin-top: 30px;
    text-align: right;
  }

  .lp-font-middle {
    font-size: 2.1rem;
  }

  .user-info {
    margin-bottom: 35px;
    padding: 20px;
  }

  .user-info__logout {
    display: inline-block;
    margin-top: 0;
    margin-left: 1em;
  }

  .mypage-nav__link {
    padding: 30px 5px 25px;
    font-size: 1.6rem;
  }

  .h-list .form-table th {
    width: 30%;
  }

  .history {
    margin-top: 15px;
  }

  .history th {
    width: 30%;
    border-right: 2px solid #ccc;
    border-bottom: none;
  }

  .history__title {
    display: block;
    float: none;
    padding-top: 4px;
  }

  .history__title:after {
    display: none;
  }

  .history__text {
    display: block;
    margin-left: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
  }

  .btn-area.btn-right {
    margin-top: 20px;
    text-align: right;
  }

  .btn-other {
    width: auto;
    font-size: 15px;
    font-weight: normal;
  }

  .btn-canceled {
    min-width: 190px;
  }

  .form-message.cancel .form-message__tit {
    max-width: 34em;
  }

  .l-bottom-col {
    margin-top: 80px;
  }

  .l-sub-col {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1140px) {
  .l-header.sb-header .l-header__inner {
    padding: 5rem 2rem 3.7rem;
  }

  .sb-header .supported-by {
    margin-right: -430px;
  }

  .sb-header .supported-by__tit {
    font-size: 1.5rem;
  }

  .sb-header .supported-by__name {
    font-size: 1.8rem;
  }

  .f-nav-info__item {
    font-size: 17px;
  }

  .contact-info .tel-num {
    font-size: 2.8rem;
    font-weight: normal;
  }

  .lp-about-content__box,
  .lp-message-content__box {
    width: calc(100% - (520px + 50px) );
  }

  .lp-about-content__video,
  .lp-message-content__video {
    width: 520px;
  }

  .lp-about-content__list,
  .lp-message-content__list {
    padding: 38px;
  }

  .lp-about-content__list li,
  .lp-message-content__list li {
    font-size: 2.4rem !important;
  }

  .lp-about-evidence__content {
    width: 540px;
  }

  .lp-about-evidence__pic {
    width: 410px;
  }

  .lp-about-evidence__content2 {
    width: 480px;
  }

  .lp-about-evidence__pic2 {
    width: 501px;
  }

  .hdg-type001 {
    margin: 30px 0 40px;
  }

  .lp-guide__hdg img {
    width: 429px;
    height: 80px;
  }

  .flow-step-wrap {
    margin-top: 60px;
    padding: 50px 80px;
  }

  .lp-movie-content__box {
    width: calc(100% - (510px + 50px) );
  }

  .lp-movie-content__video {
    width: 510px;
  }
}

@media screen and (max-width: 767px) {
  .history th {
    display: block;
  }
}