@charset "UTF-8";
@import url(../sass/base/normalize.css);
.d-n {
  display: none; }

.clear {
  content: "";
  display: table;
  clear: both !important; }

.a-clear:before {
  content: "";
  display: table;
  clear: both !important; }

.b-clear:before {
  content: "";
  display: table;
  clear: both !important; }

.o-h {
  overflow: hidden; }

html, body, div, span, applet, object, iframe, input,
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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  height: 100%;
  overflow-y: scroll;
  line-height: 1;
  background: #ffffff; }

fieldset, hr, img {
  border: 0 none; }

dl, ol, ul, menu, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer; }

::selection {
  background: #4d000f;
  color: #fff; }

::-moz-selection {
  background: #4d000f;
  color: #fff; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

html, body, select, input, textarea, button, table, a {
  font-family: "メイリオ", "Meiryo", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #666;
  background: #fff; }

a {
  background: transparent; }

body, select, input, textarea, button {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  *vertical-align: middle; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

abbr[title] {
  border-bottom: 1px dotted; }

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

textarea {
  overflow: auto; }

legend {
  display: none; }

img {
  vertical-align: top;
  line-height: 0; }

table {
  width: 100%;
  margin: 0 0 20px 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed; }

th, td {
  overflow: hidden;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  text-align: left;
  word-break: break-all; }

caption {
  margin: 0.5rem;
  text-align: left;
  font-weight: 600; }

p {
  margin: 0 0 10px 0;
  line-height: 1.6; }

/* #Typography */
h1, h2, h3, h4, h5 {
  margin-top: 0.5rem;
  line-height: 1rem; }

h1 {
  font-size: 1.3rem; }

h2 {
  font-size: 1.2rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal; }

/* #Links */
a {
  color: #333;
  text-decoration: underline;
  outline: 0; }

a:hover, a:focus {
  color: #000; }

input {
  vertical-align: middle; }

input, button, file, textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; }

select {
  -webkit-border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important; }

@-moz-document url-prefix() // ff fix {
  select {
    text-indent: 0.01px;
    text-overflow: ""; } }
select::-ms-expand {
  display: none; }

select::-moz-focus-inner,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="text"]::-moz-focus-inner,
input[type="search"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

a {
  cursor: pointer; }
  a.button {
    border-radius: 2px;
    color: #666;
    background-color: #ebebeb;
    display: block;
    padding: 0 7px;
    text-decoration: none;
    text-align: center;
    line-height: 40px; }
    a.button:hover, a.button:focus, a.button.active {
      color: #666;
      background-color: #e6e6e6; }
    a.button.join {
      color: #fff;
      background-color: #800019; }
    a.button.action {
      color: #fff;
      background-color: #53585f; }
      a.button.action:hover, a.button.action:focus, a.button.action.active {
        color: #fff;
        background-color: #474b51; }
    a.button.pay {
      padding: 4px 20px;
      font-size: 1.1428571429rem;
      color: #fff;
      background-color: #53585f; }
      a.button.pay:hover, a.button.pay:focus, a.button.pay.active {
        color: #fff;
        background-color: #474b51; }
    a.button.incart {
      padding: 4px 20px;
      font-size: 1.1428571429rem;
      color: #fff;
      background-color: #800019; }
      a.button.incart:hover, a.button.incart:focus, a.button.incart.active {
        color: #fff;
        background-color: #670014; }

button[type="button"], button[type="reset"], button[type="submit"] {
  border-radius: 2px;
  color: #666;
  background-color: #ebebeb;
  overflow: hidden;
  height: 40px;
  padding: 0 0 0 0;
  line-height: 1;
  vertical-align: middle; }
  button[type="button"]:hover, button[type="button"]:focus, button[type="button"].active, button[type="reset"]:hover, button[type="reset"]:focus, button[type="reset"].active, button[type="submit"]:hover, button[type="submit"]:focus, button[type="submit"].active {
    color: #666;
    background-color: #e6e6e6; }
  button[type="button"].action, button[type="reset"].action, button[type="submit"].action {
    color: #fff;
    background-color: #53585f; }
    button[type="button"].action:hover, button[type="button"].action:focus, button[type="button"].action.active, button[type="reset"].action:hover, button[type="reset"].action:focus, button[type="reset"].action.active, button[type="submit"].action:hover, button[type="submit"].action:focus, button[type="submit"].action.active {
      color: #fff;
      background-color: #474b51; }
button > span {
  display: block;
  margin: 0 7px; }
button.join {
  color: #fff;
  background-color: #800019; }
button.action {
  color: #fff;
  background-color: #53585f; }
  button.action:hover, button.action:focus, button.action.active {
    color: #fff;
    background-color: #474b51; }
button.pay {
  padding: 4px 20px;
  font-size: 1.1428571429rem;
  color: #fff;
  background-color: #53585f; }
  button.pay:hover, button.pay:focus, button.pay.active {
    color: #fff;
    background-color: #474b51; }
button.incart {
  padding: 4px 20px;
  font-size: 1.1428571429rem;
  color: #fff;
  background-color: #800019; }
  button.incart:hover, button.incart:focus, button.incart.active {
    color: #fff;
    background-color: #670014; }

input[type="button"], input[type="reset"], input[type="submit"] {
  border-radius: 2px;
  color: #666;
  background-color: #ebebeb;
  overflow: hidden;
  height: 40px;
  padding: 0 7px;
  border: none;
  line-height: 1; }
  input[type="button"]:hover, input[type="button"]:focus, input[type="button"].active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"].active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"].active {
    color: #666;
    background-color: #e6e6e6; }
input.action {
  color: #fff;
  background-color: #53585f; }
  input.action:hover, input.action:focus, input.action.active {
    color: #fff;
    background-color: #474b51; }

.w100 {
  width: 100%; }

.box-rating {
  position: absolute;
  left: 0;
  top: 0; }
  .box-rating:after {
    content: "";
    display: table;
    clear: both !important; }
  .box-rating input {
    float: left;
    display: block;
    width: 41px;
    height: 41px;
    border: none;
    background-color: transparent; }
    .box-rating input[value='0'] {
      margin-left: 13px; }
@-moz-document url-prefix() {
  .box-rating input {
    opacity: 0;
    min-width: 40px;
    min-height: 40px; } }
  .box-rating + span {
    display: inline-block; }
    .box-rating + span.s0:after {
      content: "";
      color: #ddd; }
    .box-rating + span.s1:before {
      content: ""; }
    .box-rating + span.s2:before {
      content: ""; }
    .box-rating + span.s3:before {
      content: ""; }
    .box-rating + span.s4:before {
      content: ""; }
    .box-rating + span.s5:before {
      content: ""; }
    .box-rating + span.s1:after {
      content: "";
      color: #ddd; }
    .box-rating + span.s2:after {
      content: "";
      color: #ddd; }
    .box-rating + span.s3:after {
      content: "";
      color: #ddd; }
    .box-rating + span.s4:after {
      content: "";
      color: #ddd; }
    .box-rating + span.s5:after {
      content: "";
      color: #ddd; }
    .box-rating + span:before, .box-rating + span:after {
      display: block;
      font-family: FontAwesome;
      display: inline;
      font-size: 1.3rem;
      color: #ffca00; }
    .box-rating + span:before, .box-rating + span:after {
      font-size: 2.7rem;
      letter-spacing: 3px; }
    .box-rating + span + span {
      display: inline-block !important;
      width: 40x;
      height: 40px;
      margin-left: 10px;
      display: block;
      font-family: FontAwesome; }
      .box-rating + span + span:after {
        content: "";
        font-size: 2.7rem;
        color: #ddd; }

.ui-input-clear {
  display: none; }

/* @media screen and (min-width: 640px) 640~719px */
/* @media screen and (min-width: 720px) 720~887px phone 커버 */
/* @media screen and (min-width: 888px) 888~983px */
/* @media screen and (min-width: 984px) 984~1199px */
/* @media screen and (min-width: 1200px) 1200~1391px */
/* @media screen and (min-width: 1392px) 1392~1679px */
.flex, .min.modal-dft, .modal-dft .box .btnbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
.mg-t30 {
  margin-top: 30px; }

.mg-r30 {
  margin-right: 30px; }

.mg-b30 {
  margin-bottom: 30px; }

.mg-l30 {
  margin-left: 30px; }

.pd-t30 {
  padding-top: 30px; }

.pd-r30 {
  padding-right: 30px; }

.pd-b30 {
  padding-bottom: 30px; }

.pd-l30 {
  padding-left: 30px; }

.mg-t29 {
  margin-top: 29px; }

.mg-r29 {
  margin-right: 29px; }

.mg-b29 {
  margin-bottom: 29px; }

.mg-l29 {
  margin-left: 29px; }

.pd-t29 {
  padding-top: 29px; }

.pd-r29 {
  padding-right: 29px; }

.pd-b29 {
  padding-bottom: 29px; }

.pd-l29 {
  padding-left: 29px; }

.mg-t28 {
  margin-top: 28px; }

.mg-r28 {
  margin-right: 28px; }

.mg-b28 {
  margin-bottom: 28px; }

.mg-l28 {
  margin-left: 28px; }

.pd-t28 {
  padding-top: 28px; }

.pd-r28 {
  padding-right: 28px; }

.pd-b28 {
  padding-bottom: 28px; }

.pd-l28 {
  padding-left: 28px; }

.mg-t27 {
  margin-top: 27px; }

.mg-r27 {
  margin-right: 27px; }

.mg-b27 {
  margin-bottom: 27px; }

.mg-l27 {
  margin-left: 27px; }

.pd-t27 {
  padding-top: 27px; }

.pd-r27 {
  padding-right: 27px; }

.pd-b27 {
  padding-bottom: 27px; }

.pd-l27 {
  padding-left: 27px; }

.mg-t26 {
  margin-top: 26px; }

.mg-r26 {
  margin-right: 26px; }

.mg-b26 {
  margin-bottom: 26px; }

.mg-l26 {
  margin-left: 26px; }

.pd-t26 {
  padding-top: 26px; }

.pd-r26 {
  padding-right: 26px; }

.pd-b26 {
  padding-bottom: 26px; }

.pd-l26 {
  padding-left: 26px; }

.mg-t25 {
  margin-top: 25px; }

.mg-r25 {
  margin-right: 25px; }

.mg-b25 {
  margin-bottom: 25px; }

.mg-l25 {
  margin-left: 25px; }

.pd-t25 {
  padding-top: 25px; }

.pd-r25 {
  padding-right: 25px; }

.pd-b25 {
  padding-bottom: 25px; }

.pd-l25 {
  padding-left: 25px; }

.mg-t24 {
  margin-top: 24px; }

.mg-r24 {
  margin-right: 24px; }

.mg-b24 {
  margin-bottom: 24px; }

.mg-l24 {
  margin-left: 24px; }

.pd-t24 {
  padding-top: 24px; }

.pd-r24 {
  padding-right: 24px; }

.pd-b24 {
  padding-bottom: 24px; }

.pd-l24 {
  padding-left: 24px; }

.mg-t23 {
  margin-top: 23px; }

.mg-r23 {
  margin-right: 23px; }

.mg-b23 {
  margin-bottom: 23px; }

.mg-l23 {
  margin-left: 23px; }

.pd-t23 {
  padding-top: 23px; }

.pd-r23 {
  padding-right: 23px; }

.pd-b23 {
  padding-bottom: 23px; }

.pd-l23 {
  padding-left: 23px; }

.mg-t22 {
  margin-top: 22px; }

.mg-r22 {
  margin-right: 22px; }

.mg-b22 {
  margin-bottom: 22px; }

.mg-l22 {
  margin-left: 22px; }

.pd-t22 {
  padding-top: 22px; }

.pd-r22 {
  padding-right: 22px; }

.pd-b22 {
  padding-bottom: 22px; }

.pd-l22 {
  padding-left: 22px; }

.mg-t21 {
  margin-top: 21px; }

.mg-r21 {
  margin-right: 21px; }

.mg-b21 {
  margin-bottom: 21px; }

.mg-l21 {
  margin-left: 21px; }

.pd-t21 {
  padding-top: 21px; }

.pd-r21 {
  padding-right: 21px; }

.pd-b21 {
  padding-bottom: 21px; }

.pd-l21 {
  padding-left: 21px; }

.mg-t20 {
  margin-top: 20px; }

.mg-r20 {
  margin-right: 20px; }

.mg-b20 {
  margin-bottom: 20px; }

.mg-l20 {
  margin-left: 20px; }

.pd-t20 {
  padding-top: 20px; }

.pd-r20 {
  padding-right: 20px; }

.pd-b20 {
  padding-bottom: 20px; }

.pd-l20 {
  padding-left: 20px; }

.mg-t19 {
  margin-top: 19px; }

.mg-r19 {
  margin-right: 19px; }

.mg-b19 {
  margin-bottom: 19px; }

.mg-l19 {
  margin-left: 19px; }

.pd-t19 {
  padding-top: 19px; }

.pd-r19 {
  padding-right: 19px; }

.pd-b19 {
  padding-bottom: 19px; }

.pd-l19 {
  padding-left: 19px; }

.mg-t18 {
  margin-top: 18px; }

.mg-r18 {
  margin-right: 18px; }

.mg-b18 {
  margin-bottom: 18px; }

.mg-l18 {
  margin-left: 18px; }

.pd-t18 {
  padding-top: 18px; }

.pd-r18 {
  padding-right: 18px; }

.pd-b18 {
  padding-bottom: 18px; }

.pd-l18 {
  padding-left: 18px; }

.mg-t17 {
  margin-top: 17px; }

.mg-r17 {
  margin-right: 17px; }

.mg-b17 {
  margin-bottom: 17px; }

.mg-l17 {
  margin-left: 17px; }

.pd-t17 {
  padding-top: 17px; }

.pd-r17 {
  padding-right: 17px; }

.pd-b17 {
  padding-bottom: 17px; }

.pd-l17 {
  padding-left: 17px; }

.mg-t16 {
  margin-top: 16px; }

.mg-r16 {
  margin-right: 16px; }

.mg-b16 {
  margin-bottom: 16px; }

.mg-l16 {
  margin-left: 16px; }

.pd-t16 {
  padding-top: 16px; }

.pd-r16 {
  padding-right: 16px; }

.pd-b16 {
  padding-bottom: 16px; }

.pd-l16 {
  padding-left: 16px; }

.mg-t15 {
  margin-top: 15px; }

.mg-r15 {
  margin-right: 15px; }

.mg-b15 {
  margin-bottom: 15px; }

.mg-l15 {
  margin-left: 15px; }

.pd-t15 {
  padding-top: 15px; }

.pd-r15 {
  padding-right: 15px; }

.pd-b15 {
  padding-bottom: 15px; }

.pd-l15 {
  padding-left: 15px; }

.mg-t14 {
  margin-top: 14px; }

.mg-r14 {
  margin-right: 14px; }

.mg-b14 {
  margin-bottom: 14px; }

.mg-l14 {
  margin-left: 14px; }

.pd-t14 {
  padding-top: 14px; }

.pd-r14 {
  padding-right: 14px; }

.pd-b14 {
  padding-bottom: 14px; }

.pd-l14 {
  padding-left: 14px; }

.mg-t13 {
  margin-top: 13px; }

.mg-r13 {
  margin-right: 13px; }

.mg-b13 {
  margin-bottom: 13px; }

.mg-l13 {
  margin-left: 13px; }

.pd-t13 {
  padding-top: 13px; }

.pd-r13 {
  padding-right: 13px; }

.pd-b13 {
  padding-bottom: 13px; }

.pd-l13 {
  padding-left: 13px; }

.mg-t12 {
  margin-top: 12px; }

.mg-r12 {
  margin-right: 12px; }

.mg-b12 {
  margin-bottom: 12px; }

.mg-l12 {
  margin-left: 12px; }

.pd-t12 {
  padding-top: 12px; }

.pd-r12 {
  padding-right: 12px; }

.pd-b12 {
  padding-bottom: 12px; }

.pd-l12 {
  padding-left: 12px; }

.mg-t11 {
  margin-top: 11px; }

.mg-r11 {
  margin-right: 11px; }

.mg-b11 {
  margin-bottom: 11px; }

.mg-l11 {
  margin-left: 11px; }

.pd-t11 {
  padding-top: 11px; }

.pd-r11 {
  padding-right: 11px; }

.pd-b11 {
  padding-bottom: 11px; }

.pd-l11 {
  padding-left: 11px; }

.mg-t10 {
  margin-top: 10px; }

.mg-r10 {
  margin-right: 10px; }

.mg-b10 {
  margin-bottom: 10px; }

.mg-l10 {
  margin-left: 10px; }

.pd-t10 {
  padding-top: 10px; }

.pd-r10 {
  padding-right: 10px; }

.pd-b10 {
  padding-bottom: 10px; }

.pd-l10 {
  padding-left: 10px; }

.mg-t9 {
  margin-top: 9px; }

.mg-r9 {
  margin-right: 9px; }

.mg-b9 {
  margin-bottom: 9px; }

.mg-l9 {
  margin-left: 9px; }

.pd-t9 {
  padding-top: 9px; }

.pd-r9 {
  padding-right: 9px; }

.pd-b9 {
  padding-bottom: 9px; }

.pd-l9 {
  padding-left: 9px; }

.mg-t8 {
  margin-top: 8px; }

.mg-r8 {
  margin-right: 8px; }

.mg-b8 {
  margin-bottom: 8px; }

.mg-l8 {
  margin-left: 8px; }

.pd-t8 {
  padding-top: 8px; }

.pd-r8 {
  padding-right: 8px; }

.pd-b8 {
  padding-bottom: 8px; }

.pd-l8 {
  padding-left: 8px; }

.mg-t7 {
  margin-top: 7px; }

.mg-r7 {
  margin-right: 7px; }

.mg-b7 {
  margin-bottom: 7px; }

.mg-l7 {
  margin-left: 7px; }

.pd-t7 {
  padding-top: 7px; }

.pd-r7 {
  padding-right: 7px; }

.pd-b7 {
  padding-bottom: 7px; }

.pd-l7 {
  padding-left: 7px; }

.mg-t6 {
  margin-top: 6px; }

.mg-r6 {
  margin-right: 6px; }

.mg-b6 {
  margin-bottom: 6px; }

.mg-l6 {
  margin-left: 6px; }

.pd-t6 {
  padding-top: 6px; }

.pd-r6 {
  padding-right: 6px; }

.pd-b6 {
  padding-bottom: 6px; }

.pd-l6 {
  padding-left: 6px; }

.mg-t5 {
  margin-top: 5px; }

.mg-r5 {
  margin-right: 5px; }

.mg-b5 {
  margin-bottom: 5px; }

.mg-l5 {
  margin-left: 5px; }

.pd-t5 {
  padding-top: 5px; }

.pd-r5 {
  padding-right: 5px; }

.pd-b5 {
  padding-bottom: 5px; }

.pd-l5 {
  padding-left: 5px; }

.mg-t4 {
  margin-top: 4px; }

.mg-r4 {
  margin-right: 4px; }

.mg-b4 {
  margin-bottom: 4px; }

.mg-l4 {
  margin-left: 4px; }

.pd-t4 {
  padding-top: 4px; }

.pd-r4 {
  padding-right: 4px; }

.pd-b4 {
  padding-bottom: 4px; }

.pd-l4 {
  padding-left: 4px; }

.mg-t3 {
  margin-top: 3px; }

.mg-r3 {
  margin-right: 3px; }

.mg-b3 {
  margin-bottom: 3px; }

.mg-l3 {
  margin-left: 3px; }

.pd-t3 {
  padding-top: 3px; }

.pd-r3 {
  padding-right: 3px; }

.pd-b3 {
  padding-bottom: 3px; }

.pd-l3 {
  padding-left: 3px; }

.mg-t2 {
  margin-top: 2px; }

.mg-r2 {
  margin-right: 2px; }

.mg-b2 {
  margin-bottom: 2px; }

.mg-l2 {
  margin-left: 2px; }

.pd-t2 {
  padding-top: 2px; }

.pd-r2 {
  padding-right: 2px; }

.pd-b2 {
  padding-bottom: 2px; }

.pd-l2 {
  padding-left: 2px; }

.mg-t1 {
  margin-top: 1px; }

.mg-r1 {
  margin-right: 1px; }

.mg-b1 {
  margin-bottom: 1px; }

.mg-l1 {
  margin-left: 1px; }

.pd-t1 {
  padding-top: 1px; }

.pd-r1 {
  padding-right: 1px; }

.pd-b1 {
  padding-bottom: 1px; }

.pd-l1 {
  padding-left: 1px; }

::-webkit-input-placeholder {
  font-weight: normal;
  color: #ccc; }

::-moz-placeholder {
  font-weight: normal;
  color: #ccc; }

form *:disabled:not(.ok, .err-input) {
  opacity: 0.5; }

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  opacity: 0.5; }
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  position: relative;
  width: 100%;
  border: none;
  font-weight: normal;
  font-size: 1.2857142857rem;
  line-height: 26px;
  height: 24px; }
input[type="file"] {
  position: relative;
  z-index: 100;
  width: 100%;
  font-size: 1rem;
  height: 39px;
  opacity: 0; }
  input[type="file"]:hover, input[type="file"]:focus, input[type="file"]:active {
    cursor: pointer; }
  input[type="file"] ~ button {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: normal !important;
    font-size: 1.2857142857rem; }

label {
  padding: 5px 0 6px 0;
  display: inline;
  vertical-align: middle;
  background-color: #fff; }

select {
  padding: 3px 5px;
  border: 1px solid #ccc;
  background-color: #fff; }

textarea {
  width: 100%;
  border: none;
  font-size: 1.2857142857rem;
  background-color: #fff; }

.box-input {
  position: relative;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff; }
  .box-input.address {
    margin-bottom: 10px; }

.box-file {
  position: relative;
  background-color: #fff; }
  .box-file .file {
    margin-bottom: 10px;
    display: none; }
    .box-file .file.active {
      display: block; }
    .box-file .file img {
      margin: 10px 0; }
  .box-file button.del {
    display: none; }
    .box-file button.del.active {
      display: block;
      left: 0; }
  .box-file button.active {
    position: absolute;
    width: 48%;
    left: 52%; }
  .box-file input[type='file'].active {
    left: 52%;
    width: 48%; }

.box-select {
  position: relative;
  background-color: #fff; }

.box-textarea {
  border: 1px solid #ccc;
  position: relative;
  padding: 7px 15px 7px 10px;
  background-color: #fff; }

.box-radio {
  position: relative;
  background-color: #fff; }
  .box-radio input {
    position: relative;
    z-index: 9900;
    display: inline-block;
    width: 1px;
    height: 1px;
    opacity: 0; }
    .box-radio input:checked + label:before {
      content: ""; }
    .box-radio input:disabled + label:before {
      border: 1px solid #fff;
      font-size: 1.9rem;
      content: ""; }
    .box-radio input:disabled + label:after {
      display: inline-block;
      margin-left: 10px;
      content: "";
      font-size: 0.8rem; }
    .box-radio input + label {
      position: relative;
      display: inline-block;
      z-index: 90;
      width: 100%;
      margin-top: -15px;
      padding: 5px 0 3px 0;
      font-size: 1.2rem; }
      .box-radio input + label:before {
        display: block;
        font-family: FontAwesome;
        position: absolute;
        display: block;
        left: -1px;
        top: 0px;
        content: "";
        width: 27px;
        height: 27px;
        vertical-align: middle;
        border: 4px solid #ddd;
        border-radius: 20px;
        text-align: center;
        font-size: 21px;
        line-height: 27px; }
@-moz-document url-prefix() {
  .box-radio input + label:before {
    line-height: 28px; } }
      .box-radio input + label > span {
        display: block;
        margin-left: 43px; }

.box-checkbox {
  position: relative;
  background-color: #fff; }
  .box-checkbox input {
    position: relative;
    z-index: 9900;
    display: inline-block;
    width: 1px;
    height: 1px;
    opacity: 0; }
    .box-checkbox input:checked + label:before {
      content: ""; }
    .box-checkbox input:disabled + label:before {
      border: 1px solid #fff;
      font-size: 1.9rem;
      content: ""; }
    .box-checkbox input:disabled + label:after {
      display: inline-block;
      margin-left: 10px;
      content: "";
      font-size: 0.8rem; }
    .box-checkbox input + label {
      position: relative;
      display: inline-block;
      z-index: 90;
      width: 100%;
      margin-top: -15px;
      padding: 5px 0 3px 0;
      font-size: 1.2rem; }
      .box-checkbox input + label:before {
        display: block;
        font-family: FontAwesome;
        position: absolute;
        display: block;
        left: -1px;
        top: 0px;
        content: "";
        width: 27px;
        height: 27px;
        vertical-align: middle;
        border: 4px solid #ddd;
        border-radius: 20px;
        text-align: center;
        font-size: 21px;
        line-height: 27px; }
@-moz-document url-prefix() {
  .box-checkbox input + label:before {
    line-height: 28px; } }
      .box-checkbox input + label > span {
        display: block;
        margin-left: 43px; }
  .box-checkbox input + label:before {
    top: 0;
    border-radius: 5px; }

.box-select {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.9rem; }
  .box-select:after {
    z-index: 100;
    display: block;
    font-family: FontAwesome;
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 29px;
    padding-top: 6px;
    border-radius: 2px;
    top: 1px;
    right: 0px;
    color: #aaa;
    background-color: #fff; }
  .box-select select {
    position: relative;
    z-index: 110;
    outline: 1px solid #ccc;
    width: 100%;
    padding: 6px 0 8px 10px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 28px;
    background-color: transparent; }
    .box-select select option:disabled {
      color: #ccc; }

fieldset:after, .modal-dft fieldset:after {
  content: "";
  display: table;
  clear: both !important; }
fieldset > div, .modal-dft fieldset > div {
  padding: 6px 0; }
  fieldset > div label:first-child {
    display: inline-block; }
    fieldset > div label:first-child + input[type="radio"] {
      margin-left: 0; }
    fieldset > div label:first-child + input[type="text"] {
      margin-left: 0; }
  fieldset > div input[type="text"], fieldset > div input[type="password"] {
    width: 100%; }
  fieldset > div input[type="radio"] {
    vertical-align: middle; }
  fieldset > div textarea, .modal-dft fieldset > div textarea {
    vertical-align: top;
    height: 40px; }

button.err {
  height: auto; }

.err {
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background-color: #E56C5D!important; }
  .err span {
    display: none; }
  .err span.err-msg {
    display: block; }
  .err.add span.err-msg {
    display: none; }
  .err.add span.err-msg2 {
    display: block; }

.ok {
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background-color: #95C872!important; }
  .ok span:nth-of-type(-n+2) {
    display: none; }
  .ok span:nth-of-type(3) {
    display: block; }

.err-msg,
.err-msg2,
.ok-msg {
  display: none;
  line-height: 1.3;
  padding: 7px 0;
  height: auto;
  cursor: default; }

.box-input.err-input, .box-select.err-input, .box-textarea.err-input {
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0;
  border-color: #E56C5D;
  background-color: #FFF0EE; }
  .box-input.err-input:after, .box-select.err-input:after, .box-textarea.err-input:after {
    background-color: #FFF0EE; }
@-moz-document url-prefix() {
  .box-input.err-input:after, .box-select.err-input:after, .box-textarea.err-input:after {
    background-color: #FFF0EE; } }
  .box-input.err-input input, .box-select.err-input input, .box-textarea.err-input input,
  .box-input.err-input select,
  .box-select.err-input select,
  .box-textarea.err-input select,
  .box-input.err-input textarea,
  .box-select.err-input textarea,
  .box-textarea.err-input textarea {
    background-color: transparent; }
    .box-input.err-input input::-webkit-input-placeholder, .box-select.err-input input::-webkit-input-placeholder, .box-textarea.err-input input::-webkit-input-placeholder,
    .box-input.err-input select::-webkit-input-placeholder,
    .box-select.err-input select::-webkit-input-placeholder,
    .box-textarea.err-input select::-webkit-input-placeholder,
    .box-input.err-input textarea::-webkit-input-placeholder,
    .box-select.err-input textarea::-webkit-input-placeholder,
    .box-textarea.err-input textarea::-webkit-input-placeholder {
      color: #aaa; }
    .box-input.err-input input::-moz-placeholder, .box-select.err-input input::-moz-placeholder, .box-textarea.err-input input::-moz-placeholder,
    .box-input.err-input select::-moz-placeholder,
    .box-select.err-input select::-moz-placeholder,
    .box-textarea.err-input select::-moz-placeholder,
    .box-input.err-input textarea::-moz-placeholder,
    .box-select.err-input textarea::-moz-placeholder,
    .box-textarea.err-input textarea::-moz-placeholder {
      color: #999; }
  .box-input.err-input input:-webkit-autofill, .box-select.err-input input:-webkit-autofill, .box-textarea.err-input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF0EE inset !important; }
.box-radio.err-input label, .box-checkbox.err-input label {
  color: #E56C5D!important; }
  .box-radio.err-input label:before, .box-checkbox.err-input label:before {
    border-color: #E56C5D!important; }
  .box-radio.err-input label:after, .box-checkbox.err-input label:after {
    color: #E56C5D!important; }

.modal-dft {
  overflow-scrolling: hidden;
  -webkit-overflow-scrolling: touch;
  color: #333;
  visibility: hidden;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  background-color: transparent;
  z-index: 1000; }
  .active.modal-dft {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }
    .active.modal-dft .box.active {
      display: block; }
  .min.modal-dft {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-dft fieldset a, .modal-dft fieldset button, .modal-dft fieldset input[type='button'] {
    font-weight: bold; }
  .modal-dft .box {
    display: none;
    position: relative;
    overflow: visible;
    width: 95%;
    margin: 10px auto 40px auto;
    padding: 20px 0;
    border-radius: 3px;
    background-color: #fff; }
    .modal-dft .box h2 {
      margin: 0 20px;
      height: 30px;
      padding-bottom: 10px;
      border-bottom: 2px solid #ccc;
      line-height: 30px;
      font-weight: normal;
      font-size: 1.4285714286rem; }
      .modal-dft .box h2 + button.close {
        position: absolute;
        top: 20px;
        right: 20px; }
    .modal-dft .box .btnbox {
      margin: 10px 20px; }
      .modal-dft .box .btnbox button {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1; }
        .modal-dft .box .btnbox button:nth-of-type(n+2) {
          margin-left: 10px; }
    .modal-dft .box button.close {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 auto;
      padding: 0;
      border-radius: 15px;
      background-color: transparent; }
      .modal-dft .box button.close:after {
        display: block;
        font-family: FontAwesome;
        content: "";
        font-size: 1.3rem;
        color: #aaa; }
      .modal-dft .box button.close span {
        display: none; }
    .modal-dft .box button.confirm {
      color: #fff;
      background-color: #53585f; }
      .modal-dft .box button.confirm:hover, .modal-dft .box button.confirm:focus, .modal-dft .box button.confirm.active {
        color: #fff;
        background-color: #474b51; }
    .modal-dft .box > div {
      margin: 10px 20px 20px 20px; }

html, body, select, input, textarea, button, table, a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", "Noto Sans Japanese", "sans-serif"; }

html, body {
  line-height: 1.7142857143;
  color: #666; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0;
    line-height: normal; }
  html h1, html h2, body h1, body h2 {
    font-weight: normal; }

body {
  max-width: 1214px;
  margin: 20px auto; }
  body .wrap header div {
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 63.99rem) {
      body .wrap header div {
        padding: 0 10px 0 10px; } }
    body .wrap header div:after {
      content: "";
      display: table;
      clear: both !important; }
  body .wrap header h1 {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 44.99rem) {
      body .wrap header h1 {
        left: 80px;
        display: table;
        float: none;
        margin: 0 auto; } }
    body .wrap header h1 a {
      text-decoration: none;
      font-size: 1.0714285714rem; }
      body .wrap header h1 a:before {
        content: "";
        padding: 0 0 10px 90px;
        margin-right: 10px;
        background-image: url("//tqpartner.tqoon.jp/PartnerData/AD/PartnerInfo/2021/10/26/3bzjswvw.v40.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        top: -4px; }
  body .wrap header .sns-list {
    float: right; }
    body .wrap header .sns-list:after {
      content: "";
      display: table;
      clear: both !important; }
    @media screen and (max-width: 44.99rem) {
      body .wrap header .sns-list {
        display: none; } }
    body .wrap header .sns-list h2 {
      float: left;
      text-align: right;
      font-size: 12px;
      line-height: 1.2;
      margin-right: 15px; }
    body .wrap header .sns-list ul {
      float: right; }
      body .wrap header .sns-list ul li {
        display: inline-block;
        float: none;
        width: 32px; }
        body .wrap header .sns-list ul li a {
          width: 40px;
          height: 40px;
          padding: 0; }
          body .wrap header .sns-list ul li a img {
            width: 30px;
            height: 30px;
            margin-left: 5px; }
            body .wrap header .sns-list ul li a img:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
  body .wrap header > nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative; }
    @media screen and (max-width: 44.99rem) {
      body .wrap header > nav {
        border: 0 solid #ccc; } }
    body .wrap header > nav ul {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 44.99rem) {
        body .wrap header > nav ul {
          display: none; } }
      body .wrap header > nav ul li {
        display: inline-block;
        line-height: 1;
        text-align: center;
        padding: 10px;
        width: 15%; }
        body .wrap header > nav ul li:nth-of-type(4) {
          width: 20%; }
        body .wrap header > nav ul li:hover {
          background-color: #eee; }
        body .wrap header > nav ul li a {
          text-decoration: none;
          font-size: 0.9285714286rem; }
    body .wrap header > nav .m_menu {
      display: none; }
      @media screen and (max-width: 44.99rem) {
        body .wrap header > nav .m_menu {
          display: block;
          margin: 0;
          padding-bottom: 30px; }
          body .wrap header > nav .m_menu i {
            background: #ccc url("") no-repeat;
            border-radius: 4px 4px 4px 4px;
            color: #fff;
            font-size: 16px;
            width: 40px;
            height: 25px;
            text-align: center;
            position: absolute;
            line-height: 28px;
            z-index: 20;
            cursor: pointer;
            top: -18px;
            left: 20px; }
            body .wrap header > nav .m_menu i:hover {
              background: #d8d8d8 url("") no-repeat; } }
    body .wrap header > nav #slide_menu {
      display: none;
      z-index: 100; }
      @media screen and (max-width: 44.99rem) {
        body .wrap header > nav #slide_menu {
          display: block;
          width: 0;
          background: #fcfcfc url("") no-repeat;
          position: fixed;
          top: 0;
          left: 0;
          overflow-x: hidden;
          transition: 0.3s;
          -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          overflow-y: auto;
          max-height: 100%;
          height: 580px;
          padding: 0; }
          body .wrap header > nav #slide_menu p {
            font-size: 25px;
            padding: 5px 10px 0px 10px;
            margin-bottom: 0px;
            cursor: pointer;
            display: inline-block;
            font-weight: bold;
            margin-left: 152px; }
          body .wrap header > nav #slide_menu .m_sub_menu {
            width: 200px;
            padding: 0; }
            body .wrap header > nav #slide_menu .m_sub_menu a {
              display: inline-block;
              width: 170px;
              text-decoration: none;
              padding: 10px 10px 10px 20px;
              border-bottom: 1px solid #000;
              margin: 0 15px;
              text-align: left;
              border-color: #ccc; } }
      body .wrap header > nav #slide_menu .sns-list_mo {
        display: none; }
        @media screen and (max-width: 44.99rem) {
          body .wrap header > nav #slide_menu .sns-list_mo {
            display: inline-block;
            padding: 0;
            top: 30px; } }
        body .wrap header > nav #slide_menu .sns-list_mo h2 {
          font-size: 14px; }
          @media screen and (max-width: 44.99rem) {
            body .wrap header > nav #slide_menu .sns-list_mo h2 {
              width: 200px;
              text-align: center; } }
        body .wrap header > nav #slide_menu .sns-list_mo ul {
          margin: 30px 0 0 15px;
          float: left;
          display: inline-block;
          width: 100%; }
          body .wrap header > nav #slide_menu .sns-list_mo ul li {
            display: inline;
            padding: 0;
            background: none;
            border: 0 solid #ccc;
            width: 50px;
            height: 50px; }
            body .wrap header > nav #slide_menu .sns-list_mo ul li a {
              width: 40px;
              height: 40px;
              display: inline; }
              body .wrap header > nav #slide_menu .sns-list_mo ul li a img {
                width: 40px;
                height: 40px;
                margin-left: 5px; }
                body .wrap header > nav #slide_menu .sns-list_mo ul li a img:hover {
                  opacity: 0.7;
                  filter: alpha(opacity=70); }
  body #menu_bg_selector {
    display: none;
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000 url("") no-repeat;
    opacity: 0.6; }

footer {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px; }
  footer:after {
    content: "";
    display: table;
    clear: both !important; }
  footer.active section.copyright {
    padding-bottom: 110px; }
  footer.active > a.a-top {
    display: block;
    bottom: 80px; }
  footer > a.a-top {
    z-index: 999;
    text-align: center;
    -webkit-transition: all 0.2s ease-out 0;
    -moz-transition: all 0.2s ease-out 0;
    -ms-transition: all 0.2s ease-out 0;
    transition: all 0.2s ease-out 0;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 6px;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 36px;
    height: 30px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    left: calc(50% - 14px); }
    footer > a.a-top:after {
      display: block;
      font-family: FontAwesome;
      content: "";
      font-size: 1.5rem;
      line-height: 1;
      color: #666; }
    footer > a.a-top span {
      display: none; }
  footer .copyright {
    margin: 8px auto 30px auto;
    padding-top: 14px;
    text-align: center; }
    footer .copyright h2 {
      display: inline-block;
      font-size: 20px; }
    footer .copyright ul li {
      display: inline-block;
      padding: 0 5px; }
      footer .copyright ul li a {
        font-size: 0.8571428571rem;
        color: #666; }
    footer .copyright .copy {
      display: inline-block;
      margin: 0 6px 0 0;
      padding-right: 10px;
      border-right: 1px solid #aaa;
      line-height: 1;
      font-size: 0.8571428571rem; }
      @media screen and (max-width: 39.99rem) {
        footer .copyright .copy {
          padding-right: 0;
          border: none; } }
    footer .copyright address {
      display: inline-block;
      font-size: 0.8571428571rem; }

@media screen and (max-width: 44.99rem) {
  .adprint-company-intro {
    border-top: 2px solid #ccc; } }
.adprint-company-intro .adprint-intro-img {
  background-image: url("//partner.adprint.jp/UploadData/Files/20181105_141547_N6XWT.png"); }
.adprint-company-intro .intro-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 60px; }
  @media screen and (max-width: 44.99rem) {
    .adprint-company-intro .intro-title {
      font-size: 24px; } }
.adprint-company-intro .intro-text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  text-align: left; }
  @media screen and (max-width: 44.99rem) {
    .adprint-company-intro .intro-text {
      text-align: center; } }
  .adprint-company-intro .intro-text.title1 {
    line-height: 2.67;
    padding: 0 136px; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .intro-text.title1 {
        padding: 0 15px; } }
    .adprint-company-intro .intro-text.title1 .adprint-span-title {
      display: block;
      text-align: center; }
.adprint-company-intro .adprint-intro-img, .adprint-company-intro .adprint-intro4, .adprint-company-intro .adprint-intro5 {
  background-repeat: no-repeat;
  background-size: auto; }
.adprint-company-intro .adprint-intro4 {
  background-image: url("//partner.adprint.jp/UploadData/Files/20181105_143058_I2P9U.png");
  background-position: center; }
.adprint-company-intro .adprint-intro5 {
  background-image: url("//partner.adprint.jp/UploadData/Files/20181114_110737_V3UPQ.png");
  background-position: center;
  background-size: cover;
  height: 360px; }
  @media screen and (max-width: 44.99rem) {
    .adprint-company-intro .adprint-intro5 {
      height: auto; } }
.adprint-company-intro .adprint-intro-advantage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
  padding: 100px 0 200px 0; }
  @media screen and (max-width: 44.99rem) {
    .adprint-company-intro .adprint-intro-advantage {
      padding: 0 0 10px 0; } }
  .adprint-company-intro .adprint-intro-advantage div {
    width: 25%;
    border: 1px solid #73cdf2;
    border-radius: 60px;
    padding: 30px;
    margin: 0 5px; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .adprint-intro-advantage div {
        width: 80%;
        margin: 10px 50px;
        border-radius: 100px;
        text-align: center; } }
.adprint-company-intro .adprint-intro-circle {
  background-color: #73cdf2;
  color: #fff;
  width: 230px;
  height: 230px;
  opacity: 0.7;
  margin: 0 auto;
  border-radius: 115px;
  display: table; }
  @media screen and (max-width: 44.99rem) {
    .adprint-company-intro .adprint-intro-circle {
      margin-bottom: 20px; } }
  .adprint-company-intro .adprint-intro-circle div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px; }
    .adprint-company-intro .adprint-intro-circle div hr {
      width: 80%;
      border: 0.5px solid #fff; }
    .adprint-company-intro .adprint-intro-circle div span {
      font-size: 20px; }
.adprint-company-intro .co-summary {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .adprint-company-intro .co-summary .co-summary-left {
    flex: 0.9;
    text-align: left; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .co-summary .co-summary-left {
        padding-left: 0; } }
  .adprint-company-intro .co-summary .co-summary-right {
    flex: 3.1;
    padding: 0 3%; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .co-summary .co-summary-right {
        padding: 0 20px; } }
    .adprint-company-intro .co-summary .co-summary-right > p.fs_19 {
      margin-bottom: 0; }
      @media screen and (max-width: 44.99rem) {
        .adprint-company-intro .co-summary .co-summary-right > p.fs_19 {
          font-size: 1.2em; } }
    .adprint-company-intro .co-summary .co-summary-right em {
      font-size: 1.2em;
      font-weight: bold; }
    .adprint-company-intro .co-summary .co-summary-right .ceo-sign {
      float: right;
      padding-right: 15px; }
      .adprint-company-intro .co-summary .co-summary-right .ceo-sign p {
        float: left;
        padding-right: 10px; }
  @media screen and (max-width: 44.99rem) {
    .adprint-company-intro .co-summary .co-summary-left,
    .adprint-company-intro .co-summary .co-summary-right {
      flex: none;
      width: 100%;
      text-align: center; } }
.adprint-company-intro .management-principle {
  margin-bottom: 160px; }
  @media screen and (max-width: 44.99rem) {
    .adprint-company-intro .management-principle {
      margin-bottom: 80px; } }
  .adprint-company-intro .management-principle:last-of-type {
    margin-bottom: 0; }
  .adprint-company-intro .management-principle .principle-details {
    display: flex;
    margin: 20px 30px 0 30px;
    padding-top: 20px; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .management-principle .principle-details {
        flex-wrap: wrap; } }
  .adprint-company-intro .management-principle .col-one-third {
    width: 33.333%;
    padding-left: 30px;
    text-align: left;
    box-sizing: border-box; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .management-principle .col-one-third {
        width: 100%;
        border-top: 0 solid #ccc;
        padding-left: 10px; } }
    .adprint-company-intro .management-principle .col-one-third > h4 {
      font-size: 20px;
      line-height: 26px;
      padding: 10px 0; }
    .adprint-company-intro .management-principle .col-one-third dl dd {
      line-height: 26px;
      font-size: 15px; }
      .adprint-company-intro .management-principle .col-one-third dl dd:last-child {
        padding-bottom: 20px; }
  .adprint-company-intro .management-principle .adprint-span {
    display: block; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .management-principle .adprint-span {
        display: inline; } }
  .adprint-company-intro .management-principle .adprint-display-769 img {
    width: 100%; }
  .adprint-company-intro .management-principle .adprint-intro5 {
    text-align: center;
    font-size: 22px;
    margin-top: 60px; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .management-principle .adprint-intro5 {
        margin-top: 30px;
        padding: 0 20px; } }
  .adprint-company-intro .management-principle .table {
    font-size: 15px;
    font-weight: normal;
    line-height: 2; }
    @media screen and (max-width: 44.99rem) {
      .adprint-company-intro .management-principle .table {
        padding: 0 10px; } }
    .adprint-company-intro .management-principle .table a {
      text-decoration: none; }
    .adprint-company-intro .management-principle .table .table-list {
      width: 100%;
      margin: 15px 0;
      display: flex;
      flex-wrap: wrap; }
      .adprint-company-intro .management-principle .table .table-list div:first-of-type {
        width: 220px; }
  .adprint-company-intro .management-principle .table2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .adprint-company-intro .management-principle .table2 div {
      width: 49%; }
      .adprint-company-intro .management-principle .table2 div:first-of-type {
        margin-bottom: 20px; }
  @media screen and (max-width: 44.99rem) {
    .adprint-company-intro .management-principle .table .table-list div, .adprint-company-intro .management-principle .table2 div {
      width: 100%; } }

@media screen and (max-width: 44.99rem) {
  .adprint-company-intro .intro-text, .management-principle .col-one-third dl dd, .management-principle .col-one-third > h4, .management-principle .table, .adprint-intro55 {
    font-size: 12px !important;
    line-height: 1.83 !important; }

  .adprint-company-intro .title1, .co-summary .co-summary-right, p.adprint-intro55 {
    padding: 0 15px; } }
.content.intro section {
  padding: 20px 15px; }
  .content.intro section > div {
    padding: 20px 20px; }
.content.intro h2 {
  text-align: center;
  font-size: 2.1428571429rem;
  margin-bottom: 15px; }
  @media screen and (max-width: 29.9375rem) {
    .content.intro h2 {
      font-size: 1.7142857143rem;
      padding: 0 10px;
      margin-bottom: 0; } }
.content.intro ul li {
  margin-bottom: 10px; }
  .content.intro ul li:after {
    content: "";
    display: table;
    clear: both !important; }
.content.intro ul span {
  /*&:first-child
   * +w(100px) */
  display: inline;
  line-height: 1.5em;
  width: calc(100% - 100px);
  word-break: break-all; }
.content.intro h3 {
  padding-left: 20px;
  line-height: 2em;
  font-size: 1.7142857143rem;
  font-weight: normal; }
.content.intro h4 {
  line-height: 2em;
  font-size: 1.2857142857rem;
  font-weight: normal; }
.content.intro h5 {
  padding-left: 10px;
  line-height: 2em;
  font-size: 1.0714285714rem;
  font-weight: normal;
  border-bottom: 1px solid #87cefa;
  border-left: 5px solid #87cefa;
  margin-bottom: 10px; }
.content.intro p {
  line-height: 2em;
  margin-bottom: 20px; }
  .content.intro p:last-child {
    margin-bottom: 0px; }
.content.intro .greeting em {
  display: inline-block;
  font-size: 1.2857142857rem;
  margin-bottom: 10px; }
.content.intro .greeting .ceo-sign {
  position: relative;
  display: table; }
  .content.intro .greeting .ceo-sign:after {
    content: "";
    display: table;
    clear: both !important; }
  .content.intro .greeting .ceo-sign img {
    margin-right: 10px; }
  .content.intro .greeting .ceo-sign p {
    display: table-cell;
    vertical-align: bottom; }
    @media screen and (max-width: 45rem) {
      .content.intro .greeting .ceo-sign p img {
        width: 89.1666666667px; } }
.content.intro .principle-state {
  padding: 20px 20px; }
  .content.intro .principle-state ul {
    margin-left: 10px;
    margin-bottom: 20px; }
    .content.intro .principle-state ul li {
      word-break: break-all; }
      .content.intro .principle-state ul li span:first-child {
        width: 50px; }
      .content.intro .principle-state ul li span:last-child {
        width: calc(100% - 50px); }

::selection {
  background-color: #059; }

::-moz-selection {
  background-color: #059; }

@media screen and (max-width: 29.9375rem) {
  .default-wrap header {
    border-bottom: 2px solid #ccc; } }

.content.main .banner-area {
  margin-bottom: 30px;
  padding: 40px 10px 20px 10px;
  color: #666;
  text-align: center;
  background-image: url("https://partner.adprint.jp/UploadData/Files/20181217_150707_QBWS5.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 40px; }
  @media screen and (max-width: 29.9375rem) {
    .content.main .banner-area {
      background-position: 0 150px; } }
  .content.main .banner-area em {
    display: inline-block;
    line-height: 1.4;
    font-size: 1.4285714286rem;
    font-weight: bold;
    color: #333; }
    @media screen and (min-width: 45rem) {
      .content.main .banner-area em {
        font-size: 1.7857142857rem; } }
    @media screen and (max-width: 29.9375rem) {
      .content.main .banner-area em span {
        display: block; } }
    @media screen and (max-width: 29.9375rem) {
      .content.main .banner-area em br {
        display: none; } }
  .content.main .banner-area p {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media screen and (min-width: 45rem) {
      .content.main .banner-area p {
        font-size: 1.0714285714rem; } }
    @media screen and (max-width: 29.9375rem) {
      .content.main .banner-area p {
        font-size: 1rem;
        margin-top: 20px; } }
    .content.main .banner-area p span.default-standard {
      font-size: 0.8em; }
    @media screen and (max-width: 29.9375rem) {
      .content.main .banner-area p span {
        display: block; }
        .content.main .banner-area p span.default-standard {
          display: inline-block; } }
    @media screen and (max-width: 29.9375rem) {
      .content.main .banner-area p br {
        display: none; } }
  .content.main .banner-area a {
    display: inline-block;
    padding: 0px 15px;
    padding-top: 5px;
    padding-bottom: 3px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #ebf5f9;
    font-size: 1.2857142857rem;
    color: #777;
    text-decoration: none;
    box-shadow: 5px 6px 10px #666666;
    transition: all 0.2s ease; }
    .content.main .banner-area a:hover {
      background-color: #f9e9f1;
      box-shadow: 3px 4px 8px #666666; }
    @media screen and (max-width: 29.9375rem) {
      .content.main .banner-area a {
        font-size: 1rem; } }
.content.main h2 {
  text-align: center;
  font-size: 1.7857142857rem;
  margin-bottom: 15px; }
  @media screen and (max-width: 29.9375rem) {
    .content.main h2 {
      font-size: 1.4285714286rem;
      padding: 0 10px; } }
@media screen and (min-width: 45rem) {
  .content.main section ul {
    margin-bottom: 20px; }
    .content.main section ul:after {
      content: "";
      display: table;
      clear: both !important; } }
.content.main section ul li {
  height: auto;
  margin-bottom: 10px;
  padding: 20px 10px;
  border-top: 1px solid #ccc;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (min-width: 45rem) {
    .content.main section ul li {
      border: 1px solid #ccc;
      border-radius: 5px;
      display: block;
      float: left;
      margin: 10px 10px;
      width: calc((100% - 40px) / 2);
      height: 140px; } }
  @media screen and (min-width: 55.5rem) {
    .content.main section ul li {
      width: calc((100% - 60px) / 3); }
      .content.main section ul li:nth-child(odd) {
        border: 0px solid #ccc; } }
  @media screen and (max-width: 44.99rem) {
    .content.main section ul li:last-child {
      border-bottom: 1px solid #ccc; } }
  @media screen and (max-width: 44.99rem) and (max-width: 44.99rem) {
    .content.main section ul li:last-child {
      margin-bottom: 50px; } }

  .content.main section ul li a {
    text-align: center;
    text-decoration: none; }
  .content.main section ul li h3 {
    display: block;
    height: 45px; }
    .content.main section ul li h3 img {
      display: inline-block; }
      .content.main section ul li h3 img.adprint {
        height: 28.5714285714px;
        margin-top: 8px; }
      .content.main section ul li h3 img.makumaku {
        height: 34px;
        margin-top: 3px; }
      .content.main section ul li h3 img.adsign {
        height: 30px;
        margin-top: 7px; }
      .content.main section ul li h3 img.adbest {
        height: 32px;
        margin-top: 6px; }
      .content.main section ul li h3 img.adcup {
        height: 35.2380952381px;
        margin-top: 5px; }
      .content.main section ul li h3 img.adcard {
        height: 28px;
        margin-top: 9px; }
      .content.main section ul li h3 img.cari4u {
        height: 41px;
        margin-top: 2px; }
      .content.main section ul li h3 img.shishu {
        height: 34px;
        margin-top: 5px; }
      .content.main section ul li h3 img.hown {
        height: 35px;
        margin-top: 4px; }
      .content.main section ul li h3 img.adpoly {
        height: 46px;
        margin-top: 0; }
      .content.main section ul li h3 img.rollyboard {
        height: 28.3333333333px;
        margin-top: 3px; }
      .content.main section ul li h3 img.adflag {
        height: 42.1739130435px;
        margin-top: 3px; }
      .content.main section ul li h3 img.adtee {
        height: 33.5714285714px;
        margin-top: 3px; }
      .content.main section ul li h3 img.adfile {
        height: 47px;
        margin-top: -2px; }
      .content.main section ul li h3 img.adpaper {
        height: 39.3333333333px;
        margin-top: 3px; }
      .content.main section ul li h3 img.stowel {
        height: 46.6666666667px; }
      .content.main section ul li h3 img.admagnet {
        height: 43.8px; }
      .content.main section ul li h3 img.hownpen {
        height: 43.8px; }
      .content.main section ul li h3 img.adpapabag {
        height: 51.8461538462px;
        margin-top: -10px; }
      .content.main section ul li h3 img.adfusen {
        height: 48.1428571429px;
        margin-top: -5px; }
      .content.main section ul li h3 img.open {
        height: 19px;
        margin-top: 12px; }
  .content.main section ul li em {
    display: inline-block;
    font-weight: normal;
    font-size: 0.8571428571rem;
    margin-bottom: 2px; }
  .content.main section ul li p {
    font-size: 0.7142857143rem;
    line-height: 1.2;
    margin-bottom: 0; }

@media screen and (max-width: 29.9375rem) {
  .office-wrap header {
    border-bottom: 2px solid #ccc; } }

.content.office .intro-image {
  width: 100%;
  padding: 60px 20px 0 20px;
  background-image: url("https://partner.adprint.jp/UploadData/Files/20181217_150707_QBWS5.png");
  background-size: 95% auto;
  background-repeat: no-repeat;
  border-radius: 5px;
  text-align: center; }
  @media screen and (max-width: 47.9375rem) {
    .content.office .intro-image {
      background-size: 97% auto; } }
  @media screen and (max-width: 29.9375rem) {
    .content.office .intro-image {
      background-size: 100% auto;
      padding-top: 30px; } }
  .content.office .intro-image em {
    display: inline-block;
    line-height: 1.5;
    padding-bottom: 15px;
    font-size: 1.5714285714rem;
    color: #333; }
    @media screen and (max-width: 47.9375rem) {
      .content.office .intro-image em {
        font-size: 1.2857142857rem; } }
    @media screen and (max-width: 29.9375rem) {
      .content.office .intro-image em span {
        display: block; } }
    @media screen and (max-width: 29.9375rem) {
      .content.office .intro-image em br {
        display: none; } }
  .content.office .intro-image ul.office-info-02 {
    padding-top: 30px; }
  @media screen and (max-width: 47.9375rem) {
    .content.office .intro-image ul li {
      font-size: 0.8571428571rem; } }
  @media screen and (max-width: 29.9375rem) {
    .content.office .intro-image ul li span {
      display: block; } }
  .content.office .intro-image ul li a {
    color: #0085bd; }
    .content.office .intro-image ul li a:hover {
      color: #ff7744; }
  .content.office .intro-image p {
    margin-bottom: 0; }
    @media screen and (max-width: 47.9375rem) {
      .content.office .intro-image p {
        font-size: 0.8571428571rem; } }
.content.office section > div {
  padding: 0 20px; }
.content.office section.office-info-03 {
  width: 51%;
  margin: 0 auto; }
  @media screen and (max-width: 29.9375rem) {
    .content.office section.office-info-03 {
      width: 100%; } }
  .content.office section.office-info-03 span.office-mail {
    padding-left: 15px; }
    @media screen and (max-width: 29.9375rem) {
      .content.office section.office-info-03 span.office-mail {
        padding-left: 0; } }
.content.office section .office-support {
  width: 100%;
  margin-top: 70px; }
  @media screen and (max-width: 29.9375rem) {
    .content.office section .office-support {
      margin-top: 30px; } }
  .content.office section .office-support img {
    display: block;
    margin: 0px auto;
    width: 75%; }
    @media screen and (max-width: 29.9375rem) {
      .content.office section .office-support img {
        width: 100%; } }
.content.office .office-action {
  padding: 50px 20px 0 20px;
  text-align: center; }
  @media screen and (max-width: 29.9375rem) {
    .content.office .office-action {
      padding-top: 30px; } }
  @media screen and (max-width: 47.9375rem) {
    .content.office .office-action ul li {
      font-size: 0.8571428571rem; } }
  @media screen and (max-width: 29.9375rem) {
    .content.office .office-action ul li span {
      display: block; } }
.content.office p {
  margin-bottom: 10px;
  font-size: 1.0714285714rem;
  line-height: 2em; }
  @media screen and (max-width: 47.9375rem) {
    .content.office p {
      font-size: 0.8571428571rem; } }
  @media screen and (max-width: 29.9375rem) {
    .content.office p span {
      display: block; } }
.content.office h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 2.8571428571rem;
  font-weight: bold;
  color: #333; }
  @media screen and (max-width: 47.9375rem) {
    .content.office h2 {
      font-size: 1.7142857143rem;
      padding: 0 10px; } }
.content.office h3 {
  padding: 50px 20px 0 20px;
  line-height: 2em;
  font-size: 1.4285714286rem;
  color: #333; }
  @media screen and (max-width: 47.9375rem) {
    .content.office h3 {
      font-size: 1.0714285714rem; } }
  @media screen and (max-width: 29.9375rem) {
    .content.office h3 {
      padding: 30px 20px 0 20px; } }
  .content.office h3 img {
    height: 20px;
    margin: 8px 5px 0 0; }
    @media screen and (max-width: 47.9375rem) {
      .content.office h3 img {
        height: 15px;
        margin: 5px 5px 0 0; } }

@media screen and (max-width: 29.9375rem) {
  .privacy-wrap header {
    border-bottom: 2px solid #ccc; } }

.content.privacy section {
  padding: 60px 20px 0 20px; }
  @media screen and (max-width: 47.9375rem) {
    .content.privacy section {
      padding-top: 30px; } }
  .content.privacy section > div {
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    padding-bottom: 30px; }
    .content.privacy section > div a {
      color: #0085bd;
      text-decoration: none;
      display: inline; }
      .content.privacy section > div a:hover {
        color: #f74; }
      @media screen and (max-width: 47.9375rem) {
        .content.privacy section > div a {
          font-size: 0.8571428571rem; } }
    .content.privacy section > div.privacy-info {
      border: none;
      padding-bottom: 0; }
.content.privacy h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 2.8571428571rem;
  font-weight: bold;
  color: #333; }
  @media screen and (max-width: 47.9375rem) {
    .content.privacy h2 {
      font-size: 1.7142857143rem;
      padding: 0 10px; } }
  .content.privacy h2 img {
    height: 40px;
    margin-top: 7px; }
    @media screen and (max-width: 47.9375rem) {
      .content.privacy h2 img {
        height: 24px;
        margin-top: 5px; } }
    @media screen and (max-width: 29.9375rem) {
      .content.privacy h2 img {
        display: none; } }
.content.privacy nav > ul li {
  list-style-type: none; }
.content.privacy ul {
  margin-left: 20px; }
  .content.privacy ul.privacy-gnb {
    margin-left: 0; }
    .content.privacy ul.privacy-gnb li {
      display: block;
      float: none;
      width: 100%;
      height: auto;
      text-align: left;
      line-height: 2.5; }
  .content.privacy ul li {
    margin-bottom: 5px; }
    @media screen and (max-width: 47.9375rem) {
      .content.privacy ul li {
        font-size: 0.8571428571rem; } }
    .content.privacy ul li a {
      color: #0085bd;
      text-decoration: none; }
      .content.privacy ul li a:hover {
        color: #f74; }
      .content.privacy ul li a:after {
        content: "";
        display: table;
        clear: both !important; }
      @media screen and (max-width: 47.9375rem) {
        .content.privacy ul li a {
          font-size: 0.8571428571rem; } }
    @media screen and (max-width: 23.4375rem) {
      .content.privacy ul li span {
        display: block; } }
.content.privacy h3 {
  padding: 30px 10px 0 10px;
  line-height: 2em;
  font-size: 1.4285714286rem;
  color: #333;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 47.9375rem) {
    .content.privacy h3 {
      font-size: 1.0714285714rem; } }
  @media screen and (max-width: 23.4375rem) {
    .content.privacy h3 {
      margin-bottom: 0px; } }
.content.privacy h4 {
  padding: 30px 10px 0 10px;
  line-height: 2em;
  font-size: 1.4285714286rem;
  color: #333; }
  @media screen and (max-width: 47.9375rem) {
    .content.privacy h4 {
      font-size: 1.0714285714rem; } }
  @media screen and (max-width: 23.4375rem) {
    .content.privacy h4 {
      margin-bottom: 0px; } }
.content.privacy h5 {
  padding-left: 20px;
  background-image: url("//www.adprint.jp/img/common/icon/arrow_up.gif");
  background-position: -5px 3px;
  background-repeat: no-repeat;
  line-height: 2em;
  font-size: 1rem;
  font-weight: bold; }
  @media screen and (max-width: 47.9375rem) {
    .content.privacy h5 {
      font-size: 0.8571428571rem; } }
  @media screen and (max-width: 23.4375rem) {
    .content.privacy h5 {
      padding-left: 20px;
      background-position: 0px -1px;
      line-height: 1.5;
      margin-bottom: 10px; } }
@media screen and (max-width: 47.9375rem) {
  .content.privacy p {
    font-size: 0.8571428571rem; } }

@media screen and (max-width: 29.9375rem) {
  .ecommerce-wrap header {
    border-bottom: 2px solid #ccc; } }

.content.ecommerce section {
  padding: 60px 20px 0 20px; }
  @media screen and (max-width: 47.9375rem) {
    .content.ecommerce section {
      padding-top: 30px; } }
  .content.ecommerce section > div {
    padding: 20px 20px; }
.content.ecommerce table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0; }
  .content.ecommerce table tr {
    display: block; }
    @media screen and (max-width: 47.9375rem) {
      .content.ecommerce table tr {
        padding-top: 20px; } }
    @media screen and (max-width: 47.9375rem) {
      .content.ecommerce table tr:last-child {
        padding-bottom: 20px; } }
    .content.ecommerce table tr th {
      display: inline-block;
      width: 250px;
      padding: 15px 10px;
      padding-bottom: 13px;
      text-align: left;
      font-size: 1.0714285714rem;
      color: #333; }
      @media screen and (max-width: 47.9375rem) {
        .content.ecommerce table tr th {
          display: block;
          width: 100%;
          padding: 0 10px; } }
      @media screen and (max-width: 29.9375rem) {
        .content.ecommerce table tr th {
          padding: 0 0 0 0; } }
    .content.ecommerce table tr td {
      display: inline-block;
      width: calc(100% - 255px);
      padding: 15px 20px;
      padding-bottom: 13px;
      font-size: 1.0714285714rem; }
      @media screen and (max-width: 47.9375rem) {
        .content.ecommerce table tr td {
          display: block;
          width: 100%;
          padding: 0 10px;
          font-size: 0.8571428571rem; } }
      @media screen and (max-width: 29.9375rem) {
        .content.ecommerce table tr td {
          padding: 0 0 0 0; } }
      .content.ecommerce table tr td p {
        margin-bottom: 0; }
.content.ecommerce h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 2.8571428571rem;
  font-weight: bold;
  color: #333; }
  @media screen and (max-width: 47.9375rem) {
    .content.ecommerce h2 {
      font-size: 1.7142857143rem;
      padding: 0 10px; } }
  .content.ecommerce h2 img {
    height: 40px;
    margin-top: 7px; }
    @media screen and (max-width: 47.9375rem) {
      .content.ecommerce h2 img {
        height: 24px;
        margin-top: 5px; } }
    @media screen and (max-width: 29.9375rem) {
      .content.ecommerce h2 img {
        display: none; } }
.content.ecommerce ul {
  margin-left: 20px; }
  .content.ecommerce ul li {
    list-style-type: disc; }
    @media screen and (max-width: 45rem) {
      .content.ecommerce ul li {
        font-size: 0.8571428571rem; } }
  .content.ecommerce ul.groupsite-list {
    margin-left: 0px; }
    .content.ecommerce ul.groupsite-list li {
      list-style-type: none; }
      .content.ecommerce ul.groupsite-list li:after {
        content: "";
        display: table;
        clear: both !important; }
      .content.ecommerce ul.groupsite-list li a span {
        display: block;
        float: left; }
        .content.ecommerce ul.groupsite-list li a span:first-child {
          width: 165px;
          padding-left: 22px;
          background-image: url("//www.adprint.jp/img/common/icon/arrow_up.gif");
          background-position: 0px 1px;
          background-repeat: no-repeat; }
          @media screen and (max-width: 45rem) {
            .content.ecommerce ul.groupsite-list li a span:first-child {
              font-size: 0.8571428571rem;
              width: 145px;
              background-position: 0px 0px; } }
          @media screen and (max-width: 23.4375rem) {
            .content.ecommerce ul.groupsite-list li a span:first-child {
              background-size: 15px 15px;
              padding-left: 17px;
              background-position: 0px 2px; } }
          @media screen and (max-width: 20rem) {
            .content.ecommerce ul.groupsite-list li a span:first-child {
              background-position: 0px 1px; } }
        .content.ecommerce ul.groupsite-list li a span:last-child {
          color: #666; }
          @media screen and (max-width: 45rem) {
            .content.ecommerce ul.groupsite-list li a span:last-child {
              font-size: 0.8571428571rem; } }

@media screen and (max-width: 29.9375rem) {
  .agreement-wrap header {
    border-bottom: 2px solid #ccc; } }

.content.agreement section {
  padding: 60px 20px 0 20px; }
  @media screen and (max-width: 47.9375rem) {
    .content.agreement section {
      padding-top: 30px; } }
  .content.agreement section > div {
    padding: 0 10px;
    padding-bottom: 30px; }
    .content.agreement section > div.agreement-reject-order {
      border-bottom: 1px solid #ccc; }
.content.agreement h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 2.8571428571rem;
  font-weight: bold;
  color: #333; }
  @media screen and (max-width: 47.9375rem) {
    .content.agreement h2 {
      font-size: 1.7142857143rem;
      padding: 0 10px; } }
  .content.agreement h2 img {
    height: 40px;
    margin-top: 7px; }
    @media screen and (max-width: 47.9375rem) {
      .content.agreement h2 img {
        height: 24px;
        margin-top: 5px; } }
    @media screen and (max-width: 29.9375rem) {
      .content.agreement h2 img {
        display: none; } }
.content.agreement ul {
  margin-left: 20px; }
  .content.agreement ul li {
    list-style-type: disc;
    margin-bottom: 5px; }
    .content.agreement ul li a {
      color: #0085bd;
      text-decoration: none; }
      .content.agreement ul li a:hover {
        color: #f74; }
      .content.agreement ul li a:after {
        content: "";
        display: table;
        clear: both !important; }
      @media screen and (max-width: 47.9375rem) {
        .content.agreement ul li a {
          font-size: 0.8571428571rem; } }
    @media screen and (max-width: 47.9375rem) {
      .content.agreement ul li {
        font-size: 0.8571428571rem; } }
  .content.agreement ul ul {
    margin-left: 8px;
    margin-bottom: 10px; }
    .content.agreement ul ul li {
      display: block; }
      .content.agreement ul ul li::before {
        content: "-";
        padding-right: 5px; }
      @media screen and (max-width: 47.9375rem) {
        .content.agreement ul ul li {
          font-size: 0.8571428571rem; } }
.content.agreement h3 {
  padding: 20px 10px 0 10px;
  line-height: 2em;
  font-size: 1.4285714286rem;
  color: #333;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 47.9375rem) {
    .content.agreement h3 {
      font-size: 1.0714285714rem; } }
  @media screen and (max-width: 23.4375rem) {
    .content.agreement h3 {
      margin-bottom: 0px; } }
.content.agreement h4 {
  line-height: 2em;
  font-size: 1rem; }
  @media screen and (max-width: 47.9375rem) {
    .content.agreement h4 {
      font-size: 0.8571428571rem; } }
@media screen and (max-width: 47.9375rem) {
  .content.agreement p {
    font-size: 0.8571428571rem; } }
