@charset "UTF-8";
/*****************************************************
  Webfont
*****************************************************/
@font-face {
  src: url("/font/onb/2021/Heebo-Regular.woff") format("woff"), url("/font/onb/2021/Heebo-Regular.ttf") format("truetype");
  font-family: Heebo;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("/font/onb/2021/Heebo-Bold.woff") format("woff"), url("/font/onb/2021/Heebo-Bold.ttf") format("truetype");
  font-family: Heebo;
  font-style: bold;
  font-weight: 700;
}

/*****************************************************
  Foundation
*****************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 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/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 when focused and also mouse hovered in all browsers.
*/
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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* add */
var {
  font-style: normal;
}

/* 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 {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 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 {
  padding: 0;
  border: 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
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* 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 {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  /* 1 */
  padding: 0;
  border: 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;
}

html {
  height: 100%;
  background-color: #ffffff;
  color: #222222;
  font: 500 14px/1.5 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  word-wrap: break-word;
  width: 100%;
  min-width: 1120px;
  word-break: break-word;
}

body.-open {
  overflow: hidden;
}

div, span, input, textarea, a, table, th, td, section, nav, aside, header, footer, main, figure, select, dl, ul, ol, li, dt, dd, p, label, button, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
}

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

em {
  font-style: normal;
}

p {
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: .1s linear;
}

select {
  box-sizing: border-box;
  white-space: nowrap;
}

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

/*****************************************************
  Layout
*****************************************************/
.article_list {
  position: relative;
}

/* =================================================
  .globalNav
================================================= */
.globalNavi {
  position: relative;
  clear: both;
  border-bottom: 1px solid #dadada;
  background: #fff;
}

.globalNavi.-fixed {
  margin-bottom: 54px;
}

.globalNavi .globalNaviContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}

.globalNavi .globalNaviLeft {
  align-items: center;
  height: 100%;
}

.globalNavi .globalNaviLeft > li {
  padding: 10px 0;
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.globalNavi .globalNaviLeft > li a:hover {
  color: #e50121;
}

.globalNavi .globalNaviLeft > li a.linkBottomArrow i.bottomArrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background: url(/images/onb/2021/ico_bottom_arrow.svg) no-repeat;
  background-size: 100% 100%;
}

.globalNavi .globalNaviLeft > li + li {
  margin-left: 19px;
}

.globalNavi .globalNaviRight {
  display: flex;
  align-items: center;
  height: 100%;
}

.globalNavi .globalNaviRight li {
  font-size: 14px;
  font-weight: 500;
}

.globalNavi .globalNaviRight li a.btnLogin {
  margin-right: 4px;
}

.globalNavi .globalNaviRight li a.nikNotRegistered {
  margin-right: 10px;
}

.globalNavi .globalNaviRight .btn {
  margin-left: 20px;
}

.globalNavi .globalNaviRight .btn + .btn {
  margin-left: 20px;
}

.globalNavi .globalNaviRight .nbPoint {
  padding-left: 20px;
  background: url(/images/onb/2021/ico_lock.svg) left center/12px auto no-repeat;
  font-weight: bold;
}

.globalNavi .globalNaviRight .nbPoint strong {
  color: #e50121;
}

.globalNavi .globalNaviRight .status {
  margin-left: 20px;
}

.globalNavi .globalNaviRight .name {
  margin-left: 10px;
  font-weight: bold;
}

.globalNavi .globalNaviRight .config {
  margin-left: 10px;
  font-weight: 500;
}

.globalNavi .globalNaviRight .config a {
  color: #e50121;
}

.globalNavi .globalNaviRight .config a:hover {
  text-decoration: underline;
}

/* BPプルダウン */
.bpSiteNavi {
  position: relative;
}

.bpSiteNavi .bpSiteList {
  box-sizing: content-box;
  display: none;
  z-index: 9999;
  position: absolute;
  top: 23px;
  left: 0;
  width: 200px;
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  line-height: 1;
}

.bpSiteNavi .bpSiteList li {
  padding: 6px 0;
}

.bpSiteNavi .bpSiteList li a:hover {
  text-decoration: underline;
}

.bpSiteNavi .bpSiteList li.close {
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: solid 1px #888888;
  border-radius: 2px;
}

.bpSiteNavi .bpSiteList li.close::before, .bpSiteNavi .bpSiteList li.close::after {
  display: block;
  position: absolute;
  top: -9px;
  width: 17px;
  height: 17px;
  border-bottom: solid 1px #888888;
  content: '';
}

.bpSiteNavi .bpSiteList li.close::before {
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bpSiteNavi .bpSiteList li.close::after {
  left: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bpSiteNavi .bpSiteList li.close label {
  display: block;
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bpSiteNavi .bottomArrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 6px;
  background: url(/images/onb/2021/ico_bottom_arrow.svg) no-repeat;
  background-size: 100% 100%;
}

.bpSiteNavi label {
  cursor: pointer;
}

.bpSiteNavi label:hover {
  color: #e50121;
}

.bpSiteNavi label.mask {
  display: none;
}

.bpSiteNavi label.mask div {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#globalNaviStatus {
  display: none;
}

#globalNaviStatus:checked ~ label.mask,
#globalNaviStatus:checked ~ label.mask ~ ul.bpSiteList {
  display: block !important;
}

/* 機能ボタン */
.btnFunc {
  display: inline-block;
  width: 110px;
  padding: 5px 0;
  border: 1px solid #ddd;
  border-radius: 1px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.btnFunc:hover {
  color: #e50121;
}

.btnFunc.-login {
  border-color: #e50121;
  background: linear-gradient(103deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), linear-gradient(to bottom, #e50121, #e50121);
  color: #fff;
}

.btnFunc.-login:hover {
  background: #fff;
  color: #e50121;
}

.btnFunc.-apply {
  border-color: #1b9b82;
  background: linear-gradient(103deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), linear-gradient(to bottom, #1b9b82, #1b9b82);
  color: #fff;
}

.btnFunc.-apply:hover {
  background: #fff;
  color: #1b9b82;
}

.btnFunc.-mypage {
  border-color: #e50121;
  color: #e50121;
}

.btnFunc.-mypage:hover {
  background-color: #e50121;
  color: #fff;
}

/* =================================================
  全社緊急お知らせ
================================================= */
#corporateInfomation {
  display: block;
  width: 600px;
  margin: 10px auto;
  padding: 0;
  border: solid 1px red;
  border-radius: 4px;
}

#corporateInfomation * {
  box-sizing: border-box;
  font-size: 14px;
}

#corporateInfomation h4 {
  margin: 0;
  color: #d80022;
}

#corporateInfomation a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 40px;
  text-decoration: none;
}

/* =================================================
  Frame
================================================= */
.l-wrapper {
  min-width: 1140px;
}

.l-content {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}

.l-content_footer {
  width: 772px;
  margin: 120px auto 0;
}

.l-content_footer + .l-content_footer {
  margin-top: 60px;
}

.l-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.l-main_top {
  width: 100%;
  margin-bottom: 120px;
}

.l-main_primary {
  width: 772px;
}

.l-main_primary.-full {
  width: 100%;
}

.l-main_secondary {
  width: 300px;
}

.l-main_secondary > div, .l-main_secondary > section, .l-main_secondary .l-asideSection {
  margin-bottom: 50px;
}

.l-main.-webinar {
  padding-top: 0;
}

.l-main.-special {
  padding-top: 0;
}

.l-main.-imageViewer {
  padding-top: 20px;
}

/* =================================================
  Header
================================================= */
.l-header {
  z-index: 110;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transition: .2s all ease-out;
}

.l-header.-fixed {
  z-index: 10000;
  position: fixed;
}

.l-header.-compact .l-header_container {
  padding: 30px 0;
  box-shadow: none;
}

.l-header.-compact .l-header_siteLogo {
  width: 149px;
  margin: 0 auto;
}

.l-header.-compact .l-header_siteLogo_image {
  width: 149px;
}

.l-header.-imageViewer {
  border-bottom: 1px solid #dadada;
}

.l-header.-imageViewer .l-header_container {
  padding: 30px 0;
  box-shadow: none;
}

.l-header.-imageViewer .l-header_siteLogo {
  width: 149px;
  margin: 0 auto;
}

.l-header.-imageViewer .l-header_siteLogo_image {
  width: 149px;
}

.l-header_container {
  z-index: 1;
  position: relative;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.l-header_block {
  display: flex;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
  padding: 10px 0 14px;
}

.l-header_search {
  width: 25px;
  height: 25px;
  margin: 0 0 0 43px;
  background: url(/images/onb/2021/ico_search_black.svg) center center/25px auto no-repeat;
}

.l-header_search_btn {
  width: 25px;
  height: 25px;
  background: #fff url(/images/onb/2021/ico_search.svg) center center/25px auto no-repeat;
  vertical-align: top;
  transition: .1s all ease-out;
}

.l-header_search_btn:hover {
  outline: none;
  background-image: url(/images/onb/2021/ico_search_black.svg);
}

.l-header_search_btn:focus {
  outline: none;
}

.l-header_search_btn.-active {
  background-image: url(/images/onb/2021/ico_search_black.svg);
}

.l-header_search_inbox {
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-header_searchBox {
  display: none;
  z-index: -1;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  opacity: 0.95;
}

.l-header_searchBox_container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 437px;
  margin: 54px auto 0;
  padding: 0 0 13px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #e50121;
  border-left: none;
}

.l-header_searchBox_field {
  width: 407px;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 22px;
  line-height: 30px;
}

.l-header_searchBox_field:hover, .l-header_searchBox_field:focus {
  outline: none;
}

.l-header_searchBox_submitBtn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  background: url(/images/onb/2021/ico_search.svg) center center/20px auto no-repeat;
}

.l-header_searchBox_submitBtn:hover {
  outline: none;
  background-image: url(/images/onb/2021/ico_search_black.svg);
}

.l-header_searchBox_submitBtn:focus {
  outline: none;
}

.l-header_searchBox_close {
  margin: 20px 0 30px;
  font-size: 14px;
  line-height: 20px;
}

.l-header_searchBox_close:hover {
  outline: none;
  color: #e50121;
}

.l-header_searchBox_close:focus {
  outline: none;
}

.l-header_searchBox_tag {
  max-width: 1120px;
  margin: 0 auto 40px;
}

.l-header_searchBox_tag_item {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid #f6f6f6;
  border-radius: 1px;
}

.l-header_searchBox_tag_item a {
  padding: 6px;
  color: #e50121;
  font-size: 14px;
  line-height: 1;
}

.l-header_searchBox_tag_item:hover {
  border-color: #e50121;
}

.l-header_siteLogo {
  margin-left: 355px;
}

.l-header_siteLogo_image {
  margin: 0;
}

.l-header_siteLogo_image img {
  display: block;
  transition: all .3s;
}

.l-header_siteLogo_image a:hover img {
  opacity: .5;
}

.l-header_loginBox {
  margin-left: auto;
}

.l-header_loginBox_menu {
  display: flex;
  height: 30px;
}

.l-header_loginBox_menu_item {
  position: relative;
}

.l-header_loginBox_menu_item.-new {
  width: 58px;
}

.l-header_loginBox_menu_item.-new .l-header_loginBox_menu_icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: url(/images/onb/2021/ico_weekly.svg) center center/24px auto no-repeat;
}

.l-header_loginBox_menu_item + .l-header_loginBox_menu_item {
  margin-left: 40px;
}

.l-header_loginBox_menu_link {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  transition: all linear .1s;
}

.l-header_loginBox_menu_link:hover .l-header_loginBox_menu_label {
  color: #e50121;
}

.l-header_loginBox_menu_label {
  transition: .2s all ease-out;
}

.l-header_loginBox_menu_avatar {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  overflow: hidden;
  border-radius: 50%;
}

.l-header_loginBox_menu_theme {
  display: none;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 100%;
  right: -80px;
  width: 416px;
  border: solid 1px #eeeeee;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}

.l-header_loginBox_menu_theme_inner {
  position: relative;
  padding: 25px 30px 21px;
}

.l-header_loginBox_menu_theme_inner::before {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 2px;
  background: #06375c;
  content: '';
}

.l-header_loginBox_menu_theme_heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
}

.l-header_loginBox_menu_theme_heading_title {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.l-header_loginBox_menu_theme_heading_more {
  position: relative;
  margin-left: 10px;
  padding: 0 15px 0 0;
}

.l-header_loginBox_menu_theme_heading_more::after {
  display: block;
  position: absolute;
  top: .35em;
  right: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #e50121;
  content: '';
}

.l-header_loginBox_menu_theme_heading_more a {
  color: #e50121;
}

.l-header_loginBox_menu_theme_heading_more a:hover {
  text-decoration: underline;
}

.l-header_loginBox_menu_theme_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}

.l-header_loginBox_menu_theme_tags_item {
  margin: 0 10px 10px 0;
  font-size: 12px;
}

.l-header_loginBox_menu_theme_tags_item a {
  display: block;
  padding: 5px 15px;
  border: solid 1px #eeeeee;
  border-radius: 2px;
  color: #e50121;
}

.l-header_loginBox_menu_theme_tags_item a:hover {
  border-color: transparent;
  background: #e50121;
  color: #fff;
}

.l-header_overlay {
  display: none;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.7;
}

body.-open .l-header_overlay {
  display: block;
}

/* =================================================
  .l-localNavi
================================================= */
.l-localNavi {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -400px;
  width: 400px;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  text-align: left;
  transition: all linear .2s;
}

.l-localNavi.-open {
  left: 0;
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.1);
}

.l-localNavi_toggle {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.l-localNavi_toggle:hover {
  background-color: #e50121;
}

.l-localNavi_toggle:hover .l-localNavi_toggle_icon {
  background: #fff;
}

.l-localNavi_toggle:hover .l-localNavi_toggle_icon::before, .l-localNavi_toggle:hover .l-localNavi_toggle_icon::after {
  background: #fff;
}

.l-localNavi_toggle_icon {
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  width: 24px;
  height: 1px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e50121;
  transition: all .3s;
}

.l-localNavi_toggle_icon::before, .l-localNavi_toggle_icon::after {
  display: block;
  position: absolute;
  width: 24px;
  height: 1px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e50121;
  content: '';
  transition: all .3s;
}

.l-localNavi_toggle_icon::before {
  top: 8px;
}

.l-localNavi_toggle_icon::after {
  top: 15px;
}

.l-localNavi_toggle_label {
  display: block;
  font-size: 10px;
  font-weight: bold;
}

.l-localNavi_container {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

.l-localNavi_close {
  display: block;
  position: relative;
  width: 21px;
  height: 21px;
  margin: 49px 0 0 49px;
}

.l-localNavi_close::before, .l-localNavi_close::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 21px;
  height: 2px;
  margin: auto;
  background: #e50121;
  content: '';
}

.l-localNavi_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-localNavi_close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.l-localNavi_header {
  box-sizing: border-box;
  width: 280px;
  margin: 32px 0 25px 72px;
}

.l-localNavi_header_func {
  display: flex;
}

.l-localNavi_header_func_item {
  flex: 1;
}

.l-localNavi_header_func_item + .l-localNavi_header_func_item {
  margin-left: 20px;
}

.l-localNavi_header_func_item .btnFunc {
  width: 100%;
  min-width: 130px;
  padding: 11px 0;
  line-height: 1;
}

.l-localNavi_header_user {
  display: flex;
  width: 100%;
}

.l-localNavi_header_user_avator {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 120px;
}

.l-localNavi_header_user_avator img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: .4s ease-in-out;
}

.l-localNavi_header_user_info {
  width: 157px;
}

.l-localNavi_header_user .textAuthorTitle {
  font-size: 14px;
  line-height: 20px;
}

.l-localNavi_header_user .textAuthorName {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

.l-localNavi_header_user .textAuthorName span {
  margin-left: 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.l-localNavi_header_user .displayName {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
}

.l-localNavi_header_user .nbPoint {
  margin-top: 10px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_lock.svg) left center/13px auto no-repeat;
  line-height: 1;
}

.l-localNavi_header_user .nbPoint .-number {
  color: #e50121;
  font-weight: bold;
}

.l-localNavi_header_user_setting {
  width: 30px;
  margin-left: 10px;
  padding-top: 26px;
  color: #e50121;
  line-height: 14px;
}

.l-localNavi_header_user_setting_button {
  display: block;
}

.l-localNavi_header_user_setting_button:hover {
  color: #222222;
}

.l-localNavi_header_user + .l-localNavi_header_func {
  margin-top: 20px;
}

.l-localNavi_header_applyBtn {
  width: 100%;
  margin-top: 20px;
}

.l-localNavi_header_applyBtn .btnFunc {
  width: 100%;
  padding: 11px 0;
}

.l-localNavi_siteLogo img {
  display: inline-block;
  margin-right: 10px;
  transition: all .3s;
}

.l-localNavi_siteLogo a {
  display: block;
  padding: 20px 20px 20px 64px;
}

.l-localNavi_siteLogo a:hover img {
  opacity: .7;
}

.l-localNavi_menu {
  width: 280px;
  margin: 0 0 20px 72px;
}

.l-localNavi_menu.-highlight {
  background: #1b9b82;
}

.l-localNavi_menu_heading {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
}

.l-localNavi_menu_content {
  display: flex;
  justify-content: center;
}

.l-localNavi_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-localNavi_menu_list.-wide {
  display: block;
}

.l-localNavi_menu_list.-wide .l-localNavi_menu_item {
  width: auto;
}

.l-localNavi_menu_item + .l-localNavi_menu_item {
  margin-top: 20px;
}

.l-localNavi_menu_item a {
  display: block;
  padding: 5px 0 5px 30px;
  font-size: 14px;
  font-weight: bold;
}

.l-localNavi_menu_item a:hover {
  color: #e50121;
}

.l-localNavi_menu_item.-mypage {
  background: url(/images/onb/2021/ico_mypage.svg) 0 50% no-repeat;
  background-size: 23px auto;
}

.l-localNavi_menu_item.-new {
  background: url(/images/onb/2021/ico_new.svg) 0 50% no-repeat;
}

.l-localNavi_menu_item.-weekly {
  background: url(/images/onb/2021/ico_weekly.svg) 0 50%/18px auto no-repeat;
}

.l-localNavi_menu_item.-author {
  background: url(/images/onb/2021/ico_author.svg) 0 50% no-repeat;
}

.l-localNavi_menu_item.-series {
  background: url(/images/onb/2021/ico_series.svg) 0 50% no-repeat;
}

.l-localNavi_menu_item.-raise {
  background: url(/images/onb/2021/ico_raise.svg) 0 50% no-repeat;
}

.l-localNavi_menu_item.-seminar {
  background: url(/images/onb/2021/ico_seminar.svg) 0 50% no-repeat;
}

.l-localNavi_menu_item.-ranking {
  background: url(/images/onb/2021/ico_ranking.svg) 0 50% no-repeat;
}

.l-localNavi_menu_item.-backnumber {
  background: url(/images/onb/2021/ico_backnumber.svg) 0 50% no-repeat;
}

.l-localNavi_menu_item.-issue {
  background: url(/images/onb/2021/ico_issue.svg) 0 50% no-repeat;
}

.l-localNavi_fontSize {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 0 20px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.l-localNavi_fontSize_container {
  width: 280px;
  margin: 0 0 0 72px;
}

.l-localNavi_fontSize_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33px;
  padding-bottom: 7px;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  font-weight: 500;
  transition: .1s all ease-out;
}

.l-localNavi_fontSize_btn:hover {
  border-bottom: 1px solid #e50121;
  outline: none;
}

.l-localNavi_fontSize_btn:focus {
  outline: none;
}

.l-localNavi_fontSize_btn.-active {
  border-bottom: 1px solid #e50121;
}

.l-localNavi_fontSize_btn:before {
  display: block;
  content: '';
  transition: .1s all ease-out;
}

.l-localNavi_fontSize_btn + .l-localNavi_fontSize_btn {
  margin-left: 48px;
}

.l-localNavi_fontSize_btn.-small:before {
  width: 8px;
  height: 10px;
  background: url(/images/onb/2021/ico_fontsize.svg) center center/8px auto no-repeat;
}

.l-localNavi_fontSize_btn.-small.-active:before {
  background-image: url(/images/onb/2021/ico_fontsize_red.svg);
}

.l-localNavi_fontSize_btn.-medium:before {
  width: 11px;
  height: 14px;
  background: url(/images/onb/2021/ico_fontsize.svg) center center/11px auto no-repeat;
}

.l-localNavi_fontSize_btn.-medium.-active:before {
  background-image: url(/images/onb/2021/ico_fontsize_red.svg);
}

.l-localNavi_fontSize_btn.-large {
  width: 37px;
}

.l-localNavi_fontSize_btn.-large:before {
  width: 15px;
  height: 20px;
  background: url(/images/onb/2021/ico_fontsize.svg) center center/15px auto no-repeat;
}

.l-localNavi_fontSize_btn.-large.-active:before {
  background-image: url(/images/onb/2021/ico_fontsize_red.svg);
}

.l-localNavi_footer {
  padding: 0 48px 40px 72px;
}

.l-localNavi_footer_appBtn {
  margin-bottom: 30px;
  padding: 0 48px 0 72px;
}

.l-localNavi_footer_appBtn_item + .l-localNavi_footer_appBtn_item {
  margin-top: 20px;
}

.l-localNavi_footer_appBtn_item a {
  display: block;
  padding: 10px 0 10px 44px;
  font-size: 14px;
  font-weight: bold;
}

.l-localNavi_footer_appBtn_item a:hover {
  color: #e50121;
}

.l-localNavi_footer_appBtn_item.-webApp a {
  background: url(/images/onb/2021/ico_webapp.png) left center/32px auto no-repeat;
}

.l-localNavi_footer_appBtn_item.-viewer a {
  background: url(/images/onb/2021/ico_viewer.png) left center/32px auto no-repeat;
}

.l-localNavi_footer_sns {
  display: flex;
}

.l-localNavi_footer_sns_btn {
  width: 60px;
  height: 60px;
}

.l-localNavi_footer_sns_btn + .l-localNavi_footer_sns_btn {
  margin-left: 50px;
}

.l-localNavi_footer_sns_label {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s all ease-out;
}

.l-localNavi_footer_sns_label.-facebook {
  background-image: url(/images/onb/2021/ico_facebook.svg);
}

.l-localNavi_footer_sns_label.-twitter {
  background-image: url(/images/onb/2021/ico_twitter.svg);
}

.l-localNavi_footer_sns_label.-instagram {
  background-image: url(/images/onb/2021/ico_instagram.svg);
}

.l-localNavi_footer_sns_label:hover {
  opacity: 0.7;
}

.l-localNavi_footer_logout {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.l-localNavi_footer_logout a {
  transition: .4s all ease-out;
}

.l-localNavi_footer_logout a:hover {
  color: #e50121;
}

/* =================================================
  .l-importantNotice
================================================= */
.l-importantNotice {
  height: 68px;
  overflow: hidden;
  background-color: #f6f6f6;
  text-align: center;
}

.l-importantNotice_list {
  width: 100%;
}

.l-importantNotice_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.l-importantNotice_link {
  display: inline-block;
  position: relative;
  padding: 22px;
  background-image: url(/images/onb/2021/ico_right_arrow.svg);
  background-position: right 2px top calc(50% - 1px);
  background-repeat: no-repeat;
  background-size: auto 14px;
  color: #e50121;
  font-size: 16px;
  line-height: 1.4;
}

.l-importantNotice_link:hover {
  text-decoration: underline;
}

/* =================================================
  .l-categoryNavi
================================================= */
.l-categoryNavi {
  border-bottom: 1px solid #dadada;
}

.l-categoryNavi_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 57px;
  margin: 0 auto;
}

.l-categoryNavi_menu_item {
  position: relative;
  height: 20px;
  margin-right: 39px;
}

.l-categoryNavi_menu_item a {
  position: relative;
  height: 100%;
  padding-left: 1px;
  line-height: 20px;
  text-align: center;
}

.l-categoryNavi_menu_item a:hover {
  color: #e50121;
}

.l-categoryNavi_menu_item a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 16px;
  margin: auto 0;
  background: #fff;
  content: '';
}

.l-categoryNavi_menu_item_btn {
  z-index: 5;
  position: relative;
  padding: 0 10px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  cursor: pointer;
}

.l-categoryNavi_menu_item_list {
  display: none;
  z-index: 4;
  position: absolute;
  top: 38px;
  left: 0;
  width: 300px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.19);
  list-style: none;
}

.l-categoryNavi_menu_item_list li {
  margin-top: 10px;
}

.l-categoryNavi_menu_item_list li:first-child {
  margin-top: 0;
}

.l-categoryNavi_menu_item_list a {
  display: block;
  text-align: left;
}

.l-categoryNavi_menu_item.-accordion {
  margin: 0 35px 0 -10px;
}

.l-categoryNavi_menu_item.-accordion:hover .l-categoryNavi_menu_item_btn {
  padding: 10px 10px 20px;
  border-color: #dadada;
  color: #e50121;
}

.l-categoryNavi_menu_item.-accordion:hover .l-categoryNavi_menu_item_list {
  display: block;
}

.l-categoryNavi_menu_item:nth-child(8) {
  padding-left: 38px;
  border-left: 1px solid #dadada;
}

.l-categoryNavi_menu_item:last-child {
  margin-right: 0;
}

.l-categoryNavi_menu_item:last-child a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 16px;
  margin: auto 0;
  background: #fff;
  content: '';
}

/* =================================================
  Footer
================================================= */
.l-footer {
  margin: 120px 0 0;
  background: #f6f6f6;
}

.l-footer_utility {
  background: #f6f6f6;
}

.l-footer_utility_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 25px;
}

.l-footer_func {
  display: flex;
}

.l-footer_func_btn a {
  width: 160px;
  padding: 7px 0;
  line-height: 1;
}

.l-footer_func_btn a.-mypage {
  padding: 6px 0;
  border-radius: 2px;
  font-size: 16px;
}

.l-footer_func_btn + .l-footer_func_btn {
  margin-left: 20px;
}

.l-footer_sns {
  display: flex;
}

.l-footer_sns_btn {
  width: 60px;
  height: 60px;
}

.l-footer_sns_btn + .l-footer_sns_btn {
  margin-left: 37px;
}

.l-footer_sns_label {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s all ease-out;
}

.l-footer_sns_label.-facebook {
  background-image: url(/images/onb/2021/ico_facebook.svg);
}

.l-footer_sns_label.-twitter {
  background-image: url(/images/onb/2021/ico_twitter.svg);
}

.l-footer_sns_label.-instagram {
  background-image: url(/images/onb/2021/ico_instagram.svg);
}

.l-footer_sns_label:hover {
  opacity: .7;
}

.l-footer_local {
  margin: -10px 0 20px;
  background: #f6f6f6;
}

.l-footer_local_container {
  width: 1120px;
  margin: 0 auto;
}

.l-footer_local_menu {
  margin: 0 0 30px;
  padding-left: 19px;
  border-left: 1px solid #e50121;
}

.l-footer_local_menu + .l-footer_local_menu {
  margin-top: 24px;
}

.l-footer_local_menu_heading {
  margin-bottom: 6px;
  font-size: 12px;
}

.l-footer_local_menu_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  font-weight: bold;
}

.l-footer_local_menu_item {
  width: 203px;
  margin-top: 10px;
  margin-right: 20px;
}

.l-footer_local_menu_item:nth-child(5n) {
  margin-right: 0;
}

.l-footer_local_menu_item a {
  color: #242424;
  font-size: 14px;
  font-weight: bold;
}

.l-footer_local_menu_item a:hover {
  color: #e50121;
}

.l-footer_local_menu.-sub .l-footer_local_menu_heading {
  margin-bottom: 15px;
}

.l-footer_local_menu.-sub .l-footer_local_menu_item a {
  font-weight: 500;
}

.l-footer_local_menu.-single {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  border-left: none;
}

.l-footer_local_menu.-single .l-footer_local_menu_item {
  width: 300px;
  margin-right: 20px;
  padding: 10px 0 10px 19px;
  border-left: 1px solid #e50121;
}

.l-footer_local_poweredBy {
  margin-bottom: 30px;
  color: #8c8c8c;
  font-size: 12px;
}

.l-footer_global {
  background-color: #eeeeee;
}

.l-footer_global_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.l-footer_global_company img {
  width: 69px;
}

.l-footer_global_link {
  display: flex;
  margin-left: 135px;
}

.l-footer_global_link_item {
  height: 18px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.l-footer_global_link_item a:hover {
  color: #e50121;
}

.l-footer_global_link_item + .l-footer_global_link_item {
  border-left: 1px solid #999;
}

.l-footer_switch {
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.l-footer_switch a:hover {
  color: #e50121;
}

.l-footer_copyright {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 23px;
}

.l-footer_copyright p {
  color: #666666;
  font-size: 12px;
}

.l-footer.-compact .l-footer_global_container {
  width: 100%;
  padding-top: 40px;
}

.l-footer.-compact .l-footer_global_company {
  width: 100%;
  text-align: center;
}

.l-footer.-compact .l-footer_copyright {
  width: 100%;
  padding: 15px 0 40px;
}

.l-footer.-compact .l-footer_copyright p {
  text-align: center;
}

.l-footer.-imageViewer {
  margin-top: 0;
}

.l-footer.-imageViewer .l-footer_global {
  background-color: #fff;
}

.l-footer.-imageViewer .l-footer_global_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0 40px;
}

.l-footer.-imageViewer .l-footer_global_company {
  width: 60px;
  margin-right: 10px;
}

.l-footer.-imageViewer .l-footer_global .l-footer_copyright {
  width: auto;
  margin: 0;
  padding: 0;
}

/* =================================================
  .asideRight
================================================= */
.asideRight .dag_banner,
.asideRight .adRectangle {
  text-align: center;
}

.asideRight .dag_banner a,
.asideRight .adRectangle a {
  display: block;
}

/* =================================================
  .l-asideSection
================================================= */
.l-asideSection_heading {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}

.l-asideSection_heading.-logo {
  display: block;
}

.l-asideSection_heading.-logo .l-asideSection_heading_title {
  margin: 0 0 5px;
  padding-left: 0;
  background: none;
}

.l-asideSection_heading.-logo .l-asideSection_heading_title img {
  display: block;
}

.l-asideSection_heading.-logo .l-asideSection_heading_title a {
  padding: 0;
  background: none;
}

.l-asideSection_heading_title {
  position: relative;
  margin: 0 0 30px;
  padding-left: 14px;
  border-left: 2px solid #e50121;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.l-asideSection_heading_title .followBox {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 18px;
}

.l-asideSection_backnumber {
  margin-bottom: 20px;
}

.l-asideSection_backnumber_info {
  margin: 20px 0 0;
}

.l-asideSection_backnumber_title {
  margin: 0 0 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

.l-asideSection_backnumber_desc {
  color: #8c8c8c;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 22px;
}

.l-asideSection_backnumber_link {
  display: block;
}

.l-asideSection_backnumber .c-btn {
  margin-top: 20px;
}

.l-asideSection .c-tab_nav {
  margin-bottom: 16px;
}

.l-asideSection .c-moreLink {
  margin-top: 20px;
}

.l-asideSection.-accessRanking {
  margin-top: 60px;
  border-top: 1px solid #06375c;
  border-bottom: 1px solid #06375c;
}

.l-asideSection.-accessRanking .l-asideSection_heading_title {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 0;
  border-left: none;
  color: #06375c;
  font-size: 17px;
  letter-spacing: 0.23px;
  line-height: 21px;
}

.l-asideSection.-timeline .l-asideSection_heading {
  margin-bottom: 30px;
}

.l-asideSection.-timeline .l-asideSection_heading_title {
  display: inline-block;
  margin: 0;
  padding-left: 24px;
  border-left: none;
  background: url(/images/onb/2021/ico_clock.svg) left center/18px 18px no-repeat;
  line-height: 25px;
  vertical-align: middle;
}

.l-asideSection.-timeline .l-asideSection_heading .followBox {
  margin-left: 4px;
}

.l-asideSection.-timeline .c-btn a {
  background-size: 14px auto;
  font-size: 14px;
  cursor: pointer;
}

/* =================================================
  .l-section
================================================= */
.l-section + .l-section {
  margin-top: 60px;
}

.l-section.-large + .l-section.-large {
  margin-top: 80px;
}

.l-section.-xlarge + .l-section.-xlarge {
  margin-top: 120px;
}

.l-section.-feature + .l-section.-feature {
  margin-top: 30px;
}

.l-section.-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.l-section.-border + .l-section.-border {
  margin-top: 20px;
}

.l-section.-pagingborder {
  padding-bottom: 20px;
}

.l-section.-pagingborder .p-pagenation, .l-section.-pagingborder .p-pagination {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.l-topSection + .l-topSection {
  margin-top: 120px;
}

/* =================================================
  .l-topicsPath
================================================= */
.l-topicsPath {
  display: flex;
  width: 1120px;
  margin: -30px auto 40px;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
}

.l-topicsPath_item {
  color: #8c8c8c;
}

.l-topicsPath_item a {
  color: #8c8c8c;
}

.l-topicsPath_item a.-parent {
  color: #e50121;
}

.l-topicsPath_item a:hover {
  text-decoration: underline;
}

.l-topicsPath_item:first-of-type {
  color: #222222;
}

.l-topicsPath_item:first-of-type a {
  color: #222222;
}

.l-topicsPath_item + .l-topicsPath_item::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  vertical-align: .1em;
  content: '';
}

/* =================================================
  .l-adRectangle
================================================= */
.l-adRectangle {
  margin: 120px auto 0;
}

.l-adRectangle .adRectangle {
  width: 650px;
  margin: 0 auto;
  overflow: hidden;
}

.l-adRectangle .adRectangle li {
  float: left;
  text-align: center;
}

.l-adRectangle .adRectangle li:first-child {
  margin-right: 50px;
}

/* =================================================
  データ利用について
================================================= */
.bpPrivacy {
  display: none;
  z-index: 1400;
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 440px;
  padding: 16px;
  border-top: 4px solid #1e4d84;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.bpPrivacy_message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.bpPrivacy_buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.bpPrivacy_button-detail, .bpPrivacy_button-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bpPrivacy_button-detail {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
}

.bpPrivacy_button-detail:hover {
  background-color: rgba(51, 51, 51, 0.06);
}

.bpPrivacy_button-close {
  margin-left: 15px;
  border: none;
  background-color: #0068bc;
  color: #fff;
  font-weight: 700;
}

.bpPrivacy_button-close:hover {
  background-color: rgba(0, 118, 214, 0.9);
}

/* =================================================
  .l-print
================================================= */
.l-print_wrapper {
  width: 100%;
}

.l-print_main {
  width: 100%;
}

.l-print_content {
  width: 100%;
}

/* =================================================
  popup
================================================= */
body.-popup {
  height: 100%;
  background: #f6f6f6;
}

body.-popup .l-compact {
  background: #fff;
}

/*****************************************************
  Object
*****************************************************/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs21 {
  font-size: 21px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs23 {
  font-size: 23px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs25 {
  font-size: 25px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs27 {
  font-size: 27px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs29 {
  font-size: 29px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

.u-fs31 {
  font-size: 31px !important;
}

.u-fs32 {
  font-size: 32px !important;
}

.u-fs33 {
  font-size: 33px !important;
}

.u-fs34 {
  font-size: 34px !important;
}

.u-fs35 {
  font-size: 35px !important;
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

.u-red {
  color: #e50121 !important;
}

.u-green {
  color: #1b9b82 !important;
}

/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  box-sizing: border-box;
  position: relative;
  max-width: 322px;
  margin: 60px auto 0;
}

.c-btn a {
  display: block;
  padding: 12px 20px 12px;
  border: 1px solid #e50121;
  border-radius: 2px;
  background: #ffffff url(/images/onb/2021/ico_right_arrow_02.svg) right 12px center/auto 18px no-repeat;
  color: #e50121;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.c-btn a::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e50121;
  border-radius: 2px;
  content: '';
}

.c-btn a:hover::after {
  border-width: 2px;
}

.c-btn.-list {
  margin-top: 48px;
}

.c-btn.-large {
  max-width: 483px;
}

.c-btn.-medium {
  max-width: 335px;
}

.c-btn.-read a {
  background-image: url(/images/onb/2021/ico_read.svg);
  color: #222222;
}

.c-btn.-read a::after {
  border-color: #222222;
}

.c-btn.-bottom a {
  background-image: url(/images/onb/2021/ico_bottom_arrow_02.svg);
  background-size: 18px auto;
}

.c-btn.-mail a {
  background-image: url(/images/onb/2021/ico_mail.svg);
  background-position: left 12px center;
  background-size: 18px auto;
}

.c-btn.-nextPage {
  max-width: 100%;
  margin-top: 48px;
}

.c-btn.-nextPage a {
  background-image: url(/images/onb/2021/ico_bottom_arrow_02.svg);
  background-position: right 12px bottom 18px;
  background-size: 18px auto;
  color: #222222;
}

.c-btn.-nextPage a .-number {
  display: block;
  margin-bottom: 10px;
  color: #e50121;
  font-size: 14px;
}

.c-btn.-comment {
  max-width: 100%;
  margin-top: 30px;
}

.c-btn.-comment a {
  background-image: url(/images/onb/2021/ico_comment.svg);
  color: #222222;
}

.c-btn.-comment a::after {
  border-color: #222222;
}

.c-btn.-record {
  max-width: 100%;
  margin-top: 30px;
}

.c-btn.-record a {
  background-image: url(/images/onb/2021/ico_record.svg);
  color: #222222;
}

.c-btn.-record a::after {
  border-color: #222222;
}

.c-btn.-section {
  max-width: 360px;
  margin-top: 48px;
}

.c-btn.-block {
  max-width: 360px;
  margin-top: 30px;
}

.c-btnFill {
  box-sizing: border-box;
  position: relative;
  max-width: 322px;
  margin: 60px auto 0;
}

.c-btnFill a {
  display: block;
  padding: 12px 20px 12px;
  border: 1px solid #e50121;
  border-radius: 2px;
  background: linear-gradient(97deg, rgba(255, 255, 255, 0.3) -1%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #e50121, #e50121);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.c-btnFill a::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 10px;
  height: 18px;
  background: url(/images/onb/2021/ico_right_arrow_02_white.svg) center/auto 14px no-repeat;
  content: '';
}

.c-btnFill a:hover {
  background: #fff;
  color: #e50121;
}

.c-btnFill a:hover::after {
  background-image: url(/images/onb/2021/ico_right_arrow_02.svg);
}

/* -----------------------------------------------
  title
----------------------------------------------- */
.c-titleLvOne {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.c-titleLvTwo {
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.c-titleLvTwo.-date {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.c-titleLvTwo.-date::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 585px;
  height: 1px;
  margin: 0 0 30px;
  background-color: #e50121;
  content: '';
}

.c-titleLvTwo.-syllabary {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.c-titleLvTwo.-syllabary::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 58px);
  height: 1px;
  margin: 0 0 30px;
  background-color: #e50121;
  content: '';
}

.c-pageTitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
}

.c-title {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}

.c-title02 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.c-title03 {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}

/* -----------------------------------------------
  .c-pageHeader
----------------------------------------------- */
.c-pageHeader {
  position: relative;
  margin-bottom: 30px;
}

.c-pageHeader_text {
  color: #8c8c8c;
  font-weight: 500;
  line-height: 24px;
}

.c-pageHeader_calender {
  position: absolute;
  top: 12px;
  right: 0;
}

.c-pageHeader_calender a {
  padding-left: 19px;
  background: url(/images/onb/2021/ico_calender.svg) left center/14px 14px no-repeat;
}

.c-pageHeader_calender a:hover {
  color: #e50121;
}

.c-pageHeader_viewer {
  position: absolute;
  top: 6px;
  right: 0;
}

.c-pageHeader_yearly {
  position: absolute;
  top: 12px;
  right: 0;
}

.c-pageHeader_yearly_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 20px;
  border: none;
  background: url(/images/onb/2021/ico_updown.svg) left center/14px 14px no-repeat;
  font-size: 16px;
  cursor: pointer;
}

.c-pageHeader_yearly_select::-ms-expand {
  display: none;
}

.c-pageHeader_yearly_select:hover, .c-pageHeader_yearly_select:focus {
  outline: none;
  color: #e50121;
}

.c-pageHeader_footer {
  margin-top: 25px;
}

.c-pageHeader_footer_catch {
  font-size: 18px;
  line-height: 30px;
}

.c-pageHeader .c-titleLvOne {
  margin-bottom: 0;
}

.c-pageHeader .c-titleLvTwo {
  margin-bottom: 0;
}

.c-pageHeader.-raise {
  min-height: 82px;
  margin-bottom: 48px;
  padding: 18px 0 0 94px;
  background: url(/images/onb/2021/ico_raise_page.png) left center no-repeat;
}

.c-pageHeader.-author {
  margin-bottom: 40px;
}

.c-pageHeader.-author .c-pageHeader_footer {
  margin-top: 50px;
}

/* -----------------------------------------------
  .c-figure
----------------------------------------------- */
.c-figure {
  width: 520px;
  margin: 40px auto;
}

.c-figure_image {
  position: relative;
  text-align: center;
}

.c-figure_caption {
  margin: 10px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.7;
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice_item {
  position: relative;
  padding-left: 1em;
}

.c-notice_item + .c-notice_item {
  margin-top: 5px;
}

.c-notice_mark {
  position: absolute;
  left: 0;
}

/* -----------------------------------------------
  .c-tab
----------------------------------------------- */
.c-tab_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 48px;
  border-bottom: 1px solid #e50121;
}

.c-tab_nav_item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.c-tab_nav_trigger {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}

.c-tab_nav_trigger:hover {
  color: #e50121;
}

.c-tab_nav_trigger.-active {
  border-bottom-color: #e50121;
  color: #e50121;
  font-weight: bold;
}

.c-tab_nav.-mypage {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.c-tab_nav.-mypage .c-tab_nav_item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border-bottom: 2px solid transparent;
}

.c-tab_nav.-mypage .c-tab_nav_item .followBox {
  margin-left: 6px;
}

.c-tab_nav.-mypage .c-tab_nav_item.-active {
  border-bottom-color: #e50121;
}

.c-tab_nav.-mypage .c-tab_nav_item.-active .c-tab_nav_trigger {
  font-weight: bold;
}

.c-tab_nav.-mypage .c-tab_nav_item.-active .c-tab_nav_trigger.-latest {
  background-image: url(/images/onb/2021/ico_latest_watch.svg);
}

.c-tab_nav.-mypage .c-tab_nav_item.-active .c-tab_nav_trigger.-list {
  background-image: url(/images/onb/2021/ico_watch_list.svg);
}

.c-tab_nav.-mypage .c-tab_nav_item.-active .c-tab_nav_trigger.-clip {
  background-image: url(/images/onb/2021/ico_clip.svg);
}

.c-tab_nav.-mypage .c-tab_nav_trigger {
  display: inline-block;
  height: 24px;
  padding: 7px 0 3px 40px;
  border-bottom: none;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.c-tab_nav.-mypage .c-tab_nav_trigger:hover {
  color: #e50121;
  font-weight: normal;
}

.c-tab_nav.-mypage .c-tab_nav_trigger.-latest {
  background: url(/images/onb/2021/ico_latest_watch_red.svg) left center no-repeat;
}

.c-tab_nav.-mypage .c-tab_nav_trigger.-latest.-active {
  background-image: url(/images/onb/2021/ico_latest_watch.svg);
}

.c-tab_nav.-mypage .c-tab_nav_trigger.-list {
  background: url(/images/onb/2021/ico_watch_list_red.svg) left center no-repeat;
}

.c-tab_nav.-mypage .c-tab_nav_trigger.-list.-active {
  background-image: url(/images/onb/2021/ico_watch_list.svg);
}

.c-tab_nav.-mypage .c-tab_nav_trigger.-clip {
  background: url(/images/onb/2021/ico_clip_red.svg) left center no-repeat;
}

.c-tab_nav.-mypage .c-tab_nav_trigger.-clip.-active {
  background-image: url(/images/onb/2021/ico_clip.svg);
}

/* -----------------------------------------------
  .c-modal
----------------------------------------------- */
.c-modal {
  position: relative;
  width: 660px;
  max-width: 100%;
  max-height: 80%;
  margin: auto;
  padding: 30px;
  border-radius: 2px;
  background: #fff;
}

.c-modal_scroll {
  max-height: calc(100vh - 271px);
  margin: 0 -30px;
  padding: 0 30px;
  overflow: auto;
}

.c-modal_title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.c-modal_title a {
  color: #222222;
}

.c-modal_title a:hover {
  color: #e50121;
}

.c-modal_body {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.c-modal_body a {
  color: #e50121;
}

.c-modal_body a:hover {
  text-decoration: underline;
}

.c-modal_sub {
  display: flex;
  margin: 20px 0 0;
}

.c-modal_sub_text {
  font-weight: bold;
}

.c-modal_sub_text a {
  color: #e50121;
}

.c-modal_sub_text a:hover {
  text-decoration: underline;
}

.c-modal_closeBtn {
  text-align: center;
}

.c-modal_closeBtn a {
  display: inline-block;
  color: #8c8c8c;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  vertical-align: middle;
}

.c-modal_closeBtn a .-cross {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

.c-modal_closeBtn a .-cross::before, .c-modal_closeBtn a .-cross::after {
  display: block;
  position: absolute;
  top: 0;
  left: 12%;
  width: 18px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  background: #8c8c8c;
  content: '';
}

.c-modal_closeBtn a .-cross::after {
  right: 12%;
  left: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.c-modal_closeBtn a:hover {
  color: #e50121;
}

.c-modal_closeBtn a:hover .-cross::before, .c-modal_closeBtn a:hover .-cross::after {
  background: #e50121;
}

/* -----------------------------------------------
  .c-formCheckList
----------------------------------------------- */
.c-formCheckList {
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.c-formCheckList.-horizontal, .c-formCheckList.-division2, .c-formCheckList.-division3 {
  display: flex;
}

.c-formCheckList.-division2 {
  justify-content: space-between;
}

.c-formCheckList.-division2 .c-formCheckList_item {
  width: calc(100%/2 - 8px);
}

.c-formCheckList.-division3 {
  margin-left: -16px;
}

.c-formCheckList.-division3 .c-formCheckList_item {
  width: calc(100%/3 - 16px);
  margin-left: 16px;
}

.c-formCheckList_item {
  margin: 0 0 12px;
}

.c-formCheckList_item_label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: #222222;
}

.c-formCheckList_item_label input[type="checkbox"] {
  display: none;
}

.c-formCheckList_item_label input[type="checkbox"]:checked + .c-formCheckList_item_ico {
  border-color: transparent;
  background: #e50121 url(/images/onb/2021/ico_checked.svg) 50% 50%/11px auto no-repeat;
}

.c-formCheckList_item_ico {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
}

/* -----------------------------------------------
  .c-entryBtn
----------------------------------------------- */
.c-entryBtn {
  position: relative;
  width: 59px;
}

.c-entryBtn a {
  display: block;
  padding: 7px 6px 5px 24px;
  background: url(/images/onb/2021/ico_mail.svg) left 6px center no-repeat;
  color: #e50121;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: .2s all ease-out;
}

.c-entryBtn a::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e50121;
  border-radius: 1px;
  content: '';
  transition: .2s all ease-out;
}

.c-entryBtn a:hover::after {
  border-width: 2px;
}

/* -----------------------------------------------
  .c-moreLink
----------------------------------------------- */
.c-moreLink {
  text-align: right;
}

.c-moreLink a {
  padding-right: 20px;
  background: url(/images/onb/2021/ico_right_arrow_red.svg) right center/auto 14px no-repeat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: .4s ease-out;
}

.c-moreLink a:visited {
  color: #8b62a0;
}

.c-moreLink a:hover {
  color: #e50121;
}

.c-moreLink.-small {
  margin-top: 30px;
}

.c-moreLink.-red a {
  color: #e50121;
}

.c-moreLink.-red a:hover {
  text-decoration: underline;
}

.l-main_secondary .c-moreLink a {
  color: #e50121;
}

.l-main_secondary .c-moreLink a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .c-viewerLink
----------------------------------------------- */
.c-viewerLink {
  text-align: right;
}

.c-viewerLink a {
  padding-left: 24px;
  background: url(/images/onb/2021/ico_view.svg) left center/auto 14px no-repeat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.c-viewerLink a:visited {
  color: #8b62a0;
}

.c-viewerLink a:hover {
  color: #e50121;
}

/* -----------------------------------------------
  .c-helpIcon
----------------------------------------------- */
.c-helpIcon {
  display: block;
  width: 18px;
  height: 18px;
}

.c-helpIcon a {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #e50121;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.c-helpIcon a:hover {
  border-color: #e50121;
}

.c-helpIcon.-tool {
  z-index: 1;
  position: absolute;
  top: -12px;
  right: -7px;
}

.c-helpIcon.-inline {
  display: inline-block;
  padding-left: 5px;
}

.c-helpIcon.-inline a {
  display: inline-block;
}

.c-helpIcon.-white a {
  color: #ffffff;
}

.c-helpIcon.-author {
  display: none;
  padding-left: 5px;
}

.rhizomeStage[data-purpose="authorFollowChecked"] + .c-helpIcon.-author {
  display: block;
}

/* -----------------------------------------------
  .c-movieIcon
----------------------------------------------- */
.c-movieIcon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 2px 10px;
  background: url(/images/onb/2021/ico_movie.svg) left center/14px auto no-repeat;
  vertical-align: middle;
}

.p-articleList.-special .p-articleList_item_title .c-movieIcon {
  width: 20px;
  height: 20px;
  background-size: contain;
}

/* -----------------------------------------------
  .c-switchBtn
----------------------------------------------- */
.c-switchBtn {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.c-switchBtn_container {
  display: flex;
  width: 280px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: #f5f5f5;
}

.c-switchBtn_btn {
  width: 140px;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
}

.c-switchBtn_btn a, .c-switchBtn_btn span {
  display: block;
  padding: 8px 0;
  color: #e50121;
  line-height: 1;
  text-align: center;
}

.c-switchBtn_btn a:hover {
  text-decoration: underline;
}

.c-switchBtn_btn.-active {
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.c-switchBtn_btn.-active a, .c-switchBtn_btn.-active span {
  color: #222222;
  font-weight: bold;
}

/* -----------------------------------------------
  .c-carouselSlider
----------------------------------------------- */
.c-carouselSlider.swiper-container {
  padding-bottom: 60px;
}

.c-carouselSlider .c-carouselSlider_list.swiper-wrapper {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.c-carouselSlider .c-carouselSlider_item.swiper-slide {
  list-style: none;
}

.c-carouselSlider .c-carouselSlider_scroll.swiper-scrollbar {
  bottom: 14px;
  left: 60px;
  width: 480px;
  height: 2px;
}

.c-carouselSlider .c-carouselSlider_prev.swiper-button-prev {
  top: inherit;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/images/onb/2021/ico_left_arrow_light_gray.svg) center center no-repeat;
}

.c-carouselSlider .c-carouselSlider_prev.swiper-button-prev::after {
  content: none;
}

.c-carouselSlider .c-carouselSlider_prev.swiper-button-prev[aria-disabled="false"] {
  background-image: url(/images/onb/2021/ico_left_arrow_red.svg);
}

.c-carouselSlider .c-carouselSlider_next.swiper-button-next {
  top: inherit;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(/images/onb/2021/ico_right_arrow_light_gray.svg) center center no-repeat;
}

.c-carouselSlider .c-carouselSlider_next.swiper-button-next::after {
  content: none;
}

.c-carouselSlider .c-carouselSlider_next.swiper-button-next[aria-disabled="false"] {
  background-image: url(/images/onb/2021/ico_right_arrow_red.svg);
}

/* -----------------------------------------------
  .c-clipBtn
----------------------------------------------- */
.c-clipBtn {
  display: block;
  position: relative;
}

.c-clipBtn a {
  display: block;
  padding: 7px 6px 6px 22px;
  background: #fff url(/images/onb/2021/ico_action_clip_red.svg) left 5px center/12px 12px no-repeat;
  color: #e50121;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: .2s all ease-out;
}

.c-clipBtn a::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e50121;
  border-radius: 1px;
  content: '';
}

.c-clipBtn a:hover::after {
  border-width: 2px;
}

.c-clipBtn a.-clipped {
  background-color: #e50121;
  background-image: url(/images/onb/2021/ico_action_clip_white.svg);
  color: #fff;
}

/* -----------------------------------------------
  .c-quote
----------------------------------------------- */
.c-quote {
  margin: 30px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.c-quote a {
  color: #e50121;
}

.c-quote a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .p-parentArticleHeader
----------------------------------------------- */
.p-parentArticleHeader {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 48px;
}

.p-parentArticleHeader .reprintLogo {
  z-index: 3;
  position: absolute;
  top: 5px;
  right: 6px;
}

.p-parentArticleHeader_link {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
  overflow: hidden;
}

.p-parentArticleHeader_link::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  content: '';
  opacity: 0.4;
}

.p-parentArticleHeader_link:hover {
  opacity: .7;
}

.p-parentArticleHeader_image {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.p-parentArticleHeader_category {
  z-index: 3;
  position: absolute;
  top: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-parentArticleHeader_title {
  z-index: 3;
  position: relative;
  margin-bottom: 12px;
  padding: 0 20px;
  color: #fff;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}

.p-parentArticleHeader_footer {
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 105px);
  align-items: center;
  justify-content: center;
  width: 210px;
}

.p-parentArticleHeader_footer_number {
  margin-right: 48px;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}

.p-parentArticleHeader_footer_complete {
  display: block;
  width: 68px;
  padding: 6px 0 7px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-parentArticleHeader.-special .p-parentArticleHeader_title {
  margin-bottom: 0;
}

.p-parentArticleHeader.-seminar .p-parentArticleHeader_title {
  display: none;
}

.p-parentArticleHeader.-seminar .p-parentArticleHeader_link::after {
  content: none;
}

.p-parentArticleHeader.-leafSeries {
  height: 257px;
  margin-bottom: 0;
}

.p-parentArticleHeader.-leafSeries .p-parentArticleHeader_category {
  margin-bottom: 62px;
}

.p-parentArticleHeader.-magazine {
  height: 257px;
  margin-bottom: 30px;
}

.p-parentArticleHeader.-magazine .p-parentArticleHeader_title {
  margin: 0;
}

/* -----------------------------------------------
  .p-article
----------------------------------------------- */
.p-article {
  width: 600px;
  margin: 0 auto;
}

.p-article_header {
  margin-bottom: 48px;
}

.p-article_header_number {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222222;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.p-article_header_category + .p-article_header_number {
  display: table;
}

.p-article_header_category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 6px;
  background-color: #e50121;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.p-article_header_chapter {
  margin-bottom: 10px;
  font-weight: 500;
}

.p-article_header_shoulder {
  margin-bottom: 10px;
}

.p-article_header_title {
  margin: 0 0 20px;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 40px;
  line-height: 52px;
}

.p-article_header_complete {
  display: block;
  width: 60px;
  margin: 20px auto;
  padding: 7px 0;
  border: 1px solid #333;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-article_header_subTitle {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

.p-article_header_subTitle.-info {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.p-article_header_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.p-article_header_date {
  color: #8c8c8c;
}

.p-article_header_comment {
  margin-left: auto;
  padding-left: 20px;
  background: url(/images/onb/2021/ico_comment.svg) left center/14px auto no-repeat;
  font-weight: 500;
  line-height: 1;
}

.p-article_header_action {
  display: flex;
  justify-content: space-between;
}

.p-article_header_action .p-article_action_group {
  margin-left: auto;
}

.p-article_header_author {
  display: flex;
  flex-wrap: wrap;
  width: 295px;
}

.p-article_header_author_image {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.p-article_header_author_image img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.p-article_header_author_profile {
  width: calc(100% - 52px);
}

.p-article_header_author_name {
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.p-article_header_author_name a:hover {
  color: #e50121;
}

.p-article_header_author_name .-other {
  margin-left: 10px;
  color: #e50121;
}

.p-article_header_author_name .-other a:hover {
  text-decoration: underline;
}

.p-article_header_author_position {
  overflow: hidden;
  color: #8c8c8c;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-article_header.-parent {
  margin-bottom: 0;
}

.p-article_header.-parent .p-article_header_category {
  z-index: 3;
  position: absolute;
  top: 30px;
  background: none;
  font-size: 16px;
}

.p-article_header.-parent .p-article_header_title {
  display: block;
  z-index: 3;
  width: 100%;
  padding: 0 48px;
  color: #fff;
  text-align: center;
  word-break: break-all;
}

.p-article_header.-parent .p-article_header_top {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 579px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.p-article_header.-parent .p-article_header_top::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  content: '';
  opacity: 0.4;
}

.p-article_header.-parent .p-article_header_top.-seminar .p-article_header_title {
  display: none;
}

.p-article_header.-parent .p-article_header_top.-seminar::after {
  content: none;
}

.p-article_header.-parent .p-article_header_top.-feature .p-article_header_title {
  width: 440px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.p-article_header.-parent .p-article_header_top.-global {
  height: 257px;
}

.p-article_header.-parent .p-article_header_image {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.p-article_header.-parent .p-article_header_function {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 660px;
  margin: -20px auto 0;
  padding: 30px;
  background-color: #fff;
}

.p-article_header.-parent .p-article_header_function .numberFollowers {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}

.p-article_action {
  display: flex;
  margin-bottom: 48px;
}

.p-article_action_group {
  display: flex;
}

.p-article_action_group.-header {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.p-article_action_group.-header .p-article_action_btn {
  margin-left: 48px;
}

.p-article_action_group.-header .p-article_action_btn:first-of-type {
  margin-left: 0;
}

.p-article_action_group.-footer {
  justify-content: center;
  width: 100%;
}

.p-article_action_group.-footer .p-article_action_btn {
  margin-left: 60px;
}

.p-article_action_group.-footer .p-article_action_btn:first-of-type {
  margin-left: 0;
}

.p-article_action_btn {
  display: block;
  position: relative;
  width: 52px;
  height: 40px;
  margin-left: 20px;
}

.p-article_action_btn:first-of-type {
  margin-left: 0;
}

.p-article_action_btn.-viewer {
  width: 72px;
  margin-left: 10px;
}

.p-article_action_btn.-viewer + .p-article_action_btn {
  margin-left: 10px;
}

.p-article_action_btn_label {
  display: block;
  position: relative;
  padding-top: 30px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #8c8c8c;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: .1s all ease-in;
}

.p-article_action_btn_label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  content: '';
  opacity: 0;
  transition: .1s linear;
}

.p-article_action_btn_label.-gift {
  background-image: url(/images/onb/2021/ico_action_gift.svg);
}

.p-article_action_btn_label.-gift::before {
  background-image: url(/images/onb/2021/ico_action_gift_red.svg);
}

.p-article_action_btn_label.-copy {
  background-image: url(/images/onb/2021/ico_action_copy.svg);
}

.p-article_action_btn_label.-copy::before {
  background-image: url(/images/onb/2021/ico_action_copy_red.svg);
}

.p-article_action_btn_label.-viewer {
  background-image: url(/images/onb/2021/ico_action_viewer.svg);
  background-size: 24px auto;
}

.p-article_action_btn_label.-viewer::before {
  background-image: url(/images/onb/2021/ico_action_viewer_red.svg);
}

.p-article_action_btn_label.-facebook {
  background-image: url(/images/onb/2021/ico_action_facebook.svg);
}

.p-article_action_btn_label.-facebook:hover {
  opacity: 0.7;
}

.p-article_action_btn_label.-twitter {
  background-image: url(/images/onb/2021/ico_action_twitter.svg);
  background-position: center top 3px;
}

.p-article_action_btn_label.-twitter:hover {
  opacity: 0.7;
}

.p-article_action_btn_label.-print {
  background-image: url(/images/onb/2021/ico_action_print.svg);
}

.p-article_action_btn_label.-print::before {
  background-image: url(/images/onb/2021/ico_action_print_red.svg);
}

.p-article_action_btn_label.-clip {
  background-image: url(/images/onb/2021/ico_action_clip.svg);
}

.p-article_action_btn_label.-clip::before {
  background-image: url(/images/onb/2021/ico_action_clip_red.svg);
}

.p-article_action_btn_label.-clipped {
  background-image: url(/images/onb/2021/ico_action_clip_red.svg);
  color: #e50121;
}

.p-article_action_btn_label.-clipped:hover {
  text-decoration: underline;
}

.p-article_action_btn_label.-copied {
  background-image: url(/images/onb/2021/ico_action_copy_red.svg);
  color: #e50121;
}

.p-article_action_btn_label.-copied:hover {
  text-decoration: underline;
}

.p-article_action_btn_label.-copied + .p-article_action_balloon {
  display: block;
}

.p-article_action_btn_label.-active {
  color: #e50121;
}

.p-article_action_btn_label.-active:hover {
  text-decoration: underline;
}

.p-article_action_btn_label.-active.-gift {
  background-image: url(/images/onb/2021/ico_action_gift_red.svg);
}

.p-article_action_btn_label.-active.-print {
  background-image: url(/images/onb/2021/ico_action_print_red.svg);
}

.p-article_action_btn_label.-active.-clip {
  background-image: url(/images/onb/2021/ico_action_clip_red.svg);
}

.p-article_action_btn_label:hover.-gift::before, .p-article_action_btn_label:hover.-copy::before, .p-article_action_btn_label:hover.-viewer::before, .p-article_action_btn_label:hover.-print::before, .p-article_action_btn_label:hover.-clip::before {
  opacity: 1;
}

.p-article_action_balloon {
  display: none;
  position: absolute;
  top: -59px;
  left: 50%;
  padding: 6px 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  background: #222222;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 30px;
  white-space: nowrap;
  opacity: 0.8;
}

.p-article_action_balloon::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 12px);
  width: 12px;
  height: 20px;
  -webkit-transform: skewY(50deg);
          transform: skewY(50deg);
  background: #222222;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
  content: '';
}

.p-article_topics {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 30px;
  clear: both;
  background: #f6f6f6;
  font-size: 18px;
}

.p-article_topics .p-article_topics_label {
  margin-right: 12px;
}

.p-article_topics .p-article_topics_tag {
  padding: 4px 10px;
  background: #8c8c8c;
  color: #fff;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.p-article_topics .p-article_topics_info {
  flex: 1;
  padding-top: 2px;
}

.p-article_topics .p-article_topics_info a {
  color: #222222;
}

.p-article_topics .p-article_topics_info a:hover {
  color: #e50121;
  text-decoration: none;
}

.p-article_slider {
  margin-bottom: 30px;
}

.p-article_slider .p-article_slider_title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.p-article_slider .swiper-container {
  padding-bottom: 60px;
}

.p-article_slider .p-article_slider_list.swiper-wrapper {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.p-article_slider .p-article_slider_item.swiper-slide {
  list-style: none;
  text-align: center;
}

.p-article_slider .p-article_slider_scroll.swiper-scrollbar {
  bottom: 14px;
  left: 60px;
  width: 480px;
  height: 2px;
}

.p-article_slider .p-article_slider_prev.swiper-button-prev {
  top: inherit;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/images/onb/2021/ico_left_arrow_light_gray.svg) center center no-repeat;
}

.p-article_slider .p-article_slider_prev.swiper-button-prev::after {
  content: none;
}

.p-article_slider .p-article_slider_prev.swiper-button-prev[aria-disabled="false"] {
  background-image: url(/images/onb/2021/ico_left_arrow_red.svg);
}

.p-article_slider .p-article_slider_next.swiper-button-next {
  top: inherit;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(/images/onb/2021/ico_right_arrow_light_gray.svg) center center no-repeat;
}

.p-article_slider .p-article_slider_next.swiper-button-next::after {
  content: none;
}

.p-article_slider .p-article_slider_next.swiper-button-next[aria-disabled="false"] {
  background-image: url(/images/onb/2021/ico_right_arrow_red.svg);
}

.p-article_movie {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.p-article_movie_container {
  position: relative;
}

.p-article_movie_container iframe,
.p-article_movie_container > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-article_movie_container::before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: '';
}

.p-article_movie.-fixed {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: calc((100% - 1120px) / 2);
}

.p-article_movie.-fixed .p-article_movie_container {
  width: 772px;
}

.p-article_moreBtn {
  margin: 30px 0;
}

.p-article_moreBtn .p-article_moreBtn_link {
  display: block;
  position: relative;
  padding: 12px 20px 12px;
  border-radius: 2px;
  background: url(/images/onb/2021/ico_bottom_arrow_02.svg) right 12px center/18px auto no-repeat;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-article_moreBtn .p-article_moreBtn_link:hover {
  text-decoration: none;
}

.p-article_moreBtn .p-article_moreBtn_link:hover::after {
  border-width: 2px;
}

.p-article_moreBtn .p-article_moreBtn_link::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e50121;
  border-radius: 2px;
  content: '';
}

.p-article_moreBtn .p-article_moreBtn_link .nextTitle {
  margin-top: 10px;
  padding-right: 10px;
  line-height: 1.5;
}

.p-article_moreBtn .p-article_moreBtn_number {
  display: block;
  color: #e50121;
  font-size: 14px;
}

.p-article_footer {
  margin-top: 48px;
}

.p-article_footer .p-article_footer_function {
  display: flex;
  justify-content: space-between;
}

.p-article_footer .p-article_footer_function_btn {
  width: 290px;
  margin: 0;
}

.p-article_tags {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: 0 -10px 20px 0;
}

.p-article_tags_item {
  margin: 0 10px 10px 0;
}

.p-article_tags_item a {
  display: block;
  padding: 6px 7px;
  border: solid 1px #f6f6f6;
  border-radius: 2px;
  color: #e50121;
  font-size: 14px;
  text-align: center;
}

.p-article_tags_item a:hover {
  border-color: transparent;
  background: #e50121;
  color: #fff;
}

.p-article_vote {
  margin: 35px 0 0;
}

.p-article_vote_title {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.p-article_vote_percentage {
  height: 6px;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 5px;
  background: #dadada;
}

.p-article_vote_percentage_like {
  height: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #e50121;
  background-image: linear-gradient(271deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.p-article_vote_content {
  display: flex;
}

.p-article_vote_reaction {
  width: 50%;
  text-align: center;
}

.p-article_vote_reaction.-like .p-article_vote_reaction_btn {
  background-image: url(/images/onb/2021/ico_like.svg);
}

.p-article_vote_reaction.-dislike .p-article_vote_reaction_label {
  color: #8c8c8c;
}

.p-article_vote_reaction.-dislike .p-article_vote_reaction_btn {
  background-image: url(/images/onb/2021/ico_dislike.svg);
  color: #8c8c8c;
}

.p-article_vote_reaction_label {
  color: #e50121;
  font-weight: 500;
}

.p-article_vote_reaction_number {
  margin-left: 15px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.p-article_vote_reaction_percentage {
  margin-left: 10px;
}

.p-article_vote_reaction_unit {
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 500;
}

.p-article_vote_reaction_btn {
  display: inline-block;
  margin-top: 12px;
  padding: 0 21px 0 43px;
  border: solid 1px #f6f6f6;
  border-radius: 4px;
  background-position: 19px calc(50% - 1px);
  background-repeat: no-repeat;
  color: #e50121;
  font-size: 13px;
  font-weight: 500;
  line-height: 43px;
}

.p-article_vote_reaction_btn:hover {
  border-color: #e50121;
}

.p-article_vote_result {
  display: none;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px 0;
  border-radius: 4px;
  background-color: #F6F6F6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.p-article_pastComment {
  margin: 30px 0;
  text-align: right;
}

.p-article_pastComment a {
  color: #e50121;
}

.p-article_pastComment a:hover {
  text-decoration: underline;
}

.p-article_seriesText {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #f6f6f6;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.p-article_seriesText a {
  color: #e50121;
  font-weight: bold;
}

.p-article_author {
  margin: 30px 0 48px;
  text-align: center;
}

.p-article_author_image {
  position: relative;
  width: 50px;
  height: 49px;
  margin: 0 auto 10px;
  overflow: hidden;
  border: solid 1px #f6f6f6;
  border-radius: 50%;
}

.p-article_author_image img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.p-article_author_name {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.p-article_author_name a:hover {
  color: #e50121;
}

.p-article_author_name .-other {
  margin-left: 10px;
  color: #e50121;
}

.p-article_author_name .-other a:hover {
  text-decoration: underline;
}

.p-article_author_position {
  margin-bottom: 5px;
  overflow: hidden;
  color: #8c8c8c;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-article_author_other a {
  color: #e50121;
}

.p-article_author_other a:hover {
  text-decoration: underline;
}

.p-article_watchBox {
  margin-top: 48px;
  padding: 30px;
  background-color: #f6f6f6;
}

.p-article_watchBox_text {
  margin-bottom: 30px;
  font-weight: 500;
  text-align: left;
}

.p-article_watchBox .c-watchBtn {
  width: 335px;
  margin: 0 auto;
}

.p-article_watchBox .c-watchBtn a {
  padding: 12px 0;
  background-color: transparent;
  background-position: left 12px center;
  text-align: center;
}

.p-article_watchBox .c-watchBtn a::after {
  border-radius: 2px;
}

.p-article_clipBox {
  margin-top: 48px;
  padding: 30px;
  background-color: #f6f6f6;
}

.p-article_clipBox_text {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 500;
}

.p-article_clipBox .c-clipBtn {
  width: 335px;
  margin: 0 auto;
}

.p-article_clipBox .c-clipBtn a {
  padding: 12px 0;
  background-color: transparent;
  background-position: left 12px center;
  text-align: center;
}

.p-article_clipBox .c-clipBtn a::after {
  border-radius: 2px;
}

.p-article_clipBox .c-clipBtn a.-clipped {
  background-color: #e50121;
}

.p-article_entryBox {
  margin-top: 48px;
  padding: 30px;
  background-color: #f6f6f6;
}

.p-article_entryBox_text {
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
}

.p-article_entryBox .c-entryBtn {
  width: 335px;
  margin: 0 auto;
}

.p-article_entryBox .c-entryBtn a {
  padding: 12px 0;
  background-color: transparent;
  background-position: left 12px center;
  background-size: 18px auto;
  font-weight: bold;
  text-align: center;
}

.p-article_entryBox .c-entryBtn a::after {
  border-radius: 2px;
}

.p-article_profile_top {
  display: flex;
}

.p-article_profile_avator {
  position: relative;
  width: 72px;
  height: 72px;
  margin-right: 20px;
  overflow: hidden;
  border: solid 1px #f6f6f6;
  border-radius: 50%;
}

.p-article_profile_avator img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.p-article_profile_info {
  width: calc(100% - 92px);
}

.p-article_profile_name {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}

.p-article_profile_alias {
  font-weight: 500;
}

.p-article_profile_position {
  margin-top: 4px;
  color: #8c8c8c;
  font-weight: 500;
}

.p-article_profile_text {
  width: 100%;
  margin-top: 20px;
  color: #8c8c8c;
}

.p-article_profile .c-btn {
  margin-top: 30px;
}

.p-article .c-btn a:hover {
  text-decoration: none;
}

.p-article.-info {
  width: 772px;
}

.p-article.-webinar {
  width: 772px;
}

.p-article.-print .p-article_header_author {
  width: 100%;
}

.p-article.-print .p-article_header_author_position {
  overflow: visible;
}

.p-article_cpBox {
  margin-top: 48px;
  padding: 20px 30px 30px;
  border: 1px solid rgba(229, 1, 33, 0.2);
  background-color: rgba(229, 1, 33, 0.06);
}

.p-article_cpBox h5 {
  margin: 10px 0 20px;
  font-size: 17px;
  line-height: 1.7;
}

.p-article_cpBox p {
  margin: 10px 0 0;
  font-size: 16px;
}

.p-article_cpBox .bpimage_right {
  margin: 5px 0 20px 20px;
}

.p-article_cpBox .bpimage_left {
  margin: 5px 20px 20px 0;
}

/* -----------------------------------------------
  .p-calendarBox
----------------------------------------------- */
.p-calendarBox_check {
  display: none;
}

.p-calendarBox_check:checked ~ .p-calendarBox_group {
  display: block;
}

.p-calendarBox_register {
  display: inline-block;
  padding-left: 20px;
  background: url(/images/onb/2021/ico_calendar.svg) no-repeat 0px 3px;
  cursor: pointer;
}

.p-calendarBox_register:hover {
  color: #e50121;
}

.p-calendarBox_group {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  display: none;
  z-index: 2;
  position: absolute;
  width: auto;
  margin-top: 10px;
  padding: 10px 50px 10px 25px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.p-calendarBox_group::after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 5px 5px;
  color: #bbb;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  content: "\00d7";
  cursor: pointer;
}

.p-calendarBox_action {
  margin: 10px 0;
}

.p-calendarBox_action a {
  display: block;
}

.p-calendarBox_action a:hover {
  color: #e50121;
}

.p-article_header_action > .p-calendarBox {
  margin: 0;
}

.p-article_header_action + .p-calendarBox {
  margin: 20px 0;
}

/* -----------------------------------------------
  .p-articleList
----------------------------------------------- */
.p-articleList_item {
  margin-bottom: 30px;
}

.p-articleList_item_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-articleList_item_link:visited .p-articleList_item_title {
  color: #8b62a0;
}

.p-articleList_item_link:hover .p-articleList_item_title {
  color: #e50121;
}

.p-articleList_item_link:hover .p-articleList_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-articleList_item_info {
  width: 586px;
}

.p-articleList_item_subTitle {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}

.p-articleList_item_subTitle:before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #e50121;
  content: '';
}

.p-articleList_item_subTitle .-seminar {
  padding-left: 20px;
  background: url(/images/onb/2021/ico_seminar.svg) left center/auto 14px no-repeat;
}

.p-articleList_item_category {
  display: inline-block;
  margin: -3px 10px 0 0;
  padding: 2px 5px;
  border: 1px solid #000;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1;
  vertical-align: middle;
}

.p-articleList_item_category.-semi {
  border-color: #1b9b82;
  color: #1b9b82;
}

.p-articleList_item_category.-raise {
  border-color: #e50121;
  color: #e50121;
}

.p-articleList_item_series {
  margin-bottom: 20px;
  line-height: 20px;
}

.p-articleList_item_series .-title {
  margin-right: 6px;
  padding: 4px 0 4px 24px;
  color: #e50121;
  font-weight: bold;
  line-height: 20px;
}

.p-articleList_item_series .-title.-new {
  background: url(/images/onb/2021/ico_new.svg) left center/18px auto no-repeat;
}

.p-articleList_item_series .-title.-seminar {
  background: url(/images/onb/2021/ico_seminar.svg) left center/18px auto no-repeat;
}

.p-articleList_item_series .-title.-raise {
  background: url(/images/onb/2021/ico_raise.svg) left center/18px auto no-repeat;
}

.p-articleList_item_author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 20px;
}

.p-articleList_item_author .-image {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  overflow: hidden;
  border-radius: 20px;
}

.p-articleList_item_author .-image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-articleList_item_author .-name {
  margin-right: 6px;
  color: #e50121;
  font-weight: bold;
}

.p-articleList_item_comment {
  margin: 20px 0 12px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_comment_red.svg) left center/14px 14px no-repeat;
}

.p-articleList_item_title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.p-articleList_item_desc {
  margin-top: 10px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 24px;
}

.p-articleList_item_image {
  position: relative;
  width: 157px;
  height: 117px;
  overflow: hidden;
}

.p-articleList_item_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-articleList_item_image .-time {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 5px;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.p-articleList_item_tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}

.p-articleList_item_tag_item {
  margin-right: 10px;
  color: #8c8c8c;
}

.p-articleList_item_function {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.p-articleList_item_date {
  color: #8c8c8c;
}

.p-articleList_item_deleteBtn {
  color: #e50121;
}

.p-articleList_item_deleteBtn:hover {
  text-decoration: underline;
}

.p-articleList_item_latestPost {
  position: relative;
  margin-top: 20px;
}

.p-articleList_item_latestPost .raiseView {
  position: absolute;
  top: 0;
  left: 48px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_follower.svg) left center/14px 14px no-repeat;
}

.p-articleList_item_number {
  width: 43px;
  margin-right: 5px;
  padding-bottom: 4px;
  color: #e50121;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.p-articleList_item_number.-active .-line {
  border-bottom: 1px solid #8c8c8c;
  color: #8c8c8c;
}

.p-articleList_item_number.-parent {
  width: 31px;
}

.p-articleList_noArticle {
  margin: 0;
  padding: 50px 0;
  border: 1px solid #eee;
  color: #8c8c8c;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.p-articleList.-mypage .p-articleList_item_title {
  font-size: 18px;
}

.p-articleList.-raise .p-articleList_item_subTitle {
  margin-bottom: 10px;
}

.p-articleList.-raise .p-articleList_item_title {
  font-size: 18px;
}

.p-articleList.-raise .p-articleList_item_author {
  display: flex;
  align-items: center;
  margin: 0;
}

.p-articleList.-raise .p-articleList_item_author_image {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.p-articleList.-raise .p-articleList_item_author_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-articleList.-raise .p-articleList_item_author_name {
  margin-right: 12px;
  font-size: 12px;
}

.p-articleList.-raise .p-articleList_item_author_position {
  color: #8c8c8c;
  font-size: 12px;
}

.p-articleList.-raise .p-articleList_item_image {
  height: 157px;
}

.p-articleList.-leafSeries .p-articleList_item_title {
  font-size: 18px;
}

.p-articleList.-numbering .p-articleList_item_info {
  flex-basis: 533px;
  flex-grow: 1;
  width: auto;
}

.p-articleList.-numbering .p-articleList_item_title {
  margin-bottom: 10px;
  font-size: 18px;
}

.p-articleList.-numberingParent .p-articleList_item_number {
  width: 46px;
  font-size: 26px;
}

.p-articleList.-numberingParent .p-articleList_item_info {
  flex: 1;
}

.p-articleList.-numberingParent .p-articleList_item_image {
  margin-left: 30px;
}

.p-articleList.-numberingParent .p-articleList_item_date {
  display: inline-block;
  margin-top: 5px;
}

.p-articleList.-info .p-articleList_item_title {
  font-size: 18px;
}

.p-articleList.-info .p-articleList_item_date {
  display: inline-block;
  margin-top: 10px;
}

.p-articleList.-info .p-articleList_item_info {
  flex-basis: 585px;
  flex-grow: 1;
  width: auto;
}

.p-articleList.-info .p-articleList_item_image {
  margin-left: 30px;
}

.p-articleList.-series .p-articleList_item_title {
  font-size: 18px;
}

.p-articleList.-series .p-articleList_item_date {
  display: inline-block;
  margin-top: 5px;
}

.p-articleList.-feature .p-articleList_item_subTitle {
  padding-left: 0;
  color: #e50121;
  font-family: Heebo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.p-articleList.-feature .p-articleList_item_subTitle::before {
  content: none;
}

.p-articleList.-feature .p-articleList_item_title {
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 18px;
}

.p-articleList.-special {
  margin-top: 48px;
}

.p-articleList.-special .p-articleList_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -48px;
  margin-right: -47px;
}

.p-articleList.-special .p-articleList_item {
  width: 342px;
  margin: 48px 47px 0 0;
}

.p-articleList.-special .p-articleList_item_image {
  width: 100%;
  height: 257px;
}

.p-articleList.-special .p-articleList_item_title {
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
}

.-largeImage .p-articleList_item_image {
  position: relative;
  width: 772px;
  height: 434px;
  margin-bottom: 10px;
  overflow: hidden;
}

.-largeImage .p-articleList_item_info {
  width: 776px;
}

/* -----------------------------------------------
  .p-articleTopPanel
----------------------------------------------- */
.p-topArticlePanel_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -60px;
}

.p-topArticlePanel_item {
  width: calc(50% - 23px);
  margin-bottom: 60px;
}

.p-topArticlePanel_item_link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-topArticlePanel_item_link:visited .p-topArticlePanel_item_title {
  color: #8b62a0;
}

.p-topArticlePanel_item_link:hover .p-topArticlePanel_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-topArticlePanel_item_link:hover .p-topArticlePanel_item_title {
  color: #e50121;
}

.p-topArticlePanel_item_image {
  position: relative;
  width: 244px;
  height: 244px;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
}

.p-topArticlePanel_item_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-topArticlePanel_item_text {
  width: 271px;
}

.p-topArticlePanel_item_subTitle {
  margin-top: -4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.p-topArticlePanel_item_subTitle .-bg {
  display: block;
  position: relative;
  padding-left: 14px;
  background-color: #fff;
}

.p-topArticlePanel_item_subTitle .-bg::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #e50121;
  content: '';
}

.p-topArticlePanel_item_title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 30px;
}

.p-topArticlePanel_item_desc {
  color: #8c8c8c;
  line-height: 24px;
}

.p-topArticlePanel_item_tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 6px 5px;
  background-color: #e50121;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

.p-topArticlePanel_item_highAccess {
  margin-top: 10px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_high_access.svg) left center no-repeat;
  color: #e50121;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.p-topArticlePanel_item:first-of-type {
  width: 100%;
  margin-bottom: 60px;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_link {
  display: block;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_image {
  width: 100%;
  height: 480px;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_text {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: -47px;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_subTitle {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_subTitle .-bg {
  display: inline-block;
  padding: 4px 12px 11px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_subTitle .-bg:before {
  top: 13px;
  width: 12px;
  height: 2px;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_title .-bg {
  display: inline-block;
  padding: 4px 10px 0 0;
  background-color: #fff;
  line-height: 38px;
  vertical-align: middle;
}

.p-topArticlePanel_item:first-of-type .p-topArticlePanel_item_tag {
  margin-right: 10px;
  margin-bottom: 4px;
}

/* -----------------------------------------------
  .p-articlePanel
----------------------------------------------- */
.p-articlePanel {
  position: relative;
}

.p-articlePanel_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.p-articlePanel_list.-rect .p-articlePanel_item:nth-child(3n) {
  margin-right: 47px;
}

.p-articlePanel_list.-rect .p-articlePanel_item:nth-child(2), .p-articlePanel_list.-rect .p-articlePanel_item:nth-child(4) {
  margin-right: 308px;
}

.p-articlePanel_list.-rect .p-articlePanel_item:nth-child(7), .p-articlePanel_list.-rect .p-articlePanel_item:nth-child(10), .p-articlePanel_list.-rect .p-articlePanel_item:nth-child(13), .p-articlePanel_list.-rect .p-articlePanel_item:nth-child(16) {
  margin-right: 0;
}

.p-articlePanel_list.-rect li:nth-child(3n) {
  margin-right: 47px;
}

.p-articlePanel_list > li {
  width: 342px;
  margin-right: 47px;
  margin-bottom: 60px;
}

.p-articlePanel_list > li:nth-child(3n) {
  margin-right: 0;
}

.p-articlePanel_item {
  width: 342px;
  margin-right: 47px;
  margin-bottom: 60px;
}

.p-articlePanel_item_link {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}

.p-articlePanel_item_link:visited .p-articlePanel_item_title {
  color: #8b62a0;
}

.p-articlePanel_item_link:hover .p-articlePanel_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-articlePanel_item_link:hover .p-articlePanel_item_title {
  color: #e50121;
}

.p-articlePanel_item_image {
  z-index: -1;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
}

.p-articlePanel_item_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-articlePanel_item_tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 6px;
  background: #e50121;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.p-articlePanel_item_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 203px;
}

.p-articlePanel_item_subTitle {
  position: relative;
  margin-top: -4px;
  margin-bottom: 10px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.p-articlePanel_item_subTitle:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #e50121;
  content: '';
}

.p-articlePanel_item_title {
  order: 2;
  margin: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

.p-articlePanel_item_highAccess {
  order: 3;
  margin-top: 10px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_high_access.svg) left center no-repeat;
  color: #e50121;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.p-articlePanel_item:nth-child(3n) {
  margin-right: 0;
}

/* -----------------------------------------------
  .p-sectionTitle
----------------------------------------------- */
.p-sectionTitle {
  position: relative;
  margin: 0 0 50px;
  padding: 19px 0 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.p-sectionTitle:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 2px;
  background-color: #e50121;
  content: '';
}

.p-sectionTitle a:hover {
  text-decoration: underline;
}

.p-sectionTitle.-common {
  margin-bottom: 30px;
}

.p-sectionTitle.-raise {
  padding: 17px 0 17px 74px;
  background: url(/images/onb/2021/ico_raise_title.svg) left center no-repeat;
  font-size: 14px;
  font-weight: normal;
}

.p-sectionTitle.-raise .-en {
  color: #e50121;
}

.p-sectionTitle.-raise:before, .p-sectionTitle.-logo:before {
  content: none;
}

.p-sectionTitle.-square {
  margin-bottom: 30px;
  padding: 0 0 0 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

.p-sectionTitle.-square:before {
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e50121;
}

.p-sectionTitle.-small {
  padding-left: 17px;
  background-image: url(/images/onb/2021/ico_arrow.svg);
  font-size: 17px;
}

.p-sectionTitle.-font {
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
}

/* -----------------------------------------------
  .p-sectionHeader
----------------------------------------------- */
.p-sectionHeader {
  margin-bottom: 50px;
}

.p-sectionHeader_title {
  position: relative;
  padding: 19px 0 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.p-sectionHeader_title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 2px;
  background-color: #e50121;
  content: '';
}

.p-sectionHeader_subTitle {
  margin-top: 15px;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
}

.p-sectionHeader.-square {
  margin-bottom: 30px;
}

.p-sectionHeader.-square .p-sectionHeader_title {
  margin: 0;
  padding: 0 0 0 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

.p-sectionHeader.-square .p-sectionHeader_title:before {
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e50121;
}

.p-sectionHeader.-square .p-sectionHeader_subTitle {
  margin-top: 10px;
  font-size: 14px;
}

/* -----------------------------------------------
  .p-focusList
----------------------------------------------- */
.p-focusList_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
  margin-right: -46px;
}

.p-focusList_item {
  display: flex;
  flex-direction: column;
  width: 245px;
  margin-top: 50px;
  margin-right: 46px;
}

.p-focusList_item_link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-focusList_item_link:visited .p-focusList_item_title {
  color: #8b62a0;
}

.p-focusList_item_link:hover .p-focusList_item_title {
  color: #e50121;
}

.p-focusList_item_link:hover .p-focusList_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-focusList_item_image {
  position: relative;
  height: 82px;
  margin: 0 0 10px;
  overflow: hidden;
}

.p-focusList_item_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: inherit;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-focusList_item_tag {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px;
  background-color: #e50121;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.p-focusList_item_title {
  height: 42px;
  margin: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.p-focusList_item_title a {
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.p-focusList_item_title a:visited {
  color: #8b62a0;
}

.p-focusList_item_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.p-focusList_item_info .followBox {
  margin-left: auto;
}

.p-focusList_item_series {
  width: calc(100% - 91px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.p-focusList_item_desc {
  margin-top: 14px;
  color: #8c8c8c;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

.p-focusList_item_desc + .p-focusList_item_info {
  margin-top: 20px;
}

.p-focusList_item_articleLink {
  border: 1px solid #e0e0e0;
  border-radius: 1px;
}

.p-focusList_item_articleLink a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.p-focusList_item_articleLink a:visited .p-focusList_item_articleLink_title {
  color: #8b62a0;
}

.p-focusList_item_articleLink a:hover .p-focusList_item_articleLink_title {
  color: #e50121;
}

.p-focusList_item_articleLink a:hover .p-focusList_item_articleLink_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-focusList_item_articleLink_image {
  position: relative;
  width: 122px;
  overflow: hidden;
}

.p-focusList_item_articleLink_image img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-focusList_item_articleLink_image:before {
  display: block;
  padding-top: 75.4%;
  content: '';
}

.p-focusList_item_articleLink_info {
  margin: 0;
  padding: 15px 10px 15px 20px;
}

.p-focusList_item_articleLink_label {
  margin-bottom: 5px;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 16px;
}

.p-focusList_item_articleLink_title {
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 14px;
}

.p-focusList.-large .p-focusList_list {
  margin-top: -60px;
  margin-right: 0;
}

.p-focusList.-large .p-focusList_item {
  width: 537px;
  margin-top: 60px;
  margin-right: 46px;
}

.p-focusList.-large .p-focusList_item:nth-child(even) {
  margin-right: 0;
}

.p-focusList.-large .p-focusList_item_link {
  height: auto;
}

.p-focusList.-large .p-focusList_item_image {
  position: relative;
  width: 537px;
  height: 178px;
  margin-bottom: 10px;
}

.p-focusList.-large .p-focusList_item_image a {
  height: 178px;
}

.p-focusList.-large .p-focusList_item_title {
  min-height: 1px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.p-focusList.-large .p-focusList_item_title a {
  font-size: 22px;
  line-height: 30px;
}

.p-focusList.-large .p-focusList_item_info {
  margin-bottom: 15px;
}

.p-focusList.-large .p-focusList_item_series {
  line-height: 20px;
}

.p-focusList.-large .p-focusList_item_desc {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 24px;
}

.p-focusList.-lower .p-focusList_list {
  margin-top: -60px;
}

.p-focusList.-lower .p-focusList_item {
  width: 226px;
  margin-top: 60px;
}

.p-focusList.-lower .p-focusList_item_image {
  height: 76px;
}

.p-focusList.-lower .p-focusList_item_title {
  margin-bottom: auto;
}

.p-focusList.-lower .p-focusList_item_info {
  margin-top: 20px;
}

.p-focusList.-graybox {
  padding: 30px;
  background-color: #f5f5f5;
}

.p-focusList.-graybox .p-focusList_list {
  margin-top: -30px;
  margin-right: -30px;
}

.p-focusList.-graybox .p-focusList_item {
  width: 217px;
  margin-top: 30px;
  margin-right: 30px;
}

.p-focusList.-graybox .p-focusList_item_image {
  height: 76px;
}

.p-focusList.js-focusSlider {
  flex-wrap: nowrap;
  padding-bottom: 60px;
  overflow-y: visible;
}

.p-focusList.js-focusSlider .swiper-wrapper {
  width: calc(100% + 47px);
}

.p-focusList.js-focusSlider .p-focusList_item {
  width: 245px !important;
  margin-top: 0;
  margin-right: 46px;
}

.p-focusList.js-focusSlider .p-focusList_item:last-child {
  margin-right: 94px;
}

.p-focusList.js-focusSlider .slider_prev {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background: url(/images/onb/2021/ico_left_arrow_light_gray.svg) center center no-repeat;
}

.p-focusList.js-focusSlider .slider_prev:hover, .p-focusList.js-focusSlider .slider_prev:focus {
  outline: none;
}

.p-focusList.js-focusSlider .slider_next {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background: url(/images/onb/2021/ico_right_arrow_red.svg) center center no-repeat;
}

.p-focusList.js-focusSlider .slider_next:hover, .p-focusList.js-focusSlider .slider_next:focus {
  outline: none;
}

.p-focusList.js-focusSlider .swiper-scrollbar {
  bottom: 14px;
  left: 60px;
  width: calc(100% - 120px);
  height: 2px;
  background-color: #dadada;
}

.p-focusList.js-focusSlider .swiper-scrollbar-drag {
  height: 2px;
  background-color: #222222;
}

.p-focusList.js-focusSlider .swiper-button-prev {
  top: inherit;
  bottom: 0;
  width: 30px;
  height: 30px;
  outline: none;
  background: url(/images/onb/2021/ico_left_arrow_light_gray.svg) center center/auto 30px no-repeat;
}

.p-focusList.js-focusSlider .swiper-button-prev[aria-disabled="false"] {
  background-image: url(/images/onb/2021/ico_left_arrow_red.svg);
}

.p-focusList.js-focusSlider .swiper-button-prev::after {
  content: none;
}

.p-focusList.js-focusSlider .swiper-button-next {
  top: inherit;
  bottom: 0;
  width: 30px;
  height: 30px;
  outline: none;
  background: url(/images/onb/2021/ico_right_arrow_light_gray.svg) center center/auto 30px no-repeat;
}

.p-focusList.js-focusSlider .swiper-button-next[aria-disabled="false"] {
  background-image: url(/images/onb/2021/ico_right_arrow_red.svg);
}

.p-focusList.js-focusSlider .swiper-button-next::after {
  content: none;
}

/* -----------------------------------------------
  .p-rectangle_banner
----------------------------------------------- */
.p-rectangle_banner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 21px;
  background-color: #f6f6f6;
}

.p-rectangle_banner a {
  display: block;
  transition: 0.4s all ease-out;
}

.p-rectangle_banner a:hover {
  opacity: 0.7;
}

/* -----------------------------------------------
  .p-recommendArticleList
----------------------------------------------- */
.p-recommendArticleList_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}

.p-recommendArticleList_list > li {
  width: 362px;
  margin-top: 30px;
  margin-right: 48px;
}

.p-recommendArticleList_list > li:nth-child(even) {
  margin-right: 0;
}

.p-recommendArticleList_item {
  width: 362px;
  margin-top: 30px;
  margin-right: 48px;
}

.p-recommendArticleList_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.p-recommendArticleList_item a:visited .p-recommendArticleList_item_title {
  color: #8b62a0;
}

.p-recommendArticleList_item a:hover .p-recommendArticleList_item_title {
  color: #e50121;
}

.p-recommendArticleList_item a:hover .p-recommendArticleList_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-recommendArticleList_item_image {
  width: 137px;
}

.p-recommendArticleList_item_info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 205px;
}

.p-recommendArticleList_item_title {
  width: 100%;
  margin: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.p-recommendArticleList_item_subTitle {
  width: 100%;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.p-recommendArticleList_item_image {
  position: relative;
  width: 137px;
  height: 102px;
  overflow: hidden;
}

.p-recommendArticleList_item_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-recommendArticleList_item:nth-child(even) {
  margin-right: 0;
}

.p-recommendArticleList_item.-pr .p-recommendArticleList_item_image::before {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  background-color: #8c8c8c;
  color: #fff;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 12px;
  text-align: center;
  content: "PR";
}

.p-recommendArticleList.-text .p-recommendArticleList_list {
  margin-top: -20px;
}

.p-recommendArticleList.-text .p-recommendArticleList_list > li {
  margin-top: 20px;
}

.p-recommendArticleList.-text .p-recommendArticleList_list > li a {
  display: flex;
  flex-wrap: wrap;
}

.p-recommendArticleList.-text .p-recommendArticleList_item {
  margin-top: 20px;
}

.p-recommendArticleList.-text .p-recommendArticleList_item a {
  display: flex;
  flex-wrap: wrap;
}

/* -----------------------------------------------
  .p-articleCard
----------------------------------------------- */
.p-articleCard_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.p-articleCard_item {
  width: 226px;
  margin-right: 47px;
  margin-bottom: 60px;
}

.p-articleCard_item:nth-child(3n) {
  margin-right: 0;
}

.p-articleCard_item_link {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
}

.p-articleCard_item_link:visited .p-articleCard_item_title {
  color: #8b62a0;
}

.p-articleCard_item_link:hover .p-articleCard_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-articleCard_item_link:hover .p-articleCard_item_title {
  color: #e50121;
}

.p-articleCard_item_image {
  position: relative;
  height: 170px;
  margin-bottom: 8px;
  overflow: hidden;
}

.p-articleCard_item_image img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-out;
}

.p-articleCard_item_title {
  margin-bottom: 12px;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.p-articleCard_item_info {
  display: flex;
  margin-top: auto;
  margin-bottom: 5px;
}

.p-articleCard_item_date {
  margin-right: 10px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
}

.p-articleCard_item_session {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
}

.p-articleCard_item_desc {
  min-height: 40px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
}

.p-articleCard_item_tag {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 6px;
  background: #e50121;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

/* -----------------------------------------------
  .p-digestArticleList
----------------------------------------------- */
.p-digestArticleList_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.p-digestArticleList_item {
  width: 362px;
  margin-right: 48px;
  margin-bottom: 60px;
}

.p-digestArticleList_item:nth-of-type(2n) {
  margin-right: 0;
}

.p-digestArticleList_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-digestArticleList_item a:visited .p-digestArticleList_item_title {
  color: #8b62a0;
}

.p-digestArticleList_item a:visited .p-digestArticleList_item_link {
  color: #8b62a0;
}

.p-digestArticleList_item a:hover .p-digestArticleList_item_title {
  color: #e50121;
}

.p-digestArticleList_item a:hover .p-digestArticleList_item_link {
  color: #e50121;
}

.p-digestArticleList_item a:hover .p-digestArticleList_item_location img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-digestArticleList_item_location {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 121px;
  margin-bottom: 10px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  transition: 0.4s all ease-out;
}

.p-digestArticleList_item_location img {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: inherit;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s all ease-out;
}

.p-digestArticleList_item_location_label {
  z-index: 2;
  position: relative;
}

.p-digestArticleList_item_location::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  opacity: .2;
}

.p-digestArticleList_item_title {
  margin-bottom: 12px;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.p-digestArticleList_item_desc {
  margin-top: auto;
  margin-bottom: 13px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 22px;
}

.p-digestArticleList_item_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-digestArticleList_item_date {
  color: #8c8c8c;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}

.p-digestArticleList_item_link {
  padding-right: 20px;
  background: url(/images/onb/2021/ico_right_arrow_red.svg) right center/auto 14px no-repeat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: 0.4s all ease-out;
}

/* -----------------------------------------------
  .p-articleRanking
----------------------------------------------- */
.p-articleRankingList_item {
  margin: 0 0 25px;
}

.p-articleRankingList_item:last-of-type {
  margin-bottom: 0;
}

.p-articleRankingList_item_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-articleRankingList_item_link:visited .p-articleRankingList_item_title {
  color: #8b62a0;
}

.p-articleRankingList_item_link:hover .p-articleRankingList_item_title {
  color: #e50121;
}

.p-articleRankingList_item_link:hover .p-articleRankingList_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-articleRankingList_item_info {
  display: flex;
  flex-wrap: wrap;
  width: 164px;
}

.p-articleRankingList_item_title {
  order: 2;
  width: 100%;
  margin: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.p-articleRankingList_item_subTitle {
  order: 1;
  width: 100%;
  margin-bottom: 5px;
  color: #8c8c8c;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

.p-articleRankingList_item_image {
  position: relative;
  width: 88px;
  height: 66px;
  overflow: hidden;
  border-radius: 1px;
}

.p-articleRankingList_item_image img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-articleRankingList_item_icon {
  width: 24px;
  height: 24px;
  padding-top: 2px;
  border: 2px solid #fff;
  background-color: #efefef;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.p-articleRankingList_item_icon.-rank1, .p-articleRankingList_item_icon.-rank2, .p-articleRankingList_item_icon.-rank3 {
  margin-left: 0;
  padding-top: 6px;
  border: none;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.p-articleRankingList_item_icon.-rank1 {
  background-image: url(/images/onb/2021/ico_rank_gold.svg);
}

.p-articleRankingList_item_icon.-rank2 {
  background-image: url(/images/onb/2021/ico_rank_silver.svg);
}

.p-articleRankingList_item_icon.-rank3 {
  background-image: url(/images/onb/2021/ico_rank_bronze.svg);
}

.p-articleRankingList_item.-normal .p-articleRankingList_item_info {
  width: 264px;
}

.p-articleRankingList.-primary .p-articleRankingList_item_link {
  justify-content: flex-start;
}

.p-articleRankingList.-primary .p-articleRankingList_item_image {
  width: 157px;
  height: 117px;
}

.p-articleRankingList.-primary .p-articleRankingList_item_info {
  display: block;
  width: 525px;
  margin-right: 30px;
}

.p-articleRankingList.-primary .p-articleRankingList_item_subTitle {
  order: inherit;
  margin-bottom: 10px;
  color: #222222;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.p-articleRankingList.-primary .p-articleRankingList_item_title {
  order: inherit;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.p-articleRankingList.-primary .p-articleRankingList_item_icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-top: 0;
  background-position: center;
  background-size: 40px auto;
  font-size: 14px;
  line-height: 36px;
}

.p-articleRankingList.-primary .p-articleRankingList_item_icon.-rank1, .p-articleRankingList.-primary .p-articleRankingList_item_icon.-rank2, .p-articleRankingList.-primary .p-articleRankingList_item_icon.-rank3 {
  padding-top: 14px;
  line-height: 26px;
}

.p-articleRankingList.-primary .p-articleRankingList_item_icon.-rank1 {
  background-image: url(/images/onb/2021/ico_rank_gold.svg);
}

.p-articleRankingList.-primary .p-articleRankingList_item_icon.-rank2 {
  background-image: url(/images/onb/2021/ico_rank_silver.svg);
}

.p-articleRankingList.-primary .p-articleRankingList_item_icon.-rank3 {
  background-image: url(/images/onb/2021/ico_rank_bronze.svg);
}

.p-articleRankingList.-primary .p-articleRankingList_item_desc {
  color: #8c8c8c;
  font-weight: 500;
}

/* -----------------------------------------------
  .p-rankingList
----------------------------------------------- */
.p-rankingList_item {
  position: relative;
}

.p-rankingList_item_link {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.p-rankingList_item_link:visited .p-rankingList_item_title {
  color: #8b62a0;
}

.p-rankingList_item_rank {
  width: 20px;
  height: 20px;
  border: 1px solid #06375c;
  color: #06375c;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.p-rankingList_item_rank.-best3 {
  background: #06375c;
  color: #fff;
}

.p-rankingList_item_title {
  width: 270px;
  font-weight: bold;
}

.p-rankingList_item_title:visited {
  color: #8b62a0;
}

.p-rankingList_item_title:hover {
  color: #e50121;
}

.p-rankingList_item:first-of-type .p-rankingList_item_link {
  padding-top: 0;
  border-top: none;
}

.p-rankingList_item:last-of-type .p-rankingList_item_link {
  border-bottom: none;
}

/* -----------------------------------------------
  .p-recommendLink
----------------------------------------------- */
.p-recommendLink_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-recommendLink_link:visited .p-recommendLink_title {
  color: #8b62a0;
}

.p-recommendLink_link:hover .p-recommendLink_title {
  color: #e50121;
}

.p-recommendLink_title {
  width: 220px;
  margin: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 14px;
}

.p-recommendLink_image {
  position: relative;
  width: 60px;
  height: 88px;
  overflow: hidden;
}

.p-recommendLink_image img {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: inherit;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-recommendLink_desc {
  width: 100%;
  margin: 10px 0 0;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 24px;
}

.p-recommendLink .c-moreLink {
  width: 100%;
  margin-top: 20px;
}

/* -----------------------------------------------
  .p-recommendArticleList
----------------------------------------------- */
.p-horizontalArticleList_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}

.p-horizontalArticleList_item {
  width: 362px;
  margin-top: 30px;
  margin-right: 48px;
}

.p-horizontalArticleList_item:nth-child(even) {
  margin-right: 0;
}

.p-horizontalArticleList_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.p-horizontalArticleList_item a:visited .p-horizontalArticleList_item_title {
  color: #8b62a0;
}

.p-horizontalArticleList_item a:hover .p-horizontalArticleList_item_title {
  color: #e50121;
}

.p-horizontalArticleList_item a:hover .p-horizontalArticleList_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-horizontalArticleList_item_image {
  width: 137px;
}

.p-horizontalArticleList_item_info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 205px;
}

.p-horizontalArticleList_item_title {
  width: 100%;
  margin: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.p-horizontalArticleList_item_subTitle {
  width: 100%;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.p-horizontalArticleList_item_image {
  position: relative;
  width: 137px;
  height: 102px;
  overflow: hidden;
}

.p-horizontalArticleList_item_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

/* -----------------------------------------------
  .p-sideArticleList
----------------------------------------------- */
.p-sideArticleList_list li {
  margin-bottom: 15px;
}

.p-sideArticleList_list li:last-of-type {
  margin-bottom: 0;
}

.p-sideArticleList_item {
  margin-bottom: 30px;
}

.p-sideArticleList_item:last-of-type {
  margin-bottom: 0;
}

.p-sideArticleList_item_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.p-sideArticleList_item_link:visited .p-sideArticleList_item_title {
  color: #8b62a0;
}

.p-sideArticleList_item_link:hover .p-sideArticleList_item_title {
  color: #e50121;
}

.p-sideArticleList_item_link:hover .p-sideArticleList_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-sideArticleList_item_info {
  width: 200px;
}

.p-sideArticleList_item_title {
  margin: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 14px;
}

.p-sideArticleList_item_subTitle {
  font-size: 14px;
  line-height: 20px;
}

.p-sideArticleList_item_image {
  position: relative;
  width: 88px;
  height: 66px;
  overflow: hidden;
}

.p-sideArticleList_item_image.-avator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.p-sideArticleList_item_image img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-sideArticleList_item_desc {
  margin-top: 10px;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 20px;
}

.p-sideArticleList_item_date {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.p-sideArticleList.-right .p-sideArticleList_item_info {
  order: 2;
}

.p-sideArticleList.-right .p-sideArticleList_item_image {
  order: 1;
}

.p-sideArticleList.-text {
  margin-top: 20px;
}

.p-sideArticleList.-text .p-sideArticleList_list > li {
  margin-bottom: 20px;
}

.p-sideArticleList.-text .p-sideArticleList_item {
  margin-bottom: 20px;
}

.p-sideArticleList.-text .p-sideArticleList_item_info {
  width: 100%;
}

.p-sideArticleList.-text .p-sideArticleList_item_title {
  font-size: 18px;
  line-height: 25px;
}

.p-sideArticleList.-timeline .p-sideArticleList_item {
  position: relative;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0 0 30px 16px;
  border-left: 1px solid #e50121;
}

.p-sideArticleList.-timeline .p-sideArticleList_item:first-of-type {
  padding-top: 0;
}

.p-sideArticleList.-timeline .p-sideArticleList_item:first-of-type:before {
  top: 0;
}

.p-sideArticleList.-timeline .p-sideArticleList_item:before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -5px;
  width: 9px;
  height: 9px;
  border: 1px solid #e50121;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}

.p-sideArticleList.-timeline .p-sideArticleList_item_link {
  align-items: flex-start;
}

.p-sideArticleList.-timeline .p-sideArticleList_item_link:hover .p-sideArticleList_item_title {
  color: #e50121;
}

.p-sideArticleList.-timeline .p-sideArticleList_item_image {
  width: 60px;
  height: 45px;
}

.p-sideArticleList.-timeline .p-sideArticleList_item_image.-avator {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
}

.p-sideArticleList.-timeline .p-sideArticleList_item_title {
  color: #000;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.p-sideArticleList.-timeline .p-sideArticleList_item_title .-bold {
  font-weight: bold;
}

.p-sideArticleList.-timeline .p-sideArticleList_item_desc {
  font-weight: 500;
}

.p-sideArticleList.-timeline .p-sideArticleList_item:last-of-type {
  padding-bottom: 0;
}

.p-sideArticleList.-timeline .c-btn {
  margin-top: 20px;
}

/* -----------------------------------------------
  .p-sideBanner
----------------------------------------------- */
.p-sideBanner_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-sideBanner_link:hover .p-sideBanner_title {
  text-decoration: underline;
}

.p-sideBanner_title {
  width: 200px;
  color: #e50121;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s all ease-out;
}

/* -----------------------------------------------
  .p-topAdBanner
----------------------------------------------- */
.p-topAdBanner .adRectangle {
  width: 650px;
  margin: 0 auto;
  overflow: hidden;
}

.p-topAdBanner .adRectangle li {
  float: left;
  text-align: center;
}

.p-topAdBanner .adRectangle li:first-child {
  margin-right: 50px;
}

/* -----------------------------------------------
  .p-pager
----------------------------------------------- */
.p-pager {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 120px;
}

.p-pager_prev {
  width: 86px;
}

.p-pager_prev a {
  display: block;
  transition: .4s all ease-out;
}

.p-pager_prev a .p-pager_prev_label {
  border-bottom: 1px solid #e50121;
  background-image: url(/images/onb/2021/ico_left_arrow_red.svg);
}

.p-pager_prev a:hover .p-pager_prev_label {
  color: #e50121;
}

.p-pager_prev_label {
  display: block;
  padding-bottom: 6px;
  padding-left: 20px;
  border-bottom: 1px solid #dadada;
  background: url(/images/onb/2021/ico_left_arrow_light_gray.svg) left 6px top 6px/auto 14px no-repeat;
  font-size: 18px;
  line-height: 25px;
}

.p-pager_next {
  width: 86px;
}

.p-pager_next a {
  display: block;
  transition: .4s all ease-out;
}

.p-pager_next a .p-pager_next_label {
  border-bottom: 1px solid #e50121;
  background-image: url(/images/onb/2021/ico_right_arrow_red.svg);
}

.p-pager_next a:hover .p-pager_next_label {
  color: #e50121;
}

.p-pager_next_label {
  display: block;
  padding-right: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dadada;
  background: url(/images/onb/2021/ico_right_arrow_light_gray.svg) right 6px top 6px/auto 14px no-repeat;
  font-size: 18px;
}

/* -----------------------------------------------
  カレンダー
----------------------------------------------- */
.p-datePicker {
  border-radius: 4px;
  background-color: #fff;
}

.p-datePicker .datepicker-inline {
  width: 360px;
  margin: 0 auto;
}

.p-datePicker .datepicker-inline .table-condensed {
  width: 360px;
}

.p-datePicker .resetDate {
  display: block;
  color: #e6001e;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.p-datePicker .datepicker table tr td.old {
  color: #8c8c8c;
}

.p-datePicker .datepicker table tr td.today {
  z-index: 1;
  position: relative;
  background-color: transparent;
  background-image: none;
  background-size: 28px 28px;
  color: #fff;
  font-weight: 500;
}

.p-datePicker .datepicker table tr td.today:hover {
  background-color: transparent;
  background-image: none;
  background-size: 28px 28px;
  color: #fff;
  font-weight: 500;
}

.p-datePicker .datepicker table tr td.today::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  background-color: #e50121;
  content: '';
}

.p-datePicker .datepicker table tr td.today.disabled {
  background-color: transparent;
  background-image: none;
  background-size: 28px 28px;
  color: #fff;
  font-weight: 500;
}

.p-datePicker .datepicker table tr td.today.disabled:hover {
  background-color: transparent;
  background-image: none;
  background-size: 28px 28px;
  color: #fff;
  font-weight: 500;
}

.p-datePicker .datepicker th {
  padding: 8px;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
}

.p-datePicker .datepicker th.next {
  background: url(/images/onb/2021/ico_right_arrow_dark_gray.svg) center/auto 15px no-repeat;
  color: transparent;
}

.p-datePicker .datepicker th.next:hover {
  background-image: url(/images/onb/2021/ico_right_arrow_red.svg);
}

.p-datePicker .datepicker th.prev {
  background: url(/images/onb/2021/ico_left_arrow_dark_gray.svg) center/auto 15px no-repeat;
  color: transparent;
}

.p-datePicker .datepicker th.prev:hover {
  background-image: url(/images/onb/2021/ico_left_arrow_red.svg);
}

.p-datePicker .datepicker td {
  padding: 8px;
  color: #242424;
  font-size: 15px;
  font-weight: 500;
}

.p-datePicker .datepicker td.day {
  font-weight: bold;
}

.p-datePicker .datepicker td.disabled {
  color: #dddddd;
}

.p-datePicker .datepicker-switch {
  font-weight: bold !important;
}

/* -----------------------------------------------
  イントロダクション
----------------------------------------------- */
.p-introduction {
  display: none;
  position: relative;
  margin-bottom: 120px;
  padding: 30px;
  background-color: #f5f5f5;
}

.p-introduction_title {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.p-introduction_desc {
  margin: 0 0 20px;
  line-height: 20px;
  text-align: center;
}

.p-introduction_link {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.p-introduction_link_item:first-child {
  margin-right: 20px;
}

.p-introduction_link_item a {
  display: block;
  transition: .4s all ease-out;
}

.p-introduction_link_item a:hover {
  opacity: .7;
}

.p-introduction_check {
  text-align: center;
}

.p-introduction_check_label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
  vertical-align: middle;
  cursor: pointer;
  transition: .4s all ease-out;
}

.p-introduction_check_label:hover {
  color: #e50121;
}

.p-introduction_check_btn {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #222222;
  border-radius: 2px;
  background: #f5f5f5;
  vertical-align: middle;
}

.p-introduction_check .c-formCheckList_item_ico {
  top: -2px;
  border: 1px solid #222222;
}

.p-introduction_closeBtn {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.p-introduction_closeBtn::before, .p-introduction_closeBtn::after {
  display: block;
  position: absolute;
  top: 0;
  left: 14%;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  background: #8c8c8c;
  content: '';
  transition: .4s all ease-out;
}

.p-introduction_closeBtn::after {
  right: 14%;
  left: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.p-introduction_closeBtn:hover::before, .p-introduction_closeBtn:hover::after {
  background: #e50121;
}

/* -----------------------------------------------
  .p-circleLinkList
----------------------------------------------- */
.p-circleThumbList_heading {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.p-circleThumbList_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-right: -47px;
}

.p-circleThumbList_list + .p-circleThumbList_list {
  margin-top: 0;
}

.p-circleThumbList_list.js-arthorMore {
  max-height: 0;
  overflow: hidden;
  transition: 1.6s max-height ease-out;
}

.p-circleThumbList_list.js-arthorMore.-active {
  max-height: 2000px;
}

.p-circleThumbList_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 342px;
  margin-top: 30px;
  margin-right: 47px;
}

.p-circleThumbList_link {
  display: flex;
  align-items: center;
  width: calc(100% - 91px);
}

.p-circleThumbList_link:visited .p-circleThumbList_title {
  color: #8b62a0;
}

.p-circleThumbList_link:visited .p-circleThumbList_name {
  color: #8b62a0;
}

.p-circleThumbList_link:hover .p-circleThumbList_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-circleThumbList_link:hover .p-circleThumbList_title {
  color: #e50121;
}

.p-circleThumbList_link:hover .p-circleThumbList_name {
  color: #e50121;
}

.p-circleThumbList_image {
  z-index: 1;
  position: relative;
  width: 56px;
  height: 56px;
  margin-right: 12px;
  overflow: hidden;
  border: 1px solid #f6f6f6;
  border-radius: 50%;
}

.p-circleThumbList_image img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-circleThumbList_info {
  width: 182px;
}

.p-circleThumbList_title {
  width: 182px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.p-circleThumbList_name {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}

.p-circleThumbList_position {
  color: #8c8c8c;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 20px;
}

.p-circleThumbList_tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12px;
}

.p-circleThumbList_tag_item {
  margin-right: 12px;
}

.p-circleThumbList_tag_item a {
  color: #e50121;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  transition: .4s all ease-out;
}

.p-circleThumbList_tag_item a:hover {
  text-decoration: underline;
}

.p-circleThumbList.-newsLetter .p-circleThumbList_link {
  width: calc(100% - 59px);
}

.p-circleThumbList.-newsLetter .p-circleThumbList_image {
  width: 40px;
  height: 40px;
}

.p-circleThumbList.-primary {
  padding: 0 30px;
}

.p-circleThumbList.-primary .p-circleThumbList_list {
  margin-right: -50px;
}

.p-circleThumbList.-primary .p-circleThumbList_item {
  width: 330px;
  margin-right: 50px;
}

.p-circleThumbList.-primary .p-circleThumbList_image {
  width: 40px;
  height: 40px;
}

.p-circleThumbList.-primary .p-circleThumbList_name {
  margin-bottom: 0;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 22px;
}

.p-circleThumbList.-primary .p-circleThumbList_position {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.p-circleThumbList.-graybox {
  padding: 30px;
  background-color: #f5f5f5;
}

.p-circleThumbList.-graybox .p-circleThumbList_list {
  margin-right: -50px;
}

.p-circleThumbList.-graybox .p-circleThumbList_item {
  width: 330px;
  margin-right: 50px;
}

.p-circleThumbList.-graybox .p-circleThumbList_image {
  width: 40px;
  height: 40px;
}

.p-circleThumbList.-graybox .p-circleThumbList_name {
  margin-bottom: 0;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 22px;
}

.p-circleThumbList.-graybox .p-circleThumbList_position {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.p-circleThumbList.-division3 .p-circleThumbList_list {
  margin-right: -50px;
}

.p-circleThumbList.-division3 .p-circleThumbList_item {
  align-items: flex-start;
  width: 224px;
  margin-top: 30px;
  margin-right: 50px;
}

.p-circleThumbList.-division3 .p-circleThumbList_link {
  align-items: flex-start;
  width: 100%;
}

.p-circleThumbList.-division3 .p-circleThumbList_info {
  width: 172px;
}

.p-circleThumbList.-division3 .p-circleThumbList_name {
  margin-bottom: 5px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 22px;
}

.p-circleThumbList.-division3 .p-circleThumbList_image {
  width: 40px;
  height: 40px;
}

.p-circleThumbList.c-modal .p-circleThumbList_list {
  margin: 0;
  padding-bottom: 74px;
}

.p-circleThumbList.c-modal .p-circleThumbList_item {
  width: 100%;
  margin: 30px 0 0;
}

.p-circleThumbList.c-modal .p-circleThumbList_item:first-of-type {
  margin-top: 0;
}

.p-circleThumbList.c-modal .p-circleThumbList_link {
  box-sizing: border-box;
  width: 100%;
  padding-right: 30px;
  background: url(/images/onb/2021/ico_right_arrow.svg) right 8px center/auto 14px no-repeat;
}

.p-circleThumbList.c-modal .p-circleThumbList_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 90px);
}

.p-circleThumbList.c-modal .p-circleThumbList_name {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}

/* -----------------------------------------------
  .p-search
----------------------------------------------- */
.p-search {
  margin-bottom: 30px;
}

.p-search_form {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 375px;
  margin-bottom: 20px;
  padding: 0 0 13px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #e50121;
  border-left: none;
}

.p-search_field {
  width: 345px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 22px;
  line-height: 30px;
}

.p-search_submitBtn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: url(/images/onb/2021/ico_search.svg) center center/20px auto no-repeat;
  text-indent: -9999px;
  transition: .1s all ease-out;
}

.p-search_submitBtn:hover {
  background-image: url(/images/onb/2021/ico_search_black.svg);
}

.p-search_count {
  font-weight: bold;
  line-height: 20px;
}

.p-search_footer {
  display: flex;
  justify-content: space-between;
}

.p-search_options {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.p-search_options_item + .p-search_options_item {
  margin-left: 12px;
}

.p-search_options_item_label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.p-search_options_item_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #cfd8e1;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.p-search_options_item_label input[type="radio"] {
  display: none;
}

.p-search_options_item_label input[type="radio"]:checked + .p-search_options_item_ico::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e50121;
  content: '';
}

.p-search_results_title {
  margin: 0 0 20px;
  font-size: 16px;
}

/* -----------------------------------------------
  .p-pagination
----------------------------------------------- */
.p-pagination {
  margin: 48px 0 0;
  font-size: 14px;
}

.p-pagination .p-pagination_list {
  display: flex;
  justify-content: center;
}

.p-pagination .p-pagination_list_item {
  height: 40px;
  overflow: hidden;
  border-radius: 1px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
}

.p-pagination .p-pagination_list_item:not(:first-child) {
  margin-left: 20px;
}

.p-pagination .p-pagination_list_item a {
  display: block;
  position: relative;
  width: 40px;
  height: 100%;
  border: 1px solid #dadada;
  color: #e50121;
  line-height: 38px;
  cursor: pointer;
}

.p-pagination .p-pagination_list_item a:hover {
  border-color: #e50121;
  text-decoration: none;
}

.p-pagination .p-pagination_list_item.-current {
  width: 40px;
  background: #e50121;
  color: #fff;
}

.p-pagination .p-pagination_list_item.-prev, .p-pagination .p-pagination_list_item.-next {
  width: 18px;
  border: none;
}

.p-pagination .p-pagination_list_item.-prev a, .p-pagination .p-pagination_list_item.-next a {
  width: 18px;
  border: none;
  background: url(/images/onb/2021/ico_left_arrow_red.svg) center/auto 18px no-repeat;
}

.p-pagination .p-pagination_list_item.-next a {
  background-image: url(/images/onb/2021/ico_right_arrow_red.svg);
}

.p-pagination_nextPage {
  display: table;
  margin: 40px auto 30px !important;
}

.p-pagination_nextPage > a,
.p-pagination_nextPage > span {
  display: flex;
  align-items: center;
  padding: 13px 19px 11px;
  border: solid 1px #e50121;
  border-radius: 2px;
  color: #e50121;
  font-size: 12px;
  font-weight: bold;
}

.p-pagination_nextPage a:hover {
  text-decoration: none;
}

.p-pagination_nextPage a:hover .p-pagination_nextPage_title {
  color: #e50121;
}

.p-pagination_nextPage_title {
  max-width: 370px;
  margin-left: 20px;
  overflow: hidden;
  color: #121212;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* -----------------------------------------------
  .p-syllabaryNavi
----------------------------------------------- */
.p-syllabaryNavi {
  margin-top: 50px;
  font-size: 14px;
}

.p-syllabaryNavi_list {
  display: flex;
}

.p-syllabaryNavi_list_item {
  height: 40px;
  overflow: hidden;
  border-radius: 1px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
}

.p-syllabaryNavi_list_item:not(:first-child) {
  margin-left: 20px;
}

.p-syllabaryNavi_list_item a {
  display: block;
  position: relative;
  width: 40px;
  height: 100%;
  border: 1px solid #dadada;
  line-height: 38px;
}

.p-syllabaryNavi_list_item a:hover {
  border-color: #e50121;
}

.p-syllabaryNavi_list_item.-current {
  width: 40px;
  background: #e50121;
  color: #fff;
}

.p-syllabaryNavi_list_item.-current a {
  border-color: #e50121;
  color: #fff;
}

/* -----------------------------------------------
  .p-mypageNewsletter
----------------------------------------------- */
.p-mypageNewsletter {
  width: 100vw;
  margin-bottom: 50px;
  margin-left: calc(-1 *((100vw - 1120px) / 2));
  padding-right: calc((100vw - 1120px) / 2);
  padding-left: calc((100vw - 1120px) / 2);
  background: url(/images/onb/2021/bg_mypage_newsletter.png) center top 20px no-repeat;
}

.p-mypageNewsletter.-article {
  width: 100%;
  margin: 120px 0 0;
  padding: 0;
  background-position: center top 40px;
  background-size: contain;
}

.p-mypageNewsletter.-article .p-sectionTitle {
  margin-bottom: 163px;
}

.p-mypageNewsletter.-article .c-btn {
  margin-top: 48px;
}

.p-mypageNewsletter_container {
  width: 1120px;
  margin: 0 auto;
}

.p-mypageNewsletter .p-sectionTitle {
  margin-bottom: 240px;
}

.p-mypageNewsletter .c-btn {
  margin-top: 30px;
}

.p-mypageNewsletter_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

/* -----------------------------------------------
  .p-mypageNotice
----------------------------------------------- */
.p-mypageNotice {
  margin-bottom: 80px;
  padding: 30px;
  background-color: #f6f6f6;
  text-align: center;
}

.p-mypageNotice_number {
  margin: 0 0 20px;
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.21px;
  text-align: center;
}

.p-mypageNotice_number .-number {
  font-weight: bold;
}

.p-mypageNotice_text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.p-mypageNotice_box {
  padding: 20px 0;
  border-radius: 2px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.p-mypageNotice_image {
  margin: 30px 0;
  text-align: center;
}

.p-mypageNotice_btn {
  margin-top: 20px;
}

.p-mypageNotice_btn .c-btnFill {
  margin: 0;
}

.p-mypageNotice_btn .c-btnFill + .p-mypageNotice_btn .c-btnFill {
  margin-top: 12px;
}

/* -----------------------------------------------
  .p-renewalPopup
----------------------------------------------- */
.p-renewalPopup.c-modal {
  width: 1120px;
  padding: 50px 0;
}

.p-renewalPopup_catch {
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: 0.21px;
  line-height: 30px;
  text-align: center;
}

.p-renewalPopup_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 68px 48px;
  border-bottom: 1px solid #dadada;
}

.p-renewalPopup_item {
  width: 295px;
}

.p-renewalPopup_item_image {
  margin-bottom: 20px;
  text-align: center;
}

.p-renewalPopup_item_title {
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.22px;
  line-height: 20px;
}

.p-renewalPopup_item_title .-red {
  color: #e50121;
}

.p-renewalPopup_item .c-btn {
  margin-top: 20px;
}

.p-renewalPopup_footer {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.19px;
  line-height: 30px;
  text-align: center;
}

.p-renewalPopup_footer a {
  color: #e50121;
}

.p-renewalPopup_footer a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .p-loginForRead
----------------------------------------------- */
.p-loginForRead {
  padding: 30px;
  border-radius: 1px;
  background: #f6f6f6;
}

.p-loginForRead .p-loginForRead_heading {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.21px;
  line-height: 30px;
  text-align: center;
}

.p-loginForRead .p-loginForRead_subTitle {
  font-weight: 500;
  letter-spacing: 0.16px;
  text-align: center;
}

.p-loginForRead .p-loginForRead_subTitle a {
  color: #e50121;
}

.p-loginForRead .p-loginForRead_subTitle a:hover {
  text-decoration: underline;
}

.p-loginForRead .p-loginForRead_msg {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.p-loginForRead .p-loginForRead_image {
  margin: 30px 0;
  text-align: center;
}

.p-loginForRead .p-loginForRead_action {
  margin: 25px 0 0;
}

.p-loginForRead .p-loginForRead_action_title {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.p-loginForRead .p-loginForRead_action_title .-red {
  color: #e50121;
}

.p-loginForRead .p-loginForRead_action_list {
  display: flex;
  justify-content: center;
}

.p-loginForRead .p-loginForRead_action_item {
  max-width: 322px;
}

.p-loginForRead .p-loginForRead_action_item:only-child {
  flex: auto;
  width: 100%;
  max-width: 100%;
}

.p-loginForRead .p-loginForRead_action_item:only-child .p-loginForRead_action_btn {
  width: 322px;
}

.p-loginForRead .p-loginForRead_action_item + .p-loginForRead_action_item {
  margin-left: 48px;
}

.p-loginForRead .p-loginForRead_action_btn {
  display: block;
  position: relative;
  min-width: 322px;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 17px;
  font-weight: bold;
}

.p-loginForRead .p-loginForRead_action_btn .-icon {
  position: absolute;
  top: -12px;
  left: 4px;
  width: 100px;
  padding: 6px 0;
  background-color: #f57123;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.p-loginForRead .p-loginForRead_action_btn .-icon::after {
  position: absolute;
  right: 0px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-top: 11px solid #f57123;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  content: '';
}

.p-loginForRead .p-loginForRead_body {
  width: 100%;
  max-width: 692px;
  margin: 20px auto 0;
  padding: 20px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.p-loginForRead .p-loginForRead_body a {
  text-decoration: underline;
}

.p-loginForRead .p-loginForRead_body a:hover {
  color: #e50121;
}

.p-loginForRead .p-loginForRead_body p {
  margin: 0;
}

.p-loginForRead .p-loginForRead_body p strong {
  font-weight: bold;
}

.p-loginForRead .p-loginForRead_body p + p {
  margin-top: 10px;
  line-height: 30px;
}

.p-loginForRead .p-loginForRead_body .-red {
  color: #e50121;
  font-weight: bold;
}

.p-loginForRead .p-loginForRead_body_title {
  margin-bottom: 20px;
}

.p-loginForRead .p-loginForRead_link {
  margin-top: 20px;
  color: #e50121;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.p-loginForRead .p-loginForRead_link:hover {
  text-decoration: underline;
}

.p-loginForRead .p-loginForRead_btn {
  width: 322px;
  margin: 30px auto 0;
}

.p-loginForRead .p-loginForRead_btn a {
  width: 322px;
  padding: 20px 0;
  font-size: 17px;
  letter-spacing: 0.43px;
}

.p-loginForRead .p-loginForRead_gift_btn {
  margin-top: 20px;
}

.p-loginForRead .p-loginForRead_gift_btn a {
  background: none;
}

.p-loginForRead .p-loginForRead_gift_complete {
  width: 322px;
  margin: 20px auto 0;
  padding: 13px 0;
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.p-loginForRead .p-loginForRead_gift_text {
  margin: 10px 0;
  text-align: center;
}

.p-loginForRead .p-loginForRead_gift_count {
  text-align: center;
}

.p-loginForRead.c-modal {
  background-color: #fff;
}

.p-loginForRead.c-modal .p-loginForRead_btn {
  width: 100%;
}

.p-loginForRead.c-modal .p-loginForRead_btn .btnFunc {
  width: 100%;
}

.p-loginForRead.c-modal .p-loginForRead_body {
  padding: 0;
}

.p-loginForRead#paywall_notlogin {
  width: 660px;
}

.p-loginForRead#paywall_notlogin .p-loginForRead_action_list {
  justify-content: space-between;
}

.p-loginForRead#paywall_notlogin .p-loginForRead_action_btn {
  width: 200px;
  min-width: 200px;
}

.p-loginForRead#paywall_notlogin .p-loginForRead_action_btn .-icon {
  left: -10px;
  width: 100px;
}

.p-loginForRead#paywall_notlogin .p-loginForRead_action_btn.-apply {
  width: 380px;
}

.p-loginForRead#paywall_notlogin .p-loginForRead_body {
  padding: 20px 0;
  border-top: 1px solid #dadada;
  background-color: #fff;
}

.p-loginForRead#paywall_notlogin .p-loginForRead_body_title {
  margin-bottom: 10px;
}

.p-loginForRead#paywall_notlogin .p-loginForRead_link {
  margin-top: 0;
}

.p-loginForRead#paywall_nbodd {
  width: 660px;
}

.p-loginForRead#paywall_nbodd .p-loginForRead_action_list {
  justify-content: center;
}

.p-loginForRead#paywall_nbodd .p-loginForRead_action_item {
  max-width: 100%;
}

.p-loginForRead#paywall_nbodd .p-loginForRead_action_btn .-icon {
  left: -10px;
  width: 100px;
}

.p-loginForRead#paywall_nbodd .p-loginForRead_body {
  padding: 20px 0;
  border-top: 1px solid #dadada;
  background-color: #fff;
}

.p-loginForRead#paywall_nbodd .p-loginForRead_body_title {
  margin-bottom: 10px;
}

.p-loginForRead#paywall_nbodd .p-loginForRead_link {
  margin-top: 0;
}

.p-loginForRead#paywall_gift .p-loginForRead_heading {
  font-weight: bold;
}

.p-loginForRead#paywall_gift .p-loginForRead_image {
  margin: 0 0 20px;
}

.p-loginForRead#paywall_gift .p-loginForRead_action_list {
  justify-content: space-between;
}

.p-loginForRead#paywall_gift .p-loginForRead_action_btn.-apply {
  width: 380px;
  min-width: 380px;
}

.p-loginForRead#paywall_gift .p-loginForRead_action_btn.-login {
  width: 200px;
  min-width: 200px;
}

.p-loginForRead#paywall_gift .p-loginForRead_action_item:only-child .p-loginForRead_action_btn {
  width: 100%;
}

.p-loginForRead#paywall_gift .p-loginForRead_body {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

.p-loginForRead.-side {
  padding: 30px 8px;
}

.p-loginForRead.-side .p-loginForRead_heading {
  font-size: 14px;
  line-height: 24px;
}

.p-loginForRead.-side .p-loginForRead_image {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.p-loginForRead.-side .p-loginForRead_body {
  padding: 10px;
  font-size: 14px;
}

.p-loginForRead.-side .p-loginForRead_btn {
  width: 100%;
}

.p-loginForRead.-side .p-loginForRead_btn a {
  width: 100%;
}

.p-loginForRead.-search {
  margin: 30px 0 40px;
}

.p-loginForRead.-search .p-loginForRead_action_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.p-loginForRead.-article {
  position: relative;
  margin: 0 -85px;
  clear: both;
}

.p-loginForRead.-article::before {
  display: block;
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  content: '';
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.p-loginForRead.-article .p-loginForRead_heading {
  margin-bottom: 10px;
}

.p-loginForRead.-article .p-loginForRead_action {
  margin-top: 20px;
}

.p-loginForRead.-article .p-loginForRead_link {
  font-size: 17px;
}

.p-loginForRead.-article .p-loginForRead_body_title {
  margin-bottom: 10px;
}

.p-loginForRead.-article.-noLayer::before {
  content: none;
}

.articleBody .bplead + .p-loginForRead.-article::before {
  content: none;
}

body.nbodd #rhizomePopupNnbodd .p-loginForRead .p-loginForRead_action_list {
  justify-content: center;
}

body.nbodd #rhizomePopupNnbodd .p-loginForRead .p-loginForRead_action_item + .p-loginForRead_action_item {
  display: none;
  margin-left: 0;
}

/* -----------------------------------------------
  .SalesBanner
----------------------------------------------- */
.articleSalesBanner {
  margin: 40px 0;
  text-align: center;
}

/* -----------------------------------------------
  .p-seiresParent
----------------------------------------------- */
.p-seiresParent {
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
  clear: both;
}

.p-seiresParent > a {
  display: flex;
  padding: 20px 20px 18px 20px;
  overflow: hidden;
  border: 1px solid;
  border-radius: 2px;
  border-color: #ddd;
  background-color: #fafafa;
}

.p-seiresParent > a:hover {
  text-decoration: none !important;
}

.p-seiresParent > a:hover .seiresImage img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.p-seiresParent > a:hover h5 {
  color: #E6001E;
}

.p-seiresParent > a h5 {
  margin: 0 0 10px;
  color: #333333;
  font-size: 18px;
  line-height: 1.4;
}

.p-seiresParent .seiresImage {
  position: relative;
  flex-shrink: 0;
  width: 180px;
  height: auto;
  margin-right: 20px;
  overflow: hidden;
}

.p-seiresParent .seiresImage img {
  -webkit-transition: .4s ease-in-out;
  position: absolute;
  width: 180px;
  height: auto;
  transition: .4s ease-in-out;
}

.p-seiresParent .seiresText {
  width: 100%;
}

.p-seiresParent .seiresText .tag {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 5px 4px;
  border-radius: 2px;
  background-color: #E6001E;
  color: white;
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
}

.p-seiresParent .description {
  margin: 0 0 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.p-seiresParent .seiresFollow {
  display: flex;
  justify-content: space-between;
}

.p-seiresParent .followBox {
  padding-right: 0;
}

.p-seiresParent .numberFollowers {
  display: none;
}

.p-seiresParent p.lead {
  margin: 0;
  color: #E6001E;
  font-size: 14px;
}

.p-seiresParent.forum .btnFollow a {
  font-size: 13px;
  letter-spacing: -0.2px;
}

.p-seiresParent.forum p.lead {
  padding-top: 2px;
  font-size: 13px;
}

/* -----------------------------------------------
  .p-newsletter
----------------------------------------------- */
.p-newsletter_item {
  margin-bottom: 60px;
}

.p-newsletter_item_title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 258px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
}

.p-newsletter_item_title .-text {
  z-index: 2;
  position: relative;
}

.p-newsletter_item_title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  opacity: .3;
}

.p-newsletter_item_title.-ny {
  background-image: url(/images/onb/2021/img_newsletter_01.jpg);
}

.p-newsletter_item_title.-sh {
  background-image: url(/images/onb/2021/img_newsletter_02.jpg);
}

.p-newsletter_item_title.-sv {
  background-image: url(/images/onb/2021/img_newsletter_03.jpg);
}

.p-newsletter_item_title.-bk {
  background-image: url(/images/onb/2021/img_newsletter_04.jpg);
}

.p-newsletter_item_title.-ld {
  background-image: url(/images/onb/2021/img_newsletter_05.jpg);
}

.p-newsletter_item_desc {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.p-newsletter_item_author {
  display: flex;
}

.p-newsletter_item_author_item {
  width: 215px;
}

.p-newsletter_item_author_link {
  display: flex;
  align-items: center;
}

.p-newsletter_item_author_link:hover .p-newsletter_item_author_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-newsletter_item_author_link:hover .p-newsletter_item_author_name {
  color: #e50121;
}

.p-newsletter_item_author_image {
  z-index: 1;
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.p-newsletter_item_author_image img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-out;
}

.p-newsletter_item_author_name {
  width: 155px;
  font-weight: 500;
  line-height: 20px;
}

.p-newsletter_item_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-newsletter_item_footer .c-moreLink {
  margin-left: auto;
}

.p-newsletter .c-btn {
  max-width: 360px;
  margin-top: 30px;
}

.p-newsletter.-parent .p-newsletter_item {
  margin-bottom: 30px;
}

/* -----------------------------------------------
  .p-magazine
----------------------------------------------- */
.p-magazine_tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
}

.p-magazine_tag_item {
  display: block;
  margin: 6px 6px 0 0;
}

.p-magazine_tag_item a {
  display: block;
  padding: 6px 12px;
  border: 1px solid #dadada;
  border-radius: 1px;
  color: #e50121;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.p-magazine_tag_item a:hover {
  border-color: #e50121;
}

.p-magazine_tag_item a.-active {
  border-color: #e50121;
  background-color: #e50121;
  color: #fff;
}

.p-magazine_tag_text {
  margin-top: 20px;
  padding: 10px 30px;
  background-color: #f6f6f6;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.p-magazine_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -46px;
}

.p-magazine_list_item {
  display: flex;
  flex-direction: column;
  width: 226px;
  margin: 62px 46px 0 0;
}

.p-magazine_list_item:nth-child(-n+3) {
  margin-top: 0;
}

.p-magazine_list_item_link {
  margin-bottom: auto;
  text-align: center;
}

.p-magazine_list_item_link:visited .p-magazine_list_item_title {
  color: #8b62a0;
}

.p-magazine_list_item_link:hover .p-magazine_list_item_title {
  color: #e50121;
}

.p-magazine_list_item_image {
  margin-bottom: 12px;
}

.p-magazine_list_item_date {
  margin-bottom: 5px;
  color: #8c8c8c;
  font-weight: 500;
  line-height: 20px;
}

.p-magazine_list_item_title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.p-magazine_list_item_viewerBtn {
  margin-top: 30px;
  text-align: center;
}

.p-magazine_list_item_viewerBtn a {
  display: inline-block;
  padding-left: 20px;
  background: url(/images/onb/2021/ico_view.svg) left center/14px 14px no-repeat;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.p-magazine_list_item_viewerBtn a:hover {
  color: #e50121;
}

.p-magazine_slider {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
  opacity: 0;
}

.p-magazine_slider > .c-moreLink {
  display: none;
  z-index: 2;
  position: absolute;
  top: 107px;
  left: 65px;
}

.p-magazine_slider .swiper-container .swiper-wrapper {
  align-items: flex-end;
}

.p-magazine_slider .swiper-button-prev,
.p-magazine_slider .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 1px solid #dadada;
  border-radius: 50%;
  background-color: #fff;
}

.p-magazine_slider .swiper-button-prev::after,
.p-magazine_slider .swiper-button-next::after {
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 14px;
  content: '';
}

.p-magazine_slider .swiper-button-prev {
  top: calc(50% - 20px);
  right: -9px;
  left: inherit;
  margin-top: 0;
}

.p-magazine_slider .swiper-button-prev::after {
  background-image: url(/images/onb/2021/ico_right_arrow_red.svg);
}

.p-magazine_slider .swiper-button-next {
  top: calc(50% - 20px);
  right: inherit;
  left: -9px;
  margin-top: 0;
}

.p-magazine_slider .swiper-button-next::after {
  background-image: url(/images/onb/2021/ico_left_arrow_red.svg);
}

.p-magazine_slider_list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: -10px;
  padding-right: 10px;
  overflow: hidden;
}

.p-magazine_slider_list.-first {
  margin-right: 290px;
}

.p-magazine_slider_item {
  width: 130px !important;
  margin-left: 20px;
}

.p-magazine_slider_item_link:hover .p-magazine_slider_item_title {
  color: #e50121;
}

.p-magazine_slider_item_link:visited .p-magazine_slider_item_title {
  color: #8b62a0;
}

.p-magazine_slider_item_title {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}

.p-magazine_slider_item.-active {
  width: 150px !important;
}

.p-magazine_slider_item.-active .p-magazine_slider_item_title {
  font-weight: 700;
}

.p-magazine_slider_prev {
  display: flex;
  z-index: 10;
  position: absolute;
  top: calc(50% - 30px);
  right: -9px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.p-magazine_slider_prev a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #dadada;
  border-radius: 50%;
  background: #fff url(/images/onb/2021/ico_right_arrow_red.svg) center center/auto 10px no-repeat;
  line-height: 1;
}

.p-magazine_slider_prev[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.p-magazine_slider_next {
  display: flex;
  z-index: 10;
  position: absolute;
  top: calc(50% - 30px);
  left: -9px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.p-magazine_slider_next a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #dadada;
  border-radius: 50%;
  background: #fff url(/images/onb/2021/ico_left_arrow_red.svg) center center/auto 10px no-repeat;
  line-height: 1;
}

.p-magazine_slider_next[aria-disabled="true"] {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

/* -----------------------------------------------
  .p-raiseArticleList
----------------------------------------------- */
.p-raiseArticleList_list {
  display: flex;
  flex-wrap: wrap;
  margin: -50px -48px 0 0;
}

.p-raiseArticleList_item {
  width: 362px;
  margin: 50px 48px 0 0;
}

.p-raiseArticleList_item_link:visited .p-raiseArticleList_item_title {
  color: #8b62a0;
}

.p-raiseArticleList_item_link:hover .p-raiseArticleList_item_title {
  color: #e50121;
}

.p-raiseArticleList_item_link:hover .p-raiseArticleList_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-raiseArticleList_item_subTitle {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}

.p-raiseArticleList_item_subTitle:before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #e50121;
  content: '';
}

.p-raiseArticleList_item_title {
  font-size: 22px;
  line-height: 30px;
}

.p-raiseArticleList_item_image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-raiseArticleList_item_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-raiseArticleList_item_image::before {
  display: block;
  padding-top: 100%;
  content: '';
}

.p-raiseArticleList_item_info {
  display: flex;
  margin-bottom: 12px;
}

.p-raiseArticleList_item_info_comment {
  padding-left: 19px;
  background: url(/images/onb/2021/ico_comment_red.svg) left center/14px 14px no-repeat;
}

.p-raiseArticleList_item_info_follower {
  margin-left: 16px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_follower.svg) left center/14px 14px no-repeat;
}

.p-raiseArticleList_item_author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.p-raiseArticleList_item_author_image {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.p-raiseArticleList_item_author_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-raiseArticleList_item_author_name {
  margin-right: 12px;
  font-size: 12px;
}

.p-raiseArticleList_item_author_position {
  color: #8c8c8c;
  font-size: 12px;
}

.p-raiseArticleList_item_desc {
  color: #8c8c8c;
  font-weight: 500;
  line-height: 25px;
}

.p-raiseArticleList_item_latestPost {
  position: relative;
}

.p-raiseArticleList.js-raiseSlider .p-raiseArticleList_list {
  flex-wrap: nowrap;
  margin-top: 0;
  padding-bottom: 60px;
}

.p-raiseArticleList.js-raiseSlider .p-raiseArticleList_item {
  margin-top: 0;
}

.p-raiseArticleList.js-raiseSlider .swiper-scrollbar {
  bottom: 15px;
  left: 60px;
  width: 652px;
  height: 2px;
}

.p-raiseArticleList.js-raiseSlider .swiper-button-next {
  top: inherit;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(/images/onb/2021/ico_right_arrow_light_gray.svg) center/auto 30px no-repeat;
}

.p-raiseArticleList.js-raiseSlider .swiper-button-next::after {
  content: none;
}

.p-raiseArticleList.js-raiseSlider .swiper-button-next[aria-disabled="false"] {
  background-image: url(/images/onb/2021/ico_right_arrow_red.svg);
}

.p-raiseArticleList.js-raiseSlider .swiper-button-prev {
  top: inherit;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(/images/onb/2021/ico_left_arrow_light_gray.svg) center/auto 30px no-repeat;
}

.p-raiseArticleList.js-raiseSlider .swiper-button-prev::after {
  content: none;
}

.p-raiseArticleList.js-raiseSlider .swiper-button-prev[aria-disabled="false"] {
  background-image: url(/images/onb/2021/ico_left_arrow_red.svg);
}

/* -----------------------------------------------
  p-leafSeries
----------------------------------------------- */
.p-leafSeries {
  margin-top: 120px;
}

.p-leafSeries_date {
  margin-top: 12px;
}

.p-leafSeries_notice {
  padding: 20px 40px 30px;
  background-color: #f6f6f6;
}

.p-leafSeries_notice_title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}

.p-leafSeries_notice_text {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.p-leafSeries_notice .c-watchBtn {
  width: 360px;
  margin: 0 auto;
}

.p-leafSeries_notice .c-watchBtn a {
  width: 100%;
  padding: 13px 0;
  background-color: transparent;
  background-position: left 12px center;
  background-position: left 12px center;
  background-size: 18px auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.p-leafSeries_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.p-leafSeries_pager_prev {
  width: 362px;
}

.p-leafSeries_pager_prev_arrow {
  padding-left: 20px;
  background: url(/images/onb/2021/ico_left_arrow_red.svg) left center/auto 14px no-repeat;
  line-height: 1;
}

.p-leafSeries_pager_next {
  width: 362px;
  text-align: right;
}

.p-leafSeries_pager_next_arrow {
  padding-right: 20px;
  background: url(/images/onb/2021/ico_right_arrow_red.svg) right center/auto 14px no-repeat;
  line-height: 1;
}

.p-leafSeries_pager_link {
  display: block;
}

.p-leafSeries_pager_link:hover .p-leafSeries_pager_content_title,
.p-leafSeries_pager_link:hover .p-leafSeries_pager_next_arrow,
.p-leafSeries_pager_link:hover .p-leafSeries_pager_prev_arrow {
  color: #e50121;
}

.p-leafSeries_pager_link:hover .p-leafSeries_pager_content_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
  transform: translate(-50%, -50%) scale(1.06);
}

.p-leafSeries_pager_content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.p-leafSeries_pager_content_info {
  width: 205px;
  text-align: left;
}

.p-leafSeries_pager_content_image {
  position: relative;
  width: 137px;
  height: 102px;
  overflow: hidden;
}

.p-leafSeries_pager_content_image img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-leafSeries_pager_content_subTitle {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}

.p-leafSeries_pager_content_title {
  margin: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, 游ゴシック, YuGothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.p-leafSeries .p-articleList {
  margin-top: 30px;
}

/* -----------------------------------------------
  p-chart
----------------------------------------------- */
.p-chart {
  width: 660px;
  padding: 30px;
  background-color: #fff;
}

.p-chart_title {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

.p-chart_completeBtn {
  display: block;
  position: relative;
  width: 343px;
  margin: 0 auto 30px;
  padding: 18px 0 18px;
  border: 1px solid #e50121;
  border-radius: 2px;
  background: linear-gradient(97deg, rgba(255, 255, 255, 0.3) -1%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #e50121, #e50121);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-chart_completeBtn::after {
  position: absolute;
  top: 100%;
  left: 46%;
  width: 0;
  height: 0;
  clear: both;
  border-top: 10px solid #ea3750;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  content: '';
}

.p-chart_canvas {
  height: 300px;
}

.p-chart_canvas canvas {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -----------------------------------------------
  .p-seminar
----------------------------------------------- */
.p-seminar_tag {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: 0 -10px 48px 0;
}

.p-seminar_tag_item {
  margin: 0 10px 10px 0;
}

.p-seminar_tag_item a {
  display: block;
  padding: 6px 12px;
  border: solid 1px #f6f6f6;
  border-radius: 2px;
  color: #e50121;
  font-size: 14px;
  text-align: center;
}

.p-seminar_tag_item a.-active {
  background-color: #e50121;
  color: #fff;
}

.p-seminar_tag_item a:hover {
  border-color: transparent;
  background: #e50121;
  color: #fff;
}

/* -----------------------------------------------
  .p-seminarArticleList
----------------------------------------------- */
.p-seminarArticleList_list {
  display: flex;
  flex-wrap: wrap;
  margin: -48px -47px 0 0;
}

.p-seminarArticleList_item {
  width: 342px;
  margin: 48px 47px 0 0;
}

.p-seminarArticleList_item_link:hover .p-seminarArticleList_item_image img {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.p-seminarArticleList_item_image {
  position: relative;
  height: 257px;
  overflow: hidden;
}

.p-seminarArticleList_item_image img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-out;
}

.p-seminarArticleList_item_image::before {
  z-index: 2;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
}

.p-seminarArticleList_item_title {
  font-size: 18px;
  line-height: 25px;
}

.p-seminarArticleList_item_desc {
  margin-top: 10px;
  color: #8c8c8c;
  line-height: 20px;
}

.p-seminarArticleList.-division4 .p-seminarArticleList_list {
  margin-right: -48px;
}

.p-seminarArticleList.-division4 .p-seminarArticleList_item {
  width: 244px;
  margin: 48px 48px 0 0;
}

.p-seminarArticleList.-division4 .p-seminarArticleList_item_image {
  height: 184px;
}

.p-seminarArticleList.-division4 .c-btn {
  margin-top: 48px;
}

.p-seminarArticleList.-article .p-seminarArticleList_item {
  width: 226px;
}

.p-seminarArticleList.-article .p-seminarArticleList_item_image {
  height: 170px;
}

/* -----------------------------------------------
  .p-author
----------------------------------------------- */
.p-author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
  padding-right: 5px;
}

.p-author_avator {
  position: relative;
  width: 72px;
  height: 72px;
  margin-right: 20px;
  overflow: hidden;
  border: solid 1px #f6f6f6;
  border-radius: 50%;
}

.p-author_avator img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.p-author_info {
  flex-grow: 1;
}

.p-author_name {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}

.p-author_alias {
  font-weight: 500;
}

.p-author_position {
  margin-top: 4px;
  color: #8c8c8c;
  font-weight: 500;
}

.p-author_text {
  width: 100%;
  margin-top: 20px;
  color: #8c8c8c;
}

.p-author_function {
  display: flex;
  flex-basis: 210px;
  align-items: center;
  justify-content: flex-end;
  width: 210px;
}

.p-author_function .numberFollowers {
  margin-right: 10px;
  font-size: 12px;
}

.p-author .c-btn {
  margin-top: 30px;
}

/* -----------------------------------------------
  .p-imageViewer
----------------------------------------------- */
.p-imageViewer {
  width: 100%;
}

.p-imageViewer_title {
  margin: 0 0 20px;
  font-size: 24px;
  text-align: center;
}

.p-imageViewer_image {
  margin: 0 0 20px;
  text-align: center;
}

.p-imageViewer_image_caption {
  margin: 20px 0;
  color: #8c8c8c;
  text-align: center;
}

.p-imageViewer_closeBtn {
  display: block;
  width: 80px;
  margin: 0 auto;
  padding-left: 20px;
  background: url(/images/onb/2021/ico_cross02_red.svg) left center/10px 10px no-repeat;
  color: #e50121;
  line-height: 1;
}

.p-imageViewer_closeBtn:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  commentProfileList
----------------------------------------------- */
.commentProfileList ul li {
  margin-top: 30px;
}

.commentProfileList ul li:first-child {
  margin-top: 0;
}

.commentProfileList a {
  display: block;
}

.commentProfileList a:hover .commentProfileTitle {
  color: #e50121;
}

.commentProfileList .commentProfileTitle {
  width: 100%;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
}

.commentProfileList .commentProfileTitle span {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.commentProfileList .commentProfileInfo {
  display: flex;
}

.commentProfileList .commentProfileInfoLeft {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 4px 20px 0 0;
}

.commentProfileList .commentProfileInfoRight {
  flex: 1;
}

.commentProfileList .commentProfileLike {
  display: inline-block;
  margin-left: 16px;
  line-height: 1;
}

.commentProfileList .commentProfileInfoContent {
  line-height: 24px;
}

.commentProfileList .commentProfileInfoIcon {
  margin-top: 10px;
}

.commentProfileList .commentProfileInfoIcon .iconLike {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(/images/onb/2021/ico_like_gray.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

/* -----------------------------------------------
  #slideIn
----------------------------------------------- */
#slideIn {
  z-index: 10;
  position: fixed;
  bottom: 18px;
  left: -310px;
  width: 300px;
  height: auto;
  border-radius: 0 8px 8px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  opacity: 0;
}

#slideIn a {
  display: block;
  margin-right: 20px;
  padding: 10px 5px 10px 10px;
}

#slideIn a:hover dl dd h4 {
  color: #E6001E;
}

#slideIn dl {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

#slideIn dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: auto;
  margin: 0;
}

#slideIn dl dt img {
  width: 80px;
  height: auto;
}

#slideIn dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 170px;
  margin: 0;
}

#slideIn dl dd h4 {
  margin: 0 0 2px;
  font-size: 12px;
  line-height: 1.4;
}

#slideIn dl dd p {
  color: #8c8c8c;
  font-size: 10px;
  font-weight: 500;
}

#slideIn .close {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#slideIn .close::after {
  display: block;
  width: 18px;
  padding-top: 1px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background-color: #fff;
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  content: "\00d7";
}

#slideIn .close:hover::after {
  color: #e50121;
}

/* -----------------------------------------------
  #mypagemodal（設定用モーダル）
----------------------------------------------- */
#mypagemodal .popupOption li {
  border-top: 1px solid #ddd;
  text-align: center;
}

#mypagemodal .popupOption li:first-child {
  border-top: none;
}

#mypagemodal .popupOption li a {
  display: inline-block;
  padding: 12px;
  color: #E6001E;
  font-size: 16px;
}

#mypagemodal .popupOption li img {
  vertical-align: baseline;
}

/* -----------------------------------------------
  鍵アイコン制御
----------------------------------------------- */
body .-titleLock::after {
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  background-image: url(/images/onb/2021/ico_lock_red.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -1px;
}

body .-titleLock.p-topArticlePanel_item_title::after {
  content: none;
}

body .-titleLock.p-topArticlePanel_item_title .-bg::after {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 5px;
  background-image: url(/images/onb/2021/ico_lock_red.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -1px;
}

body .p-articleList.-special .p-articleList_item_title.-titleLock::after {
  width: 18px;
  height: 20px;
}

body.notlogin .-titleLock::after {
  background-image: url(/images/onb/2021/ico_lock_red.svg);
  content: '';
}

body.notlogin .-titleLock .-bg::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 6px;
  margin-left: 10px;
  background-image: url(/images/onb/2021/ico_lock_red.svg);
  vertical-align: middle;
  content: '';
}

body.notlogin .-titleLock.p-topArticlePanel_item_title::after {
  content: none;
}

body.notlogin .-titleLock.p-rankingList_item_title::after {
  margin-bottom: -1px;
  margin-left: 5px;
  background-image: url(/images/onb/2021/ico_lock_white.svg);
}

body.nbodd .-titleLock::after {
  background-image: url(/images/onb/2021/ico_lock_red.svg);
  content: '';
}

body.nbodd .-titleLock .-bg::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 6px;
  margin-left: 10px;
  background-image: url(/images/onb/2021/ico_lock_red.svg);
  vertical-align: middle;
  content: '';
}

body.nbodd .-titleLock.p-topArticlePanel_item_title::after {
  content: none;
}

body.nbodd .-titleLock.p-rankingList_item_title::after {
  margin-bottom: -1px;
  margin-left: 5px;
  background-image: url(/images/onb/2021/ico_lock_white.svg);
}

body.nbdd .-titleLock::after {
  content: none;
}

body.nbdd .-titleLock.p-topArticlePanel_item_title .-bg::after {
  content: none;
}

/* -----------------------------------------------
  ギフト表示
----------------------------------------------- */
.giftModule {
  margin: 0 auto;
}

.giftModule .shareGift {
  position: relative;
  width: 983px;
  height: 88px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: solid 1px #eeeeee;
  border-radius: 2px;
}

.giftModule .shareGiftTitle {
  margin: 0;
  color: #242424;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}

.giftModule .giftClose {
  position: absolute;
  top: 3px;
  right: 3px;
}

.giftModule .shareGiftIconTitle, .giftModule .shareGiftMembers {
  width: 132px;
  text-align: center;
}

.giftModule ul {
  display: flex;
  height: 100%;
}

.giftModule ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.giftModule ul li:last-child {
  width: 155px;
}

.giftModule ul li.shareGiftDescrip {
  color: #242424;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1.9;
}

.giftModule ul li.giftDescrip {
  justify-content: center;
  width: 478px;
  line-height: 2;
}

.giftModule ul li.giftDescrip p span {
  font-weight: bold;
}

.giftModule ul li.giftDescrip p a {
  color: #E6001E;
}

.giftModule ul li.shareGiftMembers {
  position: relative;
  width: 215px;
  color: #242424;
  font-size: 12px;
}

.giftModule ul li.shareGiftMembers:before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 0;
  height: 40px;
  border: 1px solid #eeeeee;
  content: '';
}

.giftModule ul li.shareGiftMembers:after {
  position: absolute;
  top: 24px;
  right: 0;
  width: 0;
  height: 40px;
  border: 1px solid #eeeeee;
  content: '';
}

.giftModule ul li a {
  font-weight: normal;
}

.giftModule ul li a:nth-child(1) {
  font-weight: bold;
}

.giftModule ul li a.shareGiftTitleRed {
  color: #E6001E;
  font-size: 15px;
  line-height: 1.9;
}

.giftModule ul li a.shareGiftTitleRed:hover {
  text-decoration: underline;
}

body.nbodd .giftModule li.login {
  display: none;
}

body.nbodd .giftModule li.shareGiftMembers {
  width: 355px;
}

body.nbodd .giftModule li.shareGiftMembers::after {
  border: none;
}

.topRegistBanner {
  height: auto;
  width: 100vw;
  margin: 60px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #000000;
}
.topRegistBanner.-nbx {
  background-color: #303030;
}
.topRegistBanner p {
  text-align: center;
}

/* =================================================
  Avatar
================================================= */
.avatarCircle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.avatarCircle img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nbPoint {
  padding-left: 20px;
  background: url(/images/onb/2021/ico_lock.svg) left center/13px auto no-repeat;
  line-height: 1;
}

.nbPoint strong {
  color: #e50121;
  font-weight: bold;
}

.l-header_loginBox_menu .avatarUser a {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  transition: all linear .1s;
}

.l-header_loginBox_menu .avatarUser a:hover .l-header_loginBox_menu_label {
  color: #e50121;
}

.l-header_loginBox_menu .avatarUser a .avatarCircle {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.l-header_loginBox_menu .avatarUser a .l-header_loginBox_menu_label {
  transition: .2s all ease-out;
}

.l-localNavi_header .avatarUser {
  display: flex;
  position: relative;
  width: 100%;
}

.l-localNavi_header .avatarUser .avatarCircle {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 120px;
}

.l-localNavi_header .avatarUser .avatarCircle img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: .4s ease-in-out;
}

.l-localNavi_header .avatarUser .info {
  width: 170px;
}

.l-localNavi_header .avatarUser .nbPoint {
  margin-top: 10px;
}

.l-localNavi_header .avatarUser .textAuthorTitle {
  font-size: 14px;
  line-height: 20px;
}

.l-localNavi_header .avatarUser .textAuthorName {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  vertical-align: bottom;
}

.l-localNavi_header .avatarUser .textAuthorName span {
  margin-left: 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: bottom;
}

.l-localNavi_header .avatarUser .displayName {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
}

.l-localNavi_header .avatarUser .setting {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 26px;
  color: #e50121;
  line-height: 14px;
}

.l-localNavi_header .avatarUser .setting a {
  display: block;
}

.l-localNavi_header .avatarUser .setting a:hover {
  text-decoration: underline;
}

.l-localNavi_header .avatarUser .l-localNavi_header_func {
  margin-top: 20px;
}

body.nbodd .l-localNavi_header .info {
  width: 240px;
}

/* =================================================
  .p-mypageHeader
================================================= */
.p-mypageHeader {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.p-mypageHeader .avatarCircle {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.p-mypageHeader .info {
  margin-right: auto;
}

.p-mypageHeader .textAuthortitle {
  font-size: 14px;
  font-weight: 500;
}

.p-mypageHeader .textAuthorName {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

.p-mypageHeader .textAuthorName span {
  margin-left: 6px;
  font-size: 14px;
  font-weight: normal;
}

.p-mypageHeader .displayName {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
}

.p-mypageHeader .nbPoint {
  margin-top: 4px;
}

.p-mypageHeader .setting {
  margin-top: 24px;
  color: #e50121;
  font-size: 14px;
}

.p-mypageHeader .setting:hover {
  text-decoration: underline;
}

/* =================================================
  .c-watchBtn
================================================= */
.c-watchBtn {
  display: block;
  position: relative;
  width: 81px;
}

.c-watchBtn a {
  display: block;
  padding: 7px 6px 6px 22px;
  background: #fff url(/images/onb/2021/ico_cross.svg) left 5px center/12px 12px no-repeat;
  color: #e50121;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: .2s all ease-out;
}

.c-watchBtn a::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e50121;
  border-radius: 1px;
  content: '';
}

.c-watchBtn a:hover::after {
  border-width: 2px;
}

.c-watchBtn.-active a {
  background-image: url(/images/onb/2021/ico_checked_green.svg);
  color: #1b9b82;
}

.c-watchBtn.-active a::after {
  border-color: #1b9b82;
}

.c-watchBtn.-large {
  width: 360px;
}

.c-watchBtn.-large a {
  width: 100%;
  padding: 13px 0;
  background-position: left 12px center;
  text-align: center;
}

.followBox.-ghost .c-watchBtn a {
  background: transparent url(/images/onb/2021/ico_cross_white.svg) left 5px center/12px 12px no-repeat;
  color: #fff;
}

.followBox.-ghost .c-watchBtn a::after {
  border-color: #fff;
}

.followBox.-ghost .c-watchBtn.-active a {
  background-image: url(/images/onb/2021/ico_checked_white.svg);
}

.numberFollowers + .c-watchBtn {
  display: inline-block;
  position: relative;
  width: 81px;
}

/* =================================================
  .latestPost
================================================= */
.p-articleList .latestPost_user {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.p-articleList .latestPost_user_image {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.p-articleList .latestPost_user_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-articleList .latestPost_user_name {
  margin-right: 12px;
  font-size: 12px;
}

.p-articleList .latestPost_user_position {
  color: #8c8c8c;
  font-size: 12px;
}

.p-articleList .latestPost_comment {
  color: #8c8c8c;
  font-weight: 500;
  line-height: 25px;
}

.p-articleList .latestPost_num {
  margin-bottom: 12px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_comment_red.svg) left center/14px 14px no-repeat;
}

.p-raiseArticleList .raiseView {
  position: absolute;
  top: 0;
  left: 48px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_follower.svg) left center/14px 14px no-repeat;
}

.p-raiseArticleList .latestPost_user {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.p-raiseArticleList .latestPost_user_image {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.p-raiseArticleList .latestPost_user_image img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.p-raiseArticleList .latestPost_user_name {
  margin-right: 12px;
  font-size: 12px;
}

.p-raiseArticleList .latestPost_user_position {
  color: #8c8c8c;
  font-size: 12px;
}

.p-raiseArticleList .latestPost_comment {
  color: #8c8c8c;
  font-weight: 500;
  line-height: 25px;
}

.p-raiseArticleList .latestPost_num {
  margin-bottom: 12px;
  padding-left: 19px;
  background: url(/images/onb/2021/ico_comment_red.svg) left center/14px 14px no-repeat;
}

/* -----------------------------------------------
  エンベット
----------------------------------------------- */
.commentBox .commentContent {
  margin-bottom: 40px;
}

.commentBox .raiseComment {
  display: flex;
  margin-top: 20px;
  padding: 30px 20px;
  border: solid 1px #eeeeee;
}

.commentBox .raiseComment:first-of-type {
  margin-top: 0;
}

.commentBox .raiseComment.-highlight {
  padding-top: 70px;
}

.commentBox .commentItemLeft {
  position: relative;
  margin-right: 20px;
}

.commentBox .commentItemLeft .commentHighLight {
  display: flex;
  position: absolute;
  top: -50px;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 1px 0;
  border: solid 1px #eeeeee;
  font-size: 14px;
}

.commentBox .commentItemLeft .commentHighLight .commentHighLightIcon {
  display: flex;
  margin-right: 3px;
}

.commentBox .commentItemLeft .commentHighLight p {
  margin-bottom: 0;
  font-size: 12px;
}

.commentBox .commentItemLeft .commentHighLight:before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -8px;
  left: 14px;
  width: 0;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #dddddd transparent transparent transparent;
  content: '';
}

.commentBox .commentItemLeft .commentHighLight::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -6px;
  left: 15px;
  width: 0;
  border-width: 6px 6px 0 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  content: '';
}

.commentBox .commentItemRight .textAuthor {
  margin-bottom: 10px;
  color: #e50121;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.commentBox .commentItemRight .textAuthorTitle {
  min-height: 1em;
  margin-bottom: 12px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1;
}

.commentBox .commentItemRight .commentIcon {
  display: flex;
  align-items: center;
  margin-left: -60px;
}

.commentBox .commentItemRight .commentIcon .commentTime {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.commentBox .commentItemRight .commentIcon .commentlike {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.commentBox .commentItemRight .commentIcon .commentlike .iconLike {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: url(/images/onb/2021/ico_dislike.svg) center/14px 14px no-repeat;
}

.commentBox .commentItemRightContent {
  margin-bottom: 10px;
  margin-left: -60px;
}

.commentBox .commentItemRightContent p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.commentBox .avatarCircle {
  width: 40px;
  height: 40px;
}

/* -----------------------------------------------
  rhizome関連 ポップアップ
----------------------------------------------- */
.rhizomePopup {
  display: block;
  z-index: 100001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.rhizomePopup.show {
  z-index: 100002;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  pointer-events: auto;
}

.rhizomePopup var {
  font-style: normal;
}

.rhizomePopup > div {
  -webkit-transform: translate(-50%, -50%);
  z-index: 100002;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  max-width: 100%;
  height: auto;
  max-height: 80%;
  padding: 0;
  overflow: inherit;
  transform: translate(-50%, -50%);
  background: transparent !important;
}

.rhizomePopup span.close {
  display: block;
  position: absolute;
  top: -34px;
  right: 0;
  color: #242424;
  cursor: pointer;
}

.rhizomePopup span.close:before {
  display: inline-block;
  position: absolute;
  right: 3px;
  width: 32px;
  color: #ffffff;
  font-size: 45px;
  line-height: 32px;
  text-align: center;
  content: "\00d7";
}

#rhizomePopup.rhizomePopup > div div {
  padding: 22px 40px;
  border-radius: 4px;
  background: white;
  text-align: center;
}

#rhizomePopup.rhizomePopup > div div p {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 1.67;
}

#rhizomePopup.rhizomePopup > div div a {
  display: inline-block;
  width: 238px;
  height: 38px;
  margin-top: 20px;
  border: 1px solid #e6001e;
  border-radius: 4px;
  background: white;
  color: #E6001E;
  font-size: 17px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

#rhizomePopup.rhizomePopup > div span {
  display: block;
  position: absolute;
  top: -34px;
  right: 0;
  color: #242424;
  cursor: pointer;
}

#rhizomePopup.rhizomePopup > div span:before {
  display: inline-block;
  position: absolute;
  right: 3px;
  width: 32px;
  color: #ffffff;
  font-size: 45px;
  line-height: 32px;
  text-align: center;
  content: "\00d7";
}

/* -----------------------------------------------
 .p-comment（コメント投稿）
----------------------------------------------- */
.p-comment {
  position: relative;
  padding: 20px 0 0;
}

.p-comment_title {
  margin: 0 0 25px;
  padding-left: 32px;
  background: url(/images/onb/2021/ico_comment.svg) left center/20px auto no-repeat;
  font-size: 18px;
  font-weight: bold;
}

.p-comment_title.hide {
  visibility: hidden;
}

.p-comment_update {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 20px;
  background: url(/images/onb/2021/ico_update.svg) left center/14px auto no-repeat;
  cursor: pointer;
}

.p-comment_update:hover {
  color: #e50121;
}

.p-comment_moreBtn,
.p-comment_content a.readMore {
  display: block;
  width: 96px;
  margin: 0 auto 30px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e50121;
  background: url(/images/onb/2021/ico_top_arrow_red.svg) right top 2px/14px auto no-repeat;
  cursor: pointer;
}

.p-comment_moreBtn:hover,
.p-comment_content a.readMore:hover {
  color: #e50121;
}

.p-comment_moreBtn.hide,
.p-comment_content a.readMore.hide {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.p-comment_powerdby {
  margin-top: 20px;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.p-comment .-raise {
  margin-top: 20px;
}

.p-comment .signUp {
  margin-top: 20px;
  padding-top: 10px;
  background-color: #ffffff;
}

.p-comment .signUp .signUpContent {
  padding: 20px 10px;
  border: solid 1px #eeeeee;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
}

.p-comment .signUp .signUpContent a {
  display: inline-block;
  margin-right: 10px;
  color: #e50121;
}

.p-comment .signUp .signUpContent a:hover {
  text-decoration: underline;
}

.p-comment .signUp .signUpConTentRed {
  margin-left: 5px;
  padding-right: 16px;
  background: url(/images/onb/2021/ico_new_window.svg) right center/12px auto no-repeat;
  color: #e50121;
}

.p-comment_footer {
  width: 100%;
  padding: 30px 0 30px;
  background-color: #fff;
}

.p-comment_form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  border-bottom: none;
}

.p-comment_form .avatarCircle {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.p-comment_form .p-comment_powerdby {
  display: none;
}

.p-comment_form_textarea {
  box-sizing: border-box;
  width: calc(100% - 125px);
  height: 80px;
  padding: 10px;
  border: none;
  background-color: #f6f6f6;
}

.p-comment_form_textarea::-webkit-input-placeholder {
  color: #222222;
}

.p-comment_form_textarea::-moz-placeholder {
  color: #222222;
}

.p-comment_form_textarea:-ms-input-placeholder {
  color: #222222;
}

.p-comment_form_textarea::-ms-input-placeholder {
  color: #222222;
}

.p-comment_form_textarea::placeholder {
  color: #222222;
}

.p-comment_footer .replyClose {
  margin: 10px 0 0 50px;
  padding-left: 20px;
  background: url(/images/onb/2021/ico_cross02.svg) left center/10px auto no-repeat;
  font-size: 12px;
}

.p-comment_footer .replyClose:hover {
  text-decoration: underline;
}

.p-comment_form_submitBtn {
  align-self: flex-end;
  width: 66px;
  margin-left: 12px;
  padding: 8px 0;
  border: solid 1px #222222;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-comment_form_submitBtn:hover {
  color: #e50121;
}

.p-comment.c-modal {
  position: relative;
  padding: 0;
}

.p-comment.c-modal .p-comment_content {
  padding-bottom: 170px;
}

.p-comment.c-modal .p-comment_scroll {
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
  height: 70vh;
  padding: 20px 30px 0;
  overflow-y: scroll;
}

.p-comment.c-modal .p-comment_scroll + .p-comment_footer {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 30px;
  padding: 10px 20px;
  box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1);
}

.p-comment.c-modal .p-comment_scroll + .signUp {
  z-index: 2;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 0 0 40px;
  padding: 20px 20px 0;
  box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1);
}

.p-comment.c-modal .p-comment_powerdby {
  margin-top: 0;
  padding: 10px 20px 10px;
}

.p-comment.c-modal .commentBox.commentForm {
  padding: 20px;
}

.p-comment.c-modal .commentBox.commentForm .p-comment_footer {
  margin-bottom: -20px;
  padding: 30px 0 0;
}

.p-comment.c-modal .signUp {
  margin: 0 20px;
}

.p-comment.-past .p-comment_content {
  padding-bottom: 30px;
}

.p-comment.-past .p-comment_item {
  display: block;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #dadada;
}

.p-comment.-past .p-comment_item:first-of-type {
  margin-top: 0;
}

.p-comment.-past .p-comment_item_time {
  display: block;
  margin: 0 0 10px;
}

.l-main_secondary .p-comment {
  padding-top: 0;
}

.l-main_secondary .p-comment_scroll {
  position: relative;
}

.l-main_secondary .p-comment .p-comment_moreBtn {
  width: 81px;
  font-size: 12px;
}

.l-main_secondary .p-comment .p-comment_form {
  flex-wrap: wrap;
}

.l-main_secondary .p-comment .p-comment_form_textarea {
  width: calc(100% - 45px);
}

.l-main_secondary .p-comment .p-comment_form_submitBtn {
  width: calc(100% - 45px);
  margin: 12px 0 0 42px;
}

.commentItemRight .p-comment_form {
  margin-top: 0;
}

.rhizomeStage[data-purpose="postArea"] var,
.commentBox .commentlike a var {
  font-style: normal;
}

.p-comment_list .commentItemRightContent p del {
  display: none;
  text-decoration: none;
}

.p-comment_list .commentItemRightContent p del.show {
  display: inline;
}

.p-comment_list li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.p-comment_list li.isHighLight {
  padding-top: 30px;
}

.p-comment_list li .avatarCircle {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
}

.p-comment_list li .avatarCircle img,
.p-comment_list li form.frmComment img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 110%;
  transform: translate(-50%, -50%);
}

.p-comment_list li .commentItemRight .commentIcon span.commentlike a {
  cursor: default;
}

.p-comment_list li .commentItemRight .replySection li .commentItemRight {
  width: calc(100% - 42px);
  margin-right: 0;
}

.p-comment_list li .commentItemLeft {
  position: relative;
}

.p-comment_list li .commentItemLeft .commentHighLight {
  display: flex;
  position: absolute;
  top: -37px;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 1px 0;
  border: solid 1px #eeeeee;
}

.p-comment_list li .commentItemLeft .commentHighLight .commentHighLightIcon {
  display: flex;
  margin-right: 3px;
}

.p-comment_list li .commentItemLeft .commentHighLight p {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
}

.p-comment_list li .commentItemLeft .commentHighLight:before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -8px;
  left: 14px;
  width: 0;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #dddddd transparent transparent transparent;
  content: '';
}

.p-comment_list li .commentItemLeft .commentHighLight:after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -6px;
  left: 15px;
  width: 0;
  border-width: 6px 6px 0 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  content: '';
}

.p-comment_list li .commentItemLeft .iconFill {
  position: absolute;
  right: 0;
}

.p-comment_list li .commentItemLeft .iconFill::before {
  z-index: 2;
  position: absolute;
  top: 21px;
  right: -5px;
  width: 14px;
  height: 14px;
  background: url(/images/onb/2021/ico_badge.svg) center center/14px auto no-repeat;
  content: '';
}

.p-comment_list li .commentItemRight {
  position: relative;
  width: calc(100% - 65px);
  margin-right: 15px;
  margin-left: 10px;
}

.p-comment_list li .commentItemRight a.iconBall,
.p-comment_list li .commentItemRight a.myIconBall {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0;
}

.p-comment_list li .commentItemRight .commentItemRightContent {
  position: relative;
  overflow: hidden;
}

.p-comment_list li .commentItemRight .commentItemRightContent.on:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  position: static;
  box-shadow: none;
  content: "";
}

.p-comment_list li .commentItemRight p {
  line-height: 1.71;
}

.p-comment_list li .commentItemRight p span.commentReadmore {
  color: #666666;
}

.p-comment_list li .commentItemRight p.textAuthor {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.p-comment_list li .commentItemRight p.textAuthor.textAuthorBlack {
  color: #242424;
  font-weight: bold;
}

.p-comment_list li .commentItemRight p.textAuthorTitle {
  margin-bottom: 10px;
  color: #666666;
  font-size: 12px;
  line-height: normal;
}

.p-comment_list li .commentItemRight .commentIcon {
  margin-top: 5px;
  color: #7a7a7a;
  font-size: 12px;
}

.p-comment_list li .commentItemRight .commentIcon span.commentlike {
  margin-left: 20px;
}

.p-comment_list li .commentItemRight .commentIcon span.commentlike .iconLike {
  margin-right: auto;
  padding-left: 20px;
  background: url(/images/onb/2021/ico_like_gray.svg) left center/14px auto no-repeat;
}

.p-comment_list li .commentItemRight .commentIcon span.commentReply {
  margin-left: 20px;
  float: right;
  color: #E6001E;
}

.p-comment_list li .commentItemRight .commentIcon span.commentReply:hover {
  text-decoration: underline;
}

.p-comment_list li .commentItemRight .commentIcon span.commentVoteLike {
  margin-left: 20px;
  float: right;
  color: #E6001E;
}

.p-comment_list li .commentItemRight .commentIcon span.commentVoteLike:hover {
  text-decoration: underline;
}

.p-comment_list li .commentItemRight .commentIcon.isLike span.commentVoteLike {
  font-weight: bold;
}

.p-comment_list li .commentItemRight .commentIcon.isLike .commentlike {
  color: #E6001E;
}

.p-comment_list li .commentItemRight .commentIcon.isLike .commentlike .iconLike {
  background: url(/images/onb/2019/iconLikeRed.png) left center/14px auto no-repeat;
}

.p-comment_list li .commentItemRight .comentGlowing {
  display: flex;
  margin-top: 5px;
  margin-right: 38px;
  float: right;
  color: #666666;
  font-size: 12px;
}

.p-comment_list li .commentItemRight .comentGlowing .iconStarRed {
  width: 9px;
  height: 11px;
  margin-top: 5px;
  margin-right: 6px;
  background-size: 100% 100%;
}

.p-comment_list li .commentItemRight .commentShowReply {
  margin-top: 17px;
  color: #E6001E;
  font-size: 14px;
  letter-spacing: normal;
  text-align: center;
}

.p-comment_list li .commentItemRight .commentShowReply .iconReplyDown {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-size: 100% 100%;
}

.p-comment_list li .commentItemRight .commentShowReply:hover {
  text-decoration: underline;
}

.p-comment_list li .commentItemRight .replySection .replyItemRight {
  position: relative;
  width: 506px;
  margin-right: 15px;
  margin-left: 10px;
}

.p-comment_list li .commentItemRight .replySection li {
  flex-direction: inherit;
}

.p-comment_list .allCommentButton {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.p-comment_list .allCommentButton a {
  width: 160px;
  height: 32px;
  padding: 8px 27px;
  border: solid 1px #e6001e;
  border-radius: 4px;
  color: #e6001e;
  font-stretch: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}

.p-comment_list .allCommentButton:hover a {
  box-shadow: inset 0 0 0 1px #E6001E;
}

.p-comment_list .buttomCommentBoxZero,
.p-comment_list .buttomCommentBoxZeroSub {
  display: block;
  width: 100%;
  padding: 12px 10px;
  background-color: #f6f6f6;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

/* -----------------------------------------------
  BPタグ
----------------------------------------------- */
.articleBody {
  font-size: 18px;
  /* 図（縦積み）*/
  /* 図（エトキ右配置） */
  /* 記事中関連記事 */
  /* SEOまとめ記事関連用 */
  /* 次記事サマリ */
}

.articleBody p {
  margin: 0 0 30px;
  color: #222222;
  font-size: 18px;
  line-height: 1.67;
}

.articleBody p a[target="_blank"] {
  padding-right: 20px;
  background: url(/images/onb/2021/ico_new_window.svg) right 2px center no-repeat;
}

.articleBody cite {
  font-style: normal;
}

.articleBody cite a:hover {
  color: #e50121;
}

.articleBody a {
  color: #e50121;
}

.articleBody a:hover {
  text-decoration: underline;
}

.articleBody .c-watchBtn a:hover,
.articleBody a.btnFunc:hover {
  text-decoration: none;
}

.articleBody ul, .articleBody ol, .articleBody dl {
  margin-bottom: 1.0em;
}

.articleBody li {
  margin-bottom: 5px;
}

.articleBody .bplead {
  margin-bottom: 48px;
  padding: 30px;
  background-color: #f6f6f6;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.articleBody h3 {
  margin: 30px 0 20px;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.articleBody h4 {
  margin: 60px 0 30px;
  padding: 15px 12px;
  clear: both;
  border-left: 2px solid #e50121;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.articleBody .fontSizeXXL {
  font-size: 2.22222em;
}

.articleBody .fontSizeXL {
  font-size: 1.77778em;
}

.articleBody .fontSizeL {
  font-size: 1.22222em;
}

.articleBody .fontSizeS {
  font-size: 0.77778em;
}

.articleBody .textCol {
  color: #e50121;
  font-weight: bold;
}

.articleBody .textColTintA {
  color: #ec4c63;
  font-weight: bold;
}

.articleBody .textColTintB {
  color: #1b9b82;
  font-weight: bold;
}

.articleBody .textColShade {
  color: #f7b2bb;
  font-weight: bold;
}

.articleBody .textColShadeA {
  color: #ffd0d2;
  font-weight: bold;
}

.articleBody .textColShadeB {
  color: #a0d4cc;
  font-weight: bold;
}

.articleBody .bgCol {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #e50121;
}

.articleBody .bgColTintA {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #ec4c63;
}

.articleBody .bgColTintB {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #1b9b82;
}

.articleBody .bgColShade {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #f8b3bd;
}

.articleBody .bgColShadeA {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: rgba(229, 1, 33, 0.03);
}

.articleBody .bgColShadeB {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #f9fcfc;
}

.articleBody .textColBlackTintA {
  color: #222222;
  font-weight: bold;
}

.articleBody .textColBlackTintB {
  color: #444;
  font-weight: bold;
}

.articleBody .textColBlackShade {
  color: #8c8c8c;
  font-weight: bold;
}

.articleBody .textColBlackShadeA {
  color: #dadada;
  font-weight: bold;
}

.articleBody .textColBlackShadeB {
  color: #f5f5f5;
  font-weight: bold;
}

.articleBody .bgColBlack {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #222222;
}

.articleBody .bgColBlackTintA {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #444;
}

.articleBody .bgColBlackTintB {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #8c8c8c;
}

.articleBody .bgColBlackShade {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #dadada;
}

.articleBody .bgColBlackShadeA {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #f5f5f5;
}

.articleBody .bgColBlackShadeB {
  padding: 6px 8px;
  border-radius: 1px;
  background-color: #f6f6f6;
}

.articleBody .textColBlack {
  color: black;
  font-weight: bold;
}

.articleBody .textColGray {
  color: gray;
}

.articleBody .textColSilver {
  color: silver;
}

.articleBody .textColWhite {
  color: white;
}

.articleBody .textColRed {
  color: red;
}

.articleBody .textColYellow {
  color: yellow;
}

.articleBody .textColLime {
  color: lime;
}

.articleBody .textColAqua {
  color: aqua;
}

.articleBody .textColBlue {
  color: blue;
}

.articleBody .textColFuchsia {
  color: fuchsia;
}

.articleBody .textColMaroon {
  color: maroon;
}

.articleBody .textColOlive {
  color: olive;
}

.articleBody .textColGreen {
  color: green;
}

.articleBody .textColTeal {
  color: teal;
}

.articleBody .textColNavy {
  color: navy;
}

.articleBody .textColPurple {
  color: purple;
}

.articleBody .bgColBlack {
  background-color: black;
}

.articleBody .bgColGray {
  background-color: gray;
}

.articleBody .bgColSilver {
  background-color: silver;
}

.articleBody .bgColWhite {
  background-color: white;
}

.articleBody .bgColRed {
  background-color: red;
}

.articleBody .bgColYellow {
  background-color: yellow;
}

.articleBody .bgColLime {
  background-color: lime;
}

.articleBody .bgColAqua {
  background-color: aqua;
}

.articleBody .bgColBlue {
  background-color: blue;
}

.articleBody .bgColFuchsia {
  background-color: fuchsia;
}

.articleBody .bgColMaroon {
  background-color: maroon;
}

.articleBody .bgColOlive {
  background-color: olive;
}

.articleBody .bgColGreen {
  background-color: green;
}

.articleBody .bgColTeal {
  background-color: teal;
}

.articleBody .bgColNavy {
  background-color: navy;
}

.articleBody .bgColPurple {
  background-color: purple;
}

.articleBody b, .articleBody .fontBold {
  font-weight: bold;
}

.articleBody .fontNormal {
  font-weight: normal;
}

.articleBody i, .articleBody .fontItalic {
  font-style: italic;
}

.articleBody em, .articleBody strong {
  font-style: normal;
  font-weight: normal;
}

.articleBody sup, .articleBody sub {
  position: static;
  font-size: 80%;
}

.articleBody sup {
  vertical-align: super;
}

.articleBody sub {
  vertical-align: sub;
}

.articleBody u,
.articleBody .textSolidUndrLine {
  padding-bottom: .15em;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.articleBody .textUnsolidUndrLine {
  padding-bottom: .15em;
  border-bottom: 1px dashed #000;
}

.articleBody s, .articleBody del, .articleBody .textLineThrough {
  text-decoration: line-through;
}

.articleBody .textHighlight {
  padding: .15em;
  background: #ff00ff;
}

.articleBody .textHighlightTintA {
  padding: .15em;
  background: #ffff00;
}

.articleBody .textHighlightTintB {
  padding: .15em;
  background: #00ffff;
}

.articleBody .textHighlightShade {
  padding: .15em;
  background: rgba(255, 0, 255, 0.1);
}

.articleBody .textHighlightShadeA {
  padding: .15em;
  background: rgba(255, 255, 0, 0.1);
}

.articleBody .textHighlightShadeB {
  padding: .15em;
  background: rgba(0, 255, 255, 0.1);
}

.articleBody .textAlignLeft {
  text-align: left;
}

.articleBody .textAlignCenter {
  text-align: center;
}

.articleBody .textAlignRight {
  text-align: right;
}

.articleBody hr {
  height: auto;
  overflow-x: hidden;
}

.articleBody hr.line {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #eeeeee;
}

.articleBody hr.diamond,
.articleBody hr.asterisk {
  margin: 10px 0;
  border: none;
}

.articleBody hr.diamond::after,
.articleBody hr.asterisk::after {
  display: block;
  margin-right: -4em;
  color: #8c8c8c;
  font-size: 18px;
  letter-spacing: 4em;
  text-align: center;
}

.articleBody hr.diamond::after {
  content: '◇◇◇';
}

.articleBody hr.asterisk::after {
  content: '＊＊＊';
}

.articleBody .clearLeft {
  clear: left;
}

.articleBody .clearRight {
  clear: right;
}

.articleBody .clearBoth {
  clear: both;
}

.articleBody .clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.articleBody .bpimage_image {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
}

.articleBody .bpimage_image + .bpimage_title,
.articleBody .bpimage_image + .bpimage_caption {
  margin-top: 10px;
}

.articleBody .bpimage_title + .bpimage_image,
.articleBody .bpimage_caption + .bpimage_image {
  margin-top: 10px;
}

.articleBody .bpimage_title {
  margin-bottom: 10px;
  clear: both;
  font-size: 14px;
  font-weight: bold;
}

.articleBody .bpimage_caption,
.articleBody .bpimage_click {
  clear: both;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.articleBody .bpimage_caption + .bpimage_click {
  margin-top: 5px;
}

.articleBody .bpimage_right {
  margin: 0 0 30px 40px;
  float: right;
}

.articleBody .bpimage_left {
  margin: 0 40px 30px 0;
  float: left;
}

.articleBody .bpimage_center {
  width: 600px;
  max-width: 100%;
  margin: 30px auto;
}

.articleBody .bpimage_center .bpimage_image {
  width: 100%;
}

.articleBody .bpimage_center .bpimage_image img {
  width: 100%;
}

.articleBody .bpimage_center .ulizahtml5 {
  width: 100% !important;
}

.articleBody .bpimage_center .ulizahtml5:not(.vjs-audio) {
  min-height: 314px !important;
  max-height: 337.5px !important;
}

.articleBody .bpimage_double {
  width: 640px;
  margin: 10px auto 30px;
  overflow: hidden;
}

.articleBody .bpimage_double .bpimage_left,
.articleBody .bpimage_double .bpimage_right {
  margin: 0;
}

.articleBody .bpimage_double .bpimage_left + .bpimage_title,
.articleBody .bpimage_double .bpimage_left + .bpimage_caption,
.articleBody .bpimage_double .bpimage_right + .bpimage_title,
.articleBody .bpimage_double .bpimage_right + .bpimage_caption {
  padding-top: 10px;
}

.articleBody .bpimage_triple {
  width: 640px;
  margin: 10px auto 30px;
  overflow: hidden;
}

.articleBody .bpimage_triple .bpimage_wrap,
.articleBody .bpimage_triple .bpimage_right {
  margin: 0;
}

.articleBody .bpimage_triple .bpimage_wrap + .bpimage_title,
.articleBody .bpimage_triple .bpimage_wrap + .bpimage_caption,
.articleBody .bpimage_triple .bpimage_right + .bpimage_title,
.articleBody .bpimage_triple .bpimage_right + .bpimage_caption {
  padding-top: 10px;
}

.articleBody .bpimage_triple .bpimage_wrap {
  margin: 0;
  float: left;
  overflow: hidden;
}

.articleBody .bpimage_triple .bpimage_left,
.articleBody .bpimage_triple .bpimage_right {
  margin: 0;
}

.articleBody .bpimage_triple .bpimage_center {
  margin: 0;
  float: right;
}

.articleBody .bpbox_left {
  margin: 0 40px 30px 0;
  float: left;
}

.articleBody .bpbox_right {
  margin: 0 0 30px 40px;
  float: right;
}

.articleBody .bpimage_set + .bpimage_set {
  margin-top: 30px;
}

.articleBody .bpimage_caption_right {
  zoom: 1;
  margin: 0 auto 20px;
  overflow: hidden;
}

.articleBody .bpimage_caption_right .bpimage_left {
  margin-bottom: 0;
}

.articleBody .bpimage_caption_right .bpimage_title {
  padding: 10px 0 0;
  clear: none;
}

.articleBody .bpimage_caption_right .bpimage_caption {
  clear: none;
}

.articleBody .bptable {
  margin: 10px auto 30px;
  overflow: auto;
}

.articleBody .bptable table {
  border-collapse: collapse;
}

.articleBody .bptable th,
.articleBody .bptable td {
  padding: 14px 9px;
  border: 1px solid #eeeeee;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  word-break: normal;
}

.articleBody .bptable th {
  background: #f6f6f6;
}

.articleBody .bptable th[scope="col"] {
  background: #fff4f5;
}

.articleBody .nowrap {
  white-space: nowrap;
}

.articleBody .bptable_title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.articleBody .bptable_caption {
  margin-bottom: 20px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 22px;
}

.articleBody .bptable_title + table,
.articleBody .bptable_caption + table,
.articleBody table + .bptable_title,
.articleBody table + .bptable_caption {
  margin-top: 10px;
}

.articleBody .bpprofile,
.articleBody .bpprofile_photo,
.articleBody .bpinterview {
  zoom: 1;
  width: auto;
  margin: 50px 0;
  clear: both;
  overflow: hidden;
}

.articleBody .bpprofile,
.articleBody .bpprofile_photo {
  padding: 30px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.articleBody .bpprofile_photo .bpprofile_text img {
  margin: 0 0 0 30px;
  float: right;
}

.articleBody .bpinterview {
  padding: 30px;
  border: solid 1px #f5f5f5;
}

.articleBody .bpprofile_profile,
.articleBody .bpinterview_profile {
  margin: 0 0 20px;
}

.articleBody .bpprofile_name,
.articleBody .bpinterview_name {
  font-size: 22px;
  font-weight: bold;
}

.articleBody .bpprofile_position,
.articleBody .bpinterview_position {
  color: #8c8c8c;
  font-size: 14px;
}

.articleBody .bpprofile_text,
.articleBody .bpinterview_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.articleBody ul.square > li {
  position: relative;
}

.articleBody ul.square > li::before {
  display: block;
  position: absolute;
  top: 10px;
  left: -18px;
  width: 6px;
  height: 6px;
  background-color: #e50121;
  content: '';
}

.articleBody ul.square > li ul li {
  list-style: none;
}

.articleBody ul.disc > li {
  position: relative;
  font-size: 18px;
}

.articleBody ul.disc > li::before {
  display: block;
  position: absolute;
  top: 10px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e50121;
  content: '';
}

.articleBody ul.circle > li {
  position: relative;
}

.articleBody ul.circle > li::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 10px;
  left: -18px;
  width: 6px;
  height: 6px;
  border: 1px solid #e50121;
  border-radius: 50%;
  content: '';
}

.articleBody ol.decimal {
  counter-reset: number 0;
}

.articleBody ol.decimal > li {
  position: relative;
}

.articleBody ol.decimal > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #e50121;
  font-size: 0.77778em;
  font-weight: bold;
  content: counter(number) ".";
  counter-increment: number 1;
}

.articleBody ol.circledDecimal {
  counter-reset: number 0;
}

.articleBody ol.circledDecimal > li {
  position: relative;
}

.articleBody ol.circledDecimal > li::before {
  box-sizing: border-box;
  position: absolute;
  top: .5em;
  left: -20px;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #e50121;
  border-radius: 50%;
  color: #e50121;
  font-size: 0.55556em;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  white-space: nowrap;
  content: counter(number);
  counter-increment: number 1;
}

.articleBody ol.upperAlpha {
  counter-reset: ABC;
}

.articleBody ol.upperAlpha > li {
  position: relative;
}

.articleBody ol.upperAlpha > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #e50121;
  font-size: 0.77778em;
  font-weight: bold;
  content: counter(ABC, upper-alpha) ".";
  counter-increment: ABC;
}

.articleBody ol.lowerAlpha {
  counter-reset: abc;
}

.articleBody ol.lowerAlpha > li {
  position: relative;
}

.articleBody ol.lowerAlpha > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #e50121;
  font-size: 0.77778em;
  font-weight: bold;
  content: counter(abc, lower-alpha) ".";
  counter-increment: abc;
}

.articleBody ol.upperRoman {
  counter-reset: ⅠⅡⅢ;
}

.articleBody ol.upperRoman > li {
  position: relative;
}

.articleBody ol.upperRoman > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #e50121;
  font-size: 0.77778em;
  font-weight: bold;
  content: counter(ⅠⅡⅢ, upper-roman) ".";
  counter-increment: ⅠⅡⅢ;
}

.articleBody ol.lowerRoman {
  counter-reset: ⅰⅱⅲ;
}

.articleBody ol.lowerRoman > li {
  position: relative;
}

.articleBody ol.lowerRoman > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #e50121;
  font-size: 0.77778em;
  font-weight: bold;
  content: counter(ⅰⅱⅲ, lower-roman) ".";
  counter-increment: ⅰⅱⅲ;
}

.articleBody ul.square,
.articleBody ul.disc,
.articleBody ul.circle,
.articleBody ol.decimal,
.articleBody ol.circledDecimal,
.articleBody ol.upperAlpha,
.articleBody ol.lowerAlpha,
.articleBody ol.upperRoman,
.articleBody ol.lowerRoman {
  margin-top: 20px;
  padding-left: 22px;
}

.articleBody ul.square ul,
.articleBody ul.disc ul,
.articleBody ul.circle ul,
.articleBody ol.decimal ul,
.articleBody ol.circledDecimal ul,
.articleBody ol.upperAlpha ul,
.articleBody ol.lowerAlpha ul,
.articleBody ol.upperRoman ul,
.articleBody ol.lowerRoman ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 22px;
}

.articleBody ul.square ul > li,
.articleBody ul.disc ul > li,
.articleBody ul.circle ul > li,
.articleBody ol.decimal ul > li,
.articleBody ol.circledDecimal ul > li,
.articleBody ol.upperAlpha ul > li,
.articleBody ol.lowerAlpha ul > li,
.articleBody ol.upperRoman ul > li,
.articleBody ol.lowerRoman ul > li {
  position: relative;
  list-style: none !important;
}

.articleBody ul.square ul > li::before,
.articleBody ul.disc ul > li::before,
.articleBody ul.circle ul > li::before,
.articleBody ol.decimal ul > li::before,
.articleBody ol.circledDecimal ul > li::before,
.articleBody ol.upperAlpha ul > li::before,
.articleBody ol.lowerAlpha ul > li::before,
.articleBody ol.upperRoman ul > li::before,
.articleBody ol.lowerRoman ul > li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: -18px;
  width: 8px;
  height: 2px;
  background-color: #000000;
  content: '';
}

.articleBody ul.square ul ol,
.articleBody ul.disc ul ol,
.articleBody ul.circle ul ol,
.articleBody ol.decimal ul ol,
.articleBody ol.circledDecimal ul ol,
.articleBody ol.upperAlpha ul ol,
.articleBody ol.lowerAlpha ul ol,
.articleBody ol.upperRoman ul ol,
.articleBody ol.lowerRoman ul ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.articleBody ul.square ol.decimal > li::before,
.articleBody ul.disc ol.decimal > li::before,
.articleBody ul.circle ol.decimal > li::before,
.articleBody ol.decimal ol.decimal > li::before,
.articleBody ol.circledDecimal ol.decimal > li::before,
.articleBody ol.upperAlpha ol.decimal > li::before,
.articleBody ol.lowerAlpha ol.decimal > li::before,
.articleBody ol.upperRoman ol.decimal > li::before,
.articleBody ol.lowerRoman ol.decimal > li::before {
  color: #000000;
}

.articleBody .speaker01,
.articleBody .speaker02,
.articleBody .speaker03,
.articleBody .speaker04,
.articleBody .speaker05,
.articleBody .speaker06,
.articleBody .speaker07,
.articleBody .speaker08,
.articleBody .speaker09 {
  font-weight: bold;
}

.articleBody .speaker01 {
  color: #ed4c61;
}

.articleBody .speaker02 {
  color: #ff8000;
}

.articleBody .speaker03 {
  color: #ac3141;
}

.articleBody .speaker04 {
  color: #7100bc;
}

.articleBody .speaker05 {
  color: #915a22;
}

.articleBody .speaker06 {
  color: #7d9f19;
}

.articleBody .speaker07 {
  color: #007f80;
}

.articleBody .speaker08 {
  color: #4082d0;
}

.articleBody .speaker09 {
  color: #555555;
}

.articleBody .bpquestion {
  margin: 0 0 1.2em;
  font-weight: bold;
  line-height: 1.76;
}

.articleBody .bpquestion::before {
  display: inline-block;
  margin-right: 8px;
  content: '—';
}

.articleBody .bpanswer {
  line-height: 1.76;
}

.articleBody .bpbox,
.articleBody .bpbox2,
.articleBody .bpbox3,
.articleBody .bpbox4,
.articleBody .bpbox5,
.articleBody .bpframe {
  width: auto;
  margin: 30px 0;
  padding: 20px;
  clear: both;
  overflow: hidden;
  border-radius: 2px;
}

.articleBody .bpbox h3,
.articleBody .bpbox2 h3,
.articleBody .bpbox3 h3,
.articleBody .bpbox4 h3,
.articleBody .bpbox5 h3,
.articleBody .bpframe h3 {
  margin: 20px 0 20px;
  padding: 3px 10px;
  font-size: 18px;
}

.articleBody .bpbox h4,
.articleBody .bpbox2 h4,
.articleBody .bpbox3 h4,
.articleBody .bpbox4 h4,
.articleBody .bpbox5 h4,
.articleBody .bpframe h4 {
  position: relative;
  margin-top: 20px;
  padding-left: 16px;
  font-size: 18px;
}

.articleBody .bpbox h4::before,
.articleBody .bpbox2 h4::before,
.articleBody .bpbox3 h4::before,
.articleBody .bpbox4 h4::before,
.articleBody .bpbox5 h4::before,
.articleBody .bpframe h4::before {
  display: block;
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #e50121;
  content: '';
}

.articleBody .bpbox .bpimage_right,
.articleBody .bpbox2 .bpimage_right,
.articleBody .bpbox3 .bpimage_right,
.articleBody .bpbox4 .bpimage_right,
.articleBody .bpbox5 .bpimage_right,
.articleBody .bpframe .bpimage_right {
  margin-left: 20px;
}

.articleBody .bpbox_title {
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e50121;
  font-size: 22px;
  font-weight: bold;
}

.articleBody .bpbox_text,
.articleBody .bpbox_text p {
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.67;
}

.articleBody .bpbox_text p:not(.p-article_recommend_lead) {
  margin-bottom: 15px;
}

.articleBody .bpbox_text p:not(.p-article_recommend_lead):last-child {
  margin-bottom: 0;
}

.articleBody .bpimage_left,
.articleBody .bpimage_right {
  margin-bottom: 20px;
}

.articleBody .bpbox {
  background: rgba(229, 1, 33, 0.03);
}

.articleBody .bpbox2 {
  background: rgba(27, 155, 130, 0.03);
}

.articleBody .bpbox2 .bpbox_title {
  border-color: #1b9b82;
}

.articleBody .bpbox2 h3 {
  border-color: #1b9b82;
}

.articleBody .bpbox2 h4::before {
  background-color: #1b9b82;
}

.articleBody .bpbox3 {
  border: 1px solid #e50121;
  background: #fff;
}

.articleBody .bpbox4 {
  border: 1px solid transparent;
  background: #f6f6f6;
}

.articleBody .bpbox5 {
  border: 1px solid transparent;
  background: #fafafa;
}

.articleBody .bpframe {
  border: 1px solid #eeeeee;
  background: #fff;
}

.articleBody blockquote {
  position: relative;
  margin: 25px 0 30px 0;
  padding: 40px 20px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

.articleBody blockquote::before, .articleBody blockquote::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(/images/onb/2021/ico_blockquote.svg) 50% 50%/20px auto no-repeat;
  content: '';
}

.articleBody blockquote::before {
  top: 12px;
  left: 12px;
}

.articleBody blockquote::after {
  right: 12px;
  bottom: 12px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.articleBody blockquote h4 {
  margin: 0;
}

.articleBody blockquote p {
  margin: 10px 0 0;
  font-size: 15px;
}

.articleBody pre {
  margin: 1em 0 1.5em;
  padding: 30px 20px;
  overflow: auto;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: pre;
}

.articleBody pre.light {
  border: 1px solid transparent;
  background-color: #f6f7fc;
}

.articleBody pre.dark {
  border: 1px solid transparent;
  background-color: #000000;
  color: white;
}

.articleBody .bpteisei_box {
  margin: 30px 0;
  font-size: 15px;
  line-height: 1.67;
}

.articleBody .bpteisei_box .bpteisei b {
  color: #c20000;
}

.articleBody .bpannotation {
  margin: 30px 0;
  font-size: 14px;
  font-weight: 500;
}

.articleBody .bpword {
  margin: 30px 0;
  padding: 19px 0;
  border-top: 1px dotted #8c8c8c;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

.articleBody .bpword b {
  font-size: 14px;
}

.articleBody .bpreference {
  color: #222222;
  font-size: 12px;
  line-height: 1.5;
}

.articleBody .bpreference b {
  font-size: 14px;
}

.articleBody > dl:not(.p-article_topics) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.articleBody > dl:not(.p-article_topics) dt {
  margin: 15px 0 10px 0;
  font-weight: bold;
}

.articleBody > dl:not(.p-article_topics) dd {
  margin: 10px 0;
}

.articleBody .p-article_ad > ul {
  margin: 0;
  padding: 0;
}

.articleBody blockquote h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.articleBody dl:not(.p-article_topics) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.articleBody > dl:not(.p-article_topics) dt {
  margin: 15px 0 10px 0;
  font-weight: bold;
}

.articleBody > dl:not(.p-article_topics) dd {
  margin: 10px 0;
}

.articleBody .p-article_ad > ul {
  margin: 0;
  padding: 0;
}

.articleBody blockquote h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.articleBody .bpprofile_photo .bpprofile_text img {
  margin: 0 0 0 30px;
  padding: 0;
  float: right;
}

.articleBody .endText {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
}

.articleBody.tobira h3 {
  position: relative;
  margin: 40px 0 20px;
  padding: 5px 14px;
  clear: both;
  border: none;
  background: #f6f6f6;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.57;
}

.articleBody.tobira p a {
  color: #222222;
}

.articleBody.tobira p a:hover {
  color: #e50121;
  text-decoration: none;
}

.-fontSizeS .articleBody p {
  font-size: 14px;
  line-height: 1.67;
}

.-fontSizeL .articleBody p {
  font-size: 22px;
  line-height: 1.67;
}

.articleBody .commentAdd {
  margin-bottom: 40px;
}

.articleBody .commentAdd .authorComment {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 10px;
  border: 1px solid #eee;
}

.articleBody .commentAdd .authorComment .authorCommentAvatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50%;
}

.articleBody .commentAdd .authorComment .authorCommentInfo {
  flex: 1;
}

.articleBody .commentAdd .authorComment .authorCommentInfo .authorCommentName {
  font-size: 18px;
  font-weight: bold;
}

.articleBody .commentAdd .authorComment .authorCommentInfo .authorCommentLevel {
  color: #666;
  font-size: 14px;
}

.articleBody .commentAdd .authorComment .authorCommentText {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px;
}

.articleBody .commentAdd .authorComment time {
  display: inline-block;
  margin-right: 12px;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.articleBody .commentAdd .authorComment .authorCommentLike {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.articleBody .commentAdd .authorComment .authorCommentLike img {
  margin-right: 3px;
}

.articleBody .relationArticle {
  margin-bottom: 40px;
  clear: both;
}

.articleBody .relationArticle li:after {
  display: block;
  height: 20px;
  clear: both;
  content: "";
}

.articleBody .relationArticle li .thumb {
  width: 180px;
  margin-right: 10px;
  float: left;
}

.articleBody .relationArticle li .thumb img {
  width: 180px;
  height: auto;
}

.articleBody .relationArticle li p {
  margin-bottom: 5px !important;
  padding: 0 !important;
  color: black;
  font-size: 14px !important;
  line-height: 100% !important;
}

.articleBody .relationArticle li p.date, .articleBody .relationArticle li p.shoulder {
  color: #777;
}

.articleBody .relationArticle li p.title {
  padding: 5px 0 !important;
  font-size: 16px !important;
  font-weight: bold;
}

.articleBody .reArticleLink {
  margin-top: 48px;
  margin-bottom: 48px;
}

.articleBody .reArticleLink .reArticleWidget {
  border: 1px solid #f2f2f2;
}

.articleBody .reArticleLink .reArticleWidget > a {
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
}

.articleBody .reArticleLink a {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
}

.articleBody .reArticleLink a:first-child {
  min-width: 142px;
}

.articleBody .reArticleLink a:nth-child(2) {
  flex: 0;
  width: 100%;
  background-position: 50%;
  background-size: cover;
}

.articleBody .reArticleLink em {
  display: block;
  margin-bottom: 8px;
  color: #787c7b;
  font-size: 12px;
  line-height: 1.5;
}

.articleBody .reArticleLink .reArticleTitle {
  max-height: 2.8em;
  overflow: hidden;
  font-size: 16px;
  word-break: break-all;
}

.articleBody .reArticleLink .reArticleImage {
  height: 110px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.articleBody .reArticleLink .reArticleDescription {
  max-height: 3em;
  overflow: hidden;
  color: #787c7b;
  word-break: break-all;
}

.articleBody .reArticleLink .reArticleSource {
  text-align: right;
}

.articleBody .seminarLead {
  position: relative;
  margin: 15px 0 40px;
  padding: 13px 20px;
  border: solid 1px #E6001E;
  color: #242424;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 1.67;
}

.articleBody .seminarLead::after {
  position: absolute;
  top: 0;
  left: 0px;
  width: 12px;
  height: 12px;
  background-color: #E6001E;
  content: '';
}

.articleBody .seminarLead p {
  margin-bottom: 20px;
  font-size: 15px;
}

.articleBody .seminarLead dt {
  margin: 0 0 5px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.articleBody .seminarLead dd {
  margin: 0;
}

.articleBody .seminarLead dd span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.articleBody .seminarLead dd a {
  display: block;
  width: auto;
  padding: 15px 20px;
  border: solid 1px #eeeeee;
  border-radius: 2px;
}

.articleBody .seminarLead dd a:hover {
  color: #e6001e;
}

/* 関連記事（LayoutLink） */
span.bpLayoutLink.inline, span.bpLayoutLink.inline em, span.bpLayoutLink.inline a {
  display: inline;
}

span.bpLayoutLink.inline span:first-of-type::before {
  content: "（";
}

span.bpLayoutLink.inline span::after {
  content: "、";
}

span.bpLayoutLink.inline span:last-of-type::after {
  content: "）" !important;
}

span.bpLayoutLink.block, span.bpLayoutLink.block em, span.bpLayoutLink.block a {
  display: block;
  font-size: 90%;
}

span.bpLayoutLink.block {
  margin: 30px 5px;
}

span.bpLayoutLink.block a {
  margin: 10px 10px 0;
}

span.bpLayoutLink.block a::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 5px 4px 0;
  border-radius: 50%;
  background: black;
  content: "";
}

/* 記事本文中キャンペーン */
.bpcampaignbody {
  margin: 20px 0;
  background: #ccc;
}

.bpcampaignbody a {
  color: black;
  text-decoration: none;
  transition: none;
}

.bpcampaignbody a[href]:hover {
  color: black;
  text-decoration: underline;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}

.bpcampaignbody img {
  height: auto;
}

.bpcampaignbody.pt1 a {
  display: flex;
}

.bpcampaignbody.pt1 img {
  width: 120px;
}

.bpcampaignbody.pt2 img, .bpcampaignbody.pt3 img {
  display: block;
  width: 600px;
  margin: 0 auto;
}

.bpcampaignbody.pt1 .cmpb_heading {
  flex-shrink: 0;
  margin: 10px;
}

.bpcampaignbody.pt2 .cmpb_heading {
  padding-top: 20px;
}

.bpcampaignbody.pt3 .cmpb_heading {
  padding-bottom: 20px;
}

.bpcampaignbody .cmpb_text {
  flex-basis: 100%;
  padding: 10px;
}

.bpcampaignbody .cmpb_text h4 {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  color: black;
  font-size: 16px;
  line-height: 1.44;
}

.bpcampaignbody .cmpb_subtitle {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}

.bpcampaignbody .cmpb_notice {
  font-size: 15px;
}

.bpcampaignbody .cmpb_link {
  font-size: 14px;
  text-align: right;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-family: 'swiper-icons';
  font-style: normal;
  font-weight: 400;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  /* Fix of Webkit flickering */
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  outline: none;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  z-index: 10;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  transition: 300ms opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: 0.6;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  z-index: 100001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #222222;
  opacity: 0.5;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  z-index: 100002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  z-index: 1045;
  position: relative;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  z-index: 1044;
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #CCC;
  text-align: center;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  display: block;
  z-index: 1046;
  padding: 0;
  overflow: visible;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 21px;
  height: 21px;
  font-size: 0;
}

.mfp-close::before, .mfp-close::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 28px;
  height: 2px;
  margin: auto 0;
  background: #fff;
  content: '';
}

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: .7;
}

.mfp-close-btn-in .mfp-close {
  color: #f6f6f6;
}

.mfp-close-btn-in .mfp-content {
  padding: 50px 0;
}

.mfp-close-hide .mfp-close {
  display: none;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  margin: 0;
  margin: auto 0;
  padding: 0;
}

.mfp-arrow:hover {
  opacity: .7;
}

.mfp-arrow::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  content: '';
}

.mfp-arrow-left {
  left: -40px;
}

.mfp-arrow-left::after {
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.mfp-arrow-right {
  right: -40px;
}

.mfp-arrow-right::after {
  right: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.mfp-iframe-holder .c-modal {
  max-height: calc(100vh - 16rem);
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 6rem;
  right: 0;
  left: 0;
  width: calc(100% - 12rem);
  max-width: 96rem;
  height: calc(100% - 12rem);
  margin: auto;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure.c-modal {
  padding: 0;
}

.p-figure small {
  display: block;
  color: #BDBDBD;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: initial;
  text-align: left;
}

.mfp-image-holder .mfp-content {
  position: relative;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .6;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* -----------------------------------------------
  アドタグ
----------------------------------------------- */
.dag_billboard {
  margin: 0;
  text-align: center;
}

.dag_billboard + .l-main {
  padding-top: 0;
}

.dag_billboard + .l-main .l-topicsPath {
  margin-top: 0;
}

.dag_billboard > div > div {
  position: relative;
  margin: 30px auto 0 auto;
}

.dag_billboard.-fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 50;
  padding: 20px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}

.dag_billboard.-fixed.-fixed01 {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 50;
  padding: 20px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  transition: top 0.4s;
  transition-timing-function: cubic-bezier(0.15, 0.81, 1, 0.54);
}

.dag_aside_pickup li {
  border-bottom: 1px solid #eee;
}

.dag_aside_pickup li div div iframe {
  margin-top: 10px;
  padding-bottom: 5px;
}

.dag_list_banner li {
  margin-bottom: 15px;
}

/* inread用 */
#div-gpt-ad-inread:not([style='display: none;']) + .p-article_action {
  margin-top: 30px;
}

.adRectangle.inread {
  margin: 30px 0;
}

.asideRight .dag_banner {
  margin-bottom: 50px;
}

/* -----------------------------------------------
  挿入広告
----------------------------------------------- */
.insertAd_A {
  margin-top: 20px;
  padding: 15px 25px 15px 15px;
  overflow: hidden;
}

.insertAd_A .icon {
  margin-right: 15px;
  float: left;
}

.insertAd_A .icon a:hover {
  opacity: 0.8;
}

.insertAd_A .more {
  display: table;
  position: relative;
  margin: 0 0 0 auto;
  padding: 10px 15px 0 0;
}

.insertAd_A .more a {
  color: #e50121;
}

.insertAd_A .more a:hover {
  text-decoration: underline;
}

.insertAd_A .more::after {
  display: block;
  position: absolute;
  top: 1.05em;
  right: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #e50121;
  content: '';
}

.insertAd_B {
  margin: 0 0 20px;
  padding: 10px 12px;
  border-radius: 2px;
  background: #1b9b82;
}

.insertAd_B h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: normal;
}

.insertAd_B h3 .flag {
  margin-right: 17px;
  padding: 2px 7px;
  border: 1px solid #666;
  font-size: 12px;
}

.insertAd_B h3 a {
  flex: 1;
  color: #e50121;
}

.insertAd_B h3 a:hover {
  text-decoration: underline;
}

.insertAd_Aimg {
  margin: 40px auto 0;
  text-align: center;
}

/* print */
@media print {
  body.print {
    min-width: auto;
  }
}
