@charset "UTF-8";
/* -------------------------- */
/* contents */
/* -------------------------- */
.visual {
  position: relative;
  padding-top: 110%;
  height: 0;
  background: url("../images/bg_mainvisual_sp.jpg") center no-repeat;
  background-size: cover;
}

.visual .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual_title {
  position: absolute;
  top: 18%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
}

.visual .demo_image {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  transform: translateX(65%);
  z-index: 5;
  margin: 0 auto;
  width: 40%;
}

.visual .sp_img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateX(-20%);
  margin: 0 auto;
  width: 85%;
}

.visual_store {
  display: none;
}

.visual_store_title {
  padding: 10px;
  background: #FF5B05;
  border-radius: 10px 10px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.visual_store_download {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
  max-width: 600px;
  border: 1px solid #FF5B05;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.visual_store_download_app img {
  width: 40px;
  vertical-align: bottom;
}

.visual_store_download_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.visual_store_download_link a {
  display: block;
  margin-left: 10px;
}

.visual_store_download_link a img {
  height: 40px;
  vertical-align: bottom;
}

/* about */
/* -------------------------- */
.about {
  padding: 25px 0 0;
}

.about_intro br {
  display: none;
}

.about .link {
  padding-bottom: 20px;
}

.about .link .btn_default01 {
  border-color: #FF5B05;
  color: #FF5B05;
}

.about .link .btn_default01::after {
  border-color: #FF5B05;
}

.about_point {
  padding-bottom: 40px;
  margin-top: 50px;
  background: #F2FCF8;
}

.about_point_list_box:not(:last-child) {
  margin-bottom: 20px;
}

.about_point_list_box .thum_img {
  margin-bottom: 15px;
}

.about_point_list_box_title {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.about_point_list_box_title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #25AD74;
}

/* point */
/* -------------------------- */
.point {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
}

.point .deco {
  display: none;
  position: absolute;
  right: -110px;
  top: -70px;
  width: 380px;
}

.point .flexbox {
  display: flex;
  flex-direction: column;
}

.point_list {
  margin-bottom: 10px;
}

.point_list_box {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.point_list_box:first-child {
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.point_list_box:not(:last-child) {
  margin-bottom: 20px;
}

.point_list_box_title {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.point_list_box_title .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.point_image {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.point_image .slider_box {
  position: relative;
}

.point_image .slider_box .base {
  position: absolute;
}

.point_image .slider_box .base small {
  display: block;
  position: absolute;
  bottom: 0;
  margin-top: -20px;
  width: 100%;
  text-align: center;
}

.point_detail {
  padding-bottom: 40px;
  margin-top: 70px;
  background: #FDF4EF;
}

.point_detail_title {
  border-color: #FF5B05;
  color: #FF5B05;
}

.point_detail_title::before {
  border-top-color: #FF5B05;
}

.point_detail_gallery {
  display: flex;
  justify-content: space-between;
  margin: -10px 0 20px;
}

.point_detail_box {
  margin-bottom: 20px;
}

.point_detail_box_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FF5B05;
}

.point_detail_box > figure {
  width: 80%;
  margin: 0 auto 10px;
}

.point_detail_box .detail_list li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.point_detail_box .detail_list li:not(:last-child) {
  margin-bottom: 10px;
}

.point_detail_box .detail_list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  border: solid 1px #f5f5f5;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.point_detail_box .detail_list li figure img {
  object-fit: contain;
  max-width: 50%;
  max-height: 50%;
}

.point_detail_box .detail_list_box {
  flex: 1;
}

.point_detail_box .detail_list_box h5 {
  font-size: 1.4rem;
  font-weight: bold;
}

.point_detail_box .detail_list_box p {
  font-size: 1rem;
}

.point_detail .block.btm .point_detail_box:last-child {
  margin-bottom: 0;
}

/* flow */
/* -------------------------- */
.flow {
  padding: 40px 0;
}

.flow_list {
  position: relative;
}

.flow_list::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background: #25AD74;
}

.flow_list_box {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px dashed #ddd;
}

.flow_list_box figure {
  position: relative;
  margin-right: 10px;
  width: 80px;
}

.flow_list_box figure .num {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
}

.flow_list_box figure .label {
  display: none;
}

.flow_list_box_detail {
  padding: 10px 0;
  flex: 1;
}

.flow_list_box_detail_title {
  font-size: 1.6rem;
  font-weight: bold;
}

.flow_list_box_detail_txt {
  font-size: 1.4rem;
}

.flow_list_box_detail_txt small {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.flow .link {
  margin-top: 40px;
}

.flow .link em {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  color: #25AD74;
  line-height: 1;
}

.flow .link .btn_default01 {
  padding: 10px;
  margin-top: 0;
}

.flow .link .btn_default01::after {
  display: none;
}

.flow .link .btn_default01 img {
  margin-left: 5px;
  width: 24px;
}

.flow .link .btn_default01 svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

/* store_s */
/* -------------------------- */
.store_s {
  padding: 20px 0;
  background: #FF5B05;
}

.store_s .store_s_title {
  margin-bottom: 10px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.store_s_download {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
}

.store_s_download_app img {
  width: 40px;
  vertical-align: bottom;
}

.store_s_download_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.store_s_download_link a {
  display: block;
  margin-left: 10px;
}

.store_s_download_link a img {
  height: 40px;
  vertical-align: bottom;
}

/* faq */
/* -------------------------- */
/* faq */
.faq {
  padding: 40px 0;
}

.faq_list li .question,
.faq_list li .answer {
  position: relative;
  padding: 15px 15px 15px 50px;
}

.faq_list li .question img,
.faq_list li .answer img {
  position: absolute;
  width: 40px;
  height: 40px;
}

.faq_list li .question {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 35px !important;
  border: 1px solid #ddd;
  border-bottom: none;
  font-weight: bold;
  cursor: pointer;
}

.faq_list li .question img {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.faq_list li .question::before, .faq_list li .question::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #999;
}

.faq_list li .question:before {
  width: 2px;
  height: 18px;
  right: 18px;
}

.faq_list li .question:after {
  right: 10px;
  width: 18px;
  height: 2px;
}

.faq_list li .question.active::before {
  display: none;
}

.faq_list li:nth-last-of-type(1) .question {
  border-bottom: 1px solid #ddd;
}

.faq_list li .answer {
  display: none;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #FDF4EF;
  width: 100%;
}

.faq_list li .answer a {
  display: inline-flex;
  align-items: center;
  color: #FF5B05;
  text-decoration: underline;
}

.faq_list li .answer a svg {
  margin: 0 3px;
  fill: #FF5B05;
}

.faq_list li .answer img {
  top: 5px;
  left: 5px;
}

.faq_list li:nth-last-of-type(1) .answer {
  border-top: none;
  border-bottom: 1px solid #ddd;
}

/* store */
/* -------------------------- */
.store {
  padding: 20px 0;
  background: #FF5B05;
}

.store_title {
  margin-bottom: 10px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.store_title span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  text-align: left;
}

.store_title span img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
}

.store_box {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}

.store_box_app {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.store_box_app figure {
  width: 80px;
  margin: 10px auto 20px;
}

.store_box_app_detail {
  width: 100%;
}

.store_box_app_detail_title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}

.store_box_app_detail_txt {
  font-size: 1.2rem;
}

.store_box .download {
  width: 100%;
}

.store_box .download_title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.store_box .download_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.store_box .download_link figure {
  margin-right: 15px;
  width: 100px;
}

.store_box .download_link__list .list_item {
  width: auto;
  height: 40px;
}

.store_box .download_link__list .list_item:not(:last-of-type) {
  margin-bottom: 5px;
}

.store_box .download_link__list .list_item a img {
  width: auto;
  height: 100%;
}

/* update */
/* -------------------------- */
.update {
  padding: 40px 0;
}

.update_list li {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.update_list li:first-child {
  border-top: 1px dashed #ddd;
}

.update_list li .date {
  font-size: 1.2rem;
}
.update_list li .date2 {
  font-size: 1.2rem;
}

/* support */
/* -------------------------- */
.support {
  padding: 40px 0;
  background: #f5f5f5;
}

.support_box {
  padding: 25px 15px;
  border-radius: 10px;
  background: #fff;
}

.support_box_contact_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.support_box_contact_btn .btn {
  border-radius: 5px;
  width: 100%;
  height: 60px;
}

.support_box_contact_btn .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.support_box_contact_btn .btn a span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

.support_box_contact_btn .btn a img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
}

.support_box_contact_btn .btn_tel {
  margin-bottom: 10px;
  border: 1px solid #25AD74;
}

.support_box_contact_btn .btn_tel a {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #25AD74;
}

.support_box_contact_btn .btn_tel a small {
  display: block;
  margin: -5px 0 0 -5px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

.support_box_contact_btn .btn_contact {
  background: #25AD74;
}

.support_box_contact_btn .btn_contact a {
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}

.support_box_contact_btn .btn_contact a span {
  margin-left: -5px;
}

@media screen and (min-width: 768px) {
  .visual {
    padding-top: 90%;
    background: url("../images/bg_mainvisual_tb.jpg") center no-repeat;
    background-size: cover;
  }
  .visual_title {
    width: 75%;
  }
  .visual .demo_image {
    bottom: -50px;
    transform: translateX(80%);
    width: 30%;
  }
  .visual .sp_img {
    width: 60%;
    transform: translateX(-25%);
  }
  .about {
    padding: 50px 0 0;
  }
  .about_intro {
    font-size: 1.6rem;
    text-align: center;
  }
  .about_point {
    margin-top: 70px;
    padding-bottom: 60px;
  }
  .about_point_list {
    display: flex;
    justify-content: space-between;
  }
  .about_point_list_box {
    width: calc((100% - 40px) / 3);
  }
  .about_point_list_box:not(:last-child) {
    margin-bottom: 0;
  }
  .point {
    padding: 60px 0 0;
  }
  .point .flexbox {
    flex-direction: row;
  }
  .point_list {
    flex: 1;
  }
  .point_list_box:first-child {
    padding-top: 0;
    border-top: none;
  }
  .point_list_box_title {
    font-size: 2rem;
  }
  .point_list_box_txt {
    padding-left: 35px;
  }
  .point_image {
    width: 40%;
    margin: -25px -25px 0 0;
  }
  .point_detail {
    padding-bottom: 60px;
  }
  .point_detail_box_title {
    font-size: 2rem;
    text-align: center;
  }
  .point_detail_box > figure {
    width: 100%;
  }
  .point_detail_box .detail_list {
    display: flex;
    flex-wrap: wrap;
  }
  .point_detail_box .detail_list li {
    padding: 15px 0;
    width: 50%;
  }
  .point_detail_box .detail_list li:nth-child(odd) {
    padding-right: 15px;
    border-right: 1px dashed #ddd;
  }
  .point_detail_box .detail_list li:nth-child(even) {
    padding-left: 15px;
  }
  .point_detail_box .detail_list li:nth-child(3), .point_detail_box .detail_list li:nth-child(4) {
    border-bottom: none;
  }
  .point_detail_box .detail_list li:nth-child(odd) {
    padding-right: 40px;
  }
  .point_detail_box .detail_list li:nth-child(even) {
    padding-left: 40px;
  }
  .point_detail_box .detail_list li:not(:last-child) {
    margin-bottom: 0;
  }
  .point_detail_box .detail_list_box h5 {
    font-size: 1.6rem;
  }
  .point_detail_box .detail_list_box p {
    font-size: 1.4rem;
  }
  .point_detail .block.btm {
    display: flex;
    justify-content: space-between;
  }
  .point_detail .block.btm .point_detail_box {
    margin-bottom: 0;
    width: calc((100% - 40px) / 2);
  }
  .point_detail .block.btm .point_detail_box_title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 64px;
  }
  .flow {
    padding: 60px 0;
  }
  .flow_list::before {
    left: 47px;
  }
  .flow_list_box figure {
    width: 100px;
  }
  .flow_list_box figure .num {
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
  }
  .flow_list_box figure .label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FF5B05;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .flow_list_box_detail {
    padding-top: 40px;
  }
  .flow_list_box_detail_txt small.sp {
    display: none;
  }
  .flow .link {
    margin-top: 40px;
  }
  .flow .link .btn_default01 {
    padding: 15px;
  }
  .flow .link .btn_default01 img {
    width: 32px;
  }
  .flow .link .btn_default01 svg {
    width: 32px;
    height: 32px;
  }
  .store_s {
    padding: 40px 0;
  }
  .store_s .store_s_title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .store_s .store_s_title br {
    display: none;
  }
  .faq {
    padding: 60px 0;
  }
  .faq_list li .question,
  .faq_list li .answer {
    padding: 25px 25px 25px 50px;
  }
  .faq_list li .question {
    font-size: 1.6rem;
  }
  .store {
    padding: 40px 0;
  }
  .store_title {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .store_title br {
    display: none;
  }
  .store_box {
    padding: 30px;
  }
  .store_box_app {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px 20px;
    margin-bottom: 20px;
  }
  .store_box_app figure {
    margin: 0 20px 0 0;
    width: 100px;
  }
  .store_box_app_detail {
    width: calc(100% - 80px);
  }
  .store_box_app_detail_title {
    text-align: left;
  }
  .store_box_app_detail_txt {
    display: block;
  }
  .store_box .download_title {
    margin-bottom: 20px;
  }
  .store_box .download_link__list .list_item {
    height: 45px;
  }
  .update {
    padding: 60px 0;
  }
  .update > .container {
    display: flex;
  }
  .update .title_section {
    width: 25%;
  }
  .update_list {
    width: 75%;
  }
  .support_box {
    display: flex;
    padding: 50px 0px;
  }
  .support_box .title_section {
    align-self: center;
    width: 25%;
  }
  .support_box_contact {
    padding: 0 80px;
    width: 75%;
  }
}

@media screen and (min-width: 1280px) {
  .visual {
    padding: 0;
    height: 720px;
    background: url("../images/bg_mainvisual.jpg") center no-repeat;
    background-size: cover;
  }
  .visual_title {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    margin-top: -40px;
    margin-left: 0;
    width: 540px;
  }
  .visual .demo_image {
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-45px, -50%);
    margin-top: -40px;
    width: 220px;
  }
  .visual .sp_img {
    display: none;
  }
  .visual_store {
    display: block;
    position: absolute;
    bottom: 120px;
    width: 540px;
  }
  .about {
    position: relative;
  }
  .about::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    background: #fff;
  }
  .about_intro {
    font-size: 1.8rem;
  }
  .about_intro br {
    display: block;
  }
  .about .link {
    display: none;
  }
  .about_point {
    margin-top: 120px;
    padding-bottom: 80px;
  }
  .about_point_list {
    margin-top: 20px;
  }
  .about_point_list_box {
    width: calc((100% - 120px) / 3);
  }
  .about_point_list_box .thum_img {
    margin-bottom: 25px;
  }
  .about_point_list_box_title {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 2rem;
    ine-height: 1.5;
  }
  .about_point_list_box_title::before {
    width: 6px;
  }
  .point {
    padding: 120px 0 0;
  }
  .point .deco {
    display: block;
  }
  .point .flexbox {
    justify-content: space-between;
  }
  .point_list {
    flex: none;
    width: 710px;
  }
  .point_list_box {
    padding-bottom: 30px;
  }
  .point_list_box:first-child {
    padding-top: 30px;
  }
  .point_list_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .point_list_box_title {
    padding-left: 60px;
    font-size: 2.4rem;
  }
  .point_list_box_title .icon {
    width: 50px;
    height: 50px;
  }
  .point_list_box_txt {
    padding-left: 60px;
  }
  .point_image {
    margin-right: 20px;
    width: 380px;
  }
  .point_detail {
    margin: 90px auto 0;
    padding-bottom: 100px;
  }
  .point_detail > .container {
    max-width: 1200px;
    padding: 0 100px;
  }
  .point_detail_gallery {
    margin: 0 0 40px;
  }
  .point_detail_gallery figure {
    width: 300px;
  }
  .point_detail_box {
    margin-bottom: 40px;
  }
  .point_detail_box_title {
    font-size: 2.4rem;
  }
  .point_detail_box > figure {
    margin-bottom: 20px;
  }
  .point_detail_box .detail_list li {
    padding: 40px 0;
  }
  .point_detail_box .detail_list li figure {
    margin-right: 20px;
    width: 120px;
    height: 120px;
  }
  .point_detail_box .detail_list_box h5 {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .point_detail_box .detail_list_box p {
    font-size: 1.6rem;
  }
  .flow {
    padding: 120px 0 80px;
  }
  .flow_list {
    display: flex;
    justify-content: space-between;
  }
  .flow_list::before {
    width: 80%;
    height: 10px;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow_list_box {
    flex-direction: column;
    padding: 0;
    width: 200px;
    border-bottom: none;
  }
  .flow_list_box figure {
    width: 100%;
  }
  .flow_list_box figure .num {
    top: -10px;
    left: -10px;
    width: 56px;
    height: 56px;
  }
  .flow_list_box figure .label {
    right: -10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    font-size: 1.2rem;
  }
  .flow_list_box_detail {
    padding-top: 0;
  }
  .flow_list_box_detail_title {
    margin-bottom: 20px;
    text-align: center;
  }
  .flow .link {
    margin-top: 80px;
  }
  .flow .link em {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .flow .link .btn_default01 img {
    margin-left: 15px;
    width: 32px;
  }
  .flow .link .btn_default01 svg {
    margin-left: 5px;
    width: 32px;
    height: 32px;
  }
  .store_s_download {
    padding: 20px;
  }
  .store_s_download_app img {
    margin-right: 20px;
    width: 60px;
  }
  .store_s_download_link a img {
    height: 60px;
  }
  .faq {
    padding: 120px 0;
  }
  .faq .title_section {
    margin-bottom: 60px;
  }
  .faq_list {
    margin: 0 auto;
    max-width: 1000px;
  }
  .faq_list li .question,
  .faq_list li .answer {
    padding: 35px 35px 35px 50px;
  }
  .faq_list li .question img,
  .faq_list li .answer img {
    width: 56px;
    height: 56px;
  }
  .faq_list li .question {
    background: #fff;
    font-size: 1.8rem;
  }
  .faq_list li .question img {
    left: -26px;
  }
  .faq_list li .question:before {
    height: 30px;
    right: 44px;
  }
  .faq_list li .question:after {
    right: 30px;
    width: 30px;
  }
  .faq_list li .answer {
    overflow: inherit !important;
    font-size: 1.6rem;
  }
  .faq_list li .answer img {
    top: 18px;
    left: -26px;
  }
  .store {
    padding: 60px 0;
  }
  .store_title {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
  .store_box {
    padding: 60px;
  }
  .store_box_app {
    padding-right: 40px;
  }
  .store_box_app figure {
    margin-right: 40px;
    width: 120px;
  }
  .store_box_app_detail_title {
    font-size: 2rem;
  }
  .store_box_app_detail_txt {
    font-size: 1.4rem;
  }
  .store_box .download_title {
    font-size: 2rem;
  }
  .store_box .download_link figure {
    margin-right: 20px;
    width: 120px;
  }
  .update {
    padding: 80px 0;
  }
  .update_list li {
    display: flex;
    padding: 20px 0;
  }
  .update_list li .date {
    width: 150px;
    font-size: 1.6rem;
  }
  .update_list li .date2 {
    width: 240px;
    font-size: 1.6rem;
  }
  .support {
    padding: 50px 0;
  }
  .support_box {
    position: relative;
  }
  .support_box::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    margin: auto;
    width: 1px;
    height: calc(100% - 40px);
    background: #ddd;
  }
  .support_box_contact_btn {
    flex-direction: row;
    justify-content: space-between;
  }
  .support_box_contact_btn .btn {
    height: 100px;
  }
  .support_box_contact_btn .btn a span {
    padding-left: 60px;
  }
  .support_box_contact_btn .btn a img {
    width: 50px;
  }
  .support_box_contact_btn .btn_tel {
    margin-bottom: 0;
  }
  .support_box_contact_btn .btn_tel a {
    font-size: 3.2rem;
  }
  .support_box_contact_btn .btn_tel a small {
    font-size: 1.4rem;
  }
  .support_box_contact_btn .btn_tel a img {
    margin-top: -8px;
  }
  .support_box_contact_btn .btn_contact a {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1024px) {
  .store_box {
    flex-direction: row;
  }
  .store_box_app {
    width: 60%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    border-right: 1px dashed #ddd;
  }
  .store_box_app_detail_title {
    margin-bottom: 20px;
  }
  .store_box .download {
    width: 40%;
  }
}

.mv_title_section {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
	.mv_title_section {
  font-size: 2.7rem;
}
	}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom: -15%;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
	 left: 15%;
     width: 70%;
     height: 70%;
}

/*# sourceMappingURL=map/lp_onc.css.map */
