@charset "utf-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
html {
  line-height: 1.6;
}
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}
a,
body {
  color: #222;
}
a {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: 100%;
  font-weight: 700;
}
img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  outline: none;
  padding: 0;
}
:focus {
  outline: none;
}
ul {
  list-style-type: none;
}
#ok-loupe {
  z-index: 9999 !important;
}
img.\--top {
  top: 0;
}
img.\--center {
  bottom: 0;
  top: 0;
}
img.\--bottom {
  bottom: 0;
}
.l-wrapper {
  min-width: 1280px;
  width: 100%;
}
.l-header {
  position: relative;
  z-index: 1;
}
.l-contents {
  margin: 30px auto 40px;
  width: 1050px;
}
.l-contents,
.l-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-contents.\--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.l-contents--left {
  width: 710px;
}
.l-contents--right {
  width: 300px;
}
.l-main {
  width: 710px;
}
.l-sub {
  width: 300px;
}
.l-sub__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.l-footer {
  background: #000;
  padding: 98px 0 38px;
}
.l-footer__inner {
  margin: 0 auto;
  width: 1080px;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.ad-block {
  display: block !important;
}
.loading {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: $depth1;
}
.loading:before {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 58px;
  margin: auto;
  width: 58px;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.u-fs-XS {
  font-size: 1.2rem;
}
.u-fs-S {
  font-size: 1.4rem;
}
.u-fs-M {
  font-size: 1.6rem;
}
.u-fs-L {
  font-size: 1.8rem;
}
.u-fs-XL {
  font-size: 2rem;
}
.u-lh-S {
  line-height: 1.2;
}
.u-lh-M {
  line-height: 1.4;
}
.u-lh-L {
  line-height: 1.6;
}
.u-lh-XL {
  line-height: 1.8;
}
.u-m-reset {
  margin: 0;
}
.u-mt-reset {
  margin-top: 0;
}
.u-mr-reset {
  margin-right: 0;
}
.u-mb-reset {
  margin-bottom: 0;
}
.u-ml-reset {
  margin-left: 0;
}
.u-mt-XS {
  margin-top: 4px;
}
.u-mr-XS {
  margin-right: 4px;
}
.u-mb-XS {
  margin-bottom: 4px;
}
.u-ml-XS {
  margin-left: 4px;
}
.u-mt-S {
  margin-top: 8px;
}
.u-mr-S {
  margin-right: 8px;
}
.u-mb-S {
  margin-bottom: 8px;
}
.u-ml-S {
  margin-left: 8px;
}
.u-mt-M {
  margin-top: 16px;
}
.u-mr-M {
  margin-right: 16px;
}
.u-mb-M {
  margin-bottom: 16px;
}
.u-ml-M {
  margin-left: 16px;
}
.u-mt-L {
  margin-top: 24px;
}
.u-mr-L {
  margin-right: 24px;
}
.u-mb-L {
  margin-bottom: 24px;
}
.u-ml-L {
  margin-left: 24px;
}
.u-mt-XL {
  margin-top: 32px;
}
.u-mr-XL {
  margin-right: 32px;
}
.u-mb-XL {
  margin-bottom: 32px;
}
.u-ml-XL {
  margin-left: 32px;
}
.u-mt-XXL {
  margin-top: 40px;
}
.u-mr-XXL {
  margin-right: 40px;
}
.u-mb-XXL {
  margin-bottom: 40px;
}
.u-ml-XXL {
  margin-left: 40px;
}
.u-color-white {
  color: #fff;
}
.u-color-black {
  color: #222;
}
.u-bg-black {
  background-color: #3b3b3b;
}
.u-bold {
  font-weight: 700;
}
.u-ta-center {
  text-align: center;
}
.m-globalNav {
  margin: auto 0;
}
.m-globalNav.is-hidden {
  display: none;
}
.m-globalNav__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.m-globalNav__inner,
.m-globalNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-globalNav__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.m-globalNav__list li {
  position: relative;
}
.m-globalNav__list li.is-active:after {
  border: 2px solid #0d306f;
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80%;
}
.m-globalNav__list li a {
  color: #333;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0 12px;
  position: relative;
}
.m-globalNav__list li a:after {
  border: 1px solid #ccc;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.m-headline {
  background: #0d306f;
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 40px;
  padding: 10px 0 10px 12px;
}
.m-headline span {
  border: 1px solid #fff;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 10px;
  vertical-align: middle;
}
.m-headline a {
  color: #fff;
}
.m-mainTtl {
  border-left: 5px solid #0d306f;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 10px;
}
.m-subTtl {
  font-size: 2rem;
}
.m-subTtl,
.m-ttl {
  font-weight: 700;
}
.m-txt {
  margin-bottom: 20px;
}
.m-container {
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.m-container:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.m-container a {
  color: #0d306f;
}
/*キャンペーンページ用*/
.ad-article .m-container a:not(.c-btn) {
  text-decoration: underline;
}
.m-list {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 30px;
}
.m-list dd {
  line-height: 1.8;
  margin-left: 20px;
}
.m-item,
.m-list dd {
  font-size: 1.4rem;
}
.m-table {
  width: 100%;
}
.m-table:first-of-type {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.m-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
}
.m-table tr:not(:last-of-type) {
  border-bottom: 1px dotted #000;
}
.m-table th {
  text-align: left;
}
.m-table td,
.m-table th {
  padding: 10px 0;
  width: 50%;
}
.m-list-order {
  margin-bottom: 20px;
  padding-left: 30px;
}
.m-credit {
  text-align: right;
}
.m-banner {
  margin-bottom: 30px;
}
.m-banner img {
  width: 100%;
}
.mark {
  margin: 10px 0;
  text-align: center;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -webkit-transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s;
  -webkit-transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  -webkit-transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s;
  -webkit-transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  -webkit-transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s;
  -webkit-transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container {
  height: 100%;
  width: 100%;
}
.swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  text-align: center;
}
.swiper-pagination,
.swiper-slide {
  -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;
}
.swiper-pagination {
  margin-top: 10px;
  position: static;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #5d6c92;
  margin: 0 6px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  top: 52px;
}
.hotauthor__body {
  margin-top: 10px;
}
.hotauthor__name {
  font-size: 14px;
  margin-bottom: 6px;
}
.hotauthor__txt {
  font-size: 10px;
}
.c-btn {
  background: #000;
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px 35px 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.c-btn:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}
.c-btn.\--radius {
  border-radius: 50px;
}
.c-btn.\--blue {
  background: #0d306f;
}
.c-btn.\--black,
.c-btn.\--blue {
  color: #fff;
  text-decoration: none;
}
.c-btn.\--black {
  background: #151515;
}
.c-btn.\--red {
  background: #e22632;
  color: #fff;
  text-decoration: none;
}
.c-btn.\--gray {
  background: #f0f0f0;
  color: #151515;
  text-decoration: none;
}
.c-btn.\--gray:after {
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
}
.c-btn.\--error,
.c-btn.\--primary {
  background: #27b018;
}
.c-btn.\--size-s {
  width: 180px;
}
.c-btn.\--size-m {
  width: 240px;
}
.c-btn.\--size-l {
  width: 300px;
}
.c-btn.\--size-xl {
  width: 400px;
}
.c-btn.\--size-xxl {
  width: 500px;
}
.c-btn.\--size-max {
  width: 100%;
}
.adlinkblock > .c-btn,
.contact__link > .c-btn{
  font-weight:700;
}
.ad-list-btn {
  margin-bottom: 18px;
}
.source {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  padding: 2px 4px;
  position: absolute;
  right: 0;
}
.c-login__txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-login__txt a {
  display: block;
  font-size: 1.3rem;
  margin-top: 20px;
}
.c-totop {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.c-pertition {
  margin: auto 0;
  padding: 0 6px;
}
.c-pagination {
  margin: 15px 0;
}
.c-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;
}
.c-pagination__list span {
  padding: 0 10px 0 0;
}
.c-pagination__item {
  border: 1px solid #0d306f;
  font-weight: 700;
  padding: 8px 15px;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.c-pagination__item:not(:last-of-type) {
  margin-right: 10px;
}
.c-pagination__item.is-current,
.c-pagination__item:hover {
  background: #0d306f;
  color: #fff;
}
.c-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-tags a {
  color: #0d306f;
  font-size: 1.4rem;
}
.c-tags a:not(:last-of-type) {
  margin-right: 16px;
}
.c-breadcrumb {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
.c-breadcrumb__item {
  font-size: 1.2rem;
  position: relative;
}
.c-breadcrumb__item:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
}
.c-breadcrumb__item:not(:last-of-type):after {
  border-right: 1px solid #657783;
  border-top: 1px solid #657783;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}
.c-breadcrumb__item a {
  color: #0d306f;
}
.header {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.header .logo a {
  display: block;
}
.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 16px 0;
  width: 1200px;
}
.header__inner.is-active .cts-search {
  display: block;
  width: 100%;
  z-index: 9999;
}
.header__inner.is-active .cts-search .gsc-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__search {
  background: url(/common/president/images/icon_search.png) no-repeat 0;
  cursor: pointer;
  font-weight: 700;
  padding: 10px 10px 10px 20px;
}
.header__search:hover {
  opacity: 0.6;
}
.search {
  background: #f0f0f0;
  display: none;
}
.search__inner {
  width: 1200px;
}
.search.is-active,
.search__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.search.is-active {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.search__contents {
  padding: 32px 0;
}
.search__contents form {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 450px;
}
.search__contents input {
  font-size: 1.6rem;
}
.search__contents input:first-of-type {
  color: #151515;
  height: 50px;
  padding-left: 15px;
  width: 100%;
}
.search__contents input:first-of-type::-webkit-input-placeholder {
  color: #f0f0f0;
}
.search__contents input:first-of-type::-moz-placeholder {
  color: #f0f0f0;
}
.search__contents input:first-of-type:-ms-input-placeholder {
  color: #f0f0f0;
}
.search__contents input:first-of-type::-ms-input-placeholder {
  color: #f0f0f0;
}
.search__contents input:first-of-type::placeholder {
  color: #f0f0f0;
}
.search__contents input:nth-of-type(2) {
  background-color: #0d306f;
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  height: 50px;
  margin: auto;
  min-width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.header-auth {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto 0;
  z-index: 2;
}
.auth-item,
.header-auth {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auth-item {
  border: 1px solid #999;
  color: #151515;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  width: 150px;
}
.auth-item.\--member {
  padding: 2px 22px 2px 28px;
}
.auth-item.\--registration {
  padding: 2px 0 2px 6px;
}
.auth-item__inner {
  background: #fff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  display: none;
  position: absolute;
  width: 150px;
}
.auth-item__inner.is-active {
  display: block;
}
.auth-item__inner a {
  color: #151515;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 0;
  text-align: center;
}
.auth-item__inner a:first-of-type {
  border-bottom: 1px solid #999;
}
.auth-item__inner a:hover {
  background: #f0f0f0;
}
.auth-item:after {
  border: 6px solid transparent;
  border-left: 10px solid #151515;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}
.auth-item img {
  margin-right: 5px;
}
.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 1080px;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.footerNav__logo {
  margin-bottom: 44px;
}
.footerNav__logo svg {
  fill: #fff;
  height: 20px;
  width: 209px;
}
.footerNav__copyright {
  color: #676767;
  font-size: 1.2rem;
  text-align: right;
}
.footerNav__copyright span {
  font-size: 1.4rem;
}
.footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footerNav__list.\--group a {
  font-size: 1.6rem;
}
.footerNav__list li:not(last-child) {
  margin-bottom: 20px;
}
.footerNav__list li a {
  color: #eee;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}
.footerNav__list li a.\--blank:after {
  content: url(/common/president/images/icon_link.svg);
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  top: 0;
}
.footerNav__snsListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footerNav__snsListWrap p {
  color: #eee;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 8px;
}
.footerNav__snsList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.footerNav__snsItem a {
  display: block;
}
.footerNav__snsItem:not(:last-of-type) a {
  margin-right: 26px;
}
.footerNav__snsItem svg.facebook {
  fill: #676767;
  width: 16px;
}
.footerNav__snsItem svg.twitter {
  fill: #676767;
  width: 38px;
}
.footerNav__snsItem svg.hatena {
  fill: #676767;
  width: 35px;
}
.footer-copy {
  background-color: #001c52;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
}
.ad-rectangle {
  margin-bottom: 18px;
}
.ad-below-rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto;
}
.ad-below-rectangle__item:first-of-type {
  margin-right: 20px;
}
.ranking {
  margin-bottom: 42px;
}
.ranking__headline {
  background: #0d306f;
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 27px;
  padding: 10px 0 10px 12px;
}
.ranking__supplement {
  color: #666;
  font-size: 1.2rem;
  padding: 0 10px 10px;
  text-align: right;
}
.ranking-button {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  -ms-flex-pack: center;
}
.ranking-button,
.ranking-button__hour,
.ranking-button__like,
.ranking-button__weekly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.ranking-button__hour,
.ranking-button__like,
.ranking-button__weekly {
  color: #151515;
  cursor: pointer;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  font-weight: 700;
  padding: 8px 0;
  -ms-flex-pack: center;
}
.ranking-button__hour:not(:last-of-type),
.ranking-button__like:not(:last-of-type),
.ranking-button__weekly:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
.ranking-button__hour:hover,
.ranking-button__like:hover,
.ranking-button__weekly:hover {
  background-color: #0d306f;
  color: #151515;
}
.ranking-button__hour.is-active,
.ranking-button__like.is-active,
.ranking-button__weekly.is-active {
  background-color: #f5f5f5;
  color: #151515;
}
.ranking__btn {
  margin-top: 42px;
  text-align: center;
}
.ranking .ranking-unit__list {
  counter-reset: number;
  width: 100%;
}
.ranking .ranking-unit__list:not(:first-of-type) {
  display: none;
}
.ranking .ranking-unit__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  position: relative;
}
.ranking .ranking-unit__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.ranking .ranking-unit-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 8px;
  overflow: hidden;
  word-break: break-all;
}
.ranking .ranking-unit-list__info-mainTtl {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.8;
}
.ranking .ranking-unit-list__info-subTtl {
  color: #657783;
  font-size: 1.4rem;
  line-height: 1.6;
}
.ranking .ranking-unit-list__img {
  margin-right: 24px;
  display: block;
  -ms-flex-preferred-size: 215px;
  flex-basis: 215px;
  height: 121px;
  min-width: 215px;
  overflow: hidden;
  position: relative;
}
.ranking .ranking-unit-list__img:after {
  content: "";
  display: block;
  padding-top: 56.27907%;
}
.ranking .ranking-unit-list__img > img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ranking .ranking-unit-list__img:after {
  background: #0d306f;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: table;
  font-size: 1.2rem;
  font-style: italic;
  margin: auto;
  opacity: 0.8;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  white-space: pre;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.ranking .ranking-unit-list__date {
  color: #657783;
  font-size: 1.3rem;
}
.ranking .ranking-unit-list__summary {
  color: #657783;
  font-size: 1.5rem;
  margin-top: 10px;
}
.ranking .ranking-unit-list__fbcount {
  background: url(/common/pol/images/v4/icon-facebook-like-64.png) no-repeat
    left 0;
  background-size: 14px 14px;
  color: #0d306f;
  font-size: 12px;
  padding-left: 18px;
}
.ranking .ranking-unit-list__articleInfo {
  margin-bottom: 6px;
}
.ranking .ranking-unit-list__articleInfo,
.ranking .ranking-unit-list__author,
.ranking .ranking-unit-list__author a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ranking .ranking-unit-list__author a:not(:last-of-type) {
  margin-right: 10px;
}
.ranking .ranking-unit-list__authorThum {
  height: 32px;
  margin-right: 5px;
  min-width: 32px;
  overflow: hidden;
  width: 32px;
}
.ranking .ranking-unit-list__authorThum img {
  border-radius: 50px;
  width: 100%;
}
.ranking .ranking-unit-list__authorName {
  color: #657783;
  font-size: 1.3rem;
}
.ranking .ranking-unit-list__tags {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ranking .ranking-unit-list__tags a {
  color: #0d306f;
}
.ranking .ranking-unit-list__tags a:not(:last-of-type) {
  margin-right: 16px;
}
.ranking .ranking__more {
  background-color: #f0f0f0;
  padding: 20px;
  text-align: center;
}
.ranking .ranking__more a {
  color: #006387;
  display: inline-table;
  vertical-align: bottom;
}
.ranking .ranking__more a:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202.83%204.37%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%203%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.26%2C2.19%2C0%2C0H1.17L2.83%2C2.34l-1.65%2C2H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 5px 6px;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 7px;
  position: relative;
  top: -7px;
  width: 10px;
  background-image: $arrow_free;
}
.sub-ranking__headline {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sub-ranking-button {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sub-ranking-button__hour,
.sub-ranking-button__like,
.sub-ranking-button__weekly {
  color: #151515;
  cursor: pointer;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  font-weight: 700;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sub-ranking-button__hour:not(:last-of-type),
.sub-ranking-button__like:not(:last-of-type),
.sub-ranking-button__weekly:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
.sub-ranking-button__hour:hover,
.sub-ranking-button__like:hover,
.sub-ranking-button__weekly:hover {
  background-color: #0d306f;
  color: #f0f0f0;
}
.sub-ranking-button__hour.is-active,
.sub-ranking-button__like.is-active,
.sub-ranking-button__weekly.is-active {
  background-color: #0d306f;
  color: #fff;
}
.sub-ranking__btn {
  margin-top: 20px;
  text-align: center;
}
.sub-ranking .ranking-unit {
  margin-bottom: 42px;
}
.sub-ranking .ranking-unit__list {
  counter-reset: number;
  width: 100%;
}
.sub-ranking .ranking-unit__list:not(:first-of-type) {
  display: none;
}
.sub-ranking .ranking-unit__item:nth-child(n + 6):after {
  font-size: 1.5rem;
}
.sub-ranking .ranking-unit__item.\--top5 a {
  padding: 10px 0;
}
.sub-ranking .ranking-unit__item:not(.\--top5) a {
  padding: 6px 0;
}
.sub-ranking .ranking-unit__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  counter-increment: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.sub-ranking .ranking-unit__item a:hover {
  background-color: #e4eef2;
  opacity: 1;
}
.sub-ranking .ranking-unit-list__info {
  word-break: break-all;
}
.sub-ranking .ranking-unit-list__info-mainTtl {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.sub-ranking .ranking-unit-list__info-mainTtl.\--top5 {
  font-size: 1.6rem;
}
.sub-ranking .ranking-unit-list__info-subTtl {
  color: #657783;
  font-size: 1.1rem;
  line-height: 1.2;
}
.sub-ranking .ranking-unit-list__img {
  margin-left: 8px;
  display: block;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  position: relative;
}
.sub-ranking .ranking-unit-list__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sub-ranking .ranking-unit-list__img > img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.sub-ranking .ranking-unit-list__img img {
  bottom: 0;
}
.sub-ranking .ranking-unit-list__rank {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-right: 6px;
}
.sub-ranking .ranking-unit-list__rank:before {
  background-color: #0d306f;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: block;
  font-size: 1.5rem;
  height: 24px;
  text-align: center;
  white-space: pre;
  width: 24px;
}
.sub-ranking .ranking-unit-list__fbcount {
  color: #0d306f;
  display: block;
  font-size: 12px;
}
.sub-ranking .ranking-unit-list__fbcount.\--top5:after {
  background: url(/common/pol/images/v4/icon-facebook-like-64.png) no-repeat
    center 0;
  background-size: 14px 14px;
  content: "";
  display: block;
  height: 16px;
  width: auto;
}
.sub-ranking .ranking__more {
  background-color: #f0f0f0;
  padding: 20px;
  text-align: center;
}
.sub-ranking .ranking__more a {
  color: #006387;
  display: inline-table;
  vertical-align: bottom;
}
.sub-ranking .ranking__more a:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202.83%204.37%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%203%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.26%2C2.19%2C0%2C0H1.17L2.83%2C2.34l-1.65%2C2H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 5px 6px;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 7px;
  position: relative;
  top: -7px;
  width: 10px;
  background-image: $arrow_free;
}
.sub-category-ranking__headline {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sub-category-ranking__list {
  margin-bottom: 42px;
}
.sub-category-ranking__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding: 10px 0;
}
.sub-category-ranking__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.sub-category-ranking__subTtl {
  color: #657783;
  font-size: 1.1rem;
  line-height: 1.2;
}
.sub-category-ranking__thum {
  margin-left: 8px;
  display: block;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  position: relative;
}
.sub-category-ranking__thum:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sub-category-ranking__thum > img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.sub-category-ranking__thum img {
  bottom: 0;
}
input.ranking-input__hour,
input.ranking-input__like,
input.ranking-input__weekly {
  display: none;
}
input.ranking-input__hour:checked ~ .ranking-button .ranking-button__hour,
input.ranking-input__like:checked ~ .ranking-button .ranking-button__like,
input.ranking-input__weekly:checked ~ .ranking-button .ranking-button__weekly {
  background-color: #0d306f;
  color: #fff;
}
input.ranking-input__hour:checked ~ .ranking-unit .ranking-unit--hour,
input.ranking-input__like:checked ~ .ranking-unit .ranking-unit--like,
input.ranking-input__weekly:checked ~ .ranking-unit .ranking-unit--weekly {
  display: block;
}
.related-article {
  margin-top: 20px;
}
.related-article__headline {
  font-size: 1.6rem;
}
.related-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #0d306f;
  text-decoration: underline;
}
.related-article a:hover {
  background: #e4eef2;
  opacity: 1;
}
.related-article__mainTtl {
  font-size: 1.5rem;
}
.brain {
  margin-bottom: 40px;
}
.brain__mainBnr img {
  width: 100%;
}
.brain__item {
  margin-top: 15px;
}
.brain__item a {
  display: block;
}
.brain__articleThum {
  height: 100px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.brain__articleThum img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.article-list__headline {
  background: #0d306f;
  color: #fff;
  font-size: 2.6rem;
  padding: 10px 12px;
}
.article-list__headline--tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-list__tag-description {
  color: #657783;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
.article-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  position: relative;
}
.article-list__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.article-list__body {
  overflow: hidden;
  width: 100%;
  word-break: break-all;
}
.article-list__mainTtl {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6;
}
.article-list__subTtl {
  color: #657783;
  font-size: 1.4rem;
  line-height: 1.2;
}
.article-list__date {
  color: #657783;
  font-size: 1.3rem;
}
.article-list__date a {
  color: #0d306f;
}
.article-list__date a:not(:first-of-type) {
  margin-left: 4px;
}
.article-list__summary {
  color: #657783;
  font-size: 1.5rem;
  margin-top: 10px;
}
.article-list__thum {
  display: block;
  -ms-flex-preferred-size: 215px;
  flex-basis: 215px;
  height: 121px;
  margin-right: 24px;
  min-width: 215px;
  overflow: hidden;
  position: relative;
}
.article-list__thum img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.article-list__info {
  margin-bottom: 6px;
}
.article-list__author,
.article-list__author a,
.article-list__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list__author a:not(:last-of-type) {
  margin-right: 10px;
}
.article-list__authorThum {
  height: 32px;
  margin-right: 5px;
  min-width: 32px;
  overflow: hidden;
  width: 32px;
}
.article-list__authorThum img {
  border-radius: 50px;
  width: 100%;
}
.article-list__authorName {
  color: #657783;
  font-size: 1.3rem;
}
.article-list__tags {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-list__tags a {
  color: #0d306f;
}
.article-list__tags a:not(:last-of-type) {
  margin-right: 16px;
}
.special-article-head {
  height: 340px;
  min-width: 1080px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.special-article-head > img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.special-article-head__ttlWrap {
  height: 340px;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1080px;
  z-index: 20;
}
.special-article-head__ttl {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  bottom: 106px;
  padding: 26px 32px 16px;
  position: absolute;
  z-index: 30;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}
.special-article-head__sponsored {
  display: block;
  font-size: 1.6rem;
}
.special-article__summary {
  margin-bottom: 40px;
}
.special-article-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.special-article-list__item {
  margin-bottom: 15px;
  width: 340px;
}
.special-article-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.special-article-list__thum {
  height: 191px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.special-article-list__thum > img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.special-article-list__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
}
.special-article-list__sponsored {
  color: #657783;
  font-size: 1.2rem;
}
.article-magazine {
  margin: 20px 0;
}
.article-magazine__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-magazine__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.article-magazine__thum {
  margin-right: 20px;
  min-width: 120px;
  width: 120px;
}
.article-magazine__thum img {
  width: 100%;
}
.article-magazine__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article-magazine__name {
  color: #0d306f;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.article-magazine__txt {
  color: #657783;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.article-magazine__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article-magazine__detailItem {
  font-size: 1.2rem;
}
.article-magazine__detailItem a {
  color: #0d306f;
}
.article-magazine__purchase {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article-magazine__purchase a {
  display: block;
  font-size: 1.2rem;
}
.article-magazine__purchase a:first-of-type {
  margin-bottom: 8px;
}
.blog-list {
  margin-bottom: 42px;
}
.blog-list__headline {
  color: #151515;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 10px;
}
.blog-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-list__item {
  margin-bottom: 15px;
  width: 230px;
}
.blog-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.blog-list__thum {
  height: 104px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.blog-list__thum img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.blog-list__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
}
.blog-list__subTtl {
  color: #657783;
  font-size: 1.3rem;
}
.sub-blog-list {
  margin: 40px 0;
}
.sub-blog-list__headline {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sub-blog-list__list {
  border: 1px solid #ccc;
}
.sub-blog-list__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.sub-blog-list__item a {
  display: block;
  font-size: 1.4rem;
  padding: 5px 10px;
  position: relative;
}
.sub-blog-list__item a:hover {
  background-color: #e4eef2;
}
.sub-blog-list__item a:after {
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}
.serial__list {
  margin-top: 20px;
}
.serial__mainTtl {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
}
.serial__subTtl {
  color: #657783;
  font-size: 1.2rem;
  line-height: 1.4;
}
.serial__bnr {
  margin-bottom: 20px;
}
.serial__item a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.serial__date {
  color: #657783;
  font-size: 1.1rem;
  line-height: 1.4;
}
.feature-word-wrap {
  background: #f0f0f0;
  margin-top: 40px;
}
.feature-word {
  padding: 20px 0 20px 40px;
}
.feature-word,
.feature-word__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-word__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feature-word__item {
  line-height: 2.2;
  margin-right: 10px;
}
.feature-word__item a {
  background: #fff;
  border-radius: 50px;
  padding: 4px 10px;
}
.feature-word__item a:hover {
  background: #e4eef2;
  opacity: 1;
}
.sub-banner {
  margin-bottom: 42px;
}
.sub-banner__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.author-list__headline {
  background: #0d306f;
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 27px;
  padding: 10px 0 10px 12px;
}
.author-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.author-list__list:not(:first-of-type) {
  display: none;
}
.author-list__contentsList {
  border: 1px solid #ccc;
  -ms-flex-pack: center;
  margin-bottom: 28px;
}
.author-list__contentsList,
.author-list__contentsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.author-list__contentsList li {
  color: #151515;
  cursor: pointer;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  font-weight: 700;
  -ms-flex-pack: center;
  padding: 8px 0;
}
.author-list__contentsList li.is-active {
  background-color: #f5f5f5;
}
.author-list__contentsList li:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
.author-list__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-bottom: 54px;
}
.author-list__item:not(:nth-child(3n)) {
  margin-right: 10px;
}
.author-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-list__thum {
  height: 56px;
  margin-right: 10px;
  min-width: 56px;
  overflow: hidden;
  width: 56px;
}
.author-list__thum img {
  border-radius: 50px;
  width: 100%;
}
.author-list__name {
  color: #151515;
  font-size: 1.4rem;
}
.author-list__title {
  color: #657783;
  font-size: 1.2rem;
}
.author-detail {
  border-bottom: 1px solid #ccc;
}
.author-detail__category {
  border: 1px solid #fff;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 10px;
  vertical-align: middle;
}
.author-detail__name {
  background: #0d306f;
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 27px;
  padding: 10px 0 10px 12px;
}
.author-detail__thum {
  height: 56px;
  margin-right: 10px;
  min-width: 56px;
  overflow: hidden;
  width: 56px;
}
.author-detail__thum img {
  border-radius: 50px;
  width: 100%;
}
.author-detail__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.author-detail__body,
.author-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-detail__body {
  color: #657783;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4;
  width: 100%;
}
.author-detail__title {
  color: #151515;
  font-size: 1.8rem;
}
.author-detail__description {
  font-size: 1.2rem;
}
.author-detail__description a {
  color: #0d306f;
}
.author-detail__sns {
  margin-top: 22px;
}
.author-detail__snsList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-detail__snsList.\--notice {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.author-detail__snsItem:not(:last-of-type) {
  margin-right: 16px;
}
.author-detail__snsItem svg {
  fill: #0d306f;
  width: 20px;
}
.recommend__headline {
  color: #151515;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 10px;
}
.recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recommend__item {
  margin-bottom: 15px;
  width: 230px;
}
.recommend__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.recommend__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
}
.recommend__subTtl {
  color: #657783;
  font-size: 1.3rem;
}
.recommend__thum {
  height: 104px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recommend__thum img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.recommend__thum span {
  background: #676767;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  left: 0;
  line-height: 1.1;
  padding: 2px;
  position: absolute;
}
.contact__headline {
  border-left: 5px solid #0d306f;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 10px;
}
.contact__corporateName {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contact__corporateName a {
  color: #0036a3;
  text-decoration: underline;
}
.contact__corporateInfo {
  color: #657783;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.contact__corporateInfo a {
  color: #0d306f;
  position: relative;
}
.contact__corporateInfo a:after {
  content: url(/common/president/images/icon_link.png);
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  top: -5px;
}
.contact__link {
  margin-bottom: 20px;
}
.contact__link a:not(:last-of-type) {
  margin-bottom: 10px;
}
.information {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.information__headline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d306f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  padding: 15px 10px;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.information__headline span {
  font-size: 1.1rem;
}
.information__list {
  padding: 0 10px;
}
.information__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.information__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.information__body {
  margin-right: 25px;
  word-break: break-all;
}
.information__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
}
.information__subTtl {
  color: #657783;
  font-size: 1.1rem;
}
.information__thum {
  display: block;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  position: relative;
}
.information__thum img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.category-ranking {
  margin-top: 20px;
}
.category-ranking__headline {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.category-ranking__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.category-ranking__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.category-ranking__thum {
  display: block;
  height: 60px;
  margin-right: 8px;
  min-width: 60px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
.category-ranking__thum img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.category-ranking__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.category-ranking__subTtl {
  color: #657783;
  font-size: 1.1rem;
  line-height: 1.2;
}
.press-release__headline {
  color: #0d306f;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0 4px;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.press-release__sponserd {
  font-size: 1rem;
  font-style: italic;
  margin-left: 10px;
}
.press-release__listWrap {
  margin-top: 10px;
}
.press-release__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.press-release__thum {
  height: 40px;
  margin-left: 10px;
  min-width: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.press-release__thum img {
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: auto;
}
.press-release__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.press-release__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  width: 100%;
}
.press-release__mainTtl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.1rem;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  overflow: hidden;
}
.press-release__date {
  color: #657783;
  font-size: 1rem;
}
.press-release__btn {
  margin: 10px 0 13px;
}
.press-release__sponsored {
  color: #0d306f;
  display: block;
  font-size: 1rem;
  margin-top: 6px;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.backnumber {
  margin-top: 20px;
}
.backnumber__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
}
.backnumber__ttl span {
  border: 1px solid #666;
  color: #666;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 4px 10px;
}
.backnumber__list {
  margin-top: 20px;
  list-style-type: disc;
  padding-left: 20px;
}
.backnumber__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.backnumber__link {
  display: block;
  text-align: right;
}
.backnumber a {
  color: #666;
  text-decoration: underline;
}
.feature {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0d306f),
    color-stop(80%, #0d306f),
    color-stop(20%, #000),
    to(#000)
  );
  background: linear-gradient(90deg, #0d306f, #0d306f 80%, #000 0, #000);
  width: 100%;
}
.feature__inner {
  margin: 0 auto 40px;
  padding: 20px 0 40px;
  width: 1050px;
}
.feature__heading {
  left: -36px;
  opacity: 0.2;
  position: relative;
  top: 20px;
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature__item {
  width: 340px;
}
.feature__item a {
  display: block;
  width: 100%;
}
.feature__thum {
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.feature__thum img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.feature__body {
  margin-top: 10px;
  text-align: left;
}
.feature__mainTtl {
  color: #e8e8e8;
  font-size: 1.5rem;
  font-weight: 700;
}
.feature__subTtl {
  color: #f0f0f0;
  font-size: 1.1rem;
}
.family {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0d306f),
    color-stop(80%, #0d306f),
    color-stop(20%, #000),
    to(#000)
  );
  background: linear-gradient(90deg, #0d306f, #0d306f 80%, #000 0, #000);
  width: 100%;
}
.family__inner {
  margin: 0 auto;
  padding: 40px 0;
  width: 1080px;
}
.family__heading {
  margin-bottom: 56px;
}
.family__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.family__item {
  width: 340px;
}
.family__item a {
  display: block;
}
.family__thum {
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.family__thum img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.family__body {
  margin-top: 10px;
}
.family__mainTtl {
  color: #e8e8e8;
  font-size: 1.5rem;
  font-weight: 700;
}
.family__subTtl {
  color: #f0f0f0;
  font-size: 1.1rem;
}
.family__category {
  border: 1px solid #fff;
  color: #f0f0f0;
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 20px;
  padding: 4px 13px;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.latest-issue__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}
.latest-issue__body,
.latest-issue__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.latest-issue__body {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}
.latest-issue__pubDate {
  font-weight: 700;
}
.latest-issue__mainTtl {
  color: #657783;
}
.latest-issue__thum {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  width: 250px;
}
.latest-issue__thum a {
  display: block;
}
.latest-issue__thum img {
  width: 100%;
}
.highlight {
  color: #e5e5e5;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: underline;
}
.purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 10px;
  padding: 0 38px;
}
.purchase,
.purchase__btn img {
  width: 100%;
}
.purchase span {
  border: 1px solid #ccc;
  margin: 0 auto;
}
.subscription {
  text-align: center;
}
.subscription a {
  color: #4fadaa;
  font-size: 1.2rem;
  text-decoration: underline;
}
.subscription a span {
  font-size: 1.5rem;
  font-weight: 700;
}
.member__headline {
  color: #151515;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.member__container {
  padding-bottom: 45px;
}
.member__container:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.member__container:first-of-type {
  margin-top: 50px;
}
.member__link {
  display: block;
  font-size: 1.3rem;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}
.member__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.member__subTtl {
  font-size: 1.6rem;
  font-weight: 700;
}
.member__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.member__question {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 48px;
  position: relative;
}
.member__question:before {
  border-bottom: 2px solid #ccc;
  content: "Q";
  font-size: 2.2rem;
  left: 0;
  padding-bottom: 12px;
  position: absolute;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.member__answer {
  color: #303030;
  padding-left: 48px;
  position: relative;
}
.member__answer:before {
  content: "A";
  font-size: 2.2rem;
  left: 0;
  position: absolute;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.member__txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.member__benefit {
  border-bottom: 1px solid #ccc;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.benefit__ttl {
  font-size: 2rem;
  font-weight: 700;
}
.benefit__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
}
.benefit__number span {
  background: #0d306f;
  border-radius: 50px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 9px 20px;
}
.benefit__number:after {
  color: #c8ceda;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  display: block;
  font-size: 5.4rem;
  font-family: Libre Baskerville, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-display: swap;
}
.benefit__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.benefit__list {
  counter-reset: number;
}
.benefit__list li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}
.benefit__list li:first-of-type {
  padding-top: 0;
}
.benefit__list li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.answer__txt {
  font-size: 1.6rem;
}
.answer__txt a {
  color: #2498a6;
  font-size: 1.2rem;
  text-decoration: underline;
}
.answer__detail {
  font-size: 1.3rem;
}
.quetion__list li {
  padding: 35px 0;
}
.quetion__list li:first-of-type {
  padding-top: 0;
}
.quetion__list li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.area-sns ul li {
  display: inline-block;
  margin: 0 3px 0 2px;
}
.area-sns ul li a {
  display: block;
  width: 36px !important;
  height: 37px !important;
  background-size: 36px 36px;
}
.area-sns ul li.tw a {
  background-image: url(/common/president/images/icon_tw_s2.png);
}
.area-sns ul li.fb a {
  background-image: url(/common/president/images/icon_fb_s2.png);
}
.area-sns ul li.hb a {
  background-image: url(/common/president/images/icon_hb_s2.png);
}
.area-sns ul li a span {
  display: none !important;
}
