@charset "UTF-8";
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: layout.scss
--------------------------------------------------------------------- */
/* import */
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _config.scss
--------------------------------------------------------------------- */
/* reset.css 読み込み */
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _reset.scss
--------------------------------------------------------------------- */
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
# radio & checkbox
*/
[type=number],
[type=email],
[type=radio],
[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

[type=checkbox] {
  opacity: 0;
}

/* PC横幅 */
/* メディアクエリ */
/* 文字設定 */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/tc/NotoSansTC-Thin.woff) format("woff"), url(/fonts/tc/NotoSansTC-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/tc/NotoSansTC-Light.woff) format("woff"), url(/fonts/tc/NotoSansTC-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/tc/NotoSansTC-Bold.woff) format("woff"), url(/fonts/tc/NotoSansTC-Bold.otf) format("opentype");
}
/* 色設定 */
/* ベンダープレフィックス設定 */
/* clearfix設定 */
.clearfix:after {
  *zoom: 1;
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _mixin.scss
--------------------------------------------------------------------- */
/* 文字サイズ設定 */
/* アイコン矢印 上 */
/* アイコン矢印 下 */
/* アイコン矢印 左 */
/* アイコン矢印 右 */
/* 丸アイコン */
/* table-cell対応 */
/* inline-block対応 */
/* absolute 上下左右中央寄せ */
/* インデント設定 */
/* ボタンパーツ */
main .pass_inquiry_box {
  padding-top: 15px;
}
main .pass_inquiry_box h2 {
  padding: 0 15px 15px;
  font-size: 22px;
  font-size: 2.2rem;
}
main .pass_inquiry_box p {
  padding: 0 15px 15px;
}
main .pass_inquiry_box p.err {
  padding: 15px 15px 15px 45px;
}
main .pass_inquiry_box .agreement_box {
  margin: 20px auto;
  padding: 15px;
  width: 100%;
  height: 200px;
  border: 1px solid #d9d9d9;
  overflow-y: scroll;
  box-sizing: border-box;
}
main .pass_inquiry_box .agreement_box h2 {
  background: none;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
main .pass_inquiry_box .agreement_box .box_wrap {
  padding: 0 0px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box {
  margin: 10px auto;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box.published {
  margin-top: 30px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box.published p {
  padding-bottom: 5px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box h3 {
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #000;
  background: none;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap {
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap {
    padding: 0 5px;
  }
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap p {
  margin-bottom: 10px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap p span {
  display: block;
  padding-bottom: 5px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap ul {
  margin-bottom: 10px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap ul li span {
  display: block;
  padding-bottom: 5px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap ul li ul {
    padding: 0 5px;
  }
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap dl {
  margin-bottom: 20px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap dl dt {
  padding-bottom: 5px;
}
main .pass_inquiry_box .agreement_box .box_wrap .section_box .box_wrap dl dd + dt {
  margin-top: 15px;
}
main .inquiry_box {
  padding-bottom: 30px;
}
main .inquiry_box h2 {
  background: #363738;
  padding: 15px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
main .inquiry_box ul {
  padding-bottom: 10px;
}
main .inquiry_box ul li {
  list-style: none;
  border-bottom: 1px solid #363738;
}
main .inquiry_box ul li a {
  display: block;
  padding: 15px 30px 15px 35px;
  color: #363738;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-indent: -0.65em;
}
main .inquiry_box ul li a span {
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-right: 5px;
}
main .inquiry_box ul li a:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
}
main .inquiry_box ul li a:after {
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .inquiry_box ul li a:hover {
  opacity: 0.7;
}
main .inquiry_box .more_link {
  padding: 0 5px;
  text-align: right;
}
main .inquiry_box .more_link a {
  position: relative;
  text-decoration: none;
  color: #0286cd;
  padding-right: 15px;
}
main .inquiry_box .more_link a:after {
  margin: auto;
  border-top: 2px solid #0286cd;
  border-right: 2px solid #0286cd;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .password_form, main .contact_form {
  margin-bottom: 20px;
}
main .password_form h2, main .contact_form h2, main .password_form h3, main .contact_form h3 {
  background: #000000;
  padding: 15px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
main .password_form h2.conf, main .contact_form h2.conf, main .password_form h3.conf, main .contact_form h3.conf {
  margin: 20px auto 0;
  max-width: 750px;
}
main .password_form .form_wrap, main .contact_form .form_wrap {
  margin: 20px auto;
  max-width: 750px;
  padding: 15px;
}
main .password_form .form_wrap dl, main .contact_form .form_wrap dl {
  width: 100%;
}
main .password_form .form_wrap dl dt, main .contact_form .form_wrap dl dt {
  margin-bottom: 10px;
}
main .password_form .form_wrap dl dt span, main .contact_form .form_wrap dl dt span {
  font-weight: bold;
  color: #c10000;
  font-size: 10px;
  font-size: 1rem;
}
main .password_form .form_wrap dl dd, main .contact_form .form_wrap dl dd {
  font-weight: bold;
  margin-bottom: 30px;
}
main .password_form .form_wrap dl dd input, main .contact_form .form_wrap dl dd input {
  font-weight: normal;
}
main .password_form .form_wrap dl dd ul, main .contact_form .form_wrap dl dd ul {
  font-weight: normal;
}
main .password_form .form_wrap dl dd ul li, main .contact_form .form_wrap dl dd ul li {
  list-style: none;
  margin-top: 15px;
}
main .password_form .form_wrap .agreement_box, main .contact_form .form_wrap .agreement_box {
  margin: 20px auto;
  padding: 15px;
  width: 100%;
  height: 200px;
  border: 1px solid #d9d9d9;
  overflow-y: scroll;
  box-sizing: border-box;
}
main .password_form .form_wrap .agreement_box h2, main .contact_form .form_wrap .agreement_box h2 {
  background: none;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
main .password_form .form_wrap .agreement_box .box_wrap, main .contact_form .form_wrap .agreement_box .box_wrap {
  padding: 0 0px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box, main .contact_form .form_wrap .agreement_box .box_wrap .section_box {
  margin: 10px auto;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box.published, main .contact_form .form_wrap .agreement_box .box_wrap .section_box.published {
  margin-top: 30px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box.published p, main .contact_form .form_wrap .agreement_box .box_wrap .section_box.published p {
  padding-bottom: 5px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box h3, main .contact_form .form_wrap .agreement_box .box_wrap .section_box h3 {
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #000;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap {
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap {
    padding: 0 5px;
  }
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap p, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap p {
  margin-bottom: 10px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap p span, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap p span {
  display: block;
  padding-bottom: 5px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul {
  margin-bottom: 10px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li span, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li span {
  display: block;
  padding-bottom: 5px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li ul, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li ul, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap ul li ul {
    padding: 0 5px;
  }
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl {
  margin-bottom: 20px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl dt, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl dt {
  padding-bottom: 5px;
}
main .password_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl dd + dt, main .contact_form .form_wrap .agreement_box .box_wrap .section_box .box_wrap dl dd + dt {
  margin-top: 15px;
}
main .password_form .form_wrap button, main .contact_form .form_wrap button {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 350px;
  display: block;
  color: #ffffff;
  background: #009ae5;
  position: relative;
  margin: 0 auto 20px;
  padding: 15px 0;
}
main .password_form .form_wrap button:before, main .contact_form .form_wrap button:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
}
main .password_form .form_wrap button:after, main .contact_form .form_wrap button:after {
  margin: auto;
  border-top: 2px solid #009ae5;
  border-right: 2px solid #009ae5;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .password_form .form_wrap button:hover, main .contact_form .form_wrap button:hover {
  opacity: 0.7;
}
main .password_form .confirm_wrap, main .contact_form .confirm_wrap {
  margin: 0 auto;
  max-width: 750px;
  padding: 15px;
}
main .password_form .confirm_wrap dl, main .contact_form .confirm_wrap dl {
  width: 100%;
  padding-bottom: 30px;
}
main .password_form .confirm_wrap dl dt, main .contact_form .confirm_wrap dl dt {
  margin-bottom: 10px;
}
main .password_form .confirm_wrap dl dd, main .contact_form .confirm_wrap dl dd {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
main .password_form .confirm_wrap button, main .contact_form .confirm_wrap button {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 350px;
  display: block;
  color: #ffffff;
  background: #009ae5;
  position: relative;
  margin: 0 auto 15px;
  padding: 15px 0;
}
main .password_form .confirm_wrap button:before, main .contact_form .confirm_wrap button:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
}
main .password_form .confirm_wrap button:after, main .contact_form .confirm_wrap button:after {
  margin: auto;
  border-top: 2px solid #009ae5;
  border-right: 2px solid #009ae5;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .password_form .confirm_wrap button:hover, main .contact_form .confirm_wrap button:hover {
  opacity: 0.7;
}
main .password_form .confirm_wrap .back_btn, main .contact_form .confirm_wrap .back_btn {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  display: block;
  border: 1px dotted #000000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  color: #000000;
}
main .password_form .confirm_wrap .back_btn:before, main .contact_form .confirm_wrap .back_btn:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 15px;
}
main .password_form .confirm_wrap .back_btn:after, main .contact_form .confirm_wrap .back_btn:after {
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  transform: rotate(45deg);
}
main .password_form .confirm_wrap .back_btn:hover, main .contact_form .confirm_wrap .back_btn:hover {
  opacity: 0.7;
}
main .request_box {
  padding: 15px;
  margin: 0 auto 20px;
  max-width: 750px;
}
main .request_box h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3px;
}
main .request_box p {
  padding: 0;
}
main .request_box .back_btn {
  margin: 30px auto 0;
  width: 100%;
  max-width: 350px;
  display: block;
  border: 1px dotted #000000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  color: #000000;
}
main .request_box .back_btn:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 15px;
}
main .request_box .back_btn:after {
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  transform: rotate(45deg);
}
main .request_box .back_btn:hover {
  opacity: 0.7;
}
main .comp_area {
  margin: 0 auto 20px;
  padding: 30px 15px;
  max-width: 750px;
}
main .comp_area h2 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
main .comp_area p {
  padding: 20px 0;
}
main .comp_area p.tac {
  text-align: center;
}
@media screen and (max-width:768px) {
  main .comp_area p.tac {
    text-align: left;
  }
}
main .comp_area .back_btn {
  margin: 30px auto 0;
  width: 100%;
  max-width: 350px;
  display: block;
  border: 1px dotted #000000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  color: #000000;
}
main .comp_area .back_btn:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 15px;
}
main .comp_area .back_btn:after {
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  transform: rotate(45deg);
}
main .comp_area .back_btn:hover {
  opacity: 0.7;
}
main .contact_form h2 {
  background: #363738;
  padding: 15px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
main .contact_form h3 {
  padding: 0 0 15px;
  background: none;
  color: #c10000;
}
main .contact_form select {
  font-weight: normal;
}
main .contact_form textarea {
  border: 1px solid #c8cbcc;
  padding: 10px 15px;
  height: 150px;
  font-weight: normal;
}
