@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #080e14;
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: break-word;
}

a {
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  color: #080e14;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #1174c7 !important;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img, iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ICON FONT
------------------------------------------ */
@font-face {
  src: url("../../fonts/arowana/icon-font.eot?9c0ltc");
  src: url("../../fonts/arowana/icon-font.eot?9c0ltc#iefix") format("embedded-opentype"), url("../../fonts/arowana/icon-font.ttf?9c0ltc") format("truetype"), url("../../fonts/arowana/icon-font.woff?9c0ltc") format("woff"), url("../../fonts/arowana/icon-font.svg?9c0ltc#icon-font") format("svg");
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'icon-font' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-search:before {
  content: "\e900";
}

.icon-book:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e902";
}

.icon-hatenabookmark {
  width: 20px;
  height: 100%;
  background: url(/media/z/2019/icon_hatenabookmark.svg) no-repeat center center;
  content: "";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-print:before {
  content: "\f02f";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

/* HEADER FOOTER
------------------------------------------ */
/* header */
.header-dropdown {
  position: relative;
  height: 100%;
}

.header-dropdown li {
  height: 100%;
}

.header-dropdown .header-dropdown-trigger:hover {
  cursor: pointer;
}

.header-dropdown .header-dropdown-trigger span {
  -webkit-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding-right: 24px;
}

.header-dropdown .header-dropdown-trigger span::after {
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #DE1400 transparent transparent transparent;
  content: "";
}

.header-dropdown .header-dropdown-trigger:hover .header-dropdown-menu {
  display: block;
}

.header-dropdown .header-dropdown-menu {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 180px;
  border-top: 3px solid #de1400;
  background: #162736;
  font-weight: bold;
}

.header-dropdown .header-dropdown-menu li {
  line-height: 1;
}

.header-dropdown .header-dropdown-menu a {
  display: block;
  padding: 16px;
  color: #fff;
  font-size: 0.75rem;
}

header {
  font-feature-settings: "palt" 1;
  font-size: 0.75rem;
  font-weight: bold;
}

#header-secondary {
  position: relative;
  height: 32px;
  background-color: #fff;
  font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

#header-secondary a:hover {
  color: #DE1400 !important;
}

#header-secondary .header-edition {
  z-index: 1001;
  position: absolute;
  left: 160px;
  height: 100%;
}

#header-secondary .header-edition .header-dropdown-trigger {
  color: #6a767f;
}

#header-secondary .header-secondary-link {
  position: absolute;
  right: 24px;
  height: 100%;
}

#header-secondary .header-secondary-link .header-mail a {
  color: #DE1400 !important;
}

#header-secondary .header-secondary-link .header-fb i,
#header-secondary .header-secondary-link .header-tw i,
#header-secondary .header-secondary-link .header-rss i {
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  color: #080e14;
  font-size: 16px;
  transition: color .2s;
}

#header-secondary .header-secondary-link .header-fb i:hover,
#header-secondary .header-secondary-link .header-tw i:hover,
#header-secondary .header-secondary-link .header-rss i:hover {
  color: #DE1400;
}

#header-secondary .header-secondary-link .header-dropdown {
  -webkit-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

#header-secondary .header-secondary-link .header-dropdown > li {
  padding: 0 8px;
}

#header-secondary .header-secondary-link .header-dropdown a {
  -webkit-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  color: #6a767f;
}

#header-secondary .header-secondary-link .header-dropdown .header-dropdown-menu a {
  color: #fff;
}

#header-secondary .header-dropdown-menu {
  top: 32px;
}

#header-main {
  position: relative;
  height: 60px;
  background-color: #080e14;
  font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

#header-main a:hover {
  color: #DE1400 !important;
}

#header-main .header-logo {
  z-index: 1000;
  position: absolute;
  top: -12px;
  left: 24px;
  width: 200px;
}

#header-main .header-search {
  position: static;
  width: 60px;
  height: 100%;
  margin-left: 240px;
  font-size: 24px;
}

#header-main .header-search .header-search-trigger,
#header-main .header-search .sp-header-search-trigger {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #DE1400;
  color: #fff;
}

#header-main .header-search .header-search-trigger:hover,
#header-main .header-search .sp-header-search-trigger:hover {
  cursor: pointer;
}

#header-main .header-search .header-search-trigger.js-open,
#header-main .header-search .sp-header-search-trigger.js-open {
  background-color: #fff;
  color: #DE1400;
}

#header-main .header-search .sp-header-search-trigger {
  display: none;
}

#header-main .header-search .header-search-dropdown {
  display: none;
  z-index: 100;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 24px;
  overflow: hidden;
  background-color: #fff;
}

#header-main .header-search .header-search-dropdown .form-search {
  position: relative;
  border-bottom: 1px solid #DE1400;
}

#header-main .header-search .header-search-dropdown input[type="text"] {
  width: calc(100% - 48px);
  border: none !important;
}

#header-main .header-search .header-search-dropdown input[type="text"]:focus {
  outline: 0;
  background: transparent !important;
  text-indent: 0 !important;
}

#header-main .header-search .header-search-dropdown input[type="text"]:focus::placeholder {
  color: transparent;
}

#header-main .header-search .header-search-dropdown input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(/media/z/2019/icon_search.svg) no-repeat center center;
  text-indent: -9999px;
}

#header-main .header-nav {
  position: absolute;
  top: 0;
  right: 72px;
  height: 100%;
}

#header-main .header-nav .header-dropdown {
  -webkit-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

#header-main .header-nav .header-dropdown a {
  -webkit-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  color: #fff;
}

#header-main .header-nav .header-dropdown .header-dropdown-trigger span {
  padding-left: 8px;
  color: #cad6de;
}

#header-main .header-nav .header-dropdown .header-dropdown-menu {
  right: 0;
}

#header-main .header-nav .header-dropdown .header-dropdown-menu::after {
  display: block;
  z-index: 9999;
  position: absolute;
  top: -12px;
  right: 32px;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #de1400 transparent;
  content: "";
}

#header-main .header-nav .header-dropdown .header-dropdown-menu a {
  padding: 16px;
}

#header-main .sp-header-nav-trigger {
  display: none;
}

#header-main .header-login {
  position: absolute;
  top: 0;
  right: 24px;
  width: 48px;
  height: 100%;
}

#header-main .header-login span {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

#header-main .header-login span::after {
  display: none;
}

#header-main .header-login span img {
  width: 15px;
}

#header-main .header-login .sp-header-dropdown-trigger {
  display: none;
  height: 100%;
}

#header-main .header-login .sp-header-dropdown-trigger span {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}

#header-main .header-login .header-dropdown-menu {
  right: 0;
}

#header-main .header-login .header-dropdown-menu::after {
  display: block;
  z-index: 9999;
  position: absolute;
  top: -12px;
  right: 18px;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #de1400 transparent;
  content: "";
}

#header-main .header-login.login .header-dropdown-trigger span,
#header-main .header-login.login .sp-header-dropdown-trigger span {
  position: relative;
}

#header-main .header-login.login .header-dropdown-trigger span::before,
#header-main .header-login.login .sp-header-dropdown-trigger span::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DE1400;
  content: "";
}

/* header fix */
#header-main.fixed {
  z-index: 9999;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

#header-main.fixed .header-logo {
  top: 0;
}

#header-main.fixed .header-logo img {
  width: 86%;
  height: 86%;
}

/* footer */
footer {
  margin-top: 72px;
  padding: 72px 0 32px;
  background-color: #080e14;
  color: #cad6de;
  font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #DE1400 !important;
}

.footer-menu {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

.footer-menu .footer-menu-block {
  width: 24%;
  text-align: left;
}

.footer-menu .footer-menu-block ul {
  margin-bottom: 16px;
}

.footer-menu .footer-menu-block li {
  margin-bottom: 8px;
}

.footer-menu .footer-menu-block h4,
.footer-menu .footer-menu-block h4 > a {
  margin-bottom: 8px;
  color: #6a767f;
}

.footer-copyright {
  padding-top: 32px;
  border-top: 1px solid #cad6de;
}

.footer-copyright ul {
  padding: 24px 0;
}

.footer-copyright li {
  display: inline-block;
  margin: 0 8px;
  padding: 0 8px;
}

/* LAYOUT
------------------------------------------ */
.pg-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 24px 0;
}

#page-wrap{
  background-color: #FFF;
}

.pg-container-col2 {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.pg-container-main {
  -webkit-flex-basis: 830px;
  -ms-flex-basis: 830px;
  flex-basis: 830px;
}

.pg-container-side {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 370px;
  margin-left: 40px;
}

.pg-mod {
  margin-bottom: 40px;
}
/* 3col */
.pg-container-main-2col {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.pg-container-main-2col .pg-container-main-primary {
  order: 2;
  width: 100%;
  margin-left: 40px;
}

.pg-container-main-2col .pg-container-main-secondary {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  order: 1;
  width: 200px;
}

.pg-parts-3col {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.pg-parts-3col .pg-parts-3col-inner {
  width: 30%;
  margin: 0 5% 40px 0;
}

.pg-parts-3col .pg-parts-3col-inner:nth-of-type(3n) {
  margin-right: 0;
}

.pg-parts-2col {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.pg-parts-2col .pg-parts-2col-inner {
  width: 48%;
  margin: 0 2% 40px 0;
}

.pg-parts-2col .pg-parts-2col-inner:nth-of-type(even) {
  margin-right: 0;
}

/* margin padding */
.mgt48 {
  margin-top: 48px !important;
}

.mgt24 {
  margin-top: 24px !important;
}

/* PARTS
------------------------------------------ */
.header-info-editorial {
  padding: 16px 0;
  background-color: #E9EEF1;
  text-align: center;
}

.header-info-editorial dt, .header-info-editorial dd {
  display: inline-block;
}

.header-info-editorial dt {
  color: #6a767f;
  font-weight: bold;
}

.header-info-editorial a {
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
  color: #DE1400;
}

.header-info-editorial a:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: auto;
  left: 0;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
  border: solid 5px;
  border-color: #DE1400 transparent transparent transparent;
  content: "";
}

/* heading */
[class^="ttl-"] {
  margin-bottom: 16px;
  font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
}

.ttl-line-center {
  position: relative;
  color: #DE1400;
  font-size: 1.125rem;
  text-align: center;
}

.ttl-line-center::before {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cad6de;
  content: "";
}

.ttl-line-center a {
  color: #DE1400;
}

.ttl-line-center span {
  display: inline-block;
  z-index: 5;
  position: relative;
  padding: 4px 16px;
  background-color: #fff;
}

.ttl-line-center strong {
  color: #cad6de;
}

.ttl-line-center small {
  display: inline-block;
  line-height: 1.3;
}

.ttl-red-center {
  color: #DE1400;
  font-size: 0.875rem;
  text-align: center;
}

.ttl-red {
  color: #DE1400;
  font-size: 100%;
}

.ttl-red a {
  color: #DE1400;
}

.ttl-gray,
.ttl-gray a {
  color: #6a767f;
}

/* breadcrumb */
.breadcrumb {
  margin-bottom: 32px;
  border-top: 1px solid #cad6de;
}

.breadcrumb li {
  display: inline-block;
  margin-right: 12px;
  color: #6a767f;
  font-size: 0.75rem;
}

.breadcrumb li a {
  position: relative;
  padding-right: 12px;
  color: #6a767f;
}

.breadcrumb li a::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #6a767f;
  border-right: 1px solid #6a767f;
  content: "";
}

.breadcrumb li:last-of-type a::after {
  display: none;
}

/* list */
[class^="list"] li {
  margin-bottom: 24px;
  line-height: 1.4;
}

[class^="list"] .thumb {
  position: relative;
  text-align: center;
}

[class^="list"] .thumb img {
  max-width: 100%;
}

[class^="list"] .thumb::before {
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -ms-transition: background-color .2s;
  -o-transition: background-color .2s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 39, 54, 0);
  content: "";
  transition: background-color .2s;
}

[class^="list"] .thumb:hover::before {
  background-color: rgba(22, 39, 54, 0.5);
}

[class^="list"] .txt-ttl {
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

[class^="list"] .txt-summary {
  margin-top: 8px;
  color: #6a767f;
  font-size: 0.75rem;
}
[class^="list"] .txt-meta {
  margin-top: 8px;
  font-size: 0.75rem;
}
[class^="list"] .txt-label {
  margin-left: 8px;
  color: #6a767f;
}
[class^="list"] .txt-label a {
  color: #6a767f;
}

[class^="list"] .label-txt-gray {
  color: #6a767f;
  font-size: 0.75rem;
}

.list-disc {
  margin-left: 16px;
  list-style: disc;
}

.list-disc li {
  margin-bottom: 16px;
}

.list-disc ul {
  margin-top: 8px;
  list-style: circle;
}

.list-ranking {
  counter-reset: ranking;
}

.list-ranking li {
  position: relative;
  padding-left: 32px;
}

.list-ranking li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #6a767f;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  content: counter(ranking);
  counter-increment: ranking;
}

.list-ranking li:first-of-type::before, .list-ranking li:nth-of-type(2)::before, .list-ranking li:nth-of-type(3)::before {
  color: #DE1400;
}

/* */
.list-numbering {
  counter-reset: numbering;
}

.list-numbering li {
  position: relative;
  padding-left: 32px;
}

.list-numbering li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #6a767f;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  content: counter(numbering);
  counter-increment: numbering;
}

.list-numbering li:first-of-type::before, .list-numbering li:nth-of-type(2)::before, .list-numbering li:nth-of-type(3)::before {
  color: #1174c7;
}

.list-thumb-s li,
.list-thumb-l li {
  overflow: hidden;
}

.list-thumb-s .thumb,
.list-thumb-l .thumb {
  width: 80px;
  float: left;
}

.list-thumb-s .txt,
.list-thumb-l .txt {
  margin-left: 96px;
  line-height: 1.3;
}

.list-thumb-s .txt-label-pr,
.list-thumb-l .txt-label-pr {
  padding: 0 4px;
  float: right;
  border: 1px solid #6a767f;
  color: #6a767f;
  font-size: 10px;
  line-height: 1.2;
}

.list-thumb-l li {
  margin-bottom: 32px;
}

.list-thumb-l .thumb {
  width: 184px;
}

.list-thumb-l .txt {
  margin-left: 210px;
}

.list-thumb-l .txt-ttl {
  font-size: 1.5rem;
}

.list-thumb-l .txt-summary {
  margin-top: 16px;
  font-size: 0.875rem;
}

.list-thumb-2col {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-thumb-2col li {
  width: 46%;
}

.list-thumb-4col {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.list-thumb-4col li {
  width: 22%;
}

.list-thumb-4col li .thumb {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}

.list-thumb-4col li .thumb img {
  max-width: 100%;
}

.list-thumb-4col li p {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}

.list-label {
  margin-top: 16px;
}

.list-label dt, .list-label dd {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
}

.list-label dt {
  margin-right: 16px;
  color: #6a767f;
}

.list-label dd a {
  display: block;
  margin-left: 4px;
  padding: 0 4px;
  border: 1px solid #DE1400;
  color: #DE1400;
}

.list-label dd a:hover {
  border-color: #080e14;
  color: #080e14 !important;
}

.list-special .list-disc {
  margin-bottom: 24px;
  font-size: 0.75rem;
}

.list-special.list-special-col2 .list-disc {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-special.list-special-col2 li {
  width: 48%;
}

.list-company-release dt {
  color: #6a767f;
  font-size: 1.125rem;
  font-weight: bold;
}

.list-company-release dt a {
  color: #6a767f;
}

.list-company-release dd {
  margin-bottom: 24px;
}

.list-company-release .txt-summary {
  margin-top: 0;
}

.list-qa dt span {
  color: #DE1400;
  font-weight: bold;
}

.list-qa dd {
  margin-bottom: 24px;
}

.list-qa dd span {
  color: #1174c7;
  font-weight: bold;
}

/* link */
.link-txt {
  text-align: right;
}

.link-txt a {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
  color: #6a767f !important;
  font-size: 0.875rem;
  font-weight: bold;
}

.link-txt a::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #DE1400;
  border-right: 1px solid #DE1400;
  content: "";
}

.link-txt a:hover {
  color: #DE1400 !important;
}

.link-more .btn-primary {
  width: 100%;
}

/* box */
.bx-gray {
  padding: 24px;
  background-color: #E9EEF1;
}

/* table */
table {
  width: 100%;
}

table th, table td {
  padding: 8px;
  border: 1px solid #cad6de;
}

table th {
  background-color: #E9EEF1;
}

/* text */
.txt-note {
  color: #6a767f;
  font-size: 0.875rem;
}

.txt-update {
  margin-top: 8px;
  color: #DE1400;
  font-size: 0.75rem !important;
  font-weight: bold;
}

.txt-bold {
  font-weight: bold;
}

.txt-gray {
  color: #6a767f !important;
}

.txt-red {
  color: #DE1400 !important;
}

.txt-blue {
  color: #1174c7 !important;
}


.txt-size-75 {
  font-size: 0.75rem !important;
}
.txt-size-87 {
  font-size: 0.875rem !important;
}
.txt-size-100 {
  font-size: 1rem !important;
}
.txt-size-125 {
  font-size: 1.125rem !important;
}
.txt-size-150 {
  font-size: 1.5rem !important;
}

.txt-c {
  text-align: center;
}

/* pagination */
.pagination {
  margin-left: 0;
}

.pagination li {
  display: inline-block;
  font-weight: bold;
}

.pagination li a {
  display: block;
  margin: 0 8px;
  padding: 0 8px;
  color: #6a767f;
}

.pagination li a:hover {
  color: #DE1400 !important;
}

.pagination li.current span {
  color: #DE1400;
  margin: 0 8px;
  padding: 0 8px;
}

.pagination li.prev a, .pagination li.next a {
  position: relative;
  padding-left: 16px;
}

.pagination li.prev a::after, .pagination li.next a::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  border-top: 1px solid #6a767f;
  border-right: 1px solid #6a767f;
  content: "";
}

.pagination li.prev a:hover::after, .pagination li.prev a:hover::before, .pagination li.next a:hover::after, .pagination li.next a:hover::before {
  border-color: #DE1400;
}

.pagination li.next a {
  padding: 0 16px 0 0;
}

.pagination li.next a::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  right: 0;
  left: auto;
  transform: rotate(45deg);
}

.nextpage_link {
  padding-bottom: 24px;
  text-align: center;
}

.nextpage_link a, .nextpage_link p {
  display: inline-block;
  padding: 4px 8px;
}

.nextpage_link a {
  background-color: #080e14;
  color: #fff;
}

.nextpage_link a:hover {
  background-color: #DE1400;
}

.key_chain_disable .nextpage_link p {
  background-color: #E9EEF1;
  color: #6a767f;
}

/* button */
.btn-area {
  clear: both;
  text-align: center;
}

.btn-primary,
.btn-line-bk {
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -ms-transition: background-color .2s;
  -o-transition: background-color .2s;
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 24px;
  background-color: #DE1400;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: background-color .2s;
}

.btn-primary:hover,
.btn-line-bk:hover {
  background-color: #080e14;
  color: #fff !important;
  cursor: pointer;
}

.btn-primary {
  color: #fff !important;
}

.btn-line-bk {
  -webkit-transition: border-color .2s;
  -moz-transition: border-color .2s;
  -ms-transition: border-color .2s;
  -o-transition: border-color .2s;
  border: 1px solid #080e14;
  background-color: transparent;
  color: #080e14;
  transition: border-color .2s;
}

.btn-line-bk:hover {
  border-color: #DE1400;
  background-color: transparent;
  color: #DE1400 !important;
}

.btn-l {
  min-width: 70%;
}

/* dropdown */
.dropdown {
  position: relative;
  height: 100%;
}

.dropdown li {
  height: 100%;
}

.dropdown .dropdown-trigger {
  position: relative;
}

.dropdown .dropdown-trigger:hover {
  cursor: pointer;
}

.dropdown .dropdown-trigger span {
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.dropdown .dropdown-trigger:hover .dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 180px;
  border-top: 3px solid #de1400;
  background: #162736;
  font-weight: bold;
}

.dropdown .dropdown-menu::after {
  display: block;
  z-index: 9999;
  position: absolute;
  top: -12px;
  right: 32px;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #DE1400 transparent;
  content: "";
}

.dropdown .dropdown-menu li {
  padding: 0 16px 8px;
}

.dropdown .dropdown-menu li:first-of-type {
  padding-top: 8px;
}

.dropdown .dropdown-menu a {
  color: #fff;
  font-size: 0.75rem;
}

/* newsletters */
.mailmagazine input {
  margin-top: 24px;
}

.mailmagazine .btn-area {
  margin-top: 24px;
}

/* calendar */
.calendar_y,
.calendar_m,
.calendar_d {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -16px 0 16px;
  border: 2px solid #E9EEF1;
  text-align: center;
}

.calendar_y li,
.calendar_m li,
.calendar_d li {
  padding: 4px;
  color: #cad6de;
}

.calendar_y li.selected,
.calendar_m li.selected,
.calendar_d li.selected {
  background-color: #E9EEF1;
  color: #080e14;
}

.calendar_y a,
.calendar_m a,
.calendar_d a {
  display: block;
  margin: -4px;
  padding: 4px;
  color: #080e14;
}

.calendar_y a:hover,
.calendar_m a:hover,
.calendar_d a:hover {
  background-color: #E9EEF1;
}

.calendar_y li {
  width: 50%;
}

.calendar_m li {
  width: 33.3%;
}

.calendar_d {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 72%, #d3e8f4 72%, #d3e8f4 86%, #e9dddd 86%, #e9dddd 100%);
}

.calendar_d li {
  width: 14.28%;
}

/* poll */
.poll_result {
  margin-bottom: 24px;
  padding: 16px;
  overflow: hidden;
  background-color: #E9EEF1;
}

.poll_result dt {
  padding-top: 10px;
  clear: both;
  font-size: 12px;
  font-weight: normal;
}

.poll_result dd {
  width: 85%;
  float: left;
}

.poll_result .percent {
  width: 13%;
  float: right;
  color: #1174c7;
  font-size: 12px;
  font-weight: bold;
}

.poll_result .bar {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #ffffff;
}

.poll_result .indicator {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 17px;
  border-radius: 3px;
  background: #1174c7;
}


/* TOP
------------------------------------------ */
.article-gallery {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 420px;
}

.article-gallery .article-gallery-main,
.article-gallery .article-gallery-secondary {
  position: relative;
  height: 100%;
}

.article-gallery .article-gallery-main a,
.article-gallery .article-gallery-secondary a {
  display: block;
  z-index: 5;
  position: relative;
  width: 100%;
  height: 100%;
}

.article-gallery .article-gallery-main a::before,
.article-gallery .article-gallery-secondary a::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(8, 14, 20, 0) 0%, rgba(8, 14, 20, 0.8) 100%);
  content: "";
}

.article-gallery .article-gallery-main a:hover .article-gallery-ttl,
.article-gallery .article-gallery-secondary a:hover .article-gallery-ttl {
  color: #DE1400;
}

.article-gallery .article-gallery-main .article-gallery-ttl,
.article-gallery .article-gallery-secondary .article-gallery-ttl {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  position: absolute;
  bottom: 32px;
  left: 32px;
  padding: 0 24px;
  border-left: 1px solid #DE1400;
  color: #fff;
  font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  line-height: 1.3;
  transition: color 0.2s;
}

.article-gallery .article-gallery-main .article-gallery-ttl .article-gallery-label,
.article-gallery .article-gallery-secondary .article-gallery-ttl .article-gallery-label {
  display: block;
  margin-bottom: 8px;
  color: #fff !important;
  font-size: 0.875rem;
}

.article-gallery .article-gallery-main {
  width: 50%;
}

.article-gallery .article-gallery-secondary {
  width: 25%;
}

.article-gallery img.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.article-gallery img.img-fit {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.article-gallery-s {
  height: 300px;
}
.article-gallery-s .article-gallery-main .article-gallery-ttl, 
.article-gallery-s .article-gallery-secondary .article-gallery-ttl {
  left: 0;
  bottom: 16px;
  padding: 0 16px;
  border: none;
  font-size: 1rem;
}
.article-gallery-s .article-gallery-main {width: 40%;}
.article-gallery-s .article-gallery-secondary {width: 30%;}

.lead-us-news {
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
}

.lead-us-news .lead-us-txt {
  margin-right: 24px;
  color: #6a767f;
}

.lead-us-news .lead-us-txt strong {
  color: #080e14;
  font-size: 1.5rem;
}

.lead-us-news .lead-us-btn {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 200px;
}

/* ARTICLE
------------------------------------------ */
.article-header {
  margin-bottom: 16px;
  font-feature-settings: "palt" 1;
}

.article-header .article-header-primary {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.article-header .article-header-thumb {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 184px;
  margin-right: 24px;
  text-align: center;
}

.article-header .article-header-thumb img {
  max-width: 100%;
}

.article-header .article-header-ttl .article-header-label {
  color: #DE1400;
  font-size: 0.875rem;
}

.article-header .article-header-ttl .article-header-label a {
  color: #DE1400;
}

.article-header .article-header-ttl h1 {
  font-size: 2.25rem !important;
  line-height: 1.3;
}

.article-header .article-header-meta {
  padding-top: 16px;
  clear: both;
  color: #6a767f;
  font-size: 0.875rem;
}

.article-header .article-header-meta p {
  display: inline-block;
  margin-right: 8px;
  font-weight: normal;
}

.article-header .article-header-meta a {
  color: #1174c7;
}

.article-contents {
  font-size: 1.125rem;
  line-height: 1.9;
}

.article-contents h2, .article-contents h3, .article-contents h4, .article-contents h5 {
  padding: 16px 0 24px;
}

.article-contents h2 {
  font-size: 1.5rem;
}

.article-contents h3 {
  font-size: 1.125rem;
}

.article-contents p {
  padding-bottom: 24px;
}

.article-contents em {
  font-weight: bold;
  font-style: normal;
}

.article-contents a {
  color: #1174c7;
}

.article-contents a:hover {
  color: #DE1400 !important;
}

.article-contents ul, .article-contents ol {
  margin-left: 24px;
  padding-bottom: 24px;
  list-style: disc;
}

.article-contents ul li, .article-contents ol li {
  margin-bottom: 16px;
}

.article-contents ol {
  list-style: decimal;
}

.article-contents .center,
.article-contents .left,
.article-contents .right {
  padding-bottom: 24px;
  color: #6a767f;
  font-size: 0.875rem;
  line-height: 1.5;
}

.article-contents .center img,
.article-contents .left img,
.article-contents .right img {
  max-width: 100%;
  margin-bottom: 8px;
}

.article-contents .center {
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
}

.article-contents .left {
  padding-right: 24px;
  float: left;
}

.article-contents .right {
  padding-left: 24px;
  float: right;
}

.article-contents .img-l {
  max-width: 184px;
}

.article-contents .img-xl {
  max-width: 240px;
}

.article-contents .img-xxxl {
  max-width: 620px;
  margin: 0 auto;
}

.article-contents blockquote {
  margin-bottom: 24px;
  padding: 16px 0 0 16px;
  border-left: 8px solid #cad6de;
}

.article-contents pre {
    margin-bottom: 24px;
}

.article-contents .person1,
.article-contents .person2,
.article-contents .person3,
.article-contents .person4,
.article-contents .person5,
.article-contents .person6 {
  padding: 0 16px 0 8px;
  border-left: 2px solid #c62828;
  color: #c62828;
  font-weight: bold;
}

.article-contents .person2 {
  border-color: #303f9f;
  color: #303f9f;
}

.article-contents .person3 {
  border-color: #009688;
  color: #009688;
}

.article-contents .person4 {
  border-color: #ffc107;
  color: #ffc107;
}

.article-contents .person5 {
  border-color: #9c27b0;
  color: #9c27b0;
}

.article-contents .person6 {
  border-color: #546e7a;
  color: #546e7a;
}

.article-contents .profile08 {
  margin-bottom: 24px;
  padding: 24px !important;
  overflow: hidden;
  border-top: 1px solid #cad6de;
  border-bottom: 1px solid #cad6de;
  background: #E9EEF1 !important;
  font-size: 0.875rem;
}

.article-contents .profile08 dt {
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.article-contents .box-pro-epi {
  position: relative;
  margin: 45px 0 30px;
  padding: 25px 15px 0;
  border: 5px solid #ddd;
}

.article-contents .box-pro-epi em {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 15px;
  padding: 0 15px;
  background-color: #fff;
  font-size: 16px;
}

.article-contents .bubble {
  position: relative;
  margin: 30px 0;
  padding: 15px;
  background-color: #efefef;
}

.article-contents .bubble::after {
  display: block;
  position: absolute;
  bottom: -14px;
  left: 30px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background-color: #efefef;
  content: "";
}

.article-contents .release-notes {
  text-align: right;
  color: #666;
  font-size: 80%;
}

.article-contents .leaf_body_foot p {
  font-size: 0.875rem;
}

.article-contents .leaf_body_foot a {
  color: #1174c7;
}

.article-contents .leaf_body_foot a:hover {
  color: #DE1400 !important;
}

.article-pagination {
  padding-top: 40px;
  clear: both;
}

.article-pagination .article-pagination-next {
  margin-bottom: 24px;
  text-align: center;
}

.article-pagination .article-pagination-next a {
  display: inline-block;
  min-width: 50%;
  padding: 4px 8px;
  background-color: #DE1400;
  color: #fff;
}

.article-pagination .article-pagination-next a:hover {
  background-color: #080e14;
  color: #fff !important;
}

.article-pagination .pagination {
  margin-left: 0;
  text-align: center;
}

/* sns button */
.article-sns {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.article-sns-btn {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.article-sns-btn li {
  margin-right: 4px;
  float: left;
}

.sns_note_kaku{
  display:block;
  border-radius: 3px;
  background-color: #2cb696;
  height:20px;
  padding:0px 4px 0px 2px;
  margin-top: 8px;
}
.sns_note_kaku img{
  position:relative;
  left:-4px;
  top:-5px;
}
.sns_note_kaku span{
  color:white;
  zoom: 1;
  white-space: nowrap;
  font-size: 11px;
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-top: 3px;
  line-height: 1;
  vertical-align: top;
  position: relative;
  left:-6px;
  top:1px;
}
.sns_note_kaku:hover{
  background-color:#228d74;
}

.article-utility-btn {
  -webkit-justify-content: space-between;
  -webkit-align-items: baseline;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  padding-top: 6px;
}

.article-utility-btn li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  height: 20px;
  margin-right: 2px;
  border-radius: 3px;
  background-color: #1D3446;
}

.article-utility-btn li a {
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.article-utility-btn li a:hover {
  cursor: pointer;
}

.article-utility-btn li i {
  color: #fff;
  font-size: 18px;
}

.article-utility-btn.dropdown .dropdown-trigger span {
  height: 20px;
}

.article-utility-btn.dropdown .dropdown-menu {
  right: 0;
  left: auto;
  border: none;
  font-size: 0.875rem;
  font-weight: normal;
}

.article-utility-btn.dropdown .dropdown-menu::after {
  top: -10px;
  right: 2px;
  border-color: transparent transparent #E9EEF1 transparent;
}

.article-utility-btn.dropdown .dropdown-menu li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 100%;
  border-radius: 0;
  background-color: #E9EEF1;
}

.article-utility-btn.dropdown .dropdown-menu li .txt-gray:hover {
  cursor: none;
}

.article-utility-btn.dropdown .dropdown-menu li > span {
  display: block !important;
  height: auto;
}

.article-utility-btn.dropdown .dropdown-menu li > span:hover {
  color: #DE1400;
}

.article-utility-btn #atode_tooltip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: absolute;
  top: 26px;
  right: 0;
  width: 180px;
  height: auto;
  padding: 8px 16px;
  border-radius: 0;
  background-color: #E9EEF1;
  color: #6a767f;
  font-size: 0.875rem;
}

.msg_login {
  position: relative;
  margin-top: 40px;
  padding: 24px 16px 0;
  border-top: 1px solid #cad6de;
  font-size: 0.875rem;
}

.msg_login::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: -13px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  border-top: 1px solid #cad6de;
  border-right: 1px solid #cad6de;
  background-color: #fff;
  content: "";
}

.article-mailmagizine {
  padding: 24px 16px;
  border-top: 1px solid #cad6de;
  background-color: #E9EEF1;
  text-align: center;
}

.article-mailmagizine a {
  color: #1174c7;
}

.article-mailmagizine .btn-area {
  margin-top: 24px;
}

/* roundup */
.list-roundup {
  margin: 0 !important;
  list-style: none !important;
}

.list-roundup li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 24px !important;
  border-bottom: 1px solid #E9EEF1;
}

.list-roundup li:last-of-type {
  margin-bottom: 0;
}

.list-roundup li .thumb {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  width: 80px;
  margin-left: 16px;
}

.list-roundup li .thumb::before {
  display: none;
}

.list-roundup li .thumb img {
  max-width: 100%;
}

.list-roundup li .txt {
  width: 100%;
  margin-bottom: 16px;
}

.list-roundup li h3,
.list-roundup li .txt-summary {
  padding: 0;
}

.list-roundup li .txt-summary {
  font-size: 0.875rem;
}

.list-roundup li a {
  color: #080e14;
}



/* photo report */
.story_photoreport {
  margin-bottom: 40px;
}

.story_photoreport #slideShowMain {
  position: relative;
}

.story_photoreport #slideShowMain .galleryImage {
  position: relative;
  text-align: center;
}

.story_photoreport #slideShowMain .galleryImage img {
  max-height: 600px;
  margin: 0 auto;
}

.story_photoreport #slideShowMain .galleryImage .media-prev,
.story_photoreport #slideShowMain .galleryImage .media-next {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.story_photoreport #slideShowMain .galleryImage .media-next {
  right: 0;
  left: auto;
}

.story_photoreport #slideShowMain .galleryImage .media-prev-item,
.story_photoreport #slideShowMain .galleryImage .media-next-item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  position: absolute;
  top: calc(50% - 25px);
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #DE1400;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
}

.story_photoreport #slideShowMain .galleryImage .media-prev-item::before,
.story_photoreport #slideShowMain .galleryImage .media-next-item::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 22px;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.story_photoreport #slideShowMain .galleryImage .media-prev-item:hover,
.story_photoreport #slideShowMain .galleryImage .media-next-item:hover {
  background-color: #fff;
}

.story_photoreport #slideShowMain .galleryImage .media-prev-item:hover::before,
.story_photoreport #slideShowMain .galleryImage .media-next-item:hover::before {
  border-color: #DE1400;
}

.story_photoreport #slideShowMain .galleryImage .media-next-item {
  right: 5px;
  left: auto;
}

.story_photoreport #slideShowMain .galleryImage .media-next-item::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 20px;
  transform: rotate(45deg);
}

.story_photoreport #slideShowMain .caption {
  padding: 16px 24px;
  font-size: 1rem;
}

.story_photoreport #slideShowMain .credit {
  padding: 0 24px;
  color: #6a767f;
  font-size: 0.875rem;
  text-align: right;
}

.story_photoreport #slideShowThumbNav {
  margin-top: 8px;
}

.story_photoreport #slideShowThumbNav .scrollingArrows .previous,
.story_photoreport #slideShowThumbNav .scrollingArrows .next {
  display: block;
  position: relative;
  width: 32px;
  height: 60px;
  margin-right: 8px;
  float: left;
  background-color: #DE1400;
  cursor: pointer;
}

.story_photoreport #slideShowThumbNav .scrollingArrows .previous::before,
.story_photoreport #slideShowThumbNav .scrollingArrows .next::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 14px;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.story_photoreport #slideShowThumbNav .scrollingArrows .next {
  margin-right: 0;
  float: right;
}

.story_photoreport #slideShowThumbNav .scrollingArrows .next::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 10px;
  transform: rotate(45deg);
}

.story_photoreport #slideShowThumbNav #thumbContainer {
  height: 60px;
  overflow: hidden;
}

.story_photoreport #slideShowThumbNav #thumbHousing {
  width: 1000% !important;
  margin: 0;
  padding: 0;
}

.story_photoreport #slideShowThumbNav .thum {
  height: 60px;
  float: left;
  list-style: none !important;
  text-align: center;
}

.story_photoreport #slideShowThumbNav .thum.fixed {
  margin: 0 8px 0 0;
  overflow: hidden;
}

.story_photoreport #slideShowThumbNav .thum.currentSlide {
  border: 1px solid #DE1400;
}

.story_photoreport #slideShowThumbNav .thum > a > div {
  -webkit-background-size: cover;
  width: 80px !important;
  height: 60px !important;
  background-size: cover;
}


/* company center */
#selector_navi ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 16px;
  background: #1D3446;
}

#selector_navi li {
  width: 100%;}

#selector_navi li a {
  position:relative;
  display: block;
  height: 100%;
  padding: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

#selector_navi li a:hover,
#selector_navi li.on a {
  color: #fff !important;
  background:#DE1400;
}

#selector_navi li a:hover::after,
#selector_navi li.on a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #DE1400 transparent transparent transparent;
}

#selector table {width: 100%;}
#selector th {text-align: left;}
#selector th,
#selector td {vertical-align: top;}



/* enlarge image */
.img-enlarge {
  padding: 40px 0;
}




/* CATEGORY
------------------------------------------ */
.category-header {
  margin-bottom: 40px;
}

.category-header .category-header-ttl h1 {
  font-size: 2.75rem;
  line-height: 1.3;
}

.category-header .category-header-summary {
  padding-top: 24px;
  font-size: 1rem;
  font-weight: normal;
}

.category-pagination {
  padding-top: 16px;
  overflow: hidden;
  border-top: 1px solid #E9EEF1;
}

.category-pagination .pagination {
  float: right;
}


/* SPECIAL
------------------------------------------ */
.list-special-thumb li {
    margin-bottom: 80px;
}
.list-special-thumb > li > a {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.list-special-thumb > li > a .thumb {
    flex-shrink: 0;
    margin-right: 24px;
}
.list-special-thumb > li > a .txt {
    margin: 0;
}
.list-special-thumb li .list-disc li {
    margin-bottom: 8px;
    overflow: visible;
    font-size: .875rem;
}

.list-special-thumb li.list-special-thumb-top {
    padding: 16px;
    background-color: #E9EEF1;
}
.list-special-thumb li.list-special-thumb-top .thumb {
    width: 320px;
}
.list-special-thumb li.list-special-thumb-top .list-disc li {
    font-weight: bold;
}

.special-header p.special-header-summary {
    display: block;
    margin: 0;
    color: #333;
    font-size: 1.15rem;
    line-height: 1.5;
}



/* WP
------------------------------------------ */
.list-wp-top-4col li {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.list-wp-top-4col li .thumb {
  -ms-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.list-wp-top-4col li .thumb img {
  max-height: 200px;
  border: 1px solid #CCCCCC;
}

#wp_industry_recommend_area .list-roundup li {
  padding-bottom: 24px;
}

/* wp search */
.wp-search {
  padding: 16px 24px 24px;
  background-color: #E9EEF1;
}

.wp_searchbox {
  position: relative;
  border: 1px solid #DE1400;
}

.wp_searchbox .search_text_google_paper {
  width: calc(100% - 48px) !important;
  border: none !important;
}

.wp_searchbox input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #fff url(/media/z/2019/icon_search.svg) no-repeat center center;
  text-indent: -9999px;
}

/* wp leaf */
.wp_img {
  width: 200px;
  margin: 0 0 24px 24px;
  float: right;
}

.wp_img img {
  margin-bottom: 16px;
  border: 1px solid #CCCCCC;
}

.wp_img .caption {
  font-size: 0.875rem;
}

#dl_start {
  padding: 24px;
  clear: both;
  background-color: #E9EEF1;
}

#dl_start h1, #dl_start h2, #dl_start h3, #dl_start h4, #dl_start h5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

#dl_start .login {
  text-align: left;
}

#dl_start .login dt {
  color: #DE1400;
  font-size: 0.875rem;
  font-weight: bold;
}

#dl_start .login dd {
  margin-bottom: 16px;
}

#dl_start .register {
  padding-top: 24px;
  border-top: 1px solid #cad6de;
}

#wp_cont p, #wp_cont li {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
}

#wp_cont .notify {
  color: #DE1400;
  font-size: 0.75rem;
  font-weight: normal;
}

#wp_cont .form_q {
  margin: 8px 0 16px;
  padding-top: 24px;
  background-color: #fff;
}

#wp_cont .form_q li {
  padding: 2px 0;
  font-size: 1rem;
  list-style: none;
}

#wp_cont .form_q .error {
  padding: 0 24px 8px;
  color: #DE1400;
  font-size: 0.875rem;
  font-weight: bold;
}

#wp_cont [class^="btn_"] {
  padding: 24px 0;
  text-align: center;
}

#wp_cont .btn-primary {
  min-width: 60%;
  font-size: 1rem;
}

/* GLOSSARY
------------------------------------------ */
#glossary_index table {
  margin-bottom: 16px;
  table-layout: fixed;
}

#glossary_index table td {
  padding: 0;
}

#glossary_index table td a {
  display: block;
  padding: 8px;
  text-align: center;
}

#glossary_index table td a:hover {
  background-color: #E9EEF1;
}

/* FORM
------------------------------------------ */
input[type="text"],
input[type="password"],
select {
  width: 100%;
  min-height: 48px;
  padding: 8px;
  border: 1px solid #cad6de;
  font-size: 16px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
select::placeholder {
  color: #cad6de;
}

input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
select:focus::placeholder {
  color: transparent;
}

input[class^="btn-"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input.btn-primary {
  border: 1px solid #DE1400;
  background: #DE1400;
}

/* AD
------------------------------------------ */
.ad-bnr-large {
  overflow: hidden;
  text-align: center;
}

.ad-bnr-large > div{
  min-height: 115px;
  padding:25px 0 0 0;
}

.ad-bnr-rect,
.ad-bnr-rect-btm {
  text-align: center;
}

.ad-bnr-rect {
  min-height: 250px;
}


.ad-bnr-rect-btm {
  margin-top: 16px;
}

.ad-bnr-rect-btm a {
  display: inline-block;
  margin-bottom: 16px;
}

.ad-bnr-rect-btm a:last-of-type {
  margin-bottom: 0;
}

.ad-txt li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 2.5em;
  font-size: 0.75rem;
}

.ad-txt li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #6a767f;
  content: "";
  content: "PR";
}

.ad_container {
  font-size: 0;
}


/* logly */

.ad_interestmatch {
  border-top: 1px solid #cad6de;
  padding: 40px 0;
}
.ad_interestmatch ul.list_disc li {
  list-style: disc inside;
  margin-bottom: 0px;
  font-size: 0.875rem;
}
.ad_interestmatch .adby {
  text-align: right;
  font-size: 11px;
}
.ad_interestmatch .adby a {
  color: #6a767f;}


/* iframe */
.iframe-list-thumb-2col {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.iframe-list-thumb-2col li {
  width: 48%;
}





/* RESPONSIVE
------------------------------------------ */




@media screen and (max-width: 1920px) {
  .js-move-menu-1 {
    display: none;
  }
  .header-dropdown-trigger {
    display: inline;
  }
}/*20200701 add*/


@media screen and (min-width: 1911px) {
  .header-nav .header-dropdown .header-dropdown-trigger {
    display: none;
  }
}/*20200701 add*/



@media screen and (max-width: 1200px) {
  .js-move-menu-2 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pg-container-side {
    width: 300px;
  }

  /* top */
  .article-gallery .article-gallery-secondary .article-gallery-ttl {
    font-size: 1.125rem;
  }
  .article-gallery-s .article-gallery-secondary .article-gallery-ttl {
    font-size: 1rem;
  }
}

/* 1024 */

@media screen and (min-width: 961px) {
  #header-main .header-nav,
  #header-main .header-login .header-dropdown {
    display: block !important;
  }
}
/* tablet */
@media screen and (max-width: 960px) {
  .js-move-menu-1 {
    display: block;
  }
  .js-move-menu-2 {
    display: block;
  }
  .header-dropdown-trigger {
    //display: none;
  }
  .pg-container-col2 {
    display: block;
  }

  .pg-container-main,
  .pg-container-side {
    width: 100%;
    max-width: none;
    margin: 0 0 24px;
  }
  .iframe-list-thumb-2col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .iframe-list-thumb-2col li {
    width: 48%;
  }

  #header-secondary {
    display: none;
  }

  #header-main .header-logo,
  #header-main .header-search,
  #header-main .header-nav,
  #header-main .header-login {
    width: 25%;
  }

  #header-main .header-logo {
    top: 0;
    left: 0;
    height: 100%;
  }

  #header-main .header-logo a {
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #header-main .header-logo img {
    width: 86%;
    height: 86%;
  }

  #header-main .header-search {
    margin-left: 25%;
  }

  #header-main .header-search .header-search-trigger {
    display: none;
  }

  #header-main .header-search .sp-header-search-trigger {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #080e14;
  }

  #header-main .header-nav {
    -webkit-transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    z-index: 9999;
    top: 60px;
    right: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }
  #header-main .header-nav.js-open {
    -webkit-transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    max-height: 2000px;
    overflow: visible;
    opacity: 1;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }


  #header-main .header-nav .header-dropdown {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 3px solid #de1400;
  }

  #header-main .header-nav .header-dropdown::after {
    display: block;
    z-index: 9999;
    position: absolute;
    top: -12px;
    right: 37%;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #de1400 transparent;
    content: "";
  }

  #header-main .header-nav .header-dropdown li {
    width: 50%;
    height: 40px;
    background-color: #162736;

    padding: 0px 16px;
    /* transition: padding-top 1s ease 0s, padding-bottom 1s ease 0s; */
  }

  #header-main .header-nav .header-dropdown a {
    -webkit-justify-content: center;
    justify-content: center;

    /*visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s linear 0s, visibility 0.6s linear 0s;*/
  }

  /*   #header-main .header-nav .header-dropdown .header-dropdown-trigger {
    display: none;
  }
  */

  #header-main .header-nav .header-dropdown .header-dropdown-trigger span,
  #header-main .header-nav .header-dropdown .header-dropdown-menu {
    display: none;
  }
  #header-main .sp-header-nav-trigger {
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    color: #fff;
  }

  #header-main .sp-header-nav-trigger:hover {
    cursor: pointer;
  }

  #header-main .header-login {
    right: 0;
  }

  #header-main .header-login .header-dropdown-trigger span {
    display: none;
  }

  #header-main .header-login .sp-header-dropdown-trigger {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  #header-main .header-login .sp-header-dropdown-trigger:hover {
    cursor: pointer;
  }

  #header-main .header-login .header-dropdown {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100vw;
  }

  #header-main .header-login .header-dropdown-menu {
    display: block;
    width: 100%;
    text-align: center;
  }

  #header-main .header-login .header-dropdown-menu::after {
    right: calc(12.5% - 5px);
  }

  #header-main .header-login .header-dropdown-trigger {display: inline;}

  .ad-bnr-rect-btm a {
    margin: 0 4px 16px;
  }

  .header-info-editorial {
    font-size: 0.875rem;
    text-align: left;
  }

  .header-info-editorial dt {
    display: none;
  }

  .footer-menu {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-menu .footer-menu-block {
    width: 48%;
  }

  /* top */
  .article-gallery {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .article-gallery .article-gallery-main {
    width: 100%;
    height: 400px;
  }

  .article-gallery .article-gallery-secondary {
    width: 50%;
  }
}

/* 960 */
/* hide large bnr */
@media screen and (max-width: 800px) {
  .ad-bnr-large {
    min-height: 0px;
  }

  .breadcrumb {
    margin: 16px 0;
    border: none;
  }
}

/* 800 */
/* sp */
@media screen and (max-width: 640px) {
  .pg-container {
    padding: 0 8px;
  }
  /* 3col */
  .pg-container-main-2col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pg-container-main-2col .pg-container-main-primary {
    order: 1;
    margin-left: 0;
  }
  .pg-container-main-2col .pg-container-main-secondary {
    order: 2;
    width: 100%;
  }
  .pg-parts-3col .pg-parts-3col-inner {
    width: 47.5%;
    margin: 0 5% 40px 0;
  }
  .pg-parts-3col .pg-parts-3col-inner:nth-of-type(3n) {
    margin-right: 5%;
  }
  .pg-parts-3col .pg-parts-3col-inner:nth-of-type(even) {
    margin-right: 0;
  }
  footer {
    padding-top: 0;
  }

  .footer-menu {
    display: none;
  }

  .footer-copyright ul {
    padding-bottom: 0;
  }

  .footer-copyright li {
    display: block;
    margin-bottom: 16px;
  }

  .header-info-editorial {
    padding: 8px 0;
    font-size: 0.75rem;
  }

  .header-info-editorial dd {
    display: block;
    padding: 0 8px;
  }

  .header-info-editorial dd a {
    display: block;
    margin: 0;
  }

  [class^="list"] li {
    margin-bottom: 16px;
    font-size: 0.875rem;
  }

  .list-thumb-l .thumb {
    width: 80px;
  }

  .list-thumb-l .txt {
    margin-left: 96px;
  }

  .list-thumb-l .txt-ttl {
    font-size: 0.875rem;
  }

  .list-thumb-l .txt-summary {
    display: none;
  }

  .list-thumb-2col li {
    width: 100%;
  }

  .list-thumb-4col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-thumb-4col li {
    width: 48%;
  }

  .list-special.list-special-col2 .list-disc {
    display: block;
  }

  .list-special.list-special-col2 li {
    width: 100%;
  }

  .pagination li.prev a, .pagination li.next a {
    text-indent: -9999px;
  }

  /* top */
  .article-gallery .article-gallery-main {
    height: 100%;
    margin-bottom: 24px;
  }

  .article-gallery .article-gallery-main .article-gallery-ttl {
    font-size: 1.125rem;
  }

  .article-gallery .article-gallery-secondary {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 8px;
  }

  .article-gallery .article-gallery-secondary a::before {
    display: none;
  }

  .article-gallery .article-gallery-secondary img {
    width: 80px;
    height: 60px;
    margin-right: 16px;
    float: left;
  }

  .article-gallery .article-gallery-secondary .article-gallery-ttl {
    position: static;
    margin-left: 96px;
    padding: 0;
    border: none;
    color: #080e14;
    font-size: 0.875rem;
  }

  .article-gallery .article-gallery-secondary .article-gallery-ttl .article-gallery-label {
    margin-bottom: 8px;
    color: #6a767f !important;
    font-size: 0.75rem;
  }

  .lead-us-news {
    display: block;
    text-align: center;
  }

  .lead-us-news .lead-us-txt {
    margin-right: 0;
  }

  .lead-us-news .lead-us-btn {
    margin: 16px auto 0;
  }

  /* category */
  .category-header .category-header-ttl h1 {
    font-size: 1.5rem;
  }

  /* article */
  .article-header .article-header-primary {
    display: block;
  }
  .article-header .article-header-thumb:before{
    content:"";
    display: block;
    padding-top: 75%;
  }
  .article-header .article-header-thumb {
    width: 100%;
    float: none;
    position:relative;
  }
  .article-header .article-header-thumb img{
    position:absolute;
    width:100%;
    height:auto;
    left:0;
    top:0;
  }

  .article-header .article-header-ttl {
    margin: 8px 0 0;
  }

  .article-header .article-header-ttl h1 {
    font-size: 1.5rem !important;
  }

  .article-header .article-header-meta {
    padding-top: 16px;
    font-size: 0.75rem;
  }

  .article-contents p, .article-contents li {
    font-size: 1rem;
  }

  .article-contents h2 {
    font-size: 1.125rem;
  }

  .article-contents h3 {
    font-size: 1rem;
  }

  .article-contents .left,
  .article-contents .right {
    float: none;
    text-align: center;
  }

  .article-contents .img-l,
  .article-contents .img-xl,
  .article-contents .img-xxxl {
    max-width: 100%;
    padding: 0 0 24px;
  }
  .article-contents img {
    max-width: 100%;
  }

  .article-contents iframe,
  .article_body iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 360px;
  }

  .article-contents .release-notes {
    text-align:left;
    color:#666;
    font-size: 80%;
  }

  /* sns button */
  .article-sns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-sns .article-sns-btn li {
    margin-bottom: 8px;
  }

  .article-sns .article-utility-btn {
    max-width: 50%;
  }

  .article-sns .article-utility-btn.dropdown .dropdown-menu {
    right: auto;
    left: 0;
    width: 130px;
  }

  .article-sns .article-utility-btn.dropdown .dropdown-menu::after {
    right: auto;
    left: 4px;
  }

  .article-pagination {
    padding-top: 16px;
  }

  /* special */
    .list-special-thumb > li > a .thumb {
        margin-right: 16px;
    }

    .list-special-thumb li .list-disc li {
        font-size: .75rem;
    }
    .list-special-thumb li.list-special-thumb-top a {
        display: block;
    }
    .list-special-thumb li.list-special-thumb-top .thumb {
        width: 100%;
        margin: 0 0 24px 0;
    }
    .list-special-thumb li.list-special-thumb-top .txt-ttl {
        font-size: 1.125rem;
    }
    .list-special-thumb li.list-special-thumb-top .list-disc li {
        font-weight: normal;
    }

    .special-header .article-header-thumb img {
        position: static;
    }
    .special-header .article-header-thumb:before {
        display: none;
    }
    .special-header p.special-header-summary {
        font-size: .875rem;
    }

  /* wp */
  .wp_img {
    width: 100%;
    margin: 0 0 24px;
    float: none;
    text-align: center;
  }


  #selector_navi li a {white-space: normal;}

  /* iframe special */
  .iframe-list-thumb-2col li {
    width: 100%;
  }

}

/* 640 */
@media screen and (max-width: 480px) {
  /* button */
  .btn-primary,
  .btn-line-bk {
    line-height: 1.3;
  }
  /* sns button */
  .article-sns .article-sns-btn .note {
    clear: both;
  }

  .article-sns li.print {
    display: none;
  }

  .article-contents iframe,
  .article_body iframe {
    min-height: 0;
  }

  .ad-bnr-large > div {
    padding:15px 0 0 0;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}/* 480 */

/* GDPR
--------------------------------------------------*/
#gdpr_area {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  line-height: 1.5;
}

#gdpr_area a {
  text-decoration: underline;
}

#gdpr_area .gdpr_area_inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 10px 40px 10px 0;
  font-size: 12px !important;
}

#gdpr_area .gdpr_area_inner a {
  color: #fff;
}

#gdpr_area .gdpr_area_inner a:hover {
  text-decoration: underline;
}

#gdpr_area .gdpr_area_inner span.break {
  display: block;
}

#gdpr_area .gdpr_btn_agree {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-color: #999;
}

#gdpr_area .gdpr_btn_agree::after,
#gdpr_area .gdpr_btn_agree::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  display: block;
  width: 2px;
  height: 15px;
  background-color: #f5f5f5;
  transform: rotate(45deg);
}

#gdpr_area .gdpr_btn_agree::before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
  #gdpr_area .gdpr_area_inner {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px 10px 10px;
  }

  #gdpr_area .gdpr_area_inner span.break {
    display: inline;
  }

  #gdpr_area .gdpr_btn_agree {
    right: 10px;
  }
}


/* Tieup Common
--------------------------------------------------*/
#content {overflow: hidden;}
.adspecial_type1{
  margin: 0 auto !important;
  max-width:980px !important;
}
.adspecial_type1 h1{
font-size:14px;
}

.adspecial_type1 .pagination{
  text-align:center;
  margin-bottom:10px;
}
.adspecial_type1 .article-pagination-next {
  margin-bottom: 24px;
  text-align: center;
}

.adspecial_type1 .article-pagination-next a {
  display: inline-block;
  min-width: 50%;
  padding: 4px 8px;
  background-color: #DE1400;
  color: #fff;
}

.adspecial_type1 .article-pagination-next a:hover {
  background-color: #080e14;
  color: #fff !important;
}

@media screen and (max-width: 480px){
  .adspecial_type1 .pagination li.next{
    display: inline-block;
    margin: 0;
  }
}


/*---------------------------------------------------*/
table.event-table th {
  text-align: left;
  width: 30%;
}

hr.dotted-line {
  margin: 20px 0;
  border-bottom: 1px dotted #bbb;
}

#event_page {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}

#event_page h2 {
  margin: 24px 0;
  border-bottom: 1px solid #DE1400;
  color: #DE1400;
}

#event_page a {
  color: #1174c7;
}

#event_page .resister_flow {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

#event_page .resister_flow li {
  width: 100%;
  margin: 0 4px;
  padding: 4px 8px;
  background-color: #E9EEF1;
  text-align: center;
}

#event_page .resister_flow li.on {
  background-color: #DE1400;
  color: #fff;
}

#event_page .resister_flow li:first-of-type {
  display: none;
}

#event_page .text-center {
  padding: 24px 0;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #event_page .resister_flow {
    display: block;
  }
  #event_page .resister_flow li {
    margin: 0 0 4px;
  }
}


/**
 * Splash
 */
#splash-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #b5b5b5;
}

#splash-header {
  background-color: #efefef;
  height: 25px;
  width: auto;
  text-align: right;
  line-height: 25px;
  color: #000;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 10px;
}

#splash-header a {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  height:32px;
}

#splash{
  height:100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #b5b5b5;
  z-index: 999999;
  overflow-y: auto;
}
/*
 * browser Control
 */
html{
  overflow-y: scroll;
}

/*
 * Core web vital
 */
@media screen and (max-width: 480px) {
  #ad_text{
    margin-bottom:30px
  }
  .ad-txt{
    min-height:88px
  }
}

/*
 * WPDL Thanks
 */
#whitepaper.article-header-meta {
  padding-top : 10px !important;
}

#whitepaper.header-info-editorial {
  font-size : 14px !important;
  line-height : 1.4 !important;
}

#whitepaper .breadcrumb {
  margin-bottom : 10px !important;
}

#whitepaper .ttl-red {
  margin-bottom : 0px !important;
  font-size : 85% !important;
}

#whitepaper .leaftitle {
  font-size : 2rem !important;
}

#whitepaper .wp_download h2 {
  padding : 0px 0px 7px 0px !important;
  font-size : 1.3rem !important;
}

#whitepaper p.dl_start{
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

#whitepaper .article-contents p {
  padding-bottom : 12px !important;
}

#whitepaper div.wp_download>h3:nth-of-type(1) {
  font-size:100% !important;
}

#whitepaper .go_dl_btn {
  margin : 0px 0px 12px 0px !important;
  font-size:1rem !important;
  line-height: 0.6 !important;
}

#whitepaper .go_dl_text {
  text-decoration-line : underline;
  text-decoration-thickness : initial;
  text-decoration-style : initial;
  text-decoration-color : initial;
  font-size: 1rem;
  line-height: 0.6;
}

#whitepaper .border{
  border-width : thin;
  border-style : solid;
  border-color : rgb(209, 209, 209);
}

#whitepaper .go_left {
  margin : 5px 15px 0px 10px;
  float : left;
}

#whitepaper .go_right {
  margin : 5px 0px 0px 0px;
  float : left;
  width : 520px;
}

#whitepaper .go_right_text {
  font-size : 0.8rem;
}

#whitepaper .txt-category {
  color : red;
  font-size : 0.8rem;
  margin-bottom : 3px;
}

#whitepaper .go_button-area {
  margin : 7% 5% 0% 5%;
  text-align : center;
  vertical-align : middle;
}

#whitepaper .go_button {
  text-align : center;
}


@media screen and (max-width: 769px) {

  #whitepaper .go_right {
    margin : 5px 0px 0px 0px;
    float : left;
    width : 480px;
  }

}
@media screen and (max-width: 480px) {

  #whitepaper .go_left {
    margin : 5px 0px;
    float : left;
    width:100%;
    text-align: center;
  }
  #whitepaper .go_right {
    margin : 5px 0px 0px 0px;
    float : left;
    width:auto;
  }
  #whitepaper .txt-category {
    color : red;
    margin-bottom : 3px;
    font-size : 15px !important;
  }

  #whitepaper .go_button-area {
    margin : 7% 5% 0% 5%;
    text-align : center;
    vertical-align : middle;
  }
}

/*related wp*/
#zd_wp_leaf_recommends .pg-mod {
  margin-bottom : 12px;
}

#rcmd-wrapper {
  margin-bottom : 12px;
}

#rcmd-wrapper .txt-area {
  overflow-x : hidden;
  overflow-y : hidden;
}

#rcmd-wrapper .rcmd-content {
  overflow-x : hidden;
  overflow-y : hidden;
  clear : both;
  margin-bottom:10px;
}


#rcmd-wrapper .rcmd-img {
  width : 120px;
  float : left;
  margin-right : 10px;
  border : 1px solid rgb(204, 204, 204);
}

#rcmd-wrapper .txt-ttl {
  position : relative;
  color : rgb(8, 14, 20);
  font-size : 0.875rem;
  font-weight : bold;
  letter-spacing : 0.05em;
}

#rcmd-wrapper .txt-ttl:hover {
  position : relative;
  color : rgb(54, 114, 193);
  font-size : 0.875rem;
  font-weight : bold;
  letter-spacing : 0.05em;
}

#rcmd-wrapper .txt-summary {
  position : relative;
  margin-top : 8px;
  color : rgb(106, 118, 127);
  font-size : 0.75rem;
}

#ad_rect >div>div{
  width:auto !important;
}
