﻿@charset "UTF-8";
@import url(../sass/modules/normalize.css);
.d-n {
  display: none !important; }

.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, .tqgr-box-select {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.9rem; }
  .box-select:after, .tqgr-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, .tqgr-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, .tqgr-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, .tqgr-box-input.err-input, .tqgr-box-select.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, .tqgr-box-input.err-input:after, .tqgr-box-select.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, .tqgr-box-input.err-input:after, .tqgr-box-select.err-input:after {
    background-color: #FFF0EE; } }
  .box-input.err-input input, .box-select.err-input input, .box-textarea.err-input input, .tqgr-box-input.err-input input, .tqgr-box-select.err-input input,
  .box-input.err-input select,
  .box-select.err-input select,
  .box-textarea.err-input select,
  .tqgr-box-input.err-input select,
  .tqgr-box-select.err-input select,
  .box-input.err-input textarea,
  .box-select.err-input textarea,
  .box-textarea.err-input textarea,
  .tqgr-box-input.err-input textarea,
  .tqgr-box-select.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, .tqgr-box-input.err-input input::-webkit-input-placeholder, .tqgr-box-select.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,
    .tqgr-box-input.err-input select::-webkit-input-placeholder,
    .tqgr-box-select.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,
    .tqgr-box-input.err-input textarea::-webkit-input-placeholder,
    .tqgr-box-select.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, .tqgr-box-input.err-input input::-moz-placeholder, .tqgr-box-select.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,
    .tqgr-box-input.err-input select::-moz-placeholder,
    .tqgr-box-select.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,
    .tqgr-box-input.err-input textarea::-moz-placeholder,
    .tqgr-box-select.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, .tqgr-box-input.err-input input:-webkit-autofill, .tqgr-box-select.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, .tqgr-box-radio.err-input label, .tqgr-box-checkbox.err-input label {
  color: #E56C5D!important; }
  .box-radio.err-input label:before, .box-checkbox.err-input label:before, .tqgr-box-radio.err-input label:before, .tqgr-box-checkbox.err-input label:before {
    border-color: #E56C5D!important; }
  .box-radio.err-input label:after, .box-checkbox.err-input label:after, .tqgr-box-radio.err-input label:after, .tqgr-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 {
  background-color: #EBECED;
  line-height: 1.7142857143; }
  @media screen and (max-width: 44.9em) {
    html, body {
      background-color: #fff; } }
  html h1, body h1 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 24px; }
  html h2, body h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 16px; }

.browsehappy {
  display: none;
  width: auto;
  max-width: 1400px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 1.3;
  background-color: #222;
  color: #fff; }
  .browsehappy a {
    color: #fff; }

.wrap {
  width: auto;
  max-width: 1030px;
  margin: 0 auto;
  padding: 50px 15px;
  overflow: hidden;
  position: relative;
  background-color: #EBECED; }

.wrap > .cap {
  display: none;
  padding: 6px 0;
  text-align: right;
  border-bottom: 1px solid #ccc; }

header {
  position: relative; }

.container:after {
  content: "";
  display: table;
  clear: both !important; }

.container {
  position: relative; }

.rbox {
  border: 1px solid #ccc;
  border-radius: 7px;
  background-color: #fff; }

header {
  margin: 20px 0 0 0; }

footer {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px; }
  @media screen and (max-width: 44.9em) {
    footer {
      padding-top: 30px; } }
  footer .list-group {
    position: relative; }
    footer .list-group h2 {
      position: absolute;
      top: 2px;
      left: 40px;
      color: #333; }
      @media screen and (max-width: 63.9em) {
        footer .list-group h2 {
          position: relative;
          top: auto;
          left: auto;
          margin: -10px auto 15px auto;
          text-align: center; } }
      footer .list-group h2 span {
        display: inline-block;
        padding-left: 26px;
        background: transparent url("/img/common/brand/symbol-adprint.png") no-repeat;
        background-size: 20px auto; }
      footer .list-group h2 a {
        text-decoration: none;
        cursor: default;
        font-size: 1rem; }
    footer .list-group ul {
      margin-left: 285px; }
      footer .list-group ul:after {
        content: "";
        display: table;
        clear: both !important; }
      @media screen and (max-width: 63.9em) {
        footer .list-group ul {
          margin-left: 0;
          text-align: center; } }
      footer .list-group ul li {
        float: left; }
        footer .list-group ul li a {
          display: table-cell;
          width: 142px;
          height: 40px;
          text-align: left;
          vertical-align: top;
          line-height: 1.2;
          font-size: 14px; }
          @media screen and (max-width: 63.9em) {
            footer .list-group ul li a {
              height: 35px;
              text-align: center; } }
          footer .list-group ul li a span {
            display: block;
            font-size: 11px;
            color: #888; }
        @media screen and (max-width: 63.9em) {
          footer .list-group ul li {
            float: none;
            display: inline-block;
            width: auto; }
            footer .list-group ul li a {
              padding: 0 10px; } }
  footer .copyright {
    border-top: 1px solid #ddd;
    margin: 8px auto 30px auto;
    padding-top: 14px;
    text-align: center; }
    @media screen and (max-width: 44.9em) {
      footer .copyright {
        border-top: 1px solid #ddd;
        margin: 0 -15px -50px -15px;
        padding: 10px 0 40px 0;
        background-color: #fff; } }
    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 .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: 44.9em) {
      footer .copy {
        padding-right: 0;
        border: none; } }
    @media screen and (max-width: 39.9em) {
      footer .copy {
        font-size: 0.7142857143rem; } }
  footer address {
    display: inline-block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 0.8571428571rem; }
    @media screen and (max-width: 39.9em) {
      footer address {
        font-size: 0.7142857143rem; } }
  footer a {
    text-decoration: none; }

.wrap.join .container section.sns > span, .wrap.login .container section.sns > span {
  content: "";
  display: table;
  clear: both !important; }
.wrap.join .container section.sns button, .wrap.login .container section.sns button {
  float: left;
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 1.2857142857rem;
  background-size: 40px auto !important; }
  .wrap.join .container section.sns button:nth-of-type(-n+2), .wrap.login .container section.sns button:nth-of-type(-n+2) {
    margin-bottom: 10px; }
  .wrap.join .container section.sns button.yahoo, .wrap.login .container section.sns button.yahoo {
    border: 1px solid #ccc;
    background: #fff url("//www.adprint.jp/img/common/brand/yahoo.png") no-repeat;
    background-position: 9px 3px; }
    .wrap.join .container section.sns button.yahoo span, .wrap.login .container section.sns button.yahoo span {
      padding-left: 60px;
      color: #444; }
  .wrap.join .container section.sns button.facebook, .wrap.login .container section.sns button.facebook {
    float: right;
    background: #39549F url("//www.adprint.jp/img/common/brand/facebook.png") no-repeat;
    background-position: 8px 5px; }
  .wrap.join .container section.sns button.google, .wrap.login .container section.sns button.google {
    background: #E14D3A url("//www.adprint.jp/img/common/brand/google.png") no-repeat;
    background-position: 11px 5px; }
    .wrap.join .container section.sns button.google span, .wrap.login .container section.sns button.google span {
      padding-left: 60px; }
  .wrap.join .container section.sns button.twitter, .wrap.login .container section.sns button.twitter {
    float: right;
    background: #20AEE3 url("//www.adprint.jp/img/common/brand/twitter.png") no-repeat;
    background-position: 9px 5px; }
  .wrap.join .container section.sns button span, .wrap.login .container section.sns button span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 55px;
    color: #fff; }

@media screen and (max-width: 35.49rem) {
  .wrap.find header h1 {
    text-align: center;
    font-size: 20px; } }
@media screen and (max-width: 63.99rem) {
  .wrap.find header h1 {
    font-size: 18px; } }
.wrap.find .container {
  margin-bottom: 13px; }
  .wrap.find .container + .rbox {
    width: 1000px;
    margin-top: 13px;
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem; }
    @media screen and (max-width: 63.99rem) {
      .wrap.find .container + .rbox {
        width: auto; } }
    .wrap.find .container + .rbox p {
      margin: 0 0 0 0;
      padding: 0 8%;
      font-size: 0.8571428571rem; }
  .wrap.find .container section {
    padding: 0 20px;
    margin: 50px auto; }
    .wrap.find .container section:after {
      content: "";
      display: table;
      clear: both !important; }
    .wrap.find .container section h2 {
      margin-bottom: 30px;
      letter-spacing: -0.03rem;
      color: #666;
      text-align: center;
      font-size: 1.2142857143rem;
      line-height: 1.5em;
      letter-spacing: 1px; }
      @media screen and (max-width: 35.49rem) {
        .wrap.find .container section h2 {
          text-align: justify;
          margin-bottom: 20px; } }
      .wrap.find .container section h2 .rpt {
        color: #b53939; }
    @media screen and (max-width: 35.49rem) {
      .wrap.find .container section {
        width: auto;
        padding: 0 8%; } }
    .wrap.find .container section label {
      font-size: 1.1428571429rem; }
    .wrap.find .container section button {
      width: 350px;
      margin-top: 6px;
      padding: 5px 0;
      font-size: 1.1428571429rem; }
      @media screen and (max-width: 35.49rem) {
        .wrap.find .container section button {
          width: 100%; }
          .wrap.find .container section button.err {
            font-size: 1rem; } }
    .wrap.find .container section form {
      width: 350px;
      margin: 0 auto; }
      @media screen and (max-width: 35.49rem) {
        .wrap.find .container section form {
          width: 100%; } }
      .wrap.find .container section form + p {
        text-align: center;
        margin-top: 3em; }
        @media screen and (max-width: 35.49rem) {
          .wrap.find .container section form + p {
            text-align: justify;
            margin-top: 2em; } }
  .wrap.find .container div.error {
    padding: 10% 0;
    text-align: center;
    font-size: 1.1428571429rem; }
    .wrap.find .container div.error a {
      display: inline-block;
      font-size: 1.2857142857rem;
      color: #188EDF; }

.wrap.join-add iframe {
  display: none;
  width: 1px;
  height: 1px;
  font-size: 1px !important; }
.wrap.join-add header {
  width: 498px;
  margin: 0 auto; }
  @media screen and (max-width: 35.4em) {
    .wrap.join-add header {
      width: auto; } }
  .wrap.join-add header h1 {
    text-align: center;
    line-height: 1.3; }
    .wrap.join-add header h1 span:nth-of-type(1) {
      display: block;
      font-size: 2.5rem;
      color: #bbb; }
      @media screen and (max-width: 35.4em) {
        .wrap.join-add header h1 span:nth-of-type(1) {
          font-size: 2rem; } }
      @media screen and (max-width: 23.4em) {
        .wrap.join-add header h1 span:nth-of-type(1) {
          font-size: 1.7142857143rem; } }
    @media screen and (max-width: 23.4em) {
      .wrap.join-add header h1 span:nth-of-type(2) {
        font-size: 0.8571428571rem; } }
    .wrap.join-add header h1 + p {
      text-align: center;
      font-size: 2.1428571429rem; }
      @media screen and (max-width: 35.4em) {
        .wrap.join-add header h1 + p {
          font-size: 1.5714285714rem; } }
      @media screen and (max-width: 23.4em) {
        .wrap.join-add header h1 + p {
          font-size: 1.2857142857rem; } }
.wrap.join-add .container {
  width: 498px;
  margin: 0 auto;
  padding: 40px 0; }
  @media screen and (max-width: 35.4em) {
    .wrap.join-add .container {
      width: auto; } }
  .wrap.join-add .container p {
    display: inline; }
  .wrap.join-add .container section {
    width: 350px;
    margin: 0 auto; }
    .wrap.join-add .container section:after {
      content: "";
      display: table;
      clear: both !important; }
    .wrap.join-add .container section + img {
      display: block;
      width: 350px;
      height: 46px;
      margin: 30px auto -20px auto; }
      @media screen and (max-width: 35.4em) {
        .wrap.join-add .container section + img {
          width: 100%; } }
    .wrap.join-add .container section h2 {
      margin-bottom: 10px; }
    @media screen and (max-width: 35.4em) {
      .wrap.join-add .container section {
        width: auto; } }
    .wrap.join-add .container section.title h2 {
      position: relative;
      line-height: 1.5;
      text-align: center;
      font-weight: bold;
      font-size: 1.1428571429rem; }
      .wrap.join-add .container section.title h2 span {
        color: #FFA300; }
    .wrap.join-add .container section.info h2 {
      display: none; }
    .wrap.join-add .container section.info fieldset + p {
      font-size: 0.8571428571rem; }
    .wrap.join-add .container section.info fieldset label {
      font-size: 1.1428571429rem; }
    .wrap.join-add .container section.info fieldset > div {
      width: 350px;
      margin-bottom: 10px; }
      @media screen and (max-width: 35.4em) {
        .wrap.join-add .container section.info fieldset > div {
          width: auto;
          padding: 0 8%; } }
    .wrap.join-add .container section.info fieldset a {
      display: block;
      width: 330px;
      padding: 10px 10px;
      height: 30px;
      font-size: 1.2857142857rem; }
    .wrap.join-add .container section.info.default .address:after {
      content: "";
      display: table;
      clear: both !important; }
    .wrap.join-add .container section.info.default .address label {
      display: block; }
    .wrap.join-add .container section.info.default .address > div {
      float: left;
      display: block;
      width: 47%; }
      .wrap.join-add .container section.info.default .address > div + div {
        float: right; }
    .wrap.join-add .container section.info.default .crumb .box-input {
      display: none;
      margin-top: 10px; }
    .wrap.join-add .container section.info.job {
      padding-top: 20px; }
      .wrap.join-add .container section.info.job .box-radio label {
        width: 35%; }
      .wrap.join-add .container section.info.job .box-select:nth-of-type(n+2) {
        margin-top: 10px; }
    @media screen and (max-width: 35.4em) {
      .wrap.join-add .container section.info.survey {
        padding: 0 8%; } }
    .wrap.join-add .container section.info.survey h2 {
      display: block;
      margin: 20px 0; }
    .wrap.join-add .container section.info.survey li.other {
      margin-top: 20px; }
      .wrap.join-add .container section.info.survey li.other .box-input {
        margin-top: 10px; }
  .wrap.join-add .container button.point {
    display: block;
    width: 336px;
    line-height: 60px;
    margin: 20px auto 0 auto;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.8571428571rem;
    letter-spacing: -1px;
    color: #D16300;
    -moz-box-shadow: 0 2px 1px #b87a24;
    -webkit-box-shadow: 0 2px 1px #b87a24;
    box-shadow: 0 2px 1px #b87a24;
    background: #FAD961;
    background-image: -webkit-linear-gradient(top, #FAD961, #EBB031);
    background-image: -moz-linear-gradient(top, #FAD961, #EBB031);
    background-image: -ms-linear-gradient(top, #FAD961, #EBB031);
    background-image: -o-linear-gradient(top, #FAD961, #EBB031);
    background-image: linear-gradient(to buttom, #FAD961, #EBB031); }
    .wrap.join-add .container button.point:hover, .wrap.join-add .container button.point:focus, .wrap.join-add .container button.point:active, .wrap.join-add .container button.point.active {
      background: #FAD961;
      background-image: -webkit-linear-gradient(top, #FAD961, #EBA431);
      background-image: -moz-linear-gradient(top, #FAD961, #EBA431);
      background-image: -ms-linear-gradient(top, #FAD961, #EBA431);
      background-image: -o-linear-gradient(top, #FAD961, #EBA431);
      background-image: linear-gradient(to buttom, #FAD961, #EBA431); }
    @media screen and (max-width: 35.4em) {
      .wrap.join-add .container button.point {
        width: 85%; } }
  .wrap.join-add .container a.skip {
    width: 80px;
    margin: 40px auto -40px auto;
    line-height: 32px;
    border: 1px solid #ddd;
    border-bottom: 0 solid #ccc;
    border-radius: 8px 8px 0 0;
    font-size: 0.9285714286rem;
    background-color: #fff; }

.wrap.join .rbox {
  border: 3px solid #D9DDE3; }
.wrap.join header {
  max-width: 498px;
  margin: 0 auto; }
  .wrap.join header h1 {
    text-align: center;
    font-size: 24px; }
    @media screen and (max-width: 35.4em) {
      .wrap.join header h1 {
        font-size: 20px; } }
.wrap.join .container {
  max-width: 498px;
  margin: 0 auto;
  padding: 40px 0; }
  .wrap.join .container p {
    display: inline; }
  .wrap.join .container section {
    margin: 0 auto;
    width: 350px; }
    .wrap.join .container section:after {
      content: "";
      display: table;
      clear: both !important; }
    .wrap.join .container section + img {
      display: block;
      width: 350px;
      height: 56px;
      margin: 50px auto 0 auto; }
      @media screen and (max-width: 35.4em) {
        .wrap.join .container section + img {
          width: 100%;
          height: 38px;
          margin: 40px auto 0 auto; } }
    .wrap.join .container section h2 {
      margin-bottom: 10px; }
    @media screen and (max-width: 35.4em) {
      .wrap.join .container section {
        width: auto; } }
    .wrap.join .container section.title h2 {
      margin-bottom: -10px;
      text-align: center;
      font-size: 1.2857142857rem; }
      @media screen and (max-width: 35.4em) {
        .wrap.join .container section.title h2 {
          font-size: 1rem; } }
      .wrap.join .container section.title h2 span:nth-of-type(1) {
        display: inline-block; }
        .wrap.join .container section.title h2 span:nth-of-type(1):after {
          vertical-align: middle;
          display: inline-block;
          width: 52px;
          height: 54px;
          margin: 0 -1px 0 1px;
          content: "";
          background: transparent url("//www.makumaku.jp/Content/img/common/join/point100.png") no-repeat;
          background-size: 52px 54px; }
          @media screen and (max-width: 35.4em) {
            .wrap.join .container section.title h2 span:nth-of-type(1):after {
              width: 40px;
              height: 42px; } }
          @media screen and (max-width: 35.4em) {
            .wrap.join .container section.title h2 span:nth-of-type(1):after {
              background-size: 40px 42px; } }
      .wrap.join .container section.title h2 span:nth-of-type(2) {
        display: none; }
    .wrap.join .container section.sns h2 span {
      color: #4A90E2; }
    @media screen and (max-width: 35.4em) {
      .wrap.join .container section.sns {
        text-align: center;
        padding: 0 8%; }
        .wrap.join .container section.sns button {
          width: 100%;
          float: none !important;
          margin: 0 auto 10px auto; } }
    .wrap.join .container section.sns span#leaved {
      display: block;
      font-size: 1.1428571429rem;
      color: #ffffff;
      background-color: #E56C5D!important;
      line-height: 1.3;
      padding: 12px 0;
      height: auto;
      text-align: center;
      margin-top: 10px;
      float: right;
      width: 100%;
      border-radius: 2px; }
      @media screen and (max-width: 35.49rem) {
        .wrap.join .container section.sns span#leaved {
          margin-top: 0;
          font-size: 1rem; } }
    .wrap.join .container section.join h2 {
      margin-bottom: 5px; }
      .wrap.join .container section.join h2 span {
        color: #4A90E2; }
      @media screen and (max-width: 35.4em) {
        .wrap.join .container section.join h2 {
          text-align: center; }
          .wrap.join .container section.join h2 span {
            display: block;
            margin-bottom: 5px;
            font-size: 1.2142857143rem; } }
    .wrap.join .container section.join form {
      margin: 23px 0 15px 0; }
      .wrap.join .container section.join form + p {
        font-size: 0.8571428571rem; }
        .wrap.join .container section.join form + p a {
          font-size: 1.05em; }
        @media screen and (max-width: 35.4em) {
          .wrap.join .container section.join form + p {
            display: block;
            padding: 0 8%;
            font-size: 0.7142857143rem; } }
      .wrap.join .container section.join form fieldset > div label {
        font-size: 1.1428571429rem; }
      .wrap.join .container section.join form fieldset > div {
        width: 350px; }
        @media screen and (max-width: 35.4em) {
          .wrap.join .container section.join form fieldset > div {
            width: auto;
            padding: 0 8%; } }
      .wrap.join .container section.join form button {
        width: 350px;
        height: auto;
        margin-top: 6px;
        line-height: 50px;
        font-size: 1.2857142857rem; }
        @media screen and (max-width: 35.4em) {
          .wrap.join .container section.join form button {
            width: 100%; }
            .wrap.join .container section.join form button.err {
              font-size: 1rem; } }

@media screen and (max-width: 35.4em) {
  .wrap.login header h1 {
    text-align: center;
    font-size: 20px; } }
@media screen and (max-width: 23.4em) {
  .wrap.login header h1 {
    font-size: 18px; } }
.wrap.login .container ~ .rbox {
  width: 1000px;
  margin-top: 13px;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem; }
  @media screen and (max-width: 63.9em) {
    .wrap.login .container ~ .rbox {
      width: auto;
      font-size: 0.8571428571rem; } }
  .wrap.login .container ~ .rbox p {
    margin: 0 0 0 0;
    padding: 0 8%; }
.wrap.login .container:after {
  content: "";
  display: table;
  clear: both !important; }
.wrap.login .container > div {
  float: left;
  width: 494px;
  padding: 40px 0; }
  @media screen and (max-width: 63.9em) {
    .wrap.login .container > div {
      float: none;
      width: auto;
      padding: 40px 0 0 0; }
      .wrap.login .container > div + div {
        padding-bottom: 40px; } }
  .wrap.login .container > div:nth-of-type(2) {
    background: transparent url("//www.adprint.jp/img/common/brand/bg-section.png") no-repeat;
    background-position: 0 45px;
    background-size: 54px auto; }
    @media screen and (max-width: 63.9em) {
      .wrap.login .container > div:nth-of-type(2) {
        background: transparent url("") no-repeat; } }
.wrap.login .container section {
  width: 350px;
  margin: 0 auto; }
  .wrap.login .container section:after {
    content: "";
    display: table;
    clear: both !important; }
  .wrap.login .container section h2 {
    margin-bottom: 10px; }
  @media screen and (max-width: 35.4em) {
    .wrap.login .container section {
      width: auto; } }
  .wrap.login .container section.sns h2 {
    margin-bottom: 15px; }
  @media screen and (max-width: 35.4em) {
    .wrap.login .container section.sns {
      padding: 0 8%; }
      .wrap.login .container section.sns button {
        width: 100%;
        float: none !important;
        margin: 0 auto 10px auto; } }
  .wrap.login .container section.sns span#leaved {
    display: block;
    font-size: 1.1428571429rem;
    color: #ffffff;
    background-color: #E56C5D!important;
    line-height: 1.3;
    padding: 12px 0;
    height: auto;
    text-align: center;
    margin-top: 10px;
    float: right;
    width: 100%;
    border-radius: 2px; }
    @media screen and (max-width: 35.49rem) {
      .wrap.login .container section.sns span#leaved {
        margin-top: 0;
        font-size: 1rem; } }
  .wrap.login .container section.default a {
    text-decoration: none; }
  @media screen and (max-width: 35.4em) {
    .wrap.login .container section.default h2, .wrap.login .container section.default a {
      display: block;
      padding: 0 8%; } }
  .wrap.login .container section.default fieldset {
    margin-bottom: 15px; }
    .wrap.login .container section.default fieldset > div {
      width: 350px; }
      @media screen and (max-width: 35.4em) {
        .wrap.login .container section.default fieldset > div {
          width: auto;
          padding: 5px 8%; } }
    .wrap.login .container section.default fieldset button {
      width: 350px;
      margin-top: 6px;
      padding: 5px 0;
      font-size: 1.1428571429rem; }
      @media screen and (max-width: 35.4em) {
        .wrap.login .container section.default fieldset button {
          width: 100%; }
          .wrap.login .container section.default fieldset button.err {
            font-size: 1rem; } }
.wrap.login .rbox.join {
  padding: 15px 0; }
  .wrap.login .rbox.join h2 {
    display: inline-block;
    font-size: 1.2857142857rem; }
    @media screen and (max-width: 35.4em) {
      .wrap.login .rbox.join h2 {
        font-size: 1rem; } }
    .wrap.login .rbox.join h2 span:nth-of-type(1) {
      display: inline-block; }
      .wrap.login .rbox.join h2 span:nth-of-type(1):after {
        vertical-align: middle;
        display: inline-block;
        width: 52px;
        height: 54px;
        margin: 0 -1px 0 4px;
        content: "";
        background: transparent url("//www.adprint.jp/img/common/join/point100.png") no-repeat;
        background-size: 52px 54px; }
        @media screen and (max-width: 35.4em) {
          .wrap.login .rbox.join h2 span:nth-of-type(1):after {
            width: 40px;
            height: 42px; } }
        @media screen and (max-width: 35.4em) {
          .wrap.login .rbox.join h2 span:nth-of-type(1):after {
            background-size: 40px 42px; } }
    .wrap.login .rbox.join h2 span:nth-of-type(2) {
      display: none; }
  .wrap.login .rbox.join a.button {
    display: inline-block;
    margin-left: 20px;
    padding: 3px 30px 0 30px;
    font-weight: bold;
    font-size: 1.2857142857rem;
    color: #D16300;
    -moz-box-shadow: 0 2px 1px #b87a24;
    -webkit-box-shadow: 0 2px 1px #b87a24;
    box-shadow: 0 2px 1px #b87a24;
    background: #FAD961;
    background-image: -webkit-linear-gradient(top, #FAD961, #EBB031);
    background-image: -moz-linear-gradient(top, #FAD961, #EBB031);
    background-image: -ms-linear-gradient(top, #FAD961, #EBB031);
    background-image: -o-linear-gradient(top, #FAD961, #EBB031);
    background-image: linear-gradient(to buttom, #FAD961, #EBB031); }
    .wrap.login .rbox.join a.button:hover, .wrap.login .rbox.join a.button:focus, .wrap.login .rbox.join a.button:active, .wrap.login .rbox.join a.button.active {
      background: #FAD961;
      background-image: -webkit-linear-gradient(top, #FAD961, #EBA431);
      background-image: -moz-linear-gradient(top, #FAD961, #EBA431);
      background-image: -ms-linear-gradient(top, #FAD961, #EBA431);
      background-image: -o-linear-gradient(top, #FAD961, #EBA431);
      background-image: linear-gradient(to buttom, #FAD961, #EBA431); }
    @media screen and (max-width: 44.9em) {
      .wrap.login .rbox.join a.button {
        display: block;
        width: 50%;
        margin: 10px auto 0 auto; } }

.tqgr-wrapper {
  width: auto;
  background-color: #f7f7f7;
  min-width: 320px; }

.tqgr-header {
  width: 100%;
  position: relative;
  margin: 0 0 0 0;
  border-bottom: 4px solid #fc4b19;
  background-color: #fff;
  box-sizing: border-box; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-header {
      z-index: 200;
      position: fixed;
      top: 0;
      border-color: #dddddd;
      opacity: 0.9; } }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-header.tqgr-header--bd-pl {
      border-color: #fc4b19; } }
  .tqgr-header h1 {
    max-width: 768px;
    padding: 20px 20px 15px;
    margin: 0 auto;
    box-sizing: border-box; }
  .tqgr-header img {
    width: 210px; }

/* input */
.tqgr-box-input {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 100%;
  padding: 7px 10px 0;
  margin: 0 0 0 0;
  vertical-align: top;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  color: #727579;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-sizing: border-box; }
  .tqgr-box-input + .tqgr-box-input {
    margin-top: -1px; }
  .tqgr-box-input.err-input {
    z-index: 1; }
    .tqgr-box-input.err-input input {
      background-color: #ffecec; }
  .tqgr-box-input input {
    width: 100% !important;
    height: 24px !important;
    line-height: 24px;
    font-size: 14px !important;
    font-weight: normal !important;
    border: 0 !important; }
    .tqgr-box-input input:active, .tqgr-box-input input:focus {
      outline: 0 !important; }

/* button */
.tqgr-box-btn {
  margin-top: 5px;
  padding: 0;
  /* when it used "a" */ }
  .tqgr-box-btn .tqgr-box-btn__btn {
    display: block;
    height: 40px;
    width: 100%;
    padding: 0 7px;
    margin: 0 0 0 0;
    background-color: #808285;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #808285;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box; }
    .tqgr-box-btn .tqgr-box-btn__btn:hover, .tqgr-box-btn .tqgr-box-btn__btn:active {
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    @media screen and (max-width: 47.9375rem) {
      .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--border {
        background-repeat: no-repeat;
        background-image: none; } }
    .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--border.tqgr-box-btn__btn--border--l {
      color: #7700ee;
      border-color: #7700ee; }
    .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--border.tqgr-box-btn__btn--border--yel {
      background-color: #FFEE00; }
      .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--border.tqgr-box-btn__btn--border--yel:hover, .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--border.tqgr-box-btn__btn--border--yel:active {
        color: #7700ee; }
    .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--border:hover, .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--border:active {
      color: #fff; }
    .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--big {
      height: auto;
      padding: 0.5em 0;
      line-height: 1.5;
      background-color: #808285;
      color: #fff; }
      .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--big.err {
        padding: 0 0; }
      .tqgr-box-btn .tqgr-box-btn__btn.tqgr-box-btn__btn--big .tqgr-box-btn__btn--big__bf {
        display: block;
        font-size: 18px; }
    .tqgr-box-btn .tqgr-box-btn__btn.err {
      height: auto;
      border-color: #ff6363 !important;
      background-color: #ff7c7c !important;
      border-width: 1px;
      color: #fff;
      font-weight: normal;
      letter-spacing: 0; }
    .tqgr-box-btn .tqgr-box-btn__btn .ok-msg {
      display: none; }
    .tqgr-box-btn .tqgr-box-btn__btn.ok {
      border-color: #95C872; }
      .tqgr-box-btn .tqgr-box-btn__btn.ok .ok-msg {
        display: block; }
  .tqgr-box-btn a.tqgr-box-btn__btn {
    text-decoration: none; }
  .tqgr-box-btn a.tqgr-box-btn__btn--border > span {
    display: block;
    margin-top: -4px; }
  .tqgr-box-btn .tqgr-box-btn__icon {
    display: inline-block;
    position: relative;
    /*&:after
     * content: ""
     * +p-a
     * +w(17px)
     * +h(15px)
     * top: 12px
     * right: 0
     * background-image: url("/Content/img/icon/__icon__arrow--dbl.png")
     * +bg-s(17px, 15px)
     * +bg-p(0, 0) */ }

/* label */
.tqgr-cmn__label {
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  border-color: #5500aa;
  background-color: transparent; }
  .tqgr-cmn__label.tqgr-cmn__label--title {
    padding-top: 0;
    margin-top: 0;
    font-size: 15px;
    font-weight: normal;
    color: #7700ee; }
    @media screen and (max-width: 47.9375rem) {
      .tqgr-cmn__label.tqgr-cmn__label--title {
        display: block;
        margin-bottom: 10px;
        text-align: center; } }

/* radio */
.tqgr-box-radio {
  position: relative; }
  .tqgr-box-radio input {
    position: relative;
    z-index: 9900;
    display: inline-block;
    width: 1px;
    height: 1px;
    opacity: 0; }
    .tqgr-box-radio input:checked + label:before {
      content: ""; }
    .tqgr-box-radio input:disabled + label:before {
      border: 1px solid #fff;
      font-size: 1.9rem;
      content: ""; }
    .tqgr-box-radio input:disabled + label:after {
      display: inline-block;
      margin-left: 10px;
      content: "";
      font-size: 0.8rem; }
    .tqgr-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; }
      .tqgr-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() {
  .tqgr-box-radio input + label:before {
    line-height: 28px; } }
      .tqgr-box-radio input + label > span {
        display: block;
        margin-left: 43px; }
  .tqgr-box-radio input + label {
    font-size: 14px;
    padding: 3px 0; }
    .tqgr-box-radio input + label:before {
      border: 2px solid #ccc;
      background-color: #f7f7f7; }
    .tqgr-box-radio input + label > span {
      margin-left: 40px; }

/* checkbox */
.tqgr-box-checkbox {
  position: relative; }
  .tqgr-box-checkbox input {
    position: relative;
    z-index: 9900;
    display: inline-block;
    width: 1px;
    height: 1px;
    opacity: 0; }
    .tqgr-box-checkbox input:checked + label:before {
      content: ""; }
    .tqgr-box-checkbox input:disabled + label:before {
      border: 1px solid #fff;
      font-size: 1.9rem;
      content: ""; }
    .tqgr-box-checkbox input:disabled + label:after {
      display: inline-block;
      margin-left: 10px;
      content: "";
      font-size: 0.8rem; }
    .tqgr-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; }
      .tqgr-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() {
  .tqgr-box-checkbox input + label:before {
    line-height: 28px; } }
      .tqgr-box-checkbox input + label > span {
        display: block;
        margin-left: 43px; }
  .tqgr-box-checkbox input + label {
    font-size: 14px;
    margin-top: -10px;
    padding: 3px 0; }
    .tqgr-box-checkbox input + label:before {
      border: 2px solid #ccc;
      border-radius: 3px;
      background-color: #f7f7f7; }
    .tqgr-box-checkbox input + label > span {
      margin-left: 40px; }

/* layout box */
.tqgr-box-half {
  width: 48%; }

/* select */
.tqgr-box-select {
  position: relative;
  width: 100%;
  vertical-align: top;
  color: #727579;
  border-color: #ccc;
  border-radius: 3px; }
  .tqgr-box-select:after {
    width: 30px;
    height: 26px;
    padding-top: 10px;
    top: 1px;
    right: 0;
    font-size: 18px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent; }
  .tqgr-box-select select {
    height: 38px;
    padding: 6px 35px 6px 10px;
    font-size: 14px;
    line-height: 15px;
    outline: 1px solid #ccc; }
    .tqgr-box-select select:hover {
      cursor: pointer; }

/* float */
.tqgr-floatbox__wrap:after {
  content: "";
  display: table;
  clear: both !important; }
.tqgr-floatbox__wrap .tqgr-floatbox {
  float: left; }
  .tqgr-floatbox__wrap .tqgr-floatbox.tqgr-floatbox--r {
    float: right; }

.tqgr-link-tab {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 65px;
  background-color: #fff; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-link-tab {
      display: block; } }
  .tqgr-link-tab a {
    text-decoration: none; }
  .tqgr-link-tab span {
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px; }
  .tqgr-link-tab ul {
    max-width: 768px;
    margin: 0 auto;
     }
    .tqgr-link-tab ul:after {
      content: "";
      display: table;
      clear: both !important; }
  .tqgr-link-tab li {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 4px solid #dddddd; }
    .tqgr-link-tab li:hover, .tqgr-link-tab li:active {
      opacity: 0.8;
      cursor: pointer; }
    .tqgr-link-tab li.is_active {
      border-bottom: 4px solid #fc4b19;
      font-weight: bold;
      color: #4a4a4a; }
      .tqgr-link-tab li.is_active:hover, .tqgr-link-tab li.is_active:active {
        opacity: 1; }

.tqgr-content__outer {
  width: 100%;
  background-color: #f7f7f7;
  border-top: 1px solid #fc4b19; }
  .tqgr-content__outer.tqgr-content__outer--alone {
    border-top: 0; }

.tqgr-content__outer--white {
  background-color: #fff;
  border-top: 0; }
  .tqgr-content__outer--white .tqgr-content__login {
    height: 190px; }
    @media screen and (max-width: 29.9375rem) {
      .tqgr-content__outer--white .tqgr-content__login {
        width: 100%;
        padding: 30px; } }

.tqgr-content__outer--synthesis .tqgr-content__login__title {
  margin-top: 0 !important;
  margin-bottom: 20px; }

@media screen and (max-width: 47.9375rem) {
  .tqgr-content__outer--white .tqgr-content__login,
  .tqgr-content__outer--synthesis .tqgr-content__login {
    height: auto; } }

.tqgr-content__inner {
  width: 768px;
  margin: 0 auto; }
  .tqgr-content__inner.tqgr-content__inner--s {
    width: 540px; }
    @media screen and (max-width: 47.9375rem) {
      .tqgr-content__inner.tqgr-content__inner--s {
        width: auto;
        max-width: none;
        margin: 0 20px; } }
  .tqgr-content__inner.tqgr-content__inner--bd-t {
    border-top: 1px solid #fc4b19; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-content__inner.tqgr-content__inner--tm {
      margin-top: 69px; } }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-content__inner {
      width: 100%; } }
  .tqgr-content__inner .tqgr-content__login:nth-of-type(2) {
    border-left: 1px solid #d7d7d7; }
  .tqgr-content__inner:after {
    content: "";
    display: table;
    clear: both !important; }

.tqgr-content__cmn-box {
  padding: 40px 20px; }
  @media screen and (max-width: 29.9375rem) {
    .tqgr-content__cmn-box {
      padding: 30px 20px; } }

.tqgr-content__cmn-box__title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  color: #7700ee;
  line-height: 1.5em; }

.tqgr-content__cmn-box__content p {
  margin-bottom: 1.2em; }
  .tqgr-content__cmn-box__content p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 29.9375rem) {
    .tqgr-content__cmn-box__content p {
      text-align: justify; } }

.tqgr-content__login {
  width: 384px;
  padding: 30px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #4a4a4a; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-content__login {
      float: none;
      width: 350px;
      height: auto;
      margin: 0 auto;
      padding: 30px; } }
  @media screen and (max-width: 29.9375rem) {
    .tqgr-content__login {
      width: 100%; } }
  .tqgr-content__login .tqgr-content__login__title {
    font-size: 24px;
    line-height: 1em; }
    @media screen and (max-width: 47.9375rem) {
      .tqgr-content__login .tqgr-content__login__title {
        display: none; } }
    .tqgr-content__login .tqgr-content__login__title.tqgr-content__login__title--hidden {
      display: none; }
    .tqgr-content__login .tqgr-content__login__title.tqgr-content__login__title--s {
      margin-top: 30px;
      font-size: 14px;
      font-weight: bold; }
      @media screen and (max-width: 47.9375rem) {
        .tqgr-content__login .tqgr-content__login__title.tqgr-content__login__title--s {
          display: block;
          margin-top: 0; } }

.tqgr-content__login__sns-icons {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  vertical-align: middle; }
  .tqgr-content__login__sns-icons:after {
    content: "";
    display: table;
    clear: both !important; }
  .tqgr-content__login__sns-icons span {
    display: none; }
  .tqgr-content__login__sns-icons li {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid transparent; }
    .tqgr-content__login__sns-icons li:nth-of-type(n+2) {
      margin-left: 0.5rem; }
    .tqgr-content__login__sns-icons li:hover {
      opacity: 0.8; }
  .tqgr-content__login__sns-icons a, .tqgr-content__login__sns-icons button {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    padding: 0; }
    .tqgr-content__login__sns-icons a, .tqgr-content__login__sns-icons button:hover,
    .tqgr-content__login__sns-icons a, .tqgr-content__login__sns-icons button:focus,
    .tqgr-content__login__sns-icons a, .tqgr-content__login__sns-icons button:active {
    }
    .tqgr-content__login__sns-icons a img, .tqgr-content__login__sns-icons button img {
        width: 100%; }

.tqgr-content__login__help {
  margin-top: 20px;
  text-align: center; }
  .tqgr-content__login__help li:nth-of-type(n+2) {
    text-align: center; }
  .tqgr-content__login__help a {
    font-size: 13px;
    line-height: 1.5;
    color: #727579;
    text-decoration: none; }

.tqgr-content__login__term {
  margin-top: 20px;
  padding: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #727579; }
  .tqgr-content__login__term a {
    font-size: 11px;
    color: #727579; }

.tqgr-footer {
  position: relative;
  width: 100%;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #fc4b19;
  padding: 0;
  max-width: none; }
  .tqgr-footer a {
    color: #666;
    text-decoration: none;
    font-size: 12px; }

.tqgr-footer__list {
  width: auto;
  background-color: #fff; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-footer__list {
      margin: 0 auto; } }

.tqgr-footer__list__inner {
  position: relative;
  max-width: 768px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box; }

.tqgr-footer__list__signinInfo {
  color: #fc4b19;
  line-height: 1.5; }

.tqgr-footer__list__ul {
  margin-top: 1rem;
  font-size: 0; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-footer__list__ul {
      margin-top: 20px; } }
  .tqgr-footer__list__ul:after {
    content: "";
    display: table;
    clear: both !important; }
  .tqgr-footer__list__ul li {
    float: left;
    width: 145px;
    height: 36px;
    margin: 3px 0;
    text-align: left; }
    @media screen and (max-width: 47.9375rem) {
      .tqgr-footer__list__ul li {
        float: none;
        display: inline-block;
        width: 140px;
        text-align: left; } }
  .tqgr-footer__list__ul a {
    font-size: 13px;
    line-height: 1.2; }
    .tqgr-footer__list__ul a:hover {
      opacity: 0.8; }
  .tqgr-footer__list__ul span + span {
    display: block;
    font-size: 10px;
    color: #888; }

.tqgr-footer__list__corp {
  margin-top: 20px; }
  .tqgr-footer__list__corp span {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-image: url("/Content/img/common/brand/symbol-adprint.png");
    background-color: transparent;
    background-size: 20px auto;
    background-position: 0 2px; }

.tqgr-footer__copyright {
  margin: 0 auto 0 0;
  padding: 30px 0 60px;
  font-size: 12px;
  text-align: center;
  background-color: #f7f7f7;
  border-top: 1px solid #fc4b19; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-footer__copyright {
      margin-top: 0;
      padding: 30px 20px; } }
  .tqgr-footer__copyright address {
    display: inline-block;
    font-size: 12px;
    font-style: normal; }
    @media screen and (max-width: 39.9375rem) {
      .tqgr-footer__copyright address {
        margin-top: 10px;
        line-height: 1.5; } }

.tqgr-footer__copyright__span {
  display: inline-block;
  margin: 0 0 0 0;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1; }
  @media screen and (max-width: 39.9375rem) {
    .tqgr-footer__copyright__span {
      margin-right: 0;
      padding: 0 1rem;
      border-right: 0; } }

.tqgr-footer__copyright__link {
  margin-top: 20px; }
  .tqgr-footer__copyright__link li {
    display: inline-block;
    padding: 5px 10px; }
    @media screen and (max-width: 29.9375rem) {
      .tqgr-footer__copyright__link li {
        padding: 0 10px; } }

.tqgr-content__reg-comp__greeting {
  padding: 40px 0 20px;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-content__reg-comp__greeting {
      letter-spacing: 0; } }

.tqgr-content__reg-comp__greeting__point {
  display: block;
  font-size: 18px;
  color: #fc4b19;
  margin-top: 10px; }

.tqgr-content__reg-comp__info {
  padding: 20px 0 0; }

.tqgr-content__reg-comp__info__sub {
  font-size: 16px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: bold; }
  .tqgr-content__reg-comp__info__sub.tqgr-content__reg-comp__info__sub--fn {
    font-size: 14px;
    font-weight: normal; }

.tqgr-floatbox__wrap--reg--info .tqgr-floatbox {
  width: 48%; }
@media screen and (max-width: 36.1875rem) {
  .tqgr-floatbox__wrap--reg--info > .tqgr-floatbox {
    float: none !important;
    width: 100%; } }
.tqgr-floatbox__wrap--reg--info .tqgr-floatbox--reg--nt > div:nth-of-type(n+2) {
  margin-top: 1em; }
.tqgr-floatbox__wrap--reg--info .tqgr-floatbox--reg--ad:after {
  content: "";
  display: table;
  clear: both !important; }
@media screen and (max-width: 36.1875rem) {
  .tqgr-floatbox__wrap--reg--info .tqgr-floatbox--reg--ad {
    margin-top: 1em; } }
.tqgr-floatbox__wrap--reg--info .tqgr-floatbox--reg--ad > div:first-child .tqgr-cmn__label {
  display: block; }
.tqgr-floatbox__wrap--reg--info .tqgr-floatbox--reg--ad > div:nth-of-type(n+2) {
  margin-top: 1em; }

.tqgr-content__reg-comp__job {
  margin-top: 10px;
  min-height: 90px; }
  @media screen and (max-width: 36.1875rem) {
    .tqgr-content__reg-comp__job {
      min-height: 0; } }
  .tqgr-content__reg-comp__job .tqgr-floatbox {
    width: 48%; }
    @media screen and (max-width: 36.1875rem) {
      .tqgr-content__reg-comp__job .tqgr-floatbox {
        float: none !important;
        width: 100%; }
        .tqgr-content__reg-comp__job .tqgr-floatbox + .tqgr-floatbox {
          margin-top: 1em; } }
  .tqgr-content__reg-comp__job .tqgr-box-radio input + label {
    width: 80px;
    margin-top: 0; }
    .tqgr-content__reg-comp__job .tqgr-box-radio input + label:hover {
      cursor: pointer;
      opacity: 0.8; }
  .tqgr-content__reg-comp__job .tqgr-box-select + .tqgr-box-select {
    margin-top: -1px; }

@media screen and (max-width: 36.1875rem) {
  .tqgr-content__reg-comp__survey {
    margin-top: 20px; } }
@media screen and (max-width: 36.1875rem) {
  .tqgr-content__reg-comp__survey ul li {
    margin-top: 8px; } }
.tqgr-content__reg-comp__survey .tqgr-box-checkbox input {
  position: absolute; }
  .tqgr-content__reg-comp__survey .tqgr-box-checkbox input + label {
    margin-top: 0; }
    .tqgr-content__reg-comp__survey .tqgr-box-checkbox input + label:hover {
      cursor: pointer; }
.tqgr-content__reg-comp__survey .tqgr-floatbox {
  width: 48%; }
  @media screen and (max-width: 36.1875rem) {
    .tqgr-content__reg-comp__survey .tqgr-floatbox {
      float: none !important;
      width: 100%; } }
@media screen and (max-width: 36.1875rem) {
  .tqgr-content__reg-comp__survey .tqgr-box-half {
    width: 100%; } }

.tqgr-content__reg-comp__home {
  width: 260px;
  margin: 30px auto;
  text-align: center; }
  .tqgr-content__reg-comp__home > a {
    display: inline-block;
    font-size: 12px;
    margin-top: 2em; }

@media screen and (max-width: 29.9375rem) {
  .tqgr-content__cmn-box__title--resetting span > span {
    display: block; } }

.tqgr-content__login.tqgr-content__login--resetting {
  height: auto;
  margin-bottom: 10px; }
  @media screen and (max-width: 29.9375rem) {
    .tqgr-content__login.tqgr-content__login--resetting {
      padding: 20px 0 40px;
      margin-bottom: 0; } }

.tqgr-content__login.tqgr-content__login--change {
  height: auto;
  margin-bottom: 10px; }
  @media screen and (max-width: 29.9375rem) {
    .tqgr-content__login.tqgr-content__login--change {
      padding: 20px 0 40px;
      margin-bottom: 0; } }
.tqgr-content__login.tqgr-content__login--change--caution {
  width: 440px; }
  @media screen and (max-width: 47.9375rem) {
    .tqgr-content__login.tqgr-content__login--change--caution {
      width: 380px; } }
  @media screen and (max-width: 29.9375rem) {
    .tqgr-content__login.tqgr-content__login--change--caution {
      width: 100%; }
      .tqgr-content__login.tqgr-content__login--change--caution > p {
        width: 280px;
        margin: 0 auto 10px; }
        .tqgr-content__login.tqgr-content__login--change--caution > p br {
          display: none; } }
  .tqgr-content__login.tqgr-content__login--change--caution .tqgr-box-btn {
    width: 264px;
    margin: 20px auto 0; }
    @media screen and (max-width: 29.9375rem) {
      .tqgr-content__login.tqgr-content__login--change--caution .tqgr-box-btn {
        width: 100%; } }

.tqgr-content__cmn-box--withdrawal > p {
  width: 450px;
  margin: 0 auto; }
  @media screen and (max-width: 29.9375rem) {
    .tqgr-content__cmn-box--withdrawal > p {
      width: 100%;
      text-align: justify; }
      .tqgr-content__cmn-box--withdrawal > p br {
        display: none; } }

.tqgr-withdrawal {
  padding: 20px 20px; }

.tqgr-withdrawal__box {
  font-size: 13px;
  margin: 0 0 50px; }
  @media screen and (max-width: 29.9375rem) {
    .tqgr-withdrawal__box {
      font-size: 12px; } }
  .tqgr-withdrawal__box.tqgr-withdrawal__box--n-mg {
    margin-bottom: 0; }
  .tqgr-withdrawal__box.tqgr-withdrawal__box--s-mg {
    margin-bottom: 10px; }
  .tqgr-withdrawal__box.tqgr-withdrawal__box--m-mg {
    margin-bottom: 20px; }
  .tqgr-withdrawal__box.tqgr-withdrawal__box--tb {
    padding-top: 20px;
    border-top: 4px solid #7700ee; }

.tqgr-withdrawal__box__inner--s {
  width: 264px;
  margin-left: auto;
  margin-right: auto; }

.tqgr-withdrawal__box__title {
  padding-bottom: 0.7em;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 2px solid #7700ee; }

.tqgr-withdrawal__box__content {
  margin-top: 10px; }

.tqgr-withdrawal__box__title--s {
  padding: 1em 0;
  font-weight: normal; }
  .tqgr-withdrawal__box__title--s:before {
    content: "― "; }
  .tqgr-withdrawal__box__title--s:after {
    content: " ―"; }

@media screen and (max-width: 29.9375rem) {
  .tqgr-withdrawal__box__content--caution li {
    margin: 20px 0;
    text-align: justify; } }

.tqgr-withdrawal__box__content__sitelist {
  margin-top: 10px; }
  .tqgr-withdrawal__box__content__sitelist li {
    display: inline-block; }
    .tqgr-withdrawal__box__content__sitelist li:nth-of-type(n+2) span:before {
      content: " / "; }

.tqgr-withdrawal__box__content--point {
  padding: 10px 0; }
  .tqgr-withdrawal__box__content--point h4 {
    font-size: 15px;
    font-weight: normal;
    text-align: center; }
  .tqgr-withdrawal__box__content--point p {
    margin-top: 20px; }
    @media screen and (max-width: 29.9375rem) {
      .tqgr-withdrawal__box__content--point p {
        text-align: justify; } }
    .tqgr-withdrawal__box__content--point p > span {
      font-weight: bold; }

@media screen and (max-width: 29.9375rem) {
  .tqgr-withdrawal__box__content--alert > p {
    text-align: justify; }
    .tqgr-withdrawal__box__content--alert > p br {
      display: none; } }

.tqgr-withdrawal__box--account span {
  word-break: break-all; }
  .tqgr-withdrawal__box--account span:nth-of-type(1) {
    display: inline-block; }
    .tqgr-withdrawal__box--account span:nth-of-type(1):after {
      content: " : "; }
  .tqgr-withdrawal__box--account span:nth-of-type(2) {
    font-size: 15px; }
    @media screen and (max-width: 29.9375rem) {
      .tqgr-withdrawal__box--account span:nth-of-type(2) {
        display: block;
        margin-top: 0.5em; } }

.tqgr-floatbox__wrap--nonmember {
  margin: 0 auto; }
  .tqgr-floatbox__wrap--nonmember > div:nth-of-type(2) {
    border-left: 1px solid #cccccc; }
    @media screen and (max-width: 47.9375rem) {
      .tqgr-floatbox__wrap--nonmember > div:nth-of-type(2) {
        border: 0;
        border-top: 1px solid #7700ee; } }
  .tqgr-floatbox__wrap--nonmember .tqgr-floatbox {
    min-height: 280px;
    width: 384px;
    padding: 30px 60px; }
    @media screen and (max-width: 47.9375rem) {
      .tqgr-floatbox__wrap--nonmember .tqgr-floatbox {
        min-height: 0;
        float: none;
        width: 350px;
        padding: 20px 0;
        margin: 0 auto; } }
    @media screen and (max-width: 29.9375rem) {
      .tqgr-floatbox__wrap--nonmember .tqgr-floatbox {
        min-width: 280px;
        width: 86%;
        margin: 0 7%; } }
  .tqgr-floatbox__wrap--nonmember .tqgr-box-btn__btn--border {
    height: auto;
    line-height: 1.5em !important;
    text-align: center;
    padding: 0.7em 0; }
    .tqgr-floatbox__wrap--nonmember .tqgr-box-btn__btn--border span > span {
      font-size: 17px; }

.tqgr-nonmember--infobox {
  margin-top: 20px;
  font-size: 13px; }
  .tqgr-nonmember--infobox p:first-child {
    font-size: 15px; }
    @media screen and (max-width: 29.9375rem) {
      .tqgr-nonmember--infobox p:first-child {
        font-size: 13px; } }

/* Login Form Renewal in 01/2022 -- default.css로 이전
.tqgr-content #LoginForm .tqgr-content__login {
  width: 400px;
  margin: 35px auto;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 30px 40px; }
  .tqgr-content #LoginForm .tqgr-content__login .tqgr-content__login__title {
    font-size: 24px;
    letter-spacing: -2px; }
  .tqgr-content #LoginForm .tqgr-content__login.caution {
    margin: -15px auto 35px auto;
    padding: 20px 50px; }
    .tqgr-content #LoginForm .tqgr-content__login.caution .tqgr-content__login__term {
      margin-top: 0px; }
  .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-input {
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2; }
    .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-input.err-input {
      background-color: #FFF0EE;
      border-color: #E56C5D; }
      .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-input.err-input input {
        background-color: #ffecec; }
    .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-input input {
      background-color: #f7f7f7; }
      .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-input input::placeholder {
        color: #9b9b9b; }
  .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-btn .tqgr-box-btn__btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-btn .tqgr-box-btn__btn.err span {
      color: #fff; }
    .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-btn .tqgr-box-btn__btn.err .err-msg span {
      display: inline-block; }
  .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-btn.err {
    height: auto;
    border-color: #ff6363;
    background-color: #ff7c7c;
    border-width: 1px;
    letter-spacing: 0; }
  .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-btn.Join a {
    height: 50px;
    background-color: #9cd070;
    border: 1px solid #99ce6c; }
  .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-btn.Login .tqgr-box-btn__btn:hover,
  .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-btn.Login .tqgr-box-btn__btn:active,
  .tqgr-content #LoginForm .tqgr-content__login .tqgr-box-btn.Login .tqgr-box-btn__btn:focus {
    background-color: #000;
    border-color: #000; }
  .tqgr-content #LoginForm .tqgr-content__login.form .caution-txt {
    text-align: right;
    font-size: 12px;
    margin-top: 5px; }
  .tqgr-content #LoginForm .tqgr-content__login.form .box-check {
    text-align: right; }
    .tqgr-content #LoginForm .tqgr-content__login.form .box-check > input + label {
      position: relative;
      display: inline-block;
      width: auto;
      z-index: 90;
      min-height: 22px;
      padding: 0px; }
    .tqgr-content #LoginForm .tqgr-content__login.form .box-check > input[type=checkbox] + label:before {
      content: "";
      top: 0;
      left: 0;
      display: block;
      position: absolute;
      padding: 0px;
      width: 18px;
      height: 18px;
      border: 2px solid #e2e2e2;
      background-color: #f7f7f7;
      border-radius: 5px; }
    .tqgr-content #LoginForm .tqgr-content__login.form .box-check > input[type=checkbox] + label > span {
      display: table;
      height: 22px;
      margin-left: 29px; }
      .tqgr-content #LoginForm .tqgr-content__login.form .box-check > input[type=checkbox] + label > span > span {
        display: table-cell;
        vertical-align: niddle;
        line-height: 1.5; }
    .tqgr-content #LoginForm .tqgr-content__login.form .box-check > input[type=checkbox]:checked + label > span:before {
      display: block;
      position: absolute;
      width: 1px;
      height: 7px;
      border: 1px solid #707070;
      background-color: #707070;
      top: 9px;
      left: 6px;
      z-index: 99;
      transform: rotate(-45deg);
      content: ""; }
    .tqgr-content #LoginForm .tqgr-content__login.form .box-check > input[type=checkbox]:checked + label > span:after {
      display: block;
      position: absolute;
      width: 1px;
      height: 12px;
      border: 1px solid #707070;
      background-color: #707070;
      top: 5px;
      left: 12px;
      z-index: 99;
      transform: rotate(45deg);
      content: ""; }
.tqgr-content #LoginForm .capslockMsg {
  padding: 0px;
  color: #ec6459; }
.tqgr-content#JoinView .tqgr-content__login .inner-title {
  text-align: center;
  font-size: 24px; }
.tqgr-content#JoinView .tqgr-content__login .subtitle {
  font-size: 16px;
  margin: 18px 0px 15px 0px;
  line-height: unset; }
.tqgr-content#JoinView .tqgr-content__login .tqgr-box-input {
  height: auto;
  margin-bottom: 0px; }
.tqgr-content#JoinView .tqgr-content__login .tqgr-box-btn {
  margin-top: 25px; }
  .tqgr-content#JoinView .tqgr-content__login .tqgr-box-btn .tqgr-box-btn__btn {
    background-color: #9cd070;
    border: 1px solid #9fd175; }
.tqgr-content#NonmemberLoginView .tqgr-content__login .inner-title {
  text-align: center;
  font-size: 24px; }
.tqgr-content#NonmemberLoginView .tqgr-content__login > p {
  line-height: unset;
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px; }
.tqgr-content#NonmemberLoginView .tqgr-content__login .tqgr-box-input:nth-of-type(2) {
  margin-bottom: 0px; }
.tqgr-content#NonmemberLoginView .tqgr-content__login .tqgr-box-btn .tqgr-box-btn__btn {
  background-color: #dcdcdc;
  border: 1px solid #e0e0e0; }
  .tqgr-content#NonmemberLoginView .tqgr-content__login .tqgr-box-btn .tqgr-box-btn__btn span {
    color: #767676; }
    */
