@charset "utf-8";
.article-head:not(.brain) {
  height: 340px;
  min-width: 1080px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.article-head.brain {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.article-head.brain::before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.article-head.brain > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.article-head:not(.brain) > img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.article__header {
  margin-bottom: 10px;
}
.article__ttlWrap {
  margin-bottom: 20px;
  word-break: break-all;
}
.article__mainTtl {
  font-size: 3.2rem;
}
.article__subTtl {
  color: #657783;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}
.article__snsListWrap {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 8px 0;
}
.article__snsListWrap.\--below {
  border-bottom: none;
}
.article__snsList {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 26px;
}
.article__snsItem span {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 4px;
}
.article__snsItem:not(:last-of-type) {
  margin-right: 40px;
}
.article__snsItem a {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
}
.article__snsItem.\--fb-share span {
  color: #3b5998;
}
.article__snsItem.\--fb-share svg {
  fill: #3a5998;
  width: 26px;
}
.article__snsItem.\--twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__snsItem.\--twitter svg {
  fill: #1da1f2;
  width: 28px;
}
.article__snsItem.\--line svg {
  fill: #01b900;
  width: 27px;
}
.article__snsItem.\--hatena span {
  color: #00a4de;
}
.article__snsItem.\--hatena svg {
  fill: #00a4de;
  width: 26px;
}
.article__snsItem.\--copy {
  position: relative;
}
.article__snsItem.\--copy svg {
  fill: #000;
  width: 26px;
}
.article__snsItem.\--mail svg,
.article__snsItem.\--print svg {
  fill: #151515;
  width: 26px;
}
.article__snsItem .copy-btn-result {
  background-color: #0d306f;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 1.4rem;
  left: 30px;
  min-height: 25px;
  min-width: 125px;
  padding: 5px;
  position: absolute;
  top: -5px;
  z-index: 1;
}
.article__snsItem .copy-btn-result:before {
  border-color: transparent #0d306f transparent transparent;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  content: "";
  display: block;
  height: 0;
  left: -5px;
  position: absolute;
  top: 11px;
  width: 0;
}
.article__snsItem .tw-search__label {
  align-self: flex-end;
  padding: 4px 6px;
  background: #000;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  font-size: 1rem;
}
.article__tags {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.article__credit {
  color: #657783;
  font-size: 1.3rem;
  text-align: left;
}
.article__corporateName {
  display: block;
  font-size: 2.4rem;
}
.article__btn {
  margin-bottom: 40px;
}
.article__btn > a {

}
.article__btn > a {
  background: #0d306f;
  -webkit-box-pack: center;
  color: #fff;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.1rem;
  font-weight: 700;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 18px 0;
  width: 100%;
}
.article__btn span:first-of-type {
  padding-right: 20px;
  position: relative;
}
.article__btn span:first-of-type:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.area-billboard {
  margin: 0 auto 15px;
  position: relative;
}
.leafInfo {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  color: #657783;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  justify-content: space-between;
}
.leafInfo__source {
  color: #657783;
}
.leafInfo.\--above {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
}
.leafInfo:first-of-type {
  margin-bottom: 10px;
}
.leafInfo:nth-of-type(2) {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 5px;
}
.leafInfo span a {
  color: #657783;
}
.leafInfo__category {
  margin: 0 10px 10px 0;
}
.leafInfo__category a {
  color: #0d306f;
  background: #eee;
  border-radius: 50px;
  font-weight: 700;
  padding: 4px 8px;
}
.leafInfo__leftBlock {
  flex-wrap: wrap;
}
.leafInfo__leftBlock,
.leafInfo__rightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.leafInfo__rightBlock {
  min-width: 110px;
}
.leafInfo__tag {
  margin: 0 10px 10px 0;
}
.leafInfo__tag a:not(:last-of-type) {
  margin-right: 10px;
}
.leafInfo__tag a {
  background: #0d306f;
  border-radius: 50px;
  color: #fff;
  padding: 4px 8px;
}
.ad-leafInfo-date {
  margin-right: 10px;
  text-align: right;
}
/* article-above-pagination */
.article-above-pagination {
  margin: 15px 0;
}
.article-above-pagination__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-above-pagination__list .prev {
  margin-right: 10px;
}
.article-above-pagination__list span {
  padding: 0 10px 0 0;
}
.article-above-pagination__item {
  font-weight: 700;
  font-family: Libre Baskerville, sans-serif;
  width: 24px;
  text-align: center;
  height: 24px;
  font-size: 1.2rem;
  line-height: 24px;
}
.article-above-pagination__item:not(:last-of-type) {
  margin-right: 10px;
}
.article-above-pagination__item:not(.is-current) {
  background: #eee;
}
.article-above-pagination__item.is-current {
  background: #ccc;
  color: #333;
}
.article-above-pagination a:not(.article-above-pagination__item) {
  display: inline-block;
  color: #333;
  background: #eee;
  min-width: 60px;
  position: relative;
  font-size: 1.2rem;
  height: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
}
.article-above-pagination a.next::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 12px solid transparent;
  border-left-color: #eee;
  top: 0;
  left: 100%;
}
.article-above-pagination a.prev::after {
  content: ' ';
  width:0;
  height: 0;
  position:absolute;
  border:12px solid transparent;
  border-right-color:#eee;
  top:0;
  right:100%;
}
.articleInfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.articleInfo.\--below .articleInfo__list {
  clear: both;
  display: block;
}
.articleInfo.\--below .articleInfo__item {
  align-items: flex-start;
  background: #eee;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  padding: 20px;
}
.articleInfo.\--below .articleInfo__item:not(:first-of-type) {
  margin-top: 10px;
}
.articleInfo.\--below .articleInfo__thum {
  height: 56px;
  min-width: 56px;
  width: 56px;
}
.articleInfo.\--below .articleInfo__body {
  color: #222;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.articleInfo.\--below .articleInfo__description {
  font-size: 1.4rem;
  clear: both;
}
.articleInfo__description a {
  color: #0d306f;
}
.articleInfo.\--below .articleInfo__name {
  font-size: 1.8rem;
  font-weight: 700;
}
.articleInfo.\--below .articleInfo__title {
  margin-right: 20px;
}
.articleInfo.\--below .articleInfo__linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.articleInfo__link {
  color: #0d306f;
}
.articleInfo__other-article {
  font-weight: 700;
  margin-top: 10px;
}
.articleInfo__other-article > a {
  color: #03c;
}
.articleInfo__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px 0 12px;
  width: 100%;
}
.articleInfo__item,
.articleInfo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articleInfo__item {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-basis: calc(25% - 10px);
  -ms-flex-preferred-size: calc(25% - 10px);
}
.articleInfo__item.\--single {
  flex-basis: auto;
  -ms-flex-preferred-size: initial;
}
.articleInfo__item:not(:nth-child(n + 4)) {
  margin-right: 10px;
}
.articleInfo__thum {
  height: 32px;
  margin-right: 10px;
  min-width: 32px;
  overflow: hidden;
  width: 32px;
}
.articleInfo__thum img {
  border-radius: 50px;
  width: 100%;
}
.articleInfo__body {
  color: #657783;
  font-size: 1.2rem;
}
.articleInfo__name {
  font-size: 1.6rem;
  font-weight: 700;
}
.articleInfo__name > a {
  text-decoration: underline;
}
.articleInfo__level {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  color: #657783;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4;
}
.articleInfo__level span {
  color: #222;
}
.articleInfo__level span:first-of-type {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}
.articleInfo__level span:nth-of-type(2) {
  font-size: 1.2rem;
}
.articleInfo__author-sns {
  margin-top: 6px;
}
.author-sns__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-sns__item {
  position: relative;
}
.author-sns__item::after {
  content: "/";
  display: inline-block;
  position: absolute;
  width: 20px;
  left: 100%;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
}
.author-sns__item:last-of-type::after {
  content: '';
}
.author-sns__item a {
  color: #0d306f;
  font-size: 1.4rem;
  border-bottom: 1px dotted #0d306f;
}
.author-sns__item:not(:last-of-type) {
  margin-right: 16px;
}
.author-sns__item img {
  width: 24px;
}
.article-body > p {
  font-size: 1.7rem;
  letter-spacing: 0.8px;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-indent: 1rem;
}
.article-body h5 {
  font-size: 20px;
}
.article-body .lead,
.article-body h5 {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-top: 10px;
}
.article-body .lead {
  font-size: 2rem;
}
.article-body .article-lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-indent: 1.6rem;
}
.article-body h4 {
  border-bottom: 2px solid #172d59;
  color: #0d306f;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 10px 0;
}
.figure-right + h4,
.figure-left + h4 {
  display: table;
}
.pg-w .article-body h4 {
  color: #d34223;
}
.pg-w .article-body {
  border-color: #d34223;
}
.article-body + .mod-btn {
  margin-top: 40px;
  text-align: center;
}
strong {
  font-weight: 700;
}
.article-body .kakomi,
.article-body .kakomi-bwn {
  background-color: transparent;
  border: 1px solid #f2f2f2;
  margin: 16px;
  padding: 16px;
}
.article-body .kakomi2 {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  line-height: 180%;
  margin: 16px;
  padding: 16px;
  width: auto !important;
}
.article-body .kakomi2 img {
  width: 100%;
}
.article-body .kakomi.audiobook-area {
    text-align: center;
}
.article-body .audiobook-btn {
  color: #fff;
  display: block;
  background: #e12a5a;
  margin: 10px auto 0;
  padding: 4px 10px;
  width: 200px;
  text-decoration: none;
}
.article-body .kakomi.audio-content-link {
    text-align: center;
}
.article-body .audio-content-link__btn {
  color: #fff;
  display: block;
  margin: 10px auto 0;
  padding: 4px 10px;
  width: 200px;
  text-decoration: none;
}
.article-body .audio-content-link__btn.--audiobook {
  background: #e12a5a;
}
.article-body .audio-content-link__btn.--popinwave {
  background: #f5d328;
}
.article-body .audio-content-link__btn.--anchor {
  background: #5000b9;
}
.article-body .audio-content-link__btn.--podcast {
  background: #7d50df;
}
.article-body .audio-content-link__btn.--spotify {
  background: #81b71a;
}
.article-body .audio-content-link__btn.--voicy {
  background: #ff7d32;
}
.article-body a {
  color: #666;
  text-decoration: underline;
}
.article-body a.taglink {
  border-bottom: 1px dashed #003977;
  text-decoration: none;
}
.article-body .caution {
  color: #666;
  font-size: 1.2rem;
}
.article-body.adarticle a {
  color: #0036a3 !important;
  text-decoration: underline;
}
.article-body.adarticle a.point {
  color: #c00 !important;
}
.article-body.adarticle a:hover {
  color: #666 !important;
}
.article-body.ad-article .caption .figure-expand,
.article-body.adarticle .caption .figure-expand,
.article-body.adarticle .figure-expand + .caption > br {
  display: none;
}
.article-body.ad-article a:not(.c-btn) {
  color: #0036a3;
}
.article-body .top-related-title {
  margin-top: 10px;
}
.article-body .article-canonical-mainTtl {
  margin-top: 24px;
  margin-bottom: 46px;
  padding: 15px;
  background-color: #ddd;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.article-body .article-canonical-subTtl {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 6px;
}
.article-body ul.noticelist {
  list-style-type: disc;
  margin: 0 0 10px 20px;
}
.article-body ul.noticelist li {
  font-size: 14px;
  line-height: 1.8;
  margin-left: 16px;
}
.article-body ul.noticelist li a {
  text-decoration: underline;
}
div.movie {
  text-align: center;
}
div.movie,
div.question iframe {
  width: 100%;
}
.article-body em {
  font-family: 游ゴシック, 游ゴシック体, arial unicode ms, sans-serif;
  font-style: italic;
  font-weight: 500;
}
.image-area {
  overflow: hidden;
}
.image-area-inner {
  position: relative;
}
.caption {
  font-size: 1.1rem;
  margin-top: 8px;
  text-align: left;
}
.article-body.adarticle .caption {
  border-style: none;
}
.figure-right {
  float: right;
  margin: 10px 0 20px 10px;
  position: relative;
}
.figure-left {
  float: left;
  margin: 10px 10px 20px 0;
  position: relative;
}
.figure-center {
  margin: 10px auto 20px;
  text-align: center;
}
.figure-center + p {
  clear: both;
}
.figure-center img,
.figure-left img,
.figure-right img {
  height: auto;
  max-width: 100%;
}
.figure-center.wt-brdr,
.figure-left.wt-brdr,
.figure-right.wt-brdr {
  border: 1px solid #ccc;
}
.figure-right .caption,
.figure-center .caption,
.figure-left .caption {
  float: left;
  width: calc(100% - 44px);
}
.figure-right .caption {
  margin-top: 8px;
}
/* 広告用 */
.ad-article .figure-right .caption,
.ad-article .figure-center .caption,
.ad-article .figure-left .caption {
  width: 100%;
}
.article-body iframe {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
.article-body .facebook-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.ad-article .ad-article-index {
  margin: 50px 0;
}
.ad-article .ad-article-index__title {
  background: #0d306f;
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 20px;
  padding: 6px 14px;
}
.ad-article .ad-article-index__list {
  list-style-type: disc;
  padding-left: 20px;
}
.ad-article .ad-article-index__item:not(:last-of-type) {
  margin-bottom: 6px;
}
.images-2cols {
  margin: 0 auto;
  text-align: center;
}
.images-2cols .image-area {
  display: inline-block;
  text-align: center;
}
.images-2cols .image-area img:nth-child(odd) {
  margin-right: 5px;
}
.images-2cols .image-area img:nth-child(2n) {
  margin-left: 5px;
}
.images-2cols .image-area span {
  display: block;
}
.images-3cols {
  display: table;
  width: 100%;
}
.images-3cols li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding-right: 5px;
  width: 33.4%;
}
.images-3cols li:nth-child(3n) {
  padding-right: 0;
  width: 33.2%;
}
.images-3cols .image-area img {
  width: 100%;
}
.article-body table {
  border-collapse: collapse;
  margin: auto;
}
.article-body table caption {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
.article-body table td,
.article-body table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.article-body table th {
  background: #eee;
}
.article-body table tr:nth-child(2n) {
  background: #e1f2f6;
}
.article-body .video-container {
  background: #333;
  margin-bottom: 1em;
  position: relative;
}
.article-body .video-container::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.article-body .video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.article-body .video-container + .caption {
  margin-top: -8px;
  margin-bottom: 16px;
}
.article-body .map-container {
  background: #333;
  margin-bottom: 1em;
  position: relative;
}
.article-body .map-container::after {
  content: "";
  display: block;
  padding-top: 70%;
}
.article-body .map-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.article-body .map-container + .caption {
  margin-top: -8px;
  margin-bottom: 16px;
}
.article-body .ext-container .instagram-media {
  background: #333;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
}
.article-body .ext-container .instagram-media:before {
  content: "";
  display: block;
  padding-top: 70%;
  position: static;
}
.article-body .ext-container .instagram-media iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.article-body .ext-container + .caption {
  margin-bottom: 16px;
}
.article-body .twitter-tweet {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
}
.article-body blockquote.twitter-tweet:before {
  content: "";
  display: block;
  padding-top: 70%;
  position: static;
}
.article-body blockquote.twitter-tweet iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.article-body .twitter-tweet + .caption {
  margin-top: -8px;
  margin-bottom: 16px;
}
.bottom-credit {
  color: #888;
  font-size: 1.28rem;
  text-align: right;
}
.article-body .c-login {
  margin: 65px 0;
}
.comic-link-btn {
  margin-bottom: 40px;
}
.comic-link-btn__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.gallery,
.gallery__ttl {
  margin-bottom: 10px;
}
.gallery__ttl > a {
  border-bottom: 1px solid #ccc;
  color: #0d306f;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px 0 10px 20px;
  position: relative;
  text-decoration: underline;
}
.gallery__ttl > a:before {
  border-bottom: 2px solid #0d306f;
  border-left: 2px solid #0d306f;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.comic .swiper-container {
  overflow: initial;
  overflow-x: clip;
}
.gallery .swiper-wrapper,
.comic .swiper-wrapper {
  width: 100%;
}
.comic .swiper-wrapper {
  margin-bottom: 20px;
}
.gallery .swiper-slide,
.comic .swiper-slide {
  display: block;
}
.gallery .swiper-slide img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.comic .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comic__inner {
  position: relative;
}
.comic__ttl {
  margin-bottom: 20px;
}
.comic__ttl > a {
  color: #657783;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}
.comic__source {
  color: #657783;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 2px 4px;
  direction: ltr;
  float: left;
}
.link-gallery {
  clear: both;
  display: flex;
}
.link-gallery > a {
  color: #151515;
  background: #f0f0f0;
  border: 4px solid #0d306f;
  border-radius: 40px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 30px 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 4px 4px 4px 0;
}
.link-gallery > a::after {
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}
.link-gallery img {
  width: 30px;
}
.icon-link-gallery {
  background: #f0f0f0;
  float: right;
  height: 30px;
  margin: 10px 0;
  padding: 10px;
  width: 30px;
}
.btn-link-gallery {
  text-align: left;
  width: 260px;
}
.swiper-pagination-thumb {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 3px solid #eee;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  margin: 5px;
  width: 100px;
}
.gallery-thumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0 2px;
}
.gallery-thumbList__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 64px;
  margin: 0 12px 12px 0;
  overflow: hidden;
  position: relative;
  width: 64px;
}
.gallery-thumbList__item.is-current {
  outline: 2px solid #0d306f;
}
.gallery-thumbList__item img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-button-next,
.gallery-button-prev {
  background-size: 48px 48px;
  height: 48px;
  margin-top: -24px;
  top: 50%;
  width: 48px;
}
.gallery-button-next {
  background-image: url(/common/president/images/icon-arrow-right.png);
}
.gallery-button-prev {
  background-image: url(/common/president/images/icon-arrow-left.png);
}
.gallery-slide__inner {
  height: 480px;
  position: relative;
  width: 100%;
}
.comic-slide__inner {
  height: 100%;
  width: 600px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
.comic-btn-wrap {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.comic-btn {
  background: #0D306F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
}
.comic-btn__txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.comic-btn__arrow {
  height: 10px;
  width: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.comic-btn.\--next {
  flex-direction: row-reverse;
}
.comic-btn.\--prev .comic-btn__txt {
  margin-left: 15px;
}
.comic-btn.\--next .comic-btn__txt {
  margin-right: 15px;
}
.comic-btn.\--prev .comic-btn__arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.comic-btn.\--next .comic-btn__arrow {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.comic-btn.is-disabled {
  background-color: #ccc;
  color: #999;
}
.comic-area-btn {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.comic-area-btn {
  display: none;
}
.comic-area-btn.is-active {
  display: block;
}
.comic-area-btn::before {
  background: rgba(13, 48, 111, .4);
  display: inline-block;
  padding: 26px;
  height: 50px;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.comic-area-btn:hover:before {
  background: rgba(13, 48, 111, 1);
}
.comic-area-btn::after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.comic-area-btn.\--left::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.comic-area-btn.\--right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.comic-area-btn.\--left,
.comic-area-btn.\--left::before {
  left: 0;
}
.comic-area-btn.\--left::after {
  left: 22px;
}
.comic-area-btn.\--right,
.comic-area-btn.\--right::before {
  right: 0;
}
.comic-area-btn.\--right::after {
  right: 22px;
}
.gallery-slide__caption,
.comic-slide__caption {
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: left;
}
.gallery-slide__num {
  background: #0d306f;
  border-radius: 12px;
  bottom: -50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 24px;
  left: 50%;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 15px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comic-slide__num {
  bottom: 0;
  display: inline-block;
  font-size: 1.4rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #0d306f;
  font-weight: 700;
  line-height: 1;
}
.comic-slide__num span {
  font-size: 2rem;
}
.gallery__btn {
  margin-bottom: 20px;
}
.gallery__btn .c-btn {
  font-size: 1.8rem;
  text-decoration: underline;
}
.gallery__btn .c-btn::after {
  -webkit-transform: rotate(-1355deg);
    transform: rotate(-135deg);
  left: 20px;
  right: auto;
  text-decoration: underline;
}
.article-banner__item {
  margin-bottom: 20px;
}
.article-banner__title {
  color: #0d306f;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: underline;
}
.article-banner__image {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  max-width: 600px;
}
.article-banner__image img {
  width: 100%;
}
.article-banner__image a {
  display: block;
}
.article-banner__subscribe-link {
  color: #0d306f;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: underline;
}
.article-series {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.article-series__item {
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.article-series__item > a {
  border-bottom: 3px solid #bbb;
  color: #bbb;
  display: block;
  padding: 4px 0;
  text-decoration: none;
}
.article-series__item > a:hover {
  border-color: #0d306f;
  color: #0d306f;
  opacity: 1;
}
.article-series__item:not(:last-of-type) > a {
  margin-right: 4px;
}
.article-series__item:not(:last-of-type) > span {
  margin-right: 4px;
}
.article-series__item.is-current {
  flex-grow: 2;
}
.article-series__item.is-current > span {
  border-bottom: 3px solid #0d306f;
  color: #0d306f;
  display: block;
  padding: 4px 0;
}
.article-associate {
  margin-bottom: 20px;
}
.article-associate__inner {
  display: flex;
  align-items: center;
}
.article-associate__ttl {
  margin: 30px 0 40px;
  text-align: center;
}
.article-associate__logo.\--bunshun {
  margin-bottom: 10px;
  max-width: 160px;
}
.article-associate__logo.\--newsweek,
.article-associate__logo.\--aera-dot {
  margin-right: 20px;
  min-width: 280px;
}
.article-associate__logo.\--reuters {
  margin-right: 20px;
  min-width: 280px;
}
.article-associate__logo.\--asuken {
  margin-right: 20px;
  max-width: 100px;
}
.article-associate__logo  img {
  width: 100%;
}
.article-associate__logo > a {
  display: block;
}
.article-associate__txt {
  color: #666;
}
.article-note {
  border: 1px solid #ccc;
  margin-top: 10px;
}
.article-note__list {
  list-style: disc;
  padding: 10px 10px 10px 30px;
}
.article-note__item {
  font-size: 1.1rem;
}
.article-note__item:not(:last-child) {
  margin-bottom: 4px;
}
.m-login {
  margin-bottom: 40px;
}
.m-login__txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.m-login__link {
  color: #151515;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}
.m-login-benefit {
  background: #fff;
  margin-bottom: 20px;
  padding: 16px 100px 20px;
}
.m-login-signup {
  background: #f0f0f0;
  padding: 20px;
}
.m-login-benefit__heading {
  color: #e22632;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.m-login-benefit-list__item {
  display: flex;
}
.m-login-benefit-list__item:not(:last-of-type) {
  margin-bottom: 6px;
}
.m-login-benefit-list__item-number {
  font-weight: 700;
  margin-right: 20px;
}
.m-login-member {
  background: rgba(13, 48, 111, 0.1);
  padding: 20px 0;
}
.m-login-member__txt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}
.m-login__btn {
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50px;
}
/* web-seminar */
.article-body .web-seminar .article-lead p,
.article-body .web-seminar p{text-indent:0;}
.article-body .web-seminar .c-btn{border-radius:20px;width:360px;}
.article-body .web-seminar .time-table{margin:40px 0;}
.article-body .web-seminar .time-table .schedule{width:100%;box-sizing:border-box;}
.article-body .web-seminar .time-table .schedule th{border-right:none;border-left:none;padding:10px;}
.article-body .web-seminar .time-table .schedule.detail th{text-align:left;vertical-align:top;}
.article-body .web-seminar .time-table .schedule td{background:#fff !important;border-right:none;border-left:none;padding:10px;}
.article-body .web-seminar .time-table .schedule .profile{display: flex;border: solid 1px #ddd;padding: 15px;flex-direction: row-reverse;margin-top:25px;}
.article-body .web-seminar .time-table .schedule .profile > p{width:420px;}
.article-body .web-seminar .time-table .schedule .profile .image-area{margin:0 0 0 10px;}
.article-body .web-seminar iframe{margin-top:25px;}
.article-body .web-seminar dl{margin-top:20px;}
.article-body .web-seminar dd{margin:0 0 15px 15px;}
.reword-modal{
  width: 100%;
  height: 100%;
  position: fixed;
  left:0;
  top:0;
  z-index: 999;
  background: linear-gradient(rgba(250,250,250,0.7),rgba(250,250,250,1));
  display: none;
}
.reword-modal.is-show{
  display: block;
}

.reword-modal-inner {
  margin: auto;
  padding: 34px 20px;
  border: 1px solid #e7e9da;
  background: #ccc;
  color: #333;
  width: 420px;
  font-size: 1.6rem;
  text-align: center;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: fit-content;
}
.reword-modal-logo {
  margin-bottom: 20px;
}
.reword-modal .article-more-btn {
  color: #151515;
  background: #f0f0f0;
  border: 4px solid #0d306f;
  border-radius: 40px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 30px 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-bottom: 20px;
}
.reword-modal .article-more-btn.\--upper {
  padding: 18px 0 20px;
}
.reword-modal .article-more-btn:hover {
  cursor: pointer;
}
.reword-modal .article-more-btn span {
  display: block;
}
.reword-modal .article-more-btn span:not(:first-child) {
  font-size: 1.2rem;
}
.reword-modal .article-more-btn::after {
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}
.reword-modal-txt {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5rem;
}