/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

h1 {
  font-size: 2em;
  margin: .67em 0
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  display: table
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=search] {
  -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

details {
  display: block
}

[hidden] {
  display: none
}


/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*, :after, :before {
  box-sizing: border-box
}

html {
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15
}

@-ms-viewport {
  width: device-width
}

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

body {
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left
}

[tabindex="-1"]:focus {
  outline: 0!important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  margin-top: 0
}

p {
  margin-bottom: 1rem;
  margin-top: 0
}

abbr[data-original-title], abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted
}

address {
  font-style: normal;
  line-height: inherit
}

address, dl, ol, ul {
  margin-bottom: 1rem
}

dl, ol, ul {
  margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code, kbd, pre, samp {
  font-size: 1em
}

pre {
  -ms-overflow-style: scrollbar;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto
}

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img, svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: .75rem;
  padding-top: .75rem;
  text-align: left
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

output {
  display: inline-block
}

summary {
  cursor: pointer;
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none!important
}

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

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

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

.cell, .cell-item {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  padding: 16px 16px 16px 0;
  position: relative
}

.cell-item.-inset, .cell.-inset {
  padding: 0
}

.cell-item.-row, .cell.-row {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.cell-item.-indent, .cell.-indent {
  padding-left: 16px
}

.cell-item.-pad, .cell.-pad {
  padding: 0 16px
}

@media (min-width:768px) {
  .cell-item.-pad, .cell.-pad {
    padding-left: 20px;
    padding-right: 20px
  }
}

.cell-item.-gutter, .cell.-gutter {
  margin-left: 16px
}

.cell-item.-contract, .cell.-contract {
  min-height: 0!important
}

.cell {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.cell.-root {
  border-bottom: 1px solid rgba(0, 0, 0, .1)!important
}

.cell.-on-primary {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2)!important
}

.cell:last-child {
  border-bottom: 0!important
}

.cell-item.-fill {
  flex-basis: 0;
  flex-grow: 1
}

.cell-item.-offset-left {
  margin-left: auto
}

.cell-item.-offset-right {
  margin-right: auto
}

@-webkit-keyframes OPACITY {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes OPACITY {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes ROTATE {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes ROTATE {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes CONTENTS_SHOW_TRANSLATE {
  0% {
    -webkit-transform: translate3d(0, 16px, 0);
    opacity: 0;
    transform: translate3d(0, 16px, 0)
  }
  80% {
    opacity: 1
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes CONTENTS_SHOW_TRANSLATE {
  0% {
    -webkit-transform: translate3d(0, 16px, 0);
    opacity: 0;
    transform: translate3d(0, 16px, 0)
  }
  80% {
    opacity: 1
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@-webkit-keyframes CONTENTS_SHOW_TRANSLATE_HORIZONTAL {
  0% {
    -webkit-transform: translate3d(16px, 0, 0);
    opacity: 0;
    transform: translate3d(16px, 0, 0)
  }
  80% {
    opacity: 1
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes CONTENTS_SHOW_TRANSLATE_HORIZONTAL {
  0% {
    -webkit-transform: translate3d(16px, 0, 0);
    opacity: 0;
    transform: translate3d(16px, 0, 0)
  }
  80% {
    opacity: 1
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@-webkit-keyframes CONTENTS_HIDE_TRANSLATE {
  0% {
    opacity: 1;
    visibility: visible
  }
  80% {
    opacity: 0
  }
  to {
    visibility: hidden
  }
}

@keyframes CONTENTS_HIDE_TRANSLATE {
  0% {
    opacity: 1;
    visibility: visible
  }
  80% {
    opacity: 0
  }
  to {
    visibility: hidden
  }
}

html {
  font-family: Hiragino Kaku Gothic Pro, Meiryo, _ＭＳ Ｐゴシック, osaka, Arial, sans-serif;
  font-size: 62.5%;
  height: 100%
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: rgba(0, 0, 0, .8);
  font-size: 1.6rem;
  line-height: 1.75;
  line-height: 1.2;
  word-break: break-all
}

a {
  text-decoration: none
}

a, a:hover {
  color: #0074bc
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.mag-inner {
  padding: 0 16px
}

@media (min-width:768px) {
  .mag-inner {
    padding: 0
  }
}

.article {
  line-height: 1.75;
  overflow: hidden
}

.article section {
  border-bottom: 1px solid #eee;
  padding: 16px 0
}

.article .mag-inner {
  padding: 0 16px
}

@media (min-width:768px) {
  .article .mag-inner {
    padding: 0
  }
}

.article .magbox, .article .magbox.share {
  margin-bottom: 48px
}

@media (min-width:768px) {
  .article .magbox {
    margin-bottom: 64px
  }
}

.article h1 {
  font-size: 2.6rem;
  margin-bottom: 16px;
  margin-top: 24px
}

.article h1, .article h2 {
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5
}

.article h2 {
  border-bottom: 4px solid #ddd;
  font-size: 2.4rem;
  margin: 56px 0 24px;
  padding-bottom: 16px
}

@media (min-width:768px) {
  .article h2 {
    font-size: 2.4rem
  }
}

.article h3 {
  border-left: 4px solid #ddd;
  font-weight: 400;
  margin: 56px 0 0;
  padding-left: 12px;
  position: relative
}

@media (min-width:768px) {
  .article h3 {
    font-size: 2rem
  }
}

.article h4, .article h5 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.66;
  margin: 56px 0 8px
}

@media (min-width:768px) {
  .article h4, .article h5 {
    font-size: 1.8rem
  }
}

.article p {
  font-size: 1.6rem;
  letter-spacing: .02em;
  line-height: 1.75;
  margin: 24px 0 0
}

@media (min-width:768px) {
  .article p {
    font-size: 1.6rem;
    line-height: 1.75
  }
}

.article p[data-paragraph-bg=textbg] {
  background-color: #f5f5f5;
  padding: 16px
}

.article [data-pagebreak] {
  border-top: 1px dotted #0074bc;
  counter-increment: number 1;
  margin: 96px 0;
  position: relative
}

.article [data-pagebreak]:after {
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  content: "\3053\3053\304B\3089" counter(number) "\30DA\30FC\30B8\76EE";
  font-weight: 700;
  left: 50%;
  padding: 16px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.article [data-fweight=bold] {
  font-weight: 700
}

.article [data-decoration=underline] {
  background: linear-gradient(transparent 70%, rgba(255, 191, 66, .5) 0)
}

.article [data-fstyle=italic] {
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, MS PGothic, Arial, Sans-serif;
  font-style: italic
}

.article a {
  text-decoration: underline
}

.article [data-fsize="5"] {
  font-size: 2rem
}

.article [data-fsize="3"] {
  font-size: 1.6rem
}

.article [data-fsize="2"] {
  font-size: 1.2rem
}

.article [data-color="#ff0000"] {
  color: #dc0012
}

.article ul {
  margin-top: 40px;
  padding-left: 24px
}

.article ul li {
  line-height: 1.75;
  list-style-type: disc;
  margin-top: 8px
}

.article ol {
  counter-reset: my-counter;
  list-style: none;
  margin: 32px 0 8px;
  padding: 0
}

.article ol li {
  line-height: 1.75;
  margin-top: 8px;
  padding-left: 24px;
  position: relative
}

.article ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  height: 24px;
  margin-left: -26px;
  text-align: center;
  width: 24px
}

.article [data-lstyle=figure] {
  line-height: 1.75;
  margin-top: 0;
  padding-left: 0
}

@media (min-width:768px) {
  .article [data-lstyle=figure] {
    display: flex
  }
}

.article [data-lstyle=figure] li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%
}

@media (min-width:768px) {
  .article [data-lstyle=figure] li {
    flex: 1 1;
    justify-content: space-between;
    width: calc(50% - 12px)
  }
}

.article [data-lstyle=figure] li:nth-child(2n) {
  margin-left: 0
}

@media (min-width:768px) {
  .article [data-lstyle=figure] li:nth-child(2n) {
    margin-left: 24px
  }
}

.article [data-lstyle=figure] li:nth-child(2n) figure {
  margin-top: 24px
}

@media (min-width:768px) {
  .article [data-lstyle=figure] li:nth-child(2n) figure {
    margin-top: 40px
  }
}

.article hr {
  border: none;
  border-top: 1px solid #ddd
}

.article figure {
  font-size: 1.6rem;
  letter-spacing: .02em;
  line-height: 1.75;
  margin: 40px 0 0
}

.article figure ui-image {
  margin-bottom: 8px
}

.article figure figcaption {
  font-size: 1.2rem
}

@media (min-width:768px) {
  .article figure {
    font-size: 1.6rem;
    line-height: 1.75
  }
}

.article figure[data-align=""], .article figure[data-align=right] {
  line-height: 1.75;
  margin: 40px -16px 0;
  padding: 0 16px
}

@media (min-width:768px) {
  .article figure[data-align=""], .article figure[data-align=right] {
    display: flex;
    margin: 40px 0 0;
    padding: 0
  }
}

@media (min-width:768px) {
  .article figure[data-align=""] [data-type=image], .article figure[data-align=right] [data-type=image] {
    flex: 1 1
  }
}

.article figure[data-align=""] [data-type=image]>div, .article figure[data-align=right] [data-type=image]>div {
  background-color: #f5f5f5
}

@media (min-width:768px) {
  .article figure[data-align=""] [data-type=content], .article figure[data-align=right] [data-type=content] {
    flex: 1 1
  }
}

.article figure[data-align=""] figcaption, .article figure[data-align=right] figcaption {
  font-size: 1.2rem;
  margin-bottom: 8px
}

@media (min-width:768px) {
  .article figure[data-align=""] figcaption, .article figure[data-align=right] figcaption {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .article figure[data-align=right] [data-type=image] {
    order: 2;
    padding-left: 8px
  }
}

@media (min-width:768px) {
  .article figure[data-align=""] [data-type=image], .article figure[data-align=right] [data-type=content] {
    order: 1;
    padding-right: 8px
  }
}

@media (min-width:768px) {
  .article figure[data-align=""] [data-type=content] {
    order: 2;
    padding-left: 8px
  }
}

.article figure[data-bg=imagebg] {
  background: #f5f5f5;
  padding: 16px
}

.article [data-orientation=portrait] ui-image {
  margin: 0 auto 8px
}

@media (min-width:768px) {
  .article [data-orientation=portrait] ui-image {
    max-height: 477px;
    max-width: 318px
  }
}

@media (min-width:768px) {
  .article [data-figrole=content] [data-orientation=portrait] ui-image, .article [data-lstyle=figure] [data-orientation=portrait] ui-image {
    max-height: 342px;
    max-width: 228px
  }
}

.article [data-type=person] {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.75;
  margin: 40px -16px 0;
  overflow: hidden;
  padding: 16px
}

@media (min-width:768px) {
  .article [data-type=person] {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 40px 0 0
  }
}

.article [data-type=person] ui-image {
  float: left;
  margin-right: 16px;
  width: 32.5%
}

@media (min-width:768px) {
  .article [data-type=person] ui-image {
    width: 120px
  }
}

.article [data-type=person] [data-role=info] {
  float: right;
  width: 100%
}

.article [data-type=person] ui-image+[data-role=info] {
  width: calc(67.5% - 16px)
}

@media (min-width:768px) {
  .article [data-type=person] ui-image+[data-role=info] {
    width: calc(100% - 136px)
  }
}

.article [data-type=person] [data-role=person] {
  font-weight: 700;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .article [data-type=person] [data-role=person] {
    margin-bottom: 8px
  }
}

.article [data-type=person] [data-role=introduction] {
  font-size: 1.2rem
}

.article [data-type=writer] {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.75;
  margin: 40px -16px 0;
  overflow: hidden;
  padding: 16px
}

@media (min-width:768px) {
  .article [data-type=writer] {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 40px 0 0
  }
}

.article [data-type=writer] ui-image {
  border-radius: 50%;
  float: left;
  height: 72px;
  margin-right: 16px;
  overflow: hidden;
  width: 72px
}

.article [data-type=writer] [data-role=info] {
  float: right;
  width: 100%
}

.article [data-type=writer] ui-image+[data-role=info] {
  width: calc(100% - 88px)
}

.article [data-type=writer] [data-role=person] {
  font-weight: 700;
  margin-bottom: 12px
}

.article [data-type=writer] [data-role=introduction] {
  font-size: 1.2rem;
  margin-top: 12px
}

.article [data-type=shop] {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.75;
  margin: 40px -16px 0;
  overflow: hidden;
  padding: 16px
}

@media (min-width:768px) {
  .article [data-type=shop] {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 40px 0 0
  }
}

.article [data-type=shop] ui-image {
  float: left;
  margin-right: 16px;
  width: 31.4%
}

.article [data-type=shop] [data-role=information] {
  float: right;
  width: 100%
}

.article [data-type=shop] ui-image+[data-role=information] {
  width: calc(68.6% - 16px)
}

.article [data-type=shop] [data-role=introduction] {
  clear: both;
  font-size: 1.2rem;
  padding-top: 12px;
  width: 100%
}

@media (min-width:768px) {
  .article [data-type=shop] [data-role=introduction] {
    margin-top: 16px
  }
}

.article [data-type=area] {
  background-color: #f5f5f5;
  line-height: 1.75;
  margin: 40px -16px 0;
  padding: 16px
}

@media (min-width:768px) {
  .article [data-type=area] {
    border-radius: 4px;
    margin: 40px 0 0
  }
}

.article [data-type=area]>div+div {
  border-top: 1px solid #ddd;
  margin-top: 16px;
  padding-top: 16px
}

.article [data-type=area] [data-role=title] {
  font-weight: 700;
  margin-bottom: 16px
}

@media (min-width:768px) {
  .article [data-type=area] [data-role=title] {
    margin-bottom: 8px
  }
}

.article [data-type=area] [data-role=information] {
  width: 100%
}

.article [data-type=area] [data-role=staff] {
  overflow: hidden
}

.article [data-type=area] [data-role=staff] ui-image {
  float: left;
  margin-right: 16px;
  width: 32.5%
}

@media (min-width:768px) {
  .article [data-type=area] [data-role=staff] ui-image {
    width: 120px
  }
}

.article [data-type=area] [data-role=staff] ui-image+[data-role=info] {
  width: calc(67.5% - 16px)
}

@media (min-width:768px) {
  .article [data-type=area] [data-role=staff] ui-image+[data-role=info] {
    width: calc(100% - 136px)
  }
}

.article [data-type=area] [data-role=staff] [data-role=info] {
  float: right;
  width: 100%
}

.article [data-type=area] [data-role=person] {
  font-weight: 700;
  margin-bottom: 12px
}

.article [data-type=area] [data-role=introduction] {
  font-size: 1.2rem
}

.article [data-type=table] {
  margin-top: 40px
}

.article [data-type=table] td, .article [data-type=table] th {
  border: 1px solid #ddd;
  min-height: 48px;
  min-width: 48px;
  padding: 16px 12px;
  white-space: nowrap
}

.article [data-type=table] th {
  background-color: #f5f5f5;
  font-weight: 400;
  min-height: 48px;
  text-align: center;
  white-space: nowrap
}

.article [data-type=table] [data-role=table-caption] {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px
}

.article [data-type=table] [data-role=table-annotation] {
  font-size: 1.2rem;
  margin-top: 16px
}

.article pre {
  background-color: #f6f8fa;
  line-height: 1.45;
  margin: 16px 0 32px;
  overflow: auto;
  padding: 16px;
  word-wrap: normal
}

.article code, .article pre {
  border-radius: 3px;
  font-size: 85%
}

.article code {
  background-color: rgba(27, 31, 35, .05);
  margin: 0;
  padding: .2em .4em
}

.article pre>code {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  word-break: normal
}

.article pre code {
  background-color: transparent!important;
  border: 0;
  display: inline;
  line-height: inherit;
  margin: 0;
  max-width: auto;
  overflow: visible;
  padding: 0;
  word-wrap: normal
}

[data-overflow-border=translucent] {
  position: relative
}

[data-overflow-border=translucent]>[data-role=scroller] {
  overflow: auto;
  width: 100%
}

[data-overflow-border=translucent]>[data-role=translucent_left] {
  left: 0
}

[data-overflow-border=translucent]>[data-role=translucent_left], [data-overflow-border=translucent]>[data-role=translucent_right] {
  background-color: hsla(0, 0%, 100%, .8);
  content: "";
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .3s linear;
  width: 16px
}

[data-overflow-border=translucent]>[data-role=translucent_right] {
  right: 0
}

.c-menuicon {
  -webkit-transform: translateY(-12px);
  align-items: center;
  height: 24px;
  justify-content: center;
  left: 16px;
  padding: 4px 2px;
  position: fixed;
  top: 32px;
  transform: translateY(-12px);
  width: 24px;
  z-index: 6000
}

@media (min-width:768px) {
  .c-menuicon {
    height: 32px;
    left: 32px;
    top: 40px;
    width: 32px
  }
}

.c-menuicon:hover {
  cursor: pointer
}

.c-menuicon>* {
  -webkit-transform-origin: center;
  background-color: #dc0012;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: center;
  width: calc(100% - 4px)
}

.c-menuicon>:first-child {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px)
}

.c-menuicon>:nth-child(3) {
  -webkit-transform: translateY(6px);
  transform: translateY(6px)
}

@media (min-width:768px) {
  .c-menuicon>* {
    left: 4px;
    width: calc(100% - 8px)
  }
  .c-menuicon>:first-child {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
  .c-menuicon>:nth-child(3) {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}

#sidenavi .c-menuicon>:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px
}

#sidenavi .c-menuicon>:nth-child(2) {
  -webkit-transform: translateX(100%);
  opacity: 0;
  transform: translateX(100%)
}

#sidenavi .c-menuicon>:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px
}

@media (min-width:768px) {
  #sidenavi .c-menuicon>:first-child, #sidenavi .c-menuicon>:nth-child(3) {
    width: 28px
  }
}

.c-sidenavi, .c-sidenavi-body, .c-sidenavi-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5000
}

@media (min-width:1280px) {
  .c-sidenavi {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-top: 88px;
    width: 296px
  }
}

.c-sidenavi-body {
  background-color: #fff;
  color: rgba(0, 0, 0, .8);
  overflow: hidden;
  padding-top: 64px;
  width: 296px;
  z-index: 5000
}

.c-sidenavi-contents {
  height: 100%;
  width: 100%
}

.c-sidenavi-overlay {
  background: rgba(0, 0, 0, .5);
  z-index: 5000
}

@media (min-width:1280px) {
  .c-sidenavi-overlay {
    display: none
  }
}

.c-scrollnavigator {
  -webkit-transform: scale(0);
  align-content: center;
  align-items: center;
  background-color: #dc0012;
  border-radius: 50%;
  bottom: 16px;
  display: flex;
  height: 48px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 16px;
  transform: scale(0);
  width: 48px;
  z-index: 5000
}

.c-scrollnavigator:hover {
  cursor: pointer;
  opacity: .7
}

@media (min-width:768px) {
  .c-scrollnavigator {
    bottom: 20px;
    right: 20px
  }
}

.c-scrollnavigator[present-state=present][transition-active] {
  transition: all .25s cubic-bezier(.4, 0, .2, 1)
}

.c-scrollnavigator[present-state=dismiss][transition-active] {
  transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.c-scrollnavigator[present-state=dismiss][transition-from], .c-scrollnavigator[present-state=present][transition-to] {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1)
}

.c-scrollnavigator[present-state=dismiss][transition-didend] {
  display: none
}

[role=tab] {
  cursor: pointer;
  display: block
}

[role=tabpanel][aria-hidden=true] {
  display: none
}

.c-tablist {
  display: flex;
  flex-direction: row;
  position: relative
}

.c-tablist [data-role=tabline] {
  background: #dc0012;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
  width: 0
}

.c-tabpanel {
  flex-direction: row
}

.c-aspectratio {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%
}

.c-aspectratio-shim {
  display: block;
  padding-bottom: 100%;
  width: 100%
}

.c-aspectratio-wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.c-ripple {
  overflow: hidden;
  position: relative
}

.c-ripple .c-ripple-color {
  -webkit-transform: scale(1);
  background-color: rgba(0, 0, 0, .8);
  border-radius: 50%;
  height: 0;
  left: 0;
  opacity: .1;
  position: absolute;
  top: 0;
  transform: scale(1);
  width: 0
}

.c-ripple .c-ripple-color[transition-nonactive] {
  -webkit-transform: scale(0);
  opacity: 0;
  transform: scale(0)
}

.c-ripple .c-ripple-color[transition=present][transition-active] {
  transition: opacity, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
  transition: opacity, transform .25s cubic-bezier(.4, 0, .2, 1);
  transition: opacity, transform .25s cubic-bezier(.4, 0, .2, 1), -webkit-transform .25s cubic-bezier(.4, 0, .2, 1)
}

.c-ripple .c-ripple-color[transition=dismiss][transition-active] {
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1)
}

.c-ripple .c-ripple-color[transition=present][transition-from] {
  -webkit-transform: scale(0);
  opacity: 0;
  transform: scale(0)
}

.c-ripple .c-ripple-color[transition=dismiss][transition-to] {
  opacity: 0
}

.c-ripple .c-ripple-color[transition=dismiss][transition-didend] {
  display: none
}

body[c-modal-state=opend] {
  height: 100%;
  overflow: hidden
}

.c-modal {
  display: none
}

.c-modal-body {
  background-color: #fff;
  border-radius: 4px;
  bottom: 0;
  height: 345px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 92%;
  z-index: 7000
}

@media (min-width:768px) {
  .c-modal-body {
    height: 325px;
    width: 690px
  }
}

.c-modal-body[present-state=present][transition-active] {
  transition: all .25s cubic-bezier(.4, 0, .2, 1)
}

.c-modal-body[present-state=dismiss][transition-active] {
  transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.c-modal-body[present-state=dismiss][transition-to], .c-modal-body[present-state=present][transition-from] {
  -webkit-transform: translateY(40px);
  opacity: 0;
  transform: translateY(40px)
}

.c-modal-body[present-state=dismiss][transition-didend] {
  display: none
}

.c-modal-overlay {
  background-color: rgba(0, 0, 0, .5);
  height: 100vh;
  z-index: 6000
}

.c-modal-close {
  cursor: pointer;
  height: 28px;
  position: absolute;
  right: 0;
  top: -36px;
  width: 28px
}

.c-modal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-modal-close:after, .c-modal-close:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  left: -4px;
  position: absolute;
  top: 13px;
  width: 36px
}

.c-modal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-modal-body .scrollview {
  overflow: visible
}

.c-icon {
  height: 24px;
  width: 24px
}

.c-icon.-size-16 {
  height: 16px;
  width: 16px
}

.c-icon.-size-24 {
  height: 24px;
  width: 24px
}

.c-icon.-size-32 {
  height: 32px;
  width: 32px
}

.c-icon.-size-40 {
  height: 40px;
  width: 40px
}

.c-icon.-size-48 {
  height: 48px;
  width: 48px
}

@media (min-width:425px) {
  .c-icon.-xs-16 {
    height: 16px;
    width: 16px
  }
  .c-icon.-xs-24 {
    height: 24px;
    width: 24px
  }
  .c-icon.-xs-32 {
    height: 32px;
    width: 32px
  }
  .c-icon.-xs-40 {
    height: 40px;
    width: 40px
  }
  .c-icon.-xs-48 {
    height: 48px;
    width: 48px
  }
}

@media (min-width:768px) {
  .c-icon.-s-16 {
    height: 16px;
    width: 16px
  }
  .c-icon.-s-24 {
    height: 24px;
    width: 24px
  }
  .c-icon.-s-32 {
    height: 32px;
    width: 32px
  }
  .c-icon.-s-40 {
    height: 40px;
    width: 40px
  }
  .c-icon.-s-48 {
    height: 48px;
    width: 48px
  }
  .c-icon.-s-28 {
    height: 28px;
    width: 28px
  }
  .c-icon.-s-96 {
    height: 96px;
    width: 96px
  }
}

@media (min-width:1024px) {
  .c-icon.-m-16 {
    height: 16px;
    width: 16px
  }
  .c-icon.-m-24 {
    height: 24px;
    width: 24px
  }
  .c-icon.-m-32 {
    height: 32px;
    width: 32px
  }
  .c-icon.-m-40 {
    height: 40px;
    width: 40px
  }
  .c-icon.-m-48 {
    height: 48px;
    width: 48px
  }
  .c-icon.-m-144 {
    height: 144px;
    width: 144px
  }
}

@media (min-width:1280px) {
  .c-icon.-l-16 {
    height: 16px;
    width: 16px
  }
  .c-icon.-l-24 {
    height: 24px;
    width: 24px
  }
  .c-icon.-l-32 {
    height: 32px;
    width: 32px
  }
  .c-icon.-l-40 {
    height: 40px;
    width: 40px
  }
  .c-icon.-l-48 {
    height: 48px;
    width: 48px
  }
}

.c-notifire-body {
  background-color: rgba(51, 51, 51, .8);
  border-radius: 4px;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  height: 48px;
  left: 0;
  margin: auto;
  padding: 16px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 200px;
  z-index: 4000
}

@media (min-width:768px) {
  .c-notifire-body {
    height: 72px;
    padding: 28px 16px;
    width: 360px
  }
}

.c-notifire-body[present-state=dismiss][transition-active], .c-notifire-body[present-state=present][transition-active] {
  transition: all .25s linear .2s
}

.c-notifire-body[present-state=dismiss][transition-to], .c-notifire-body[present-state=present][transition-from] {
  opacity: 0
}

.c-notifire-body[present-state=dismiss][transition-didend] {
  display: none
}

.c-slider {
  min-height: 1%;
  position: relative;
  width: 100%
}

.c-slider-display {
  flex-direction: row;
  overflow: hidden;
  width: 100%
}

.c-slider-track {
  flex-direction: row;
  height: 100%;
  position: relative;
  transition: all .38s cubic-bezier(.4, 0, .2, 1);
  width: 100%
}

.c-slider-list {
  background-color: #fff;
  height: 100%;
  width: 100%
}

.c-slider-dots {
  -webkit-transform: translateX(-50%);
  bottom: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  visibility: hidden;
  z-index: 2
}

.c-slider-dots .c-slider-dots-body {
  display: flex;
  flex-direction: row;
  list-style-type: none
}

.c-slider-dots .c-slider-dots-body>* {
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  margin: 4px;
  width: 8px
}

.c-slider-dots .c-slider-dots-body>[aria-selected=true] {
  background-color: #dc0012
}

.c-slider-controller {
  list-style-type: none;
  visibility: hidden
}

.c-slider-controller .c-slider-controller-body {
  display: none
}

@media (min-width:768px) {
  .c-slider-controller .c-slider-controller-body {
    -webkit-transform: translateY(-50%);
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
  }
  .c-slider-controller .c-slider-controller-body>:after {
    content: "";
    display: block;
    height: 19px;
    width: 19px
  }
  .c-slider-controller .c-slider-controller-body.-prev {
    left: 0
  }
  .c-slider-controller .c-slider-controller-body.-prev>:after {
    -webkit-transform: rotate(-45deg);
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg)
  }
  .c-slider-controller .c-slider-controller-body.-next {
    right: 0
  }
  .c-slider-controller .c-slider-controller-body.-next>:after {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg)
  }
}

.c-slider.-ready .c-slider-controller, .c-slider.-ready .c-slider-dots {
  visibility: visible
}

.h-container {
  margin: 0 auto;
  padding: 0 16px
}

.btn {
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  height: 56px;
  line-height: 56px;
  padding: 0;
  text-align: center;
  transition: .3s ease-in-out
}

@media (min-width:768px) {
  .btn {
    height: 64px;
    line-height: 64px
  }
}

.btn a {
  color: inherit;
  display: block;
  height: 100%
}

.btn--variable {
  max-width: 280px;
  min-width: 104px;
  padding: 0 16px
}

@media (min-width:768px) {
  .btn--variable {
    max-width: none;
    min-width: 136px
  }
}

.btn--variable a {
  margin-left: -16px;
  width: calc(32px + 100%)
}

.btn--static {
  width: 240px
}

@media (min-width:768px) {
  .btn--static {
    width: 224px
  }
}

.btn--static a {
  width: 100%
}

.btn--small {
  font-size: 1.1rem;
  height: 40px;
  line-height: 40px;
  min-width: 104px
}

@media (min-width:768px) {
  .btn--small {
    font-size: 1.1rem;
    height: 40px;
    line-height: 40px;
    width: 106px
  }
}

.btn-primary {
  background-color: #dc0012;
  border-color: #dc0012;
  color: #fff
}

.btn-primary:hover {
  color: #fff
}

.btn-primary--border {
  background-color: #fff;
  border-color: #dc0012;
  color: #dc0012;
  transition: .3s ease-in-out
}

.btn-primary--border:hover {
  background-color: rgba(220, 0, 18, .05);
  color: #dc0012
}

.btn-secondary--border {
  background-color: #fff;
  border-color: #ddd;
  color: rgba(0, 0, 0, .54);
  transition: .3s ease-in-out
}

.btn-secondary--border:hover {
  background-color: rgba(51, 51, 51, .05);
  color: rgba(0, 0, 0, .54)
}

.btn-cvr {
  background-color: #0074bc;
  border-color: #0074bc
}

.btn-cvr, .btn-cvr:hover {
  color: #fff
}

.btn-cvr--border {
  background-color: #fff;
  border-color: #0074bc;
  color: #0074bc;
  transition: .3s ease-in-out
}

.btn-cvr--border:active, .btn-cvr--border:hover {
  background-color: rgba(0, 116, 188, .05);
  color: #0074bc
}

.btn-cvr, .btn-primary, .hover-primary {
  transition: .15s ease-in-out
}

.btn-cvr:active, .btn-cvr:hover, .btn-primary:active, .btn-primary:hover, .hover-primary:active, .hover-primary:hover {
  opacity: .65
}

.hover-txt {
  border-bottom: 1px solid transparent;
  transition: .3s ease-in-out
}

.hover-txt:active, .hover-txt:hover {
  border-color: currentColor
}

.cat {
  border: 1px solid;
  border-radius: 6px;
  display: inline-flex;
  height: 32px;
  line-height: 32px;
  position: relative
}

.cat, .cat a {
  transition: .3s ease-in-out
}

.cat a {
  color: #dc0012;
  font-size: 1.2rem;
  line-height: 30px;
  padding: 0 8px
}

.cat a:active, .cat a:hover {
  background-color: rgba(220, 0, 18, .05)
}

.category {
  border-color: #dc0012
}

.tag {
  border-color: #ddd
}

.tag a {
  color: rgba(0, 0, 0, .8);
  line-height: 30px;
  transition: .3s ease-in-out
}

.tag a:active, .tag a:hover {
  background-color: rgba(51, 51, 51, .05)
}

.tag a:before {
  content: "#"
}

.sns-fb, .sns-hb, .sns-ln, .sns-tw {
  border-radius: 8px;
  display: inline-block
}

.sns-fb {
  background: #4267b2
}

.sns-tw {
  background: #1da1f2
}

.sns-ln {
  background: #00b900
}

.sns-hb {
  background: #00a4de
}

.sns--btn--url {
  background: #fff;
  border: 1px solid #dc0012;
  border-radius: 6px;
  color: #dc0012;
  font-size: 1.1rem;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  position: relative;
  width: 106px
}

.sns--btn--url .c-icon {
  bottom: 0;
  left: 10px;
  margin: auto 0;
  position: absolute;
  top: 0
}

.pager-list {
  align-items: center;
  display: flex;
  justify-content: center
}

.pager-list li {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  height: 48px;
  max-width: 48px;
  width: 100%
}

.pager-list li:first-child {
  border-left: 1px solid #ddd
}

@media (min-width:768px) {
  .pager-list li {
    height: 42px;
    max-width: 42px
  }
}

.pager-list a, .pager-list span {
  align-items: center;
  color: #dc0012;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.pager-list a {
  transition: .3s ease-in-out
}

.pager-list a:hover {
  background-color: rgba(220, 0, 18, .05)
}

.pager .is-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.pager .is-current {
  background: #dc0012
}

.pager .is-current a, .pager .is-current span {
  color: #fff
}

.pager-num {
  display: none
}

@media (min-width:768px) {
  .pager-num {
    display: block
  }
}

.pager-list .pager-count {
  max-width: 120px;
  width: 120px
}

@media (min-width:768px) {
  .pager-list .pager-count {
    display: none
  }
}

.pager-list .pager-count span {
  color: rgba(0, 0, 0, .8);
  width: 120px
}

.pager-total {
  display: none;
  margin-bottom: 0
}

@media (min-width:768px) {
  .pager-total {
    color: rgba(0, 0, 0, .54);
    display: block;
    margin-top: 16px;
    text-align: center
  }
}

.breadcrumb {
  background: #fff;
  border-top: 1px solid #ddd;
  margin-top: 80px;
  overflow-x: auto;
  padding: 12px 0
}

@media (min-width:768px) {
  .breadcrumb {
    margin-top: 160px
  }
}

.breadcrumb-list {
  font-size: 0;
  white-space: nowrap
}

@media (min-width:768px) {
  .breadcrumb-list {
    white-space: normal
  }
}

.breadcrumb-item {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.66;
  position: relative
}

.breadcrumb-item+.breadcrumb-item {
  margin-left: 16px
}

.breadcrumb-item:last-child {
  padding-right: 16px
}

.breadcrumb-item+.breadcrumb-item:after {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  display: inline-block;
  height: 4px;
  left: -10px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 4px
}

.breadcrumb-item a {
  border-bottom: 1px solid transparent;
  color: rgba(0, 0, 0, .8);
  display: inline;
  transition: .3s ease-in-out
}

.breadcrumb-item a:hover {
  border-color: currentColor
}

.error--fetch-box {
  background-color: #f5f5f5;
  padding: 24px 16px
}

.error--fetch-box_alert {
  align-items: center;
  display: flex;
  flex-wrap: wrap
}

.error--fetch-box_alert-icon {
  width: 48px
}

.error--fetch-box_alert-txt {
  width: calc(100% - 48px)
}

.error--fetch-box_reload {
  margin-left: 48px;
  margin-top: 8px
}

.error--fetch-box_reload a {
  color: #0074bc
}

.init-key {
  display: none
}

@media (min-width:768px) {
  .cassette {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px
  }
}

.cassette li {
  margin-bottom: 16px
}

@media (min-width:768px) {
  .cassette li {
    margin: 0 0 24px;
    width: calc(50% - 12px)
  }
  .cassette li:not(:nth-child(2n)) {
    margin-right: 24px
  }
}

@media (min-width:880px) {
  .cassette li {
    margin-bottom: 0;
    width: calc(33.33333% - 16px)
  }
  .cassette li:not(:nth-child(3n)) {
    margin-right: 24px
  }
  .cassette li:nth-child(3n) {
    margin-right: 0
  }
}

.cassette a {
  display: flex;
  position: relative
}

@media (min-width:768px) {
  .cassette a {
    display: block
  }
}

.cassette ui-image {
  margin-right: 16px;
  width: 37%
}

@media (min-width:768px) {
  .cassette ui-image {
    margin: 0 0 8px;
    width: 100%
  }
}

.cassette .cassette-info ul-icon {
  vertical-align: middle
}

@media (min-width:768px) {
  .cassette .cassette-foot {
    position: static
  }
}

.cassette-info {
  flex: 1 1;
  position: relative
}

.cassette-title {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 8px
}

.cassette-foot {
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%
}

.cassette-date {
  width: 6.5em
}

.cassette-cat, .cassette-date {
  color: rgba(0, 0, 0, .54);
  display: block;
  margin-bottom: 0
}

.cassette-cat {
  padding-left: 8px;
  text-align: right;
  width: calc(100% - 6.5em)
}

.label-pr {
  background-color: rgba(51, 51, 51, .8);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 24px;
  left: 0;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 36px
}

@media (min-width:768px) {
  .label-pr--main {
    font-size: 1.6rem;
    height: 32px;
    line-height: 32px;
    width: 48px
  }
}

.lead {
  background-color: #f5f5f5;
  padding: 32px 0
}

.lead h1+p {
  margin-top: 16px
}

.lead p {
  margin-bottom: 16px
}

.lead p:last-child {
  margin-bottom: 0
}

.lead :empty {
  font-size: 0;
  line-height: 0;
  margin: 0
}

label {
  margin-bottom: 0
}

button:active, button:active>a, button:active>span, button:focus, button:focus>a, button:focus>span {
  outline: none;
  position: relative
}

.input-label {
  margin-bottom: 16px
}

.input-txt {
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: normal;
  min-height: 64px;
  outline: none;
  padding: 0 16px;
  transition: border-color .3s ease-in-out
}

.input-txt::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .54)
}

.input-txt::-moz-placeholder {
  color: rgba(0, 0, 0, .54)
}

.input-txt:-ms-input-placeholder {
  color: rgba(0, 0, 0, .54)
}

.input-txt:placeholder-shown {
  color: rgba(0, 0, 0, .54)
}

.input-txt:focus, .input-txt:hover {
  border-color: #0074bc
}

.input-txt--default, .input-txt--error, .input-txt--focus {
  border: 1px solid #ddd
}

.input-txt--w100 {
  width: 100%
}

.input-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: rgba(0, 0, 0, .54);
  font-size: 1.6rem;
  outline: none;
  padding: 16px 40px 16px 16px;
  position: relative;
  transition: border-color .3s ease-in-out;
  width: 100%
}

.input-select:hover {
  border-color: #0074bc
}

button[type=submit], input[type=submit] {
  outline: none
}

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

.input-select--wrap {
  position: relative
}

.input-select--l {
  width: 40%
}

.input-select--s {
  width: 30%
}

.input-select--wrap+.input-select--wrap {
  margin-left: 16px
}

.input-select--wrap:before {
  -webkit-transform: rotate(-180deg);
  background: url(/static/img/form/expand_less.svg) no-repeat;
  background-size: 20px 20px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 23px;
  top: 16px;
  transform: rotate(-180deg);
  width: 20px
}

.input-checkbox {
  margin-right: 8px;
  width: 20px
}

.input-infoarea {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 24px
}

.input-infoarea--title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.66
}

@media (min-width:768px) {
  .input-infoarea--title {
    font-size: 1.2rem
  }
}

.input-infoarea--list li {
  font-weight: 700;
  line-height: 1.75;
  padding-left: 1em;
  position: relative
}

.input-infoarea--list li:before {
  content: "\30FB";
  display: inline-block;
  left: 0;
  position: absolute
}

.info-title--caution {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.7
}

.info-title--error {
  color: #f53500
}

.input-box--lll {
  margin-bottom: 40px
}

@media (min-width:768px) {
  .input-box--lll {
    margin-bottom: 80px
  }
}

.input-box--ll {
  margin-bottom: 24px
}

@media (min-width:768px) {
  .input-box--ll {
    margin-bottom: 48px
  }
}

.input-box--lm {
  margin-bottom: 32px
}

@media (min-width:768px) {
  .input-box--lm {
    margin-bottom: 56px
  }
}

.input-box--l {
  margin-bottom: 16px
}

@media (min-width:768px) {
  .input-box--l {
    margin-bottom: 40px
  }
}

.input-box--m {
  margin-bottom: 32px
}

@media (min-width:768px) {
  .input-box--m {
    margin-bottom: 32px
  }
}

.input-box--ms {
  margin-bottom: 16px
}

@media (min-width:768px) {
  .input-box--ms {
    margin-bottom: 24px
  }
}

.input-box--s {
  margin-bottom: 8px
}

@media (min-width:768px) {
  .input-box--s {
    margin-bottom: 16px
  }
}

.input-box--ss {
  margin-bottom: 4px
}

@media (min-width:768px) {
  .input-box--ss {
    margin-bottom: 8px
  }
}

.error-box {
  background: #fdf4f2;
  border-radius: 4px;
  padding: 16px 16px 16px 24px
}

@media (min-width:768px) {
  .error-box {
    padding: 32px
  }
}

.error-box--txt {
  align-items: center;
  color: #f53500;
  display: flex;
  margin: 0
}

.error-box--txt span {
  font-weight: 700;
  margin-left: 16px
}

.error-box--txt img {
  display: block
}

.error-box--txt+.error-box--txt {
  margin-top: 8px
}

.error-txt {
  color: #f53500;
  margin: 8px 0 0
}

.form-error .input-select, .form-error .input-txt--default {
  border: 1px solid #f53500
}

.form-error.input-box--ll {
  margin-bottom: 40px
}

.form-error.input-box--l {
  margin-bottom: 32px
}

.form-error.input-box--m {
  margin-bottom: 24px
}

.form-error.input-box--s {
  margin-bottom: 8px
}

@media (min-width:768px) {
  .input-wrap-pc {
    margin-left: auto;
    margin-right: auto;
    width: 568px
  }
}

.input-wrap-pc--border {
  margin-bottom: 32px
}

@media (min-width:768px) {
  .input-wrap-pc--border {
    border: 1px solid #ddd;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 48px 0;
    width: 568px
  }
}

.birthday-box, .input-step {
  display: flex
}

.input-step {
  justify-content: space-between;
  margin: 0 auto 32px;
  overflow: hidden;
  padding: 16px 0 0;
  position: relative;
  width: calc(100% - 32px)
}

@media (min-width:768px) {
  .input-step {
    margin: 0 auto 48px;
    overflow: visible;
    padding: 16px 0 18px;
    width: 100%
  }
}

.input-step:before {
  border-top: 4px solid #ddd;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 22px;
  width: calc(100% - 16px)
}

.step-half:after {
  left: 8px;
  width: 50%
}

.step-end:after, .step-half:after {
  border-top: 4px solid #dc0012;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 22px
}

.step-end:after {
  left: 0;
  right: 0;
  width: calc(100% - 16px)
}

.step--item {
  color: #333;
  font-size: 1.2rem;
  padding-top: 32px;
  position: relative;
  text-align: center;
  width: 33.33333%
}

@media (min-width:768px) {
  .step--item {
    padding-top: 0
  }
}

.step--item:before {
  background: #ddd;
  border-radius: 12px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px
}

@media (min-width:768px) {
  .step--item:before {
    border-radius: 32px;
    height: 48px;
    top: -16px;
    width: 150px
  }
}

.step--item.on:before {
  background: #dc0012
}

.step--item:first-child {
  text-align: left
}

.step--item:last-child {
  text-align: right
}

.step--item:first-child:before {
  margin-left: 8px;
  right: auto
}

@media (min-width:768px) {
  .step--item:first-child:before {
    margin-left: 0
  }
}

.step--item:last-child:before {
  left: auto;
  margin-right: 8px
}

@media (min-width:768px) {
  .step--item:last-child:before {
    margin-right: 0
  }
}

@media (min-width:768px) {
  .step--item span {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 150px;
    z-index: 999
  }
  .step--item.on span {
    color: #fff
  }
}

.input-forget {
  font-size: 1.2rem
}

@media (min-width:768px) {
  .input-forget {
    font-size: 1.4rem
  }
}

.password_confirm {
  padding-bottom: 16px;
  position: relative
}

.password_confirm input {
  padding-right: 64px
}

.password_confirm [data-sync-role=mirror] {
  background: #fff;
  color: #000;
  color: initial;
  left: 0;
  position: absolute;
  top: 35px
}

.password_confirm [data-sync-role=mirror-text]:empty:before {
  color: rgba(0, 0, 0, .54);
  content: ""
}

.password_confirm--txt {
  color: #0074bc;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 62px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: 36px
}

br.sp-only {
  display: block
}

@media (min-width:768px) {
  br.sp-only {
    display: none
  }
}

.input-edit--detail {
  margin-bottom: 40px;
  vertical-align: middle;
  width: 100%;
  word-break: break-all
}

@media (min-width:768px) {
  .input-edit--detail {
    margin-bottom: 48px
  }
}

.input-infoarea .input-edit--detail {
  margin-bottom: 0
}

.input-infoarea .input-edit--detail:not(:last-child) {
  margin-bottom: 16px
}

.input-edit--title {
  color: rgba(0, 0, 0, .8);
  padding-bottom: 16px
}

@media (min-width:768px) {
  .input-edit--title {
    padding-bottom: 24px
  }
}

.input-edit--subtitle {
  color: rgba(0, 0, 0, .54);
  font-weight: 400
}

.input-edit--detail li {
  padding-left: 1em;
  position: relative
}

.input-edit--detail li:before {
  content: "\30FB";
  display: inline-block;
  left: 0;
  position: absolute;
  width: 1em
}

.input-edit-submit {
  margin-top: 40px;
  text-align: center
}

@media (min-width:768px) {
  .input-edit-submit {
    margin-top: 80px
  }
}

.input-edit-submit li+li {
  margin: 24px 0 80px
}

@media (min-width:768px) {
  .input-edit-submit li+li {
    margin: 32px 0 160px
  }
}

#capy-captcha-caption {
  color: rgba(0, 0, 0, .54);
  font-size: 1.2rem;
  letter-spacing: .02em;
  line-height: 1.66;
  margin-bottom: 16px
}

@media (min-width:768px) {
  #capy-captcha-caption {
    margin-bottom: 8px
  }
}

.check-list+.check-list {
  margin-top: 8px
}

.form__checkbox {
  padding-left: 32px;
  position: relative
}

.form__checkbox input {
  display: none
}

.form__checkbox input+span {
  background: url(/static/img/form/checkbox-off.svg);
  display: inline-block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 24px
}

.form__checkbox input:checked+span {
  background: url(/static/img/form/checkbox-on.svg)
}

.title-box {
  padding: 32px 0
}

.box-border {
  padding-top: 32px
}

@media (min-width:768px) {
  .box-border {
    padding-top: 56px
  }
}

.box-border-s {
  border-top: 1px solid #ddd;
  padding-top: 32px
}

@media (min-width:768px) {
  .box-border-s {
    padding-top: 80px
  }
}

.info--title {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 32px 0 48px
}

@media (min-width:768px) {
  .info--title {
    margin: 48px 0
  }
}

.box--info {
  background-color: #f6f4ee;
  margin-bottom: 48px;
  margin-left: -16px;
  padding: 32px 16px;
  width: calc(32px + 100%)
}

.txt--em {
  font-weight: 700
}

.txt--main {
  font-size: 1.8rem
}

.btn--forTop {
  text-align: center
}

@media (min-width:768px) {
  .info--title {
    font-size: 3.2rem
  }
  .box--info {
    padding: 48px 16px;
    text-align: center
  }
  .btn--forTop a {
    padding: 0 32px
  }
}

.container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 16px
}

@media (min-width:768px) {
  .container {
    padding: 0 40px
  }
}

.box {
  margin: 16px 0;
  padding: 16px
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%
}

.col-1, .col-2 {
  flex-grow: 0;
  flex-shrink: 0
}

.col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%
}

.col-3, .col-4 {
  flex-grow: 0;
  flex-shrink: 0
}

.col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%
}

.col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%
}

.col-5, .col-6 {
  flex-grow: 0;
  flex-shrink: 0
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%
}

.col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%
}

.col-7, .col-8 {
  flex-grow: 0;
  flex-shrink: 0
}

.col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%
}

.col-9, .col-10 {
  flex-grow: 0;
  flex-shrink: 0
}

.col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%
}

.col-11 {
  flex-basis: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 91.66667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width:425px) {
  .col-xs-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }
  .col-xs-1, .col-xs-2 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-xs-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%
  }
  .col-xs-3, .col-xs-4 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-xs-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }
  .col-xs-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }
  .col-xs-5, .col-xs-6 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%
  }
  .col-xs-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }
  .col-xs-7, .col-xs-8 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-xs-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%
  }
  .col-xs-9, .col-xs-10 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-xs-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }
  .col-xs-11 {
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 91.66667%
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width:768px) {
  .col-s-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }
  .col-s-1, .col-s-2 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-s-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }
  .col-s-3 {
    flex-basis: 25%;
    max-width: 25%
  }
  .col-s-3, .col-s-4 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-s-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }
  .col-s-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }
  .col-s-5, .col-s-6 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-s-6 {
    flex-basis: 50%;
    max-width: 50%
  }
  .col-s-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }
  .col-s-7, .col-s-8 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-s-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }
  .col-s-9 {
    flex-basis: 75%;
    max-width: 75%
  }
  .col-s-9, .col-s-10 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-s-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }
  .col-s-11 {
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 91.66667%
  }
  .col-s-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width:1024px) {
  .col-m-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }
  .col-m-1, .col-m-2 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-m-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }
  .col-m-3 {
    flex-basis: 25%;
    max-width: 25%
  }
  .col-m-3, .col-m-4 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-m-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }
  .col-m-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }
  .col-m-5, .col-m-6 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-m-6 {
    flex-basis: 50%;
    max-width: 50%
  }
  .col-m-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }
  .col-m-7, .col-m-8 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-m-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }
  .col-m-9 {
    flex-basis: 75%;
    max-width: 75%
  }
  .col-m-9, .col-m-10 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-m-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }
  .col-m-11 {
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 91.66667%
  }
  .col-m-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width:1280px) {
  .col-l-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }
  .col-l-1, .col-l-2 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-l-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }
  .col-l-3 {
    flex-basis: 25%;
    max-width: 25%
  }
  .col-l-3, .col-l-4 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-l-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }
  .col-l-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }
  .col-l-5, .col-l-6 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-l-6 {
    flex-basis: 50%;
    max-width: 50%
  }
  .col-l-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }
  .col-l-7, .col-l-8 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-l-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }
  .col-l-9 {
    flex-basis: 75%;
    max-width: 75%
  }
  .col-l-9, .col-l-10 {
    flex-grow: 0;
    flex-shrink: 0
  }
  .col-l-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }
  .col-l-11 {
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 91.66667%
  }
  .col-l-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.h-1 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 0
}

.h-1, .h-2 {
  font-weight: 400;
  letter-spacing: .02em
}

.h-2 {
  font-size: 2rem;
  line-height: 1.6
}

.h-3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.66
}

.h-4 {
  font-weight: 700
}

.h-4, .t-main {
  font-size: 1.6rem;
  letter-spacing: .02em;
  line-height: 1.75
}

.t-sub00 {
  font-size: 1.4rem;
  line-height: 1.7
}

.t-sub00, .t-sub01 {
  letter-spacing: .02em
}

.t-sub01 {
  font-size: 1.2rem;
  line-height: 1.66
}

.t-sub02 {
  font-size: 1rem;
  letter-spacing: .02em;
  line-height: 1.8
}

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

.text-clamp {
  overflow: hidden;
  position: relative
}

.text-clamp:after {
  background: #fff;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 5em
}

.t-main.text-clamp {
  height: 3.5em
}

.t-main.text-clamp:after {
  height: 1.75em
}

.t-sub00.text-clamp {
  height: 3.4em
}

.t-sub00.text-clamp:after {
  height: 1.7em
}

.t-sub01.text-clamp {
  height: 3.32em
}

.t-sub01.text-clamp:after {
  height: 1.66em
}

.t-sub02.text-clamp {
  height: 3.6em
}

.t-sub02.text-clamp:after {
  height: 1.8em
}

@media (min-width:768px) {
  .h-1 {
    font-size: 3.2rem;
    line-height: 1.25
  }
  .h-2 {
    font-size: 2.8rem;
    line-height: 1.285
  }
  .h-3 {
    font-size: 2.2rem;
    line-height: 1.4545
  }
  .h-4 {
    font-size: 1.8rem;
    line-height: 1.55
  }
  .t-main {
    font-size: 1.6rem;
    line-height: 1.75
  }
  .t-sub00 {
    font-size: 1.4rem;
    letter-spacing: .02em
  }
  .t-sub01 {
    font-size: 1.2rem
  }
  .t-sub02 {
    font-size: 1rem;
    letter-spacing: .02em
  }
}

.t-ph {
  background-color: rgba(51, 51, 51, .1);
  border-radius: 8px;
  color: transparent!important;
  display: inline-block;
  height: 1rem;
  line-height: 1.2
}

.t-ph.-dark {
  background-color: rgba(51, 51, 51, .2)
}

.t-ph.-full {
  width: 100%
}

.t-ph.-half {
  width: 50%
}

.t-ph.-third {
  width: 33%
}

.t-ph.-quarter {
  width: 25%
}

.t-al.-l {
  text-align: left
}

.t-al.-c {
  text-align: center
}

.t-al.-r {
  text-align: right
}

html[data-navi-active] {
  overflow: hidden
}

@media (min-width:768px) {
  html[data-navi-active] {
    overflow: visible
  }
}

@media (min-width:768px) {
  html[data-navi-active] body .header-body-simple {
    margin-left: -296px;
    width: calc(100% + 296px)
  }
}

@media (min-width:1280px) {
  html[data-navi-active] body {
    padding-left: 296px
  }
  html[data-navi-active] .header-bar {
    padding-left: 336px
  }
  html[data-navi-active] .header-bar.header-simple {
    padding-left: 40px
  }
}

.member-info>div {
  align-items: center;
  cursor: pointer;
  display: flex
}

.member-info span {
  color: rgba(0, 0, 0, .8);
  display: block;
  font-size: 1rem;
  padding: 0 4px;
  text-align: right
}

@media (min-width:768px) {
  .member-info span {
    font-size: 1.2rem
  }
}

.member-info ui-image {
  display: block
}

.member-menu {
  -webkit-transform: translateY(100%);
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  bottom: 0;
  color: #dc0012;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(100%);
  z-index: 100
}

@media (min-width:768px) {
  .member-menu {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    left: auto;
    right: 20px;
    width: 254px
  }
}

.member-menu[present-state=present][transition-active] {
  transition: all .25s cubic-bezier(.4, 0, .2, 1)
}

.member-menu[present-state=dismiss][transition-active] {
  transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.member-menu[present-state=dismiss][transition-to], .member-menu[present-state=present][transition-from] {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.member-menu[present-state=dismiss][transition-didend] {
  display: none
}

@media (min-width:768px) {
  html[data-navi-active] .footer-simple {
    margin-left: -296px;
    width: calc(100% + 296px)
  }
}

body {
  background: #fff;
  margin: 0 auto
}

.icon {
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block
}

.icon[shape=error] {
  background-image: url(../img/assets/svg/error.svg)
}

.icon[shape=radio-off] {
  background-image: url(../img/assets/svg/radiobuttun-off.svg)
}

.icon[shape=radio-on] {
  background-image: url(../img/assets/svg/radiobuttun-on.svg)
}

.icon[size="24"] {
  height: 24px;
  width: 24px
}

.icon[size="32"] {
  height: 32px;
  width: 32px
}

.title-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 32px
}

@media (min-width:768px) {
  .title-box {
    padding: 48px 0
  }
}

.align-r {
  text-align: right
}

.align-c {
  text-align: center
}

.error-box--txt span {
  flex: 1 1
}

.main-txt--s {
  color: rgba(0, 0, 0, .8)
}

.sub-txt {
  color: rgba(0, 0, 0, .54)
}

.btn--w260 {
  width: 260px
}

.box-border {
  border-top: 1px solid #ddd;
  padding-top: 40px
}

.input-radio--box {
  margin-bottom: 16px
}

@media (min-width:768px) {
  .input-radio--box {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 24px
  }
}

.input-radio--icon {
  display: inline-block;
  height: 24px;
  position: relative;
  vertical-align: middle;
  width: 24px
}

.input-radio--icon .icon {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1
}

.input-radio--icon .icon[shape=radio-off] {
  visibility: visible
}

.input-radio--icon .icon[shape=radio-on] {
  visibility: hidden
}

.input-radio--icon input[type=radio] {
  height: 24px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 2
}

.input-radio--icon input[type=radio]:checked+.icon[shape=radio-off] {
  visibility: hidden
}

.input-radio--icon input[type=radio]:checked+.icon[shape=radio-off]+.icon[shape=radio-on] {
  visibility: visible
}

.input-radio--icon+label {
  display: inline-block;
  vertical-align: middle
}

.hr--b2 {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0
}

.box-promo {
  padding-top: 48px
}

@media (min-width:768px) {
  .box-promo {
    padding-top: 80px
  }
}

.info-title--mb {
  margin-bottom: 24px
}

@media (min-width:768px) {
  .info-title--mb {
    margin-bottom: 48px
  }
}

.box-promo--info {
  box-sizing: border-box
}

@media (min-width:768px) {
  .box-promo--info {
    margin-bottom: 56px;
    margin-left: auto;
    padding: 56px 0;
    width: auto
  }
}

.box-info--heading {
  margin-bottom: 24px
}

.box-info--card-row {
  justify-content: space-between;
  margin-top: 48px
}

@media (min-width:768px) {
  .box-info--card-row {
    padding: 0 32px
  }
}

.box-info--card-col {
  background-color: #fff;
  margin-bottom: 16px;
  width: 100%
}

@media (min-width:768px) {
  .box-info--card-col {
    margin-bottom: 0;
    max-width: 304px;
    width: 31%
  }
}

.box-info--card-col-img {
  font-size: 0
}

.box-info--card-col-txt {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px
}

@media (min-width:768px) {
  .box-info--card-col-txt {
    height: 138px;
    padding: 0
  }
}

.box-info--card-col-txt p {
  font-weight: 700;
  margin: 0
}

.box-promo--btn {
  margin-bottom: 24px
}

.img--w100p {
  width: 100%
}

#btn-kamei {
 text-decoration: none;
}
#btn-kamei:link {
 color: #fff;
}
#btn-kamei:visited {
 color: #fff;
}