b, strong {
	font-weight: bold;
}
li {
	list-style: none;
}
.flex {
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.clear {
    clear: both;
}
h2.normal {
    border-left: none;
    padding-left: none;
    text-align: center;
}
.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.shop-search__label {
    text-align: center;
}
.shop-search__link_lp_8_6,
.shop-search__button_lp_8_6 {
    background-image: none!important;
    background-color: #d7290e;
}
.shop-search__button-wrapper {
    border-bottom: none!important;
}
.course-area .course-area__slider {
    background-image: url(/images/introduce/introducelp_14/menu_bg02.png);
    border-radius: 0px 0px 20px 20px;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 0;
}
.flow-order-area .flow-area__slider {
    background-image: url(/images/introduce/introducelp_14/flow_bg02.png);
    border-radius: 0px 0px 20px 20px;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-bottom: 20px;
    z-index: 0;
}
.point-area__title,
.point-area {
    background: url(/images/introduce/introducelp_14/point_bg.png);
    background-repeat:repeat;
}
.reviews-area {
    background: url(/images/introduce/introducelp_14/review_bg_11.png);
    background-repeat:repeat;
}
.reviews-area__header {
    padding: 0px 20px 10px;
}
.reviews-area__container {
    margin-bottom: 20px;
}
.staff-area {
    position: relative;
}
.clear_bg {
    background: url(/images/introduce/introducelp_14/point_bg.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}
.point-area ul.point-gallery__area li:not(:first-child) {
    padding-top: 20px;
}
.menu-slick-slider {
    z-index: 1;
}
.menu-slick-slider .slick-dots {
    bottom: -30px;
}
.slick-dots {
    background: transparent;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #b4b1b6;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f69468;
}
/* according list FAQ */
.lp-accordion-tab__list {
    padding: 10px;
}
.lp-accordion-tab__item  {
    position: relative;
    width: auto;
    background-color: #FFF;
    border-radius: 5px;
    margin: 20px 0px;
}
.lp-accordion-tab__title-icon {
    background-position: right center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 16px!important;
    transition: 0.4s;
}
.btn-accord-plus {
    background: url(/images/introduce/introducelp_14/accordion-plus.png) no-repeat;
}
.btn-accord-minus {
    background: url(/images/introduce/introducelp_14/minus-icon.png) no-repeat;
    top: 50%!important;
}
.floatting-icon {
    display: inline-block;
    position: absolute;
    top: 34%;
    right: 12px;
}
.lp-accordion-tab__title {
    position: relative;
    display: inline-block;
    color: #533c1a;
    min-width: 100%;
    padding: 10px 65px 10px 40px;
    font-size: 16px;
}
.lp-accordion-tab__title {
    background: url(/images/introduce/introducelp_14/question.png) no-repeat;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px;
    margin-left: 15px;
}
.lp-accordion-tab__question {
    position: relative;
}
.lp-accordion-tab__answer {
    display: none;
    padding: 20px 20px 20px 10px;
    border-top: #694513 2px dotted;
}
.lp-accordion-tab__answer .qa_legend {
    width: 10%;
    float: left;
    text-align: center;
}
.qa_legend .answer_legend {
    display: inline-block;
    background: url(/images/introduce/introducelp_14/answer_icon.png) no-repeat;
    background-position: left center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 22px;
}
.qa_answer {
    width: 90%;
    float: left;
    line-height: 1.6;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .course-area {
        background: url(/images/introduce/introducelp_14/menu_bg01.png) no-repeat;
        background-size: 100% 100%;
    }
    .flow-order-area {
        background: url(/images/introduce/introducelp_14/flow_bg01.png) no-repeat;
        background-size: 100% 100%;
    }
    .course-area button {
        font-size: 15px;
        width: 100%;
        height: 40px;
        cursor: pointer;
        border: none;
        border-radius: none;
        background-color: transparent!important;
        box-shadow: none;
        position: relative;
    }
    .point-area,
    .faq-area {
        background: url(/images/introduce/introducelp_14/point_bg.png);
        background-repeat:repeat;
    }
    .reviews-area,
    .flow-order-area,
    .faq-area {
        padding: 28px 10px 15px;
    }
    .faq-area .faq-area__title img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0px 80px;
    }
}

.download-app {
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
	margin-top: 20px;
	position: relative;
	display: table;
}

.download-app-top {
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	display: table;
}

.download-app a img {
	width: 100%;
}

.download-app-top a img {
	width: 100%;
}
.btn-ios {
	float: left;
	width: 46%;
}

.btn-android {
	float: right;
	width: 52%;
}

.download__text {
    text-align: center;
    font-weight: bold;
}

.open-app-button {
    font-size: 16px;
    padding: 10px;
    color: #FFFFFF;
}

.button--navigation-app {
    background-color: #ea5504;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    color: #FFFFFF;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border: none !important;
}

.align-center {
    display: flex;
    justify-content: center;
}

li.slick-slide.slick-current.slick-active {
    display: flex;
    justify-content: center;
}

.shop-content__title {
    width: 40%;
    vertical-align: bottom;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .shop-content__title {
        width: 100%;
        padding-right: 0;
    }
}

.main_content_lp {
    margin: 0 auto;
}

.header-lp {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    background-color: #fff;
}

.header-logo img {
    width: 76px;
    height: 39px;
}

.download--app {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.download--app a img {
    width: 100%;
}

.download_text_lp {
    text-align: center;
    font-size: 44px;
}

.navigation-app-title {
    text-align: center;
    font-size: 30px;
}

.section-download {
    background-color: #fff;
    padding: 20px 20px !important;
}

.download-app-lp {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.download-app-lp a img {
    width: 100%;
}

.mv-pc {
    display: block;
}

.mv-sp {
    display: none;
}

.section-cm {
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 20px;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

.box-name {
    text-align: center;
    padding-bottom: 20px;
    font-size: 44px;
}

.section-pioneer-lp .lst-pioneer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.section-pioneer-lp .lst-pioneer__item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 70px 10px 20px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.btn-shopsearch {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px;
}

.btn-lp-3600 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #fff;
}

@media print, screen and (min-width: 600px) {
  .section-pioneer-lp .lst-pioneer__item {
    padding: 70px 20px 20px;
  }
}

@media print, screen and (min-width: 1023px) {
  .section-pioneer-lp .lst-pioneer__item {
    width: 23.5%;
    padding: 100px 20px 30px;
  }
}

.section-pioneer-lp .lst-pioneer__item:after {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #111;
  border-radius: 100%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (min-width: 1023px) {
  .section-pioneer-lp .lst-pioneer__item:after {
    font-size: 24px;
    line-height: 55px;
    top: 30px;
    width: 55px;
    height: 55px;
  }
}

.section-pioneer-lp .lst-pioneer__item:nth-child(1):after {
  content: "01";
}

.section-pioneer-lp .lst-pioneer__item:nth-child(2):after {
  content: "02";
}

.section-pioneer-lp .lst-pioneer__item:nth-child(3):after {
  content: "03";
}

.section-pioneer-lp .lst-pioneer__item:nth-child(4):after {
  content: "04";
}

.section-pioneer-lp .lst-pioneer__title {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

.faq-main {
    width: 100% !important;
}

.faq-main__box {
    padding-bottom: 0px !important;
}

.floating-shopsearch__link {
    background: #F5F5F7 !important;
}

.search-store__link_lp {
    background: #F5F5F7 !important;
    border-bottom: 0px !important;
    padding: 0 !important;
}

.ttl-pages , .section-faq {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}

.section-faq {
    background: #F5F5F7 !important;
}

.section-store {
    padding-bottom: 20px !important;
}

.section-cm {
    padding: 20px 20px !important;
}

.section-voice {
    padding: 20px 20px 40px 20px !important;
}

.section-flow {
    padding: 20px 20px !important;
}

.section-pioneer-lp {
    padding: 0px 20px 20px 20px !important;
}

.navigation-app {
    color: #0052b5;
    cursor: pointer;
}

@media print, screen and (min-width: 1023px) {
  .section-pioneer-lp .lst-pioneer__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
    .mv-pc {
        display: none !important;
    }
    .mv-sp {
        display: block !important;
    }

    .floating-shopsearch__link {
        padding: 0px !important;
    }

    .ttl-pages , .section-faq {
        width: 100% !important;
    }

    .section-faq {
        background: #fff !important;
    }

    .box-name {
        font-size: 24px !important;
    }

    .section-cm {
        width: 90% !important;
    }

    .download_text_lp {
        font-size: 16px !important;
    }
    
    .navigation-app-title {
        font-size: 14px !important;
    }

    .btn-shopsearch {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

    .section-pioneer__text {
        font-size: 24px !important;
    }
}

