@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
.patternOrderSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px;
}
@media print, screen and (max-width: 767px) {
  .patternOrderSection {
    display: block;
    margin: 0 20px;
  }
}

.patternOrderSection_stepList {
  width: 66.6666%;
  width: 66.6666666667%;
}
@media print, screen and (max-width: 767px) {
  .patternOrderSection_stepList {
    width: auto;
  }
}

.patternOrderSection_stepList_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px 0 0;
}
.patternOrderSection_stepList_node:first-child {
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  .patternOrderSection_stepList_node {
    display: block;
    margin: 60px 0 0;
  }
  .patternOrderSection_stepList_node:first-child {
    margin: 0;
  }
}

.patternOrderSection_stepList_number {
  font-size: 24px;
  width: 100%;
  margin: 0 0 40px;
}
@media print, screen and (max-width: 767px) {
  .patternOrderSection_stepList_number {
    font-size: 18px;
    width: auto;
  }
}

.patternOrderSection_stepList_img {
  width: 50%;
}
.patternOrderSection_stepList_img img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .patternOrderSection_stepList_img {
    width: auto;
  }
}

.patternOrderSection_stepList_text {
  line-height: 2;
  width: 50%;
  padding: 0 0 0 40px;
}
.patternOrderSection_stepList_text a {
  color: #003EA2;
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  .patternOrderSection_stepList_text {
    width: auto;
    padding: 0;
    margin: 20px 0 0;
  }
}

.coutionSection {
  border-top: 1px solid #010101;
  padding: 120px 0 0;
  margin: 120px 40px 0;
}
@media print, screen and (max-width: 767px) {
  .coutionSection {
    padding: 60px 0 0;
    margin: 60px 20px 0;
  }
}

.coutionSection_title {
  font-size: 40px;
  line-height: 1.5;
  margin: 0 0 60px;
}
@media print, screen and (max-width: 767px) {
  .coutionSection_title {
    font-size: 24px;
    margin: 0 0 40px;
  }
}

.coutionSection_list_node {
  line-height: 2;
  margin: 0 0 40px;
}

.coutionSection_text {
  line-height: 2;
}

.storeSection {
  border-top: 1px solid #010101;
  padding: 120px 0 0;
  margin: 120px 40px 0;
}
@media print, screen and (max-width: 767px) {
  .storeSection {
    padding: 60px 0 0;
    margin: 60px 20px 0;
  }
}

.storeSection_title {
  font-size: 40px;
}
@media print, screen and (max-width: 767px) {
  .storeSection_title {
    font-size: 24px;
  }
}

.storeSection_list {
  margin: 60px 0 0;
}
@media print, screen and (max-width: 767px) {
  .storeSection_list {
    margin: 40px 0 0;
  }
}

.archiveSection {
  border-top: 1px solid #010101;
  padding: 120px 0 0;
  margin: 120px 40px 0;
}
@media print, screen and (max-width: 767px) {
  .archiveSection {
    padding: 60px 0 0;
    margin: 60px 20px 0;
  }
}

.archiveSection_title {
  font-family: "neue-haas-grotesk-display", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
}
@media print, screen and (max-width: 767px) {
  .archiveSection_title {
    font-size: 24px;
  }
}

.archiveSection_list {
  margin: 60px 0 0;
}
@media print, screen and (max-width: 767px) {
  .archiveSection_list {
    margin: 40px 0 0;
  }
}