@charset "UTF-8";
/* CSS Document */
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, _normalize.scss */
h1 {
  margin: 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, _normalize.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 171, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, _normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, _normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, _normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  border: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /*font-size: 62.5%;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  outline: none;
}

/*******
honda独自で影響してくるstyle
*******/
body, html {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

body, html {
  width: 100%;
  height: 100%;
  font-size: 100% !important;
  letter-spacing: 0.1px;
}

body {
  font-size: 80%;
}

#contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  line-height: 130%;
  text-align: left;
}

/*******
コンテンツ独自で影響してくるstyle
*******/
#contents {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ W6 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
  letter-spacing: 0.1px;
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

@media screen and (min-width: 737px), print {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 736px) {
  .pc_only {
    display: none !important;
  }
}

.authshop-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
}

.authshop-icon--shop {
  width: 43px;
  height: 31px;
  background: url(../images/icon_shop.png) 50% 50% no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .authshop-icon--shop {
    width: 32px;
    height: 23px;
  }
}

.authshop-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* base style */
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  height: 100px;
  margin: 0;
  overflow: hidden;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  color: inherit;
  color: #cc0000;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ W6 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
  font-size: inherit;
  font-size: 21px;
  letter-spacing: 0.11em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .authshop-btn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 18.5px;
  }
}

.authshop-btn::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .authshop-btn::after {
    width: 12px;
    height: 12px;
  }
}

.authshop-btn:hover {
  opacity: 0.7;
}

.authshop-btn:hover::after {
  opacity: 0.7;
}

.authshop-btn .authshop-icon {
  margin-right: 12px;
}

@media screen and (max-width: 736px) {
  .authshop-btn .authshop-icon {
    margin-right: 8px;
  }
}

.authshop-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.authshop-grid > .authshop-grid__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .authshop-grid:not(.is-inherit) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
  .authshop-grid:not(.is-inherit) > .authshop-grid__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.authshop-grid--full {
  /* 余白を指定 */
  margin-right: -20px;
  margin-left: -20px;
  /* 余白を指定 */
}

.authshop-grid--full > .authshop-grid__item {
  padding-right: 20px;
  /* 余白を指定 */
  padding-left: 20px;
  /* 余白を指定 */
}

@media screen and (max-width: 736px) {
  .authshop-grid--full.is-inherit {
    /* 余白を指定 */
    margin-right: -10px;
    margin-left: -10px;
    /* 余白を指定 */
  }
  .authshop-grid--full.is-inherit > .authshop-grid__item {
    padding-right: 10px;
    /* 余白を指定 */
    padding-left: 10px;
    /* 余白を指定 */
  }
}

/* 12カラム用 */
.authshop-grid__item--1 {
  width: 8.33333%;
}

.authshop-grid__item--2 {
  width: 16.66667%;
}

.authshop-grid__item--3 {
  width: 25%;
}

.authshop-grid__item--4 {
  width: 33.33333%;
}

.authshop-grid__item--5 {
  width: 41.66667%;
}

.authshop-grid__item--6 {
  width: 50%;
}

.authshop-grid__item--7 {
  width: 58.33333%;
}

.authshop-grid__item--8 {
  width: 66.66667%;
}

.authshop-grid__item--9 {
  width: 75%;
}

.authshop-grid__item--10 {
  width: 83.33333%;
}

.authshop-grid__item--11 {
  width: 91.66667%;
}

.authshop-grid__item--12 {
  width: 100%;
}

.authshop-media {
  /* flexで構成 baseのレイアウトは右側に画像がくる想定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.authshop-media > .authshop-media__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  /* 任意の値 */
}

.authshop-media > .authshop-media__image--rev {
  padding-right: 35px;
  /* Reverse */
  padding-left: 0;
}

.authshop-media > .authshop-media__image--middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.authshop-media > .authshop-media__image img {
  display: block;
}

.authshop-media > .authshop-media__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.authshop-media > .authshop-media__body--middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.authshop-media--rev {
  /* 親要素でリバースを指定 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.authshop-media--rev > .authshop-media__image {
  padding-right: 35px;
  padding-left: 0;
}

.authshop-media--rev > .authshop-media__image--rev {
  padding-right: 0;
  padding-left: 35px;
}

@media screen and (max-width: 736px) {
  .authshop-media--rev:not(.is-inherit) > .authshop-media__image {
    padding-right: 0;
  }
  .authshop-media--rev:not(.is-inherit) > .authshop-media__image--rev {
    padding-left: 0;
  }
}

@media screen and (max-width: 736px) {
  .authshop-media:not(.is-inherit) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .authshop-media:not(.is-inherit) > .authshop-media__image {
    padding-left: 0;
  }
  .authshop-media:not(.is-inherit) > .authshop-media__image--rev {
    padding-right: 0;
  }
}

/* authshop */
.authshop {
  min-width: 980px;
}

@media screen and (max-width: 736px) {
  .authshop {
    min-width: 100%;
  }
}

.authshop-header {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .authshop-header {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.authshop-header__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .authshop-header__container {
    padding-right: 2%;
    padding-left: 2%;
  }
}

.authshop-header-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .authshop-header-text {
    font-size: 18px;
    line-height: 1.56;
  }
}

.authshop-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 415px;
  background: url(../images/bg_mainvisual_pc.jpg) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .authshop-mainvisual {
    height: auto;
    background-image: url(../images/bg_mainvisual_sp.jpg);
  }
}

.authshop-mainvisual__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .authshop-mainvisual__container {
    width: 100%;
    padding: 25px 5%;
  }
}

.authshop-mainvisual .authshop-media__image {
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .authshop-mainvisual .authshop-media__image {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .authshop-mainvisual .authshop-media__image img {
    width: 125px;
    height: auto;
    margin: 0 auto;
  }
}

.authshop-mainvisual .authshop-media__body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 736px) {
  .authshop-mainvisual .authshop-media__body {
    width: 100%;
    padding-top: 18px;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.58;
    text-align: justify;
  }
}

.authshop-mainvisual .authshop-media__body p {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

.authshop-content {
  padding-top: 50px;
}

@media screen and (max-width: 736px) {
  .authshop-content {
    padding-top: 30px;
  }
}

.authshop-content__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .authshop-content__container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.authshop-content__header {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .authshop-content__header {
    margin-bottom: 20px;
  }
}

.authshop-content__header-text {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
  font-size: 32px;
}

@media screen and (max-width: 736px) {
  .authshop-content__header-text {
    padding-bottom: 12.5px;
    font-size: 17.5px;
  }
}

.authshop-content__header-text::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 78px;
  height: 5px;
  margin: auto;
  background-color: #cc0000;
  font-size: 0;
  content: "";
}

@media screen and (max-width: 736px) {
  .authshop-content__header-text::after {
    width: 39px;
    height: 2.5px;
  }
}

.authshop-content-item {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 736px) {
  .authshop-content-item {
    max-width: 100%;
  }
}

.authshop-content-item + .authshop-content-item {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .authshop-content-item + .authshop-content-item {
    margin-top: 25px;
  }
}

.authshop-content-item__header {
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .authshop-content-item__header {
    margin-bottom: 10px;
  }
}

.authshop-content-item__header-text {
  color: #cc0000;
  font-size: 32px;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .authshop-content-item__header-text {
    font-size: 20px;
  }
}

.authshop-content-item__body {
  font-size: 18px;
  line-height: 1.67;
}

@media screen and (max-width: 736px) {
  .authshop-content-item__body {
    font-size: 13.5px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 736px) {
  .authshop-content-item .authshop-media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.authshop-content-item .authshop-media__image {
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .authshop-content-item .authshop-media__image {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .authshop-content-item .authshop-media__image img {
    width: 100%;
    height: auto;
  }
}

.authshop-content-item .authshop-media__body {
  padding: 50px 50px 30px;
  background-color: #e8ebee;
}

@media screen and (max-width: 736px) {
  .authshop-content-item .authshop-media__body {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 25px 6%;
  }
}

.authshop-content-item .authshop-media__body p {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

.authshop-aside {
  margin: 90px auto 30px;
  padding: 50px 0;
  background-color: #cc0000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .authshop-aside {
    margin: 35px auto 15px;
    padding: 20px 0;
  }
}

.authshop-aside__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .authshop-aside__container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.authshop-aside-text {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
  font-size: 24px;
}

@media screen and (max-width: 736px) {
  .authshop-aside-text {
    font-size: 13.5px;
  }
}

.authshop-aside .authshop-btn {
  margin-top: 24px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .authshop-aside .authshop-btn {
    margin-top: 12px;
  }
}
