@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
/* ---------------------------------------------------------
 normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------- */
/* Document
   ====================================================== */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ====================================================== */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
}

/* Grouping content
   ====================================================== */
figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ====================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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;
}

/* Embedded content
   ====================================================== */
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ====================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  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-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

/* ---------------------------------------------------------
  Reset
--------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
small, strong, 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, menu, nav, section {
  margin: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 1000px) {
  html {
    overflow-y: scroll;
  }
}
/* elements
--------------------------------------------------------- */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

ul, ol {
  padding: 0;
  list-style: none;
  list-style-type: none;
}

a {
  -webkit-text-decoration-skip: objects;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* forms
--------------------------------------------------------- */
input {
  border-radius: 0;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, textarea {
  font: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
}

button {
  background-color: transparent;
  border-style: none;
}

select::-ms-value {
  color: currentColor;
}

/* ---------------------------------------------------------
  Main container
--------------------------------------------------------- */
/* l-main
--------------------------------------------------------- */
.breadcrumb-list,
.l-container,
.l-col-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  padding: 25px 20px 0;
}

.l-container-l {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.l-main {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 1140px) {
  .l-main {
    margin-bottom: 80px;
  }
}
.l-main.top {
  margin-bottom: 0;
}

.l-main.ec {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px 40px;
}
@media print, screen and (min-width: 768px) {
  .l-main.ec {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 1140px) {
  .l-main.ec {
    padding-bottom: 80px;
  }
}

.l-main.about {
  margin-bottom: 0;
}

/* l-col
--------------------------------------------------------- */
.l-main-col {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main-col {
    width: 67%;
  }
}
@media print, screen and (min-width: 1140px) {
  .l-main-col {
    width: 670px;
  }
}

.l-sub-col {
  width: 100%;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .l-sub-col {
    width: 28%;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1140px) {
  .l-sub-col {
    width: 280px;
  }
}

/* ---------------------------------------------------------
  Site footer
--------------------------------------------------------- */
/* l-footer
--------------------------------------------------------- */
.l-footer {
  clear: both;
  position: relative;
  background-color: #f5f5f5;
}
.l-footer__inner {
  clear: both;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto !important;
  padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 53px 20px;
  }
}

.l-footer.ec {
  padding: 20px;
  text-align: center;
}

/* copyright
--------------------------------------------------------- */
.l-footer__inner .copyright {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner .copyright small {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1140px) {
  .l-footer__inner .copyright small {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------
  Base
--------------------------------------------------------- */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.6;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4em;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.l-footer {
  margin-top: auto;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
/* ---------------------------------------------------------
  Element style
--------------------------------------------------------- */
/* section, article
--------------------------------------------------------- */
section, article {
  clear: both;
}
section:after, article:after {
  content: "";
  display: table;
  clear: both;
}

/* link
--------------------------------------------------------- */
a[href]:not([class]) {
  color: #f13000;
  text-decoration: underline;
}
a[href]:not([class]):hover {
  color: #f13000;
  text-decoration: none;
  transition: all .6s;
}

a[href][class] {
  color: #333;
  text-decoration: none;
}
a[href][class]:hover {
  color: #333;
  transition: all .6s;
}

/* heading
--------------------------------------------------------- */
h1:not([class]) {
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  h1:not([class]) {
    font-size: 2.5rem;
  }
}

h1, h2, h3 {
  clear: both;
}

h2:not([class]) {
  position: relative;
  margin: 1.4em -20px 1em;
  padding: 0.4em 20px;
  background-color: #f13000;
  color: #fff;
  font-size: 1.9rem;
}
@media print, screen and (min-width: 768px) {
  h2:not([class]) {
    margin: 1.4em 0 1em;
    padding: 0.4em 0.8em 0.4em 0.8em;
    font-size: 2.5rem;
  }
}
h1:not([class]) + h2:not([class]) {
  margin-top: 1em !important;
}

h3:not([class]) {
  margin: 2em 0 1em;
  padding: 0.2em 0.5em 0.2em 0.8em;
  border-left: 10px solid #ffd3c8;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  h3:not([class]) {
    font-size: 2.3rem;
  }
}
h2:not([class]) + h3:not([class]) {
  margin-top: 1em !important;
}

h4:not([class]) {
  margin: 1.4em 0 0.7em;
  color: #f13000;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  h4:not([class]) {
    font-size: 2.1rem;
  }
}
h3:not([class]) + h4:not([class]) {
  margin-top: 1em !important;
}

h5:not([class]) {
  margin: 1.4em 0 0.7em;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  h5:not([class]) {
    font-size: 1.8rem;
  }
}
h4:not([class]) + h5:not([class]) {
  margin-top: 1em !important;
}

h6:not([class]) {
  margin: 1.1em 0 0.7em;
  font-size: 1em;
}
h5:not([class]) + h6:not([class]) {
  margin-top: 1em !important;
}

hr:not([class]) {
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #d6d6d6;
}

/* text
--------------------------------------------------------- */
p:not([class]) {
  display: block;
  margin-top: 1.2em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  p:not([class]) {
    line-height: 2;
  }
}

h2 + p:not([class]),
h3 + p:not([class]),
h4 + p:not([class]),
h5 + p:not([class]),
h6 + p:not([class]) {
  margin-top: 0;
}

strong:not([class]) {
  font-weight: bold;
}

em:not([class]) {
  font-style: italic;
}

figure:not([class]) {
  margin: 2em 0;
  text-align: center;
}

figcaption:not([class]) {
  margin-top: 0.3em;
  font-size: 90%;
}

blockquote:not([class]) {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* list
--------------------------------------------------------- */
ul:not([class]), .list-main,
ol:not([class]) {
  margin-top: 1em;
}

ul:not([class]), .list-main,
ol:not([class]),
dl:not([class]) {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  ul:not([class]), .list-main,
  ol:not([class]),
  dl:not([class]) {
    line-height: 1.8;
  }
}

dl ul:not([class]), dl .list-main,
dl ol:not([class]) {
  margin-top: 0;
}

/* ul */
ul:not([class]) > li:not([class]), .list-main > li:not([class]) {
  position: relative;
  padding-left: 1.1em;
}
ul:not([class]) > li:not([class])::before, .list-main > li:not([class])::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.4em;
  margin-left: -0.4em;
  content: '・';
  color: #ffd3c8;
  font-size: 2em;
}

ul:not([class]) > li:not([class]) a, .list-main > li:not([class]) a {
  text-indent: 0;
}

ul:not([class]) > li:not([class]) + li:not([class]), .list-main > li:not([class]) + li:not([class]) {
  margin-top: 0.2em;
}

/* ol */
ol:not([class]) {
  counter-reset: my-counter;
}
ol:not([class]) li {
  position: relative;
  padding-left: 1.2em;
}
ol:not([class]) li::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  position: absolute;
  left: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #f13000;
}

li > ul:not([class]), li > .list-main,
li > ol:not([class]) {
  margin: 1em 0 1em 1.5em;
}

/* dl */
dt:not([class]) {
  margin: 1em 0 0.5em;
  padding-left: 0.8em;
  border-left: 5px solid #ffd3c8;
  font-weight: 700;
}

/* table
--------------------------------------------------------- */
table:not([class]) {
  margin-top: 1.5em;
  line-height: 1.4;
}
table:not([class]) th, table:not([class]) td {
  padding: 1em 1.2em;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  table:not([class]) th, table:not([class]) td {
    padding: 1.2em 1.5em;
  }
}
table:not([class]) th {
  border-left: 1px solid #ccc;
  vertical-align: top;
}
table:not([class]) th[scope="col"] {
  background-color: #ffd3c8;
  text-align: center;
}
table:not([class]) th[scope="row"] {
  background-color: #eee;
  text-align: left;
}
table:not([class]) td {
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
table:not([class]) p:nth-of-type(1) {
  margin-top: 0;
}

td > p:nth-child(1),
td > ul:nth-child(1),
td > ol:nth-child(1),
td > .list-main:nth-child(1),
td > dl:nth-child(1) dt {
  margin-top: 0;
}

/* form
--------------------------------------------------------- */
input, textarea, select, button {
  font-size: 16px;
  vertical-align: middle;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"],
input[type="number"], input[type="password"] {
  padding: 10px 15px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"],
input[type="number"], input[type="password"], textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  outline: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #333;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -3px;
  margin-right: 0.4em;
  vertical-align: middle;
}

select {
  padding: 10px 25px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

/* ---------------------------------------------------------
 Common
--------------------------------------------------------- */
h1, h2, h3, h5, h6, .page-title__text {
  position: relative;
  line-height: 1.4;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.05em;
}

ul:not([class]) > li:not([class])::before, .list-main > li:not([class])::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Flexbox
--------------------------------------------------------- */
.l-col-wrap, .l-footer__inner, .grid2, .grid3, .grid4, .btn-wrap.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-title, .form-message__btn.two {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* ---------------------------------------------------------
  Grid
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .grid__col h2:nth-child(1),
  .grid__col h3:nth-child(1),
  .grid__col h4:nth-child(1),
  .grid__col h5:nth-child(1),
  .grid__col h6:nth-child(1),
  .grid__col p:nth-child(1),
  .grid__col dl:nth-child(1),
  .grid__col ul:nth-child(1),
  .grid__col ol:nth-child(1) {
    margin-top: 0 !important;
  }
}
.grid__col.center {
  text-align: center;
}

/* Two grid
--------------------------------------------------------- */
.grid2 .grid__col {
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .grid2 .grid__col {
    width: calc((100% - 40px) / 2);
  }
}
.grid2.align-center {
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .grid2 .grid2 .grid__col {
    width: calc((100% - 20px) / 2);
  }
}
.grid2 > .grid2 .grid__col:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .grid2 > .grid2 .grid__col {
    margin-top: 0;
  }
}

/* Three grid
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .grid3:after {
    content: '';
    display: block;
    width: calc((100% - 40px) / 3);
  }
}
.grid3 .grid__col {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .grid3 .grid__col {
    width: calc((100% - 40px) / 3);
  }
}

/* Four grid
--------------------------------------------------------- */
.grid4 {
  margin-top: -1em;
}
.grid4 + .grid4 {
  margin-top: 0.2em;
}
@media screen and (min-width: 576px) {
  .grid4:before {
    content: '';
    display: block;
    width: calc((100% - 40px) / 3);
    order: 1;
  }
  .grid4:after {
    content: '';
    display: block;
    width: calc((100% - 40px) / 3);
  }
}
@media print, screen and (min-width: 768px) {
  .grid4:before {
    content: '';
    display: block;
    width: calc((100% - 60px) / 4);
    order: 1;
  }
  .grid4:after {
    content: '';
    display: block;
    width: calc((100% - 60px) / 4);
  }
}
.grid4 .grid__col {
  width: calc((100% - 20px) / 2);
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .grid4 .grid__col {
    width: calc((100% - 40px) / 3);
  }
}
@media print, screen and (min-width: 768px) {
  .grid4 .grid__col {
    width: calc((100% - 60px) / 4);
  }
}

/* ---------------------------------------------------------
/* page title
--------------------------------------------------------- */
.page-title {
  position: relative;
  flex-direction: column;
  min-height: 125px;
  padding: 20px;
  color: #fff;
}
.page-title__text {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .page-title__text {
    font-size: 3.6rem;
  }
}
.page-title__summary {
  position: relative;
  margin-top: 0.6em;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .page-title__summary {
    font-size: 16px;
  }
}
.page-title__free-icon {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  background-color: #fff;
  color: #f13000;
  border: 3px solid #fff;
  background-color: #D32A00;
  color: #fff;
  font-size: 90%;
}

@media all and (-ms-high-contrast: none) {
  .page-title__text {
    display: table-cell;
    width: 100%;
    min-height: 205px;
    text-align: center;
    vertical-align: middle;
  }

  .page-title__summary {
    margin-top: -80px !important;
  }

  .l-main.brain-story .page-title {
    padding-bottom: 50px;
  }
}
/* page-title-bnr
--------------------------------------------------------- */
.page-title-bnr {
  margin: -30px 0 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page-title-bnr {
    margin: -70px 0 30px;
  }
}
@media print, screen and (min-width: 1140px) {
  .page-title-bnr {
    margin: -20px 0 55px;
  }
}

/* Breadcrumb list
--------------------------------------------------------- */
.breadcrumb-wrap {
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #eee;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb-wrap {
    margin-bottom: 70px;
  }
}

.breadcrumb-list {
  position: relative;
  font-size: 11px;
  line-height: 1;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb-list {
    font-size: 14px;
  }
}
.breadcrumb-list__item {
  display: inline-block;
}
.breadcrumb-list__item:first-child {
  position: relative;
}
.breadcrumb-list__item + .breadcrumb-list__item:before {
  margin-right: 0.2em;
  content: '>';
}
.breadcrumb-list__link {
  color: #333 !important;
}
.breadcrumb-list__link:hover {
  opacity: 0.8;
}

/* ---------------------------------------------------------
  List
--------------------------------------------------------- */
/* basic
--------------------------------------------------------- */
.list-main.stm li::before {
  color: #c9e7f0;
}

/* notes
--------------------------------------------------------- */
.notes {
  margin: 1.5em 0 0;
  line-height: 1.7;
}

.notes li,
.notes__item,
.notes-single {
  padding-left: 1.2em;
  font-size: 14px;
  text-indent: -1.2em;
}
.notes li:before,
.notes__item:before,
.notes-single:before {
  content: "\00203b";
  padding-right: 0.6em;
  color: #f13000;
}
.notes li + .notes li,
.notes__item + .notes li,
.notes-single + .notes li, .notes li +
.notes__item,
.notes__item +
.notes__item,
.notes-single +
.notes__item, .notes li +
.notes-single,
.notes__item +
.notes-single,
.notes-single +
.notes-single {
  margin-top: 0.4em;
}
.notes li a,
.notes__item a,
.notes-single a {
  text-indent: 0;
}

.notes-single {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .notes-single.mt-minus {
    margin-top: -20px;
  }
}

/* dl-info
--------------------------------------------------------- */
.dl-info {
  margin-top: 20px;
}
.dl-info.credit-card {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}
.dl-info__tit {
  margin-bottom: 10px;
  color: #f13000;
}

/* numbered-list
--------------------------------------------------------- */
.numbered-list {
  counter-reset: my-counter;
}
.numbered-list > li {
  position: relative;
}
.numbered-list > li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  position: absolute;
  left: 0;
  color: #f13000;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .numbered-list > li:before {
    top: 0;
  }
}

.numbered-list {
  margin: 20px 0;
}
.numbered-list > li {
  padding-left: 1.8em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .numbered-list > li {
    font-size: 1.7rem;
  }
}
.numbered-list > li:before {
  top: 0.1em;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .numbered-list > li:before {
    top: -0.2em;
    font-size: 2rem;
  }
}
.numbered-list li + li {
  margin-top: 1em;
}

/* ---------------------------------------------------------
  Button-wrap
--------------------------------------------------------- */
/* One column
--------------------------------------------------------- */
.btn-wrap {
  clear: both;
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .btn-wrap {
    margin-top: 40px;
  }
}
.btn-wrap.mini {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* Two column
--------------------------------------------------------- */
.btn-wrap__item {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .btn-wrap__item {
    width: 48%;
    text-align: left;
  }
}
.btn-wrap__item + .btn-wrap__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .btn-wrap__item + .btn-wrap__item {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-wrap__item:first-child {
    order: 2;
    text-align: right;
  }
}

/* Two column
--------------------------------------------------------- */
.btn-more-wrap {
  margin: 20px 40px 0;
}
@media print, screen and (min-width: 768px) {
  .btn-more-wrap {
    margin: 25px 0 0;
  }
}
.btn-more-wrap.center {
  text-align: center;
}

/* ---------------------------------------------------------
  button
--------------------------------------------------------- */
/* button base
--------------------------------------------------------- */
.btn-main,
.btn-more, .btn-primary {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em 2em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .btn-main,
  .btn-more, .btn-primary {
    width: auto;
    padding: 0.8em 2.5em 1.2em;
    font-size: 15px;
    font-weight: normal;
  }
}
.btn-main:hover,
.btn-more:hover, .btn-primary:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.btn-main img,
.btn-more img, .btn-primary img {
  line-height: 1;
  vertical-align: middle;
}

.btn-main:before,
.btn-more:before, .btn-primary:before, .btn-more-white:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2em;
  height: 0;
  content: '';
  border-top: 1px solid #f13000;
  z-index: 3;
}
.btn-main:after,
.btn-more:after, .btn-primary:after, .btn-more-white:after {
  position: absolute;
  top: 50%;
  right: -2em;
  width: 2em;
  height: 0;
  content: '';
  border-top: 1px solid #f13000;
  z-index: 3;
}
.btn-main:hover:after,
.btn-more:hover:after, .btn-primary:hover:after, .btn-more-white:hover:after {
  right: -1em;
}
.btn-main:hover:before,
.btn-more:hover:before, .btn-primary:hover:before, .btn-more-white:hover:before {
  right: -3em;
}

/* button main, btn-more
--------------------------------------------------------- */
.btn-main,
.btn-more {
  border: 1px solid #f13000;
  color: #f13000 !important;
}
@media print, screen and (min-width: 768px) {
  .btn-main,
  .btn-more {
    min-width: 232px;
  }
}

.btn-more {
  line-height: 1;
}
.btn-more img {
  width: 43px;
  height: 12px;
}
@media print, screen and (min-width: 768px) {
  .btn-more img {
    width: 45px;
    height: 12px;
  }
}

/* btn-primary
--------------------------------------------------------- */
.btn-primary {
  border: 1px solid #333;
  color: #333 !important;
}
.btn-primary:before {
  border-top-color: #333;
}
.btn-primary:after {
  border-top-color: #333;
}

/* btn-more-white
--------------------------------------------------------- */
.btn-more-white {
  padding: 1em 50px !important;
  border: 1px solid #fff;
  color: #fff !important;
}
@media print, screen and (min-width: 768px) {
  .btn-more-white {
    min-width: 220px;
  }
}
@media print, screen and (min-width: 1140px) {
  .btn-more-white {
    font-size: 17px;
  }
}
.btn-more-white img {
  width: 45px;
  height: 21px;
}
.btn-more-white:before {
  border-top-color: #fff;
}
.btn-more-white:after {
  border-top-color: #fff;
}

/* button size
--------------------------------------------------------- */
.btn-middle {
  min-width: 13.2em;
  padding: 0.8em 2.5em !important;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
  .btn-middle {
    font-size: 1.7rem;
  }
}

.btn-large {
  font-size: 1.1em;
}

/* btn-fill
--------------------------------------------------------- */
.btn-fill-main {
  position: relative;
  display: inline-block;
  min-width: 6.25em;
  width: 100%;
  padding: 1em 2em;
  border-radius: 0.3125em;
  text-align: center;
  cursor: pointer;
}

.btn-fill-main {
  background-color: #f13000;
  color: #fff !important;
}
.btn-fill-main:hover {
  background-color: #d32a00;
}

/* button icon
--------------------------------------------------------- */
.btn-icon-right {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

/* ---------------------------------------------------------
/* Utility
--------------------------------------------------------- */
/* Margin helper
--------------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

/* Font size
--------------------------------------------------------- */
.font-tiny {
  font-size: 80% !important;
}
@media print, screen and (min-width: 768px) {
  .font-tiny {
    font-size: 13px !important;
  }
}

.font-small {
  font-size: 90% !important;
}
@media print, screen and (min-width: 768px) {
  .font-small {
    font-size: 14px !important;
  }
}

.font-middle {
  font-size: 1.6rem !important;
}
@media print, screen and (min-width: 768px) {
  .font-middle {
    font-size: 18px !important;
  }
}

.font-large {
  font-size: 120% !important;
}
@media print, screen and (min-width: 768px) {
  .font-large {
    font-size: 26px !important;
  }
}

.font-huge {
  font-size: 22px !important;
}
@media print, screen and (min-width: 768px) {
  .font-huge {
    font-size: 28px !important;
  }
}

/* Text align
--------------------------------------------------------- */
.text-center {
  text-align: center !important;
}

@media print, screen and (min-width: 768px) {
  .text-center-only-l {
    text-align: center !important;
  }
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-middle {
  vertical-align: middle !important;
}

.text-line-through {
  text-decoration: line-through;
}

/* Text color
--------------------------------------------------------- */
.text-color-emphasis {
  color: #f13000;
}

.text-color-stm {
  color: #168294;
}

/* marker
--------------------------------------------------------- */
.marker {
  background: linear-gradient(rgba(255, 249, 88, 0) 50%, #fff958 50%);
}

/* New line
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .new-line {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .new-line-only-s {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .new-line-only-st {
    display: block;
  }
}
/* Hide
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .hide-tl {
    display: none;
  }
}

/* ---------------------------------------------------------
  Object
--------------------------------------------------------- */
.input-with-sample {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Page heading
--------------------------------------------------------- */
.page-hdg {
  margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .page-hdg {
    margin: 40px 0 30px;
  }
}
.page-hdg__text {
  padding: 0.2em 0.6em;
  border-left: 9px solid #ffd3c8;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .page-hdg__text {
    clear: none !important;
    font-size: 2.4rem;
  }
}
.page-hdg__sub-text {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .page-hdg__sub-text {
    margin-right: 0.5em;
    font-size: 1.8rem;
  }
}
.page-hdg__sub-text:after {
  content: '：';
}
.page-hdg__lead {
  margin-top: 20px;
  line-height: 1.7;
}
.page-hdg__lead + .page-hdg__lead {
  margin-top: 10px;
}
.page-hdg__lead.emphasis {
  color: #f13000;
}

/* form-intro
--------------------------------------------------------- */
.form-intro {
  margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .form-intro {
    margin: 40px 0;
  }
}
.form-intro__main-text {
  font-size: 110%;
  font-weight: bold;
}
.form-intro__text {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .form-intro__text {
    line-height: 2;
  }
}

/* form-list
--------------------------------------------------------- */
.form-list + .form-list {
  margin-top: 10px;
}
.form-list__tit {
  margin-bottom: 5px;
  font-weight: bold;
}
.form-list__input input {
  width: 100%;
}

/* form-section
--------------------------------------------------------- */
.form-section {
  position: relative;
}
.form-section.regist {
  margin: 0 -10px;
}
@media print, screen and (min-width: 768px) {
  .form-section.regist {
    margin: 0;
  }
}
.form-section__tit {
  margin: 20px 0 15px;
  padding: 0.2em 0.8em;
  background-color: #fff;
  border-left: 5px solid #ccc;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .form-section__tit {
    margin: 30px 0 15px;
    font-size: 2.1rem;
  }
}
.form-section .change-btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .form-section .change-btn {
    top: 0.2em;
  }
}

/* select-group
--------------------------------------------------------- */
.select-group {
  margin-top: 30px;
}
.select-group + .select-group {
  padding-top: 30px;
  border-top: 1px dashed #dcdcdc;
}
.select-group__choise {
  margin-bottom: 15px;
  font-weight: bold;
}

/* form-table
--------------------------------------------------------- */
.form-table {
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .form-table + .form-table {
    margin-top: 20px;
  }
}
.form-table th, .form-table td {
  padding: 15px 20px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 768px) {
  .form-table th, .form-table td {
    padding: 15px 25px;
  }
}
.form-table th {
  background-color: #f6f6f6;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .form-table th {
    width: 14em;
  }
}
.form-table p:not([class]):nth-of-type(1) {
  margin-top: 0;
}

.form-table.regist th,
.form-table.confirm th {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .form-table.regist th,
  .form-table.confirm th {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .form-table {
    border-top: 1px solid #dcdcdc;
  }
  .form-table + .form-table {
    border-top: none;
  }
  .form-table th, .form-table td {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  .form-table th {
    display: block;
    border-top: none;
    border-bottom: none;
    vertical-align: top;
  }
  .form-table td {
    display: block;
    width: 100%;
    border-top: none !important;
  }

  .hide-s {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .hide-l {
    display: none !important;
  }
}

/* ---------------------------------------------------------
  Form parts
--------------------------------------------------------- */
/* select, radio, checkbox
--------------------------------------------------------- */
/* common */
.form-section input[type="radio"],
input[type="radio"].custom-radio,
.login-form input[type="checkbox"],
input[type="checkbox"].custom-checkbox {
  position: absolute;
  appearance: none;
  filter: alpha(opacity=0);
  opacity: 0;
}

.form-section select:focus,
.order-table select:focus,
input[type="radio"]:focus + .radio-icon,
input[type="radio"].custom-radio:focus + .radio-icon,
input[type="checkbox"]:focus + .check-icon,
input[type="checkbox"].custom-checkbox:focus + .check-icon {
  border-color: #333;
}

.long-select {
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .long-select {
    width: auto;
  }
}

label {
  position: relative;
}

/* select */
.form-section select,
.order-table select,
.custom-select {
  max-width: 100%;
  line-height: 24px;
  padding: 7px 35px 7px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: url(../img/base/icon-select.png) no-repeat right 10px top 50% #fff;
  background-size: auto 40%;
  appearance: none;
}
@media print, screen and (min-width: 768px) {
  .form-section select,
  .order-table select,
  .custom-select {
    padding: 10px 35px 10px 15px;
  }
}
.form-section select::-ms-expand,
.order-table select::-ms-expand,
.custom-select::-ms-expand {
  display: none;
}

/* radio */
.form-section input[type="radio"] + .radio-icon,
input[type="radio"].custom-radio + .radio-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background: #fff;
  margin-right: 4px;
  margin-top: -3px;
  background: #fff;
}
.form-section input[type="radio"]:checked + .radio-icon,
input[type="radio"].custom-radio:checked + .radio-icon {
  position: relative;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 0 5px #fff inset;
  background: #f13000;
  content: '';
}

/* checkbox */
.login-form input[type="checkbox"] + .check-icon,
input[type="checkbox"].custom-checkbox + .check-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: 6px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: middle;
}
.login-form input[type="checkbox"]:checked + .check-icon,
input[type="checkbox"].custom-checkbox:checked + .check-icon {
  position: relative;
  border: 1px solid #dcdcdc;
}
.login-form input[type="checkbox"]:checked + .check-icon:after,
input[type="checkbox"].custom-checkbox:checked + .check-icon:after {
  position: absolute;
  content: '';
  top: -1px;
  left: 4px;
  width: 10px;
  height: 14px;
  transform: rotate(45deg);
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  border-radius: 0 0 1px 0;
}

.checkbox-list li + li {
  margin-top: 1em;
}

/* form-table parts
--------------------------------------------------------- */
.err {
  border-color: #d32a00 !important;
  border-width: 2px !important;
  background-color: #ffdbd2 !important;
}

.error-text {
  margin: 10px 0 14px;
  color: #f13000;
}

.required-text {
  display: inline-block;
  margin-left: 0.5em;
  padding: 2px 5px;
  border-radius: 2px;
  border: 1px solid #f13000;
  background: #fff;
  color: #f13000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .required-text {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -1.2em 0 0 0;
    padding: 2px 8px;
  }
}
.required-text.any {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  color: #999;
}
@media print, screen and (min-width: 768px) {
  .required-text.text-icon {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 0 0.4em;
  }
}

/* input-rule
--------------------------------------------------------- */
.input-rule {
  display: inline;
  margin-left: 8px;
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .input-rule {
    display: block;
    margin: 0.2em 0 0 0;
    font-size: 1.3rem;
  }
}

.form-example {
  margin-top: 0.8em;
  color: #595959;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .form-example {
    font-size: 14px;
  }
}
.form-example:before {
  content: '\00203b';
  margin-right: 0.2em;
}
.form-example.no-icon:before {
  content: none;
  margin-right: 0;
}

.select-list {
  display: flex;
}
.select-list__item + .select-list__item {
  margin-left: 1em;
}

/* Size
--------------------------------------------------------- */
.size-max, .size-name, .size-num {
  width: 100%;
}

.size-l {
  width: 100%;
}

.size-m {
  width: 60%;
}

.size-s {
  width: 42%;
}

.size-xs {
  width: 50%;
}

.size-zip {
  width: 100px;
}

.size-name, .size-num {
  max-width: 260px;
}

@media screen and (min-width: 768px) {
  .size-max {
    width: 98%;
  }

  .size-l {
    width: 70%;
  }

  .size-m {
    width: 50% !important;
  }

  .size-s {
    width: 30% !important;
  }

  .size-xs {
    width: 15% !important;
  }

  .size-zip {
    width: 100px;
  }

  .size-name {
    width: 50%;
    min-width: 180px;
  }
}
@media screen and (max-width: 481px) {
  .size-s.spMax, .size-m.spMax {
    width: 100%;
  }

  .size-s.spHalf {
    width: 60%;
  }
}
/* policy-container
--------------------------------------------------------- */
.policy {
  margin: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .policy {
    margin: 40px 0 0;
  }
}
.policy__tit {
  margin: 20px 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.policy__txt {
  margin: 20px;
  font-size: 1.4rem;
}

.policy-wrap {
  margin: 30px auto 0;
  width: 100%;
  border: 1px solid #d8d8d8;
}
@media print, screen and (min-width: 768px) {
  .policy-wrap {
    margin: 30px auto 0;
  }
}
.policy-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.priacy-agree-check {
  margin-top: 30px;
  padding: 20px 10px;
  background-color: #fff4f1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .priacy-agree-check {
    padding: 20px;
  }
}

/* form-message
--------------------------------------------------------- */
.form-message {
  padding: 20px;
  border: 2px solid #dcdcdc;
}
@media print, screen and (min-width: 768px) {
  .form-message {
    padding: 40px;
    line-height: 1.7;
    text-align: center;
  }
}
.form-message__tit {
  margin-bottom: 20px;
  color: #e60012;
  font-size: 1.25em;
}
@media print, screen and (min-width: 768px) {
  .form-message__tit {
    max-width: 20em;
    margin-right: auto;
    margin-left: auto;
  }
}
.form-message__text {
  position: relative;
  padding-top: 10px;
}
.form-message__text:before {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #dcdcdc;
  content: '';
}
@media print, screen and (min-width: 768px) {
  .form-message__text:before {
    left: 50%;
    width: 26em;
    margin-left: -13em;
  }
}
.form-message__text + .form-message__text {
  margin-top: 1.2em;
  padding-top: 0;
}
.form-message__text + .form-message__text:before {
  display: none;
}
.form-message__btn {
  margin-top: 20px;
  text-align: center;
}
.form-message__btn.two button {
  max-width: 360px;
}
@media print, screen and (min-width: 768px) {
  .form-message__btn.two button:first-child {
    order: 2;
    margin-left: 5px;
  }
}
.form-message__btn.two button:last-child {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .form-message__btn.two button:last-child {
    order: 1;
    margin: 0 5px 0 0;
  }
}
button.error .form-message__tit, .form-message.caution .form-message__tit {
  color: #f13000;
}
.form-message.caution {
  margin-top: -10px;
}
@media print, screen and (min-width: 768px) {
  .form-message.caution {
    padding: 15px;
  }
}
.form-message.caution .form-message__tit {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: none;
  color: #f13000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.form-message.caution .form-message__tit:before {
  content: '-';
  margin-right: 1em;
}
.form-message.caution .form-message__tit:after {
  content: '-';
  margin-left: 1em;
}
.form-message.completion .form-message__text {
  max-width: 34em;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.form-message.caution .form-message__tit:before,
.order-num .order-num__label:before {
  content: '-';
  margin-right: 0.5em;
}
.form-message.caution .form-message__tit:after,
.order-num .order-num__label:after {
  content: '-';
  margin-left: 0.5em;
}

.form-lead-message {
  color: #000;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .form-lead-message {
    font-size: 1.7rem;
    text-align: center;
  }
}

/* order-num
--------------------------------------------------------- */
.order-num {
  padding: 20px;
  background-color: #ffe7e2;
  text-align: center !important;
}
.order-num__label {
  display: block;
}
.order-num__text {
  font-weight: bold;
  letter-spacing: 0.06em;
}

/* popup
--------------------------------------------------------- */
@media screen and (min-width: 576px) {
  .input-with-sample__input-field {
    width: 260px;
  }
}
.input-with-sample__img {
  margin-top: 1em;
}
@media screen and (min-width: 576px) {
  .input-with-sample__img {
    width: calc((100% - 260px) - 30px);
    margin-top: 0;
  }
}
.input-with-sample__img:hover {
  cursor: pointer;
}

/* ---------------------------------------------------------
  Buttons
--------------------------------------------------------- */
/* button base
--------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 20em;
  padding: 0.8em 1em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .btn {
    width: auto;
    padding: 0.4em 1em;
    font-size: 15px;
    font-weight: normal;
  }
}
.btn:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-login,
.btn-member-regist,
.btn-agree,
.btn-entry,
.btn-update,
.btn-purchase,
.btn-purchase-decision,
.btn-send,
.btn-next-step,
.btn-payment-step,
.btn-cart {
  padding: 1em 1.6em !important;
  border: 1px solid #f13000;
  background-color: #f13000;
  color: #fff !important;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .btn-login,
  .btn-member-regist,
  .btn-agree,
  .btn-entry,
  .btn-update,
  .btn-purchase,
  .btn-purchase-decision,
  .btn-send,
  .btn-next-step,
  .btn-payment-step,
  .btn-cart {
    min-width: 300px;
    font-size: 1.7rem;
  }
}
.btn-login:after,
.btn-member-regist:after,
.btn-agree:after,
.btn-entry:after,
.btn-update:after,
.btn-purchase:after,
.btn-purchase-decision:after,
.btn-send:after,
.btn-next-step:after,
.btn-payment-step:after,
.btn-cart:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
  background: url("/img/partner/common/ico-arrow_r.svg") no-repeat 0 0;
  background-size: 12px 12px;
  width: 14px;
  height: 14px;
}
.btn-login:hover,
.btn-member-regist:hover,
.btn-agree:hover,
.btn-entry:hover,
.btn-update:hover,
.btn-purchase:hover,
.btn-purchase-decision:hover,
.btn-send:hover,
.btn-next-step:hover,
.btn-payment-step:hover,
.btn-cart:hover {
  border-color: #bd2600;
  background-color: #bd2600;
}

.btn-back,
.btn-continue {
  padding: 1em 1.6em !important;
  border: 1px solid #888 !important;
  background-color: #888 !important;
  color: #fff !important;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .btn-back,
  .btn-continue {
    min-width: 300px;
    font-size: 1.7rem;
  }
}
.btn-back:after,
.btn-continue:after {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -0.5em;
  background: url("/img/partner/common/ico-arrow_l.svg") no-repeat 0 0;
  background-size: 12px 12px;
  width: 14px;
  height: 14px;
}
.btn-back:hover,
.btn-continue:hover {
  border: 1px solid #606060 !important;
  background-color: #606060 !important;
}

.btn-change,
.btn-input {
  padding: 0.4em 1.6em !important;
  border-radius: 2px;
  border: 1px solid #f13000;
  color: #f13000;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
.btn-change:hover,
.btn-input:hover {
  opacity: 0.8;
}

.btn-input {
  background-color: #f13000;
}

.btn-delete {
  width: auto;
  padding: 0.3em 0.4em !important;
  background-color: #f5f5f5;
  color: #999;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .btn-delete {
    padding: 0.5em 0.8em !important;
  }
}
.btn-delete:hover {
  color: #f13000;
}

.btn-address {
  padding: 10px !important;
  border: 1px solid #606060 !important;
  background-color: #606060 !important;
  color: #fff !important;
  font-size: 14px !important;
}
.btn-address:hover {
  border: 1px solid #4a4949 !important;
  background-color: #4a4949 !important;
}

/* button custom2020.04
--------------------------------------------------------- */
.btn-color, .btn-color-ja {
  background-color: #ec8031 !important;
  border: 1px solid #ec8031 !important;
}
.btn-color:hover, .btn-color-ja:hover {
  opacity: 0.8 !important;
}

.btn-wrap-footer {
  clear: both;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

/*# sourceMappingURL=main_mkj.css.map */
