


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  word-break: break-all;
  overflow-wrap: break-down;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 1080px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block !important;
  }
}
.container {
  /* min-height: 100%; */
  background: #f3f3f3;
  color: #1c221e;
}

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

.header {
  width: 100%;
  background: ;
  box-shadow: 0px 13px 16px rgba(104, 57, 3, 0.06);
  padding: 0 15px;
}
.header__inner {
  display: flex;
  align-items: center;
  height: 58px;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-img {
  width: 114px;
  height: auto;
}
.header__logo-img img {
  width: 100%;
  height: auto;
}
.header__logo-body {
  margin-left: 70px;
  font-size: 14px;
  color: #696861;
}
@media screen and (max-width: 767px) {
  .header__logo-body {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-body {
  margin-left: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #696861;
  text-decoration: none;
}
.header__nav-body:first-of-type {
  margin-left: 0;
}

.footer {
  background-color: #fff;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 120px 0 68px;
  }
}
.footer__logo {
  width: 144px;
  margin: auto;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__logo-title {
  margin-top: 18px;
  font-size: 38px;
  color: #03934f;
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: block;
    height: auto;
    margin-top: 120px;
  }
}
.footer__nav-body {
  margin: 0 25px;
  font-size: 18px;
  font-weight: bold;
  color: #696861;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__nav-body {
    display: block;
    margin: 25px 0 0;
    text-align: center;
  }
  .footer__nav-body:first-of-type {
    margin: 0;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  min-width: 1080px;
  margin: auto;
  padding-bottom: 70px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .main {
    min-width: auto;
    padding-bottom: 0px;
  }
}

.main-visual {
  position: relative;
  display: flex;
  align-items: center;
  /*max-width: 1280px;*/
  height: 410px;
  margin: auto;
  background: url("../img/bg/bg_fv.webp") no-repeat;
  background-size: 1400px;
  background-position: center bottom;
  background-color: #0096df;
}
.main-visual__inner {
  position: relative;
  width: 1080px;
  height: inherit;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-visual__inner {
    width: 100%;
  }
}
.main-visual__thumb-text {
  position: absolute;
  width: 700px;
  top: 140px;
  left:0px;
  right: 0;
}
.main-visual__thumb-text img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-visual__thumb-text {
    width: 80%;
    top: 55px;
    left:0px;
    right: 0;
    margin: auto;
  }
}
.main-visual__thumb-ui {
  position: absolute;
  z-index: 10;
  top: 78px;
  right: 60px;
  right: 0;
  width: 253px;
}
@media screen and (max-width: 767px) {
  .main-visual__thumb-ui {
    z-index: 0;
  }
}
.main-visual__thumb-ui img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-visual__thumb-ui {
    width: 141px;
    height: 292px;
    top: initial;
    bottom: -56px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main-visual__thumb-ui img {
    width: auto;
    height: 100%;
  }
}

.main-text-content {
  /* width: 1080px; */
  margin: 0px auto 0;
  position: relative;
  /* padding-left: 60px; */
}
@media screen and (max-width: 767px) {
  .main-text-content {
    width: auto;
    margin-top: 0px;
    padding: 0;
  }
}
.main-text-content--footer {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main-text-content--footer {
    margin-top: 0px;
  }
}
.main-text-content__body {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .main-text-content__body br {
    display: none;
  }
}
.main-text-content__body.ele_1st {
  padding: 35px 0;
}
.main-text-content__body.ele_1st span {
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
  display: block;
  width: 1080px;
  margin: auto;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .main-text-content__body.ele_1st span {
    width: auto;
    font-size: 22px;
  }
}
.main-text-content__body.ele_2nd span.blk {
  display: flex;
  width: 1080px;
  margin: auto;
  padding: 50px 0 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-text-content__body.ele_2nd span.blk {
    width: auto;
    padding: 50px 0 0px;
  }
}
.main-text-content:not(.main-text-content--footer) .main-text-content__body:first-of-type {
  background-color: #0096df;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-text-content:not(.main-text-content--footer) .main-text-content__body:first-of-type {
    padding: 80px 0 80px;
  }
}
.main-text-content--footer .main-text-content__body {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 0px;
  background-color: transparent;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .main-text-content--footer .main-text-content__body {
    display: block;
    margin-top: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main-text-content__body {
    font-size: 23px;
    text-align: center;
  }
}
.main-text-content__body-text {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .main-text-content__body-text {
    margin-top: 0px;
    margin-right: 25px;
    text-align: left;
  }
}
.main-text-content__free {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  color: #00A1E9;
  background: #D7FF19;
  border-radius: 50%;
  font-size: 27px;
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .main-text-content__free {
    margin: auto;
  }
}

.main-download {
  margin-top: 30px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .main-download {
    margin-top: 36px;
    padding-bottom: 60px;
    background-color: transparent;
  }
}
.main-download__inner {
  padding: 0px 0 28px;
  /* background: #f3f3f3; */
}
@media screen and (max-width: 767px) {
  .main-download__inner {
    padding: 0;
    /* background: transparent; */
  }
}
.main-download__massage {
  width: 950px;
  margin: 17px auto 0;
  font-size: 14px;
  color: #8e8c87;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-download__massage {
    width: auto;
    margin: 57px auto 0;
    text-align: center;
  }
}
.main-download__list-massage {
  position: absolute;
  top: -180px;
  left: 220px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-download__list-massage {
    top: -120px;
    left: 0;
  }
}
.main-download__list-massage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: #fff4eb;
}
@media screen and (max-width: 767px) {
  .main-download__list-massage-icon {
    width: 90px;
    height: 90px;
  }
}
.main-download__list-massage-icon-img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .main-download__list-massage-icon-img {
    width: 72px;
  }
}
.main-download__list-massage-icon-img img {
  width: 100%;
  height: auto;
}
.main-download__list-massage-body {
  margin-left: 11px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-download__list-massage-body {
    font-size: 18px;
  }
}
.main-download__list {
  line-height: 1.2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-download__list {
    display: block;
    width: auto;
    max-width: 320px;
  }
}
.main-download__list-item {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .main-download__list-item {
    margin: 50px auto 0;
  }
  .main-download__list-item:first-of-type {
    margin: 0 auto;
  }
}
.main-download__list-item-body {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .main-download__list-item-body {
    font-size: 18px;
    text-align: center;
  }
}
.main-download__list-item-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: inherit;
  height: 95px;
  margin-top: 17px;
  padding: 10px 34px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  box-shadow: 10px 15px 18px rgba(140, 86, 7, 0.08);
}
.main-download__list-item-button--ios {
  color: #1C9CEE;
  border: 3px solid #1C9CEE;
}
.main-download__list-item-button--android {
  color: #E88A40;
  border: 3px solid #E88A40;
}
.main-download__list-item-button--qr {
  color: #8A9629;
  padding: 0 19px;
  border: 3px solid #8A9629;
}
.main-download__list-item-button-icon {
  width: 32px;
  height: calc(tan(60deg) * 32px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg) translate(0px, -20px);
}
.main-download__list-item-button--ios .main-download__list-item-button-icon {
  background-color: #1C9CEE;
}
.main-download__list-item-button--android .main-download__list-item-button-icon {
  background-color: #E88A40;
}
@media screen and (max-width: 767px) {
  .main-download__list-item-button-icon {
    height: 35px;
  }
}
.main-download__list-item-button-icon img {
  width: auto;
  height: 100%;
}
.main-download__list-item-button-icon--qr {
  height: 70px;
  width: unset;
  clip-path: unset;
  transform: unset;
}
@media screen and (max-width: 767px) {
  .main-download__list-item-button-icon--qr {
    height: 70px;
  }
}

.main-about {
  position: relative;
  margin-top: 30px;
  padding: 50px 0 0;
  background-color: #fbfef9;
}
@media screen and (max-width: 767px) {
  .main-about {
    margin-top: 0px;
  }
}
.main-about__title {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 50%;
  height: 77px;
  padding-right: 265px;
  /* background: #D7FF19; */
  /* color: #000; */
  font-size: 24px;
  font-weight: bold;
  transform: translateY(25px);
}
.main-about__title span {
  display: inline-block;
  padding: 20px 30px;
  background: #D7FF19;
  color: #000;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .main-about__title {
    /* position: absolute; */
    /* top: -120px; */
    /* left: 0; */
    /* right: 0; */
    /* width: 136px; */
    /* height: 136px; */
    /* justify-content: center; */
    /* border-radius: 50%; */
    /* margin: auto; */

    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transform: translateY(-0px);
  }
  .main-about__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: block;
    width: 21px;
    height: 15px;
    margin: auto;
    background: url("../img/icon/icon_arrow-down.png") no-repeat;
    background-size: contain;
  }
}
.main-about__content {
  /* padding: 96px 0; */
  padding: 0 0 96px;
  background: #fbfef9;
}
.main-about__content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1080px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .main-about__content-inner {
    width: auto;
    padding: 0 10px;
    margin: 0 auto;
  }
}
.main-about__content-discription {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .main-about__content-discription {
    margin: auto;
  }
}
.main-about__content-discription-title {
  color: #00A1E9;
  font-size: 54px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .main-about__content-discription-title {
    padding: 35px 0 0;
    font-size: 28px;
    text-align: center;
  }
}
.main-about__content-discription-body {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
}
.main-about__content-discription-body:last-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .main-about__content-discription-body {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  .main-about__content-discription-body:last-of-type {
    margin-top: 0px;
  }
  .main-about__content-discription-body br {
    display: none;
  }
}
.main-about__content-thumb {
  width: 400px;
}
.main-about__content-thumb img {
  width: 100%;
  height: auto;
  transform: translateY(-40px);
}
@media screen and (max-width: 767px) {
  .main-about__content-thumb {
    display: none;
  }
}

.main-about-ex {
  position: relative;
  padding-top: 0px;
  padding-bottom: 70px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main-about-ex {
    margin-top: -50px;
    padding: 0 20px 70px;
  }
}
.main-about-ex__title {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #489be7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .main-about-ex__title {
    width: auto;
  }
}
.main-about-ex__title a {
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  display: block;
}
.main-about-ex__title span {
  vertical-align: middle;
  font-size: 40px;
  font-weight: bold;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .main-about-ex__title span {
    font-size: 20px;
  }
}
.main-about-ex__title img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .main-about-ex__title img {
    width: 30px;
  }
}

.main-section__item-inner {
  /* position: relative; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-around; */
  /* justify-content: center; */
  /* width: 960px; */
  margin: auto;
  padding: 60px;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-section__item-inner-inbox {
  margin: auto;
  width: 1080px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 40px;
}
.main-section__item-inner-inbox.flex_align_left {
  flex-direction: row;
}
.main-section__item-inner-inbox.flex_align_right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .main-section__item-inner-inbox {
    display: block;
    width: auto;
    padding: 48px 10px;
    background-size: auto 100%;
    background-position: center 0;
    background-color: transparent;
  }
}
.main-section__item-inner--blue {
  background-image: url("../img/bg/bg_01.png");
}
.main-section__item-inner--green {
  background-image: url("../img/bg/bg_02.png");
}
.main-section__item-inner--orange {
  background-image: url("../img/bg/bg_03.png");
}
.main-section__item-inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -400px;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .main-section__item-inner {
    display: block;
    width: auto;
    padding: 0;
    background-size: auto 100%;
    background-position: center 0;
  }
}
.main-section__item-thumbs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-section__item-thumbs {
    justify-content: center;
    position: relative;
    top: 30px;
  }
}
.main-section__item-thumb {
  width: 158px;
}
.main-section__item-thumb img {
  width: 100%;
  height: auto;
}
.main-section__item-double-thumb {
  position: relative;
  top: -33px;
  height: 307px;
}
.main-section__item-double-thumb img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-section__item-double-thumb {
    top: 0;
  }
}
.main-section__item-double-thumb--sub {
  position: relative;
  top: 21px;
  margin: 0 93px 0 12px;
}
@media screen and (max-width: 767px) {
  .main-section__item-double-thumb--sub {
    top: 60px;
    margin: 0 0 0 10px;
  }
}
.main-section__item-icon {
  width: 136px;
  margin: 0 62px 0 44px;
}
.main-section__item-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-section__item-icon {
    width: 100px;
    margin: 0 0 0 30px;
  }
}
.main-section__item-body {
  width: 700px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  color: #000;
}
.main-section__item-body .point {
  color: #fff;
  display: inline-block;
  background-color: #000;
  border-radius: 50px;
  padding: 5px 60px 5px 25px;
  position: relative;
  margin: 0 0 30px;
}
.main-section__item-body .point span {
  line-height: 1;
  letter-spacing: 1;
  display: inline-block;
  background-color: #f0f;
  border-radius: 50%;
  padding: 20px 25px;
  position: absolute;
  right: -20px;
  top: -2.5px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-section__item-body {
    width: auto;
    margin-top: 60px;
    font-size: 20px;
    text-align: center;
  }
  .main-section__item-body--double-thumb {
    margin-top: 135px;
  }
  .main-section__item-body br {
    display: none;
  }
}
.main-section__item-body-notice {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}

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


.main-app {
    width: 950px;
    margin: -20px auto 30px;
}
@media screen and (max-width: 767px) {
    .main-app {
        width: auto;
    }
}

.main-app__voice {
    position: relative;
    width: 400px;
    padding: 13px 30px 19px 57px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #f3ae0d;
}
@media screen and (max-width: 767px) {
    .main-app__voice {
        max-width: 323px;
        margin: auto;
        padding-left: 20px;
    }
}

.main-app__voice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -31px;
    left: -10px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 3px 3px 9px rgba(41,109,87,0.08);
}

.main-app__voice-title {
    padding-left: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #5a3539;
}

.main-app__voice-body {
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.main-app__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 60px;
    margin-top: 37px;
    background: #a00028;
    border-radius: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    box-shadow: 11px 12px 11px rgba(41,109,87,0.11);
}
@media screen and (max-width: 767px) {
    .main-app__button {
        max-width: 323px;
        margin: 15px auto 0;
        font-size: 20px;
    }
}

.main-app__body {
    margin-top: 37px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #696861;
}
@media screen and (max-width: 767px) {
    .main-app__body {
        max-width: 300px;
        margin: 15px auto 0;
    }
}

.main-guide {
    max-width: 323px;
    margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
    .is-sp {
        display: block;
    }
}

.main-guide__title {
    font-size: 28px;
    font-weight: bold;
}

.main-guide__body {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .main-guide__body {
        margin: 0 0 50px;
    }
}


.main-join-steps {
    margin-top: 84px;
}
@media screen and (max-width: 767px) {
    .main-join-steps {
        text-align: center;
    }
}

.main-join-steps__title-outer {
    width: 1080px;
    margin: auto;
    padding-left: 40px;
}
@media screen and (max-width: 767px) {
    .main-join-steps__title-outer {
        width: auto;
        padding-left: 0;
    }
}

.main-join-steps__contents {
    margin-top: 37px;
    background: #fefdf9;
}

.main-join-steps__title {
    font-size: 34px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .main-join-steps__title {
        line-height: 1.2;
    }
}

.main-join-steps__contents-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1080px;
    margin: auto;
    padding: 52px 0;
}
@media screen and (max-width: 767px) {
    .main-join-steps__contents-list {
        display: block;
        width: auto;
    }
}

.main-join-steps__contents-list-item {
    position: relative;
    width: 240px;
    height: 230px;
    padding: 15px 0 20px;
    border-radius: 5px;
    border: 1px solid #a00028;
    box-shadow: -9px 12px 16px rgba(9,38,119,0.06);
    text-align: center;
}

@media screen and (max-width: 767px) {
    .main-join-steps__contents-list-item {
        display: flex;
        align-items: center;
        width: 323px;
        height: auto;
        margin: 60px auto 0;
        padding: 20px 0 20px 5px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .main-join-steps__contents-list-item:first-of-type {
        margin-top: 0;
    }
}

.main-join-steps__contents-list-item-icon {
    display: block;
    height: 66px;
    margin: auto;
}

.main-join-steps__contents-list-item-icon img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .main-join-steps__contents-list-item-text {
        margin-left: 10px;
    }
}


.main-join-steps__contents-list-item-sub-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #8e2100;
}

.main-join-steps__contents-list-item-title {
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}

.main-join-steps__contents-list-item-body {
    padding: 0 5px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
}


.main-join-steps__contents-list-item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    display: block;
    width: 27px;
    height: 20px;
    margin: auto;
    background: url("/invite/img/icon/icon_arrow-right.png") no-repeat;
    background-size: contain;
}
.main-join-steps__contents-list-item:last-child::after {
    background: none;
}
@media screen and (max-width: 767px) {
    .main-join-steps__contents-list-item::after {
        top: initial;
        right: 0;
        left: 0;
        bottom: -50px;
        transform: rotate(90deg);
    }
}

.main-join-steps__title-sub {
    display: block;
    margin-top: 13px;
    font-size: 24px;
    font-weight: bold;
    color: #696861;
}


.main-download__ex_styles {
    margin-top: 120px;
}
.main-download__list-massage {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .main-download__list-massage {
        padding: 10px 0 30px;
    }
}

.main-visual__button {
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 427px;
    height: 113px;
    margin: auto;
    padding: 0 50px;
    background: #fff;
    box-shadow: 10px 15px 18px rgba(140,86,7,0.08);
    border: 1px solid #f50c33;
    border-radius: 8px;
    font-size: 38px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .main-visual__button {
        bottom: -40px;
        max-width: 300px;
        height: 80px;
        padding: 0 36px;
        font-size: 24px;
    }
}

.main-visual__button-icon {
    height: 50px;
}
@media screen and (max-width: 767px) {
    .main-visual__button-icon {
        width: 35px;
    }
}

.main-visual__button-icon img {
    width: auto;
    height: 100%;
}

