@charset "UTF-8";
/*! 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;
}

/* 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;
}

/*****************************************************
  Foundation
*****************************************************/
/* -----------------------------------------------
  Base
----------------------------------------------- */
html {
  background-color: #fff;
  color: #242424;
  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;
}

input[type=text] {
  line-height: 1.5;
}

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

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

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: 0.1s linear;
}

/*****************************************************
  Layout
*****************************************************/
/* =================================================
  .globalNav
================================================= */
.globalNavi {
  position: relative;
  height: 33px;
  clear: both;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}
.globalNavi .globalNaviContainer {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}
.globalNavi .globalNaviLeft {
  align-items: center;
  height: 100%;
}
.globalNavi .globalNaviLeft > li {
  padding: 6px 0;
  float: left;
  font-weight: 500;
}
.globalNavi .globalNaviLeft > li a.linkBottomArrow i.bottomArrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 6px;
  background: url(/images/active/2021/ico_down.png) 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 a.btnLogin {
  margin-right: 4px;
}
.globalNavi .globalNaviRight li a.nikNotRegistered {
  margin-right: 10px;
}
.globalNavi .globalNaviRight .btn {
  margin-left: 19px;
}
.globalNavi .globalNaviRight .btn + .btn {
  margin-left: 4px;
}
.globalNavi .globalNaviRight .name {
  margin-left: 10px;
  font-weight: bold;
}
.globalNavi .globalNaviRight .config {
  margin-left: 10px;
  font-weight: 500;
}
.globalNavi .globalNaviRight .config a {
  color: #e40065;
}
.globalNavi .globalNaviRight .config a:hover {
  text-decoration: underline;
}
.globalNavi_userStatus {
  color: #242424;
}
.globalNavi_userName {
  margin-left: 10px;
  color: #242424;
  font-weight: 700;
}
.globalNavi_userConfig {
  margin-left: 10px;
  color: #e40065;
}

/* 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 #888;
  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 #888;
  content: "";
}
.bpSiteNavi .bpSiteList li.close::before {
  left: 3px;
  transform: rotate(45deg);
}
.bpSiteNavi .bpSiteList li.close::after {
  left: -8px;
  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/active/2021/ico_down.png) no-repeat;
  background-size: 100% 100%;
}
.bpSiteNavi label {
  cursor: pointer;
}
.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;
  height: 26px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  transition: 0.3s;
}
.btnFunc:hover {
  color: #e40065;
}
.btnFunc.-login {
  border-color: #e40065;
  background: #e40065;
  background-image: linear-gradient(-287deg, #ec4d93 0%, #e40065 100%);
  box-shadow: none;
  color: #fff;
}
.btnFunc.-login:hover {
  background: #fff;
  color: #e40065;
}
.btnFunc.-apply {
  border-color: #242424;
  background: #242424;
  background-image: linear-gradient(-287deg, #4f4f4f 0%, #242424 100%);
  box-shadow: none;
  color: #fff;
}
.btnFunc.-apply:hover {
  background: #fff;
  color: #242424;
}
.btnFunc.-mypage {
  box-shadow: none;
}
.btnFunc.-mypage:hover {
  color: #e40065;
}

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

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

.l-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}
.l-main_primary {
  width: 760px;
}
.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: 40px;
}

/* =================================================
  Header
================================================= */
.l-header {
  width: 100%;
  background: #fff;
}
.l-header.-fixed {
  z-index: 10000;
  position: fixed;
  top: 0;
}
.l-header.-fixed + .l-content {
  margin-top: 68px;
}
.l-header_container {
  padding: 0 10px;
}
.l-header_block {
  display: flex;
  align-items: center;
  width: 1120px;
  height: 68px;
  margin: 0 auto;
}
.l-header_searchBox {
  position: relative;
  width: 280px;
  margin-left: 8px;
}
.l-header_searchBox_form {
  display: flex;
  border-bottom: solid 1px #242424;
}
.l-header_searchBox_field {
  width: 244px;
  height: 40px;
  border: 0;
  outline: none;
  color: #888;
}
.l-header_searchBox_submit {
  display: block;
  width: calc(100% - 244px);
  border: none;
  background: url(/images/active/2021/ico_search.svg) 50% 50%/18px auto no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.l-header_searchBox_inbox {
  display: none;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: calc(100% + 1px);
  left: -3px;
  width: 666px;
  padding: 20px 30px;
  border: solid 1px #ddd;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.l-header_searchBox_inbox.-open {
  display: block;
  visibility: visible;
}
.l-header_searchBox_keywords {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -13px 0;
}
.l-header_searchBox_keywords_item {
  margin: 0 12px 13px 0;
  font-size: 12px;
}
.l-header_searchBox_keywords_item a {
  display: block;
  padding: 5px 20px;
  background: #f6f8fa;
  color: #e40065;
}
.l-header_searchBox_keywords_item a:hover {
  border-color: transparent;
  background: #e40065;
  color: #fff;
}
.l-header_siteLogo {
  margin-left: 98px;
}
.l-header_siteLogo_image {
  margin: 0;
}
.l-header_siteLogo_image img {
  display: block;
  transition: all 0.3s;
}
.l-header_siteLogo_image a:hover img {
  opacity: 0.5;
}
.l-header_loginBox {
  margin-left: auto;
}
.l-header_loginBox_menu {
  display: flex;
  height: 68px;
}
.l-header_loginBox_menu_item {
  position: relative;
  width: 80px;
  text-align: center;
}
.l-header_loginBox_menu_item.-whitepaper .l-header_loginBox_menu_label {
  background-image: url(/images/active/2021/ico_menu_whitepaper.svg);
}
.l-header_loginBox_menu_item.-feature .l-header_loginBox_menu_label {
  background-image: url(/images/active/2021/ico_menu_feature.svg);
}
.l-header_loginBox_menu_item.-download .l-header_loginBox_menu_label {
  background-image: url(/images/active/2021/ico_menu_download.svg);
}
.l-header_loginBox_menu_item.-mypage .l-header_loginBox_menu_label {
  background-image: url(/images/active/2021/ico_menu_mypage.svg);
}
.l-header_loginBox_menu_label {
  display: block;
  height: 100%;
  padding: 40px 0 0;
  background-position: 50% 16px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #242424;
  font-size: 10px;
  font-weight: bold;
  transition: all linear 0.1s;
}
.l-header_loginBox_menu_label:hover {
  background-color: #f6f8fa;
}
.l-header_overlay {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #242424;
  opacity: 0.7;
}

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

/* =================================================
  .l-localNavi
================================================= */
.l-localNavi {
  display: block;
  width: 80px;
  text-align: center;
}
.l-localNavi_toggle {
  display: block;
  position: relative;
  height: 68px;
  padding-top: 42px;
}
.l-localNavi_toggle:hover {
  background-color: #f6f8fa;
}
.l-localNavi_toggle_icon {
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
  left: 0;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e40065;
  transition: all 0.3s;
}
.l-localNavi_toggle_icon::before, .l-localNavi_toggle_icon::after {
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e40065;
  content: "";
  transition: all 0.3s;
}
.l-localNavi_toggle_icon::before {
  top: 6px;
}
.l-localNavi_toggle_icon::after {
  top: 12px;
}
.l-localNavi_toggle_label {
  display: block;
  font-size: 10px;
  font-weight: bold;
}
.l-localNavi_panel {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -380px;
  width: 380px;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  text-align: left;
  transition: all linear 0.2s;
}
.l-localNavi_panel.-open {
  left: 0;
  box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.1);
}
.l-localNavi_panel_container {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.l-localNavi_close {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 12px 0 0 12px;
}
.l-localNavi_close::before, .l-localNavi_close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 3px;
  margin: auto;
  background: #e40065;
  content: "";
}
.l-localNavi_close::before {
  transform: rotate(45deg);
}
.l-localNavi_close::after {
  transform: rotate(135deg);
}
.l-localNavi_header {
  padding: 24px 20px 20px 64px;
}
.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: 10px;
}
.l-localNavi_header_func_item .btnFunc {
  width: 100%;
  min-width: 128px;
  height: 32px;
  line-height: 30px;
}
.l-localNavi_header_user {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-localNavi_header_user_name {
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.29;
}
.l-localNavi_header_user_dear {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}
.l-localNavi_header_user_setting {
  position: relative;
  margin-left: 15px;
  padding: 0 25px 0 13px;
  border: solid 1px #ddd;
  border-radius: 2px;
  color: #242424;
  line-height: 28px;
}
.l-localNavi_header_user_setting:hover {
  border-color: #e40065;
}
.l-localNavi_header_user_setting::after {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background: url(/images/active/2021/ico_popup.svg) 50% 50%/12px auto no-repeat;
  content: "";
}
.l-localNavi_header_user + .l-localNavi_header_func {
  margin-top: 20px;
}
.l-localNavi_siteLogo img {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s;
}
.l-localNavi_siteLogo a {
  display: block;
  padding: 20px 20px 20px 64px;
}
.l-localNavi_siteLogo a:hover img {
  opacity: 0.7;
}
.l-localNavi_content {
  padding-bottom: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.l-localNavi_menu {
  margin: 15px 0 0;
  padding: 0 0 0 64px;
}
.l-localNavi_menu.-highlight {
  background: #f6f8fa;
}
.l-localNavi_menu_heading {
  padding: 6px 0 4px 17px;
  background: url(/images/active/2021/ico_arrow.svg) 0 50% no-repeat;
  color: #242424;
  font-size: 14px;
}
.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 {
  width: calc(50% - 8px);
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
}
.l-localNavi_menu_item.-noBorder {
  border-bottom: none;
}
.l-localNavi_menu_item a {
  display: block;
  padding: 10px 0 8px;
}
.l-localNavi_menu_item a:hover {
  color: #e40065;
}
.l-localNavi_footer {
  padding: 13px 0 30px 64px;
}
.l-localNavi_footer_func .btnFunc {
  width: 112px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.l-localNavi_footer_func .btnFunc.-logout {
  box-shadow: none;
  color: #888;
}
.l-localNavi_footer_sns {
  display: flex;
  margin: 0 0 20px;
}
.l-localNavi_footer_sns_btn {
  width: 30px;
  height: 30px;
}
.l-localNavi_footer_sns_btn + .l-localNavi_footer_sns_btn {
  margin-left: 25px;
}
.l-localNavi_footer_sns_label {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-localNavi_footer_sns_label.-facebook {
  background-image: url(/images/active/2021/ico_action_facebook_blue.svg);
}
.l-localNavi_footer_sns_label.-twitter {
  background-color: #000;
  background-image: url(/images/active/2021/ico_action_x.svg);
  background-size: 20px;
}

/* =================================================
  Footer
================================================= */
.l-footer {
  margin: 80px 0 0;
  padding: 0 10px;
  background: #eee;
}
.l-footer_utility {
  margin: 0 -10px;
  background: #f6f8fa;
}
.l-footer_utility_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-footer_func {
  display: flex;
}
.l-footer_func_btn a {
  width: 160px;
  height: 30px;
  box-shadow: none;
  line-height: 28px;
}
.l-footer_func_btn + .l-footer_func_btn {
  margin-left: 12px;
}
.l-footer_sns {
  display: flex;
}
.l-footer_sns_btn {
  width: 30px;
  height: 30px;
}
.l-footer_sns_btn + .l-footer_sns_btn {
  margin-left: 25px;
}
.l-footer_sns_label {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-footer_sns_label.-facebook {
  background-image: url(/images/active/2021/ico_action_facebook_blue.svg);
}
.l-footer_sns_label.-twitter {
  background-color: #000;
  background-image: url(/images/active/2021/ico_action_x.svg);
  background-size: 20px;
}
.l-footer_local {
  margin: 0 -10px;
  padding: 40px 10px;
  border-top: 1px solid #ddd;
  background: #f6f8fa;
}
.l-footer_local_container {
  width: 1120px;
  margin: 0 auto;
}
.l-footer_local_menu {
  margin: 0;
  padding-left: 14px;
  border-left: 1px solid #242424;
}
.l-footer_local_menu + .l-footer_local_menu {
  margin-top: 24px;
}
.l-footer_local_menu_heading {
  padding: 5px 0;
  color: #888;
}
.l-footer_local_menu_list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.l-footer_local_menu_item {
  width: 172px;
  padding: 5px 10px 5px 0;
}
.l-footer_local_menu_item a:hover {
  color: #e40065;
}
.l-footer_local_menu.-wide .l-footer_local_menu_item {
  width: 220px;
}
.l-footer_global {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.l-footer_global_company img {
  width: 76px;
}
.l-footer_global_link {
  display: flex;
  margin-left: 30px;
}
.l-footer_global_link_item {
  padding: 0 15px;
  font-size: 12px;
}
.l-footer_global_link_item a:hover {
  color: #e40065;
}
.l-footer_global_link_item + .l-footer_global_link_item {
  border-left: 1px solid #999;
}
.l-footer_switch {
  margin-left: auto;
  font-size: 12px;
}
.l-footer_switch a:hover {
  color: #e40065;
}
.l-footer_copyright {
  width: 1120px;
  margin: 0 auto;
  padding: 22px 0 20px;
}
.l-footer_copyright p {
  color: #888;
  font-size: 12px;
}

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

/* =================================================
  .l-asideSection
================================================= */
.l-asideSection.-border {
  padding: 10px 0;
  border-top: 1px solid #e40065;
  border-bottom: 1px solid #e40065;
}
.l-asideSection_heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  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 {
  flex: 1;
  margin: 0;
  padding: 0 0 0 17px;
  background: url(/images/active/2021/ico_arrow.svg) 0 0.35em no-repeat;
  color: #242424;
  font-size: 17px;
  font-weight: bold;
}
.l-asideSection_heading_title.-fsSmall {
  font-size: 16px;
}
.l-asideSection_heading_icon {
  margin: 4px 0 0;
  padding: 0 5px;
  border: 1px solid #888;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.l-asideSection_heading_desc {
  color: #888;
  font-weight: bold;
}
.l-asideSection_featured {
  border: solid 1px #242424;
  border-radius: 2px;
}
.l-asideSection_featured_heading {
  margin: 0;
  padding: 20px 12px;
  background: #f6f8fa;
  color: #242424;
  font-size: 17px;
  font-weight: 700;
}
.l-asideSection_featured_content {
  padding: 20px 12px;
}
.l-asideSection_featured .p-articleList_item {
  margin-bottom: 24px;
  padding-bottom: 14px;
}
.l-asideSection_featured .p-articleList_item:last-child {
  margin: 0;
  border: none;
}

/* =================================================
  .l-section
================================================= */
.l-section + .l-section {
  margin-top: 40px;
}
.l-section.-feature + .l-section.-feature {
  margin-top: 30px;
}
.l-section.-border {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
/* =================================================
  .l-topicsPath
================================================= */
.l-topicsPath {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 30px;
  font-size: 12px;
}
.l-topicsPath_item {
  color: #242424;
}
.l-topicsPath_item a {
  color: #242424;
}
.l-topicsPath_item a:hover {
  text-decoration: underline;
}
.l-topicsPath_item + .l-topicsPath_item::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  transform: rotate(45deg);
  border-top: 1.5px solid #e40065;
  border-right: 1.5px solid #e40065;
  vertical-align: 0.1em;
  content: "";
}

/* =================================================
  .l-popUp
================================================= */
.l-popUp_header {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  padding: 20px 0 17px;
}
.l-popUp_header_siteLogo {
  width: 163px;
}
.l-popUp_header_siteLogo a {
  transition: all 0.3s;
}
.l-popUp_header_siteLogo a:hover {
  opacity: 0.5;
}
.l-popUp_header_heading {
  flex: 1;
  margin-left: 20px;
}
.l-popUp_header_title {
  margin: 0;
  font-size: 14px;
}
.l-popUp_header_date {
  color: #888;
  font-size: 12px;
}
.l-popUp_content {
  width: 1120px;
  margin: 0 auto;
}
.l-popUp_footer {
  margin: 20px 0 0;
  background: #f6f6f6;
}
.l-popUp_footer_inner {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 26px;
}
.l-popUp_footer_company img {
  width: 76px;
}
.l-popUp_footer_company a {
  transition: all 0.3s;
}
.l-popUp_footer_company a:hover {
  opacity: 0.5;
}
.l-popUp_footer_copyright {
  color: #7a7a7a;
  font-size: 12px;
}

/* =================================================
  .l-compact
================================================= */
.l-compact_header {
  padding: 30px 0 13px;
  text-align: center;
}
.l-compact_header_siteLogo img {
  width: 163px;
  transition: all 0.3s;
}
.l-compact_header_siteLogo a:hover img {
  opacity: 0.5;
}
.l-compact_footer {
  width: 100%;
  margin: 80px 0 0;
  padding: 40px 16px;
  background: #f6f8fa;
  text-align: center;
}
.l-compact_footer_company img {
  width: 69px;
}
.l-compact_footer_copyright {
  margin: 15px 0 0;
  color: #888;
  font-size: 12px;
}
.l-compact_content {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
}
.l-compact_main {
  width: 760px;
  margin: 0 auto;
}
.l-compact_main_secondary {
  margin: 40px -20px 0;
  padding-top: 35px;
  border-top: 1px solid #ddd;
}

/*****************************************************
  Utility
*****************************************************/
.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;
}

/*****************************************************
  CSS Animation
*****************************************************/
@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    transform: translateX(20%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    transform: translateX(20%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes bottomToTop {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bottomToTop {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes blur {
  from {
    filter: blur(1.5rem);
  }
  to {
    filter: blur(0);
  }
}
@keyframes blur {
  from {
    filter: blur(1.5rem);
  }
  to {
    filter: blur(0);
  }
}
/*****************************************************
  Component
*****************************************************/
/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  display: table;
  position: relative;
  min-width: 187px;
  margin-top: 20px;
  padding: 4px 16px 3px;
  border: 1px solid #e40065;
  border-radius: 2px;
  background: #fff;
  color: #242424;
  text-align: center;
}
.c-btn:hover {
  background: #e40065;
  color: #fff;
}
.c-btn.-theme {
  border-color: #e40065;
  background: #e40065;
  background-image: linear-gradient(to right, #66a1c4, #e40065);
  color: #fff;
}
.c-btn.-theme:hover {
  background: #fff;
  color: #e40065;
}
.c-btn.-apply {
  border-color: #242424;
  background: #242424;
  background-image: linear-gradient(to right, #ff853d, #242424);
  color: #fff;
}
.c-btn.-apply:hover {
  background: #fff;
  color: #242424;
}
.c-btn.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn.-high {
  padding-top: 9px;
  padding-bottom: 8px;
}
.c-btn.-medium {
  min-width: 240px;
}
.c-btn.-more {
  padding-right: 30px;
  padding-left: 30px;
}
.c-btn.-more::after {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform: rotate(135deg) translateY(3px);
  border-top: 1px solid #e40065;
  border-right: 1px solid #e40065;
  content: "";
}
.c-btn.-more:hover::after {
  border-color: #fff;
}
.c-btn.-arrowReverse::after {
  right: 12px;
  transform: translateY(1px) rotate(315deg);
}
.c-btn.-next::after {
  right: 12px;
  transform: translateY(-1px) rotate(45deg);
}

.c-btn02 {
  display: table;
  min-width: 220px;
  height: 56px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  border-radius: 2px;
  background: #e40065;
  background-image: linear-gradient(to right, #ec4d93, #e40065);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  transition: 0.3s;
}
.c-btn02:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #e40065;
  color: #e40065;
}
.c-btn02.-apply {
  background: #242424;
  background-image: linear-gradient(to right, #4f4f4f, #242424);
}
.c-btn02.-apply:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #242424;
  color: #242424;
}
.c-btn02.-border {
  background: transparent;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #e40065;
  color: #e40065;
}
.c-btn02.-border:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 2px #e40065;
}
.c-btn02.-medium {
  min-width: 343px;
}
.c-btn02_note {
  display: block;
  padding: 0 0 8px;
  font-size: 11px;
  line-height: 1;
}
.c-btn02.-disabled {
  background: #bfbfbf;
  box-shadow: none;
  pointer-events: none;
}

/* -----------------------------------------------
  .c-btnFollow
----------------------------------------------- */
.c-btnFollow {
  display: table;
  position: relative;
  min-width: 139px;
  margin: 0 0 20px;
  padding: 2px 11px 2px 30px;
  border: solid 1px #ddd;
  color: #242424;
  font-size: 12px;
}
.c-btnFollow:hover {
  border-color: #e40065;
}
.c-btnFollow::before, .c-btnFollow::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #e40065;
  content: "";
}
.c-btnFollow::before {
  left: 12px;
  width: 14px;
  height: 2px;
}
.c-btnFollow::after {
  left: 18px;
  width: 2px;
  height: 14px;
}
.c-btnFollow.-active {
  border-color: #242424;
  color: #e40065;
  text-align: left;
}
.c-btnFollow.-active::before {
  width: 10px;
  height: 10px;
  background: url(/images/active/2021/ico_checked.svg) 50% 50% no-repeat;
}
.c-btnFollow.-active::after {
  display: none;
}
.c-btnFollow.-active:hover {
  opacity: 0.7;
}
.c-btnFollow.-right {
  margin-left: auto;
}

/* -----------------------------------------------
  title
----------------------------------------------- */
.c-titleLvOne {
  margin: 0 0 30px;
  color: #242424;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
}

.c-titleLvTwo {
  margin: 0 0 20px;
  padding: 8px 16px;
  border-left: 2px solid #242424;
  background: #f6f8fa;
  color: #242424;
  font-size: 17px;
  font-weight: bold;
}

.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-text
----------------------------------------------- */
.c-text {
  font-size: 17px;
  line-height: 1.76;
}
.c-text + .c-text {
  margin-top: 10px;
}

/* -----------------------------------------------
  .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: #888;
  font-size: 12px;
  line-height: 1.7;
}

/* -----------------------------------------------
  .c-textList
----------------------------------------------- */
.c-textList_item {
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  color: #242424;
  font-size: 17px;
  font-weight: bold;
}
.c-textList_item + .c-textList_item {
  margin-top: 10px;
}
.c-textList_item_link {
  color: #242424;
}
.c-textList_item_link:hover {
  color: #e40065;
}
.c-textList_item_desc {
  color: #888;
  font-size: 12px;
  font-weight: 500;
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice_item {
  position: relative;
  padding-left: 1em;
  color: #888;
  font-size: 12px;
}
.c-notice_item + .c-notice_item {
  margin-top: 5px;
}
.c-notice_mark {
  position: absolute;
  left: 0;
}

/* -----------------------------------------------
  .c-link
----------------------------------------------- */
.c-link {
  color: #e40065;
}
.c-link:hover {
  text-decoration: underline;
}
.c-link.-modal::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 4px;
  background: url(/images/active/2021/ico_popup.svg) 50% 50%/12px auto no-repeat;
  vertical-align: -1px;
  content: "";
}

/* -----------------------------------------------
.c-linkMore
----------------------------------------------- */
.c-linkMore {
  display: table;
  position: relative;
  margin: 0 0 0 auto;
  padding: 10px 18px 0 0;
}
.c-linkMore::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 1px solid #e40065;
  border-right: 1px solid #e40065;
  content: "";
  content: "";
}
.c-linkMore a {
  color: #242424;
}
.c-linkMore a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .c-linkArrow
----------------------------------------------- */
.c-linkArrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}
.c-linkArrow a:visited {
  color: #888;
}
.c-linkArrow a:hover {
  color: #e40065;
}
.c-linkArrow::before {
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #e40065;
  content: "";
}

/* -----------------------------------------------
  .c-linkArrowList
----------------------------------------------- */
[class^=c-linkArrowList]:not([class*=_item]) [class^=c-linkArrowList]:not([class*=_item]) {
  margin-top: 5px;
  padding: 0 0 5px;
}

.c-linkArrowList {
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.c-linkArrowList.-division2, .c-linkArrowList.-division3, .c-linkArrowList.-division4 {
  display: flex;
}
.c-linkArrowList.-division2 {
  justify-content: space-between;
}
.c-linkArrowList.-division2 .c-linkArrowList_item {
  width: 370px;
}
.c-linkArrowList.-division3 {
  margin-left: -15px;
}
.c-linkArrowList.-division3 .c-linkArrowList_item {
  width: 243px;
  margin-left: 15px;
}
.c-linkArrowList_item {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
}
.c-linkArrowList_item::before {
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #e40065;
  content: "";
}
.c-linkArrowList_item_link:visited {
  color: #888;
}
.c-linkArrowList_item_link:hover {
  color: #e40065;
}

/* -----------------------------------------------
  .c-linkList
----------------------------------------------- */
.c-linkList_item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
}
.c-linkList_item_link:hover {
  color: #e40065;
}
.c-linkList_item_link:hover .c-linkList_item_desc {
  color: #e40065;
}
.c-linkList_item_title {
  display: table;
  position: relative;
  margin: 0;
  padding: 6px 0 0;
}
.c-linkList_item_desc {
  margin: 7px 0 4px;
  color: #888;
  font-weight: 500;
}

/* -----------------------------------------------
  .c-tab
----------------------------------------------- */
.c-tab_nav.-default {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 13px;
  border-bottom: 1px solid #242424;
}
.c-tab_nav.-default .c-tab_nav_item {
  flex: 1;
  text-align: center;
}
.c-tab_nav.-default .c-tab_nav_trigger {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 9px;
  border-bottom: 2px solid transparent;
  color: #888;
  font-size: 14px;
  white-space: nowrap;
}
.c-tab_nav.-default .c-tab_nav_trigger:hover {
  color: #e40065;
  font-weight: bold;
}
.c-tab_nav.-default .c-tab_nav_trigger.-active {
  border-bottom-color: #242424;
  color: #242424;
  font-weight: bold;
}
.c-tab_nav.-chronological {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -12px 30px 0;
}
.c-tab_nav.-chronological .c-tab_nav_item {
  min-width: 112px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 2px;
}
.c-tab_nav.-chronological .c-tab_nav_trigger {
  display: block;
  position: relative;
  padding: 5px 26px;
  border: 1px solid #ddd;
  color: #242424;
  font-size: 12px;
  text-align: center;
}
.c-tab_nav.-chronological .c-tab_nav_trigger:hover, .c-tab_nav.-chronological .c-tab_nav_trigger.-active {
  border-color: transparent;
  background: #242424;
  color: #fff;
}
.c-tab_nav.-chronological .c-tab_nav_trigger.-active::before {
  box-shadow: inset 0 0 0 2px #fff;
}

/* -----------------------------------------------
  .c-modal
----------------------------------------------- */
.c-modal {
  position: relative;
  width: 620px;
  max-width: 100%;
  max-height: 80%;
  margin: auto;
  padding: 30px;
  border-radius: 2px;
  background: #fff;
}
.c-modal_header {
  padding: 0 0 20px;
}
.c-modal_header.-border {
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #ddd;
}
.c-modal_header + .c-modal_footer {
  padding-top: 10px;
}
.c-modal_scroll {
  max-height: calc(100vh - 271px);
  margin: 0 -30px;
  padding: 0 30px;
  overflow: auto;
}
.c-modal_footer {
  padding: 20px 0 0;
  text-align: center;
}
.c-modal_footer.-border {
  margin: 20px -30px 0;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid #ddd;
}
.c-modal_footer_done {
  color: #e40065;
  font-size: 17px;
}
.c-modal_footer_done:hover {
  text-decoration: underline;
}
.c-modal_footer .c-btn,
.c-modal_footer .c-btn02 {
  margin-top: 0;
}
.c-modal_title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.41;
}
.c-modal_title a {
  color: #e40065;
}
.c-modal_title a:hover {
  text-decoration: underline;
}
.c-modal_title.-small {
  font-size: 17px;
}
.c-modal_title.-center {
  text-align: center;
}
.c-modal_desc {
  color: #242424;
  font-size: 14px;
}
.c-modal_desc a {
  color: #e40065;
}
.c-modal_desc a:hover {
  text-decoration: underline;
}
.c-modal_desc + .c-modal_desc {
  margin-top: 20px;
}
.c-modal_imageUnit_image {
  width: 265px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
/* -----------------------------------------------
  .c-formCheck
----------------------------------------------- */
.c-formCheck_label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: #242424;
}
.c-formCheck_label input[type=checkbox] {
  display: none;
}
.c-formCheck_label input[type=checkbox]:checked + .c-formCheck_ico {
  border-color: transparent;
  background: #e40065 url(/images/active/2021/ico_checked.svg) 50% 50%/11px auto no-repeat;
}
.c-formCheck_ico {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
}

/* -----------------------------------------------
  .c-formCheckList
----------------------------------------------- */
.c-formCheckList {
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.c-formCheckList.-horizontal, .c-formCheckList.-division2, .c-formCheckList.-division3, .c-formCheckList.-division4 {
  display: flex;
}
.c-formCheckList.-division2 {
  justify-content: space-between;
}
.c-formCheckList.-division2 .c-formCheckList_item {
  width: calc(50% - 8px);
}
.c-formCheckList.-division3 {
  margin-left: -16px;
}
.c-formCheckList.-division3 .c-formCheckList_item {
  width: calc(33.3333333333% - 16px);
  margin-left: 16px;
}
.c-formCheckList.-division4 {
  margin-left: -16px;
}
.c-formCheckList.-division4 .c-formCheckList_item {
  width: calc(25% - 16px);
  margin-left: 16px;
}
.c-formCheckList_item {
  margin: 0 0 12px;
}
.c-formCheckList_item_label {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  color: #242424;
}
.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: #e40065 url(/images/active/2021/ico_checked02.svg) 50% 50%/20px auto no-repeat;
}
.c-formCheckList_item_ico {
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #e40065;
  border-radius: 2px;
  background: transparent;
}

/* -----------------------------------------------
  .c-formRadioList
----------------------------------------------- */
.c-formRadioList {
  flex-wrap: wrap;
  margin-bottom: -12px;
  margin-left: -20px;
}
.c-formRadioList.-horizontal, .c-formRadioList.-division2, .c-formRadioList.-division3, .c-formRadioList.-division4 {
  display: flex;
}
.c-formRadioList.-division2 {
  justify-content: space-between;
}
.c-formRadioList.-division2 .c-formRadioList_item {
  width: calc(50% - 8px);
}
.c-formRadioList.-division3 {
  margin-left: -16px;
}
.c-formRadioList.-division3 .c-formRadioList_item {
  width: calc(33.3333333333% - 16px);
  margin-left: 16px;
}
.c-formRadioList.-division4 {
  margin-left: -16px;
}
.c-formRadioList.-division4 .c-formRadioList_item {
  width: calc(25% - 16px);
  margin-left: 16px;
}
.c-formRadioList_item {
  margin: 0 0 12px 20px;
}
.c-formRadioList_item_label {
  display: inline-block;
  position: relative;
  padding-left: 27px;
}
.c-formRadioList_item_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #e40065;
  border-radius: 50%;
  background: transparent;
  content: "";
}
.c-formRadioList_item_label::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfbfbf;
  content: "";
}
.c-formRadioList_item_label input[type=radio] {
  display: none;
}
.c-formRadioList_item_label input[type=radio]:checked + .c-formRadioList_item_ico {
  display: block;
}
.c-formRadioList_item_label input[type=radio]:checked + .c-formRadioList_item_ico + .c-formRadioList_item_text {
  font-weight: 700;
}
.c-formRadioList_item_ico {
  display: none;
  z-index: 2;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e40065 url(/images/active/2021/ico_checked02.svg) -1px -1px no-repeat;
  background-size: 17px auto;
}

/* -----------------------------------------------
  .c-formText
----------------------------------------------- */
.c-formText {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  color: #242424;
  font-size: 17px;
  vertical-align: bottom;
}
.c-formText.-years {
  width: 100px;
  margin-right: 8px;
}
.c-formText.-month, .c-formText.-date {
  width: 70px;
  margin: 0 8px 0 5px;
}

/* -----------------------------------------------
  .c-formTextArea
----------------------------------------------- */
.c-formTextArea {
  display: block;
  width: 100%;
  height: 106px;
  padding: 12px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background-color: #fff;
  color: #242424;
  font-size: 17px;
}
.c-formTextArea:-moz-placeholder-shown {
  color: #888;
}
.c-formTextArea:-ms-input-placeholder {
  color: #888;
}
.c-formTextArea:placeholder-shown {
  color: #888;
}

/* -----------------------------------------------
  .c-formSelect
----------------------------------------------- */
.c-formSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 26px 0 0;
  border: none;
  outline: none;
  background: #fff url(/images/active/2021/ico_arrow_bottom02.svg) calc(100% - 6px) 4px/10px auto no-repeat;
  font-size: 14px;
}
.c-formSelect::-ms-expand {
  display: none;
}

/* -----------------------------------------------
  .c-table
----------------------------------------------- */
.c-table table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-collapse: collapse;
}
.c-table th {
  width: 160px;
  padding: 15px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.c-table02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #242424;
}
.c-table02 table th,
.c-table02 table td {
  padding: 5px 16px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.c-table02 table th:last-child,
.c-table02 table td:last-child {
  border-right: 1px solid #ddd;
}
.c-table02 table th {
  background: #f6f6f6;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.c-table02 table tr:first-child :first-child {
  border-top-left-radius: 2px;
}
.c-table02 table tr:first-child :last-child {
  border-top-right-radius: 2px;
}
.c-table02 table tr:last-child :first-child {
  border-bottom-left-radius: 2px;
}
.c-table02 table tr:last-child :last-child {
  border-bottom-right-radius: 2px;
}
.c-table02 table tr:last-child th,
.c-table02 table tr:last-child td {
  border-bottom: 1px solid #ddd;
}

/* -----------------------------------------------
  .c-btnList
----------------------------------------------- */
.c-btnList {
  margin: 40px 0 0;
}
.c-btnList.-horizontal {
  display: flex;
  justify-content: center;
}
.c-btnList_item_btn {
  width: 311px;
  margin: 0 10px;
}

/*****************************************************
  Project
*****************************************************/
/* -----------------------------------------------
  .p-headerInfo
----------------------------------------------- */
.p-headerInfo {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin: -10px 0 30px;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.p-headerInfo_list {
  display: flex;
  width: calc(100% - 24px);
  overflow: hidden;
}
.p-headerInfo_list_item {
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-headerInfo_list_item + .p-headerInfo_list_item {
  margin-left: 30px;
}
.p-headerInfo_list_item a {
  display: inline-block;
  padding-left: 23px;
  background: url(/images/active/2021/ico_speaker.svg) 0 50%/14px 14px no-repeat;
  color: #242424;
}
.p-headerInfo_list_item a:hover {
  color: #e40065;
  text-decoration: underline;
}
.p-headerInfo_close {
  position: relative;
  width: 16px;
  height: 16px;
}
.p-headerInfo_close::before, .p-headerInfo_close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #cacaca;
  content: "";
  transition: 0.1s linear;
}
.p-headerInfo_close::before {
  transform: rotate(45deg);
}
.p-headerInfo_close::after {
  transform: rotate(135deg);
}
.p-headerInfo_close:hover::before, .p-headerInfo_close:hover::after {
  background: #e40065;
}

.l-topicsPath + .p-headerInfo {
  margin-top: 0;
}

/* -----------------------------------------------
  .p-articlePanel
----------------------------------------------- */
.p-articlePanel {
  flex-wrap: wrap;
}
.p-articlePanel.-large, .p-articlePanel.-medium, .p-articlePanel.-small {
  display: flex;
}
.p-articlePanel.-extralarge .p-articlePanel_item {
  margin-bottom: 40px;
}
.p-articlePanel.-extralarge .p-articlePanel_item_title {
  font-size: 17px;
  line-height: 1.4;
}
.p-articlePanel.-extralarge .p-articlePanel_item_text {
  margin-top: 20px;
}
.p-articlePanel.-large {
  justify-content: space-between;
}
.p-articlePanel.-large .p-articlePanel_item {
  width: 370px;
}
.p-articlePanel.-large .p-articlePanel_item_image {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.p-articlePanel.-large .p-articlePanel_item_title {
  font-size: 24px;
  line-height: 1.42;
}
.p-articlePanel.-medium {
  margin-left: -20px;
}
.p-articlePanel.-medium .p-articlePanel_item {
  width: 240px;
  margin-left: 20px;
}
.p-articlePanel.-medium.-full {
  margin-left: -49px;
}
.p-articlePanel.-medium.-full .p-articlePanel_item {
  width: 340px;
  margin-left: 49px;
}
.p-articlePanel.-medium.-full .p-articlePanel_item_text {
  margin-top: 20px;
}
.p-articlePanel.-medium.-full.-slide {
  margin: 0;
}
.p-articlePanel.-medium.-full.-slide .p-articlePanel_item {
  margin: 0 25px;
}
.p-articlePanel.-medium.-full.-slide .p-articlePanel_item_subTitle {
  color: #242424;
}
.p-articlePanel.-medium.-full.-slide .p-articlePanel_item_title {
  color: #242424;
  font-size: 24px;
}
.p-articlePanel.-small {
  margin-left: -10px;
}
.p-articlePanel.-small .p-articlePanel_item {
  width: 182px;
  margin-left: 10px;
}
.p-articlePanel.-small .p-articlePanel_item_tag {
  font-size: 12px;
}
.p-articlePanel.-small.-full {
  margin-bottom: -20px;
  margin-left: -20px;
}
.p-articlePanel.-small.-full .p-articlePanel_item {
  width: 265px;
  margin-left: 20px;
}
.p-articlePanel.-small.-full .p-articlePanel_item_text {
  margin-top: 20px;
}
.p-articlePanel_item {
  margin-bottom: 20px;
}
.p-articlePanel_item_link {
  display: block;
}
.p-articlePanel_item_link:visited .p-articlePanel_item_title {
  color: #888;
}
.p-articlePanel_item_link:hover .p-articlePanel_item_image img {
  transform: scale(1.06);
}
.p-articlePanel_item_link:hover .p-articlePanel_item_title {
  color: #e40065;
}
.p-articlePanel_item_image {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
}
.p-articlePanel_item_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-articlePanel_item_tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 8px;
  border-radius: 2px;
  background-image: linear-gradient(289deg, #2570a0, );
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.p-articlePanel_item_text {
  margin: 10px 0 0;
}
.p-articlePanel_item_subTitle {
  margin: 0 0 3px;
  overflow: hidden;
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-articlePanel_item_title {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
.p-articlePanel_item_desc {
  margin: 7px 0 0;
  color: #888;
  font-size: 12px;
}
.p-articlePanel_item_date {
  display: block;
  margin: 3px 0 0;
  color: #666;
  font-size: 12px;
}
.p-articlePanel.-appeal .p-articlePanel_item_image {
  border-top: 4px solid #e40065;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

/* -----------------------------------------------
  .p-articlePanelText
----------------------------------------------- */
.p-articlePanelText {
  flex-wrap: wrap;
}
.p-articlePanelText.-large, .p-articlePanelText.-medium, .p-articlePanelText.-small {
  display: flex;
}
.p-articlePanelText.-large {
  justify-content: space-between;
}
.p-articlePanelText.-large .p-articlePanelText_item {
  width: 370px;
}
.p-articlePanelText.-large .p-articlePanelText_item_image {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.p-articlePanelText.-large .p-articlePanelText_item_title {
  padding: 8px 12px;
  font-size: 24px;
  line-height: 1.42;
}
.p-articlePanelText.-medium {
  margin-left: -20px;
}
.p-articlePanelText.-medium .p-articlePanelText_item {
  width: 240px;
  margin-left: 20px;
}
.p-articlePanelText.-small {
  margin-left: -10px;
}
.p-articlePanelText.-small .p-articlePanelText_item {
  width: 182px;
  margin-left: 10px;
}
.p-articlePanelText.-small.-full {
  margin-bottom: -20px;
  margin-left: -20px;
}
.p-articlePanelText.-small.-full .p-articlePanelText_item {
  width: 265px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.p-articlePanelText_item {
  margin-bottom: 20px;
}
.p-articlePanelText_item_link {
  display: block;
  position: relative;
}
.p-articlePanelText_item_link:hover .p-articlePanelText_item_image img {
  transform: scale(1.06);
}
.p-articlePanelText_item_link:hover .p-articlePanelText_item_title {
  text-decoration: underline;
}
.p-articlePanelText_item_image {
  position: relative;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
.p-articlePanelText_item_image::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56.7%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  content: "";
  opacity: 0.64;
}
.p-articlePanelText_item_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-articlePanelText_item_text {
  margin: 10px 0 0;
}
.p-articlePanelText_item_subTitle {
  color: #888;
}
.p-articlePanelText_item_date {
  display: block;
  margin: 3px 0 0;
  color: #888;
  font-size: 12px;
}
.p-articlePanelText_item_title {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

/* -----------------------------------------------
  .p-articlePanelWord
----------------------------------------------- */
.p-articlePanelWord {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.p-articlePanelWord_item {
  width: 240px;
  margin-bottom: 20px;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.p-articlePanelWord_item_link {
  display: block;
  position: relative;
  height: 100%;
}
.p-articlePanelWord_item_link:hover .p-articlePanelWord_item_image img {
  transform: scale(1.06);
}
.p-articlePanelWord_item_link:hover .p-articlePanelWord_item_title,
.p-articlePanelWord_item_link:hover .p-articlePanelWord_item_more {
  text-decoration: underline;
}
.p-articlePanelWord_item_image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.p-articlePanelWord_item_image::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.2;
}
.p-articlePanelWord_item_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-articlePanelWord_item_text {
  padding: 12px;
}
.p-articlePanelWord_item_title {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.p-articlePanelWord_item_more {
  color: #e40065;
}

/* -----------------------------------------------
  .p-articleList
----------------------------------------------- */
.p-articleList {
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.p-articleList.-division2, .p-articleList.-division3, .p-articleList.-division4 {
  display: flex;
}
.p-articleList.-division2 {
  justify-content: space-between;
}
.p-articleList.-division2.-textAd .p-articleList_item {
  width: 338px;
  margin-right: 38px;
}
.p-articleList.-division2 .p-articleList_item {
  width: 370px;
}
.p-articleList.-large .p-articleList_item_image {
  width: 164px;
}
.p-articleList.-medium .p-articleList_item_image {
  width: 104px;
}
.p-articleList.-small .p-articleList_item_text {
  width: 100%;
}
.p-articleList.-parallel .p-articleList_item_link {
  display: block;
}
.p-articleList.-parallel .p-articleList_item_image {
  margin-bottom: 11px;
}
.p-articleList.-parallel .p-articleList_item_text {
  width: auto;
  overflow: visible;
}
.p-articleList.-date .p-articleList_item_text {
  padding-bottom: 15px;
}
.p-articleList_item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.p-articleList_item_link {
  display: block;
  height: 100%;
  overflow: hidden;
}
.p-articleList_item_link:visited {
  color: #888;
}
.p-articleList_item_link:visited .p-articleList_item_title {
  color: #888;
}
.p-articleList_item_link img {
  transition: 0.3s ease-out;
}
.p-articleList_item_link:hover {
  color: #e40065;
  transition: 0.3s ease-out;
}
.p-articleList_item_link:hover img {
  transform: scale(1.06);
  transition: 0.3s ease-out;
}
.p-articleList_item_link:hover .p-articleList_item_image img {
  transform: scale(1.06);
}
.p-articleList_item_link:hover .p-articleList_item_title {
  color: #e40065;
}
.p-articleList_item_image {
  width: 104px;
  margin-left: 20px;
  float: right;
  overflow: hidden;
  text-align: center;
}
.p-articleList_item_image.-left {
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.p-articleList_item_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-articleList_item_text {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.p-articleList_item_subTitle {
  margin-bottom: 2px;
  color: #888;
  font-size: 12px;
}
.p-articleList_item_desc {
  margin: 7px 0 0;
  color: #888;
  font-size: 12px;
}
.p-articleList_item_shoulder {
  margin-bottom: 5px;
  color: #888;
  font-size: 12px;
}
.p-articleList_item_date {
  position: relative;
  margin-right: 16px;
  color: #888;
  font-size: 12px;
}
.p-articleList_item_sponsor {
  margin-right: 16px;
  color: #888;
  font-size: 12px;
}
.p-articleList_item_icon {
  position: absolute;
  bottom: 0;
  padding: 0 5px;
  border: 1px solid #666;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.p-articleList_item_title {
  margin: 0;
  color: #242424;
  font-size: 17px;
  font-weight: bold;
}
.p-articleList_item_title.-rankingTitle {
  padding-left: 28px;
}
.p-articleList_item_title_icon.-rank {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  margin-left: 1px;
  background-color: #f6f8fa;
  color: #242424;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  vertical-align: 1px;
}
.p-articleList_item_title_icon.-rank1, .p-articleList_item_title_icon.-rank2, .p-articleList_item_title_icon.-rank3 {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 18px;
  margin-right: 1px;
  margin-left: 0;
  padding-top: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: 1px;
}
.p-articleList_item_title_icon.-rank1 {
  background-image: url(/images/active/2021/ico_rank_gold.svg);
}
.p-articleList_item_title_icon.-rank2 {
  background-image: url(/images/active/2021/ico_rank_silver.svg);
}
.p-articleList_item_title_icon.-rank3 {
  background-image: url(/images/active/2021/ico_rank_bronze.svg);
}
.p-articleList_item_tag {
  display: inline-block;
  margin-right: 10px;
  padding: 0 8px;
  border-radius: 2px;
  background-image: linear-gradient(289deg, #2570a0, );
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  vertical-align: 1px;
}
.p-articleList_item_ranking {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 10px;
}
.p-articleList_item_ranking_icon {
  width: 18px;
  margin-left: 1px;
  border: 1px solid #e40065;
  color: #e40065;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.p-articleList_item_ranking_icon.-rank1, .p-articleList_item_ranking_icon.-rank2, .p-articleList_item_ranking_icon.-rank3 {
  width: 20px;
  height: 18px;
  margin-left: 0;
  padding-top: 6px;
  border: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #fff;
  line-height: 1;
}
.p-articleList_item_ranking_icon.-rank1 {
  background-image: url(/images/active/2021/ico_rank_gold.svg);
}
.p-articleList_item_ranking_icon.-rank2 {
  background-image: url(/images/active/2021/ico_rank_silver.svg);
}
.p-articleList_item_ranking_icon.-rank3 {
  background-image: url(/images/active/2021/ico_rank_bronze.svg);
}
.p-articleList_item_ranking_title {
  width: calc(100% - 30px);
  color: #666;
  font-size: 12px;
}
.p-articleList_item_tagList {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: 12px -18px 0 0;
}
.p-articleList_item_tagList_item {
  margin: 0 18px 10px 0;
  font-size: 12px;
}
.p-articleList_item_tagList_item_link {
  color: #e40065;
  font-weight: 700;
}
.p-articleList_item_tagList_item_link:hover {
  text-decoration: underline;
}
.p-articleList_item_footerContent {
  display: flex;
  margin-top: 8px;
}
.p-articleList_item_footerContent .p-articleList_item_tagList {
  margin-top: 0;
}

.l-asideSection .p-articleList_item_link {
  display: block;
  overflow: hidden;
}
.l-asideSection .p-articleList_item_text {
  width: auto;
  overflow: hidden;
}
.l-asideSection .p-articleList_item_title {
  display: table;
  margin: 0;
  padding-right: 5px;
  font-size: 14px;
}
.l-asideSection .p-articleList_item_desc {
  font-size: 12px;
}
.l-asideSection .p-articleList_item_image {
  width: 62px;
}
.l-asideSection .p-articleList.-parallel .p-articleList_item_image {
  width: 72px;
  margin: 0 0 0 20px;
}

/* -----------------------------------------------
  .p-articleIcon
----------------------------------------------- */
.p-articleIcon:after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  transform: rotate(0.1deg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  vertical-align: middle;
  content: "";
}
.p-articleIcon.-iconTypeA:after {
  background-image: url(/images/active/2021/ico_article_a.svg);
}
.p-articleIcon.-iconTypeV:after {
  background-image: url(/images/active/2021/ico_article_v.svg);
}

/* -----------------------------------------------
  .p-articleImage
----------------------------------------------- */
.p-articleImage {
  flex-wrap: wrap;
}
.p-articleImage.-large, .p-articleImage.-medium, .p-articleImage.-small {
  display: flex;
}
.p-articleImage.-medium {
  margin-left: -20px;
}
.p-articleImage.-medium .p-articleImage_item {
  width: 240px;
  margin-left: 20px;
}
.p-articleImage_item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.p-articleImage_item_link {
  display: block;
  height: 100%;
  padding: 0 12px 12px;
}
.p-articleImage_item_link:visited .p-articleImage_item_title {
  color: #666;
}
.p-articleImage_item_link:hover .p-articleImage_item_image img {
  transform: scale(1.06);
}
.p-articleImage_item_link:hover .p-articleImage_item_title {
  color: #e40065;
}
.p-articleImage_item_image {
  position: relative;
  margin: 0 -12px;
  overflow: hidden;
  text-align: center;
}
.p-articleImage_item_image::before {
  display: block;
  padding-top: 75%;
  content: "";
}
.p-articleImage_item_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.3s ease-out;
}
.p-articleImage_item_title {
  margin: 12px 0 0;
  font-size: 17px;
  font-weight: bold;
}

/* -----------------------------------------------
  .p-articleRankList
----------------------------------------------- */
.p-articleRankList {
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.p-articleRankList.-division2, .p-articleRankList.-division3, .p-articleRankList.-division4 {
  display: flex;
}
.p-articleRankList.-division2 {
  justify-content: space-between;
}
.p-articleRankList.-division2 .p-articleRankList_item {
  width: 370px;
}
.p-articleRankList.-large .p-articleRankList_item_image {
  width: 164px;
}
.p-articleRankList.-medium .p-articleRankList_item_image {
  width: 104px;
}
.p-articleRankList.-small .p-articleRankList_item_text {
  width: 100%;
}
.p-articleRankList.-parallel .p-articleRankList_item_link {
  display: block;
}
.p-articleRankList.-parallel .p-articleRankList_item_image {
  margin-bottom: 11px;
}
.p-articleRankList.-parallel .p-articleRankList_item_text {
  width: auto;
  overflow: visible;
}
.p-articleRankList_item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.p-articleRankList_item_link {
  display: block;
  height: 100%;
  overflow: hidden;
}
.p-articleRankList_item_link:visited .p-articleRankList_item_title {
  color: #666;
}
.p-articleRankList_item_link:hover .p-articleRankList_item_image img {
  transform: scale(1.06);
}
.p-articleRankList_item_link:hover .p-articleRankList_item_title {
  color: #e40065;
}
.p-articleRankList_item_image {
  width: 104px;
  margin-left: 20px;
  float: right;
  overflow: hidden;
  text-align: center;
}
.p-articleRankList_item_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-articleRankList_item_text {
  position: relative;
  height: 100%;
  padding-left: 60px;
  overflow: hidden;
}
.p-articleRankList_item_rank {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #f6f8fa;
  color: #242424;
  font-size: 9px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}
.p-articleRankList_item_rank.-rank1, .p-articleRankList_item_rank.-rank2, .p-articleRankList_item_rank.-rank3 {
  padding-top: 17px;
  border: none;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px auto;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.p-articleRankList_item_rank.-rank1 {
  background-image: url(/images/active/2021/ico_rank_gold.svg);
}
.p-articleRankList_item_rank.-rank2 {
  background-image: url(/images/active/2021/ico_rank_silver.svg);
}
.p-articleRankList_item_rank.-rank3 {
  background-image: url(/images/active/2021/ico_rank_bronze.svg);
}
.p-articleRankList_item_subTitle {
  margin-bottom: 2px;
  color: #888;
}
.p-articleRankList_item_desc {
  margin: 3px 0 0;
  color: #888;
}
.p-articleRankList_item_title {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
.p-articleRankList_item_tag {
  display: inline-block;
  margin-right: 10px;
  padding: 0 8px;
  border-radius: 2px;
  background-image: linear-gradient(289deg, #2570a0, #242424);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  vertical-align: 1px;
}

/* -----------------------------------------------
  .p-sectionTitle
----------------------------------------------- */
.p-sectionTitle {
  margin: 0 0 15px;
  padding-left: 24px;
  background: url(/images/active/2021/ico_arrow_02.svg) 0 0.35em no-repeat;
  color: #242424;
  font-size: 20px;
  font-weight: bold;
}
.p-sectionTitle a:hover {
  text-decoration: underline;
}
.p-sectionTitle.-small {
  padding-left: 17px;
  background-image: url(/images/active/2021/ico_arrow.svg);
  font-size: 17px;
}
.p-sectionTitle.-noIcon {
  padding-left: 0;
  background: none;
  font-size: 24px;
}

/* -----------------------------------------------
  .p-sectionFeatureTitle
----------------------------------------------- */
.p-sectionFeatureTitle {
  margin: 0 0 10px;
  padding-left: 24px;
  background-image: url(/images/active/2021/ico_menu_feature.svg);
  background-position: 0 0.25em;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
}

/* -----------------------------------------------
  .p-article
----------------------------------------------- */
.p-article {
  margin: 0 0 60px;
}
.p-article:not([class*=-contents]) {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-article_header {
  position: relative;
  padding: 0 60px 20px;
}
.p-article_header::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 120px);
  height: 1px;
  background: #ddd;
  content: "";
}
.p-article_header .p-articleFeatureImage {
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}
.p-article_header_image {
  width: 368px;
  margin: 0 0 20px 30px;
  float: right;
  overflow: hidden;
}
.p-article_header_image img {
  position: relative;
  left: 50%;
  max-width: inherit;
  transform: translate(-50%, 0);
}
.p-article_header_category {
  padding: 5px 0 8px;
  overflow: hidden;
  border-top: 2px solid;
  font-size: 17px;
  font-weight: bold;
}
.p-article_header_category a:hover {
  text-decoration: underline;
}
.p-article_header_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -60px 12px;
  padding: 13px 30px;
  border-top: 2px solid #242424;
  border-radius: 2px 2px 0 0;
  background-color: #f6f8fa;
}
.p-article_header_contentsLabel {
  flex: 1;
  font-weight: bold;
}
.p-article_header_contentsLabel a {
  color: #e40065;
}
.p-article_header_contentsLabel a:hover {
  text-decoration: underline;
}
.p-article_header_follow {
  margin-bottom: auto;
  margin-left: 20px;
}
.p-article_header_follow_btn {
  margin: 0;
}
.p-article_header .p-articleFeatureImage {
  margin: 0 -60px;
}
.p-article_header .p-articleFeatureImage + .p-article_header_bar {
  border-top: none;
}
.p-article_header_tag {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 0 6px;
  border-radius: 2px;
  background: #242424;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
}
.p-article_header_sholder {
  display: inline-block;
  margin-bottom: 5px;
  color: #666;
  font-size: 12px;
  vertical-align: middle;
}
.p-article_header_title {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
}
.p-article_header_title + .p-article_header_info {
  margin-top: 20px;
}
.p-article_header_title.p-articleIcon:after {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  content: "";
}
.p-article_header_subTitle {
  margin: 0 0 15px;
  color: #888;
  font-weight: bold;
}
.p-article_header_subTitle.-black {
  color: #242424;
}
.p-article_header_productName {
  margin: 0 0 15px;
  color: #242424;
}
.p-article_header_meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.p-article_header_author {
  display: flex;
  flex: 1;
  align-items: center;
}
.p-article_header_author_name {
  font-weight: 700;
}
.p-article_header_author_name a:hover {
  color: #e40065;
}
.p-article_header_info {
  margin-left: 20px;
  text-align: right;
}
.p-article_header_date {
  display: block;
  color: #242424;
  text-align: right;
}
.p-article.-contents .p-articleFeatureImage {
  margin: 0 0 40px;
  border-radius: 0;
}
.p-article.-contents .p-article_header {
  margin-bottom: 25px;
  padding-right: 0;
  padding-left: 0;
}
.p-article.-contents .p-article_header:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: "";
}
.p-article.-contents .p-article_header_title {
  margin: 0 0 12px;
}
.p-article.-contents .p-article_header_subTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-article.-contents .p-article_header_subTitle .c-btnFollow {
  margin: 0 0 0 17px;
  white-space: nowrap;
}
.p-article_action {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  clear: both;
}
.p-article_action_group {
  display: flex;
}
.p-article_action_btn {
  position: relative;
  width: 32px;
  height: 32px;
}
.p-article_action_btn + .p-article_action_btn {
  margin-left: 20px;
}
.p-article_action_btn_label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #888;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.p-article_action_btn_label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  transition: 0.1s linear;
}
.p-article_action_btn_label:hover {
  border-color: #e40065;
}
.p-article_action_btn_label:hover::before {
  opacity: 1;
}
.p-article_action_btn_label.-facebook {
  background-image: url(/images/active/2021/ico_action_facebook.svg);
}
.p-article_action_btn_label.-facebook:before {
  background-image: url(/images/active/2021/ico_action_facebook_on.svg);
}
.p-article_action_btn_label.-twitter {
  background-image: url(/images/active/2021/ico_action_twitter.svg);
}
.p-article_action_btn_label.-twitter:before {
  background-image: url(/images/active/2021/ico_action_twitter_on.svg);
}
.p-article_action_btn_label.-hatena {
  background-image: url(/images/active/2021/ico_action_hatena.svg);
}
.p-article_action_btn_label.-hatena:before {
  background-image: url(/images/active/2021/ico_action_hatena_on.svg);
}
.p-article_action_btn_label.-copy {
  background-image: url(/images/active/2021/ico_action_copy.svg);
}
.p-article_action_btn_label.-copy:before {
  background-image: url(/images/active/2021/ico_action_copy_on.svg);
}
.p-article_action_btn_label.-print {
  background-image: url(/images/active/2021/ico_action_print.svg);
}
.p-article_action_btn_label.-print:before {
  background-image: url(/images/active/2021/ico_action_print_on.svg);
}
.p-article_action_btn_label.-clip {
  background-image: url(/images/active/2021/ico_action_clip.svg);
}
.p-article_action_btn_label.-clip:before {
  background-image: url(/images/active/2021/ico_action_clip_on.svg);
}
.p-article_action_btn_label.-copied, .p-article_action_btn_label.-clipped {
  border-color: #e40065;
}
.p-article_action_btn_label.-copied::before, .p-article_action_btn_label.-clipped::before {
  opacity: 1;
}
.p-article_action_btn_label.-copied + .p-article_action_balloon, .p-article_action_btn_label.-clipped + .p-article_action_balloon {
  display: block;
}
.p-article_action_btn_square {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.p-article_action_btn_square:hover {
  opacity: 0.7;
}
.p-article_action_btn_square.-facebook {
  background-image: url(/images/active/2021/ico_action_facebook_blue.svg);
}
.p-article_action_btn_square.-twitter {
  background-color: #000;
  background-image: url(/images/active/2021/ico_action_x.svg);
  background-size: 24px;
}
.p-article_action_btn_square.-hatena {
  background-image: url(/images/active/2021/ico_action_hatenabookmark.svg);
  background-size: 32px;
}
.p-article_action_balloon {
  display: none;
  position: absolute;
  top: -62px;
  left: 50%;
  padding: 10px 25px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: #242424;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
}
.p-article_action_balloon::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 12px);
  width: 12px;
  height: 20px;
  transform: skewY(50deg);
  background: #242424;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
  content: "";
}
.p-article_desc {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.76;
}
.p-article_body {
  padding: 15px 60px 35px;
}
.p-article_body .p-pagenation {
  margin-bottom: 0;
}
.p-article_footer {
  padding: 0 60px 40px;
}
.p-article_tags {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: 0 -20px 20px 0;
}
.p-article_tags_item {
  margin: 0 20px 12px 0;
  font-size: 12px;
}
.p-article_tags_item a {
  display: block;
  min-width: 60px;
  padding: 5px 20px;
  border-radius: 2px;
  background: #f6f8fa;
  color: #e40065;
  font-weight: 700;
  text-align: center;
}
.p-article_tags_item a:hover {
  border-color: transparent;
  background: #e40065;
  color: #fff;
}
.p-article_tags.-narrow .p-article_tags_item {
  margin-right: 12px;
}
.p-article_mediaLogo {
  text-align: right;
}
.p-article_mediaLogo img {
  width: 160px;
}
.p-article_recommend {
  margin: 40px 0px 0px;
  padding: 20px;
  background: #f6f8fa;
}
.p-article_recommend_image {
  margin-right: 30px;
  float: left;
}
.p-article_recommend_title {
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.41;
}
.p-article_recommend_text {
  overflow: hidden;
}
.p-article_recommend_lead {
  margin: 0 0 15px;
  font-weight: bold;
}
.p-article_recommend .c-linkMore a {
  color: #e40065;
}
.p-article_recommend .c-linkMore:after {
  top: calc(50% - 1px);
  width: 9px;
  height: 9px;
  border-top: 2px solid #e40065;
  border-right: 2px solid #e40065;
}
.p-article_relationLink {
  margin-top: 40px;
}
.p-article_relationLink_heading {
  color: #242424;
  font-weight: 700;
}
.p-article_relationLink_list_item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.p-article_relationLink_list_item + .p-article_relationLink_list_item {
  margin-top: 10px;
}
.p-article_relationLink_list_text {
  display: block;
  padding: 10px 0;
  color: #242424;
  font-weight: 700;
}
.p-article_relationLink_list_text:hover {
  color: #e40065;
}
.p-article_contactLink {
  margin-top: 40px;
}
.p-article_contactLink_heading {
  color: #242424;
  font-weight: 700;
}
.p-article_contactLink_list_item {
  padding: 12px 20px;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.p-article_contactLink_list_item_wrap {
  margin: 0;
}
.p-article_contactLink_list_item_title {
  margin-bottom: 12px;
  color: #242424;
  font-weight: 700;
}
.p-article_contactLink_list_item_textbox {
  display: flex;
}
.p-article_contactLink_list_item_textbox_text {
  flex-shrink: 0;
  width: 90px;
  margin-right: 20px;
  color: #242424;
  font-weight: 500;
}
.p-article_contactLink_list_item_textbox_link {
  color: #e40065;
}
.p-article_contactLink_list_item_textbox_link:hover {
  text-decoration: underline;
}
.p-article_contactLink_list_item + .p-article_contactLink_list_item {
  margin-top: 20px;
}
.p-article.-print {
  box-shadow: none;
}
.p-article.-print .p-article_body {
  padding-bottom: 0;
}

/* -----------------------------------------------
  .p-pagenation
----------------------------------------------- */
.p-pagenation {
  margin: 30px 0 20px;
  font-size: 14px;
}
.p-pagenation_nextPage {
  display: table;
  width: 100%;
  margin: 0 auto 30px;
}
.p-pagenation_nextPage a,
.p-pagenation_nextPage > span {
  display: flex;
  align-items: center;
  padding: 13px 19px 11px;
  border: solid 1px #e40065;
  border-radius: 2px;
  color: #e40065;
  font-size: 12px;
  font-weight: bold;
}
.p-pagenation_nextPage a:hover .p-pagenation_nextPage_title,
.p-pagenation_nextPage > span:hover .p-pagenation_nextPage_title {
  color: #e40065;
}
.p-pagenation_nextPage_title {
  max-width: 450px;
  margin-left: 20px;
  overflow: hidden;
  color: #121212;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-pagenation_nextPage.-disabled {
  pointer-events: none;
}
.p-pagenation_nextPage.-disabled a {
  border-color: #bfbfbf;
}
.p-pagenation_nextPage.-disabled .p-pagenation_nextPage_title {
  color: #bfbfbf;
}
.p-pagenation_list {
  display: flex;
  justify-content: center;
}
.p-pagenation_list_item {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 2px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}
.p-pagenation_list_item:not(:first-child) {
  margin-left: 6px;
}
.p-pagenation_list_item a {
  display: block;
  position: relative;
  height: 100%;
  border: 1px solid transparent;
  background: #f6f8fa;
  color: #e40065;
  line-height: 36px;
}
.p-pagenation_list_item a:hover {
  border-color: #e40065;
  background-color: #fff;
}
.p-pagenation_list_item.-current {
  background: #e40065;
  color: #fff;
}
.p-pagenation_list_item.-prev a::before, .p-pagenation_list_item.-next a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  transform: rotate(45deg);
  content: "";
}
.p-pagenation_list_item.-prev a::before {
  left: 16px;
  border-bottom: 2px solid #e40065;
  border-left: 2px solid #e40065;
}
.p-pagenation_list_item.-next a::before {
  right: 16px;
  border-top: 2px solid #e40065;
  border-right: 2px solid #e40065;
}

/* -----------------------------------------------
  .p-myPageFollow
----------------------------------------------- */
.p-myPageFollow_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  font-size: 17px;
}
.p-myPageFollow_item a {
  display: block;
  flex: 1;
  padding: 15px 15px 15px 0;
  color: #e40065;
}
.p-myPageFollow_item a:hover {
  text-decoration: underline;
}
.p-myPageFollow_item_remove {
  position: relative;
  padding: 15px 0 15px 16px;
  color: #888;
  font-size: 14px;
}
.p-myPageFollow_item_remove::before, .p-myPageFollow_item_remove::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 15px;
  height: 2px;
  margin: auto 0;
  background: #888;
  content: "";
  transition: 0.1s linear;
}
.p-myPageFollow_item_remove::before {
  transform: rotate(45deg);
}
.p-myPageFollow_item_remove::after {
  transform: rotate(135deg);
}
.p-myPageFollow_item_remove:hover {
  color: #e40065;
}
.p-myPageFollow_item_remove:hover::before, .p-myPageFollow_item_remove:hover::after {
  background: #e40065;
}

/* -----------------------------------------------
  .p-articleFeatureImage
----------------------------------------------- */
.p-articleFeatureImage {
  position: relative;
}
.p-articleFeatureImage.-wide {
  margin: 0 0 40px;
}
.p-articleFeatureImage_label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px;
  color: #fff;
}
.p-articleFeatureImage img {
  width: 100%;
}

/* -----------------------------------------------
  .p-myPage
----------------------------------------------- */
.p-myPage_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.p-myPage_header_status {
  color: #888;
  font-size: 15px;
  line-height: 1.4;
}
.p-myPage_header_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.p-myPage_header_dear {
  display: inline-block;
  margin-left: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.24;
}
.p-myPage_header_setting {
  position: relative;
  margin-left: 15px;
  padding: 0 25px 0 13px;
  border: solid 1px #ddd;
  border-radius: 2px;
  color: #e40065;
  line-height: 28px;
}
.p-myPage_header_setting:hover {
  border-color: #e40065;
}
.p-myPage_header_setting::after {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background: url(/images/active/2021/ico_popup.svg) 50% 50%/12px auto no-repeat;
  content: "";
}
.p-myPage_guestInfo {
  padding: 32px 0 0;
}
.p-myPage_guestInfo_balloon {
  display: table;
  position: relative;
  margin: 0 auto 25px;
  padding: 20px 38px;
  border-radius: 4px;
  background: #242424;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.p-myPage_guestInfo_balloon::before {
  display: block;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 0 0 12px 12px;
  border-style: solid;
  border-color: transparent transparent #242424 transparent;
  content: "";
}
.p-myPage_guestInfo_message {
  margin: 0 0 35px;
  font-size: 17px;
  line-height: 1.76;
  text-align: center;
}
.p-myPage_guestInfo_feature {
  display: flex;
  text-align: center;
}
.p-myPage_guestInfo_feature_func {
  position: relative;
  flex: 1;
  padding: 63px 20px 15px;
  font-weight: bold;
}
.p-myPage_guestInfo_feature_func::before {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}
.p-myPage_guestInfo_feature_func + .p-myPage_guestInfo_feature_func {
  border-left: 1px solid #ddd;
}
.p-myPage_guestInfo_feature_func.-follow::before {
  background-image: url(/images/active/2021/ico_follow.svg);
}
.p-myPage_guestInfo_feature_func.-mykeyword::before {
  background-image: url(/images/active/2021/ico_mykeyword.svg);
}
.p-myPage_guestInfo_feature_func.-clip::before {
  background-image: url(/images/active/2021/ico_clip.svg);
}
.p-myPage_login {
  margin: 30px 0 0;
  padding: 40px 30px;
  border-radius: 1px;
  background: #f6f8fa;
  font-size: 17px;
}
.p-myPage_login_heading {
  margin: 0 0 15px;
  font-size: 17px;
  text-align: center;
}
.p-myPage_login_action {
  margin-bottom: 40px;
}
.p-myPage_login_action_item + .p-myPage_login_action_item {
  margin-top: 20px;
}
.p-myPage_login_action_btn {
  min-width: 343px;
  margin-top: 0;
}
.p-myPage_login p:not([class]) {
  margin-top: 20px;
}
.p-myPage_login ul:not([class]) {
  margin-top: 20px;
  padding-left: 20px;
}
.p-myPage_login ul:not([class]) li:not([class]) {
  position: relative;
  margin-top: 10px;
}
.p-myPage_login ul:not([class]) li:not([class])::before {
  display: block;
  position: absolute;
  top: 9px;
  left: -18px;
  width: 6px;
  height: 6px;
  background-color: #242424;
  content: "";
}
.p-myPage_login a:not([class]) {
  color: #e40065;
}
.p-myPage_login a:not([class]):hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .p-articleClipList
----------------------------------------------- */
.p-articleClipList {
  flex-wrap: wrap;
}
.p-articleClipList_item {
  padding: 16px 30px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.p-articleClipList_item + .p-articleClipList_item {
  margin-top: 20px;
}
.p-articleClipList_item_header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px;
  color: #888;
}
.p-articleClipList_item_remove {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.p-articleClipList_item_remove::before, .p-articleClipList_item_remove::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 2px;
  margin: auto 0;
  background: #888;
  content: "";
  transition: 0.1s linear;
}
.p-articleClipList_item_remove::before {
  transform: rotate(45deg);
}
.p-articleClipList_item_remove::after {
  transform: rotate(135deg);
}
.p-articleClipList_item_remove:hover {
  color: #e40065;
}
.p-articleClipList_item_remove:hover::before, .p-articleClipList_item_remove:hover::after {
  background: #e40065;
}
.p-articleClipList_item_link {
  display: block;
  height: 100%;
  overflow: hidden;
}
.p-articleClipList_item_link:visited .p-articleClipList_item_title {
  color: #888;
}
.p-articleClipList_item_link:hover .p-articleClipList_item_image img {
  transform: scale(1.06);
}
.p-articleClipList_item_link:hover .p-articleClipList_item_title {
  color: #e40065;
}
.p-articleClipList_item_image {
  width: 120px;
  margin-left: 20px;
  float: right;
  overflow: hidden;
  text-align: center;
}
.p-articleClipList_item_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-articleClipList_item_text {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.p-articleClipList_item_subTitle {
  color: #888;
}
.p-articleClipList_item_desc {
  margin: 7px 0 0;
  color: #888;
}
.p-articleClipList_item_title {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}

/* -----------------------------------------------
  .p-myKeyword
----------------------------------------------- */
.p-myKeyword_desc {
  margin: 0 0 13px;
  color: #888;
  font-size: 12px;
}
.p-myKeyword_regist {
  width: 100%;
  padding: 20px;
  overflow-x: hidden;
  border-radius: 2px;
  background: #f6f8fa;
}
.p-myKeyword_regist.-unregistered {
  padding: 40px 20px;
}
.p-myKeyword_regist_heading {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
}
.p-myKeyword_regist_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -10px 0;
}
.p-myKeyword_regist_list_item {
  margin: 0 30px 10px 0;
  color: #e40065;
  font-size: 17px;
  font-weight: bold;
}
.p-myKeyword_regist_lead {
  margin: 0 0 27px;
  color: #242424;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.53;
  text-align: center;
}
.p-myKeyword_regist_form {
  display: flex;
  margin-top: 17px;
}
.p-myKeyword_regist_field {
  flex: 1;
  padding: 6px 12px;
  border: 1px solid #f1f1f1;
  border-radius: 2px 0 0 2px;
  background: #fff;
  font-size: 17px;
}
.p-myKeyword_regist_field:-moz-placeholder-shown {
  color: #888;
}
.p-myKeyword_regist_field:-ms-input-placeholder {
  color: #888;
}
.p-myKeyword_regist_field:placeholder-shown {
  color: #888;
}
.p-myKeyword_regist_field::-webkit-input-placeholder {
  color: #888;
}
.p-myKeyword_regist_field:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.p-myKeyword_regist_field::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.p-myKeyword_regist_field:-ms-input-placeholder {
  color: #888;
}
.p-myKeyword_regist_btn {
  position: relative;
  width: 90px;
  border-radius: 0 2px 2px 0;
  background: #e40065;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.p-myKeyword_regist_btn::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0;
  transition: 0.1s linear;
}
.p-myKeyword_regist_btn:hover::after {
  opacity: 0.15;
}
.p-myKeyword_section {
  margin-top: 40px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.p-myKeyword_section_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 15px;
}
.p-myKeyword_section_title {
  flex: 1;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}
.p-myKeyword_section_remove {
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
  color: #888;
  line-height: 1.6;
}
.p-myKeyword_section_remove::before, .p-myKeyword_section_remove::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 2px;
  margin: auto 0;
  background: #888;
  content: "";
  transition: 0.1s linear;
}
.p-myKeyword_section_remove::before {
  transform: rotate(45deg);
}
.p-myKeyword_section_remove::after {
  transform: rotate(135deg);
}
.p-myKeyword_section_remove:hover {
  color: #e40065;
}
.p-myKeyword_section_remove:hover::before, .p-myKeyword_section_remove:hover::after {
  background: #e40065;
}
.p-myKeyword_section .c-btn {
  margin-top: 30px;
}

/* -----------------------------------------------
  .p-articleImageDetail
----------------------------------------------- */
.p-articleImageDetail_viewer {
  margin: 0;
}
.p-articleImageDetail_image {
  text-align: center;
}
.p-articleImageDetail_caption {
  margin: 10px 0 0;
  color: #888;
  font-weight: bold;
}
.p-articleImageDetail_caption_source {
  font-weight: 500;
}
.p-articleImageDetail_thumb {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -8px 0 0;
}
.p-articleImageDetail_thumb_item {
  width: 100px;
  margin: 10px 8px 0 0;
}
.p-articleImageDetail_thumb_trigger {
  display: flex;
  position: relative;
  width: 100px;
  height: 64px;
  overflow: hidden;
  border-radius: 2px;
}
.p-articleImageDetail_thumb_trigger:hover::after {
  opacity: 0.4;
}
.p-articleImageDetail_thumb_trigger.-active::before {
  box-sizing: border-box;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e40065;
  content: "";
}
.p-articleImageDetail_thumb_trigger img {
  width: auto;
  height: auto;
  max-height: 100%;
  margin: auto;
}
.p-articleImageDetail_ctrl {
  margin: 30px 0 -50px;
  font-size: 12px;
}

/* -----------------------------------------------
  .p-search
----------------------------------------------- */
.p-search_desc {
  margin: 0 0 30px;
  color: #666;
  font-size: 12px;
}
.p-search_block {
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 2px;
  background: #f6f8fa;
}
.p-search_block_keyword {
  display: flex;
  overflow: hidden;
  border-radius: 2px;
}
.p-search_block_keyword_field {
  flex: 1;
  padding: 8.5px 12px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
}
.p-search_block_keyword_field:-moz-placeholder-shown {
  color: #888;
}
.p-search_block_keyword_field:-ms-input-placeholder {
  color: #888;
}
.p-search_block_keyword_field:placeholder-shown {
  color: #888;
}
.p-search_block_keyword_field::-webkit-input-placeholder {
  color: #888;
}
.p-search_block_keyword_field:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.p-search_block_keyword_field::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.p-search_block_keyword_field:-ms-input-placeholder {
  color: #888;
}
.p-search_block_keyword_btn {
  position: relative;
  width: 90px;
  background: #e40065;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.p-search_block_keyword_btn::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0;
  transition: 0.1s linear;
}
.p-search_block_keyword_btn:hover::after {
  opacity: 0.15;
}
.p-search_block_options {
  margin: 30px 0 0;
}
.p-search_block_options_title {
  outline: none;
  text-align: center;
  cursor: pointer;
}
.p-search_block_options_title:hover {
  color: #e40065;
}
.p-search_block_options_title.-open .p-search_block_options_label::after {
  transform: rotate(-90deg);
  background-position: 50% 5px;
}
.p-search_block_options_label {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
}
.p-search_block_options_label::after {
  display: block;
  position: absolute;
  top: 3px;
  right: 4px;
  bottom: 0;
  width: 1px;
  height: 13px;
  background: #e40065;
  content: "";
  transition: 0.1s linear;
}
.p-search_block_options_label::before {
  display: block;
  position: absolute;
  top: 9px;
  right: -2px;
  bottom: 0;
  width: 13px;
  height: 1px;
  background: #e40065;
  content: "";
  transition: 0.1s linear;
}
.p-search_block_options_group {
  display: none;
}
.p-search_block_cond {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 20px;
}
.p-search_block_cond::after {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background: #ddd;
  content: "";
}
.p-search_block_cond_title {
  margin: 0 0 10px;
  color: #242424;
  font-size: 14px;
  font-weight: bold;
}
.p-search_block_cond_detail {
  flex: 1;
}
.p-search_block_cond.-time .p-search_block_cond_title {
  margin-bottom: 0;
}
.p-search_block_cond_desc {
  margin: 0 0 15px;
  color: #888;
  font-size: 12px;
}
.p-search_block_cond_publication {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #242424;
}
.p-search_block_cond_publication_mark {
  margin: 0 8px;
}
.p-search_block_footer {
  position: relative;
  margin: 17px 0 0;
}
.p-search_block_footer_submit {
  display: table;
  min-width: 240px;
  margin: 30px auto 0;
  padding: 8.5px 12px;
  border: 1px solid #e40065;
  background: #e40065;
  background-image: linear-gradient(to right, #ec4d93, #e40065);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.p-search_block_footer_submit:hover {
  background: #fff;
  color: #e40065;
}
.p-search_result_header {
  margin: 0 0 24px;
}
.p-search_result_titleArea {
  display: flex;
  justify-content: space-between;
}
.p-search_result_options {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 12px;
}
.p-search_result_options_title {
  margin: 0 12px 0 0px;
  color: #242424;
}
.p-search_result_options_detail {
  margin-right: 40px;
}
.p-search_result_options_list {
  display: flex;
  color: #242424;
}
.p-search_result_options_item + .p-search_result_options_item {
  margin-left: 12px;
}
.p-search_result_options_item_label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.p-search_result_options_item_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #e40065;
  border-radius: 50%;
  background: transparent;
  content: "";
}
.p-search_result_options_item_label::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfbfbf;
  content: "";
}
.p-search_result_options_item_label input[type=radio] {
  display: none;
}
.p-search_result_options_item_label input[type=radio]:checked + .p-search_result_options_item_ico {
  display: block;
  font-weight: bold;
}
.p-search_result_options_item_label input[type=radio]:checked + .p-search_result_options_item_ico + .p-search_result_options_item_text {
  font-weight: 700;
}
.p-search_result_options_item_ico {
  display: none;
  z-index: 2;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e40065 url(/images/active/2021/ico_checked02.svg) -1px -1px no-repeat;
  background-size: 17px auto;
}
.p-search_result_count {
  margin: 10px 0 0;
  color: #242424;
}
.p-search_result_count_num {
  margin-left: 16px;
  font-weight: 700;
}
.p-search_result_desc {
  margin: 80px 0 0;
  font-size: 17px;
  text-align: center;
}
.p-search_selectedList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}
.p-search_selectedList_item {
  display: flex;
  margin: 20px 12px 0 0;
  padding: 12px 20px 11px;
  border: solid 0.5px #ddd;
  border-radius: 23px;
  background: #fff;
}
.p-search_selectedList_item_btn {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url(/images/active/2021/ico_close_gray.svg) 0 0 no-repeat;
}

/* -----------------------------------------------
  .p-loginForRead
----------------------------------------------- */
.p-loginForRead {
  margin: 40px 0 0;
  padding: 30px;
  border-radius: 1px;
  background: #f6f8fa;
}
.p-loginForRead .p-loginForRead_heading {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  background: none;
  color: #242424;
  font-size: 17px;
  text-align: center;
}
.p-loginForRead .p-loginForRead_msg {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}
.p-loginForRead .p-loginForRead_action {
  margin: 25px 0 0;
}
.p-loginForRead .p-loginForRead_action_title {
  margin: 0 0 10px;
  color: #242424;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-loginForRead .p-loginForRead_action_list {
  display: flex;
  justify-content: center;
}
.p-loginForRead .p-loginForRead_action_item {
  flex: 1;
  max-width: 343px;
}
.p-loginForRead .p-loginForRead_action_item:only-child {
  flex: auto;
  width: 100%;
}
.p-loginForRead .p-loginForRead_action_item + .p-loginForRead_action_item {
  margin-left: 12px;
}
.p-loginForRead .p-loginForRead_action_btn {
  display: block;
  min-width: 0;
  margin: 0 auto;
}
.p-loginForRead .p-loginForRead_action_btn.c-btn02 {
  color: #fff;
}
.p-loginForRead .p-loginForRead_action_btn.c-btn02:hover {
  color: #e40065;
  text-decoration: none;
}
.p-loginForRead .p-loginForRead_action_btn.c-btn02.-apply {
  color: #fff;
}
.p-loginForRead .p-loginForRead_action_btn.c-btn02.-apply:hover {
  color: #242424;
  text-decoration: none;
}
.p-loginForRead .p-loginForRead_body {
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.76;
}
.p-loginForRead .p-loginForRead_body a {
  text-decoration: underline;
}
.p-loginForRead .p-loginForRead_body a:hover {
  color: #e40065;
}
.p-loginForRead .p-loginForRead_body strong {
  color: #242424;
  font-weight: 700;
}

/* =================================================
  .p-articleQRcode
================================================= */
.p-articleQRcode {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 30px;
  padding: 12px;
  background: #f6f8fa;
}
.p-articleQRcode_image {
  width: 100px;
  margin-right: 20px;
}
.p-articleQRcode_text {
  flex: 1;
}
.p-articleQRcode_url {
  font-weight: bold;
}
.p-articleQRcode_notice {
  margin: 10px 0 0;
  color: #888;
}

/* =================================================
  .p-prBanner
================================================= */
.p-prBanner_list_item {
  border: solid 1px #ddd;
  border-radius: 2px;
  background: #f6f8fa;
}
.p-prBanner_list_item_link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 19px 40px 19px 20px;
}
.p-prBanner_list_item_link:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #e40065;
  border-right: 2px solid #e40065;
  content: "";
}
.p-prBanner_list_item_text {
  width: 100px;
  color: #242424;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.p-prBanner_list_item + .p-prBanner_list_item {
  margin-top: 20px;
}

/* =================================================
  .p-linkUnFollow
================================================= */
.p-linkUnFollow {
  float: right;
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

/* =================================================
  .p-searchArea
================================================= */
.p-searchArea {
  margin: 0 -100vw 40px;
  background: #242424;
}
.p-searchArea_inner {
  width: 1120px;
  margin: 0 auto;
  padding: 40px 50px;
}
.p-searchArea_list {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -12px 0 0;
}
.p-searchArea_list_item {
  margin: 12px 12px 0 0;
  border-radius: 2px;
  background: #ddd;
}
.p-searchArea_list_item_link {
  display: flex;
  position: relative;
  align-items: center;
  width: 246px;
  height: 100%;
  padding: 17px 25px 17px 25px;
  font-weight: 700;
}
.p-searchArea_list_item_link:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  margin: auto 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #e40065;
  border-right: 2px solid #e40065;
  content: "";
}
.p-searchArea_tagList {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -30px 0px 0;
}
.p-searchArea_tagList_item {
  margin: 0 30px 20px 0;
}
.p-searchArea_tagList_item_link {
  color: #fff;
  text-decoration: underline;
}
.p-searchArea_tagList_item_link:hover {
  color: #e40065;
}
.p-searchArea_linkMore {
  position: relative;
  padding: 0px 18px 0 0;
  color: #fff;
  text-align: right;
}
.p-searchArea_linkMore a:hover {
  text-decoration: underline;
}
.p-searchArea_linkMore a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #e40065;
  border-right: 1px solid #e40065;
  content: "";
}
.p-searchArea_form {
  display: flex;
  margin-top: 30px;
}
.p-searchArea_form_field {
  display: block;
  width: 928px;
  height: 40px;
  padding-left: 56px;
  border: none;
  border-radius: 2px 0 0 2px;
  outline: none;
  background: #fff url(/images/active/2021/ico_search.svg) 20px 50%/16px auto no-repeat;
}
.p-searchArea_form_submit_btn {
  display: block;
  width: 91px;
  height: 40px;
  border: none;
  border-radius: 0 2px 2px 0;
  background: #e40065;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.p-searchArea_form_inbox {
  display: none;
  z-index: 1;
  position: absolute;
  width: 928px;
  margin-top: -2px;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-searchArea_form_inbox .p-article_tags {
  margin-bottom: 0;
}
.p-searchArea_form_inbox .p-article_tags_item {
  margin-right: 12px;
}
.p-searchArea_form_inbox.-open {
  display: block;
}

/* =================================================
  .p-bannerList
================================================= */
.p-bannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px 0 0;
}
.p-bannerList_item {
  width: calc(50% - 20px);
  margin: 0 20px 10px 0;
}
.p-bannerList_item_link {
  display: block;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.p-bannerList_item_link:hover img {
  transform: scale(1.06);
}
.p-bannerList_item_link img {
  transition: 0.3s ease-out;
}

/* =================================================
  .p-slideIn
================================================= */
.p-slideIn {
  display: flex;
  z-index: 2;
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 487px;
  border: solid 1px #ddd;
  border-left: none;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.p-slideIn_image {
  flex-shrink: 0;
  width: 172px;
}
.p-slideIn_text {
  padding: 16px 20px 16px 30px;
  font-size: 17px;
  font-weight: 700;
}
.p-slideIn_text_subTitle {
  color: #e40065;
  font-size: 14px;
}
.p-slideIn_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: url(/images/active/2021/ico_close.svg) 0 0 no-repeat;
}

/* =================================================
  .p-genreHeader
================================================= */
.p-genreHeader {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.p-genreHeader_partsHead {
  display: flex;
  justify-content: space-between;
}
.p-genreHeader_partsHead_option {
  margin-bottom: 30px;
  margin-left: 30px;
}
.p-genreHeader_partsHead_option .c-btnFollow {
  min-width: 123px;
  margin-bottom: 8px;
}
.p-genreHeader_partsFooter {
  display: flex;
  align-items: center;
}
.p-genreHeader_partsFooter .p-search_result_count {
  margin: 0 30px 0 0;
}
.p-genreHeader_partsFooter .c-formSelect {
  margin-left: auto;
}

/* =================================================
  .p-questionnaire
================================================= */
.p-questionnaire {
  position: relative;
  padding: 30px;
  background: #f6f8fa;
}
.p-questionnaire::before {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 0 10px 20px 10px;
  border-style: solid;
  border-color: transparent transparent #f6f8fa transparent;
  content: "";
}
.p-questionnaire_heading {
  margin: 0 0 40px 0;
  color: #242424;
  font-size: 20px;
  font-weight: 700;
}
.p-questionnaire_box {
  margin-bottom: 12px;
}
.p-questionnaire_section_title {
  margin: 20px 0 30px;
  padding: 8px 12px;
  background: #f6e2eA;
  font-size: 17px;
  font-weight: 700;
}
.p-questionnaire_section .c-formRadioList {
  margin-bottom: 0;
}
.p-questionnaire_section .c-formRadioList_item label {
  padding-left: 31px;
}
.p-questionnaire_section .c-formRadioList_item label::before {
  top: 2px;
  left: 0;
  width: 19px;
  height: 19px;
}
.p-questionnaire_section .c-formRadioList_item label::after {
  top: 9px;
  left: 7px;
  width: 5px;
  height: 5px;
}
.p-questionnaire_section .c-formCheckList {
  margin-bottom: 0;
}
.p-questionnaire_section .c-formCheckList_item label {
  padding-left: 31px;
}
.p-questionnaire_data {
  margin: 30px 0 40px;
  padding: 14px 20px;
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: #fff;
}
.p-questionnaire_data_info {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}
.p-questionnaire_data_info .c-formCheckList_item_ico {
  top: 4px;
}
.p-questionnaire_data_credit {
  padding-left: 31px;
}
.p-questionnaire_data_size {
  float: right;
  color: #888;
}
.p-questionnaire_list_question {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}
.p-questionnaire_list_answer {
  margin-bottom: 30px;
  font-size: 17px;
}
.p-questionnaire_list_answer .c-formCheckList_item_ico {
  top: 4px;
}
.p-questionnaire_list_answer .c-formRadioList_item_ico {
  top: 2px;
  width: 19px;
  height: 19px;
  background-size: 20px;
}
.p-questionnaire_list_answer .c-formRadioList_item_label::before {
  top: 4px;
}
.p-questionnaire_list_answer .c-formRadioList_item_label::after {
  top: 9px;
}
.p-questionnaire_permission {
  margin: 30px 0;
  padding: 30px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.p-questionnaire_permission iframe {
  display: block;
  width: 100%;
  height: 191px;
  margin: 0 0 30px;
  border: 1px solid #ddd;
}
.p-questionnaire_permission_list {
  margin-top: 5px;
}
.p-questionnaire_permission_list_item {
  color: #e40065;
}
.p-questionnaire_attention {
  margin: 0 0 30px 0;
}
.p-questionnaire_attention_title {
  margin: 0 0 20px 0;
  font-weight: 700;
}
.p-questionnaire_attention_text {
  font-size: 14px;
}
.p-questionnaire_result {
  font-size: 14px;
  text-align: center;
}

.p-questionnaire + .p-article_tags,
.p-article_contactLink + .p-article_tags {
  margin-top: 30px;
}

/* =================================================
  .p-noFollowBox
================================================= */
.p-noFollowBox {
  margin: 20px 0 60px 0;
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.p-noFollowBox_text {
  font-size: 17px;
  line-height: 1.8;
}
.p-noFollowBox_recommend {
  margin: 0;
}
.p-noFollowBox_recommend_title {
  margin: 12px 0;
  font-size: 17px;
  font-weight: 700;
}
.p-noFollowBox_recommend_content .p-article_tags {
  justify-content: center;
  margin-bottom: 16px;
}
.p-noFollowBox .c-linkMore {
  margin: 0 auto;
}

/* =================================================
  .p-popUpBottom
================================================= */
.p-popUpBottom {
  display: flex;
  justify-content: space-evenly;
  width: 430px;
  margin: auto;
  text-align: center;
}

/* -----------------------------------------------
  BPタグ
----------------------------------------------- */
.articleBody {
  font-size: 17px;
  /* 図（縦積み）*/
  /* 図（エトキ右配置） */
}
.articleBody p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #242424;
  line-height: 1.8;
}
.articleBody p a {
  color: #e40065;
}
.articleBody p a:hover {
  text-decoration: underline;
}
.articleBody p a[target] {
  padding: 2px 16px 2px 0;
  background: url(/images/active/2021/ico_new_win.svg) 100% 50% no-repeat;
  background-size: 12px;
}
.articleBody cite {
  font-style: normal;
}
.articleBody cite a:hover {
  color: #e40065;
}
.articleBody .bplead {
  margin-bottom: 30px;
  color: #242424;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.41;
}
.articleBody h1 {
  margin: 0 0 30px 0;
  clear: both;
  color: #242424;
  font-size: 32px;
  font-weight: bold;
}
.articleBody h2 {
  margin: 0 0 30px 0;
  padding: 6px 14px;
  clear: both;
  border-left: 2px solid #242424;
  background: #f6f8fa;
  color: #242424;
  font-size: 24px;
  font-weight: bold;
}
.articleBody h3 {
  margin: 50px 0 30px 0;
  padding: 7px 14px;
  clear: both;
  border-left: 2px solid #242424;
  background: #f6f8fa;
  color: #242424;
  font-size: 20px;
  font-weight: bold;
}
.articleBody h4 {
  margin: 20px 0;
  clear: both;
  color: #242424;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.44;
}
.articleBody h5 {
  position: relative;
  margin: 20px 0;
  padding-left: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.44;
}
.articleBody h5::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: calc(100% - 9px);
  margin: auto 0;
  background: #e40065;
  content: "";
}
.articleBody h6 {
  position: relative;
  margin: 20px 0;
  padding-left: 16px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.44;
}
.articleBody h6::before {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #e40065;
  content: "";
}
.articleBody .fontSizeXXL {
  font-size: 1.8823529412em;
}
.articleBody .fontSizeXL {
  font-size: 1.4117647059em;
}
.articleBody .fontSizeL {
  font-size: 1.1764705882em;
}
.articleBody .fontSizeS {
  font-size: 0.8235294118em;
}
.articleBody .fontSizeXS {
  font-size: 0.7058823529em;
}
.articleBody .textCol {
  color: #e40065;
  font-weight: bold;
}
.articleBody .textColTintA {
  color: #a41c58;
  font-weight: bold;
}
.articleBody .textColTintB {
  color: #c254c0;
  font-weight: bold;
}
.articleBody .textColShade {
  color: #e4a5c0;
  font-weight: bold;
}
.articleBody .textColShadeA {
  color: #e9b27a;
  font-weight: bold;
}
.articleBody .textColShadeB {
  color: #dbb4f2;
  font-weight: bold;
}
.articleBody .bgCol {
  background-color: #e40065;
}
.articleBody .bgColTintA {
  background-color: #a41c58;
}
.articleBody .bgColTintB {
  background-color: #c254c0;
}
.articleBody .bgColShade {
  background-color: #e4a5c0;
}
.articleBody .bgColShadeA {
  background-color: #e9b27a;
}
.articleBody .bgColShadeB {
  background-color: #dbb4f2;
}
.articleBody .textColBlackTintA {
  color: #666;
  font-weight: bold;
}
.articleBody .textColBlackTintB {
  color: #999;
  font-weight: bold;
}
.articleBody .textColBlackShade {
  color: #b2b2b2;
  font-weight: bold;
}
.articleBody .textColBlackShadeA {
  color: #c4c4c4;
  font-weight: bold;
}
.articleBody .textColBlackShadeB {
  color: #e0e0e0;
  font-weight: bold;
}
.articleBody .bgColBlack {
  background-color: #242424;
}
.articleBody .bgColBlackTintA {
  background-color: #666;
}
.articleBody .bgColBlackTintB {
  background-color: #999;
}
.articleBody .bgColBlackShade {
  background-color: #ddd;
}
.articleBody .bgColBlackShadeA {
  background-color: #efefef;
}
.articleBody .bgColBlackShadeB {
  background-color: #f6f6f6;
}
.articleBody .textColBlack {
  color: #242424;
  font-weight: bold;
}
.articleBody .textColGray {
  color: #888;
}
.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: #242424;
}
.articleBody .bgColGray {
  background-color: #f6f8fa;
}
.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: 12px;
}
.articleBody sup {
  vertical-align: super;
}
.articleBody sub {
  vertical-align: sub;
}
.articleBody u,
.articleBody .textSolidUndrLine {
  padding-bottom: 0.15em;
  border-bottom: 1px solid #242424;
  text-decoration: none;
}
.articleBody .textUnsolidUndrLine {
  padding-bottom: 0.15em;
  border-bottom: 1px dashed #242424;
}
.articleBody s,
.articleBody del,
.articleBody .textLineThrough {
  text-decoration: line-through;
}
.articleBody .textHighlight {
  padding: 0 2px;
  background: rgba(255, 92, 164, 0.7);
}
.articleBody .textHighlightTintA {
  padding: 0 2px;
  background: rgba(255, 193, 0, 0.7);
}
.articleBody .textHighlightTintB {
  padding: 0 2px;
  background: rgba(98, 207, 255, 0.7);
}
.articleBody .textHighlightShade {
  padding: 0 2px;
  background: rgba(255, 0, 255, 0.1);
}
.articleBody .textHighlightShadeA {
  padding: 0 2px;
  background: rgba(255, 169, 0, 0.1);
}
.articleBody .textHighlightShadeB {
  padding: 0 2px;
  background: rgba(0, 169, 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 #ddd;
}
.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: #242424;
  font-size: 17px;
  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 {
  position: relative;
  margin-bottom: 0;
}
.articleBody .bpimage_image + .bpimage_title, .articleBody .bpimage_image + .bpimage_caption {
  margin-top: 10px;
}
.articleBody .bpimage_image a:after {
  display: flex;
  position: absolute;
  right: 12px;
  bottom: 12px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8) url(/images/active/2021/ico_zoom.svg) 50% 50%/20px auto no-repeat;
  content: "";
}
.articleBody .bpimage_title + .bpimage_image,
.articleBody .bpimage_caption + .bpimage_image {
  margin-top: 10px;
}
.articleBody .bpimage_title {
  clear: both;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5em;
}
.articleBody .bpimage_caption,
.articleBody .bpimage_click {
  clear: both;
  color: #888;
  font-size: 12px;
  line-height: 1.7;
}
.articleBody .bpimage_right {
  margin: 0 0 30px 40px;
  float: right;
}
.articleBody .bpimage_left {
  margin: 0 40px 30px 0;
  float: left;
}
.articleBody .bpimage_center {
  width: 500px;
  margin: 30px auto;
}
.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 {
  max-width: 520px;
  margin: 10px auto 30px;
  overflow: auto;
}
.articleBody .bptable table {
  border-collapse: collapse;
}
.articleBody .bptable th,
.articleBody .bptable td {
  padding: 13px 9px;
  border: 1px solid #eee;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
}
.articleBody .bptable th {
  background: #f6f6f6;
}
.articleBody .bptable th[scope=col] {
  background: #eee;
}
.articleBody .nowrap {
  white-space: nowrap;
}
.articleBody .bptable_title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: bold;
}
.articleBody .bptable_caption {
  color: #242424;
  font-size: 12px;
}
.articleBody .bptable_title + table,
.articleBody .bptable_caption + table {
  margin-top: 20px;
}
.articleBody .bpprofile,
.articleBody .bpinterview,
.articleBody .bpprofile_photo {
  zoom: 1;
  width: auto;
  margin: 50px 0;
  clear: both;
  overflow: hidden;
}
.articleBody .bpprofile,
.articleBody .bpprofile_photo {
  padding: 18px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.articleBody .bpinterview {
  padding: 18px 20px;
  border: 1px solid #ddd;
}
.articleBody .bpprofile_profile,
.articleBody .bpinterview_profile {
  margin: 0 0 15px;
  line-height: 1.3;
}
.articleBody .bpprofile_name,
.articleBody .bpinterview_name {
  font-size: 24px;
  font-weight: bold;
}
.articleBody .bpprofile_position,
.articleBody .bpinterview_position {
  font-size: 14px;
}
.articleBody .bpprofile_text,
.articleBody .bpinterview_text {
  line-height: 1.76;
}
.articleBody .bpprofile_photo {
  position: relative;
}
.articleBody .bpprofile_photo .bpprofile_text img {
  /*position: absolute;
  left: 0;
  top: 20px;
  width: 72px;*/
  margin: 0 0 20px 20px;
  float: right;
}
.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: #e40065;
  content: "";
}
.articleBody ul.disc > li {
  position: relative;
}
.articleBody ul.disc > li::before {
  display: block;
  position: absolute;
  top: 10px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e40065;
  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 #e40065;
  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: 0.2em;
  left: -20px;
  color: #e40065;
  font-size: 0.8235294118em;
  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: 0.5em;
  left: -20px;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #e40065;
  border-radius: 50%;
  color: #e40065;
  font-size: 0.5882352941em;
  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: 0.2em;
  left: -20px;
  color: #e40065;
  font-size: 0.8235294118em;
  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: 0.2em;
  left: -20px;
  color: #e40065;
  font-size: 0.8235294118em;
  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: 0.2em;
  left: -20px;
  color: #e40065;
  font-size: 0.8235294118em;
  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: 0.2em;
  left: -20px;
  color: #e40065;
  font-size: 0.8235294118em;
  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;
}
.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: #242424;
  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: #242424;
}
.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button),
.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.p-loginForRead_action_list) {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 22px;
}
.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button) li {
  list-style-type: disc;
}
.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button) li ul,
.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button) li ol {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 22px;
}
.articleBody ul.none,
.articleBody ul.disc,
.articleBody ul.circle,
.articleBody ul.square,
.articleBody ol.none,
.articleBody ol.decimal,
.articleBody ol.upperAlpha,
.articleBody ol.lowerAlpha,
.articleBody ol.upperRoman,
.articleBody ol.lowerRoman,
.articleBody ol.circledDecimal {
  margin-bottom: 20px;
}
.articleBody ul.none {
  padding-left: 1em;
}
.articleBody ul.none li {
  list-style-type: none;
}
.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.p-loginForRead_action_list) li {
  list-style-type: decimal;
}
.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.p-loginForRead_action_list) li ul,
.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.p-loginForRead_action_list) li ol {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 22px;
}
.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 .bpframe {
  width: auto;
  margin: 30px 0;
  padding: 20px;
  clear: both;
  border-radius: 2px;
}
.articleBody .bpbox h3,
.articleBody .bpbox2 h3,
.articleBody .bpbox3 h3,
.articleBody .bpbox4 h3,
.articleBody .bpframe h3 {
  margin: 20px 0;
  padding: 5px 10px;
  border-color: #e40065;
  background-color: transparent;
  font-size: 18px;
}
.articleBody .bpbox h4,
.articleBody .bpbox2 h4,
.articleBody .bpbox3 h4,
.articleBody .bpbox4 h4,
.articleBody .bpframe h4 {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
.articleBody .bpbox h4:before,
.articleBody .bpbox2 h4:before,
.articleBody .bpbox3 h4:before,
.articleBody .bpbox4 h4:before,
.articleBody .bpframe h4:before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #e40065;
  content: "";
}
.articleBody .bpbox .bpimage_right,
.articleBody .bpbox2 .bpimage_right,
.articleBody .bpbox3 .bpimage_right,
.articleBody .bpbox4 .bpimage_right,
.articleBody .bpframe .bpimage_right {
  margin-left: 30px;
}
.articleBody .bpbox .bpimage_left,
.articleBody .bpbox2 .bpimage_left,
.articleBody .bpbox3 .bpimage_left,
.articleBody .bpbox4 .bpimage_left,
.articleBody .bpframe .bpimage_left {
  margin-right: 30px;
}
.articleBody .bpbox_title {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e40065;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
}
.articleBody .bpbox_text,
.articleBody .bpbox_text p {
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.67;
}
.articleBody .bpbox_text p {
  margin-bottom: 35px;
}
.articleBody .bpimage_left,
.articleBody .bpimage_right {
  margin-bottom: 20px;
}
.articleBody .bpbox {
  border: 1px solid #fff6d8;
  background: #fffef9;
}
.articleBody .bpbox2 {
  border: 1px solid #e5f6ff;
  background: #f6fcff;
}
.articleBody .bpbox3 {
  border: 1px solid #e40065;
  background: #fff;
}
.articleBody .bpbox4 {
  border: 1px solid transparent;
  background: #f6f8fa;
}
.articleBody .bpframe {
  border: 1px solid #ddd;
  background: #fff;
}
.articleBody blockquote {
  position: relative;
  margin: 1em 0 0.5em;
  padding: 32px 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.articleBody blockquote::before, .articleBody blockquote::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(/images/active/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;
  transform: scale(-1, 1);
}
.articleBody blockquote h4 {
  margin: 0;
  font-size: 18px;
}
.articleBody blockquote p {
  margin: 10px 0 0;
  font-size: 15px;
}
.articleBody pre {
  margin: 1em 0 1.5em;
  padding: 20px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #242424;
  font-size: 15px;
  line-height: 1.67;
  white-space: pre;
}
.articleBody pre.light {
  border: 1px solid transparent;
  background-color: #f6f8fa;
}
.articleBody pre.dark {
  border: 1px solid transparent;
  background-color: #242424;
  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;
  color: #242424;
  font-size: 12px;
  line-height: 1.5;
}
.articleBody .bpreference {
  color: #242424;
  font-size: 12px;
  line-height: 1.5;
}
.articleBody .bpreference b {
  font-size: 15px;
}
.articleBody .bpword {
  margin: 30px 0;
  padding-top: 15px;
  border-top: 1px dotted #666;
  color: #242424;
  font-size: 12px;
  line-height: 1.67;
}
.articleBody .bpword b {
  font-size: 15px;
}
.articleBody .button a {
  display: table;
  min-width: 343px;
  height: 56px;
  margin: 30px auto 0;
  padding: 10px 20px;
  border-radius: 2px;
  background: #e40065;
  background-image: linear-gradient(to right, #ec4d93, #e40065);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  transition: 0.3s;
}
.articleBody .button a:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #e40065;
  color: #e40065;
  text-decoration: none;
}
.articleBody .button a.cancel {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e40065;
  color: #e40065;
}
.articleBody .button a.cancel:hover {
  opacity: 0.7;
}
.articleBody .button a.nolink {
  background-color: #cacaca;
  background-image: none;
  box-shadow: none;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.articleBody .button.white a {
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e40065;
  color: #242424;
}
.articleBody .button.white a:hover {
  opacity: 0.7;
}
.articleBody .button.middle a {
  min-width: 240px;
  height: 40px;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
}
.articleBody .button.small a {
  min-width: 240px;
  height: 30px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
}
.articleBody .button.left a {
  margin-left: 0;
}

/* 関連記事（LayoutLink） */
.articleBody span.bpLayoutLink.inline,
.articleBody span.bpLayoutLink.inline em,
.articleBody span.bpLayoutLink.inline a {
  display: inline;
}

.articleBody span.bpLayoutLink.inline span:first-of-type::before {
  content: "（";
}

.articleBody span.bpLayoutLink.inline span::after {
  content: "、";
}

.articleBody span.bpLayoutLink.inline span:last-of-type::after {
  content: "）" !important;
}

.articleBody span.bpLayoutLink.block,
.articleBody span.bpLayoutLink.block em,
.articleBody span.bpLayoutLink.block a {
  display: block;
}

.articleBody span.bpLayoutLink.block {
  margin: 30px 0;
  font-size: 12px;
}

.articleBody span.bpLayoutLink.block a {
  margin: 5px 0;
  color: #e40065;
  text-decoration: underline;
}

/* データ利用について：トップページのみ */
.bpPrivacy {
  display: none;
  z-index: 100;
  position: fixed;
  bottom: 16px;
  left: 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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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;
  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);
}

/* 全社お知らせ */
#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-bottom: 5px;
  color: #d80022;
}

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

.dag-billboard {
  text-align: center;
}

.dag-billboard > div > div {
  position: relative;
  margin: 30px auto 0 auto;
}

/* スライドイン追記分 */
#slideIn {
  position: fixed;
  bottom: 18px;
  left: -500px;
  opacity: 0;
  transition: opacity 2s, left 2s;
}

#slideIn.show {
  left: 0;
  opacity: 1;
}

#slideIn.hide {
  left: -500px;
  opacity: 0;
}

.p-slideInOpener {
  z-index: 2;
  position: fixed;
  bottom: 20px;
  left: -20px;
  width: 15px;
  height: 130px;
  border-radius: 2px;
  background-color: #e40065;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: right;
  cursor: pointer;
  transition: opacity 0.5s, left 0.5s;
}
.p-slideInOpener.show {
  left: 0;
  opacity: 1;
}
.p-slideInOpener.hide {
  left: -20px;
  opacity: 0;
}
.p-slideInOpener_button {
  position: absolute;
  top: 60px;
  transform: rotate(-90deg);
  font-size: 12px;
}

/* blogcard */
.articleBody .blog_card {
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 2px;
}

.articleBody .blog_card p.image:not(.p-article_recommend_lead) {
  width: 224px;
  margin: 12px 0 12px 20px;
  float: right;
  overflow: hidden;
  text-align: center;
}

.articleBody .blog_card .image img {
  width: 100%;
  transition: 0.3s ease-out;
}

.articleBody .blog_card a:hover img {
  transform: scale(1.06);
}

.articleBody .blog_card .text {
  height: 100%;
  margin: 12px 20px;
  overflow: hidden;
}

.articleBody .blog_card .title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

.articleBody .blog_card .lead {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.articleBody .blog_card .date {
  margin-bottom: 0;
  color: #666;
  font-size: 12px;
}

.articleBody .blog_card a {
  color: #333;
  text-decoration: none;
}

.p-article .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.l-asideSection_featured_content .p-articleList.-parallel li div div iframe {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd !important;
}

/* 記事本文内キャンペーン　bpcampaignbody */
.bpcampaignbody {
  margin: 20px 0;
  background: #f6f8fa;
}

.bpcampaignbody a {
  color: #242424;
  text-decoration: none;
  transition: none;
}

.bpcampaignbody a[href]:hover {
  color: #242424;
  text-decoration: underline;
  -webkit-text-decoration-color: #242424;
          text-decoration-color: #242424;
}

.bpcampaignbody.pt1 a {
  display: flex;
}

.bpcampaignbody.pt1 img {
  width: 120px;
  height: auto;
}

.bpcampaignbody.pt2 img,
.bpcampaignbody.pt3 img {
  display: block;
  width: 600px;
  height: auto;
  margin: 0 auto;
}

.bpcampaignbody.pt1 .cmpb_heading {
  flex-shrink: 0;
  margin: 20px 0 20px 20px;
}

.bpcampaignbody.pt2 .cmpb_heading {
  padding-top: 20px;
}

.bpcampaignbody.pt3 .cmpb_heading {
  padding-bottom: 20px;
}

.bpcampaignbody .cmpb_text {
  flex-basis: 100%;
  padding: 20px;
}

.bpcampaignbody .cmpb_text h4 {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
  color: #242424;
  font-size: 17px;
  line-height: 1.44;
}

.bpcampaignbody .cmpb_subtitle {
  margin: 0 0 5px 0 !important;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.bpcampaignbody .cmpb_notice {
  font-size: 14px;
}

.bpcampaignbody .cmpb_link {
  margin-bottom: 0 !important;
  font-size: 14px;
  text-align: right;
}

/* 要約（PointSummary） */
.p-article_header_point {
  width: 640px;
  padding: 15px 0 15px;
  margin: 0 auto 10px;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
}
.p-article_header_point h4 {
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.6;
}
.p-article_header_point ol {
  counter-reset: number 0;
}
.p-article_header_point ol li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.6;
  margin-bottom: 5px;
}
.p-article_header_point ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}
.p-article_header_point ol li + .p-article_header_point ol li {
  margin-top: 16px;
}

/* -----------------------------------------------
.p-score
----------------------------------------------- */
.p-score_box {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-score_title {
  font-size: 14px;
}

.p-score_num {
  color: #d63f92;
  font-size: 98px;
}

.p-score .p-mypage_list {
  margin-top: 15px;
}

.p-score .more-btn {
  display: table;
  width: 263px;
  margin: 30px auto 0;
  padding: 10px;
  border: solid #e40065 1px;
  border-radius: 2px;
  color: #e40065;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.p-score .more-btn:hover {
  background: #e40065;
  color: #fff;
}

.-xh .p-score_num {
  color: #f2182a;
}

.-xh .more-btn {
  border: solid #009099 1px;
  color: #009099;
}

.-xh .more-btn:hover {
  background: #009099;
}

.-hcli .p-score_num {
  color: #be7f00;
}

.-hcli .more-btn {
  border: solid #f36700 1px;
  color: #f36700;
}

.-hcli .more-btn:hover {
  background: #f36700;
}

.p-mypage_list {
  border-top: solid #eee 1px;
}

.p-mypage_list_item {
  display: flex;
  border-bottom: solid #eee 1px;
}

.p-mypage_list_item .category {
  display: flex;
  align-items: center;
  width: 210px;
  padding: 10px 15px;
  background: #f6f7fc;
  color: #203864;
  font-size: 11px;
}

.p-mypage_list_item .category span {
  text-align: center;
}

.p-mypage_list_item .category span.ico {
  width: 32px;
  margin-right: 5px;
}

.p-mypage_list_item .seminar-title {
  width: calc(100% - 210px);
  font-size: 17px;
  font-weight: bold;
}

.p-mypage_list_item .seminar-title a {
  display: block;
  padding: 17px 20px;
  color: #000;
}

.p-mypage_list_item .seminar-title a:hover {
  color: #e40065;
}

.p-mypage_list_item .seminar-title .sub {
  display: block;
  margin-bottom: 2px;
  color: #666;
  font-size: 14px;
}

.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow-x: hidden;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-animation: fadeIn 2s ease 0s;
          animation: fadeIn 2s ease 0s;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
  float: left;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-initialized + .slick-nav {
  display: block;
  margin-top: 3.5rem;
}

.slick-nav {
  display: none;
  text-align: center;
}

.slick-nav-inner {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 16px;
}
.slick-dots li {
  padding: 0 5px;
}
.slick-dots button {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfbfbf;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.slick-dots .slick-active button {
  width: 7px;
  height: 7px;
  background: #e40065;
}

.slick-prev,
.slick-next {
  display: block;
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.7;
}

.slick-prev::before,
.slick-next::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.3rem;
  height: 2rem;
  margin: auto;
  background: url(/images/active/2021/common/ico_arrow_02.svg) 50% 50%/contain no-repeat;
  content: "";
}

[dir=rtl] .slick-prev {
  order: 1;
}
[dir=rtl] .slick-prev::before {
  transform: scale(1, 1);
}

.slick-prev::before {
  transform: scale(-1, 1);
}

.slick-next {
  order: 1;
}

[dir=rtl] .slick-next {
  order: 0;
}
[dir=rtl] .slick-next::before {
  transform: scale(-1, 1);
}

.slick-dots_wrap {
  display: flex;
  margin: 30px auto 40px auto;
}

.slidePrev {
  cursor: pointer;
}
.slidePrev:before {
  display: block;
  width: 16px;
  height: 100%;
  background: #fff url(/images/active/2021/ico_longArrow_left.svg) 0 50%/16px auto no-repeat;
  content: "";
}

.slideNext {
  cursor: pointer;
}
.slideNext:before {
  display: block;
  width: 16px;
  height: 100%;
  background: #fff url(/images/active/2021/ico_longArrow_right.svg) 0 50%/16px auto no-repeat;
  content: "";
}

/* Magnific Popup CSS */
.mfp-bg {
  z-index: 100001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #242424;
  opacity: 0.7;
}

.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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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: -5px;
  width: 32px;
  height: 32px;
  font-size: 0;
}
.mfp-close::before, .mfp-close::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 24px;
  height: 2px;
  margin: auto 0;
  background: #fff;
  content: "";
}
.mfp-close::before {
  transform: rotate(45deg);
}
.mfp-close::after {
  transform: rotate(-45deg);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.7;
}

.mfp-close-btn-in .mfp-close {
  color: #888;
}

.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: 0.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;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.mfp-arrow-right {
  right: -40px;
}
.mfp-arrow-right::after {
  right: 15px;
  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: 0.7;
}

/* 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;
}

/* 日経ID属性情報に基づくコンテンツ出し分け */
.mfp-userAttr-fade.mfp-bg {
  opacity: 0;
  transition: all 1s ease-out;
}
.mfp-userAttr-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}
.mfp-userAttr-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-userAttr-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-userAttr-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-userAttr-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.c-modal_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.c-modal_img {
  max-width: 250px;
  height: auto;
  margin-right: 20px;
}
.c-modal_text {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}
