@charset "Shift_JIS";
/*! 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 {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
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;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
input[type="checkbox"],
input[type="radio"] {
  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`.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Base Style
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #444444;
  font-size: 1.6rem;
  font-family: "?q???M?m?p?S ProN", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1.625;
}

@media screen and (max-width: 736px) {
  body {
    background-color: #eeeeee;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

@media screen and (min-width: 737px) {
  body {
    min-width: 980px;
  }
}

a {
  color: #444444;
  text-decoration: none;
}

a:hover, a:active {
  /*color: #444444;*/
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.android4-chrome section, .android4-chrome div, .android4-chrome table, .android4-chrome ul, .android4-chrome ol, .android4-chrome dl {
  max-height: 9999999px;
}

/**
 * Layout Style
 */
.l-header {
  min-height: 60px;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .l-header {
    position: fixed;
    width: 100%;
    min-height: 44px;
    background-color: #f4f4f4;
    z-index: 100;
    top: 0;
  }
}

.l-header-inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
  height: 60px;
}

@media screen and (max-width: 736px) {
  .l-header-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
    height: 44px;
  }
}

.l-gnav1 {
  position: relative;
  min-height: 80px;
  background-image: url(../img/bg_gnav.png);
  background-size: 35px;
}

.cat-top .l-gnav1 {
  position: absolute;
  top: 176px;
  width: 100%;
  min-width: 980px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .cat-top .l-gnav1 {
    position: static;
    min-width: 0;
  }
}

.l-gnav1-inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
  height: 80px;
}

@media screen and (max-width: 736px) {
  .l-gnav1-inner {
    padding: 0;
    width: 100%;
    height: 108px;
  }
}

@media screen and (max-width: 736px) {
  .l-gnav1 {
    margin-top: 46px;
    min-height: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.l-gnav1.is-show {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}

.l-gnav1.is-show:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.2);
}

.l-gnav2 {
  position: relative;
  min-height: 64px;
  background-color: rgba(244, 244, 244, 0.98);
  margin-top: 2px;
}

.l-gnav2:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  margin-top: 0;
  width: 100%;
  height: 0;
  border-bottom: 4px solid #939393;
}

.cat-top .l-gnav2 {
  position: absolute;
  top: 256px;
  width: 100%;
  min-width: 980px;
  z-index: 1;
}

.cat-top .l-gnav2:before {
  display: none;
}

@media screen and (max-width: 736px) {
  .l-gnav2 {
    display: none;
  }
}

.l-gnav2-inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
  height: 64px;
}

.l-gnav-sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .l-gnav-sp {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 46px;
    width: 300px;
    height: 100%;
    min-height: 0;
    background-color: #f4f4f4;
    background-image: none;
    overflow: auto;
  }
  .cat-top .l-gnav-sp {
    position: fixed;
    top: 0;
    width: 300px;
    min-width: 0;
    z-index: 0;
  }
  .l-gnav-sp.is-show {
    -webkit-overflow-scrolling: touch;
  }
  .l-gnav-sp.is-visible {
    display: block;
  }
  .l-gnav-sp.is-hidden {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .l-gnav-sp-inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.l-gnav {
  min-height: 100px;
  background-image: url(../img/bg_gnav.png);
  background-size: 35px;
  display: none!important;
}

.cat-top .l-gnav {
  position: absolute;
  top: 176px;
  width: 100%;
  min-width: 980px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .l-gnav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 44px;
    width: 300px;
    height: 100%;
    min-height: 0;
    background-color: #f4f4f4;
    background-image: none;
    overflow: auto;
  }
  .cat-top .l-gnav {
    position: fixed;
    top: 0;
    width: 300px;
    min-width: 0;
    z-index: 0;
  }
}

.l-gnav.is-show {
  -webkit-overflow-scrolling: touch;
}

.l-gnav.is-visible {
  display: block;
}

.l-gnav.is-hidden {
  display: none;
}

.l-gnav .l-gnav-inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
  height: 100px;
}

@media screen and (max-width: 736px) {
  .l-gnav .l-gnav-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
}

.l-content {
  float: left;
  position: relative;
  padding-bottom: 60px;
  width: 714px;
}

.l-content--dc {
  width: 100%;
}

.l-content-wrap {
  position: relative;
  background-color: #eeeade;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .l-content-wrap {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.l-content-wrap.is-show {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}

.l-content-wrap.is-show:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.2);
}

.l-container {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
}

.l-container:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .l-container {
    padding: 0;
    width: 100%;
  }
}

.l-main {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .l-main {
    overflow: hidden;
    padding-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .l-content {
    float: none;
    padding: 0 15px 30px;
    width: 100%;
  }
}

@media screen and (min-width: 737px) {
  .l-content--02 {
    width: 960px;
  }
}

.l-side {
  float: left;
  padding-left: 36px;
  padding-bottom: 85px;
  width: 244px;
}

@media screen and (max-width: 736px) {
  .l-side {
    float: none;
    padding: 30px 0;
    width: 100%;
  }
  .l-side-row-sp {
    margin: 0 -4px;
  }
  .l-side-row-sp:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-side-col2-sp {
    float: left;
    padding: 0 4px;
    width: 33.33333%;
  }
  .l-side-col3-sp {
    float: left;
    padding: 0 4px;
    width: 50%;
  }
  .l-side-col4-sp {
    float: left;
    padding: 0 4px;
    width: 66.66667%;
  }
  .l-side-col6-sp {
    float: left;
    padding: 0 4px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .l-side-banner {
    padding: 0 15px;
  }
}

@media screen and (min-width: 737px) {
  .l-side-banner {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 736px) {
  .l-side-ranking {
    padding: 0 15px 30px;
  }
}

.l-pagetop {
  position: fixed;
  bottom: 12px;
  right: 24px;
  z-index: 100;
}

@media screen and (max-width: 736px) {
  .l-pagetop {
    right: 12px;
    bottom: 18px;
  }
}

.contents-foot .l-sns-button {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 736px) {
  .contents-foot .l-sns-button {
    position: static;
    margin: 0 -15px 15px;
    padding: 15px 10px;
  }
}

.top-sns-button-sp .l-sns-button {
  margin: 0 -15px;
  padding: 15px 10px;
  background-color: #ffffff;
}

.l-footer {
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .l-footer {
    background-color: transparent;
  }
}

.l-footer-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
}

@media screen and (max-width: 736px) {
  .l-footer-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}

.l-row {
  margin: 0 -8px;
}

.l-row:after {
  content: "";
  display: table;
  clear: both;
}

.l-col-1 {
  float: left;
  padding: 0 8px;
  width: 16.66667%;
}

.l-col-2 {
  float: left;
  padding: 0 8px;
  width: 33.33333%;
}

.l-col-3 {
  float: left;
  padding: 0 8px;
  width: 50%;
}

.l-col-4 {
  float: left;
  padding: 0 8px;
  width: 66.66667%;
}

.l-col-6 {
  float: left;
  padding: 0 8px;
  width: 100%;
}

.l-col-clear {
  clear: both;
}

@media screen and (max-width: 736px) {
  .l-row-sp {
    margin: 0 -4px;
    width: auto;
  }
  .l-row-sp:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-col-1-sp {
    float: left;
    padding: 0 4px;
    width: 16.66667%;
  }
  .l-col-2-sp {
    float: left;
    padding: 0 4px;
    width: 33.33333%;
  }
  .l-col-3-sp {
    float: left;
    padding: 0 4px;
    width: 50%;
  }
  .l-col-4-sp {
    float: left;
    padding: 0 4px;
    width: 66.66667%;
  }
  .l-col-6-sp {
    float: left;
    padding: 0 4px;
    width: 100%;
  }
}

.l-full-row {
  margin: 0 -8px;
}

.l-full-row:after {
  content: "";
  display: table;
  clear: both;
}

.l-full-col-3 {
  float: left;
  padding: 0 8px;
  width: 37.5%;
}

.l-full-col-5 {
  float: left;
  padding: 0 8px;
  width: 62.5%;
}

.l-full-col-8 {
  padding: 0 8px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .l-full-row-sp {
    margin: 0 -4px;
  }
  .l-full-row-sp:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-full-col-8-sp {
    padding: 0 4px;
    width: 100%;
  }
}

.l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-align-items--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * Header Style
 */
.header {
  position: relative;
}

.group-id {
  position: absolute;
  top: 13px;
  left: 0;
  font-size: 0;
}

.site-id {
  position: absolute;
  top: 21px;
  right: 0;
  font-size: 0;
}

.site-name {
  padding: 14px 10px;
  width: 276px;
  font-size: 0;
}

.gnav-button {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 17px;
  width: 44px;
  height: 44px;
  background-color: #ab0000;
  cursor: pointer;
}

.gnav-button > span, .gnav-button:before, .gnav-button:after {
  display: block;
  width: 11px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: margin-top .2s, -webkit-transform .2s;
  transition: margin-top .2s, -webkit-transform .2s;
  transition: margin-top .2s, transform .2s;
  transition: margin-top .2s, transform .2s, -webkit-transform .2s;
}

.gnav-button:before, .gnav-button:after {
  content: "";
}

.gnav-button > span {
  margin-top: 2px;
}

.gnav-button:after {
  margin-top: 2px;
}

.gnav-button.is-show > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gnav-button.is-show:before {
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gnav-button.is-show:after {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/**
 * Footer Style
 */
.footer-trade {
  padding: 18px 0;
  border-top: 1px solid #ccd0d9;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .footer-trade {
    padding: 10px 0;
  }
}

.footer-trade-text {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .footer-trade-text {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.footer-link {
  padding: 13px 0 18px 0;
  border-top: 1px solid #ccd0d9;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .footer-link {
    padding-top: 10px;
  }
}

.footer-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 0;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .footer-link-list {
    text-align: center;
  }
}

.footer-link-item {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0 12px;
  border-left: 1px solid #ccd0d9;
  font-size: 1.2rem;
  line-height: 1.2;
}

.footer-link-item:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background: url(../img/icon_arrow_01.png) 0 0 no-repeat;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 736px) {
  .footer-link-item {
    margin-top: 8px;
  }
  .footer-link-item:nth-child(3), .footer-link-item:nth-child(4), .footer-link-item:nth-child(5) {
    display: block;
    border-left: none;
  }
  .footer-link-item:before {
    width: auto;
    height: auto;
    vertical-align: middle;
    background-image: url(../img/sprite.png);
    background-position: -81px -28px;
    width: 14px;
    height: 12px;
    background-size: 115px 99px;
  }
}

.footer-link-item:first-child {
  border-left: none;
}

.footer-link-item > a {
  display: inline-block;
  vertical-align: middle;
}

.footer-link-item > a:hover {
  text-decoration: underline;
}

.footer-copyright {
  border-top: 1px solid #ccd0d9;
}

.footer-id {
  margin: 0 auto;
  padding: 20px 0;
  background-color: #ffffff;
  font-size: 0;
  text-align: center;
}

.footer-id > img {
  width: 173px;
}

.copyright {
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.42857;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .copyright {
    background-color: #f0f0f0;
    font-size: 1rem;
    line-height: 1.2;
  }
}

/**
 * Nav Style
 */
.gnav1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.gnav1-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
}

@media screen and (max-width: 736px) {
  .gnav1-logo {
    display: none;
  }
}

.gnav1-keyword {
  list-style: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1px;
  padding-left: 0;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .gnav1-keyword {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
}

.gnav1-keyword a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.gnav1-keyword a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.gnav1-keyword-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1px;
}

@media screen and (max-width: 736px) {
  .gnav1-keyword-item {
    padding: 0;
    width: 25%;
    height: 65px;
  }
  .gnav1-keyword-item:nth-child(-n + 3) {
    padding-right: 2px;
  }
}

.gnav1-keyword-item > a {
  position: relative;
  padding: 0 6px;
}

@media screen and (max-width: 736px) {
  .gnav1-keyword-item > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.1rem;
  }
}

.gnav1-keyword-item > a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  border: 4px solid transparent;
  border-left-color: #ab0000;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .gnav1-keyword-item > a:before {
    position: absolute;
    bottom: 2px;
    right: 2px;
    margin-right: 0;
    border-left-color: transparent;
    border-right-color: #ab0000;
    border-bottom-color: #ab0000;
  }
}

.gnav1-keyword-search {
  width: 122px;
  padding: 0 1px;
}

@media screen and (max-width: 736px) {
  .gnav1-keyword-search {
    padding: 0;
    border-bottom: 4px solid #ab0000;
    width: 100%;
    height: 43px;
  }
}

.gnav1-keyword-search > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(216, 12, 24, 0.6);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .gnav1-keyword-search > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 22px 0 10px;
  }
}

.gnav1-keyword-search > a > span:first-child {
  margin-bottom: 11px;
}

@media screen and (max-width: 736px) {
  .gnav1-keyword-search > a > span:first-child {
    margin-bottom: 0;
  }
}

.gnav2 {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
  height: 100%;
}

.gnav2 > li {
  border-left: 1px solid #b9c0b4;
  height: 100%;
}

.gnav2 > li:last-child {
  border-right: 1px solid #b9c0b4;
}

.gnav2-item--column {
  width: 256px;
}

.gnav2-item--iroha {
  width: 150px;
}

.gnav2-item--comic {
  width: 240px;
}

.gnav2-item--method {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gnav2-item--magazine {
  width: 190px;
}

.gnav2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 4px solid transparent;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.gnav2 a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.gnav2 a:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
}

.gnav2-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gnav2-id {
  font-size: 1.1rem;
}

.gnav2-label {
  font-size: 1.3rem;
}

.gnav2-item--column a {
  border-bottom-color: #67ab50;
}

.gnav2-item--column a:before {
  border-left-color: #67ab50;
}

.gnav2-item--column .gnav2-id {
  color: #67ab50;
}

.gnav2-item--column .gnav2-id:before, .gnav2-item--column .gnav2-id:after {
  background-color: #67ab50;
}

.gnav2-item--iroha a {
  border-bottom-color: #de6641;
}

.gnav2-item--iroha a:before {
  border-left-color: #de6641;
}

.gnav2-item--iroha .gnav2-id {
  color: #de6641;
}

.gnav2-item--iroha .gnav2-id:before, .gnav2-item--iroha .gnav2-id:after {
  background-color: #de6641;
}

.gnav2-item--comic a {
  border-bottom-color: #b7ab00;
}

.gnav2-item--comic a:before {
  border-left-color: #b7ab00;
}

.gnav2-item--comic .gnav2-id {
  color: #b7ab00;
}

.gnav2-item--comic .gnav2-id:before, .gnav2-item--comic .gnav2-id:after {
  background-color: #b7ab00;
}

.gnav2-item--method a {
  border-bottom-color: #ab0000;
}

.gnav2-item--method a:before {
  border-left-color: #ab0000;
}

.gnav2-item--method .gnav2-id {
  color: #ab0000;
}

.gnav2-item--method .gnav2-id:before, .gnav2-item--method .gnav2-id:after {
  background-color: #ab0000;
}

.gnav2-item--movie a {
  border-bottom-color: #537bb1;
}

.gnav2-item--movie a:before {
  border-left-color: #537bb1;
}

.gnav2-item--movie .gnav2-id {
  color: #537bb1;
}

.gnav2-item--movie .gnav2-id:before, .gnav2-item--movie .gnav2-id:after {
  background-color: #537bb1;
}

.gnav2-item--magazine a {
  border-bottom-color: #0061ab;
}

.gnav2-item--magazine a:before {
  border-left-color: #0061ab;
}

.gnav2-item--magazine .gnav2-id {
  color: #0061ab;
}

.gnav2-item--magazine .gnav2-id:before, .gnav2-item--magazine .gnav2-id:after {
  background-color: #0061ab;
}

.gnav {
  margin: 0;
  padding-left: 0;
}

.gnav:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .gnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.gnav > li {
  display: table;
  float: left;
  margin: 0;
  height: 100px;
}

@media screen and (max-width: 736px) {
  .gnav > li {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    height: auto;
    min-height: 44px;
  }
  .gnav > li:first-child {
    border-left: none;
    border-top: none;
    width: 100%;
  }
}

.gnav-item--top {
  width: 298px;
}

.gnav-item--column {
  width: 220px;
  text-align: center;
}

.gnav-item--iroha {
  width: 130px;
  text-align: center;
}

.gnav-item--comic {
  width: 164px;
  text-align: center;
}

.gnav-item--method {
  width: 148px;
  text-align: center;
}

.gnav .gnav-item--keyword {
  width: 50%;
}

.gnav .gnav-item--keyword:nth-child(2n+1) {
  border-left: 1px solid #cccccc;
}

.gnav-link {
  display: table-cell;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: skewX(168deg);
      -ms-transform: skewX(168deg);
          transform: skewX(168deg);
}

.gnav-link:hover, .gnav-link.is-current {
  background-color: #fffefe;
}

.gnav-link--top:hover, .gnav-link--top.is-current {
  background-color: transparent;
}

.gnav-link--top:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.gnav-link.is-disabled {
  background-color: #e5e5e5;
}

.gnav-link.is-disabled:hover {
  border-top-color: transparent;
}

.gnav-link.is-disabled .gnav-label {
  display: inline-block;
  color: #999999;
}

.gnav > li:nth-child(n+2) > .gnav-link {
  border-color: rgba(255, 255, 255, 0.5);
}

.gnav > li:first-child > .gnav-link {
  border-right-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 736px) {
  .gnav-link {
    padding: 12px 0 12px 32px;
    border: 0;
    background-color: #dddddd;
    text-align: left;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .gnav-link:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../img/sprite.png);
    background-position: -107px -14px;
    width: 8px;
    height: 12px;
    background-size: 115px 99px;
  }
  .gnav-link:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .gnav-link--top:before {
    background-image: url(../img/sprite.png);
    background-position: -64px -56.5px;
    width: 14px;
    height: 14px;
    background-size: 115px 99px;
  }
  .gnav-link--column:before {
    background-image: url(../img/sprite.png);
    background-position: -48px -56.5px;
    width: 14px;
    height: 14px;
    background-size: 115px 99px;
  }
  .gnav-link--iroha:before {
    background-image: url(../img/sprite.png);
    background-position: -45px -20px;
    width: 14px;
    height: 14px;
    background-size: 115px 99px;
  }
  .gnav-link--comic:before {
    background-image: url(../img/sprite.png);
    background-position: -16px -56.5px;
    width: 14px;
    height: 14px;
    background-size: 115px 99px;
  }
  .gnav-link--method:before {
    background-image: url(../img/sprite.png);
    background-position: -65px -32px;
    width: 14px;
    height: 14px;
    background-size: 115px 99px;
  }
  .gnav-link--magazine:before {
    background-image: url(../img/sprite.png);
    background-position: 0px -56.5px;
    width: 14px;
    height: 14px;
    background-size: 115px 99px;
  }
  .gnav-link--keyword1, .gnav-link--keyword2, .gnav-link--keyword3, .gnav-link--keyword4, .gnav-link--keyword {
    padding-left: 16px;
  }
  .gnav-link--keyword {
    color: #da414a;
  }
}

.gnav-link > div {
  display: inline-block;
  width: 100%;
  -webkit-transform: skewX(-168deg);
      -ms-transform: skewX(-168deg);
          transform: skewX(-168deg);
}

@media screen and (max-width: 736px) {
  .gnav-link > div {
    display: block;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.gnav-id {
  display: block;
  position: absolute;
  top: 0;
  color: #444444;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.83333;
  text-align: center;
}

.gnav-id:before, .gnav-id:after {
  content: "";
  display: inline-block;
  margin: 0 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  vertical-align: middle;
}

.gnav-id--method {
  top: -11px;
}

.gnav-id--top {
  color: #ab0000;
}

.gnav-id--column {
  color: #67ab50;
}

.gnav-id--column:before, .gnav-id--column:after {
  background-color: #67ab50;
}

.gnav-id--iroha {
  color: #de6641;
}

.gnav-id--iroha:before, .gnav-id--iroha:after {
  background-color: #de6641;
}

.gnav-id--comic {
  color: #b7ab00;
}

.gnav-id--comic:before, .gnav-id--comic:after {
  background-color: #b7ab00;
}

.gnav-id--method {
  color: #ab0000;
}

.gnav-id--method:before, .gnav-id--method:after {
  background-color: #ab0000;
}

.gnav-id--movie {
  color: #537bb1;
}

.gnav-id--movie:before, .gnav-id--movie:after {
  background-color: #537bb1;
}

.gnav-id--magazine {
  color: #0061ab;
}

.gnav-id--magazine:before, .gnav-id--magazine:after {
  background-color: #0061ab;
}

@media screen and (max-width: 736px) {
  .gnav-id {
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: auto;
    height: .8em;
    font-size: 1rem;
    line-height: 1;
    text-align: left;
  }
  .gnav-id:before, .gnav-id:after {
    display: none;
  }
}

.gnav-label {
  display: block;
  margin-top: 20px;
  color: #444444;
  font-size: 1.6rem;
  line-height: 1.375;
}

@media screen and (max-width: 736px) {
  .gnav-label {
    margin-top: 0;
    padding-left: 70px;
    padding-right: 40px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
}

.gnav-item--top .gnav-label {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .gnav-item--top .gnav-label {
    padding-left: 0;
  }
}

.gnav-cover {
  position: fixed;
  top: 0;
  right: 300px;
  width: 100%;
  height: 100%;
  background: url(../img/bg_gnav_cover.png);
  z-index: 90;
  display: none!important;
}

.utility-nav {
  margin: 0;
  padding-left: 0;
  list-style: none;
  background-color: #eeeeee;
}

.utility-nav > li {
  display: table;
  margin: 0;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #cccccc;
}

.utility-nav-link {
  display: table-cell;
  position: relative;
  padding: 0 16px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}

.utility-nav-link:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.utility-nav-label {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.utility-nav-mutb:after {
  background-image: url(../img/sprite.png);
  background-position: -107px -14px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.utility-nav-close:after {
  background-image: url(../img/sprite.png);
  background-position: -65px -72.5px;
  width: 11px;
  height: 10px;
  background-size: 115px 99px;
}

.lnav-header {
  margin: 0;
}

.lnav-subhead {
  display: block;
  margin: 0 auto;
  width: 78px;
}

.lnav-title {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.lnav-title--column {
  background-color: #67ab50;
}

.lnav-title--iroha {
  background-color: #de6641;
}

.lnav-title--comic {
  background-color: #b7ab00;
}

.lnav-title--method {
  background-color: #ab0000;
}

.lnav-title--movie {
  background-color: #537bb1;
}

.lnav-title--magazine {
  background-color: #0061ab;
}

.lnav-title > span {
  font-size: 1.3rem;
  line-height: 1.8;
}

.lnav-list-header {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}

.cat-column .lnav-list-header {
  background-color: #f0f7ed;
}
.cat-comic .lnav-list-header {
  background-color: #f8f7e5;
}
.cat-iroha .lnav-list-header {
  background-color: #fcf0ec;
}

.lnav-title-secondary {
  display: block;
  background-color: #ffffff;
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 9px 0;
  color: #444;
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.lnav-title-secondary--column {
  background-color: #67ab50;
}

.lnav-title-secondary--iroha {
  background-color: #de6641;
}

.lnav-title-secondary--comic {
  background-color: #b7ab00;
}

.lnav-title-secondary--method {
  background-color: #ab0000;
}

.lnav-title-secondary--movie {
  background-color: #537bb1;
}

.lnav-title-secondary--magazine {
  background-color: #0061ab;
}

.lnav-title-secondary > span {
  font-size: 1.3rem;
  line-height: 1.8;
}

.lnav-list {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  background-color: #ffffff;
}
.cat-column .lnav-list,
.cat-column .rank-list {
  background-color: #f0f7ed;
}
.cat-comic .lnav-list,
.cat-comic .rank-list {
  background-color: #f8f7e5;
}
.cat-iroha .lnav-list,
.cat-iroha .rank-list {
  background-color: #fcf0ec;
}

@media screen and (max-width: 736px) {
  .lnav-list {
    padding: 0;
  }
}

.lnav-list > li {
  border-top: 1px solid #cccccc;
}

.lnav-list > li:first-child {
  border-top: none;
}

.lnav-list > li.lnav-list-item--index {
  display: none;
}

.cat-iroha--detail .lnav-list > li.lnav-list-item--index,
.cat-method--detail .lnav-list > li.lnav-list-item--index,
.cat-comic--detail .lnav-list > li.lnav-list-item--index {
  display: block;
  border-top: none;
}

.lnav-list > li.lnav-list-item--index.is-visible {
  display: block;
  margin-top: -1px;
}

.lnav-list > li.lnav-list-item--more {
  border-top: none;
}

.lnav-link {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.lnav-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.lnav-link.lnav-link--index, .lnav-link.lnav-link--more {
  margin: 0 -10px;
  background-color: #ab0000;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .lnav-link.lnav-link--index, .lnav-link.lnav-link--more {
    margin: 0;
  }
}

.lnav-link.lnav-link--index:after, .lnav-link.lnav-link--more:after {
  right: 10px;
  background-image: url(../img/sprite.png);
  background-position: -107px 0px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

@media screen and (max-width: 736px) {
  .lnav-link.lnav-link--index:after, .lnav-link.lnav-link--more:after {
    right: 15px;
  }
}

.lnav-link.lnav-link--index:hover, .lnav-link.lnav-link--more:hover {
  color: #ffffff;
  background-color: rgba(171, 0, 0, 0.7);
}

.lnav-link.lnav-link--blank {
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .lnav-link.lnav-link--blank {
    padding-left: 35px;
  }
}

.lnav-link.lnav-link--blank:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  margin: 0;
  background-image: url(../img/sprite.png);
  background-position: -81px 0px;
  width: 14px;
  height: 12px;
  background-size: 115px 99px;
}

@media screen and (max-width: 736px) {
  .lnav-link.lnav-link--blank:before {
    left: 15px;
  }
}

@media screen and (min-width: 737px) {
  .lnav-link--column:hover {
    color: #67ab50;
  }
}

.lnav-link--column:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -30px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.lnav-link--column.lnav-link--more {
  background-color: #67ab50;
}

.lnav-link--column.lnav-link--more:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #5a9746;
}

.lnav-link--column.lnav-link--more:after {
  right: 16px;
  background-image: url(../img/sprite.png);
  background-position: -81px -56px;
  width: 12px;
  height: 12px;
  background-size: 115px 99px;
}

.lnav-link--column.lnav-link--more:hover {
  background-color: rgba(103, 171, 80, 0.7);
}

.lnav-link--column.lnav-link--more:hover:after, .lnav-link--column.lnav-link--more:hover:before {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.lnav-link--column-watashi.lnav-link--index {
  background-color: #67ab50;
}

.lnav-link--column-watashi.lnav-link--index:hover {
  background-color: rgba(103, 171, 80, 0.7);
}

.lnav-link--column-watashi.lnav-link--index:hover:after, .lnav-link--column-watashi.lnav-link--index:hover:before {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media screen and (min-width: 737px) {
  .lnav-link--iroha:hover {
    color: #de6641;
  }
}

.lnav-link--iroha:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -72px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.lnav-link--iroha.lnav-link--index {
  background-color: #de6641;
}

.lnav-link--iroha.lnav-link--index:hover {
  background-color: rgba(222, 102, 65, 0.7);
}

.lnav-link--iroha.lnav-link--blank:before {
  background-image: url(../img/sprite.png);
  background-position: -81px -42px;
  width: 14px;
  height: 12px;
  background-size: 115px 99px;
}

@media screen and (min-width: 737px) {
  .lnav-link--comic:hover {
    color: #b7ab00;
  }
}

.lnav-link--comic:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -16px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.lnav-link--comic.lnav-link--index {
  background-color: #b7ab00;
}

.lnav-link--comic.lnav-link--index:hover {
  background-color: rgba(183, 171, 0, 0.7);
}

@media screen and (min-width: 737px) {
  .lnav-link--method:hover {
    color: #ab0000;
  }
}

.lnav-link--method:after {
  background-image: url(../img/sprite.png);
  background-position: -107px -14px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.lnav-link--method.lnav-link--index {
  background-color: #ab0000;
}

.lnav-link--method.lnav-link--index:hover {
  background-color: rgba(171, 0, 0, 0.7);
}

@media screen and (max-width: 736px) {
  .lnav-link {
    padding-left: 15px;
    padding-right: 40px;
  }
  .lnav-link:after {
    right: 15px;
  }
}

.lnav-column-number {
  display: block;
  color: #67ab50;
  font-size: 1.2rem;
}

.lnav-comic-number {
  display: block;
  color: #b7ab00;
  font-size: 1.2rem;
}

.lnav-new {
  position: relative;
  top: -1px;
  font-size: 0.8rem;
  background: #ab0000;
  color: #fff;
  padding: 2px 3px;
}

.lnav-label {
  display: block;
  line-height: 1.375;
  font-weight: 400;
}

.cat-column .lnav .is-current {
  color: #67ab50;
}

.cat-iroha .lnav .is-current {
  color: #de6641;
}

.cat-comic .lnav .is-current {
  color: #b7ab00;
}

.cat-method .lnav .is-current {
  color: #ab0000;
}

.cat-movie .lnav .is-current {
  color: #537bb1;
}

.cat-magazine .lnav .is-current {
  color: #0061ab;
}

.breadcrumbs {
  overflow: auto;
  background-color: #fff;
  white-space: nowrap;
}

.breadcrumbs::-webkit-scrollbar {
  /*height: 1px;*/
}

.breadcrumbs::-webkit-scrollbar-track {
  /*background: #F1F1F1;*/
}

.breadcrumbs::-webkit-scrollbar-thumb {
  /*background: #BCBCBC;*/
}

.breadcrumbs-list {
  display: table;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  font-size: 0;
}

@media screen and (max-width: 736px) {
  .breadcrumbs-list {
    /*padding-left: 15px;*/
    padding-right: 15px;
  }
}

.breadcrumbs-list > li {
  display: table-cell;
  font-size: 1.2rem;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  padding-right: 36px;
}

.breadcrumbs-list > li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #e60201;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.breadcrumbs-list > li > a {
  color: #e60201;
  text-decoration: underline;
}

.breadcrumbs-list > li > a:hover {
  color: #ab0000;
  text-decoration: none;
}

.contents-index {
  background-color: #f4f5f9;
  padding: 15px 10px;
}

.contents-index > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.contents-index > ul > li {
  counter-increment: num;
}

.contents-index > ul > li > a::before {
  content: counter(num)".";
}

.contents-index > ul > li:nth-child(n + 2) {
  border-top: 1px dashed #e60201;
}

.contents-index > ul > li > a {
  display: block;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (min-width: 737px) {
  .contents-index > ul > li > a:hover {
    color: #ab0000;
  }
}

.contents-index > ul > li > a:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 6.5px;
  background: url(../../assets_re/img/common/icon-arrow-down.svg) no-repeat center;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 736px) {
  .contents-index > ul > li > a:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.pagination {
  margin-top: 50px;
  border-bottom: 1px solid #c9bfa0;
}

@media screen and (max-width: 736px) {
  .pagination {
    margin-top: 30px;
    border-top: 1px solid #c9bfa0;
  }
}

.pagination > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

.pagination > ul:after {
  content: "";
  display: table;
  clear: both;
}

.pagination > ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pagination-link {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.42857;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .pagination-link {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.pagination-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/sprite.png);
  background-position: -26px -72.5px;
  width: 11px;
  height: 11.5px;
  background-size: 115px 99px;
}

.pagination-link:hover {
  color: #67ab50;
}

.pagination-link > span {
  display: block;
}

.pagination-link--comic:after {
  background-image: url(../img/sprite.png);
  background-position: -78px -72.5px;
  width: 11px;
  height: 9px;
  background-size: 115px 99px;
}

.pagination-link--comic:hover {
  color: #b7ab00;
}

.pagination-prev {
  margin: 0;
  float: left;
  width: 40%;
}

.pagination-prev > a {
  padding-left: 30px;
  text-align: left;
}

.pagination-prev > a:after {
  left: 0;
}

.pagination-next {
  margin: 0;
  float: right;
  width: 40%;
}

.pagination-next > a {
  padding-right: 30px;
  text-align: right;
}

.pagination-next > a:after {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-pagination-block {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .m-pagination-block {
    margin-top: 30px;
  }
}

.m-pagination-block > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

.m-pagination-block > ul:after {
  content: "";
  display: table;
  clear: both;
}

.m-pagination-block > ul > li {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .m-pagination-block > ul > li {
    width: 100%;
  }
}

.m-pagination-block-link {
  overflow: hidden;
  display: table;
  position: relative;
  background-color: #f6f6f6;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.42857;
  text-decoration: none;
  vertical-align: middle;
}

.cat-column .m-pagination-block-link {background-color: #f0f7ed}
.cat-comic .m-pagination-block-link {background-color: #ffffef}
.cat-iroha .m-pagination-block-link {background-color: #fcf0ec}

@media screen and (max-width: 736px) {
  .m-pagination-block-link {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.m-pagination-block-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/sprite.png);
  background-position: -26px -72.5px;
  width: 11px;
  height: 11.5px;
  background-size: 115px 99px;
}

.m-pagination-block-link .text-container {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}

.m-pagination-block-link .thumb {
  display: table-cell;
  width: 132px;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .m-pagination-block-link .thumb {
    width: 80px;
  }
}

.m-pagination-block-link .label {
  display: inline-block;
  background-color: #444;
  padding: 2px 4px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.28571;
}

@media screen and (max-width: 736px) {
  .m-pagination-block-link .label {
    font-size: 1.1rem;
  }
}

.m-pagination-block-link .title {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.28571;
}

@media screen and (max-width: 736px) {
  .m-pagination-block-link .title {
    margin-top: 3px;
    font-size: 1.1rem;
  }
}

.m-pagination-block-prev {
  margin: 0;
  padding-right: 7px;
  float: left;
}

@media screen and (max-width: 736px) {
  .m-pagination-block-prev {
    padding-top: 7px;
    padding-right: 0;
  }
}

@media screen and (max-width: 736px) {
  .m-pagination-block-prev:first-child {
    padding-top: 0;
  }
}

.m-pagination-block-prev > a {
  padding: 4px 4px 4px 28px;
}

.m-pagination-block-prev > a:after {
  left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-pagination-block-prev .thumb {
  padding-left: 20px;
  width: 190px;
}

@media screen and (max-width: 736px) {
  .m-pagination-block-prev .thumb {
    padding-left: 10px;
    width: 95px;
  }
}

.m-pagination-block-next {
  margin: 0;
  padding-left: 7px;
  float: right;
}

@media screen and (max-width: 736px) {
  .m-pagination-block-next {
    padding-top: 7px;
    padding-left: 0;
  }
}

@media screen and (max-width: 736px) {
  .m-pagination-block-next:first-child {
    padding-top: 0;
  }
}

.m-pagination-block-next > a {
  padding: 4px 28px 4px 4px;
}

.m-pagination-block-next > a:after {
  right: 10px;
}

.m-pagination-block-next .thumb {
  padding-right: 20px;
  width: 190px;
}

@media screen and (max-width: 736px) {
  .m-pagination-block-next .thumb {
    padding-right: 10px;
    width: 95px;
  }
}

.m-pagination-block--column .label {
  background-color: #67ab50;
}

.m-pagination-block--column .m-pagination-block-link:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -30px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.m-pagination-block--column .m-pagination-block-link:hover .title {
  color: #67ab50;
}

@media screen and (max-width: 736px) {
  .m-pagination-block--column-tanoshimi > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 736px) {
  .m-pagination-block--column-tanoshimi .m-pagination-block-prev {
    padding-top: 7px;
  }
}

@media screen and (max-width: 736px) {
  .m-pagination-block--column-tanoshimi .m-pagination-block-next {
    padding-top: 0px;
  }
}

.m-pagination-block--column-tanoshimi .label {
  background-color: #e3545e;
}

.m-pagination-block--column-tanoshimi .m-pagination-block-link:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -30px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.m-pagination-block--column-tanoshimi .m-pagination-block-link:hover .title {
  color: #e3545e;
}

.m-pagination-block--iroha .label {
  background-color: #de6641;
}

.m-pagination-block--iroha .m-pagination-block-link:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -72px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.m-pagination-block--iroha .m-pagination-block-link:hover .title {
  color: #de6641;
}

.m-pagination-block--comic .label {
  background-color: #b7ab00;
}

.m-pagination-block--comic .m-pagination-block-link:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -16px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.m-pagination-block--comic .m-pagination-block-link:hover .title {
  color: #b7ab00;
}

.m-pagination-block--comic-dc {
  width: 714px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 736px) {
  .m-pagination-block--comic-dc {
    width: 100%;
  }
}

.m-pagination-block--method .label {
  background-color: #ab0000;
}

.m-pagination-block--method .m-pagination-block-link:after {
  background-image: url(../img/sprite.png);
  background-position: -107px -14px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.m-pagination-block--method .m-pagination-block-link:hover .title {
  color: #ab0000;
}

.m-pagination-block--column-watashi .thumb, .m-pagination-block--column-asakatsu .thumb {
  width: 162px;
}

@media screen and (max-width: 736px) {
  .m-pagination-block--column-watashi .thumb, .m-pagination-block--column-asakatsu .thumb {
    width: 132px;
  }
}

.m-pagination-block--column-watashi .label, .m-pagination-block--column-asakatsu .label {
  background-color: #67ab50;
}

.m-pagination-block--column-watashi .m-pagination-block-link:after, .m-pagination-block--column-asakatsu .m-pagination-block-link:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -30px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.m-pagination-block--column-watashi .m-pagination-block-link:hover .title, .m-pagination-block--column-asakatsu .m-pagination-block-link:hover .title {
  color: #67ab50;
}

.m-pagination-block--column-watashi .m-pagination-block-next > a, .m-pagination-block--column-asakatsu .m-pagination-block-next > a {
  padding: 4px 33px 4px 4px;
}

.m-pagination-block--column-watashi .m-pagination-block-next > a:after, .m-pagination-block--column-asakatsu .m-pagination-block-next > a:after {
  right: 10px;
}

.m-pagination-block--column-watashi .m-pagination-block-next .thumb, .m-pagination-block--column-asakatsu .m-pagination-block-next .thumb {
  padding-right: 20px;
}

@media screen and (max-width: 736px) {
  .m-pagination-block--column-watashi .m-pagination-block-next .thumb, .m-pagination-block--column-asakatsu .m-pagination-block-next .thumb {
    padding-right: 10px;
  }
}

.m-pagination-block--column-watashi .m-pagination-block-prev > a, .m-pagination-block--column-asakatsu .m-pagination-block-prev > a {
  padding: 4px 4px 4px 33px;
}

.m-pagination-block--column-watashi .m-pagination-block-prev > a:after, .m-pagination-block--column-asakatsu .m-pagination-block-prev > a:after {
  left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-pagination-block--column-watashi .m-pagination-block-prev .thumb, .m-pagination-block--column-asakatsu .m-pagination-block-prev .thumb {
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .m-pagination-block--column-watashi .m-pagination-block-prev .thumb, .m-pagination-block--column-asakatsu .m-pagination-block-prev .thumb {
    padding-left: 10px;
  }
}

/**
 * Table Style
 */
.data {
  margin-top: 20px;
  width: 100%;
}

.data th {
  padding: 10px;
  border: 1px solid #000000;
  text-align: left;
}

.data td {
  padding: 10px;
  border: 1px solid #000000;
}

.data-col-1 {
  width: 16.66667%;
}

.data-col-2 {
  width: 33.33333%;
}

.data-col-3 {
  width: 50%;
}

.data-col-4 {
  width: 66.66667%;
}

.data-col-6 {
  width: 100%;
}

.table-wrap {
  margin-top: 20px;
}

.table-wrap:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .table-wrap {
    position: relative;
  }
  .table-wrap > .table-wrap-inner {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 1px 0;
    overflow: auto;
  }
  .table-wrap > .table-wrap-inner::-webkit-scrollbar {
    height: 5px;
  }
  .table-wrap > .table-wrap-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-wrap > .table-wrap-inner::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.table-unit + .table-wrap {
  margin-top: 0;
}

.table--full {
  width: 100%;
}

.table-col-1 {
  width: 16.66667%;
}

.table-col-2 {
  width: 33.33333%;
}

.table-col-3 {
  width: 50%;
}

.table-col-4 {
  width: 66.66667%;
}

.table-col-6 {
  width: 100%;
}

.table-title {
  margin: 0;
}

.table--a {
  margin-top: 20px;
}
.table--a.margin-none {
  margin-top: 0;
}

.table--a:first-child {
  margin-top: 0;
}

.table--a > thead {
  background-color: #dde0e7;
}

.table--a > tbody th {
  background-color: #edf0f3;
}

.table--a > tbody td {
  background-color: #ffffff;
}

.table--a th,
.table--a td {
  padding: 10px 8px 9px;
  border: 1px solid #c4c8d0;
  font-size: 1.4rem;
  text-align: left;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .table--a th,
  .table--a td {
    font-size: 1.3rem;
  }
}

.table--a th > p,
.table--a td > p {
  margin-top: 1em;
}

.table--a th > p:first-child,
.table--a td > p:first-child {
  margin-top: 0;
}
.table--a th > p:last-child,
.table--a td > p:last-child {
  margin-bottom: 0;
}

.table--a th th,
.table--a th td,
.table--a td th,
.table--a td td {
  padding: 10px 10px 9px;
}

.table--a .align-center {
  text-align: center;
}

.table--a .align-right {
  text-align: right;
}

.table--b {
  border-collapse: separate;
  border-spacing: 0 3px;
}

.table--b > thead th {
  position: relative;
  padding: 8px 15px 5px;
  background-color: #ffffff;
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .table--b > thead th {
    font-size: 1.2rem;
  }
}

.table--b > thead th:not(.table-non-value):not(:first-child) {
  border-left: 2px solid #eeeade;
}

.table--b > thead th:not(.table-non-value):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.table--b > thead .table-non-value {
  background-color: transparent;
}

.table--b > tbody tr {
  margin-bottom: 3px;
  box-shadow: 1px 1px 2px #ccc;
}

.table--b > tbody th:first-child {
  border-left: 10px solid #e76b50;
}

@media screen and (max-width: 736px) {
  .table--b > tbody th:first-child {
    border-left-width: 5px;
  }
}

.table--b > tbody th {
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .table--b > tbody th {
    font-size: 1.4rem;
  }
}

.table--b > tbody td {
  color: #c8492e;
  text-align: right;
  white-space: nowrap;
}

.table--b > tbody td:nth-child(n+2) {
  border-left: 2px solid #ebc8c0;
}

.table--b > tbody th,
.table--b > tbody td {
  padding: 10px 15px;
  background-color: #ffe7e1;
}

@media screen and (max-width: 736px) {
  .table--b > tbody th,
  .table--b > tbody td {
    padding: 5px 10px;
  }
}

.table--b > tbody .align-center {
  text-align: center;
}

.table--b-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  background-color: #ffe7e1;
  box-shadow: 1px 1px 2px #ccc;
}

.table--b-line > span {
  padding: 10px 15px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .table--b-line > span {
    padding: 5px 10px;
  }
}

.table--b-line > span:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 10px solid #e76b50;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .table--b-line > span:first-child {
    border-left-width: 5px;
    font-size: 1.4rem;
  }
}

.table--b-line > span:last-child {
  color: #c8492e;
  text-align: right;
}

.table-numerical-val {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .table-numerical-val {
    font-size: 1.3rem;
  }
}

.table-numerical-val > span {
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .table-numerical-val > span {
    font-size: 1.6rem;
  }
}

.table-note {
  display: inline-block;
  color: #ab0000;
  font-size: 1rem;
  vertical-align: super;
}

.table-unit {
  margin: 0;
  text-align: right;
}

/**
 * Block Style
 */
.noscript {
  margin: 0;
  padding: 1px 0;
  background-color: #ffffff;
}

.noscript-inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
}

.noscript-inner > p {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .noscript-inner {
    width: 100%;
  }
}

.contents {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .contents {
    margin-top: 25px;
  }
}

.banner--mufg {
  margin-top: 40px;
  border-top: 1px solid #c9bfa0;
  padding-top: 10px;
}

@media screen and (max-width: 736px) {
  .banner--mufg {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
}

.banner-header {
  margin: 40px 0 0 0;
  font-size: 0;
}

@media screen and (max-width: 736px) {
  .banner-header {
    margin-top: 20px;
  }
}

.is-main .banner-header {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .is-main .banner-header {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .banner-header--book {
    position: relative;
    padding-right: 88%;
  }
  .banner-header--book > img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .banner-header--book:before {
    content: "";
    position: absolute;
    top: 38%;
    right: 0;
    width: 85%;
    border-top: 1px solid #ab0000;
    z-index: 1;
  }
  .banner-header--book:after {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 39.65517%;
    border-top: 1px solid transparent;
    z-index: 1;
  }
}

@media screen and (max-width: 736px) {
  .banner-header--mailmagazine {
    position: relative;
    padding-right: 52.41379%;
  }
  .banner-header--mailmagazine > img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .banner-header--mailmagazine:before {
    content: "";
    position: absolute;
    top: 14.28571%;
    right: 0;
    width: 60.34483%;
    border-top: 1px solid #ab0000;
    z-index: 1;
  }
  .banner-header--mailmagazine:after {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 39.65517%;
    border-top: 1px solid transparent;
    z-index: 1;
  }
}

@media screen and (max-width: 736px) {
  .banner-header--seminar {
    position: relative;
    padding-right: 64.65517%;
  }
  .banner-header--seminar > img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .banner-header--seminar:before {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 100%;
    border-top: 1px solid #ab0000;
    z-index: 1;
  }
  .banner-header--seminar:after {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 21.2069%;
    border-top: 1px solid #e3dece;
    z-index: 1;
  }
}

@media screen and (max-width: 736px) {
  .banner-header--simulation {
    position: relative;
    padding-right: 32.46073%;
  }
  .banner-header--simulation > img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .banner-header--simulation:before {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 100%;
    border-top: 1px solid #ab0000;
    z-index: 1;
  }
  .banner-header--simulation:after {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 43.71728%;
    border-top: 1px solid #e3dece;
    z-index: 1;
  }
}

@media screen and (max-width: 736px) {
  .banner-header--request {
    position: relative;
    padding-right: 38.04348%;
  }
  .banner-header--request > img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .banner-header--request:before {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 100%;
    border-top: 1px solid #ab0000;
    z-index: 1;
  }
  .banner-header--request:after {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 67.93478%;
    border-top: 1px solid #e3dece;
    z-index: 1;
  }
}

.l-side-row-sp:first-child .banner-header--ideco {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .banner-header--ideco {
    position: relative;
    padding-right: 18.62069%;
  }
  .banner-header--ideco > img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .banner-header--ideco:before {
    content: "";
    position: absolute;
    top: 17.85714%;
    right: 0;
    width: 85.34483%;
    border-top: 1px solid #ab0000;
    z-index: 1;
  }
  .banner-header--ideco:after {
    content: "";
    position: absolute;
    top: 17.85714%;
    left: 0;
    width: 14.65517%;
    border-top: 1px solid transparent;
    z-index: 1;
  }
}

.banner-header--ideco + .banner-body {
  margin-top: 10px;
}

.banner-body {
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
  .banner-body {
    margin-top: 0;
  }
}

.banner-link {
  display: block;
  position: relative;
  margin-top: 10px;
  text-decoration: none;
}

.banner-link:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .banner-link:after {
    bottom: 6px;
    right: 6px;
    border-width: 4px;
  }
}

@media screen and (max-width: 736px) {
  .banner-link--seminar, .banner-link--mailmagazine, .banner-link--book {
    background-color: #ffffff;
  }
  .banner-link--mailmagazine-top {
    border: 1px solid #cccccc;
  }
}

@media screen and (min-width: 737px) {
  .banner-link.is-hover-transparent:hover > .banner-image > img {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.banner-image {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #e3e3ea;
}

@media screen and (max-width: 736px) {
  .banner-image:after {
    border-width: 2px;
  }
}

.banner-image > img {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .banner-link--seminar .banner-image,
  .banner-link--mailmagazine .banner-image,
  .banner-link--book .banner-image {
    display: table-cell;
    width: 31.72414%;
  }
}

.banner-detail {
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
}

.banner-detail > dt {
  margin: 0;
  color: #ab0000;
  font-weight: bold;
  line-height: 1.375;
}

@media screen and (max-width: 736px) {
  .banner-detail > dt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.banner-detail > dd {
  margin: 10px 0 0 0;
  font-size: 1.3rem;
  line-height: 1.38462;
}

@media screen and (max-width: 736px) {
  .banner-link--seminar .banner-detail,
  .banner-link--mailmagazine .banner-detail,
  .banner-link--book .banner-detail {
    display: table-cell;
    width: 68.27586%;
    vertical-align: middle;
  }
  .banner-link--seminar .banner-detail > dt,
  .banner-link--mailmagazine .banner-detail > dt,
  .banner-link--book .banner-detail > dt {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

@media screen and (max-width: 736px) {
  .is-top .banner-link--lifeplan .banner-detail,
  .is-top .banner-link--management .banner-detail,
  .is-top .banner-link--doc01 .banner-detail,
  .is-top .banner-link--book .banner-detail {
    display: none;
  }
}

.is-lower .banner-link--lifeplan .banner-detail,
.is-lower .banner-link--management .banner-detail,
.is-lower .banner-link--doc01 .banner-detail,
.is-lower .banner-link--book .banner-detail {
  display: none;
}

@media screen and (max-width: 736px) {
  .is-lower .banner-link--book .banner-detail {
    display: table-cell;
  }
}

@media screen and (min-width: 737px) {
  .is-lower .banner-link--seminar .banner-detail,
  .is-lower .banner-link--mailmagazine .banner-detail,
  .is-lower .banner-link--book .banner-detail {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}

@media screen and (min-width: 737px) and (max-width: 736px) {
  .is-lower .banner-link--seminar .banner-detail,
  .is-lower .banner-link--mailmagazine .banner-detail,
  .is-lower .banner-link--book .banner-detail {
    padding: 7px;
    bottom: 0;
  }
}

@media screen and (min-width: 737px) {
  .is-lower .banner-link--seminar .banner-detail > dt,
  .is-lower .banner-link--mailmagazine .banner-detail > dt,
  .is-lower .banner-link--book .banner-detail > dt {
    color: #fff;
    font-weight: normal;
  }
  .is-lower .banner-link--seminar .banner-detail > dd,
  .is-lower .banner-link--mailmagazine .banner-detail > dd,
  .is-lower .banner-link--book .banner-detail > dd {
    display: none;
  }
}

.card {
  margin-top: 16px;
}

@media screen and (max-width: 736px) {
  .card--step {
    margin: 12px -5px 0;
  }
  .card--step:after {
    content: "";
    display: table;
    clear: both;
  }
}

.card--step1 {
  margin-top: -7px;
}

@media screen and (max-width: 736px) {
  .card--step1 {
    margin: 12px -5px 0;
  }
  .card--step1:after {
    content: "";
    display: table;
    clear: both;
  }
}

.card-link {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .card-link--step:after {
    content: "";
    display: table;
    clear: both;
  }
}

.card-link-image {
  position: relative;
}

@media screen and (max-width: 736px) {
  .card-link-image {
    display: block;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    width: 50%;
  }
}

.card-link-image:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .card-link-image:after {
    bottom: 6px;
    right: 11px;
    border-width: 4px;
  }
}

.card-icon {
  position: absolute;
  top: 14px;
  left: 20px;
}

@media screen and (max-width: 736px) {
  .card-icon {
    top: -5px;
    left: 9px;
    width: 30.34483%;
  }
}

.card-image {
  position: relative;
  overflow: hidden;
}

.card-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

@media screen and (max-width: 736px) {
  .card-image:after {
    border-width: 2px;
  }
}

.card-image > img {
  width: 100%;
  vertical-align: top;
}

.card-content {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .card-content {
    padding: 10px;
  }
}

.card-content:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .card-content:after {
    bottom: 6px;
    right: 6px;
    border-width: 4px;
  }
}

.card-content--step {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}

.card-content--step:after {
  display: none;
}

@media screen and (max-width: 736px) {
  .card-content--step {
    display: block;
    float: left;
    padding: 0 5px;
    width: 50%;
  }
}

.card-content--recommend {
  padding: 10px;
}

.card-content--recommend:after {
  bottom: 5px;
  right: 5px;
}

@media screen and (max-width: 736px) {
  .card-content--recommend {
    padding: 8px 10px;
  }
}

.card-content--banner {
  padding: 10px;
  background-color: transparent;
}

@media screen and (max-width: 736px) {
  .card-content--banner {
    padding: 5px 0;
  }
}

.card-content--banner:after {
  display: none;
}

.card-title {
  position: relative;
  margin: 0;
  font-weight: normal;
}

.card-title-main {
  display: block;
  font-size: 2.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 736px) {
  .card-title-main {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .card-title-main--step {
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.card-title-sub {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .card-title-sub {
    font-size: 1.3rem;
    line-height: 1.38462;
  }
}

.card-title-recommend {
  display: block;
  color: #ab0000;
  font-size: 1.6rem;
  line-height: 1.375;
}

.card-title--banner {
  font-size: 1.4rem;
  line-height: 1.28571;
}

@media screen and (max-width: 736px) {
  .card-title--banner {
    font-size: 1.2rem;
    line-height: 1.33333;
  }
}

.card-text {
  margin: 15px 0 0 0;
  line-height: 1.375;
}

@media screen and (max-width: 736px) {
  .card-text--step {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}

.card-has-movie {
  position: absolute;
  top: -25px;
  right: 15px;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 736px) {
  .card-has-movie {
    width: 52.5px;
    height: auto;
  }
}

.card--aside:first-child {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .card--aside:first-child {
    margin-top: 20px;
  }
}

.assist-banner {
  margin: 20px 0 0 0;
  padding: 10px 16px 0;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .assist-banner {
    padding: 8px;
  }
}

.blocklink {
  margin-top: 5px;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .blocklink {
    position: relative;
    margin-top: 8px;
    z-index: 2;
  }
}

.blocklink-image > img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media screen and (min-width: 737px) {
  .blocklink.is-hover-transparent:hover > .blocklink-image > img {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.blocklink-content {
  padding: 10px 0;
}

@media screen and (max-width: 736px) {
  .blocklink-content {
    padding: 5px 0 0 0;
  }
}

.blocklink-title {
  position: relative;
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.28571;
}

@media screen and (max-width: 736px) {
  .blocklink-title {
    font-size: 1.2rem;
    line-height: 1.33333;
  }
}

.relational-link > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.relational-link > ul:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .relational-link > ul {
    position: relative;
    margin: 0 -10px;
    z-index: 2;
  }
}

.relational-link > ul > li {
  float: left;
}

.relational-link > ul > li > a {
  display: block;
  position: relative;
  padding: 8px 15px 8px 42px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.375;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .relational-link > ul > li > a {
    padding: 13px 10px 12px 42px;
    border-radius: 22px;
  }
}

@media screen and (min-width: 737px) {
  .relational-link > ul > li > a:hover {
    color: #ab0000;
  }
}

.relational-link > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  background-image: url(../img/sprite.png);
  background-position: -107px -14px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.relational-link--foot {
  margin-top: 20px;
}

.relational-link-item {
  margin-top: 10px;
  padding: 0 8px;
}

@media screen and (max-width: 736px) {
  .relational-link-item {
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
  }
}

.relational-link-item1 {
  margin-top: 10px;
  padding: 0 8px;
  width: 25%;
}

@media screen and (max-width: 736px) {
  .relational-link-item1 {
    margin-top: 10px;
    padding: 0 10px;
    width: 50%;
  }
}

.relational-link-item2 {
  margin-top: 10px;
  padding: 0 8px;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .relational-link-item2 {
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
  }
}

.relational-link-item4 {
  margin-top: 10px;
  padding: 0 8px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .relational-link-item4 {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.detail-link {
  margin-top: 60px;
  border-bottom: 1px solid #c9bfa0;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .detail-link {
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #c9bfa0;
  }
}

.detail-link > a {
  position: relative;
  padding: 10px 30px 10px 0;
  font-size: 1.4rem;
  line-height: 1.35714;
  text-decoration: none;
}

@media screen and (min-width: 737px) {
  .detail-link > a:hover {
    color: #ab0000;
  }
}

.detail-link > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../img/sprite.png);
  background-position: -13px -72.5px;
  width: 11px;
  height: 11.5px;
  background-size: 115px 99px;
}

@media screen and (max-width: 736px) {
  .detail-link > a {
    display: block;
    padding: 12px 25px 12px 0;
    font-size: 1.3rem;
    line-height: 1.30769;
  }
}

.recommend {
  margin-top: 120px;
}

@media screen and (max-width: 736px) {
  .recommend {
    margin-top: 60px;
  }
}

.recommend-title {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .recommend-title {
    position: relative;
    padding-right: 72.58621%;
  }
  .recommend-title > img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .recommend-title:before {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 100%;
    border-top: 1px solid #ab0000;
    z-index: 1;
  }
  .recommend-title:after {
    content: "";
    position: absolute;
    top: 14.28571%;
    left: 0;
    width: 30.86207%;
    border-top: 1px solid #eeeade;
    z-index: 1;
  }
}

.image {
  margin: 40px 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .image {
    margin: 20px 0;
  }
}

.image-source {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  font-style: normal;
  text-align: right;
}

.section-image {
  margin: 10px 0 0 0;
}

.section-image--kyouiku {
  margin: 40px 0 -20px 0;
}

@media screen and (max-width: 736px) {
  .section-image--kyouiku {
    margin: 40px 0 -100px 0;
  }
}

.section-image--jyutaku, .section-image--rougo {
  margin: 40px 0;
}

.section-image--foot {
  margin-top: 40px;
}

.section-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  margin: 40px 0 40px 15px;
  padding: 15px 15px 15px 24px;
}

@media screen and (max-width: 736px) {
  .section-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding: 10px;
  }
}

.section-copy:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto 0;
  border: 15px solid transparent;
  border-width: 8px 15px;
  border-right-color: #fff;
  width: 0;
  height: 0;
}

.section-copy-image {
  position: relative;
  margin-top: -40px;
  width: 184px;
}

.section-copy-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .section-copy-text {
    margin-top: 15px;
  }
}

.zu {
  margin: 40px 0;
}

@media screen and (max-width: 736px) {
  .zu {
    margin: 20px 0;
    text-align: center;
  }
}

.zu--narrow {
  margin: 20px 0;
}

.zu-image {
  margin: 40px 0 20px;
}

.zu-image:first-child {
  margin-top: 20px;
}

.zu-source {
  display: block;
  margin: .5em 0 0 0;
  font-size: 1.3rem;
  font-style: normal;
  text-align: right;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .zu-source {
    font-size: 1.2rem;
  }
}

.zu-caption {
  display: block;
  margin: .5em 0;
  font-size: 1.8rem;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .zu-caption {
    font-size: 1.2rem;
  }
}

.zu-caption-kaigo {
  padding: 12px 20px;
  background-color: #0066ae;
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .zu-caption-kaigo {
    padding: 10px;
    text-align: left;
  }
}

.zu-caption-hoken1 {
  text-align: center;
}

.zu-caption-hoken2 {
  text-align: left;
}

.zu-caption-hoken3 {
  text-align: center;
}

@media screen and (max-width: 736px) {
  .zu-caption-hoken3 {
    font-size: 1.5rem;
  }
}

.zu-text--center {
  text-align: center;
}

.zu-text--emphasis {
  font-weight: bold;
}

.zu-center {
  text-align: center;
}

.figure {
  margin: 1em 0 0 0;
  text-align: center;
}
.figure .align-left {
  display: block;
  text-align: left;
}

.movie {
  margin-top: 30px;
}

.movie-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .movie-title {
    font-size: 1.4rem;
  }
}

.movie-time {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  font-style: normal;
  text-align: right;
  list-style: none;
}

.jstream-movie {
  margin: 20px 0 0 0;
  height: inherit;
}

.jstream-eqPlayer {
  position: relative !important;
  max-width: 714px;
}

@media screen and (min-width: 738px) {
  .jstream-eqPlayer {
    height: 402px !important;
  }
}

@media screen and (max-width: 737px) {
  .jstream-eqPlayer {
    height: 350px !important;
  }
}

@media screen and (max-width: 400px) {
  .jstream-eqPlayer {
    height: 260px !important;
  }
}

.banner-block {
  margin: 40px 0;
}

@media screen and (max-width: 736px) {
  .banner-block {
    margin: 20px 0;
  }
}

.banner-block-text {
  margin: 0;
  text-align: center;
}

.banner-block-image {
  margin: 15px 0 0 0;
}

.section-content {
  margin-top: 20px;
}

.profile {
  display: table;
  margin-top: 30px;
  border: 1px solid #67ab50;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .profile {
    display: block;
    margin-top: 15px;
    border-width: 0 0 1px 0;
    width: auto;
  }
  .profile:after {
    content: "";
    display: table;
    clear: both;
  }
}

.profile-image {
  display: table-cell;
  width: 220px;
  background-color: #ffffff;
  vertical-align: bottom;
}

@media screen and (max-width: 736px) {
  .profile-image {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 114px;
    border: 1px solid #67ab50;
  }
}

.profile-content {
  display: table-cell;
  border-left: 1px solid #67ab50;
  padding: 25px 30px;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .profile-content {
    display: block;
    border: none;
    padding: 0;
  }
}

.profile-data {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .profile-data {
    padding-bottom: 15px;
  }
}

.profile-data > dt {
  margin: 0;
  color: #67ab50;
}

.profile-data > dd {
  margin: 10px 0 0 0;
  font-size: 1.3rem;
  line-height: 1.69231;
}

.profile-name {
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .profile-name {
    font-size: 1.6rem;
  }
}

.profile-name-furigana {
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .profile-name-furigana {
    font-size: 1.2rem;
  }
}

.profile-banner {
  margin: 20px auto 0;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .profile-banner {
    margin-top: 0;
  }
}

@media screen and (min-width: 737px) {
  .profile-banner a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.column-row {
  overflow: hidden;
}

.column-row:after {
  content: "";
  display: table;
  clear: both;
}

.column-profile {
  float: left;
  margin-top: 19px;
  margin-right: 20px;
  margin-bottom: 19px;
  border: 1px solid #67ab50;
  width: 180px;
}

@media screen and (max-width: 736px) {
  .column-profile {
    float: none;
    margin-right: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.column-profile-image {
  margin: 10px auto;
  width: 120px;
}

@media screen and (max-width: 736px) {
  .column-profile-image {
    margin: 10px 0 10px 10px;
    width: 60px;
  }
}

.column-profile-text {
  margin: 10px;
}

.column-profile-text > dt {
  color: #67ab50;
  font-size: 1.3rem;
  font-weight: bold;
}

.column-profile-text > dd {
  margin: 0;
  font-size: 1.3rem;
}

.column-profile-furigana {
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .column-profile-furigana {
    font-size: 1rem;
  }
}

.summary {
  margin-top: 60px;
  padding: 15px;
  border: 2px solid #67ab50;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .summary {
    margin-top: 30px;
    padding: 15px;
  }
}

.summary-title {
  margin: 0;
  color: #67ab50;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.summary-title > span {
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

@media screen and (max-width: 736px) {
  .summary-title {
    font-size: 1.3rem;
    line-height: 1.46154;
  }
}

.summary-text {
  margin: 1em 0 0 0;
  font-size: 1.3rem;
}

.summary-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .summary-text {
    font-size: 1.2rem;
  }
}

.comic-summary {
  margin-top: 60px;
  padding: 15px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 736px) {
  .comic-summary {
    margin-top: 30px;
    padding: 15px;
  }
}

.comic-summary-image {
  padding: 0 15px 0 0;
}

@media screen and (max-width: 736px) {
  .comic-summary-image {
    padding: 0;
  }
}

.comic-summary-title {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7ab00;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (max-width: 736px) {
  .comic-summary-title {
    font-size: 1.3rem;
    line-height: 1.46154;
  }
}

.comic-summary-text {
  margin: 1em 0 0 0;
  font-size: 1.3rem;
}

.comic-summary-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .comic-summary-text {
    font-size: 1.2rem;
  }
}

.media {
  display: table;
  position: relative;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .media {
    background-color: #ffffff;
  }
}

.media--top {
  margin-top: 0;
}

.media--comic {
  margin-top: 0;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 736px) {
  .media--comic {
    background-color: transparent;
  }
}

.media--column {
  margin-top: 0;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 736px) {
  .media--column {
    background-color: transparent;
  }
}

.media-container-comic {
  margin-top: 20px;
}

.media-container-comic > section:first-child {
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 736px) {
  .media-container-comic {
    margin-top: 30px;
  }
}

.media-container-column {
  margin-top: 20px;
}

.media-container-column > section:first-child {
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 736px) {
  .media-container-column {
    margin-top: 30px;
  }
}

.media-image {
  display: table-cell;
  width: 228px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media screen and (max-width: 736px) {
  .media-image {
    position: relative;
    overflow: hidden;
    width: 87px;
  }
  .media-image:before {
    content: "";
    display: block;
    padding-top: 87px;
    width: 100%;
  }
  .media-image > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -200%;
    right: -200%;
    margin: auto;
    max-width: inherit;
    width: 100%;
  }
}

.media-image--new {
  position: relative;
}

.media-image--new:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -8px;
  width: 126px;
  height: 62px;
  background-image: url(../../img/icon_new_green.png);
}

@media screen and (max-width: 736px) {
  .media-image--new:after {
    top: 0;
    left: 0;
    width: 33px;
    height: 24px;
    background-image: url(../../img/icon_new_green_sp.png);
    background-size: cover;
  }
}

@media screen and (max-width: 736px) {
  .media-image--comic {
    width: 114px;
  }
  .media-image--comic:before {
    padding-top: 76px;
  }
}

.media-image--column {
  position: relative;
  padding-right: 22px;
  width: 164px;
}

@media screen and (max-width: 736px) {
  .media-image--column {
    overflow: visible;
    padding-right: 0;
    width: 82px;
  }
}

.media-image-icon-new {
  position: absolute;
  top: 0;
  right: -8px;
}

@media screen and (max-width: 736px) {
  .media-image-icon-new {
    top: 2px;
    right: -18px;
    width: 30px;
  }
}

.media-body {
  display: table-cell;
  padding: 0 30px;
  background-color: #ffffff;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .media-body {
    padding: 0 10px;
  }
}

.media-body--comic {
  position: relative;
  background-color: transparent;
}

.media-body--column {
  position: relative;
  background-color: transparent;
}

@media screen and (max-width: 736px) {
  .media-body--column {
    padding-left: 25px;
  }
}

.media-time {
  color: #67ab50;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: .08em;
}

@media screen and (max-width: 736px) {
  .media-time {
    font-size: 1rem;
  }
}

.media-number {
  padding: 2px 4px;
  background-color: #b7aa00;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 736px) {
  .media-number {
    font-size: 1.2rem;
    line-height: 1.58333;
  }
}

.media-number--column {
  background-color: #67ab50;
}

.media-sub-text {
  margin: 0 0 3px 0;
  color: #b7aa00;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .media-sub-text {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.media-sub-text--column {
  color: #67ab50;
}

.media-title {
  margin: 0;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: .08em;
  -webkit-transition: color .2s;
  transition: color .2s;
}

@media screen and (max-width: 736px) {
  .media-title {
    font-size: 1.4rem;
  }
}

.media:hover .media-image {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.media:hover .media-title {
  color: #67ab50;
}

.media:hover .media-title--comic {
  color: #b7ab00;
}

.media:hover .media-title--column {
  color: #67ab50;
}

.media:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 5px solid transparent;
  border-right: 5px solid #67ab50;
  border-bottom: 5px solid #67ab50;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .media:after {
    bottom: 6px;
    right: 6px;
    border-width: 4px;
  }
}

.media--comic:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  background-image: url(../img/sprite.png);
  background-position: -97px -16px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.media--column:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  background-image: url(../img/sprite.png);
  background-position: -97px -30px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.media .icon-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -8px;
  left: -20px;
  border-radius: 50% 50% 50% 0;
  width: 35px;
  height: 35px;
  background-color: #ab0000;
  color: #ffffff;
  font-size: 1rem;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .media .icon-new {
    top: -8px;
    left: -24px;
    width: 30px;
    height: 30px;
  }
}

/* movie modal style */
.modalbg {
  background: #5a5a5a;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}

.modalcontents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 90%;
  max-width: 940px;
  display: none;
}

@media screen and (max-width: 736px) {
  .modalcontents.is-landscape {
    width: 60%;
  }
}

.modalcontents .modaltxt {
  font-size: 133.33%;
  color: #fff;
  text-align: center;
}

.modalcontents .modaltxt strong {
  color: #fff;
}

.modalcontents .modalmovie {
  margin-top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.modalcontents .modalclosebtn {
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 1px;
  line-height: 1px;
}

.youtube {
  position: relative;
  margin-top: 1em;
  width: 100%;
  padding-top: 56.25%;
}

.youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.disclaimer-section {
  margin-top: 40px;
  padding: 10px 22px 20px 20px;
  background-color: #f6f6f6;
}

.disclaimer-section--dc {
  width: 714px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 736px) {
  .disclaimer-section--dc {
    width: 100%;
  }
}

.disclaimer-title {
  color: #ab0000;
  font-size: 1.6rem;
}

.disclaimer-subsection {
  margin-top: 10px;
}

.disclaimer-subtitle {
  margin: 0;
  font-size: 1.3rem;
}

.disclaimer-text {
  margin: 0;
  font-size: 1.3rem;
}

.disclaimer-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.disclaimer-list--unorder {
  margin-left: 1.5em;
  list-style: disc;
}

.disclaimer-list > li {
  margin: 0;
  font-size: 1.3rem;
}

.disclaimer-list > li > ul {
  margin-left: 3em;
}

.comic-container {
  margin-top: 30px;
}
.comic-container--dc {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
}
.comic-container--dc > div:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 736px) {
  .comic-container {
    margin-top: 15px;
  }
  .comic-container--dc {
    width: 100%;
  }
}

.comic-copyright {
  margin: 10px 0 0 0;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.comic-index {
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .comic-index {
    margin-top: 30px;
  }
}

.contents-title + .comic-index {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .contents-title + .comic-index {
    margin-top: 15px;
  }
}

.comic-index-title {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .comic-index-title {
    margin-top: -59px;
    padding-top: 59px;
  }
}

.comic-index-header {
  position: relative;
  overflow: hidden;
  margin: 0;
  background-color: #ffffff;
}

.comic-index-header--comic1 {
  background-image: url(../../comic/img/comic1/bg_index_comic.png);
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .comic-index-header--comic1 {
    background-image: url(../../comic/img/comic1/bg_index_comic_sp.png);
  }
}

.comic-index-header--ideco2 {
  background-image: url(../../comic/img/ideco2/bg_index_comic.png);
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .comic-index-header--ideco2 {
    background-image: url(../../comic/img/ideco2/bg_index_comic_sp.png);
  }
}

.comic-index-header--maneten {
  background-image: url(../../comic/img/maneten/bg_index_comic.png);
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .comic-index-header--maneten {
    background-image: url(../../comic/img/maneten/bg_index_comic_sp.png);
  }
}

.comic-index-header img {
  width: 100%;
  vertical-align: top;
}

.comic-index-logo {
  position: absolute;
  top: 0;
  z-index: 1;
}

.comic-index-image {
  position: relative !important;
  z-index: 2;
}

.comic-index-label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px;
  background-color: #b7ab00;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .comic-index-label {
    padding: 7px 9px;
    font-size: 1rem;
  }
}

.comic-index-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
  border-top: 21px solid transparent;
  border-right: 21px solid #b7ab00;
  border-bottom: 21px solid transparent;
  border-left: 21px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .comic-index-label:after {
    left: -24px;
    border-width: 12px;
  }
}

.comic-index-text {
  margin: 1em 0;
}

.index-pagination {
  margin: 20px 0;
  padding-left: 0;
  font-size: 0;
}

.index-pagination > li {
  display: inline-block;
  position: relative;
  margin: 20px 20px 0 0;
  width: 50px;
  height: 50px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .index-pagination > li {
    margin: 10px 10px 0 0;
    width: 45px;
    height: 45px;
  }
}

.index-pagination > li > a {
  display: block;
  border: 1px solid transparent;
  line-height: 50px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .index-pagination > li > a {
    font-size: 1.9rem;
    line-height: 45px;
  }
}

.index-pagination > li > a:hover {
  background-color: #ffffff;
}

.index-pagination--comic > li > a {
  background-color: #b7ab00;
}

.index-pagination--comic > li > a:hover {
  border-color: #b7ab00;
  color: #b7ab00;
}

.index-pagination .icon-new {
  position: absolute;
  top: -30px;
  left: 30px;
  border-radius: 50% 50% 50% 0;
  width: 35px;
  height: 35px;
  background-color: #ab0000;
  color: #ffffff;
  font-size: 1rem;
  line-height: 35px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .index-pagination .icon-new {
    top: -23px;
    left: 23px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.comic-digest-container {
  padding: 40px 0;
  background-color: #e1e1e1;
}

@media screen and (max-width: 736px) {
  .comic-digest-container {
    padding: 30px 15px;
  }
}

.comic-txt--cd {
  margin-top: 3em;
}
.comic-synopsis--cd {
  margin-top: 20px;
}
.comic-synopsis--cd > h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0;
}
.comic-synopsis--cd > p {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 736px) {
  .comic-synopsis--cd {
    margin-top: 15px;
  }
  .comic-synopsis--cd > h3 {
    font-size: 1.8rem;
  }
  .comic-synopsis--cd > p {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.comic-recommend {
  margin-top: 20px;
  padding: 14px 0 20px;
  background-color: #f6f6f6;
}
.comic-recommend--dc {
  width: 714px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .comic-recommend {
    padding: 14px 15px 0;
  }
  .comic-recommend--dc {
    width: 100%;
  }
}

.comic-recommend-inner {
  margin: 0 auto;
  width: 674px;
}

@media screen and (max-width: 736px) {
  .comic-recommend-inner {
    width: 100%;
  }
}

.comic-recommend-title {
  margin: 0 0 14px 0;
  font-size: 1.8rem;
  text-align: center;
}

.comic-digest-list {
  overflow: hidden;
  list-style: none;
  margin: -10px -10.5px 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.comic-digest-list--dc-new {
  margin: 0;
}
.comic-digest-list--dc {
  display: flex;
  margin: 0 -15px 4em;
}

@media screen and (max-width: 736px) {
  .comic-digest-list {
    margin: 0;
  }
  .comic-digest-list--dc {
    margin: 0;
  }
}

.comic-recommend .comic-digest-list {
  margin: -10px -5px 0;
}

.comic-digest-list > li {
  /*float: left;*/
  /*width: 327px;*/
  padding: 0 10.5px;
}
.comic-digest-list--dc-new > li,
.comic-digest-list--dc > li {
  padding: 0;
}

@media screen and (min-width: 737px) {
  .comic-digest-list > li {
    margin-top: 10px;
    width: calc(1% / 3 * 100);
  }
  .comic-digest-list--dc-new > li {
    margin-top: 2em;
  }
  .comic-digest-list--dc > li {
    margin-top: 2em;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 736px) {
  .comic-digest-list > li {
    float: none;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
  .comic-digest-list--dc-new > li,
  .comic-digest-list--dc > li {
    margin-top: 1.5em;
    margin-right: 0;
    margin-left: 0;
  }
}

.comic-recommend .comic-digest-list > li {
  width: 228px;
  padding: 0 5px;
}

@media screen and (max-width: 736px) {
  .comic-recommend .comic-digest-list > li {
    padding: 0;
    width: 100%;
  }
}

[data-self="comic1"] .comic-digest-list > li.comic-recommend-comic1 {
  display: none;
}

[data-self="ideco1"] .comic-digest-list > li.comic-recommend-ideco1 {
  display: none;
}

[data-self="ideco2"] .comic-digest-list > li.comic-recommend-ideco2 {
  display: none;
}

[data-self="maneten"] .comic-digest-list > li.comic-recommend-maneten {
  display: none;
}

[data-self="yorosiku"] .comic-digest-list > li.comic-recommend-yorosiku {
  display: none;
}

[data-self="dc"] .comic-digest-list > li.comic-recommend-dc {
  display: none;
}

.comic-digest-list .comic-digest-item--wide {
  margin-bottom: 21px;
  width: 100%;
}
.comic-digest-list--dc-new .comic-digest-item--wide {
  margin-bottom: 0;
}
.comic-digest-list--dc .comic-digest-item--wide {
  width: calc((100% / 3) - 30px);
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .comic-digest-list--dc .comic-digest-item--wide {
    width: 100%;
  }
}

.comic-digest {
  padding: 20px;
  background-color: #ffffff;
}
.comic-digest--dc-new {
  padding: 0;
}

li:not(.comic-digest-item--wide) .comic-digest {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .comic-digest {
    padding: 12px;
  }
}

.comic-digest--wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 736px) {
  .comic-digest--wide {
    display: block;
  }
}

.comic-digest--teinengo {
  padding: 0;
}

@media screen and (max-width: 736px) {
  .comic-digest--teinengo {
    height: auto;
    margin-bottom: 15px;
  }
}

.comic-recommend .comic-digest {
  padding: 15px;
}

@media screen and (max-width: 736px) {
  .comic-recommend .comic-digest {
    padding: 10px;
  }
}

.comic-digest-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: -webkit-linear-gradient(bottom right, transparent 50%, #b7ab00 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, transparent 50%, #b7ab00 50.5%) no-repeat top left/100% 100%;
  z-index: 1;
}

.comic-digest-new > span {
  position: relative;
  top: -8px;
  left: -8px;
  color: #ffffff;
  font-family: "??????", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", "?l?r ????", serif;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.comic-digest-image {
  display: block;
  position: relative;
  min-height: 0%;
}

.comic-digest-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d7dae0;
  width: 100%;
  height: 100%;
}

.comic-digest-image--comic1:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border: 5px solid #b7ab00;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

@media screen and (max-width: 736px) {
  .comic-digest-image--comic1:after {
    border-width: 3px;
  }
}

.comic-digest-image:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.comic-digest--wide .comic-digest-image {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 310px;
}

@media screen and (max-width: 736px) {
  .comic-digest--wide .comic-digest-image {
    width: 100%;
  }
}

.comic-digest-image > img {
  width: 100%;
}

.comic-digest-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 736px) {
  .comic-digest-detail {
    margin: 10px 0 0 0;
  }
}

.comic-digest-detail > dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #b7ab00;
  color: #b7ab00;
  font-size: 2rem;
  line-height: 1.5;
}
.comic-digest-list--dc-new .comic-digest-detail > dt {
  font-size: 2.2rem;
  font-weight: 700;
  border: none;
  padding-bottom: 0;
}

@media screen and (max-width: 736px) {
  .comic-digest-detail > dt {
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
  .comic-digest-list--dc-new .comic-digest-detail > dt {
    font-size: 1.8rem;
    padding-bottom: 0;
  }
}

.comic-digest-detail > dd {
  margin: 0;
}

.comic-digest-text {
  height: 44px;
  height: auto;
}

.comic-digest--wide .comic-digest-text {
  height: auto;
}

/* .comic-recommend .comic-digest-text {
  height: 78px;
} */

.comic-digest-list--dc .comic-digest-text {
  height: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .comic-recommend .comic-digest-text {
    height: auto;
  }
}

.comic-digest-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .comic-digest-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comic-digest-button > a {
  margin-top: 0;
  width: calc(50% - 8px);
  margin-right: 5px;
  margin-left: 5px;
}
.comic-digest-button > a:first-child {
  margin-right: 5px;
  margin-left: 0;
}
.comic-digest-button > a:last-child {
  margin-right: 0;
  margin-left: 5px;
}

@media screen and (max-width: 736px) {
  .comic-digest-button > a {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .comic-digest-button > a:nth-child(n+2) {
    margin-top: .5em;
  }
  .comic-digest-button > a:first-child {
    margin-right: 0;
  }
  .comic-digest-button > a:last-child {
    margin-left: 0;
  }
}

.comic-digest-read-button {
  display: block;
  margin-top: auto;
  padding: 11px;
  border: 1px solid transparent;
  border-radius: 22px;
  width: 100%;
  background-color: #008cd7;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.comic-digest-read-button.full {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .comic-digest-read-button {
    margin-top: .5em;
  }
}

.comic-digest-read-button:hover {
  color: #ffffff;
  background-color: rgba(0, 140, 215, 0.7);
}

.top-featured-novel .comic-digest-read-button {
  background-color: #e3545e;
}

.top-featured-novel .comic-digest-read-button:hover {
  background-color: rgba(227, 84, 94, 0.7);
}

.comic-digest-detail-button {
  display: block;
  position: relative;
  margin-top: 1em;
  padding: 11px;
  border: 1px solid #444444;
  border-radius: 22px;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: -.01em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .comic-digest-detail-button {
    margin-top: .5em;
  }
}

.comic-digest-detail-button:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: .5em;
  background-image: url(../img/sprite.png);
  background-position: -97px 0px;
  width: 8px;
  height: 14px;
  background-size: 115px 99px;
}

.comic-digest-detail-button:hover {
  color: #ab0000;
}

.teinengo-title--inner {
  position: relative;
}

@media screen and (max-width: 736px) {
  .teinengo-title--inner {
    height: auto;
  }
}

.teinengo-title--inner .more-detail {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  padding: 15px 50px;
  background-color: #ab0000;
  border-radius: 32px;
  font-size: 1.6rem;
  line-height: 1.22;
  text-align: center;
}

.teinengo-title--inner .more-detail--wrapper {
  margin: 0 12px;
}

@media screen and (max-width: 736px) {
  .teinengo-title--inner .more-detail {
    position: unset;
    width: 100%;
    margin: 20px auto;
    padding: 13px 0;
    font-size: 1.65rem;
  }
}

.teinengo-title--inner .more-detail:hover {
  cursor: pointer;
  background-color: rgba(171, 0, 0, 0.7);
}

.teinengo-title--inner .more-detail > a {
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .teinengo-title--image {
    position: unset;
  }
}

.teinengo-title--image > img {
  width: 100%;
}

.teinengo-title--image:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* image float style */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.image-left {
  float: left;
  margin-top: 5px;
  margin-right: 1em;
}

@media screen and (max-width: 736px) {
  .image-left {
    float: none;
    margin-top: 1em;
    margin-right: 0;
    text-align: center;
  }
}

.image-right {
  float: right;
  margin-top: 5px;
  margin-left: 1em;
}

@media screen and (max-width: 736px) {
  .image-right {
    float: none;
    margin-top: 1em;
    margin-left: 0;
    text-align: center;
  }
}

.karuta-list-latest {
  list-style: none;
  margin: 20px 0 0 0;
  padding-left: 0;
}

.karuta-list-latest > li {
  margin-top: 10px;
}

.karuta-link {
  display: table;
  position: relative;
  padding: 10px 40px;
  width: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .karuta-link {
    padding: 10px 12px;
  }
  .karuta-link > img {
    width: 266px;
  }
}

.karuta-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/sprite.png);
  background-position: -214px -84px;
  width: 12px;
  height: 24px;
}

@media screen and (max-width: 736px) {
  .karuta-link:after {
    right: 15px;
    background-image: url(../img/sprite.png);
    background-position: -107px -42px;
    width: 6px;
    height: 12px;
    background-size: 115px 99px;
  }
}

.karuta-link .karuta-text {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.karuta-link .karuta-text:first-child {
  width: 64px;
}

@media screen and (max-width: 736px) {
  .karuta-link .karuta-text:first-child {
    width: 46px;
  }
}

.karuta-link .karuta-first-letter {
  display: inline-block;
  padding: 12px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 3.0rem;
  font-family: "??????", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", "?l?r ????", serif;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .karuta-link .karuta-first-letter {
    padding: 8px;
    font-size: 2.0rem;
    line-height: 1;
  }
}

.karuta-link .karuta-phrase {
  display: inline-block;
  font-size: 2.4rem;
  font-family: "??????", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", "?l?r ????", serif;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 736px) {
  .karuta-link .karuta-phrase {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}

.karuta-link {border: solid 5px}
.karuta-link--green {border-color: #39a869}
.karuta-link--brown {border-color: #de6641}
.karuta-link--purple {border-color: #a55b9a}
.karuta-link--pink {border-color: #de415f}
.karuta-link--mosgreen {border-color: #8fa839}
.karuta-link--orange {border-color: #e8ac51}
.karuta-link--blue {border-color: #519fe8}

.karuta-link--green .karuta-first-letter {
  background-color: #39a869;
}

.karuta-link--green:hover .karuta-phrase {
  color: #39a869;
}

.karuta-link--brown .karuta-first-letter {
  background-color: #de6641;
}

.karuta-link--brown:hover .karuta-phrase {
  color: #de6641;
}

.karuta-link--purple .karuta-first-letter {
  background-color: #a55b9a;
}

.karuta-link--purple:hover .karuta-phrase {
  color: #a55b9a;
}

.karuta-link--pink .karuta-first-letter {
  background-color: #de415f;
}

.karuta-link--pink:hover .karuta-phrase {
  color: #de415f;
}

.karuta-link--mosgreen .karuta-first-letter {
  background-color: #8fa839;
}

.karuta-link--mosgreen:hover .karuta-phrase {
  color: #8fa839;
}

.karuta-link--orange .karuta-first-letter {
  background-color: #e8ac51;
}

.karuta-link--orange:hover .karuta-phrase {
  color: #e8ac51;
}

.karuta-link--blue .karuta-first-letter {
  background-color: #519fe8;
}

.karuta-link--blue:hover .karuta-phrase {
  color: #519fe8;
}

.karuta-face {
  display: block;
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.karuta-face:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.icon-karuta-new {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.karuta-more-button {
  margin: 40px 0 0 0;
}

.comic-more-button,
.column-more-button {
  margin: 20px 0 0 0;
}

.comic-paging-button {
  display: flex;
  margin: 30px -17px -30px;
}
@media screen and (max-width: 736px) {
  .comic-paging-button {
    display: block;
    margin: 30px 0 0;
  }
}

.karuta-more-button,
.comic-more-button,
.column-more-button {
  text-align: center;
}

.karuta-more-button > a,
.comic-more-button > a,
.column-more-button > a {
  display: inline-block;
  position: relative;
  padding: 11px;
  border-radius: 22px;
  width: 228px;
  background-color: #ab0000;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.375;
  text-align: center;
}
.comic-paging-button > a {
  display: flex;
  position: relative;
  width: calc((100% / 2) - 34px);
  height: 60px;
  font-size: 1.4rem;
  line-height: 1.375;
  align-items: center;
  border-radius: 30px;
  background-color: #efefef;
  padding: 11px;
  margin: 0 17px 10px;
}
@media screen and (max-width: 736px) {
  .comic-paging-button > a {
    width: 100%;
    margin: 0 0 10px;
  }
}

.karuta-more-button > a:after,
.comic-more-button > a:after,
.column-more-button > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/sprite.png);
  background-position: -11.5px -87.5px;
  width: 9px;
  height: 11px;
  background-size: 115px 99px;
}
.comic-paging-button > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/sprite.png);
  background-position: 0 -87.5px;
  width: 9px;
  height: 11px;
  background-size: 115px 99px;
}

.karuta-more-button > a:hover,
.comic-more-button > a:hover,
.column-more-button > a:hover {
  background-color: rgba(171, 0, 0, 0.7);
}
.comic-paging-button > a:hover {
  opacity: .7;
}

.karuta {
  position: relative;
  height: 446px;
  padding-top: 40px;
}

@media screen and (max-width: 736px) {
  .karuta {
    margin-top: 20px;
    padding-top: 0;
    height: 404px;
  }
}

.karuta-front {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: perspective(1200px) rotateY(0deg);
          transform: perspective(1200px) rotateY(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s linear 0s;
  transition: -webkit-transform .3s linear 0s;
  transition: transform .3s linear 0s;
  transition: transform .3s linear 0s, -webkit-transform .3s linear 0s;
  width: 280px;
  height: 406px;
}

.is-active .karuta-front {
  -webkit-transform: perspective(1200px) rotateY(-180deg);
          transform: perspective(1200px) rotateY(-180deg);
}

.ie9 .is-active .karuta-front {
  display: none;
}

@media screen and (max-width: 736px) {
  .karuta-front {
    width: 140px;
    height: 203px;
  }
}

.karuta-back {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: perspective(1200px) rotateY(180deg);
          transform: perspective(1200px) rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s linear 0s;
  transition: -webkit-transform .3s linear 0s;
  transition: transform .3s linear 0s;
  transition: transform .3s linear 0s, -webkit-transform .3s linear 0s;
  max-width: 714px;
  height: 406px;
}

.is-active .karuta-back {
  -webkit-transform: perspective(1200px) rotateY(0deg);
          transform: perspective(1200px) rotateY(0deg);
}

.ie9 .is-active .karuta-back {
  display: block;
}

@media screen and (max-width: 736px) {
  .karuta-back {
    width: 290px;
    height: 404px;
  }
}

.ie9 .karuta-back {
  display: none;
}

.iroha-relational {
  margin-top: 20px;
}

.iroha-relational > p {
  font-size: 1.2rem;
  line-height: 1.66667;
}

.beginning-block {
  padding-top: 40px;
}

@media screen and (max-width: 736px) {
  .beginning-block {
    padding-top: 0;
  }
}

.beginning-block > figure:first-child {
  margin-top: 0;
}

.relational-article {
  margin-top: 40px;
  padding: 40px 80px 30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 736px) {
  .relational-article {
    margin-top: 30px;
    padding: 30px 15px 15px;
  }
}

.relational-article-header {
  margin: 0;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.22222;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .relational-article-header {
    font-size: 1.6rem;
  }
}

.relational-article-list {
  list-style: none;
  margin: 30px 0 0 0;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .relational-article-list {
    margin-top: 15px;
  }
}

.relational-article-link {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 20px;
}

@media screen and (max-width: 736px) {
  .relational-article-link {
    padding: 10px 0 10px 22px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.relational-article-link:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  bottom: 0;
  margin: 0;
  background-image: url(../img/sprite.png);
  background-position: -107px -28px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.relational-article-link:hover, .relational-article-link.is-active {
  color: #999999;
}

.relational-article-link:hover:before, .relational-article-link.is-active:before {
  background-image: url(../img/sprite.png);
  background-position: -97px -44px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

/* movie modal style */
.modal-bg {
  background: #5a5a5a;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}

.modal-contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 90%;
  height: 80%;
  max-width: 600px;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 736px) {
  .modal-contents.is-landscape {
    width: 60%;
  }
}

.modal-contents .modal-frame {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.modal-contents .modal-frame > div {
  width: 100% !important;
  height: auto;
  border: none;
  display: block;
}

.modal-close-button {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 1px;
  line-height: 1px;
  z-index: 300;
  display: none;
}

.relational-banner {
  margin-top: 44px;
}

@media screen and (max-width: 736px) {
  .relational-banner {
    margin-top: 30px;
  }
}

.relational-banner > div {
  text-align: center;
}

.relational-banner > div > a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.relational-banner > div:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .relational-banner > div:nth-child(n+2) {
    margin-top: 15px;
  }
}

/* textblock */
.textblock {
  position: relative;
  margin: 20px 0 0 0;
  padding: 30px;
  border: 1px solid #d7dae0;
  background-color: #f5f6f9;
}

@media screen and (max-width: 736px) {
  .textblock {
    padding: 15px;
  }
}

.textblock:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
}

.textblock > p {
  margin: 0;
  color: #444444;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.22222;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 736px) {
  .textblock > p {
    font-size: 1.2rem;
    line-height: 2.08333;
  }
}

.textblock > p > strong {
  color: #ab0000;
  font-size: 2.6rem;
}

@media screen and (max-width: 736px) {
  .textblock > p > strong {
    font-size: 1.9rem;
  }
}

.secondary-section > .textblock:first-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .secondary-section > .textblock:first-child {
    margin-bottom: 20px;
  }
}

.secondary-section + .textblock {
  margin-top: 40px;
}

/* hakubutsukan */
.hakubutsukan {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 736px) {
  .hakubutsukan {
    margin-top: 30px;
  }
}

.hakubutsukan-title {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .hakubutsukan-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

.hakubutsukan-title > span {
  display: inline-block;
  padding: 0 10px;
  background-color: #ab0000;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .hakubutsukan-title > span {
    font-size: 1.4rem;
  }
}

.hakubutsukan-body {
  overflow: hidden;
}

.hakubutsukan-image {
  width: 350px;
}

@media screen and (max-width: 736px) {
  .hakubutsukan-image {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}

.hakubutsukan-image > img {
  width: 100%;
}

.hakubutsukan-detail {
  margin: 0;
  width: 349px;
}

@media screen and (max-width: 736px) {
  .hakubutsukan-detail {
    margin-top: 15px;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}

.hakubutsukan-detail > dt {
  font-weight: bold;
}

.hakubutsukan-detail > dd {
  margin: 0;
}

.hakubutsukan--odd .hakubutsukan-image {
  float: left;
}

.hakubutsukan--odd .hakubutsukan-detail {
  float: right;
  margin-left: 15px;
}

.hakubutsukan--even .hakubutsukan-image {
  float: right;
}

.hakubutsukan--even .hakubutsukan-detail {
  float: left;
  margin-right: 15px;
}

/* method-movie-list */
.method-movie {
  overflow: hidden;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 736px) {
  .method-movie {
    margin-top: 30px;
  }
}

.method-movie-image {
  float: left;
  width: 290px;
}

@media screen and (max-width: 736px) {
  .method-movie-image {
    float: none;
    width: 100%;
  }
}

.method-movie-image > img {
  width: 100%;
}

.method-movie > a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.method-movie-body {
  float: left;
  margin-left: 20px;
  width: 404px;
}

@media screen and (max-width: 736px) {
  .method-movie-body {
    float: none;
    margin: 10px 0 0 0;
    width: 100%;
  }
}

.method-movie-detail {
  margin: 0;
}

.method-movie-detail > dt {
  font-weight: bold;
}

.method-movie-detail > dd {
  margin: 0;
}

.method-movie-button {
  margin-top: 1em;
  padding: 5px;
}

.method-movie-button > p {
  margin: -5px;
}

/* section-banner */
.section-banner {
  clear: both;
  display: table;
  position: relative;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .section-banner {
    margin-top: 15px;
  }
}

.section-banner-link {
  display: block;
  position: relative;
  text-decoration: none;
}

.section-banner-link:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .section-banner-link:after {
    bottom: 6px;
    right: 6px;
    border-width: 4px;
  }
}

.section-banner-image {
  display: table-cell;
  position: relative;
  width: 232px;
  height: 101px;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .section-banner-image {
    display: block;
    width: auto;
    height: auto;
  }
}

.section-banner-image:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #ffffff;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .section-banner-image:after {
    border-width: 2px;
  }
}

.section-banner-image > img {
  width: 100%;
  vertical-align: top;
}

.section-banner-text {
  display: table-cell;
  padding: 0 25px;
  width: 482px;
  background-color: #ffffff;
  color: #ab0000;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .section-banner-text {
    display: block;
    padding: 10px;
    width: auto;
  }
}

.section-banner-text > p {
  margin: 0;
}

/* tsumitate-quiz */
.tsumitate-quiz-block {
  margin: 40px 0 0 0;
  padding: 40px;
  border: 1px solid #d7dae0;
  background-color: #f5f6f9;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-block {
    margin: 30px 0 0 0;
    padding: 30px 15px;
  }
}

.tsumitate-quiz {
  margin: 0;
}

.tsumitate-quiz > dd {
  margin: 0;
}

.tsumitate-quiz-q {
  font-weight: bold;
}

.tsumitate-quiz-q > span {
  display: block;
}

.tsumitate-quiz-q-number {
  color: #ab0000;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-q-number {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

.tsumitate-quiz-q-text {
  font-size: 1.8rem;
  line-height: 1.66667;
}

.tsumitate-quiz-button-container {
  margin: 40px 0;
  font-size: 0;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-button-container {
    margin: 30px 0;
  }
}

.tsumitate-quiz-button {
  display: inline-block;
  margin-right: 10px;
  padding: 9px;
  border: 1px solid #d3d3d4;
  border-radius: 40px;
  width: 204px;
  background-color: #ebebec;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-button {
    margin-right: 0;
    margin-top: 15px;
    padding: 7px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-button:first-child {
    margin-top: 0;
  }
}

.tsumitate-quiz-button:last-child {
  margin-right: 0;
}

.tsumitate-quiz-button-label {
  display: block;
  padding: 20px;
  border-radius: 40px;
  background-color: #ffffff;
  color: #ab0000;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-button-label {
    padding: 10px;
    box-shadow: 1.5px 1.5px 0px 0px rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
  }
}

.tsumitate-quiz-button-label > span {
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-button-label > span {
    font-size: 1.8rem;
  }
}

a.tsumitate-quiz-button:hover .tsumitate-quiz-button-label,
.tsumitate-quiz-button.is-active .tsumitate-quiz-button-label {
  background-color: #ab0000;
  color: #ffffff;
}

.tsumitate-quiz-a {
  display: none;
}

.tsumitate-quiz-a-correct, .tsumitate-quiz-a-incorrect {
  display: none;
  padding: 18px;
  border-width: 3px;
  border-style: solid;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.tsumitate-quiz-a-correct.is-visible, .tsumitate-quiz-a-incorrect.is-visible {
  display: block;
}

.tsumitate-quiz-a-correct {
  background-color: #ab0000;
}

.tsumitate-quiz-a-correct > .icon-circle {
  display: inline-block;
  position: relative;
  top: 3px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

.tsumitate-quiz-a-incorrect {
  background-color: #0066ae;
}

.tsumitate-quiz-a-incorrect > .icon-cross {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 1em;
  height: 1em;
}

.tsumitate-quiz-a-incorrect > .icon-cross:before, .tsumitate-quiz-a-incorrect > .icon-cross:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.1em;
  right: 0;
  margin: auto;
  border-top: 4px solid #ffffff;
  width: 1.2em;
  height: 0;
}

.tsumitate-quiz-a-incorrect > .icon-cross:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tsumitate-quiz-a-incorrect > .icon-cross:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tsumitate-quiz-a-text {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-a-text {
    font-size: 2rem;
  }
}

.tsumitate-quiz-row {
  overflow: hidden;
  margin: 20px 0;
}

.tsumitate-quiz-col-text {
  float: left;
  width: 320px;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-col-text {
    float: none;
    width: 100%;
  }
}

.tsumitate-quiz-col-data {
  float: right;
  width: 290px;
}

@media screen and (max-width: 736px) {
  .tsumitate-quiz-col-data {
    float: none;
    margin-top: 15px;
    width: 100%;
  }
}

.tsumitate-data {
  border-collapse: separate;
  border-spacing: 1px;
}

.tsumitate-data > caption {
  font-size: 1.3rem;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .tsumitate-data > caption {
    font-size: 1.2rem;
  }
}

.tsumitate-data > caption > span {
  color: #ab0000;
}

.tsumitate-data th {
  padding: 10px;
  background-color: #0066ae;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.33333;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .tsumitate-data th {
    font-size: 1.6rem;
  }
}

.tsumitate-data th > span {
  font-size: 1.4rem;
}

.tsumitate-data td {
  padding: 10px;
  background-color: #99c1dd;
  text-align: center;
}

.tsumitate-note {
  margin: 40px 0 20px 0;
  padding: 20px;
  background-color: #ffcccc;
}

@media screen and (max-width: 736px) {
  .tsumitate-note {
    margin-top: 30px;
    padding: 10px;
  }
}

.wrap-square {
  margin-right: .2em;
  display: inline-block;
  border: 2px dashed #ab0000;
  width: 4em;
  height: 1.4em;
  vertical-align: bottom;
}

.wrap-border {
  margin: 1em 0 0 0;
  border: 1px solid #ab0000;
  padding: 10px 16px;
}

.reform-calc-title {
  margin: 35px 0 15px 0;
  color: #ab0000;
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .reform-calc-title {
    margin: 25px 0 10px 0;
  }
}

.reform-costs {
  padding: 10px 10px 5px calc(100% - 592px);
  background-color: #e1e1e1;
}

@media screen and (max-width: 736px) {
  .reform-costs.is-sp-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .5em 0 .5em .5em;
    width: 54px;
    background-color: transparent;
  }
  .ie11 .reform-costs.is-sp-visible,
  .ie10 .reform-costs.is-sp-visible {
    padding: .5em 0 .5em .75em;
  }
}

.reform-costs-head {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .reform-costs-head {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.3rem;
  }
}

.reform-costs-arrow {
  display: block;
}

@media screen and (max-width: 736px) {
  .reform-costs-arrow {
    width: 1em;
  }
}

.reform-costs-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ab0000;
  border-width: 2px 0 0 0;
  width: calc(100% - 5em);
  height: 0;
}

@media screen and (max-width: 736px) {
  .reform-costs-arrow:before {
    width: 0;
    height: calc(100% - 5em);
    border-width: 0 0 0 2px;
  }
}

.reform-costs-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  border-top: 8px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #ab0000;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .reform-costs-arrow:after {
    top: inherit;
    right: 0;
    left: 0;
    bottom: 18px;
    border-top: 16px solid #ab0000;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
  }
}

.reform-costs-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #ab0000;
}

@media screen and (max-width: 736px) {
  .reform-costs-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.reform-costs-text > span:nth-of-type(1) {
  margin-right: auto;
}

@media screen and (max-width: 736px) {
  .reform-costs-text > span:nth-of-type(1) {
    margin: 0;
  }
}

.reform-costs-text > span:nth-last-of-type(1) {
  margin-left: auto;
}

@media screen and (max-width: 736px) {
  .reform-costs-text > span:nth-last-of-type(1) {
    margin: 0;
  }
}

.reform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 6px;
  background-color: #e1e1e1;
}

@media screen and (min-width: 737px) {
  .reform:nth-of-type(1) {
    padding-top: 6px;
  }
  .reform:nth-last-of-type(1) {
    padding-bottom: 9px;
  }
}

.reform:nth-of-type(even) {
  background-color: #d3d3d3;
}

@media screen and (max-width: 736px) {
  .reform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px 15px 0;
  }
}

.reform-name {
  margin: 0;
  width: 114px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .reform-name {
    margin: 0 0 12px 0;
    width: auto;
    font-size: 1.6rem;
  }
}

.reform-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 736px) {
  .reform-body {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.reform-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .reform-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 260px;
  }
}

.reform-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  width: 192px;
  height: 116px;
  background: -webkit-linear-gradient(bottom, #eaeaea 0%, #ffffff 100%);
  background: linear-gradient(0deg, #eaeaea 0%, #ffffff 100%);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .reform-list > li {
    width: 100%;
    height: 6.75em;
    font-size: 1.2rem;
  }
}

.reform-radio {
  display: none;
}

.reform-radio:checked + .reform-label {
  border-radius: 4px 4px 0 0;
  background-color: #fff68f;
}

.reform-radio:checked + .reform-label + .reform-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reform-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px 18px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  .reform-label {
    padding: 10px;
  }
}

@media screen and (min-width: 737px) {
  .reform-label:hover {
    background-color: #fff68f;
  }
}

.reform-cost {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  border-top: 1px solid #c9c9c9;
  width: 100%;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .reform-cost {
    font-size: 1.3rem;
  }
}

.reform-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background-color: #ffffff;
}

.reform-total > input {
  margin: 0 10px 0 20px;
  padding: 0 6px;
  border-bottom: 0;
  border-right: 0;
  border-radius: 0;
  width: 120px;
  font-size: 3.2rem;
  background-color: #eeeeee;
  color: #cccccc;
  font-weight: bold;
  text-align: right;
}

.reform-total > input.is-calc {
  background-color: #ffeded;
  color: inherit;
}

.reform-total > span {
  font-size: 1.8rem;
  font-weight: bold;
}

.reform-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 14px 0 40px 0;
}

@media screen and (max-width: 736px) {
  .reform-button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

.reform-button {
  margin: 0 9px;
  border: 1px solid #c1c1c1;
  border-radius: 22px;
  background-color: #ffffff;
  width: 151px;
  height: 44px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .reform-button {
    margin: 16px 0 0 0;
    width: 100%;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 737px) {
  .reform-button:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.reform-button--calc {
  background-color: #ad0b02;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  width: 230px;
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .reform-button--calc {
    width: 100%;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    font-size: 2rem;
  }
}

@media screen and (min-width: 737px) {
  .reform-button--calc:hover {
    background-color: rgba(173, 11, 2, 0.8);
  }
}

.column-index {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .column-index {
    margin-top: 15px;
  }
}

.column-index > .secondary-section:first-child {
  margin-top: 0;
}

.m-digest-container {
  padding: 40px 0;
  background-color: #e1e1e1;
}

@media screen and (max-width: 736px) {
  .m-digest-container {
    padding: 30px 15px;
  }
}

.m-digest-list {
  overflow: hidden;
  list-style: none;
  margin: 0 -10.5px;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .m-digest-list {
    margin: 0;
  }
}

.column-recommend .m-digest-list {
  margin: 0 -5px;
}

.m-digest-list > li {
  float: left;
  width: 327px;
  padding: 0 10.5px;
}

@media screen and (max-width: 736px) {
  .m-digest-list > li {
    float: none;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}

.column-recommend .m-digest-list > li {
  width: 228px;
  padding: 0 5px;
}

@media screen and (max-width: 736px) {
  .column-recommend .m-digest-list > li {
    padding: 0;
    width: 100%;
  }
}

[data-self="column1"] .m-digest-list > li.column-recommend-column1 {
  display: none;
}

[data-self="ideco1"] .m-digest-list > li.column-recommend-ideco1 {
  display: none;
}

[data-self="ideco2"] .m-digest-list > li.column-recommend-ideco2 {
  display: none;
}

[data-self="maneten"] .m-digest-list > li.column-recommend-maneten {
  display: none;
}

[data-self="yorosiku"] .m-digest-list > li.column-recommend-yorosiku {
  display: none;
}

.m-digest-list .m-digest-item--wide {
  margin-bottom: 21px;
  width: 100%;
}

.m-digest {
  padding: 20px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .m-digest {
    padding: 12px;
  }
}

.m-digest--wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 736px) {
  .m-digest--wide {
    display: block;
  }
}

.column-recommend .m-digest {
  padding: 15px;
}

@media screen and (max-width: 736px) {
  .column-recommend .m-digest {
    padding: 10px;
  }
}

.m-digest-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: -webkit-linear-gradient(bottom right, transparent 50%, #67ab50 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, transparent 50%, #67ab50 50.5%) no-repeat top left/100% 100%;
  z-index: 1;
}

.m-digest-new > span {
  position: relative;
  top: -8px;
  left: -8px;
  color: #ffffff;
  font-family: "??????", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", "?l?r ????", serif;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m-digest-image {
  display: block;
  position: relative;
}

.m-digest-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d7dae0;
  width: 100%;
  height: 100%;
}

.m-digest-image--column1:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border: 5px solid #67ab50;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

@media screen and (max-width: 736px) {
  .m-digest-image--column1:after {
    border-width: 3px;
  }
}

.m-digest-image:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.m-digest--wide .m-digest-image {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 310px;
}

@media screen and (max-width: 736px) {
  .m-digest--wide .m-digest-image {
    width: 100%;
  }
}

.m-digest-image > img {
  width: 100%;
}

.m-digest-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 736px) {
  .m-digest-detail {
    margin: 10px 0 0 0;
  }
}

.m-digest-detail > dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #67ab50;
  color: #444;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .m-digest-detail > dt {
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
}

.m-digest-detail > dd {
  margin: 0;
}

.m-digest-text {
  height: 44px;
}

.m-digest--wide .m-digest-text {
  height: auto;
}

.column-recommend .m-digest-text {
  height: 78px;
}

@media screen and (max-width: 736px) {
  .column-recommend .m-digest-text {
    height: auto;
  }
}

.m-digest-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .m-digest-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-digest-button > a {
  margin-top: 0;
  width: calc(50% - 8px);
}

@media screen and (max-width: 736px) {
  .m-digest-button > a {
    width: 100%;
  }
  .m-digest-button > a:nth-child(n+2) {
    margin-top: .5em;
  }
}

.m-digest-read-button {
  display: block;
  margin-top: 1em;
  padding: 11px;
  border: 1px solid transparent;
  border-radius: 22px;
  width: 100%;
  background-color: #67ab50;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-digest-read-button {
    margin-top: .5em;
  }
}

.m-digest-read-button:hover {
  color: #ffffff;
  background-color: rgba(103, 171, 80, 0.7);
}

.m-digest-detail-button {
  display: block;
  position: relative;
  margin-top: 1em;
  padding: 11px;
  border: 1px solid #444444;
  border-radius: 22px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-digest-detail-button {
    margin-top: .5em;
  }
}

.m-digest-detail-button:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: .5em;
  background-image: url(../img/sprite.png);
  background-position: -97px 0px;
  width: 8px;
  height: 14px;
  background-size: 115px 99px;
}

.m-digest-detail-button:hover {
  color: #ab0000;
}

.m-index {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .m-index {
    margin-top: 15px;
  }
}

.m-index-title {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .m-index-title {
    margin-top: -59px;
    padding-top: 59px;
  }
}

.m-index-header {
  position: relative;
  overflow: hidden;
  margin: 0;
  background-color: #ffffff;
}

.m-index-header img {
  width: 100%;
  vertical-align: top;
}

.m-index-logo {
  position: absolute;
  top: 0;
  z-index: 2;
}

.m-index-image {
  position: relative !important;
  z-index: 1;
}

.m-index-text {
  margin: 1em 0;
}

.m-matome {
  position: relative;
  background-color: #fff;
  margin-top: 30px;
  border: 1px solid #444;
  padding: 30px;
}

@media screen and (max-width: 736px) {
  .m-matome {
    padding: 15px;
  }
}

.m-matome-title {
  position: absolute;
  top: -11px;
  left: -1px;
  background: #67ab50;
  display: inline-block;
  margin: 0;
  padding: 10px 22px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-matome-title {
    padding: 10px 16px;
    font-size: 1.4rem;
  }
}

.m-matome-text {
  margin: 16px 0 0 0;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .m-matome-text {
    margin-top: 17px;
    font-size: 1.6rem;
    letter-spacing: .05em;
  }
}

.m-matome-text:first-child {
  margin-top: -3px;
}

.m-matome--column {
  border: 1px solid #67ab50;
}

.custom-select {
  position: relative;
  margin: 1em auto 30px;
}

.custom-select select {
  display: none;
}

.select-selected {
  padding: 8px 16px;
  border: solid 1px #e3e3ea;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  background-color: #e3e3ea;
}

.select-selected:after {
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 16px;
  height: 16px;
  padding: 0;
  content: '';
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

.select-selected.select-arrow-active:after {
  top: 8px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  color: #ab0000;
  border: solid 1px #e3e3ea;
  border-top: transparent;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-items div {
  padding: 8px 16px;
  border-bottom: 1px solid #d2ceb6;
}

.select-items div:first-child {
  border-top: 1px solid #d2ceb6;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(171, 0, 0, 0.1);
}

.loan1-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .loan1-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.loan1-point > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 25px 20px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

@media screen and (max-width: 736px) {
  .loan1-point > li {
    padding: 20px 16px;
    width: 180px;
    height: 180px;
  }
}

.loan1-point > li:nth-child(1) {
  background-color: #fed8cf;
}

.loan1-point > li:nth-child(2) {
  background-color: #feecba;
}

.loan1-point > li:nth-child(3) {
  background-color: #dfeef8;
}

@media screen and (max-width: 736px) {
  .loan1-point > li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.loan1-point-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .loan1-point-number {
    width: 56px;
    height: 56px;
  }
}

.loan1-point > li:nth-child(1) .loan1-point-number {
  background-color: #e56b55;
}

.loan1-point > li:nth-child(2) .loan1-point-number {
  background-color: #f9a147;
}

.loan1-point > li:nth-child(3) .loan1-point-number {
  background-color: #5095c2;
}

.loan1-point-number > span:first-child {
  font-size: 1rem;
}

.loan1-point-number > span:last-child {
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .loan1-point-number > span:last-child {
    font-size: 2.2rem;
  }
}

.loan1-point-title {
  margin: 0;
  font-size: 3.6rem;
  line-height: 1;
}

.loan1-point > li:nth-child(1) .loan1-point-title {
  color: #c54a33;
}

.loan1-point > li:nth-child(2) .loan1-point-title {
  color: #e46e1f;
}

.loan1-point > li:nth-child(3) .loan1-point-title {
  color: #284d7b;
}

@media screen and (max-width: 736px) {
  .loan1-point-title {
    font-size: 3rem;
  }
}

.loan1-point-text {
  margin: 20px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .loan1-point-text {
    font-size: 1.2rem;
  }
}

.loan1-example {
  padding: 20px 18px;
  background-color: #f5f6f9;
}

@media screen and (max-width: 736px) {
  .loan1-example {
    padding: 10px;
  }
}

.loan1-example-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2px;
}

@media screen and (max-width: 736px) {
  .loan1-example-header {
    margin: 0;
  }
}

.loan1-example-header p {
  margin: 0;
}

.loan1-example-header p:first-child {
  padding: 18px 14px;
  width: 110px;
  background-color: #284d7b;
  color: #ffffff;
  font-size: 2.0rem;
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .loan1-example-header p:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 60px;
    font-size: 1.2rem;
  }
}

.loan1-example-header p:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}

@media screen and (max-width: 736px) {
  .loan1-example-header p:last-child {
    padding: 4px 7px;
    font-size: 1.2rem;
  }
}

.loan1-table-header {
  padding-right: 20px;
  background-color: #f5f6f9;
}

@media screen and (max-width: 736px) {
  .loan1-table-header {
    padding-right: 10px;
  }
}

.loan1-table-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 10px 22px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .loan1-table-header-title {
    padding: 5px 10px;
  }
}

.loan1-table-header-title > span:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: #284d7b;
  color: #ffffff;
  font-size: 2.0rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .loan1-table-header-title > span:first-child {
    width: 18px;
    height: 18px;
    font-size: 1.3rem;
  }
}

.loan1-table-header-title > span:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}

@media screen and (max-width: 736px) {
  .loan1-table-header-title > span:last-child {
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

.loan1-table-header-title .strong1 {
  color: #e90b18;
  font-weight: bold;
}

.loan1-table-header-title .strong2 {
  color: #e90b18;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .loan1-table-header-title .strong2 {
    font-size: 1.2rem;
  }
}

.loan1-table-body {
  padding: 0 20px 18px;
  background-color: #f5f6f9;
}

@media screen and (max-width: 736px) {
  .loan1-table-body {
    padding: 10px;
  }
}

.loan1-table {
  border-collapse: separate;
  border-spacing: 2px;
}

@media screen and (max-width: 736px) {
  .loan1-table {
    border-spacing: 0;
  }
}

@media screen and (max-width: 736px) {
  .loan1-table thead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2px;
    width: auto;
  }
}

@media screen and (max-width: 736px) {
  .loan1-table tbody {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 736px) {
  .loan1-table-th {
    margin-right: 2px;
    width: 50%;
  }
}

@media screen and (max-width: 736px) {
  .loan1-table-td {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 737px) {
  .loan1-table .col-1st {
    width: 110px;
  }
}

.loan1-table .col-diff {
  background-color: #feecba;
  color: #e90b18;
}

.loan1-table th {
  background-color: #d6d6d6;
}

@media screen and (max-width: 736px) {
  .loan1-table th {
    display: block;
    margin-top: 2px;
  }
}

.loan1-table td {
  background-color: #f0f0f0;
}

@media screen and (max-width: 736px) {
  .loan1-table td {
    display: block;
    margin-top: 2px;
  }
}

.loan1-table th,
.loan1-table td {
  padding: 7px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.85714;
  text-align: center;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .loan1-table th,
  .loan1-table td {
    padding: 3px 5px;
    font-size: 1.2rem;
  }
}

.loan1-table .align-center {
  text-align: center;
}

.loan1-table .align-right {
  text-align: right;
}

@media screen and (max-width: 736px) {
  .loan1-table .row-diff {
    width: 100%;
  }
}

.loan1-table .row-diff th {
  width: 254px;
  background-color: #fccdc2;
  color: #284d7b;
}

@media screen and (max-width: 736px) {
  .loan1-table .row-diff th {
    width: 100%;
  }
}

.loan1-table .row-diff td {
  background-color: #fee7e2;
  color: #284d7b;
}

.loan1-table .row-diff td > span:first-child {
  display: none;
}

@media screen and (max-width: 736px) {
  .loan1-table .row-diff td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .loan1-table .row-diff td > span {
    padding: 5px;
    width: 50%;
  }
  .loan1-table .row-diff td > span:first-child {
    display: block;
    background-color: #d6d6d6;
    color: #444444;
  }
  .loan1-table .row-diff td > span:last-child {
    border-left: 2px solid #f5f6f9;
  }
}

.loan2-text1 {
  font-weight: bold;
}

.loan2-table {
  border-collapse: separate;
  border-spacing: 2px;
}

.loan2-table thead th {
  padding: 6px;
  background-color: #d6d6d6;
}

.loan2-table thead tr:nth-child(1) th:first-child {
  background-color: transparent;
}

.loan2-table thead tr:nth-child(2) th {
  background-color: #ffffff;
}

.loan2-table tbody th {
  width: 138px;
}

.loan2-table tbody td {
  padding: 20px;
  width: 190px;
  font-size: 1.4rem;
}

.loan2-table tbody ul {
  margin: 0;
  padding-left: .5em;
}

.loan2-table .merit th {
  border-left: 10px solid #e76b50;
  background-color: #fed8cf;
  color: #e76b50;
}

.loan2-table .merit td {
  background-color: #fed8cf;
}

.loan2-table .demerit th {
  border-left: 10px solid #5095c2;
  background-color: #dfeef8;
  color: #284d7b;
}

.loan2-table .demerit td {
  background-color: #dfeef8;
}

.loan2-table-sp {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

.loan2-table-sp th {
  padding: 5px;
  font-size: 1.2rem;
}

.loan2-table-sp th.merit {
  width: 38%;
  background-color: #e76b50;
  color: #ffffff;
}

.loan2-table-sp th.demerit {
  width: 38%;
  background-color: #5095c2;
  color: #ffffff;
}

.loan2-table-sp td {
  padding: 6px 6px 6px 12px;
  font-size: 1.2rem;
}

.loan2-table-sp td.merit {
  background-color: #fed8cf;
}

.loan2-table-sp td.demerit {
  background-color: #dfeef8;
}

.loan2-table-sp tbody th {
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
}

.loan2-table-sp tbody tr:nth-child(1) th {
  background-color: #d6d6d6;
}

.loan2-table-sp tbody tr:nth-child(2) th {
  background-color: #d6d6d6;
  text-align: left;
}

.loan2-table-sp tbody td {
  vertical-align: top;
}

.loan2-table-sp tbody ul {
  margin: 0;
  padding-left: .5em;
}

.loan2-text2 {
  margin: 0;
  padding: 26px 25px;
  background-color: #f5f6f9;
  color: #e90b18;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .loan2-text2 {
    margin: 0 2px;
    padding: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.loan3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .loan3 {
    margin-top: 20px;
  }
}

.loan3 > dl {
  margin: 0;
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .loan3 > dl {
    padding: 10px;
  }
}

.loan3 > dl > dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .loan3 > dl > dt {
    font-size: 1.3rem;
  }
}

.loan3 > dl > dd {
  margin-left: 0;
}

.loan3 ul {
  margin: 0 20px;
  padding-left: 0;
}

.loan3 ul > li {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .loan3 ul > li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 736px) {
  .loan3 .zu--narrow {
    margin: 10px 0;
  }
}

.loan3-col1 {
  width: 50%;
  background-color: #dfeef8;
}

@media screen and (max-width: 736px) {
  .loan3-col1 {
    width: 100%;
  }
}

.loan3-col1 dt {
  color: #284d7b;
}

.loan3-col1 dd {
  margin-left: 0;
}

.loan3-col2 {
  width: 50%;
  background-color: #fed8cf;
}

@media screen and (max-width: 736px) {
  .loan3-col2 {
    margin-top: 2px;
    width: 100%;
  }
}

.loan3-col2 dt {
  color: #c54a33;
}

.loan3-col2 dd {
  margin-left: 0;
}

.loan3 .strong3 {
  color: #ff0000;
}

.loan3-text1 {
  margin: 2px 0 0 0;
  padding: 12px 25px;
  width: 100%;
  background-color: #f5f6f9;
  color: #e90b18;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .loan3-text1 {
    padding: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.loan4-text1 {
  margin: -20px 0 0 0;
  padding: 12px 25px;
  width: 100%;
  background-color: #f5f6f9;
  color: #e90b18;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .loan4-text1 {
    margin: -10px 0 0 0;
    padding: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.loan5-diff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.loan5-diff-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 294px;
  height: 144px;
  border-radius: 4px;
  background-color: #feecba;
}

@media screen and (max-width: 736px) {
  .loan5-diff-prev {
    width: 43%;
    height: 80px;
  }
}

@media screen and (max-width: 736px) {
  .loan5-diff-arrow {
    width: 10%;
  }
}

.loan5-diff-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 294px;
  height: 144px;
  border-radius: 4px;
  background-color: #fed8cf;
}

@media screen and (max-width: 736px) {
  .loan5-diff-next {
    width: 43%;
    height: 80px;
  }
}

.loan5-diff-next > p {
  text-align: center;
}

.loan5-list {
  counter-reset: number;
  list-style-type: none !important;
  margin: 0;
  padding-left: 0;
}

.loan5-list > li {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .loan5-list > li {
    font-size: 1rem;
  }
}

.loan5-list > li:before {
  counter-increment: number;
  content: counter(number);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  background-color: #000000;
  font-size: 1.6rem;
  color: #feecba;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .loan5-list > li:before {
    font-size: 1rem;
  }
}

.loan5-list-value {
  color: #e90b18;
  font-size: 2.2rem;
}

@media screen and (max-width: 736px) {
  .loan5-list-value {
    font-size: 1.2rem;
  }
}

.loan5-list-unit {
  color: #e90b18;
}

@media screen and (max-width: 736px) {
  .loan5-text {
    font-size: 1.2rem;
  }
}

.loan5-text1 {
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .loan5-text1 {
    font-size: 1rem;
  }
}

.loan5-text1 span {
  color: #c54a33;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .loan5-text1 span {
    font-size: 1.2rem;
  }
}

.loan5-after10 {
  margin: 0;
  background-color: #ffffff;
}

.loan5-table {
  border-collapse: separate;
  border-spacing: 2px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .loan5-table {
    margin-top: -2px;
  }
}

.loan5-table th {
  padding: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .loan5-table th {
    padding: 5px;
    font-size: 1.2rem;
  }
}

.loan5-table td {
  padding: 8px;
  background-color: #f6f6f6;
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .loan5-table td {
    padding: 5px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.loan5-table td:first-child {
  padding-left: 16px;
}

@media screen and (max-width: 736px) {
  .loan5-table td:first-child {
    padding-left: 5px;
  }
}

.loan5-table td.loan5-col2 {
  text-align: right;
}

@media screen and (max-width: 736px) {
  .loan5-table td.loan5-col2 {
    text-align: center;
  }
}

.loan5-table .loan5-col3 {
  padding: 0;
  background-color: #ffffff;
}

.loan5-table .loan5-col4 {
  background-color: #f0f0f0;
}

.loan5-table td.loan5-col4 {
  text-align: right;
}

@media screen and (max-width: 736px) {
  .loan5-table td.loan5-col4 {
    text-align: center;
  }
}

.loan5-table .loan5-col5 {
  background-color: #dfeef8;
}

.loan5-table td.loan5-col5 {
  text-align: right;
}

@media screen and (max-width: 736px) {
  .loan5-table td.loan5-col5 {
    text-align: center;
  }
}

.loan5-table .loan5-col6 {
  text-align: center;
  background-color: #fee3dd;
}

.loan5-table .loan5-col6 > span {
  color: #e90b18;
}

.loan5-notes {
  margin-top: 30px;
  padding: 12px 0 12px 25px;
  width: 100%;
  background-color: #f5f6f9;
}

@media screen and (max-width: 736px) {
  .loan5-notes {
    margin-top: 15px;
    padding: 10px 0 10px 10px;
  }
}

.loan5-notes .ulist {
  margin: 0;
  padding: 0 12px;
}

.loan5-notes .ulist > li {
  margin: 0;
  color: #e90b18;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .loan5-notes .ulist > li {
    font-size: 1.2rem;
  }
}

.accumulate1-example {
  margin: 40px 0;
  padding: 25px;
  border: 1px solid #ffffff;
  background-color: #f5f6f9;
}

@media screen and (max-width: 736px) {
  .accumulate1-example {
    margin: 20px 0;
    padding: 10px;
  }
}

.accumulate1-example > dt > span:first-child {
  display: inline-block;
  margin-right: .5em;
  padding: 0 6px;
  border-radius: 2px;
  background-color: #d6573c;
  color: #ffffff;
  font-size: 1.4rem;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .accumulate1-example > dt > span:first-child {
    font-size: 1.2rem;
  }
}

.accumulate1-example > dt > span:last-child {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .accumulate1-example > dt > span:last-child {
    font-size: 1.8rem;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}

.accumulate1-example > dd {
  margin-left: 0;
}

.accumulate1-example-list {
  list-style: none;
  margin: 1em 0 0 0;
  padding-left: 0;
}

.accumulate1-example-list > li {
  margin-top: 1em;
  padding-left: 1.35em;
  font-size: 1.8rem;
  line-height: 1.2;
  text-indent: -1.35em;
}

@media screen and (max-width: 736px) {
  .accumulate1-example-list > li {
    font-size: 1.6rem;
  }
}

.accumulate1-example-list > li > span {
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .accumulate1-example-list > li > span {
    font-size: 1.4rem;
  }
}

.investment01 {
  margin: 40px 0;
}

@media screen and (max-width: 736px) {
  .investment01 {
    margin: 20px 0;
  }
}

.investment01-list01 {
  counter-reset: my-counter;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .investment01-list01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.investment01-list01 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #dcdddd;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .investment01-list01 > li {
    font-size: 1.3rem;
  }
}

.investment01-list01 > li:nth-child(1) {
  width: 144px;
}

@media screen and (max-width: 736px) {
  .investment01-list01 > li:nth-child(1) {
    width: 100%;
  }
}

.investment01-list01 > li:nth-child(2) {
  margin-left: 40px;
  width: 234px;
}

@media screen and (max-width: 736px) {
  .investment01-list01 > li:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.investment01-list01 > li:nth-child(3) {
  margin-left: 36px;
  width: 194px;
}

@media screen and (max-width: 736px) {
  .investment01-list01 > li:nth-child(3) {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.investment01-list01 > li > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.investment01-list01 > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2px;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
  .investment01-list01 > li:before {
    font-size: 1.1rem;
  }
}

.investment01-list02 {
  counter-reset: my-counter 3;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .investment01-list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.investment01-list02 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #ffe1cf;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .investment01-list02 > li {
    font-size: 1.3rem;
  }
}

.investment01-list02 > li:nth-child(1) {
  width: 512px;
}

@media screen and (max-width: 736px) {
  .investment01-list02 > li:nth-child(1) {
    width: 100%;
  }
}

.investment01-list02 > li > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.investment01-list02 > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2px;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
  .investment01-list02 > li:before {
    font-size: 1.1rem;
  }
}

.table-bank-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}

@media screen and (max-width: 736px) {
  .table-bank-row {
    display: block;
  }
}

.table-bank-col-1 {
  padding: 0 6px;
  width: 33.33333%;
}

@media screen and (max-width: 736px) {
  .table-bank-col-1 {
    width: 100%;
  }
}

.table-bank-col-2 {
  padding: 0 6px;
  width: 66.66667%;
}

@media screen and (max-width: 736px) {
  .table-bank-col-2 {
    margin-top: 10px;
    width: 100%;
  }
}

.table-bank {
  width: 100%;
}

.table-bank--1 div {
  min-height: 170px;
}

@media screen and (max-width: 736px) {
  .table-bank--1 div {
    min-height: 0;
  }
}

.table-bank th,
.table-bank td {
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  font-size: 1.3rem;
}

.table-bank th {
  padding: 5px 25px;
}

@media screen and (max-width: 736px) {
  .table-bank th {
    padding: 8px 10px;
  }
}

.table-bank td {
  padding: 20px 25px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .table-bank td {
    padding: 8px 10px;
  }
}

.table-bank td > div {
  position: relative;
}

.table-bank > thead > tr:first-child > th {
  background-color: #eeeeee;
}

.table-bank-head1 {
  height: 63px;
}

@media screen and (max-width: 736px) {
  .table-bank-head1 {
    height: auto;
  }
}

.table-bank p {
  margin: .5em 0 0 0;
}

.table-bank span {
  font-size: 1.2rem;
}

.table-bank-list1 {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}

.table-bank-list1 > li:nth-child(n+2) {
  margin: .5em 0 0 0;
}

.table-bank-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -.5em 0 0 0;
  padding-left: 1em;
  height: 10em;
}

@media screen and (max-width: 736px) {
  .table-bank-list2 {
    padding-bottom: 1.5em;
    height: auto;
  }
}

.table-bank-list2 > li {
  margin: .5em 0 0 0;
}

.table-bank-list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -.5em 0 0 0;
  padding-left: 1em;
  height: 11em;
}

@media screen and (max-width: 736px) {
  .table-bank-list3 {
    padding-bottom: 1.5em;
    height: auto;
  }
}

.table-bank-list3 > li {
  margin: .5em 0 0 0;
}

.table-bank-etc {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 736px) {
  .table-bank-etc {
    height: auto;
  }
}

.nisa-point-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 736px) {
  .nisa-point-row {
    margin: 6px 0 0 0;
  }
}

.nisa-point-col {
  width: 50%;
  padding: 12px;
}

@media screen and (max-width: 736px) {
  .nisa-point-col {
    padding: 6px 0;
    width: 100%;
  }
}

.nisa-point-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 100px;
  background-color: #f5f6f9;
  border: 1px solid #ccd0d9;
}

.nisa-point-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
}

.nisa-point-item > dt {
  color: #ed1c24;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .nisa-point-item > dt {
    font-size: 1.6rem;
  }
}

.nisa-point-item > dd {
  margin: .25em 0 0 0;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .nisa-point-item > dd {
    font-size: 1.2rem;
  }
}

.nisa-point-item > dd > span {
  font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
  .nisa-point-item > dd > span {
    font-size: 1rem;
  }
}

.jyutaku-table .col-value1 {
  width: 12.5%;
}

.jyutaku-table .col-value2 {
  width: 25%;
}

.jyutaku-table .col-value3 {
  width: 37.5%;
}

.jyutaku-table .col-value4 {
  width: 50%;
}

.jyutaku-table .col-average {
  background-color: #ffd0c5;
}

.jyutaku-table .is-sp-visible {
  background-color: #eeeade !important;
}
@media screen and (max-width: 736px) {
  .jyutaku-table .is-sp-visible {
    background-color: #fff !important;
  }
}

.jyutaku-table .is-sp-visible thead th {
  background-color: transparent !important;
}

.jyutaku-table .is-sp-visible thead th:before {
  background-color: transparent !important;
}

.jyutaku-table .is-sp-visible thead th:not(.table-non-value):not(:first-child) {
  border-left: none;
}

.jyutaku-table .is-sp-visible tbody th {
  border-right: 1px solid #ebc8c0;
}

.jyutaku-table .is-sp-visible tbody td {
  border-color: transparent !important;
}

.risk-zu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 600px;
}

@media screen and (max-width: 736px) {
  .risk-zu1 {
    width: 100%;
  }
}

.risk-zu1:nth-child(n+2) {
  margin-top: 10px;
}

.risk-zu1 > span {
  min-height: 132px;
}

@media screen and (max-width: 736px) {
  .risk-zu1 > span {
    min-height: 102px;
  }
}

.risk-zu1 > span:first-child {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 5px;
  width: 230px;
  background-color: #4d94c4;
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .risk-zu1 > span:first-child {
    padding: 5px;
    width: calc(50% - 32px);
    font-size: 1.3rem;
  }
}

.risk-zu1 > span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto 0;
  width: 12px;
  height: 20px;
  background-color: #4d94c4;
}

.risk-zu1 > span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0;
  border: 12px solid transparent;
  border-right-color: #4d94c4;
  border-bottom-color: #4d94c4;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.risk-zu1 > span:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 5px;
  width: 328px;
  background-color: #fdeeed;
}

@media screen and (max-width: 736px) {
  .risk-zu1 > span:last-child {
    padding: 5px;
    width: 50%;
  }
}

.risk-zu1 > span:last-child > span {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .risk-zu1 > span:last-child > span {
    font-size: 1.3rem;
  }
}

.risk-zu1 > span:last-child > span strong {
  color: #ab0000;
}

.risk-zu1 strong {
  margin-right: .1em;
  font-size: 3rem;
}

@media screen and (max-width: 736px) {
  .risk-zu1 strong {
    font-size: 2rem;
  }
}

.risk-table1 {
  margin-top: 0;
}

.risk-table1 > thead th {
  text-align: center;
}

.risk-table1 > thead tr:first-child th:last-child {
  border-bottom: none;
}

.risk-table1 > thead tr:last-child th:first-child {
  border-top-color: transparent;
}

.risk-table1 > tbody th[rowspan] {
  text-align: center;
}

.risk-table1 > tbody th[rowspan] > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  line-height: 1;
  width: 1em;
}

.risk-table1 > tbody td {
  width: 20%;
  text-align: center;
}

.risk-table1 > tbody tr:first-child th,
.risk-table1 > tbody tr:first-child td {
  background-color: #e4dfec;
}

.risk-table1 th,
.risk-table1 td {
  padding: 5px;
}

.risk-table1-group1 {
  background-color: #ffffff;
}

.risk-table1-group2 {
  background-color: #daeef3;
}

.risk-table1-group3 {
  background-color: #f2dcdb;
}

.risk-table1-group4 {
  background-color: #fabf8f;
}

.risk-table2 {
  margin-top: 0;
}

.risk-table2 > thead th {
  text-align: center;
}

.risk-table2 > thead tr:first-child th:last-child {
  border-bottom: none;
}

.risk-table2 > thead tr:last-child th:first-child {
  border-top-color: transparent;
}

.risk-table2 > tbody th[rowspan="6"] {
  text-align: center;
}

.risk-table2 > tbody th[rowspan="6"] > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  line-height: 1;
  width: 1em;
}

.risk-table2 > tbody td {
  text-align: center;
}

.risk-table2 th,
.risk-table2 td {
  padding: 5px;
}

.risk-table2-group1 {
  background-color: #ffffff;
}

.risk-table2-group2 {
  background-color: #fcd5b4;
}

.risk-table2-group3 {
  background-color: #ebf1de;
}

.risk-table2-group4 {
  background-color: #ccc0da;
}

.risk-table2-group5 {
  background-color: #c5d9f1;
}

.risk-table2-mark {
  position: relative;
}

.risk-table2-mark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px dashed #ab0000;
  width: 100%;
  height: calc(300% + 2px);
}

.risk-table3 {
  margin-top: 0;
  background-color: #fff;
}

.risk-table3 > thead th:nth-child(n+2) {
  width: 8.8%;
  text-align: center;
}

.risk-table3 > thead th:nth-child(n+2) > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
}

.risk-table3 > thead th {
  padding-left: 5px;
  padding-right: 5px;
}

.risk-table3 > tbody > tr:first-child th,
.risk-table3 > tbody > tr:first-child td {
  background-color: #ffff66;
}

.risk-table3 > tbody > tr:nth-child(2n) th,
.risk-table3 > tbody > tr:nth-child(2n) td {
  background-color: #daeef3;
}

.risk-table3 > tbody > tr > th[rowspan="4"] {
  background-color: transparent;
  text-align: center;
}

.risk-table3 > tbody > tr > th[rowspan="4"] > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  line-height: 1;
  width: 1em;
}

.risk-table3 > tbody td {
  text-align: right;
}

.risk-table3 th,
.risk-table3 td {
  padding: 5px;
}

.risk-table3-mark {
  position: relative;
}

.risk-table3-mark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px dashed #ab0000;
  width: 100%;
  height: 100%;
}

.risk-table4 {
  margin-top: 0;
}

.risk-table4 > thead th {
  padding-left: 0;
  padding-right: 0;
  width: 5%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}

.risk-table4 > thead th > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
}

.risk-table4 > thead tr:first-child th:nth-child(2) {
  border-bottom: none;
}

.risk-table4 > thead tr:last-child th:first-child {
  border-top-color: transparent;
}

.risk-table4 > tbody:first-of-type tr th,
.risk-table4 > tbody:first-of-type tr td {
  background-color: #ffff66;
}

.risk-table4 > tbody:nth-of-type(n+2) th,
.risk-table4 > tbody:nth-of-type(n+2) td {
  font-size: 1.4rem;
}

.risk-table4 > tbody th[rowspan] {
  width: 3em;
  text-align: center;
}

.risk-table4 > tbody th[rowspan] > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  line-height: 1;
  width: 1em;
}

.risk-table4 > tbody td {
  padding-left: 0;
  padding-right: 0;
  width: 5%;
  background-color: #ffffff;
  text-align: center;
}

.risk-table4 th,
.risk-table4 td {
  padding: 5px;
}

.risk-table4-men > tr:first-child th:first-child {
  background-color: #daeef3;
}

.risk-table4-men > tr:nth-child(2n) th,
.risk-table4-men > tr:nth-child(2n) td {
  background-color: #daeef3;
}

.risk-table4-women > tr:first-child th:first-child {
  background-color: #f2dcdb;
}

.risk-table4-women > tr:nth-child(2n) th,
.risk-table4-women > tr:nth-child(2n) td {
  background-color: #f2dcdb;
}

.risk-table4-group1 {
  background-color: #ffffff;
}

.risk-table4-group2 {
  background-color: #daeef3;
}

.risk-table4-group3 {
  background-color: #f2dcdb;
}

.risk-table4-group4 {
  background-color: #fabf8f;
}

.risk-table4-mark {
  position: relative;
  background-clip: padding-box;
}

.risk-table4-mark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px dashed #ab0000;
  width: 100%;
  height: 100%;
}

.risk-table4 > thead .risk-table4-mark:before {
  border-bottom: transparent;
  height: calc(100% + 36px);
}

.risk-table4 > tbody .risk-table4-mark:before {
  border-top: transparent;
}

.check-point {
  margin: 0 auto;
  width: 600px;
}

@media screen and (max-width: 736px) {
  .check-point {
    width: 100%;
  }
}

.check-point-header {
  margin: 0;
  padding: 10px;
  background-color: #fba23b;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.check-point-list {
  list-style: none;
  margin: 0;
  padding: 30px;
  background-color: #ffedb7;
}

@media screen and (max-width: 736px) {
  .check-point-list {
    padding: 20px;
  }
}

.check-point-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.check-point-list > li:nth-child(n+2) {
  margin: 1em 0 0 0;
}

.check-point-list > li > span:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.check-point .icon-check-point {
  display: inline-block;
  position: relative;
  margin: 4px 20px 0 0;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  background-color: #fba23b;
}

@media screen and (max-width: 736px) {
  .check-point .icon-check-point {
    margin-right: 14px;
  }
}

.check-point .icon-check-point:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-right: 2px solid #ffedb7;
  border-bottom: 2px solid #ffedb7;
  width: 6px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.kekkon-cost {
  width: 100%;
  height: 100%;
  margin: 20px 0;
  padding: 0 0 20px 0;
  background-color: #FFFFFF;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .kekkon-cost {
    padding-bottom: 10px;
  }
}

.kekkon-cost > p {
  margin: 0;
  padding: 20px 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 700;
}

@media screen and (max-width: 736px) {
  .kekkon-cost > p {
    padding: 14px 0;
  }
}

.kekkon-cost .kekkon-cost-total {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 14px 25px;
  color: #C7492D;
  font-weight: bold;
  background-color: #fff2f2;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-total {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}

.kekkon-cost .kekkon-cost-total > dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0;
}

.kekkon-cost .kekkon-cost-average {
  width: 100%;
}

.kekkon-cost .kekkon-cost-average-body {
  padding: 20px 19px;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average-body {
    padding: 16px 9px;
  }
}

.kekkon-cost .kekkon-cost-average .l-row {
  margin-top: -8px;
  margin-bottom: -8px;
}

.kekkon-cost .kekkon-cost-average .l-col-3 {
  padding: 10px 9px;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average .l-row-sp {
    margin-top: -8px;
    margin-bottom: -8px;
  }
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average .l-col-6-sp {
    padding: 8px 4px;
  }
}

.kekkon-cost .kekkon-cost-average > p {
  display: block;
  margin: 0;
  padding: 14px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average > p {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-item img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average .kekkon-cost-item {
    margin: 0 auto;
    max-width: 330px;
  }
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  font-size: 1.6rem;
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-text > dt {
  text-align: left;
  padding-right: 1em;
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-text > dd {
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average .kekkon-cost-text {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 10px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-list {
  width: 95%;
  margin: 0 17px;
  padding: 13px;
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average .kekkon-cost-list {
    margin: 0 10px;
    font-size: 1.2rem;
  }
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-list > tbody > tr {
  background-color: #e3e3ea;
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-list > tbody > tr:nth-child(2n) {
  background-color: #f4f5f9;
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-list > tbody > tr > th {
  width: 70%;
  padding: 14px 20px;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average .kekkon-cost-list > tbody > tr > th {
    padding: 8px 10px;
  }
}

.kekkon-cost .kekkon-cost-average .kekkon-cost-list > tbody > tr > td {
  width: 30%;
  padding: 14px 20px;
  text-align: right;
  border-left: 2px solid #FFFFFF;
}

@media screen and (max-width: 736px) {
  .kekkon-cost .kekkon-cost-average .kekkon-cost-list > tbody > tr > td {
    padding: 8px 10px;
  }
}

.shinseikatsu-cost {
  width: 100%;
  height: 100%;
  margin: 20px 0;
  background-color: #FFFFFF;
}

.shinseikatsu-cost > p {
  margin: 0;
  padding: 20px 0;
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 736px) {
  .shinseikatsu-cost > p {
    padding: 14px 0;
  }
}

.shinseikatsu-cost > table {
  width: 100%;
}

.shinseikatsu-cost > table > tbody > tr {
  background-color: #f4f5f9;
}

.shinseikatsu-cost > table > tbody > tr > th {
  padding: 14px 20px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .shinseikatsu-cost > table > tbody > tr > th {
    padding: 8px 10px;
    font-size: 1.2rem;
  }
}

.shinseikatsu-cost > table > tbody > tr > td {
  padding: 14px 20px;
  border-left: 2px solid #FFFFFF;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .shinseikatsu-cost > table > tbody > tr > td {
    padding: 8px 10px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.shinseikatsu-cost > table > tbody > tr > td > ul {
  padding: 0;
  list-style: none;
}

.shinseikatsu-cost > table > tbody > tr:nth-child(2n+1) th,
.shinseikatsu-cost > table > tbody > tr:nth-child(2n+1) td {
  background-color: #e3e3ea;
}

.shinseikatsu-cost > table > tbody > tr > th.table-title {
  padding: 10px;
  background-color: #FFD0C5;
  border-left: 10px solid #D6573B;
}

.shinseikatsu-cost .shinseikatsu-table > tbody > tr > th:first-child {
  width: 20%;
}

@media screen and (max-width: 736px) {
  .shinseikatsu-cost .shinseikatsu-table > tbody > tr > th:first-child {
    width: auto;
  }
}

.shinseikatsu-cost .shinseikatsu-table > tbody > tr > th:nth-child(2) {
  width: 60%;
}

@media screen and (max-width: 736px) {
  .shinseikatsu-cost .shinseikatsu-table > tbody > tr > th:nth-child(2) {
    width: auto;
  }
}

.shinseikatsu-cost .shinseikatsu-table > tbody > tr > td:last-child {
  width: 20%;
}

@media screen and (max-width: 736px) {
  .shinseikatsu-cost .shinseikatsu-table > tbody > tr > td:last-child {
    width: 6em;
  }
}

.shinseikatsu-cost .shussan-table > tbody > tr td:last-child {
  width: 20%;
}

@media screen and (max-width: 736px) {
  .shinseikatsu-cost .shussan-table > tbody > tr td:last-child {
    width: 30px;
  }
}

.rougo-textblock {
  background: #ffedb7;
  border: none;
}

.rougo-textblock:before {
  display: none;
}

.rougo-textblock .ulist {
  margin-top: 0;
}

.rougo-textblock .ulist > li:first-child {
  margin-top: 0;
}

.rougo-textblock .text {
  text-align: left;
}

.rougo-strong {
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .rougo-strong {
    font-size: 1.5rem;
  }
}

.rougo-table {
  width: 100%;
  background-color: #FFF;
}

.rougo-table > thead {
  color: #FFFFFF;
  background-color: #e76b50;
}

.rougo-table > thead > tr > th {
  padding: 5px;
  border-left: 1px solid #FFF;
}

.rougo-table > thead > tr > th:first-of-type {
  border-left: none;
}

.rougo-table > tbody {
  border-bottom: 2px solid #e76b50;
}

.rougo-table > tbody > tr {
  border-top: 1px solid #e76b50;
}

.rougo-table > tbody > tr:nth-of-type(odd) {
  background-color: #ffe7e1;
}

.rougo-table > tbody > tr > th {
  width: 20%;
  padding: 8px 3px;
  font-weight: normal;
  text-align: center;
}

.rougo-table > tbody > tr > td {
  padding: 8px 10px;
  vertical-align: middle;
  text-align: left;
  border-left: 1px solid #e76b50;
}

.rougo-table > tbody > tr > td ul {
  position: static;
  padding-left: 16px;
}

.rougo-table > tbody > tr > td li {
  margin-top: 0;
}

.rougo-table > tbody > tr:first-of-type {
  border-top: none;
}

.kaigo-guide {
  width: 100%;
}

.kaigo-guide .kaigo-guide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin: 0;
  box-shadow: 1px 1px 1px #aaa;
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .kaigo-guide .kaigo-guide-item {
    height: auto;
    font-size: 1.3rem;
  }
}

.kaigo-guide .kaigo-guide-item:nth-child(n+2) {
  margin-top: 11px;
}

.kaigo-guide .kaigo-guide-item > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6em;
  padding: 10px;
  background-color: #D3E576;
}

.kaigo-guide .kaigo-guide-item .need-assistance {
  background-color: #FCD5B4;
}

.kaigo-guide .kaigo-guide-item > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px;
  background-color: #E4DFEC;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .kaigo-wrap {
    margin: 0 0 70px;
  }
}

.service-meyasu-table {
  width: 100%;
  background-color: #FFF;
}

.service-meyasu-table .group1 {
  width: 16%;
}

.service-meyasu-table .group2 {
  width: calc((100% - 16%) / 4);
}

.service-meyasu-table > thead {
  color: #FFF;
  background-color: #5A8BBC;
}

.service-meyasu-table > thead > tr > th {
  border: 2px solid #FFF;
  font-weight: lighter;
}

.service-meyasu-table > tbody > tr > td {
  padding: 15px;
  background-color: #EAEEF4;
  border: 2px solid #FFF;
  text-align: center;
}

.user-burden-table {
  width: 84%;
  margin: 20px auto 0;
  padding: 10px;
  background-color: #FFF;
}

@media screen and (max-width: 736px) {
  .user-burden-table {
    width: 100%;
    margin: 0;
  }
}

.user-burden-table > thead {
  padding: 10px;
}

.user-burden-table > thead > tr > th {
  padding: 2px 10px;
  border: 6px solid #FFF;
}

.user-burden-table > tbody {
  padding: 10px;
}

.user-burden-table > tbody > tr {
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .user-burden-table > tbody > tr {
    font-size: 1.3rem;
  }
}

.user-burden-table > tbody > tr > th {
  width: 70%;
  padding: 16px 10px;
  text-align: left;
  font-weight: normal;
  background-color: #FFFF99;
  border: 6px solid #FFF;
}

.user-burden-table > tbody > tr > td {
  width: 30%;
  padding: 16px 10px;
  text-align: center;
  background-color: #DAEEF3;
  border: 6px solid #FFF;
}

.user-burden-table > tbody > tr .kaigo-table-mark {
  position: relative;
  background-clip: padding-box;
}

.user-burden-table > tbody > tr .kaigo-table-mark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px dashed #ab0000;
  width: 100%;
  height: calc(100% + 2px);
}

.user-burden-table .not-decorate-row .not-decorate-doc {
  font-size: 1.6rem;
  background-color: #FFF;
}

@media screen and (max-width: 736px) {
  .user-burden-table .not-decorate-row .not-decorate-doc {
    font-size: 1.4rem;
  }
}

.service-cost-table {
  background-color: #FFF;
  border: 1px solid #000000;
}

.service-cost-table .group1 {
  width: 10%;
}

.service-cost-table .group2 {
  width: 30%;
}

.service-cost-table .group3 {
  width: 60%;
}

.service-cost-table > thead > tr > th {
  background-color: #FCD5B5;
  padding: 10px;
  border: 1px solid #000000;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .service-cost-table > thead > tr > th {
    font-size: 1.4rem;
  }
}

.service-cost-table > tbody > tr .non-value {
  border-top-color: transparent;
}

.service-cost-table > tbody > tr .has-child {
  border-bottom: none;
}

.service-cost-table > tbody > tr > th {
  padding: 8px 10px;
  background-color: #FFF;
  border: 1px solid #000000;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .service-cost-table > tbody > tr > th {
    font-size: 1.4rem;
  }
}

.service-cost-table > tbody > tr > th:nth-child(2) {
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .service-cost-table > tbody > tr > th:nth-child(2) {
    font-size: 1.3rem;
  }
}

.service-cost-table > tbody > tr > td {
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #000000;
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .service-cost-table > tbody > tr > td {
    font-size: 1.4rem;
  }
}

.service-cost-table > tbody > tr > td > span {
  display: inline-block;
  padding: 7px 0 0 5px;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 736px) {
  .service-cost-table > tbody > tr > td > span {
    font-size: 1.3rem;
  }
}

.self-cost {
  padding: 4px 10px 10px;
  background-color: #ffffff;
}

.self-cost-table {
  width: 100%;
  background-color: #FFF;
}

.self-cost-table .group1 {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .self-cost-table .group1 {
    width: auto;
  }
}

.self-cost-table .group2 {
  width: 25%;
}

@media screen and (max-width: 736px) {
  .self-cost-table .group2 {
    width: 6em;
  }
}

.self-cost-table > thead > tr > th {
  padding: 4px;
  background-color: #FFFF65;
  border: 1px solid #000000;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.self-cost-table > thead > tr > th:nth-child(3) {
  background-color: #FEBD8C;
}

.self-cost-table > tbody > tr .space-cell {
  border-style: none;
}

.self-cost-table > tbody > tr > th {
  padding: 4px;
  background-color: #FFF;
  border: 1px solid #000000;
  font-weight: normal;
  text-align: center;
}

.self-cost-table > tbody > tr > td {
  text-align: center;
  padding: 4px;
  border: 1px solid #000000;
  white-space: nowrap;
}

.self-cost-table > tbody > tr > td:nth-child(2) {
  background-color: #FCE9D9;
}

.self-cost-table > tbody > tr > td:nth-child(3) {
  background-color: #FCE9D9;
}

.self-cost-table > tbody > tr .kaigo-table-mark-top,
.self-cost-table > tbody > tr .kaigo-table-mark-middle,
.self-cost-table > tbody > tr .kaigo-table-mark-bottom {
  position: relative;
  background-clip: padding-box;
}

.self-cost-table > tbody > tr .kaigo-table-mark-top:before,
.self-cost-table > tbody > tr .kaigo-table-mark-middle:before,
.self-cost-table > tbody > tr .kaigo-table-mark-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px dashed #ab0000;
  width: 100%;
  height: calc(100%);
}

.self-cost-table > tbody > tr .kaigo-table-mark-middle:before {
  border-top: none;
  border-bottom: none;
}

.self-cost-table > tbody > tr .kaigo-table-mark-top:before {
  border-bottom: none;
}

.self-cost-table > tbody > tr .kaigo-table-mark-bottom:before {
  border-top: none;
}

.rougo-pension-table {
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  background-color: #fff;
}
.rougo-pension-table th, .rougo-pension-table td {
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 20px;
}
.rougo-pension-table th {
  width: 22%;
  color: #da1b1b;
  text-align: center;
  background-color: #f8f8f8;
}
.rougo-pension-table td {
  width: 78%;
}
@media screen and (max-width: 736px) {
  .rougo-pension-table th, .rougo-pension-table td {
    padding: 10px 5px;
  }
  .rougo-pension-table th {
    width: 16%;
  }
  .rougo-pension-table td {
    width: 84%;
  }
}


.kaigo-structure-table {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #000000;
}

@media screen and (max-width: 736px) {
  .kaigo-structure-table {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .kaigo-structure-table .group1-1 {
    width: 10px;
  }
}

@media screen and (max-width: 736px) {
  .kaigo-structure-table .group1-2 {
    width: 140px;
  }
}

@media screen and (max-width: 736px) {
  .kaigo-structure-table .group2 {
    width: calc((100% - 110px) / 6);
  }
}

.kaigo-structure-table .group3 {
  background-color: #D8E4BC;
}

@media screen and (max-width: 736px) {
  .kaigo-structure-table .group3 {
    width: calc((100% - 110px) / 6);
  }
}

.kaigo-structure-table > thead > tr .bottom-none-border {
  border-style: none;
}

.kaigo-structure-table > thead > tr .top-none-border {
  border-top: none;
}

.kaigo-structure-table > thead > tr::nth-child(3) {
  background-color: #D8E4BC;
}

.kaigo-structure-table > thead > tr .green-cell {
  background-color: #D8E4BC;
}

.kaigo-structure-table > thead > tr > th {
  border: 1px solid #000000;
  font-weight: normal;
}

.kaigo-structure-table > tbody > tr .space-cell {
  border-style: none;
}

.kaigo-structure-table > tbody > tr .bottom-none-border {
  border-bottom: none;
}

.kaigo-structure-table > tbody > tr .top-none-border {
  border-top: none;
}

.kaigo-structure-table > tbody > tr .kaigo-table-check1 {
  position: relative;
}

.kaigo-structure-table > tbody > tr > th {
  padding: 0 0 0 3px;
  border: 1px solid #000000;
  font-weight: normal;
  text-align: left;
}

.kaigo-structure-table > tbody > tr > th .table-note {
  color: #000000;
}

.kaigo-structure-table > tbody > tr .green-cell {
  background-color: #D8E4BC;
}

.kaigo-structure-table > tbody > tr > td {
  padding: 0 7px 0 0px;
  border: 1px solid #000000;
  text-align: right;
  font-size: 1.7rem;
}

.kaigo-facility-table {
  width: 100%;
  background-color: #FFF;
}

.kaigo-facility-table .group1 {
  width: 20%;
}

.kaigo-facility-table .group2 {
  width: 40%;
}

.kaigo-facility-table .group3 {
  width: 20%;
}

.kaigo-facility-table .group4 {
  width: 20%;
}

.kaigo-facility-table .group5 {
  width: 10%;
}

.kaigo-facility-table > thead > tr > th {
  padding: 8px 10px;
  border: 1px solid #000000;
  font-weight: normal;
  background-color: #FAC08F;
}

.kaigo-facility-table > tbody > tr {
  background-color: #FFF;
}

.kaigo-facility-table > tbody > tr > th {
  padding: 8px 10px;
  border: 1px solid #000000;
  font-weight: normal;
  text-align: left;
}

.kaigo-facility-table > tbody > tr > td {
  padding: 8px 10px;
  border: 1px solid #000000;
  text-align: center;
}

.kaigo-facility-table > tbody > tr > td:nth-child(2) {
  padding: 8px 10px;
  text-align: left;
}

.kaigo-security-table {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #000000;
}

.kaigo-security-table .group1 {
  width: 1%;
}

.kaigo-security-table .group2 {
  width: 11%;
}

.kaigo-security-table > thead > tr .right-none-border {
  border-style: none;
}

.kaigo-security-table > thead > tr .left-none-border {
  border-left: none;
}

.kaigo-security-table > thead > tr .green-cell {
  background-color: #DBEA91;
}

.kaigo-security-table > thead > tr > th {
  border: 1px solid #000000;
  font-weight: normal;
}

.kaigo-security-table > tbody > tr .non-value {
  border: none;
}

.kaigo-security-table > tbody > tr .bottom-none-border {
  border-bottom: 0;
}

.kaigo-security-table > tbody > tr .top-none-border {
  border-top: 0;
}

.kaigo-security-table > tbody > tr > th {
  padding: 4px;
  border: 1px solid #000000;
  font-weight: normal;
  text-align: center;
}

.kaigo-security-table > tbody > tr > td {
  padding: 4px;
  border: 1px solid #000000;
  text-align: center;
}

.kaigo-security-table > tbody > tr > td > span {
  font-size: 20px;
  font-weight: bold;
}

.kaigo-security-table > tbody > tr .kaigo-table-mark {
  position: relative;
  background-clip: padding-box;
}

.kaigo-security-table > tbody > tr .kaigo-table-mark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px dashed #ab0000;
  width: 100%;
  height: calc(1200% + 96px);
}

@media screen and (max-width: 736px) {
  .kaigo-security-table > tbody > tr .kaigo-table-mark:before {
    height: calc(1200% + 102px);
  }
}

.kaigo-security-table .tbody-men > tr:nth-child(2n+1) > th,
.kaigo-security-table .tbody-men > tr:nth-child(2n+1) > td {
  background-color: #DAEEF3;
}

.kaigo-security-table .tbody-men > tr > th:nth-child(1) {
  background-color: #DAEEF3;
}

.kaigo-security-table .tbody-women > tr:nth-child(2n+1) > th,
.kaigo-security-table .tbody-women > tr:nth-child(2n+1) > td {
  background-color: #F1DCDB;
}

.kaigo-security-table .tbody-women > tr > th:nth-child(1) {
  background-color: #F1DCDB;
}

.kaigo-riyou-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding: 10px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.kaigo-riyou-image .comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .comments {
    width: 50%;
    margin: 0;
  }
}

.kaigo-riyou-image .comments .yellow-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 180px;
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #FFFF78;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .comments .yellow-box {
    width: calc(100% - 10px);
  }
}

.kaigo-riyou-image .comments .yellow-box:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFFF78;
  z-index: 2;
}

.kaigo-riyou-image .comments .yellow-box > p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .comments .yellow-box > p {
    font-size: 1.5rem;
  }
}

.kaigo-riyou-image .comments .yellow-box > p > span {
  color: #FF4721;
}

.kaigo-riyou-image .comments .blue-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #DEE8F2;
  height: 150px;
  width: 180px;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .comments .blue-box {
    width: calc(100% - 10px);
  }
}

.kaigo-riyou-image .comments .blue-box .blue-arrow {
  position: relative;
}

.kaigo-riyou-image .comments .blue-box .blue-arrow > p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .comments .blue-box .blue-arrow > p {
    font-size: 1.5rem;
  }
}

.kaigo-riyou-image .comments .blue-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto 0;
  border: 12px solid transparent;
  border-right-color: #DEE8F2;
  border-bottom-color: #DEE8F2;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .comments .blue-box:before {
    right: -20px;
  }
}

.kaigo-riyou-image .comments .blue-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px;
  margin: auto 0;
  width: 24px;
  height: 20px;
  background-color: #DEE8F2;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .comments .blue-box:after {
    right: -13px;
  }
}

.kaigo-riyou-image .kaigo-burden {
  width: 220px;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .kaigo-burden {
    width: 50%;
  }
}

.kaigo-riyou-image .kaigo-burden .kaigo-burden-addon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
  border: 2px solid #903D00;
  width: 220px;
  background-color: #FDEADA;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .kaigo-burden .kaigo-burden-addon {
    margin-left: auto;
    width: calc(100% - 20px);
  }
}

.kaigo-riyou-image .kaigo-burden .kaigo-burden-addon > p {
  margin: 0;
  padding: 5px 0 9px 0;
  color: #FF4721;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .kaigo-burden .kaigo-burden-addon > p {
    font-size: 1.4rem;
  }
}

.kaigo-riyou-image .kaigo-burden .user-city-burden {
  position: relative;
  width: 220px;
  padding: 2px;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .kaigo-burden .user-city-burden {
    margin-left: auto;
    width: calc(100% - 20px);
    height: 200px;
  }
}

.kaigo-riyou-image .kaigo-burden .user-city-burden:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  border: 3px dashed #ab0000;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.kaigo-riyou-image .kaigo-burden .user-city-burden .kaigo-burden-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background-color: #FDEADA;
  color: #FF4721;
  border: 2px solid #903D00;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .kaigo-burden .user-city-burden .kaigo-burden-user {
    height: 30%;
  }
}

.kaigo-riyou-image .kaigo-burden .user-city-burden .kaigo-burden-user > p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .kaigo-burden .user-city-burden .kaigo-burden-user > p {
    font-size: 1.4rem;
  }
}

.kaigo-riyou-image .kaigo-burden .user-city-burden .kaigo-burden-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  background-color: #FAC08F;
  border: 2px solid #903D00;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .kaigo-burden .user-city-burden .kaigo-burden-city {
    height: 70%;
  }
}

.kaigo-riyou-image .kaigo-burden .user-city-burden .kaigo-burden-city > p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .kaigo-burden .user-city-burden .kaigo-burden-city > p {
    font-size: 1.4rem;
  }
}

.kaigo-riyou-image .notcoverd-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 2px solid #903D00;
  width: 220px;
  background-color: #FDEADA;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .notcoverd-service {
    width: 100%;
    height: 100px;
    margin: 18px 0 0 0;
    padding: 0;
  }
}

.kaigo-riyou-image .notcoverd-service > p {
  width: 100%;
  margin: 0;
  padding: 29px 0;
  color: #FF4721;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .kaigo-riyou-image .notcoverd-service > p {
    padding: 0 15px;
    font-size: 1.4rem;
  }
}

.ideco-align-left {
  text-align: left;
}

.ideco-table .ideco-color01 {
  background-color: #fdf75b;
}

.ideco-table .ideco-color02 {
  background-color: #fed453;
}

.ideco-table .ideco-color03 {
  background-color: #fbb088;
}

.dc-chart-flow,
.ideco-chart-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 13px 0 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .dc-chart-flow,
  .ideco-chart-flow {
    display: block;
    text-align: left;
    margin-top: 5px;
  }
}

.dc-chart-flow-item,
.ideco-chart-flow-item {
  display: block;
  width: calc(100%/3);
  background-color: #fff;
  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 736px) {
  .dc-chart-flow-item,
  .ideco-chart-flow-item {
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
    width: 100%;
  }
}

.dc-chart-flow-item:before, .dc-chart-flow-item:after,
.ideco-chart-flow-item:before,
.ideco-chart-flow-item:after {
  width: 13px;
  height: calc(100% / 2);
  background-color: #F1EBE0;
  content: "";
  position: absolute;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .dc-chart-flow-item:before, .dc-chart-flow-item:after,
  .ideco-chart-flow-item:before,
  .ideco-chart-flow-item:after {
    display: none;
  }
}

.dc-chart-flow-item:before,
.ideco-chart-flow-item:before {
  top: 0;
  -webkit-transform: skewX(15deg);
      -ms-transform: skewX(15deg);
          transform: skewX(15deg);
}

.dc-chart-flow-item:after,
.ideco-chart-flow-item:after {
  bottom: 0;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.dc-chart-flow-item dl,
.ideco-chart-flow-item dl {
  margin: 0;
  padding: 0 30px 0 40px;
}

@media screen and (max-width: 736px) {
  .dc-chart-flow-item dl,
  .ideco-chart-flow-item dl {
    padding: 0;
  }
}

.dc-chart-flow-item dd,
.ideco-chart-flow-item dd {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.dc-chart-flow-item dd .small,
.ideco-chart-flow-item dd .small {
  display: block;
  font-size: 1.2rem;
}

.dc-chart-flow-item .badge,
.ideco-chart-flow-item .badge {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  letter-spacing: .1em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .dc-chart-flow-item .badge,
  .ideco-chart-flow-item .badge {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 1.4rem;
  }
}

.dc-chart-flow-item .badge:before,
.ideco-chart-flow-item .badge:before {
  width: 30px;
  background-color: #CB2D2D;
  border-radius: 50%;
  color: #FFF;
  content: "n";
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 736px) {
  .dc-chart-flow-item .badge:before,
  .ideco-chart-flow-item .badge:before {
    width: 21px;
    font-size: 1.2rem;
    line-height: 21px;
  }
}

.dc-chart-flow-item:first-child,
.ideco-chart-flow-item:first-child {
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 736px) {
  .dc-chart-flow-item:first-child,
  .ideco-chart-flow-item:first-child {
    border-top: none;
    border-radius: 5px;
  }
}

.dc-chart-flow-item:first-child dl,
.ideco-chart-flow-item:first-child dl {
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .dc-chart-flow-item:first-child dl,
  .ideco-chart-flow-item:first-child dl {
    padding-left: 0;
  }
}

.dc-chart-flow-item:first-child .badge:before,
.ideco-chart-flow-item:first-child .badge:before {
  content: "1";
}

.dc-chart-flow-item:nth-child(2) .badge:before,
.ideco-chart-flow-item:nth-child(2) .badge:before {
  content: "2";
}

.dc-chart-flow-item:last-child,
.ideco-chart-flow-item:last-child {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 736px) {
  .dc-chart-flow-item:last-child,
  .ideco-chart-flow-item:last-child {
    border-radius: 5px;
  }
}

.dc-chart-flow-item:last-child dl,
.ideco-chart-flow-item:last-child dl {
  padding-right: 20px;
}

.dc-chart-flow-item:last-child .badge:before,
.ideco-chart-flow-item:last-child .badge:before {
  content: "3";
}

.dc-chart-flow-item:last-child:before, .dc-chart-flow-item:last-child:after,
.ideco-chart-flow-item:last-child:before,
.ideco-chart-flow-item:last-child:after {
  display: none;
}

.dc-chart-merit,
.ideco-chart-merit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .dc-chart-merit,
  .ideco-chart-merit {
    display: block;
  }
}

.dc-chart-merit-item,
.ideco-chart-merit-item {
  margin: 0;
  padding: 20px 10px 0;
  width: calc((100/3) * 100%);
  position: relative;
}

@media screen and (max-width: 736px) {
  .dc-chart-merit-item,
  .ideco-chart-merit-item {
    margin-top: 35px;
    width: 100%;
  }
}

.dc-chart-merit-item:before,
.ideco-chart-merit-item:before {
  content: "";
  display: block;
  margin: 0 auto;
  height: 126px;
}

@media screen and (max-width: 736px) {
  .dc-chart-merit-item:before,
  .ideco-chart-merit-item:before {
    margin-bottom: 20px;
  }
}

.dc-chart-merit-item:after,
.ideco-chart-merit-item:after {
  width: 60px;
  height: 61px;
  background: no-repeat center / contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 736px) {
  .dc-chart-merit-item:after,
  .ideco-chart-merit-item:after {
    margin-left: -120px;
    left: 50%;
  }
}

.dc-chart-merit-item:first-child:before,
.ideco-chart-merit-item:first-child:before {
  width: 107px;
  background: url(../../method/img/dc/img_merit_1.png) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 736px) {
  .dc-chart-merit-item:first-child:before,
  .ideco-chart-merit-item:first-child:before {
    height: 89.5px;
  }
}

.dc-chart-merit-item:first-child:after,
.ideco-chart-merit-item:first-child:after {
  background-image: url(../../method/img/dc/ico_merit_1.png);
}

.dc-chart-merit-item:nth-child(2):before,
.ideco-chart-merit-item:nth-child(2):before {
  width: 79px;
  background: url(../../method/img/dc/img_merit_2.png) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 736px) {
  .dc-chart-merit-item:nth-child(2):before,
  .ideco-chart-merit-item:nth-child(2):before {
    height: 98px;
  }
}

.dc-chart-merit-item:nth-child(2):after,
.ideco-chart-merit-item:nth-child(2):after {
  background-image: url(../../method/img/dc/ico_merit_2.png);
}

.dc-chart-merit-item:nth-child(3):before,
.ideco-chart-merit-item:nth-child(3):before {
  width: 86px;
  background: url(../../method/img/dc/img_merit_3.png) no-repeat center top 5px;
  background-size: 100% auto;
}

.dc-chart-merit-item:nth-child(3):after,
.ideco-chart-merit-item:nth-child(3):after {
  background-image: url(../../method/img/dc/ico_merit_3.png);
}

.dc-chart-merit-item.ideco-chart-merit-item_01:before,
.ideco-chart-merit-item.ideco-chart-merit-item_01:before {
  background-image: url(../../method/img/ideco/img_merit_1.png);
}

.dc-chart-merit-item.ideco-chart-merit-item_01:after,
.ideco-chart-merit-item.ideco-chart-merit-item_01:after {
  background-image: url(../../method/img/ideco/ico_merit_1.png);
}

.dc-chart-merit-item.ideco-chart-merit-item_02:before,
.ideco-chart-merit-item.ideco-chart-merit-item_02:before {
  background-image: url(../../method/img/ideco/img_merit_2.png);
}

.dc-chart-merit-item.ideco-chart-merit-item_02:after,
.ideco-chart-merit-item.ideco-chart-merit-item_02:after {
  background-image: url(../../method/img/ideco/ico_merit_2.png);
}

.dc-chart-merit-item.ideco-chart-merit-item_03:before,
.ideco-chart-merit-item.ideco-chart-merit-item_03:before {
  background-image: url(../../method/img/ideco/img_merit_3.png);
}

.dc-chart-merit-item.ideco-chart-merit-item_03:after,
.ideco-chart-merit-item.ideco-chart-merit-item_03:after {
  background-image: url(../../method/img/ideco/ico_merit_3.png);
}

.dc-chart-merit-item dl,
.ideco-chart-merit-item dl {
  margin: 0;
  padding: 0;
}

.dc-chart-merit-item dt,
.ideco-chart-merit-item dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  border-bottom: #CB2D2D 2px solid;
  height: 70px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .dc-chart-merit-item dt,
  .ideco-chart-merit-item dt {
    display: block;
    height: inherit;
    border-bottom: none;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.dc-chart-merit-item dt > span,
.ideco-chart-merit-item dt > span {
  display: block;
  position: relative;
  padding-bottom: 9px;
}

@media screen and (max-width: 736px) {
  .dc-chart-merit-item dt > span,
  .ideco-chart-merit-item dt > span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 5px;
  }
  .dc-chart-merit-item dt > span:before,
  .ideco-chart-merit-item dt > span:before {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #CB2D2D;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.dc-chart-merit-item dd,
.ideco-chart-merit-item dd {
  margin: 0;
  padding: 0;
}

.dc-chart-merit-item .des,
.ideco-chart-merit-item .des {
  text-align: left;
}

.dc-chart-merit-item .des-sub,
.ideco-chart-merit-item .des-sub {
  font-size: 1.2rem;
}

.ideco-box {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #ab0000;
  padding: 20px;
  text-align: left;
}

.kyouiku-table .table--b:nth-child(n+2) {
  margin-top: 10px;
}

.kyouiku-table .table--b caption {
  font-weight: bold;
}

.kyouiku-table .table--b > tbody td {
  text-align: center;
}

.kyouiku-table .col-header {
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .kyouiku-table .col-header {
    font-size: 1.4rem;
  }
}

.kyouiku-table .col-value1 {
  width: 12.5%;
}

.kyouiku-table .col-value2 {
  width: 25%;
}

.kyouiku-table .col-value3 {
  width: 37.5%;
}

.kyouiku-table .col-value4 {
  width: 50%;
}

.kyouiku-table .col-value5 {
  width: 62.5%;
}

.kyouiku-table .col-value6 {
  width: 75%;
}

.kyouiku-table .is-sp-visible {
  background-color: transparent !important;
}

.kyouiku-table .is-sp-visible thead th {
  background-color: transparent !important;
}

.kyouiku-table .is-sp-visible thead th:before {
  background-color: transparent !important;
}

.kyouiku-table .is-sp-visible thead th:not(.table-non-value):not(:first-child) {
  border-left: none;
}

.kyouiku-table .is-sp-visible tbody th {
  border-right: 1px solid #ebc8c0;
}

.kyouiku-table .is-sp-visible tbody td {
  border-color: transparent !important;
}

.kyouiku-table1:nth-child(n+2) {
  margin-top: 10px;
}

.kyouiku-table1 > thead th {
  background-color: #f0f0f0;
}

.kyouiku-table1 > tbody tr td:nth-child(2) {
  border-left: none;
  text-align: center;
}

.kyouiku-table1 > tbody .kyouiku-table1-label {
  display: inline-block;
  padding: 0 4px;
  background-color: #d23b1b;
  color: #ffffff;
}

.kyouiku-table1 > tbody .kyouiku-table1-year {
  padding-left: 5px;
  padding-right: 0px;
}

.kyouiku-table1 > tbody .kyouiku-table1-year > span {
  padding: 6px;
  background-color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}

.kyouiku-table1 > tbody tr:nth-child(1) th {
  background-color: #d23b1b;
  color: #ffffff;
}

.kyouiku-table1 > tbody tr:nth-child(1) th:first-child {
  border-left-color: #d23b1b;
}

.kyouiku-table1 > tbody tr:nth-child(1) th:nth-child(2) {
  text-align: center;
}

.kyouiku-table1 > tbody tr:nth-child(1) td {
  position: relative;
  background-color: #ffffff;
}

.kyouiku-table1 > tbody tr:nth-child(2) th:first-child {
  border-left-color: #ec9b89;
}

.kyouiku-table1 > tbody tr:nth-child(2) th,
.kyouiku-table1 > tbody tr:nth-child(2) td {
  background-color: #ffe7e1;
}

.kyouiku-table1 > tbody tr:nth-child(3) th:first-child {
  border-left-color: #e76b50;
}

.kyouiku-table1 > tbody tr:nth-child(3) th,
.kyouiku-table1 > tbody tr:nth-child(3) td {
  background-color: #fddcd4;
}

.kyouiku-table1 > tbody tr:nth-child(4) th:first-child {
  border-left-color: #d35136;
}

.kyouiku-table1 > tbody tr:nth-child(4) th,
.kyouiku-table1 > tbody tr:nth-child(4) td {
  background-color: #fdcdc1;
}

.kyouiku-table1 > tbody tr:nth-child(5) th:first-child {
  border-left-color: #d23b1b;
}

.kyouiku-table1 > tbody tr:nth-child(5) th,
.kyouiku-table1 > tbody tr:nth-child(5) td {
  background-color: #fec1b2;
}

.kyouiku-table2 {
  width: 100%;
}

.kyouiku-table2 .group1 {
  background-color: #f0f0f0;
}

.kyouiku-table2 .group2 {
  width: 194px;
  background-color: #ffedb7;
}

.kyouiku-table2 .group3 {
  width: 194px;
  background-color: #ffe7e1;
}

.kyouiku-table2 .group4 {
  width: 194px;
  background-color: #dfeef9;
}

.kyouiku-table2 thead th {
  padding: 10px;
  font-size: 1.8rem;
}

.kyouiku-table2 thead th:nth-child(n+2) {
  border-left: 2px solid #ffffff;
}

.kyouiku-table2 thead th:nth-child(2) {
  color: #e66e03;
}

.kyouiku-table2 thead th:nth-child(3) {
  color: #e76b50;
}

.kyouiku-table2 thead th:nth-child(4) {
  color: #4d94c4;
}

.kyouiku-table2 tbody th {
  padding: 10px;
  border-top: 2px solid #ffffff;
}

.kyouiku-table2 tbody td {
  padding: 20px 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.kyouiku-table2 .ulist {
  margin-top: 0;
}

.kyouiku-table2 .ulist > li {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}

.kyouiku-table2 .ulist > li:nth-child(n+2) {
  margin-top: 5px;
}

.hoken-risk-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hoken-risk-index--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner {
    width: auto;
    height: 100%;
  }
}

.hoken-risk-index--inner .hoken-col01 {
  width: 224px;
  max-height: 132px;
  margin: 10.5px;
  padding: 0;
  text-align: center;
  background-color: #FFFFFF;
  border: 2px solid #E56B55;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner .hoken-col01 {
    width: calc((100% - 18px)/2);
    max-height: none;
    margin: 5px;
  }
}

.hoken-risk-index--inner .hoken-col01 .text1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 33%;
  margin: 0;
  padding: 11px;
  line-height: 1;
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #E56B55;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner .hoken-col01 .text1 {
    padding: 7px;
    font-size: 1.5rem;
  }
}

.hoken-risk-index--inner .hoken-col01 .text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 67%;
  margin: 0;
  padding: 21px 20px;
  text-align: left;
  line-height: 1.4;
  font-size: 2.0rem;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner .hoken-col01 .text2 {
    padding: 13px;
    font-size: 1.4rem;
  }
}

.hoken-risk-index--inner > div:first-of-type {
  margin-left: 0;
}

.hoken-risk-index--inner > div:nth-of-type(2) {
  margin-top: 0;
}

.hoken-risk-index--inner > div:nth-of-type(3) {
  margin-top: 0;
  margin-right: 0px;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner > div:nth-of-type(3) {
    margin-top: 5px;
    margin-right: 5px;
  }
}

.hoken-risk-index--inner > div:nth-of-type(4) {
  margin-left: 0;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner > div:nth-of-type(4) {
    margin-left: 5px;
  }
}

.hoken-risk-index--inner > div:nth-of-type(6) {
  margin-right: 0;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner > div:nth-of-type(odd) {
    margin-left: 0;
  }
}

.hoken-risk-index--inner > div:nth-of-type(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner > div:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

.hoken-risk-index--inner > div:nth-of-type(n+4) {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner > div:nth-of-type(n+4) {
    margin-bottom: 5px;
  }
}

.hoken-risk-index--inner .etcetra {
  width: 100%;
  margin: .5em 0 0;
  font-size: 2.0rem;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .hoken-risk-index--inner .etcetra {
    font-size: 1.6rem;
  }
}

.hoken-table1 {
  width: 100%;
  margin-top: 0;
  background-color: #FFF;
}

.hoken-table1 .group1 {
  width: 20%;
}

@media screen and (max-width: 736px) {
  .hoken-table1 .group1 {
    width: 15%;
  }
}

.hoken-table1 .group2 {
  width: 55%;
}

@media screen and (max-width: 736px) {
  .hoken-table1 .group2 {
    width: 57%;
  }
}

.hoken-table1 .group3 {
  width: 25%;
}

@media screen and (max-width: 736px) {
  .hoken-table1 .group3 {
    width: 28%;
  }
}

.hoken-table1 > thead > tr > th {
  padding: 0 10px;
  text-align: left;
  color: #FFFFFF;
  font-weight: normal;
  background-color: #e76b50;
  border-top: 1px solid #e76b50;
  border-bottom: 1px solid #e76b50;
  border-left: 1px solid #000000;
}

.hoken-table1 > thead > tr > th:first-of-type {
  border-left: none;
}

.hoken-table1 > tbody {
  border-top: 1px solid #e76b50;
  border-bottom: 1px solid #e76b50;
}

.hoken-table1 > tbody > tr {
  background-color: #FFF;
  border-bottom: 1px solid #000000;
}

.hoken-table1 > tbody > tr:last-of-type {
  border-bottom: 1px solid #e76b50;
}

.hoken-table1 > tbody > tr > th {
  padding: 8px;
  font-weight: normal;
  text-align: left;
  background-color: #ffe7e1;
  border-bottom: 1px solid #e76b50;
}

.hoken-table1 > tbody > tr > th > span {
  font-size: 2.2rem;
}

@media screen and (max-width: 736px) {
  .hoken-table1 > tbody > tr > th > span {
    font-size: 1.8rem;
  }
}

.hoken-table1 > tbody > tr > td {
  padding: 8px 10px;
  text-align: left;
  border-left: 1px solid #000000;
}

.hoken-table2 {
  width: 100%;
  background-color: #FFF;
}

.hoken-table2 > tbody {
  border-top: 2px solid #e76b50;
  border-bottom: 2px solid #e76b50;
}

.hoken-table2 > tbody > tr {
  border-bottom: 1px solid #e76b50;
}

.hoken-table2 > tbody > tr:nth-of-type(2) {
  background-color: #ffe7e1;
}

.hoken-table2 > tbody > tr > th {
  padding: 8px 11px;
  font-weight: normal;
  text-align: left;
}

.hoken-table2 > tbody > tr > td {
  padding: 8px 10px;
  text-align: right;
  border-left: 1px solid #e76b50;
}

.hoken-table3 {
  width: 100%;
  background-color: #FFF;
}

.hoken-table3 .group1 {
  width: 20%;
}

@media screen and (max-width: 736px) {
  .hoken-table3 .group1 {
    width: 27%;
  }
}

.hoken-table3 .group2 {
  width: 80%;
}

@media screen and (max-width: 736px) {
  .hoken-table3 .group2 {
    width: 73%;
  }
}

.hoken-table3 > tbody {
  border-top: 2px solid #e76b50;
  border-bottom: 2px solid #e76b50;
}

.hoken-table3 > tbody > tr:first-of-type {
  border-bottom: 1px solid #e76b50;
}

@media screen and (max-width: 736px) {
  .hoken-table3 > tbody > tr {
    font-size: 1.4rem;
  }
}

.hoken-table3 > tbody > tr > th {
  width: 20%;
  padding: 8px 11px;
  font-weight: normal;
  text-align: left;
}

.hoken-table3 > tbody > tr > td {
  padding: 8px 10px;
  text-align: right;
  border-left: 1px solid #e76b50;
}

@media screen and (max-width: 736px) {
  .hoken-table3 > tbody > tr > td .text1 {
    font-size: 1.4rem;
  }
}

.hoken-table3 > tbody > tr > td .text2 {
  display: inline-block;
  font-size: 1.3rem;
}

.hoken-table4 {
  width: 100%;
  background-color: #FFF;
}

.hoken-table4 .group1 {
  width: 13%;
}

.hoken-table4 .group2 {
  width: 43.5%;
}

.hoken-table4 > thead {
  text-align: left;
  color: #FFFFFF;
  background-color: #e76b50;
}

.hoken-table4 > thead > tr > th {
  padding: 5px 0px 5px 5px;
  text-align: left;
  border-left: 1px solid #FFF;
}

.hoken-table4 > thead > tr > th > span {
  padding: 2px;
  color: #ab0000;
  background-color: #FFF;
}

.hoken-table4 > thead > tr > th:first-of-type {
  border-left: none;
}

.hoken-table4 > tbody {
  border-bottom: 2px solid #e76b50;
}

.hoken-table4 > tbody > tr {
  border-top: 1px solid #e76b50;
}

.hoken-table4 > tbody > tr:nth-of-type(-n+3) {
  background-color: #ffe7e1;
  border-top: none;
}

.hoken-table4 > tbody > tr:nth-of-type(5) {
  background-color: #ffe7e1;
}

.hoken-table4 > tbody > tr > th {
  padding: 8px 3px 8px 5px;
  font-weight: normal;
  text-align: left;
  background-color: transparent;
}

.hoken-table4 > tbody > tr > td {
  padding: 8px 7px;
  text-align: left;
  border-left: 1px solid #e76b50;
}

.hoken-table4 > tbody > tr > td > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding-left: 0;
}

.hoken-table4 > tbody > tr > td > ul > li {
  list-style: none;
}

.hoken-table4 > tbody > tr > td > ul > li:first-of-type {
  float: left;
}

.hoken-table4 > tbody > tr > td > ul > li:nth-of-type(2) {
  float: right;
}

.hoken-table4 > tbody > tr > td .square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 70px;
  margin: 10px 15px 0;
  color: #FFFFFF;
  background: #ab0000;
}

.hoken-table4 > tbody > tr > td .triangle {
  position: relative;
  width: 80%;
  margin: 10px 15px 0;
}

.hoken-table4 > tbody > tr > td .triangle:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35.2px 0 35.2px 40px;
  border-color: transparent transparent transparent #ab0000;
}

.hoken-table4 > tbody > tr > td > span {
  font-size: 1.3rem;
}

.hoken-table5 {
  width: 100%;
  background-color: #FFF;
}

.hoken-table5 .group1 {
  width: 20%;
}

.hoken-table5 .group2 {
  width: 40%;
}

.hoken-table5 > thead {
  color: #FFFFFF;
  background-color: #e76b50;
}

.hoken-table5 > thead > tr > th {
  padding: 5px;
  border-left: 1px solid #FFF;
}

.hoken-table5 > thead > tr > th:first-of-type {
  border-left: none;
}

.hoken-table5 > tbody {
  border-bottom: 2px solid #e76b50;
}

.hoken-table5 > tbody > tr {
  border-top: 1px solid #e76b50;
}

.hoken-table5 > tbody > tr:nth-of-type(odd) {
  background-color: #ffe7e1;
}

.hoken-table5 > tbody > tr > th {
  width: 20%;
  padding: 8px 3px;
  font-weight: normal;
  text-align: center;
}

.hoken-table5 > tbody > tr > td {
  padding: 0 10px 8px;
  vertical-align: top;
  text-align: left;
  border-left: 1px solid #e76b50;
}

.hoken-table5 > tbody > tr > td > ul {
  padding-left: 16px;
}

.hoken-table5 > tbody > tr:first-of-type {
  border-top: none;
}

.hoken-table6 {
  width: 100%;
  background-color: #FFF;
}

.hoken-table6 .group1 {
  width: 30%;
}

.hoken-table6 .group2 {
  width: 70%;
}

.hoken-table6 > thead {
  text-align: left;
  color: #FFFFFF;
  background-color: #e76b50;
}

.hoken-table6 > thead > tr > th {
  padding: 5px 11px;
  border-left: 1px solid #FFF;
}

.hoken-table6 > thead > tr > th:first-of-type {
  border-left: none;
}

.hoken-table6 > tbody {
  border-bottom: 2px solid #e76b50;
}

.hoken-table6 > tbody > tr {
  border-top: 1px solid #e76b50;
}

.hoken-table6 > tbody > tr:nth-of-type(odd) {
  background-color: #ffe7e1;
}

.hoken-table6 > tbody > tr > th {
  width: 20%;
  padding: 8px 11px;
  font-weight: normal;
  text-align: left;
}

.hoken-table6 > tbody > tr > td {
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #e76b50;
}

.hoken-table6 > tbody > tr > td > span {
  font-size: 1.3rem;
}

.hoken-table6 > tbody > tr:first-of-type {
  border-top: none;
}

.hoken-zu1 {
  padding-bottom: 10px;
}

.hoken-space2 {
  margin-left: 10px;
}

@media screen and (max-width: 736px) {
  .hoken-space2 {
    margin-left: 0;
  }
}

/* asakatsu */
.asakatsu-character-title {
  margin: 26px 0 0 0;
  color: #67ab50;
  font-size: 2rem;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  .asakatsu-character-title {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}

.asakatsu-character-title > span {
  padding: 0 0 2px 0;
  background: -webkit-linear-gradient(transparent 59%, #fff100 60%, #fff100 100%);
  background: linear-gradient(transparent 59%, #fff100 60%, #fff100 100%);
}

.asakatsu-profile {
  margin: 10px 0 0 0;
}

.asakatsu-profile-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #67ab50;
}

@media screen and (max-width: 736px) {
  .asakatsu-profile-item {
    padding: 13px;
  }
}

.asakatsu-profile-item:nth-child(n+2) {
  border-top: none;
}

.asakatsu-profile-image {
  width: 120px;
}

@media screen and (max-width: 736px) {
  .asakatsu-profile-image {
    width: 78px;
  }
}

.asakatsu-profile-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 736px) {
  .asakatsu-profile-text {
    margin-left: 13px;
  }
}

.asakatsu-profile-text > dt {
  color: #67ab50;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .asakatsu-profile-text > dt {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.asakatsu-profile-text > dt > span {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .asakatsu-profile-text > dt > span {
    display: inline-block;
    font-size: 1.1rem;
  }
}

.asakatsu-profile-text > dd {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .asakatsu-profile-text > dd {
    margin-top: .5em;
    font-size: 1.3rem;
  }
}

.asakatsu-reporter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 0 0;
}

.asakatsu-reporter-image {
  width: 120px;
}

@media screen and (max-width: 736px) {
  .asakatsu-reporter-image {
    width: 90px;
  }
}

.asakatsu-reporter-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 736px) {
  .asakatsu-reporter-text {
    margin-left: 15px;
  }
}

.asakatsu-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 736px) {
  .asakatsu-image {
    display: block;
    margin-top: 25px;
  }
}

.asakatsu-image > div {
  width: 342px;
}

@media screen and (max-width: 736px) {
  .asakatsu-image > div {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .asakatsu-image > div:nth-child(n+2) {
    margin-top: 20px;
  }
}

.asakatsu-image > div > img {
  width: 100%;
}

.asakatsu-image-caption {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  .asakatsu-image-caption {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
  }
}

.asakatsu-qa {
  margin: 22px 0 0 0;
}

.asakatsu-qa-row {
  margin: 15px 0 0 0;
  padding: 20px 0;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .asakatsu-qa-row {
    margin-top: 12px;
    padding: 10px;
  }
}

.asakatsu-qa-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.asakatsu-qa-col--answer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .asakatsu-qa-col--answer {
    margin-top: 10px;
  }
}

.asakatsu-qa-icon {
  position: relative;
  width: 90px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .asakatsu-qa-icon {
    width: 45px;
  }
}

.asakatsu-qa-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 20px;
  color: #67ab50;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .asakatsu-qa-title {
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 1.36;
  }
}

.asakatsu-qa-answer {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  overflow: hidden;
}
.asakatsu-qa-answer.float {
  padding-right: 0;
}
.asakatsu-qa-answer.float img {
  float: right;
  width: 90px;
  height: 90px;
  margin-top: 1em;
  margin-left: 10px;
}

@media screen and (max-width: 736px) {
  .asakatsu-qa-answer {
    padding-right: 15px;
  }
  .asakatsu-qa-answer.float img {
    width: 45px;
    height: 45px;
  }
}

.asakatsu-qa-answer > div {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .asakatsu-qa-answer > div {
    padding: 12px;
    border-radius: 5px;
  }
}

.asakatsu-qa-answer p {
  margin: 0;
}

.asakatsu-qa-answer p:nth-child(n+2) {
  margin: 1em 0 0 0;
}

.asakatsu-qa-answer em {
  padding: 0 0 2px 0;
  background: -webkit-linear-gradient(transparent 49%, #fff100 50%, #fff100 100%);
  background: linear-gradient(transparent 49%, #fff100 50%, #fff100 100%);
  font-style: normal;
}

.asakatsu-igotit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 736px) {
  .asakatsu-igotit {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
  }
}

.asakatsu-igotit-icon {
  width: 184px;
}

@media screen and (max-width: 736px) {
  .asakatsu-igotit-icon {
    width: 92px;
  }
}

.asakatsu-igotit-text {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.asakatsu-igotit-text > div {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .asakatsu-igotit-text > div {
    padding: 12px;
    border-radius: 5px;
  }
}

.asakatsu-igotit-text p {
  margin: 0;
  color: #67ab50;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .asakatsu-igotit-text p {
    font-size: 1.4rem;
    line-height: 1.36;
  }
}

/* tanoshimi */
.novel {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100%;
  background-color: rgba(248, 215, 210, 0.9);
}

.novel::-webkit-scrollbar {
  height: 10px;
}

.novel::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.novel::-webkit-scrollbar-track-piece {
  background: #efefef;
}

@media screen and (max-width: 736px) {
  .novel {
    padding: 30px 30px 20px 30px;
    height: 380px;
    overflow-x: scroll;
  }
}

@media screen and (min-width: 737px) {
  .novel {
    padding: 20px 80px 20px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-column-rule: 1px dashed #000000;
       -moz-column-rule: 1px dashed #000000;
            column-rule: 1px dashed #000000;
    height: 840px;
    width: 100%;
    margin: auto;
  }
  .novel > section {
    padding: 20px 0;
  }
}

.novel-title {
  margin: .2em 0 0 .8em;
  color: #e3545e;
  font-style: 2.0rem;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  .novel-title {
    margin-top: -.7em;
    font-size: 1.6rem;
  }
}

.novel-subtitle {
  margin: 0 0 0 .8em;
  color: #646464;
}

.novel p {
  margin: 0;
  line-height: 1.625;
  text-orientation: upright;
}

.novel-subtitle > span,
.novel p > span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.novel .text--indent {
  text-indent: 1em;
}

.novel-check {
  margin: 60px 0 0 0;
  padding: 20px;
  background-color: #eb8d89;
}

.top-featured-novel .novel-check {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .novel-check {
    padding: 15px;
  }
}

.novel-check-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.novel-check-title > span:first-child {
  margin: -4px 15px 0 0;
  color: #ffffff;
}

.novel-check-title > span:last-child {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 0 0 0;
  border-top: 3px solid #ffffff;
  color: #ffffff;
  font-size: 2.0rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 736px) {
  .novel-check-title > span:last-child {
    font-size: 1.6rem;
  }
}

.novel-check-title > span:last-child:before {
  content: "";
  position: absolute;
  top: 2px;
  border-top: 1px solid #ffffff;
  width: 100%;
  height: 0;
}

.novel-check-text {
  margin: 1em 0 0 0;
  color: #ffffff;
  font-size: 1.3rem;
}

.novel-author {
  margin: 20px 0 0 0;
  padding: 22px;
  border: 1px solid #e3545e;
}

@media screen and (max-width: 736px) {
  .novel-author {
    margin-top: 15px;
    padding: 16px;
  }
}

.novel-author > dt {
  color: #e3545e;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .novel-author > dt {
    font-size: 1.4rem;
  }
}

.top-featured-novel .novel-author > dt {
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .top-featured-novel .novel-author > dt {
    font-size: 1.4rem;
  }
}

.novel-author > dt > span {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .novel-author > dt > span {
    font-size: 1.1rem;
  }
}

.top-featured-novel .novel-author > dt > span {
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .top-featured-novel .novel-author > dt > span {
    font-size: 1.4rem;
  }
}

.novel-author > dd {
  margin: 1em 0 0 0;
  font-size: 1.3rem;
}

.top-featured-novel .novel-author > dd {
  margin-top: .5em;
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .top-featured-novel .novel-author > dd {
    font-size: 1.4rem;
  }
}

.novel-digest {
  padding: 20px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .novel-digest {
    padding: 12px;
  }
}

.novel-digest-image {
  display: block;
  position: relative;
}

.novel-digest-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d7dae0;
  width: 100%;
  height: 100%;
}

.novel-digest-image:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.novel-digest-image > img {
  width: 100%;
}

.novel-digest-text {
  height: 44px;
}

.novel-digest-read-button {
  display: block;
  margin-top: 1em;
  padding: 11px;
  border: 1px solid transparent;
  border-radius: 22px;
  width: 100%;
  background-color: #e3545e;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .novel-digest-read-button {
    margin-top: .5em;
  }
}

.novel-digest-read-button:hover {
  color: #ffffff;
  background-color: rgba(227, 84, 94, 0.7);
}

/* teinengo */
.comic-intro-wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .comic-intro-wrapper {
    margin-top: 25px;
  }
}

.comic-intro-wrapper .comic-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0 100px;
}

@media screen and (max-width: 736px) {
  .comic-intro-wrapper .comic-intro {
    padding: 0;
  }
}

.comic-intro-wrapper .comic-intro .book-cover {
  width: 265px;
}

@media screen and (max-width: 736px) {
  .comic-intro-wrapper .comic-intro .book-cover {
    display: block;
    width: 133px;
    margin: 0 auto;
  }
}

.comic-intro-wrapper .comic-intro .book-summary {
  margin-left: 50px;
}

@media screen and (max-width: 736px) {
  .comic-intro-wrapper .comic-intro .book-summary {
    width: 100%;
    margin: 25px auto 0;
  }
}

.comic-intro-wrapper .comic-intro .book-summary .book-title {
  margin: 0;
  color: #b7ab00;
  font-family: HiraKakuPro-W6;
  font-size: 2.4rem;
  line-height: 1.08;
}

@media screen and (max-width: 736px) {
  .comic-intro-wrapper .comic-intro .book-summary .book-title {
    font-size: 1.7rem;
  }
}

.comic-intro-wrapper .comic-intro .book-summary .amount {
  margin-top: 37px;
  padding: 17px 0;
  border: 1px none;
  border-width: 1px 0;
  border-color: #000000;
  border-style: solid none;
}

@media screen and (max-width: 736px) {
  .comic-intro-wrapper .comic-intro .book-summary .amount {
    margin-top: 17.5px;
    padding: 10px 0;
  }
}

.comic-intro-wrapper .comic-intro .book-summary .amount > p {
  margin: 0;
  font-size: 2.0rem;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  .comic-intro-wrapper .comic-intro .book-summary .amount > p {
    font-size: 1.5rem;
  }
}

.teinengo-caption {
  margin-top: 19px;
}

.teinengo-caption--02, .teinengo-caption--03 {
  margin-top: 14px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .teinengo-caption--02, .teinengo-caption--03 {
    margin-top: 10px;
  }
}

.teinengo-caption--03 {
  display: block;
}

.more-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more-detail-wrapper--01 {
  margin-top: 67px;
}

@media screen and (max-width: 736px) {
  .more-detail-wrapper--01 {
    margin-top: 24px;
  }
}

.more-detail-wrapper--02 {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .more-detail-wrapper--02 {
    margin-top: 30px;
  }
}

.more-detail-wrapper .more-detail {
  display: inline-block;
  position: relative;
  width: 443px;
  padding: 22px 0;
  background-color: #ab0000;
  border-radius: 32px;
  font-size: 1.8rem;
  line-height: 1.22;
  text-align: center;
}

.more-detail-wrapper .more-detail:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  .more-detail-wrapper .more-detail {
    width: 100%;
    padding: 15px 0;
    font-size: 1.65rem;
  }
}

.more-detail-wrapper .more-detail > a {
  color: #ffffff;
}

.teinengo-comment {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.86;
}

@media screen and (max-width: 736px) {
  .teinengo-comment {
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

.teinengo-point {
  width: 100%;
  margin-top: 30px;
  padding: 40px;
  background-color: #f8f6e5;
  border-radius: 26px;
}

@media screen and (max-width: 736px) {
  .teinengo-point {
    padding: 20px;
    margin-top: 23px;
  }
}

.teinengo-point .point-midashi {
  margin: 0;
  color: #b7ab00;
  font-size: 1.8rem;
  line-height: 1.63;
}

@media screen and (max-width: 736px) {
  .teinengo-point .point-midashi {
    font-size: 1.5rem;
  }
}

.teinengo-point .text-right {
  display: block;
  text-align: right;
}

.teinengo-character {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  padding: 30px 0;
  border-width: 1px 0;
  border-color: #898989;
  border-style: dotted none;
}

@media screen and (max-width: 736px) {
  .teinengo-character {
    display: block;
    margin-top: 22px;
    padding: 0;
    border-bottom: none;
  }
}

.teinengo-character > div:first-of-type,
.teinengo-character > div:nth-of-type(3) {
  margin-right: 33px;
  border-left: none;
}

@media screen and (max-width: 736px) {
  .teinengo-character > div:first-of-type,
  .teinengo-character > div:nth-of-type(3) {
    margin-right: 0;
  }
}

.teinengo-character > div:first-of-type {
  margin-bottom: 33px;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .teinengo-character > div:first-of-type {
    margin-bottom: 0;
  }
}

.teinengo-character > div:nth-of-type(3) {
  padding-top: 30px;
  border-top: 1px dotted #898989;
}

@media screen and (max-width: 736px) {
  .teinengo-character > div:nth-of-type(3) {
    padding-top: 0;
  }
}

.teinengo-character > div:nth-of-type(2),
.teinengo-character > div:last-of-type {
  position: relative;
  margin-left: 30px;
}

@media screen and (min-width: 737px) {
  .teinengo-character > div:nth-of-type(2):after,
  .teinengo-character > div:last-of-type:after {
    content: "";
    position: absolute;
    border-left: 1px dotted #898989;
    top: 1px;
    bottom: 0;
    left: -30px;
    height: 100%;
  }
}

@media screen and (max-width: 736px) {
  .teinengo-character > div:nth-of-type(2),
  .teinengo-character > div:last-of-type {
    margin-left: 0;
  }
}

.teinengo-character > div:last-of-type {
  padding: 30px 0 0;
  border-top: 1px dotted #898989;
}

@media screen and (max-width: 736px) {
  .teinengo-character > div:last-of-type {
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner {
    padding-left: 0;
  }
}

.teinengo-character .teinengo-character-inner > div:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner > div:first-of-type {
    margin-top: 20px;
  }
}

.teinengo-character .teinengo-character-inner > div:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner > div:last-of-type {
    padding-bottom: 20px;
    border-bottom: 1px dotted #898989;
  }
}

.teinengo-character .teinengo-character-inner .character-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #898989;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.teinengo-character .teinengo-character-inner .character-intro .charater-face-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .charater-face-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .charater-face-wrapper .character-face {
    width: 110px;
  }
}

.teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper {
  position: relative;
  width: 188px;
  margin-left: 20px;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper {
    width: 100%;
    margin: 15px 0 0;
  }
}

.teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .sub-info {
  margin: 0;
  padding: 1px 0;
  background-color: #fff100;
  border-radius: 15px;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .sub-info {
    border-radius: 13px;
  }
}

.teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .sub-info > p {
  margin: 0;
  font-size: 1.8rem;
  color: #444444;
  font-family: HiraKakuPro-W6;
  line-height: 1.67;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .sub-info > p {
    font-size: 1.6rem;
    line-height: 1.51;
  }
}

.teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .character-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .character-info {
    position: relative;
    margin-top: 15px;
  }
}

.teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .character-info > p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .character-info > p {
    font-size: 1.3rem;
    line-height: 1.54;
  }
}

.teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .character-info > p .name {
  font-family: HiraKakuPro-W6;
  font-size: 1.8rem;
  line-height: 1.67;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .character-info > p .name {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .character-info > p .age {
  font-family: HiraKakuPro-W6;
  line-height: 2.14;
}

@media screen and (max-width: 736px) {
  .teinengo-character .teinengo-character-inner .character-intro .character-info-wrapper .character-info > p .age {
    line-height: 1.77;
  }
}

.teinengo-character > div:nth-of-type(2) .character-intro .charater-face-wrapper > div:first-of-type,
.teinengo-character > div:last-of-type .character-intro .charater-face-wrapper > div:first-of-type {
  padding-right: 5px;
}

@media screen and (max-width: 736px) {
  .teinengo-character > div:nth-of-type(2) .character-intro .charater-face-wrapper > div:first-of-type,
  .teinengo-character > div:last-of-type .character-intro .charater-face-wrapper > div:first-of-type {
    margin-right: 10px;
    padding-right: 0;
  }
}

.author-profile {
  margin-top: 49px;
  border: 2px solid #b7ab00;
}

@media screen and (max-width: 736px) {
  .author-profile {
    margin-top: 30px;
  }
}

.author-profile--title {
  margin: 0;
  color: #b7ab00;
  font-size: 2.0rem;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  .author-profile--title {
    font-size: 1.5rem;
  }
}

.author-profile--title--wrapper {
  padding: 20px 0 20px 42px;
  border-bottom: 2px solid #b7ab00;
}

@media screen and (max-width: 736px) {
  .author-profile--title--wrapper {
    padding: 13px 0 13px 16px;
  }
}

.author-profile--content {
  padding: 30px 55px 30px 42px;
}

@media screen and (max-width: 736px) {
  .author-profile--content {
    padding: 20px 23px 21px 15px;
  }
}

.author-profile--content > dl:first-of-type {
  margin-top: 0;
}

.author-profile--content > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .author-profile--content > dl {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 16px;
  }
}

.author-profile--content > dl > dt {
  min-width: 70px;
  padding: 5px 10px;
  background-color: #b7ab00;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.63;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .author-profile--content > dl > dt {
    min-width: 55px;
    padding: 4px 6px;
    font-size: 1.4rem;
  }
}

.author-profile--content > dl > dd {
  margin-left: 15px;
}

@media screen and (max-width: 736px) {
  .author-profile--content > dl > dd {
    margin-left: 9px;
    font-size: 1.4rem;
  }
}

.teinengo-fz-12 {
  font-size: 1.2rem;
}

.teinengo-text {
  margin: 17px 0 0;
  font-size: 1.6rem;
  line-height: 1.63;
}

@media screen and (max-width: 736px) {
  .teinengo-text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

.teinengo-link-text {
  border-bottom: 1px solid #444444;
}

.teinengo-link-text:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.slide-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 34px -16px 0;
}

@media screen and (max-width: 736px) {
  .slide-pages {
    margin: 24px 0;
    padding-bottom: 17px;
    overflow-x: scroll;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slide-pages::-webkit-scrollbar {
    height: 10px;
  }
  .slide-pages::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .slide-pages::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}

.slide-pages .main_visual {
  width: calc(100%/3);
  padding: 0 16px;
}

@media screen and (max-width: 736px) {
  .slide-pages .main_visual {
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0 0 0 16px;
    padding: 0;
  }
}

.modal_open {
  display: inline-block;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .modal_open {
    pointer-events: none;
    margin: 0;
  }
}

@media screen and (min-width: 737px) {
  .modal_open:after {
    content: url("../../comic/img/teinengo/comic_zoom.png");
    position: absolute;
    bottom: 12px;
    right: 14px;
  }
  .modal_open:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    cursor: pointer;
  }
}

.modal_box {
  display: none;
  position: fixed;
  z-index: 7777;
  text-align: center;
  margin: 0 120px;
}

@media screen and (max-width: 736px) {
  .modal_box {
    display: none !important;
  }
}

.modal_inner {
  position: relative;
}

.modal_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_image > img {
  max-height: calc(100vh - 140px);
}

.modal_link--prev,
.modal_link--next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto 0;
}

.modal_link--prev > a,
.modal_link--next > a {
  display: block;
  width: 100%;
  height: 100%;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
}

.modal_link--prev > a:hover,
.modal_link--next > a:hover {
  cursor: pointer;
}

.modal_link--prev {
  right: -80px;
}

.modal_link--prev a {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal_link--next {
  left: -80px;
}

.modal_link--next a {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.modal_close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
}

.modal_close:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  cursor: pointer;
}

.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.modal_close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 736px) {
  .modal_bg {
    display: none !important;
  }
}

.modal_switch {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.teinengo-title01 {
  padding-top: 45px !important;
}

.p-newyear__band {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  background: url(../../img/newyear-band.png) center center/cover no-repeat;
}

@media screen and (max-width: 736px) {
  .p-newyear__band {
    height: 25px;
    background-image: url(../../img/newyear-band_sp.png);
  }
}

.p-newyear__band > p {
  margin: 0;
  color: #fff;
  font-family: "??????", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", "?l?r ????", serif;
  font-size: 2.4rem;
  letter-spacing: 4.8px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .p-newyear__band > p {
    font-size: 1.3rem;
    letter-spacing: 1.3px;
  }
}

.p-newyear__message {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 60px 0 0 60px;
}

@media screen and (max-width: 736px) {
  .p-newyear__message {
    margin: 35px 0 0 20px;
  }
}

@media screen and (max-width: 736px) {
  .p-newyear__message > img {
    width: 270px;
  }
}

/* column sound-only area */
.media-section {
  background: #f6f6f6;
  margin-top: 30px;
  border-radius: 42px;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .media-section {
    margin-top: 15px;
    border-radius: 20px;
    padding: 15px;
  }
}

.media-section-title {
  margin: 0;
  color: #ab0000;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .media-section-title {
    font-size: 1.6rem;
  }
}

.media-section-title i {
  font-size: 0;
}

.media-section-title img {
  margin: 0 5px;
  width: 32px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 736px) {
  .media-section-title img {
    width: 20px;
  }
}

.media-section-body {
  margin: 30px auto 0;
  width: 361px;
}

@media screen and (max-width: 736px) {
  .media-section-body {
    margin-top: 15px;
    max-width: 260px;
  }
}

.media-section-body .jstream-eqPlayer {
  width: 361px !important;
  height: 204px !important;
}

@media screen and (max-width: 736px) {
  .media-section-body .jstream-eqPlayer {
    width: 260px !important;
    height: 146px !important;
  }
}

/**
 * Button Style
 */
.contents-foot {
  margin-top: 60px;
}

.button {
  display: inline-block;
  position: relative;
  padding: 8px 15px;
  border-radius: 20px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.375;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .button {
    padding: 13px 10px 12px;
    border-radius: 22px;
  }
}

@media screen and (min-width: 737px) {
  .button:hover {
    color: #ab0000;
  }
}

.button-container {
  margin: 0 auto;
  width: 100%;
}

.button-container--ideco {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 350px;
}

@media screen and (max-width: 736px) {
  .button-container--ideco {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.button-back {
  text-align: center;
}

.button-back > a {
  position: relative;
  display: inline-block;
  border: 1px solid #ab0000;
  padding: 14px 32px;
  line-height: 1.375;
  text-decoration: none;
  vertical-align: middle;
}

@media screen and (min-width: 737px) {
  .button-back > a:hover {
    color: #ab0000;
  }
}

.button-back > a:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 1px;
  background-image: url(../img/sprite.png);
  background-position: -13px -72.5px;
  width: 11px;
  height: 11.5px;
  background-size: 115px 99px;
}

@media screen and (max-width: 736px) {
  .button-back > a {
    display: block;
  }
}

.button-more {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .button-more {
    margin-top: 25px;
  }
}

.button-more > a {
  position: relative;
  display: inline-block;
  padding: 9px 32px;
  border-radius: 20px;
  background-color: #ab0000;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.375;
  text-decoration: none;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .button-more > a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 737px) {
  .button-more > a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.button-more > a:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url(../img/sprite.png);
  background-position: -11.5px -87.5px;
  width: 9px;
  height: 11px;
  background-size: 115px 99px;
}

@media screen and (min-width: 737px) {
  .button-more > a:after {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@media screen and (max-width: 736px) {
  .button-more > a {
    display: block;
  }
}

.button-more > a.is-hidden {
  display: none;
}

.button-more--latest > a {
  margin-bottom: 15px;
}

.button-more--search {
  margin-top: 30px;
}

.button-more--search > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 23px;
}

.button-more--search > a:after {
  background-image: url(../img/sprite.png);
  background-position: -96px -81px;
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 737px) {
  .button-more--search > a:after {
    margin-left: 4px;
    -webkit-transform: scale(0.67857);
        -ms-transform: scale(0.67857);
            transform: scale(0.67857);
    background-size: auto;
  }
}

@media screen and (max-width: 736px) {
  .button-more--search > a:after {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 20.5px;
    height: 20.5px;
    background-size: 115px 99px;
  }
}

.page-top {
  display: block;
  position: relative;
  width: 78px;
  height: 79px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.page-top:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media screen and (max-width: 736px) {
  .page-top {
    width: 60.5px;
    height: 62px;
  }
}

/**
 * Icon Style
 */
.icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.icon-inline:before {
  content: "";
  display: inline-block;
}

.icon-blank {
  padding-left: 1.5em;
}

.icon-blank:before {
  background-image: url(../img/sprite.png);
  background-position: -81px 0px;
  width: 14px;
  height: 12px;
  background-size: 115px 99px;
}

.icon-inline-blank {
  padding: 0 .25em;
}

.icon-inline-blank:before {
  background-image: url(../img/sprite.png);
  background-position: -81px 0px;
  width: 14px;
  height: 12px;
  background-size: 115px 99px;
  vertical-align: baseline;
}

.icon-inline-blank-s {
  padding: 0 .25em;
}

.icon-inline-blank-s:before {
  background-image: url(../img/sprite.png);
  background-position: -22.5px -87.5px;
  width: 10.5px;
  height: 9px;
  background-size: 115px 99px;
}

.icon-inline-pdf {
  padding: 0 .25em;
}

.icon-inline-pdf:before {
  background-image: url(../img/sprite.png);
  background-position: -39px -72.5px;
  width: 11px;
  height: 11px;
  background-size: 115px 99px;
}

.icon-arrow {
  padding-left: 1em;
}

.icon-arrow:before {
  background-image: url(../img/sprite.png);
  background-position: -107px -14px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.icon-arrow-down {
  padding-left: .5em;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}

.icon-arrow-down:before {
  background-image: url(../img/sprite.png);
  background-position: -11.5px -87.5px;
  width: 9px;
  height: 11px;
  background-size: 115px 99px;
}

.icon-check {
  padding-left: 1.5em;
}

.icon-check:before {
  background-image: url(../img/sprite.png);
  background-position: -45px 0px;
  width: 18px;
  height: 18px;
  background-size: 115px 99px;
  left: 10px;
}

.icon-keyword-search {
  line-height: 0;
}

.icon-keyword-search:before {
  content: "";
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -96px -81px;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 736px) {
  .icon-keyword-search:before {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 20.5px;
    height: 20.5px;
    background-size: 115px 99px;
  }
}

.icon-keyword-search2:before {
  content: "";
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .icon-keyword-search2:before {
    background-image: url(../img/sprite.png);
    background-position: -52px -72.5px;
    width: 11px;
    height: 10.5px;
    background-size: 115px 99px;
  }
}

/**
 * Title Style
 */
.jumbotron {
  height: 260px;
  background-size: cover;
  background-position: center center;
  border-top: solid 1px #e3e3ea;
}

.jumbotron--dummy {
  background-image: url(../img/img_jumbotron_dummy.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--dummy {
    background-image: url(../img/img_jumbotron_dummy_sp.jpg);
  }
}

.jumbotron--top {
  padding-top: 72px;
  height: 430px;
  background-image: url(../../img/img_jumbotron.jpg);
  background-position: center bottom;
}

@media screen and (max-width: 736px) {
  .jumbotron--top {
    position: relative;
    padding: 20px 10px;
    height: auto;
    background-image: url(../../img/img_jumbotron_sp.jpg);
  }
  .jumbotron--top:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 20%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 20%);
  }
}

.jumbotron--top--newyear {
  position: relative;
  height: 390px;
  padding-top: 40px;
}

@media screen and (min-width: 737px) {
  .jumbotron--top--newyear {
    background: url(../../img/newyear-img_jumbotron.jpg) center bottom no-repeat;
    background-color: #f9eeee;
  }
}

@media screen and (max-width: 736px) {
  .jumbotron--top--newyear {
    height: 250px !important;
    background-image: url(../../img/newyear-img_jumbotron_sp.jpg);
  }
}

.jumbotron--lifeplan {
  background-image: url(../../lifeplan/img/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--lifeplan {
    background-image: url(../../lifeplan/img/img_jumbotron_sp.jpg);
  }
}

.jumbotron--kekkon {
  background-image: url(../../method/img/kekkon/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--kekkon {
    background-image: url(../../method/img/kekkon/img_jumbotron_sp.jpg);
  }
}

.jumbotron--kyouiku {
  background-image: url(../../method/img/kyouiku/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--kyouiku {
    background-image: url(../../method/img/kyouiku/img_jumbotron_sp.jpg);
  }
}

.jumbotron--jyutaku {
  background-image: url(../../method/img/jyutaku/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--jyutaku {
    background-image: url(../../method/img/jyutaku/img_jumbotron_sp.jpg);
  }
}

.jumbotron--loan {
  background-image: url(../../method/img/loan/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--loan {
    background-image: url(../../method/img/loan/img_jumbotron_sp.jpg);
  }
}

.jumbotron--rougo {
  background-image: url(../../method/img/rougo/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--rougo {
    background-image: url(../../method/img/rougo/img_jumbotron_sp.jpg);
  }
}

.jumbotron--syusyoku {
  background-image: url(../../method/img/syusyoku/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--syusyoku {
    background-image: url(../../method/img/syusyoku/img_jumbotron_sp.jpg);
  }
}

.jumbotron--task {
  background-image: url(../../method/img/task/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--task {
    background-image: url(../../method/img/task/img_jumbotron_sp.jpg);
  }
}

.jumbotron--risk {
  background-image: url(../../method/img/risk/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--risk {
    background-image: url(../../method/img/risk/img_jumbotron_sp.jpg);
  }
}

.jumbotron--kaigo {
  background-image: url(../../method/img/kaigo/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--kaigo {
    background-image: url(../../method/img/kaigo/img_jumbotron_sp.jpg);
  }
}

.jumbotron--hoken {
  background-image: url(../../method/img/hoken/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--hoken {
    background-image: url(../../method/img/hoken/img_jumbotron_sp.jpg);
  }
}

.jumbotron--knowledge {
  background-image: url(../../knowledge/img/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--knowledge {
    background-image: url(../../knowledge/img/img_jumbotron_sp.jpg);
  }
}

.jumbotron--increase {
  background-image: url(../../method/img/increase/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--increase {
    background-image: url(../../method/img/increase/img_jumbotron_sp.jpg);
  }
}

.jumbotron--accumulate {
  background-image: url(../../method/img/accumulate/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--accumulate {
    background-image: url(../../method/img/accumulate/img_jumbotron_sp.jpg);
  }
}

.jumbotron--risk01 {
  background-image: url(../../method/img/risk01/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--risk01 {
    background-image: url(../../method/img/risk01/img_jumbotron_sp.jpg);
  }
}

.jumbotron--risk02 {
  background-image: url(../../method/img/risk02/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--risk02 {
    background-image: url(../../method/img/risk02/img_jumbotron_sp.jpg);
  }
}

.jumbotron--investment {
  background-image: url(../../method/img/investment/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--investment {
    background-image: url(../../method/img/investment/img_jumbotron_sp.jpg);
  }
}

.jumbotron--bank {
  background-image: url(../../method/img/bank/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--bank {
    background-image: url(../../method/img/bank/img_jumbotron_sp.jpg);
  }
}

.jumbotron--method {
  background-image: url(../../method/img/index/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--method {
    background-image: url(../../method/img/index/img_jumbotron_sp.jpg);
  }
}

.jumbotron--tsumitate {
  background-color: #fff;
  background-repeat: no-repeat;
}

@media screen and (min-width: 737px) {
  .jumbotron--tsumitate {
    background-size: auto;
  }
}

.jumbotron--tsumitate {
  background-image: url(../../method/img/tsumitate/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--tsumitate {
    background-image: url(../../method/img/tsumitate/img_jumbotron_sp.jpg);
  }
}

.jumbotron--dc {
  background-image: url(../../method/img/dc/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--dc {
    background-image: url(../../method/img/dc/img_jumbotron_sp.jpg);
  }
}

.jumbotron--ideco {
  background-image: url(../../method/img/ideco/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--ideco {
    background-image: url(../../method/img/ideco/img_jumbotron_sp.jpg);
  }
}

.jumbotron--nisa {
  background-image: url(../../method/img/nisa/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--nisa {
    background-image: url(../../method/img/nisa/img_jumbotron_sp.jpg);
  }
}

.jumbotron--zaikei {
  background-image: url(../../method/img/zaikei/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--zaikei {
    background-image: url(../../method/img/zaikei/img_jumbotron_sp.jpg);
  }
}

.jumbotron--wrap {
  background-image: url(../../method/img/wrap/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--wrap {
    background-image: url(../../method/img/wrap/img_jumbotron_sp.jpg);
  }
}

.jumbotron--column {
  background-image: url(../../column/img/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--column {
    background-image: url(../../column/img/img_jumbotron_sp.jpg);
  }
}

.jumbotron--column-watashi {
  background-image: url(../../column/img/watashi/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--column-watashi {
    background-image: url(../../column/img/watashi/img_jumbotron_sp.jpg);
  }
}

.jumbotron--column-watashi2 {
  background-image: url(../../column/img/watashi2/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--column-watashi2 {
    background-image: url(../../column/img/watashi2/img_jumbotron_sp.jpg);
  }
}

.jumbotron--column-asakatsu {
  background-image: url(../../column/img/asakatsu/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--column-asakatsu {
    background-image: url(../../column/img/asakatsu/img_jumbotron_sp.jpg);
  }
}

.jumbotron--column-tanoshimi {
  background-image: url(../../column/img/tanoshimi/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--column-tanoshimi {
    background-image: url(../../column/img/tanoshimi/img_jumbotron_sp.jpg);
  }
}

.jumbotron--iroha {
  background-color: #edece8;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../../iroha/img/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--iroha {
    background-size: cover;
    background-image: url(../../iroha/img/img_jumbotron_sp.jpg);
  }
}

.jumbotron--iroha-karuta {
  background-color: #edece8;
  height: 140px;
}

.jumbotron--movie {
  background-image: url(../../movie/img/img_jumbotron.jpg);
}

@media screen and (min-width: 737px) {
  .jumbotron--movie {
    position: relative;
  }
  .jumbotron--movie:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 279px;
    height: 260px;
    background-image: url(../../movie/img/img_card.png);
  }
}

@media screen and (max-width: 736px) {
  .jumbotron--movie {
    background-image: url(../../movie/img/img_jumbotron_sp.jpg);
  }
}

.jumbotron--comic {
  background-color: #ffffff;
  background-image: url(../../comic/img/img_jumbotron.jpg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 736px) {
  .jumbotron--comic {
    background-image: url(../../comic/img/img_jumbotron_sp.jpg);
    background-size: cover;
  }
}

.jumbotron--comic1 {
  background-color: #f8f7e5;
}

.jumbotron--comic-ideco2 {
  background-color: #ffffff;
  background-image: url(../../comic/img/ideco2/img_jumbotron.png);
}

@media screen and (max-width: 736px) {
  .jumbotron--comic-ideco2 {
    background-image: url(../../comic/img/ideco2/img_jumbotron_sp.png);
  }
}

.jumbotron--comic-maneten {
  background-color: #ffffff;
  background-image: url(../../comic/img/maneten/img_jumbotron.png);
}

@media screen and (max-width: 736px) {
  .jumbotron--comic-maneten {
    background-image: url(../../comic/img/maneten/img_jumbotron_sp.png);
  }
}

.jumbotron--comic-teinengo {
  background-color: #ffffff;
  background-image: url(../../comic/img/teinengo/img_jumbotron.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--comic-teinengo {
    background-image: url(../../comic/img/teinengo/img_jumbotron_sp.jpg);
  }
}

.jumbotron--comic-yorosiku {
  background-color: #fefffb;
  text-align: right;
}

.jumbotron--comic-dc {
  height: 260px;
  background-image: url(../../comic/img/dc/img_jumbotron.jpg);
}
.jumbotron--comic-dc.lower {
  height: 160px;
  background-image: url(../../comic/img/dc/img_jumbotron02.jpg);
}

@media screen and (max-width: 736px) {
  .jumbotron--comic-dc {
    height: auto;
  }
  .jumbotron--comic-dc.lower {
    height: auto;
  }
}

@media screen and (max-width: 736px) {
  .jumbotron {
    width: 100%;
    height: auto;
  }
}

.jumbotron-copy {
  position: relative;
}

.jumbotron-copy .l-sns-button {
  position: absolute;
  top: 0;
  right: 0;
}

.jumbotron-copy-text {
  margin: 0;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.33333;
  font-family: "??????", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", "?l?r ????", serif;
}

@media screen and (max-width: 736px) {
  .jumbotron-copy-text {
    font-size: 1.2rem;
  }
}

.jumbotron-menu {
  margin-top: 10px;
}

.jumbotron-menu-list {
  list-style: none;
  margin: -5px;
  padding-left: 0;
}

.jumbotron-menu-list:after {
  content: "";
  display: table;
  clear: both;
}

.jumbotron-menu-list > li {
  float: left;
  padding: 5px;
  width: 50%;
}

.jumbotron-menu-list > li:nth-child(5) {
  width: 100%;
}

.jumbotron-menu-link {
  display: table;
  position: relative;
  padding: 10px;
  width: 100%;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-image: url(../img/bg_gnav.png);
  background-size: 35px;
  text-align: center;
  line-height: 1.5;
}

.jumbotron-menu-link .jumbotron-menu-id {
  position: absolute;
  display: block;
  top: .5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1rem;
}

.jumbotron-menu-link .jumbotron-menu-id:before, .jumbotron-menu-link .jumbotron-menu-id:after {
  content: "";
  display: inline-block;
  margin: 0 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  vertical-align: middle;
}

.jumbotron-menu-link .jumbotron-menu-id--column {
  color: #67ab50;
}

.jumbotron-menu-link .jumbotron-menu-id--column:before, .jumbotron-menu-link .jumbotron-menu-id--column:after {
  background-color: #67ab50;
}

.jumbotron-menu-link .jumbotron-menu-id--iroha {
  color: #de6641;
}

.jumbotron-menu-link .jumbotron-menu-id--iroha:before, .jumbotron-menu-link .jumbotron-menu-id--iroha:after {
  background-color: #de6641;
}

.jumbotron-menu-link .jumbotron-menu-id--comic {
  color: #b7ab00;
}

.jumbotron-menu-link .jumbotron-menu-id--comic:before, .jumbotron-menu-link .jumbotron-menu-id--comic:after {
  background-color: #b7ab00;
}

.jumbotron-menu-link .jumbotron-menu-id--method {
  color: #ab0000;
}

.jumbotron-menu-link .jumbotron-menu-id--method:before, .jumbotron-menu-link .jumbotron-menu-id--method:after {
  background-color: #ab0000;
}

.jumbotron-menu-link .jumbotron-menu-id--movie {
  color: #537bb1;
}

.jumbotron-menu-link .jumbotron-menu-id--movie:before, .jumbotron-menu-link .jumbotron-menu-id--movie:after {
  background-color: #537bb1;
}

.jumbotron-menu-link .jumbotron-menu-id--magazine {
  color: #0061ab;
}

.jumbotron-menu-link .jumbotron-menu-id--magazine:before, .jumbotron-menu-link .jumbotron-menu-id--magazine:after {
  background-color: #0061ab;
}

.jumbotron-menu-link .jumbotron-menu-label {
  display: table-cell;
  padding-top: 1em;
  color: #444444;
  vertical-align: middle;
}

.jumbotron-menu-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #ffffff;
  width: 100%;
  height: 100%;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.jumbotron-menu-link:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link:after {
    border-width: 4px;
  }
}

.jumbotron-menu-link--column:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #67ab50;
  border-bottom: 5px solid #67ab50;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link--column:after {
    border-width: 4px;
  }
}

.jumbotron-menu-link--iroha:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #de6641;
  border-bottom: 5px solid #de6641;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link--iroha:after {
    border-width: 4px;
  }
}

.jumbotron-menu-link--comic:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #b7ab00;
  border-bottom: 5px solid #b7ab00;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link--comic:after {
    border-width: 4px;
  }
}

.jumbotron-menu-link--method:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link--method:after {
    border-width: 4px;
  }
}

.jumbotron-menu-link--movie:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #537bb1;
  border-bottom: 5px solid #537bb1;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link--movie:after {
    border-width: 4px;
  }
}

.jumbotron-menu-link--magazine:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #0061ab;
  border-bottom: 5px solid #0061ab;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link--magazine:after {
    border-width: 4px;
  }
}

.jumbotron-menu-link--2019:after {
  right: 1px;
  bottom: 1px;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link--2019 {
    background-color: #f4f4f4;
    background-image: none;
  }
}

.jumbotron-menu-link--2019 .jumbotron-menu-id {
  font-size: 1.2rem;
}

.jumbotron-menu-link--2019 .jumbotron-menu-label {
  line-height: 1.2;
}

.page-header {
  position: relative;
  height: 260px;
}

@media screen and (max-width: 736px) {
  .page-header {
    height: auto;
  }
}

.page-header--step {
  padding: 80px 0 0 112px;
}

@media screen and (max-width: 736px) {
  .page-header--step {
    padding: 9.375% 20px 15px 20px;
  }
}

.page-header--column {
  padding: 49px 0 0 139px;
}

@media screen and (max-width: 736px) {
  .page-header--column {
    padding: 34.0625% 0 0 0;
  }
}

.page-header--column-watashi {
  padding: 30px 0 0 182px;
}

@media screen and (max-width: 736px) {
  .page-header--column-watashi {
    padding: calc(100/640 * 100%) 0 0 0;
  }
}

.page-header--column-watashi2 {
  padding: 30px 0 0 168px;
}

@media screen and (max-width: 736px) {
  .page-header--column-watashi2 {
    padding: calc(100/640 * 100%) 0 0 0;
  }
}

.page-header--column-asakatsu {
  padding: 30px 0 0 128px;
}

@media screen and (max-width: 736px) {
  .page-header--column-asakatsu {
    padding: calc(116/640 * 100%) 0 0 0;
  }
}

.page-header--column-tanoshimi {
  padding: 0 0 0 171px;
}

@media screen and (max-width: 736px) {
  .page-header--column-tanoshimi {
    padding: 0;
  }
}

.page-header--iroha {
  padding: 37px 0 0 0;
}

@media screen and (max-width: 736px) {
  .page-header--iroha {
    padding: 1.5625% 52px 34.53125% 15px;
  }
}

.page-header--iroha-karuta {
  padding: 34px 0 0 0;
  height: 140px;
}

@media screen and (max-width: 736px) {
  .page-header--iroha-karuta {
    height: auto;
    padding: 4.6875%;
  }
}

.page-header--comic {
  padding: 70px 0 70px 0;
}

@media screen and (max-width: 736px) {
  .page-header--comic {
    padding: 30.15625% 0 0 0;
  }
}

.page-header--comic1 {
  padding: 34px 0 0 0;
}

@media screen and (max-width: 736px) {
  .page-header--comic1 {
    padding: 11.25% 0;
  }
}

.page-header--comic-ideco1 {
  padding: 2px 0 2px 0;
}

@media screen and (max-width: 736px) {
  .page-header--comic-ideco1 {
    padding: 0;
  }
}

.page-header--comic-ideco2 {
  padding: 70px 0 60px 120px;
}

@media screen and (max-width: 736px) {
  .page-header--comic-ideco2 {
    padding: 0;
  }
}

.page-header--comic-maneten {
  padding: 10px 0 10px 120px;
}

@media screen and (max-width: 736px) {
  .page-header--comic-maneten {
    padding: 0;
  }
}

.page-header--comic-teinengo {
  padding: 33px 0 30px 120px;
}

@media screen and (max-width: 736px) {
  .page-header--comic-teinengo {
    padding: 4.6875% 5.3125% 33.59375% 24.53125%;
  }
}

.page-header--comic-dc{
  height: 260px;
}
.jumbotron--comic-dc.lower .page-header--comic-dc {
  height: 160px;
}

@media screen and (max-width: 736px) {
  .page-header--comic-dc{
    height: auto;
  }
  .jumbotron--comic-dc.lower .page-header--comic-dc {
    height: auto;
  }
}

.page-header--movie {
  padding: 48px 0 0 0;
}

@media screen and (max-width: 736px) {
  .page-header--movie {
    margin-bottom: 3.125%;
    padding: 30.9375% 0 0 0;
  }
}

.page-header--method {
  padding: 88px 0 54px 0;
}

@media screen and (max-width: 736px) {
  .page-header--method {
    padding: 15.3125% 52.5% 15.3125% 5.625%;
  }
}

.page-header--increase {
  padding: 50px 0;
}

@media screen and (max-width: 736px) {
  .page-header--increase {
    padding: 13.75% 0 0 0;
  }
}

.page-header--accumulate {
  padding: 50px 0;
}

@media screen and (max-width: 736px) {
  .page-header--accumulate {
    padding: 13.75% 0 0 0;
  }
}

.page-header--risk01 {
  padding: 39px 0;
}

@media screen and (max-width: 736px) {
  .page-header--risk01 {
    padding: 13.75% 0 0 0;
  }
}

.page-header--risk02 {
  padding: 50px 0;
}

@media screen and (max-width: 736px) {
  .page-header--risk02 {
    padding: 19.6875% 0 0 0;
  }
}

.page-header--investment {
  padding: 69px 0;
}

@media screen and (max-width: 736px) {
  .page-header--investment {
    padding: 11.25% 0 0 0;
  }
}

.page-header--bank {
  padding: 69px 0;
}

@media screen and (max-width: 736px) {
  .page-header--bank {
    padding: 23.125% 0 0 0;
  }
}

.page-header--kekkon {
  padding: 80px 0;
}

@media screen and (max-width: 736px) {
  .page-header--kekkon {
    padding: 23.125% 0 0 0;
  }
}

.page-header--kyouiku, .page-header--rougo, .page-header--kaigo {
  padding: 100px 0;
}

@media screen and (max-width: 736px) {
  .page-header--kyouiku, .page-header--rougo, .page-header--kaigo {
    padding: 37.5% 0 0 0;
  }
}

.page-header--jyutaku {
  padding: 50px 0;
}

@media screen and (max-width: 736px) {
  .page-header--jyutaku {
    padding: 13.75% 0 0 0;
  }
}

.page-header--loan {
  padding: 80px 0;
}

@media screen and (max-width: 736px) {
  .page-header--loan {
    padding: 23.125% 0 0 0;
  }
}

.page-header--syusyoku {
  padding: 50px 0;
}

@media screen and (max-width: 736px) {
  .page-header--syusyoku {
    padding: 19.6875% 0 0 0;
  }
}

.page-header--task {
  padding: 50px 0;
}

@media screen and (max-width: 736px) {
  .page-header--task {
    padding: 19.6875% 0 0 0;
  }
}

.page-header--risk {
  padding: 80px 0;
}

@media screen and (max-width: 736px) {
  .page-header--risk {
    padding: 29.0625% 0 0 0;
  }
}

.page-header--hoken {
  padding: 60px 0 80px;
}

@media screen and (max-width: 736px) {
  .page-header--hoken {
    padding: 29.375% 0 0 0;
  }
}

.page-header--tsumitate {
  padding: 70px 0;
}

@media screen and (max-width: 736px) {
  .page-header--tsumitate {
    padding: 28.125% 0 0 0;
  }
}

.page-header--zaikei {
  padding: 100px 0;
}

@media screen and (max-width: 736px) {
  .page-header--zaikei {
    padding: 37.5% 0 0 0;
  }
}

.page-header--dc {
  padding: 80px 0 60px;
}

@media screen and (max-width: 736px) {
  .page-header--dc {
    padding: 28.125% 0 0 0;
  }
}

.page-header--ideco {
  padding: 70px 0;
}

@media screen and (max-width: 736px) {
  .page-header--ideco {
    padding: 28.125% 0 0 0;
  }
}

.page-header--nisa {
  padding: 75px 0 0 50px;
}

@media screen and (max-width: 736px) {
  .page-header--nisa {
    padding: 17.96875% 62.5% 17.96875% 6.875%;
  }
}

.page-header--wrap {
  padding: 54px 0 0 50px;
}

@media screen and (max-width: 736px) {
  .page-header--wrap {
    padding: 14.84375% 62.5% 14.84375% 9.0625%;
  }
}

.page-header--task .page-header-inner {
  width: 580px;
  margin-left: auto;
}

@media screen and (max-width: 736px) {
  .page-header--task .page-header-inner {
    width: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 736px) {
  .page-header-inner {
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .page-header--column .page-header-inner {
    position: relative;
    padding: 4.0625% 10px 3.125% 10px;
  }
  .page-header--column-watashi .page-header-inner {
    position: relative;
    background: none;
  }
  .page-header--column-watashi .page-header-inner .page-title {
    width: calc(226/620 * 100%);
    margin-left: calc(40/620 * 100%);
  }
  .page-header--column-watashi2 .page-header-inner {
    position: relative;
    background: none;
    padding-bottom: 29px;
  }
  .page-header--column-watashi2 .page-header-inner .page-title {
    width: calc(244/620 * 100%);
    margin-left: calc(40/620 * 100%);
  }
  .page-header--column-asakatsu .page-header-inner {
    position: relative;
    background: none;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .page-header--column-asakatsu .page-header-inner .page-title {
    width: calc(381/580 * 100%);
    margin-left: calc(2/580 * 100%);
  }
  .page-header--column-tanoshimi .page-header-inner {
    position: relative;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header--column-tanoshimi .page-header-inner .page-title {
    width: calc(580/580 * 100%);
    margin-left: 6px;
  }
  .page-header--movie .page-header-inner {
    position: relative;
    padding: 4.6875% 20px 4.6875% 20px;
  }
  .page-header--iroha .page-header-inner,
  .page-header--iroha-karuta .page-header-inner {
    padding: 0;
    background-color: transparent;
  }
  .page-header--nisa .page-header-inner,
  .page-header--wrap .page-header-inner {
    padding: 0;
    background-color: transparent;
  }
  .page-header--comic .page-header-inner {
    position: relative;
    padding: 2.1875% 10px 2.03125% 10px;
  }
  .page-header--comic1 .page-header-inner,
  .page-header--comic-ideco1 .page-header-inner,
  .page-header--comic-ideco2 .page-header-inner,
  .page-header--comic-maneten .page-header-inner,
  .page-header--comic-yorosiku .page-header-inner,
  .page-header--comic-dc .page-header-inner {
    padding: 0;
    background-color: transparent;
  }
}

.page-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 104px;
}

@media screen and (max-width: 736px) {
  .page-icon {
    height: auto;
  }
}

@media screen and (max-width: 736px) {
  .page-icon--step {
    position: static;
    padding-bottom: 3.92857%;
    width: 15.35714%;
  }
}

.page-icon--column {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--column {
    top: -70%;
    left: 18px;
    width: 14.21875%;
    margin-left: 0;
  }
}

.page-icon--column-watashi {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--column-watashi {
    top: calc(-1 * (240/620 * 100%));
    left: 18px;
    bottom: inherit;
    width: 14.21875%;
    margin-left: 0;
  }
}

.page-icon--column-asakatsu {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--column-asakatsu {
    top: calc(-1 * (246/580 * 100%));
    left: 18px;
    bottom: inherit;
    width: 14.21875%;
    margin-left: 0;
  }
}

.page-icon--column-tanoshimi {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--column-tanoshimi {
    top: 8px;
    left: 18px;
    bottom: inherit;
    width: 14.21875%;
    margin-left: 0;
  }
}

.page-icon--movie {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--movie {
    top: -60%;
    left: 18px;
    width: 14.21875%;
    margin-left: 0;
  }
}

.page-icon--comic {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--comic {
    top: 11.5646259%;
    left: 15px;
    width: 13.4375%;
    margin-left: 0;
  }
}

.page-icon--comic1 {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--comic1 {
    top: 2px;
    left: 20px;
    width: 13.4375%;
    margin-left: 0;
  }
}

.page-icon--comic-ideco1, .page-icon--comic-ideco2, .page-icon--comic-maneten {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--comic-ideco1, .page-icon--comic-ideco2, .page-icon--comic-maneten {
    top: 4px;
    left: 5px;
    width: 13.4375%;
    margin-left: 0;
  }
}

.page-icon--comic-teinengo {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--comic-teinengo {
    top: 8px;
    left: 20.5px;
    width: 13.4375%;
    margin-left: 0;
  }
}

.page-icon--comic-yorosiku {
  margin-left: 8px;
}

@media screen and (max-width: 736px) {
  .page-icon--comic-yorosiku {
    top: 4px;
    left: 18px;
    width: 13.4375%;
    margin-left: 0;
  }
}

@media screen and (max-width: 736px) {
  .page-icon--comic-dc {
    top: 4px;
    left: 6px;
    width: 13.4375%;
    margin-left: 0;
  }
}

.page-title {
  margin: 0;
  font-size: 0;
}

.page-title > img {
  vertical-align: top;
}

.page-title--comic1 {
  text-align: center;
}

.page-title--comic-ideco1 {
  text-align: right;
}

.page-title--comic-dc {
  position: relative;
  left: -90px;
  width: 1150px;
}

@media screen and (max-width: 736px) {
  .page-title--comic-ideco1 {
    text-align: center;
  }
  .page-title--comic-dc {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .page-title--comic-ideco2 {
    text-align: center;
  }
}

.page-subtitle {
  margin: 18px 0 0 0;
  line-height: 1.375;
}

.page-subtitle--top, .page-subtitle--step {
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .page-subtitle {
    margin-top: 8px;
  }
}

.primary-section {
  margin-top: 60px;
}
.primary-section--start {
  margin-top: 2em;
}

@media screen and (max-width: 736px) {
  .primary-section {
    margin-top: 60px;
  }
  .primary-section--start {
    margin-top: 1em;
  }
}

.primary-section:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .relational-banner + .primary-section {
    margin-top: 30px;
  }
}

.primary-section.primary-section--other-recommend {
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .primary-section.primary-section--other-recommend {
    margin-top: 60px;
  }
}

.primary-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  border-color: #ab0000;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .primary-title {
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 5px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 736px) {
  .primary-title {
    font-size: 2rem;
  }
}

.primary-title--column {
  border-color: #67ab50;
}

.primary-title--iroha {
  border-color: #de6641;
}

.primary-title--column-archive {
  border-color: #67ab50;
  color: #cccccc;
}

.primary-title--movie {
  border-color: #537bb1;
}

.contents-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 736px) {
  .contents-title {
    padding-bottom: 5px;
  }
}

.contents-title--column {
  border-color: #67ab50;
}

.contents-title--column-tanoshimi {
  border-color: #e3545e;
}

.contents-title--comic {
  border-color: #b7ab00;
}

.contents-title--keyword {
  border-color: #ab0000;
}

.contents-number {
  display: inline-block;
  padding: 0 4px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.375;
}

@media screen and (max-width: 736px) {
  .contents-number {
    font-size: 1rem;
    line-height: 2;
  }
}

.contents-number--column {
  background-color: #67ab50;
}

.contents-number--column-tanoshimi {
  background-color: #e3545e;
}

.contents-number--comic {
  background-color: #b7ab00;
}

.contents-number--teinengo {
  padding: 10px;
  font-size: 2.4rem;
  line-height: 1.08;
}

@media screen and (max-width: 736px) {
  .contents-number--teinengo {
    padding: 5px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.contents-soundlabel {
  display: block;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #ab0000;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .contents-soundlabel {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}

.contents-soundlabel i {
  font-size: 0;
}

.contents-soundlabel img {
  margin: 0 5px;
  width: 32px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 736px) {
  .contents-soundlabel img {
    width: 20px;
  }
}

.contents-soundlabel--thumb {
  margin-bottom: 2px;
  font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
  .contents-soundlabel--thumb {
    margin-top: 0;
  }
}

.contents-soundlabel--thumb img {
  margin: 0 5px;
  width: 17px;
}

.contents-title--column .contents-sublabel {
  display: block;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 736px) {
  .contents-title--column .contents-sublabel {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.contents-label {
  display: block;
  font-size: 3rem;
  line-height: 1.4;
}

.contents-label--column, .contents-label--comic, .contents-label--keyword {
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .contents-label {
    margin-top: 5px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.contents-label--teinengo {
  margin-top: 20px;
  font-family: HiraKakuPro-W6;
  font-size: 3.0rem;
}

@media screen and (max-width: 736px) {
  .contents-label--teinengo {
    margin-top: 12px;
    font-size: 1.7rem;
    line-height: 1.47;
  }
}

.contents-date {
  font-size: 1.6rem;
  display: block;
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 736px) {
  .contents-date {
    font-size: 1.4rem;
  }
}

.secondary-section {
  margin-top: 40px;
}

.secondary-title {
  position: relative;
  margin: 0;
  padding-left: 3.1rem;
  text-indent: -3.1rem;
  font-size: 2.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 736px) {
  .secondary-title {
    margin-top: -70px;
    padding-top: 70px;
    font-size: 1.6rem;
    line-height: 1.125;
  }
}

.secondary-title:before {
  content: "";
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 2px;
  width: 2rem;
  height: 2rem;
  border: 4px solid #ab0000;
  border-radius: 50%;
  vertical-align: middle;
}

.secondary-title--column:before {
  border-color: #67ab50;
}

.secondary-title--movie:before {
  border-color: #537bb1;
}

.secondary-title--comic:before {
  border-color: #b7ab00;
}

.secondary-title--no-icon:before {
  display: none;
  padding-left: 0;
  text-indent: 0;
}

.check-title {
  position: relative;
  margin: 0;
}

@media screen and (max-width: 736px) {
  .check-title {
    margin-top: -70px;
    padding-top: 70px;
    font-size: 1.6rem;
    line-height: 1.125;
  }
}

.check-title > span {
  display: block;
  position: relative;
  padding: 10px 10px 10px 2.4em;
  background-color: #e5e0d1;
  font-size: 1.6rem;
  line-height: 1.25;
}

.thirdly-section {
  margin-top: 30px;
}

.thirdly-title {
  margin: 0;
}

.thirdly-title--center {
  text-align: center;
}

.quaternary-title {
  position: relative;
  margin: 19px 0 -5px;
  font-size: 1.6rem;
  line-height: 1.625;
  vertical-align: middle;
}

.quaternary-title:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 3px;
  height: 1px;
  width: 16px;
  font-size: 0;
  line-height: 26px;
  vertical-align: middle;
}

.quaternary-title--column {
  color: #67ab50;
}

.quaternary-title--column:before {
  background-color: #67ab50;
}

.quaternary-title--iroha {
  color: #de6641;
}

.quaternary-title--iroha:before {
  background-color: #de6641;
}

.quaternary-title--comic {
  color: #b7ab00;
}

.quaternary-title--comic:before {
  background-color: #b7ab00;
}

.quaternary-title--method {
  color: #ab0000;
}

.quaternary-title--method:before {
  background-color: #ab0000;
}

.quaternary-title--movie {
  color: #537bb1;
}

.quaternary-title--movie:before {
  background-color: #537bb1;
}

.quaternary-title--magazine {
  color: #0061ab;
}

.quaternary-title--magazine:before {
  background-color: #0061ab;
}

.quinary-section {
  margin-top: 10px;
}

.category-id {
  display: inline-block;
  font-size: 1.2rem;
}

.category-id:before, .category-id:after {
  content: "";
  display: inline-block;
  margin: 2px 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.jumbotron-menu-link--2019 .category-id {
  font-size: 1rem;
}

@media screen and (max-width: 736px) {
  .jumbotron-menu-link--2019 .category-id:before, .jumbotron-menu-link--2019 .category-id:after {
    display: none;
  }
}

.category-id--column {
  color: #67ab50;
}

.category-id--column:before, .category-id--column:after {
  background-color: #67ab50;
}

.category-id--iroha {
  color: #de6641;
}

.category-id--iroha:before, .category-id--iroha:after {
  background-color: #de6641;
}

.category-id--comic {
  color: #b7ab00;
}

.category-id--comic:before, .category-id--comic:after {
  background-color: #b7ab00;
}

.category-id--method {
  color: #ab0000;
}

.category-id--method:before, .category-id--method:after {
  background-color: #ab0000;
}

.category-id--movie {
  /* color: #537bb1; */
  color: #9c69cc;
}

.category-id--movie:before, .category-id--movie:after {
  /* background-color: #537bb1; */
  background-color: #9c69cc;
}

.category-id--magazine {
  color: #0061ab;
}

.category-id--magazine:before, .category-id--magazine:after {
  background-color: #0061ab;
}

/**
 * Text Style
 */
.text {
  margin: 1em 0 0 0;
}
.text.box {
  box-sizing: border-box;
  border: 1px solid #c9bfa0;
  padding: 20px;
}
.text.box > p {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}
.text.box > p.item {
  margin-bottom: 10px;
}
.text.box span {
  font-weight: 700;
}

.text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .zu .text {
    text-align: left;
  }
}

.text-link {
  position: relative;
  margin: 0 5px;
  text-decoration: underline;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .text-link {
    z-index: 2;
  }
}

.text-link:hover {
  color: #ab0000;
  text-decoration: none;
}

.text-table {
  margin: 1em 0 0 0;
}

.text-table:first-child {
  margin-top: 0;
}

.text-table > span {
  display: table-cell;
}

.text-table > span:first-child {
  white-space: nowrap;
}

.link {
  position: relative;
  margin: 1em 0 0 0;
}

@media screen and (max-width: 736px) {
  .link {
    z-index: 2;
  }
}

.link.mt05 {
  margin-top: 0.5em;
}

.link.align-right {
  text-align: right;
}

.link > a {
  text-decoration: underline;
}

.link > a:hover {
  color: #ab0000;
  text-decoration: none;
}

.link.icon:before {
  top: .5em;
  bottom: auto;
}

.note {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.note--zu {
  margin-top: .5em;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .note--zu {
    font-size: 1.2rem;
  }
}

.note--figure {
  margin-top: .5em;
}

.note--figure.column131_3-width {
  width: 543px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 736px) {
  .note--figure.column131_3-width {
    width: 100%;
  }
}

.note--text {
  margin-top: .5em;
}

@media screen and (max-width: 736px) {
  .note--text {
    font-size: 1.2rem;
  }
}

.note--src {
  padding-left: 3em;
  text-indent: -3em;
}

.strong {
  color: #ab0000;
  text-decoration: underline;
}

.em {
  font-style: normal;
  text-decoration: underline;
}

.color-strong {
  color: #ab0000;
}

.attention {
  margin-top: 20px;
  padding: 20px 17px;
  background-color: #e6e9ee;
}

.sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.underline {
  font-style: normal;
  text-decoration: underline;
}

.marker {
  padding: .2em;
  background-color: #f2e55c;
  font-style: normal;
}

/**
 * List Style
 */
.list {
  list-style: none;
  margin: 1em 0 0 0;
  padding-left: 0;
}

.list > li {
  margin: .5em 0 0 0;
}

.list--table > li {
  display: table;
}

.list-head {
  display: table-cell;
  white-space: nowrap;
}

.list-text {
  display: table-cell;
}

.ulist {
  list-style: disc;
  margin: 1em 0 0 1.5em;
  padding-left: 0;
}

.ulist > li {
  margin-top: 1em;
}

.ulist--note > li {
  font-size: 1.3rem;
}

.ulist--disclaimer > li {
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 1.8;
}

.ulist--ranking > li {
  margin-top: 0;
}

.ulist--detail {
  margin-top: 0;
}

.ulist--detail > li {
  margin-top: 0;
}

.dlist {
  margin: 1em 0 0 0;
}

.dlist:first-child {
  margin-top: 0;
}

.dlist > dt {
  font-weight: bold;
}

.dlist > dd {
  margin: 0;
}

.dlist + .notes {
  margin-top: 1em;
}

.zu .dlist--flow {
  text-align: left;
}

.dlist--flow > dt:nth-child(n+2) {
  margin-top: 1em;
}

.dlist--specific {
  border: 1px solid #0066ae;
  padding: 8px 16px;
  background-color: #f5f6f9;
}

.service-list > dt {
  margin: 1em 0 0 0;
}

.service-list > dd {
  margin: 0;
}

.notes {
  list-style: none;
  margin: .5em 0 0 0;
  padding-left: 0;
}

.notes > li {
  position: relative;
  margin: 5px 0 0 0;
  padding-left: 1.5em;
  font-size: 1.3rem;
  line-height: 1.57143;
  text-align: left;
}

.notes-caution > li{
  padding-left:1.8em;
}

span.notes-indent{
  left: 1.5rem !important;
}


@media screen and (max-width: 736px) {
  .notes > li {
    font-size: 1.2rem;
  }
}

.notes > li:first-child {
  margin-top: 0;
}

.notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.notes > li > span.asterisk:first-child {
  position: absolute;
  top: 0;
  left: 0.4em;
}

.notes--order > li {
  padding-left: 2em;
}

.notes--wide > li {
  padding-left: 3em;
}

.notes + .notes {
  margin-top: 1em;
}

.notes-strong {
  color: #ab0000;
}

.notes--table {
  display: table;
}

.notes--table > li {
  padding-left: 0;
}

.notes--table > li > span:first-child {
  position: static;
}

.notes-head {
  display: table-cell;
  white-space: nowrap;
}

.notes-text {
  display: table-cell;
}

.anchor-list {
  list-style: none;
  margin: 10px 0 0 0;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .anchor-list {
    position: relative;
    z-index: 2;
  }
}

.anchor-list > li {
  position: relative;
  padding-left: 1em;
  padding: .2em 0 .2em 1em;
}

.anchor-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-image: url(../img/sprite.png);
  background-position: -97px 0px;
  width: 8px;
  height: 14px;
  background-size: 115px 99px;
}

.anchor-list > li > a {
  text-decoration: underline;
}

.anchor-list > li > a:hover {
  color: #ab0000;
  text-decoration: none;
}

.article-first {
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .article-first {
    margin-bottom: 10px;
  }
}

.article-first-link {
  position: relative;
  display: block;
}

.article-first-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .article-first-new {
    width: 54px;
    height: 54px;
  }
}

.article-first-new:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-right-color: #d80e1a;
  border-top-color: #d80e1a;
}

@media screen and (max-width: 736px) {
  .article-first-new:before {
    border-width: 27px;
  }
}

.article-first-new > span {
  margin-top: -1.2em;
  margin-right: -1.2em;
  display: block;
  color: #ffffff;
  font-size: 1.55rem;
  font-family: "??????", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", "?l?r ????", serif;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 736px) {
  .article-first-new > span {
    font-size: 1.2rem;
  }
}

.article-first-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  height: 314px;
}

@media screen and (max-width: 736px) {
  .article-first-body {
    display: block;
    height: auto;
  }
}

.article-first-thumb {
  width: 472px;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .article-first-thumb {
    margin: 0 auto;
    width: auto;
    max-width: 300px;
  }
}

.article-first-thumb > img {
  width: 100%;
}

.article-first-meta {
  padding: 22px 16px;
  width: 472px;
}

@media screen and (max-width: 736px) {
  .article-first-meta {
    padding: 10px;
    width: auto;
  }
}

.article-first-meta .article-metadata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 736px) {
  .article-first-meta .article-metadata {
    display: block;
  }
}

.article-first-meta .article-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 736px) {
  .article-first-meta .article-category {
    margin-top: .5em;
  }
}

.article-first-meta .article-date {
  font-size: 1.2rem;
}

.article-first-meta .article-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.38462;
}

@media screen and (max-width: 736px) {
  .article-first-meta .article-title {
    margin: .2em 0 0 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 736px) {
  .article-first-meta .article-text {
    margin: .5em 0 0 0;
    font-size: 1.2rem;
  }
}

.article-first-meta .article-more {
  display: block;
  margin: 0;
  color: #e2535e;
}

.article-first-meta .article-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}

.ie9 .article-first-meta .article-tag {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .article-link--wide .article-first-meta .article-tag {
    top: 0;
    left: 0;
  }
}

.article-first-meta .article-tag > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  padding-left: 10px;
}

.ie9 .article-first-meta .article-tag > span {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (max-width: 736px) {
  .article-first-meta .article-tag > span {
    padding: 3px 3px 3px 5px;
  }
}

@media screen and (max-width: 736px) {
  .article-list--ranking .article-first-meta .article-tag > span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 114px;
  }
}

.article-first-meta .article-tag:after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid transparent;
  width: 0;
  height: 0;
}

.ie9 .article-first-meta .article-tag:after {
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(96%);
      -ms-transform: translateX(96%);
          transform: translateX(96%);
}

@media screen and (max-width: 736px) {
  .article-first-meta .article-tag:after {
    border-width: .75em;
  }
}

@media screen and (max-width: 736px) {
  .article-list--ranking .article-first-meta .article-tag:after {
    display: none;
  }
}

.article-first-meta .article-tag--housing-loan > span {
  background-color: #549ce1;
}

.article-first-meta .article-tag--housing-loan:after {
  border-left-color: #549ce1;
}

.article-first-meta .article-tag--nisa > span {
  background-color: #39a869;
}

.article-first-meta .article-tag--nisa:after {
  border-left-color: #39a869;
}

.article-first-meta .article-tag--kakutei > span {
  background-color: #537bb1;
}

.article-first-meta .article-tag--kakutei:after {
  border-left-color: #537bb1;
}

.article-first-meta .article-tag--knowledge > span {
  background-color: #bcb204;
}

.article-first-meta .article-tag--knowledge:after {
  border-left-color: #bcb204;
}

.article-first-meta .article-tag--toushin > span {
  background-color: #dc5444;
}

.article-first-meta .article-tag--toushin:after {
  border-left-color: #dc5444;
}

.article-first-meta .article-tag--tax > span {
  background-color: #e8ac51;
}

.article-first-meta .article-tag--tax:after {
  border-left-color: #e8ac51;
}

.article-first-meta .article-tag--movie > span {
  background-color: #537bb1;
}

.article-first-meta .article-tag--movie:after {
  border-left-color: #537bb1;
}

.article-first-meta .article-tag--lifeplan > span {
  background-color: #7cd359;
}

.article-first-meta .article-tag--lifeplan:after {
  border-left-color: #7cd359;
}

.article-first-meta .article-tag--special > span {
  background-color: #a55b9a;
}

.article-first-meta .article-tag--special:after {
  border-left-color: #a55b9a;
}

.article-first-meta .article-tag--movie > span {
  padding: 6px;
}

@media screen and (max-width: 736px) {
  .article-first-meta .article-tag--movie > span {
    padding: 3px;
  }
}

.article-first-meta .article-tag--movie:after {
  border: none;
}

.article-list-container {
  padding-top: 40px;
}

@media screen and (max-width: 736px) {
  .article-list-container {
    margin: 0;
    padding-top: 0;
  }
}

.article-list {
  list-style: none;
  margin: -10px -8px;
  padding-left: 0;
}

.article-list:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .article-list {
    margin: 0;
  }
}

.article-list > li {
  float: left;
  padding: 10px 8px;
  width: 33.33333%;
}

@media screen and (max-width: 736px) {
  .article-list > li {
    float: none;
    padding: 5px 0;
    width: 100%;
  }
}

.article-list--news > li {
  width: 25%;
}

@media screen and (max-width: 736px) {
  .article-list--news > li {
    width: 100%;
  }
}

.article-list--ranking > li:nth-child(1) .article-link {
  border: 2px solid #9a9200;
}

.article-list--ranking > li:nth-child(2) .article-link {
  border: 2px solid #969393;
}

.article-list--ranking > li:nth-child(3) .article-link {
  border: 2px solid #654c38;
}

.article-list--search > li {
  display: none;
}

.article-list--search > li.is-visible {
  display: block;
}

.article-list--keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.article-list--keyword > li {
  float: none;
  position: absolute;
  visibility: hidden;
}

.article-list--keyword > li.is-visible {
  position: static;
  visibility: visible;
}

.article-list--keyword > li.hide {
  position: absolute;
  visibility: hidden;
}

.article-list--keyword > li .article-link {
  height: 100%;
}

@media screen and (max-width: 736px) {
  .article-list--keyword > li .article-link {
    height: auto !important;
  }
}

@media screen and (max-width: 736px) {
  .article-list--keyword > li .image-wrap {
    height: auto !important;
  }
}

.article-list--latest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.article-list--latest > li {
  float: none;
  width: 25%;
}

@media screen and (max-width: 736px) {
  .article-list--latest > li {
    width: 100%;
  }
}

.article-list--latest > li.hide {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
}

.article-list--latest > li .article-link {
  height: 100%;
}

@media screen and (max-width: 736px) {
  .article-list--latest > li .article-link {
    height: auto !important;
  }
}

@media screen and (max-width: 736px) {
  .article-list--latest > li .image-wrap {
    height: auto !important;
  }
}

.article-link {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f4f5f9;
}

@media screen and (max-width: 736px) {
  .article-link {
    display: table;
    padding: 5px;
    border: 1px solid #cccccc;
  }
}

.article-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 736px) {
  .article-link--news {
    padding: 10px 0;
  }
}

.article-link--news > span {
  padding: 20px 0;
}

@media screen and (max-width: 736px) {
  .article-link--news > span {
    padding: 0;
  }
}

.article-link--news.is-enabled:after {
  background-image: url(../img/sprite.png);
  background-position: -107px -14px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.article-link--news.is-enabled:hover .article-title {
  color: #ab0000;
}

@media screen and (max-width: 736px) {
  .article-link--column {
    padding: 10px 0;
  }
}

.article-link--column > span {
  padding: 20px 0;
}

@media screen and (max-width: 736px) {
  .article-link--column > span {
    padding: 0;
  }
}

.article-link--column:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -30px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.article-link--column:hover .article-title {
  color: #67ab50;
}

@media screen and (max-width: 736px) {
  .article-link--movie {
    padding: 5px 0;
  }
}

.article-link--movie > span {
  padding: 10px 0;
}

@media screen and (max-width: 736px) {
  .article-link--movie > span {
    padding: 0;
  }
}

.article-link--movie:after {
  background-image: url(../img/sprite.png);
  background-position: 0px -40.5px;
  width: 14px;
  height: 14px;
  background-size: 115px 99px;
}

.article-link--movie:hover .article-title {
  color: #537bb1;
}

.article-link--wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .article-link--wide {
    display: block;
    padding: 0;
    border: none;
  }
}

.article-link--wide:after {
  display: none;
}

.article-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  z-index: 1;
}

.article-new:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 28px solid transparent;
  border-right-color: #d80e1a;
  border-top-color: #d80e1a;
}

.article-new > span {
  margin-top: -1em;
  margin-right: -1em;
  display: block;
  color: #ffffff;
  font-size: 1.24rem;
  font-family: "??????", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", "?l?r ????", serif;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.article-time {
  display: table-cell;
  font-size: 1.2rem;
  font-weight: bold;
}

.article-time--news {
  width: 136px;
}

.article-time--column {
  width: 136px;
}

.article-time--movie {
  width: 196px;
}

@media screen and (max-width: 736px) {
  .article-time {
    display: block;
  }
}

.article-thumb {
  position: relative;
  overflow: hidden;
}
.article-thumb.article-thumb--movie::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../../movie/img/common/icon_start.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transition: all .3s;
  margin: auto;
}
.article-thumb:hover.article-thumb--movie::after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 736px) {
  .article-thumb {
    position: relative;
    display: table-cell;
    width: 114px;
  }
  .article-thumb.article-thumb--movie::after {
    top: 20px;
    bottom: auto;
    width: 25px;
    height: 25px;
  }
}

.article-thumb > img {
  width: 100%;
  height: 151px;
  object-fit: cover;
}

@media screen and (max-width: 736px) {
  .article-thumb > img {
    height: auto;
  }
}

.article-link--wide .article-thumb {
  width: 228px;
}

@media screen and (max-width: 736px) {
  .article-link--wide .article-thumb {
    display: block;
    width: 100%;
  }
}

.article-thumb .article-time {
  pointer-events: none;
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  background-color: #707070;
  padding: 3px 5px;
}

.ie9 .article-thumb .article-time {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .article-thumb .article-time {
    top: 46.5px;
    right: 2px;
    bottom: auto;
  }
}

.article-meta {
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .article-meta {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: top;
  }
}

.article-link--wide .article-meta {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  width: 486px;
}

@media screen and (max-width: 736px) {
  .article-link--wide .article-meta {
    display: block;
    padding: 30px 10px 15px;
    width: 100%;
  }
}

.article-meta .article-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}

.ie9 .article-meta .article-tag {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .article-meta .article-tag {
    top: 5px;
    left: 5px;
  }
}

@media screen and (max-width: 736px) {
  .article-link--wide .article-meta .article-tag {
    top: 0;
    left: 0;
  }
}

.article-meta .article-tag > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  padding-left: 10px;
}

.ie9 .article-meta .article-tag > span {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (max-width: 736px) {
  .article-meta .article-tag > span {
    padding: 3px 3px 3px 5px;
  }
}

@media screen and (max-width: 736px) {
  .article-list--ranking .article-meta .article-tag > span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 114px;
  }
}

.article-meta .article-tag:after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid transparent;
  width: 0;
  height: 0;
}

.ie9 .article-meta .article-tag:after {
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(96%);
      -ms-transform: translateX(96%);
          transform: translateX(96%);
}

@media screen and (max-width: 736px) {
  .article-meta .article-tag:after {
    border-width: .75em;
  }
}

@media screen and (max-width: 736px) {
  .article-list--ranking .article-meta .article-tag:after {
    display: none;
  }
}

.article-meta .article-tag--housing-loan > span {
  background-color: #549ce1;
}

.article-meta .article-tag--housing-loan:after {
  border-left-color: #549ce1;
}

.article-meta .article-tag--nisa > span {
  background-color: #39a869;
}

.article-meta .article-tag--nisa:after {
  border-left-color: #39a869;
}

.article-meta .article-tag--kakutei > span {
  background-color: #537bb1;
}

.article-meta .article-tag--kakutei:after {
  border-left-color: #537bb1;
}

.article-meta .article-tag--knowledge > span {
  background-color: #bcb204;
}

.article-meta .article-tag--knowledge:after {
  border-left-color: #bcb204;
}

.article-meta .article-tag--toushin > span {
  background-color: #dc5444;
}

.article-meta .article-tag--toushin:after {
  border-left-color: #dc5444;
}

.article-meta .article-tag--tax > span {
  background-color: #e8ac51;
}

.article-meta .article-tag--tax:after {
  border-left-color: #e8ac51;
}

.article-meta .article-tag--movie > span {
  background-color: #537bb1;
}

.article-meta .article-tag--movie:after {
  border-left-color: #537bb1;
}

.article-meta .article-tag--lifeplan > span {
  background-color: #7cd359;
}

.article-meta .article-tag--lifeplan:after {
  border-left-color: #7cd359;
}

.article-meta .article-tag--special > span {
  background-color: #a55b9a;
}

.article-meta .article-tag--special:after {
  border-left-color: #a55b9a;
}

.article-meta .article-tag--movie > span {
  padding: 6px;
}

@media screen and (max-width: 736px) {
  .article-meta .article-tag--movie > span {
    padding: 3px;
  }
}

.article-meta .article-tag--movie:after {
  border: none;
}

.article-meta .article-date {
  display: block;
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
}

@media screen and (max-width: 736px) {
  .article-meta .article-date {
    margin-bottom: 4px;
  }
}

.article-link--wide .article-meta .article-date {
  position: absolute;
  right: 20px;
  margin-top: 2px;
}

@media screen and (max-width: 736px) {
  .article-link--wide .article-meta .article-date {
    right: 10px;
    margin-top: -1.5em;
  }
}

.article-meta .article-category {
  position: absolute;
  right: 10px;
  margin-top: -34px;
}

@media screen and (max-width: 736px) {
  .article-meta .article-category {
    position: static;
    margin: 0;
  }
}

.article-meta .article-category:first-child,
.article-meta .article-tag + .article-category,
.article-meta .article-time + .article-category {
  position: static;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
}

@media screen and (max-width: 736px) {
  .article-meta .article-category:first-child,
  .article-meta .article-tag + .article-category,
  .article-meta .article-time + .article-category {
    margin-bottom: 4px;
  }
}

.article-meta .article-title {
  margin: 0;
}

.article-meta .article-title--non-categorize {
  margin-top: 1.8em;
}

@media screen and (max-width: 736px) {
  .article-meta .article-title--non-categorize {
    margin-top: 1em;
  }
}

.article-meta .article-number {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1.33333;
}

.article-meta .article-number--column {
  color: #67ab50;
}

.article-meta .article-number--iroha {
  color: #de6641;
}

.article-meta .article-number--comic {
  color: #b7ab00;
}

.article-meta .article-number--method {
  color: #ab0000;
}

.article-meta .article-number--movie {
  color: #537bb1;
}

.article-meta .article-number--magazine {
  color: #0061ab;
}

.article-link--wide .article-meta .article-number {
  font-size: 1.4rem;
  line-height: 1.57143;
}

.article-meta .article-label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.article-link--wide .article-meta .article-label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.article-meta .article-banner-text1 {
  display: block;
  margin: 0 -16px 12px;
  color: #ab0000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.33333;
}

@media screen and (max-width: 736px) {
  .article-meta .article-banner-text1 {
    margin: 0 0 8px 0;
  }
}

.article-meta .article-banner-text2 {
  margin: 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.33333;
}

@media screen and (max-width: 736px) {
  .article-meta .article-banner-text2 {
    font-size: 1.0rem;
    line-height: 1.4;
  }
}

.article-meta .article-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.article-meta .article-summary-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-meta .article-more {
  position: absolute;
  right: 0;
  padding-right: 18px;
}

.article-meta .article-more--column {
  color: #67ab50;
}

.article-meta .article-more--iroha {
  color: #de6641;
}

.article-meta .article-more--comic {
  color: #b7ab00;
}

.article-meta .article-more--method {
  color: #ab0000;
}

.article-meta .article-more--movie {
  color: #537bb1;
}

.article-meta .article-more--magazine {
  color: #0061ab;
}

.article-meta .article-more:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.article-meta .article-more--column:after {
  background-image: url(../img/sprite.png);
  background-position: -97px -30px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.article-link--wide .article-meta .article-more {
  bottom: -1.5em;
}

.article-meta .article-rank-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .article-meta .article-rank-date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.article-meta .article-rank-date .article-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-meta .article-rank {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

@media screen and (max-width: 736px) {
  .article-meta .article-rank {
    font-size: 1.6rem;
  }
}

.article-meta .article-rank:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
}

.article-meta .article-rank--1st {
  color: #9a9200;
}

.article-meta .article-rank--1st:before {
  background-image: url(../img/sprite.png);
  background-position: -22.5px -22.5px;
  width: 20.5px;
  height: 16px;
  background-size: 115px 99px;
}

.article-meta .article-rank--2nd {
  color: #969393;
}

.article-meta .article-rank--2nd:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -22.5px;
  width: 20.5px;
  height: 16px;
  background-size: 115px 99px;
}

.article-meta .article-rank--3rd {
  color: #654c38;
}

.article-meta .article-rank--3rd:before {
  background-image: url(../img/sprite.png);
  background-position: -22.5px 0px;
  width: 20.5px;
  height: 16px;
  background-size: 115px 99px;
}

.contents-list-section {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .contents-list-section {
    margin-top: 30px;
  }
}

.contents-list-header {
  margin: 0;
}

.contents-list {
  list-style: none;
  margin: 35px 20px 20px;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .contents-list {
    margin: 15px;
  }
}

.contents-list > li {
  padding: 0;
}

.contents-link {
  display: inline-block;
  position: relative;
  padding: .357em 0 .357em 1.78em;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (max-width: 736px) {
  .contents-link {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.contents-link:before {
  content: "";
  display: block;
  position: absolute;
  top: .64em;
  left: 0;
}

.contents-list--method .contents-link:before {
  background-image: url(../img/sprite.png);
  background-position: -107px -14px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.contents-list--method .contents-link:hover {
  color: #ab0000;
}

.contents-list--series .contents-link:before {
  background-image: url(../img/sprite.png);
  background-position: -97px -16px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.contents-list--series .contents-link:hover {
  color: #b7ab00;
}

.contents-link-label > em {
  padding: .2em;
  background-color: #f2e55c;
  font-style: normal;
}

.contents-list-tag {
  position: relative;
  top: -1px;
  font-size: 0.8rem;
  background: #ab0000;
  color: #fff;
  padding: 2px 3px;
}

.sns-button-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 0;
  text-align: right;
}

.sns-button-list:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .sns-button-list {
    margin: 0 -8px;
    width: auto;
    text-align: center;
  }
}

.sns-button-list > li {
  display: inline-block;
  margin-left: 10px;
  width: 26px;
}

.sns-button-list > li > a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media screen and (max-width: 736px) {
  .sns-button-list > li {
    margin: 0 8px;
    width: auto;
    max-width: 62px;
  }
}

.keyword-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding-left: 0;
}

.keyword-list > li {
  margin-top: 20px;
  width: calc(50% - 10px);
}

@media screen and (max-width: 736px) {
  .keyword-list > li {
    width: 100%;
  }
}

.keyword-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  background-color: #fcfcfc;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}

.keyword-link:hover {
  color: #ab0000;
}

.theme-list {
  list-style: none;
  margin: 12px -8px -8px;
  padding-left: 0;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .theme-list {
    margin: 10px -4px -4px;
  }
}

.theme-list > li {
  float: left;
  padding: 8px;
  width: 33.333333333%;
}

@media screen and (max-width: 736px) {
  .theme-list > li {
    padding: 4px;
    width: 50%;
  }
}

.theme-link {
  display: block;
  position: relative;
  background-color: #f6f6f6;
  z-index: 2;
}

.theme-label {
  margin: 0;
  padding: 35px;
  border-top: 2px solid transparent;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.71429;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .theme-label {
    padding: 17.5px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 737px) {
  .theme-label:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.theme-label--housing-loan {
  border-top-color: #549ce1;
  background-color: #e9f3fd;
  color: #549ce1;
}

.theme-label--nisa {
  border-top-color: #39a869;
  background-color: #cff4df;
  color: #39a869;
}

.theme-label--kakutei {
  border-top-color: #537bb1;
  background-color: #ddebfd;
  color: #537bb1;
}

.theme-label--knowledge {
  border-top-color: #bcb204;
  background-color: #f7f5cc;
  color: #bcb204;
}

.theme-label--toushin {
  border-top-color: #dc5444;
  background-color: #f6d3cf;
  color: #dc5444;
}

.theme-label--tax {
  border-top-color: #e8ac51;
  background-color: #f9eede;
  color: #e8ac51;
}

.theme-label--movie {
  border-top-color: #537bb1;
  background-color: #ddebfd;
  color: #537bb1;
}

.theme-label--lifeplan {
  border-top-color: #7cd359;
  background-color: #eefbe9;
  color: #7cd359;
}

.theme-label--special {
  border-top-color: #a55b9a;
  background-color: #ffecfc;
  color: #a55b9a;
}

.theme-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

@media screen and (max-width: 736px) {
  .theme-profile {
    padding: 5px;
  }
}

@media screen and (min-width: 737px) {
  .theme-profile:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.theme-profile-image {
  width: 60px;
}

@media screen and (max-width: 736px) {
  .theme-profile-image {
    width: 36px;
  }
}

.theme-profile-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .theme-profile-text {
    padding-left: 5px;
    font-size: 1.2rem;
    line-height: 1.33333;
  }
}

.theme-profile-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .theme-profile-name {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

.theme-profile-furigana {
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 736px) {
  .theme-profile-furigana {
    font-size: 1.1rem;
  }
}

.rank-header {
  margin: 30px 0 15px;
  border-bottom: 1px solid #67ab50;
  color: #67ab50;
  font-size: 2rem;
}

@media screen and (max-width: 736px) {
  .rank-header {
    text-align: center;
  }
}

.rank-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background-color: #ffffff;
}

.rank-list > li {
  position: relative;
}

.rank-list > li:nth-child(n+2):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  width: calc(100% - 24px);
}

@media screen and (max-width: 736px) {
  .rank-list > li:nth-child(n+2):after {
    width: calc(100% - 20px);
  }
}

.rank-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
}

@media screen and (max-width: 736px) {
  .rank-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px;
  }
}

.rank-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  width: 21px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .rank-number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 0;
    width: auto;
  }
}

.rank-number:before {
  content: "";
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .rank-number:before {
    margin-right: 4px;
  }
}

.rank-number--1st {
  color: #9a9200;
}

.rank-number--1st:before {
  background-image: url(../img/sprite.png);
  background-position: -22.5px -22.5px;
  width: 20.5px;
  height: 16px;
  background-size: 115px 99px;
}

.rank-number--2nd {
  color: #969393;
}

.rank-number--2nd:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -22.5px;
  width: 20.5px;
  height: 16px;
  background-size: 115px 99px;
}

.rank-number--3rd {
  color: #654c38;
}

.rank-number--3rd:before {
  background-image: url(../img/sprite.png);
  background-position: -22.5px 0px;
  width: 20.5px;
  height: 16px;
  background-size: 115px 99px;
}

.rank-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 736px) {
  .rank-body {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

.rank-body .column-number {
  display: block;
  color: #67ab50;
  font-size: 1.2rem;
}

.rank-body .column-label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.rank-link:hover .rank-body .column-label {
  color: #67ab50;
}

/**
 * Top Style
 */
@media screen and (max-width: 736px) {
  .top-site-banner {
    padding: 15px;
    background-image: url(../../img/img_jumbotron_sp.jpg);
    background-size: cover;
  }
}

.top-steplink {
  display: block;
  position: relative;
  padding-top: 46px;
  border: 1px solid #ffffff;
  width: 580px;
  height: 378px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 2;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.top-steplink:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 736px) {
  .top-steplink {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    height: 61.5625%;
  }
}

.top-steplink:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .top-steplink:after {
    border-width: 4px;
  }
}

.top-site-title {
  margin: 0;
  font-size: 0;
}

@media screen and (max-width: 736px) {
  .top-site-title {
    margin: 0 auto;
    width: 227px;
    width: 78.27586%;
  }
}

.top-steplist {
  list-style: none;
  margin: 28px 0 0 0;
  padding-left: 0;
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 736px) {
  .top-steplist {
    margin-top: 5.51724%;
  }
}

.top-steplist > li {
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 736px) {
  .top-steplist > li {
    margin-left: 1.72414%;
    margin-right: 1.72414%;
    width: 15.17241%;
  }
}

.top-site-copy {
  margin: 25px 0 0 0;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.44444;
}

@media screen and (max-width: 736px) {
  .top-site-copy {
    margin: 5.51724% auto 0;
    width: 79.31034%;
  }
}

@media screen and (max-width: 736px) {
  .top-commentary-comic {
    position: relative;
    padding-top: 27.25694%;
  }
}

.top-commentary {
  position: relative;
  padding: 12px 0;
  height: 261px;
  background-image: url(../../img/bg_commentary.png), url(../../img/bg_commentary.png);
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .top-commentary {
    margin: 15px;
    padding: 10.5px 0;
    height: auto;
    background-image: url(../../img/bg_commentary_sp.png), url(../../img/bg_commentary_sp.png);
    background-size: 10px 10.5px;
  }
}

.top-commentary-inner {
  padding: 7px 10px;
  background-color: rgba(83, 123, 177, 0.8);
}

.top-commentary-header {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-commentary-header {
    margin: 0 auto;
    width: 78.10345%;
  }
}

.top-commentary-list {
  list-style: none;
  margin: 0 -5px;
  padding-left: 0;
}

.top-commentary-list:after {
  content: "";
  display: table;
  clear: both;
}

.top-commentary-list > li {
  margin: 14px 0 0 0;
  padding: 0 5px;
  float: left;
  width: 50%;
}

.top-commentary-link {
  position: relative;
  display: block;
  background-color: #fff;
}

.top-commentary-link:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #537bb1;
  border-bottom: 5px solid #537bb1;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .top-commentary-link:after {
    border-width: 4px;
  }
}

.top-commentary-block {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.top-commentary-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_youtube.png) no-repeat center center;
  background-size: 30%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 10;
}

.top-commentary-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

@media screen and (max-width: 736px) {
  .top-commentary-block:after {
    border-width: 2px;
  }
}

.top-commentary-block > img {
  vertical-align: top;
}

.top-comic-banner {
  margin-top: 20px;
  padding: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .top-comic-banner {
    position: absolute;
    top: 10.5px;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 0 19px 15px;
    height: auto;
  }
}

.top-comic-banner > a {
  display: block;
  position: relative;
  border: 1px solid #b7ab00;
}

.top-comic-banner > a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #b7ab00;
  border-bottom: 5px solid #b7ab00;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .top-comic-banner > a:after {
    border-width: 4px;
  }
}

.top-comic-block {
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-comic-block {
    padding-top: 27.25694%;
    height: 0;
  }
}

@media screen and (min-width: 737px) {
  .top-comic-block > img {
    width: 348px;
    height: 95px;
    vertical-align: top;
  }
}

@media screen and (max-width: 736px) {
  .top-comic-block > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.top-disclaimer {
  position: relative;
  margin-top: 15px;
}

@media screen and (max-width: 736px) {
  .top-disclaimer {
    margin: 0;
  }
}

.top-disclaimer > p {
  margin: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
  .top-disclaimer > p {
    font-size: 1.0rem;
  }
}

.button-more + .top-disclaimer {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .l-mailmagazine {
    margin-top: -1px;
    padding-top: 1px;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 736px) {
  .banner-top {
    padding: 0 15px;
  }
}

.l-news {
  margin-top: -154px;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 736px) {
  .l-news {
    margin-top: 0;
    padding: 30px 0;
  }
}

.l-news--newyear {
  position: relative;
  margin-top: -160px;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .l-news--newyear {
    margin-top: 0;
    padding-top: 35px;
  }
}

@media screen and (max-width: 736px) {
  .l-news--newyear:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100vw;
    height: 55px;
    background: url(../../img/newyear-mizuhiki_sp.png) center bottom/cover no-repeat;
  }
}

@media screen and (max-width: 736px) {
  .news {
    padding: 0 10px;
  }
}

.news-header {
  margin: 0 0 50px 0;
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .news-header {
    margin: 0 auto 15px auto;
    width: 86.5px;
  }
}

.news-header--newyear {
  position: relative;
  top: 0;
  z-index: 100;
  width: 220px;
  height: 110px;
  margin: 0 auto 10px;
  background: url(../../img/newyear-mizuhiki.png) center bottom/contain no-repeat;
}

@media screen and (max-width: 736px) {
  .news-header--newyear {
    top: -7px;
    width: 107.5px;
    height: 50px;
    margin-bottom: -10px;
    background: none;
  }
}

.news-header--newyear > img {
  position: absolute;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 736px) {
  .news-header--newyear > img {
    top: 0;
  }
}

@media screen and (min-width: 737px) {
  .news-header--newyear:before, .news-header--newyear:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110px;
    background: center bottom /contain repeat-x;
  }
}

@media screen and (min-width: 737px) {
  .news-header--newyear:before {
    right: 220px;
    background-image: url(../../img/newyear-mizuhiki_left.png);
  }
}

@media screen and (min-width: 737px) {
  .news-header--newyear:after {
    left: 220px;
    background-image: url(../../img/newyear-mizuhiki_right.png);
  }
}

.step-header {
  margin: -10px 0 0 0;
  padding-top: 10px;
  width: 377px;
}

@media screen and (max-width: 736px) {
  .step-header {
    width: 82.24138%;
    margin-top: -80px;
    padding-top: 80px;
  }
}

.step-title {
  position: relative;
  margin: 14px 0 0 0;
  padding: 0 0 0 11px;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .step-title {
    margin-top: -30px;
    padding-top: 44px;
    padding-left: 5px;
  }
}

.top-primary-section--basic {
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .top-primary-section--basic {
    margin: 30px 10px 0;
  }
}

.top-primary-section--study {
  margin-top: 80px;
  padding: 0 15px 15px 15px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .top-primary-section--study {
    margin: 30px 10px 0;
    padding: 0 10px 10px;
  }
}

.top-primary-section--series {
  margin-top: 0;
  padding-top: 40px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .top-primary-section--series {
    margin: 0 10px;
    padding-top: 20px;
  }
}

.top-primary-section--movie {
  margin-top: 40px;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .top-primary-section--movie {
    margin: 0 10px;
    padding-top: 17px;
    padding-bottom: 30px;
  }
}

.top-primary-section--popular {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .top-primary-section--popular {
    margin: -30px 10px 0;
    padding-bottom: 30px;
  }
}

.top-secondary-section {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .top-secondary-section {
    margin-top: 20px;
  }
}

.top-section-title {
  position: relative;
  text-align: center;
  margin: 0;
  font-size: 0;
  z-index: 2;
}

.top-section-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid transparent;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .top-section-title:before {
    top: 80%;
  }
}

.top-section-title > span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.top-section-title > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #eeeade;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .top-section-title > span {
    padding: 0 10px;
  }
  .top-section-title > span:before {
    top: 80%;
  }
}

.top-section-title > span > img {
  position: relative;
}

.top-section-title--3step:before {
  border-color: #ab0000;
}

.top-section-title--3step > span:before {
  left: 0;
  right: 0;
  width: 62%;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .top-section-title--3step > span {
    width: 34.82759%;
  }
  .top-section-title--3step > span:before {
    width: 100%;
  }
}

.top-section-title--column:before {
  border-color: #67ab50;
}

@media screen and (max-width: 736px) {
  .top-section-title--column > span {
    width: 21.72414%;
  }
}

.top-section-title--movie:before {
  border-color: #537bb1;
}

@media screen and (max-width: 736px) {
  .top-section-title--movie > span {
    width: 20.17241%;
  }
}

.top-section-content {
  margin: -10px 0 0 0;
}

@media screen and (max-width: 736px) {
  .top-section-content {
    margin-top: 10px;
  }
}

.top-section-banner {
  margin-top: 10px;
}

.top-section-banner:first-child {
  margin-top: 0;
}

.top-banner {
  display: block;
  position: relative;
  overflow: hidden;
}

.top-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .top-banner:before {
    border-width: 2px;
  }
}

.top-banner:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .top-banner:after {
    bottom: 6px;
    right: 6px;
    border-width: 4px;
  }
}

.top-banner--column:after {
  border-right-color: #67ab50;
  border-bottom-color: #67ab50;
}

.top-banner--movie:after {
  border-right-color: #537bb1;
  border-bottom-color: #537bb1;
}

.top-banner > img {
  width: 100%;
  vertical-align: top;
}

.top-menu-header--basic, .top-menu-header--series {
  padding: 0 10px;
}

.top-menu-title {
  position: relative;
  margin: 0;
  text-align: center;
}

.top-menu-title:before, .top-menu-title:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid transparent;
  width: calc((100% - 80px) * .5);
  z-index: 1;
}

.top-menu-title:before {
  left: 0;
}

.top-menu-title:after {
  right: 0;
}

.top-menu-header--basic .top-menu-title {
  top: -23px;
}

.top-menu-header--basic .top-menu-title:before, .top-menu-header--basic .top-menu-title:after {
  top: 45px;
  border-color: #ab0000;
}

@media screen and (max-width: 736px) {
  .top-menu-header--basic .top-menu-title:before, .top-menu-header--basic .top-menu-title:after {
    width: calc((100% - 120px) * .5);
    top: 40px;
  }
}

.top-menu-header--study .top-menu-title {
  top: -23px;
}

.top-menu-header--study .top-menu-title:before, .top-menu-header--study .top-menu-title:after {
  top: 45px;
  border-color: #ab0000;
}

@media screen and (max-width: 736px) {
  .top-menu-header--study .top-menu-title:before, .top-menu-header--study .top-menu-title:after {
    width: calc((100% - 150px) * .5);
    top: 45px;
  }
}

.top-menu-header--series .top-menu-title {
  top: 0;
}

.top-menu-header--series .top-menu-title:before, .top-menu-header--series .top-menu-title:after {
  top: 56px;
  border-color: #b7ab00;
}

@media screen and (max-width: 736px) {
  .top-menu-header--series .top-menu-title:before, .top-menu-header--series .top-menu-title:after {
    width: calc((100% - 140px) * .5);
    top: 50px;
  }
}

.top-menu-header--movie .top-menu-title:before, .top-menu-header--movie .top-menu-title:after {
  top: 46px;
  border-color: #537bb1;
}

@media screen and (max-width: 736px) {
  .top-menu-header--movie .top-menu-title:before, .top-menu-header--movie .top-menu-title:after {
    width: calc((100% - 120px) * .5);
    top: 44px;
  }
}

.top-menu-header--popular .top-menu-title:before, .top-menu-header--popular .top-menu-title:after {
  top: 46px;
  border-color: #de6641;
}

@media screen and (max-width: 736px) {
  .top-menu-header--popular .top-menu-title:before, .top-menu-header--popular .top-menu-title:after {
    width: calc((100% - 154px) * .5);
    top: 44px;
  }
}

.top-menu-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px 0 24px 0;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-menu-subtitle {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}

.top-menu-subtitle > span {
  padding: 8px 0;
  border: 1px solid #de6641;
  border-width: 1px 0;
  color: #de6641;
}

@media screen and (max-width: 736px) {
  .top-menu-subtitle > span {
    padding: 4px 0;
  }
}

.top-menu-description {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-menu-description {
    font-size: 1.2rem;
    line-height: 1.66667;
    text-align: left;
  }
}

.top-menu-category {
  display: inline-block;
  position: relative;
  padding-top: 13px;
  overflow: hidden;
}

.top-menu-category:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 50%;
  width: 102px;
  height: 102px;
  background-color: #ffffff;
  z-index: 0;
}

.top-menu-header--movie .top-menu-category:before,
.top-menu-header--popular .top-menu-category:before {
  display: none;
}

.top-menu-category > img {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .top-menu-header--basic .top-menu-category {
    width: 108.5px;
  }
  .top-menu-header--series .top-menu-category {
    width: 126px;
  }
  .top-menu-header--movie .top-menu-category {
    width: 110.5px;
  }
  .top-menu-header--popular .top-menu-category {
    width: 145px;
  }
  .top-menu-header--study .top-menu-category {
    width: 234px;
  }
}

.top-menu-body--basic, .top-menu-body--series {
  padding: 0 10px;
}

.top-menu-body--movie {
  padding-top: 40px;
}

@media screen and (max-width: 736px) {
  .top-menu-body--movie {
    padding-top: 0;
  }
}

.top-relational-link-block {
  margin: 20px 0 0 0;
  border: 1px solid #eeeeee;
}

.top-relational-link-header {
  margin: 0;
  padding: 10px 0;
  background-color: #eeeeee;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-relational-link-header {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.top-relational-link-header:before, .top-relational-link-header:after {
  content: "";
  display: inline-block;
  margin: 0 6px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #444444;
  vertical-align: middle;
}

.top-relational-link-list {
  list-style: none;
  margin: 0;
  padding: 10px 30px;
}

.top-relational-link-list > li {
  padding: 5px 0;
}

.top-relational-link {
  position: relative;
  padding-left: 22px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (max-width: 736px) {
  .top-relational-link {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.top-relational-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/sprite.png);
  background-position: -81px -14px;
  width: 14px;
  height: 12px;
  background-size: 115px 99px;
}

.top-relational-link:hover {
  color: #858585;
}

.top-sutudy-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .top-sutudy-list {
    margin: -20px -4px -4px;
  }
}

@media screen and (max-width: 736px) {
  .top-sutudy-list > li {
    padding: 4px;
  }
}

.top-sutudy-list > li:nth-child(-n+2) {
  width: 457px;
}

@media screen and (max-width: 736px) {
  .top-sutudy-list > li:nth-child(-n+2) {
    margin: 0 auto;
    width: auto;
  }
}

.top-sutudy-list > li:nth-child(n+3) {
  padding: 16px 0 0 0;
  width: 290px;
}

@media screen and (max-width: 736px) {
  .top-sutudy-list > li:nth-child(n+3) {
    padding: 4px;
    width: 50%;
  }
}

.top-sutudy-link {
  display: block;
  position: relative;
}

.top-sutudy-image1 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.top-sutudy-image1 > img {
  width: 100%;
  vertical-align: top;
}

.top-sutudy-image2 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.top-sutudy-image2:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #eeeeee;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .top-sutudy-image2:before {
    border-width: 2px;
  }
}

.top-sutudy-image2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 8px solid transparent;
  border-right: 8px solid #ab0000;
  border-bottom: 8px solid #ab0000;
  border-left: 8px solid transparent;
  width: 0;
  height: 0;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .top-sutudy-image2:after {
    bottom: 6px;
    right: 6px;
    border-width: 4px;
  }
}

.top-sutudy-image2 > img {
  width: 100%;
  vertical-align: top;
}

.top-sutudy-text {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .top-sutudy-text {
    padding: 6px 10px;
    font-size: 1.2rem;
  }
}

.l-top-banner {
  position: relative;
  margin-top: 40px;
  padding: 25px 0;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 736px) {
  .l-top-banner {
    margin-top: 30px;
    padding: 15px 10px;
  }
}

.top-banner-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.top-banner-list:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .top-banner-list {
    margin: -5px;
  }
}

.top-banner-list > li {
  float: left;
  padding: 0 10px;
  width: 196px;
}

@media screen and (max-width: 736px) {
  .top-banner-list > li {
    padding: 5px;
    width: 50%;
    height: auto;
  }
}

.top-banner-image {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.top-banner-image:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #eeeeee;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .top-banner-image:before {
    border-width: 2px;
  }
}

.top-banner-image:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ab0000;
  border-bottom: 5px solid #ab0000;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .top-banner-image:after {
    bottom: 6px;
    right: 6px;
    border-width: 4px;
  }
}

.top-banner-image > img {
  width: 100%;
  vertical-align: top;
}

.top-series-image {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.top-series-image:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .top-series-image:before {
    border-width: 2px;
  }
}

.top-series-image:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-top: 5px solid transparent;
  border-right: 5px solid #b7ab00;
  border-bottom: 5px solid #b7ab00;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .top-series-image:after {
    bottom: 6px;
    right: 6px;
    border-width: 4px;
  }
}

.top-series-image--comic:before {
  border: 2px solid #b7ab00;
}

.top-series-image--large:after {
  border-width: 8px;
  bottom: 18px;
  right: 18px;
}

.top-series-image > img {
  width: 100%;
  vertical-align: top;
}

.top-series-logo {
  position: absolute;
  top: 0;
  z-index: 1;
}

.top-series-label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #b7ab00;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
}

.top-series-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  border-top: 11px solid transparent;
  border-right: 11px solid #b7ab00;
  border-bottom: 11px solid transparent;
  border-left: 11px solid transparent;
  width: 0;
  height: 0;
}

.top-series-label--large {
  padding: .5em;
  font-size: 2rem;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .top-series-label--large {
    font-size: 1.1rem;
  }
}

.top-series-label--large:after {
  left: -2em;
  border-width: 1em;
}

.top-movie-text {
  position: relative;
  margin: 0 0 16px 0;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.top-movie-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/sprite.png);
  background-position: -32px -56.5px;
  width: 14px;
  height: 14px;
  background-size: 115px 99px;
}

@media screen and (max-width: 736px) {
  .top-movie-text {
    margin: 30px 0 16px 0;
  }
}

.top-movie-image {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.top-movie-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_youtube.png) no-repeat center center;
  background-size: 20%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 10;
}

@media screen and (max-width: 736px) {
  .top-movie-image:before {
    background-size: 50px 35px;
  }
}

.top-movie-image:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .top-movie-image:after {
    border-width: 2px;
  }
}

.top-movie-image--comic:after {
  border: 2px solid #b7ab00;
}

.top-movie-image > img {
  width: 100%;
  vertical-align: top;
}

.top-movie-title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 0 10px 20px;
  background-color: #537bb1;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  z-index: 1;
}

.top-movie-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2em;
  border-top: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #537bb1;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .top-movie-title {
    padding: 5px 0 5px 10px;
    font-size: 1.4rem;
  }
}

.top-popular-section:nth-of-type(n+2) {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .top-popular-section:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.top-featured-keywords {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px -8px;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .top-featured-keywords {
    margin: -5px -4px;
  }
}

.top-featured-keywords > li {
  padding: 10px 8px;
  width: 25%;
}

@media screen and (max-width: 736px) {
  .top-featured-keywords > li {
    width: 50%;
    padding: 5px 4px;
  }
}

.keyword-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .keyword-card {
    padding: 6px;
  }
}

.keyword-card:hover {
  background-color: #fddbdc;
}

.keyword-card-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .keyword-card-image {
    width: 58px;
    height: 58px;
  }
}

.keyword-card-image > img {
  width: 100%;
}

.keyword-card-phrase {
  padding-left: 12px;
  font-size: 1.4rem;
  color: #ab0000;
}

@media screen and (max-width: 736px) {
  .keyword-card-phrase {
    padding-left: 8px;
    font-size: .9rem;
  }
}

.top-contents-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -8px;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .top-contents-list {
    margin: -4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-contents-list > li {
  padding: 8px;
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .top-contents-list > li {
    padding: 4px;
    width: auto;
  }
}

.top-contents-list .top-series-image:before {
  border: 6px solid #ffffff;
}

.top-featured-novel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .top-featured-novel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-featured-novel-col1 {
  padding: 20px;
  width: 600px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .top-featured-novel-col1 {
    margin: 0 auto;
    width: auto;
  }
}

.top-featured-novel-col2 {
  width: 344px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .top-featured-novel-col2 {
    margin-top: 10px;
    width: auto;
  }
}

.top-featured-novel .novel-image {
  display: block;
  margin: 0 auto;
  max-width: 560px;
}

.top-featured-novel .novel-image:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.top-featured-novel .novel-digest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.top-featured-novel .novel-digest-image {
  min-height: 0%;
}

@media screen and (max-width: 736px) {
  .top-featured-novel .novel-digest-image {
    margin: 0 auto;
    width: auto;
  }
}

.top-featured-novel .novel-author {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  border: 0;
  height: auto;
}

.top-featured-comic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .top-featured-comic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-featured-comic-image {
  width: 600px;
}

@media screen and (max-width: 736px) {
  .top-featured-comic-image {
    margin: 0 auto;
    width: auto;
  }
}

.top-featured-comic-text {
  width: 344px;
}

@media screen and (max-width: 736px) {
  .top-featured-comic-text {
    margin-top: 10px;
    width: auto;
  }
}

.top-featured-comic .comic-digest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.top-featured-comic .comic-digest-image {
  min-height: 0%;
}

@media screen and (max-width: 736px) {
  .top-featured-comic .comic-digest-image {
    margin: 0 auto;
    width: auto;
  }
}

.top-featured-comic .comic-digest-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}

.top-movie-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px -8px;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .top-movie-list {
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-movie-list-item {
  padding: 10px 8px;
  width: 33%;
}

@media screen and (max-width: 736px) {
  .top-movie-list-item {
    width: auto;
  }
}

.top-movie-list .top-movie-title {
  padding: .5em;
  padding-left: 12px;
  font-size: 1.2rem;
}

/**
 * Popup Style
 */
.cat-popup {
  min-width: inherit;
}

.popup-container {
  padding: 20px 20px 40px;
  background-color: #ffffff;
}

.popup-image {
  text-align: center;
}

.popup-title {
  margin: 0;
  padding: 40px 0 20px;
  border-bottom: 1px solid #999999;
  font-size: 2.4rem;
  text-align: center;
}

.popup-detail {
  margin-top: 20px;
}

.popup-detail-title {
  margin: 0 0 1em 0;
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
}

.popup-detail-text {
  margin: 0;
  line-height: 2;
  text-align: center;
}

.popup-button {
  margin-top: 40px;
}

.popup-button > a {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 7px 36px;
  border: 1px solid #444444;
  border-radius: 25px;
  width: 310px;
  font-size: 1.4rem;
  line-height: 1.28571;
}

@media screen and (max-width: 736px) {
  .popup-button > a {
    width: 220px;
  }
}

.popup-button > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -107px -28px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

.popup-button > a > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.popup-button > a:hover {
  background-color: #444444;
  color: #ffffff;
}

.popup-button > a:hover:after {
  background-image: url(../img/sprite.png);
  background-position: -107px 0px;
  width: 8px;
  height: 12px;
  background-size: 115px 99px;
}

/**
 * State Style
 */
.is-hidden {
  display: none;
}

.is-vidible {
  display: block;
}

.is-sp-visible {
  display: none;
}

@media screen and (max-width: 736px) {
  .is-sp-visible {
    display: block;
  }
}

.is-pc-visible {
  display: block;
}

@media screen and (max-width: 736px) {
  .is-pc-visible {
    display: none;
  }
}

/*JS??width980???O???????????????????s????????CSS????*/
.js-image.js-image-zoom {
  pointer-events: auto;
}
.js-image-zoom {
  transition: .3s;
}
.js-image-zoom:hover,
.is-hover-enlarge:hover .js-image-zoom {
  transform: scale(1.1);
}
@media screen and (max-width: 736px) {
  .js-image-zoom:hover {
    transform: none;
  }
}


.foot_breadcrumbs {
  display: none;
  position: relative;
  width: 100%;
  border-top: solid 2px #e3e3ea;
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px 0;
  margin-top: 30px;
  margin-bottom: -30px;
}
.foot_breadcrumbs.display {
  display: block;
}
.foot_breadcrumbs ol {
  width: 960px;
  font-size: 0;
  padding: 0;
  margin: 0 auto 10px;
}
.foot_breadcrumbs ol:last-child {
  margin-bottom: 0;
}
.foot_breadcrumbs ol li {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 36px;
}
.foot_breadcrumbs ol li:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #e60201;
  margin: auto;
}
.foot_breadcrumbs ol li a {
  color: #e60201;
  text-decoration: underline;
}
.foot_breadcrumbs ol li a:hover {
  color: #ab0000;
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  .foot_breadcrumbs {
    padding: 15px;
  }
}

.movie-kv {
  width: 100%;
  background-image: url("../../movie/img/top/bg_kv.jpg");
  background-size: 1152px 261px;
  background-position: top right;
  background-repeat: no-repeat;
  border-top: solid 1px #e3e3ea;
}
.movie-kv--wrap {
  display: flex;
  width: 980px;
  height: 261px;
  align-items: center;
  padding: 0 10px;
  margin: 0 auto;
}
.movie-kv_icon {
  width: 86px;
  margin-right: 30px;
}
.movie-kv_icon img {
  width: 100%;
}
.movie-kv_txt {
  width: 450px;
}
.movie-kv_txt img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .movie-kv {
    background-image: url("../../movie/img/top/bg_kv_sp.jpg");
    background-size: 100% 100%;
  }
  .movie-kv--wrap {
    display: block;
    width: 100%;
    height: 53.33333vw;
    padding: 7vw 15px 0;
  }
  .movie-kv_icon {
    width: 11.46666vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .movie-kv_txt {
    width: 55vw;
  }
}

.movie-tag {
  padding-top: 15px;
}
.movie-tag--wrap {
  width: 980px;
  font-size: 0;
  padding: 0 10px;
  margin: 0 auto;
}
.movie-tag_icon {
  display: inline-block;
  width: 72px;
  vertical-align: top;
  margin-bottom: 15px;
  margin-left: 10px;
}
.movie-tag_icon img {
  width: 100%;
}
.movie-tag_list {
  display: inline-block;
  width: calc(100% - 82px);
  font-size: 0;
  vertical-align: top;
  padding: 0;
}
.movie-tag_list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 8px;
}
.movie-tag_list li a {
  display: block;
  color: #9c69cc;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #9c69cc;
  border-radius: 50px;
  background-color: #fff;
  transition: color .4s, background-color .4s;
  padding: 2px 12px;
}
.movie-tag_list li a:hover {
  color: #fff;
  background-color: #9c69cc;
}
@media screen and (max-width: 736px) {
  .movie-tag {
    padding-top: 15px;
  }
  .movie-tag--wrap {
    width: 100%;
    padding: 0 15px;
  }
  .movie-tag_icon {
    width: 66px;
    margin-left: 0;
  }
  .movie-tag_list {
    width: calc(100% - 66px);
  }
  .movie-tag_list li a {
    font-size: 1.5rem;
    padding: 3px 12px;
  }
  .movie-tag_list li a:hover {
    color: #9c69cc;
    background-color: #fff;
  }
}

.movie-pickup {
  background-color: #efefef;
  padding: 35px 0;
}
.movie-pickup--wrap {
  width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}
.movie-pickup_title {
  color: #9c69cc;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #9c69cc;
  border-bottom: 1px solid #9c69cc;
  padding: 15px 0;
  margin-bottom: 27px;
}
.movie-pickup_title::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 27px;
  background-image: url("../../movie/img/top/icon_title.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.movie-pickup_detail {
  display: flex;
}
.movie-pickup_detail-thumb {
  width: 470px;
  margin-right: 30px;
}
.movie-pickup_detail-thumb a {
  display: block;
  position: relative;
  width: 100%;
  height: 264px;
  overflow: hidden;
  border: 1px solid #e3e3ea;
  border-radius: 10px;
  transition: border .4s;
}
.movie-pickup_detail-thumb a .time {
  pointer-events: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  background-color: #707070;
  padding: 3px 5px;
}
.movie-pickup_detail-thumb a::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 58px;
  height: 58px;
  background-image: url("../../movie/img/common/icon_start.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transition: all .3s;
  margin: auto;
}
.movie-pickup_detail-thumb a:hover {
  border: 1px solid #9c69cc;
}
.movie-pickup_detail-thumb a:hover::after {
  opacity: 1;
}
.movie-pickup_detail-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie-pickup_detail--wrap {
  width: 460px;
}
.movie-pickup_detail-tab {
  font-size: 0;
}
.movie-pickup_detail-tab p {
  display: inline-block;
  color: #9c69cc;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #9c69cc;
  border-radius: 50px;
  background-color: #fff;
  padding: 3px 10px;
  margin-top: 0;
  margin-bottom: 5px;
}
.movie-pickup_detail-tab p:not(:first-child) {
  margin-left: 5px;
}
.movie-pickup_detail-title {
  margin-top: 15px;
}
.movie-pickup_detail-title p {
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.movie-pickup_detail-title p:nth-of-type(1) {
  font-size: 3.4rem;
}
.movie-pickup_detail-title p:nth-of-type(2) {
  font-size: 2rem;
  margin-top: 10px;
}
.movie-pickup_detail-comment {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: calc(1em * 1.6 * 2);
  font-size: 1.8rem;
  text-overflow: ellipsis;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
}
.movie-pickup_detail-btn {
  width: 230px;
  margin-top: 40px;
}
.movie-pickup_detail-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: calc(44px / 2);
  background-color: #9c69cc;
  transition: opacity .4s;
}
.movie-pickup_detail-btn a:hover {
  opacity: .7;
}
.movie-pickup_detail-btn a::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  width: 12px;
  height: 9px;
  background-image: url("../../movie/img/common/icon_btn-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}
.movie-pickup_detail-btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 736px) {
  .movie-pickup {
    padding: 21px 0;
  }
  .movie-pickup--wrap {
    width: 100%;
    padding: 0 15px;
  }
  .movie-pickup_title {
    font-size: 2.4rem;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .movie-pickup_title::before {
    width: 23px;
    height: 20px;
  }
  .movie-pickup_detail {
    display: block;
  }
  .movie-pickup_detail-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .movie-pickup_detail-thumb a {
    height: 51.752vw;
  }
  .movie-pickup_detail-thumb a .time {
    right: 7px;
    bottom: 7px;
  }
  .movie-pickup_detail-thumb a:hover {
    border: 1px solid #e3e3ea;
  }
  .movie-pickup_detail-thumb a:hover::after {
    opacity: .3;
  }
  .movie-pickup_detail--wrap {
    width: 100%;
  }
  .movie-pickup_detail-tab p {
    padding: 2px 10px;
  }
  .movie-pickup_detail-title p:nth-of-type(1) {
    font-size: 2.8rem;
  }
  .movie-pickup_detail-title p:nth-of-type(2) {
    font-size: 1.8rem;
  }
  .movie-pickup_detail-comment {
    font-size: 1.4rem;
  }
  .movie-pickup_detail-btn {
    width: 230px;
    max-width: 60vw;
    margin: 40px auto 0;
  }
  .movie-pickup_detail-btn a {
    height: 50px;
    border-radius: calc(50px / 2);
  }
  .movie-pickup_detail-btn a:hover {
    opacity: 1;
  }
  .movie-pickup_detail-btn a::after {
    width: 15px;
    height: 11px;
  }
}

.movie-list {
  margin-top: 50px;
}
.movie-list--wrap {
  width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}
.movie-list_category {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #9c69cc;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}
.movie-list ul {
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
  font-size: 0;
  padding: 0;
  margin: 10px 0 0;
}
.movie-list ul li {
  display: inline-block;
  width: calc((100% / 3) - 20px);
  vertical-align: top;
  list-style: none;
  margin: 0 10px 20px;
}
.movie-list ul li.hide,
.movie-list ul li.hide02 {
  display: none;
}
.movie-list ul li a {
  display: block;
}
.movie-list_thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 171px;
  overflow: hidden;
  border: 1px solid #e3e3ea;
  border-radius: 10px;
  transition: border .4s;
}
.movie-list_thumb.new::before {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  content: "";
  width: 55px;
  height: 19px;
  background-image: url("../../movie/img/common/icon_new.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.movie-list_thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.movie-list_thumb .time {
  pointer-events: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  background-color: #707070;
  padding: 3px 5px;
}
.movie-list_thumb::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../../movie/img/common/icon_start.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transition: all .3s;
  margin: auto;
}
.movie-list ul li a:hover .movie-list_thumb {
  border: 1px solid #9c69cc;
}
.movie-list ul li a:hover .movie-list_thumb img {
  transform: scale(1.1);
}
.movie-list ul li a:hover .movie-list_thumb::after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.movie-list_tab {
  font-size: 0;
  margin-top: 10px;
}
.movie-list_tab p {
  display: inline-block;
  color: #9c69cc;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #9c69cc;
  border-radius: 50px;
  background-color: #fff;
  padding: 3px 10px;
  margin-top: 0;
  margin-bottom: 5px;
}
.movie-list_tab p:not(:first-child) {
  margin-left: 5px;
}
.movie-list_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: calc(1em * 1.375 * 3);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}
.movie-list_btn {
  width: 230px;
  margin: 15px auto 0;
}
.movie-list:last-child .movie-list_btn {
  margin: 15px auto 80px;
}
.movie-list_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: calc(44px / 2);
  background-color: #9c69cc;
  transition: opacity .4s;
}
.movie-list_btn a:hover {
  opacity: .7;
}
.movie-list_btn a::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  width: 12px;
  height: 9px;
  background-image: url("../../movie/img/common/icon_btn-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}
.movie-list_btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 736px) {
  .movie-list {
    margin-top: 30px;
  }
  .movie-list--wrap {
    width: 100%;
    padding: 0 15px;
  }
  .movie-list_category {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .movie-list ul {
    left: 0;
    width: 100%;
    margin: 0;
  }
  .movie-list ul li {
    display: block;
    width: 100%;
    margin: 0 0 35px;
  }
  .movie-list_thumb {
    height: 51.752vw;
  }
  .movie-list_thumb .time {
    right: 7px;
    bottom: 7px;
  }
  .movie-list ul li a:hover .movie-list_thumb {
    border: 1px solid #707070;
  }
  .movie-list ul li a:hover .movie-list_thumb img {
    transform: scale(1);
  }
  .movie-list ul li a:hover .movie-list_thumb::after {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  .movie-list_btn {
    width: 230px;
    max-width: 60vw;
    margin: 40px auto 0;
  }
  .movie-list:last-child .movie-list_btn {
    margin: 15px auto 60px;
  }
  .movie-list_btn a {
    height: 50px;
    border-radius: calc(50px / 2);
  }
  .movie-list_btn a:hover {
    opacity: 1;
  }
  .movie-list_btn a::after {
    width: 15px;
    height: 11px;
  }
}

.movie-archive_narrowdown {
  background-color:#efefef;
  padding: 30px 0;
}
.movie-archive_narrowdown--wrap {
  width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}
.movie-archive_narrowdown-type,
.movie-archive_narrowdown-category {
  font-size: 0;
}
.movie-archive_narrowdown-category {
  margin-top: 15px;
}
.movie-archive_narrowdown-category .icon {
  display: inline-block;
  width: 71px;
  vertical-align: top;
  margin-right: 8px;
}
.movie-archive_narrowdown-category .icon img {
  width: 100%;
}
.movie-archive_narrowdown-category ul {
  display: inline-block;
  width: calc(100% - 79px);
  font-size: 0;
  vertical-align: top;
  padding: 0;
}
.movie-archive_narrowdown-type p,
.movie-archive_narrowdown-category ul li {
  display: inline-block;
  vertical-align: top;
}
.movie-archive_narrowdown-type p:not(:first-child),
.movie-archive_narrowdown-category ul li:not(:first-child) {
  margin-left: 8px;
}
/* .movie-archive_narrowdown-category input[type='checkbox'] {
  display: none;
} */
.movie-archive_narrowdown-type p a,
.movie-archive_narrowdown-category ul li a {
  display: block;
  cursor: pointer;
  color: #9c69cc;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #9c69cc;
  border-radius: 50px;
  background-color: #fff;
  transition: color .4s, background-color .4s;
  padding: 7.7px 15px;
}
.movie-archive_narrowdown-type p a.selected,
.movie-archive_narrowdown-category ul li a.selected {
  pointer-events: none;
}
.movie-archive_narrowdown-type p a:hover,
.movie-archive_narrowdown-type p a.selected,
.movie-archive_narrowdown-category ul li a:hover,
.movie-archive_narrowdown-category ul li a.selected {
  color: #fff;
  background-color: #9c69cc;
}
@media screen and (max-width: 736px) {
  .movie-archive_narrowdown {
    padding: 20px 0;
  }
  .movie-archive_narrowdown--wrap {
    width: 100%;
    padding: 0 15px;
  }
  .movie-archive_narrowdown-category {
    margin-top: 10px;
  }
  .movie-archive_narrowdown-category .icon {
    width: 60px;
    margin-right: 5px;
  }
  .movie-archive_narrowdown-category ul {
    width: calc(100% - 65px);
  }
  .movie-archive_narrowdown-type p:not(:first-child),
  .movie-archive_narrowdown-category ul li:not(:first-child) {
    margin-left: 5px;
  }
  .movie-archive_narrowdown-type p a,
  .movie-archive_narrowdown-category label {
    font-size: 1.4rem;
    padding: 7px 10px;
  }
  .movie-archive_narrowdown-type p a:hover,
  .movie-archive_narrowdown-category label:hover {
    color: #9c69cc;
    background-color: #fff;
  }
}

.movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100vw;
  height: 100vh;
  display: none;
}
.movie-modal.open {
  display: block;
}
.movie-modal--close, .movie-modal--filter {
  position: absolute;
  content: "";
}
.movie-modal--close {
  cursor: pointer;
  top: 20px;
  right: 40px;
  z-index: 7;
  width: 30px;
  height: 30px;
  background-image: url("../../movie/img/common/icon_close.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.movie-modal--filter {
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
}
.movie-modal--wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  width: 660px;
  height: 380px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  margin: auto;
}
.movie-modal--wrap iframe {
  width: 640px;
  height: 360px;
  border: 0;
  outline: 0;
}
@media screen and (max-width: 736px) {
  .movie-modal--close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .movie-modal--wrap {
    width: calc(100% - 20px);
    height: calc(50vw + 20px);
  }
  .movie-modal--wrap iframe {
    width: 100%;
    height: 50vw;
  }
}