@charset "UTF-8";

* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-family: Hiragino Sans;
}
#wrapper {
  min-width: 1024px;
  overflow-x: hidden;
}
#contents {
  display: block;
  font-size: 14px;
  color: #333;
}
figure {
  margin: 0;
}
img {
  vertical-align: bottom;
}
.ContentsWrapper a {
  color: #0059b3;
  text-decoration: none;
}
.ContentsWrapper a:hover {
  color: #017fff;
}
.ContentsWrapper a:visited {
  color: #6524a6;
}
.ContentsWrapper a:visited:hover {
  color: #8a2be8;
}

/*Masthead------------------*/
.Masthead {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  width: 990px;
}

/*GlobalNav------------------*/
.GlobalNav {
  font-size: 13px;
  width: 100%;
  font-family: "Hiragino Sans";
  background-color: #0064c8;
  min-width: 1006px;
}
.GlobalNav__items {
  display: flex;
  align-items: center;
  width: 990px;
  margin: 0 auto;
}
.GlobalNav__link {
  display: flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  font-weight: bold;
  color: #fff;
  transition: 0.2s ease-out;
  text-decoration: none;
}
.GlobalNav__link:hover {
  background-color: #003d7b;
}
.GlobalNav__link--icon::after {
  content: "";
  display: block;
  margin-left: 4px;
  width: 11px;
  height: 11px;
  background: url(https://s.yimg.jp/images/finance/mt/special/article/pc/images/icon_login.png)
    no-repeat center / contain;
}


/*ServiceIntroduction------------------*/
.ServiceIntroduction {
  margin: 20px auto 0;
  padding: 8px 12px;
  font-family: "Hiragino Sans";
  background-color: #0064c8;
  border-radius: 4px;
  width: 990px;
}
.ServiceIntroduction__other {
  display: flex;
}
.ServiceIntroduction__otherItem {
  width: 25%;
}
.ServiceIntroduction__otherItem:not(:first-child) {
  margin-left: 12px;
}
a.ServiceIntroduction__otherLink {
  display: block;
  padding: 12px;
  color: #fff;
  background-color: #133b9b;
  border-radius: 8px;
  height: 100%;
}
a.ServiceIntroduction__otherLink:hover,
a.ServiceIntroduction__otherLink:visited:hover {
  background-color: #003871;
  color: #fff;
}
a.ServiceIntroduction__otherLink:visited {
  color: #fff;
}
.ServiceIntroduction__otherInner {
  position: relative;
  min-height: 60px;
  padding-left: 68px;
}
.ServiceIntroduction__otherTitle {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.ServiceIntroduction__otherDescription {
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.6;
}
.ServiceIntroduction__otherPhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.ServiceIntroduction__nav {
  font-size: 13px;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.4;
}
.ServiceIntroduction__navItem {
  margin: 0 12px;
}
a.ServiceIntroduction__navLink {
  display: flex;
  align-items: center;
  color: #fff;
}
a.ServiceIntroduction__navLink:hover,
a.ServiceIntroduction__navLink:visited:hover {
  color: #fff;
  opacity: 0.75;
}
a.ServiceIntroduction__navLink:visited {
  color: #fff;
}
.ServiceIntroduction__navLink--icon::after {
  content: "";
  display: block;
  margin-left: 4px;
  width: 11px;
  height: 11px;
  background: url(https://s.yimg.jp/images/finance/mt/special/article/pc/images/icon_login.png)
    no-repeat center / contain;
}

/*footer------------------*/
#footer address {
  padding: 42px 0;
  border: none;
  color: #333;
}
#footer address a {
  color: #0050a0;
}
#footer address a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 990px) {
  #contents,
  #footer {
    min-width: 990px;
  }
  #footer address {
    padding: 40px 20px;
  }
}


/* MonoIcon ------------------*/

  .MonoIcon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: "monoIcon";
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      text-decoration: none;
      text-transform: normal;
      white-space: nowrap;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
  }
  .MonoIcon::before {
      content: attr(data-icon-name)
  }









/* Main------------------- */
.ContentsWrapper {
  padding-top: 8px;
  background-color: #ebebeb;
  word-wrap: break-word;
  min-width: 1006px;
  line-height: 1.4;
}
.article_wrap {
  width:990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.article_wrap section {
  background: #fff;
  border-radius: 4px;
  padding: 8px 12px;
}
.Main {
  width: 674px;
}
.Main section {
  margin-bottom: 8px;
}
.Side {
  width: 300px;
}


/* article_crumb--------- */
.article_crumb {
  flex-wrap: wrap;
  display: flex;
  font-size: 12px;
  margin: 0 auto;
  padding-bottom: 8px;
  width: 990px;
}
.article_crumb li {
  padding-right: 32px;
  position: relative;
}
.article_crumb li:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.article_crumb li:last-child {
  padding-right: 0;
  font-weight: 600;
  max-width: 42em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.article_crumb li:last-child:after {
  display: none;
}
.article_crumb a {
  color: #005983;
  text-decoration: none;
}
.article_crumb a:hover {
  opacity: 0.75;
}


/* 共通---------------------------- */
h1 {font-size: 18px; font-weight: 700; padding-bottom: 8px;}
h2 {font-size: 16px; font-weight: 700; padding-bottom: 8px;}

/* icon */
.Label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 12px;
  font-size: 27px;
  vertical-align: middle;
}
.Label::before {
  position: absolute;
  top: 13%;
  left: 14%;
  width: 73%;
  height: 74%;
  content: "";
  background-color: #fff;
}
.Label__icon {
  position: relative;
  font-size: 120%;
  pointer-events: none;
}
.Label--vip {
  color: #84733d;
}
.Label--new {
  color: #ffb700;
}

/* card */
.card_wrap {
  /* border-bottom: 1px solid #e6e6e6; */
}
.card {
  padding: 12px 0;
  border-top: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
.card_text {
  width: calc(100% - 92px);
}
.card_title {
  font-size: 16px;
  line-height: 1.4;
  max-height: calc(1.4em * 3);
  margin-bottom: 8px;
}
.card_title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: calc(1.4em * 3);
}
.card_other {
  font-size: 12px;
  color: #757575;
}
.card .category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 8px;
  line-height: 1;
}
.card .category > a {
  color: #333;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #F2F7FC;
  padding: 2px 4px;
}
.card .category > a:hover {
  color: #333;
  opacity: 0.75;
}
.card .date {
  display: inline-block;
  padding-bottom: 6px;
  line-height: 1;
}

/* title_wrap */
.Main .title_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
  padding: 12px;
}

/* pull-down */
.pulldown {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  height: 28px;
  color: #333;
  vertical-align: top;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
}
.category_change {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    padding: 0 24.25px 0 7px;
    color: inherit;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: inherit;
    box-shadow: none;
}
.category_change:enabled {
    cursor: pointer;
}
._MonoIcon_1nijx_6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: monoIcon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: normal;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
._Pulldown__icon_1xcg4_40 {
    position: absolute;
    top: calc(50% - 6px);
    right: 8px;
    font-size: 12px;
    color: #757575;
    pointer-events: none;
}
._MonoIcon--arrowDownDrop_1nijx_108:before {
    content: "";
}


/* paging */
.paging {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 24px 0 10px 0;
  position: relative;
}
.paging li {
  margin-left: 8px;
}
.paging li:first-child {
  margin-left: 0;
}
.paging a {
  color: #333;
  display: block;
  text-decoration: none;
}
.paging a:hover,
.paging a:visited:hover {
  color: #333;
  opacity: 0.75;
}
.paging a:visited {
  color: #333;
}

.paging .current_page,
.paging .link_page {
  background-color: #fff;
  border-radius: 4px;
  font-family: "Arial", "sans-serif";
  font-size: 15px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}
.paging .current_page {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: block;
}
.paging .link_page {
  border: 1px solid #ddd;
}
.paging .paging_button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 40px;
  width: 70px;
}
.paging_button--prev {
  left: 0;
}
.paging_button--next {
  right: 0;
}
.paging_text {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
}
.paging_text--prev::before,
.paging_text--next::after {
  content: '';
  display: block;
  height: 15px;
  width: 9px;
}
.paging_text--prev::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-left: 2px solid #757575;
  border-bottom: 2px solid #757575;
  transform: rotate(45deg);
}
.paging_text--next::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-right: 2px solid #757575;
  border-bottom: 2px solid #757575;
  transform: rotate(-45deg);
}


/* Side */
.Side .update_date {
  text-align: right;
  color: #757575;
  font-size: 12px;
}
.ranking {
  border-bottom: 1px solid #ebebeb;
}
.ranking li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.ranking .rank_num {
  display: flex;
  background: #e6e6e6;
  border-radius: 2px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 4px;
}
.ranking .rank_name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.ranking .rank_button a {
  display: flex;
  line-height: 1;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #F7F7F7;
}
.ranking .rank_button a,
.ranking .rank_button a:visited{
  color: #333;
}
.ranking .rank_button a:hover,
.ranking .rank_button a:visited:hover {
  color: #333;
  opacity: 0.75;
}

.Side .seemore {
  text-align: right;
  margin-top: 8px;
}

.Side .info_area {
  margin-top: 8px;
}
.Side .info_item + .info_item {
  margin-top: 8px;
}
.Side .info_item a:hover {
  opacity: 0.75;
}