@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  font-size: 10px;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body,
td,
th,
input,
textarea {
  color: #595757;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: rem(13);
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #595757;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.img_ck {
  font-size: rem(1);
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav,
figure,
figcaption,
iframe {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

.txt--hidden {
  font-size: 0 !important;
}

.display--none {
  display: none !important;
}

@media screen and (min-width: 1025px), print {
  .tab--only {
    display: none !important;
  }
  .sp--only {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc--only {
    display: none !important;
  }
  .sp--only {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .pc--only {
    display: none !important;
  }
  .tab--only {
    display: none !important;
  }
}
#container {
  position: relative;
}

.l-main {
  position: relative;
  z-index: 10;
  padding-top: 57.95px;
  background: #fef5f0;
}

.contents__inner {
  padding: 0 20px;
}

@media screen and (min-width: 1025px), print {
  #container {
    min-width: 1200px;
  }
  .contents__inner {
    width: 1200px;
    margin: auto;
    padding: 0;
  }
  .l-main {
    padding-top: 71.94px;
  }
}
@media screen and (max-width: 599px) {
  #container {
    overflow: hidden;
  }
}
.l-header {
  position: fixed;
  z-index: 98;
  width: 100vw;
}
.l-header__inner {
  position: relative;
  padding: 15px 20px;
  background: #fff;
}
.l-header__logo {
  display: block;
  width: 77.6px;
}

.btn--reserve {
  display: block;
  position: absolute;
  top: 17px;
  right: 62px;
  width: 96.8px;
  padding: 10px 10px 10px 26px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  background: #f5b090;
}
.btn--reserve::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 9.6px;
  height: 9.6px;
  background: url(../images/common/icon_reserve.png) no-repeat center/contain;
  content: "";
}
.btn--reserve img {
  width: 92.4px;
}

.btn--instagram,
.btn--facebook,
.btn--line {
  display: block;
  position: absolute;
  top: 18px;
  width: 25px;
}

.btn--instagram {
  right: 165px;
}

.btn--facebook {
  right: 195px;
}

.btn--line {
  right: 225px;
}

.menu__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99;
  width: 33.6px;
  height: 19.2px;
  cursor: pointer;
}
.menu__btn::before, .menu__btn::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #595757;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__btn::before {
  top: 0;
}
.menu__btn::after {
  bottom: 0;
}
.menu__btn i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 3px;
  background: #595757;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__btn.is-open::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
     -moz-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}
.menu__btn.is-open::after {
  top: 50%;
  bottom: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
     -moz-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.menu__btn.is-open i {
  left: -100%;
  opacity: 0;
}
.menu__wrap {
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100vw;
  height: 100vh;
  background: #c9bc9c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__wrap.is-show {
  right: 0;
}
.menu__list {
  width: 100%;
  padding: 45px 35px;
  overflow: scroll;
}
.menu__list.is-show {
  display: block;
}
.menu__item {
  border-top: solid 1px #fff;
}
.menu__item:nth-last-child(2) {
  border-bottom: solid 1px #fff;
}
.menu__item a {
  color: #fff;
  text-decoration: none;
}
.menu__txt {
  margin-top: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}
.menu__txt img {
  display: block;
  width: 165px;
  margin-bottom: 20px;
}
.menu__link {
  display: block;
  padding: 16px 12px;
  font-size: 1.4em;
}

@media screen and (min-width: 1025px), print {
  .l-header__inner {
    padding: 13px 53px 17px 45px;
  }
  .l-header__logo {
    width: 164.9px;
  }
  .btn--reserve {
    top: 30px;
    right: 140px;
    width: 157.3px;
    padding: 10px 0 12px 50px;
  }
  .btn--reserve::before {
    left: 13px;
    width: 25.6px;
    height: 25.6px;
  }
  .btn--instagram,
.btn--facebook,
.btn--line {
    width: 30px;
    top: 30px;
  }
  .btn--instagram {
    right: 350px;
  }
  .btn--facebook {
    right: 390px;
  }
  .btn--line {
    right: 310px;
  }
  .menu__btn {
    top: 32px;
    right: 53px;
    width: 44.8px;
    height: 25.6px;
    cursor: pointer;
  }
  .menu__btn:hover::before {
    top: 5px;
  }
  .menu__btn:hover::after {
    bottom: 5px;
  }
  .menu__btn.is-open:hover::before {
    top: 50%;
  }
  .menu__btn.is-open:hover::after {
    top: 50%;
    bottom: 0;
  }
  .menu__wrap {
    width: 473px;
  }
  .menu__list {
    padding: 60px 50px;
  }
  .menu__txt {
    margin-top: 42px;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .menu__txt img {
    width: 165px;
    margin-bottom: 20px;
  }
  .menu__link {
    position: relative;
    padding: 25px 12px;
    font-size: 1.6rem;
  }
  .menu__link span {
    position: relative;
  }
  .menu__link span::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__link:hover span::before {
    width: 100%;
  }
}
.l-footer {
  padding: 20px 20px 10px;
  background: rgba(125, 104, 83, 0.8);
}
.l-footer__info {
  color: #fff;
}
.l-footer__info-line {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.l-footer__info a {
  color: #fff;
  text-decoration: none;
}
.l-footer__logo {
  display: block;
  width: 116.4px;
  margin: 10px auto 0;
}

@media screen and (min-width: 1025px), print {
  .l-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    margin-top: -82.98px;
    padding: 28px 0 25px;
  }
  .l-footer__info-line {
    display: inline-block;
  }
  .l-footer__info a {
    position: relative;
  }
  .l-footer__info a::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer__info a:hover::before {
    width: 100%;
  }
  .l-footer__logo {
    width: 155.2px;
    margin: 0 0 0 40px;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.is-show {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

a.txt__link {
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 1025px), print {
  a.txt__link::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #595757;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.txt__link:hover::before {
    width: 100%;
  }
}
.ahead_visual img {
  width: 100%;
}

@media screen and (min-width: 1025px), print {
  .end__visual img {
    width: 100%;
  }
}
.contents__head {
  padding: 63.5px 20px 78.5px;
}

.contents__ttl {
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.contents__ttl.center {
  text-align: center;
}
.contents__ttl.center img {
  margin-left: auto;
  margin-right: auto;
}
.contents__ttl img {
  display: block;
  height: 16.2px;
  margin-bottom: 15px;
}

.contents__desc {
  width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 1025px), print {
  .contents__head {
    padding: 127px 0 157px;
  }
  .contents__ttl img {
    height: 22px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .contents__desc {
    width: 100%;
  }
  .contents__ttl img.two_lines {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .contents__desc {
    width: 100%;
  }
  .contents__ttl img.two_lines {
    height: 50px;
  }
}
.contents__main {
  position: relative;
  z-index: 2;
  padding: 46px 0 196px;
  background: #ece7e3;
}

@media screen and (min-width: 1025px), print {
  .contents__main {
    padding: 92px 0 245px;
  }
}
.aside-links {
  position: relative;
  z-index: 2;
  margin-top: -64px;
  padding: 0 20px 96px;
}
.aside-links a {
  display: block;
  text-decoration: none;
}
.aside-links__name {
  margin-top: 20px;
}
.aside-links__name img {
  max-width: none;
  height: 16px;
}
.aside-links__cap {
  margin-top: 20px;
  font-size: 1.2rem;
}
.aside-links__more {
  display: inline-block;
  margin-left: 55px;
}
.aside-links__more img {
  display: block;
  height: 10px;
}

@media screen and (min-width: 1025px), print {
  .aside-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 192px;
  }
  .aside-links__item {
    width: 373px;
    margin-right: 40px;
  }
  .aside-links__item:nth-child(3n) {
    margin-right: 0;
  }
  .aside-links__name {
    margin-top: 40px;
  }
  .aside-links__name img {
    height: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .aside-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .aside-links__item {
    width: 48%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .aside-links__item + .aside-links__item {
    margin-top: 60px;
  }
}
.section__ttl span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.section__ttl.rows span {
  display: inline-block;
  margin-left: 17px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px), print {
  .section__ttl img {
    height: 28px;
  }
  .section__ttl span {
    margin-top: 18px;
  }
  .section__ttl.rows img {
    height: 20px;
  }
  .section__ttl.middle img {
    height: 26px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .section__ttl img {
    height: 22px;
  }
  .section__ttl span {
    margin-top: 15px;
  }
  .section__ttl.rows img {
    height: 14px;
  }
  .section__ttl.rows span {
    margin-left: 14px;
  }
  .section__ttl.middle img {
    height: 20px;
  }
}
@media screen and (max-width: 599px) {
  .section__ttl img {
    height: 22px;
  }
  .section__ttl span {
    margin-top: 15px;
  }
  .section__ttl.rows img {
    height: 14px;
  }
  .section__ttl.rows span {
    margin-left: 14px;
  }
  .section__ttl.middle img {
    height: 20px;
  }
}
.attention-txt__line {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.2rem;
}
.attention-txt__line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.c-btn a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.c-btn--download a {
  padding: 12px 0;
  -moz-border-radius: 9.41px;
       border-radius: 9.41px;
  background: #f5b090;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.c-btn--flow {
  width: 373px;
  margin: auto;
}
.c-btn--flow a {
  padding: 12px 0;
  font-size: 1.4rem;
  color: #fff;
  background: #7d6853;
}

@media screen and (min-width: 1025px), print {
  .c-btn--download a {
    font-size: 1.8rem;
  }
  .c-btn--flow a {
    font-size: 1.8rem;
  }
}
.mv--fixed {
  background-image: url(../images/flow/mv.png);
}

.end__visual {
  background: url(../images/flow/end_visual.png) no-repeat center top/cover fixed;
}

.section__ttl img {
  height: 16px;
}

.section-area + .section-area {
  margin-top: 100px;
}

.flow-list__elm {
  position: relative;
  margin-top: 40px;
  border: solid 1px #7d6853;
  background: #fff;
}
.flow-list__elm::after {
  position: absolute;
  border-top: solid 1px #7d6853;
  border-right: solid 1px #7d6853;
  content: "";
}
.flow-list__elm:first-child {
  margin-top: 0;
}
.flow-list__head {
  position: relative;
  padding-top: 30px;
  padding-left: 70px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.flow-list__head .small {
  font-size: 1.2rem;
}
.flow-list__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background: #7d6853;
}
.flow-list__icon img {
  width: 40.8px;
}
.flow-list__content {
  padding: 8px 15px 20px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}
.flow-list__content a {
  color: #eb6d94;
}

.section__head {
  padding: 10px 0;
  background: #7d6853;
  font-weight: normal;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
}

.bring-item {
  margin-top: 30px;
}
.bring-item__part {
  padding: 45px 16px;
  border: solid 1px #7d6853;
  background: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.bring-item__em {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.pickup {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.using__attention {
  margin-top: 30px;
}
.using__txt {
  margin-top: 20px;
  font-size: 1.4rem;
}
.using .attention-txt {
  margin-top: 30px;
}
.using .difine-list {
  margin-top: 30px;
}
.using .difine-list__head, .using .difine-list__content {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.using .difine-list .attention-txt {
  margin-top: 0;
  line-height: 1.8rem;
}

.attention__cap {
  margin-top: 30px;
  font-size: 1.4rem;
}
.attention__cap .pickup {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.attention .attention-txt {
  margin-top: 10px;
}

@media screen and (min-width: 1025px), print {
  .section-area + .section-area {
    margin-top: 120px;
  }
  .flow-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -172px;
  }
  .flow-list__elm {
    width: 374.33px;
  }
  .flow-list__elm::after {
    top: 50%;
    right: -25px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
       -moz-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    width: 24px;
    height: 24px;
  }
  .flow-list__elm:first-child, .flow-list__elm:nth-child(2), .flow-list__elm:nth-child(3) {
    margin-top: 0;
  }
  .flow-list__elm:nth-child(3n)::after {
    display: none;
  }
  .flow-list__head {
    height: 70px;
    padding-top: 42px;
    padding-left: 90px;
    font-size: 2rem;
  }
  .flow-list__head .small {
    font-size: 1.6rem;
  }
  .flow-list__icon {
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
  }
  .flow-list__icon img {
    width: 51px;
  }
  .flow-list__content {
    padding: 26px 35px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .section__head {
    width: 373px;
    margin: auto;
  }
  .bring-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .bring-item__part {
    width: 580px;
    padding: 90px 0 96px;
    border: solid 1px #7d6853;
    background: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .bring-item__em {
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .using {
    position: relative;
    width: 1053px;
    margin: auto;
  }
  .using__attention {
    margin-top: 50px;
    font-size: 2rem;
    text-align: center;
  }
  .using__txt {
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.2rem;
  }
  .using .attention-txt__line {
    line-height: 2rem;
  }
  .using .difine-list {
    margin-top: 35px;
  }
  .using .difine-list__head, .using .difine-list__content {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .using .c-btn--download {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 373px;
  }
  .attention__cap {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 3.4rem;
    text-align: center;
  }
  .attention__cap .pickup {
    font-size: 2rem;
  }
  .attention .attention-txt {
    width: 650px;
    margin: auto;
  }
  .attention .attention-txt__line {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .flow-list__elm::after {
    bottom: -24px;
    right: -webkit-calc(50% - 12px);
    right: -moz-calc(50% - 12px);
    right: calc(50% - 12px);
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 24px;
    height: 24px;
  }
  .flow-list__elm:last-child::after {
    display: none;
  }
  .bring-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bring-item__part {
    width: 48%;
  }
  .c-btn--download {
    width: 298.4px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__elm::after {
    bottom: -24px;
    right: -webkit-calc(50% - 12px);
    right: -moz-calc(50% - 12px);
    right: calc(50% - 12px);
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 24px;
    height: 24px;
  }
  .flow-list__elm:last-child::after {
    display: none;
  }
  .bring-item__part + .bring-item__part {
    margin-top: 10px;
  }
  .c-btn--download {
    margin-top: 30px;
  }
}