@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    font-weight: bold;
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

.landing {
    font-size: 1em;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* IE10/11に適用するフォント指定 */

@media all and (-ms-high-contrast:none) {
    .landing {
        font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

.section {
    padding: 6em 0;
    text-align: center;
}

.section-last {
    text-align: center;
}

/* header */

.header {
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    width: 100vw;
}

a.header-app-title {
    background-color: #009688;
    color: #f2f2f2;
    padding: 0.5em 1.5em;
    font-size: 1.2em;
    font-weight: bold;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.sub-header {
    display: flex;
    background-color: #616161;
    width: 100vw;
}

.sub-header button {
    color: white;
    line-height: 1.5em;
}

.sub-header a {
    color: white;
}

.spacer {
    flex: 1 1 auto;
}

.menu-item-faq {
    display: flex;
    align-items: center;
}

.icon-title {
    align-self: center;
    display: inline-block;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0 0.8em;
}

.icon-image {
    fill: currentColor;
    display: inline-block;
    width: 24px;
    height: 24px;
}

a.icon-button {
    text-align: center;
    display: flex;
    color: #484848;
}

a.link-icon {
    font-weight: bold;
    position: relative;
    padding-left: 14px;
    margin-left: 8px;
    margin-right: 8px;
    color: #00A532;
}

a.link-icon:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ee4f16;
}

.loader {
    display: none;
    z-index: 10;
}

.fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.page-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.margin-bottom_1em {
    margin-bottom: 1em;
}

h2.section-title {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #f8f8f8;
    font-weight: bold;
    font-size: 2.8em;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 30px;
    margin-top: 0;
    min-width: 12em;
}

.section-sentence {
    color: #f8f8f8;
    font-weight: bold;
    display: inline-block;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
}

h2.section-title.payment-portal {
    color: #808080;
}

.section-sentence.payment-portal {
    color: #808080;
}

@media all and (min-width:1365px) {
    h2.section-title {
        text-align: left;
        font-size: 2.6em;
    }

    .section-sentence {
        text-align: left;
        font-size: 1.44em;
    }
}

h2.section-title.section-title-feature {
    text-align: center;
    padding-top: 1em;
}

.section-charge {
    background-color: #88CD7F;
}

.section-payment {
    background-color: #62c58e;
}

.section-selfie-auth {
    background-color: #1BBC9B;
}

.section-feature {
    background-color: #4BBFC3;
}

.section-payment-portal {
    background-color: #ffffff;
}

.section-twitter {
    background-color: #eef1f6;
}

@media all and (min-width:1365px) {
    .main-content0 {
        width: 50%;
    }
}

.TOPimg {
    width: 540px;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

@media all and (max-width:1365px) {
    .TOPimg {
        margin-top: 0;
        margin-right: auto;
    }
}

p.firstpage-title {
    color: #484848;
    font-weight: bold;
    font-size: 5.6em;
    line-height: 1.0em;
    margin-bottom: 0.5em;
}

p.firstpage-sentence {
    color: #484848;
    display: inline-block;
    font-size: 45px;
    margin-bottom: 0.5em;
}

@media all and (max-width:1365px) {

    /* firstpage */
    /* firstpageのタイトル */
    p.firstpage-title {
        margin-left: auto;
        margin-right: auto;
    }

    /* firstpageの文章 */
    p.firstpage-sentence {
        line-height: 1.5em;
    }

    .news-box {}
}

.download-box li {
    display: inline-block;
    margin: 30px 10px;
}

.download-box li a {
    display: block;
}

.STOREimg {
    height: 60px;
}

@media all and (-ms-high-contrast: none) {
    .svg-ms {
        margin-right: 60px;
        /* IE10以上 */
    }
}

@media all and (max-width:1365px) {
    .STOREimg {
        height: 80px;
    }
}

.startup-guide-link {
    font-weight: bold;
    font-size: 24px;
    color: #00A532;
    text-decoration: underline;
}

.startup-guide-link:hover {
    text-decoration: none;
}

.content-1 {
    padding: 10px 10px 30px 10px;
}

.content-2 {
    flex: 0 0 auto;
    padding: 90px 0;
}

.page-text-content {
    text-align: left;
    padding: 30px;
}

@media all and (max-width:1365px) {
    .page-text-content {
        text-align: center;
        padding-top: 60px;
    }
}

/* featurePage */

.featurepage-article-list {
    padding-bottom: 3em;
}

.featurepage-article {
    background: #e4f1fe;
    border-radius: 50px;
    /*角の丸み*/
    color: black;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    padding-bottom: 2em;
    /* 相対位置。本来その要素が配置される場所を基準に配置される。 */
    position: relative;
    width: 500px;
}

h3.feature-title {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5em;
    color: black;
}

.featurepage-sentence {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap;
}

.click-me {
    font-size: 0.8em;
}

.flow {
    background: #eeeeee;
    border-radius: 10px;
    color: #757575;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 1.5em;
    margin-top: 20px;
    white-space: normal;
}

ol.flow-ol {
    display: inline-block;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.5em;
    list-style: decimal;
    margin-top: 30px;
    padding-left: 1.5em;
    text-align: left;
    white-space: nowrap;
}

.section-sentence-link {
    color: #f8f8f8;
    text-decoration: underline;
    font-weight: bold;
}

.section-sentence-link:hover {
    text-decoration: none;
}

.app-box {
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 100px;
}

.app-icon {
    border-radius: 20px;
    border: solid 1px #cccccc;
    width: 230px;
}

.qr_style {
    float: right;
    width: 140px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.app-title {
    color: #484848;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}

.app-description {
    color: #757575;
    text-align: left;
    font-size: 20px;
    margin-left: 20px;
    max-width: 400px;
}

.description-web-edition {
    color: #484848;
    margin-bottom: 60px;
}

.description-web-edition p {
    font-size: 1.8em;
    line-height: 1.5em;
}

p.description-web-edition-text {
    font-size: 18px;
}

.promotion {
    background: #eeeeee;
    padding: 30px;
}

.youtube-iframe {
    border: none;
}

.promotion-table {
    margin-left: auto;
    margin-right: auto;
}

.news-box {
    max-width: 620px;
    padding: 1.5em;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: #757575 solid 1px;
}

.news-title {
    color: #ff0000;
    margin-bottom: 1em;
    font-size: 18px;
}

.news-text {
    color: #757575;
    font-size: 18px;
    text-align: left;
}

.function-img {
    width: 500px;
    position: relative;
    display: block;
    margin: 20px 50px;
}

.payment-portal-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.payment-portal-logo-image {
    width: 300px;
}

@media all and (max-width:1000px) {
    .sns-image {
        width: 67px;
    }
}

/* footer */

.footer {
    padding-bottom: 40px;
    width: 100%;
}

.foot-link-space {
    padding-bottom: 30px;
    text-align: center;
}

.foot-link {
    color: #484848;
    font-weight: 700;
}

.copyright {
    color: #484848;
    font-weight: 700;
    line-height: 1.5em;
}

.company-link {
    color: #00A532;
    font-weight: 700;
}

.mdl-spinner {
    width: 50%;
}

/* 利用可能な代表的な加盟店の一覧のタイトル */
.something-participate-title {
    color: #484848;
    font-size: 2.4em;
    line-height: 1.0px;
    margin-bottom: 0.5px;
}

/* 代表的な加盟店のロゴ */
.participate-logo {
    margin-top: 30px;
}

/* ロゴを横並びにする */
.participate-logo li {
    display: inline;
    align-items: center;
    justify-content: center;
}

/* Amazonロゴのサイズ調整 */
.participate-amazon-logo-image {
    margin-top: 10px;
    height: 65px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

/* e会員ロゴのサイズ調整 */
.participate-ekaiin-logo-image {
    height: 50px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

/* バスもりロゴのサイズ調整 */
.participate-basumori-logo-image {
    height: 45px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.check-participate {
    margin-top: 50px;
}

.check-participate-button {
    position: relative;
    background-color: #009688;
    border-radius: 35px;
    color: white;
    display: block;
    font-size: 1.6em;
    height: 50px;
    width: 88%;
    max-width: 500px;
    line-height: 45px;
    margin: auto;
    text-align: center;
}

/* popup */

.popup {
    position: fixed;
    width: 500px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    opacity: 0;
    transition: .6s;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    visibility: hidden;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner img {
    width: 100%;
}

.popup-close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.popup-close-btn img {
    width: 15px;
}

/* Twitter */
h2.twitter-title {
    color: #8F989F;
    font-size: 2.5em;
}

h3.twitter-title {
    color: #8F989F;
    font-size: 1.8em;
}

.follow-button {
    margin: 0 auto;
}

.twitter-follow-button {
    margin: auto;
}

.twitter-follow-button-area {
    text-align: center;
    margin-bottom: 32px;
}

.twitter-timeline-area {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
