@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("/files/user/css/fonts/flexslider-icon.eot");
  src: url("/files/user/css/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/files/user/css/fonts/flexslider-icon.woff") format("woff"), url("/files/user/css/fonts/flexslider-icon.ttf") format("truetype"), url("/files/user/css/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 50px;
  position: relative; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 10px;
  height: 14px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 14px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 100%; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: -23px; }

.flex-direction-nav .flex-next {
  opacity: 1;
  right: -23px; }

.pagetop__button, .header__logo a, .topicsList__item--new .topicsList__heading {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%; }

.footer__copyright__copy, .topicsItem .topicsItem__button.-roboto, .topicsList__category--sub, .topicsList__date, .topicsList__news__date, .topicsList__accessRank__no__outer {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: bold; }

/* .col-1 = width: 3.33% */
.col-1 {
  width: 3.33333% !important; }

.col-2 {
  width: 6.66667% !important; }

.col-3 {
  width: 10% !important; }

.col-4 {
  width: 13.33333% !important; }

.col-5 {
  width: 16.66667% !important; }

.col-6 {
  width: 20% !important; }

.col-7 {
  width: 23.33333% !important; }

.col-8 {
  width: 26.66667% !important; }

.col-9 {
  width: 30% !important; }

.col-10 {
  width: 33.33333% !important; }

.col-11 {
  width: 36.66667% !important; }

.col-12 {
  width: 40% !important; }

.col-13 {
  width: 43.33333% !important; }

.col-14 {
  width: 46.66667% !important; }

.col-15 {
  width: 50% !important; }

.col-16 {
  width: 53.33333% !important; }

.col-17 {
  width: 56.66667% !important; }

.col-18 {
  width: 60% !important; }

.col-19 {
  width: 63.33333% !important; }

.col-20 {
  width: 66.66667% !important; }

.col-21 {
  width: 70% !important; }

.col-22 {
  width: 73.33333% !important; }

.col-23 {
  width: 76.66667% !important; }

.col-24 {
  width: 80% !important; }

.col-25 {
  width: 83.33333% !important; }

.col-26 {
  width: 86.66667% !important; }

.col-27 {
  width: 90% !important; }

.col-28 {
  width: 93.33333% !important; }

.col-29 {
  width: 96.66667% !important; }

.col-30 {
  width: 100% !important; }

.ma0 {
  margin: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pa0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.ma5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pa5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.ma10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pa10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.ma15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pa15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.ma20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pa20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.ma25 {
  margin: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pa25 {
  padding: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.ma30 {
  margin: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pa30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.ma35 {
  margin: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pa35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.ma40 {
  margin: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pa40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.ma45 {
  margin: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pa45 {
  padding: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.ma50 {
  margin: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pa50 {
  padding: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.ma55 {
  margin: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pa55 {
  padding: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.ma60 {
  margin: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pa60 {
  padding: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.ma65 {
  margin: 65px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pa65 {
  padding: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.ma70 {
  margin: 70px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pa70 {
  padding: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.ma75 {
  margin: 75px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pa75 {
  padding: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.ma80 {
  margin: 80px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pa80 {
  padding: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.ma85 {
  margin: 85px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.pa85 {
  padding: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.ma90 {
  margin: 90px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pa90 {
  padding: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.ma95 {
  margin: 95px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.pa95 {
  padding: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.ma100 {
  margin: 100px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pa100 {
  padding: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

/*
 common
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: 100%;
  word-break: break-all; }

body {
  color: #000;
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%; }

ul, ol, li {
  list-style: none outside;
  margin: 0;
  padding: 0; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #c42714;
    text-decoration: underline; }

img {
  vertical-align: top; }

.cfx:after {
  display: block;
  clear: both;
  content: ""; }

.fa {
  margin-right: 5px; }

.text-center {
  text-align: center; }

/* 
 contents
---------------------------------------- */
#wrap_contents {
  margin: 0 auto;
  padding: 0;
  width: 1100px; }

.main_contents {
  position: relative;
  float: left;
  width: 750px;
  padding-bottom: 80px; }

/* ページトップ ---------- */
.pagetop {
  position: absolute;
  right: 0;
  bottom: 0; }
  .pagetop__button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: url(/files/user/images/common/icon-pagetop.png?v=1459173601) no-repeat center center #000;
    text-align: center;
    vertical-align: top; }
    .pagetop__button:hover {
      background-color: #434343;
      color: #fff;
      text-decoration: none; }

/* ページタイトル ---------- */
.page-title {
  width: 750px;
  margin: 0 auto;
  padding: 15px 0 50px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold; }

/* リード文 ---------- */
.lead {
  width: 750px;
  margin: 0 auto;
  padding: 50px 0 40px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2; }

.header {
  padding-top: 15px;
  min-width: 1100px;
  background-color: #ffffff;
  border-bottom: #eeeeee; }
  .header__upper {
    max-width: 1200px;
    min-width: 1100px;
    margin: 0 auto; }
  .header__left {
    float: left;
    width: 20%; }
    .header__left__btn {
      display: inline-block;
      background-color: #c42714;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      padding: 6px 12px;
      border-radius: 3px; }
      .header__left__btn:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #000000; }
      .header__left__btn__outer {
        margin: 0 0 5px 0; }
  .header__member {
    float: left; }
  .header__member__item {
    float: left;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px; }
    .header__member__item:first-child {
      position: relative;
      padding-right: 30px; }
      .header__member__item:first-child::after {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        width: 1px;
        height: 10px;
        background-color: #ccc;
        content: ""; }
  .header__right {
    float: left;
    text-align: right;
    width: 20%; }
  .header__search {
    position: relative;
    width: 230px;
    display: inline-block; }
  .header__search__input {
    padding: 5px 30px 5px 10px;
    border: none;
    border-radius: 20px;
    width: 140px;
    height: 30px;
    background-color: #eee;
    outline: none;
    transition: 0.3s; }
    .header__search__input:focus {
      width: 230px; }
  .header__search__submit {
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    border-radius: 15px;
    width: 15px;
    height: 18px;
    padding: 0;
    background-color: transparent;
    color: #8b8b8b;
    font-size: 18px;
    font-size: 1.8rem;
    outline: none; }
  .header__search__submit .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: 0; }
  .header__sns {
    margin-top: 16px;
    font-size: 0; }
  .header__sns__item {
    display: inline-block; }
    .header__sns__item:first-child {
      margin-right: 5px; }
  .header__sns__item a {
    display: block;
    position: relative;
    border-radius: 3px;
    width: 102px;
    height: 20px;
    padding: 5px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    line-height: 1; }
  .header__sns__item--facebook a {
    background-color: #3c5a96;
    color: #ffffff; }
  .header__sns__item--facebook img {
    height: 12px;
    width: auto; }
  .header__sns__item--twitter a {
    background-color: #2aa3ef;
    color: #ffffff; }
  .header__sns__item .fa {
    vertical-align: middle; }
  .header__main {
    float: left;
    width: 60%;
    text-align: center; }
  .header__subNav {
    float: left; }
  .header__subNav__item {
    float: left;
    font-size: 12px;
    font-size: 1.2rem; }
    .header__subNav__item:not(:first-child) {
      margin-left: 20px; }
    .header__subNav__item a {
      text-decoration: none; }
    .header__subNav__item a:hover,
    .header__subNav__item .is-current {
      padding-bottom: 4px;
      border-bottom: 1px solid #c42714;
      text-decoration: none; }
  .header__tag {
    background-color: #000000;
    padding: 10px;
    margin-top: 10px; }
    .header__tag__list {
      text-align: center;
      max-width: 1200px;
      min-width: 1100px;
      margin: 0 auto; }
      .header__tag__list:before {
        content: url(/files/user/images/common/icon_tag.png?v=1535337307);
        margin-right: 12px; }
      .header__tag__list li {
        display: inline-block; }
        .header__tag__list li + li {
          margin-left: 20px; }
        .header__tag__list li a {
          color: #ffffff;
          font-size: 12px;
          font-size: 1.2rem;
          text-decoration: underline; }
  .header__lower {
    margin-bottom: 10px;
    text-align: center; }
  .header__icon, .header__logo {
    display: inline-block;
    margin-left: 50px;
    vertical-align: top; }
  .header__icon {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    vertical-align: top;
    letter-spacing: .1em; }
    .header__icon:first-child {
      margin-left: 0; }
  .header__icon a {
    display: block;
    padding-top: 55px;
    font-size: 11px;
    font-size: 1.1rem; }
    .header__icon a::before {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: 52px;
      height: 52px;
      content: ""; }
  .header__icon__journal a::before {
    content: url(/files/user/images/common/journal_off.png?v=1491809290); }
  .header__icon__journal a:hover::before, .header__icon__journal .is-current::before {
    content: url(/files/user/images/common/journal_on.png?v=1491809290); }
  .header__icon__connect a::before {
    content: url(/files/user/images/common/connect_off.png?v=1491808462); }
  .header__icon__connect a:hover::before, .header__icon__connect .is-current::before {
    content: url(/files/user/images/common/connect_on.png?v=1491808469); }
  .header__icon__area a::before {
    content: url(/files/user/images/common/area_off.png?v=1491808557); }
  .header__icon__area a:hover::before, .header__icon__area .is-current::before {
    content: url(/files/user/images/common/area_on.png?v=1491808557); }
  .header__icon__special a::before {
    content: url(/files/user/images/common/special_off.png?v=1491808623); }
  .header__icon__special a:hover::before, .header__icon__special .is-current::before {
    content: url(/files/user/images/common/special_on.png?v=1491808623); }
  .header__logo {
    width: 185px; }
  .header__logo a {
    display: block;
    width: 185px;
    height: 64px;
    background: url(/files/user/images/common/bcn_logo.jpg?v=1549349566) no-repeat left top;
    background-size: auto 100%; }
  .header__nav {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 6px solid #eee;
    text-align: center; }
  .header__nav__item {
    position: relative;
    display: inline-block;
    height: 15px;
    padding: 0 20px;
    color: #ccc;
    text-align: center;
    line-height: 15px;
    vertical-align: bottom; }
  .header__nav__item:not(:first-child)::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: 10px;
    background-color: #ccc;
    content: ""; }
  .header__nav__item a {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold; }
    .header__nav__item a:hover {
      text-decoration: none; }
  .header__nav__item.is-current a::after {
    display: block;
    position: relative;
    bottom: -20px;
    width: 100%;
    height: 6px;
    background-color: #c42714;
    content: ""; }

.breadcrumb {
  width: 1100px;
  margin: 10px auto;
  padding: 8px 0;
  border-radius: 0;
  background-color: transparent; }
  .breadcrumb__item {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1; }
  .breadcrumb__item .fa {
    margin-left: 10px;
    color: #ccc;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: baseline; }

.pagetop {
  position: absolute;
  right: 0; }

.footer {
  position: relative;
  margin-top: 40px; }
  .footer__upper {
    border-top: 6px solid #eee; }
  .footer__middle {
    border-top: 1px solid #ccc;
    background-color: #eee; }
  .footer__lower {
    background-color: #ffffff; }
    .footer__lower__inner {
      max-width: 1200px;
      min-width: 1100px;
      margin: 0 auto;
      padding: 40px 0 60px; }

.footer__weeklybcn__outer {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0; }

.footer__weeklybcn {
  float: left; }
  .footer__weeklybcn:hover .footer__weeklybcn__category {
    background-color: #c42714; }
  .footer__weeklybcn:hover .footer__weeklybcn__summary {
    text-decoration: underline; }

.footer__weeklybcn__cover {
  float: left;
  height: 160px;
  margin-right: 40px; }
  .footer__weeklybcn__cover img {
    max-height: 100%; }

.footer__weeklybcn__info {
  float: left;
  width: 560px; }

.footer__weeklybcn__heading {
  margin-bottom: 15px; }
  .footer__weeklybcn__heading span {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding: 6px 16px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: top;
    letter-spacing: .1em; }
    .footer__weeklybcn__heading span::before, .footer__weeklybcn__heading span::after, .footer__weeklybcn__heading span.footer__pr__title::before, .footer__weeklybcn__heading span.footer__pr__title::after {
      display: inline-block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #000;
      content: ""; }
    .footer__weeklybcn__heading span::before {
      top: 0; }
    .footer__weeklybcn__heading span::after {
      bottom: 0; }
  .footer__weeklybcn__heading img {
    vertical-align: top; }

.footer__weeklybcn__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em; }

.footer__weeklybcn__category {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: .1em; }

.footer__weeklybcn__outer .bcnApplication__outer {
  width: 250px; }

.bcnApplication__outer {
  float: right;
  width: 300px;
  text-align: center; }

.bcnApplication {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: .1em; }
  .bcnApplication a {
    display: block;
    padding: 26px 0;
    border: 1px solid #000; }
    .bcnApplication a:hover {
      border-color: #c42714;
      color: #c42714;
      text-decoration: none; }

.bcnApplication__aboutbcn__item {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em; }
  .bcnApplication__aboutbcn__item:first-child {
    position: relative;
    padding-right: 20px; }
    .bcnApplication__aboutbcn__item:first-child::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translate(0, -50%);
      width: 1px;
      height: 10px;
      background-color: #ccc;
      content: ""; }

.footer__pr {
  padding: 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ddd;
  text-align: center; }
  .footer__pr__title {
    display: inline-block;
    height: 110px;
    margin-right: 30px;
    line-height: 100px;
    vertical-align: middle; }
    .footer__weeklybcn__heading span.footer__pr__title::before, .footer__weeklybcn__heading span.footer__pr__title::after, .footer__pr__title::before, .footer__pr__title::after {
      display: inline-block;
      width: 15px;
      height: 1px;
      background-color: #000;
      vertical-align: text-top;
      content: ""; }
    .footer__pr__title::before {
      margin: 10px 10px 0 0; }
    .footer__pr__title::after {
      margin: 10px 0 0 10px; }
  .footer__pr__list,
  .footer__pr__item {
    display: inline-block;
    vertical-align: middle; }
  .footer__pr__item:not(:first-child) {
    margin-left: 7px; }

.footer__menu {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1200px;
  min-width: 1100px; }
  .footer__menu__row {
    display: table;
    width: 1045px; }
    .footer__menu__row:not(:last-child) {
      margin-bottom: 30px; }
  .footer__menu__title {
    display: table-cell;
    width: 200px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: top; }
  .footer__menu__list {
    display: table-cell;
    vertical-align: top; }
  .footer__menu__item {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    font-size: 1.2rem; }
  .footer__menu__list--service .footer__menu__item {
    float: none; }
  .footer__menu__item a:hover {
    text-decoration: none; }

.footer__copyright, .footer__pmark, .footer__ssl {
  display: table-cell;
  vertical-align: middle; }

.footer__copyright {
  padding-right: 40px;
  color: #a0a0a0; }
  .footer__copyright__copy {
    font-size: 12px;
    font-size: 1.2rem; }
  .footer__copyright__text {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem; }

.footer__pmark {
  padding: 0 30px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 132px;
  height: 71px;
  text-align: center; }
  .footer__pmark a {
    display: inline-block; }
  .footer__pmark img {
    width: 100%; }

.footer__ssl {
  padding-left: 30px; }
  .footer__ssl__banner {
    float: left; }
  .footer__ssl__text {
    float: left;
    margin-left: 10px;
    width: 190px;
    color: #a0a0a0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4; }

/* 
 side-contents
---------------------------------------- */
.side_contents {
  float: right;
  width: 320px;
  padding: 0 10px 20px;
  box-sizing: border-box; }

.heading-side {
  padding: 25px 0;
  border-bottom: 3px solid #000;
  font-weight: bold;
  text-align: center; }

.lead-side {
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5; }

.button-list {
  text-align: center; }
  .button-list .list-item {
    margin: 5px 7px 0 0;
    display: inline-block; }
    .button-list .list-item a {
      padding: 0px 8px;
      border-radius: 20px;
      display: inline-block;
      font-size: 13px;
      font-size: 1.3rem;
      height: 24px;
      line-height: 24px;
      background-color: #eee; }
      .button-list .list-item a:hover {
        text-decoration: none; }

/* 注目キーワード ---------- */
.section-keyword {
  padding: 20px 0 10px; }
  .section-keyword .heading-side {
    padding: 0;
    border-bottom: none; }

/* オススメ記事 ---------- */
.side-common-list a {
  width: 100%;
  display: table; }
  .side-common-list a:hover {
    text-decoration: none; }
    .side-common-list a:hover .list-item-thumb {
      opacity: 0.7; }
    .side-common-list a:hover .topics-title {
      color: #2963eb;
      text-decoration: underline; }
    .side-common-list a:hover .topics-summary {
      color: #000; }

.side-common-list .list-item {
  margin: 9px 0;
  width: 100%;
  box-sizing: border-box; }

.side-common-list .list-item-thumb,
.side-common-list .list-item-body {
  display: table-cell;
  vertical-align: top; }

.side-common-list .list-item-thumb {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative; }
  .side-common-list .list-item-thumb img {
    height: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }

.side-common-list .list-item-body {
  padding-left: 12px; }

.side-common-list .topics-title {
  color: #0f46c8;
  line-height: 1.2; }

.side-common-list .topics-summary {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5; }

/* 新着ニュース ---------- */
.section-side-news {
  margin: 10px 0 30px; }
  .section-side-news .list-item {
    margin: 15px 0; }
    .section-side-news .list-item .topics-date {
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      color: #999; }
    .section-side-news .list-item .topics-title {
      width: 300px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .section-side-news .list-item .topics-title a {
        color: #0f46c8; }
        .section-side-news .list-item .topics-title a:hover {
          color: #2963eb; }
  .section-side-news .btn-link {
    text-align: center; }
    .section-side-news .btn-link a {
      padding: 8px;
      border: 2px solid #000;
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.1; }
      .section-side-news .btn-link a:hover {
        border-color: #2963eb;
        color: #2963eb;
        text-decoration: none; }
    .section-side-news .btn-link .fa {
      margin-right: 0.8em;
      font-size: 15px;
      vertical-align: middle; }

/* FAQ / ご案内 ---------- */
.section-side-guide .list-item {
  margin-top: 25px; }
  .section-side-guide .list-item .summary, .section-side-guide .list-item .title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
  .section-side-guide .list-item .title {
    margin-bottom: 10px;
    font-weight: bold; }

/* 広告 ---------- */
.section-ad {
  margin: 10px 0 0; }

.section-ad__list {
  font-size: 12px;
  font-size: 1.2rem; }

/* サイドバナー---------- */
.side_bnr img {
  width: 100%; }

/* 連載 / コラム ---------- */
.section-side-serial .list-item {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

/*
 グランドTOP
------------------------------ */
.topicsList.-groundTop {
  width: 880px;
  margin-top: 0;
  position: relative; }
  .topicsList.-groundTop .topicsList__list {
    border-left: solid 1px #ccc; }
  .topicsList.-groundTop .-fixdetail {
    position: relative; }
    .topicsList.-groundTop .-fixdetail:before {
      top: 0; }
    .topicsList.-groundTop .-fixdetail:after {
      bottom: 0; }
    .topicsList.-groundTop .-fixdetail:after, .topicsList.-groundTop .-fixdetail:before {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 10px;
      background-image: url("/files/user/images/grandtop/fixdeatil_bg.png"); }
  .topicsList.-groundTop .-news-ad-list .topicsList__news__date,
  .topicsList.-groundTop .-news-ad-list .topicsList__news__new,
  .topicsList.-groundTop .-news-ad-list .topicsList__news__title {
    display: inline;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: top; }
  .topicsList.-groundTop .-news-ad-list .topicsList__news__date {
    vertical-align: inherit;
    margin-left: 8px; }
  .topicsList.-groundTop .-news-ad-list .topicsList__news__new {
    color: #c42714;
    margin-left: 8px; }

.topicsList.-groundTop .topicsList__item__inner {
  padding: 0; }
  .topicsList.-groundTop .topicsList__item__inner:hover {
    text-decoration: none; }
  .topicsList.-groundTop .topicsList__item__inner:hover .topicsList__category li {
    background-color: #c42714; }
  .topicsList.-groundTop .topicsList__item__inner:hover .topicsList__category li.topicsList__promptReport {
    background-color: rgba(226, 57, 37, 0.85); }
  .topicsList.-groundTop .topicsList__item__inner:hover .topicsList__category li.-member {
    background-color: rgba(69, 112, 216, 0.85); }
  .topicsList.-groundTop .topicsList__item__inner:hover .topicsList__title {
    text-decoration: underline; }

.topicsList.-groundTop .topicsList__category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 0;
  padding: 0; }
  .topicsList.-groundTop .topicsList__category li {
    display: inline-block;
    padding: 8px 20px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.1; }
    .topicsList.-groundTop .topicsList__category li.topicsList__promptReport {
      background-color: rgba(196, 39, 20, 0.85);
      position: static;
      top: auto;
      right: auto; }
    .topicsList.-groundTop .topicsList__category li.-member {
      background-color: rgba(15, 70, 200, 0.85); }
  .topicsList.-groundTop .topicsList__category--sub {
    right: auto;
    left: 10px;
    padding: 5px 10px 0 10px; }

.topicsList.-groundTop .topicsList__item {
  position: relative;
  float: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 293px;
  height: 240px;
  min-height: inherit;
  vertical-align: top;
  overflow: hidden;
  /* 千人回峰 ---------- */
  /* カルーセル ---------- */ }
  .topicsList.-groundTop .topicsList__item.-col01 {
    width: 100%; }
  .topicsList.-groundTop .topicsList__item.-sennin {
    display: table;
    background-color: #faf7f0;
    text-align: center; }
    .topicsList.-groundTop .topicsList__item.-sennin .topicsList__item__inner {
      display: table-cell;
      vertical-align: middle; }
    .topicsList.-groundTop .topicsList__item.-sennin img {
      width: 90%;
      height: auto; }
  .topicsList.-groundTop .topicsList__item.-carousel {
    min-height: 0;
    height: auto; }
    .topicsList.-groundTop .topicsList__item.-carousel .topicsList__item__inner {
      padding: 0; }
    .topicsList.-groundTop .topicsList__item.-carousel .flexslider {
      margin: 0;
      height: 160px; }
    .topicsList.-groundTop .topicsList__item.-carousel .flex-control-nav {
      display: none; }
    .topicsList.-groundTop .topicsList__item.-carousel .flex-direction-nav a {
      width: 28px;
      height: 88px;
      background-color: rgba(0, 0, 0, 0.5);
      text-shadow: none;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .topicsList.-groundTop .topicsList__item.-carousel .flex-direction-nav a:before {
      content: "";
      width: 20px;
      height: 20px;
      border-top: solid 2px #ffffff;
      border-left: solid 2px #ffffff;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block; }
    .topicsList.-groundTop .topicsList__item.-carousel .flex-direction-nav a.flex-prev:before {
      transform: rotate(-45deg);
      left: 50%;
      margin-left: -4px; }
    .topicsList.-groundTop .topicsList__item.-carousel .flex-direction-nav a.flex-next:before {
      transform: rotate(135deg);
      right: 50%;
      margin-right: -4px; }
    .topicsList.-groundTop .topicsList__item.-carousel .flex-direction-nav .flex-prev {
      left: 0; }
    .topicsList.-groundTop .topicsList__item.-carousel .flex-direction-nav .flex-next {
      right: 0; }
  .topicsList.-groundTop .topicsList__item.-narrowPadding .topicsList__item__inner {
    padding: 25px 32px; }

.topicsList.-groundTop .topicsList__title {
  margin-top: 15px;
  padding: 0 10px; }
  .topicsList.-groundTop .topicsList__title .-ellipsis {
    display: block;
    position: relative;
    height: 3.4em;
    overflow: hidden; }
    .topicsList.-groundTop .topicsList__title .-ellipsis:before {
      position: absolute;
      background: #fff;
      content: "...";
      bottom: 0;
      right: 0; }
    .topicsList.-groundTop .topicsList__title .-ellipsis:after {
      position: absolute;
      background: #fff;
      content: "";
      width: 100%;
      height: 100%; }

.topicsList__item .topicsList__item.-weekly .topicsList__item__left {
  float: left;
  width: 36%; }

.topicsList__item .topicsList__item.-weekly .topicsList__item__right {
  float: left;
  width: 64%;
  max-height: 156px;
  overflow: hidden;
  padding: 10px 10px 0 10px; }

.topicsList__item .topicsList__item.-weekly .topicsList__item__bottom {
  padding: 10px 10px 0 10px;
  clear: both; }

.topicsList__item .topicsList__item.-weekly {
  line-height: 1.4; }
  .topicsList__item .topicsList__item.-weekly .topics__head {
    font-size: 0;
    margin-bottom: 10px; }
    .topicsList__item .topicsList__item.-weekly .topics__head__logo {
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px; }
    .topicsList__item .topicsList__item.-weekly .topics__head__title {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
  .topicsList__item .topicsList__item.-weekly .topics__thumb img {
    width: auto;
    height: auto;
    max-width: 103px;
    max-height: 156px; }
  .topicsList__item .topicsList__item.-weekly .topics__data__head {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px; }
  .topicsList__item .topicsList__item.-weekly .topics__data__content {
    font-weight: bold; }
  .topicsList__item .topicsList__item.-weekly .topics__data__more {
    display: block;
    background-color: #eee;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px; }
    .topicsList__item .topicsList__item.-weekly .topics__data__more__outer {
      font-size: 0; }
      .topicsList__item .topicsList__item.-weekly .topics__data__more__outer li {
        display: inline-block;
        width: 48%;
        margin: 0 4% 10px 0; }
        .topicsList__item .topicsList__item.-weekly .topics__data__more__outer li:nth-child(2n) {
          margin-right: 0; }
        .topicsList__item .topicsList__item.-weekly .topics__data__more__outer li.-col01 {
          width: 100%; }

.topicsList.-groundTop .topicsList__thumb img {
  max-width: 100%;
  height: auto; }

.topicsPickup__info {
  padding: 0 10px; }

.libraryPickup__info {
  padding: 0 10px; }

.topicsItem .topicsItem__summary {
  margin-bottom: 30px; }

.topicsItem .topicsItem__button {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background: #eee;
  padding: 20px 35px; }
  .topicsItem .topicsItem__button.-roboto {
    letter-spacing: 1px; }

.topicsItem .topicsItem__lower {
  margin-bottom: 20px;
  text-align: center; }

.topicsItem .topicsItem__icon {
  display: inline-block;
  margin-left: 50px;
  vertical-align: top; }

.topicsItem .topicsItem__icon {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: 0.1em; }
  .topicsItem .topicsItem__icon:first-child {
    margin-left: 0; }

.topicsItem .topicsItem__icon a {
  display: block; }
  .topicsItem .topicsItem__icon a::before {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 5px; }

.topicsItem .topicsItem__bottom {
  text-align: center; }

/* レイアウト（右サイドはトップとサイト内検索ページ） ---------- */
#wrap_contents.-groundTop {
  width: 1200px; }

.-groundTop .main_contents {
  width: 880px; }

.-groundTop .side_contents {
  padding: 0; }

.-groundTop .section-ad {
  padding: 0 10px 10px 10px;
  border-bottom: solid 1px #eeeeee; }

.-groundTop .p-groundTop__section-news,
.-groundTop .p-groundTop__section-ranking {
  margin-top: 0; }

.-groundTop.side_contents {
  padding: 0; }

/* 新着記事（トップとサイト内検索ページ） ---------- */
.p-groundTop__heading-side {
  display: inline-block;
  background-color: #000000;
  line-height: 1;
  padding: 8px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-left: -20px; }

.p-groundTop__section-news {
  margin-top: 10px;
  padding: 0 0 20px 20px;
  border-bottom: solid 1px #eeeeee; }
  .p-groundTop__section-news .p-groundTop__topics-list {
    padding-top: 25px; }

.p-groundTop__section-ranking {
  margin-top: 10px;
  padding: 0 20px 20px 20px;
  border-bottom: solid 1px #eeeeee; }

.p-groundTop__list-item {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #eeeeee; }

.p-groundTop__topics-date {
  font-weight: bold;
  margin: -10px 0 5px 0; }
  .p-groundTop__topics-date time {
    display: inline-block;
    background-color: #ffffff;
    padding-right: 10px; }

.p-groundTop__topics-title {
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.7; }

.p-groundTop__btn-link {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 3px; }
  .p-groundTop__btn-link:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #c42714; }
  .p-groundTop__btn-link__outer {
    margin: 0;
    text-align: center; }

/* アクセスランキング（トップとサイト内検索ページ） ---------- */
.c-tab__content {
  display: none; }
  .c-tab__content.is-active {
    display: block; }

.-groundTop .c-tab__nav {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 20px -20px; }

.-groundTop .c-tab__nav__item {
  display: inline-block;
  width: 25%;
  border-left: solid 1px #f4f4f4;
  border-right: solid 1px #f4f4f4;
  background-color: #f4f4f4;
  line-height: 1;
  padding: 8px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777;
  font-weight: bold;
  text-align: center; }
  .-groundTop .c-tab__nav__item.is-active {
    background-color: #ffffff;
    color: #000000; }
  .-groundTop .c-tab__nav__item.-heading {
    width: 50%;
    border: 0;
    background-color: #000000;
    color: #ffffff; }

.-groundTop .topicsList__accessRank__no {
  border-radius: 0;
  border: 0;
  background-color: #f4f4f4;
  font-size: 22px;
  font-size: 2.2rem; }

/*
 トップ
======================================== */
/*
 話題のキーワード
------------------------------ */
.topicKeyword {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center; }
  .topicKeyword__heading, .topicKeyword__list, .topicKeyword__item {
    display: inline-block;
    vertical-align: middle; }
  .topicKeyword__heading {
    font-weight: bold; }
    .topicKeyword__heading::after {
      display: inline-block;
      margin: 0 13px;
      color: #ccc;
      content: "―"; }
  .topicKeyword__item:not(:last-child) {
    margin-right: 26px; }
  .topicKeyword__item a:hover {
    text-decoration: none; }

/*
 記事一覧
------------------------------ */
.topicsList {
  margin: 40px auto 0;
  width: 1100px; }
  .topicsList__list {
    border-bottom: 1px solid #ccc; }
  .-journal .topicsList__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .topicsList__item {
    position: relative;
    float: left;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 33.3%;
    min-height: 360px;
    vertical-align: top; }
    .topicsList__item:nth-child(3), .topicsList__item:nth-child(5), .topicsList__item:nth-child(8), .topicsList__item:nth-child(11) {
      border-right: none; }
  .-journal .topicsList__item:nth-child(5), .-journal .topicsList__item:nth-child(8), .-journal .topicsList__item:nth-child(11) {
    border-right: 1px solid #ccc; }
  .-journal .topicsList__item:nth-child(3n) {
    border-right: none; }
  .topicsList__item__inner {
    display: block;
    height: 100%;
    padding: 30px 32px; }
    .topicsList__item__inner:hover {
      text-decoration: none; }
    .topicsList__item__inner:hover .topicsList__category {
      background-color: #c42714; }
    .topicsList__item__inner:hover .topicsList__promptReport {
      background-color: #e23925; }
    .topicsList__item__inner:hover .topicsList__title {
      text-decoration: underline; }
  .topicsList__category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 8px 20px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.1; }
  .topicsList__promptReport {
    position: absolute;
    top: 0;
    right: -58px;
    padding: 13px 16px;
    background-color: #c42714; }
  .topicsList__thumb {
    position: relative; }
  .topicsList__thumb img {
    max-width: 300px; }
  .topicsList__category--sub {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 0 0 15px;
    background-color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.1; }
  .topicsList__title {
    margin-top: 20px; }
  .topicsList__date {
    margin-top: 20px;
    color: #999; }
  .topicsList__button {
    text-align: center; }
  .topicsList__button a {
    display: inline-block;
    height: 50px;
    background-color: #eee;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 50px; }
    .topicsList__button a:hover {
      color: #000;
      text-decoration: none; }
  .topicsList__item--new .topicsList__item__inner {
    padding: 50px 32px; }
  .topicsList__item--new .topicsList__heading {
    display: block;
    margin-bottom: 30px;
    width: 300px;
    height: 28px;
    background: url(/files/user/images/dummy/heading-weeklyBcn.png?v=) no-repeat;
    background-size: 100%; }
  .topicsList__item--new .topicsList__thumb {
    float: left;
    margin-right: 20px; }
  .topicsList__item--new .topicsList__summary {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem; }
  .topicsList__item--new .topicsList__button a {
    margin-top: 25px;
    width: 140px; }
  .topicsList__item--news {
    padding: 80px 30px 44px;
    width: 66.6%; }
  .topicsList__news__item {
    display: table;
    width: 100%;
    line-height: 1.0; }
    .topicsList__news__item p {
      margin: 0 0 -5px; }
    .topicsList__news__item li {
      margin: 0 0 -15px; }
    .topicsList__news__item:not(:first-child) {
      margin-top: 10px; }
  .topicsList__news__date, .topicsList__news__title {
    display: table-cell;
    vertical-align: top; }
  .topicsList__news__head {
    color: #6e6e6e; }
  .topicsList__news__date {
    width: 112px;
    color: #999; }
  .topicsList__news__date__top {
    width: 38px;
    color: #999;
    float: right; }
  .topicsList__item--news .topicsList__button a {
    margin-top: 30px;
    min-width: 230px; }
  .topicsList__item--ad {
    padding: 42px 32px 10px;
    background-color: #eee; }
  .topicsList__item--ad .section-ad {
    margin-top: 0; }
  .topicsList__item--ad .topicsList__category {
    background-color: #fff;
    color: #000; }
  .topicsList__item--accessRank {
    padding: 70px 32px 24px; }
  .topicsList__accessRank__item {
    display: table;
    width: 100%; }
    .topicsList__accessRank__item:not(:first-child) {
      margin-top: 16px; }
  .topicsList__accessRank__no__outer {
    display: table-cell;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle; }
  .topicsList__accessRank__no {
    border: 1px solid #000;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 28px; }
  .topicsList__accessRank__title {
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem; }
  .topicsList__link__heading {
    width: 260px;
    margin: 70px auto 0;
    padding-bottom: 8px;
    border-bottom: 6px solid #eee;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .1rem; }
  .topicsList__link {
    width: 1100px;
    margin: 60px auto 70px;
    text-align: center; }
  .topicsList__link__item {
    display: inline-block;
    position: relative;
    width: 20%;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: .1rem; }
    .topicsList__link__item:not(:nth-child(4n+1))::before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      width: 1px;
      height: 10px;
      background-color: #ccc;
      content: ""; }

/*
 記事　詳細
================================================== */
.article {
  width: 750px;
  margin: 0 auto; }
  .article .sns {
    float: right; }
    .article .sns .sns-item {
      margin-left: 10px;
      float: left; }
      .article .sns .sns-item > iframe {
        vertical-align: top; }
    .article .sns .fb-share-button > span {
      vertical-align: top !important; }

/* 記事上部 ---------- */
.article-heading {
  padding: 14px 0 20px; }
  .article-heading .article-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    word-break: break-word; }
  .article-heading .article-info-list + .lead {
    padding-bottom: 0;
    border-top: none; }
  .article-heading .info-list-upper {
    border-bottom: 1px solid #ccc;
    overflow: hidden; }
  .article-heading .topics-category, .article-heading .topics-date {
    float: left; }
  .article-heading .topics-category {
    height: 24px;
    line-height: 24px; }
  .article-heading .topics-date {
    margin: 0 0 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #999; }
  .article-heading .info-list-lower .button-list {
    margin-top: 6px;
    text-align: left; }

.article__interview {
  display: table;
  width: 100%;
  margin-bottom: 40px; }
  .article__interview__photo {
    display: table-cell;
    width: 530px; }
  .article__interview__inner {
    display: table-cell;
    position: relative;
    width: 220px;
    height: 300px;
    vertical-align: top; }
  .article__interview__info {
    position: absolute;
    bottom: 0;
    left: 0; }
  .article__interview__company {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .1em; }
  .article__interview__name {
    position: relative;
    padding-bottom: 40px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
    .article__interview__name::after {
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 25px;
      height: 1px;
      background-color: #000;
      content: ""; }
  .article__interview__media {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }

.article__issueNumber__outer {
  margin: 20px 0 0;
  text-align: right; }

.article__issueNumber {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  font-size: 12px;
  font-size: 1.2rem; }

/* 記事本文 ---------- */
/* ボタン */
.button-area {
  margin: 40px 0;
  text-align: center; }
  .button-area a {
    padding: 20px 0;
    width: 300px;
    display: inline-block;
    color: #fff;
    background-color: #000; }
    .button-area a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #434343; }

.article-body {
  line-height: 2;
  word-break: normal; }
  .article-body h2 {
    margin: 50px 0;
    padding: 3px 0 7px 1em;
    border-left: 3px solid #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5; }
  .article-body p {
    margin-bottom: 2em; }
  .article-body .next-page-title {
    margin-top: 90px;
    position: relative;
    text-align: center; }
    .article-body .next-page-title span {
      font-weight: bold; }
      .article-body .next-page-title span::before {
        content: "　"; }
    .article-body .next-page-title .fa {
      margin-left: 15px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
  .article-body .article-pager {
    margin: 60px 0 50px;
    height: 60px;
    overflow: hidden;
    position: relative;
    line-height: 54px;
    text-align: center; }
    .article-body .article-pager .page {
      display: inline-block;
      position: relative;
      vertical-align: middle; }
      .article-body .article-pager .page::before {
        width: 1px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        vertical-align: middle;
        background-color: #ccc;
        content: ""; }
      .article-body .article-pager .page:first-child::before {
        content: none; }
      .article-body .article-pager .page a {
        margin: 0 1em;
        padding: 0 1em;
        font-weight: bold; }
      .article-body .article-pager .page.cur span {
        margin: 0 1em;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        display: block;
        font-weight: bold;
        line-height: 40px;
        background-color: #eee; }
    .article-body .article-pager .pager-prev, .article-body .article-pager .pager-next {
      margin-top: 0;
      margin-bottom: 0;
      position: absolute;
      top: 0; }
    .article-body .article-pager .pager-prev {
      margin-left: 21px;
      left: 0; }
    .article-body .article-pager .pager-next {
      margin-right: 21px;
      right: 0; }
    .article-body .article-pager .pager-prev a, .article-body .article-pager .pager-next a, .article-body .article-pager .month-pager .prev a, .month-pager .prev .article-body .article-pager a, .article-body .article-pager .month-pager .next a, .month-pager .next .article-body .article-pager a {
      padding: 0 40px;
      border: 3px solid #000;
      height: 60px;
      display: inline-block;
      position: relative;
      font-weight: bold;
      line-height: 54px;
      text-decoration: none;
      background-color: #fff; }
    .article-body .article-pager .pager-prev a {
      border-left: none; }
      .article-body .article-pager .pager-prev a::before {
        border-top: 32px solid transparent;
        border-right: 23px solid #000;
        border-bottom: 32px solid transparent;
        border-left: 32px solid transparent;
        display: inline-block;
        position: absolute;
        top: -5px;
        left: -53px;
        content: ""; }
      .article-body .article-pager .pager-prev a::after {
        border-top: 27px solid transparent;
        border-right: 19px solid #fff;
        border-bottom: 27px solid transparent;
        border-left: 27px solid transparent;
        display: inline-block;
        position: absolute;
        top: 0;
        left: -44px;
        content: ""; }
      .article-body .article-pager .pager-prev a:hover {
        border-color: #c42714; }
        .article-body .article-pager .pager-prev a:hover::before {
          border-right-color: #c42714; }
    .article-body .article-pager .pager-next a {
      border-right: none; }
      .article-body .article-pager .pager-next a::before {
        border-top: 32px solid transparent;
        border-right: 32px solid transparent;
        border-bottom: 32px solid transparent;
        border-left: 23px solid #000;
        display: inline-block;
        position: absolute;
        top: -5px;
        right: -53px;
        content: ""; }
      .article-body .article-pager .pager-next a::after {
        border-top: 27px solid transparent;
        border-right: 27px solid transparent;
        border-bottom: 27px solid transparent;
        border-left: 19px solid #fff;
        display: inline-block;
        position: absolute;
        top: 0;
        right: -44px;
        content: ""; }
      .article-body .article-pager .pager-next a:hover {
        border-color: #c42714; }
        .article-body .article-pager .pager-next a:hover::before {
          border-left-color: #c42714; }

.tabbar-title {
  border-bottom: 3px solid #eee;
  position: relative;
  font-weight: bold; }
  .tabbar-title span {
    padding: 14px 15px 10px;
    border: 3px solid #eee;
    border-bottom: none;
    display: inline-block;
    position: relative;
    bottom: -3px;
    background-color: #fff; }

.tabbox-title {
  padding: 15px 20px 6px;
  display: inline-block;
  font-weight: bold;
  background-color: #f5f5f5; }

.tabbox {
  padding: 20px;
  background-color: #f5f5f5; }

/* ログイン / 会員登録 ---------- */
.article-regist {
  margin: 30px 0 50px;
  padding: 35px 40px;
  background-color: #f5f5f5; }
  .article-regist .title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
    .article-regist .title a {
      color: #0f46c8; }
  .article-regist .member-menu {
    margin: 20px 0;
    overflow: hidden; }
  .article-regist .menu-login a, .article-regist .menu-login_lp a, .article-regist .menu-register a, .article-regist .menu-pay a {
    padding: 30px 0;
    display: block;
    font-size: 16px;
    font-size: 1.6rem; }
  .article-regist .menu-login, .article-regist .menu-pay {
    text-align: center; }
  .article-regist .menu-login, .article-regist .menu-register {
    width: 50%;
    float: left;
    text-align: center; }
    .article-regist .menu-login a, .article-regist .menu-register a {
      padding: 30px 0;
      display: block;
      font-size: 16px;
      font-size: 1.6rem; }
  .article-regist .menu-login a {
    color: #fff;
    background-color: #000; }
    .article-regist .menu-login a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #434343; }
  .article-regist .menu-login_lp a {
    color: #fff;
    background-color: #000; }
    .article-regist .menu-login_lp a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #434343; }
  .article-regist .menu-register a {
    color: #fff;
    background-color: #0f46c8; }
    .article-regist .menu-register a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #2963eb; }
  .article-regist .menu-pay a {
    color: #fff;
    background-color: #0f46c8; }
    .article-regist .menu-pay a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #2963eb; }
  .article-regist .attention {
    font-size: 12px;
    font-size: 1.2rem;
    color: #535353; }

/* 記事下部 ---------- */
.article-bottom {
  margin-top: 20px; }
  .article-bottom .share-btn {
    margin-bottom: 10px;
    overflow: hidden; }
  .article-bottom .relation-topics {
    margin: 10px 0 20px; }
    .article-bottom .relation-topics .list-item {
      margin-top: 1em; }
      .article-bottom .relation-topics .list-item::before {
        margin-right: 0.5em;
        content: "―"; }
      .article-bottom .relation-topics .list-item:first-child {
        margin-top: 0; }
      .article-bottom .relation-topics .list-item a {
        color: #0f46c8; }
        .article-bottom .relation-topics .list-item a:hover {
          color: #2963eb; }
  .article-bottom .external-link {
    margin-top: 20px; }
    .article-bottom .external-link .link-list {
      padding: 20px; }
    .article-bottom .external-link .list-item {
      margin-top: 1em; }
      .article-bottom .external-link .list-item:first-child {
        margin-top: 0; }
      .article-bottom .external-link .list-item a {
        color: #0f46c8; }
        .article-bottom .external-link .list-item a:hover {
          color: #2963eb; }
    .article-bottom .external-link .icon::after {
      content: none; }
    .article-bottom .external-link .icon::before {
      padding-right: 1em;
      content: url(/files/user/images/common/icon-window.png?v=1459160365); }

/* Profile ---------- */
.profile {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #000; }
  .profile__heading {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: .1em; }
  .profile__title {
    margin: 5px 0 15px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .1em; }
  .profile__summary {
    line-height: 2; }

/* オススメの関連記事 ---------- */
.recommend-title {
  margin-bottom: 3em;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-top: 10px; }
  .recommend-title::before {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ccc;
    content: ""; }
  .recommend-title span {
    padding: 0 1em;
    position: relative;
    z-index: 10;
    background-color: #fff; }
    .recommend-title span::before, .recommend-title span::after {
      width: 1px;
      height: 29px;
      display: inline-block;
      position: absolute;
      top: 0;
      background-color: #ccc;
      content: ""; }
    .recommend-title span::before {
      left: 0;
      transform: rotate(-30deg); }
    .recommend-title span::after {
      right: 0;
      transform: rotate(30deg); }

/* movie add hamano 2016/6/24 */
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.keypersonItem {
  position: relative;
  background-color: #ececec;
  overflow: hidden;
  margin-top: 70px;
  padding: 20px 20px 20px 30px; }
  .keypersonItem-data {
    margin-top: 30px;
    width: 430px;
    float: left; }
  .keypersonItem-heading {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .1em;
    padding: 2px 15px;
    position: absolute;
    top: 0;
    left: 0; }
  .keypersonItem-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px; }
  .keypersonItem-summary {
    font-size: 14px;
    font-size: 1.4rem; }
  .keypersonItem-photo {
    width: 250px;
    float: right; }
    .keypersonItem-photo img {
      width: 100%; }

.eyesRead {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  position: relative;
  margin-top: 70px;
  padding: 30px 0; }
  .eyesRead-heading {
    display: inline-block;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 0 10px;
    position: absolute;
    top: -15px;
    background-color: #fff; }
  .eyesRead-summary {
    font-size: 14px;
    font-size: 1.4rem; }

/* 記事一覧　共通 ---------- */
.common-list {
  overflow: hidden; }
  .common-list .news-item {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    width: 375px;
    float: left; }
    .common-list .news-item:first-child, .common-list .news-item:nth-child(2) {
      border-top: 1px solid #ccc; }
    .common-list .news-item:nth-child(2n-1) {
      border-right: 1px solid #ccc; }
      .common-list .news-item:nth-child(2n-1) a {
        padding: 23px 24px 23px 0; }
  .common-list .news-item a {
    padding: 23px 0 23px 24px;
    height: 100%;
    display: block; }
    .common-list .news-item a:hover {
      color: #2963eb;
      text-decoration: none; }
      .common-list .news-item a:hover .news-item-thumb,
      .common-list .news-item a:hover .topics-date,
      .common-list .news-item a:hover .topics-summary {
        opacity: 0.7; }
      .common-list .news-item a:hover .topics-title {
        text-decoration: underline; }
  .common-list .topics-category {
    position: absolute;
    left: 0;
    bottom: 0; }

.main_contents .news-item-thumb {
  position: relative; }

.main_contents .topics-category {
  position: relative;
  width: 120px;
  height: 24px;
  margin: 0;
  height: 24px;
  line-height: 24px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }

.main_contents .news-item .topics-category {
  display: inline-block;
  width: auto;
  padding: 0 10px; }
  .main_contents .news-item .topics-category .icon-new {
    margin-left: 5px; }

.main_contents .category-news {
  background-color: #098cff; }

.main_contents .category-market {
  background-color: #00d; }

.main_contents .category-research {
  background-color: #275b8b; }

.main_contents .topics-promptReport {
  display: inline-block;
  height: 24px;
  padding: 0 14px;
  background-color: #c42714;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px; }

.main_contents .news-item-body .topics-title, .main_contents .news-item-thumb .topics-title {
  padding: 16px 0;
  border-bottom: 3px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5; }

.main_contents .news-item-body .topics-summary, .main_contents .news-item-thumb .topics-summary {
  margin: 20px 0;
  color: #000; }

.main_contents .news-item-body .topics-date, .main_contents .news-item-thumb .topics-date {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #999; }

.main_contents .news-item-body .icon-new, .main_contents .news-item-thumb .icon-new {
  display: inline-block;
  margin-right: 10px;
  color: #c42714;
  margin-left: 5px; }

.topics-lower {
  margin-top: 30px;
  overflow: hidden;
  text-align: center; }
  .topics-lower .btn-more {
    padding: 28px 0;
    width: 590px;
    float: left;
    display: block;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    background-color: #eee; }
    .topics-lower .btn-more:hover {
      color: #2963eb;
      text-decoration: none;
      background-color: #e5e5e5; }
  .topics-lower .btn-link {
    float: right; }
    .topics-lower .btn-link:hover {
      text-decoration: none; }
    .topics-lower .btn-link a {
      padding: 25px 0;
      border: 3px solid #000;
      width: 153px;
      display: block;
      box-sizing: border-box;
      font-weight: bold; }
      .topics-lower .btn-link a:hover {
        border: 3px solid #2963eb;
        color: #2963eb;
        text-decoration: none; }
    .topics-lower .btn-link .fa {
      margin-right: 1rem; }

/*
 記事一覧 / 記事アーカイブ
================================================== */
.section-topics .news-ticker,
.section-topics .page-title {
  border-bottom: 1px solid #ccc; }

.section-topics .news-ticker {
  padding: 0 0 10px; }

.section-topics .news-container {
  margin-top: 36px; }

.news-item {
  padding: 25px 0;
  border-top: 1px solid #ccc;
  width: 100%;
  display: table; }
  .news-item:first-child {
    border-top: none; }
  .news-item-body, .news-item-thumb {
    display: table-cell;
    vertical-align: top; }
  .news-item-thumb {
    padding-left: 20px;
    width: 200px; }
    .news-item-thumb img {
      width: 100%; }
  .news-item-body .topics-category, .news-item-thumb .topics-category {
    margin-bottom: 6px; }
  .news-item-body .topics-title, .news-item-thumb .topics-title {
    padding: 0 0 12px; }
  .news-item-body .topics-summary, .news-item-thumb .topics-summary {
    margin: 12px 0 0;
    width: 548px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.section-topics .tabbox {
  padding: 10px 20px; }
  .section-topics .tabbox .month-list, .section-topics .tabbox .archive-year {
    display: table-cell;
    vertical-align: top; }
  .section-topics .tabbox .year-list {
    margin: 1em 0;
    width: 100%;
    display: table; }
  .section-topics .tabbox .archive-year {
    padding-right: 1.5em;
    font-weight: bold; }
  .section-topics .tabbox .month-list .list-item, .section-topics .tabbox .archive-year .list-item {
    margin-bottom: 0;
    padding: 0 1em;
    width: auto;
    color: #999; }
    .section-topics .tabbox .month-list .list-item:first-child::before, .section-topics .tabbox .archive-year .list-item:first-child::before {
      width: 1px;
      height: 10px;
      display: inline-block;
      position: absolute;
      top: 40%;
      left: 0;
      background-color: #ccc;
      content: ""; }
    .section-topics .tabbox .month-list .list-item:last-child::after, .section-topics .tabbox .archive-year .list-item:last-child::after {
      content: none; }

/* ページャ ---------- */
.month-pager {
  margin: 60px 0 50px;
  overflow: hidden; }
  .month-pager .prev {
    margin-left: 21px;
    float: left; }
  .month-pager .next {
    margin-right: 21px;
    float: right; }
  .month-pager .article-body .article-pager .pager-prev a, .article-body .article-pager .pager-prev .month-pager a, .month-pager .article-body .article-pager .pager-next a, .article-body .article-pager .pager-next .month-pager a, .month-pager .prev a, .month-pager .next a {
    padding: 0 40px;
    border: 3px solid #000;
    height: 60px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    line-height: 54px;
    text-decoration: none;
    background-color: #fff; }
  .month-pager .prev a {
    border-left: none; }
    .month-pager .prev a::before {
      border-top: 32px solid transparent;
      border-right: 23px solid #000;
      border-bottom: 32px solid transparent;
      border-left: 32px solid transparent;
      display: inline-block;
      position: absolute;
      top: -5px;
      left: -53px;
      content: ""; }
    .month-pager .prev a::after {
      border-top: 27px solid transparent;
      border-right: 19px solid #fff;
      border-bottom: 27px solid transparent;
      border-left: 27px solid transparent;
      display: inline-block;
      position: absolute;
      top: 0;
      left: -44px;
      content: ""; }
    .month-pager .prev a:hover {
      border-color: #c42714; }
      .month-pager .prev a:hover::before {
        border-right-color: #c42714; }
  .month-pager .next a {
    border-right: none; }
    .month-pager .next a::before {
      border-top: 32px solid transparent;
      border-right: 32px solid transparent;
      border-bottom: 32px solid transparent;
      border-left: 23px solid #000;
      display: inline-block;
      position: absolute;
      top: -5px;
      right: -53px;
      content: ""; }
    .month-pager .next a::after {
      border-top: 27px solid transparent;
      border-right: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-left: 19px solid #fff;
      display: inline-block;
      position: absolute;
      top: 0;
      right: -44px;
      content: ""; }
    .month-pager .next a:hover {
      border-color: #c42714; }
      .month-pager .next a:hover::before {
        border-left-color: #c42714; }

/* 記事アーカイブ ---------- */
.topics-archive .news-item {
  padding: 25px 20px; }

.topics-archive .topics-category {
  border-right: 1px solid #ccc;
  display: table-cell;
  font-weight: bold;
  color: #000;
  text-align: left;
  background-color: transparent; }

.topics-archive .topics-title {
  padding-left: 20px; }

/* アーカイブ ---------- */
.box {
  padding: 40px 50px 20px;
  background-color: #f5f5f5; }

.archive-list {
  overflow: hidden; }
  .archive-list .list-item {
    margin-bottom: 20px;
    width: 20%;
    float: left;
    position: relative;
    text-align: center; }
    .archive-list .list-item::after {
      width: 1px;
      height: 10px;
      display: inline-block;
      position: absolute;
      top: 40%;
      right: 0;
      background-color: #ccc;
      content: ""; }
    .archive-list .list-item a {
      color: #0f46c8; }
      .archive-list .list-item a:hover {
        color: #2963eb; }
    .archive-list .list-item .cur {
      font-weight: bold; }

/*
 タグ検索記事一覧
================================================== */
.keyword-list .page-title {
  border-bottom: none;
  line-height: 1.7; }
  .keyword-list .page-title span {
    border-bottom: 2px dashed #000; }

/*
 連載 / コラム 管理詳細
================================================== */
.section-serial .news-item {
  padding: 25px 0; }

.section-serial .news-item-body .topics-title, .section-serial .news-item-thumb .topics-title {
  padding: 0 0 10px;
  border-bottom: none; }

/*
 よくあるご質問
---------------------------------------- */
.heading01 {
  margin-bottom: 35px;
  padding: 30px 0;
  border-bottom: 3px solid #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

.section-faq .anchor-link {
  margin-bottom: 30px; }

.section-faq .faq-list .list-item {
  margin-bottom: 40px; }

.section-faq .faq-list .question-txt, .section-faq .faq-list .answer-txt {
  padding: 10px 0 0 40px;
  position: relative; }
  .section-faq .faq-list .question-txt::before, .section-faq .faq-list .answer-txt::before {
    margin-right: 1em;
    width: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    text-align: center; }

.section-faq .faq-list .question-txt {
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 1.7; }
  .section-faq .faq-list .question-txt::before {
    top: 5px;
    content: "Q"; }
  .section-faq .faq-list .question-txt::after {
    width: 30px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""; }

.section-faq .faq-list .answer-txt {
  line-height: 2; }
  .section-faq .faq-list .answer-txt::before {
    color: #098cff;
    content: "A"; }

/*
 会員系
================================================== */
/*
 フォーム　共通
---------------------------------------- */
.section-form {
  width: 750px;
  margin: 0 auto; }
  .section-form .page-title {
    border-bottom: 1px solid #ccc; }
  .section-form .lead a {
    color: #0f46c8; }
    .section-form .lead a:hover {
      color: #2963eb; }

.singleColumn .section-form {
  margin-bottom: 40px; }

.form-button {
  min-width: 300px;
  padding: 26px 20px;
  border: none;
  font-weight: bold; }

.radio label, .checkbox label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
  cursor: pointer; }

.radio input, .checkbox input {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal; }

.form-group {
  display: table;
  width: 100%;
  margin-bottom: 15px; }

.form-heading, .form-contents {
  display: table-cell;
  vertical-align: middle; }

.form-heading {
  font-weight: bold; }
  .form-heading .required {
    display: inline-block;
    position: absolute;
    top: 1.8em;
    right: 1.2em;
    height: 14px;
    padding: 0 5px;
    border: 1px solid #e23925;
    color: #e23925;
    font-weight: normal;
    font-size: 10px;
    font-size: 1rem;
    line-height: 12px; }

.form-contents .form-input {
  padding: 10px;
  border: none;
  height: 40px;
  line-height: 100%;
  background-color: #eee; }

.form-contents .form-textarea {
  padding: 10px;
  border: none;
  width: 100%;
  background-color: #eee; }

.form-contents .checkbox-inline,
.form-contents .radio-inline {
  display: inline-block;
  margin: 0 1em 0 0; }

.form-contents input[type=checkbox], .form-contents input[type=radio] {
  margin-right: 5px; }

.checkbox-inline label, .radio-inline label {
  cursor: pointer; }

.submit-container {
  margin-top: 20px;
  text-align: center; }
  .submit-container .form-button {
    color: #fff; }

/*
 ログイン
---------------------------------------- */
.section-member.member-login .page-title {
  width: 100%; }

/* ログインフォーム ---------- */
.form-login {
  margin: 0 auto;
  padding: 50px 0;
  width: 470px; }
  .form-login .form-heading {
    width: 120px; }
  .form-login .form-contents .form-input {
    width: 100%; }
  .form-login .submit-container .form-button {
    color: #fff;
    background-color: #000; }
    .form-login .submit-container .form-button:hover {
      color: #fff;
      text-decoration: none;
      background-color: #434343; }

/* ソーシャル連携ログイン ---------- */
.oauth-login {
  padding: 30px 0 50px 50px;
  border-left: 1px solid #ccc;
  width: 50%;
  display: table-cell; }
  .oauth-login-item {
    margin-top: 28px; }
    .oauth-login-item a {
      padding: 20px;
      display: block; }
      .oauth-login-item a:hover {
        text-decoration: none;
        opacity: 0.6; }
      .oauth-login-item a ::before {
        margin-right: 10px;
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        content: ""; }
  .oauth-login .login_fb a {
    border: 2px solid #3b5999;
    color: #3b5999; }
  .oauth-login .login_gplus a {
    border: 2px solid #dc4e41;
    color: #dc4e41; }
  .oauth-login .login_yahoo a {
    border: 2px solid #ff0031;
    color: #ff0031; }
  .oauth-login .login_fb a::before {
    background: url(/files/user/images/login/icon-fb.png?v=) no-repeat;
    background-size: 100%; }
  .oauth-login .login_gplus a::before {
    background: url(/files/user/images/login/icon-gplus.png?v=) no-repeat;
    background-size: 100%; }
  .oauth-login .login_yahoo a::before {
    background: url(/files/user/images/login/icon-yahoo.png?v=) no-repeat;
    background-size: 100%; }

/* パスワード再設定 / 新規会員登録 ---------- */
.parts-reminder-register {
  overflow: hidden;
  width: 750px;
  margin: 0 auto;
  border-top: 1px solid #ccc; }
  .parts-reminder-register .lead {
    width: auto;
    border-top: none; }
  .parts-reminder-register .reminder, .parts-reminder-register .register {
    padding-bottom: 15px;
    width: 50%;
    float: left;
    box-sizing: border-box; }
  .parts-reminder-register .reminder {
    padding-right: 50px; }
  .parts-reminder-register .register {
    padding-left: 50px;
    border-left: 1px solid #ccc; }
  .parts-reminder-register .btn {
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    width: 200px;
    height: 70px;
    line-height: 70px;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center; }
  .parts-reminder-register .reminder .btn {
    border: 2px solid #000;
    line-height: 66px; }
    .parts-reminder-register .reminder .btn:hover {
      border-color: #e23925;
      color: #e23925; }
  .parts-reminder-register .register .btn {
    border: none;
    color: #fff;
    background-color: #c42714; }
    .parts-reminder-register .register .btn:hover {
      color: #fff;
      text-decoration: none;
      background-color: #e23925; }

/*
 新規会員登録 / 登録情報変更
---------------------------------------- */
/* ステータスバー ---------- */
.status-bar {
  overflow: hidden; }
  .status-bar .step {
    width: 33.333%;
    padding: 20px 0;
    float: left;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative; }
    .status-bar .step span {
      color: #e23925;
      margin-right: 0.5em;
      font-size: 20px;
      vertical-align: middle;
      line-height: 1.1; }
    .status-bar .step::before {
      border: 40px solid transparent;
      border-left: 25px solid #fff;
      position: absolute;
      right: -55px;
      top: -12%;
      z-index: 10;
      content: ""; }
    .status-bar .step::after {
      border: 40px solid transparent;
      border-left: 25px solid #000;
      display: inline-block;
      position: absolute;
      right: -59px;
      top: -12%;
      z-index: 5;
      content: ""; }
    .status-bar .step:last-child::after {
      content: none; }
  .status-bar.bar-4 .step {
    width: 25%; }
  .status-bar .cur {
    background-color: #f5f5f5; }
    .status-bar .cur::before {
      border-left-color: #f5f5f5; }

/* フォーム ---------- */
.form-default {
  padding-top: 30px;
  border-top: 3px solid #eee;
  /* エラー項目 */ }
  .form-default a {
    color: #0f46c8; }
  .form-default .form-heading, .form-default .form-contents {
    padding: 1em 0;
    vertical-align: top; }
  .form-default .form-heading {
    border-right: 1px solid #ccc;
    width: 190px;
    position: relative; }
    .form-default .form-heading label {
      padding-right: 60px;
      width: 100%;
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem; }
  .form-default .form-contents {
    padding-left: 1.2em;
    position: relative;
    /* エラーテキスト */ }
    .form-default .form-contents .notes {
      margin-top: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
    .form-default .form-contents .zip-search {
      display: inline-block; }
    .form-default .form-contents .zip-search a {
      margin-left: 0.5em;
      padding: 10px 15px;
      display: block;
      color: #fff;
      text-decoration: none;
      background-color: #000; }
      .form-default .form-contents .zip-search a:hover {
        background-color: #434343; }
    .form-default .form-contents .error-text {
      position: absolute;
      top: -5px;
      margin: 0;
      font-size: 12px;
      font-size: 1.2rem;
      color: #e23925; }
  .form-default .input-col2 {
    float: left; }
  .form-default .name .input-col2 {
    width: 49%;
    line-height: 40px; }
    .form-default .name .input-col2:nth-child(2) {
      margin-left: 2%; }
  .form-default .name .input-col2 .form-input {
    float: right;
    width: 90%; }
  .form-default .name .error-text {
    top: -18px; }
  .form-default .form-input {
    width: 100%; }
    .form-default .form-input.name-w {
      width: 240px; }
    .form-default .form-input.zip1-w {
      width: 120px; }
    .form-default .form-input.zip2-w {
      width: 200px; }
  .form-default .form-textarea {
    max-width: 544px; }
  .form-default .input-error {
    border: 1px solid #e23925; }
  .form-default .hide_show {
    display: none; }
  .form-default .form-lower {
    margin-top: 30px;
    border-top: 3px solid #eee; }
    .form-default .form-lower .contents-agree {
      margin: 40px 0 20px; }
  .form-default .btn-submit {
    color: #fff;
    background-color: #c42714; }
    .form-default .btn-submit:hover {
      color: #fff;
      text-decoration: none;
      background-color: #e23925; }
  .form-default .btn-back {
    color: #fff;
    background-color: #000; }
    .form-default .btn-back:hover {
      color: #fff;
      text-decoration: none;
      background-color: #434343; }

.form-button.btn-submit.btn-open {
  background-color: #5dbb8b; }

.form-button.btn-submit.btn-open:hover {
  background-color: #60d498; }

.form-button.btn-submit.btn-close {
  background-color: #dcd312; }

.form-button.btn-submit.btn-close:hover {
  background-color: #d6ce1b; }

.form-default .btn-delete {
  color: #000;
  background-color: #eee; }

.form-default .btn-delete:hover {
  color: #000;
  background-color: #ddd; }

.section-form .thanks {
  border-top: 1px solid #ccc; }
  .section-form .thanks p {
    padding: 50px 0 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2; }
  .section-form .thanks .submit-container li {
    display: inline-block; }
    .section-form .thanks .submit-container li:first-child {
      margin-right: 10px; }
    .section-form .thanks .submit-container li a {
      display: block; }
  .section-form .thanks .submit-container .btn-login {
    color: #fff;
    background-color: #000; }
    .section-form .thanks .submit-container .btn-login:hover {
      color: #fff;
      text-decoration: none;
      background-color: #434343; }
  .section-form .thanks .submit-container .btn-top {
    color: #000;
    background-color: #eee; }
    .section-form .thanks .submit-container .btn-top:hover {
      color: #000;
      text-decoration: none;
      background-color: #e5e5e5; }
    .section-form .thanks .submit-container .btn-top:hover {
      color: #2963eb; }

/* エラーテキスト ---------- */
.error-message {
  margin-bottom: 25px;
  color: #e23925; }
  .error-message .error-title {
    margin-bottom: 10px;
    font-weight: bold; }
  .error-message .error-summary {
    padding-left: 20px; }
    .error-message .error-summary li {
      margin-top: 5px;
      list-style: disc outside; }

/* パスワード再設定 ---------- */
.section-form.reminder .page-title {
  width: auto;
  border: none; }

.section-form.reminder .btn-entry {
  margin-right: 20px;
  padding: 24px 0;
  border: 2px solid #0f46c8;
  width: 300px;
  display: inline-block;
  font-weight: bold;
  color: #0f46c8;
  text-decoration: none; }
  .section-form.reminder .btn-entry:hover {
    border-color: #2963eb;
    color: #2963eb; }

/* 記事編集 ---------- */
.section-form.-edit .page-title {
  width: auto;
  border-bottom: none; }

.section-form.-edit .form-input.time-w {
  width: 70px; }

.section-form.-edit .form-textarea {
  min-height: 120px; }

.section-form.-edit .hasDatepicker {
  margin-right: 20px; }

.section-form.-edit .submit-container {
  margin: 50px 0; }

.section-form.-edit .form-input-label input {
  display: none; }

.section-form.-edit .form-input-label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  cursor: pointer; }

.section-form.-edit .form-input-label:hover {
  background-color: #434343; }

.section-form.-edit .form-input-tmpFile a, .section-form.-edit .form-input-tmpFile img {
  display: block;
  margin-bottom: 20px; }

.section-form.-edit .form-input-tmpFile img {
  max-width: 100%; }

.submit-change-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }

.submit-change-container .form-button {
  min-width: auto;
  -ms-flex: 1;
  flex: 1; }

.submit-change-container .form-button:not(:last-child) {
  margin-right: 14px; }

/*
 記事作成
---------------------------------------- */
.form-contents .tagsinput span {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 5px;
  border: 1px solid #666;
  cursor: pointer; }

.form-contents .not_tag:hover {
  opacity: .4; }

.form-contents .tag {
  border-color: #e23925;
  color: #e23925; }

/*
 サイト内検索
================================================== */
.section-search {
  width: 750px;
  margin: 0 auto; }
  .section-search .gsc-input {
    font-size: 14px;
    font-size: 1.4rem; }
    .section-search .gsc-input-box {
      height: 30px; }
  .section-search .gsc-search-button {
    margin: 0;
    width: auto;
    height: 29px;
    vertical-align: middle; }
  .section-search .gsc-results .gs-title {
    height: 1.5em; }

/*
 静的ページ
---------------------------------------- */
.section-static {
  width: 750px;
  margin: 0 auto;
  line-height: 1.7; }
  .section-static .page-title {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc; }
  .section-static p {
    margin-bottom: 1em; }
  .section-static a {
    color: #0f46c8; }
    .section-static a:hover {
      color: #2963eb; }
  .section-static dt {
    margin-bottom: 0.5em; }
  .section-static dd, .section-static ol {
    margin-bottom: 2em;
    padding-left: 1em;
    line-height: 1.7; }
  .section-static ol {
    margin-top: 0.5em; }
    .section-static ol li {
      margin-top: 0.2em;
      line-height: 1.7;
      list-style: decimal outside; }

/*
 連載
---------------------------------------- */
.singleColumn {
  width: 1100px;
  margin: 0 auto; }

.singleColumn .page-title {
  width: 1100px; }

.section-serial .page-title {
  border-bottom: 1px solid #ccc; }

.serial__list {
  margin-top: 40px; }

.serial__item {
  float: left;
  width: 340px; }
  .serial__item:not(:nth-child(3n+1)) {
    margin-left: 40px; }
  .serial__item:nth-child(n+4) {
    margin-top: 60px; }

.serial__thumb {
  float: left;
  margin-right: 20px; }

.serial__thumb a {
  display: block; }

.serial__heading {
  font-weight: bold; }

.serial__item__lower {
  position: relative;
  padding-bottom: 60px; }

.serial__topics__list {
  margin-top: 20px; }

.serial__topics__item {
  display: table;
  width: 100%; }
  .serial__topics__item:not(:first-child) {
    margin-top: 10px; }

.serial__topics__category {
  display: table-cell;
  width: 64px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem; }
  .serial__topics__category span {
    display: inline-block;
    width: 100%;
    height: 20px;
    background-color: #000;
    text-align: center;
    line-height: 20px; }

.serial__topics__title {
  display: table-cell;
  padding-left: 14px;
  font-size: 12px;
  font-size: 1.2rem; }

.serial__topics__link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  letter-spacing: .1em; }
  .serial__topics__link .fa {
    margin-right: 10px; }
  .serial__topics__link:hover {
    text-decoration: none; }

.list__button__outer {
  margin: 60px 0;
  text-align: center; }

.list__button {
  display: inline-block;
  min-width: 250px;
  width: auto;
  height: 50px;
  border: 1px solid #000;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: .1em;
  padding: 0 15px; }
  .list__button .fa {
    margin-right: 10px; }
  .list__button:hover {
    border-color: #c42714;
    text-decoration: none; }

/* アーカイブ記事一覧 ---------- */
.topicsArchive__item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eee; }

.topicsArchive__title, .topicsArchive__period, .topicsSearch__title, .topicsSearch__mainColumn, .topicsSearch__subColumn {
  display: table-cell;
  padding: 20px 0;
  vertical-align: top; }

.topicsArchive__title {
  font-weight: bold; }

.topicsArchive__period {
  width: 280px;
  color: #999;
  text-align: right; }

/*
 メルマガ用記事検索
---------------------------------------- */
.magazine-search {
  margin-bottom: 50px; }

.magazine-search .page-title {
  margin-bottom: 30px; }

.magazine-search .form-default {
  padding-top: none;
  border-top: none; }

.magazine-search .form-heading {
  padding-top: 1.5em; }

.magazine-search .form-input {
  width: 46%; }

.magazine-search .form-control {
  padding: 10px; }

.magazine-search .form-button {
  color: #fff;
  background-color: #000; }

.magazine-search .form-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #434343; }

.magazine-search .submit-container {
  margin-bottom: 30px; }

.magazine-search .form-textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  min-height: 415px; }

/*
 Keyperson / インタビュー 一覧
---------------------------------------- */
.topicsPickup__item {
  float: left;
  width: 366px;
  border-top: 1px solid #ccc; }
  .topicsPickup__item:not(:nth-child(3n+1)) {
    border-left: 1px solid #ccc; }

.topicsPickup__inner {
  display: block;
  padding: 30px 33px; }
  .topicsPickup__inner:hover {
    text-decoration: none; }
  .topicsPickup__inner:hover .topicsPickup__title {
    text-decoration: underline; }

.topicsPickup__thumb {
  width: 300px;
  margin-bottom: 20px; }
  .topicsPickup__thumb img {
    max-width: 100%; }

.topicsPickup__title {
  margin-bottom: 10px;
  letter-spacing: .05em; }

.topicsPickup__info {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em; }

.topicsSearch {
  padding: 40px 0;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee; }
  .topicsSearch__heading {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .05em; }
  .topicsSearch__row {
    display: table;
    width: 100%;
    margin-top: 25px; }
  .topicsArchive__title, .topicsArchive__period, .topicsSearch__title, .topicsSearch__mainColumn, .topicsSearch__subColumn {
    display: table-cell;
    vertical-align: middle; }
  .topicsSearch__title {
    width: 200px;
    border-right: 1px solid #ccc;
    font-weight: bold; }
  .topicsSearch__mainColumn {
    padding-left: 30px; }
    .topicsSearch__mainColumn span {
      display: inline-block;
      margin-right: 30px; }
  .topicsSearch__textbox {
    float: left;
    width: 240px;
    height: 40px;
    padding: 10px;
    border: none;
    background-color: #eee;
    outline: none; }
  .topicsSearch__submit {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #000;
    color: #fff;
    cursor: pointer; }
    .topicsSearch__submit:hover {
      background-color: #c42714; }
    .topicsSearch__submit .fa {
      margin-right: 0; }
  .topicsSearch__kana li {
    float: left;
    color: #999; }
    .topicsSearch__kana li:not(:first-child) {
      margin-left: 28px; }
  .topicsSearch__pulldown {
    width: 180px;
    height: 40px;
    margin-right: 10px;
    border: none;
    background-color: #eee; }
  .topicsSearch__subColumn {
    width: 280px; }

.topicsBacknumber {
  margin: 50px 0; }
  .topicsBacknumber__heading {
    margin: 50px 0;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: .05em; }
  .topicsBacknumber__item {
    float: left;
    width: 340px; }
    .topicsBacknumber__item:nth-child(n+4) {
      margin-top: 40px; }
    .topicsBacknumber__item:not(:nth-child(3n+1)) {
      margin-left: 38px; }
  .topicsBacknumber__inner {
    display: block; }
    .topicsBacknumber__inner:hover {
      text-decoration: none; }
    .topicsBacknumber__inner:hover .topicsBacknumber__title {
      color: #c42714;
      text-decoration: underline; }
  .topicsBacknumber__thumb {
    float: left;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-right: 20px; }
    .topicsBacknumber__thumb a {
      display: block; }
    .topicsBacknumber__thumb img {
      width: 100%; }
  .topicsBacknumber__text {
    width: 170px;
    float: left; }
  .topicsBacknumber__title {
    margin-bottom: 10px; }
  .topicsBacknumber__info {
    color: #999;
    font-size: 12px;
    font-size: 1.2rem; }

/*
 広告ライブラリー 一覧
---------------------------------------- */
.libraryPickup__item {
  float: left;
  width: 275px;
  min-height: 400px;
  border-top: 1px solid #ccc; }

.libraryPickup__item:not(:nth-child(4n+1)) {
  border-left: 1px solid #ccc; }

.libraryPickup__inner {
  display: block;
  padding: 30px 33px; }

.libraryPickup__inner:hover {
  text-decoration: none; }

.libraryPickup__inner:hover .topicsPickup__title {
  text-decoration: underline; }

.libraryPickup__thumb {
  width: 205px;
  margin-bottom: 20px;
  text-align: center; }

.libraryPickup__thumb img {
  max-width: 100%; }

.libraryPickup__title {
  margin-bottom: 10px;
  letter-spacing: .05em; }

.libraryPickup__info {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em; }

/*
 解説
---------------------------------------- */
.explanation__list {
  margin-bottom: 60px;
  border-top: 1px solid #ccc; }

.explanation__item {
  float: left;
  width: 530px;
  padding-top: 40px; }
  .explanation__item:nth-child(2n) {
    margin-left: 40px; }

.explanation__inner {
  display: block; }

.explanation__thumb {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 20px; }
  .explanation__thumb img {
    max-width: 100%; }

.explanation__text {
  float: left;
  width: 360px; }

.explanation__date {
  margin-bottom: 15px;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1; }

.explanation__title {
  word-break: break-word; }

/* ページャ ---------- */
.pager {
  margin: 50px 0;
  text-align: center; }
  .pager__control, .pager__list {
    display: inline-block;
    vertical-align: top; }
  .pager__item {
    display: inline-block; }
    .pager__item:not(:first-child) {
      margin-left: 2px; }
    .pager__item a {
      display: block;
      width: 40px;
      height: 40px;
      border: 1px solid #000;
      text-align: center;
      line-height: 38px; }
  .pager__item .is-current {
    border-color: #c42714;
    background-color: #c42714;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem; }
  .pager__control li {
    float: left; }
    .pager__control li:first-child {
      margin-right: 1px; }
    .pager__control li a {
      width: 40px;
      height: 40px;
      display: block;
      background-color: #000;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 40px; }
    .pager__control li .fa {
      margin-right: 0; }
  .pager__prev__outer {
    margin-right: 20px; }
  .pager__next__outer {
    margin-left: 20px; }

/*
 週刊BCN
================================================== */
.page-title--main {
  display: inline-block;
  vertical-align: middle; }

.page-title--sub {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle; }

.weeklyContents .page-title {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc; }
  .weeklyContents .page-title--main {
    display: inline-block;
    vertical-align: middle; }
  .weeklyContents .page-title--sub {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle; }

.weeklyContents__backnumber__item {
  position: relative;
  float: left;
  width: 350px;
  margin-bottom: 60px; }
  .weeklyContents__backnumber__item:nth-child(2n) {
    margin-left: 40px; }

.weeklyContents__backnumber__inner {
  display: block; }

.weeklyContents__backnumber__cover {
  float: left;
  width: 135px;
  margin-right: 20px; }
  .weeklyContents__backnumber__cover img {
    width: 100%; }

.weeklyContents__backnumber__info {
  float: left;
  width: 195px; }

.weeklyContents__backnumber__title {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .1em; }

.weeklyContents__backnumber__feature {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem; }

.weeklyContents__backnumber__button {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 195px;
  height: 40px;
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  letter-spacing: .1em; }

.weeklyContents .topicsSearch__row {
  margin-top: 0;
  padding-top: 40px;
  border-top: 3px solid #eee; }

.weeklyContents .topicsSearch__title {
  padding: 0; }

.weeklyContents .topicsSearch__mainColumn {
  padding: 0 0 0 30px; }

.weeklyContents .topicsSearch__pulldown {
  width: 160px;
  font-size: 13px;
  font-size: 1.3rem; }

.weeklyContents__heading {
  margin-bottom: 40px; }

.weeklyContents__cover {
  float: left;
  margin-right: 40px; }

.weeklyContents__new {
  display: inline-block;
  width: 70px;
  height: 30px;
  margin-bottom: 10px;
  background-color: #c42714;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 30px;
  letter-spacing: .1em; }

.weeklyContents__title {
  margin-bottom: 40px;
  font-weight: bold; }
  .weeklyContents__title span {
    display: block;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: .1em; }

.weeklyContents__feature__category {
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 10px;
  background-color: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: .1em; }

.weeklyContents .-news-ad-list {
  margin: 40px 0;
  font-size: 12px;
  font-size: 1.2rem; }

.weeklyContents .topicsList__news__item:not(:first-child) {
  margin-top: 5px; }

.weeklyContents .topicsList__news__date {
  width: 35px; }

.weeklyContents .news-item {
  padding-top: 20px; }
  .weeklyContents .news-item:first-child {
    border-top: 1px solid #ccc; }
  .weeklyContents .news-item:last-child {
    border-bottom: 1px solid #ccc; }

.weeklyContents .topics-category {
  display: inline-block;
  width: auto;
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
  vertical-align: top; }

.weeklyContents .topics-project {
  display: inline-block;
  margin: 0 0 8px 10px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle; }

.weeklyContents .news-item-body .topics-title, .weeklyContents .news-item-thumb .topics-title {
  padding-bottom: 20px;
  color: #999;
  font-weight: normal; }
  .weeklyContents .news-item-body .topics-title a, .weeklyContents .news-item-thumb .topics-title a {
    font-weight: bold; }

/*
 +BizConnect
---------------------------------------- */
.connect__list {
  margin: 0 0 80px; }

.connect__item {
  width: 330px;
  height: 280px;
  float: left;
  background-color: #eee;
  color: #ccc;
  text-align: center; }
  .connect__item:not(:first-child) {
    margin-left: 55px; }

.connect__item__inner {
  display: block; }
  .connect__item__inner .connect__thumb {
    opacity: 1; }

.connect__thumb {
  opacity: .4; }

.connect__title {
  font-weight: bold;
  line-height: 80px;
  letter-spacing: .1em; }

.announcementArea {
  margin: 80px 0;
  text-align: center; }
  .announcementArea__item:not(:first-child) {
    margin-top: 20px; }
  .announcementArea__item a {
    display: inline-block; }

/*
 セミナー・イベント情報　一覧
---------------------------------------- */
.page-title.-seminar {
  width: 1100px; }

.-seminar.topicsSearch {
  width: 1100px;
  margin: 0 auto 40px;
  padding: 30px 0; }
  .-seminar.topicsSearch .radio-inline {
    display: inline-block;
    position: relative;
    margin: 0 36px 5px 0; }
    .-seminar.topicsSearch .radio-inline:not(:last-child)::after {
      position: absolute;
      top: 50%;
      right: -18px;
      transform: translate(0, -50%);
      width: 1px;
      height: 14px;
      background-color: #ccc;
      content: ""; }
    .-seminar.topicsSearch .radio-inline input[type="radio"]:checked + label {
      color: #c42714; }
      .-seminar.topicsSearch .radio-inline input[type="radio"]:checked + label::after {
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #c42714;
        content: ""; }
  .-seminar.topicsSearch .radio-inline input {
    position: fixed;
    top: 100%; }

.-seminar .topicsSearch__inner {
  position: relative; }

.-seminar .topicsSearch__row {
  margin-top: 17px; }
  .-seminar .topicsSearch__row:first-child {
    margin-top: 0; }

.-seminar .topicsSearch__title {
  padding: 10px 0; }

.-seminar .topicsSearch__mainColumn {
  padding: 10px 0 10px 30px; }

.-seminar .topicsSearch__submit, .-seminar .topicsSearch__reset {
  position: absolute;
  bottom: 0;
  width: 220px;
  height: 80px;
  border: 1px solid;
  background-color: transparent;
  font-weight: bold;
  letter-spacing: .1em;
  outline: none;
  cursor: pointer; }
  .-seminar .topicsSearch__submit:hover, .-seminar .topicsSearch__reset:hover {
    color: #fff; }
  .-seminar .topicsSearch__submit .fa, .-seminar .topicsSearch__reset .fa {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1.6rem; }

.-seminar .topicsSearch__submit {
  right: 0;
  border-color: #c42714;
  color: #c42714; }
  .-seminar .topicsSearch__submit:hover {
    background-color: #c42714; }

.-seminar .topicsSearch__reset {
  right: 230px;
  border-color: #000;
  color: #000; }
  .-seminar .topicsSearch__reset:hover {
    background-color: #000; }

.-seminar .topicsSearch__textbox {
  width: 260px; }

.pickupSeminar__heading {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .05em; }

.pickupSeminar__item {
  padding: 30px 0;
  border-bottom: 1px solid #eee; }
  .pickupSeminar__item:last-child {
    border-color: #ccc; }

.pickupSeminar__title {
  margin-bottom: 20px;
  font-weight: bold; }

.pickupSeminar__row {
  margin-top: 10px; }

.pickupSeminar__icon {
  float: left;
  width: 45px;
  height: 20px;
  margin: 2px 13px 0 0;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 20px; }

.pickupSeminar__body {
  float: left;
  width: 690px; }

.pickupSeminar__button {
  margin-top: 20px; }
  .pickupSeminar__button a {
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 1px solid #000;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    letter-spacing: .1em; }
    .pickupSeminar__button a:hover {
      border-color: #c42714;
      text-decoration: none; }

.pickupSeminar + .seminarList {
  margin-top: 60px; }

.seminarList__table.pressList__table th:last-of-type {
  width: 50% !important; }

.pickupSeminar__icon.pickupPress {
  width: 65px; }

.pickupSeminar__body.pickupPress {
  width: 670px; }

/* セミナー　詳細 ---------- */
.seminarArticle__info {
  border-bottom: 1px solid #ccc; }

.seminarArticle__category {
  display: inline-block;
  height: 24px;
  padding: 0 15px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px; }

.seminarArticle__title {
  margin-bottom: 26px;
  padding: 32px 0;
  border-bottom: 3px solid #000;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem; }

.seminarArticle__table {
  width: 100%; }

.seminarArticle__table th, .seminarArticle__table td {
  padding: 10px 0; }

.seminarArticle__table th {
  width: 150px;
  padding-right: 20px;
  text-align: left;
  vertical-align: top; }

.seminarArticle__table td img {
  max-width: 100%;
  padding-top: 10px; }

.seminarArticle + .seminarList {
  margin-top: 80px; }

.seminarList .recommend-title {
  margin-bottom: 30px; }

.seminarList__table {
  width: 100%;
  border-collapse: collapse; }

.seminarList__table th, .seminarList__table td {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem; }
  .seminarList__table th:not(:first-child), .seminarList__table td:not(:first-child) {
    border-left: 1px solid; }

.seminarList__table th {
  border-color: #fff;
  background-color: #000;
  color: #fff; }
  .seminarList__table th:nth-child(1) {
    width: 128px; }
  .seminarList__table th:nth-child(2) {
    width: 118px; }
  .seminarList__table th:nth-child(3) {
    width: 84px; }
  .seminarList__table th:nth-child(4) {
    width: 58px; }

.seminarList__table tr:nth-child(2n-1) td {
  background-color: #eee; }

.seminarList__table td:not(:first-child) {
  border-color: #ccc; }

.seminarList__table td .detailLink {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  border: 1px solid #000;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: baseline; }

.seminarList__table td a:hover .detailLink {
  border-color: #c42714;
  color: #c42714;
  text-decoration: none; }

.seminarSide {
  position: relative;
  margin-bottom: 20px;
  padding: 60px 30px 30px;
  border: 6px solid #eee; }
  .seminarSide__heading {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -6px;
    min-width: 100px;
    height: 40px;
    padding: 0 10px;
    background-color: #000;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    line-height: 40px;
    letter-spacing: .1em; }
  .seminarSide__title {
    font-weight: bold;
    margin-bottom: 20px; }
  .seminarSide__summary {
    font-size: 12px;
    font-size: 1.2rem; }
  .seminarSide__registration {
    margin: 20px 0 10px;
    text-align: center; }
    .seminarSide__registration a {
      display: block;
      padding: 18px 0;
      border: 1px solid #000;
      font-weight: bold;
      line-height: 1.3; }
      .seminarSide__registration a:hover {
        border-color: #c42714;
        color: #c42714;
        text-decoration: none; }
  .seminarSide__entry {
    text-align: center; }
  .seminarSide.-search {
    background-color: #eee; }
  .seminarSide__searchTable {
    width: 100%;
    border-collapse: collapse;
    text-align: left; }
  .seminarSide__searchTable th, .seminarSide__searchTable td {
    padding-bottom: 8px; }
  .seminarSide__searchTable th {
    width: 50px;
    font-size: 12px;
    font-size: 1.2rem; }
  .seminarSide__pulldown {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #fff; }
  .seminarSide__radio {
    display: inline-block; }
    .seminarSide__radio:first-child {
      margin-right: 20px; }
    .seminarSide__radio input {
      margin-right: 5px; }
  .seminarSide__textbox {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: none; }
  .seminarSide__button {
    margin-top: 15px; }
    .seminarSide__button button {
      display: block;
      width: 100%;
      padding: 10px 0;
      border: 1px solid #000;
      background-color: transparent;
      font-weight: bold;
      text-align: center;
      cursor: pointer; }
      .seminarSide__button button:hover {
        border-color: #c42714;
        color: #c42714; }
    .seminarSide__button .fa {
      font-size: 16px;
      font-size: 1.6rem; }

.areaContents {
  margin-bottom: 80px; }
  .areaContents__map {
    float: left;
    width: 640px;
    height: 640px;
    margin-right: 60px;
    position: relative;
    overflow: hidden; }
  .areaContents__newsList {
    float: left;
    width: 400px; }
  .areaContents__block {
    margin-bottom: 30px; }
  .areaContents__heading {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    letter-spacing: 0.05em; }
  .areaContents__item {
    margin-top: 10px; }
  .areaContents__icon {
    display: inline-block;
    height: 20px;
    padding: 0 20px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px; }
  .areaContents__date {
    display: inline-block;
    margin-left: 15px;
    color: #999;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem; }
  .areaContents__title {
    margin-top: 5px; }
  .topicsList__item.-area_detail_map {
    overflow: hidden;
    height: 360px; }

.pressSide {
  padding: 60px 15px 30px; }

.pressSide th {
  width: 70px; }

.specialContents__map {
  width: 640px;
  height: 640px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

/* page _asia
* 中国・アジア
---------------------------------------- */
.areaAsia__hero {
  margin-bottom: 40px; }

.areaAsia__hero__title {
  margin: 0;
  padding-bottom: 32px; }

.areaAsia__heading {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 4px solid #000;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em; }

.areaAsia__news__item:first-child {
  padding-top: 0; }

.areaAsia__date {
  display: inline-block;
  margin-left: 10px; }

.areaAsia__button {
  margin-top: 15px; }

.areaAsia__closeup__list {
  letter-spacing: -.5em; }

.areaAsia__closeup__item {
  display: inline-block;
  position: relative;
  width: 350px;
  padding-bottom: 60px;
  letter-spacing: 0;
  vertical-align: top; }
  .areaAsia__closeup__item:nth-child(2n) {
    margin-left: 50px; }
  .areaAsia__closeup__item:nth-child(n+3) {
    margin-top: 60px; }

.areaAsia__closeup__title {
  height: 40px;
  margin-bottom: 20px;
  padding: 0 12px;
  background-color: #000;
  color: #fff;
  line-height: 40px; }

.areaAsia__closeup__tag__item {
  margin-bottom: 10px; }

.areaAsia__closeup__tag__button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  letter-spacing: .1em; }
  .areaAsia__closeup__tag__button:hover {
    text-decoration: none; }

.areaAsia__supported {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000; }

.areaAsia__supported__title {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center; }
  .areaAsia__supported__title::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background-color: #000;
    content: ""; }

.areaAsia__supported__title__inner {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff; }

.areaAsia__supported__list {
  letter-spacing: -.5em; }

.areaAsia__supported__item {
  display: inline-block;
  width: 50%;
  letter-spacing: 0;
  text-align: center; }
  .areaAsia__supported__item:nth-child(n+3) {
    margin-top: 5px; }

.areaAsia__supported__link {
  display: inline-block; }

.areaAsia__banner {
  margin: 20px 0; }

.areaAsia__banner__link {
  display: inline-block; }

.areaAsia__bcn {
  padding: 20px;
  border: 1px solid #000; }

.areaAsia__bcn__heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .1em; }

.areaAsia__bcn__photo__outer {
  display: block;
  margin: 20px 0;
  letter-spacing: -.5em; }

.areaAsia__bcn__photo {
  display: inline-block;
  width: 105px;
  margin-right: 20px;
  letter-spacing: 0;
  vertical-align: top; }

.areaAsia__bcn__title {
  display: inline-block;
  width: 133px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  vertical-align: top; }

.areaAsia__bcn__summary {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .05em; }

.areaAsia__bcn__button__outer {
  margin: 20px 0 0; }

.areaAsia__bcn__button {
  height: 40px;
  line-height: 38px; }

/*
 STOCK MARKET
---------------------------------------- */
.stockmarket .page-title {
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc; }

.stockmarket__heading {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 4px solid #000;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em; }

.stockmarket__title__outer {
  margin: 35px 0 40px; }

.stockmarket__title {
  float: left;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .05em; }

.stockmarket__date {
  float: right;
  margin-top: 8px;
  color: #999;
  font-weight: bold;
  letter-spacing: .05em; }

.stockmarket__about {
  display: table;
  width: 100%;
  margin-bottom: 40px; }

.stockmarket__about__title {
  display: table-cell;
  width: 120px;
  font-weight: bold; }

.stockmarket__about__summary {
  display: table-cell;
  width: 630px;
  vertical-align: top;
  line-height: 2; }

.stockmarket__rank {
  width: 100%;
  margin: 40px 0 30px;
  border-collapse: collapse; }
  .stockmarket__rank th, .stockmarket__rank td {
    padding: 15px;
    font-size: 12px;
    font-size: 1.2rem; }
    .stockmarket__rank th:not(:first-child), .stockmarket__rank td:not(:first-child) {
      border-left: 1px solid #ccc; }
  .stockmarket__rank th {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    .stockmarket__rank th:nth-child(1) {
      width: 58px; }
    .stockmarket__rank th:nth-child(2) {
      width: 67px; }
    .stockmarket__rank th:nth-child(3) {
      width: 62px; }
    .stockmarket__rank th:nth-child(4) {
      width: 163px; }
    .stockmarket__rank th:nth-child(5) {
      width: 128px; }
    .stockmarket__rank th:nth-child(6) {
      width: 91px; }
    .stockmarket__rank th:nth-child(7) {
      width: 91px; }
    .stockmarket__rank th:nth-child(8) {
      width: 91px; }
  .stockmarket__rank td {
    text-align: center; }
    .stockmarket__rank td:nth-child(1) {
      color: #c42714;
      font-weight: bold; }
    .stockmarket__rank td:nth-child(4) {
      text-align: left; }
    .stockmarket__rank td:nth-child(n+5) {
      text-align: right; }
  .stockmarket__rank tr:nth-child(2n-1) td {
    background-color: #eee; }
  .stockmarket__rank__link {
    margin-bottom: 80px; }
  .stockmarket__rank__link__title {
    float: left;
    width: 210px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    font-weight: bold;
    text-align: center; }
  .stockmarket__rank__link__list {
    float: right;
    width: 512px; }
  .stockmarket__rank__link__item {
    position: relative;
    float: left;
    width: 132px;
    margin-bottom: 5px;
    padding-left: 20px; }
    .stockmarket__rank__link__item:nth-child(4) {
      width: 114px; }
    .stockmarket__rank__link__item:not(:nth-child(4n+1))::before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      width: 1px;
      height: 15px;
      background-color: #ccc;
      content: ""; }

.stockmarket__scope {
  margin-bottom: 80px; }
  .stockmarket__scope__title {
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: .05em; }
  .stockmarket__scope__info {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee; }
  .stockmarket__scope__subtitle {
    margin: 30px 0 25px;
    font-weight: bold; }
  .stockmarket__scope__summary {
    line-height: 2; }
  .stockmarket__scope__button {
    margin-top: 40px;
    text-align: center; }
    .stockmarket__scope__button a {
      display: inline-block;
      width: 220px;
      height: 50px;
      border: 1px solid #000;
      font-weight: bold;
      line-height: 48px;
      letter-spacing: .1em; }
      .stockmarket__scope__button a:hover {
        border-color: #c42714;
        color: #c42714;
        text-decoration: none; }
    .stockmarket__scope__button .fa {
      margin-right: 10px; }

.stockmarket__chart {
  margin: 80px 0 0; }
  .stockmarket__chart__graph {
    margin: 40px 0;
    text-align: center; }
  .stockmarket__chart__summary {
    line-height: 2; }

/*
 週刊BCNとは　css移植
---------------------------------------- */
.articleHeader {
  width: 667px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 0 1px; }

.aboutWbcn .articleHeader .thumb {
  float: right; }

.articleHeader .date {
  width: 300px;
  text-align: left;
  line-height: 25px;
  font-weight: 700;
  color: #474747;
  float: left; }

.articleHeader .category {
  float: left;
  padding: 0 0 0 14px; }

.articleHeader .publishDate {
  text-align: right;
  color: #061a3b;
  float: right;
  padding: 0 14px 0 0; }

.articleHeader table {
  width: 640px;
  margin: 0 0 0 14px; }

.articleHeader .articleTitle {
  width: 640px;
  clear: both;
  margin: 6px auto 0; }

.articleHeader h1 {
  width: 620px;
  background: transparent url(/files/user/images/about/line_news_title.gif?v=1480649847) 0 100% no-repeat;
  color: #19325a;
  clear: both;
  margin: 0 auto 20px;
  padding: 15px 10px 13px; }

.articleHeader h1 .mainTitle {
  font-size: 200%;
  font-weight: 700; }

.articleHeader h1 .subTitle {
  font-size: 150%;
  font-weight: 700;
  color: #c62500;
  padding: 5px 0 0; }

.articleHeader h1 span.resultInline {
  display: inline;
  font-size: 75%; }

.articleHeader .annotation {
  clear: both;
  font-size: 85%; }

.aboutWbcn p {
  margin: 0; }

.aboutWbcn .articleHeader {
  width: 640px;
  margin: 0 auto 15px;
  padding: 20px 0 0; }

.aboutWbcn .articleHeader h1 {
  width: 405px;
  float: left;
  clear: none;
  margin: 0 0 15px;
  padding: 9px 10px 13px; }

.aboutWbcn .articleHeader .catch {
  width: 425px;
  float: left;
  line-height: 1.5;
  margin: 0 0 15px; }

.aboutWbcn .articleHeader .catch p {
  text-indent: 1em;
  font-size: 116%; }

.aboutWbcn .articleHeader .btn {
  width: 411px;
  text-align: center;
  float: left;
  margin: 0 0 7px; }

.aboutWbcn .articleHeader .annotation {
  clear: both;
  font-size: 85%; }

.aboutWbcn .section p {
  text-indent: 1em;
  font-size: 116%;
  margin: 0 0 15px; }

.aboutWbcn .section p.noIndent {
  text-indent: 0; }

.aboutWbcn .section .imageR {
  float: right;
  margin: 0 0 5px 15px; }

.aboutWbcn .section .imageC {
  text-align: center; }

.aboutWbcn .section .imageC p,
.aboutWbcn .section .imageR p {
  text-indent: 0;
  margin: 0; }

.aboutWbcn .section .mediumData {
  border-collapse: collapse;
  border-bottom: 1px solid #ececec; }

.aboutWbcn .section .mediumData td,
.aboutWbcn .section .mediumData th {
  text-align: left;
  vertical-align: top;
  padding: 4px 8px; }

.aboutWbcn .section .mediumData th {
  width: 100px;
  font-weight: 700; }

.aboutWbcn .section .mediumData td {
  width: 512px; }

.aboutWbcn .section .mediumData .odd td,
.aboutWbcn .section .mediumData .odd th {
  background: #efefef; }

.aboutWbcn .section address {
  line-height: 2; }

.aboutWbcn .section .tel {
  line-height: 2;
  margin: 0; }

/*
 +BizSpecial
---------------------------------------- */
.sponsorLink {
  margin-top: 40px; }

.sponsorLink__item {
  float: left;
  width: 330px; }
  .sponsorLink__item:nth-child(n+4) {
    margin-top: 40px; }
  .sponsorLink__item:not(:nth-child(3n)) {
    margin-right: 55px; }

.sponsorLink a {
  display: block; }

.sponsorLink img {
  max-width: 100%; }

.sponsorDetail__header {
  width: 100%;
  overflow: hidden; }

.sponsorDetail__heading {
  height: 160px;
  border-top: solid 1px #ccc;
  position: relative; }
  .sponsorDetail__heading .sponsorDetail__cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.sponsorDetail {
  width: 1100px;
  margin: 0 auto; }
  .sponsorDetail__title {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 40px; }
  .sponsorDetail__info {
    margin: 25px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem; }
  .sponsorDetail__logo {
    display: inline-block;
    height: 75px;
    vertical-align: middle; }
  .sponsorDetail__body {
    width: 750px;
    float: left;
    overflow: hidden;
    word-break: normal; }
    .sponsorDetail__body .mainContent {
      margin-bottom: 50px;
      overflow: hidden;
      clear: both; }
      .sponsorDetail__body .mainContent a {
        display: block; }
      .sponsorDetail__body .mainContent__heading {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px; }
      .sponsorDetail__body .mainContent__thumbnail {
        width: 400px;
        height: 230px;
        margin-right: 30px;
        float: left; }
        .sponsorDetail__body .mainContent__thumbnail img {
          width: 100%; }
      .sponsorDetail__body .mainContent__inner {
        width: 320px;
        float: left; }
      .sponsorDetail__body .mainContent__title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 30px; }
      .sponsorDetail__body .mainContent__summary {
        font-size: 14px;
        font-size: 1.4rem; }
    .sponsorDetail__body .subContent {
      overflow: hidden;
      margin-bottom: 20px; }
      .sponsorDetail__body .subContent__heading {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 15px; }
      .sponsorDetail__body .subContent__item {
        width: 230px;
        float: left;
        margin-bottom: 30px; }
        .sponsorDetail__body .subContent__item a {
          display: block; }
        .sponsorDetail__body .subContent__item:not(:nth-child(3n)) {
          margin-right: 25px; }
      .sponsorDetail__body .subContent__thumbnail {
        margin-bottom: 10px; }
        .sponsorDetail__body .subContent__thumbnail img {
          width: 100%; }
      .sponsorDetail__body .subContent__title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
    .sponsorDetail__body .sponsorIntro {
      overflow: hidden; }
      .sponsorDetail__body .sponsorIntro__item {
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .sponsorDetail__body .sponsorIntro__item:first-child {
          border-top: solid 1px #ccc;
          padding-top: 20px; }
        .sponsorDetail__body .sponsorIntro__item:not(:last-child) {
          border-bottom: solid 1px #ccc; }
        .sponsorDetail__body .sponsorIntro__item__inner {
          width: 540px;
          float: left; }
      .sponsorDetail__body .sponsorIntro__category {
        display: inline-block;
        line-height: 1;
        font-size: 11px;
        font-size: 1.1rem;
        background-color: #000;
        color: #fff;
        padding: 5px 20px;
        margin-bottom: 5px; }
      .sponsorDetail__body .sponsorIntro__title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
      .sponsorDetail__body .sponsorIntro__thumbnail {
        width: 180px;
        height: 120px;
        float: right; }
        .sponsorDetail__body .sponsorIntro__thumbnail img {
          width: 100%; }

.sponsorSide {
  width: 300px;
  float: right; }
  .sponsorSideBlock {
    position: relative;
    border: solid 6px #eee;
    margin-bottom: 20px; }
    .sponsorSideBlock__list {
      padding: 60px 20px 20px; }
    .sponsorSideBlock__heading {
      position: absolute;
      top: -6px;
      left: -6px;
      background-color: #000;
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      display: inline-block;
      padding: 13px 20px; }
    .sponsorSideBlock__item {
      overflow: hidden; }
      .sponsorSideBlock__item:not(:last-child) {
        margin-bottom: 20px; }
      .sponsorSideBlock__item__inner {
        width: 130px;
        float: left; }
      .sponsorSideBlock__item.none-thumbnail .sponsorSideBlock__item__inner {
        width: 100%; }
    .sponsorSideBlock__title {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold; }
    .sponsorSideBlock__summary {
      font-size: 11px;
      font-size: 1.1rem; }
    .sponsorSideBlock__thumbnail {
      width: 110px;
      height: auto;
      float: right; }
      .sponsorSideBlock__thumbnail img {
        width: 100%; }
    .sponsorSideBlock__moreLink {
      padding: 0 20px 20px; }

.specialList {
  width: 100%;
  overflow: hidden; }
  .specialList__heading {
    margin: 50px 0;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    border-top: solid 2px #eee;
    border-bottom: solid 1px #ccc;
    line-height: 1;
    padding: 35px 0; }
  .specialList__item {
    float: left;
    width: 340px;
    height: 160px; }
    .specialList__item:nth-child(n+4) {
      margin-top: 40px; }
    .specialList__item:not(:nth-child(3n+1)) {
      margin-left: 38px; }
  .specialList__inner {
    display: block; }
    .specialList__inner:hover {
      text-decoration: none; }
    .specialList__inner:hover .topicsBacknumber__title {
      color: #c42714;
      text-decoration: underline; }
  .specialList__thumb {
    float: left;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-right: 20px; }
    .specialList__thumb a {
      display: block; }
    .specialList__thumb img {
      width: 100%; }
  .specialList__text {
    width: 170px;
    float: left; }
  .specialList__title {
    margin-bottom: 10px; }
  .specialList__date {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem; }
  .specialList__category {
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    font-size: 1rem;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 5px; }
  .specialList__info {
    font-size: 12px;
    font-size: 1.2rem; }

/*
 +BizSpecial
---------------------------------------- */
.sponsorLink {
  margin-top: 40px; }

.sponsorLink__item {
  float: left;
  width: 330px; }
  .sponsorLink__item:nth-child(n+4) {
    margin-top: 40px; }
  .sponsorLink__item:not(:nth-child(3n)) {
    margin-right: 55px; }

.sponsorLink a {
  display: block; }

.sponsorLink img {
  max-width: 100%; }

.sponsorDetail__header {
  width: 100%;
  overflow: hidden; }

.sponsorDetail__heading {
  height: 160px;
  border-top: solid 1px #ccc;
  position: relative; }
  .sponsorDetail__heading .sponsorDetail__cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.sponsorDetail {
  width: 1100px;
  margin: 0 auto; }
  .sponsorDetail__title {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 40px; }
  .sponsorDetail__info {
    margin: 25px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem; }
  .sponsorDetail__logo {
    display: inline-block;
    height: 75px;
    vertical-align: middle; }
  .sponsorDetail__body {
    width: 750px;
    float: left;
    overflow: hidden;
    word-break: normal; }
    .sponsorDetail__body .mainContent {
      margin-bottom: 50px;
      overflow: hidden;
      clear: both; }
      .sponsorDetail__body .mainContent a {
        display: block; }
      .sponsorDetail__body .mainContent__heading {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px; }
      .sponsorDetail__body .mainContent__thumbnail {
        width: 400px;
        height: 230px;
        margin-right: 30px;
        float: left; }
        .sponsorDetail__body .mainContent__thumbnail img {
          width: 100%; }
      .sponsorDetail__body .mainContent__inner {
        width: 320px;
        float: left; }
      .sponsorDetail__body .mainContent__title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 30px; }
      .sponsorDetail__body .mainContent__summary {
        font-size: 14px;
        font-size: 1.4rem; }
    .sponsorDetail__body .subContent {
      overflow: hidden;
      margin-bottom: 20px; }
      .sponsorDetail__body .subContent__heading {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 15px; }
      .sponsorDetail__body .subContent__item {
        width: 230px;
        float: left;
        margin-bottom: 30px; }
        .sponsorDetail__body .subContent__item a {
          display: block; }
        .sponsorDetail__body .subContent__item:not(:nth-child(3n)) {
          margin-right: 25px; }
      .sponsorDetail__body .subContent__thumbnail {
        margin-bottom: 10px; }
        .sponsorDetail__body .subContent__thumbnail img {
          width: 100%; }
      .sponsorDetail__body .subContent__title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
    .sponsorDetail__body .sponsorIntro {
      overflow: hidden; }
      .sponsorDetail__body .sponsorIntro__item {
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .sponsorDetail__body .sponsorIntro__item:first-child {
          border-top: solid 1px #ccc;
          padding-top: 20px; }
        .sponsorDetail__body .sponsorIntro__item:not(:last-child) {
          border-bottom: solid 1px #ccc; }
        .sponsorDetail__body .sponsorIntro__item__inner {
          width: 540px;
          float: left; }
      .sponsorDetail__body .sponsorIntro__category {
        display: inline-block;
        line-height: 1;
        font-size: 11px;
        font-size: 1.1rem;
        background-color: #000;
        color: #fff;
        padding: 5px 20px;
        margin-bottom: 5px; }
      .sponsorDetail__body .sponsorIntro__title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
      .sponsorDetail__body .sponsorIntro__thumbnail {
        width: 180px;
        height: 120px;
        float: right; }
        .sponsorDetail__body .sponsorIntro__thumbnail img {
          width: 100%; }

.sponsorSide {
  width: 300px;
  float: right; }
  .sponsorSideBlock {
    position: relative;
    border: solid 6px #eee;
    margin-bottom: 20px; }
    .sponsorSideBlock__list {
      padding: 60px 20px 20px; }
    .sponsorSideBlock__heading {
      position: absolute;
      top: -6px;
      left: -6px;
      background-color: #000;
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      display: inline-block;
      padding: 13px 20px; }
    .sponsorSideBlock__item {
      overflow: hidden; }
      .sponsorSideBlock__item:not(:last-child) {
        margin-bottom: 20px; }
      .sponsorSideBlock__item__inner {
        width: 130px;
        float: left; }
      .sponsorSideBlock__item.none-thumbnail .sponsorSideBlock__item__inner {
        width: 100%; }
    .sponsorSideBlock__title {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold; }
    .sponsorSideBlock__summary {
      font-size: 11px;
      font-size: 1.1rem; }
    .sponsorSideBlock__thumbnail {
      width: 110px;
      height: auto;
      float: right; }
      .sponsorSideBlock__thumbnail img {
        width: 100%; }
    .sponsorSideBlock__moreLink {
      padding: 0 20px 20px; }

.specialList {
  width: 100%;
  overflow: hidden; }
  .specialList__heading {
    margin: 50px 0;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    border-top: solid 2px #eee;
    border-bottom: solid 1px #ccc;
    line-height: 1;
    padding: 35px 0; }
  .specialList__item {
    float: left;
    width: 340px;
    height: 160px; }
    .specialList__item:nth-child(n+4) {
      margin-top: 40px; }
    .specialList__item:not(:nth-child(3n+1)) {
      margin-left: 38px; }
  .specialList__inner {
    display: block; }
    .specialList__inner:hover {
      text-decoration: none; }
    .specialList__inner:hover .topicsBacknumber__title {
      color: #c42714;
      text-decoration: underline; }
  .specialList__thumb {
    float: left;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-right: 20px; }
    .specialList__thumb a {
      display: block; }
    .specialList__thumb img {
      width: 100%; }
  .specialList__text {
    width: 170px;
    float: left; }
  .specialList__title {
    margin-bottom: 10px; }
  .specialList__date {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem; }
  .specialList__category {
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    font-size: 1rem;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 5px; }
  .specialList__info {
    font-size: 12px;
    font-size: 1.2rem; }

/*
 記事検索
================================================== */
.p-search {
  line-height: 1.5; }
  .p-search__form {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
  .p-search__input {
    width: 90%;
    height: 36px;
    padding: 4px;
    border: solid 1px #d0d0d0;
    border-radius: 3px; }
  .p-search__button {
    width: 8%;
    height: 36px;
    margin-left: 2%;
    padding: 4px;
    border: solid 1px #d0d0d0;
    border-radius: 3px;
    background-color: #000000;
    color: #8b8b8b;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1; }
  .p-search__select {
    display: inline-block;
    border: solid 1px #d0d0d0; }
    .p-search__select__outer {
      text-align: right; }
    .p-search__select__text {
      display: inline-block;
      margin: 0 5px 0 0; }
  .p-search__list {
    margin-top: 30px; }
    .p-search__list li + li {
      margin-top: 60px; }
    .p-search__list__contents {
      display: -ms-flexbox;
      display: flex; }
    .p-search__list__left {
      width: 26%; }
    .p-search__list__right {
      width: 71%;
      margin-left: 3%; }
    .p-search__list__title {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 15px; }
      .p-search__list__title a {
        color: #0f46c8; }
    .p-search__list__text {
      margin: 5px 0; }
      .p-search__list__text:first-child {
        margin-top: 0; }
    .p-search__list__url {
      font-size: 13px;
      font-size: 1.3rem;
      color: #d31010;
      margin: 5px 0; }
      .p-search__list__url:first-child {
        margin-top: 0; }
      .p-search__list__url a {
        color: #d31010; }
    .p-search__list__image {
      width: 100%;
      height: auto; }
    .p-search__list__button {
      display: inline-block;
      background-color: #232323;
      color: #ffffff;
      font-weight: bold;
      padding: 5px 10px;
      line-height: 1; }
      .p-search__list__button__outer {
        margin: 10px 0; }
        .p-search__list__button__outer:first-child {
          margin-top: 0; }

.u-wa {
  width: auto !important; }

.stm {
  text-align: center; }

.img_left {
  width: 280px !important; }

/* mypage ---------- */
.mypageList {
  margin-bottom: 50px; }

.mypageList:last-of-type {
  margin-bottom: 80px; }

.mypageList__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

.mypageList__heading {
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 22px;
  font-size: 2.2rem; }

.mypageList__btn {
  padding: 15px 40px;
  border: 1px solid #000;
  font-weight: bold; }

.mypageList__btn:hover {
  border-color: #c42714;
  color: #c42714;
  text-decoration: none; }

.mypageList .seminarList__table th {
  width: auto; }

.mypageList .seminarList__table th:last-of-type {
  width: 500px; }

.mypageList__openFlg {
  display: block;
  height: 24px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 24px; }

.mypageList__openFlg.open {
  background-color: #5dbb8b; }

.mypageList__openFlg.close {
  background-color: #dcd312; }

/*
 有料会員申し込み
---------------------------------------- */
.order_submit-container {
  margin-top: 20px;
  text-align: center; }

.order_submit-container .order_submit {
  background-color: #000;
  color: #fff; }

.order_submit {
  min-width: 300px;
  padding: 26px 20px;
  border: none;
  font-weight: bold;
  border: none; }

/*
 TOP新着一覧ボタン
---------------------------------------- */
.topicsList__button--news {
  display: block;
  position: relative;
  float: right;
  width: 120px;
  height: 30px;
  padding-left: 10px;
  border: 2px solid #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px; }

.topicsList__button__icon--news {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%); }

/* add hamano 2017.10.20 */
.contact__term__button__outer {
  margin-top: 30px;
  text-align: center; }

.contact__term__button {
  display: inline-block;
  position: relative;
  width: 250px;
  padding: 15px 0;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #0273ba;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer; }

.contact__term__button:hover {
  opacity: .7; }

.contact__term__button {
  margin: 0 10px 0 0;
  vertical-align: middle; }

/*
 ニュース一覧 カテゴリ横日付
---------------------------------------- */
.topics-category__outer {
  display: -ms-flexbox;
  display: flex; }

.topics-category__outer .topics-date {
  margin-left: 10px;
  margin-top: 1px; }

/*
 お気に入り記事一覧
---------------------------------------- */
.none-favorite {
  margin-top: 20px; }

/*
　週刊BCN転載
---------------------------------------- */

/*# sourceMappingURL=style.css.map */

/* toromochi */
.torimochi-widget {
width:750px;
margin:0 auto;
}

/* toromochi END*/

/* 記事下広告用 */
 .ad-wrapper {
     margin: 0 auto;
     text-align: center;
 }
 
 .ad-box {
     display: block;
     float: left;
     width: 300px;
     margin: 20px;
 }