@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0px;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", helvetica, arial, "hiragino kaku gothic pro", "Segoe UI", SegoeUI, "Yu Gothic UI", "Meiryo UI", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #323232;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 4vw;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  body {
    font-size: 3.5vw;
  }
}

img {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

main {
  display: block;
}

a,
button,
input[type=submit] {
  color: #323232;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

a.link_color,
button.link_color,
input[type=submit].link_color {
  color: #0B1DA2;
  text-decoration: underline;
}

a.link_orange,
button.link_orange,
input[type=submit].link_orange {
  color: #FF4D0F;
}

a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

a.btn,
button.btn,
input[type=submit].btn {
  color: #FFFFFF;
}

img.align-center {
  margin: 0 auto;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.textBold {
  font-weight: bold;
}

.textNormal {
  font-weight: normal !important;
}

.clearfix {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mg0 {
  margin: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg45 {
  margin: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

.mg55 {
  margin: 55px !important;
}

.mg60 {
  margin: 60px !important;
}

.mg65 {
  margin: 65px !important;
}

.mg70 {
  margin: 70px !important;
}

.mg75 {
  margin: 75px !important;
}

.mg80 {
  margin: 80px !important;
}

.mg85 {
  margin: 85px !important;
}

.mg90 {
  margin: 90px !important;
}

.mg95 {
  margin: 95px !important;
}

.mg100 {
  margin: 100px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

.mgr65 {
  margin-right: 65px !important;
}

.mgr70 {
  margin-right: 70px !important;
}

.mgr75 {
  margin-right: 75px !important;
}

.mgr80 {
  margin-right: 80px !important;
}

.mgr85 {
  margin-right: 85px !important;
}

.mgr90 {
  margin-right: 90px !important;
}

.mgr95 {
  margin-right: 95px !important;
}

.mgr100 {
  margin-right: 100px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl65 {
  margin-left: 65px !important;
}

.mgl70 {
  margin-left: 70px !important;
}

.mgl75 {
  margin-left: 75px !important;
}

.mgl80 {
  margin-left: 80px !important;
}

.mgl85 {
  margin-left: 85px !important;
}

.mgl90 {
  margin-left: 90px !important;
}

.mgl95 {
  margin-left: 95px !important;
}

.mgl100 {
  margin-left: 100px !important;
}

.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd55 {
  padding: 55px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd65 {
  padding: 65px !important;
}

.pd70 {
  padding: 70px !important;
}

.pd75 {
  padding: 75px !important;
}

.pd80 {
  padding: 80px !important;
}

.pd85 {
  padding: 85px !important;
}

.pd90 {
  padding: 90px !important;
}

.pd95 {
  padding: 95px !important;
}

.pd100 {
  padding: 100px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt65 {
  padding-top: 65px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt75 {
  padding-top: 75px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt85 {
  padding-top: 85px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt95 {
  padding-top: 95px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.pdr65 {
  padding-right: 65px !important;
}

.pdr70 {
  padding-right: 70px !important;
}

.pdr75 {
  padding-right: 75px !important;
}

.pdr80 {
  padding-right: 80px !important;
}

.pdr85 {
  padding-right: 85px !important;
}

.pdr90 {
  padding-right: 90px !important;
}

.pdr95 {
  padding-right: 95px !important;
}

.pdr100 {
  padding-right: 100px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb45 {
  padding-bottom: 45px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb55 {
  padding-bottom: 55px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb65 {
  padding-bottom: 65px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb75 {
  padding-bottom: 75px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb85 {
  padding-bottom: 85px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb95 {
  padding-bottom: 95px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdl65 {
  padding-left: 65px !important;
}

.pdl70 {
  padding-left: 70px !important;
}

.pdl75 {
  padding-left: 75px !important;
}

.pdl80 {
  padding-left: 80px !important;
}

.pdl85 {
  padding-left: 85px !important;
}

.pdl90 {
  padding-left: 90px !important;
}

.pdl95 {
  padding-left: 95px !important;
}

.pdl100 {
  padding-left: 100px !important;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}

@media screen and (max-width: 600px) {
  .tab-only {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .tab-only {
    display: none;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

span.pc-only {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  span.pc-only {
    display: none;
  }
}

/* from */

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
  border: 1px solid #B1B1B1;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  margin: 5px 5px 5px 0;
}

@media screen and (max-width: 960px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="password"],
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="password"],
  textarea {
    font-size: 4vw;
  }
}

input[type="text"].middle,
input[type="number"].middle,
input[type="email"].middle,
input[type="password"].middle,
textarea.middle {
  width: 35%;
}

input[type="text"].full,
input[type="number"].full,
input[type="email"].full,
input[type="password"].full,
textarea.full {
  width: 100%;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #FF4D0F;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type="text"].error,
input[type="number"].error,
input[type="email"].error,
input[type="password"].error,
textarea.error {
  border: 1px solid #FF4D0F;
  background: rgba(255, 77, 15, 0.3);
}

@media screen and (max-width: 600px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="password"],
  textarea {
    width: 100%;
  }

  input[type="text"].middle,
  input[type="number"].middle,
  input[type="email"].middle,
  input[type="password"].middle,
  textarea.middle {
    width: 100%;
  }
}

textarea {
  display: block;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(/images/icon/icon-select.png) no-repeat center right 4px/8px 8px;
  border: 1px solid #B1B1B1;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  margin: 5px 5px 5px 0;
}

@media screen and (max-width: 960px) {
  select {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  select {
    font-size: 4vw;
  }
}

select::-ms-expand {
  display: none;
}

select:focus {
  border: 1px solid #B1B1B1;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

select.error {
  border: 1px solid #FF4D0F;
  background: rgba(255, 77, 15, 0.3);
}

input[type="radio"] {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

input[type="radio"] + label {
  border: 1px solid #B1B1B1;
  display: inline-block;
  padding: 10px 10px 10px 40px;
  margin: 5px 5px 5px 0;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 200px;
  max-width: 46%;
  position: relative;
}

input[type="radio"] + label:after {
  content: "";
  border: 1px solid #B1B1B1;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
}

input[type="radio"]:checked + label {
  border: 1px solid #FF4D0F;
}

input[type="radio"]:checked + label:after {
  width: 10px;
  height: 10px;
  border: 4px solid #FF4D0F;
}

.vartical_list input[type="radio"] + label {
  width: 450px;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .vartical_list input[type="radio"] + label {
    width: 100%;
  }
}

.radio_input_area.error label {
  border: 1px solid #FF4D0F;
  background: rgba(255, 77, 15, 0.3);
}

hr {
  border: none;
  margin: 10px 0;
}

hr.orange {
  border: 1px solid #FF4D0F;
}

hr.gray {
  border: 1px solid #D5D5D5;
}

@media screen and (max-width: 600px) {
  hr.orange {
    margin: 0 0 10px;
  }
}

::-webkit-input-placeholder {
  color: #D5D5D5;
}

::-moz-placeholder {
  color: #D5D5D5;
}

::-ms-input-placeholder {
  color: #D5D5D5;
}

::placeholder {
  color: #D5D5D5;
}

.alert-box {
  padding-left: 20px;
}

.alert-text {
  color: #FF4D0F;
}

.container {
  width: 1100px;
  max-width: 100%;
  margin: 100px auto 0;
}

.container.order_layout {
  margin: 0 auto;
}

.container.order_layout .amount {
  text-align: right;
  margin: 20px 0 50px;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (max-width: 960px) {
  .container.order_layout .amount {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  .container.order_layout .amount {
    font-size: 7vw;
  }
}

.container .main_image img {
  max-width: 100%;
}

.container h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 960px) {
  .container h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  .container h2 {
    font-size: 7vw;
  }
}

.container h2 .btn {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.container h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 20px;
}

@media screen and (max-width: 960px) {
  .container h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 600px) {
  .container h3 {
    font-size: 5.5vw;
  }
}

.container .terms,
.container .privacy {
  margin: 0 0 30px;
}

.container .terms h3,
.container .privacy h3 {
  margin: 30px 0 0;
}

.container h4 {
  margin: 30px 0 10px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 960px) {
  .container h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  .container h4 {
    font-size: 4.5vw;
  }
}

.container .privacy h4 {
  font-weight: bold;
}

.container .page_summary {
  margin: 20px 0 50px;
}

.container [class^="icon_"] {
  color: #FFFFFF;
  padding: 2px;
  text-align: center;
  margin: 0 0 10px;
  max-width: 240px;
  font-weight: normal;
}

.container [class^="icon_"].icon_all {
  background: #00D6FF;
}

.container [class^="icon_"].icon_orange {
  background: #FF4D0F;
}

.container [class^="icon_"].icon_blue {
  background: #00D6FF;
}

.container [class^="icon_"].icon_gray {
  background: #B1B1B1;
}

.container .terms_contents {
  overflow-y: scroll;
  border: 1px solid #D5D5D5;
  padding: 20px;
  height: 400px;
  -webkit-overflow-scrolling: touch;
}

.container .notes {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 960px) {
  .container .notes {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) {
  .container .notes {
    font-size: 3.5vw;
  }
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.6em;
}

rt {
  display: none;
}

ruby + ruby {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 600px) {
  .container {
    margin: 18.9vw auto 0;
  }

  .container.order_layout {
    position: fixed;
    bottom: 0;
    background: #FFFFFF;
  }

  .container.order_layout .amount {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 8.1vw;
    text-align: center;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .container.order_layout .amount {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .container.order_layout .amount {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  .container h2 {
    padding: 0 0 0 2.7vw;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .container h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .container h2 {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 600px) {
  .container h2 .btn {
    width: 40%;
    height: 30px;
    line-height: 30px;
    right: 2.7vw;
  }

  .container h3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8.1vw 2.7vw 2.7vw;
    margin: 0;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .container h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .container h3 {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  .container .terms,
  .container .privacy {
    margin: 0;
    padding: 2.7vw;
  }

  .container .terms h3,
  .container .privacy h3 {
    margin: 4.05vw 0 0;
    padding: 0;
  }

  .container .privacy h3 {
    margin: 4.05vw 0;
  }

  .container h4 {
    margin: 4.05vw 0 1.35vw;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .container h4 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .container h4 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 600px) {
  .container .page_summary {
    padding: 2.7vw;
    margin: 0;
  }

  .container [class^="icon_"] {
    max-width: 80%;
  }

  .container .terms_contents {
    padding: 2.7vw;
    margin: 2.7vw;
    height: 200px;
  }

  .container .notes {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .container .notes {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .container .notes {
    font-size: 3vw;
  }
}

.orderby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 0 30px;
}

.orderby dt {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

.orderby select {
  width: 300px;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .orderby {
    margin: 2.7vw 0;
  }

  .orderby dt {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }

  .orderby select {
    width: 150px;
    max-width: 100%;
  }
}

.btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_list > * {
  padding: 0 20px;
}

.btn_list.position_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 600px) {
  .btn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin: 2.7vw auto 13.5vw;
  }

  .btn_list > * {
    padding: 2.7vw;
  }

  .btn_list.position_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 1.35vw 0;
  }
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sns_list > * {
  padding: 0 2px;
}

.sns_list img {
  width: 18px;
  display: block;
}

.sns_list_sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 50px;
}

.sns_list_sample > * {
  padding: 0 5px;
}

.sns_list_sample img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .sns_list {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 10.8vw;
  }

  .sns_list_sample {
    margin: 1.35vw auto 13.5vw;
  }

  .sns_list_sample > * {
    padding: 0 2px;
    width: 42px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pager > * {
  border: 1px solid #DDDDDD;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px;
}

.pager > *.crrent {
  border: 1px solid #333333;
  background: #333333;
}

.pager > *.crrent a {
  color: #FFFFFF;
}

.pager > * a {
  display: block;
}

@media screen and (max-width: 600px) {
  .pager {
    padding: 2.7vw;
  }

  .pager > * {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/* 色 */

.color_orange {
  color: #FF4D0F;
}

.emphasize {
  color: #FF4D0F;
  font-weight: bold;
}

/* タイトル */

.title-border-r {
  position: relative;
  padding: 0 120px 0 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .title-border-r {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  .title-border-r {
    font-size: 7vw;
  }
}

.title-border-r span:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #FF4D0F;
  margin: auto 0 auto 20px;
}

.accordion a .btn_icon_close {
  display: block;
}

.accordion a .btn_icon_open {
  display: none;
}

.accordion a.close .btn_icon_close {
  display: none;
}

.accordion a.close .btn_icon_open {
  display: block;
}

@media screen and (max-width: 600px) {
  .title-border-r {
    margin: 0;
    padding: 0 16.2vw 0 0;
  }

  .title-border-r span:before {
    width: 13.5vw;
  }
}

/* アイコン */

.has_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.has_icon.justfy_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class^="btn_icon_"] {
  margin: 0 10px 0;
}

[class^="btn_icon_"] img {
  display: block;
  margin: 0 !important;
}

@media screen and (max-width: 600px) {
  [class^="btn_icon_"] {
    margin: 0 1.35vw 0;
  }
}

/* タブ */

input[name="tab_item"] {
  display: none;
}

.tab_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
}

@media screen and (max-width: 960px) {
  .tab_label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  .tab_label {
    font-size: 4.5vw;
  }
}

.tab_label > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.tab_label.cols3 > * {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}

.tab_label.cols4 > * {
  -ms-flex-preferred-size: calc(100% / 4);
      flex-basis: calc(100% / 4);
}

.tab_label label,
.tab_label a {
  display: block;
  padding: 10px 0;
  border-bottom: 2px solid #D8D8D8;
}

.tab_label .crrent a {
  color: #FF4D0F;
  border-bottom: 2px solid #FF4D0F;
}

@media screen and (max-width: 600px) {
  .tab_label {
    margin: 0 auto 2.7vw;
  }

  .tab_label label,
  .tab_label a {
    padding: 1.35vw 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .tab_label label,
  .tab_label a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tab_label label,
  .tab_label a {
    font-size: 3.5vw;
  }
}

.tab_content {
  display: none;
  clear: both;
}

#client:checked ~ #client_content,
#vendee:checked ~ #vendee_content,
#all:checked ~ #all_content,
#sale:checked ~ #sale_content,
#coming_soon:checked ~ #coming_soon_content,
#end:checked ~ #end_content {
  display: block;
}

#client:checked ~ .tab_label #client_label,
#vendee:checked ~ .tab_label #vendee_label,
#all:checked ~ .tab_label #all_label,
#sale:checked ~ .tab_label #sale_label,
#coming_soon:checked ~ .tab_label #coming_soon_label,
#end:checked ~ .tab_label #end_label {
  color: #FF4D0F;
  border-bottom: 2px solid #FF4D0F;
}

/*選択されているタブのスタイルを変える*/

.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.v-align-middle {
  vertical-align: middle;
}

.no-wrap {
  white-space: nowrap;
}

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-initial {
  float: initial !important;
}

.float-inherit {
  float: inherit !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.justify-content-flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-initial {
  -webkit-box-pack: initial !important;
      -ms-flex-pack: initial !important;
          justify-content: initial !important;
}

.justify-content-inherit {
  -webkit-box-pack: inherit !important;
      -ms-flex-pack: inherit !important;
          justify-content: inherit !important;
}

.layout-centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout-right {
  margin-right: 0;
  margin-left: auto;
}

.layout-left {
  margin-right: auto;
  margin-left: 0;
}

.layout-table {
  display: table;
}

.layout-table > * {
  display: table-cell;
  vertical-align: middle;
}

.layout-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout-btn > li {
  width: 360px;
}

.layout-btn.grid2 > li {
  margin-right: 48px;
}

.layout-btn.grid2 > li:last-child {
  margin-right: 0;
}

.layout-btn.layout-btn--size-small > li {
  width: 170px;
}

.layout-btn.layout-btn--size-small.grid2 > li {
  margin-right: 16px;
}

.layout-btn.layout-btn--size-small.grid2 > li:last-child {
  margin-right: 0;
}

.layout-btn.layout-btn--size-middle > li {
  width: 260px;
}

.layout-btn.layout-btn--size-middle.grid2 > li {
  margin-right: 30px;
}

.layout-btn.layout-btn--size-middle.grid2 > li:last-child {
  margin-right: 0;
}

.layout-btn.layout-btn-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.layout-btn.layout-btn-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-row.grid-row-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
}

.grid-row.grid-row-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
}

.grid-row.grid-row-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
}

.grid-row.grid-row-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 5);
          flex: 0 0 calc(100% / 5);
}

.grid-row.grid-row-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
}

.m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-x-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.m-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.p-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.p-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.btn {
  background: #FF4D0F;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 35px;
  width: 250px;
}

@media screen and (max-width: 960px) {
  .btn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  .btn {
    font-size: 5vw;
  }
}

.btn.btn_gray {
  background: #B1B1B1;
}

.btn.btn_small {
  height: 50px;
  line-height: 50px;
  margin: 0 0 20px;
}

.btn.btn_large {
  height: 70px;
  line-height: 70px;
  width: 420px;
}

@media screen and (max-width: 600px) {
  .btn {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 55vw;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .btn {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  .btn.btn_small {
    height: 30px;
    line-height: 30px;
    width: 100%;
    max-width: 30vw;
    margin: 0 2.7vw 0 auto;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .btn.btn_small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .btn.btn_small {
    font-size: 3vw;
  }
}

@media screen and (max-width: 600px) {
  .btn.btn_large {
    height: 44px;
    line-height: 44px;
  }

  form .btn,
  form input[type="submit"] {
    max-width: 50vw;
  }
}

.btn_zip {
  background: #333333;
  color: #FFFFFF;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  width: 150px;
}

@media screen and (max-width: 600px) {
  .btn_zip {
    width: 30%;
  }
}

.btn_favorite {
  border: 1px solid #D5D5D5;
  font-size: 16px;
  font-size: 1rem;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  width: 90%;
}

@media screen and (max-width: 960px) {
  .btn_favorite {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .btn_favorite {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1000px) {
  .btn-favorite {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .btn_favorite {
    font-size: 12px;
    font-size: 0.75rem;
    height: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .btn_favorite {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 600px) {
  .btn_favorite {
    font-size: 3vw;
  }
}

.btn_max {
  background: #FFFFFF;
  border: 1px solid #FF4D0F;
  border-bottom: 3px solid #FF4D0F;
  color: #FF4D0F;
  display: block;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  width: 85px;
}

@media screen and (max-width: 600px) {
  .btn_max {
    height: 44px;
    line-height: 44px;
    width: 22.95vw;
  }
}

header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

header > div {
  display: table;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 5px;
}

@media screen and (max-width: 960px) {
  header > div {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) {
  header > div {
    font-size: 3vw;
  }
}

header > div > * {
  display: table-cell;
}

header > div .login {
  width: 80px;
  text-align: center;
}

header > div .login img {
  margin: 0 auto 5px;
}

header > div .menu {
  width: 80px;
  text-align: center;
}

header > div .menu img {
  margin: 0 auto 5px;
}

header > div .profile img {
  height: 30px;
}

header > div img {
  display: block;
}

header > div a {
  text-decoration: none;
}

header + nav {
  background: #FAF8F8;
  position: fixed;
  top: 0;
  right: -406px;
  bottom: 0;
  width: 400px;
  max-width: 90%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1000;
  text-align: left;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}

header + nav.open {
  right: 0;
}

header + nav .menu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header + nav .menu_header .btn_header {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
}

header + nav .menu_header .close {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header + nav h3 {
  padding: 25px 10px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  header + nav h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  header + nav h3 {
    font-size: 4vw;
  }
}

header + nav .btn {
  max-width: 80%;
  margin: auto !important;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 960px) {
  header + nav .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  header + nav .btn {
    font-size: 4vw;
  }
}

header + nav .to_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  text-align: center;
  padding: 20px 10px;
}

header + nav .to_close img {
  margin: 0 0 0 auto;
}

header + nav ul {
  border-top: 1px solid #D5D5D5;
  background: #FFFFFF;
  margin: 10px 0 0;
}

header + nav ul li {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #D5D5D5;
}

@media screen and (max-width: 960px) {
  header + nav ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  header + nav ul li {
    font-size: 4vw;
  }
}

header + nav ul li a {
  display: block;
  padding: 10px 20px;
  background: url(/images/icon/icon-arrow-right.png) no-repeat right 10px center;
  background-size: 8px;
}

@media screen and (max-width: 600px) {
  header > div .logo {
    padding: 0 2.7vw;
  }

  header > div .login,
  header > div .menu {
    width: 10.8vw;
    font-size: 8px;
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  header > div .login,
  header > div .menu {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  header > div .login,
  header > div .menu {
    font-size: 2vw;
  }
}

@media screen and (max-width: 600px) {
  header > div .profile img {
    height: 20px;
  }

  header + nav .menu_header .close {
    -ms-flex-preferred-size: 10.8vw;
        flex-basis: 10.8vw;
  }

  header + nav .menu_header .close img {
    margin: 0 auto;
  }

  header + nav h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  header + nav h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  header + nav h3 {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  header + nav .btn {
    width: 200px !important;
    max-width: 100% !important;
  }

  header + nav .to_close {
    text-align: center;
    padding: 2.7vw 1.35vw;
    font-size: 8px;
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  header + nav .to_close {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  header + nav .to_close {
    font-size: 2vw;
  }
}

@media screen and (max-width: 600px) {
  header + nav .to_close img {
    margin: 0 0 0 auto;
  }

  header + nav ul {
    margin: 10px 0 0;
  }

  header + nav ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  header + nav ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  header + nav ul li {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  header + nav ul li a {
    padding: 2.7vw 5.4vw;
  }
}

.bg_gray {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: .2;
  display: none;
  position: fixed;
  z-index: 100;
}

footer {
  background: #FAF8F8;
  margin: 40px 0 0;
}

footer nav {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer nav ul li {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin: 0 0 20px;
}

footer nav ul li:nth-child(3n) {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

footer a {
  text-decoration: none;
}

footer h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 960px) {
  footer h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  footer h2 {
    font-size: 7vw;
  }
}

footer .footer_sale {
  margin: 0 auto 50px;
}

footer .sale_list {
  margin: 0 auto;
  max-width: 100%;
  width: 1560px;
}

footer .sale_list img {
  max-width: 100%;
}

footer .sale_list.sale_list_1 {
  width: 520px;
}

footer .sale_list.sale_list_2 {
  width: 1040px;
}

footer .footer_webpon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 1000px;
  padding: 0 0 50px;
  margin: 0 auto;
  position: relative;
}

footer .footer_webpon li {
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 960px) {
  footer .footer_webpon li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) {
  footer .footer_webpon li {
    font-size: 3.5vw;
  }
}

footer .footer_webpon li:first-child {
  padding: 0 10px;
}

footer .footer_webpon li:last-child {
  position: absolute;
  left: 180px;
  top: 25px;
}

footer .copyright {
  background: #1D2426;
  color: #FFFFFF;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 960px) {
  footer .copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 600px) {
  footer .copyright {
    font-size: 3.25vw;
  }
}

footer .copyright div {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  footer {
    overflow: hidden;
    margin: 5.4vw 0 0;
  }

  footer nav {
    padding: 0 0 8.1vw;
  }

  footer nav ul {
    border-top: 1px solid #D5D5D5;
  }

  footer nav ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
    padding: 2.7vw;
    border-bottom: 1px solid #D5D5D5;
  }

  footer nav ul li:nth-child(odd) {
    border-right: 1px solid #D5D5D5;
  }

  footer nav ul li:nth-child(3n) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  footer h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 4.05vw 4.05vw;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  footer h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  footer h2 {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 600px) {
  footer .footer_sale {
    margin: 0 auto 5.4vw;
  }

  footer .sale_list {
    max-width: 260%;
    margin: 0 auto 5.4vw -80%;
  }

  footer .sale_list.sale_list_1 {
    width: 87%;
    margin: 0 auto;
  }

  footer .sale_list.sale_list_2 {
    width: 174%;
    margin: 0 auto 5.4vw 6%;
  }

  footer .footer_webpon {
    padding: 0 0 5.4vw;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .footer_webpon li {
    padding: 0;
  }

  footer .footer_webpon li.footer_logo {
    max-width: 40%;
  }

  footer .footer_webpon li.footer_logo img {
    max-width: 100%;
  }

  footer .footer_webpon li:last-child {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 2.7vw 2.7vw 0;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  footer .footer_webpon li:last-child {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  footer .footer_webpon li:last-child {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  footer .copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  footer .copyright {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  footer .copyright {
    font-size: 2.75vw;
  }
}

.main_image {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 83px 0 0;
}

.main_image > picture {
  position: relative;
  left: 50%;
  margin-left: -1000px;
}

.main_image div {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .main_image {
    margin: 16.2vw auto 0;
  }

  .main_image > picture {
    left: auto;
    margin-left: 0;
  }

  .main_image > picture img {
    width: 100%;
  }
}

.top_news {
  margin: 30px 0;
}

.top_news h2 {
  max-width: 100%;
  width: 800px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 600px) {
  .top_news {
    margin: 0;
    padding: 2.7vw;
  }
}

.news_list li {
  display: table;
  width: 100%;
  max-width: 784px;
  margin: 0 auto 20px;
}

.news_list li > * {
  display: table-cell;
}

.news_list li .date {
  width: 130px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .news_list li {
    display: block;
  }

  .news_list li > * {
    display: block;
  }
}

.top_collab {
  margin: 0 auto 50px;
}

.top_collab h2 {
  max-width: 100%;
  width: 800px;
  margin: 0 auto 20px;
}

.collab_list {
  margin: 0 auto 50px;
  max-width: 100%;
  width: 1560px;
}

.collab_list img {
  max-width: 100%;
}

.collab_list.collab_list_1 {
  width: 520px;
}

.collab_list.collab_list_2 {
  width: 1040px;
}

@media screen and (max-width: 600px) {
  .top_collab {
    overflow: hidden;
  }

  .top_collab h2 {
    margin: 0 2.7vw 2.7vw;
  }

  .top_collab .btn {
    width: 80%;
  }

  .collab_list {
    max-width: 260%;
    margin: 0 auto 5.4vw -80%;
  }

  .collab_list.collab_list_1 {
    width: 87%;
    margin: 0 auto;
  }

  .collab_list.collab_list_2 {
    width: 174%;
    margin: 0 auto 5.4vw 6%;
  }
}

.about_webpon {
  width: 100%;
  margin: 0 auto 60px;
  overflow: hidden;
}

.about_webpon h2 {
  position: relative;
  left: 50%;
  margin: 0 auto 30px -775px;
}

@media screen and (max-width: 600px) {
  .about_webpon {
    margin: 0 auto 8.1vw;
  }

  .about_webpon h2 {
    left: auto;
    margin: 0 auto 30px 0;
    background: url(/images/top/about_webpon_bg.png) no-repeat -7vw center;
    background-size: 107%;
    text-align: center;
  }

  .about_webpon .about_webpon_img {
    width: 100%;
  }
}

.about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.about_list > * {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  max-width: 31%;
  margin: 5px;
}

.about_list dt {
  background: #FF4D0F;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  height: 107px;
  padding: 8px 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .about_list dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  .about_list dt {
    font-size: 4.5vw;
  }
}

.about_list dt div {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  padding: 0 70px;
  margin: 0 auto;
  width: 150px;
}

@media screen and (max-width: 960px) {
  .about_list dt div {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .about_list dt div {
    font-size: 6vw;
  }
}

.about_list dt div:before,
.about_list dt div:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #FFFFFF;
}

.about_list dt div:before {
  left: 0;
}

.about_list dt div:after {
  right: 0;
}

.about_list dd {
  padding: 10px;
}

.about_list dd .about_image {
  height: 85px;
  text-align: center;
  margin: 10px auto;
}

.about_list dd .about_image img {
  height: 100%;
}

.container .about_list {
  width: 1100px;
  margin: 10px auto;
}

@media screen and (max-width: 800px) {
  .about_list dt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 800px) and (max-width: 960px) {
  .about_list dt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 800px) and (max-width: 600px) {
  .about_list dt {
    font-size: 4vw;
  }
}

@media screen and (max-width: 600px) {
  .about_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    max-width: 100%;
    margin: 0 auto;
  }

  .about_list > * {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 2.7vw 5.4vw;
    max-width: 100%;
  }

  .about_list dt {
    height: auto;
  }

  .about_list dd {
    padding: 2.7vw;
  }
}

.flow_webpon {
  margin: 0 auto 60px;
}

.flow_webpon h2 {
  text-align: center;
  margin: 0 0 30px;
}

.flow_webpon .tab_label {
  max-width: 100%;
  width: 1000px;
}

@media screen and (max-width: 600px) {
  .flow_webpon {
    margin: 0 auto 8.1vw;
  }

  .flow_webpon h2 {
    margin: 0 0 2.7vw;
  }

  .flow_webpon h2 img {
    max-width: 65%;
  }

  .flow_webpon .btn {
    width: 80%;
  }
}

.flow_contents {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
}

.flow_contents .flow_first dl:before {
  top: 25px;
}

.flow_contents .flow_last dl:before {
  bottom: 60px;
}

.flow_contents .flow_finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 20px 0;
}

.flow_contents .flow_finish div {
  padding: 0 20px;
}

.flow_contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 30px;
  position: relative;
}

.flow_contents dl:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FF4D0F;
  left: 19px;
  z-index: -1;
}

.flow_contents dt {
  margin: 0 30px 0 0;
}

.flow_contents dt div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #FF4D0F;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.flow_contents h3 {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 960px) {
  .flow_contents h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 600px) {
  .flow_contents h3 {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 600px) {
  .flow_contents {
    padding: 0 2.7vw;
  }

  .flow_contents .flow_first dl:before {
    top: 12vw;
  }

  .flow_contents#vendee_content .flow_first dl:before {
    top: 20px;
  }

  .flow_contents .flow_last dl:before {
    bottom: 70px;
  }

  .flow_contents .flow_finish {
    margin: 2.7vw 0;
  }

  .flow_contents .flow_finish div {
    padding: 0 1.35vw;
  }

  .flow_contents .flow_finish div img {
    max-width: 100%;
  }

  .flow_contents dl {
    padding: 0 0 30px;
  }

  .flow_contents dl:before {
    left: 14px;
  }

  .flow_contents dt {
    margin: 0 2.7vw 0 0;
  }

  .flow_contents dt div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.original_goods {
  padding: 30px;
  background: url(/images/top/dott.png);
}

.original_goods > div {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  width: 940px;
}

.original_goods h2 {
  color: #FF4D0F;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .original_goods h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 600px) {
  .original_goods h2 {
    font-size: 7.5vw;
  }
}

.original_goods h2 + div {
  margin: 10px 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 960px) {
  .original_goods h2 + div {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  .original_goods h2 + div {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 600px) {
  .original_goods {
    padding: 4.05vw;
  }

  .original_goods > div {
    padding: 4.05vw;
  }

  .original_goods .btn {
    width: 80%;
  }

  .original_goods h2 + div {
    margin: 2.7vw;
  }
}

.favorite_sns {
  display: table;
  width: 100%;
  margin: 0 0 40px;
}

.favorite_sns > * {
  display: table-cell;
}

.favorite_sns .sns {
  width: 40px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .favorite_sns {
    padding: 0 4.05vw;
    margin: 0 0 2.7vw;
  }

  .favorite_sns .sns {
    width: 10.8vw;
    padding: 0 0 0 2.7vw;
  }
}

.container .main_image {
  margin: 0 auto 50px;
}

.container .main_image > picture {
  margin: 0;
  left: auto;
  height: 400px;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .news_list li {
  width: 100%;
}

.container .flow_tab {
  width: 1100px;
  max-width: 100%;
}

.container .contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container .contents_list.coupon_list {
  margin: 30px auto 0;
}

.container .contents_list.coupon_list li {
  width: 48%;
  border: 1px solid #D5D5D5;
  margin: 0 0 20px;
  padding: 20px;
}

.container .contents_list.coupon_list li:after {
  content: "";
  display: block;
  clear: both;
}

.container .contents_list.coupon_list .thumbnail_image {
  float: left;
  margin: 0 0 5px 0;
}

.container .contents_list.coupon_list .coupon_kind {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 960px) {
  .container .contents_list.coupon_list .coupon_kind {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  .container .contents_list.coupon_list .coupon_kind {
    font-size: 4.5vw;
  }
}

.container .contents_list.coupon_list .coupon_price {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FF4D0F;
  margin: 0 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .container .contents_list.coupon_list .coupon_price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  .container .contents_list.coupon_list .coupon_price {
    font-size: 5vw;
  }
}

.container .contents_list.coupon_list .expiration_date {
  font-weight: bold;
  margin: 0 0 10px;
}

.container .contents_list.purchase_list {
  margin: 20px auto 0;
}

.container .contents_list.contents_information {
  margin: 10px 0 0;
}

.container .contents_list.contents_information .contents_name {
  color: #FF4D0F;
}

.container .contents_list.contents_information .rate_list {
  margin: 10px 0 0;
}

.container .contents_list.contents_information .rate_list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .contents_list.contents_information .rate_list > *.base_rate {
  color: #FF4D0F;
}

.container .contents_list.contents_information .rate_list > *.base_rate > * {
  padding: 0 10px 0 0;
}

.container .contents_list.contents_information .rate_list > *.each_rate {
  color: #323232;
}

.container .contents_list.contents_information .rate_list > *.each_rate > * {
  padding: 0 10px 0 0;
}

.container .contents_list:not(.coupon_list) > * {
  border: 1px solid #D5D5D5;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin: 0 0 20px;
}

.container .contents_list:not(.coupon_list) > * > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.container .contents_list:not(.coupon_list) > * > * > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.container .contents_list:not(.coupon_list) > * > * > * img {
  max-width: 100%;
}

.container .contents_list .thumbnail_image {
  padding: 0 20px 0 0;
}

.container .contents_list .thumbnail_image img {
  display: block;
}

.container .contents_list .thumbnail_text {
  width: 100%;
  position: relative;
}

.container .contents_list .thumbnail_text .color_orange {
  position: absolute;
  right: 0;
  bottom: 0;
}

.container .contents_list .contents_name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .container .contents_list .contents_name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  .container .contents_list .contents_name {
    font-size: 4.5vw;
  }
}

.container .contents_list .contents_detail {
  padding: 0 0 20px;
}

.container .contents_list dt {
  color: #FF4D0F;
  font-weight: bold;
  margin: 5px 0 0;
}

@media screen and (max-width: 825px) {
  .container .main_image {
    margin: 0 auto;
  }

  .container .contents_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .container .contents_list.coupon_list {
    margin: 5.4vw auto 0;
  }

  .container .contents_list.coupon_list li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D5D5D5;
    margin: 0;
    padding: 2.7vw;
  }

  .container .contents_list.coupon_list .coupon_kind {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 825px) and (max-width: 960px) {
  .container .contents_list.coupon_list .coupon_kind {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 825px) and (max-width: 600px) {
  .container .contents_list.coupon_list .coupon_kind {
    font-size: 4vw;
  }
}

@media screen and (max-width: 825px) {
  .container .contents_list.coupon_list .coupon_price {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 825px) and (max-width: 960px) {
  .container .contents_list.coupon_list .coupon_price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 825px) and (max-width: 600px) {
  .container .contents_list.coupon_list .coupon_price {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 825px) {
  .container .contents_list.coupon_list .expiration_date {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 10px;
    font-weight: bold;
  }
}

@media screen and (max-width: 825px) and (max-width: 960px) {
  .container .contents_list.coupon_list .expiration_date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 825px) and (max-width: 600px) {
  .container .contents_list.coupon_list .expiration_date {
    font-size: 3vw;
  }
}

@media screen and (max-width: 825px) {
  .container .contents_list.purchase_list {
    border-top: 1px solid #D5D5D5;
    margin: 0;
  }

  .container .contents_list:not(.coupon_list) > * {
    border: none;
    border-bottom: 1px solid #D5D5D5;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    margin: 0;
  }

  .container .contents_list:not(.coupon_list) > * > * {
    padding: 2.7vw;
  }

  .container .contents_list .contents_detail {
    padding: 0 0 5.4vw;
  }

  .container .contents_list.contents_information {
    margin: 10px 0 0;
  }

  .container .contents_list.contents_information > * {
    border: none;
  }
}

.question_list {
  margin: 0 0 50px;
}

.question_list li {
  padding: 5px 0;
}

.question_list li a {
  display: inline-block;
  padding: 0 20px 0 0;
  color: #FF4D0F;
}

.qa_list dt {
  color: #FF4D0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}

.qa_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}

.qa_list img {
  display: block;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 600px) {
  .question_list {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 2.7vw 2.7vw 8.1vw;
    border-bottom: 1px solid #D5D5D5;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .question_list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .question_list {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  .question_list li {
    padding: 5px 0;
  }

  .question_list li a {
    display: inline-block;
    padding: 0 20px 0 0;
    color: #FF4D0F;
  }

  .qa_list {
    padding: 0 2.7vw;
  }

  .qa_list dt {
    margin: 0 0 2.7vw;
  }

  .qa_list dd {
    margin: 0 0 8.1vw;
  }
}

.set_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.set_number > * {
  margin: 0 5px;
}

.set_number select {
  border: 1px solid #FF4D0F;
  padding: 24px 40px 24px 20px;
}

@media screen and (max-width: 600px) {
  .set_number {
    padding: 1.35vw;
  }

  .set_number > * {
    margin: 0 2px;
  }

  .set_number select {
    border: 1px solid #FF4D0F;
    padding: 11px 60px 11px 10px;
  }

  .set_number .btn_max {
    margin: 0 2.7vw 0 0;
  }
}

.progress {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
}

.progress li {
  border: 1px solid #DDDDDD;
  border-right: none;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  padding: 10px 0;
  margin: 0 25px 0 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.progress li:after {
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  content: "";
  height: 2.5em;
  margin-top: -1.25em;
  position: absolute;
  right: -1em;
  top: 50%;
  width: 2.5em;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.progress li:last-child {
  border: 1px solid #DDDDDD;
  margin: 0;
}

.progress li:last-child:after {
  display: none;
}

.progress li.crrent {
  background: #FF4D0F;
  border: 1px solid #FF4D0F;
  border-right: none;
  color: #FFFFFF;
}

.progress li.crrent:after {
  background: #FF4D0F;
  border-top: 1px solid #FF4D0F;
  border-right: 1px solid #FF4D0F;
}

@media screen and (max-width: 600px) {
  .progress {
    padding: 0 2.7vw;
    margin: 2.7vw 0 5.4vw;
  }

  .progress li:after {
    right: -4vw;
  }
}

.table_base {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 10px 0 20px;
}

.table_base tr {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

.table_base th {
  background: #E5E3E3;
  width: 240px;
  padding: 20px 10px;
  font-weight: bold;
}

.table_base td {
  padding: 20px;
  word-break: break-all;
}

.table_base td.has_ruby {
  padding: 30px 20px 20px;
}

.table_base .form_name span {
  display: inline-block;
  width: 60px;
}

.table_base .form_name input {
  margin: 5px 3% 5px 0;
}

.table_base .form_name input.order4 {
  margin: 5px 5px 5px 0;
}

.table_base .label {
  margin: 10px 0 0;
}

.table_base .icon_required {
  background: #FF4D0F;
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 2px 10px;
  margin: 0 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .table_base .icon_required {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 600px) {
  .table_base .icon_required {
    font-size: 2.5vw;
  }
}

.table_base .icon_optional {
  background: #000000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 2px 10px;
  margin: 0 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .table_base .icon_optional {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 600px) {
  .table_base .icon_optional {
    font-size: 2.5vw;
  }
}

.table_base.has_bottom_space {
  margin: 10px 0 100px;
}

@media screen and (max-width: 760px) {
  .table_base {
    margin: 2.7vw 0 5.4vw;
  }

  .table_base tr:last-child {
    border-bottom: none;
  }

  .table_base th,
  .table_base td {
    display: block;
    width: 100%;
    padding: 2.7vw;
  }

  .table_base th {
    border-bottom: 1px solid #D5D5D5;
  }

  .table_base td {
    padding: 2.7vw 2.7vw 8.1vw;
  }

  .table_base td.has_ruby {
    padding: 8.1vw 2.7vw;
  }

  .table_base .form_name div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .table_base .form_name div > * {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }

  .table_base .form_name div input {
    margin: 5px 0;
  }

  .table_base .form_address input[type="text"],
  .table_base .form_address input[type="number"] {
    width: 30%;
  }

  .table_base .form_phone input[type="text"],
  .table_base .form_phone input[type="number"] {
    width: 29%;
  }

  .table_base.settlement_confirm tr:last-child,
  .table_base.contents_information tr:last-child {
    border-bottom: 1px solid #D5D5D5;
  }

  .table_base.settlement_confirm th,
  .table_base.settlement_confirm td,
  .table_base.contents_information th,
  .table_base.contents_information td {
    display: table-cell;
    width: auto;
    padding: 1.35vw 2.7vw;
  }

  .table_base.settlement_confirm th,
  .table_base.contents_information th {
    width: 38%;
    border-bottom: none;
  }

  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .inquiry_kind select {
    width: 100%;
  }
}

[name="month"],
[name="day"] {
  margin: 5px 5px 5px 30px;
}

input[type="submit"] {
  margin: 50px auto 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
}

input[type="submit"].to_purchase {
  background: #FF4D0F;
  color: #FFFFFF;
  display: block;
  height: 70px;
  line-height: 70px;
  max-width: 100%;
  margin: 0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  width: 135px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 960px) {
  input[type="submit"].to_purchase {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  input[type="submit"].to_purchase {
    font-size: 4vw;
  }
}

.btn_list input[type="submit"] {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  [name="month"],
  [name="day"] {
    margin: 5px 5px 5px 2.7vw;
  }

  input[type="submit"] {
    margin: 4.05vw auto 13.5vw;
    line-height: 0;
  }

  input[type="submit"].to_purchase {
    height: 44px;
    line-height: 44px;
    width: 36.45vw;
    max-width: 100%;
    margin: 0;
  }
}

.finish_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 200px;
}

.finish_layout > * {
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  .finish_layout {
    margin: 4.05vw auto 13.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .finish_layout > * {
    padding: 0 2.7vw;
  }

  .finish_layout > *:first-child {
    padding: 0 2.7vw 8.1vw;
  }
}

.login_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.login_layout > * {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.login_layout dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.login_layout dl dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.login_layout dl dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.login_layout .border_layout {
  padding: 50px;
  margin: 10px auto 0;
  border: 1px solid #D5D5D5;
}

.login_layout input[type="submit"] {
  margin: 50px auto 10px;
}

.login_layout .btn {
  margin-top: 50px;
  width: 300px;
}

@media screen and (max-width: 960px) {
  .login_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .login_layout dl dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .login_layout dl dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .login_layout dl dd.login_id {
    padding: 0 0 2.7vw;
  }

  .login_layout .border_layout {
    border: none;
    padding: 2.7vw;
    margin: 0;
  }

  .login_layout .regist_user_layout {
    margin: 8.1vw 0 0;
  }

  .login_layout input[type="submit"] {
    margin: 5.4vw auto;
  }

  .login_layout .btn {
    margin: 5.4vw auto;
  }
}

h2 + .password_application_layout {
  margin: 20px auto 0;
  display: block;
}

.password_application_layout dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.password_application_layout dl dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.password_application_layout dl dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.password_application_layout .btn {
  margin: 50px auto 200px;
}

@media screen and (max-width: 600px) {
  .password_application_layout {
    padding: 2.7vw;
  }

  .password_application_layout dl {
    width: 100%;
  }

  .password_application_layout dl dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .password_application_layout dl dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .password_application_layout .btn {
    margin: 5.4vw auto 13.5vw;
  }
}

.menu_mypage {
  margin: 50px auto;
}

.purchase_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.purchase_detail dt {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
}

.purchase_detail dd {
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
}

.purchase_detail [class^="icon_"] {
  margin: 0;
}

@media screen and (max-width: 600px) {
  .menu_mypage {
    margin: 5.4vw auto 1.35vw;
  }

  .menu_mypage.cols3 > *:first-child,
  .menu_mypage.cols3 > *:last-child {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }

  .menu_mypage.cols3 > *:nth-child(2) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .menu_mypage.cols4 {
    margin: 0 auto 1.35vw;
  }

  .purchase_detail {
    padding: 0 2.7vw;
    margin: 0;
  }

  .purchase_detail dt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 1.35vw 0;
  }

  .purchase_detail dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding: 1.35vw 0;
  }
}

.contents_list .number_of_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contents_list .number_of_item > * {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  width: 100px;
  border: 1px solid #D8D8D8;
  text-align: center;
  padding: 10px;
}

.contents_list .number_of_item dt {
  border: 1px solid #FF4D0F;
  background: #FF4D0F;
  color: #FFFFFF;
  font-size: normal;
  margin: 0;
}

.contents_list.result_list {
  margin: 30px auto 50px;
}

.contents_list.result_list .number_of_item {
  bottom: 30px;
}

@media screen and (max-width: 960px) {
  .contents_list .number_of_item > * {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    width: 60px;
    border: 1px solid #D8D8D8;
    text-align: center;
    padding: 1.35vw 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .contents_list .number_of_item > * {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 600px) {
  .contents_list .number_of_item > * {
    font-size: 3vw;
  }
}

@media screen and (max-width: 960px) {
  .contents_list .number_of_item dt {
    font-weight: normal;
  }

  .contents_list.result_list {
    margin: 0;
  }

  .contents_list.result_list .number_of_item {
    bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .contents_list.result_list {
    border-top: 1px solid #D5D5D5;
  }
}

.favorite_list,
.gacha_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.favorite_list > *,
.gacha_list > * {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  margin: 0 0 30px;
}

.favorite_list > * img,
.gacha_list > * img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .favorite_list,
  .gacha_list {
    padding: 2.7vw;
  }

  .favorite_list > *,
  .gacha_list > * {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 0 5.4vw;
  }

  .favorite_list > * img,
  .gacha_list > * img {
    margin: 0 auto 1.35vw;
  }
}

.settlement input[type="radio"] + label {
  border: none;
}

.settlement .accordion_radio + * + article {
  display: none;
}

.settlement article {
  border: 1px solid #D5D5D5;
  padding: 20px;
  margin: 0 0 0 40px;
}

.settlement article .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

.settlement article .card img {
  display: block;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 600px) {
  .settlement input[type="radio"] + label {
    border: 1px solid #B1B1B1;
  }

  .settlement input[type="radio"]:checked + label {
    border: 1px solid #FF4D0F;
  }

  .settlement .career_list input[type="radio"] + label,
  .settlement .use_coupon_list input[type="radio"] + label {
    border: none;
    padding: 5px 5px 5px 40px;
  }

  .settlement .career_list input[type="radio"]:checked + label,
  .settlement .use_coupon_list input[type="radio"]:checked + label {
    border: none;
  }

  .settlement article {
    padding: 2.7vw;
    margin: 2.7vw 0 0;
  }

  .settlement article .card {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .settlement article .card {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .settlement article .card {
    font-size: 3vw;
  }
}

@media screen and (max-width: 600px) {
  .settlement article .card > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .settlement article .card dt {
    margin: 2.7vw 0;
  }

  .settlement .notes {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 960px) {
  .settlement .notes {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .settlement .notes {
    font-size: 3vw;
  }
}

.coupon_input_layout {
  text-align: center;
}

.coupon_input_layout input[type="text"] {
  width: 65%;
}

@media screen and (max-width: 600px) {
  .coupon_input_layout {
    padding: 2.7vw;
  }

  .coupon_input_layout input[type="text"] {
    width: 100%;
  }

  .content_padding {
    padding: 0 2.7vw;
  }
}

/* FROM JS TEMPLATE: LOADER; */

.disabled-scroll {
  position: fixed;
  width: 100%;
}

.loader-overlay {
  display: none;
  background: #000;
  opacity: .6;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
}

.loader-spin {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader-inline {
  width: 210px;
  height: 210px;
  position: relative;
  margin: auto;
}

.loader-inline .spinner {
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: load5-dark 1.1s infinite ease;
  animation: load5-dark 1.1s infinite ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.loader-text {
  display: none;
  position: fixed;
  top: 60%;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
  font-size: 24px;
  color: #FFF;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-align: center;
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@-webkit-keyframes load5-dark {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #bfbfbf, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
            box-shadow: 0em -2.6em 0em 0em #bfbfbf, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }

  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #bfbfbf, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #bfbfbf, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }

  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #bfbfbf, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #bfbfbf, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #bfbfbf, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #bfbfbf, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #bfbfbf, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #bfbfbf, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #bfbfbf, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #bfbfbf, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #bfbfbf, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #bfbfbf, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #bfbfbf;
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #bfbfbf;
  }
}

@keyframes load5-dark {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #bfbfbf, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
            box-shadow: 0em -2.6em 0em 0em #bfbfbf, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }

  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #bfbfbf, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #bfbfbf, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }

  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #bfbfbf, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #bfbfbf, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #bfbfbf, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #bfbfbf, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #bfbfbf, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #bfbfbf, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #bfbfbf, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #bfbfbf, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #bfbfbf, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #bfbfbf, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #bfbfbf;
            box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #bfbfbf;
  }
}

.modal {
  position: fixed;
  display: none;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.modal.active {
  display: block;
}

.modal-content {
  position: relative;
  margin: 33px auto 0;
  width: 650px;
  overflow: auto;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.2);
}

.modal-content.red-bordered {
  width: 800px;
  display: table;
  padding: 10px;
}

.modal-content.red-bordered .red-border {
  padding: 40px 90px;
  display: table-cell;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #ba1d2a;
}

.modal-content.red-bordered .red-border > * {
  font-size: 15px;
}

.modal-content .close-icon {
  position: absolute;
  top: -35px;
  right: -35px;
}

.modal-message {
  font-size: 20px;
  line-height: 30px;
  color: black;
  text-align: center;
}

.modal-button-group > button,
.modal-button-group a {
  margin: 0 10px;
}

@media only screen and (max-height: 414px) {
  .modal .modal-content {
    margin: 3px auto;
    height: 408px;
    padding: 10px;
  }
}

@media only screen and (max-width: 414px) {
  .modal .modal-content {
    margin: 3px auto;
    height: 680px;
    padding: 10px;
  }
}

.banner-top {
  margin: 30px auto;
}

.banner-top > div {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.banner-top > div a {
  display: block;
  width: 85%;
  margin: auto;
}

.banner-top > div a img {
  width: 100%;
}

