@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
========================================================================== */
/**
* 1. Remove repeating backgrounds in all browsers (opinionated).
* 2. Add box sizing inheritence in all browsers (opinionated).
*/
*,
::before,
::after {
background-repeat: no-repeat;
/* 1 */
-webkit-box-sizing: inherit;
box-sizing: inherit;
/* 2 */
}
/**
* 1. Add text decoration inheritance in all browsers (opinionated).
* 2. Add vertical alignment inheritence in all browsers (opinionated).
*/
::before,
::after {
text-decoration: inherit;
/* 1 */
vertical-align: inherit;
/* 2 */
}
/**
* 1. Add border box sizing in all browsers (opinionated).
* 2. Add the default cursor in all browsers (opinionated).
* 3. Prevent font size adjustments after orientation changes in IE and iOS.
*/
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
cursor: default;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */
}
/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
========================================================================== */
/* Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/* Remove the margin in all browsers (opinionated). */
body {
margin: 0;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: .67em 0;
}
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block;
}
/* Add the correct margin in IE 8. */
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/* Remove the list style on navigation lists in all browsers (opinionated). */
nav ol,
nav ul {
list-style: none;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */
}
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}
/* Prevent the duplicate application of `bolder` by the next rule in Safari 6.*/
b,
strong {
font-weight: inherit;
}
/* Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Add the correct font style in Android 4.3-. */
dfn {
font-style: italic;
}
/* Add the correct background and color in IE 9-. */
mark {
background-color: #ffff00;
color: #000000;
}
/* Add the correct font size in all browsers. */
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
/*
* Remove the text shadow on text selections (opinionated).
* 1. Restore the coloring undone by defining the text shadow (opinionated).
*/
::-moz-selection {
background-color: #b3d4fc;
/* 1 */
color: #000000;
/* 1 */
text-shadow: none;
}
::selection {
background-color: #b3d4fc;
/* 1 */
color: #000000;
/* 1 */
text-shadow: none;
}
/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
========================================================================== */
/*
* Change the alignment on media elements in all browers (opinionated).
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/* Add the correct display in IE 9-. */
audio,
video {
display: inline-block;
}
/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
display: none;
height: 0;
}
/* Remove the border on images inside links in IE 10-. */
img {
border-style: none;
}
/* Change the fill color to match the text color in all browsers (opinionated). */
svg {
fill: currentColor;
}
/* Hide the overflow in IE. */
svg:not(:root) {
overflow: hidden;
}
/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
========================================================================== */
/* Collapse border spacing */
table {
border-collapse: collapse;
}
/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
========================================================================== */
/* Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
margin: 0;
}
/* Inherit styling in all browsers (opinionated). */
button,
input,
select,
textarea {
color: inherit;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */
}
/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* 1. Remove the default vertical scrollbar in IE.
* 2. Change the resize direction on textareas in all browsers (opinionated).
*/
textarea {
overflow: auto;
/* 1 */
resize: vertical;
/* 2 */
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/* Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
========================================================================== */
/* Add the correct display in IE 9-. */
canvas {
display: inline-block;
}
/* Add the correct display in IE. */
template {
display: none;
}
/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
========================================================================== */
/*
* Remove the tapping delay on clickable elements (opinionated).
* 1. Remove the tapping delay in IE 10.
*/
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
-ms-touch-action: manipulation;
/* 1 */
touch-action: manipulation;
}
/* Add the correct display in IE 10-. */
[hidden] {
display: none;
}
/* ARIA (https://w3c.github.io/html-aria/)
========================================================================== */
/* Change the cursor on busy elements (opinionated). */
[aria-busy="true"] {
cursor: progress;
}
/*
* Change the cursor on control elements (opinionated).
*/
[aria-controls] {
cursor: pointer;
}
/*
* Change the display on visually hidden accessible elements (opinionated).
*/
[aria-hidden="false"][hidden]:not(:focus) {
clip: rect(0, 0, 0, 0);
display: inherit;
position: absolute;
}
/*
* Change the cursor on disabled, not-editable, or otherwise
* inoperable elements (opinionated).
*/
[aria-disabled] {
cursor: default;
}
@font-face {
font-family: YuGothicMedium;
src: local("Yu Gothic Medium");
}
@font-face {
font-family: "Helvetica Neue";
src: local("Helvetica Neue Regular");
font-weight: 100;
}
@font-face {
font-family: "Helvetica Neue";
src: local("Helvetica Neue Regular");
font-weight: 200;
}
html[lang=ja] {
line-height: 1.15;
}
[lang=ja] body {
font-family: "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
line-height: 1.5;
}
@media all and (-ms-high-contrast: none) {
[lang=ja] body {
font-family: Verdana, Meiryo, sans-serif;
}
}
@media all and (-ms-high-contrast: active) {
[lang=ja] body {
font-family: Verdana, Meiryo, sans-serif;
}
}
body {
font-family: "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
background-color: #fff;
color: #000;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
}
/* headline elements */
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
color: #666;
}
.main h1 {
font-size: 36px;
line-height: 1;
margin-top: 30px;
}
.main h2 {
border-left: 0.25rem solid #d32f2f;
padding-left: .75rem;
line-height: 1;
}
/* link */
a {
color: inherit;
text-decoration: none;
}
a:focus,
a:hover {
color: inherit;
text-decoration: underline;
}
/* init */
figure {
margin: 0;
padding: 0;
}
/* .flex */
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flex-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex-between {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.flex-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex-rows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
/* list - ol, ul */
ul,
ol {
margin: 0;
padding: 0;
}
ul,
menu,
dir {
list-style: none;
}
/* .list-inline */
.list-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.list-inline > li a {
text-decoration: none;
}
/* .list-indent */
.list-indent > li {
margin-left: 1em;
text-indent: -1em;
}
/* text */
address {
font-style: normal;
}
del {
text-decoration: line-through;
}
/* accent */
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: .5rem;
vertical-align: middle;
border-top: 4px solid #666;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
/* .icon */
.icon {
position: relative;
display: inline-block;
}
.icon.active::after {
content: '';
position: absolute;
display: inline-block;
top: 0;
right: 0;
width: .375rem;
height: .375rem;
background-color: #d32f2f;
border-radius: 50%;
}
/* .tag */
.container-tags {
margin-top: 1.5rem;
}
.tag {
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 1;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
top: 0;
left: 0;
border: 1px solid transparent;
border-radius: .125rem;
padding: .25rem;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin: .25rem .5rem .25rem 0;
}
.tag:focus,
.tag:hover {
text-decoration: none;
}
.tag:focus,
.tag.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.25);
box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.25);
}
.tag.disabled,
.tag:disabled {
cursor: not-allowed;
opacity: .65;
}
.tag:active,
.tag.active {
background-image: none;
}
a.tag.disabled,
fieldset[disabled] a.tag {
pointer-events: none;
}
/* .line * <hr>, <div> */
hr {
border: 0;
margin: 0;
padding: 0;
outline: 0;
}
.line {
border: 0;
margin: 0;
padding: 0;
border-top: 1px solid #ccc;
}
.line-dotted {
background-image: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 3px);
background-size: 5px 1px;
background-position: top;
background-repeat: repeat-x;
height: 1px;
}
/* カスタムチェックボックス */
label {
-ms-user-select: none;
/* IE 10+ */
-moz-user-select: -moz-none;
-webkit-user-select: none;
user-select: none;
}
label span:hover {
text-decoration: underline;
cursor: pointer;
}
.custom-checkbox {
display: none;
}
.custom-checkbox:checked + span::before {
background-color: #d32f2f;
border-color: #d32f2f;
}
.custom-checkbox:checked + span::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 5px;
width: 6px;
height: 12px;
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
}
.custom-checkbox + span {
position: relative;
padding-left: 1.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 1;
}
.custom-checkbox + span::before {
content: '';
display: block;
position: absolute;
left: 0;
width: 16px;
height: 16px;
border: 1px solid #666;
border-radius: 2px;
-ms-flex-item-align: center;
align-self: center;
}
.custom-checkbox.white:checked + span::before {
background-color: rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.6);
}
.custom-checkbox.white + span {
color: #fff;
}
.custom-checkbox.white + span::before {
border-color: rgba(255, 255, 255, 0.6);
}
/* 検索結果 */
.search-result .header-search {
position: relative;
margin-top: 20px;
/* Google Chrome, Safari, Opera 15+, Android, iOS */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.search-result .header-search .icon-search {
position: absolute;
top: 50%;
left: .65625rem;
font-size: 17px;
color: #666;
margin-top: -.53125rem;
}
.search-result .header-search input[type="search"] {
background-color: #f6f6f6;
width: 300px;
height: 33px;
font-size: 12px;
border: 0 none;
outline: 0 none;
padding-left: 2.25rem;
}
.search-result .header-search:placeholder-shown {
color: #ccc;
}
.search-result .header-search::-webkit-input-placeholder {
color: #ccc;
}
.search-result .header-search:-moz-placeholder {
color: #ccc;
opacity: 1;
}
.search-result .header-search::-moz-placeholder {
color: #ccc;
opacity: 1;
}
.search-result .header-search:-ms-input-placeholder {
color: #ccc;
}
.search-result .line {
margin-top: 80px;
}
/* チェックボックス非活性 */
input[type="checkbox"]:disabled + span::before {
border-color: #ccc;
background-color: #ccc;
}
.main,
.footer,
.nav-global-header,
.nav-global-footer {
position: relative;
width: 100%;
}
.inner {
position: relative;
width: 980px;
margin: 0 auto;
}
#responsive-wrapper {
padding-top: 40px;
}
/* .container */
.container {
position: relative;
width: 100%;
margin: 0 auto;
}
.container .content {
width: 680px;
padding-right: 30px;
}
.container .aside {
width: 300px;
}
.container + .container {
margin-top: 60px;
}
/* .section */
.section {
position: relative;
}
.section + .section {
margin-top: 60px;
}
.section-header,
.section-body {
position: relative;
}
.section-body {
margin-top: 30px;
}
.section-footer {
font-size: 0.875rem;
font-weight: bold;
text-align: right;
margin-top: 1rem;
}
.section-footer a {
color: inherit;
text-decoration: none;
line-height: 1;
}
.section-footer a:focus,
.section-footer a:hover {
color: inherit;
text-decoration: underline;
}
.section-footer a i::before {
color: #d32f2f;
padding-right: .25rem;
}
.section-footer a.off {
display: none;
}
.btn {
display: inline-block;
font-weight: bold;
line-height: 1.25;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.5rem 1rem;
font-size: 0.75rem;
border-radius: 0.125rem;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:hover {
text-decoration: none;
}
.btn:focus,
.btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.25);
box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.25);
}
.btn.disabled,
.btn:disabled {
cursor: not-allowed;
opacity: .65;
}
.btn:active,
.btn.active {
background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
/* 条件付きボタン */
.btn-conditionally,
.btn-conditionally-follow,
.btn-conditionally-clip {
background-image: none;
background-color: transparent;
color: #666;
border-color: #666;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-size: 0.875rem;
font-weight: bold;
}
.btn-conditionally:active,
.btn-conditionally:hover,
.btn-conditionally-follow:active,
.btn-conditionally-follow:hover,
.btn-conditionally-clip:active,
.btn-conditionally-clip:hover {
background-color: #d32f2f;
color: #fff;
border-color: #d32f2f;
cursor: pointer;
}
.btn-conditionally:focus,
.btn-conditionally-follow:focus,
.btn-conditionally-clip:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-conditionally.on,
.btn-conditionally-follow.on,
.btn-conditionally-clip.on {
background-color: #d32f2f;
color: #fff;
border-color: #d32f2f;
}
.btn-conditionally.on:active,
.btn-conditionally.on:hover,
.btn-conditionally-follow.on:active,
.btn-conditionally-follow.on:hover,
.btn-conditionally-clip.on:active,
.btn-conditionally-clip.on:hover {
background-color: #ae0808;
border-color: #ae0808;
}
.btn-conditionally.off:active,
.btn-conditionally.off:hover,
.btn-conditionally-follow.off:active,
.btn-conditionally-follow.off:hover,
.btn-conditionally-clip.off:active,
.btn-conditionally-clip.off:hover {
background-color: #d32f2f;
border-color: #d32f2f;
}
.btn-conditionally .icon,
.btn-conditionally-follow .icon,
.btn-conditionally-clip .icon {
margin-right: .25rem;
}
.btn-conditionally .icon::before,
.btn-conditionally-follow .icon::before,
.btn-conditionally-clip .icon::before {
position: relative;
top: -2px;
font-size: 18px;
vertical-align: middle;
}
.btn-conditionally-clip {
width: 128px;
}
.btn-outline-primary {
color: #d32f2f;
background-image: none;
background-color: transparent;
border-color: #d32f2f;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #d32f2f;
border-color: #d32f2f;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.5);
box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #d32f2f;
background-color: transparent;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #d32f2f;
border-color: #d32f2f;
}
.btn-outline-secondary {
color: #ccc;
background-image: none;
background-color: transparent;
border-color: #ccc;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #ccc;
border-color: #ccc;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #ccc;
background-color: transparent;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #ccc;
border-color: #ccc;
}
.btn-link {
font-weight: normal;
color: #d32f2f;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover {
border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
color: #962020;
text-decoration: underline;
background-color: transparent;
}
.btn-link:disabled {
color: #ccc;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
text-decoration: none;
}
.btn-link {
color: #000;
font-size: 0.875rem;
font-weight: bold;
padding: .5rem 0;
}
.btn-link .icon {
margin-right: .25rem;
}
.btn-link .icon::before {
position: relative;
top: -2px;
font-size: 18px;
vertical-align: middle;
}
.btn-link:active,
.btn-link:hover {
color: inherit;
cursor: pointer;
}
.btn-link:focus {
color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link.disabled {
color: #ccc;
}
.btn-link.disabled .icon::before {
color: #ccc;
}
.btn-link.disabled:active,
.btn-link.disabled:hover,
.btn-link.disabled:focus {
cursor: default;
text-decoration: none;
}
.btn-more.btn.btn-outline-secondary {
background-color: #f6f6f6;
border: none;
}
.btn-more.btn.btn-outline-secondary:hover {
background-color: #ccc;
text-decoration: none;
}
/* .modal */
.modal {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 2147483647;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
visibility: hidden;
}
.modal .modal-overlay {
position: fixed;
background-color: rgba(0, 0, 0, 0.75);
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
}
.modal .modal-inner {
position: relative;
background-color: #fff;
color: #000;
max-width: 980px;
width: 85%;
max-height: 600px;
height: auto;
}
.modal .modal-content::-webkit-scrollbar {
-webkit-appearance: none;
width: 3px;
}
.modal .modal-content::-webkit-scrollbar-thumb {
background-color: #666;
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.modal .modal-close {
position: absolute;
display: block;
width: 65px;
height: 65px;
top: -18px;
right: -65px;
cursor: pointer;
}
.modal .modal-close .icon::before {
color: #fff;
font-size: 65px;
}
.modal.img .modal-inner {
background-color: transparent;
width: auto;
height: auto;
}
.modal-img {
max-width: 100%;
max-height: 600px;
}
.modal-snippet {
display: none;
}
.modal-content {
min-height: 480px;
height: auto;
}
.modal-content .centering {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.modal-content .txt-caution {
color: #000;
font-size: 18px;
font-weight: bold;
margin-top: 0;
}
/* ファイルをダウンロード */
.file-download {
position: relative;
height: 400px;
}
.file-download .txt-caution {
font-size: 18px;
font-weight: bold;
margin-top: 0;
}
.file-download .txt-rule {
font-size: 0.875rem;
font-weight: bold;
margin-top: 2rem;
}
.file-download .txt-rule a {
color: inherit;
text-decoration: none;
line-height: 1;
}
.file-download .txt-rule a:focus,
.file-download .txt-rule a:hover {
color: inherit;
text-decoration: underline;
}
.file-download .txt-rule a .icon::before {
color: #d32f2f;
padding-right: .25rem;
}
.file-download .btn {
width: 300px;
height: 58px;
font-size: 18px;
font-weight: bold;
margin-top: 18px;
padding: 1rem;
}
.file-download .btn:hover {
cursor: pointer;
}
.file-download .btn .icon::before {
margin-right: .25rem;
}
/* notログイン */
.not-login {
padding: 60px 30px;
margin-top: 30px;
text-align: center;
}
/* .header */
.header {
position: fixed;
display: block;
background-color: #fff;
width: 100%;
top: 0;
left: 0;
font-size: 0.875rem;
border-bottom: 1px solid #f6f6f6;
padding-top: 30px;
z-index: 10;
}
.header > .inner::after {
content: '';
display: table;
clear: both;
}
.header .header-search,
.header .site-id {
position: absolute;
}
.header .header-search {
top: 0;
left: 0;
/* Google Chrome, Safari, Opera 15+, Android, iOS */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.header .header-search .icon-search {
position: absolute;
top: 50%;
left: .65625rem;
font-size: 17px;
color: #666;
margin-top: -.53125rem;
}
.header .header-search input[type="search"] {
background-color: #f6f6f6;
width: 300px;
height: 33px;
font-size: 12px;
border: 0 none;
outline: 0 none;
padding-left: 2.25rem;
}
.header .header-search:placeholder-shown {
color: #ccc;
}
.header .header-search::-webkit-input-placeholder {
color: #ccc;
}
.header .header-search:-moz-placeholder {
color: #ccc;
opacity: 1;
}
.header .header-search::-moz-placeholder {
color: #ccc;
opacity: 1;
}
.header .header-search:-ms-input-placeholder {
color: #ccc;
}
.header .site-id {
top: 50%;
left: 50%;
width: 258px;
height: 36px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.header .site-id img {
width: 100%;
height: 100%;
}
.header .site-id a {
display: block;
line-height: 1;
}
.header .header-right {
color: #666;
font-weight: bold;
float: right;
}
.header .header-right .table {
display: table;
width: 100%;
height: 33px;
table-layout: auto;
}
.header .header-right .table li {
display: table-cell;
width: auto;
vertical-align: middle;
}
.header .header-right .table li + li {
padding-left: .75rem;
}
.header .header-right .icon {
margin-right: .25rem;
}
.header .header-right .icon::before {
position: relative;
font-size: 18px;
vertical-align: middle;
top: -2px;
}
/* .footer */
.footer {
margin-top: 15px;
padding-bottom: 80px;
}
.footer .logo-nikkeibp,
.footer .nav-external {
-ms-flex-item-align: center;
align-self: center;
}
.footer .logo-nikkeibp {
width: 143px;
}
.footer .logo-nikkeibp img {
width: auto;
height: 20px;
}
.footer .nav-external ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer .nav-external ul li {
border-right: 1px solid #ccc;
}
.footer .nav-external ul li a {
display: block;
color: inherit;
text-decoration: none;
line-height: 1;
font-size: 0.875rem;
padding: .125rem 1rem;
}
.footer .nav-external ul li a:focus,
.footer .nav-external ul li a:hover {
color: inherit;
text-decoration: underline;
}
.footer .nav-external ul li:first-child {
border-left: 1px solid #ccc;
}
.footer .copyright {
color: #666;
font-size: 0.75rem;
text-align: right;
margin-top: .75rem;
}
.nav-global-header {
margin-top: 16px;
}
.nav-global-header .nav-global {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.nav-global-header .nav-global li {
padding-top: 12px;
}
.nav-global-header .nav-global li a {
display: inline-block;
color: #000;
font-size: 0.875rem;
font-weight: bold;
line-height: 1;
text-decoration: none;
white-space: nowrap;
padding-bottom: 8px;
border-bottom: 3px solid transparent;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.nav-global-header .nav-global li a:hover,
.nav-global-header .nav-global li a.current {
color: inherit;
border-color: #d32f2f;
}
.nav-global-header .nav-global li i::before {
color: #d32f2f;
padding-right: .25rem;
}
.nav-global-footer {
background-color: #f6f6f6;
font-size: 0.875rem;
margin-top: 0;
padding: 60px 0;
}
.top .nav-global-footer {
margin-top: 80px;
}
.nav-global-footer ul li {
font-weight: bold;
margin-top: 2rem;
}
.nav-global-footer ul li:first-child {
margin-top: 0;
}
.nav-global-footer ul li a {
display: block;
color: inherit;
text-decoration: none;
line-height: 1;
}
.nav-global-footer ul li a:focus,
.nav-global-footer ul li a:hover {
color: inherit;
text-decoration: underline;
}
.nav-global-footer ul li a .icon::before {
color: #d32f2f;
padding-right: .25rem;
}
.nav-global-footer ul li a span {
color: #666;
font-weight: normal;
}
.nav-global-footer ul li.indent {
text-indent: 18px;
}
.nav-global-footer ul ul {
margin-left: 18px;
}
.nav-global-footer ul ul li {
margin-top: 1.5rem;
}
.nav-global-footer ul ul li a {
color: #666;
}
.nav-global-footer ul ul li a::before {
content: '-';
color: inherit;
padding-right: .5rem;
}
.nav-global-footer ul ul li:first-child {
margin-top: 1.25rem;
}
.nav-global-footer .official-sns {
position: absolute;
right: 0;
bottom: 0;
}
.nav-global-footer .official-sns img {
width: 30px;
height: 30px;
}
.nav-global-footer .official-sns .title-official-sns {
font-size: 0.75rem;
margin-right: .5rem;
}
.nav-global-footer .official-sns span + span {
margin-left: 1rem;
}
.articles-cols-5 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.articles-cols-5 > * + * {
margin-left: 2.5510204081632653%;
}
.articles-cols-5 > * + *:nth-child(5n+1) {
margin: 0;
}
.articles-cols-5 > * + *:nth-child(n+6) {
margin-top: 40px;
}
.articles-cols-4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.articles-cols-4 > .article:nth-child(n+5),
.articles-cols-4 > .flex-item:nth-child(n+5) {
padding-top: 40px;
}
.articles-cols-4::before,
.articles-cols-4::after {
content: '';
display: block;
width: 23%;
}
.articles-cols-4::before {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.articles-cols-3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.articles-cols-3 > .flex-item:nth-child(n+4) {
padding-top: 40px;
}
.articles-cols-3::after {
content: '';
display: block;
width: 32%;
}
.articles-cols-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
padding-top: 60px;
}
.articles-cols-2 > .article,
.articles-cols-2 > .flex-item {
width: 50%;
}
.articles-cols-2 > .article:nth-child(odd),
.articles-cols-2 > .flex-item:nth-child(odd) {
padding-right: 10px;
}
.articles-cols-2 > .article:nth-child(even),
.articles-cols-2 > .flex-item:nth-child(even) {
padding-left: 10px;
}
.articles-cols-2 > .article:nth-last-child(2) .article,
.articles-cols-2 > .article:last-child .article,
.articles-cols-2 > .flex-item:nth-last-child(2) .article,
.articles-cols-2 > .flex-item:last-child .article {
border-bottom: 1px solid #ccc;
}
.articles-cols-2-border {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 60px;
}
.articles-cols-2-border > .flex-item {
width: 48.4625%;
border-top: 1px solid #ccc;
}
.articles-cols-2-border > .flex-item:nth-last-child(2),
.articles-cols-2-border > .flex-item:last-child {
border-bottom: 1px solid #ccc;
}
.articles-cols-2-border-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 60px;
}
.articles-cols-2-border-bottom > .flex-item {
width: 480px;
border-bottom: 1px solid #ccc;
}
.article {
position: relative;
}
.article a.block {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.article a.block:active,
.article a.block:hover,
.article a.block:focus {
outline: 0;
}
.article figure {
position: relative;
}
.article figure img {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.article .date,
.article .parent-title {
color: #666;
}
.article .date {
font-size: 0.75rem;
line-height: 1;
}
.article .parent-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.article .article-title {
font-weight: bold;
}
.article.article-summary-horizontal {
padding: .75rem 0;
}
.article.article-summary-horizontal:hover img {
background-color: #fff;
opacity: .7;
}
.article.article-summary-horizontal:hover .article-title {
text-decoration: underline;
}
.article.article-summary-horizontal .flex-item {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
}
.article.article-summary-horizontal .date,
.article.article-summary-horizontal .parent-title {
font-size: 0.75rem;
}
.article.article-summary-horizontal .article-title {
font-size: 18px;
}
.article.article-summary-horizontal .container-tags {
margin-top: .5rem;
z-index: 2;
position: relative;
}
.article.article-summary-horizontal .bar-clip-rank {
position: absolute;
top: 0;
right: 0;
color: #666;
font-size: 18px;
font-weight: bold;
line-height: 1;
}
.article.article-summary-horizontal .bar-clip-rank li .icon {
margin-right: .25rem;
}
.article.article-summary-horizontal .bar-clip-rank li + li {
margin-left: 18px;
}
.article.article-summary-horizontal.w93h70 {
padding: .5rem 0;
}
.article.article-summary-horizontal.w93h70 > .flex {
border: 0 !important;
}
.article.article-summary-horizontal.w93h70 .flex-item,
.article.article-summary-horizontal.w93h70 figure {
-ms-flex-item-align: center;
align-self: center;
}
.article.article-summary-horizontal.w93h70 figure {
padding-left: 20px;
}
.article.article-summary-horizontal.w93h70 figure img {
width: 93px;
height: 70px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.article.article-summary-horizontal.w93h70 .date {
color: #666;
font-size: 0.875rem;
}
.article.article-summary-horizontal.w93h70 .article-title {
font-size: 18px;
font-weight: bold;
margin-top: .25rem;
}
.article.article-summary-horizontal.favorite-ranking {
padding: 1rem 0;
border-bottom: 1px solid #ccc;
}
.article.article-summary-horizontal.favorite-ranking > div {
position: relative;
padding-left: 2.5rem;
}
.article.article-summary-horizontal.favorite-ranking.tag-ranking > div > .flex-item:nth-child(1) {
flex-grow: 2;
}
.article.article-summary-horizontal.favorite-ranking.tag-ranking > div > .flex-item:nth-child(2) {
flex-grow: 1;
}
.article.article-summary-horizontal.favorite-ranking .parent-title,
.article.article-summary-horizontal.favorite-ranking .article-title {
font-size: 0.875rem;
}
.article.article-summary-vertical:hover img {
background-color: #fff;
opacity: .7;
}
.article .badge {
display: inline-block;
background-color: #666;
color: #fff;
font-size: 0.75rem;
line-height: 1;
margin-top: .5rem;
padding: 4px 5px;
border-radius: .125rem;
}
.article .time {
color: #666;
font-size: 0.875rem;
line-height: 1;
font-weight: bold;
white-space: nowrap;
}
.article .time .icon {
margin-right: .25rem;
}
.article .time .icon::before {
font-size: 16px;
vertical-align: middle;
}
.article .tag-free {
color: #d32f2f;
font-size: 0.875rem;
font-weight: bold;
line-height: 1;
}
/* article-seminar */
.article-seminar-vertical .flex {
margin-top: 10px;
}
.article-seminar-vertical .flex .flex-item {
width: 50%;
-ms-flex-item-align: center;
align-self: center;
}
.article-seminar-vertical .flex .flex-item:last-child {
text-align: right;
}
.article-seminar-vertical .flex .flex-item span + span {
margin-left: 18px;
}
.article-seminar-vertical .parent-title {
font-size: 0.75rem;
margin-top: .25rem;
}
.article-seminar-vertical .bplead {
font-size: 0.75rem;
margin-top: .75rem;
}
.article-seminar-vertical .name .other {
float: right;
font-size: 0.75rem;
font-weight: normal;
}
.article-seminar-vertical .line-dotted,
.article-seminar-vertical .container-presenter {
margin-top: 10px;
}
/* article-magazine */
.article-magazine {
width: 176px;
}
.article-magazine figure img {
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
border-radius: 2px;
}
.article-magazine:hover img {
background-color: #fff;
opacity: .7;
}
.article-magazine:hover .magazine-title {
text-decoration: underline;
}
.article-magazine figure {
display: table;
width: 1px;
margin: 0 auto;
}
.article-magazine figure img {
width: 176px;
height: 235px;
}
.article-magazine .magazine-title {
font-size: 18px;
font-weight: bold;
margin-top: .5rem;
position: relative;
height: 54px;
line-height: 27px;
overflow: hidden;
word-break: break-all;
text-align: justify;
min-width: 10em;
}
.article-magazine .magazine-title::before,
.article-magazine .magazine-title::after {
position: absolute;
}
.article-magazine .magazine-title::before {
content: '…';
background-color: #f6f6f6;
width: 1em !important;
right: 0;
bottom: 0;
}
.article-magazine .magazine-title::after {
content: '';
background-color: #f6f6f6;
width: 100%;
height: 100%;
}
.article-magazine .date {
color: #666;
font-size: 0.875rem;
margin-top: .5rem;
}
/* article-calendar-horizontal */
.article-calendar-horizontal.w300h225 {
padding: 40px;
}
.article-calendar-horizontal.w300h225 .article-title {
font-size: 24px;
margin-top: .75rem;
}
.article-calendar-horizontal.w300h225 .bplead {
font-size: 18px;
line-height: 30px;
margin-top: 1rem;
}
.article-calendar-horizontal.w300h225 figure {
margin-left: 40px;
}
.article-calendar-horizontal.w300h225 figure img {
width: 300px;
height: 225px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.article-calendar-horizontal.w300h225 .related-title {
font-size: 18px;
line-height: 1;
}
.article-calendar-horizontal.related {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 1.25rem 340px 0 0;
padding: 12px 0;
}
.article-calendar-horizontal.related:hover .article-title {
text-decoration: underline;
}
.article-calendar-horizontal.related--not-first {
margin-top: 0;
border-top: 0;
}
.article-calendar-horizontal.related .flex {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.article-calendar-horizontal.related .icon {
width: 20px;
}
.article-calendar-horizontal.related .icon::before {
color: #d32f2f;
}
.article-calendar-horizontal.related .flex-item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
}
.article-calendar-horizontal.related .parent-title,
.article-calendar-horizontal.related .article-title {
font-size: 0.75rem;
}
.article-calendar-horizontal.related .parent-title {
margin-top: .5rem;
}
.article-calendar-horizontal.related .article-title {
font-weight: bold;
margin-top: .25rem;
}
.ad {
position: relative;
}
.ad-first-rectangle + .ad-first-rectangle {
margin-top: 1rem;
}
.ad-text {
font-size: 12px;
margin-top: 3rem;
}
.ad-text a {
position: relative;
display: block;
color: #000;
font-weight: bold;
text-decoration: none;
width: auto;
height: auto;
top: auto;
left: auto;
}
.ad-text a::before {
content: 'ãƒ»';
color: inherit;
}
.ad-text a:hover {
text-decoration: underline;
}
.ad-text .section-header {
color: #666;
font-weight: bold;
line-height: 1.5;
}
.ad-text .section-body {
padding-top: .5rem;
padding-left: .5rem;
margin-top: 0px;
}
.ad-text li {
white-space: nowrap;
}
.ad-text li + li {
margin-top: .5rem;
}
.ad-list-border {
border-bottom: 1px solid #ccc;
margin: 1rem 0;
padding-bottom: 1rem;
}
.ad-list-border:last-child {
padding-bottom: 1rem;
}
.ad-list-pickup li {
margin: 1rem 0;
padding-bottom: 1rem;
}
.ad-list-pickup li:last-child {
padding-bottom: 1rem;
}
.container-presenter,
.container-author {
position: relative;
}
.container-presenter .fig-face img,
.container-author .fig-face img {
border-radius: 50%;
}
.container-presenter .job-title,
.container-author .job-title {
color: #666;
font-size: 0.75rem;
}
.container-presenter .flex-item,
.container-author .flex-item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
width: auto;
}
.container-presenter a.block,
.container-author a.block {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.fig-face {
width: 50px;
margin-right: .75rem;
}
.fig-face img {
width: 50px;
height: 50px;
border-radius: 50%;
}
.fig-face + .flex-item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex-item-align: center;
align-self: center;
min-width: 0;
}
.job-title-leaf-child {
max-height: 100px;
height: auto;
color: #666;
font-size: 0.75rem;
overflow: hidden;
}
.name {
font-weight: bold;
}
.section-favorite-ranking .list-counter {
counter-reset: count-num;
}
.section-favorite-ranking .list-counter > li:first-child {
margin-top: 1rem;
}
.section-favorite-ranking .list-counter > li .article > div::before {
counter-increment: count-num;
content: counter(count-num);
position: absolute;
top: 50%;
left: .5rem;
color: #666;
font-weight: bold;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* .section-favorite-ranking.switch-panels2 */
.section-favorite-ranking .switch-panels2 {
margin-bottom: 30px;
}
.section-favorite-ranking .switch-panels2 > ul {
font-size: 0;
}
.section-favorite-ranking .switch-panels2 > ul li {
display: inline-block;
width: 33.33333%;
border: 1px solid #ccc;
}
.section-favorite-ranking .switch-panels2 > ul li a {
display: block;
color: #666;
font-size: 0.875rem;
padding: .25rem 0;
text-decoration: none;
text-align: center;
}
.section-favorite-ranking .switch-panels2 > ul li a.selected,
.section-favorite-ranking .switch-panels2 > ul li a:hover {
background-color: #d32f2f;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.section-favorite-ranking .switch-panels2 > ul li:first-child {
border-radius: 3px 0 0 3px;
border-right-width: 0;
}
.section-favorite-ranking .switch-panels2 > ul li:last-child {
border-radius: 0 3px 3px 0;
border-left-width: 0;
}
.switch-panels .panels,
.switch-panels2 .panels2 {
display: none;
}
/* .section-electronic-edition */
.section-electronic-edition {
margin-bottom: 60px;
counter-reset: count-num;
}
.section-electronic-edition .section-header {
border-bottom: 1px solid #ccc;
}
.section-electronic-edition h3 {
margin-top: 30px;
margin-bottom: 10px;
font-size: 14px;
color: #666;
}
.section-electronic-edition .section-body {
margin-top: 0;
}
.section-electronic-edition .article.article-summary-horizontal {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}
.section-electronic-edition .article.article-summary-horizontal .article-title .icon {
margin-left: 8px;
color: #666;
}
.section-electronic-edition .article.article-summary-horizontal > .count {
position: relative;
padding-left: 2.5rem;
width: 80%;
}
.section-electronic-edition .article.article-summary-horizontal > .count::before {
counter-increment: count-num;
content: counter(count-num);
position: absolute;
top: 50%;
left: .5rem;
color: #666;
font-weight: 700;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.section-electronic-edition .article.article-summary-horizontal > .count .article-title {
font-size: 14px;
}
.section-electronic-edition .article.article-summary-horizontal > .icon {
width: 20%;
position: absolute;
right: 8px;
top: 35%;
text-align: right;
}
.section-electronic-edition .article.article-summary-horizontal > .icon::before {
color: #666;
}
.section-tags .container-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.section-tags .container-tags .tag-l {
font-size: 1.125rem;
}
.section-tags .container-tags .tag-m {
font-size: .875rem;
}
.loading {
width: 100%;
text-align: center;
}
.loading__image {
padding: 20px 0;
width: 50px;
}
.loading-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.loading-fixed__image {
width: 50px;
}
.loading-absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.loading-absolute__image {
width: 50px;
}
.main.atcl-contents .section-footer {
font-size: 0.875rem;
border-bottom: 1px solid #ccc;
margin-top: 20px;
padding-bottom: 20px;
}
/* 子記事 */
.main.atcl-contents.article-child {
margin-top: 5px;
}
.main.atcl-contents.article-child .line {
margin-top: 30px;
}
.main.atcl-contents.article-child .content {
width: 675px;
}
.main.atcl-contents.article-child .aside {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
width: 305px;
border-left: 1px solid #ccc;
}
.main.atcl-contents.article-child .txt-caution {
color: #000;
font-size: 18px;
font-weight: bold;
margin-top: 0;
}
.main.atcl-contents.article-child .caution {
border: 1px solid #ccc;
padding: 60px 30px;
margin-top: 30px;
text-align: center;
}
.main.atcl-contents.article-child .btn-read-more,
.main.atcl-contents.article-child .btn-regist {
width: 300px;
height: 58px;
font-size: 18px;
font-weight: bold;
line-height: 1;
}
.main.atcl-contents.article-child .btn-read-more:active,
.main.atcl-contents.article-child .btn-read-more:hover,
.main.atcl-contents.article-child .btn-regist:active,
.main.atcl-contents.article-child .btn-regist:hover {
cursor: pointer;
}
.main.atcl-contents.article-child .caution-paywall {
padding: 30px;
}
.main.atcl-contents.article-child .caution-paywall p {
margin: 0;
}
.main.atcl-contents.article-child .btn-read-more {
margin: 40px auto;
}
.main.atcl-contents.article-child .link-confirm {
color: #000;
font-size: 18px;
font-weight: bold;
margin-top: 40px;
}
.main.atcl-contents.article-child .link-confirm .icon {
margin-right: .35rem;
}
.main.atcl-contents.article-child .link-confirm .icon::before {
position: relative;
top: -2px;
color: #d32f2f;
font-size: 20px;
vertical-align: middle;
}
.main.atcl-contents.article-child .link-confirm.deactive {
color: #ccc;
}
.main.atcl-contents.article-child .link-confirm.deactive .icon::before {
color: inherit;
}
.main.atcl-contents.article-child .txt-brows {
font-size: 22px;
font-weight: bold;
margin-top: 30px !important;
}
.main.atcl-contents.article-child .txt-brows .brows-count {
color: #d32f2f;
}
.main.atcl-contents.article-child .gray-lighter {
background-color: #f6f6f6;
padding: 40px 0;
margin-top: 40px;
}
.main.atcl-contents.article-child .gray-lighter p {
margin-top: 0;
margin-bottom: 1.5rem;
}
.main.atcl-contents.article-child .gray-lighter a {
font-size: 18px;
font-weight: bold;
}
.main.atcl-contents.article-child .gray-lighter a .icon {
margin-right: .25rem;
}
.main.atcl-contents.article-child .gray-lighter a .icon::before {
color: #d32f2f;
}
.main.atcl-contents.article-child .caution-meter p {
margin-bottom: 1.5rem;
}
.main.atcl-contents.article-child .caution-meter .meter-num {
color: #d32f2f;
}
.main.atcl-contents.article-child .nav-pagenation {
margin: 40px auto;
}
.main.atcl-contents.article-child .nav-pagenation .flex-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main.atcl-contents.article-child .nav-pagenation ul {
padding: 0;
list-style: none;
margin-top: 0;
}
.main.atcl-contents.article-child .nav-pagenation ul li {
background-color: #f6f6f6;
width: 38px;
height: 38px;
margin: 0 5px;
text-align: center;
border-radius: 2px;
}
.main.atcl-contents.article-child .nav-pagenation ul li a {
display: block;
color: #000;
font-size: 0.875rem;
font-weight: bold;
line-height: 38px;
border-radius: 2px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.main.atcl-contents.article-child .nav-pagenation ul li a:active,
.main.atcl-contents.article-child .nav-pagenation ul li a:hover {
background-color: #ccc;
text-decoration: none;
}
.main.atcl-contents.article-child .nav-pagenation ul li a.current {
background-color: #d32f2f;
color: #fff;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev,
.main.atcl-contents.article-child .nav-pagenation .nav-next {
font-size: 18px;
font-weight: bold;
line-height: 1;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev a,
.main.atcl-contents.article-child .nav-pagenation .nav-next a {
color: inherit;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev a:active,
.main.atcl-contents.article-child .nav-pagenation .nav-prev a:hover,
.main.atcl-contents.article-child .nav-pagenation .nav-next a:active,
.main.atcl-contents.article-child .nav-pagenation .nav-next a:hover {
color: inherit;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev .icon::before,
.main.atcl-contents.article-child .nav-pagenation .nav-next .icon::before {
position: relative;
top: -2px;
color: #d32f2f;
font-size: 20px;
vertical-align: middle;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev.hide,
.main.atcl-contents.article-child .nav-pagenation .nav-next.hide {
visibility: hidden;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev {
margin-right: 10px;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev .icon {
margin-right: .25rem;
}
.main.atcl-contents.article-child .nav-pagenation .nav-next {
margin-left: 10px;
}
.main.atcl-contents.article-child .nav-pagenation .nav-next .icon {
margin-left: .25rem;
}
/* 本文 */
.articleBody {
font-size: 18px;
line-height: 36px;
/* ヘッディング */
/* リード/見出し */
/* リンク */
/* 画像周り */
/* lazyload */
/* 画像サイズ指定 */
/* サイドノート */
/* サイドノート・スニペット */
/* 辞書ツール補足説明 */
/* フォントサイズ */
/* サイトテーマカラー */
/* 文字色 */
/* 背景色 */
/* テキストの強調 */
/* 下線と取り消し線 */
/* マーカー */
/* 左寄せ、左右中央、右寄せ */
/* 区切り要素 */
/* 回り込み（float）解除 */
/* 図/表 */
/* 図（回り込み：左）右配置 */
/* 図（回り込み：右）左配置 */
/* 図（スタンダード）中央配置 */
/* 図（エトキ右配置） */
/* 図（二つ並び） */
/* 図（三つ並び） */
/* 図（縦積み）*/
/* 表 */
/* カルーセル */
/* 動画 */
/* プロフィール */
/* プロフィール（顔写真付） */
/* インタビュー用プロフィール */
/* リスト */
/* 対談、インタビュー */
/* 質問と回答 */
/* 囲み/引用/コード */
/* 引用 */
/* コード */
/* 訂正文 */
/* 注釈 */
/* 参考文献 */
/* 協力（広告） */
/* コメント */
}
.articleBody h3 {
font-size: 28px;
line-height: 1;
border-bottom: 1px solid #ccc;
margin-top: 80px;
padding-bottom: 20px;
}
.articleBody h3:first-child {
margin-top: 0;
}
.articleBody h4 {
font-size: 22px;
line-height: 1;
margin-top: 80px;
}
.articleBody h3 + h4 {
margin-top: 40px;
}
.articleBody .bplead {
font-weight: bold;
background-color: #f6f6f6;
padding: 1rem;
}
.articleBody a {
color: inherit;
}
.articleBody a:hover {
color: #d32f2f;
}
.articleBody p {
margin: 40px 0;
}
.articleBody figure {
display: inline-block;
}
.articleBody figcaption {
font-size: 0.875rem;
margin-top: .25rem;
}
.articleBody .bpimage_image {
position: relative;
display: inline-block;
}
.articleBody .supplement .supplement-title {
color: inherit;
/* ＋（プラス）・−（マイナス）アイコン */
}
.articleBody .supplement .supplement-title:active,
.articleBody .supplement .supplement-title:hover {
color: #d32f2f;
cursor: pointer;
}
.articleBody .supplement .supplement-title::after,
.articleBody .supplement .supplement-title.close::after {
content: '';
position: relative;
display: inline-block;
background-image: url(/images/2018/article/icon/icon-tool-plus.png);
background-size: cover;
background-position: center;
width: 18px;
height: 18px;
top: -2px;
color: #666;
font-size: 0.875rem;
vertical-align: middle;
margin: 0 .25rem;
}
.articleBody .supplement .supplement-title.open::after {
background-image: url(/images/2018/article/icon/icon-tool-minus.png);
}
.articleBody .supplement .supplement-text {
display: none;
color: #666;
font-size: 0.875rem;
line-height: 24px;
margin: 1rem 0;
padding-left: 1rem;
border-left: 3px solid #d32f2f;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.articleBody .fontSizeXXL {
font-size: 42px;
line-height: 60px;
}
.articleBody .fontSizeXL {
font-size: 36px;
line-height: 54px;
}
.articleBody .fontSizeL {
font-size: 24px;
line-height: 36px;
}
.articleBody .fontSizeS {
font-size: 0.875rem;
line-height: 24px;
}
.articleBody .fontSizeXS {
font-size: 12px;
line-height: 18px;
}
.articleBody .textCol {
color: #D32F2F;
}
.articleBody .textColTintA {
color: #FA6461;
}
.articleBody .textColTintB {
color: #FA8460;
}
.articleBody .textColShade {
color: #FDB2B1;
}
.articleBody .textColShadeA {
color: #FFE0E0;
}
.articleBody .textColShadeB {
color: #FAEAEA;
}
.articleBody .bgCol {
background-color: #D32F2F;
}
.articleBody .bgColTintA {
background-color: #FA6461;
}
.articleBody .bgColTintB {
background-color: #FA8460;
}
.articleBody .bgColShade {
background-color: #FDB2B1;
}
.articleBody .bgColShadeA {
background-color: #FFE0E0;
}
.articleBody .bgColShadeB {
background-color: #FAEAEA;
}
.articleBody .textColBlack {
color: #000000;
}
.articleBody .textColBlackTintA {
color: #666666;
}
.articleBody .textColBlackTintB {
color: #888888;
}
.articleBody .textColBlackShade {
color: #cccccc;
}
.articleBody .textColBlackShadeA {
color: #eeeeee;
}
.articleBody .textColBlackShadeB {
color: #F6F6F6;
}
.articleBody .bgColBlack {
background-color: #000000;
}
.articleBody .bgColBlackTintA {
background-color: #666666;
}
.articleBody .bgColBlackTintB {
background-color: #888888;
}
.articleBody .bgColBlackShade {
background-color: #cccccc;
}
.articleBody .bgColBlackShadeA {
background-color: #eeeeee;
}
.articleBody .bgColBlackShadeB {
background-color: #F6F6F6;
}
.articleBody .textColBlack {
color: black;
}
.articleBody .textColGray {
color: gray;
}
.articleBody .textColSilver {
color: silver;
}
.articleBody .textColWhite {
color: white;
}
.articleBody .textColRed {
color: red;
}
.articleBody .textColYellow {
color: yellow;
}
.articleBody .textColLime {
color: lime;
}
.articleBody .textColAqua {
color: aqua;
}
.articleBody .textColBlue {
color: blue;
}
.articleBody .textColFuchsia {
color: fuchsia;
}
.articleBody .textColMaroon {
color: maroon;
}
.articleBody .textColOlive {
color: olive;
}
.articleBody .textColGreen {
color: green;
}
.articleBody .textColTeal {
color: teal;
}
.articleBody .textColNavy {
color: navy;
}
.articleBody .textColPurple {
color: purple;
}
.articleBody .bgColBlack {
background-color: black;
}
.articleBody .bgColGray {
background-color: gray;
}
.articleBody .bgColSilver {
background-color: silver;
}
.articleBody .bgColWhite {
background-color: white;
}
.articleBody .bgColRed {
background-color: red;
}
.articleBody .bgColYellow {
background-color: yellow;
}
.articleBody .bgColLime {
background-color: lime;
}
.articleBody .bgColAqua {
background-color: aqua;
}
.articleBody .bgColBlue {
background-color: blue;
}
.articleBody .bgColFuchsia {
background-color: fuchsia;
}
.articleBody .bgColMaroon {
background-color: maroon;
}
.articleBody .bgColOlive {
background-color: olive;
}
.articleBody .bgColGreen {
background-color: green;
}
.articleBody .bgColTeal {
background-color: teal;
}
.articleBody .bgColNavy {
background-color: navy;
}
.articleBody .bgColPurple {
background-color: purple;
}
.articleBody em,
.articleBody strong {
font-style: normal;
font-weight: normal;
}
.articleBody em.fontBold,
.articleBody strong.fontBold,
.articleBody .fontBold {
font-weight: bold;
}
.articleBody .fontItalic {
font-style: italic;
}
.articleBody .textSolidUndrLine {
text-decoration: none;
border-bottom: 1px solid #000;
}
.articleBody .textUnsolidUndrLine {
border-bottom: 1px dashed #000;
}
.articleBody .textLineThrough {
text-decoration: line-through;
}
.articleBody .textHighlight {
background-color: #BD10E0;
}
.articleBody .textHighlightTintA {
background-color: #50E3C2;
}
.articleBody .textHighlightTintB {
background-color: #F5A623;
}
.articleBody .textHighlightShade {
background-color: #eabcf5;
}
.articleBody .textHighlightShadeA {
background-color: #ccf6ec;
}
.articleBody .textHighlightShadeB {
background-color: #fbe4c1;
}
.articleBody .textAlignLeft {
text-align: left;
}
.articleBody .textAlignCenter {
text-align: center;
}
.articleBody .textAlignRight {
text-align: right;
}
.articleBody hr.diamond {
margin: 30px 0 0 0;
height: 28px;
border: 0;
}
.articleBody hr.diamond::after {
content: "◇◇◇";
letter-spacing: 4em;
margin-right: -4em;
text-align: center;
}
.articleBody hr,
.articleBody hr.line {
border-top: 1px solid #ccc;
}
.articleBody hr::after,
.articleBody hr.line::after {
content: '';
display: block;
}
.articleBody hr.asterisk {
margin: 30px 0 0 0;
height: 28px;
border: 0;
}
.articleBody hr.asterisk::after {
content: "＊＊＊";
letter-spacing: 4em;
margin-right: -4em;
text-align: center;
}
.articleBody .clearLeft {
clear: left;
}
.articleBody .clearRight {
clear: right;
}
.articleBody .clearBoth {
clear: both;
}
.articleBody .clearFix:after {
content: '';
display: block;
clear: both;
}
.articleBody .bpimage_title,
.articleBody .bpimage_caption,
.articleBody .bpimage_click {
font-size: .875rem;
line-height: 24px;
}
.articleBody .bpimage_title {
display: inline-block;
font-weight: bold;
}
.articleBody .bpimage_caption {
line-height: 24px;
}
.articleBody .bpimage_click {
color: #0096be;
}
.articleBody .bpimage_right {
float: right;
margin: 40px 0 15px 30px;
}
.articleBody .bpimage_left {
float: left;
margin: 40px 30px 15px 0;
}
.articleBody .bpimage_center {
display: table;
width: 1px;
margin: 40px auto 30px;
}
.articleBody .bpimage_left::before,
.articleBody .bpimage_left::after,
.articleBody .bpimage_right::before,
.articleBody .bpimage_right::after,
.articleBody .bpimage_center::before,
.articleBody .bpimage_center::after {
content: '';
display: table;
}
.articleBody .bpimage_left::after,
.articleBody .bpimage_right::after,
.articleBody .bpimage_center::after {
clear: both;
}
.articleBody .bpimage_caption_right {
margin-top: 40px;
}
.articleBody .bpimage_caption_right .bpimage_left {
margin-top: 0;
}
.articleBody .bpimage_caption_right::before,
.articleBody .bpimage_caption_right::after {
content: '';
display: table;
}
.articleBody .bpimage_caption_right::after {
clear: both;
}
.articleBody .bpimage_double {
width: 100%;
margin: 40px auto 30px;
overflow: hidden;
}
.articleBody .bpimage_double .bpimage_left,
.articleBody .bpimage_double .bpimage_right {
margin: 0;
}
.articleBody .bpimage_double .bpimage_title {
display: inline-block;
}
.articleBody .bpimage_triple {
width: 100%;
margin: 40px auto 30px;
overflow: hidden;
}
.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 {
float: right;
margin: 0;
}
.articleBody .bpbox_left {
float: left;
margin: 40px 30px 10px 0;
}
.articleBody .bpbox_right {
float: right;
margin: 40px 0 10px 30px;
}
.articleBody .bpimage_set {
margin-bottom: 1rem;
}
.articleBody .bptable {
margin: 40px 0;
}
.articleBody .bptable table {
border-collapse: separate;
background-color: #ccc;
border-spacing: 1px;
font-size: 0.875rem;
margin-top: 1.5rem;
}
.articleBody .bptable table th {
background-color: #f6f6f6;
}
.articleBody .bptable table td {
background-color: #fff;
padding: .25rem .75rem;
}
.articleBody .bptable_title {
font-size: 0.875rem;
font-weight: bold;
}
.articleBody .bptable_caption {
font-size: 0.875rem;
line-height: 24px;
}
.articleBody .container-movie {
position: relative;
margin: 40px auto;
}
.articleBody .container-movie figure {
position: relative;
vertical-align: middle;
}
.articleBody .container-movie a:active img,
.articleBody .container-movie a:hover img {
background-color: #fff;
opacity: .7;
}
.articleBody .container-movie a:active .btn-play,
.articleBody .container-movie a:hover .btn-play {
background-color: transparent;
}
.articleBody .container-movie img {
max-width: 640px;
width: 100%;
height: auto;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.articleBody .container-movie .btn-play {
position: absolute;
background-color: rgba(0, 0, 0, 0.3);
background-image: url(/images/2018/seminar/btn_play.png);
background-size: 80px 80px;
background-position: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: .75;
z-index: 1;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.articleBody .bpprofile,
.articleBody .bpprofile_photo,
.articleBody .bpinterview {
clear: both;
margin: 1.5rem 0;
}
.articleBody .bpprofile_profile,
.articleBody .bpinterview_profile {
line-height: normal;
}
.articleBody .bpprofile_name,
.articleBody .bpinterview_name {
font-size: 18px;
font-weight: bold;
}
.articleBody .bpprofile_position,
.articleBody .bpinterview_position {
color: #666;
font-size: 0.875rem;
line-height: 1.25;
}
.articleBody .bpprofile_text,
.articleBody .bpinterview_text {
font-size: 0.875rem;
line-height: 24px;
margin-top: .25rem;
}
.articleBody .bpprofile_photo .bpprofile_text img {
float: right;
width: 150px;
height: 150px;
border-radius: 50%;
margin-left: 30px;
}
.articleBody .bpinterview {
border: 1px solid #ccc;
border-radius: 2px;
padding: 30px;
margin: 1.5rem 0;
}
.articleBody ul,
.articleBody ul.disc {
padding-left: 2em;
list-style: disc;
}
.articleBody ul.none {
padding-left: .5em;
list-style: none;
}
.articleBody ul.circle {
list-style: circle;
}
.articleBody ul.square {
list-style: square;
}
.articleBody ol,
.articleBody ol.decimal {
padding-left: 2em;
list-style: decimal;
}
.articleBody ol.upperAlpha {
list-style: upper-alpha;
}
.articleBody ol.lowerAlpha {
list-style: lower-alpha;
}
.articleBody ol.upperRoman {
list-style: upper-roman;
}
.articleBody ol.lowerRoman {
list-style: lower-roman;
}
.articleBody ol.circledDecimal {
list-style: none;
}
.articleBody ol.circledDecimal li {
text-indent: -1em;
}
.articleBody ol.circledDecimal li::before {
padding-right: .5em;
}
.articleBody ol.circledDecimal li:nth-child(1)::before {
content: '\2460';
}
.articleBody ol.circledDecimal li:nth-child(2)::before {
content: '\2461';
}
.articleBody ol.circledDecimal li:nth-child(3)::before {
content: '\2462';
}
.articleBody ol.circledDecimal li:nth-child(4)::before {
content: '\2463';
}
.articleBody ol.circledDecimal li:nth-child(5)::before {
content: '\2464';
}
.articleBody ol.circledDecimal li:nth-child(6)::before {
content: '\2465';
}
.articleBody ol.circledDecimal li:nth-child(7)::before {
content: '\2466';
}
.articleBody ol.circledDecimal li:nth-child(8)::before {
content: '\2467';
}
.articleBody ol.circledDecimal li:nth-child(9)::before {
content: '\2468';
}
.articleBody ol.circledDecimal li:nth-child(10)::before {
content: '\2469';
}
.articleBody ol.circledDecimal li:nth-child(11)::before {
content: '\246a';
}
.articleBody ol.circledDecimal li:nth-child(12)::before {
content: '\246b';
}
.articleBody ol.circledDecimal li:nth-child(13)::before {
content: '\246c';
}
.articleBody ol.circledDecimal li:nth-child(14)::before {
content: '\246d';
}
.articleBody ol.circledDecimal li:nth-child(15)::before {
content: '\246e';
}
.articleBody ol.circledDecimal li:nth-child(16)::before {
content: '\246f';
}
.articleBody ol.circledDecimal li:nth-child(17)::before {
content: '\2470';
}
.articleBody ol.circledDecimal li:nth-child(18)::before {
content: '\2471';
}
.articleBody ol.circledDecimal li:nth-child(19)::before {
content: '\2472';
}
.articleBody ol.circledDecimal li:nth-child(20)::before {
content: '\2473';
}
.articleBody .speaker01 {
color: #9013FE;
font-weight: bold;
}
.articleBody .speaker02 {
color: #50E3C2;
font-weight: bold;
}
.articleBody .speaker03 {
color: #F5A623;
font-weight: bold;
}
.articleBody .speaker04 {
color: #4A90E2;
font-weight: bold;
}
.articleBody .speaker05 {
color: #7ED321;
font-weight: bold;
}
.articleBody .speaker06 {
color: #800000;
font-weight: bold;
}
.articleBody .speaker07 {
color: #7F8001;
font-weight: bold;
}
.articleBody .speaker08 {
color: #007F80;
font-weight: bold;
}
.articleBody .speaker09 {
color: #7F0180;
font-weight: bold;
}
.articleBody .bpquestion {
font-weight: bold;
}
.articleBody .bpquestion::before {
content: 'Q.';
font-family: serif;
color: #666;
font-size: 28px;
font-weight: bold;
margin-right: .75rem;
}
.articleBody .bpanswer::before {
content: 'A.';
font-family: serif;
color: #d32f2f;
font-size: 28px;
font-weight: bold;
margin-right: .75rem;
}
.articleBody .bpbox,
.articleBody .bpbox2,
.articleBody .bpbox3,
.articleBody .bpbox4,
.articleBody .bpframe {
clear: both;
border: 1px solid transparent;
padding: 30px;
margin: 2rem 0;
border-radius: 2px;
}
.articleBody .bpbox p,
.articleBody .bpbox2 p,
.articleBody .bpbox3 p,
.articleBody .bpbox4 p,
.articleBody .bpframe p {
margin: 20px 0;
}
.articleBody .bpbox p:last-child,
.articleBody .bpbox2 p:last-child,
.articleBody .bpbox3 p:last-child,
.articleBody .bpbox4 p:last-child,
.articleBody .bpframe p:last-child {
margin-bottom: 0;
}
.articleBody .bpbox .bpimage_left,
.articleBody .bpbox .bpimage_right,
.articleBody .bpbox2 .bpimage_left,
.articleBody .bpbox2 .bpimage_right,
.articleBody .bpbox3 .bpimage_left,
.articleBody .bpbox3 .bpimage_right,
.articleBody .bpbox4 .bpimage_left,
.articleBody .bpbox4 .bpimage_right,
.articleBody .bpframe .bpimage_left,
.articleBody .bpframe .bpimage_right {
margin-top: 0;
}
.articleBody .bpbox_title {
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid transparent;
padding-bottom: .25rem;
}
.articleBody .bpbox_text {
font-size: 0.875rem;
line-height: 24px;
margin-top: 1rem;
}
.articleBody .bpbox {
border-color: #ccc;
}
.articleBody .bpbox .bpbox_title {
border-color: #ccc;
}
.articleBody .bpbox2 {
border-color: #3c6478;
background-color: #f5fafa;
}
.articleBody .bpbox2 .bpbox_title {
color: #3c6478;
border-color: #3c6478;
}
.articleBody .bpbox3 {
border-color: #be6400;
background: #fffae6;
}
.articleBody .bpbox3 .bpbox_title {
color: #be6400;
border-color: #be6400;
}
.articleBody .bpbox4 {
border-color: #503c8c;
background-color: #fff7fa;
}
.articleBody .bpbox4 .bpbox_title {
color: #503c8c;
border-color: #503c8c;
}
.articleBody .bpframe {
border-color: #ccc;
background-color: #fafafa;
}
.articleBody .bpframe .bpbox_title {
color: #333333;
border-color: #333333;
}
.articleBody blockquote {
position: relative;
background-color: #f6f6f6;
font-size: 0.875rem;
line-height: 24px;
margin: 40px 0;
padding: 40px 50px;
}
.articleBody blockquote::before {
content: '“';
position: absolute;
font-size: 48px;
line-height: 1;
font-family: sans-serif;
color: #ccc;
top: 20px;
left: 20px;
}
.articleBody blockquote::after {
content: '”';
position: absolute;
font-size: 48px;
line-height: 1;
font-family: sans-serif;
color: #ccc;
right: 20px;
bottom: 30px;
}
.articleBody blockquote h3 {
font-size: 22px;
margin-top: 10px;
padding-bottom: 10px;
}
.articleBody blockquote p {
margin: 1rem 0 0;
}
.articleBody blockquote cite {
font-style: normal;
}
.articleBody pre {
margin: 2rem 0;
padding: 1rem;
white-space: pre;
font-size: 0.75rem;
line-height: 1.2;
overflow: auto;
border: 1px solid gray;
}
.articleBody pre.light {
background-color: whitesmoke;
color: black;
border: 1px solid silver;
}
.articleBody pre.dark {
background-color: black;
color: white;
border: 1px solid silver;
}
.articleBody .bpteisei_box {
font-size: 0.875rem;
line-height: 24px;
margin: 2rem 0;
}
.articleBody .bpteisei_box b {
color: #d32f2f;
}
.articleBody .bpannotation {
font-size: 0.875rem;
line-height: 24px;
margin: 1rem 0;
}
.articleBody .bpreference {
font-size: 0.875rem;
line-height: 24px;
margin: 1rem 0;
}
.articleBody .partner {
font-size: 0.875rem;
line-height: 24px;
margin: 1rem 0;
}
.articleBody .partner .line-dotted {
margin: 1rem 0;
}
.articleBody .container-comment {
border-top: 1px solid #ccc;
margin-top: 2rem;
}
.articleBody .container-comment .flex {
margin: 1rem 0;
}
.articleBody .container-comment .job-title {
line-height: 1;
margin-top: .5rem;
}
.articleBody .container-comment .name {
font-size: 0.875rem;
line-height: 1;
margin-top: .5rem;
}
.articleBody .container-comment .comment {
font-size: 0.875rem;
line-height: 21px;
}
.articleBody .container-comment .comment {
margin-top: 1rem;
}
.articleBody .container-comment:last-child {
border-bottom: 1px solid #ccc;
}
/* 本文内の動画プレイヤー再生ボタンズレ対応 */
.vjs-play-start-button::before {
vertical-align: baseline;
}
/* ユーザーツール */
.container-user-tools {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 30px;
}
.container-user-tools > .flex-item {
position: relative;
-ms-flex-item-align: center;
align-self: center;
padding: 0 1.5rem;
}
.container-user-tools > .flex-item:first-child {
padding-left: 0;
}
.container-user-tools > .flex-item + .flex-item {
border-left: 1px solid #ccc;
}
.container-user-tools .btn-link {
color: #000;
font-size: 0.875rem;
font-weight: bold;
padding: .5rem 0;
}
.container-user-tools .btn-link .icon {
margin-right: .25rem;
}
.container-user-tools .btn-link .icon::before {
position: relative;
top: -2px;
color: #d32f2f;
font-size: 18px;
vertical-align: middle;
}
.container-user-tools .btn-link:active,
.container-user-tools .btn-link:hover {
cursor: pointer;
}
.container-user-tools .btn-link:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.container-user-tools .tooltip {
position: absolute;
display: inline-block;
background-color: #333333;
color: #fff;
font-size: 18px;
font-weight: bold;
padding: 1rem;
text-align: center;
border-radius: 2px;
white-space: nowrap;
visibility: hidden;
}
.container-user-tools .tooltip::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0;
border-color: #333333 transparent transparent;
}
.container-user-tools .tooltip small {
font-size: 0.75rem;
}
/* css for printing */
@media print {
 #wrapper {
 padding-top: 0;
 }
 .inner {
 margin: 0 10px;
 }
 .header {
 position: relative;
 height: auto;
 border: 0;
 padding-top: 0;
 }
 .header .header-search,
 .header .header-right,
 .header .nav-global-header {
 display: none;
 }
 .header .site-id {
 display: block;
 top: 0;
 left: 0;
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 }
 .header .site-id img {
 width: 50%;
 height: 50%;
 }
 .container-user-tools,
 .container-related-articles,
 .container-movie,
 .container-comments,
 .container-pagenation,
 .nav-global-footer,
 .footer {
 display: none;
 }
 .main.atcl-contents.article-child .inner > .flex {
 display: block;
 }
 .main.atcl-contents.article-child .inner > .flex .aside {
 display: none;
 }
}
/* .container-regist - 登録導線 */
.container-regist {
margin-top: 50px;
}
.container-regist .flex-item {
text-align: center;
margin-right: 30px;
margin-left: 30px;
}
.container-regist .label {
color: #666;
font-size: 18px;
text-align: center;
line-height: 1;
}
.container-regist .btn {
width: 300px;
height: 58px;
font-size: 18px;
font-weight: bold;
margin-top: 18px;
padding: 1rem;
}
.container-regist .btn:hover {
cursor: pointer;
}
.list-border > li {
padding: 30px 0;
border-top: 1px solid #ccc;
}
.list-border > li:first-child {
border-top: 0;
}
.list-border > li:last-child {
border-bottom: 1px solid #ccc;
}
/* .container-more */
.container-more {
margin: 30px auto 0;
text-align: center;
}
.container-more .btn {
width: 300px;
height: 58px;
color: inherit;
font-size: 0.875rem;
font-weight: bold;
padding: 1.25rem;
border-color: #ccc;
}
.container-more .btn:hover {
background-color: transparent;
color: inherit;
text-decoration: underline;
cursor: pointer;
}
.container-more i::before {
color: #d32f2f;
margin-left: .25rem;
}
/* モーダル内 */
/* フォロー中のタグ選択時 */
.follow-tag .header {
position: absolute;
max-width: 980px;
width: 100%;
height: 70px;
top: 0;
left: 0;
padding: 16px 15px 16px 30px;
}
.follow-tag .tag-name {
font-size: 24px;
font-weight: bold;
}
.follow-tag .btn {
display: inline-block;
width: 160px;
height: 38px;
font-size: 0.875rem;
padding: .5rem 0;
}
.follow-tag .btn .icon::before {
font-size: 21px;
vertical-align: middle;
}
.follow-tag .btn:hover {
cursor: pointer;
}
.follow-tag .content-body {
height: 610px;
background-color: #f6f6f6;
border-top: 1px solid #ccc;
margin-top: 70px;
padding: 0 30px 60px;
overflow: auto;
}
/* フォローするタグを選択 */
.select-follow-tag .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
padding-right: 0 !important;
}
.select-follow-tag .modal-title {
height: 78px;
font-size: 18px;
font-weight: bold;
line-height: 78px;
padding: 0 20px 0 30px;
}
.select-follow-tag .nav-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 52px;
padding: 0 20px 0 30px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.select-follow-tag .nav-tags li {
padding-top: 14px;
}
.select-follow-tag .nav-tags li a {
display: inline-block;
color: #666;
font-size: 0.875rem;
font-weight: bold;
line-height: 1;
text-decoration: none;
white-space: nowrap;
padding-bottom: 14px;
border-bottom: 3px solid transparent;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.select-follow-tag .nav-tags li a:hover,
.select-follow-tag .nav-tags li a.current,
.select-follow-tag .nav-tags li a.selected {
color: #000;
border-color: #d32f2f;
}
.select-follow-tag .panels {
max-height: 470px;
overflow-x: hidden;
overflow-y: auto;
padding: 40px 20px 40px 30px;
color: #666;
font-size: 0.875rem;
}
.select-follow-tag .panels label {
display: inline-block;
margin: 0 20px 20px 0;
}
.select-follow-tag #panel04 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
overflow-y: hidden;
}
.select-follow-tag #panel04 ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
background-color: #f6f6f6;
width: 45px;
height: 100%;
max-height: 470px;
}
.select-follow-tag #panel04 ul li a {
display: block;
color: #9b9b9b;
font-size: 0.875rem;
font-weight: bold;
padding: .5rem 1rem;
}
.select-follow-tag #panel04 ul li a.current,
.select-follow-tag #panel04 ul li a:active,
.select-follow-tag #panel04 ul li a:hover {
color: #d32f2f;
text-decoration: none;
}
.select-follow-tag #panel04 .panels-inner {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
height: 100%;
max-height: 470px;
padding: 0 20px 0 30px;
overflow: hidden;
overflow-y: auto;
}
.select-follow-tag #panel04 .panels-inner::after {
content: '';
display: block;
height: 549px;
}
.select-follow-tag #panel04 .nav-title {
font-size: 18px;
font-weight: bold;
line-height: 1;
margin-top: 20px;
}
.select-follow-tag #panel04 .syllabary {
margin-top: 20px;
}
.select-follow-tag .aside {
background-color: #f6f6f6;
width: 315px;
}
.select-follow-tag .aside .btn {
width: 275px;
height: 48px;
margin: 16px 20px;
}
.select-follow-tag .aside .btn.btn-select-follow {
background-color: #ccc;
color: #fff;
border-color: #fff;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.select-follow-tag .aside .btn.btn-select-follow:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.select-follow-tag .aside .btn.btn-select-follow.enabled {
background-color: #d32f2f;
border-color: #d32f2f;
}
.select-follow-tag .aside .btn.btn-select-follow.enabled:active,
.select-follow-tag .aside .btn.btn-select-follow.enabled:hover {
background-color: #ae0808;
cursor: pointer;
}
.select-follow-tag .aside .selected-tag-title {
color: #666;
font-size: 0.75rem;
font-weight: bold;
line-height: 1;
padding: 0 20px 16px;
}
.select-follow-tag .aside .modal-hits-num {
line-height: 1;
text-align: right;
padding: 0 20px 8px;
border-bottom: 1px solid #ccc;
}
.select-follow-tag .aside .modal-hits-num .hits-num {
color: #666;
font-size: 18px;
font-weight: bold;
}
.select-follow-tag .aside .modal-hits-num small {
font-size: 0.875rem;
margin-left: .25rem;
}
.select-follow-tag .aside .selected-tag-body {
height: 141px;
padding: 5px 20px 0;
overflow: auto;
}
.select-follow-tag .aside .selected-tag-body .icon-and {
margin-right: 5px;
}
.select-follow-tag .aside .selected-tag-body .icon-and::before {
position: relative;
font-size: 18px;
top: -2px;
vertical-align: middle;
}
.select-follow-tag .aside .list-border {
height: 340px;
overflow: auto;
}
.select-follow-tag .aside .list-border > li {
padding: .25rem 20px;
}
.select-follow-tag .aside .list-border .tag {
font-size: 0.75rem;
}
.select-follow-tag .aside .selected-tag {
display: inline-block;
color: #666;
font-size: 0.875rem;
line-height: 1;
padding: 3px 4px 1px;
margin: 0 5px 10px 0;
border: 1px solid #666;
border-radius: 2px;
}
.select-follow-tag .aside .selected-tag .icon-delete {
margin-left: .25rem;
}
.select-follow-tag .aside .selected-tag .icon-delete::before {
position: relative;
font-size: 18px;
top: -2px;
vertical-align: middle;
}
.select-follow-tag .aside .selected-tag .icon-delete:hover {
cursor: pointer;
opacity: 0.6;
}
.main.seminar .container-page-title .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.main.seminar .container-page-title h1 {
margin-top: 0;
}
.main.seminar .container-seminar-header .flex {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main.seminar .container-seminar-header .bplead {
font-size: 0.875rem;
line-height: 24px;
}
.main.seminar .btn-play {
position: absolute;
background-image: url(/images/2018/seminar/btn_play.png);
background-size: cover;
width: 80px;
height: 80px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: .75;
z-index: 1;
}
.main.viewer .line {
margin-top: 80px;
}
.container-page-title {
margin-top: 30px;
}
.container-page-title h1,
.main .container-page-title h1 {
margin-top: 0;
}
.container-page-title .page-description {
color: #666;
font-size: 18px;
font-weight: normal;
margin-left: 2rem;
}
.main.viewer .container-magazine-list .flex-between .flex-item {
width: 300px;
}
.main.viewer .container-magazine-list .section-body {
background-color: #f6f6f6;
padding: 35px 40px;
}
.main.viewer .container-magazine-list .section-body .article {
margin: 0 auto;
}
.main.viewer .articles-cols-5 .article-magazine .magazine-title::before,
.main.viewer .articles-cols-5 .article-magazine .magazine-title::after {
content: '';
background-color: transparent !important;
}
.main.viewer .container-footer-link .inner {
font-size: 0.875rem;
font-weight: bold;
text-align: right;
}
.main.viewer .container-footer-link .icon {
margin-left: .25rem;
}
.main.viewer .container-footer-link .icon::before {
color: #d32f2f;
}
.main.future-calendar .container-calendar {
margin-top: 40px;
}
.main.future-calendar .container-calendar::-webkit-scrollbar {
-webkit-appearance: none;
width: 3px;
}
.main.future-calendar .container-calendar::-webkit-scrollbar-thumb {
background-color: #666;
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.main.future-calendar .container-calendar .flex {
position: relative;
border: 1px solid #ccc;
border-top: 0;
}
.main.future-calendar .container-calendar .header-year,
.main.future-calendar .container-calendar .header-month,
.main.future-calendar .container-calendar .header-filter {
height: 55px;
color: #666;
font-size: 0.875rem;
line-height: 1;
text-align: center;
border-top: 1px solid #ccc;
}
.main.future-calendar .container-calendar .header-year {
width: 70px;
padding: 20px;
border-right: 1px solid #ccc;
}
.main.future-calendar .container-calendar .header-month {
position: relative;
width: 150px;
padding-top: 15px;
padding-bottom: 15px;
border-right: 1px solid #ccc;
}
.main.future-calendar .container-calendar .header-month .btn {
width: 60px;
height: 24px;
line-height: 21px;
padding: 0;
margin-left: 20px;
}
.main.future-calendar .container-calendar .header-month .btn:active,
.main.future-calendar .container-calendar .header-month .btn:hover {
cursor: pointer;
}
.main.future-calendar .container-calendar .header-filter {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
padding: 20px 30px;
}
.main.future-calendar .container-calendar .header-filter > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.main.future-calendar .container-calendar .scale-line {
position: absolute;
display: inline-block;
border-top: 2px solid #d32f2f;
width: 32px;
height: 0;
top: 90px;
right: -16px;
z-index: 1;
}
.main.future-calendar .container-calendar .calendar {
position: relative;
height: 544px;
border: 1px solid #ccc;
border-top: 0;
}
.main.future-calendar .container-calendar .calendar a,
.main.future-calendar .container-calendar .calendar span {
color: inherit;
text-decoration: none;
}
.main.future-calendar .container-calendar .calendar a.current,
.main.future-calendar .container-calendar .calendar a:active,
.main.future-calendar .container-calendar .calendar a:hover,
.main.future-calendar .container-calendar .calendar span.current,
.main.future-calendar .container-calendar .calendar span:active,
.main.future-calendar .container-calendar .calendar span:hover {
color: #d32f2f;
text-decoration: none;
cursor: pointer;
}
.main.future-calendar .container-calendar .calendar a.empty,
.main.future-calendar .container-calendar .calendar a.empty .count,
.main.future-calendar .container-calendar .calendar span.empty,
.main.future-calendar .container-calendar .calendar span.empty .count {
color: #666;
}
.main.future-calendar .container-calendar .year {
position: absolute;
width: 70px;
height: 100%;
color: #666;
font-size: 0.875rem;
font-weight: bold;
border-right: 1px solid #ccc;
top: 0;
left: 0;
}
.main.future-calendar .container-calendar .year .year-inner {
position: relative;
height: 100%;
}
.main.future-calendar .container-calendar .month {
position: absolute;
width: 150px;
height: 100%;
color: gray;
background-color: #f6f6f6;
border-right: 1px solid #ccc;
top: 0;
left: 70px;
overflow: hidden;
}
.main.future-calendar .container-calendar .month .month-inner {
position: relative;
height: 100%;
overflow: hidden;
overflow-y: auto;
margin-right: -15px;
}
.main.future-calendar .container-calendar .results {
position: absolute;
width: 760px;
height: 100%;
top: 0;
left: 220px;
overflow: hidden;
}
.main.future-calendar .container-calendar .results .results-inner {
position: relative;
height: 100%;
overflow: hidden;
overflow-y: auto;
padding: 0 30px;
}
.main.future-calendar .container-calendar .results .results-inner .year-small:active,
.main.future-calendar .container-calendar .results .results-inner .year-small:hover,
.main.future-calendar .container-calendar .results .results-inner .month-small:active,
.main.future-calendar .container-calendar .results .results-inner .month-small:hover,
.main.future-calendar .container-calendar .results .results-inner .full-year-small:active,
.main.future-calendar .container-calendar .results .results-inner .full-year-small:hover {
color: inherit;
cursor: default;
}
.main.future-calendar .container-calendar .results .container-article {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.main.future-calendar .container-calendar .results .results-inner.pay::after {
content: '';
display: block;
height: 600px;
}
.main.future-calendar .container-calendar .results .txt-caution {
font-size: 18px;
font-weight: bold;
text-align: center;
margin-top: 20px;
}
.main.future-calendar .container-calendar .flex-rows {
height: 100%;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main.future-calendar .container-calendar .left-line-box {
border-left: 1px solid #ccc;
margin-left: 22px;
padding-bottom: 600px;
}
.main.future-calendar .container-calendar .num-month {
color: #666;
font-size: 18px;
font-weight: bold;
}
.main.future-calendar .container-calendar .num-month a,
.main.future-calendar .container-calendar .num-month > span {
display: inline-block;
margin: 21px 16px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.main.future-calendar .container-calendar .num-month .count {
font-size: 0.75rem;
font-weight: normal;
}
.main.future-calendar .container-calendar .plate a {
display: inline-block;
margin: 1.5rem 0;
}
.main.future-calendar .container-calendar .plate a.current .plate-year-plan,
.main.future-calendar .container-calendar .plate a:active .plate-year-plan,
.main.future-calendar .container-calendar .plate a:hover .plate-year-plan {
background-color: #d32f2f;
background-color: transparent;
}
.main.future-calendar .container-calendar .plate .plate-year-plan {
position: relative;
display: inline-block;
color: #666;
font-size: 0.75rem;
line-height: 1;
padding: .25rem;
border-radius: 2px;
margin-left: .75rem;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.main.future-calendar .container-calendar .plate a:not(.empty):hover .plate-year-plan,
.main.future-calendar .container-calendar .plate a.current .plate-year-plan {
color: #d32f2f;
}
.main.future-calendar .container-calendar .season a,
.main.future-calendar .container-calendar .season > span {
position: relative;
display: inline-block;
width: 24px;
height: 24px;
left: -12px;
margin: 1.125rem 0;
}
.main.future-calendar .container-calendar .season a.current .i::before,
.main.future-calendar .container-calendar .season a:active .i::before,
.main.future-calendar .container-calendar .season a:hover .i::before,
.main.future-calendar .container-calendar .season > span.current .i::before,
.main.future-calendar .container-calendar .season > span:active .i::before,
.main.future-calendar .container-calendar .season > span:hover .i::before {
background-color: #d32f2f;
border-color: #d32f2f;
}
.main.future-calendar .container-calendar .season a.current .i::after,
.main.future-calendar .container-calendar .season a:active .i::after,
.main.future-calendar .container-calendar .season a:hover .i::after,
.main.future-calendar .container-calendar .season > span.current .i::after,
.main.future-calendar .container-calendar .season > span:active .i::after,
.main.future-calendar .container-calendar .season > span:hover .i::after {
color: #fff;
}
.main.future-calendar .container-calendar .season a.empty .i::before,
.main.future-calendar .container-calendar .season > span.empty .i::before {
background-color: #fff;
border-color: #666;
}
.main.future-calendar .container-calendar .season a.empty .i::after,
.main.future-calendar .container-calendar .season > span.empty .i::after {
color: #666;
}
.main.future-calendar .container-calendar .season .i {
position: relative;
display: inline-block;
width: 24px;
height: 24px;
}
.main.future-calendar .container-calendar .season .i::before {
content: '';
position: relative;
display: inline-block;
background-color: #fff;
width: 24px;
height: 24px;
top: 0;
left: 0;
border: 1px solid #666;
border-radius: 50%;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.main.future-calendar .container-calendar .season .i::after {
content: '';
position: relative;
color: #666;
font-size: 0.75rem;
line-height: 1;
top: -24px;
left: 6px;
}
.main.future-calendar .container-calendar .season .i.icon-spring::after {
content: '春';
}
.main.future-calendar .container-calendar .season .i.icon-summer::after {
content: '夏';
}
.main.future-calendar .container-calendar .season .i.icon-autumn::after {
content: '秋';
}
.main.future-calendar .container-calendar .season .i.icon-winter::after {
content: '冬';
}
.main.future-calendar .container-calendar .num-year-large,
.main.future-calendar .container-calendar .num-month-large {
font-size: 36px;
font-weight: bold;
line-height: 1;
margin-top: 1rem;
padding-bottom: .5rem;
}
.main.future-calendar .container-calendar .num-year-large.empty,
.main.future-calendar .container-calendar .num-year-large.empty .full-year-small,
.main.future-calendar .container-calendar .num-month-large.empty,
.main.future-calendar .container-calendar .num-month-large.empty .full-year-small {
color: #ccc;
}
.main.future-calendar .container-calendar .year-small,
.main.future-calendar .container-calendar .month-small,
.main.future-calendar .container-calendar .full-year-small {
font-size: 0.75rem;
}
.main.future-calendar .container-calendar .full-year-small {
color: #666;
}
.main.future-calendar .container-footer-link {
text-align: right;
margin-top: 20px;
}
.main.future-calendar .container-footer-link .list-inline {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.main.future-calendar .container-footer-link .list-inline > li .icon::before {
color: #d32f2f;
}
.main.future-calendar .container-footer-link .list-inline > li .btn-link.disabled .icon::before {
color: inherit;
}
.main.future-calendar .container-footer-link .list-inline > li:first-child {
padding-right: 15px;
}
.main.future-calendar .container-footer-link .list-inline > li:last-child {
padding-left: 15px;
border-left: 1px solid #ccc;
}
.main.future-calendar .modal-content,
.main.future-calendar .article-calendar-horizontal.w300h225 {
display: none;
}
.main.future-calendar .modal-content .related-none,
.main.future-calendar .article-calendar-horizontal.w300h225 .related-none {
display: none;
}
.main.future-calendar .container-regist .btn-outline-primary {
/* color: #d32f2f !important; */
}
.main.future-calendar .container-regist .btn-outline-primary:active,
.main.future-calendar .container-regist .btn-outline-primary:hover {
color: #fff !important;
}
.main.future-calendar .container-calendar .num-year-large[id$="_plan"] {
font-size: 24px;
margin-top: 1.5rem;
}
/**
* 表示・非表示
*/
.show {
display: block;
}
.hide {
display: none;
}
.opacity--zero {
opacity: 0;
}
/* css for printing */
@media print {
 #wrapper {
 padding-top: 0;
 }
 .inner {
 margin: 0 10px;
 }
 .header {
 position: relative;
 height: auto;
 border: 0;
 padding-top: 0;
 }
 .header .header-search,
 .header .header-right,
 .header .nav-global-header {
 display: none;
 }
 .header .site-id {
 display: block;
 top: 0;
 left: 0;
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 }
 .header .site-id img {
 width: 50%;
 height: 50%;
 }
 .page-description,
 .header-year,
 .header-month,
 .year,
 .month,
 .container-footer-link,
 .nav-global-footer,
 .footer {
 display: none;
 }
 .main.future-calendar {
 padding-top: 20px;
 }
 .main.future-calendar .container-page-title {
 margin-top: 40px;
 }
 .main.future-calendar .container-page-title .inner {
 margin: 0;
 }
 .main.future-calendar .container-calendar {
 margin-top: 20px;
 }
 .main.future-calendar .container-calendar .flex {
 border: none;
 height: auto;
 }
 .main.future-calendar .container-calendar .flex .header-filter {
 border: none;
 height: auto;
 padding: 20px 0;
 }
 .main.future-calendar .container-calendar .flex .header-filter > ul {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 }
 .main.future-calendar .container-calendar .flex .header-filter > ul li {
 margin-right: .75rem;
 }
 .main.future-calendar .container-calendar .calendar {
 border: none;
 height: auto;
 padding: 20px 0;
 }
 .main.future-calendar .container-calendar .calendar .results {
 position: relative;
 width: 715px;
 height: auto;
 left: 0;
 overflow: auto;
 }
 .main.future-calendar .container-calendar .calendar .results .results-inner {
 height: auto;
 overflow: auto;
 margin-right: 0;
 padding: 0;
 }
 .main.future-calendar .container-calendar .num-year-large:first-child {
 margin-top: 0;
 }
 .line-dotted {
 background-image: none;
 border-top: 1px dotted #666;
 }
}
.main.case-search .container-case-search .table-case-search .tr {
margin-top: 8px;
}
.main.case-search .container-case-search .table-case-search .tr:first-child {
margin-top: 1rem;
}
.main.case-search .container-case-search .table-case-search .ctg {
width: 260px;
}
.main.case-search .container-case-search .table-case-search .ctg.theme {
width: 712px;
}
.main.case-search .container-case-search .table-case-search .ctg.company {
height: 48px;
}
.main.case-search .container-case-search .table-case-search .ctg + .ctg {
margin-left: 8px;
}
.main.case-search .container-case-search .table-case-search .th,
.main.case-search .container-case-search .table-case-search .td {
position: relative;
font-size: 0.875rem;
min-height: 48px;
height: auto;
padding: 5px 15px;
}
.main.case-search .container-case-search .table-case-search .th > span,
.main.case-search .container-case-search .table-case-search .td > span {
position: absolute;
display: inline-block;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.main.case-search .container-case-search .table-case-search .th {
width: 120px;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
}
.main.case-search .container-case-search .table-case-search .td {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
padding: 8px 10px;
}
.main.case-search .container-case-search .table-case-search .td label {
display: inline-block;
}
.main.case-search .container-case-search .table-case-search .td .btn-link {
width: auto;
height: auto;
color: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
padding: 0;
}
.main.case-search .container-case-search .table-case-search .td > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding-right: 20px;
}
.main.case-search .container-case-search .table-case-search .td > span span {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
font-size: 0.875rem;
font-weight: bold;
text-align: center;
opacity: .5;
visibility: hidden;
}
.main.case-search .container-case-search .table-case-search .td > span .icon {
margin-right: .5rem;
}
.main.case-search .container-case-search .table-case-search .td > span .icon:active,
.main.case-search .container-case-search .table-case-search .td > span .icon:hover {
opacity: .5;
cursor: pointer;
}
.main.case-search .container-case-search .table-case-search .td > span .icon::before {
font-size: 18px;
}
.main.case-search .article {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
 .header-responsive {
 height: 120px;
 }
}
@media (max-width: 767px) {
 .header-responsive {
 height: 13vh;
 -webkit-transform: translateX(5%);
 transform: translateX(5%);
 }
 .header-responsive img.header-logo {
 height: 25px;
 width: auto;
 -webkit-transition: all .4s;
 transition: all .4s;
 margin-left: 15px;
 margin-top: 5px;
 }
}
@media (max-width: 767px) {
 .footer-large {
 display: none;
 }
}
.footer-large .inner {
width: 80vw;
}
.footer-large .inner .flex {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 767px) {
 .footer-about {
 display: block;
 width: 100vw;
 background: #fff;
 }
 .footer-about__header {
 padding: 0 15px;
 margin-bottom: 24px;
 }
 .footer-about__header img {
 height: 16px;
 padding-left: 10px;
 }
 .footer-about__menu {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 }
 .footer-about__menu li {
 width: calc(100% / 3);
 border-left: 1px solid #D8D8D8;
 margin-bottom: 8px;
 height: 36px;
 }
 .footer-about__menu li a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: center;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 color: #000;
 height: 100%;
 }
 .footer-about__menu li:nth-child(1),
 .footer-about__menu li:nth-child(4) {
 border-left: none;
 }
}
@media (min-width: 768px) {
 .footer-about {
 display: none;
 padding-bottom: 10vh;
 }
}
@media (min-width: 768px) {
 .footer-copyright {
 display: none;
 }
}
@media (max-width: 767px) {
 .footer-copyright {
 display: block;
 background: #fff;
 padding: 17px 0;
 border-top: 1px solid #CCCCCC;
 font-size: 10px;
 color: #878787;
 text-align: center;
 visibility: visible;
 }
}
@media (min-width: 768px) {
 .main.error {
 margin-top: 150px;
 }
}
.main.error .container.center {
width: 100vw;
text-align: center;
margin: 80px 0;
}
@media (max-width: 767px) {
 .main.error .container-regist .flex-center {
 display: block;
 }
}
.main.authors .container {
margin-top: 30px;
}
.authors-nav {
 margin: 0 0 30px 0;
}
.authors-nav.authors-nav-bottom {
 margin: 10px 0 0 0;
 padding: 30px 0 0 0;
 border-top: 1px solid #ccc;
}
.authors-nav {
 display: flex;
 align-items: center;
}
.syllabary-nav {
 display: flex;
 align-items: center;
}
.authors-ct {
 font-size: 14px;
 font-weight: bold;
}
.syllabary-lists {
 display: flex;
}
.syllabary-list {
 margin: 0 0 0 8px;
}
.syllabary-list a {
 display: block;
 width: 34px;
 height: 34px;
 line-height: 34px;
 text-align: center;
 background: #F6F6F6;
 font-size: 14px;
 font-weight: bold;
}
.syllabary-list a:hover {
 background-color: #ccc;
 text-decoration: none;
}
.syllabary-list.active a {
 background: #D32F2F;
 color: #fff;
}
.syllabary-list.inactive a {
 color: #8a8a8a;
 background: none;
 pointer-events: none;
 cursor: default;
}
.advisory-nav {
 margin: 0 0 0 12px;
 padding: 0 0 0 12px;
 border-left: 1px solid #ccc;
 line-height: 34px;
}
.advisory-nav a {
 font-size: 14px;
 font-weight: bold;
}
.advisory-nav.active a {
 color: #D32F2F;
}
.main.authors .fig-face.fig-face-lg {
width: 140px;
}
.main.authors .fig-face.fig-face-lg > .author_main_image {
width: 140px;
height: 140px;
}
.main.authors .name {
font-size: 36px;
line-height: 1.3;
margin-top: 0;
}
.main.authors .name-furigana {
font-size: 15px;
}
.main.authors .job-title {
font-size: 0.875rem;
margin: 3px 0 0 0;
color: #666;
}
.main.authors .list-role {
margin-top: 5px;
}
.main.authors .list-role ul {
display: inline-block;
margin: 0 5px 0 0;
padding: 0;
}
.main.authors .list-role ul li {
display: inline-block;
color: #fff;
background-color: #666;
line-height: 1;
margin-right: 5px;
font-size: 0.75rem;
padding: 4px;
border-radius: 1px;
}
.main.authors .list-role span {
color: #fff;
background-color: #666;
line-height: 1;
margin-right: 5px;
font-size: 0.75rem;
padding: 4px;
border-radius: 1px;
}
.main.authors .list-role span.numberFollowers {
display: inline-block;
margin: 0 0 0 0;
background: none;
font-size: 13px;
color: #666;
padding: 0;
border-radius: 0;
}
.main.authors .btn.btn-follow-author {
width: 120px;
padding: 0.5rem 0.5rem;
}
.main.authors dt {
font-size: 0.875rem;
font-weight: bold;
}
.main.authors dd {
font-size: 0.875rem;
margin-left: 0;
}
.main.authors .section-qa {
margin-top: 24px;
}
.main.authors .articleBody {
margin-top: 0;
}
.main.authors .articleBody p:first-of-type {
margin-top: 0;
}
.main.authors .comments {
font-size: 0.75rem;
color: #666;
margin: 5px 0 0 0;
}
.main.authors .section-written-articles {
margin-top: 50px;
}
.section-written-articles .search-result-list {
margin-top: 12px;
}
.main.authors_list .authors-follow-list {
margin-top: 30px;
}
.main.authors_list .fig-content {
width: 300px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px 0;
margin-right: 40px;
border-bottom: 1px solid #ccc;
}
.main.authors_list .fig-content:nth-last-child(-n+3) {
border-bottom: none;
}
.main.authors_list .fig-content:nth-child(3n) {
margin-right: 0px;
}
.main.authors_list .author-detail > .job-title {
font-size: 12px;
color: #666;
width: auto;
}
.main.authors_list .author-detail > .name {
font-size: 18px;
width: auto;
}


.tab {
list-style: none;
padding-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
}
.tab-item {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 60px;
width: 320px;
text-align: center;
border-radius: 2px 2px 0 0;
}
.tab-item > .selected {
border-bottom: 0;
}
.tab-item > a {
display: block;
height: 100%;
padding: 20px;
color: #666;
font-weight: bold;
font-size: 18px;
text-decoration: none;
border: 1px solid transparent;
border-bottom: 1px solid #ccc;
}
.tab-item > a.selected {
color: #d32f2f;
border: 1px solid #ccc;
border-bottom: none;
}
.tab-item > a:hover {
-webkit-transition: .5s;
transition: .5s;
text-decoration: none;
}
.tab.tab-lg {
margin-bottom: 0;
}
.tab.tab-lg .tab-item {
width: 490px;
}
.main.users .section {
padding-left: 30px;
width: 670px;
}
.main.users .list-border > li {
padding: 16px 0;
}
.main.users .list-border .list-text {
font-size: 14px;
padding-top: 8px;
font-weight: bold;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main.users .no-data {
color: #666;
}
.main.users .container-more {
margin: 70px auto 0;
}
.main.users .container {
margin-top: 30px;
}
.main.users .section.follow-tags .list-tags {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main.users .section.follow-tags .btn.btn-follow-tag {
width: 120px;
height: 36px;
padding: .5rem;
}
.main.users .section.follow-tags .icon-and {
position: relative;
top: 2px;
padding: 0 15px;
}
.main.users .section.follow-tags .icon-and::before {
font-size: 18px;
color: #666666;
}
.main.users .section.follow-tags .list-text {
width: 80%;
}
.clearfix::after {
content: '';
display: block;
clear: both;
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
 .float-sm-left {
 float: left !important;
 }
 .float-sm-right {
 float: right !important;
 }
 .float-sm-none {
 float: none !important;
 }
}
@media (min-width: 768px) {
 .float-md-left {
 float: left !important;
 }
 .float-md-right {
 float: right !important;
 }
 .float-md-none {
 float: none !important;
 }
}
@media (min-width: 992px) {
 .float-lg-left {
 float: left !important;
 }
 .float-lg-right {
 float: right !important;
 }
 .float-lg-none {
 float: none !important;
 }
}
@media (min-width: 1200px) {
 .float-xl-left {
 float: left !important;
 }
 .float-xl-right {
 float: right !important;
 }
 .float-xl-none {
 float: none !important;
 }
}
@font-face {
font-family: 'nikkeiBP_iconfont';
src: url("/css/2019/fonts/nikkeiBP_iconfont.eot?oqxrys");
src: url("/css/2019/fonts/nikkeiBP_iconfont.eot?oqxrys#iefix") format("embedded-opentype"), url("/css/2019/fonts/nikkeiBP_iconfont.ttf?oqxrys") format("truetype"), url("/css/2019/fonts/nikkeiBP_iconfont.woff?oqxrys") format("woff"), url("/css/2019/fonts/nikkeiBP_iconfont.svg?oqxrys#nikkeiBP_iconfont") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* 2018 */
.main h1 {
font-size: 28px;
}
.article a.block {
z-index: 4;
}
#wrapper {
padding-top: 0;
min-width: 980px;
}
.status-nav {
height: 32px;
border-bottom: 1px solid #eee;
box-sizing:border-box;
}
.status-nav .status-nav-link > ul,
.status-nav .status-nav-usr > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.status-nav .status-nav-link > ul > li {
line-height: 32px;
font-size: 12px;
}
.status-nav .status-nav-link > ul > li:nth-child(2) {
margin: 0 0 0 32px;
}
.status-nav .status-nav-link > ul > li {
color: #8a8a8a;
}
.status-nav .status-nav-link ul li i.icon {
margin-left: 4px;
}
.status-nav .status-nav-link ul li i.icon::before {
font-size: 10px;
}
.status-nav .status-nav-usr ul li {
height: 32px;
line-height: 32px;
margin: 0 0 0 12px;
font-size: 12px;
}
.status-nav .status-nav-usr ul li a {
color: #8a8a8a;
cursor: pointer;
}
.status-nav .status-nav-usr ul li.nav-regist,
.status-nav .status-nav-usr ul li.nav-login {
padding: 4px 0;
line-height: initial;
}
.status-nav .status-nav-usr ul li.nav-login + li.nav-regist {
margin-left: 4px;
}
.status-nav .status-nav-usr ul li a.btn-regist {
padding: 0;
width: 100px;
line-height: 23px;
height: 24px;
border-radius: 0;
color: #fff;
vertical-align: top;
}
.status-nav .status-nav-usr ul li a.btn-login {
padding: 0;
width: 100px;
line-height: 23px;
height: 24px;
border-radius: 0;
color: #fff;
vertical-align: top;
}
.status-nav .status-nav-usr ul li .usr-status {
margin-right: 8px;
}
.status-nav .status-nav-usr ul li .usr-name em {
margin: 0 5px 0 0;
font-style: normal;
}
.top-header {
height: 70px;
}
header.header {
position: relative;
padding: 0;
top: 0;
z-index: auto;
transition: 0.3s;
height: 70px;
border-color: #eee;
}
header.header > .inner {
z-index: 110;
height: 100%;
}
header.header.fixed {
position: fixed;
z-index: 110;
border-bottom: none;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.header .header-menu {
position: absolute;
top: 0;
z-index: 2;
left: 0;
width: 64px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.header .header-menu:hover {
background-color: #f6f6f6;
}
.header .header-menu .header-menu-btn {
text-align: center;
cursor: pointer;
}
.header .header-menu .header-menu-btn span {
display: block;
margin-top: 4px;
font-size: 10px;
}
.header .header-menu .header-menu-btn i.icon {
display: block;
margin-top: 2px;
text-align: center;
}
.header .header-menu .header-menu-btn i.icon::before {
margin: 0 auto;
font-size: 15px;
}
.header-global-menu {
position: fixed;
top: 0;
left: -496px;
z-index: 130;
width: 456px;
height: 100%;
background: #f6f6f6;
overflow: hidden;
transition: .1s all;
}
.header-global-menu.active {
left: 0;
box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.1);
}
.header-global-menu .global-menu-inner {
width: 496px;
height: 100%;
overflow-y: auto;
padding-bottom: 60px;
}
.header-global-menu .btn-close-box {
width: 100%;
height: 40px;
position: relative;
padding: 0 16px;
background-color: #fff;
}
.header-global-menu .btn-close-box .btn-close {
width: 100%;
height: 100%;
position: relative;
cursor: pointer;
}
.btn-close-border1 {
width: 26px;
height: 2px;
display: inline-block;
background: #666666;
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 28px;
left: 0;
}
.btn-close-border2 {
width: 26px;
height: 2px;
display: inline-block;
background: #666666;
position: absolute;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 28px;
left: 0;
}
.header-global-menu .global-menu-block {
margin: 16px 0 0 0;
width: 456px;
}
.header-global-menu .global-menu-block .global-menu-theme {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
background: #fff;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.header-global-menu .global-menu-block .global-menu-theme li {
width: 50%;
box-sizing: border-box;
}
.header-global-menu .global-menu-block .global-menu-theme li a {
display: block;
padding: 0 16px;
line-height: 44px;
box-sizing: border-box;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #ccc;
}
.header-global-menu .global-menu-block ul li a:hover,
.header-global-menu .global-menu-block ul li .menu-list-parent:hover {
background-color: #f6f6f6;
text-decoration: none;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.header-global-menu .global-menu-block .global-menu-theme li:nth-child(odd) a {
border-right: 1px solid #ccc;
}
.header-global-menu .global-menu-block .global-menu-theme li:nth-child(even):last-child a,
.header-global-menu .global-menu-block .global-menu-theme li:nth-child(odd):last-child a,
.header-global-menu .global-menu-block .global-menu-theme li:nth-child(odd):nth-last-child(2) a {
border-bottom: none;
}
.header-global-menu .global-menu-block .global-menu-theme li i.icon,
.header-global-menu .global-menu-block .global-menu-func li i.icon {
margin-right: 12px;
vertical-align: middle;
}
.header-global-menu .global-menu-block .global-menu-theme li i.icon::before,
.header-global-menu .global-menu-block .global-menu-func li i.icon::before {
font-size: 18px;
color: #666;
}
.header-global-menu .global-menu-block .global-menu-func {
margin: 16px 0 0 0;
border-top: 1px solid #eee;
background: #fff;
display: flex;
flex-wrap: wrap;
width: 100%;
position: relative;
}
.header-global-menu .global-menu-block .global-menu-func:after {
content: '';
display: block;
width: 100%;
border-top: 1px solid #eee;
position: absolute;
left: 0;
bottom: 0;
}
.header-global-menu .global-menu-block .global-menu-func > li {
width: 50%;
}
.header-global-menu .global-menu-block .global-menu-func > li.row1 {
width: 100%;
}
.header-global-menu .global-menu-block .global-menu-func span.menu-list-parent,
.header-global-menu .global-menu-block .global-menu-func a {
display: block;
padding: 0 16px;
line-height: 44px;
box-sizing: border-box;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #eee;
cursor: pointer;
position: relative;
}
.header-global-menu .global-menu-block .global-menu-func > li:nth-child(odd):not(.row1) a {
padding-right: 0;
margin-right: 8px;
}
.header-global-menu .global-menu-block .global-menu-func > li:nth-child(even):not(.row1) a {
margin-left: 8px;
}
.header-global-menu .global-menu-block .global-menu-func .menu-list-child {
background: #f6f6f6;
}
.header-global-menu .global-menu-block .global-menu-func .menu-list-child a {
font-size: 13px;
border-bottom: 1px solid #fff;
}
.header-global-menu .global-menu-block .global-menu-func .menu-list-child a:hover {
text-decoration: underline;
}
.header-global-menu .global-menu-block .global-menu-func span.menu-list-parent .menu-list-btn {
display: block;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
height: 18px;
width: 18px;
}
.header-global-menu .global-menu-block .global-menu-func span.menu-list-parent .menu-list-btn::before {
display: block;
content: "";
width: 18px;
height: 2px;
display: inline-block;
background: #666666;
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.header-global-menu .global-menu-block .global-menu-func span.menu-list-parent .menu-list-btn::after {
display: block;
content: "";
width: 2px;
height: 18px;
display: inline-block;
background: #666666;
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.header-global-menu .global-menu-block .global-menu-func span.menu-list-parent.on .menu-list-btn::after {
opacity: 0;
}
.header-global-menu .global-menu-block .global-menu-func .menu-list-parent.off ~ .menu-list-child {
display: none;
}
.header-global-menu .menu-userinfo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 425px;
margin: 20px 16px;
justify-content: space-between;
}
.header-global-menu .menu-userinfo a.btn {
padding: 0;
width: 98px;
line-height: 38px;
border-color: #666;
color: #666;
box-sizing: border-box;
font-size: 14px;
}
.header-global-menu .menu-userinfo a.btn:hover {
background: #d32f2f;
border-color: #d32f2f;
color: #fff;
}
.header-global-menu .menu-userinfo a.btn i.icon {
margin-right: 4px;
vertical-align: middle;
}
.header-global-menu .menu-userinfo a.btn i.icon::before {
color: #666;
font-size: 18px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.header-global-menu .menu-userinfo a.btn:hover i.icon::before {
color: #fff;
}
.header-global-menu .menu-userinfo a.btn.btn-regist {
border: none;
color: #fff;
}
.header-global-menu .menu-userinfo a.btn.btn-login {
border: none;
color: #fff;
}
.header .header-search {
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 2;
left: 76px;
}
.header .header-search input[type="search"] {
width: 240px;
height: 38px;
border-radius: 2px;
}
.header .header-search .header-tags {
display: none;
position: absolute;
background: #fff;
padding: 20px;
width: 640px;
z-index: 100;
border-radius: 2px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
box-sizing: border-box;
}
.header .header-search input[type="search"]:focus + .header-tags {
display: block;
}
.header .header-search .header-tags .container-tags {
margin-top: 0;
height: auto;
}
.tag-outline-theme.tag-l {
border: 1px solid #ccc;
}
.tag-outline-theme.tag-m,
.tag-outline-theme.tag-s {
border: 1px solid #eee;
}
.header .header-search .header-tags .section-footer {
margin-top: 8px;
}
.header .header-search .header-tags .section-footer a {
font-size: 0.75rem;
font-weight: normal;
}
.header .site-id {
width: 180px;
height: auto;
}
.header-right .btn {
padding: 0;
width: 80px;
line-height: 24px;
border-radius: 1px;
border: none;
}
.header-right .btn.btn-outline-primary {
background: #00b3a4;
color: #fff;
}
.header .header-right {
height: 100%;
}
.header .header-right .table {
width: auto;
}
.header .header-right .table li {
padding-left: 16px;
}
.header .header-right .table li + li {
padding-left: 8px;
}
.nav-global-header {
margin-top: 0;
height: 100%;
}
.nav-global-header .nav-global {
justify-content: flex-end;
height: 100%;
}
.nav-global-header .nav-global li {
padding-top: 0;
width: 64px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.nav-global-header .nav-global > li > a {
width: 100%;
height: 100%;
padding-bottom: 0;
border-bottom: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-flow: column;
justify-content: center;
}
.nav-global-header .nav-global > li > a:hover {
background-color: #f6f6f6;
}
.nav-global-header .nav-global > li > a i.icon {
display: block;
margin: 0;
}
.nav-global-header .nav-global > li > a i::before {
padding: 0;
color: #666;
top: 2px!important;
}
.nav-global-header .nav-global > li > a span {
display: block;
margin: 4px 0 0 0;
font-weight: normal;
font-size: 10px;
}
.alert-message {
margin: 12px 0 0 0;
padding: 10px 16px;
background: #f6f6f6;
font-size: 11px;
}
.section-top-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 1rem;
justify-content: space-between;
}
.section-top-tags .container-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 0;
width: 940px;
height: 32px;
overflow: hidden;
}
.header .section-top-tags {
display: block;
margin-top: 0;
}
.header .section-top-tags .container-tags {
width: auto;
}
.tag-outline-theme {
padding: 5px 6px 5px 16px;
background: #f6f6f6;
border: 1px solid #eee;
font-size: 14px;
text-align: left;
white-space: normal;
line-height: 1.2;
}
.section-top-tags .container-tags .tag-outline-theme {
padding: 4px 6px 4px 16px;
font-size: 12px;
}
.tag-outline-theme::before {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tag-outline-theme:hover,
.article-summary-horizontal.favorite-ranking:hover .tag-outline-theme,
.section-tags > a:hover .tag-outline-theme {
background-color: #f6f6f6;
border: solid 1px #d32f2f;
}
a:hover span.tag-outline-theme,
a.tag-outline-theme:hover,
.article-summary-horizontal.favorite-ranking:hover .tag-outline-theme,
.section-tags > a:hover .tag-outline-theme {
background-color: #d32f2f;
border: solid 1px #d32f2f;
color: #fff;
}
.tag-outline-theme::before {
display: block;
content: "\e90e";
color: #666;
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 11px;
position: absolute;
left: 6px;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.section-favorite-ranking .tag-ranking:hover .tag-ranking-title .tag-outline-theme::before {
color: #666!important;
}
a:hover span.tag-outline-theme::before,
.tag-outline-theme:hover::before,
.section-favorite-ranking .tag-ranking:hover .tag-outline-theme::before,
.section-favorite-ranking .tag-ranking .tag-ranking-title .tag-outline-theme:hover::before {
color: #fff!important;
}
.tag-outline-theme.tag-l {
font-weight: bold;
}
.section-top-tags .more-link {
float: right;
font-size: 0.75rem;
}
.section-top-tags a.more-link i::before {
color: #d32f2f;
}
.section + .section {
margin-top: 40px;
}
.container + .container {
margin-top: 40px;
}
.section-body {
margin-top: 24px;
}
.section-tags > a:hover {
text-decoration: none;
}
.section-lead {
font-size: 0.875rem;
color: #666;
}
.main h2 {
font-size: 1.25rem;
}
.main h2 .tag-l {
font-size: .75rem;
font-weight: 500;
}
.main .section-days-articles h2 {
font-size: 1rem;
}
.main .section-days-articles .section-body ~ .section-header {
margin-top: 24px;
}
.section-rec-articles {
margin-top: 40px;
}
.section-feature-banner .flex {
margin-top: 16px;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
justify-content: space-between;
}
.section-feature-banner .flex p.section-lead {
margin: 0;
font-size: 14px;
font-weight: bold;
color: #000;
}
.section-feature-banner .flex p.section-feature-link {
margin: 10px 0 0 0;
font-size: 12px;
}
.section-feature-banner .flex p.section-feature-link a i::before {
color: #d32f2f;
padding-right: 2px;
font-size: 10px;
}
.section-feature-banner .flex .btn-regist {
margin-top: 0;
padding: .75rem 1rem;
width: 200px;
font-size: .875rem;
font-weight: bold;
color: #fff;
}
.article-title .icon-lock,
.parent-title .icon-lock {
margin-left: 4px;
}
.article-child .atcl-header .icon-lock::before,
.article-title .icon-lock::before {
font-size: 12px;
color: #666;
}
.section-ichi-articles .article-title .icon-lock::before {
color: #fff;
opacity: .6;
}
.article.article-summary-horizontal figure {
order: 2;
}
.article.article-summary-horizontal .flex-item {
order: 1;
}
.content .articles-cols-3 .article.article-summary-vertical {
width: 206px;
}
.content .articles-cols-3 .article.article-summary-vertical.parent-title {
text-decoration: none;
}
.content .articles-cols-3 .article.article-summary-vertical.article-title {
text-decoration: underline;
}
.content .articles-cols-3 .article.article-summary-vertical figure img {
width: 206px;
}
.content .articles-cols-3 .article .parent-title {
font-size: 0.75rem;
line-height: 1;
margin-top: .75rem;
}
.content .articles-cols-3 .article:hover .article-title {
text-decoration: underline;
}
.content .articles-cols-3 .article .date {
font-size: 0.75rem;
line-height: 1;
margin-top: 4px;
}
.section-days-articles .article.article-summary-vertical .article-title {
margin-top: .5rem;
}
.articles-cols-2-border .article.article-summary-horizontal {
padding: .75rem 0;
}
.articles-cols-2-border .article.article-summary-horizontal figure {
margin-left: 20px;
}
.articles-cols-2-border .article.article-summary-horizontal figure img {
width: 96px;
height: 72px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.articles-cols-2-border .article.article-summary-horizontal .parent-title {
font-size: 0.75rem;
}
.articles-cols-2-border .article.article-summary-horizontal .article-title {
font-size: .875rem;
}
.articles-cols-2-border .article.article-summary-horizontal .container-tags {
position: relative;
margin-left: 113px;
z-index: 2;
}
.main .section-days-articles .article.article-summary-horizontal .parent-title {
font-size: 0.75rem;
}
.main .section-days-articles .article.article-summary-horizontal .article-title {
font-size: 0.875rem;
}
.main .section-days-articles .article.article-summary-horizontal .date {
margin-top: 4px;
}
.articles-cols-2-border.border-bottom {
margin-top: 0;
padding-top: 0;
}
.content .section-header + .section-body > .article-summary-horizontal:first-of-type,
.content .section-header + .section-body > .articles-cols-2-border:first-of-type {
margin-top: -12px;
}
[class^="articles-cols"] + .articles-cols-3 {
margin-top: 24px;
}
[class^="articles-cols"] + .articles-cols-2-border.border-bottom {
margin-top: 28px!important;
}
.articles-cols-2-border.border-bottom > .flex-item {
border-top: none;
border-bottom: 1px solid #eee;
}
.section-feature-banner figure img {
width: 650px;
}
.section-series-articles figure img {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
border-radius: 2px;
}
.section-series-articles .articles-cols-4 .flex-item {
width: 150px;
}
.section-series-articles figure {
position: relative;
}
.section-series-articles .articles-cols-1 figure img {
width: 210px;
}
.section-series-articles .articles-cols-4 figure img {
width: 150px;
}
.section-series-articles .articles-cols-1 .plate-up,
.section-series-articles .articles-cols-4 .plate-up {
display: inline-block;
padding: 2px 8px;
position: absolute;
background: #d32f2f;
font-size: 12px;
color: #fff;
bottom: 0;
left: 0;
z-index: 2;
border-radius: 0 0 0 2px;
}
.section-series-articles .articles-cols-4 .parent-title {
margin-top: 8px;
text-overflow: initial;
white-space: normal;
font-size: 14px;
font-weight: bold;
color: #000;
}
.section-series-articles .articles-cols-1 .article:hover .parent-title,
.section-series-articles .articles-cols-4 .article:hover .parent-title {
text-decoration: underline;
}
.section-series-articles .articles-cols-4 .badge {
background: #ccc;
font-size: 12px;
color: #000;
}
.section-series-articles .articles-cols-1 .article.article-summary-horizontal {
padding: 0;
}
.section-series-articles .articles-cols-1 figure {
width: 210px;
order: 1;
}
.section-series-articles .articles-cols-1 .article .flex-item {
padding-left: 1rem;
order: 2;
}
.section-series-articles .articles-cols-1 .parent-title {
margin: 0 0 0 0;
font-size: 24px;
font-weight: bold;
color: #000;
}
.section-series-articles .articles-cols-1 .bplead {
margin-top: 16px;
font-size: 14px;
}
.section-series-articles .articles-cols-1 .badge {
margin-top: 0;
vertical-align: top;
background: #ccc;
font-size: 12px;
color: #000;
}
.section-pickup-articles .articles-cols-2 .plate-up,
.section-pickup-articles .articles-cols-3 .plate-up {
display: inline-block;
padding: 2px 8px;
position: absolute;
background: #d32f2f;
font-size: 12px;
color: #fff;
bottom: 0;
left: 0;
z-index: 2;
border-radius: 2px 0 0 0;
}
.section-pickup-articles .articles-cols-3 .article {
position: relative;
width: 206px;
}
.section-pickup-articles .articles-cols-2 .plate-up,
.section-pickup-articles .articles-cols-3 .plate-up {
bottom: auto;
top: 0;
}
.section-pickup-articles .articles-cols-2 .badge,
.section-pickup-articles .articles-cols-3 .badge {
margin-top: 0;
background: #fff;
font-size: 12px;
color: #000;
}
.section-pickup-articles .articles-cols-2 figure::after,
.section-pickup-articles .articles-cols-3 figure::after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
bottom: 0;
left: 0;
z-index: 1;
}
.section-pickup-articles .articles-cols-3 figure::after {
height: 124px;
border-radius: 0 0 2px 2px;
}
.section-pickup-articles .articles-cols-2 figure::after {
height: 189px;
}
.section-pickup-articles .articles-cols-3 .article.article-summary-vertical .parent-title {
margin-top: 8px;
line-height: 1.4;
font-size: 15px;
font-weight: bold;
color: #fff;
text-overflow: initial;
white-space: normal;
}
.section-pickup-articles .articles-cols-2 .article .flex-item,
.section-pickup-articles .articles-cols-3 .article .flex-item {
width: 100%;
padding: 12px;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
}
.section-pickup-articles .articles-cols-2 {
padding-top: 0;
}
.section-pickup-articles .articles-cols-3 > .flex-item {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
border-radius: 2px;
}
.section-pickup-articles .articles-cols-2 > .flex-item {
margin: 0;
padding: 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
width: 315px;
border-radius: 2px;
}
.section-pickup-articles .articles-cols-2 > .flex-item:nth-child(odd) {
margin-right: 10px;
}
.section-pickup-articles .articles-cols-2 > .flex-item:nth-child(even) {
margin-left: 10px;
}
.section-pickup-articles .articles-cols-2 figure img {
width: 315px;
height: 236px;
border-radius: 2px 2px 0 0;
}
.section-pickup-articles .articles-cols-3 figure img {
width: 206px;
height: 155px;
border-radius: 2px;
}
.section-pickup-articles .articles-cols-2 .article.article-summary-vertical .parent-title {
margin-top: 8px;
line-height: 1.4;
font-size: 20px;
font-weight: bold;
color: #fff;
text-overflow: initial;
white-space: normal;
}
.section-pickup-articles .articles-cols-2 .article.article-summary-vertical .parent-title .icon-lock::before {
opacity: .6;
font-size: 12px;
color: #fff;
}
.section-pickup-articles .articles-cols-2 > .flex-item:nth-last-child(2) .article,
.section-pickup-articles .articles-cols-2 > .flex-item:last-child .article {
border-bottom: none;
}
.section-pickup-articles .articles-cols-2 .bplead {
padding: 12px;
line-height: 1.5;
font-size: 0.875rem;
}
.section-db-articles .section-body {
margin-top: 0;
}
.section-db-articles .articles-cols-2-border.border-bottom {
padding-top: 0;
}
.section-db-articles .section-tags a {
font-weight: bold;
}
.section-db-articles .section-tags i {
margin: .25rem .5rem .25rem 0;
font-style: normal;
vertical-align: middle;
}
.section-db-articles .section-tags i.icon:before {
color: #666;
}
.section-data-articles .article-title {
font-size: 16px;
}
.section-seminar-articles figure img {
width: 315px;
}
.section-seminar-articles .articles-cols-2 {
padding-top: 0;
}
.section-seminar-articles .articles-cols-2 > .flex-item:nth-last-child(2) .article,
.section-seminar-articles .articles-cols-2 > .flex-item:last-child .article {
border-bottom: none;
}
.section-seminar-articles .parent-title {
margin-top: 8px;
font-size: 0.75rem;
}
.section-seminar-articles .article-title .icon {
color: #666;
}
.section-seminar-articles .article:hover .article-title {
text-decoration: underline;
}
.article.movie figure .btn-play {
position: absolute;
background-image: url(/images/2018/seminar/btn_play.svg);
background-size: cover;
top: auto;
left: auto;
bottom: 8px;
right: 8px;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
z-index: 2;
}
.container .articles-cols-2 figure .btn-play,
.aside .articles-cols-1 figure .btn-play {
width: 40px;
height: 40px;
}
.article.movie figure:not(.fig-face)::after {
content: "";
display: block;
width: 100%;
height: 50%;
position: absolute;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
bottom: 0;
left: 0;
z-index: 1;
}
.section-calender .main.future-calendar .container-calendar {
margin-top: 24px;
}
.section-calender .main.future-calendar .container-calendar .calendar {
height: 355px;
border-top: 1px solid #ccc;
}
.section-calender .main.future-calendar .container-calendar .results {
width: 468px;
left: 180px;
}
.section-calender .main.future-calendar .container-calendar .left-line-box {
padding-bottom: 0;
border-left: none;
margin-left: 0;
}
.section-calender .main.future-calendar .container-calendar .month {
width: 110px;
}
.section-calender .main.future-calendar .container-calendar .month .month-inner {
margin-right: 0;
}
.section-calender .main.future-calendar .container-calendar .results-inner::-webkit-scrollbar {
-webkit-appearance: none;
width: 3px;
}
.section-calender .main.future-calendar .container-calendar .results-inner::-webkit-scrollbar-thumb {
background-color: #666;
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.section-calender .main.future-calendar .container-calendar .results .flex {
border: none;
}
.section-calender .main.future-calendar .container-calendar .results .flex figure {
align-self: center;
}
.section-calender .main.future-calendar .container-calendar .results .flex figure img {
width: 93px;
margin-left: 12px;
}
.section-magazine-articles {
padding-top: 40px;
padding-bottom: 40px;
background: #f6f6f6;
}
.section-magazine-articles .section-body {
margin-top: 28px;
padding: 0 16px;
}
.content .section-magazine-articles .articles-cols-3 .article-summary-vertical {
width: 195px;
}
.section-magazine-articles .article-summary-vertical img {
width: 195px!important;
}
.section-magazine-articles .magazine-title {
margin-top: 8px;
font-size: 16px;
font-weight: bold;
}
.section-magazine-articles .date {
margin-top: 4px;
font-size: 14px;
}
.section-magazine-articles .section-footer {
padding-right: 16px;
}
.section-event-articles .article.article-summary-horizontal {
border-bottom: 1px solid #eee;
}
.section-event-articles .article.article-summary-horizontal figure {
margin-left: 20px;
width: 120px;
}
.section-event-articles .article.article-summary-horizontal img {
width: 120px;
}
.section-event-articles .article-title {
font-size: 16px;
}
.section-event-articles .article.article-summary-horizontal .date {
margin-top: 12px;
font-size: 14px;
}
.section-event-articles .article.article-summary-horizontal .date i,
.section-event-articles .article.article-summary-horizontal .place i {
margin-right: 4px;
vertical-align: middle;
}
.section-event-articles .article.article-summary-horizontal .date i::before,
.section-event-articles .article.article-summary-horizontal .place i::before {
font-size: 16px;
}
.section-event-articles .article.article-summary-horizontal .place {
margin-top: 8px;
font-size: 14px;
color: #666;
}
.aside .section-event-articles .article.article-summary-horizontal .date,
.aside .section-event-articles .article.article-summary-horizontal .place {
font-size: 12px;
}
.aside .section-header + .section-body {
margin-top: 8px;
}
.section-favorite-ranking {
margin-bottom: 0;
}
.section-favorite-ranking .switch-panels2,
.section-favorite-ranking .switch-panels3 {
margin-bottom: 30px;
}
.section-favorite-ranking .switch-panels2 > ul,
.section-favorite-ranking .switch-panels3 > ul {
font-size: 0;
}
.section-favorite-ranking .switch-panels2 > ul li,
.section-favorite-ranking .switch-panels3 > ul li {
display: inline-block;
width: 33.33333%;
border: none;
}
.section-favorite-ranking .switch-panels2 > ul li a,
.section-favorite-ranking .switch-panels3 > ul li a {
display: block;
color: #666;
font-size: 0.875rem;
padding: .25rem 0;
text-decoration: none;
text-align: center;
border: 1px solid #ccc;
}
.section-favorite-ranking .switch-panels2 > ul li a.selected,
.section-favorite-ranking .switch-panels2 > ul li a:hover,
.section-favorite-ranking .switch-panels3 > ul li a.selected,
.section-favorite-ranking .switch-panels3 > ul li a:hover {
background-color: #d32f2f;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.section-favorite-ranking .switch-panels2 > ul li a.selected,
.section-favorite-ranking .switch-panels2 > ul li a:hover,
.section-favorite-ranking .switch-panels3 > ul li a.selected,
.section-favorite-ranking .switch-panels3 > ul li a:hover {
border-color: #d32f2f;
}
.section-favorite-ranking .switch-panels2 > ul li:first-child a,
.section-favorite-ranking .switch-panels3 > ul li:first-child a {
border-radius: 3px 0 0 3px;
border-right-width: 0;
}
.section-favorite-ranking .switch-panels2 > ul li:last-child a,
.section-favorite-ranking .switch-panels3 > ul li:last-child a {
border-radius: 0 3px 3px 0;
border-left-width: 0;
}
.switch-panels .panels,
.switch-panels2 .panels2 {
display: none;
}
.aside .section-header + .section-body.switch-panels2,
.aside .section-header + .section-body.switch-panels3 {
margin-top: 24px!important;
}
.section-favorite-ranking .list-counter > li:first-child {
margin-top: 0;
}
.container .section-top-tags + .flex .content > section:first-child,
.container .section-top-tags + .flex .aside > section:first-child,
.container .section-top-tags + .flex .aside > .section:first-child {
margin-top: 16px;
}
.container .section-ichi-articles + .flex .content section:first-of-type,
.container .section-ichi-articles + .flex .aside section:first-of-type {
margin-top: 32px;
}
.article.article-summary-horizontal.favorite-ranking {
padding: 10px 0;
border-color: #eee;
}
.article.article-summary-horizontal.favorite-ranking .parent-title {
font-size: 12px;
}
.article.article-summary-horizontal.favorite-ranking > div,
.section-electronic-edition .article.article-summary-horizontal > .count {
padding-left: 2rem;
}
.main .section-favorite-ranking h2 em {
margin: 0 4px 0 0;
font-style: normal;
color: #d32f2f;
}
.section-electronic-edition {
margin-bottom: 40px;
}
.section-electronic-edition .article.article-summary-horizontal {
border-color: #eee;
}
.aside .section-lead {
margin: 0;
font-size: .75rem;
}
.section-favorite-ranking .favorite-ranking figure {
width: 80px;
align-self: center;
margin-left: 12px;
}
.section-favorite-ranking .favorite-ranking.series-ranking figure {
width: 60px;
}
.section-favorite-ranking .favorite-ranking figure img {
width: 80px;
}
.section-favorite-ranking .favorite-ranking.series-ranking figure img {
width: 60px;
}
.article.favorite-ranking.tag-ranking .parent-title {
font-size: 0.75rem;
}
.article.favorite-ranking.tag-ranking .article-title {
font-size: 0.875rem;
}
.section-favorite-ranking .favorite-ranking.series-ranking .parent-title {
text-overflow: initial;
white-space: normal;
font-size: 0.875rem;
font-weight: bold;
color: #000;
}
.section-favorite-ranking .favorite-ranking.series-ranking:hover .parent-title {
text-decoration: underline;
}
.aside .article.article-summary-horizontal.favorite-ranking .article-title,
.aside .tag-ranking .article.article-summary-horizontal .article-title {
font-size: 14px;
}
.section-favorite-ranking .favorite-ranking .badge {
padding: 0;
background: none;
font-size: 0.75rem;
color: #666;
}
.article-note {
text-align: right;
font-size: 13px;
color: #666;
}
.content .article-note {
color: #666;
}
.section-electronic-edition .section-header {
border-bottom: none;
}
.section-electronic-edition .section-body {
margin-top: 24px;
}
.main .aside h2 {
font-size: 20px;
}
.main .aside .section-days-articles h2 {
font-size: 1rem;
}
.main .section-favorite-ranking .flex {
align-items: center;
}
.main .section-favorite-ranking .tag-outline-theme {
font-weight: normal!important
}
.section-favorite-ranking.favorite-tag-ranking p.tag-ranking-title {
margin: 6px 0 0 0;
font-weight: bold;
}
.section.section-mypage-link {
padding-top: 40px;
padding-bottom: 40px;
background: #f6f6f6;
}
.section.section-mypage-link .section-body {
margin: 10px 0 0 0;
padding: 0 16px;
}
.section.section-mypage-link .section-body .btn {
display: block;
margin: 24px 0 0 0;
font-size: .875rem;
}
.section.section-mypage-link .section-body .btn .icon {
margin-right: .25rem;
}
.section.section-mypage-link .section-body .btn .icon::before {
position: relative;
font-size: 18px;
vertical-align: middle;
top: -2px;
}
.content .section.section-mypage-link .section-body .btn {
height: 48px;
line-height: 48px;
padding: 0 1rem;
}
.section-ichi-articles {
margin-top: 16px;
}
.section-ichi-articles .section-body {
margin-top: 0;
}
.section-ichi-articles .articles-cols-2 {
padding-top: 0;
}
.section-ichi-articles .articles-cols-1 .article.article-summary-vertical {
width: 650px;
}
.section-ichi-articles .articles-cols-2 .article.article-summary-vertical {
width: 315px;
}
.section-ichi-articles .articles-cols-3 .article.article-summary-vertical {
width: 314px;
}
.section-ichi-articles .article.article-summary-vertical figure::before {
content: "";
display: block;
width: 100%;
height: 5px;
position: absolute;
background: #d32f2f;
top: 0;
left: 0;
z-index: 1;
}
.section ~ .section-ichi-articles .article.article-summary-vertical figure::before {
display: none;
}
.section-ichi-articles .articles-cols-1 .article.article-summary-vertical figure::after,
.section-ichi-articles .articles-cols-2 .article.article-summary-vertical figure::after,
.section-ichi-articles .articles-cols-3 .article.article-summary-vertical figure::after {
content: "";
display: block;
width: 100%;
height: 304px;
position: absolute;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
bottom: 0;
left: 0;
z-index: 1;
}
.section-ichi-articles .articles-cols-2 .article.article-summary-vertical figure::after {
height: 177px;
}
.section-ichi-articles .articles-cols-3 .article.article-summary-vertical figure::after {
height: 147px;
}
.section-ichi-articles .article.article-summary-vertical figure img {
width: 100%;
}
.section-ichi-articles .article.article-summary-vertical .flex-item {
width: 100%;
padding: 12px;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
}
.section-ichi-articles .article.article-summary-vertical .flex-item .parent-title {
color: #fff;
text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.section-ichi-articles .article.article-summary-vertical .flex-item .article-title {
color: #fff;
text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.section-ichi-articles .articles-cols-1 .article.article-summary-vertical .flex-item .parent-title {
font-size: .875rem;
}
.section-ichi-articles .articles-cols-1 .article.article-summary-vertical .flex-item .article-title {
font-size: 1.5rem;
}
.section-ichi-articles .articles-cols-2 .article.article-summary-vertical .flex-item .parent-title {
font-size: .75rem;
}
.section-ichi-articles .articles-cols-2 .article.article-summary-vertical .flex-item .article-title {
font-size: 1rem;
}
.section-ichi-articles .articles-cols-3 .article.article-summary-vertical .flex-item .parent-title {
font-size: .75rem;
}
.section-ichi-articles .articles-cols-3 .article.article-summary-vertical .flex-item .article-title {
font-size: 1rem;
}
.section-ichi-articles article.article-summary-vertical:hover .flex-item .parent-title {
text-decoration: none;
}
.section-ichi-articles article.article-summary-vertical:hover .flex-item .article-title {
text-decoration: underline;
}
.section-article-list .article.article-summary-horizontal {
padding: 12px 0;
border-bottom: 1px solid #eee;
}
.section-article-list .article.article-summary-horizontal figure {
width: 80px;
margin-left: 12px;
order: 2;
}
.section-article-list .article.article-summary-horizontal figure img {
width: 80px;
}
.content .section-article-list.section-rec-info .article.article-summary-horizontal figure,
.content .section-article-list.section-rec-info .article.article-summary-horizontal figure img {
width: 120px;
}
.section-article-list .article.article-summary-horizontal .flex-item {
order: 1;
}
.section-article-list .article.article-summary-horizontal .parent-title {
font-size: 0.75rem;
}
.section-article-list .article.article-summary-horizontal .article-title {
font-size: 0.875rem;
}
.section-article-list .article.article-summary-horizontal .bplead {
font-size: 0.75rem;
color: #666;
}
.section-subsc-link {
margin: 16px 0 40px;
}
.section-subsc-link .article.article-summary-horizontal {
border-bottom: 1px solid #eee;
}
.section-subsc-link .article.article-summary-horizontal:first-of-type {
border-top: 1px solid #eee;
}
.section-subsc-link .section-header {
margin-bottom: 8px;
}
.section-subsc-link .section-header p {
margin: 0;
font-size: 1rem;
font-weight: bold;
}
.content .section-subsc-link .section-header p {
font-size: 20px;
}
.section-subsc-link .article.article-summary-horizontal figure {
width: 80px;
margin-left: 12px;
order: 2;
}
.content .section-subsc-link .article.article-summary-horizontal figure,
.content .section-subsc-link .article.article-summary-horizontal figure img {
width: 120px;
}
.section-subsc-link .article.article-summary-horizontal figure img {
width: 80px;
}
.section-subsc-link .article.article-summary-horizontal .flex-item {
order: 1;
}
.section-subsc-link .article.article-summary-horizontal .parent-title {
font-size: 12px;
}
.section-subsc-link .article.article-summary-horizontal .article-title {
font-size: 14px!important;
}
.section-subsc-link .article.article-summary-horizontal .bplead {
font-size: 0.75rem;
color: #666;
}
.content .section-subsc-link .article.article-summary-horizontal .parent-title {
font-size: 16px;
color: #000;
font-weight: bold;
}
.content .section-subsc-link .article.article-summary-horizontal .article-title {
font-size:12px;
color: #666;
font-weight: normal;
}
/* atcl */
.article.article-empty-link .article-title,
.article.article-empty-link .bplead {
color: #666;
}
.article.article-empty-link:hover .article-title {
text-decoration: none!important;
}
.article.article-empty-link:hover img {
opacity: 1;
}
.articles-cols-3 > .flex-item:nth-child(n+4) {
padding-top: 32px;
}
.articles-cols-2-border .article.article-summary-horizontal {
padding: 10px 0;
}
.main.atcl-contents.article-child {
margin-top: 0;
}
.main.atcl-contents.article-child .container {
margin-top: 30px;
}
.main.atcl-contents.article-child .content {
width: 680px;
}
.main.atcl-contents.article-child .aside {
width: 300px;
border: none;
}
.article-child .atcl-header .parent-title {
font-size: 1rem;
font-weight: bold;
color: #666;
}
.article-child .atcl-header .badge-feature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}	
.article-child .atcl-header .badge-feature span,
.article-child .atcl-header .charge-only {
margin: 0 8px 4px 0;
padding: 2px 6px;
background: #d32f2f;
text-align: center;
font-size: 12px;
border: 2px;
color: #fff;
line-height: 1;
}
.article-child .atcl-header .badge-feature span:last-child {
margin-right: 0;
}
.article-child .atcl-header h1 {
margin-top: 8px;
line-height: 1.5;
font-size: 1.75rem;
}
.article-child .atcl-header .date,
.article-child .atcl-header .time {
display: inline-block;
margin-top: 16px;
margin-right: 16px;
font-size: .875rem;
color: #666;
}
.article-child .atcl-header .date {
font-size: .875rem;
color: #666;
}
.article-child .container-author,
.main.seminar .container-author {
margin: 12px 0 0 0;
padding: 4px 12px;
background: #f6f6f6;
position: relative;
}
.article-child .container-author a,
.main.seminar .container-author a {
display: inline-block;
}
.article-child .container-author a:hover,
.main.seminar .container-author a:hover {
text-decoration: none;
}
.article-child .container-author .author-block + .author-block {}
.article-child .container-author .name,
.main.seminar .container-author .name {
display: inline-block;
font-size: 15px;
vertical-align: middle;
font-weight: normal;
}
.article-child .container-author a:hover .name,
.article-child .container-author a:hover .job-title-leaf-child,
.main.seminar .container-author a:hover .name,
.main.seminar .container-author a:hover .job-title-leaf-child {
text-decoration: underline;
}
.article-child .container-author .job-title-leaf-child,
.main.seminar .container-author .job-title-leaf-child {
display: inline-block;
margin-left: 4px;
font-size: 11px;
color: #666;
vertical-align: middle;
}
.btn-clip-balloon.on {
display: block;
}
.btn-clip-balloon.off {
display: none;
}
.btn-clip-balloon {
width: 300px;
padding: 12px;
position: absolute;
background: rgba(0, 0, 0, .75);
border-radius: 2px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
top: -80px;
left: -130px;
z-index: 100;
text-align: center;
box-sizing: border-box;
}
.container-user-tools .btn-clip-balloon {
left: -105px;
}
.btn-clip-balloon::before {
content: "";
margin-left: -10px;
border: 10px solid transparent;
border-top: 10px solid rgba(0, 0, 0, .75);
position: absolute;
bottom: -20px;
left: 50%;
}
.btn-clip-balloon .clip-balloon-header {
color: #fff;
font-size: 1.125rem;
}
.btn-clip-balloon .clip-balloon-detail {
color: #fff;
font-size: .75rem;
}
.btn-clip-balloon .clip-balloon-detail a {
text-decoration: underline;
}
.btn-clip-balloon .clip-balloon-detail a:hover {
text-decoration: none;
}
.article-child .atcl-header .atcl-header-parts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.article-child .atcl-header .btn-clip-block {
position: relative;
}
.main.atcl-contents .section-footer {
border-bottom: none;
padding-bottom: 0;
}
.article-child .atcl-header .btn-conditionally-clip {
padding: 0;
width: 32px;
height: 32px;
border-radius: 50%;
background: #fff;
border-color: #ccc;
}
.article-child .atcl-header .btn.on,
.article-child .atcl-header .btn:hover,
.article-child .atcl-header .btn.off:hover,
.atcl-contents .container-parts.container-user-tools .btn.on,
.atcl-contents .container-parts.container-user-tools .btn:hover,
.atcl-contents .container-parts.container-user-tools .btn.off:hover {
background-color: #d32f2f;
border-color: #d32f2f;
}
.article-child .atcl-header .btn-conditionally-clip .icon,
.atcl-contents .container-parts.container-user-tools .btn-conditionally-clip .icon {
margin: 0;
width: 30px;
height: 30px;
position:relative;
}
.article-child .atcl-header .btn-conditionally-clip .icon::before,
.atcl-contents .container-parts.container-user-tools .btn-conditionally-clip .icon::before {
top: 0;
font-size: 16px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.articleBody p,
.articleBody h5,
.articleBody ul,
.articleBody ol {
margin: 30px 0 0 0;
}
.articleBody p:first-of-type {
margin-top: 24px;
}
.articleBody p.bplead {
font-weight: bold;
background-color: #fff;
margin-bottom: 16px;
padding: 0 0 32px 0;
border-bottom: 1px solid #ccc;
font-size: 17px;
line-height: 1.76;
}
.articleBody p.bplead:first-of-type {
margin-top: 24px;
margin-bottom: -12px;
padding-bottom: 24px;
}
.articleBody p.bplead:first-of-type + h3 {
margin-top: 46px;
}
.articleBody p.bplead:first-of-type + h4 {
margin-top: 46px;
}
.articleBody .atcl-tx.off,
.articleBody .atcl-more-btn.off {
display: none;
}
.articleBody .bpimage_title {
display: block;
}
.articleBody .bpimage_click {
line-height: 1.4;
font-size: .875rem;
font-weight: normal;
color: #666;
}
.articleBody .bpimage_title + .bpimage_image,
.articleBody .bpimage_caption + .bpimage_image,
.articleBody .bpimage_image + .bpimage_title,
.articleBody .bpimage_image + .bpimage_caption,
.articleBody .bpimage_image + .bpimage_click {
margin-top: 8px;
}
.articleBody .bpimage_title + .bpimage_caption {
margin-top: 4px;
}
.articleBody .bpimage_caption + .bpimage_click {
margin-top: 6px;
}
.articleBody .bpimage_click span {
text-decoration: underline;
}
/* atcl_component */
.article-child .article.article-detail {
overflow: hidden;
}
.articleBody {
font-size: 17px;
line-height: 28px;
}
.article-detail .articleBody {
margin-top: 24px;
}
.article-detail .articleBody::after {
content: '';
display: block;
clear: both;
}
.article-detail .articleBody h3 {
margin-top: 40px;
line-height: 1.5;
}
.article-detail .articleBody h3:first-child,
.article-detail .articleBody h4:first-child,
.article-detail .articleBody h5:first-child {
margin-top: 0;
}
.article-detail .articleBody h4 {
margin-top: 40px;
line-height: 1.5;
font-size: 20px;
}
.article-detail .articleBody h5 {
font-size: 17px;
font-weight: bold;
}
.article-detail .articleBody a {
text-decoration: underline;
}
.article-detail .articleBody a:hover {
text-decoration: none;
}
.article-detail .articleBody a.btn {
text-decoration: none;
}
.article-detail .articleBody .side-note-snippet {
display: none;
}
.articleBody .bgCol,
.articleBody .bgColTintA,
.articleBody .bgColTintB,
.articleBody .bgColShade,
.articleBody .bgColShadeA,
.articleBody .bgColShadeB,
.articleBody .bgColBlack,
.articleBody .bgColBlackTintA,
.articleBody .bgColBlackTintB,
.articleBody .bgColBlackShade,
.articleBody .bgColBlackShadeA,
.articleBody .bgColBlackShadeB,
.articleBody .bgColGray,
.articleBody .bgColSilver,
.articleBody .bgColWhite,
.articleBody .bgColRed,
.articleBody .bgColYellow,
.articleBody .bgColLime,
.articleBody .bgColAqua,
.articleBody .bgColBlue,
.articleBody .bgColFuchsia,
.articleBody .bgColMaroon,
.articleBody .bgColOlive,
.articleBody .bgColGreen,
.articleBody .bgColTeal,
.articleBody .bgColNavy,
.articleBody .bgColPurple {
padding: 5px 4px;
display: inline-block;
margin: 5px;
}
.article-detail .articleBody .bpimage_title_border {
display: block;
clear: both;
padding-top: 32px;
}
.article-detail .articleBody .bpimage_title_border .bpimage_title{
display: block;
padding-top: 12px;
border-top: 1px solid #ccc;
}
.articleBody .bpbox_left,
.articleBody .bpimage_left {
margin: 30px 30px 10px 0;
}
.articleBody .bpbox_right,
.articleBody .bpimage_right {
margin: 30px 0 10px 30px;
}
.articleBody .bpbox_center .bpimage_triple .bpimage_image {
margin-top: 0px;
}
.articleBody .bpbox_left .bpimage_image,
.articleBody .bpimage_left .bpimage_image,
.articleBody .bpbox_right .bpimage_image,
.articleBody .bpimage_right .bpimage_image {
margin-top: 5px;
}
.articleBody .bpimage_center {
margin: 30px auto 30px;
}
.article-detail .articleBody .bpimage_image img {
vertical-align: bottom;
}
.articleBody .bpprofile {
position: relative;
}
.articleBody .bpprofile::before,
.articleBody .bpprofile::after,
.articleBody .bpprofile_photo::before,
.articleBody .bpprofile_photo::after {
content: "";
display: block;
background-image: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 3px);
background-size: 5px 1px;
background-position: top;
background-repeat: repeat-x;
height: 1px;
}
.articleBody .bpprofile::before,
.articleBody .bpprofile_photo::before {
margin-bottom: 20px;
}
.articleBody .bpprofile::after,
.articleBody .bpprofile_photo::after {
margin-top: 20px;
}
.articleBody .bpprofile_photo .bpprofile_text {
margin-top: 16px;
}
.articleBody .bpprofile_photo .bpprofile_profile {
overflow: hidden;
}
.articleBody .bpprofile_photo .bpprofile_profile .bpprofile_name {
display: inline-block;
margin-top: 10px;
}
.articleBody .bpprofile_photo .bpprofile_profile img {
float: left;
width: 100px;
height: 100px;
border-radius: 50%;
margin-right: 20px;
}
.articleBody ul ul,
.articleBody ol ul {
list-style: none;
padding-left: 20px;
}
.articleBody ul ul li,
.articleBody ol ul li {
position: relative;
}
.articleBody ul ul li::before,
.articleBody ol ul li::before {
content: ''!important;
display: block;
padding-right: .5em;
width: 8px;
height: 2px;
background: #000;
position: absolute;
left: -14px;
top: 14px;
}
.articleBody ol.circledDecimal ol {
padding-left: 2em;
list-style: decimal;
}
.articleBody ol.circledDecimal ol li {
text-indent: 0;
}
.articleBody ol.circledDecimal ol > li::before {
display: none;
}
.articleBody blockquote {
padding: 48px;
}
.articleBody blockquote + p.textAlignRight {
margin: -24px 0 0 0;
font-size: 14px;
}
.articleBody blockquote + p.textAlignRight cite {
font-style: normal;
}
.articleBody blockquote h3 {
border-bottom: none;
font-size: 18px;
padding-bottom: 0;
}
.articleBody blockquote:before {
font-family: Helvetica;
font-size: 60px;
}
.articleBody blockquote:after {
font-family: Helvetica;
font-size: 60px;
bottom: -6px;
}
.main.atcl-contents.article-child .nav-pagenation {
margin: 30px auto 0;
}
.main.atcl-contents.article-child .nav-pagenation ul li {
width: 32px;
height: 32px;
}
.main.atcl-contents.article-child .nav-pagenation ul li a {
line-height: 32px;
text-decoration: none;
font-size: 14px;
}
.main.atcl-contents.article-child .nav-pagenation ul li a.current {
background-color: transparent;
color: #d32f2f;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev,
.main.atcl-contents.article-child .nav-pagenation .nav-next {
font-size: 14px;
font-weight: 500;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev.hide,
.main.atcl-contents.article-child .nav-pagenation .nav-next.hide {
display: block;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev a,
.main.atcl-contents.article-child .nav-pagenation .nav-next a {
text-decoration: none;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev a:hover,
.main.atcl-contents.article-child .nav-pagenation .nav-next a:hover{
text-decoration: underline;
}
.main.atcl-contents.article-child .nav-pagenation .nav-prev .icon::before,
.main.atcl-contents.article-child .nav-pagenation .nav-next .icon::before {
top: -1px;
font-size: 14px;
}
.main.atcl-contents.article-child .atcl-sitebnr {
margin: 30px 0 0 0;
text-align: center;
}
.main.atcl-contents.article-child .atcl-sitebnr img {
width: 346px;
}
.main.atcl-contents.article-child .nxr-media-logo {
margin: 16px 0 0 0;
text-align: right;
}
.container-more .btn {
cursor: pointer;
}
.articleBody .container-more .btn {
width: auto;
height: auto;
min-height: 48px;
padding: 14px 1rem;
border-color: #d32f2f;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
}
.articleBody .container-more .btn:hover {
text-decoration: none;
background: #d32f2f;
color: #fff;
}
.articleBody .container-more .btn:hover em {
text-decoration: underline;
}
.articleBody .container-more .btn .container-more-title {
color: #d32f2f;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.articleBody .container-more .btn em {
font-weight: bold;
white-space: normal;
}
.articleBody .container-more .btn:hover .container-more-title {
color: #fff;
}
.articleBody .container-more .btn.btn-outline-normal {
width: 158px;
height: 48px;
cursor: pointer;
}
.articleBody .container-more .btn.btn-outline-normal .container-more-title {
color: #d32f2f;
font-weight: bold;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.articleBody .container-more .btn.btn-outline-normal:hover .container-more-title {
color: #fff;
}
.articleBody .container-more .btn.btn-outline-normal i.icon {
position: absolute;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
right: 12px;
}
.articleBody .container-more .btn i.icon::before {
margin-left: 8px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.articleBody .container-more .btn:hover i.icon::before {
color: #fff;
}
.articleBody .nav-article-page-anchor {
margin-top: 24px;
text-align: center;
}
.articleBody .nav-article-page-anchor ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
justify-content: center;
}
.articleBody .nav-article-page-anchor ul li {
padding: 0 6px;
line-height: 1;
font-size: 1rem;
color: #666;
}
.articleBody .nav-article-page-anchor ul li.current {
color: #d32f2f;
}
.articleBody .container-movie {
text-align: center;
}
.articleBody .bpprofile_position,
.articleBody .bpinterview_position {
display: inline-block;
margin-bottom: 12px;
}
.atcl-contents .articles-cols-2-border {
padding-top: 0;
}
.atcl-contents .articles-cols-2-border figure {
padding-left: 0;
}
.atcl-contents .articles-cols-2-border figure img {
width: 100%;
}
.atcl-contents .articles-cols-2-border .article.article-summary-horizontal .article-title {
font-size: .875rem;
}
.atcl-contents .articles-cols-2-border.border-bottom > .flex-item {
border-bottom: 1px solid #eee;
}
.atcl-contents .section-related-articles {
margin-top: 40px;
}
.section-tags {
margin-top: 15px;
}
.atcl-contents .container-atcl-series + .section-tags {
margin-top: 30px;
}
.atcl-contents .section-tags .section-header h2 {
border: none;
padding-left: 0;
text-align: center;
font-size: 1rem;
}
.atcl-contents .section-tags .section-body {
margin-top: 0;
}
.atcl-contents .section-tags .container-tags {
margin-top: 1rem;
justify-content: center;
}
.atcl-contents .container-parts.container-user-tools {
margin-top: 24px;
justify-content: flex-end;
}
.atcl-header-parts .container-user-tools .btn,
.atcl-header-parts .container-user-tools span.icon-outline,
.atcl-contents .container-parts.container-user-tools .btn,
.atcl-contents .container-parts.container-user-tools figure,
.atcl-contents .container-parts.container-user-tools span.icon-outline {
display: block;
width: 32px;
height: 32px;
padding: 0;
border: 1px solid #ccc;
border-radius: 20px;
text-align: center;
}
.atcl-header-parts .container-user-tools span.icon-outline i,
.atcl-contents .container-parts.container-user-tools span.icon-outline i {
margin-top: 0;
width: 30px;
height: 30px;
position:relative;
}
.atcl-header-parts .container-user-tools span.icon-outline i.icon::before,
.atcl-contents .container-parts.container-user-tools span.icon-outline i.icon::before {
color: #666;
top: 0;
-webkit-transition: .5s;
transition: .5s;
font-size: 16px;
vertical-align: middle;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.atcl-header-parts .container-user-tools span.icon-outline i.icon-hatenaBookmark::before,
.atcl-contents .container-parts.container-user-tools span.icon-outline i.icon-hatenaBookmark::before {
font-size: 14px;
}
.atcl-header-parts .container-user-tools a:hover span.icon-outline,
.atcl-contents .container-parts.container-user-tools a:hover span.icon-outline {
background-color: #d32f2f;
border-color: #d32f2f;
}
.atcl-header-parts .container-user-tools a:hover span.icon-outline i.icon::before,
.atcl-contents .container-parts.container-user-tools a:hover span.icon-outline i.icon::before {
color: #fff;
}
.atcl-header-parts .container-parts .btn-link:hover .btn,
.atcl-header-parts .container-parts .btn-link.on .btn,
.atcl-contents .container-parts .btn-link:hover .btn,
.atcl-contents .container-parts .btn-link.on .btn {
background-color: #d32f2f;
border-color: #d32f2f;
}
.atcl-header-parts .container-user-tools .btn-link:hover .icon::before,
.atcl-header-parts .container-user-tools .btn-link.on .icon::before,
.atcl-contents .container-parts.container-user-tools .btn-link:hover .icon::before,
.atcl-contents .container-parts.container-user-tools .btn-link.on .icon::before {
color: #fff;
}
.atcl-contents .container-parts.container-user-tools .flex {
align-items: center;
}
.atcl-header-parts .container-user-tools > .flex-item,
.atcl-contents .container-parts.container-user-tools > .flex-item {
margin: 0;
padding: 0 0 0 20px;
}
.atcl-header-parts .container-user-tools > .flex-item + .flex-item,
.atcl-contents .container-parts.container-user-tools > .flex-item + .flex-item {
border-left: none;
padding: 0 0 0 20px;
}
.atcl-contents .container-parts.container-user-tools figure {
margin: 0 8px 0 0;
-webkit-transition: .5s;
transition: .5s;
}
.atcl-contents .container-parts.container-user-tools figure img {
width: 100%;
height: auto;
}
.atcl-header-parts .container-user-tools .btn-link .icon,
.atcl-contents .container-parts.container-user-tools .btn-link .icon {
margin: 0;
width: 30px;
height: 30px;
position:relative;
}
.atcl-header-parts .container-user-tools .btn-link .icon::before,
.atcl-contents .container-parts.container-user-tools .btn-link .icon::before {
color: #666;
top: 0;
font-size: 16px;
-webkit-transition: .5s;
transition: .5s;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.atcl-header-parts .container-user-tools .btn-link,
.atcl-contents .container-parts.container-user-tools .btn-link {
padding: 0;
}
.atcl-contents .container-parts.container-user-tools .num,
.atcl-contents .container-parts.container-user-tools .title-link {
font-size: .75rem;
font-weight: normal;
color: #666;
}
.container-atcl-series .articles-cols-2 {
padding-top: 0;
margin-top: 1.5rem;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.container-atcl-series .articles-cols-2 .article {
border: none!important;
}
.container-atcl-series .articles-cols-2 .flex-item {
padding: 0!important;
}
.container-atcl-series .articles-cols-2 .flex-item + .flex-item {
border-left: 1px solid #eee!important;
}
.container-atcl-series .articles-cols-2 .flex-item .article.article-summary-horizontal {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
height: 100%;
}
.container-atcl-series .articles-cols-2 .flex-item .article.article-summary-horizontal.article-prev {
padding: .75rem 24px .75rem 40px;
}
.container-atcl-series .articles-cols-2 .flex-item .article.article-summary-horizontal.article-next {
padding: .75rem 40px .75rem 24px;
}
.container-atcl-series .articles-cols-2 .flex-item .article .badge {
display: block;
margin-top: 0;
padding: 0;
background: transparent;
font-size: .75rem;
color: #666;
line-height: 1.5;
}
.container-atcl-series .articles-cols-2 .flex-item .article .article-title {
font-size: .75rem;
}
.container-atcl-series .articles-cols-2 .flex-item .article.article-summary-horizontal .icon-left-arrow {
position: absolute;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
left: 16px;
}
.container-atcl-series .articles-cols-2 .flex-item .article.article-summary-horizontal .icon-right-arrow {
position: absolute;
top: 50%;
right: 16px;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.container-atcl-series .articles-cols-2 .flex-item .article.article-summary-horizontal .icon-left-arrow::before,
.container-atcl-series .articles-cols-2 .flex-item .article.article-summary-horizontal .icon-right-arrow::before {
font-size: .75rem;
color: #666;
}
.atcl-contents.article-parent .container {
margin-top: 30px;
}
.section-backnumber-articles {
margin-top: 40px;
}
.atcl-contents.article-parent .section-backnumber-articles,
.atcl-contents.article-parent .section-backnumber-articles > .section-body {
margin-top: 0
}
.section-backnumber-articles .section-backnumber-parent figure {
width: 210px;
min-width: 210px;
margin-right: 16px;
}
.section-backnumber-articles .section-backnumber-parent figure img {
width: 210px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
border-radius: 2px;
}
.section-backnumber-articles .section-backnumber-parent .flex-item {
}
.section-backnumber-articles .section-backnumber-parent .flex-item .badge {
display: inline-block;
margin-top: 0;
background: #ccc;
line-height: 1;
padding: 4px 5px;
border-radius: .125rem;
vertical-align: top;
font-size: 12px;
color: #000;
}
.section-backnumber-articles .section-backnumber-parent .flex-item .parent-title {
font-size: 1.5rem;
font-weight: bold;
margin-top: 0;
line-height: 1.5;
}
.section-backnumber-articles .section-backnumber-parent .flex-item .bplead {
margin-top: 32px;
font-size: .875rem;
}
.section-backnumber-articles .section-backnumber-next {
margin-top: 16px;
padding: 12px;
background: #f6f6f6;
}
.section-backnumber-articles .section-backnumber-next .num {
font-size: .75rem;
color: #666;
}
.section-backnumber-articles .section-backnumber-next .article-title {
font-size: .875rem;
font-weight: bold;
}
.section-backnumber-articles .section-backnumber-series {
margin-top: 24px;
}
.section-backnumber-articles .section-backnumber-series .article {
border-bottom: 1px solid #eee;
}
.section-backnumber-articles .section-backnumber-series .article.off {
display: none;
}
.section-backnumber-articles .section-backnumber-series figure {
width: 96px;
margin-left: 20px;
}
.article-parent .section-backnumber-articles .section-backnumber-series figure {
width: 120px;
margin-left: 20px;
}
.section-backnumber-articles .section-backnumber-series figure img {
width: 96px;
}
.article-parent .section-backnumber-articles .section-backnumber-series figure img {
width: 120px;
}
.section-backnumber-articles .section-backnumber-series .num,
.section-backnumber-articles .section-backnumber-series .date {
color: #666;
font-size: 12px;
line-height: 1;
}
.section-backnumber-articles .section-backnumber-series .backnumber-point .num {
color: #d32f2f;
}
.section-backnumber-articles .section-backnumber-series .num {
margin-right: 12px;
}
.section-backnumber-articles .section-backnumber-series .article-title {
margin-top: 4px;
font-size: .875rem;
}
.article-parent .section-backnumber-articles .section-backnumber-series .article-title {
margin-top: 6px;
font-size: 16px;
}
.article-parent .section-backnumber-articles .section-backnumber-series .article-empty-link .article-title {
color: #666;
}
.article-parent .section-backnumber-articles .section-backnumber-series .bplead {
margin-top: 4px;
font-size: 12px;
color: #666;
}
.section-backnumber-articles .section-backnumber-series .backnumber-all-view {
margin: 16px 0;
padding: 8px 0;
text-align: center;
position: relative;
font-weight: bold;
cursor: pointer;
font-size: 14px;
}
.section-backnumber-articles .section-backnumber-series .backnumber-all-view .backnumber-all-view-mark {
display: block;
position: absolute;
height: 24px;
top: 8px;
left: 24px;
}
.section-backnumber-articles .section-backnumber-series .backnumber-all-view-btn i.icon-expand {
margin-left: 4px;
}
.section-backnumber-articles .section-backnumber-series .backnumber-all-view-btn i.icon-expand::before {
color: #d32f2f;
}
.section-backnumber-articles .section-backnumber-series .backnumber-all-view-btn .backnumber-all-view-mark i.icon-function::before {
color: #ccc;
font-size: 24px;
}
.section-backnumber-articles .section-backnumber-parent .btn-conditionally i.icon-follow {
height: 18px;
}
.section-backnumber-articles .section-backnumber-parent .btn-conditionally i.icon-follow::before {
top: -1px;
}
.section-author-block .job-title {
font-size: .75rem;
color: #666;
}
.section-author-block .section-author-box + .section-author-box::before {
display: block;
content: "";
margin-top: 24px;
width: 100%;
background-image: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 3px);
background-size: 5px 1px;
background-position: top;
background-repeat: repeat-x;
height: 1px;
}
.section-author-block {
margin-top: 40px;
}
.section-author-block .section-body {
margin-top: 14px;
}
.section-author-block .section-body.flex {
margin-top: 24px;
}
.section-author-block .name,
.section-author-block .job-title {
margin-right: 12px;
}
/* paywall */
.main.atcl-contents.article-child .caution {
padding: 0;
border: none;
position: relative;
}
.main.atcl-contents.article-child .caution::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
left: 0;
top: -130px;
}
.main.atcl-contents.article-child .caution.no-grad::before {
display: none;
}
.main.atcl-contents.article-child .caution p {
margin: 1rem 0;
line-height: 1;
}
.main.atcl-contents.article-child .caution .txt-caution {
font-size: 0.875rem;
font-weight: normal;
}
.main.atcl-contents.article-child .caution .txt-campaign {
font-size: 0.875rem;
font-weight: bold;
}
.main.atcl-contents.article-child .caution .container-regist {
margin-top: 32px;
}
.main.atcl-contents.article-child .caution .container-regist .flex-item {
text-align: center;
margin-right: 15px;
margin-left: 15px;
line-height: initial;
height: 48px;
}
.main.atcl-contents.article-child .caution .btn-read-more,
.main.atcl-contents.article-child .caution .container-regist .btn {
margin-top: 0;
width: 158px;
height: 48px;
font-size: .875rem;
line-height: 1;
color: #fff;
}
.main.atcl-contents.article-child .container-regist .btn.btn-read-more {
background: #fff;
border: 1px solid #d32f2f;
color: #d32f2f;
position: relative;
font-weight: bold;
}
.main.atcl-contents.article-child .container-regist .btn-read-more i {
position: absolute;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
right: 12px;
}
.main.atcl-contents.article-child .link-confirm {
font-size: 1rem;
}
.main.atcl-contents.article-child .caution .link-confirm {
margin-top: 32px;
}
.main.atcl-contents.article-child .link-confirm a {
text-decoration: underline;
}
.main.atcl-contents.article-child .txt-brows {
margin-top: 32px;
font-size: 1rem;
}
.main.atcl-contents.article-child .txt-brows .brows-count {
color: #000;
}
/* content */
.content .section-favorite-ranking .switch-panels2 > ul,
.content .section-favorite-ranking .switch-panels3 > ul{
border-bottom: 1px solid #eee;
}
.content .section-favorite-ranking .switch-panels2 > ul li,
.content .section-favorite-ranking .switch-panels3 > ul li {
width: auto;
margin: 0 12px;
border: none;
}
.content .section-favorite-ranking .switch-panels2 > ul li a,
.content .section-favorite-ranking .switch-panels3 > ul li a {
display: inline-block;
padding: 0 2px 4px 2px;
color: #666!important;
background: none!important;
border: none;
border-bottom: 2px solid #fff;
font-weight: bold;
border-radius: 0;
}
.content .section-favorite-ranking .switch-panels2 > ul li a.selected,
.content .section-favorite-ranking .switch-panels3 > ul li a.selected {
border-color: #d32f2f;
color: #d32f2f!important;
}
.content .section-favorite-ranking:not(.favorite-tag) .list-counter,
.content .section-favorite-ranking .list-counter li .list-counter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.content .section-favorite-ranking:not(.favorite-tag) .list-counter > li,
.content .section-favorite-ranking .list-counter li .list-counter > li {
border-bottom: 1px solid #eee;
width: 48.4625%;
}
.content .article.article-summary-horizontal.favorite-ranking {
border: none;
}
.content .section-electronic-edition .section-body .list-counter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.content .section-electronic-edition .section-body .list-counter > li {
border-bottom: 1px solid #eee;
width: 48.4625%;
}
.content .section-electronic-edition .article.article-summary-horizontal {
border: none;
}
.content .section-favorite-ranking.favorite-tag .list-counter {
display: -webkit-box;
display: -ms-flexbox;
display: block;
}
.section.section-ichi-articles.section-bottom {
margin-top: 40px;
}
.content .article.favorite-ranking.tag-ranking > div {
padding-left: 0;
}
.content .article.favorite-ranking.tag-ranking > div .tag {
margin-left: 2rem
}
.content .article.favorite-ranking.tag-ranking > div .tag-ranking-title {
padding-left: 32px;
}
.content .article.favorite-ranking.tag-ranking > div .tag-ranking-title .tag {
margin-left: 0;
}
/* aside */
.aside .section-lead {
margin-top: 6px;
}
.aside .articles-cols-1,
.aside .articles-cols-2 {
padding-top: 18px;
}
.aside .section-feature-banner .section-body {
margin-top: 24px;
}
.aside .section-feature-banner figure img {
width: 300px;
}
.aside .section-series-articles .articles-cols-2 .plate-up {
display: inline-block;
padding: 2px 8px;
position: absolute;
background: #d32f2f;
font-size: 12px;
color: #fff;
bottom: 0;
left: 0;
z-index: 2;
border-radius: 0 0 0 2px;
}
.aside .section-series-articles .articles-cols-2 .article {
border: none;
}
.aside .section-series-articles .articles-cols-2 figure img {
width: 140px;
height: auto;
}
.aside .section-series-articles .articles-cols-2 .article .parent-title {
overflow: visible;
text-overflow: initial;
white-space: normal;
font-size: 15px;
font-weight: bold;
color: #000;
margin-top: 8px;
}
.aside .section-series-articles .articles-cols-2 .article .badge {
background: #ccc;
font-size: 12px;
color: #000;
}
.aside .section-series-articles .articles-cols-1 {
padding-top: 18px;
}
.aside .section-series-articles .articles-cols-1 figure {
width: 140px;
}
.aside .section-series-articles .articles-cols-1 figure img {
width: 140px;
}
.aside .section-series-articles .articles-cols-1 .article .parent-title {
max-height: 50px;
overflow: hidden;
text-overflow: initial;
white-space: normal;
font-size: 1rem;
}
.aside .section-series-articles .articles-cols-1 .bplead {
margin-top: 0;
max-height: 105px;
overflow: hidden;
font-size: 14px;
}
.aside .section-data-articles .articles-cols-2 .article {
border: none;
}
.aside .section-data-articles .article.article-summary-vertical {
width: auto;
}
.aside .section-data-articles .articles-cols-2 figure img {
width: 140px;
}
.aside .section-data-articles .article-title {
margin-top: 8px;
font-size: .875rem;
}
.aside .section-seminar-articles .article-title {
font-size: .875rem;
}
.aside .articles-cols-1 .article.movie figure img {
width: 300px;
}
.aside .articles-cols-2 .article.movie figure img {
width: 140px;
}
.aside .articles-cols-2 .article.movie figure .btn-play {
width: 30px;
height: 30px;
background-size: 30px;
}
.aside .main.future-calendar .container-calendar .calendar {
height: 245px;
border-color: #ddd;
border-radius: 4px;
}
.aside .main.future-calendar .container-calendar .month {
left: 0;
width: 60px;
text-align: center;
border: none;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
}
.aside .main.future-calendar .container-calendar .month .month-inner {
margin-right: 0;
}
.aside .article.article-summary-horizontal .article-title {
font-size: 16px;
}
.aside .main.future-calendar .container-calendar .num-month a,
.aside .main.future-calendar .container-calendar .num-month > span {
margin: 21px 0;
font-size: .875rem;
}
.aside .main.future-calendar .container-calendar .num-month a .count {
display: block;
}
.aside .main.future-calendar .container-calendar .results {
width: 100%;
left: 0;
}
.aside .main.future-calendar .container-calendar .num-year-large,
.aside .main.future-calendar .container-calendar .num-month-large {
font-size: 30px;
}
.aside .main.future-calendar .container-calendar .results .results-inner .full-year-small:hover {
color: #666;
}
.aside .main.future-calendar .container-calendar .calendar .month-small {
font-size: 30px;
}
.aside .main.future-calendar .container-calendar .calendar .full-year-small {
color: #666;
}
.aside .main.future-calendar .container-calendar .results .results-inner {
padding: 0 16px;
}
.aside .main.future-calendar .container-calendar .results .date {
line-height: 1.5;
margin-top: 1px;
margin-right: 8px;
}
.aside .main.future-calendar .container-calendar .results .article-title {
font-size: 12px;
}
.aside .main.future-calendar .container-calendar .results a:hover {
color: #000000;
}
.aside .main.future-calendar .container-calendar .results a:hover .article-title {
text-decoration: underline;
color: #000000;
}
.aside .section-magazine-articles .article {
border-bottom: 1px solid #eee;
}
.aside .section-magazine-articles figure {
padding-right: 1rem;
order: 1;
}
.aside .section-magazine-articles figure img {
width: 90px;
}
.aside .section-magazine-articles .flex-item {
order: 2;
}
.aside .section-magazine-articles .magazine-title {
margin-top: 0;
}
.aside .section-magazine-articles .bplead {
margin-top: 4px;
font-size: .875rem;
}
.aside .section-event-articles .article-title {
font-size: .875rem;
}
.aside .section-event-articles .article.article-summary-horizontal figure {
margin-left: 12px;
width: 80px;
}
.aside .section-event-articles .article.article-summary-horizontal img {
width: 80px;
}
.aside .section-article-list .date {
margin-top: 4px;
}
/* content-header */
.main h1.content-title {
line-height: 1;
margin-top: 0;
font-size: 24px;
font-weight: bold;
}
.main .series-list-header h1.content-title {
font-size: 28px;
}
.tag-head-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
}
.main .tag-head-box .tag-title {
margin-top: 6px;
margin-right: 8px;
padding-left: 0;
line-height: 1;
position: relative;
border: none;
font-size: 20px;
font-weight: bold;
}
.main .tag-head-box .tag-title::before {
display: inline-block;
content: "\e90e";
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: bottom;
}
.main .tag-head-box .btn-conditionally {
width: 120px;
}
/* series */
.series-page-link {
margin-top: 40px;
}
.series-page-link ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.series-page-link ul li {
font-size: 14px;
font-weight: bold;
margin: 12px 20px 0px 0;
}
.series-page-link ul li a {
display: block;
min-width: 60px;
padding-right: 30px;
position: relative;
text-align: center;
}
.series-page-link ul li .icon {
position: absolute;
right: 0;
top: 50%;
margin-top: -7px;
}
.series-page-link ul li .icon::before {
color: #d32f2f;
font-size: 12px;
}
.content-series {
margin-top: 40px;
}
.content-series .section.section-series-articles {
padding-bottom: 20px;
}
.content-series .section.section-series-articles.border-bottom {
border-bottom: 1px solid #eee;
}
.search-result .content-series .section.section-series-articles .section-footer {
margin-top: 24px;
}
.content-series .section-series-articles .articles-cols-1 {
margin-top: -10px;
}
.content-series .section-series-articles .articles-cols-1 .article.article-summary-horizontal {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.content-series .section-series-articles .articles-cols-1 figure {
width: 150px;
}
.content-series .section-series-articles .articles-cols-1 figure img {
width: 150px;
height: 200px;
}
.main .ranking-header h1.content-title,
.main .event-header h1.content-title {
font-size: 28px;
}
.container .search-result-header + .section-favorite-ranking,
.container .search-result-header + .event-list {
margin-top: 40px;
}
/* search */
.main.search-result .container {
margin-top: 30px;
}
.main.search-result .content {
margin-top: 0;
}
.main.search-result .aside {
margin-top: 0;
}
.main.search-result .container .section-top-tags {
margin: 0 0 40px;
}
.search-result .header-search input[type="search"] {
height: 38px;
}
.search-result .search-result-header .header-search {
margin-top: 0;
}
.search-result .search-result-header.tag-header .header-search {
margin-top: 32px;
}
.search-result-list .article.article-summary-horizontal .parent-title {
font-size: 14px;
vertical-align: middle;
}
.search-result-list .article.article-summary-horizontal .date {
margin-left: 8px;
line-height: 1.5;
font-size: 14px;
vertical-align: middle;
}
.search-result-list .article.article-summary-horizontal .article-title {
margin-top: 4px;
font-size: 16px;
}
.search-result-list .article.article-summary-horizontal .bplead {
margin-top: 6px;
font-size: 12px;
}
.section-article-list.new-list .search-result-list,
.section-article-list.theme-list .search-result-list {
margin-top: 16px;
}
.section-article-list .search-result-list .article.article-summary-horizontal figure {
margin-left: 20px;
width: 120px;
}
.section-article-list .search-result-list .article.article-summary-horizontal figure img {
width: 120px;
}
.section-backnumber-series .img-adjust .article.article-summary-horizontal figure,
.section-article-list .search-result-list.img-adjust .article.article-summary-horizontal figure {
text-align: center;
}
.section-backnumber-series .img-adjust .article.article-summary-horizontal figure img,
.section-article-list .search-result-list.img-adjust .article.article-summary-horizontal figure img {
max-width: 120px;
width: auto;
max-height: 90px;
height: auto;
}
.section-tag-list {
margin-top: 40px;
}
.section-tag-list .tag-outline-theme.tag-l,
.section-tag-list .tag-outline-theme.tag-m {
margin-right: 6px;
}
.section-series-articles .tag-title {
position: relative;
}
.articles-cols-2-border.articles-series .article.article-summary-horizontal .flex-item {
align-self: center;
}
.articles-cols-2-border.articles-series .article.article-summary-horizontal .parent-title {
overflow: visible;
text-overflow: initial;
white-space: normal;
font-size: 14px;
font-weight: bold;
color: #000;
}
.articles-cols-2-border.articles-series .article.article-summary-horizontal .badge {
background: transparent;
padding: 0;
font-size: 12px;
color: #666;
}
.articles-cols-2-border.articles-series .article.article-summary-horizontal figure {
margin-left: 12px;
}
.articles-cols-2-border.articles-series .article.article-summary-horizontal figure img {
width: 72px;
height: 96px;
}
.article-list-follow .follow-box {
font-size: 14px;
}
.article-list-follow .follow-box i {
margin-right: 8px;
vertical-align: middle;
}
.article-list-follow .follow-box i::before {
font-size: 20px;
color: #d32f2f;
}
.article-list-follow .follow-box .follow-tag {
margin-right: 4px;
}
.article-list-follow .follow-box .follow-tag::before {
display: inline-block;
content: "\e90e";
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: middle;
font-size: 12px;
margin: 0 0 1px;
}
.section-article-list.article-list-follow .article.article-summary-horizontal .parent-title {
font-size: 14px;
}
.section-article-list.article-list-follow .article.article-summary-horizontal .article-title {
margin-top: 6px;
font-size: 16px;
}
.section-article-list.article-list-follow .article.article-summary-horizontal .date {
margin-top: 8px;
font-size: 14px;
}
.section-article-list.article-list-follow .article.article-summary-horizontal figure {
width: 120px;
}
.section-article-list.article-list-follow .article.article-summary-horizontal figure img {
width: 120px;
height: 90px;
}
/* users */
.main.users .section {
width: auto;
padding-left: 0;
}
.section-article-list.article-list-follow .clip-delete-btn {
position: absolute;
bottom: 12px;
right: 132px;
line-height: 1;
z-index: 10;
}
.section-article-list.article-list-follow .clip-delete-btn a {
text-decoration: underline;
font-size: 14px;
color: #666;
}
.section-article-list.article-list-follow .clip-delete-btn a:hover {
text-decoration: none;
}
.section-article-list.article-list-follow .clip-delete-btn i {
margin-right: 6px;
vertical-align: middle;
}
.section-article-list.article-list-follow .clip-delete-btn i::before {
font-size: 18px;
}
.user-header .btn-outline-primary {
font-size: 14px;
}
.user-header .btn-outline-primary i {
margin-right: 2px;
vertical-align: middle;
}
.user-header .btn-outline-primary i::before {
font-size: 18px;
}
.main.users .container .content > section.follow-tags {
margin-top: 0;
}
.main.users .container .content > section.follow-tags .section-body {
margin-top: 16px;
}
.main.users .container .content > section.follow-tags .tag-outline-theme {
margin: 2px 4px 2px 0;
}
.main.users .container .content .section.follow-tags .icon-and {
padding: 0 4px 0 0;
}
.main.users .section.follow-tags .btn.btn-follow-tag {
height: 38px;
font-size: 14px;
padding: 0;
}
.main.users .container .content .section .container-more {
margin-top: 24px;
}
/* select-follow-tag */
.main.users .list-border > li {
border-color: #eee;
}
.select-follow-tag .aside .btn.btn-select-follow {
line-height: 48px;
padding: 0;
font-size: 14px;
border: none;
}
.select-follow-tag .aside .btn.btn-select-follow .icon-follow {
vertical-align: middle;
}
.select-follow-tag .aside .btn.btn-select-follow .icon-follow:before {
font-size:20px;
}
.select-follow-tag .aside .selected-tag-body {
font-size: 0;
}
.select-follow-tag .list-border > li {
border-color: #eee;
}
.select-follow-tag .nav-tags {
height: 40px;
justify-content: flex-start;
}
.select-follow-tag .nav-tags li {
margin-right: 24px;
padding-top: 8px;
}
.select-follow-tag .nav-tags li a {
padding-bottom: 8px;
}
.select-follow-tag .aside .modal-hits-num .hits-num {
color: #d32f2f;
font-size: 18px;
}
.select-follow-tag .custom-checkbox + span,
.container-case-search .custom-checkbox + span {
margin: 0;
padding-left: 16px;
background: #fff;
border: 1px solid #ccc;
border-radius: 2px;
font-size: 14px;
color: #000;
line-height: 1.2;
}
.select-follow-tag .custom-checkbox:checked + span,
.container-case-search .custom-checkbox:checked + span {
border-color: #d32f2f;
background: #f6f6f6;
}
.select-follow-tag .custom-checkbox + span::before,
.container-case-search .custom-checkbox + span::before {
display: inline-block;
content: "\e90e";
padding: 0;
width: auto;
height: auto;
border: none;
font-size: 11px;
color: #666;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: bottom;
left: 6px;
}
.select-follow-tag .custom-checkbox:checked + span::before,
.select-follow-tag .custom-checkbox:checked + span::after,
.container-case-search .custom-checkbox:checked + span::before,
.container-case-search .custom-checkbox:checked + span::after {
background: none;
border: none;
}
.select-follow-tag label:hover .custom-checkbox + span,
.select-case-search-tag label:hover .custom-checkbox + span,
.table-case-search label:hover .custom-checkbox + span {
background-color: #d32f2f!important;
border: solid 1px #d32f2f;
color: #fff!important;
}
.select-case-search-tag label:hover .custom-checkbox + span::before,
.table-case-search label:hover .custom-checkbox + span::before {
color: #fff;
}
.select-follow-tag .panels label {
margin: 0 8px 8px 0;
}
.select-follow-tag .panels {
padding: 24px 20px 40px 30px;
}
.select-follow-tag .content {
position: relative;
}
.select-follow-tag .content::before {
content: "";
display: block;
width: 100%;
height: 36px;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
opacity: .8;
}
.select-follow-tag #panel04 .nav-title {
font-size: 16px;
}
.select-follow-tag .aside {
position: relative;
}
.select-follow-tag .aside::before {
content: "";
display: block;
width: 100%;
height: 36px;
background-image: linear-gradient(to bottom, rgba(246, 246, 246, 0), rgba(246, 246, 246, 1));
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
opacity: .8;
}
.select-follow-tag .aside .selected-tag {
padding: 5px 22px 5px 16px;
background: #fff;
border-color: #666;
position: relative;
font-size: 14px;
color: #000;
line-height: 1.2;
}
.select-follow-tag .aside .selected-tag {
margin-right: 0px;
}
.select-case-search-tag.select-follow-tag .aside .selected-tag {
margin-right: 8px;
}
.select-follow-tag .aside .selected-tag::before {
content: "\e90e";
display: block;
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 11px;
color: #666;
position: absolute;
left: 4px;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.select-follow-tag .aside .icon-delete {
display: block;
height: 14px;
position: absolute;
right: 6px;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
cursor: pointer;
}
.select-follow-tag .aside .selected-tag .icon-delete::before {
color: #666;
opacity: 1;
line-height: 1;
font-size: 16px;
}
.select-follow-tag .aside .selected-tag-body .icon-and {
margin: 0;
}
.select-follow-tag .aside .selected-tag-body .icon-and::before {
top: -5px;
font-size: 30px;
color: #898989;
}
.select-follow-tag .article.article-summary-horizontal figure {
width: 80px;
margin-left: 12px;
}
.select-follow-tag .article.article-summary-horizontal figure img {
width: 80px;
height: 60px;
}
.select-follow-tag .article.article-summary-horizontal .article-title {
font-size: 14px;
}
.select-follow-tag .article.article-summary-horizontal .date {
margin-top: 4px;
}
.select-follow-tag #panel04 ul {
background: none;
max-height: 530px;
}
.select-follow-tag #panel04 .panels-inner {
max-height: 560px;
}
.modal .modal-content .selected-tag-body::-webkit-scrollbar,
.modal .modal-content .panels-inner::-webkit-scrollbar,
.modal .modal-content .list-border::-webkit-scrollbar,
.modal .modal-content .aside .selected-tag-body-temp::-webkit-scrollbar {
-webkit-appearance: none;
width: 3px;
}
.modal .modal-content .selected-tag-body::-webkit-scrollbar-thumb,
.modal .modal-content .panels-inner::-webkit-scrollbar-thumb,
.modal .modal-content .list-border::-webkit-scrollbar-thumb,
.modal .modal-content .aside .selected-tag-body-temp::-webkit-scrollbar-thumb {
background-color: #666;
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.main.case-search > .container.container-case-search {
margin-top: 30px;
}
.main.case-search .select-case-search-tag .content {
background: #fff;
}
.main.case-search .select-case-search-tag .modal-title {
height: 78px;
font-size: 16px;
font-weight: bold;
line-height: 78px;
padding: 0 20px 0 30px;
color: #000;
border-bottom: 1px solid #ccc;
}
.main.case-search .select-case-search-tag .modal-hits-num {
right: 28px;
bottom: 30px;
padding: 0px;
border: none;
}
.main.case-search .select-case-search-tag .aside::before {
content: none;
}
/* case */
.main.case-search .container-case-search {
margin-top: 0;
padding-top: 0;
background: none;
color: #000;
}
.main.case-search .container-case-search h1 {
font-size: 28px;
}
.main.case-search .container-case-search h1 .page-description {
margin-left: 24px;
font-size: 14px;
color: #666;
font-weight: normal;
}
.main.case-search .container-case-search .table-case-search .tr {
}
.main.case-search .container-case-search .table-case-search .th {
background: #f6f6f6;
font-size: 14px;
font-weight: bold;
color: #000;
border: 1px solid #ccc;
border-left: 3px solid #d32f2f;
border-right: none;
}
.main.case-search .container-case-search .table-case-search .th .tag-count {
display: inline-block;
margin-left: 4px;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
font-style: normal;
font-size: 11px;
background: #ccc;
color: #000;
border-radius: 50%;
}
.main.case-search .container-case-search .table-case-search .th .tag-count.off {
display: none;
}
.main.case-search .container-case-search .table-case-search .th .tag-count.on {
display: inline-block;
}
.main.case-search .container-case-search .table-case-search .td {
background: #fff;
color: #000;
border: 1px solid #ccc;
border-left: none;
}
.main.case-search .container-case-search .table-case-search .td {
padding: 4px 8px;
font-size: 0;
}
.main.case-search .container-case-search .table-case-search .td label {
margin: 4px 8px 4px 0;
}
.main.case-search .container-case-search .table-case-search .td i::before {
color: #666;
top: 0;
}
.main.case-search .container-case-search .table-case-search .td > span span.status {
visibility: visible;
opacity: 1;
vertical-align: middle;
font-size: 12px;
font-weight: normal;
}
.main.case-search .container-case-search .table-case-search .td > span button.btn-link {
text-decoration: underline;
width: 100%!important;
height: 37px!important;
color: #666;
}
.main.case-search .container-case-search .table-case-search .td > span button:hover {
text-decoration: none;
}
.main.case-search .container-btn-case-search {
background: #f6f6f6;
margin: 16px 0 0 0;
padding: 12px 0;
}
.main.case-search .container-btn-case-search .inner {
height: 48px;
}
.main.case-search .container-btn-case-search .inner > div:first-child {
width: 120px;
top: 50%;
left: 24px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
color:#000;
}
.main.case-search .container-btn-case-search .inner > div:nth-child(2) {
top: 50%;
left: 120px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.main.case-search .container-btn-case-search .inner > div:last-child {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.main.case-search .container-btn-case-search .search-hits-tx.disabled {
color: #666;
}
.main.case-search .container-btn-case-search .search-hits-tx.enabled {
color: #000;
}
.main.case-search .container-btn-case-search .search-hits-tx.enabled .hits-num {
color: #d32f2f;
}
.main.case-search .container-btn-case-search .btn-case-search {
width: 158px;
height: 48px;
color: #fff;
background: #ccc;
}
.main.case-search .container-btn-case-search .btn-reset.enabled {
color: #666;
}
.main.case-search .container-btn-case-search .btn-reset.disabled {
opacity: .5;
background: none;
color: #666;
}
.main.case-search .container-btn-case-search .btn-reset.disabled i::before {
color: #666;
}
.main.case-search .container-btn-case-search .btn-case-search.enabled {
background: #d32f2f;
color: #fff;
}
.main.case-search .container-btn-case-search .btn-case-search.enabled:hover {
background: #ae0808;
}
.main.case-search .select-case-search-tag .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
padding-right: 0 !important;
background-color: #fff;
}
.main.case-search .select-case-search-tag .modal-title {
font-size: 16px;
font-weight: bold;
line-height: 78px;
border-bottom: 1px solid #ccc;
}
.main.case-search .select-case-search-tag .modal-title .icon {
width: 20px;
height: 20px;
margin-right: .5rem;
}
.main.case-search .select-case-search-tag .modal-title .icon::before {
content: '';
position: relative;
display: inline-block;
width: 100%;
height: 100%;
background-size: cover;
vertical-align: middle;
}
.main.case-search .select-case-search-tag .content-body {
overflow-x: hidden;
overflow-y: auto;
padding: 24px 20px 40px 30px;
font-size: 0.875rem;
}
.main.case-search .select-case-search-tag .content-body label {
display: inline-block;
margin: 0 8px 8px 0;
}
.main.case-search .select-case-search-tag .panels {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
overflow: hidden;
padding: 0;
font-size: 0.875rem;
max-height: 522px;
}
.main.case-search .select-case-search-tag .panels label {
display: inline-block;
margin: 0 8px 8px 0;
}
.main.case-search .select-case-search-tag .panels .flex-item {
background-color: #f6f6f6;
}
.main.case-search .select-case-search-tag .panels ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 45px;
height: 100%;
padding-bottom: 30px;
}
.main.case-search .select-case-search-tag .panels ul li a {
display: block;
color: #9b9b9b;
font-size: 0.875rem;
font-weight: bold;
padding: 10px;
text-align: center;
}
.main.case-search .select-case-search-tag .panels ul li a.current,
.main.case-search .select-case-search-tag .panels ul li a:active,
.main.case-search .select-case-search-tag .panels ul li a:hover {
color: #d32f2f;
text-decoration: none;
}
.main.case-search .select-case-search-tag .panels .panels-inner {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
height: 100%;
max-height: 522px;
padding: 0 20px 0 30px;
overflow: hidden;
overflow-y: auto;
}
.main.case-search .select-case-search-tag .panels .panels-inner::after {
content: '';
display: block;
}
.main.case-search .select-case-search-tag .panels .nav-title {
font-size: 16px;
font-weight: bold;
line-height: 1;
margin-top: 20px;
}
.main.case-search .select-case-search-tag .panels .syllabary {
margin-top: 12px;
}
.main.case-search .select-case-search-tag .aside {
background-color: #f6f6f6;
width: 315px;
height: 600px;
}
.main.case-search .select-case-search-tag .aside .selected-tag-body {
margin-left: 20px !important;
margin-right: 20px !important;
}
.main.case-search .select-case-search-tag .aside .selected-tag-body-temp {
margin: 0;
padding: 0 20px;
overflow-x: hidden;
overflow-y: auto;
}
.main.case-search  .ad-first-rectangle {
margin-top: 16px;
}
.select-follow-tag .aside .list-border {
height: 329px;
}
.select-follow-tag .aside .selected-tag-title {
padding-bottom: 11px;
}
.select-follow-tag .aside .modal-hits-num {
color: #000;
}
.main.case-search .modal-hits-num .hits-num + small {
font-weight: bold;
}
.main.case-search .modal-content-case .btn-fixed.enabled {
background: #d32f2f;
color: #fff;
}
.main.case-search .modal-content-case .btn-fixed.enabled:hover {
background: #ae0808;
}
.main.case-search .modal-content-case .btn-fixed.disabled {
background: #ccc;
color: #fff;
}
.main.case-search .list-tags {
margin: 20px 0 4px;
min-height: 31px;
}
.main.case-search .list-tags > span {
display: inline-block;
margin: 0 8px 8px 0;
position: relative;
font-size: 12px;
font-weight: bold;
}
.main.case-search .list-tags > span::before {
display: inline-block;
content: "\e90e";
color: #000;
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 11px;
vertical-align: middle;
}
.main.case-search .container .content > section:first-of-type {
margin-top: 0;
}
.tag-search-title-box h1 {
margin-bottom: 24px;
}
.tag-search-form-box .tag-search-form {
display: flex;
flex-wrap: wrap;
background-color: #f6f6f6;
padding: 12px 86px 4px 16px;
position: relative;
}
.tag-search-form > .icon-search {
font-size: 20px;
color: #666;
margin: 5px 8px 0 0;
}
.tag-search-form-box.active .tag-search-form > .icon-search {
display: none;
}
.tag-search-form-box .tag-search-input-box {
width: calc(100% - 30px);
}
.tag-search-form-box.active .tag-search-input-box {
width: 100%;
}
.tag-search-input-box .tag-search-item {
display: inline-block;
background-color: #fff;
font-size: 16px;
font-weight: bold;
border-radius: 2px;
margin: 0 8px 8px 0;
padding: 3px 8px;
line-height: 1.5;
word-break: break-all;
}
.tag-search-input-box .tag-search-item .icon {
font-size: 16px;
}
.tag-search-input-box .tag-search-item .icon-search {
margin-right: 6px;
}
.tag-search-input-box .tag-search-item .icon-delete {
margin-left: 8px;
color: #666;
cursor: pointer;
}
.tag-search-form .tag-search-input {
border: none;
font-size: 14px;
height: 30px;
line-height: 30px;
background-color: transparent;
outline: 0;
margin: 0 0 8px;
width: 100%;
}
.tag-search-form-box.active .tag-search-input {
width: auto;
}
.tag-search-form .tag-search-input:placeholder-shown {
color: #ccc;
}
.tag-search-form .tag-search-input::-webkit-input-placeholder {
color: #ccc;
}
.tag-search-form .tag-search-input:-moz-placeholder {
color: #ccc;
opacity: 1;
}
.tag-search-form .tag-search-input::-moz-placeholder {
color: #ccc;
opacity: 1;
}
.tag-search-form .tag-search-input:-ms-input-placeholder {
color: #ccc;
}
.tag-search-form .tag-search-reset-btn {
display: none;
border: none;
background-color: transparent;
text-decoration: underline;
outline: 0;
font-size: 12px;
color: #666;
cursor: pointer;
position: absolute;
top: 22px;
right: 16px;
line-height: 1;
margin: 0;
padding: 0;
}
.tag-search-form-box.active .tag-search-form .tag-search-reset-btn {
display: block;
}
.tag-search-form .tag-search-reset-btn .icon-reset {
font-size: 18px;
margin-top: -2px;
margin-right: 4px;
line-height: 1;
vertical-align: middle;
}
.tag-search-form .tag-search-reset-btn .icon-reset:before {
display: block;
}
.case-search-acd-box .case-search-acd-btn {
float: right;
color: #666;
width: auto;
height: auto;
background-color: transparent;
outline: 0;
padding: 0;
margin: 8px 0 0;
cursor: pointer;
font-weight: normal;
min-width: 86px;
text-align: left;
}
.case-search-acd-box .case-search-acd-btn .icon {
transition: 0.3s all;
font-size: 18px;
vertical-align: middle;
margin-right: 6px;
}
.case-search-acd-box.on .case-search-acd-btn .icon {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.case-search-acd-box .case-search-acd-btn .icon:before {
display: block;
}
.case-search-acd-box .case-search-acd-btn span {
font-size: 12px;
vertical-align: middle;
color: #666;
text-decoration: underline;
}
.case-search-acd-box .case-search-acd-btn:hover span {
text-decoration: none;
}
.case-search-acd-box {
height: 36px;
overflow: hidden;
transition: 0.3s height;
}
.case-search-acd-box.on {
height: auto;
}
.case-search-bottom {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
}
.case-search-bottom .search-hits-tx.disabled {
color: #666;
}
.case-search-bottom .search-hits-tx .hits-num {
font-size: 24px;
font-weight: bold;
line-height: 1;
margin-right: 4px;
}
.case-search-bottom .search-hits-tx.enabled .hits-num {
color: #d32f2f;
}
.case-search-bottom .search-hits-tx .hits-num + small {
font-size: 12px;
font-weight: bold;
}
.case-search-bottom .btn-case-search {
width: 158px;
height: 48px;
color: #fff;
background: #ccc;
font-size: 14px;
font-weight: normal;
border-color: transparent;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.case-search-bottom .btn-case-search.enabled {
background: #d32f2f;
color: #fff;
cursor: pointer;
}
.container-acd-box .container-acd-body {
display: none;
}
.container-acd-box.on .container-acd-body {
display: block;
}
.container-acd-btn-box .container-acd-btn {
color: #d32f2f;
background-color: transparent;
padding: 0;
margin: 0;
outline: 0;
font-size: 14px;
font-weight: bold;
cursor: pointer;
width: 158px;
height: 48px;
border: 1px solid #ccc;
}
.container-acd-box.on .container-acd-btn-box .container-acd-btn {
border-color: transparent;
}
.container-acd-btn-box .container-acd-btn .icon {
font-size: 18px;
font-size: 20px;
vertical-align: middle;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.container-acd-box .container-acd-btn-box .container-acd-btn .icon-and {
display: none;
}
.container-acd-box.on .container-acd-btn-box .container-acd-btn .icon-and {
display: inline-block;
}
.container-acd-btn-box .container-acd-btn .icon:before {
display: block;
}
.select-case-search-tag .modal-title {
font-size: 16px;
font-weight: bold;
line-height: 78px;
border-bottom: 1px solid #ccc;
}
.select-case-search-tag .content-body {
overflow-x: hidden;
overflow-y: auto;
padding: 24px 20px 40px 30px;
font-size: 0.875rem;
}
.select-case-search-tag .content-body label {
display: inline-block;
margin: 0 8px 8px 0;
}
.select-case-search-tag .aside {
background-color: #f6f6f6;
width: 315px;
height: 600px;
}
.select-case-search-tag .aside .selected-tag-body-temp {
margin: 0;
padding: 0 20px;
overflow-x: hidden;
overflow-y: auto;
max-height: 440px;
}
.select-case-search-tag .aside .modal-hits-num {
position: absolute;
right: 28px;
bottom: 30px;
padding: 0px;
border: none;
}
.select-case-search-tag .panels {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
overflow: hidden;
padding: 0;
font-size: 0.875rem;
max-height: 522px;
}
.select-case-search-tag .panels .flex-item {
background-color: #f6f6f6;
}
.select-case-search-tag .panels .panels-inner {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
height: 100%;
max-height: 522px;
padding: 0 20px 0 30px;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.select-case-search-tag .panels .panels-inner > .syllabary:last-of-type {
margin-bottom: 30px;
}
.select-case-search-tag .panels ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 45px;
height: 100%;
padding-bottom: 30px;
}
.select-case-search-tag .panels ul li a {
display: block;
color: #9b9b9b;
font-size: 0.875rem;
font-weight: bold;
padding: 10px;
text-align: center;
}
.select-case-search-tag .panels ul li a.current,
.select-case-search-tag .panels ul li a:active,
.select-case-search-tag .panels ul li a:hover {
color: #d32f2f;
text-decoration: none;
}
.select-case-search-tag .panels .nav-title {
font-size: 16px;
font-weight: bold;
line-height: 1;
margin-top: 20px;
}
.select-case-search-tag .panels .syllabary {
margin-top: 12px;
}
.modal-content-case .btn-fixed {
background-color: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.5);
font-size: 0.875rem;
font-weight: bold;
width: 275px;
height: 48px;
border-color: transparent;
margin: 16px 20px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.modal-content-case .btn-fixed.disabled {
background: #ccc;
color: #fff;
}
.modal-content-case .btn-fixed.enabled {
background: #d32f2f;
color: #fff;
cursor: pointer;
}
.modal-content-case .btn-fixed.enabled:hover {
background: #ae0808;
}
.main.case-search .container-case-search .table-case-search .td > span button.btn-link {
text-decoration: none;
}
.main.case-search .container-case-search .table-case-search .td > span span.status {
text-decoration: underline;
}
.main.case-search .container-case-search .table-case-search .td > span button:hover span.status {
text-decoration: none;
}
/* seminar */
.container.container-seminar-header {
width: 980px;
margin: 0 auto;
}
.main.seminar .container-seminar-header .flex .flex-item:last-child {
position: absolute;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
right: 0;
}
.seminar .container-seminar-header + .container {
margin-top: 40px;
}
.main.seminar .content .section:nth-of-type(1),
.main.seminar .aside .section:nth-of-type(1) {
margin-top: 0!important;
}
.main.seminar .section-seminar-list .container-seminar-list .articles-cols-2 {
padding-top: 24px;
}
.main.seminar .section-seminar-list .container-seminar-list .articles-cols-2 > .flex-item:nth-child(n+3) {
padding-top: 40px;
}
.main.seminar .section-seminar-list .container-seminar-list .articles-cols-2 figure img {
width: 315px;
}
.main.seminar .section-seminar-list .container-seminar-list .article .time,
.main.seminar .section-seminar-pickup .article .time,
.main.seminar .section-seminar-relation .article .time {
font-size: 12px;
}
.main.seminar .section-seminar-list .container-seminar-list .article .time i,
.main.seminar .section-seminar-pickup .article .time i,
.main.seminar .section-seminar-relation .article .time  {
top: -2px;
}
.main.seminar .article .time i::before {
font-size: 14px;
}
.main.seminar .section-seminar-list .container-seminar-list .article .parent-title {
margin-top: 6px;
}
.main.seminar .section-seminar-list .container-seminar-list .article .bplead {
margin-top: 8px;
font-size: 14px;
}
.main.seminar .section-seminar-list .container-seminar-list .article .name {
font-size: 14px;
}
.main.seminar .section-seminar-list .container-seminar-list .articles-cols-2 .article {
border: none!important;
}
.main.seminar .section-seminar-list .container-seminar-list .articles-cols-2 .article .flex {
margin-top: 8px;
line-height: 1;
}
.main.seminar .content .articles-cols-3 > .flex-item.off {
display: none;
}
.main.seminar .content .articles-cols-3 > .flex-item.on {
display: block;
}
.main.seminar .content .articles-cols-3 .article.article-seminar-vertical {
width: 206px;
}
.main.seminar .content .articles-cols-3 .article.article-seminar-vertical figure img {
width: 206px;
}
.main.seminar .content .articles-cols-3 .article.movie figure .btn-play {
width: 30px;
height: 30px;
background-size: 30px;
}
.main.seminar .article-seminar-vertical .job-title .other {
float: right;
font-size: 12px;
font-weight: normal;
color: #000;
}
.main.seminar .aside .article-seminar-vertical {
border: none!important;
}
.main.seminar .aside .section .section-body {
margin-top: 0;
}
.main.seminar .aside .section .section-body .articles-cols-2 {
padding-top: 24px;
}
.main.seminar .aside .article-seminar-vertical .badge {
background: #ccc;
color: #000;
}
.main.seminar .aside .articles-cols-1 {
padding-top: 0;
}
.main.seminar .aside .articles-cols-2 > .flex-item:nth-child(n+3),
.main.seminar .aside .articles-cols-1 > .flex-item {
padding-top: 24px;
}
/* notice */
.main.notice-page .container {
margin-top: 30px;
}
.main.notice-page .container-page-title {
margin-top: 0;
}
.main.notice-page .section-feature-banner {
margin-top: 24px;
}
.main.notice-page .section-feature-banner .flex {
padding-bottom: 24px;
}
.main.notice-page .section-feature-banner .bplead {
font-size: 14px;
color: #666666;
}
.main.notice-page .section-feature-banner .flex p.section-lead {
margin-right: 16px;
}
/* BTN */
.btn.btn-regist {
background-color: #00b3a4!important;
border-color: #00b3a4!important;
color: #fff!important;
}
.btn.btn-regist:hover {
background-color: #008f83!important;
border-color: #008f83!important;
}
.btn.btn-login {
background-color: #e62e2e!important;
border-color: #e62e2e!important;
color: #fff!important;
}
.btn.btn-login:hover {
background-color: #B82424!important;
border-color: #B82424!important;
}
.main.advisory-board .container-page-title .page-description {
margin: 24px 0 0 0;
font-size: 14px;
}
.container-regist .btn {
height: 48px;
padding: 14px 1rem;
font-size: 14px;
}
/* 鍵なし */
body.notlogin i.icon-lock.FREE, 
body.notlogin i.icon-lock.nxr,
body.nxr i.icon-lock.FREE,
body.nxr i.icon-lock.nxr,
/* body.nxr i.icon-lock.nxr_charge, */
body.nxr_charge i.icon-lock.FREE,
body.nxr_charge i.icon-lock.nxr,
body.nxr_charge i.icon-lock.nxr_charge,
body.nxr_charge i.icon-lock.nxr_charge-v,
body.nxr_charge i.icon-lock.nxr_charge_only-v,
body.nxr_charge_seminar i.icon-lock.FREE,
body.nxr_charge_seminar i.icon-lock.nxr,
body.nxr_charge_seminar i.icon-lock.nxr_charge,
body.nxr_charge_seminar i.icon-lock.nxr_charge-v,
body.nxr_charge_seminar i.icon-lock.nxr_charge_only-v,
body.nxr_charge_seminar i.icon-lock.nxr_charge_seminar {
display: none;
}
/* 鍵開け */
body.nxr i.icon-lock.nxr_charge-v:before {
content: "\e90c";
}
/* PR */
.ad-list-pickup li,
.ad-list-pickup li:last-child {
margin: 11px 0;
padding-bottom: 0;
}
.ad-first-rectangle,
.ad-second-rectangle {
margin: 0!important;
}
.top .ad-first-rectangle > div {
margin: 32px 0;
}
.ad-second-rectangle > div {
margin: 40px 0;
}
.container .section-top-tags + .flex .aside > .section.ad-first-rectangle:first-child {
margin-top: 0;
}
.container .section-top-tags + .flex .aside > .section.ad-first-rectangle:first-child > div {
margin-top: 16px;
}
.article-child .ad-first-rectangle > div {
margin-top: 0;
}
.search-result .ad-first-rectangle > div {
margin-top: 0!important;
}
.aside .section + .ad-first-rectangle > div {
margin-top: 40px!important;
}
.ad-text {
margin: 40px 0;
}
.ad-text a::before {
content: '・';
color: inherit;
}
.ad-list-pickup {
margin-top: 40px;
margin-bottom: 40px;
}
.ad-visual-box {
border-bottom: 1px solid #ccc;
padding-bottom: 1rem;
}
.ad-visual-box figure {
padding-left: 12px;
order: 2;
}
.ad-visual-box figure img {
width: 60px;
height: 60px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ad-visual-box .flex-item {
order: 1;
width: 228px;
}
.ad-visual-box a {
display: block;
}
.pr {
color: #666;
font-size: 12px;
}
.title {
color: #000;
font-weight: bold;
font-size: 14px;
}
/* インリード */
.ad.ad-inread > div {
margin: 40px 0;
}
.ad.ad-rectangle > div {
margin: 24px 0;
text-align: center;
}
.cmn-expand_banner embed,
.cmn-expand_banner img,
.cmn-expand_banner object {
margin: 0 0 20px;
}
.pushdiv {
position: relative;
}
.bnr_open {
text-align: center;
display: none;
}
.billdiv .bnr_open {
display: block;
}
.bnr_close {
text-align: center;
display: none;
}
.btn_open,
.btn_close {
display: none;
}
.square_btn {
position: absolute;
top: 10px;
right: 20px;
display: inline-block;
width: 88px;
height: 31px;
text-decoration: none;
color: #fff;
border-radius: 3px;
transition: .4s;
border: 1px solid white;
background-color: rgba(0, 0, 0, 0.5);
font-size: 0.75rem;
}
.square_btn:hover {
background: #666;
color: white;
cursor: pointer;
}
/* 子記事_画像拡大 */
body.image main {
border-bottom: 1px solid #eee;
}
body.image .content {
width: 100%;
margin: 0 auto 64px;
zoom: 1;
padding: 0 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body.image article {
width: 100%;
}
body.image .articleBody {
overflow: hidden;
zoom: 1;
margin: 40px auto 24px;
word-wrap: break-word;
overflow-wrap: break-word;
width: 100%;
min-width: 980px;
}
body.image .articleBody .bpimage_center {
display: block;
width: auto;
max-width: 980px;
margin: 0 auto 16px;
}
body.image .articleBody .bpimage_image {
display: block;
margin-bottom: 16px;
text-align: center;
}
body.image .articleBody .bpimage_image a:hover {
opacity: 0.7;
}
body.image .articleBody .bpimage_title {
display: block;
width: 980px;
margin: 0 auto;
}
body.image .articleBody .bpimage_caption {
display: block;
width: 980px;
margin: 0 auto;
}
body.image .articleBody .bpimage_caption .atttx {
font-weight: normal;
color: #666;
}
body.image .articleBody .atcl-header {
width: 980px;
padding: 40px 0 56px;
margin: 0 auto;
border-top: 1px solid #eee;
border-bottom: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body.image .articleBody .atcl-header h1 {
border: none;
font-size: 28px;
margin: 0;
}
body.image .articleBody .atcl-header .date {
font-size: 0.875rem;
line-height: 0.875rem;
display: block;
font-weight: normal;
color: #666;
margin: 0;
margin-top: 16px;
}
body.image .articleBody ul.panel_img {
overflow: hidden;
zoom: 1;
width: 980px;
margin: 0 auto;
padding-left: 0;
list-style: none;
}
body.image .articleBody ul.panel_img li {
display: inline-block;
vertical-align: top;
margin: 0 27px 27px 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body.image .articleBody ul.panel_img li:nth-child(4n) {
margin-right: 0;
}
body.image .articleBody ul.panel_img li a:hover {
opacity: 0.7;
}
body.image .button {
width: 980px;
margin: 0 auto 40px;
list-style: none;
padding: 0;
text-align: center;
}
body.image .button li {
display: inline-block;
}
body.image .button a {
font-size: 14px;
line-height: 1.3em;
display: inline-block;
min-width: 160px;
background: #fff;
color: #d32f2f;
border: 1px solid #d32f2f;
border-radius: 0.125rem;
text-decoration: none;
margin: 8px;
padding: 14px 8px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
text-align: center;
transition: .5s;
font-weight: bold;
}
body.image .button a:hover {
background: #d32f2f;
color: #fff;
}
body.image .articleBody .caution {
width: 980px;
padding: 0 0 60px;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body.image .articleBody .caution p {
text-align: center;
margin: 8px 0;
}
body.image .articleBody .caution .txt-campaign {
font-weight: bold;
}
body.image .articleBody .caution .container-regist {
margin-top: 32px;
}
body.image .articleBody .caution .container-regist .btn {
margin-top: 0;
}
/* podcast */
.audio-box {
margin: 30px auto 0;
position: relative;
height: 126px;
}
.audio-box a {
display: block;
margin: 0 auto;
width: 96px;
text-decoration: none!important;
}
.audio-box a.off {
display: none;
}
.audio-box a .podcast-img {
display: block;
width: 96px;
height: 96px;
border: 2px #d32f2f solid;
background: #fff url(/images/2018/article/icon_podcast.svg) no-repeat center center;
background-size: 32px 24px;
color: #d32f2f;
border-radius: 100%;
position: relative;
-webkit-transition: .5s;
transition: .5s;
}
.audio-box a:hover .podcast-img {
background: #d32f2f url(/images/2018/article/icon_podcast_on.svg) no-repeat center center;
background-size: 32px 24px;
}
.audio-box a .podcast-img i {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.audio-box a .podcast-txt {
display: block;
margin: 10px 0 0 0;
color:#d32f2f;
font-weight: bold;
line-height: 1.2;
text-align: center;
position: relative;
}
.audio-box a .podcast-txt::before {
content: "再生する";
}
.audio-box a + audio {
margin: 0 auto;
opacity:0;
transition:0.3s all;
max-height: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.audio-box a + audio.on {
opacity: 1;
max-height: none;
}
/* footer */
.nav-global-footer {
padding: 0;
}
.nav-global-footer > .inner {
padding: 40px 0;
background-color: #f6f6f6;
}
.nav-global-footer ul li {
margin-top: 28px;
}
.nav-global-footer ul ul {
margin-left: 0;
}
.nav-global-footer ul ul li:first-child {
margin-top: 28px;
}
.nav-global-footer ul li.relation {
font-weight: normal;
margin-top: 40px;
}
.nav-global-footer ul li.relation ul li:first-child {
margin-top: 24px;
}
.nav-global-footer ul li a span {
font-size: 0.75rem;
}
.nav-global-footer .official-sns {
bottom: 60px;
}
.nav-global-footer .poweredBy {
margin: 40px 0 0 0;
padding: 0;
text-align: left;
}
/* 改行 */
.parent-title,
.article-title,
.bplead {
word-break: break-all;
}
.tag:focus,
.btn:focus {
-webkit-box-shadow: none!important;
box-shadow: none!important;
}
/* ビズボード */
.bzb header.clone.fixed {
display: none;
}
.bzb.image .main {
border-bottom: none;
}
.bzb #wrapper {
min-width: 1px;
}
.bzb .main .container > .inner .atcl-header a {
display: inline-block;
}
.bzb header.header,
.bzb header.header a img,
.bzb header.header a,
.bzb .main .container > .inner .atcl-header a,
.bzb .main .container > .inner .atcl-header a:hover,
.bzb .footer,
.bzb .footer a {
pointer-events: none;
text-decoration: none;
touch-action : none;
}
.bzb header.header > .inner,
.bzb .main .container > .inner,
.bzb .footer > .inner {
width: 92vw;
max-width: 920px;
}
.bzb .main .container > .inner > .flex {
display: block;
}
.bzb .main .container > .inner > .flex .content {
width: auto;
padding: 0;
}	
.bzb .articleBody .bpimage_center,
.bzb .articleBody .bpimage_left,
.bzb .articleBody .bpimage_right,
.bzb .articleBody .bpimage_double,
.bzb .articleBody .bpbox_right,
.bzb .articleBody .bpbox_left {
max-width: 92vw!important;
width: auto;
float: none;
text-align: center;
}
.bzb .articleBody .bpbox_text .bpimage_center,
.bzb .articleBody .bpbox_text .bpimage_left,
.bzb .articleBody .bpbox_text .bpimage_right {
max-width: 100%!important;
}
.bzb .articleBody .bpimage_left,
.bzb .articleBody .bpimage_right {
margin: 30px auto 0;
}
.bzb .articleBody .bpimage_center {
text-align: center;
}
.bzb .articleBody .bpimage_center .bpimage_caption,
.bzb .articleBody .bpimage_center .bpimage_click {
text-align: left!important;
}
.bzb .articleBody [class^="bpimage_"] .bpimage_caption,
.bzb .articleBody [class^="bpimage_"] .bpimage_click,
.bzb .articleBody [class^="bpimage_"] .bpimage_title {
display: block;
text-align: left!important;
}
.bzb .articleBody .bpimage_image img{
height:auto;
width: 100%!important;
}
.bzb .articleBody .bpimage_triple .bpimage_wrap {
width: auto!important;
float: none;
}
.bzb .articleBody .bpimage_triple .bpimage_wrap .bpimage_center,
.bzb .articleBody .bpimage_triple .bpimage_right {
margin: 16px auto 0 auto;
}
.bzb .articleBody .bpbox_right,
.bzb .articleBody .bpbox_left {
float: none;
margin: 30px auto 0;
}
.bzb .articleBody .bpimage_caption_right,
.bzb .articleBody .bpimage_double,
.bzb .articleBody .bpimage_triple {
margin: 0 auto;
}
.bzb .articleBody .bpimage_double .bpimage_left + .bpimage_right {
margin-top: 16px;
}
.bzb .footer {
padding: 20px 0 20px;
border-top: 1px solid #eee;
}
body.image.bzb .content {
width: 92vw;
max-width: 920px;
padding: 0;
}
body.image.bzb .articleBody {
min-width: 1px;
}
body.image.bzb .articleBody .atcl-header {
width: 92vw;
max-width: 920px;
padding: 30px 0;
margin: 0 auto;
border-top: 1px solid #eee;
border-bottom: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body.image.bzb .articleBody .atcl-header .date {
font-size: 0.875rem;
line-height: 0.875rem;
display: block;
font-weight: normal;
color: #666;
margin: 0;
margin-top: 16px;
}
body.image.bzb .articleBody .atcl-header h1 {
border: none;
font-size: 28px;
margin: 0;
line-height: 1.5;
}
body.image.bzb .articleBody .bpimage_image img{
width: auto!important;
max-width: 100%;
}
body.image.bzb .articleBody .bpimage_center .bpimage_title {
width: auto;
margin: 10px 0 0;
text-align: left;
}
body.image.bzb .articleBody .bpimage_center .bpimage_caption {
width: auto;
text-align: left;
line-height: 1.3;
}
.bzb .articleBody .bpimage_caption_right .bpimage_left + .bpimage_title,
.bzb .articleBody .bpimage_double .bpimage_left + .bpimage_right + .bpimage_title {
margin-top: 8px;
}
body.image.bzb .button {
width: 92vw;
max-width: 920px;
margin: 0 auto;
list-style: none;
padding: 0;
text-align: center;
}
body.image.bzb .button li {
display: inline-block;
}
body.image.bzb .button a {
font-size: 14px;
line-height: 1.3em;
display: inline-block;
min-width: 160px;
background: #fff;
color: #d32f2f;
border: 1px solid #d32f2f;
border-radius: 0.125rem;
text-decoration: none;
margin: 8px;
padding: 14px 8px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
text-align: center;
transition: .5s;
font-weight: bold;
}
body.image.bzb .button a:hover {
background: #d32f2f;
color: #fff;
}
@media screen and (max-width:600px) { 
 .bzb .articleBody .bpimage_center,
 .bzb .articleBody .bpimage_left,
 .bzb .articleBody .bpimage_right,
 .bzb .articleBody .bpimage_double,
 .bzb .articleBody .bpimage_triple,
 .bzb .articleBody .bpimage_set,
 .bzb .articleBody .bpimage_caption_right {
 width: 95%!important;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 }
 .bzb .articleBody .bpimage_double .bpimage_left,
 .bzb .articleBody .bpimage_double .bpimage_right,
 .bzb .articleBody .bpimage_triple .bpimage_left,
 .bzb .articleBody .bpimage_triple .bpimage_right,
 .bzb .articleBody .bpimage_triple .bpimage_center,
 .bzb .articleBody .bpimage_caption_right .bpimage_left,
 .bzb .articleBody .bpimage_caption_right .bpimage_right {
 width: 100%!important;
 }
 .bzb .articleBody .bpbox_text .bpimage_center,
 .bzb .articleBody .bpbox_text .bpimage_left,
 .bzb .articleBody .bpbox_text .bpimage_right {
 max-width: 100%!important;
 width: 100%!important;
 }
 .image.bzb .articleBody .bpimage_center,
 .image.bzb .articleBody .bpimage_left,
 .image.bzb .articleBody .bpimage_right,
 .image.bzb .articleBody .bpimage_double {
 width: 100%!important;
 }
 body.image.bzb .articleBody .atcl-header h1 {
 font-size: 24px;
 line-height: 1.3;
 }
}
/* 特設 */
.header-global-menu .section-feature-articles {
padding: 0 16px;
}
.header-global-menu .section-feature-articles .article + .article {
margin-top: 16px;
}
.header-global-menu .section-feature-articles .section-body {
margin-top: 0;
}
.header-global-menu .section-feature-articles img {
width: 100%;
height: auto;
}
.header-global-menu .section-feature-articles .plate-feature {
font-size: 10px;
}
.container .flex .content .section-feature-articles section {
margin-top: 0!important;
}
.container .flex .content .section-feature-articles section + section {
margin-top: 70px;
}
.container .section.section-feature-articles .articles-cols-1 .article figure img {
width: 650px;
height: auto;
}
.aside .section.section-feature-articles .articles-cols-1 {
padding-top: 0;
}
.aside .section.section-feature-articles .articles-cols-1 .article figure img {
width: 300px;
height: auto;
}
.aside .section.section-feature-articles .articles-cols-1 > .flex-item + .flex-item {
margin-top: 24px;
}
.aside .section.section-feature-articles .articles-cols-1 .article .parent-title {
margin-top: 12px;
line-height: 1;
font-size: 12px;
font-weight: bold;
}
.aside .section.section-feature-articles .articles-cols-1 .article .plate-feature {
font-size: 12px;
}
.container .section-ichi-articles + .flex .content .section-feature-articles section .articles-cols-2-border.border-bottom {
margin-top: 13px!important;
}
.main .section-feature-articles .articles-cols-1 .article.hv:hover img {
background-color: #fff;
opacity: .7;
}
.main.feature .container-page-title h1 .page-description {
margin-left: 24px;
font-size: 0.875rem;
}
.main.feature .section-days-articles {
margin-top: 20px;
}
.section-ichi-articles.section-feature-articles {
margin-top: 20px;
}
.section-ichi-articles.section-feature-articles .article.article-summary-vertical figure::before,
.section-ichi-articles.section-feature-articles .articles-cols-1 .article.article-summary-vertical figure::after {
content: none;
}
.section-ichi-articles.section-feature-articles .article.article-summary-vertical:hover img {
opacity: 1;
}
.plate-feature {
display: inline-block;
padding: 2px 10px;
position: absolute;
background: #000;
font-size: 0.875rem;
color: #fff;
top: 0;
left: 0;
z-index: 2;
border-radius: 0 0 0 2px;
}
.section-body.switch-category {
margin-top: 12px;
}
.content .switch-category > .switch-category-anchors li {
display: inline-block;
margin: 12px 8px 0px 0;
border: none;
min-height: 30px;
}
.content .switch-category > .switch-category-anchors li a {
display: inline-block;
padding: 0 8px 4px 8px;
color: #000;
background: none;
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
font-size: 0.875rem;
text-decoration: none;
}
.content .switch-category > .switch-category-anchors li a:hover {
text-shadow: 0 -0.6px 0 rgba(0, 0, 0, 0.9);
border-color: #d32f2f;
border-width: 2px;
}
.content .switch-category > .switch-category-anchors li a.selected {
border-color: #d32f2f;
border-width: 2px;
color: #d32f2f;
text-shadow: 0 -0.6px 0 rgba(211, 47, 47, 0.9);
}
.content .switch-category > .switch-category-anchors li a.selected:hover {
text-shadow: 0 -0.6px 0 rgba(211, 47, 47, 0.9);
}
.content .switch-category .switch-category-articles {
min-height: 288px;
}
.content .switch-category .switch-category-articles .switch-category-article.off {
display: none;
}
.section-body.switch-category .articles-cols-3 > .flex-item {
padding-top: 0;
margin-top:30px;
}
.article-child .section-feature-articles {
margin-top: 40px;
}
.article-child .section-feature-articles .section-feature-parent > figure {
width: 315px;
margin: 0 20px 0 0;
}
.article-child .section-feature-articles .section-feature-parent > figure + .flex-item {
width: calc(100% - 335px);
}
.article-child .section-feature-articles .section-feature-parent .section-header .parent-title {
font-size: 16px;
font-weight: bold;
}
.article-child .section-feature-articles .section-feature-parent .section-article-list .section-body {
margin-top: 16px;
}
.main.feature .section-pickup-articles .articles-cols-2 > .flex-item:nth-child(n + 3) {
margin-top: 30px;
}
.main.feature .aside .section-subsc-link {
margin-top: 42px;
}
.main.feature .aside .section-series-articles .articles-cols-2 .flex-item:nth-child(n + 3) {
margin-top: 26px;
}
.aside .section-favorite-ranking h2 {
line-height: 1.4;
}
.main.feature .section-feature-articles div[class^="articles-cols-"] + div[class^="articles-cols-"] {
margin-top: 40px;
}
.main.feature .section-feature-articles .parent-title {
overflow: visible;
white-space: normal;
text-overflow: initial;
line-height: 24px;
margin: 10px 0 0 0;
font-size: 18px;
font-weight: bold;
color: #000;
}
.main.feature .section-feature-articles .bplead {
margin: 8px 0 0 0;
font-size: 12px;
color: #666;
}
.main.feature .section-feature-articles .articles-cols-2 {
padding-top: 0;
}
.main.feature .section-feature-articles .articles-cols-2 > .flex-item:nth-child(n+3) {
padding-top: 40px;
}
.main.feature .section-feature-articles .articles-cols-2 > .flex-item:nth-child(odd) {
padding-right: 20px;
}
.main.feature .section-feature-articles .articles-cols-2 > .flex-item:nth-child(even) {
padding-left: 20px;
}
.main.feature .section-feature-articles .articles-cols-2 img {
width: 305px;
height: auto;
}
.main.feature .section-feature-articles .articles-cols-2 > .flex-item:nth-last-child(2) .article, 
.main.feature .section-feature-articles .articles-cols-2 > .flex-item:last-child .article {
border-bottom: none;
}
/* rhizome */
.nav-global .avatarUser .fig-face {
width: 18px;
height: 18.5px;
margin: 0 auto;
}
.nav-global .avatarUser > img {
width: 18px!important;
height: 18px!important;
border-radius: 9px;
}
.nav-global li.avatarUser .modalNotification,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification {
display: none;
width: 400px;
max-height: 700px;
position: absolute;
top: 67px;
right: 0;
z-index: 9999;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
border-top: 1px solid #d32f2f;
background: #FFFFFF;
z-index: 9999;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.nav-global li.avatarUser.on .modalNotification,
.headerFix > header .loginBox ul.menuLogin li.avatarUser.on .modalNotification {
display: block;
}
.nav-global li.avatarUser.on .modalNotification::before,
.headerFix > header .loginBox ul.menuLogin li.avatarUser.on .modalNotification::before {
content: '';
position: absolute;
right: 30px;
top: -8px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #d32f2f;
}
.nav-global li.avatarUser .modalNotification .avatarCircle {
width: 24px;
height: 24px;
}
.nav-global li.avatarUser .modalNotification .avatarCircle img {
width: 24px;
height: 24px;
}
.nav-global li.avatarUser .modalNotification .itemNotice .itemIcon img {
text-align: center;
width: 24px;
height: 24px;
}
.nav-global li.avatarUser .modalNotification .itemNotice .itemIcon.info img {
width: auto;
height: 20px;
}
.nav-global li.avatarUser .navButtonContent,
.headerFix > header .loginBox ul.menuLogin .navButtonContent {
position: relative;
}
.nav-global li.avatarUser .notificationAlert:before,
.headerFix > header .loginBox ul.menuLogin .notificationAlert:before {
content: '';
display: block;
width: 9px;
height: 9px;
border-radius: 50%;
background: #d32f2f;
position: absolute;
right: 14px;
top: 0px;
z-index: 1;
}
.nav-global li.avatarUser .modalNotification ul,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification ul {
padding: 0;
}
.nav-global li.avatarUser .modalNotification ul li,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification ul li {
width: 100%;
border-bottom: 1px solid #eee;
}
.nav-global li.avatarUser .modalNotification ul li a {
border-bottom: none;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.nav-global li.avatarUser .modalNotification ul li a:hover {
background-color: #f6f6f6;
}
.nav-global li.avatarUser .modalNotification ul li .itemNotice,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification ul li .itemNotice{
display: flex;
flex-flow: wrap;
padding: 16px 16px 12px;
white-space: normal;
}
.nav-global li.avatarUser .modalNotification ul li .itemNotice .itemIcon {
width: 24px;
}
.nav-global li.avatarUser .modalNotification ul li .itemNotice .itemContent,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification ul li .itemNotice .itemContent {
margin-left: 11px;
text-align: left;
width: 330px;
line-height: 1.5;
}
.nav-global li.avatarUser .modalNotification ul li .itemNotice .itemContent .desciption,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification ul li .itemNotice .itemContent .desciption {
margin: 12px 0 0 -34px;
font-weight: normal;
font-size: 14px;
color: #666;
}
.nav-global li.avatarUser .modalNotification ul li .itemNotice .itemDate,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification ul li .itemNotice .itemDate {
display: flex;
align-items: flex-end;
justify-content: flex-end;
width: 100%;
height: auto;
margin-top: 12px;
}
.nav-global li.avatarUser .modalNotification ul li .itemNotice .itemDate var,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification ul li .itemNotice .itemDate var {
display: inline-block;
font-size: 14px;
color: #666;
font-style: normal;
font-weight: normal;
}
.nav-global li.avatarUser .modalNotification ul li .itemNotice .itemDate span,
.headerFix > header .loginBox ul.menuLogin li.avatarUser .modalNotification ul li .itemNotice .itemDate span {
display: inline-block;
margin: 0 0 0 8px;
}
.nav-global li.avatarUser .modalNotification .notificationSeeMore {
display: block;
font-weight: normal;
background: #f6f6f6;
color: #d32f2f;
height: 48px;
line-height: 48px;
}
.likeAndComment {
margin-top: 4px;
position: relative;
line-height: 18px;
}
.likeAndComment span.rhizomeStage {
margin-right: 18px;
color: #666666;
font-size: 14px;
font-weight: normal;
padding-left: 0;
}
.likeAndComment span.rhizomeStage i {
font-size: 20px;
background-size: cover;
margin-right: 4px;
}
.avatarCicrle {
overflow: hidden;
position: relative;
border-radius: 50%;
}
.avatarCicrle.sizeForty {
width: 40px;
height: 40px;
}
.avatarCicrle img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}
.section-glowingcomment .section-lead {
margin: 20px 0 0;
}
.glowingCommentBox {
display: flex;
justify-content: space-between;
}
.glowingCommentBox li {
width: 305px;
margin-top: 20px;
}
.glowingCommentBox .glowingCommentItem {
display: block;
padding: 16px 22px;
border: 1px solid #dddddd;
position: relative;
}
.glowingCommentBox .glowingCommentItem:hover {
text-decoration: none;
}
.glowingCommentBox .glowingCommentItem:before {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 12px 12px 0 0;
border-color: #dddddd transparent transparent transparent;
bottom: -12px;
left: -1px;
}
.glowingCommentBox .glowingCommentItem:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 10px 10px 0 0;
border-color: #ffffff transparent transparent transparent;
bottom: -10px;
left: 0px;
}
.glowingCommentBox .glowingCommentAuthor {
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
margin: 15px 0 0;
}
.glowingCommentBox .avatarCircle {
min-width: 32px;
height: 32px;
overflow: hidden;
position: relative;
border-radius: 50%;
margin-right: 10px;
border-radius: 50%;
}
.glowingCommentBox .avatarCircle img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 110%;
margin-right: 10px;
}
.glowingCommentBox .glowingCommentAuthor .right {
width: calc(100% - 42px);
}
.glowingCommentBox .glowingCommentAuthorName {
display: block;
margin: 0;
font-size: 12px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.glowingCommentBox .glowingCommentAuthorAddr {
display: block;
margin: 0;
color: #666666;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.glowingCommentBox .glowingCommentContent {
font-size: 14px;
font-weight: normal;
margin: 0;
line-height: 1.76;
letter-spacing: 0.2px;
height: 144px;
overflow: hidden;
}
.glowingCommentBox a:hover .glowingCommentContent {
text-decoration: underline;
}
.glowingCommentBox .glowingCommentInfo {
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
margin-top: 8px;
}
.glowingCommentBox .glowingCommentInfoDate,
.glowingCommentBox .glowingCommentInfoLike {
display: inline-block;
font-size: 12px;
font-weight: normal;
color: #666666;
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
margin-right: 19px;
}
.glowingCommentBox .glowingCommentInfoLike .icon{
font-size: 13px;
}
.glowingCommentBox li .glowingCommentRaise {
margin-top: 10px;
}
.glowingCommentBox .glowingCommentRaiseContent {
display: block;
margin: 22px 0 0;
font-weight: bold;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.glowingCommentBox .glowingCommentRaiseContent .logo-talk {
display: inline-block;
margin-right: 5px;
background: url(/images/2018/common/logo_talk.png) no-repeat;
background-size: 42px;
width: 42px;
height: 13px;
vertical-align: text-top;
}
.topComment .topCommentContainer {
display: flex;
}
.topComment .topRedNote {
position: absolute;
top: 0;
left: 0;
width: auto;
padding: 0 8px;
background: #d32f2f;
font-weight: bold;
color: #FFFFFF;
text-align: center;
line-height: 24px;
}
.topComment .topRedNote p {
margin: 0;
font-size: 14px;
}
.topComment .flagKeyArrow {
position: absolute;
font-size: 12px;
font-weight: normal;
color: #242424;
right: 0;
top: 0;
}
.topComment .flagKeyArrow i::before {
color: #d32f2f;
}
.topComment ul.topCommentList {
margin-top: 6px;
}
.topComment ul.topCommentList li {
padding: 0;
border-bottom: 1px solid #EEEEEE;
}
.topComment ul.topCommentList li a {
display: block;
padding: 12px 0;
overflow: hidden;
}
.topComment ul.topCommentList li .topCommentAuthor {
padding-top: 15px;
}
.topComment ul.topCommentList li .topCommentAuthor .topCommentAuthorAvatar {
width: 40px;
height: 40px;
float: left;
margin-right: 10px;
}
.topComment ul.topCommentList li .topCommentText p {
display: inline;
font-size: 15px;
color: #242424;
font-weight: bold;
}
.topComment ul.topCommentList li .topCommentAuthor .topCommentAuthorName {
font-size: 12px;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 250px;
}
.topComment ul.topCommentList li .topCommentAuthor .topCommentAuthorTitle {
font-size: 12px;
font-weight: normal;
color: #666;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 250px;
}
.topComment ul.topCommentList li a:hover {
text-decoration: none;
}
.topComment ul.topCommentList li a:hover .topCommentText {
text-decoration: underline;
}
.topComment ul.topCommentAuthorAvatar {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #EEEEEE;
padding: 14px 0;
position: relative;
}
.topComment ul.topCommentAuthorAvatar li {
display: flex;
}
.topComment ul.topCommentAuthorAvatar li a {
display: flex;
padding: 0 5px;
}
.topComment .topCommentPopup {
position: absolute;
bottom: 65px;
left: 0;
background: #FFFFFF;
width: 300px;
padding: 12px 16px 16px;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
border: solid 1px #dddddd;
visibility: hidden;
opacity: 0;
z-index: 1;
transition: visibility 0s, opacity 0.5s linear;
}
.topComment .topCommentPopup:after {
content: '';
display: block;
position: absolute;
bottom: -6px;
left: 18px;
width: 10px;
height: 10px;
background: #FFFFFF;
border-right: 1px solid #CAD5E0;
border-bottom: 1px solid #CAD5E0;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.topComment .topCommentAuthorAvatar > li:nth-child(2) .topCommentPopup:after {
left: 69px;
}
.topComment .topCommentAuthorAvatar > li:nth-child(3) .topCommentPopup:after {
left: 119px;
}
.topComment .topCommentAuthorAvatar > li:nth-child(4) .topCommentPopup:after {
left: 169px;
}
.topComment .topCommentAuthorAvatar > li:nth-child(5) .topCommentPopup:after {
left: 219px;
}
.topComment .topCommentAuthorAvatar > li:nth-child(6) .topCommentPopup:after {
left: 269px;
}
.topComment .topCommentPopup img {
display: inline;
}
.topComment .topCommentPopup p {
display: inline;
font-size: 14px;
font-weight: normal;
}
.topComment .topCommentPopup .topCommentPopupAuthor {
font-size: 12px;
font-weight: bold;
margin-top: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.topComment .topCommentPopup .topCommentPopupTitle {
font-size: 12px;
color: #666666;
margin-top: 6px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.section-live-articles .article.article-summary-horizontal {
padding: 0;
}
.section-live-articles .article.article-summary-horizontal figure {
width: 340px;
align-self: center;
margin-left: 0;
}
.section-live-articles .article.article-summary-horizontal figure img {
width: 340px;
height: auto;
}
.section-live-articles .article.article-summary-horizontal .flex-item {
padding: 10px 20px;
background: #f6f6f6;
}
.section-live-articles .article.article-summary-horizontal .flex-item .logo-talk {
width: 105px;
}
.section-live-articles .article.article-summary-horizontal .flex-item .logo-talk img {
width: 100%;
height: auto;
}
.section-live-articles .article.article-summary-horizontal .flex-item .ic-live {
margin: 10px 0 0 0;
width: 100px;
border: 1px solid #d32f2f;
text-align: center;
font-size: 10px;
color: #d32f2f;
}
.section-live-articles .article.article-summary-horizontal .flex-item .parent-title {
margin: 8px 0 0 0;
}
.section-live-articles .article.article-summary-horizontal .flex-item .article-title {
margin: 4px 0 0 0;
font-size: 14px;
}
.section-live-articles .article.article-summary-horizontal.article.movie figure:not(.fig-face)::after {
display: none;
}
.section-live-articles .article.article-summary-horizontal.article.movie figure .btn-play {
width: 40px;
height: 40px;
}
.section-live-articles .creationListIcon {
margin: 5px 0 0 0;
font-size: 10px;
color: #666;
}
.section-live-articles .creationListIcon > span {
display: inline-block;
margin-right: 16px;
}
.section-live-articles .creationListIcon > span:last-child {
margin-right: 0;
}
.section-live-articles .creationListIcon > span .icon {
margin-right: 4px;
font-size: 12px;
vertical-align: text-bottom;
}
/* TALK */
.section-header .badge-feature {
line-height: 1;
}
.section-header .badge-feature .logo-talk {
display: inline-block;
margin: 0 10px 0 0;
background: url(/images/2018/common/logo_talk.png) no-repeat left center;
background-size: 64px;
width: 64px;
height: 20px;
vertical-align: middle;
}
.atcl-header .logo-talk {
width: 98px;
}
.atcl-header .logo-talk img {
width: 100%;
}
.main.talk .container {
margin-top: 30px;
}
.main.talk .container-page-title {
margin-top: 0;
}
.main.talk h1 .page-description {
font-size: 14px;
color: #666;
font-weight: normal;
margin-left: 24px;
}
.main.talk .section-tag-list {
margin-top: 20px;
}
.main.talk .creationListIcon {
margin: 5px 0 0 0;
font-size: 12px;
}
.main.talk .creationListIcon .icon {
vertical-align: middle;
margin: 0 4px 0 0;
}
.main.talk .creationListIcon .numberComment {
margin-right: 20px;
}
.main.talk .creationListIcon .icon-forum-comment:before{
vertical-align: middle;
font-size: 14px;
color: #666;
}
.main.talk .creationListIcon .icon-watcher:before{
vertical-align: middle;
font-size: 14px;
color: #666;
}
.main.talk .creationListIcon span {
color: #666;
vertical-align: middle;
}
.main.talk .commentator-list-fig {
display: flex;
}
.main.talk .commentator-list-fig li {
width: 20%;
padding: 0 16px;
text-align: center;
box-sizing: border-box;
}
.main.talk .commentator-list-fig li a {
display: block;
text-align: center;
}
.main.talk .commentator-list-fig li .fig-face {
margin: 0 auto;
width: 72px;
height: 72px;
}
.main.talk .commentator-list-fig li .fig-face img {
width: 72px;
height: 72px;
}
.main.talk .commentator-list-fig li .job-title {
margin: 10px auto 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 12px;
color: #666;
}
.main.talk .commentator-list-fig li .name {
margin: 4px auto 0;
font-size: 14px;
}
.main.talk .container-commentator-list .btn.btn-outline-primary {
margin-top: 30px;
width: 300px;
color: #000;
}
.main.talk .container-commentator-list .btn.btn-outline-primary:hover {
color: #fff;
}
.main.talk .container-commentator-list .commentator-tx {
line-height: 30px;
font-size: 17px;
font-weight: bold;
}
.main.talk .content .glowingCommentBox {
display: block;
margin-top: 20px;
}
.main.talk .content .glowingCommentBox li {
width: 100%;
margin-top: 0;
margin-bottom: 40px;
}
.main.talk .content .glowingCommentBox .glowingCommentItem {
padding: 16px 40px;
}
.main.talk .content .glowingCommentBox .glowingCommentContent {
font-size: 17px;
margin-top: 0;
margin-bottom: 10px;
height: auto;
}
.main.talk .content .glowingCommentBox .glowingCommentAuthor {
margin-top: 20px;
}
.main.talk .content .glowingCommentBox .glowingCommentInfo {
margin-top: 14px;
}
.main.talk .content .glowingCommentBox .avatarCircle {
min-width: 40px;
height: 40px;
}
.main.talk .content .glowingCommentBox .glowingCommentAuthorName {
display: block;
font-size: 17px;
overflow: visible;
text-overflow: unset;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main.talk .content .glowingCommentBox .glowingCommentAuthorAddr {
display: block;
font-size: 14px;
overflow: visible;
text-overflow: unset;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main.talk .content .glowingCommentBox .glowingCommentInfoDate,
.main.talk .content .glowingCommentBox .glowingCommentInfoLike {
font-size: 14px;
}
.main.talk .content .glowingCommentBox .glowingCommentInfoLike .icon {
font-size: 20px;
}
/* avatar */
.myPageHeader .avatarCircle {
width: 72px;
height: 72px;
margin-right: 15px;
}
.avatarCircle {
overflow: hidden;
position: relative;
border-radius: 50%;
}
.avatarCircle img {
border-radius: 50%;
}
.avatarCircle img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}
/* マイページ */
.btn-bottom {
margin: 30px 0 0 0;
}
.btn-link-style.btn.btn-outline-primary {
padding: 0.5em 30px;
color: #000;
font-size: 14px;
}
.btn-link-style.btn.btn-outline-primary:hover {
color: #fff;
}
header.myPageHeader {
width: 100%;
display: inline-block;
}
header.myPageHeader .myPageHeaderLeft {
float: left;
display: flex;
}
header.myPageHeader .myPageHeaderLeft .myPageHeadLeftImg {
height: 72px;
}
header.myPageHeader .myPageHeaderLeft .myPageHeadLeftImg .avatarCicrle {
margin-right: 18px;
}
header.myPageHeader .myPageHeaderLeft .myPageHeadLeftImg img {
float: left;
width: 72px;
height: 72px;
}
header.myPageHeader .myPageHeaderLeft .myPageHeadLeftContent {
height: 72px;
}
header.myPageHeader .myPageHeaderLeft .myPageHeadLeftContent p {
line-height: 1em;
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
}
header.myPageHeader .myPageHeaderLeft .myPageHeadLeftContent p.textAuthortitle {
color: #666666;
}
header.myPageHeader .myPageHeaderLeft .myPageHeadLeftContent h5 {
font-size: 24px;
line-height: 1.5em;
margin-top: 0;
margin-bottom: 0;
}
header.myPageHeader .myPageHeaderLeft .myPageHeadLeftContent h5 span {
font-size: 17px;
font-weight: normal;
margin-left: 5px;
}
header.myPageHeader .myPageHeaderRight {
float: right;
margin-top: 15px;
}
header.myPageHeader .myPageHeaderRight a.btn {
width: 68px;
height: 30px;
border-radius: 2px;
border: 1px solid;
border-color: #dddddd;
font-size: 14px;
display: block;
text-align: center;
line-height: 30px;
color: #d32f2f;
padding: 0;
font-weight: normal;
}
header.myPageHeader .myPageHeaderRight a.btn i.icon {
margin-left: 4px;
}
header.myPageHeader .myPageHeaderRight a.btn:hover {
text-decoration: underline;
}
header.myPageHeader .myPageHeaderRight a img {
width: 12px;
height: 12px;
margin-left: 5px;
}
/* タブエリア */
section.myPage .tabWrapper ul.tabHeaderMyPage {
display: flex;
margin: 40px 0 0 0;
padding-left: 0;
}
section.myPage .tabWrapper ul.tabHeaderMyPage li {
width: 216px;
text-align: center;
color: #666666;
font-weight: 500;
transition: all linear 0.2s;
-webkit-transition: all linear 0.2s;
-moz-transition: all linear 0.2s;
}
section.myPage .tabWrapper ul.tabHeaderMyPage li:first-child {
width: 218px;
}
section.myPage .tabWrapper ul.tabHeaderMyPage li a {
display: block;
height: 48px;
line-height: 48px;
color: #666;
font-weight: bold;
font-size: 16px;
text-decoration: none;
border-radius: 2px 2px 0 0;
border-bottom: 1px solid #ccc;
}
section.myPage .tabWrapper ul.tabHeaderMyPage li.active {
font-weight: bold;
transition: all linear 0.2s;
-webkit-transition: all linear 0.2s;
-moz-transition: all linear 0.2s;
}
section.myPage .tabWrapper ul.tabHeaderMyPage li.active a {
color: #d32f2f;
border: 1px solid #ccc;
border-bottom: none;
}
section.myPage .tabWrapper .tabContent ul.tabItem li {
width: 100%;
border-bottom: 1px solid;
border-color: #EEEEEE;
position: relative;
transition: all linear 0.2s;
-webkit-transition: all linear 0.2s;
-moz-transition: all linear 0.2s;
}
/* 通知エリア */
.paginate {
margin: 30px auto 0;
text-align: center;
}
.paginate .btnPaginate {
width: 300px;
height: 58px;
color: inherit;
font-size: 14px;
font-weight: bold;
background-color: #f6f6f6;
border: none;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.paginate .btnPaginate:hover {
background-color: #ccc;
text-decoration: none;
}
.paginate .btnPaginate i::before {
color: #d32f2f;
margin-left: .25rem;
}
header.myPageHeader .myPageHeaderRight a.btn {
padding: 0;
}
#wrapper > header .loginBox ul.menuLogin li.avatarUser:hover .modalNotification{
display:none;
}
#wrapper > header .loginBox ul.menuLogin li.avatarUser.notLogin:hover .modalNotification{
display:block;
}
#wrapper > header .loginBox ul.menuLogin li.avatarUser.active .modalNotification{
display:block;
}
section.myPage .tabWrapper{
border-bottom:none;
}
.notificationArea ul li {
height: auto;
}
.notificationArea ul li.active a {
background: #fffcf8;
box-sizing: border-box;
}
.notificationArea ul .itemNotice {
display: flex;
}
.notificationArea ul .itemNotice .itemIcon {
text-align: center;
}
.notificationArea ul .itemNotice .itemContent {
}
.notificationArea ul .itemNotice .itemContent h5.title {
font-style: normal;
font-weight: normal;
font-size: 14px;
}
.notificationArea ul .itemNotice .itemContent h5.title var, .notificationArea ul .itemNotice .itemContent h5.title em {
font-style: normal;
font-weight: bold;
font-size: 16px;
}
.notificationArea ul .itemNotice .itemContent p.desciption
.notificationArea ul .itemNotice .itemContent p.desciption {
color: #666666;
margin: 5px 0 0 0;
font-size: 14px;
}
.notificationArea ul .itemNotice .itemDate {
align-self: flex-end;
}
.notificationArea ul .itemNotice .itemDate p span {
font-size: 10px;
color: #E6001E;
font-family: serif;
}
.notificationArea ul .itemNotice .itemDate p span::before {
font-weight: normal;
font-family: serif;
}
.notificationArea ul .itemNotice .itemDate p span.ONB::before {
content:'NB';
}
.notificationArea ul .itemNotice .itemDate p span.NXW::before {
color: #f13c5d;
content:'xwoman';
}
.notificationArea ul .itemNotice .itemDate p span.NXWT::before {
color: #36b2b2;
content:'Terrace';
}
.notificationArea ul .itemNotice .itemDate p span.ARIA::before {
color: #937e28;
content:'ARIA';
}        
.notificationArea ul .itemNotice .itemDate p span.DUAL::before {
color: #E6001E;
content:'DUAL';
}        
.notificationArea ul .itemNotice .itemDate p span.DRS::before {
color: #ff6600;
content:'doors';
}
.notificationArea ul .itemNotice .itemDate p span.NXR::before {
color: #d32f2f;
content:'xTREND';
}
.notificationArea ul .itemNotice .itemDate p {
margin: 0;
}
.notificationArea ul .itemNotice .itemDate p var {
font-size: 14px;
color: #666;
font-style: normal;
font-weight: normal;
}
section.myPage .tabWrapper .tabContent.notificationArea ul.tabItem li {
height: auto;
}
.myPage .notificationArea ul .itemNotice {
padding-top: 16px;
padding-bottom: 17px;
padding-left: 5px;
padding-right: 16px;
height: auto;
}
.myPage .notificationArea ul a.itemNotice:hover {
text-decoration: none;
}
.myPage .notificationArea ul .itemNotice .avatarCircle {
width: 40px;
height: 40px;
min-width:40px;
flex-basis:40px;
box-sizing:border-box;
}
.myPage .notificationArea ul .itemNotice .itemIcon {
width: 40px;
}
.myPage .notificationArea ul .itemNotice .avatar img {
width: 40px;
height: 40px;
}
.myPage .notificationArea ul a.itemNotice .avatarCircle img,
.myPage .notificationArea ul .itemNotice .itemIcon img {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.myPage .notificationArea ul .itemNotice .itemIcon img {
width: 30px;
}
.myPage .notificationArea ul .itemNotice .itemIcon.forum img {
width: 36px;
}
.myPage .notificationArea ul .itemNotice .itemIcon.info img {
width: auto;
height: 32px;
}
.myPage .notificationArea ul a.itemNotice:hover .avatarCircle img,
.myPage .notificationArea ul a.itemNotice:hover .itemIcon img {
background-color: #fff;
opacity: .7;
}
.myPage .notificationArea ul .itemNotice .itemIcon.article img {
width: 28px;
}
.myPage .notificationArea ul .itemNotice .itemContent {
margin-left: 10px;
margin-right: 18px;
width: 435px;
}
.myPage .notificationArea ul .itemNotice .itemContent h5.title {
margin-top: 5px;
font-size: 16px;
}
.myPage .notificationArea ul a.itemNotice:hover .itemContent h5.title {
text-decoration: underline;
}
.myPage .notificationArea ul .itemNotice .itemContent p.desciption {
margin-top: 5px;
color: #666;
font-size: 14px;
}
.myPage .notificationArea ul .itemNotice .itemDate {
margin: 0 0 0 auto;
align-self: flex-end;
}
.myPage .notificationArea ul .itemNotice .itemDate p span {
margin-left: 8px;
}
/* 未ログイン（ゲスト） */
.myfeed header.myPageHeader {
min-height: 72px;
}
.myPage .caution.caution-before-login {
text-align: center;
background-color: #f6f6f6;
padding: 50px 40px;
margin: 0 auto;
}
.follow-tag.myPage .caution.caution-before-login {
margin-top: 30px;
}
.myPage .caution.caution-before-login .txt-caution {
margin: 0 auto 0 auto;
}
.myPage .caution.caution-before-login .container-regist {
margin-top: 30px;
}
.myPage .caution.caution-before-login .container-regist .flex-item {
margin: 0 15px;
}
.myPage .caution.caution-before-login .container-regist .btn {
margin: 0;
padding: 0;
width: 158px;
height: 48px;
line-height: 48px;
font-size: .875rem;
color: #fff;
}
.myPage .caution.caution-before-login .container-regist .flex-item .label {
margin: 0 0 10px;
font-size: 14px;
}
/* 会員向けRZM案内 */
section.myPage .registerForUse {
width: 100%;
margin: 0 auto;
}
.registerForUse .lblNotificationRed {
color: #FFFFFF;
font-weight: bold;
font-size: 17px;
background-color: #d32f2f;
height: 56px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
width: 320px;
margin: 0 auto 15px;
position: relative;
}
section.myPage .registerForUse .lblNotificationRed {
width: 456px;
height: 70px;
font-size: 20px;
text-align: center;
margin-top: 40px;
margin-bottom: 28px;
}
.registerForUse .lblNotificationRed:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 12px 0 0 12px;
border-color: transparent transparent transparent #d32f2f;
left: 50%;
top: -12px;
}
.registerForUse .noticeText {
font-size: 15px;
font-weight: normal;
letter-spacing: 0.2px;
color: #242424;
margin-bottom: 19px;
}
section.myPage .registerForUse .noticeText {
width: 515px;
margin: 0 auto;
font-size: 17px;
line-height: 1.76;
letter-spacing: 0.2px;
text-align: center;
}
section.myPage .registerForUse ul.listBoxFunctionForUser {
width: 650px;
margin: 40px auto 30px;
}
section.myPage .registerForUse ul.listBoxFunctionForUser li {
display: inline-block;
width: 200px;
margin-right: 6px;
padding-left: 10px;
border-left: 1px solid #ddd;
text-align: center;
}
section.myPage .registerForUse ul.listBoxFunctionForUser li.listFirst {
border-left: 0;
padding-left: 0;
}
section.myPage .registerForUse ul.listBoxFunctionForUser .functionImg img {
height: 36px;
margin: 8px auto 20px;
}
section.myPage .registerForUse ul.listBoxFunctionForUser p {
font-size: 14px;
font-weight: bold;
line-height: 1.57;
letter-spacing: 0.2px;
margin: 0 auto 20px;
}
.boxActionRegister {
background-color: #f6f6f6;
padding: 40px;
margin: 0 auto;
}
section.myPage .boxActionRegister .noticeText {
font-size: 17px;
text-align: center;
margin: 0 0 15px;
}
.btnGreenGradientPc {
display: block;
width: 284px;
height: 56px;
line-height: 56px;
color: #FFFFFF;
font-size: 17px;
font-weight: bold;
text-align: center;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.boxActionRegister .btnGreenGradientPc {
width: 344px;
margin: 0 auto;
background-color: #00b3a4;
}
.btnGreenGradientPc:hover {
background-color: #008f83;
border-color: #008f83;
color: #fff;
text-decoration: none;
}
/* スクロールバー */
[data-simplebar] {
position: relative;
z-index: 0;
overflow: hidden !important;
max-height: inherit;
}
[data-simplebar] .simplebar-scroll-content {
overflow: hidden;
}
[data-simplebar] .simplebar-content {
overflow: hidden;
}
[data-simplebar="init"] {
display: flex;
}
[data-simplebar="init"] .simplebar-scroll-content {
overflow: scroll;
}
[data-simplebar="init"] .simplebar-content {
overflow: scroll;
}
.simplebar-scroll-content {
overflow-x: hidden !important;
min-width: 100% !important;
max-height: inherit !important;
box-sizing: content-box !important;
}
.simplebar-content {
overflow-y: hidden !important;
box-sizing: border-box !important;
min-height: 100% !important;
}
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
width: 3px;
pointer-events: none;
}
.simplebar-track.vertical {
top: 0;
}
.simplebar-track.vertical .simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
}
.simplebar-track.horizontal {
left: 0;
width: auto;
height: 11px;
}
.simplebar-track.horizontal .simplebar-scrollbar:before {
height: 100%;
left: 2px;
right: 2px;
}
.simplebar-scrollbar {
position: absolute;
right: 2px;
width: 3px;
min-height: 10px;
}
.simplebar-scrollbar:before {
position: absolute;
content: "";
background: #7a7a7a;
border-radius: 3px;
left: 0;
right: 0;
}
.horizontal.simplebar-track .simplebar-scrollbar {
right: auto;
left: 0;
top: 2px;
height: 7px;
min-height: 0;
min-width: 10px;
width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track {
right: auto;
left: 0;
}
[data-simplebar-direction="rtl"] .simplebar-track.horizontal {
right: 0;
}
/* お薦め記事 */
.main .rec-header h1.content-title {
font-size: 28px;
}
.section-article-list.rec-list .section-body {
margin-top: 18px;
}
.section-article-list.rec-list .article.article-summary-horizontal {
border: none;
}
.section-article-list.rec-list .article.article-summary-horizontal figure {
width: 96px;
}
.section-article-list.rec-list .article.article-summary-horizontal figure img {
width: 96px;
}
/* 設定モーダル */
.modal .modal-inner.setting-style {
width: 640px;
}
.modal-title {
font-size: 18px;
line-height: 78px;
height: 78px;
padding: 0 30px;
font-weight: bold;
}
.modal .modal-inner.setting-style .modal-content {
min-height: 1px;
padding-bottom: 18px;
}
.modal .modal-inner.setting-style .popupOption li {
text-align: left;
border-top: 1px solid #eee;
}
.modal .modal-inner.setting-style .popupOption li a {
display: block;
line-height: 58px;
height: 58px;
padding: 0 30px;
color: #d32f2f;
font-size: 18px;
}
/* 親記事 */
.followers-box {
align-items: center;
}
.numberFollowers {
margin-left: 15px;
font-size: 13px;
color: #666;
}
.section-backnumber-articles .section-backnumber-parent .flex-item .badge-feature {
display: inline-block;
line-height: 1;
vertical-align: top;
}
.section-backnumber-articles .section-backnumber-parent .flex-item .badge + .badge-feature {
margin-left: 10px;
}
.section-backnumber-articles .section-backnumber-parent .flex-item .badge-feature span {
display: inline-block;
margin-right: 10px;
padding: 4px 5px;
background: #d32f2f;
text-align: center;
font-size: 12px;
color: #fff;
line-height: 1;
vertical-align: top;
min-width: 40px;
}
.section-backnumber-articles .section-backnumber-series .article .badge-feature {
line-height: 1;
margin-top: 2px;
}
.section-backnumber-articles .section-backnumber-series .article .badge-feature span {
margin-right: 5px;
padding: 1px 6px;
background: #d32f2f;
text-align: center;
font-size: 10px;
color: #fff;
line-height: 1;
}
/* 子記事 */
.talk.article-child .container-author {
margin-top: 20px;
}
.main.seminar .container-author {
margin-top: 0;
}
.article-child .atcl-header .atcl-header-parts {
margin-top: 20px;
align-items: center;
}
.article-child .container-author .leaf-author,
.main.seminar .container-author .leaf-author {
padding: 4px 4px;
}
.article-child .container-author .leaf-author .name-list,
.main.seminar .container-author .leaf-author .name-list {
margin: 0 0 0 20px;
color: #d32f2f;
font-size: 12px;
}
.modal .modal-inner.name-list-style {
width: 620px;
height: auto;
}
.modal .modal-inner.name-list-style .modal-content {
min-height: 200px;
}
.modal .modal-inner.name-list-style .popupAuthor {
padding: 0 40px 25px 40px;
}
.modal .modal-inner.name-list-style .popupAuthor li {
border-bottom: 1px solid #dddddd;
padding: 9px 0;
position: relative;
font-size: 12px;
}
.modal .modal-inner.name-list-style .modal-title {
height: auto;
border-left: 0.25rem solid #d32f2f;
padding: 0 0 0 12px;
line-height: 1.4;
font-size: 18px;
font-weight: bold;
margin: 16px 40px 8px 40px;
}
.modal .modal-inner.name-list-style .popupAuthor li a:hover {
text-decoration: none;
}
.modal .modal-inner.name-list-style .popupAuthor li .fig-face {
width: 32px;
}
.modal .modal-inner.name-list-style .popupAuthor li .fig-face img {
width: 32px;
height: 32px;
}
.modal .modal-inner.name-list-style .popupAuthor li .name {
font-size: 12px;
}
.modal .modal-inner.name-list-style .popupAuthor li .job-title {
font-size: 12px;
color: #666;
}
.modal .modal-inner.name-list-style .popupAuthor li a:hover .name,
.modal .modal-inner.name-list-style .popupAuthor li a:hover .job-title {
text-decoration: underline;
}
.modal .modal-inner.name-list-style .popupAuthor li .icon-right-arrow {
align-self: center;
color: #d32f2f;
}
.article-child .container-author .leaf-author .name-list .icon,
.main.seminar .container-author .leaf-author .name-list .icon {
margin: 0 0 0 3px;
font-size: 14px;
}
.container-author .name a:not(.name-list):hover {
text-decoration: underline;
}
.article-child .atcl-header .date,
.article-child .atcl-header .time {
margin-top: 0;
}
.article-child .atcl-header .atcl-header-parts .likeAndComment .icon {
color: #666;
vertical-align: middle;
margin: 0 4px 0 0;
font-size: 20px;
}
.article-child .atcl-header .atcl-header-parts .likeAndComment .icon::before {
vertical-align: top;
}
.article-child .atcl-header .atcl-header-parts .likeAndComment span[class^="number"] {
margin-right: 10px;
}
.article-child .atcl-header .atcl-header-parts .num {
font-size: 14px;
color: #666;
vertical-align: middle;
}
.container-user-tools {
margin-top: 0;
}
.followBox.rhizomeStage {
margin: 8px 0 0 0;
text-align: right;
}
.followBox.rhizomeStage button {
margin: 0 0 0 auto;
}
/* コメント */
.section-progress {
margin-top: 40px;
}
.progressBar .progressContent .progressHelpfull button::before,
.progressBar .progressContent .progressUseless button::before,
.commentlike .icon,
.commentShowReply .icon,
.icon.iconLike::before,
.icon.iconDisLike::before {
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;	
-moz-osx-font-smoothing: grayscale;
}
.commentBox {
margin-top: 20px;
}
.commentBox .commentContent {
height: auto;
box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.15);
}
.commentBox .commentContent ul li {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 1px;
padding: 16px 8px;
}
.commentBox .commentContent ul li.usrHighlight {
background: #FDF8F8;
}
.commentBox .commentContent ul li.usrHighlight .replySection {
background: #fff;
}
.commentBox .commentContent ul li .commentItemLeft {
position: relative;
}
.commentBox .avatarCircle {
width: 32px;
height: 32px;
overflow: hidden;
position: relative;
border-radius: 50%;
}
.commentBox .commentContent ul li .commentItemRight {
position: relative;
margin-left: 10px;
width: 584px;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon {
color: #666666;
margin-top: 5px;
font-size: 12px;
}
.commentBox .commentContent ul li .commentItemRight a.iconBall,
.commentBox .commentContent ul li .commentItemRight a.myIconBall {
position: absolute;
right: 0;
top: 12px;
display: flex;
padding: 10px;
padding-right: 0;
z-index:1;
}
.commentBox .commentContent ul li .commentItemRight a.iconBall {
padding: 0;
top: 0;
}
.commentBox .commentContent ul li .commentItemRight a.iconBall img,
.commentBox .commentContent ul li .commentItemRight a.myIconBall img {
width: 20px;
height: 20px;
}
.commentBox .commentContent ul li .commentItemRight p.textAuthor,
.commentBox .commentContent ul li .commentItemRight p.textAuthorTitle {
word-break: break-all;
margin: 0;
padding-right: 25px;
}
.commentBox .commentContent ul li .commentItemRight p.textAuthor {
font-size: 12px;
line-height: 1.5;
margin-bottom: 0;
color: #000;
font-weight: bold;
}
.commentBox .commentContent ul li .commentItemRight p.textAuthorTitle {
font-size: 12px;
line-height: normal;
margin-bottom: 10px;
color: #666;
}
.commentBox .commentContent ul li .commentItemRight .commentItemRightContent {
overflow: hidden;
position: relative;
}
.commentBox .commentContent ul li .commentItemRight .commentItemRightContent p {
margin: 0;
font-size: 14px;
}
.commentBox .commentContent ul li .commentItemRight p span.commentReadmore {
color: #666666;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon {
color: #666666;
margin-top: 10px;
font-size: 12px;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon span.commentlike {
margin-left: 20px;
vertical-align: middle;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon span.commentlike a {
cursor: default;
vertical-align: middle;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon span.commentlike a:hover {
text-decoration: none;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon span.commentlike .iconLike {
width: 14px;
height: 12px;
font-size: 14px;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon.isLike span.commentlike {
color: #d32f2f;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon span.commentReply {
margin-left: 20px;
float: right;
color: #d32f2f;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon span.commentVoteLike {
float: right;
color: #d32f2f;
margin-left: 20px;
}
.commentBox .commentContent ul li .commentItemRight .commentIcon.isLike span.commentVoteLike {
font-weight: bold;
}
.commentBox .commentContent ul li .commentItemLeft .iconFill {
position: absolute;
z-index: 1;
width: 14px;
height: 14px;
background-size: 100% 100%;
right: -5px;
top: 21px;
}
.icon.iconFill {
width: 20px;
height: 20px;
position: relative;
}
.icon.iconFill::before,
.icon.iconFill::after {
display: block;
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 14px;
height: 14px;
position: absolute;
bottom: 2px;
}
.icon.iconFill::before {
content: "\e95a";
font-size: 14px;
color: #d32f2f;
}
.icon.iconFill::after {
content: "\e95b";
font-size: 14px;
color: #fff;
}
.buttomCommentBoxZero {
width: 536px;
height: 36px;
line-height: 36px;
font-size: 14px;
color: #666666;
display: block;
margin: 0 auto;
margin-top: 5px;
text-align: center;
background-color: #F6F6F6;
}
.commentBox .commentContent ul {
margin-top: 20px;
}
.commentBox .commentContent ul li .commentItemRight .commentShowReply {
font-size: 14px;
color: #d32f2f;
margin-top: 17px;
text-align: center;
letter-spacing: normal;
}
.icon.iconReplyDown {
width: 20px;
height: 20px;
}
.commentBox .commentContent ul li .commentItemRight .commentShowReply .iconReplyDown {
width: 14px;
height: 14px;
margin-left: 8px;
}
.commentBox .commentContent ul li .commentItemRight .commentShowReply .iconReplyDown:before {
content: '\e944';
font-size: 10px;
}
.commentBox .commentContent ul li .commentItemRight .replySection li {
flex-direction: inherit;
}
.commentBox .commentContent ul li .commentItemRight .replySection li .commentItemRight {
width: calc(100% - 42px);
margin-right: 0;
}
.commentBox form.frmComment {
display: flex;
margin-top: 20px;
align-items: flex-start;
position: relative;
flex-direction: row;
flex-wrap: wrap;
}
.commentBox .commentItemRight form.frmComment {
margin-bottom: 40px;
}
.commentBox form.frmComment textarea {
margin-left: 11px;
margin-right: 8px;
width: 548px;
padding: 1.5% 10px;
min-height: 49px;
height: 48px;
border: 1px solid;
border-color: #F6F6F6;
background: #F6F6F6;
background-position: center;
font-size: 14px;
color: #666666;
border-radius: 4px;
line-height: 1.67;
transition: 0.3s;
box-sizing: border-box;
resize: vertical !important;
}
.commentBox .commentContent ul li form.frmComment textarea {
width: 482px;
}
.commentBox form.frmComment textarea:hover {
outline: inherit;
border: 1px solid;
border-color: #d32f2f;
transition: 0.3s;
}
.commentBox form.frmComment button {
width: 51px;
height: 49px;
border-radius: 4px;
border: solid 1px #242424;
background: #fff;
font-size: 14px;
font-weight: bold;
align-self: flex-end;
cursor: pointer;
}
.commentBox form.frmComment .replyClose {
display: none;
font-size: 12px;
font-weight: 400;
color: #666666;
margin-left: 43px;
position: relative;
padding-left: 19px;
margin-top: 8px;
}
.icon.iconClose_18x18 {
background: url(/images/2018/common/iconClose_18x18.png) no-repeat;
width: 20px;
height: 20px;
}
.commentBox form.frmComment .replyClose i.iconClose_18x18 {
background-size: 100%;
width: 15px;
height: 15px;
position: absolute;
top: 2px;
left: 0;
}
.commentBox .commentContent ul li.isHighLight {
padding-top: 45px;
}
.commentBox .commentContent ul li.isHighLight.usrHighlight {
padding-top: 45px;
}
.commentBox .commentContent ul li .commentItemLeft .commentHighLight {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 110px;
top: -37px;
padding: 1px 0;
border: solid 1px #ddd;
background-color: #ffffff;
}
.commentBox .commentContent ul li .commentItemLeft .commentHighLight:before {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 8px 8px 0 0;
border-color: #dddddd transparent transparent transparent;
bottom: -8px;
left: 14px;
}
.commentBox .commentContent ul li .commentItemLeft .commentHighLight:after {
content: '';
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-width: 6px 6px 0 0;
border-color: #ffffff transparent transparent transparent;
bottom: -6px;
left: 15px;
}
.commentBox .commentContent ul li .commentItemLeft .commentHighLight .commentHighLightIcon {
margin-right: 3px;
display: flex;
}
.commentBox .commentContent ul li .commentItemLeft .commentHighLight .commentHighLightIcon img {
width: 12px;
height: 12px;
}
.commentBox .commentContent ul li .commentItemLeft .commentHighLight p {
margin: 0;
font-size: 12px;
font-weight: 500;
color: #666666;
}
.poweredBy {
text-align: right;
padding: 3px 0 0;
color: #666;
font-size: 10px;
}
.progressBarStyle .progressBar {
border: none;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding: 30px 0;
margin: 0;
}
.progressBar h5 {
text-align: center;
font-size: 14px;
font-weight: bold;
}
.progressBar .progressChart {
clear: both;
margin-top: 16px;
width: 100%;
}
.progressBar .progressChart .myProgress {
width: 100%;
background-color: #eee;
border-radius: 2px;
}
.progressBar .progressChart .myProgress .myBar {
width: 0;
height: 10px;
background-color: #d32f2f;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.progressBarStyle .progressBar .progressContent {
margin-top: 20px;
display: flex;
text-align: center;
}
.progressBar .progressContent .progressHelpfull {
width: 50%;
}
.progressBar .progressContent .progressHelpfull p {
color: #d32f2f;
font-size: 14px;
}
.progressBar .progressContent .progressHelpfull p span,
.progressBar .progressContent .progressUseless p span {
font-size: 20px;
margin-left: 8px;
font-weight: bold;
}
.progressBar .progressContent .progressHelpfull .numberPercent,
.progressBar .progressContent .progressUseless .numberPercent {
font-size: 13px;
font-weight: 400;
margin-left: 0;
}
.icon.iconLike::before {
content: "\e908";
}
.icon.iconDisLike::before {
content: "\e909";
}
.progressBar .progressContent .progressHelpfull button,
.progressBar .progressContent .progressUseless button {
margin-top: 20px;
width: 80px;
height: 38px;
border-radius: 2px;
border: solid 1px #eee;
font-size: 13px;
color: #242424;
font-weight: bold;
display: inline-flex;
text-align: center;
background: #fff;
padding-left: 13%;
cursor: pointer;
position: relative;
}
.progressBar .progressContent .progressHelpfull button::before {
top: 10px;
}
.progressBar .progressContent .progressUseless button::before {
top: 8px;
}
.progressBar .progressContent .progressHelpfull button::before,
.progressBar .progressContent .progressUseless button::before {
font-size: 20px;
width: 20px;
height: 18px;
position: absolute;
left: 13px;
color: #666;
}
.progressBar .progressContent .progressHelpfull button:hover,
.progressBar .progressContent .progressUseless button:hover {
border-color: #d32f2f;
}
.progressBar .progressContent .progressUseless {
width: 50%;
}
.progressBar .progressContent .progressUseless p {
color: #666666;
font-size: 14px;
}
.progressBar .progressContent {
display: flex;
margin-top: 14px;
text-align: center;
}
.progressBarStyle .progress-msg {
border-radius: 4px;
border: solid 1px #F6F6F6;
font-size: 13px;
font-weight: bold;
display: block;
text-align: center;
margin: 0 auto;
margin-top: 20px;
height: 40px;
letter-spacing: 0.2px;
display: flex;
align-items: center;
}
.progressBarStyle .progress-msg {
display: flex;
background-color: #F6F6F6;
width: 260px;
background-position: 16px 50%;
justify-content: center;
}
.progressBarStyle .icon.iconLike::before,
.progressBarStyle .icon.iconDisLike::before {
vertical-align: middle;
margin-right: 4px;
font-size: 18px;
}
/* 機能.css */
.rhizomeStage[data-purpose="postArea"] .commentItemRight .commentItemRightContent p del{
text-decoration:none;
display:none;
}
.rhizomeStage[data-purpose="postArea"] .commentItemRight .commentItemRightContent p del.show{
display:inline;
}
.rhizomeStage[data-purpose="postArea"] var{
font-style:normal;
}
.commentBox h5 {
font-size: 15px;
margin: 0 0 20px;
}
.commentBox .commentContent{
border-top:1px solid #fff;
}
.commentBox a.readMore{
display: flex;
width: 160px;
border-radius: 4px;
border: solid 1px #d32f2f;
color: #000;
font-size: 15px;
font-weight: 500;
margin: 0 auto;
position: relative;
height: 34px;
justify-content: center;
align-items: center;
box-sizing: border-box;
margin-top:15px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.commentBox a.readMore.hide{
height:0;
opacity:0;
pointer-events: none;
}
.commentBox a.readMore:hover {
color: #fff;
background: #d32f2f;
text-decoration: none;
}
.commentBox a.readMore span{
position:relative;
}
.commentBox a.readMore span:after{
content:"";
display:block;
border-right:solid 2px #d32f2f;
border-bottom:solid 2px #d32f2f;
width: 6px;
height: 6px;
transform: rotate(-135deg);
position:absolute;
right:-20px;
bottom:6px;
padding:0px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.commentBox a.readMore:hover span:after{
border-color: #fff;
}
/* ポップアップ */
.rhizomePopup {
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
z-index:100001;
transition-property:opacity;
transition-duration: 0.3s;
opacity:0;
display:block;
pointer-events:none;
}
.rhizomePopup.show {
background:rgba(0,0,0,0.7);
opacity:1;
pointer-events:auto;
}
.rhizomePopup > div {
width:620px;
height: auto;
padding: 0;
background: transparent !important;
overflow: inherit;
position: absolute;
left: 50%;
top: 50%;
max-height: 80%;
max-width: 100%;
z-index: 100002;
transform: translate(-50%,-50%);
}
.rhizomePopup > div > div {
text-align: center;
background: #fff;
border-radius: 4px;
padding: 30px 40px;
}
.rhizomePopup > div > div p {
font-size: 17px;
line-height: 1.67;
letter-spacing: 0.2px;
margin:0;
}
.rhizomePopup > div > div p b {
font-weight: bold;
}
.rhizomePopup > div > div > p + div {
margin-top: 20px;
}
.rhizomePopup > div > div a {
border:1px solid #d32f2f;
background: #fff;
color: #d32f2f;
display: inline-block;
font-size: 15px;
text-align: center;
text-decoration:none;
}
.rhizomePopup > div > div .btn {
width: 100%;
padding: 0 1rem;
font-size: 17px;
line-height: 60px;
height: 60px;
}
.rhizomePopup > div > span {
position: absolute;
display: block;
width: 65px;
height: 65px;
top: -18px;
right: -65px;
cursor: pointer;
text-align: center;
}
.rhizomePopup > div > span:before {
color: #ffffff;
font-size: 65px;
line-height: 65px;
display: inline-block;
text-align: center;
content: "\00d7";
}
.rhizomePopup .flex-center .flex-item {
width: 50%;
margin: 0 8px;
}
.rhizomePopup > div > div .label {
margin-bottom: 15px;
color: #242424;
font-size: 15px;
text-align: center;
line-height: 1;
}
/* 未ログインポップアップ */
.rhizomePopup.popupNotLogin > div > div {
padding:30px 15px;
}
.rhizomePopup.popupNotLogin > div > div p {
font-size: 17px;
margin:0;
padding:0;
}
.rhizomePopup.popupNotLogin > div > div p var {
font-style:normal;
}
/* rhizome_authなしポップアップ */
.rhizomePopup.popupNotRhizome > div > div ul{
width: 360px;
margin: 30px auto 40px;
padding:0;
border:0;
}
.rhizomePopup.popupNotRhizome > div > div ul li {
margin-bottom:20px;
align-items: center;
}
.rhizomePopup.popupNotRhizome > div > div ul div {
display:inline-block;
width:35px;
height:35px;
margin:0 17px 0 0;
padding:0;
border:0;
}
.rhizomePopup.popupNotRhizome > div div ul p {
display:inline-block;
width:calc(100% - 60px);
height:auto;
margin:0;
padding:0;
border:0;
text-align:left;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
}
.rhizomePopup.popupNotRhizome > div div a.aboutRhizome {
border:none;
display:inline-block;
background:none;
box-shadow: none;
color: #d32f2f;
font-size: 15px;
margin-top: 15px;
}
.rhizomePopup.popupNotRhizome .flex-center .flex-item {
width: 327px;
}
/* 子記事 */
/* この記事のタグ */
.article-detail + .section-tags {
margin-top: 40px;
}
/* 資料ダウンロード */
.section-seminar-detail .table {
width: 100%;
border: 1px solid #ccc;
}
.section-seminar-detail .table tr:first-child {
border-bottom: 1px solid #ccc;
}
.section-seminar-detail .table th,
.section-seminar-detail .table td {
padding: 1rem;
}
.section-seminar-detail .table th {
background-color: #f6f6f6;
white-space: nowrap;
text-align: left;
font-size: 0.875rem;
}
.section-seminar-detail .table td {
font-size: 0.875rem;
}
.section-seminar-detail .table .btn-download:disabled,
.section-seminar-detail .table .btn-download:disabled:hover {
color: #000;
cursor: not-allowed;
opacity: 0.4;
}
.section-seminar-detail .table .icon-download {
color: #d32f2f;
}
.section-seminar-detail .table .txt-detail {
color: #666;
margin-top: 0.25rem;
}
/* 会員登録 */
.commentBox .signUp {
width: 100%;
border-radius: 2px;
border: solid 1px #eeeeee;
background-color: #ffffff;
margin: 26px auto 0;
}
#Promote > div {
font-size: 12px;
text-align: center;
font-weight: bold;
color: #242424;
padding: 18px 16px;
}
#Promote > div p {
display: inline;
margin: 0;
}
#Promote > div > span > a {
color: #d32f2f;
letter-spacing: 0.3px;
}
#Promote > div > span > a:nth-of-type(1) {
display: inline-block;
margin: 0 0 0 8px;
position: relative;
}
#Promote > div > span > a:nth-of-type(1)::after {
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e947";
display: inline-block;
width: 12px;
height: 12px;
color: #d32f2f;
font-size: 12px;
}
#Promote > div > span > a:nth-of-type(2)::before {
content: "\A" ;
white-space: pre ;
}
/* トレンド用リゾームモーダル */
/* ポップアップ */
.modal .modal-inner.modal-paywall {
width: 620px;
background-color: transparent;
}
.rhizome-popup {
text-align: center;
background: #fff;
border-radius: 4px;
padding: 30px 40px;
min-height: auto;
}
.rhizome-popup p,
.main.atcl-contents.article-child .modal .modal-inner.modal-paywall .txt-caution {
font-size: 17px;
line-height: 1.67;
letter-spacing: 0.2px;
margin: 0;
font-weight: normal;
}
.rhizome-popup p b {
font-weight: bold;
}
.rhizome-popup .flex-center .flex-item {
width: 50%;
margin: 0 8px;
}
.rhizome-popup .label {
margin-bottom: 15px;
color: #242424;
font-size: 15px;
text-align: center;
line-height: 1;
}
.rhizome-popup a {
border: 1px solid #d32f2f;
background: #fff;
color: #d32f2f;
display: inline-block;
font-size: 15px;
text-align: center;
text-decoration: none;
}
.rhizome-popup .btn {
width: 100%;
padding: 18px 1rem;
font-size: 17px;
}
/* rhizome_authなしポップアップ */
.rhizome-popup-nrhizome ul {
width: 360px;
margin: 30px auto 40px;
padding: 0;
border: 0;
}
.rhizome-popup-nrhizome ul li {
margin-bottom: 20px;
align-items: center;
}
.rhizome-popup-nrhizome ul li div {
display: inline-block;
width: 35px;
height: 35px;
margin: 0 17px 0 0;
padding: 0;
border: 0;
}
.rhizome-popup-nrhizome ul li p {
display: inline-block;
width: calc(100% - 60px);
height: auto;
margin: 0;
padding: 0;
border: 0;
text-align: left;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
}
.rhizome-popup-nrhizome .flex-center .flex-item {
width: 327px;
}
.rhizome-popup-nrhizome a.aboutRhizome {
border: none;
display: inline-block;
background: none;
box-shadow: none;
color: #d32f2f;
font-size: 15px;
margin-top: 15px;
}
/* 著者詳細 */
.section-comment-articles {
margin-top: 40px;
}
.section-comment-articles ul {
margin-top: 28px;
}
.section-comment-articles ul li {
padding: 0;
margin: 0;
}
.section-comment-articles ul li a {
display: block;
padding: 0 0 8px;
margin: 0 0 12px;
border-bottom: 1px solid #eee;
}
.section-comment-articles ul li a:hover {
text-decoration: none
}
.section-comment-articles ul li .commentProfileTitle {
font-weight: bold;
font-size: 16px;
line-height: 1.5;
}
.section-comment-articles ul li a:hover .commentProfileTitle {
text-decoration: underline;
}
.section-comment-articles ul li .commentProfileInfo {
display: flex;
margin-top: 14px;
}
.section-comment-articles ul li .commentProfileInfo .avatarCircle {
width: 32px;
height: 32px;
flex-basis: 32px;
min-width: 32px;
margin-right: 20px;
}
.section-comment-articles ul li .commentProfileInfo .commentProfileInfoRight {
font-size: 14px;
line-height: 1.43;
letter-spacing: 0.4px;
}
.section-comment-articles ul li .commentProfileInfo .commentProfileInfoRight .commentProfileInfoIcon {
display: block;
font-size: 14px;
line-height: 1;
letter-spacing: 0.2px;
color: #666666;
margin-top: 10px;
}
.section-comment-articles ul li .commentProfileInfo .commentProfileInfoRight .commentProfileInfoIcon span {
margin-left: 20px;
}
.section-comment-articles ul li .commentProfileInfo .commentProfileInfoRight .commentProfileInfoIcon span i {
margin-right: 4px;
}
/* ヘッダー内ユーザ情報 */
/* ゲスト */
.header-global-menu .burgerMenuHead03 {
width: 100%;
margin: 0;
padding: 16px 55px 16px 16px;
background-color: #fff;
text-align: center;
border-bottom: 1px solid #eee;
}
.header-global-menu .burgerMenuHead03 .btn {
font-size: 14px;
width: 158px;
padding: 14px 1rem;
margin: 0 15px;
}
.header-global-menu .header-global-menu-message {
margin: 0;
padding: 16px 55px 0 16px;
background-color: #fff;
}
/* 登録会員 */
.header-global-menu .burgerMenuHead > .btn {
display: block;
font-size: 14px;
width: 345px;
padding: 14px 1rem;
margin: 16px auto 0;
}
/* 有料会員 */
.nav-global-header .nav-global .avatarUser > a .avatarCircle {
border-radius: 0;
overflow: visible;
}
.nav-global-header .nav-global .avatarUser > a .avatarCircle img {
width: 28px;
height: 28px;
position: relative;
top: 0;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.header-global-menu .burgerMenuHead {
width: 456px;
margin: 0;
padding: 24px 0 0;
background-color: #fff;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft a {
display: inline-flex;
width: auto;
padding: 0 16px;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft a:hover {
text-decoration: none;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft .burgerMenuHeadLeftImg {
margin-right: 10px;
width: 48px;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft .burgerMenuHeadLeftImg img {
width: 48px;
height: 48px;
border-radius: 50%;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft .burgerMenuHeadeftLeftContent {
max-width: 366px;;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft .burgerMenuHeadeftLeftContent .textAuthorTitle {
margin: 0;
color: #666;
font-size: 12px;
line-height: 1;
letter-spacing: 0.2px;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft .burgerMenuHeadeftLeftContent .textAuthorName {
margin: 0;
color: #242424;
font-size: 14px;
line-height: 1.75;
letter-spacing: 0.2px;
font-weight: bold;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft a:hover .burgerMenuHeadeftLeftContent .textAuthorName {
text-decoration: underline;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft .burgerMenuHeadeftLeftContent .textAuthorName > span {
font-size: 12px;
font-weight: normal;
margin-left: 5px;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadLeft .burgerMenuHeadeftLeftContent .displayName {
margin: 0;
color: #242424;
font-size: 12px;
line-height: 1;
letter-spacing: 0.2px;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadRight {
margin: 0 0 0;
padding: 0;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadRight .global-menu-block {
margin-top: 0;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadRight .global-menu-block .global-menu-func {
border-top: none;
margin-top: 12px;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadRight .global-menu-block .global-menu-func li i.icon.icon-modal {
margin: 0 0 0 12px;
vertical-align: inherit;
}
.header-global-menu .burgerMenuHead .burgerMenuHeadRight .global-menu-block .global-menu-func li i.icon.icon-modal:before {
font-size: 12px;
}
/* リゾーム未登録用通知 */
.nav-global li.avatarUser.notLogin .modalNotification ul li {
display: block;
padding: 16px 16px 26px;
border-bottom: none;
}
.nav-global li.avatarUser.notLogin .modalNotification ul li .itemNotice {
padding: 0;
}
.nav-global li.avatarUser.notLogin .modalNotification ul li .itemNotice .itemContent .title {
margin: 0;
font-size: 16px;
line-height: 1.5;
font-weight: bold;
}
.nav-global li.avatarUser.notLogin .modalNotification ul li .itemNotice .itemContent .title > span {
font-weight: normal;
}
.nav-global li.avatarUser.notLogin .modalNotification ul li .itemDate {
display: flex;
align-items: flex-end;
justify-content: flex-end;
width: 100%;
height: auto;
align-self: flex-end;
}
.nav-global li.avatarUser.notLogin .modalNotification ul li .itemDate p {
margin: 12px 0 0;
font-size: 14px;
color: #666;
font-style: normal;
font-weight: normal;
}
.nav-global li.avatarUser.notLogin .modalNotification ul li .itemDate p span {
display: inline-block;
margin: 0 0 0 8px;
font-size: 10px;
color: #E6001E;
font-family: serif;
}
.nav-global li.avatarUser.notLogin .modalNotification ul li .itemDate p span.NXR:before {
color: #d32f2f;
content:'xTREND';
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .registerForUse .lblNotificationRed:after {
border-width: 0 0 12px 12px;
border-color: transparent transparent #d32f2f transparent;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .registerForUse .noticeText {
margin: 24px 0 0;
padding: 0 24px;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .registerForUse .listFunctionForUser {
margin: 30px 0 0;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .registerForUse .listFunctionForUser li {
margin: 0 0 20px;
padding: 0 28px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .registerForUse .listFunctionForUser li .functionImg {
width: 35px;
height: 35px;
display: flex;
justify-content: start;
margin: 0 16px 0 0;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .registerForUse .listFunctionForUser li .functionImg img {
width: 100%;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .registerForUse .listFunctionForUser li p {
font-size: 17px;
margin: 0;
font-weight: normal;
display: flex;
align-items: center;
color: #242424;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .boxActionRegister {
margin-top: 30px;
padding: 12px 24px 22px;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .boxActionRegister .noticeText {
font-size: 15px;
margin: 0;
color: #242424;
font-weight: normal;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .boxActionRegister .noticeText b {
font-weight: bold;
}
.nav-global li.avatarUser.notLogin .articleRegisterForUse .boxActionRegister .btn {
font-size: 17px;
line-height: 56px;
margin-top: 15px;
}
/* 動画セミナー_子記事 */
.main.atcl-contents.article-child.seminar .content .section:nth-of-type(1),
.main.atcl-contents.article-child.seminar .aside .section:nth-of-type(1) {
margin-top: 40px!important;
}
.main.atcl-contents.article-child.seminar .atcl-header {
position: absolute;
top: 0;
right: 0;
width: 300px;
z-index: 1;
}
.main.atcl-contents.article-child.seminar .gift-info-top + .flex  .content .atcl-header { /* ギフト*/
top: 113px;
}
.main.atcl-contents.article-child.seminar .atcl-header .atcl-header-info {
height: 300px;
overflow: hidden;
}
.main.atcl-contents.article-child.seminar .atcl-header h1 {
font-size: 20px;
margin-top: 4px;
}
.main.atcl-contents.article-child.seminar .atcl-header .bplead {
font-size: 14px;
margin-top: 10px;
}
.main.atcl-contents.article-child.seminar .atcl-header .atcl-header-parts {
display: block;
margin-top: 0;
position: absolute;
top: 305px;
}
.main.atcl-contents.article-child.seminar .atcl-header-parts .container-user-tools {
margin-top: 20px;
}
.main.atcl-contents.article-child.seminar .atcl-header-parts .container-user-tools > .flex-item:first-child {
padding-left: 0;
}
.main.atcl-contents.article-child.seminar .atcl-header + .article-detail .articleBody {
margin-top: 0;
}
.main.atcl-contents.article-child.seminar .atcl-header + .article-detail .articleBody .bpbox_center:first-of-type .bpimage_center {
margin-top: 0;
margin-bottom: 0;
}
.main.atcl-contents.article-child.seminar .atcl-header + .article-detail .articleBody .bpbox_center:first-of-type + p,
.main.atcl-contents.article-child.seminar .atcl-header + .article-detail .article.seminar-detail.movie + p {
margin: 16px 0 20px;
line-height: 28px;
}
.main.atcl-contents.article-child.seminar .atcl-header + .article-detail .btn-play {
width: 40px;
height: 40px;
}
.main.atcl-contents.article-child.seminar .btn-download {
padding: 0;
text-decoration: none;
}
.main.atcl-contents.article-child.seminar .btn-download:hover {
color: #d32f2f;
}
.main.atcl-contents.article-child.seminar .btn-download:disabled,
.main.atcl-contents.article-child.seminar .btn-download:disabled:hover {
opacity: 0.4;
cursor: not-allowed;
color: #000;
}
.main.atcl-contents.article-child .btn-download .icon-download {
color: #d32f2f;
}
.main.atcl-contents.article-child.seminar .aside {
margin-top: 400px;
}
.main.atcl-contents.article-child.seminar .textAlignRight {
text-align: right;
}
.modal-content.file-download .centering {
width: 100%;
max-width: 920px;
}
/* トップ_左カラム */
/* 新着 */
.section-ichi-articles + .section-new-arrival-articles {
margin-top: 32px;
}
.main .section-new-arrival-articles h2 {
font-size: 1.25rem;
}
.main .section-new-arrival-articles .badge-feature {
line-height: 1;
margin-top: 4px;
}
.main .section-new-arrival-articles .badge-feature span {
padding: 1px 6px;
background: #d32f2f;
text-align: center;
font-size: 10px;
color: #fff;
line-height: 1;
margin-right: 5px;
}
.main .section-new-arrival-articles .badge-feature .logo-talk {
display: inline-block;
margin-right: 5px;
background: url(/images/2018/common/logo_talk.png) no-repeat;
background-size: 42px;
width: 42px;
height: 13px;
vertical-align: middle;
}
.main .section-article-list.section-new-arrival-articles {
margin-top: 0;
}
.main .section-article-list.section-new-arrival-articles .section-body {
margin-top: 8px;
}
.main .section-article-list.section-new-arrival-articles .article.article-summary-horizontal .parent-title {
line-height: 1;
}
.main .section-article-list.section-new-arrival-articles .article.article-summary-horizontal .article-title {
font-size: 16px;
margin-top: 8px;
}
.main .section-article-list.section-new-arrival-articles .article.article-summary-horizontal figure {
width: 84px;
height: 63px;
margin-left: 20px;
text-align: center;
}
.main .section-article-list.section-new-arrival-articles .article.article-summary-horizontal figure img {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
}
.main .section-new-arrival-articles .articles-cols-2-border .article.article-summary-horizontal figure {
width: 96px;
height: 72px;
text-align: center;
}
.main .section-new-arrival-articles .articles-cols-2-border .article.article-summary-horizontal figure img {
width: 100%;
max-width: 96px;
height: 100%;
max-height: 72px;
-o-object-fit: contain;
object-fit: contain;
font-family: 'object-fit: contain;';
}
/* お薦め連載 */
.section-series-articles .section-series-parent figure {
width: 210px;
min-width: 210px;
margin-right: 16px;
}
.section-series-articles .section-series-parent figure img {
width: 210px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
border-radius: 2px;
}
.section-series-articles .section-series-parent .flex-item .badge {
display: inline-block;
margin-top: 0;
background: #ccc;
line-height: 1;
padding: 4px 5px;
border-radius: .125rem;
vertical-align: top;
font-size: 12px;
color: #000;
}
.section-series-articles .section-series-parent .badge-feature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 6px;
}
.section-series-articles .section-series-parent .badge-feature span {
margin: 0 8px 4px 0;
padding: 2px 6px;
background: #d32f2f;
text-align: center;
font-size: 12px;
border: 2px;
color: #fff;
line-height: 1;
}
.section-series-articles .section-series-parent .badge-feature span:last-child {
margin-right: 0;
}
.section-series-articles .section-series-parent .flex-item .parent-title {
font-size: 20px;
font-weight: bold;
}
.section-series-articles .section-series-parent .flex-item .bplead {
margin-top: 32px;
font-size: .875rem;
}
/* 特設 */
.main .section-feature-articles .badge-feature span {
padding: 1px 6px;
background: #d32f2f;
text-align: center;
font-size: 10px;
color: #fff;
line-height: 1;
margin-right: 5px;
}
.main .section-feature-articles .badge-feature .logo-talk {
display: inline-block;
margin-right: 5px;
background: url(/images/2018/common/logo_talk.png) no-repeat;
background-size: 42px;
width: 42px;
height: 13px;
vertical-align: middle;
}
/* トップタグリンク */
.top-tags-list {
display: inline-block;
width: 100%;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-top: -1px;
margin-bottom: 16px;
}
.top-tags-list + .message-contents p {
margin-top: 0;
}
.top-tags-list .inner {
position: relative;
}
.top-tags-list + .ad-contents .ad.ad-rectangle > div {
margin-top: 8px;
}
.top-tags-list .container-tags {
width: 100%;
height: auto;
display: flex;
padding: 0 60px;
}
.top-tags-list .container-tags a.tag-outline-theme {
width: calc(100% / 5);
color: #d32f2f;
font-weight: bold;
font-size: 12px;
margin: 0;
padding: 12px 8px;
border: none;
background-color: transparent;
text-align: center;
}
.top-tags-list .container-tags a:hover {
background-color: #f6f6f6;
}
.top-tags-list .container-tags a.tag-outline-theme::before {
content: none;
}
.top-tags-list .more-link {
float: none;
color: #666;
position: absolute;
right: 0;
top: 11px;
font-size: 12px;
font-weight: normal;
}
/* トップ_右カラム */
/* アイコンが出るタイプのタイトル */
.main h2.title-icon {
border-left: none;
padding-left: 0;
}
.main h2.title-icon .icon {
font-size: 18px;
color: #d32f2f;
margin-right: 8px;
}
/* フォロー中タグの新着 */
.section-follow-tags-link .section-body .btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
margin: 24px 16px 0;
padding: 9px 12px;
font-size: 14px;
color: #000;
}
.section-follow-tags-link .section-body .btn:hover {
color: #fff;
}
.section-follow-tags-link .section-body .btn .avatarCircle {
min-width: 18px;
height: 18px;
overflow: hidden;
position: relative;
border-radius: 50%;
margin-right: 8px;
border-radius: 50%;
}
.section-follow-tags-link .section-body .btn .label-btn {
line-height: 1;
}
.section-article-list.article-list-follow.section-follow-tags-link .article.article-summary-horizontal figure {
width: 80px;
}
.section-article-list.article-list-follow.section-follow-tags-link .article.article-summary-horizontal figure img {
width: 80px;
height: 60px;
}
.article-list-follow.section-follow-tags-link .follow-box {
font-size: 12px;
}
.section-article-list.article-list-follow.section-follow-tags-link .article.article-summary-horizontal .article-title {
margin-top: 2px;
font-size: 14px;
}
/* TALK */
.section-talk-side .section-header img {
width: 105px;
}
.section-talk-side .section-lead {
font-size: 14px;
}
.section-talk-side.section-article-list .section-body > .article.article-summary-horizontal:last-of-type {
border-bottom: none;
}
.section-talk-side .glowingCommentBox {
display: block;
}
.section-talk-side .glowingCommentBox li {
width: 100%;
margin-top: 10px;
}
.section-talk-side .glowingCommentBox li:first-child {
margin-top: 0;
}
.section-talk-side .glowingCommentBox .glowingCommentItem {
padding: 16px;
}
.section-talk-side .glowingCommentBox .glowingCommentItem:before,
.section-talk-side .glowingCommentBox .glowingCommentItem:after {
content: none;
}
.section-talk-side .glowingCommentBox .glowingCommentContent {
margin-top: 0;
color: #242424;
height: auto;
overflow: visible;
}
.section-talk-side .glowingCommentBox .glowingCommentAuthor {
margin-top: 16px;
}
/* 注目のコメント */
.section-glowingcomment.popup-active .section-header {
opacity: 0.5;
}
.section-glowingcomment.popup-active .topComment .topCommentContainer {
opacity: 0.5;
}
.popup-list li.on .avatarCicrle.sizeForty + .topCommentPopup {
opacity: 1;
visibility: visible;
}
.section-glowingcomment.popup-active .popup-list li:not(.on) .avatarCicrle.sizeForty {
opacity: 0.5;
}
/* 新着・現在件数 */
.arrival-current-info {
font-size: 14px;
margin: 20px 0 14px;
font-weight: normal;
}
.arrival-current-info em {
font-style: normal;
font-weight: bold;
}
.main h2 .arrival-current-info {
display: inline-block;
margin: 0;
}
/* 著者・アドバイザリーボード */
.main .aside .section-commentator-list .container-commentator-list .commentator-list-fig {
margin-top: 14px;
display: block;
}
.main .aside .section-commentator-list .container-commentator-list li {
width: 100%;
padding: 0;
}
.main .aside .section-commentator-list .container-commentator-list li a {
padding: 6px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
}
.main .aside .section-commentator-list .container-commentator-list .fig-face {
width: 40px;
height: 40px;
margin-right: 12px;
}
.main .aside .section-commentator-list .container-commentator-list .fig-face img {
width: 40px;
height: 40px;
}
.main .aside .section-commentator-list .container-commentator-list .commentator-list-fig li .job-title {
margin: 2px 0 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 12px;
color: #666;
}
.main .aside .section-commentator-list .container-commentator-list .commentator-list-fig li .name {
margin: 0;
font-size: 14px;
}
/* リゾーム用フォローボタン */
.btn-rhizome-follow {
visibility: hidden;
}
.btn-rhizome-follow,
.btn-rhizome-discussion-follow {
font-family: 'nikkeiBP_iconfont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.btn-rhizome-follow:before,
.btn-rhizome-discussion-follow:before {
margin-right: .25rem;
font-size: 18px;
}
.btn-rhizome-follow:after,
.btn-rhizome-discussion-follow:after {
font-size: 0.875rem;
font-weight: bold;
}
.btn-rhizome-follow.followed,
.btn-rhizome-discussion-follow.followed {
background-color: #d32f2f;
color: #fff;
border-color: #d32f2f;
}
.btn-rhizome-follow.follow:before{
content: "\e937";
}
.btn-rhizome-follow.follow:after{
content: "フォロー"
}
.btn-rhizome-follow.followed:before{
content: "\e936";
}
.btn-rhizome-follow.followed:after{
content: "フォロー中"
}
.btn-rhizome-discussion-follow.follow:before{
content: "\e937";
}
.btn-rhizome-discussion-follow.follow:after{
content: "議論をフォロー"
}
.btn-rhizome-discussion-follow.followed:before{
content: "\e936";
}
.btn-rhizome-discussion-follow.followed:after{
content: "議論をフォロー"
}
/* ランキング */
/* ページ内リンク */
.ranking-header .series-page-link,
.event-header .series-page-link {
margin-top: 24px;
}
/* 月間 */
select {
position: relative;
height: 28px;
min-height: 28px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 2px;
overflow-x: hidden;
padding: 0 34px 0 12px;
background-color: #f6f6f6;
background-image: url(/images/2018/common/icon_down_arrow.svg);
background-repeat: no-repeat;
background-size: 10px 10px;
background-position: right 9px center;
color: #666;
}
select:focus {
outline: none;
}
select:hover {
border-color: #b4b4b4; 
}
select,
option {
text-transform: none;
-webkit-appearance : none;
-moz-appearance : none;
}
select::-ms-expand {
display: none;
}
.select-box {
position: relative;
display: inline-block;
}
.select-box .icon-down-arrow {
position: absolute;
z-index: 1;
color: #666;
font-size: 10px;
right: 10px;
top: 50%;
margin-top: -2px;
}
.search-monthly {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-end;
margin: 16px 0 8px;
}
.search-monthly-input-box .year {
margin-right: 10px;
}
.search-monthly-input-box .month {
margin-right: 10px;
}
.search-monthly-btn-box .btn-search-monthly {
padding: 0 1rem;
height: 28px;
line-height: normal;
background-color: #d32f2f;
color: #fff;
cursor: pointer;
}
.search-monthly-btn-box .btn-search-monthly:hover {
background: #ae0808;
}
/* 特集 */
.content-series .switch-category {
margin-top: -18px;
}
.switch-category .articles-cols-1 {
margin-top: 28px;
}
.switch-category .articles-cols-1 .article {
padding: 12px 0;
border-bottom: 1px solid #eee;
}
.switch-category .articles-cols-1 .article figure {
margin: 0 0 0 16px;
}
.switch-category .articles-cols-1 .article figure img {
width: 150px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
border-radius: 2px;
}
.switch-category .articles-cols-1 .article .flex-item .flex {
flex-wrap: wrap;
}
.switch-category .articles-cols-1 .article .badge {
display: inline-block;
background: #ccc;
line-height: 18px;
padding: 0 5px;
height: 18px;
border-radius: .125rem;
vertical-align: top;
font-size: 12px;
color: #000;
margin: 0 10px 8px 0;
border-radius: 1px;
}
.switch-category .articles-cols-1 .article .plate-up {
display: inline-block;
line-height: 18px;
padding: 0 8px;
height: 18px;
background: #d32f2f;
font-size: 12px;
color: #fff;
margin: 0 10px 8px 0;
border-radius: 1px;
}
.switch-category .articles-cols-1 .article .parent-title {
color: #000;
font-weight: bold;
font-size: 20px;
line-height: 1.5;
}
.switch-category .articles-cols-1 .article:hover .parent-title {
text-decoration: underline;
}
.switch-category .articles-cols-1 .article .bplead {
font-size: 14px;
margin-top: 14px;
}
/* 連載 */
.switch-category .articles-cols-1 .article .badge-feature .logo-talk {
width: 56px;
margin: 1px 10px 8px 0;
}
.switch-category .articles-cols-1 .article:hover .badge-feature .logo-talk {
opacity: 1;
}
.switch-category .articles-cols-1 .article .badge-feature .logo-talk img {
width: 100%;
display: block;
}
.switch-category .articles-cols-1 .article:hover .badge-feature .logo-talk img {
opacity: 1;
}
/* 動画セミナー_親記事 */
.section-backnumber-articles .section-backnumber-series figure .btn-play {
background-image: url(/images/2018/seminar/btn_play.svg);
width: 24px;
height: 24px;
background-size: 24px;
left: auto;
top: auto;
right: 4px;
bottom: 4px;
transform: none;
opacity: 1;
}
.section-backnumber-articles .section-backnumber-series .time {
display: flex;
align-items: center;
font-size: 12px;
margin-top: 4px;
}
.article-parent .section-backnumber-articles .section-backnumber-series figure .btn-play {
top: 62px;
right: 4px;
bottom: auto;
}
.section-favorite-ranking .favorite-ranking figure .btn-play {
background-image: url(/images/2018/seminar/btn_play.svg);
width: 24px;
height: 24px;
background-size: 24px;
left: auto;
top: auto;
right: 4px;
bottom: 4px;
transform: none;
}
.main.seminar .container-seminar-list.switch-category-articles .articles-cols-3 {
margin-top: 0;
}
.main.seminar .article-seminar-vertical.movie .article-title {
margin-top: 4px;
}
.main.seminar.article-parent .aside .section:nth-of-type(1) {
margin-top: 16px !important;
}
/* デジタル雑誌 */
.main.viewer .container-magazine-list.other-magazine .section-body {
padding: 35px 40px 20px 40px;
}
.container-magazine-list.other-magazine .flex {
flex-wrap: wrap;
}
.container-magazine-list.other-magazine .flex > .flex-item {
width: 300px;
}
.container-magazine-list.other-magazine .flex > .flex-item:nth-child(3n - 2) {
margin-right: 40px;
}
.container-magazine-list.other-magazine .flex > .flex-item:nth-child(3n) {
margin-left: 40px;
}
.container-magazine-list.other-magazine .flex > .flex-item:nth-child(n + 4) {
margin-top: 40px;
}
.container-magazine-list.other-magazine .article-magazine .date {
line-height: 1.2;
min-height: 32px;
}
/* メニューボタン */
.header .header-menu .header-menu-btn {
width: 64px;
height: 70px;
display: flex;
align-items: center;
flex-flow: column;
justify-content: center;
}
.header .header-menu .header-menu-btn > a {
display: flex;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
align-items: center;
flex-flow: column;
justify-content: center;
}
.header .header-menu .header-menu-btn > a:hover {
text-decoration: none;
}
/* テーマ・タグ別子記事一覧 */
.section-article-list .article .badge-feature {
line-height: 1;
margin-top: 2px;
}
.section-article-list .article .badge-feature span {
margin-right: 5px;
padding: 1px 6px;
background: #d32f2f;
text-align: center;
font-size: 10px;
color: #fff;
line-height: 1;
}
.section-article-list .article .badge-feature .logo-talk {
display: inline-block;
margin-right: 5px;
background: url(/images/2018/common/logo_talk.png) no-repeat;
background-size: 42px;
width: 42px;
height: 13px;
vertical-align: middle;
}
/* ギフト */
.container-gift-info.gift-info-top .gift-info-box {
margin-top: 0;
margin-bottom: 20px;
}
.container-gift-info .gift-info-box {
border: 1px solid #eee;
padding: 20px 30px;
width: 100%;
position: relative;
margin-top: 40px;
}
.container-gift-info.gift-info-top .gift-info-box .gift-info {
display: flex;
align-items: center;
width: 100%;
padding-right: 10px;
}
.gift-info-box .gift-info-share {
display: flex;
align-items: center;
width: 100%;
}
.container-gift-info.gift-info-top .gift-info-box .gift-info-share {
width: 538px;
margin-right: 30px;
}
.gift-info-share .gift-icon {
text-align: center;
margin: 0 30px 0 0;
min-width: 72px;
}
.gift-info-share .gift-icon .icon-gift {
font-size: 24px;
}
.gift-info-share .gift-icon span {
display: block;
font-size: 12px;
font-weight: bold;
}
.gift-info-share .gift-text p {
margin: 0;
font-size: 14px;
line-height: 1.8;
}
.gift-info-share .gift-text p a {
color: #d32f2f;
}
.gift-info-box .gift-info-entry {
margin: 18px 0 0;
}
.container-gift-info.gift-info-top .gift-info-box .gift-info-entry {
margin-top: 0;
width: calc(100% - 568px);
}
.gift-info-entry > .flex {
width: 100%;
justify-content: center;
}
.container-gift-info.gift-info-top .gift-info-entry > .flex {
border-left: 1px solid #eee;
}
.gift-info-entry > .flex > li {
text-align: center;
width: 50%;
border-right: 1px solid #eee;
}
.container-gift-info.gift-info-top .gift-info-entry > .flex > li {
width: auto;
padding: 0 30px;
}
.gift-info-entry > .flex > li:last-child {
border-right: none;
}
.gift-info-entry .label {
display: block;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #242424;
}
.gift-info-entry .btn-link {
color: #d32f2f;
font-size: 15px;
margin: 6px 0 0;
padding: 0 12px;
}
.container-gift-info .gift-info-close {
border: none;
background-color: transparent;
outline: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
line-height: 1;
cursor: pointer;
}
.gift-info-close .icon-and {
font-size: 30px;
}
#giftShare {
padding: 16px;
}
.main.atcl-contents.article-child .popupGift .caution::before {
display: none;
}
.popupGift {
text-align: center;
}
.popupShareGiftTitle {
text-align: center;
font-size: 18px;
font-weight: bold;
}
.popupIconGift {
margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}
.popupIconGift .icon-gift {
font-size: 24px;
}
.popupGift .shareLoading {
margin: 40px auto 38px;
}
.popupShareGiftContentGray {
font-size: 18px;
text-align: center;
}
.popupShareGiftContentGray a {
color: #e6001e;
}
.popupGift .popupButtonURLRed, .popupGift .popupButtonURLGray, .popupGift .popupButtonURLGrayBackground {
display: inline-block;
font-size: 18px;
line-height: 58px;
height: 58px;
border-radius: 2px;
margin-bottom: 30px
}
.popupGift .popupButtonURLRed,
.popupGift .popupButtonURLGray,
.popupGift .popupButtonURLGrayBackground {
margin: 40px auto 0;
width: 360px;
height: 58px;
line-height: 58px;
border-radius: 2px;
}
.popupGift .popupButtonURLRed a {
display: block;
border: 1px solid #d32f2f;
padding: 0;
line-height: 58px;
box-sizing: border-box;
border-radius: 2px;
font-weight: bold;
-webkit-transition: .5s;
transition: .5s;
}
.popupGift .popupButtonURLRed a:hover {
background: #d32f2f;
color: #fff;
text-decoration: none;
}
.popupGift .popupButtonURLGrayBackground {
background-color: #f6f6f6;
font-weight: bold;
color: #898989;
box-sizing: border-box;
border-radius: 2px;
margin-top: 20px;
}
.popupGift .popupShareGiftContentGray,
.popupGift .popupShareGiftContentBlack {
font-size: 18px;
line-height: 1.76;
}
.popupGift .popupShareGiftContentBlack {
margin-bottom: 15px;
color: #242424;
}
.popupGift .popupButtonURLGray {
border: solid 1px #898989;
color: #898989;
box-sizing: border-box;
font-weight: bold;
}
.popupGift .popupShareGiftContentBlack {
margin-top: 16px;
margin-bottom: 0;
}
.popupGift .userGuide {
margin-top: 20px;
font-size: 15px;
}
.popupGift textarea {
margin: 22px 0 20px 0;
border: none;
background-color: #f6f6f6;
width: 540px;
height: 74px;
font-size: 15px;
resize: vertical !important;
padding: 3px 12px;
}
textarea#copyUrl {
font-size: 14px;
color: #444;
margin: 20px 0 20px;
}
html .popupClassHide {
display: none;
}
#simple-popup {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 100001;
}
.simple-popup-content {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
max-height: 80%;
max-width: 100%;
z-index: 100002;
padding: 50px 15px;
border-radius: 4px;
}
.simple-popup-content .close {
position: absolute;
display: block;
width: 65px;
height: 65px;
top: -18px;
right: -65px;
cursor: pointer;
text-align: center;
}
.simple-popup-content .close::before {
display: inline-block;
color: #ffffff;
font-size: 65px;
line-height: 65px;
text-align: center;
content: "\00d7";
}
.simple-popup-content .close:hover {
cursor: hand;
cursor: pointer;
}
#simple-popup-backdrop,
.simple-popup-backdrop-content {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 100000;
}
#simple-popup,
#simple-popup-backdrop,
#simple-popup-backdrop.hide-it,
#simple-popup.hide-it {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-ms-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
#simple-popup-backdrop.hide-it,#simple-popup.hide-it {
opacity: 0;
}
#simple-popup,#simple-popup-backdrop {
opacity: 1;
}
.popupGift .caution.cmn-paywall .container-regist .label {
font-size: 18px;
}
.popupGift .caution .container-regist {
margin-top: 40px;
}
.popupGift .caution.cmn-paywall .container-regist .flex-item {
width: 50%;
margin: 0 8px;
}
.popupGift .caution.cmn-paywall .container-regist .label {
margin-bottom: 16px;
}
.popupGift .caution.cmn-paywall .container-regist .btn {
width: 100%;
height: 58px!important;
line-height: 58px!important;
font-size: 18px!important;
}
.popupGift .caution.cmn-paywall .container-regist .btn.btn-login {
background: #fff!important;
color: #e62e2e!important;
}
.popupGift .caution.cmn-paywall .container-regist .btn.btn-login:hover {
background: #e62e2e!important;
color: #fff!important;
border-color: #e62e2e!important;
}
/* ペイウォール */
.modal .modal-inner {
max-width: 760px;
}
.modal-style .modal-content {
padding: 40px 30px 70px 30px;
min-height: 280px;
height: auto;
}
.modal-style .modal-content .centering {
position: static;
top: auto;
left: auto;
-webkit-transform: translate(-50%, -50%);
transform: translate(0, 0%);
margin: 0 auto;
}
.caution.cmn-paywall .container-regist {
margin-top: 24px!important;
}
.container-calendar .caution.cmn-paywall {
margin-top: 32px;
}
.main.users .follow-tags .caution.cmn-paywall {
margin-top: 60px;
}
.caution.cmn-paywall p.txt-caution {
font-size: 14px;
text-align: center;
line-height: 1.2;
font-weight: normal;
}
.main.future-calendar .container-calendar .caution.cmn-paywall p.txt-caution {
font-size: 16px;
}
.caution.cmn-paywall .container-regist .label {
margin: 0 0 8px;
font-size: 14px;
}
.caution.cmn-paywall .container-regist .flex-item {
height: auto!important;
}
.caution.cmn-paywall .container-regist p.txt-campaign {
margin: 16px 0 24px;
text-align: center;
}
.caution.cmn-paywall .container-regist p.txt-campaign a {
text-decoration: underline;
font-size: 14px;
font-weight: bold;
}
.caution.cmn-paywall .container-regist p.txt-campaign a:hover {
text-decoration: none;
color: #d32f2f;
}
.caution.cmn-paywall .container-regist p.paywall-bnr {
margin: 24px 0 16px;
text-align: center;
}
.caution.cmn-paywall .container-regist p.paywall-bnr a:hover {
opacity: .8;
}
.caution.cmn-paywall .container-regist p.paywall-link {
text-align: center;
}
.caution.cmn-paywall .container-regist p.paywall-link a {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.caution.cmn-paywall .container-regist p.paywall-link a:hover {
text-decoration: underline;
color: #000000;
}
.caution.cmn-paywall .container-regist p.paywall-link i::before {
color: #d32f2f;
padding-right: .25rem;
font-size: 14px;
}
.caution.cmn-paywall .container-regist .btn-read-more,
.caution.cmn-paywall .container-regist .btn {
margin: 0;
}
.caution.cmn-paywall .container-regist .flex-item {
text-align: center;
margin-right: 15px;
margin-left: 15px;
}
.caution.cmn-paywall .container-regist .btn {
margin: 0;
padding: 0;
width: 158px;
height: 48px;
line-height: 48px!important;
font-size: .875rem;
color: #fff;
}
.modal-content.not-login .centering {
width: 100%;
max-width: 920px;
}
@media (max-width: 767px) {
 .main.error .cmn-paywall {
 width: 92%;
 max-width: 480px;
 margin: 0 auto;
 }
 .main.error .caution.cmn-paywall .container-regist .flex-item {
 width: 100%;
 margin: 0;
 }
 .main.error .caution.cmn-paywall .container-regist .flex-item + .flex-item {
 margin-top: 16px;
 }
 .main.error .caution.cmn-paywall .container-regist .btn {
 width: 100%;
 }
 .main.error .caution.cmn-paywall .container-regist p.paywall-bnr img {
 width: auto;
 max-width: 100%;
 vertical-align: bottom;
 }
}
/* icon_ph3 */
.icon-twitter:before {
content: "\e900";
}
.icon-new-arrival-2:before {
content: "\e901";
}
.icon-special-2:before {
content: "\e902";
}
.icon-digital-magazine:before {
content: "\e903";
}
.icon-glossary:before {
content: "\e904";
}
.icon-location:before {
content: "\e905";
}
.icon-vertical-ellipsis:before {
content: "\e906";
}
.icon-expand:before {
content: "\e907";
}
.icon-useful:before {
content: "\e908";
}
.icon-useless:before {
content: "\e909";
}
.icon-instagram:before {
content: "\e90a";
}
.icon-facebook:before {
content: "\e90b";
}
.icon-unlock:before {
content: "\e90c";
}
.icon-lock:before {
content: "\e90d";
}
.icon-tag-sharp:before {
content: "\e90e";
}
.icon-book:before {
content: "\e90f";
}
.icon-author:before {
content: "\e910";
}
.icon-tag:before {
content: "\e911";
}
.icon-q-a:before {
content: "\e912";
}
.icon-guide:before {
content: "\e913";
}
.icon-setting:before {
content: "\e914";
}
.icon-podcast:before {
content: "\e915";
}
.icon-event:before {
content: "\e916";
}
.icon-forum:before {
content: "\e917";
}
.icon-seminar:before {
content: "\e918";
}
.icon-calendar:before {
content: "\e919";
}
.icon-data-base-2:before {
content: "\e91a";
}
.icon-data-base:before {
content: "\e91b";
}
.icon-ranking:before {
content: "\e91c";
}
.icon-tag-list-search:before {
content: "\e91d";
}
.icon-special:before {
content: "\e91e";
}
.icon-new-arrival:before {
content: "\e91f";
}
.icon-site-top:before {
content: "\e920";
}
.icon-menu:before {
content: "\e921";
}
.icon-and:before {
content: "\e922";
}
.icon-add:before {
content: "\e923";
}
.icon-print:before {
content: "\e924";
}
.icon-mail:before {
content: "\e925";
}
.icon-hourglass:before {
content: "\e926";
}
.icon-reset:before {
content: "\e927";
}
.icon-folder:before {
content: "\e928";
}
.icon-attention:before {
content: "\e929";
}
.icon-trash-can:before {
content: "\e92a";
}
.icon-report:before {
content: "\e92b";
}
.icon-DB9:before {
content: "\e92c";
}
.icon-DB8:before {
content: "\e92d";
}
.icon-DB7:before {
content: "\e92e";
}
.icon-DB6:before {
content: "\e92f";
}
.icon-DB5:before {
content: "\e930";
}
.icon-DB4:before {
content: "\e931";
}
.icon-DB3:before {
content: "\e932";
}
.icon-DB2:before {
content: "\e933";
}
.icon-DB1:before {
content: "\e934";
}
.icon-delete:before {
content: "\e935";
}
.icon-unfollow:before {
content: "\e936";
}
.icon-follow:before {
content: "\e937";
}
.icon-book-unfollow:before {
content: "\e938";
}
.icon-book-follow:before {
content: "\e939";
}
.icon-user-unfollow:before {
content: "\e93a";
}
.icon-user-follow:before {
content: "\e93b";
}
.icon-time:before {
content: "\e93c";
}
.icon-date:before {
content: "\e93d";
}
.icon-function:before {
content: "\e93e";
}
.icon-link-copy:before {
content: "\e93f";
}
.icon-download:before {
content: "\e940";
}
.icon-pen:before {
content: "\e941";
}
.icon-like:before {
content: "\e942";
}
.icon-left-arrow:before {
content: "\e943";
}
.icon-down-arrow:before {
content: "\e944";
}
.icon-right-arrow:before {
content: "\e945";
}
.icon-user:before {
content: "\e946";
}
.icon-outbound:before {
content: "\e947";
}
.icon-comment:before {
content: "\e948";
}
.icon-search:before {
content: "\e949";
}
.icon-clip:before {
content: "\e94a";
}
.icon-bell:before {
content: "\e94b";
}
.icon-login:before {
content: "\e94c";
}
.icon-hatenaBookmark:before {
content: "\e94d";
}
.icon-line:before {
content: "\e94e";
}
.icon-snsShare:before {
content: "\e94f";
}
.icon-specialTemplate:before {
content: "\e950";
}
.icon-articleSeries:before {
content: "\e951";
}
.icon-forum-comment:before {
content: "\e952";
}
.icon-function-2:before {
content: "\e953";
}
.icon-gift:before {
content: "\e954";
}
.icon-like-2:before {
content: "\e955";
}
.icon-watcher:before {
content: "\e956";
}
.icon-x-logo:before {
content: "\e957";
}
.icon-document:before {
content: "\e958";
}
.icon-information:before {
content: "\e959";
}
.icon-uniE95A:before {
content: "\e95a";
}
.icon-uniE95B:before {
content: "\e95b";
}
.icon-checkCircle:before {
content: "\e95c";
}
.icon-man:before {
content: "\e95d";
}
.icon-modal:before {
content: "\e95e";
}
.icon-pickUp-Comment:before {
content: "\e95f";
}
/* Video */
.ulizahtml5 {
max-width: 100%;
margin: 0 auto;
}
.articleBody .video-style {
display: block;
}
.articleBody .video-style {
padding-top: 5px;
}
.articleBody .video-style.bpimage_center {
padding-top: 0;
}
.articleBody .video-style .bpimage_title {
margin-top: 8px;
}
.main.seminar .atcl-header + .article-detail .articleBody {
margin-bottom: 6px;
}
/* 動画セミナー */
.main.seminar .container-seminar-header {
height: 365px;
background-color: #f6f6f6;
color: #000;
margin-top: 30px;
}
.main.seminar .container-seminar-header .flex .kv-seminar {
position: relative;
margin-left: 0px;
}
.main.seminar .container-seminar-header .flex .kv-seminar img {
width: 650px;
height: 365px;
}
.main.seminar .container-seminar-header .flex .kv-seminar .btn-play {
background-image: url(/images/2018/seminar/btn_play.svg);
width: 40px;
height: 40px;
background-size: 40px;
left: auto;
top: auto;
right: 8px;
bottom: 8px;
transform: none;
}
.main.seminar .container-seminar-header .flex .flex-item:last-child {
width: 330px;
padding: 0 10px 0 20px;
}
.main.seminar .container-seminar-header .flex .flex-item .ic-live {
margin: 0;
padding: 4px;
width: 100px;
border: 1px solid #d32f2f;
text-align: center;
font-size: 10px;
color: #d32f2f;
line-height: 1;
}
.main.seminar .container-seminar-header .parent-title {
font-size: 16px;
color: #666;
font-weight: normal;
margin-top: 0;
overflow: visible;
white-space: normal;
}
.main.seminar .container-seminar-header .ic-live + .parent-title {
margin-top: 10px;
}
.main.seminar .container-seminar-header .post-date {
line-height: 1;
margin-top: 8px;
}
.main.seminar .container-seminar-header .time {
font-size: 12px;
}
.main.seminar .container-seminar-header .time i {
top: -2px;
}
.main.seminar .container-seminar-header .article-title {
font-size: 20px;
font-weight: bold;
margin-top: 4px;
}
.main.seminar .container-seminar-header .article:hover .article-title {
text-decoration: underline;
}
.main.seminar .container-seminar-header .section-body {
margin-top: 8px;
}
.main.seminar .container-seminar-header .line-dotted {
margin-top: 10px;
}
.main.seminar .container-seminar-header .container-presenter {
margin-top: 10px;
}
.main.seminar .container-seminar-header .name {
font-size: 14px;
}
.main.seminar .container-seminar-header .job-title .other {
float: right;
font-size: 12px;
font-weight: normal;
color: #000;
}
.main.seminar .article-seminar-vertical.movie:hover .article-title {
text-decoration: underline;
}
.main.seminar .section-seminar-list .container-seminar-list .articles-cols-2 {
padding-top: 0;
}
/* 追加AD */
.ad-infeed-top,
.ad-infeed-leaf {
width: 100%;
}
.ad-infeed-top ul,
.ad-infeed-leaf ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ad-infeed-top ul li,
.ad-infeed-leaf ul li {
width: 48.4625%;
}
.ad-pickup {
margin-top: 40px;
margin-bottom: 40px;
}
.section-days-articles .articles-cols-3 + .ad-infeed-top ul li:nth-child(1) > div,
.section-days-articles .articles-cols-3 + .ad-infeed-top ul li:nth-child(2) > div {
margin-top: 28px!important;
}
/* BPプルダウン */
.bpSiteNavi { position:relative; }
.bpSiteNavi .bpSiteList{
display:none;
position: absolute;
background: #fff;
width:234px;
padding: 8px 16px;
border: 1px solid #ccc;
z-index: 9999;
left: 0;
top: 27px;
font-size:12px;
line-height:1;
}
.bpSiteNavi .bpSiteList li {
padding:6px 0;
color:#242424;
}
.bpSiteNavi .bpSiteList li:nth-child(2) { margin-left: 0;}
.bpSiteNavi .bpSiteList li a:hover { text-decoration:underline;}
.bpSiteNavi li:nth-child(2) { margin-left:0;}
.bpSiteNavi a.linkBottomArrow { padding-bottom: 5px;}
.bpSiteNavi #globalNaviStatus { display: none;}
.bpSiteNavi #globalNaviStatus:checked ~ label.mask,
.bpSiteNavi #globalNaviStatus:checked ~ label.mask ~ ul.bpSiteList{
display: block !important;
}
.bpSiteNavi label { cursor: pointer;}
.bpSiteNavi label.mask { display: none;}
.bpSiteNavi label.mask div {
position: fixed;
background: rgba(0,0,0,0.2);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.bpSiteNavi ul.bpSiteList li.close {
display: block;
width: 14px;
height: 14px;
position: absolute;
top: 4px;
right: 4px;
border: solid 1px #888888;
border-radius: 2px;
margin: 0;
padding: 0;
}
.bpSiteNavi ul.bpSiteList li.close::before,
.bpSiteNavi ul.bpSiteList li.close::after {
display: block;
content: "";
position: absolute;
top: -9px;
border-bottom: solid 1px #888888;
width: 17px;
height: 17px;
}
.bpSiteNavi ul.bpSiteList li.close::before {
transform: rotate(45deg);
left: 3px;
}
.bpSiteNavi ul.bpSiteList li.close::after {
transform: rotate(-45deg);
left: -8px;
}
.bpSiteNavi ul.bpSiteList li.close label {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 9999;
}
/* パンくず */
.breadcrumb-box {
padding: 12px 0 0;
}
.breadcrumb-box.bottom {
margin-top: 80px;
padding-bottom: 12px;
background-color: #fff;
/* border-bottom: 1px solid #eee; */
}
.breadcrumb-list {
line-height: 1;
}
.breadcrumb-item {
display: inline;
font-size: 12px;
line-height: 1.4;
vertical-align: top;
}
a.breadcrumb-anchor {
color: #d32f2f;
padding: 0 0 0 6px;
}
.breadcrumb-list > .breadcrumb-item:first-child a.breadcrumb-anchor {
padding-left: 0;
}
a.breadcrumb-anchor > .icon-right-arrow {
color: #000;
margin-left: 12px;
font-size: 10px;
}
.breadcrumb-text {
color: #666;
padding-left: 6px;
}
/* 用語集 */
.article-child.words-child h1 {
line-height: 1.4;
}
.article-child.words-child h1 span {
display: block;
font-size: 16px;
}
.section.section-words-articles {
margin-top: 40px;
}
.section.section-words-articles .search-result-list {
margin-top: 12px;
}
/* 親記事の本文要素 */
.main.atcl-contents.article-parent .articleBody {
transform: scale(0.9,0.9);
transform-origin: left;
width: calc(100% / 0.9);
}
/* スライドイン */
#slideIn {
opacity:0;
width: 300px;
height: auto;
border-radius: 0 8px 8px 0;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
background-color: #ffffff;
position: fixed;
bottom: 18px;
left: -310px;
z-index: 10;
}
#slideIn a {
display: block;
padding: 10px 5px 10px 10px;
margin-right: 20px;
}
#slideIn dl {
display: flex;
justify-content: space-between;
margin: 0;
}
#slideIn dl dt {
width: 80px;
height: auto;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
#slideIn dl dt img {
width: 80px;
height: auto;
}
#slideIn dl dd {
width: 170px;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
#slideIn dl dd h4 {
font-size: 12px;
color: #141d1d;
line-height: 1.4;
margin-bottom: 2px;
}
#slideIn a:hover dl dd h4 { color: #E6001E;
}
#slideIn dl dd p {
font-size: 10px;
color: #666666;
font-weight: 500;
}
#slideIn .close {
width: 18px;
height: 18px;
position: absolute;
right: -6px;
top: -6px;
cursor: pointer;
}
#slideIn .close::after {
display: block;
border: 1px solid #bbb;
border-radius: 50%;
background-color: #ffffff;
text-align: center;
content: "\00d7";
font-size: 16px;
color: #999;
width: 18px;
line-height: 16px;
font-weight: 500;
padding-top: 1px;
}
#slideIn .close:hover::after {
color: #e6001e;
}
/* 全社緊急お知らせ */
#corporateInfomation{
 width:600px;
 margin:10px auto;
 padding:0;
 border:solid 1px red;
 border-radius:4px;
 display:block;
}
#corporateInfomation *{
 box-sizing:border-box;
 font-size:12px;
}
#corporateInfomation h4{
 color:#d80022;
}
#corporateInfomation p {
    margin: 3px 0px;
}
#corporateInfomation a{
 display:block;
 width:100%;
 height:100%;
 margin:0;
 padding:5px 40px ;
 text-decoration:none;
}

/* データ利用について */
.bpPrivacy {
  background:#ffffff;
  border-top:4px solid #1e4d84;
  box-shadow:0 2px 8px rgba(0,0,0,.24);
  display:none;
  padding:16px;
  position:fixed;
  z-index:100;
  bottom: 16px;
  right: 16px;
  width: 440px;
}
.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 {
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.65;
  align-items: center;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0 12px;
  vertical-align: bottom;
  white-space: nowrap;
}
.bpPrivacy_button-detail {
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.bpPrivacy_button-detail:hover {
  background-color: rgba(51,51,51,.06);
}
.bpPrivacy_button-close {
  background-color: #0068bc;
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
  border: none;
}
.bpPrivacy_button-close:hover {
  background-color: rgba(0,118,214,.9);
}