@charset "UTF-8";
html {
  font-family: system-ui, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/*
  2021/12/01 Ryuya Yanagi
  このStyleSheetは使用されています。
  使用されていることが確認されたページ
  - トップページ(PCのみ)
*/
/* stylelint-disable */
/*! destyle.css v1.0.10 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Vertical rhythm
     ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
  /*
    Chromeで縮小画像がぼやける対策
  */
  image-rendering: -webkit-optimize-contrast;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

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

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}

/**
   * 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 outline style in Safari.
   */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.header {
  background-color: #294C7A;
  min-width: 1125px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.header-container {
  width: 1125px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.header-description {
  padding-left: 12px;
}
.header-description .header-description__h1 {
  font-size: 12px;
  color: #BFC9D7;
  letter-spacing: -.05em;
}

.header-admin {
  margin-left: auto;
}
.header-admin .header-admin__list {
  display: flex;
  padding: 6px 15px 8px;
  align-items: center;
  background-color: #345584;
  border-radius: 4px;
}
.header-admin .header-admin__item:not(:last-child) {
  position: relative;
  padding-right: 15px;
}
.header-admin .header-admin__item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 13px;
  background-color: #BFC9D7;
  position: absolute;
  top: 4px;
  right: 7px;
}
.header-admin .header-admin__link {
  font-size: 13px;
  color: #fff;
}
.header-admin .header-admin__link:hover {
  text-decoration: underline;
}

.header-search {
  width: 288px;
  margin-left: 10px;
}
.header-search .header-search__form {
  display: flex;
	border-radius: 4px;
}

.header-search .header-search__form:focus-within {
	outline: 1px solid #fff;
}

/* Style the input and button when focused */
.header-search .header-search__form .header-search__input:focus {
	border-style: solid;
	border-width: 2px 0 2px 2px;
	border-color: #0a53be;
}

.header-search .header-search__form:focus-within .header-search__button {
	border-style: solid;
	border-width: 2px 2px 2px 0;
	border-color: #0a53be;
}
.header-search .header-search__input {
  background: #fff;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
  width: 258px;
}
.header-search .header-search__button {
  background-color: #3081c9;
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_search.svg);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  border-radius: 0 4px 4px 0;
  height: 30px;
  width: 30px;
}

.header-intro-navigation {
  background-color: #294C7A;
  min-width: 1125px;
  margin-top: -1px;
}
.header-intro-navigation .header-intro-navigation__list {
  width: 1125px;
  margin: 0 auto;
  display: flex;
  padding: 1px 0 13px;
}
.header-intro-navigation .header-intro-navigation__item {
  line-height: 13px;
}
.header-intro-navigation .header-intro-navigation__item:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
.header-intro-navigation .header-intro-navigation__item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 13px;
  background-color: #BFC9D7;
  position: absolute;
  top: 0;
  right: 9px;
}
.header-intro-navigation .header-intro-navigation__item.active .header-intro-navigation__link {
  font-weight: bold;
  color: #fff;
}
.header-intro-navigation .header-intro-navigation__link {
  font-size: 13px;
  color: #BFC9D7;
}
.header-intro-navigation .header-intro-navigation__link:hover {
  color: #fff;
}

.header-category-navigation {
  border-bottom: 1px solid #e4e4e4;
  min-width: 1125px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.header-category-navigation .header-category-navigation__list {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.header-category-navigation .header-category-navigation__list-item {
  padding: 0 10px;
}
.header-category-navigation .header-category-navigation__list-item.active .header-category-navigation__link {
  font-weight: bold;
}
.header-category-navigation .header-category-navigation__link {
  color: #294C7A;
  font-size: 13px;
}
.header-category-navigation .header-category-navigation__link:hover {
  font-weight: bold;
}

.header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-article {
  width: 380px;
  min-height: 118px;
  padding: 15px 0 13px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  /* ランキングのリストの場合の表示 */
}
.list-article.list-article--ranking .list-article__company-name {
  padding-left: 32px;
}
.list-article .list-article__rank {
  width: 24px;
  margin-right: 8px;
}
.list-article .list-article__rank .list-article__rank-number {
  background-color: #294C7A;
  color: #fff;
  display: block;
  line-height: 24px;
}
.list-article .list-article__rank .list-article__rank-number .list-article__rank-number-text {
  display: block;
  font-family: Roboto;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: -1px;
  margin-left: -4px;
}
.list-article .list-article__rank + .list-article__content {
  width: 242px;
}
.list-article .list-article__link {
  display: flex;
  height: 100%;
}
.list-article .list-article__link:hover .list-article__title {
  color: #358cda;
  text-decoration: underline;
  transition: color .2s ease-in;
}
.list-article .list-article__content {
  width: 265px;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto auto;
}
.list-article .list-article__title {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 3px;
  word-break: break-all;
}
.list-article .list-article__time {
  position: relative;
  color: #A2A2A2;
  font-size: 12px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  padding-left: 18px;
}
.list-article .list-article__time::before {
  content: '';
  position: absolute;
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_time.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  left: 0;
}
.list-article .list-article__company-name--dummy {
  display: block;
  color: transparent;
  font-size: 12px;
  line-height: 1.5;
  max-width: 265px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-article .list-article__company-name--dummy .list-article__company-name-link {
  width: 100%;
}
.list-article .list-article__company-name--dummy .list-article__company-name-link:hover {
  color: #3B3B3B;
}
.list-article .list-article__april--dummy {
  display: none;
  color: transparent;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  width: 115px;
}
.list-article .list-article__pvuu {
  display: block;
  color: #A2A2A2;
  font-size: 12px;
  margin-top: 5px;
}
.list-article .list-article__image {
  margin-left: auto;
  width: 100px;
}
.list-article .list-article__image .list-article__image-wrap {
  position: relative;
  display: block;
  min-width: 100px;
  height: 66px;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.list-article .list-article__image .list-article__image-wrap .list-article__image-img {
  width: 100%;
  font-size: 10px;
  overflow: hidden;
}
.list-article .list-article__company-name {
  position: absolute;
  display: block;
  color: #A2A2A2;
  font-size: 12px;
  line-height: 1.5;
  bottom: 12px;
  max-width: 265px;
}
.list-article .list-article__company-name .list-article__company-name-link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.list-article .list-article__company-name .list-article__company-name-link:hover {
  color: #3B3B3B;
}
.list-article .list-article__april {
  position: absolute;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  color: #fff;
  height: 14px;
  line-height: 14px;
  padding: 0 7px;
  bottom: 12px;
  border-radius: 7px;
  right: 0;
  width: 115px;
}
.list-article .list-article__april.list-article__april--fool {
  background: #ffc600;
}
.list-article .list-article__april.list-article__april--dream {
  background: #fe59d8;
}

.only-text .list-article {
  min-height: 95px;
}
.only-text .list-article__content {
  width: 100%;
}
.only-text .list-article__image {
  display: none;
}
.only-text .list-article__company-name {
  max-width: 100%;
}
.only-text .list-article__april--dummy {
  display: block;
}
.only-text .list-article__april + .list-article__company-name {
  bottom: 25px;
}

.list-article__more {
  margin-top: 20px;
  width: 100%;
}
.list-article__more .list-article__more-link {
  width: 110px;
  display: block;
  line-height: 38px;
  background-color: #3081c9;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  position: relative;
}
.list-article__more .list-article__more-link .list-article__more-loading {
  display: none;
}
.list-article__more .list-article__more-link:hover {
  background-color: #59a7e6;
}
.list-article__more .list-article__more-link.is-loading {
  opacity: .6;
}
.list-article__more .list-article__more-link.is-loading .list-article__more-loading {
  left: 50%;
  top: 9px;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: moreLinkLoading 1.4s infinite linear;
  transform: translateZ(0);
  margin-left: -10px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) #fff;
}
.list-article__more .list-article__more-link.js-list-article-more-button {
  display: none;
}
.list-article__more .list-article__more-link.js-list-article-more-button.active {
  display: block;
}

@keyframes moreLinkLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.list-article-display-change .list-article-display-change__list {
  display: flex;
}
.list-article-display-change .list-article-display-change__item {
  font-size: 13px;
  color: #595959;
  line-height: 24px;
}
.list-article-display-change .list-article-display-change__button {
  width: 21px;
  height: 24px;
  background-repeat: no-repeat;
  margin-left: 8px;
  position: relative;
}
.list-article-display-change .list-article-display-change__button.list-article-display-change__button--thumbnail {
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_change-display-thumbnail.png);
}
.list-article-display-change .list-article-display-change__button.list-article-display-change__button--thumbnail.active, .list-article-display-change .list-article-display-change__button.list-article-display-change__button--thumbnail:hover {
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_change-display-thumbnail_active.png);
}
.list-article-display-change .list-article-display-change__button.list-article-display-change__button--text {
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_change-display-text.png);
}
.list-article-display-change .list-article-display-change__button.list-article-display-change__button--text.active, .list-article-display-change .list-article-display-change__button.list-article-display-change__button--text:hover {
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_change-display-text_active.png);
}
.list-article-display-change .list-article-display-change__button:hover .list-article-display-change__balloon {
  display: block;
  transform: scale(1);
}
.list-article-display-change .list-article-display-change__balloon {
  position: absolute;
  padding: 5px;
  border-radius: 10px;
  background: #fff;
  border: 4px solid #d9d9d9;
  transform-origin: 50% 0;
  font-size: 12px;
  width: 120px;
  text-align: center;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  transform: scale(0);
  transition: transform .2s ease;
  z-index: 100;
}
.list-article-display-change .list-article-display-change__balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #d9d9d9 transparent transparent transparent;
}
.list-article-display-change .list-article-display-change__balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -10px;
  margin-left: -15px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
.list-article-display-change .list-article-display-change__balloon.downward {
  top: 40px;
}
.list-article-display-change .list-article-display-change__balloon.downward::before {
  bottom: auto;
  top: -15px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #d9d9d9 transparent;
}
.list-article-display-change .list-article-display-change__balloon.downward::after {
  bottom: auto;
  top: -10px;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}

.main {
  width: 1125px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0 50px;
}
.main .page-main {
  width: 778px;
}
.main .sidebar {
  width: 308px;
  margin-left: auto;
}

.page-main__heading {
  font-size: 24px;
  font-weight: bold;
  color: #3B3B3B;
  margin-bottom: 10px;
}

/* modal */
.service-description {
  background-color: #c6d8ea;
  margin-bottom: 30px;
}
.service-description .service-description__link {
  display: block;
}
.service-description .service-description__link:hover .service-description__button {
  background-color: #4b98d6;
}
.service-description .service-description__heading {
  color: #294c7a;
  line-height: 1.6;
  font-size: 17px;
  text-align: center;
  padding-top: 4px;
  margin: 0 0 10px;
}
.service-description .service-description__cm {
  margin-bottom: 10px;
}
.service-description .service-description__title {
  color: #294c7a;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.service-description .service-description__title span {
  padding-bottom: 3px;
  display: block;
}
.service-description .service-description__content {
  padding: 0 13px 0;
}
.service-description .service-description__item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 5px 5px 5px 12px;
  margin-bottom: 9px;
  gap: 0 10px;
  height: 49px;
}
.service-description .service-description__item-content {
  line-height: 1.4;
  flex: 1;
}
.service-description .service-description__item-icon {
  width: 46px;
}
.service-description .service-description__item-content__text--small {
  font-size: 10px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.4px;
  font-weight: bold;
  color: #231815;
}
.service-description .service-description__item-content__text--large {
  color: #231815;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
.service-description .service-description__caption {
  text-align: center;
  margin-top: 13px;
  padding: 0 13px 12px;
  font-feature-settings: "palt" 1;
}
.service-description .service-description__caption .service-description__caption--black {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  color: #231815;
}
.service-description .service-description__caption .service-description__caption--blue {
  color: #294c7a;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.service-description .service-description__button {
  width: 120px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  background-color: #2a4c7a;
  line-height: 36px;
  box-sizing: border-box;
}

.sidebar-banner {
  margin-bottom: 30px;
}
.sidebar-banner .sidebar-banner__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.sidebar-banner .sidebar-banner__heading .sidebar-banner__heading-icon {
  margin-right: 10px;
}
.sidebar-banner .sidebar-banner__heading .sidebar-banner__heading-link:hover .sidebar-banner__heading-text {
  color: #157792;
}
.sidebar-banner .sidebar-banner__heading .sidebar-banner__heading-link .sidebar-banner__heading-text {
  font-size: 18px;
  font-weight: bold;
  color: #3b3b3b;
}
.sidebar-banner .sidebar-banner__heading .sidebar-banner__heading-link .sidebar-banner__heading-img {
  height: 18px;
}
.sidebar-banner .sidebar-banner__heading .sidebar-banner__heading-link .sidebar-banner__heading-img--tv {
  height: 30px;
}
.sidebar-banner .sidebar-banner__content {
  background: #f3f3f3;
  padding: 12px 12px 20px 12px;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__link {
  display: block;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__link:hover .sidebar-banner__content-title {
  color: #358cda;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-image {
  position: relative;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-image .sidebar-banner__content-image-img {
  display: block;
  width: 100%;
  height: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-image .sidebar-banner__content-image-control {
  position: absolute;
  bottom: 15px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  height: 30px;
  padding: 0 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-image .sidebar-banner__content-image-control .sidebar-banner__content-image-control-time {
  color: #fff;
  font-size: 11px;
  line-height: 30px;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-title {
  color: #3b3b3b;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 12px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-time {
  margin-top: 8px;
  color: #a2a2a2;
  font-size: 12px;
  display: block;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-more {
  margin-top: 10px;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-more .sidebar-banner__content-more-button {
  width: 120px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #378cd0;
  line-height: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 4px 4px -3px #847f85;
  margin: 0 auto;
  display: block;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-more .sidebar-banner__content-more-button:hover {
  background-color: #59a7e6;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-img-wrapper {
  display: block;
  width: 100%;
  float: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sidebar-banner .sidebar-banner__content .sidebar-banner__content-img-link {
  padding-bottom: 58.45%;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.sidebar-banner--tv .sidebar-banner__content .sidebar-banner__link .sidebar-banner__content-image {
  overflow: hidden;
  max-height: 175px;
}
.sidebar-banner--tv .sidebar-banner__content .sidebar-banner__link .sidebar-banner__content-image-img {
  aspect-ratio: 16/9;
}

.js-sidebar-tv {
  display: none;
}
.js-sidebar-tv.active {
  display: block;
}

.sidebar-keywords {
  padding: 1px 0 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
.sidebar-keywords .sidebar-keywords__heading {
  font-size: 16px;
  color: #333;
  padding: 5px 0 20px;
  font-weight: bold;
}
.sidebar-keywords .sidebar-keywords__item {
  background-color: #f1f1f1;
  border-radius: 14px;
  margin: 0 12px 9px 0;
  display: inline-block;
}
.sidebar-keywords .sidebar-keywords__item .sidebar-keywords__link {
  font-size: 13px;
  color: #3B3B3B;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
}
.sidebar-keywords .sidebar-keywords__item .sidebar-keywords__link:hover {
  color: #000;
}
.sidebar-keywords .sidebar-keywords__item--more {
  display: inline-block;
  margin: 0 0 14px 0;
  border-radius: 14px;
  border: 1px solid #f1f1f1;
}
.sidebar-keywords .sidebar-keywords__item--more .sidebar-keywords__link {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #3B3B3B;
  padding: 0 8px;
}
.sidebar-keywords .sidebar-keywords__item--more .sidebar-keywords__link:hover {
  color: #157792;
}

.sidebar-banner--live .sidebar-banner__content-live-now--embeded {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  padding: 90px;
}
.sidebar-banner--live .sidebar-banner__content-live-now--embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 284px;
  height: 175px;
}
.sidebar-banner--live .sidebar-banner__content-live-now--time {
  font-size: 13px;
  color: #919191;
  margin-bottom: 10px;
}
.sidebar-banner--live .sidebar-banner__content-live-now--time .sidebar-banner__content-live-now--time--live {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.sidebar-banner--live .sidebar-banner__content-live-now--title {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.sidebar-banner--live .sidebar-banner__content-live-now--title:hover {
  color: #358cd5;
}
.sidebar-banner--live .sidebar-banner__content-live-now--company-name {
  font-size: 13px;
  color: #A2A2A2;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  /* stylelint-disable-line */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
}

.sidebar-banner__live-plan {
  margin-top: 20px;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--title {
  font-size: 16px;
  font-weight: bold;
  color: #089ac1;
  margin-bottom: 10px;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item {
  width: 100%;
  display: flex;
  padding: 12px 0;
  border-top: 1px solid #e0e0e0;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item .sidebar-banner__live-plan--date-container {
  width: 100px;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item .sidebar-banner__live-plan--date-container .sidebar-banner__live-plan--date {
  color: #089ac1;
  font-size: 16px;
  margin-right: 3px;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item .sidebar-banner__live-plan--date-container .sidebar-banner__live-plan--day {
  color: #089ac1;
  font-size: 14px;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item .sidebar-banner__live-plan--date-container .sidebar-banner__live-plan--time {
  font-size: 13px;
  color: #919191;
  display: block;
  margin-top: 10px;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item .sidebar-banner__live-plan--text {
  margin-left: 7px;
  width: 200px;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item .sidebar-banner__live-plan--text .sidebar-banner__live-plan--text-title {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  display: block;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  /* stylelint-disable-line  */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item .sidebar-banner__live-plan--text .sidebar-banner__live-plan--text-title:hover {
  color: #358cd5;
}
.sidebar-banner__live-plan .sidebar-banner__live-plan--list .sidebar-banner__live-plan--item .sidebar-banner__live-plan--text .sidebar-banner__live-plan--text-company-name {
  font-size: 13px;
  color: #A2A2A2;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  /* stylelint-disable-line  */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
  margin-bottom: 5px;
}

.js-sidebar-live {
  display: block;
}
.js-sidebar-live.is-loading {
  display: none;
}

.sidebar-category {
  margin-bottom: 30px;
}
.sidebar-category .sidebar-category__heading {
  font-size: 16px;
  color: #333;
  padding: 5px 0 10px;
  font-weight: bold;
}
.sidebar-category .sidebar-category__list .sidebar-category__item {
  position: relative;
}
.sidebar-category .sidebar-category__list .sidebar-category__item .sidebar-category__item-link {
  font-size: 13px;
  color: #666;
  height: 43px;
  line-height: 43px;
  display: block;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-category .sidebar-category__list .sidebar-category__item .sidebar-category__item-link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #7f7f7f transparent transparent transparent;
  right: 0;
  top: 50%;
  z-index: 2;
}
.sidebar-category .sidebar-category__list .sidebar-category__item .sidebar-category__item-link:hover {
  color: #666;
  background-color: #f7f7f7;
}
.sidebar-category .sidebar-category__list .sidebar-category__item .sidebar-category__child-list {
  background: #fff;
  width: 100%;
  display: block;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #d3d3d4;
  z-index: 100;
  overflow-y: scroll;
  position: absolute;
  top: 43px;
  left: 0;
}
.sidebar-category .sidebar-category__list .sidebar-category__item .sidebar-category__child-list .sidebar-category__child-item.sidebar-category__child-item--sub .sidebar-category__child-item-link {
  padding-left: 19px;
}
.sidebar-category .sidebar-category__list .sidebar-category__item .sidebar-category__child-list .sidebar-category__child-item .sidebar-category__child-item-link {
  display: block;
  padding-right: 19px;
  padding-left: 32px;
  font-size: 13px;
  height: 42px;
  line-height: 42px;
  color: #3b3b3b;
}
.sidebar-category .sidebar-category__list .sidebar-category__item .sidebar-category__child-list .sidebar-category__child-item .sidebar-category__child-item-link:hover {
  color: #666;
  background-color: #f7f7f7;
}

.js-side-category-wrapper.active .js-side-category-trigger {
  cursor: default;
}
.js-side-category-wrapper .js-side-category-trigger {
  cursor: pointer;
}
.js-side-category-wrapper .js-side-category-trigger:hover {
  color: #3b3b3b;
  background: #fff;
}
.js-side-category-wrapper .js-side-category-target {
  height: 0;
  opacity: 0;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, height 0.3s ease-out;
}
.js-side-category-wrapper .js-side-category-target.active {
  height: 200px;
  opacity: 1;
}

.sidebar-category__list.active .js-pulldown-trigger {
  cursor: default;
}
.sidebar-category__list .js-pulldown-trigger {
  cursor: pointer;
}
.sidebar-category__list .js-pulldown-trigger:hover {
  color: #3b3b3b;
  background: #fff;
}
.sidebar-category__list .js-pulldown-target {
  height: 0;
  opacity: 0;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, height 0.3s ease-out;
}
.sidebar-category__list .js-pulldown-target.active {
  height: 200px;
  opacity: 1;
}

.sidebar-banner-cm {
  position: relative;
  padding-top: 32.4675%;
  width: 100%;
  margin-bottom: 16px;
}
.sidebar-banner-cm__image {
  position: absolute;
  top: 0;
  width: 100%;
}

.footer {
  background: #fafafa;
  min-width: 1125px;
  padding: 73px 0 10px;
}

.footer-container {
  width: 1125px;
  margin: 0 auto;
}

.footer-menu {
  width: 100%;
  padding-bottom: 22px;
  display: table;
  border-bottom: 1px solid #e0e0e0;
}
.footer-menu .footer-menu__list-wrap {
  display: table-cell;
  width: 25%;
}
.footer-menu .footer-menu__list {
  display: flex;
  flex-direction: column;
}
.footer-menu .footer-menu__item {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1;
  height: 13px;
}
.footer-menu .footer-menu__item.footer-menu__item--heading {
  color: #000;
  display: block;
}
.footer-menu .footer-menu__item.footer-menu__item--category {
  position: relative;
}
.footer-menu .footer-menu__item.footer-menu__item--category .footer-menu__link {
  position: relative;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}
.footer-menu .footer-menu__item.footer-menu__item--category .footer-menu__link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #7f7f7f transparent transparent transparent;
}
.footer-menu .footer-menu__link {
  font-size: 12px;
  color: #797979;
  padding-bottom: 10px;
  cursor: pointer;
}
.footer-menu .footer-menu__link:hover {
  color: #202020;
  text-decoration: underline;
}

.footer-menu-category__list {
  position: absolute;
  overflow: scroll;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 22px;
  display: block;
  background-color: #fff;
  border: 1px solid #d3d3d4;
}
.footer-menu-category__list.js-pulldown-target {
  padding: 0 10px;
  height: 0;
  opacity: 0;
  visibility: visible;
  transition: opacity .5s ease-out, visibility .5s ease-out, height .3s ease-out, padding .5s ease-out;
}
.footer-menu-category__list.js-pulldown-target.active {
  opacity: 1;
  visibility: visible;
  padding: 10px;
}
.footer-menu-category__list.footer-menu-category__list--facebook.active {
  height: 200px;
}
.footer-menu-category__list.footer-menu-category__list--twitter.active {
  height: 138px;
}
.footer-menu-category__list .footer-menu-category__item .footer-menu-category__link {
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 34px;
  line-height: 30px;
  color: #333;
}
.footer-menu-category__list .footer-menu-category__item .footer-menu-category__link:hover {
  text-decoration: underline;
  background: #F2F2F2;
}
.footer-menu-category__list .footer-menu-category__item .footer-menu-category__link::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 6px;
  left: 4px;
  background-color: #eee;
}
.footer-menu-category__list .footer-menu-category__item--story .footer-menu-category__link::before {
  background-color: #000;
}
.footer-menu-category__list .footer-menu-category__item--tv .footer-menu-category__link::before {
  background-color: #294C7A;
}
.footer-menu-category__list .footer-menu-category__item--technology .footer-menu-category__link::before {
  background-color: #585858;
}
.footer-menu-category__list .footer-menu-category__item--application .footer-menu-category__link::before {
  background-color: #e30f0f;
}
.footer-menu-category__list .footer-menu-category__item--startup .footer-menu-category__link::before {
  background-color: #8791b5;
}
.footer-menu-category__list .footer-menu-category__item--entertainment .footer-menu-category__link::before {
  background-color: #edc81e;
}
.footer-menu-category__list .footer-menu-category__item--beauty .footer-menu-category__link::before {
  background-color: #f292b8;
}
.footer-menu-category__list .footer-menu-category__item--fashion .footer-menu-category__link::before {
  background-color: #ed7014;
}
.footer-menu-category__list .footer-menu-category__item--lifestyle .footer-menu-category__link::before {
  background-color: #ed7014;
}
.footer-menu-category__list .footer-menu-category__item--travel .footer-menu-category__link::before {
  background-color: #73c150;
}
.footer-menu-category__list .footer-menu-category__item--gourmet .footer-menu-category__link::before {
  background-color: #ee6760;
}
.footer-menu-category__list .footer-menu-category__item--game .footer-menu-category__link::before {
  background-color: #8a83d0;
}
.footer-menu-category__list .footer-menu-category__item--sport .footer-menu-category__link::before {
  background-color: #1d8db9;
}
.footer-menu-category__list .footer-menu-category__item--video .footer-menu-category__link::before {
  background-color: #ff8985;
}
.footer-menu-category__list .footer-menu-category__item--business .footer-menu-category__link::before {
  background-color: #4775b4;
}
.footer-menu-category__list .footer-menu-category__item--marketing .footer-menu-category__link::before {
  background-color: #6a7591;
}

.footer-terms {
  padding: 13px 0 10px;
}
.footer-terms .footer-terms__list {
  padding: 3px 0;
}
.footer-terms .footer-terms__item {
  margin-right: 25px;
  display: inline-block;
}
.footer-terms .footer-terms__link {
  font-size: 12px;
  line-height: 1.5;
  color: #797979;
}
.footer-terms .footer-terms__link:hover {
  color: #202020;
  text-decoration: underline;
}

.footer-copyright {
  padding-bottom: 10px;
}
.footer-copyright .footer-copyright__text {
  font-size: 11px;
  color: #797979;
}

.login-modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
.login-modal-overlay::-webkit-scrollbar {
  display: none;
}

.js-modal-login-overlay {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: opacity .4s ease, visibility .4s ease;
}
.js-modal-login-overlay .login-modal {
  top: -100px;
  transition: top .5s ease;
}
.js-modal-login-overlay.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.js-modal-login-overlay.active .login-modal {
  top: 55px;
}

.login-modal {
  position: relative;
  margin: 0 auto;
  width: 370px;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 16px 15px;
}

.login-modal-title {
  font-size: 18px;
  line-height: 1.5;
  color: #3B3B3B;
  text-align: center;
  font-weight: bold;
}

.login-modal__content {
  padding: 16px;
  background: #fff;
  margin-top: 8px;
  border-radius: 4px;
}

.login-modal__content-facebook {
  margin-top: 16px;
  text-align: center;
  line-height: 1.6;
}
.login-modal__content-facebook .login-modal__content-facebook-text--main {
  font-size: 14px;
  color: #3b3b3b;
}
.login-modal__content-facebook .login-modal__content-facebook-text--main .login-modal__content-facebook-link {
  color: #428ac9;
}
.login-modal__content-facebook .login-modal__content-facebook-text--main .login-modal__content-facebook-link:hover {
  color: #5ea6bd;
  text-decoration: underline;
}
.login-modal__content-facebook .login-modal__content-facebook-text--sub {
  font-size: 12px;
  color: #6d6d6d;
}

.login-modal__button-heading {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-left: 3px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.login-modal__button-heading .login-modal__button-heading-icon {
  width: 24px;
}
.login-modal__button-heading .login-modal__button-heading-text {
  display: flex;
  align-items: center;
  margin: 0;
  height: 33px;
  color: #3b3b3b;
}
.login-modal__button-heading .login-modal__button-heading-text .login-modal__button-heading-text--main {
  font-weight: bold;
  font-size: 22px;
  margin-right: 7px;
}
.login-modal__button-heading .login-modal__button-heading-text .login-modal__button-heading-text--sub {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 4px;
  align-self: flex-end;
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap {
  position: relative;
  margin: 0 0 0 auto;
  width: 20px;
  display: flex;
  align-items: center;
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap:hover .login-modal__button-heading-balloon {
  display: block;
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap .login-modal__button-heading-balloon-question {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap .login-modal__button-heading-balloon-question .login-modal__button-heading-balloon-question-inner {
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  background: #294c7a;
  border-radius: 50%;
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap .login-modal__button-heading-balloon {
  display: none;
  position: absolute;
  background: #fff;
  padding: 15px;
  line-height: 1.5;
  width: 270px;
  top: -108px;
  right: -16px;
  z-index: 100;
  box-shadow: 4px 4px 10px rgba(40, 76, 122, 0.2);
  font-size: 14px;
  text-align: left;
  color: #3b3b3b;
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap .login-modal__button-heading-balloon .login-modal__button-heading-balloon-link {
  color: #3d76b6;
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap .login-modal__button-heading-balloon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 12.5px 0 12.5px;
  border-color: #fff transparent transparent transparent;
  right: 14px;
  bottom: -16px;
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap .login-modal__button-heading-balloon.downward {
  top: 35px;
  box-shadow: 4px -4px 10px rgba(40, 76, 122, 0.2);
}
.login-modal__button-heading .login-modal__button-heading-balloon-wrap .login-modal__button-heading-balloon.downward::after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  bottom: 89px;
}

.login-modal-facebook {
  margin-top: 34px;
}
.login-modal-facebook .login-modal-facebook__title {
  text-align: center;
  color: #3B3B3B;
  font-size: 14px;
  margin-bottom: 16px;
}

.login-modal__button {
  height: 68px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
.login-modal__button.login-modal__button--company {
  background: #f26600;
  padding-top: 8px;
}
.login-modal__button.login-modal__button--company:hover {
  background: #ff8024;
}
.login-modal__button.login-modal__button--media, .login-modal__button.login-modal__button--social {
  padding-top: 15px;
  height: 56px;
}
.login-modal__button.login-modal__button--media {
  background: #299bcc;
}
.login-modal__button.login-modal__button--media:hover {
  background: #4db0db;
}
.login-modal__button.login-modal__button--social {
  background: #0c73d2;
  margin-top: 10px;
}
.login-modal__button.login-modal__button--social:hover {
  background: #218ef2;
}
.login-modal__button.login-modal__button--facebook {
  background: #1877f2;
  position: relative;
  padding-left: 21px;
  line-height: 68px;
}
.login-modal__button.login-modal__button--facebook::before {
  content: '';
  display: inline-block;
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_login-facebook.png);
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 13px;
  top: 20px;
}
.login-modal__button.login-modal__button--facebook:hover {
  background: #4893f5;
}

.login-modal__register-text {
  text-align: right;
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 1.6;
}
.login-modal__register-text .login-modal__register-link {
  color: #428ac9;
}
.login-modal__register-text .login-modal__register-link:hover {
  color: #5ea6db;
  text-decoration: underline;
}

.login-modal__close {
  height: 24px;
  width: 24px;
  position: absolute;
  border-radius: 50%;
  right: 14px;
  top: 16px;
  cursor: pointer;
  background-color: #959595;
}
.login-modal__close::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  top: 6px;
  left: 11px;
}
.login-modal__close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  background: #fff;
  transform: rotate(-45deg);
  top: 6px;
  left: 11px;
}

.loading-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
}
.loading-icon__wrapper {
  width: 28px;
  height: 28px;
  font-size: 0;
  display: flex;
  align-items: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
}
.loading-icon__block {
  width: 4px;
  height: 0%;
  background-color: #294c7a;
  display: inline-block;
  animation-name: slide_up;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  opacity: .4;
  transition: all .3s ease-in-out;
}
.loading-icon__block + .loading-icon__block {
  margin-left: 4px;
}
.loading-icon__block:nth-child(2) {
  animation-delay: .3s;
}
.loading-icon__block:nth-child(3) {
  animation-delay: .6s;
}
.loading-icon__block:nth-child(4) {
  animation-delay: .9s;
}

@keyframes slide_up {
  0% {
    opacity: .4;
    height: 50%;
  }
  25% {
    opacity: .4;
    height: 50%;
  }
  50% {
    opacity: .8;
    height: 100%;
  }
  75% {
    opacity: .4;
    height: 50%;
  }
  100% {
    opacity: .4;
    height: 50%;
  }
}
.lazyloaded + .loading-icon {
  opacity: 0;
}

.catch-rankings {
  padding: 30px 0;
  min-width: 1125px;
  background-color: #F2F2F2;
}
.catch-rankings .catch-rankings__container {
  width: 1125px;
  margin: 0 auto;
}

.catch-rankings-tabs__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs {
  position: relative;
  margin: 0 auto;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__list {
  display: flex;
  height: 38px;
  position: relative;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__background {
  position: absolute;
  background-color: #294C7A;
  color: #fff;
  width: 155px;
  height: 38px;
  left: 0;
  z-index: 1;
  transition: left .2s ease;
  will-change: left;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__background::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #294C7A transparent transparent transparent;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__item {
  width: 155px;
  margin: 0 1px 0 0;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #294C7A;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__item:nth-child(6) {
  margin-right: 110px;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__item .catch-rankings-tabs__item-text {
  position: absolute;
  z-index: 100;
  width: 100%;
  color: #294C7A;
  transform: translateX(-50%);
  left: 50%;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__item.active, .catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__item:hover {
  background-color: #294C7A;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__item.active .catch-rankings-tabs__item-text, .catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__item:hover .catch-rankings-tabs__item-text {
  color: #fff;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__item:hover {
  background-color: #294C7A;
  color: #fff;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__description-icon {
  background-color: #F2F2F2;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 10px;
  top: 8px;
  line-height: 20px;
  color: #294C7A;
  z-index: 100;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__description-icon:hover + .catch-rankings-tabs__description-balloon {
  display: block;
  color: #294C7A;
  font-weight: normal;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__description-balloon {
  display: none;
  position: absolute;
  background: #fff;
  width: 180px;
  padding: 9px 12px;
  border: 1px solid #294C7A;
  line-height: 1.6;
  text-align: left;
  border-radius: 4px;
  top: -90px;
  left: 45px;
  z-index: 100;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__description-balloon::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 8px 0 10px;
  border-color: #fff transparent transparent transparent;
  z-index: 102;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__description-balloon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 79px;
  border-style: solid;
  border-width: 9px 8px 0 10px;
  border-color: #294C7A transparent transparent transparent;
  z-index: 101;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__description-balloon.downward {
  top: 45px;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__description-balloon.downward::before {
  bottom: auto;
  top: -10px;
  border-width: 0 8px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs .catch-rankings-tabs__description-balloon.downward::after {
  bottom: auto;
  top: -11px;
  border-width: 0 8px 10px 10px;
  border-color: transparent transparent #294C7A transparent;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs__more {
  width: 110px;
  position: absolute;
  right: 0;
  top: 0;
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs__more .catch-rankings-tabs__more-link {
  display: block;
  line-height: 38px;
  background-color: #3081c9;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
.catch-rankings-tabs__wrapper .catch-rankings-tabs__more .catch-rankings-tabs__more-link:hover {
  background-color: #59a7e6;
}

.catch-rankings-links {
  margin: 16px auto 0;
}
.catch-rankings-links .catch-rankings-links__list {
  display: none;
  justify-content: center;
}
.catch-rankings-links .catch-rankings-links__list.active {
  display: flex;
}
.catch-rankings-links .catch-rankings-links__list .catch-rankings-links__item {
  width: 181px;
  margin-right: 7px;
}
.catch-rankings-links .catch-rankings-links__list .catch-rankings-links__item:last-child {
  margin-right: 0;
}

.catch-ranking__container {
  position: relative;
  background: #fff;
  height: 244px;
}

.catch-ranking__link {
  display: block;
}
.catch-ranking__link:hover .catch-ranking__title {
  color: #358cda;
  text-decoration: underline;
  transition: color .2s ease-in;
}

.catch-ranking__image {
  height: 116px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.catch-ranking__image .catch-ranking__image-rank-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  line-height: 24px;
  background-color: #294C7A;
  color: #fff;
  font-family: Roboto;
  font-style: italic;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  letter-spacing: 3px;
  z-index: 1;
}
.catch-ranking__image .catch-ranking__image-wrap {
  display: block;
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: #fff;
}
.catch-ranking__image .catch-ranking__image-img {
  position: relative;
  width: 100%;
  font-size: 10px;
}
.catch-ranking__image .catch-ranking__image-new {
  font-size: 12px;
  color: #fff;
  background: #358cda;
  width: 30px;
  height: 16px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 1px;
}

.catch-ranking__content {
  padding: 7px 10px;
  grid-template-rows: 1fr auto;
  height: 128px;
}
.catch-ranking__content .catch-ranking__title {
  display: -webkit-box;
  height: 60px;
  font-size: 13px;
  line-height: 1.6;
  color: #3B3B3B;
  overflow: hidden;
  line-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.catch-ranking__content .catch-ranking__time {
  position: relative;
  color: transparent;
  margin-top: 2px;
  font-size: 12px;
  height: 15px;
}
.catch-ranking__content .catch-ranking__company-name {
  color: transparent;
  margin-top: 2px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catch-ranking__content .catch-ranking__pvuu {
  color: transparent;
  margin-top: 4px;
  font-size: 11px;
}
.catch-ranking__content .catch-ranking__pvuu.catch-ranking__pvuu--small {
  font-size: 10px;
}
.catch-ranking__content .catch-ranking__facebook {
  position: relative;
  margin-top: 2px;
  font-size: 12px;
  height: 15px;
  display: block;
  line-height: 15px;
  padding-left: 18px;
  color: transparent;
}
.catch-ranking__content .catch-ranking__facebook::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 17px;
  display: inline-block;
  left: 0;
}

.catch-ranking__info {
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 161px;
}
.catch-ranking__info .catch-ranking__time {
  position: relative;
  color: #A2A2A2;
  margin-top: 2px;
  font-size: 12px;
  height: 15px;
  display: block;
  line-height: 15px;
  padding-left: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catch-ranking__info .catch-ranking__time::before {
  content: '';
  position: absolute;
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_time.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  left: 0;
}
.catch-ranking__info .catch-ranking__company-name {
  color: #A2A2A2;
  margin-top: 3px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catch-ranking__info .catch-ranking__company-name .catch-ranking__company-name-link:hover {
  color: #3B3B3B;
}
.catch-ranking__info .catch-ranking__pvuu {
  color: #A2A2A2;
  margin-top: 4px;
  font-size: 11px;
}
.catch-ranking__info .catch-ranking__pvuu.catch-ranking__pvuu--small {
  font-size: 10px;
}
.catch-ranking__info .catch-ranking__facebook {
  position: relative;
  margin-top: 2px;
  font-size: 12px;
  height: 15px;
  display: block;
  line-height: 15px;
  padding-left: 18px;
  color: #155088;
}
.catch-ranking__info .catch-ranking__facebook::before {
  content: '';
  position: absolute;
  background-image: url(https://prtimes.jp/src/images/prtimes-jp/html/icon_facebook-nice.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  display: inline-block;
  left: 0;
}

.page-main {
  position: relative;
}
.page-main .list-article-display-change {
  position: absolute;
  right: 0;
  top: 0;
}

.list-latest-articles {
  margin-bottom: 50px;
}
.list-latest-articles .list-latest-articles__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.list-latest-articles .list-latest-articles__container > .list-article:nth-child(2n) {
  margin-left: auto;
}
