@charset "UTF-8";
/* グラデーション */
/*共通部分*/
html {
  font-size: 100%;
  letter-spacing: 0.22em;
}

html.wf-active {
  visibility: visible;
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.5;
  color: #222222;
  font-weight: 400;
  letter-spacing: 0;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.75rem;
  }
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.max-extend {
  max-width: 1920px;
  margin: 0 auto;
}

.max-extend-inner {
  max-width: 1366px;
  width: 1180px;
  margin: 0 auto;
}
.content-extend {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
}

/* フォント指定 */
.poppins, .poppins-arrow:after, .common-lower-bottom-content .inner-content .btn-content .btn-flex a:after, .common-lower-bottom-content .inner-content .btn-content .link:after, .sp-banar .free-register:after {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.number-font, .post_content .inner-content .data, .pagination a {
  font-family: "Arial Unicode MS", "Helvetica";
}

.wrapper {
  padding: 0 4%;
}

.content-wrapper {
  padding: 0 5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.25rem;
  }
}

b {
  font-weight: 700;
}

p {
  line-height: 1;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 0.75rem;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.pc-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}

.l-show {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-show {
    display: block;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.sp-xs-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-xs-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sp-xs-none {
    display: none;
  }
}

.sp-xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-xs-show {
    display: block;
  }
}

.xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-show {
    display: block;
  }
}

.xs-none {
  display: block;
}
@media screen and (max-width: 576px) {
  .xs-none {
    display: none;
  }
}

ul {
  list-style: none;
}

select {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  table th, table td {
    font-size: 0.875rem;
  }
}

ol {
  padding-left: 20px;
}

ul {
  list-style: none;
}

.back-inherit {
  background-color: inherit !important;
}

.text-align-center {
  text-align: center;
}

.mr-right {
  margin-right: 4%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.flex-warp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-warp {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

/* フォントカラー */
.fc-white {
  color: #ffffff;
}

/* bottom 三角 */
.triangle-bottom {
  margin: 48px auto;
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 64px solid #222222;
}
@media screen and (max-width: 576px) {
  .triangle-bottom {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #222222;
  }
}

.vertical-font {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.position-right {
  text-align: right;
}

.position-left {
  text-align: left;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.d-inline {
  display: inline-block;
}

.text-hover, .post_content .external-description a, .post_content .advertisement a, .post_content .title-bottom .favorite-content .top .sns-content li a, .post_content .title-bottom .favorite-content .btn, .post_content .title-bottom .hashTag a, .pagination a, .common-lower-bottom-content .inner-content .btn-content .btn-flex a, .common-lower-bottom-content .inner-content .btn-content .link, .panList li a, .common-sns-sp a, .sp-banar .free-register, .sp-banar .side-pr, .sp-banar .side-bnr, .common-footer-content .inner-content .banner-content li a, footer .footer-bottom .inner-content .right p a, .dropdown__item-link, .global-menu.show .global-register li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.text-hover:hover, .post_content .external-description a:hover, .post_content .advertisement a:hover, .post_content .title-bottom .favorite-content .top .sns-content li a:hover, .post_content .title-bottom .favorite-content .btn:hover, .post_content .title-bottom .hashTag a:hover, .pagination a:hover, .common-lower-bottom-content .inner-content .btn-content .btn-flex a:hover, .common-lower-bottom-content .inner-content .btn-content .link:hover, .panList li a:hover, .common-sns-sp a:hover, .sp-banar .free-register:hover, .sp-banar .side-pr:hover, .sp-banar .side-bnr:hover, .common-footer-content .inner-content .banner-content li a:hover, footer .footer-bottom .inner-content .right p a:hover, .dropdown__item-link:hover, .global-menu.show .global-register li a:hover {
  opacity: 0.5;
}

.global-li, .global-menu.show .menu-list .menu {
  border-top: 1px dashed #ffffff;
  width: 100%;
  padding: 14px 10%;
}

.global-link, footer .footer-top .sp-footer-inner .footer-content li a, footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li a, .global-menu.show .menu-list .accordion-list .accordion__content.is-open li a, .global-menu.show .menu-list .menu a {
  display: block;
  color: #ffffff;
  position: relative;
  font-weight: 700;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 30px;
}
.global-link:hover, footer .footer-top .sp-footer-inner .footer-content li a:hover, footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li a:hover, .global-menu.show .menu-list .accordion-list .accordion__content.is-open li a:hover, .global-menu.show .menu-list .menu a:hover {
  opacity: 0.8;
}

.global-arrow:after, .global-menu.show .menu-list .bcn-menu .inner-content .link-btn a:after, .global-menu.show .menu-list .accordion-list .accordion__content.is-open li a.arrow-link:after, .global-menu.show .menu-list .menu a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 12px;
  right: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.global-menu {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-top: inherit;
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 435px;
  width: 100%;
  z-index: 9999;
}
.global-menu .menu-list {
  display: none !important;
}
.global-menu .global-register {
  display: none !important;
  -webkit-animation: menuFadein 0.1s forwards;
          animation: menuFadein 0.1s forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.global-menu .global-sns {
  display: none !important;
  -webkit-animation: menuFadein 0.1s forwards;
          animation: menuFadein 0.1s forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.global-menu.show {
  right: 0;
  overflow: auto;
  padding: 70px 0 32px;
  background-color: rgba(65, 71, 92, 0.97);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .global-menu.show {
    padding: 70px 0 64px;
  }
}
.global-menu.show .global-register {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  -webkit-animation: menuFadein 0.8s forwards;
          animation: menuFadein 0.8s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 285px;
  margin: auto;
}
.global-menu.show .global-register li a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.global-menu.show .global-register li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.global-menu.show .global-register li a p {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 8px;
  color: #ffffff;
}
.global-menu.show .global-register li a p.top {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .global-menu.show .global-register li a p {
    font-size: 0.875rem;
  }
}
.global-menu.show .menu-list {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  -webkit-animation: menuFadein 0.8s forwards;
          animation: menuFadein 0.8s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
  margin-top: 24px;
  letter-spacing: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-menu.show .menu-list .menu.bottom {
  border-bottom: 1px dashed #ffffff;
}
.global-menu.show .menu-list .menu.top-none {
  border-top: inherit;
}
@media screen and (max-width: 768px) {
  .global-menu.show .menu-list .menu a {
    font-size: 0.875rem;
  }
}
.global-menu.show .menu-list .menu a:after {
  top: 10px;
}
.global-menu.show .menu-list .accordion-list {
  width: 100%;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title {
  color: #ffffff;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 14px 10%;
  border-bottom: 1px dashed #ffffff;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title.bottom-line {
  border-bottom: 2px solid #ffffff;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title:hover {
  opacity: 0.8;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title p {
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .global-menu.show .menu-list .accordion-list .js-accordion-title p {
    font-size: 0.875rem;
  }
}
.global-menu.show .menu-list .accordion-list .js-accordion-title .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: -6px;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title .arrow:before, .global-menu.show .menu-list .accordion-list .js-accordion-title .arrow:after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  width: 15px;
  height: 2px;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title .arrow:before {
  right: 2px;
  top: 48%;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title .arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  top: 48%;
  right: 2px;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title.is-active .arrow:before {
  opacity: 0;
}
.global-menu.show .menu-list .accordion-list .js-accordion-title.is-active .arrow:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.global-menu.show .menu-list .accordion-list .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.global-menu.show .menu-list .accordion-list .accordion__content li a {
  color: rgba(65, 71, 92, 0.97);
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open {
  height: auto;
  line-height: 1.3; /* numberに書き換える*/
  opacity: 1;
  padding-left: 12%;
  border-bottom: 2px solid #ffffff;
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open.bottom-none {
  border-bottom: inherit;
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open li {
  width: 100%;
  padding: 14px 10%;
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open li:nth-child(n+2) {
  border-top: 1px dashed #ffffff;
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open li.line-bottom {
  border-bottom: 1px dashed #ffffff;
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open li.top-none {
  border-top: inherit;
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open li a {
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-menu.show .menu-list .accordion-list .accordion__content.is-open li a {
    font-size: 0.875rem;
  }
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open li a.arrow-link:after {
  right: 4px;
}
@media screen and (max-width: 768px) {
  .global-menu.show .menu-list .accordion-list .accordion__content.is-open li a.arrow-link:after {
    top: 10px;
  }
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open li a.link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: contain;
  background-position: center center;
  background-image: url("/files/user/assets/img/common/globalHeader/link.png");
}
.global-menu.show .menu-list .accordion-list .accordion__content.is-open li a:hover {
  opacity: 0.8;
}
.global-menu.show .menu-list .bcn-menu {
  background-color: #EFF2F7;
  padding: 40px;
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-title {
  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;
  padding-bottom: 16px;
  border-bottom: 1px solid #41475C;
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-title p {
  font-weight: 500;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .global-menu.show .menu-list .bcn-menu .inner-content .inner-title p {
    font-size: 0.8125rem;
  }
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-title img {
  display: block;
  width: 72px;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .global-menu.show .menu-list .bcn-menu .inner-content .inner-title img {
    width: 60px;
  }
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-center img {
  width: 25%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-center .content {
  margin-left: 20px;
  width: calc(75% - 20px);
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-center .content p {
  text-align: center;
  font-weight: 500;
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-center .content .top-text {
  font-size: 0.875rem;
  line-height: 19px;
}
@media screen and (max-width: 576px) {
  .global-menu.show .menu-list .bcn-menu .inner-content .inner-center .content .top-text {
    font-size: 0.625rem;
  }
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-center .content .center-text {
  background-color: #CCCCCC;
  margin: 9px 0;
  font-size: 0.75rem;
  padding: 4px 0;
}
@media screen and (max-width: 576px) {
  .global-menu.show .menu-list .bcn-menu .inner-content .inner-center .content .center-text {
    font-size: 0.625rem;
  }
}
.global-menu.show .menu-list .bcn-menu .inner-content .inner-center .content .bottom-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (max-width: 576px) {
  .global-menu.show .menu-list .bcn-menu .inner-content .inner-center .content .bottom-text {
    font-size: 0.75rem;
  }
}
.global-menu.show .menu-list .bcn-menu .inner-content .link-btn {
  display: block;
  width: 100%;
}
.global-menu.show .menu-list .bcn-menu .inner-content .link-btn.space {
  margin-top: 11px;
}
.global-menu.show .menu-list .bcn-menu .inner-content .link-btn a {
  display: block;
  background-color: #41475C;
  text-align: center;
  position: relative;
  padding: 10px 0;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .global-menu.show .menu-list .bcn-menu .inner-content .link-btn a {
    font-size: 0.8125rem;
  }
}
.global-menu.show .menu-list .bcn-menu .inner-content .link-btn a:hover {
  opacity: 0.8;
}
.global-menu.show .menu-list .bcn-menu .inner-content .link-btn a:after {
  top: 17px;
  right: 16px;
}
.media_sp .global-menu.show .menu-list .bcn-menu .inner-content .link-btn a:after {
  margin-top: -3px;
}
.global-menu.show .global-sns {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  -webkit-animation: menuFadein 0.8s forwards;
          animation: menuFadein 0.8s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 210px;
  width: 85%;
  margin: 32px auto 0;
}
.global-menu.show .global-sns li {
  width: 32px;
}
.global-menu.show .global-sns li a {
  display: block;
  width: 100%;
}
.global-menu.show .global-sns li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-menu.show .global-sns li a:hover img {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}

@-webkit-keyframes menuFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menuFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.toggle-hamburger {
  display: block;
  cursor: pointer;
  width: 63px;
  height: 63px;
  padding: 20px 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  background: #41475C;
}
.toggle-hamburger.footer-toggle {
  width: 50px;
  height: 50px;
  padding: 14px 10px;
}
.toggle-hamburger span {
  position: relative;
  display: block;
}
.toggle-hamburger span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #D1D1D1;
  top: 0px;
  left: 0;
  border-radius: 6px;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-hamburger span:nth-of-type(2)::before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.toggle-hamburger span:nth-of-type(3)::before {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 1;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
}

.close-btn {
  position: absolute;
  width: 63px;
  height: 63px;
  padding: 20px 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 120;
}
.close-btn span {
  position: relative;
  display: block;
}
.close-btn span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #D1D1D1;
  top: 0px;
  left: 0;
  border-radius: 6px;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close-btn span:nth-of-type(1)::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-btn span:nth-of-type(2)::before {
  width: 100%;
  -webkit-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
}

.dropdown__btn {
  display: block;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .dropdown__btn {
    padding-right: 18px;
  }
}
.dropdown__btn:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0px;
}
.dropdown__btn.is-open:after {
  top: 52%;
  border-top: inherit;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
}
.dropdown__body.is-open {
  z-index: 100;
  padding-top: 59px;
  padding-bottom: 59px;
  opacity: 1;
  line-height: 1.5;
  visibility: visible;
  /* 開くアニメーション */
  -webkit-transition: line-height 0.4s ease-out, opacity 0.6s linear 0.1s, visibility 0.6s linear 0.1s;
  transition: line-height 0.4s ease-out, opacity 0.6s linear 0.1s, visibility 0.6s linear 0.1s;
}
@media screen and (max-width: 768px) {
  .dropdown__body.is-open {
    min-width: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .UpMove .dropdown__body .scroll {
    max-height: calc(100vh - 54px - 49px - 80px);
  }
}

.dropdown__body {
  max-width: 1180px;
  min-width: 1060px;
  background: rgba(65, 71, 92, 0.97);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: absolute;
  padding: 0px;
  /* 閉じるアニメーション */
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
  /* 閉じている状態 */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  -webkit-transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, line-height 0.4s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, line-height 0.4s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  padding-left: 60px;
  padding-right: 60px;
  top: 43px;
}
@media screen and (max-width: 1180px) {
  .dropdown__body {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 1140px;
  }
}
@media screen and (max-width: 768px) {
  .dropdown__body {
    min-width: inherit;
    width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
    top: 54px;
    left: -16px;
  }
}
@media screen and (max-width: 576px) {
  .dropdown__body .scroll {
    height: 100%;
    overflow: auto;
    position: relative;
    max-height: calc(100vh - 54px - 63px - 80px);
  }
}

.dropdown__list {
  display: -ms-grid;
  display: grid;
  row-gap: 42px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .dropdown__list {
    width: 90%;
    margin: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 30px;
  }
}

.dropdown__item-link {
  display: block;
  color: white;
}
.dropdown__item-link:before {
  display: none;
}
.dropdown__item-link .title {
  font-weight: 700;
  font-size: 1.25rem;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dropdown__item-link .title {
    padding-left: 24px;
    font-size: 0.8125rem;
  }
}
.dropdown__item-link .title:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 6px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .dropdown__item-link .title:after {
    width: 6px;
    height: 6px;
    top: 3px;
  }
}
.dropdown__item-link .text {
  font-size: 0.875rem;
  line-height: 23px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .dropdown__item-link .text {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 768px) {
  .moderate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

/*　上に上がる動き　*/
#nav-bar.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-63px);
            transform: translateY(-63px);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-63px);
            transform: translateY(-63px);
  }
}
/*　下に下がる動き　*/
#nav-bar.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-63px);
            transform: translateY(-63px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-63px);
            transform: translateY(-63px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
footer {
  width: 100%;
  position: relative;
}
footer .footer-top {
  width: 100%;
  background-color: #1F1F28;
  padding: 100px 0;
}
@media screen and (max-width: 610px) {
  footer .footer-top {
    padding: 30px 0px;
    margin-top: 30px;
  }
}
footer .footer-top .pc-footer-inner {
  max-width: 1180px;
  width: 100%;
  min-width: 1180px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer-top .pc-footer-inner {
    padding: 0 20px;
    min-width: inherit;
  }
}
@media screen and (max-width: 610px) {
  footer .footer-top .pc-footer-inner {
    display: none;
  }
}
footer .footer-top .pc-footer-inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-top .pc-footer-inner .list.bottom {
  margin-top: 30px;
}
footer .footer-top .pc-footer-inner .list li.left {
  margin-left: 32px;
}
footer .footer-top .pc-footer-inner .list li a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}
footer .footer-top .pc-footer-inner .list li a:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  bottom: -8px;
}
footer .footer-top .pc-footer-inner dl {
  margin-top: 30px;
}
footer .footer-top .pc-footer-inner dl dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 16px;
}
footer .footer-top .pc-footer-inner dl dd {
  line-height: 32px;
  font-weight: 700;
  font-size: 1rem;
}
footer .footer-top .pc-footer-inner dl dd a {
  color: #ffffff;
  position: relative;
}
footer .footer-top .pc-footer-inner dl dd a:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  bottom: -8px;
}
footer .footer-top .pc-footer-inner dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-top .pc-footer-inner dl dd ul li.left {
  margin-left: 32px;
}
footer .footer-top .sp-footer-inner {
  display: none;
}
@media screen and (max-width: 610px) {
  footer .footer-top .sp-footer-inner {
    display: block;
  }
}
footer .footer-top .sp-footer-inner .accordion-list {
  width: 100%;
}
footer .footer-top .sp-footer-inner .accordion-list .js-accordion-title {
  color: #ffffff;
  position: relative;
  width: 100%;
  cursor: pointer;
  width: 100%;
  padding: 15px 20px;
  position: relative;
  border-top: 1px solid #555555;
  font-size: 1.0625rem;
}
footer .footer-top .sp-footer-inner .accordion-list .js-accordion-title.bottom-line {
  border-bottom: 1px solid #555555;
}
footer .footer-top .sp-footer-inner .accordion-list .js-accordion-title:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 22px;
  right: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .footer-top .sp-footer-inner .accordion-list .js-accordion-title:hover {
  opacity: 0.8;
}
footer .footer-top .sp-footer-inner .accordion-list .js-accordion-title p {
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer-top .sp-footer-inner .accordion-list .js-accordion-title p {
    font-size: 0.875rem;
  }
}
footer .footer-top .sp-footer-inner .accordion-list .js-accordion-title.is-active {
  border-bottom: 1px solid #555555;
}
footer .footer-top .sp-footer-inner .accordion-list .js-accordion-title.is-active:after {
  top: 30px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content li a {
  color: #1F1F28;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open {
  height: auto;
  line-height: 1.3; /* numberに書き換える*/
  opacity: 1;
  padding: 20px;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open.flex li {
  width: 50%;
  padding-left: 12px;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li {
  width: 100%;
  padding-left: 12px;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li.space {
  margin-top: 20px;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li.line {
  width: 100%;
  height: 1px;
  background: #555555;
  margin-top: 20px;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li a {
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  color: #ffffff;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li a .title {
  font-weight: 700;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li a .detail {
  margin-top: 6px;
  font-size: 0.875rem;
}
footer .footer-top .sp-footer-inner .accordion-list .accordion__content.is-open li a:hover {
  opacity: 0.8;
}
footer .footer-top .sp-footer-inner .footer-content {
  margin-top: 20px;
  padding: 0 20px;
}
footer .footer-top .sp-footer-inner .footer-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-top .sp-footer-inner .footer-content li {
  width: 50%;
  padding-left: 12px;
}
footer .footer-top .sp-footer-inner .footer-content li.space {
  margin-top: 20px;
}
footer .footer-top .sp-footer-inner .footer-content li.line {
  width: 100%;
  height: 1px;
  background: #555555;
  margin-top: 20px;
}
footer .footer-top .sp-footer-inner .footer-content li a {
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  color: #ffffff;
}
footer .footer-top .sp-footer-inner .footer-content li a .title {
  font-weight: 700;
}
footer .footer-top .sp-footer-inner .footer-content li a .detail {
  margin-top: 6px;
  font-size: 0.875rem;
}
footer .footer-top .sp-footer-inner .footer-content li a:hover {
  opacity: 0.8;
}
footer .footer-bottom {
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom {
    padding: 30px 20px 20px;
  }
}
footer .footer-bottom .inner-content {
  width: 975px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .inner-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-bottom .inner-content .left {
  width: 42%;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .inner-content .left {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}
footer .footer-bottom .inner-content .left small {
  font-size: 0.875rem;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .inner-content .left small {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    font-size: 0.75rem;
    margin-top: 20px;
  }
}
footer .footer-bottom .inner-content .left p {
  font-size: 0.875rem;
  margin-top: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .inner-content .left p {
    font-size: 0.75rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .footer-bottom .inner-content .right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .inner-content .right {
    display: none;
  }
}
footer .footer-bottom .inner-content .right a {
  display: block;
}
footer .footer-bottom .inner-content .right a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-bottom .inner-content .right .privacy {
  width: 75px;
  margin-right: 40px;
}
footer .footer-bottom .inner-content .right .security {
  width: 100px;
  margin-right: 24px;
}
footer .footer-bottom .inner-content .right p {
  width: calc(100% - 239px);
  color: #a0a0a0;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}
footer .footer-bottom .inner-content .right p a {
  display: inline-block;
  color: #222222;
}

.sp-menubar-content {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-menubar-content {
    display: block;
    height: 50px;
  }
}
.sp-menubar-content .sp-menubar {
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 50px;
  width: 100%;
  background-color: #F5F5F5;
}
.sp-menubar-content .sp-menubar .flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 3px 36px;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-logo {
  width: 66px;
  text-align: center;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-logo a {
  display: block;
  width: 100%;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-logo img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-logo span {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  color: #222222;
  margin-top: 0px;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-post {
  margin-left: 58px;
  width: 40px;
  text-align: center;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-post a {
  display: block;
  width: 100%;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-post img {
  width: 22px;
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-post span {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  color: #222222;
  margin-top: 0px;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-formBtn {
  display: block;
  width: 20px;
  margin: 0;
  margin-left: 58px;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-formBtn .button {
  display: block;
  width: 100%;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-formBtn img {
  display: block;
  width: 100%;
}
.sp-menubar-content .sp-menubar .flex-list li.footer-formBtn span {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  color: #222222;
  margin-top: 3px;
}

.footer-form-content {
  display: none;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  width: 100%;
  background: #41475C;
  opacity: 0.97;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}
.footer-form-content.is-open {
  display: block;
  z-index: 100;
  bottom: 50px;
}
.footer-form-content.is-open .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 225px;
  height: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.footer-form-content.is-open .flex .search-text {
  width: 195px;
  background-color: #ffffff;
  height: 30px;
  padding-left: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 1rem;
}
.footer-form-content.is-open .flex .search-text::-webkit-input-placeholder {
  color: #777777;
  font-size: 0.875rem;
}
.footer-form-content.is-open .flex .search-text::-moz-placeholder {
  color: #777777;
  font-size: 0.875rem;
}
.footer-form-content.is-open .flex .search-text:-ms-input-placeholder {
  color: #777777;
  font-size: 0.875rem;
}
.footer-form-content.is-open .flex .search-text::-ms-input-placeholder {
  color: #777777;
  font-size: 0.875rem;
}
.footer-form-content.is-open .flex .search-text::placeholder {
  color: #777777;
  font-size: 0.875rem;
}
.footer-form-content.is-open .flex .submit-btn {
  display: block;
  background-color: #41475C;
  /* 画像をタイル状に繰り返し表示しない */
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.footer-form-content.is-open .flex .submit-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: contain;
  background-position: center center;
  background-image: url("/files/user/assets/img/common/header/search.png");
}

/*　上に上がる動き　*/
#sp-menubar.UpSpMove {
  -webkit-animation: UpSpAnime 0.1s forwards;
          animation: UpSpAnime 0.1s forwards;
}

@-webkit-keyframes UpSpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@keyframes UpSpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
/*　下に下がる動き　*/
#sp-menubar.DownSpMove {
  -webkit-animation: DownSpAnime 0.1s forwards;
          animation: DownSpAnime 0.1s forwards;
}

@-webkit-keyframes DownSpAnime {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownSpAnime {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#page_top {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 93px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page_top.is-fixed {
  position: absolute;
  top: -34px;
  bottom: inherit;
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 43px;
    height: 43px;
    right: 0px;
  }
}
#page_top a {
  height: 100%;
  width: 100%;
  background-color: #41475C;
  display: block;
  position: relative;
}
#page_top a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 35px;
  height: 33px;
  background-repeat: no-repeat;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: contain;
  background-position: center center;
  background-image: url("/files/user/assets/img/common/pageTop.png");
}
@media screen and (max-width: 768px) {
  #page_top a:after {
    width: 23px;
    height: 21px;
  }
}

#page_top.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.common-lower-title-sub {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .common-lower-title-sub {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .common-lower-title-sub {
    font-size: 1rem;
  }
}
.btn-register {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-register:hover {
  opacity: 0.5;
}

.btn-register:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 28px;
  width: 11px;
  height: 11px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-register {
  display: block;
  margin: 24px auto 0;
  width: 240px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  background-color: #41475C;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn-register {
    max-width: 345px;
    width: 98%;
    font-size: 0.875rem;
    padding: 16px 0;
  }
  .btn-register:after {
    right: 36px;
    top: 22px;
    width: 9px;
    height: 9px;
    border: 2px solid;
    border-color: #ffffff #ffffff transparent transparent;
  }
}
.detailLink {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  border: 1px solid #222;
  color: #222;
  font-size: 14px;
  vertical-align: baseline;
}

.detailLink:hover {
  border-color: #c42714;
  color: #c42714;
  text-decoration: none;
}

/* この記事の続きを見る */
.article_more_box {
  padding: 4px;
  border: 1px solid #bfbfbf;
  margin: 20px 0;
}

.article_more_box .article_more_box_inner {
  background-color: #f5f6f7;
  padding: 20px;
  margin: 0;
}

.article_more_box .article_more_title {
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
}

.article_more_box .article_more_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_more_box .article_more_list .article_more_list_item {
  margin: 5px 0 0;
  padding: 0 0 0 1.25em;
  list-style: none;
  position: relative;
}

.article_more_box .article_more_list .article_more_list_item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  /* この記事の続きを見る */
  .article_more_box {
    padding: 4px;
    border: 1px solid #bfbfbf;
    margin: 20px 0;
  }
  .article_more_box .article_more_box_inner {
    background-color: #f5f6f7;
    padding: 20px;
    margin: 0;
  }
  .article_more_box .article_more_title {
    font-weight: bold;
    display: block;
    margin: 0 0 10px;
  }
  .article_more_box .article_more_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .article_more_box .article_more_list .article_more_list_item {
    margin: 5px 0 0;
    padding: 0 0 0 1.25em;
    list-style: none;
    position: relative;
  }
  .article_more_box .article_more_list .article_more_list_item::before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.post_content .inner-content h2 {
  word-wrap: break-word;
}

#logly-lift-widget {
  width: 100% !important;
}

.p-search__select {
  display: inline-block;
  border: solid 1px #d0d0d0;
}

.p-search__select__outer {
  text-align: right;
  margin: 20px 0 0;
}

.p-search__select__text {
  display: inline-block;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  .c-banar {
    display: block;
    max-width: 300px;
    margin: 20px auto 0;
  }
}
.rcms_fav_btn .btn.-none {
  display: none !important;
}

.rcms_fav_btn.added .btn.-none {
  display: inline-block !important;
}

.rcms_fav_btn.added .btn {
  display: none !important;
}

.rcms_fav_btn .btn.bottom {
  margin-top: 0 !important;
}

.post_content .advertisement a {
  width: auto;
}

@media screen and (max-width: 768px) {
  .post_content .advertisement > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .post_content .advertisement > div {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
.sidebar .access-ranking .panel-group .panel li ul li p {
  line-height: 1.5;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .wbcn_content .description-content .text-content p {
    font-size: 0.75rem;
  }
}
.wbcn_content .description-content .text-content p {
  font-size: 0.875rem;
  line-height: 23px;
  font-weight: 500;
  color: #222222;
  display: block;
}

/* [一時措置] ヘッダサイド　ここから */
.header-lower .header-search form {
  float: none;
}

.header-lower .header-search .search-form-input {
  width: 100%;
}

/* [一時措置] ヘッダサイド　ここまで */
/* メインコンテンツ　オススメの関連記事 ---------- */
#main-recommend #logly-lift-widget {
  width: auto !important;
}

#main-recommend .logly-lift-ad {
  margin: 0 0 20px !important;
  width: 360px !important;
}

#main-recommend .logly-lift-ad:nth-child(2n) {
  margin-left: 30px !important;
}

#main-recommend .logly-lift-ad-image,
#main-recommend .logly-lift-ad-image-inner {
  height: 120px !important;
}

#main-recommend .logly-lift-ad-image {
  padding-right: 18px !important;
}

#main-recommend .logly-lift-ad-image a {
  display: inline-block;
}

#main-recommend .logly-lift-ad-image img {
  height: auto !important;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#main-recommend .logly-lift-ad-title a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

#main-recommend .logly-lift-ad-title a:hover {
  color: #c42714;
}

#main-recommend .logly-lift-ad-body,
#main-recommend .logly-lift-ad-lead {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  line-height: 1.6;
}

/* サイドコンテンツ　おすすめ記事 ---------- */
#side-recommend .logly-lift-ad {
  margin: 9px 0;
}

#side-recommend .logly-lift-ad-image {
  padding-right: 12px;
}

#side-recommend .logly-lift-ad-image,
#side-recommend .logly-lift-ad-image-inner {
  height: 120px !important;
}

#side-recommend .logly-lift-ad-image-inner a {
  height: 120px;
  display: block;
}

#side-recommend .logly-lift-ad-image-inner a:hover {
  opacity: 0.7;
}

#side-recommend .logly-lift-ad-title a {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

#side-recommend .logly-lift-ad-title {
  margin-bottom: 0 !important;
  max-height: none !important;
  line-height: 1.2 !important;
}

#side-recommend .logly-lift-ad-title a:hover {
  color: #c42714;
}

#side-recommend .logly-lift-ad-lead {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

#side-recommend .logly-lift-ad-body {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
}

#side-recommend .logly-lift-ad-image-inner img {
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* 記事詳細用：SNS・お気に入りボタン ---------- */
.sns-item .icon {
  display: table-cell;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #000;
}

.sns-item .icon__link {
  display: table;
  padding: 0px 8px 0px 6px;
  width: 100%;
  height: 100%;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.sns-item .icon--bookmark {
  background-color: #c42714;
}

.sns-item .icon--bookmark:hover {
  -webkit-animation-duration: 0.001s;
          animation-duration: 0.001s;
  background-color: #af2312;
}

.sns-item .icon.-none {
  display: none;
  background-color: #999;
}

.sns-item .icon__link {
  display: block;
  padding: 0px 8px 0px 6px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.sns-item .icon__link:hover {
  text-decoration: none;
}

.sns-item .icon .fa {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 0 1px;
  text-rendering: auto;
  line-height: 20px;
}

.sns-item .icon__txt {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
  margin: 0 auto;
}

.sns-item .icon.-none .fa, .icon.-none .icon__txt {
  color: #eee;
}

.sns-item .rcms_fav_btn.added .icon.-none {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  display: block;
}

.sns-item .rcms_fav_btn.added .icon {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  display: none;
}

.article .sns .sns-item:last-child {
  margin-left: 30px;
}

/* PR広告調整 */
.-news-ad-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.-news-ad-list .topicsList__news__title {
  display: inherit;
}

.-news-ad-list .topicsList__news__title li {
  line-height: 1.7;
  margin: 0 0 -5px 0px;
}

.-news-ad-list .topicsList__news__title li p {
  margin: 0;
}

.weeklyContents .-news-ad-list .topicsList__news__title li {
  line-height: 1;
  margin: 0;
}

.weeklyContents .topicsList__news__item:not(:first-child) {
  margin-top: 10px;
}

/* 汎用クラス ---------- */
.tcenter {
  text-align: center !important;
}

.tleft {
  text-align: left !important;
}

.tright {
  text-align: right !important;
}

.mt10 {
  margin-top: 10px !important;
}

.text-right {
  text-align: right;
}

.fs85 {
  font-size: 0.85em;
}

@media screen and (max-width: 768px) {
  .sp-fs64 {
    font-size: 0.64rem;
  }
}

.poppins-arrow:after, .common-lower-bottom-content .inner-content .btn-content .btn-flex a:after, .common-lower-bottom-content .inner-content .btn-content .link:after, .sp-banar .free-register:after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.two-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1180px;
  width: 100%;
  min-width: 1180px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .two-colum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: inherit;
    margin: auto;
  }
}
.two-colum.lower-content {
  margin: 0 auto;
}
.two-colum.one-colum {
  display: block;
}
.two-colum.one-colum .main-content {
  width: 100%;
}
.two-colum.special-detail {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.two-colum.special-detail .main-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.two-colum.special-detail .sidebar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .two-colum.special-detail .sidebar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.main-content {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .main-content {
    width: 100%;
  }
}

.common-inner-space {
  margin-top: 30px;
}

.common-footer-content {
  background-color: #EFF2F7;
  width: 100%;
  margin-top: 200px;
  padding: 60px 0;
}
.common-footer-content.lower-footer {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .common-footer-content {
    display: none;
  }
}
.common-footer-content .inner-content {
  width: 765px;
  margin: auto;
}
.common-footer-content .inner-content .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-footer-content .inner-content .title-block h2 {
  font-size: 1.375rem;
  width: 66px;
  text-align: center;
}
.common-footer-content .inner-content .title-block .line {
  width: calc(50% - 33px);
  height: 2px;
  background: #CCCCCC;
}
.common-footer-content .inner-content .banner-content {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 32px;
}
.common-footer-content .inner-content .banner-content li {
  width: 100%;
}
.common-footer-content .inner-content .banner-content li a {
  display: block;
}
.common-footer-content .inner-content .banner-content li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-banar {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-banar {
    display: block;
    max-width: 300px;
    margin: 20px auto 0;
  }
}
.sp-banar .side-bnr {
  display: block;
  width: 100%;
}
.sp-banar .side-bnr img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-banar .side-pr {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/files/user/assets/img/top/sidebar/sidebar02-back.png");
  padding: 20px 12px;
  margin-top: 20px;
  cursor: pointer;
}
.sp-banar .side-pr p {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}
.sp-banar .side-pr p.space {
  margin-top: 12px;
}
.sp-banar .free-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #CCCCCC;
  padding: 18px 0 18px 36px;
  margin-top: 20px;
}
.sp-banar .free-register:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 17px;
  top: 0;
  left: 0;
  background: #222222;
}
.sp-banar .free-register:after {
  right: 14px;
  font-size: 1.9375rem;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .media_sp.os_ios .sp-banar .free-register:after {
    margin-top: -3px;
  }
}
.sp-banar .free-register img {
  width: 58px;
  display: block;
}
.sp-banar .free-register p {
  margin-left: 6px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #222222;
}

.common-sns-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common-sns-sp {
    display: block;
    width: 185px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-sns-sp li {
    width: 35px;
  }
  .common-sns-sp li a {
    display: block;
  }
  .common-sns-sp li a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.panList {
  max-width: 1180px;
  width: 100%;
  min-width: 1180px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .panList {
    min-width: inherit;
    padding: 0 20px;
  }
}
.panList li {
  margin-right: 8px;
  display: inline;
}
.panList li a {
  font-size: 0.8125rem;
  color: #41475C;
  display: inline;
  vertical-align: middle;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .panList li a {
    font-size: 0.75rem;
  }
}
.panList li p {
  font-size: 0.8125rem;
  color: #41475C;
  vertical-align: middle;
  display: inline;
}
@media screen and (max-width: 768px) {
  .panList li p {
    font-size: 0.75rem;
  }
}
.panList li.arrow {
  display: inline;
  vertical-align: middle;
}
.panList li.arrow img {
  vertical-align: middle;
  margin-top: -3px;
}

.common-lower-content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .common-lower-content {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.common-lower-bottom-content {
  background-color: #DCE0E8;
  width: 100%;
  margin-top: 120px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content {
    max-width: 400px;
    margin-top: 30px;
    padding: 17px;
    margin: 30px auto 0;
  }
}
.common-lower-bottom-content .inner-content {
  width: 765px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content {
    width: 100%;
    display: block;
  }
}
.common-lower-bottom-content .inner-content .image-block {
  width: 100px;
}
.common-lower-bottom-content .inner-content .image-block img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-lower-bottom-content .inner-content .text-content {
  width: 33.5%;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .text-content {
    width: 100%;
  }
}
.common-lower-bottom-content .inner-content .text-content .logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .text-content .logo-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common-lower-bottom-content .inner-content .text-content .logo-block h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .text-content .logo-block h2 {
    margin-top: 6px;
    font-size: 1.25rem;
  }
}
.common-lower-bottom-content .inner-content .text-content .logo-block img {
  width: 86px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .text-content .logo-block img {
    margin-top: 8px;
  }
}
.common-lower-bottom-content .inner-content .text-content .data {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .text-content .data {
    text-align: center;
  }
}
.common-lower-bottom-content .inner-content .text-content .label {
  padding: 5px;
  width: 166px;
  font-size: 0.75rem;
  background-color: #222222;
  color: #ffffff;
  font-weight: 500;
  margin: 16px auto 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .text-content .label {
    font-size: 0.8125rem;
    margin: 8px auto 10px;
  }
}
.common-lower-bottom-content .inner-content .text-content .description {
  font-size: 0.875rem;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .text-content .description {
    text-align: center;
  }
}
.common-lower-bottom-content .inner-content .btn-content {
  width: 47.7%;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .btn-content {
    width: 100%;
    margin-top: 16px;
  }
}
.common-lower-bottom-content .inner-content .btn-content .link {
  display: block;
  border: 1px solid #222222;
  background-color: #ffffff;
  color: #222222;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 27px 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .btn-content .link {
    font-size: 1.125rem;
    padding: 10px 0;
  }
}
.common-lower-bottom-content .inner-content .btn-content .link:after {
  font-size: 1.875rem;
  color: #222222;
  right: 13px;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .btn-content .link:after {
    right: 15px;
    font-size: 2.125rem;
    top: 51%;
  }
  .media_sp.os_ios .common-lower-bottom-content .inner-content .btn-content .link:after {
    margin-top: -3px;
  }
}
.common-lower-bottom-content .inner-content .btn-content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .btn-content .btn-flex {
    margin-top: 8px;
  }
}
.common-lower-bottom-content .inner-content .btn-content .btn-flex a {
  width: calc(50% - 8px);
  display: block;
  background-color: #41475C;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 18px 0 18px 20px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .btn-content .btn-flex a {
    padding: 14px 0 14px 16px;
  }
}
.common-lower-bottom-content .inner-content .btn-content .btn-flex a:after {
  font-size: 1.5rem;
  color: #ffffff;
  right: 16px;
  top: 51%;
}
@media screen and (max-width: 768px) {
  .common-lower-bottom-content .inner-content .btn-content .btn-flex a:after {
    right: 10px;
    top: 52%;
  }
  .media_sp.os_ios .common-lower-bottom-content .inner-content .btn-content .btn-flex a:after {
    margin-top: -3px;
  }
}
.arrow-left:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 68px;
  width: 11px;
  height: 11px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination {
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination li:nth-child(n+2) {
  margin-left: 10px;
}
.pagination a {
  width: 40px;
  height: 40px;
  display: block;
  color: #727272;
  padding: 7px 0;
  font-weight: 700;
  border: 1px solid #707070;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .pagination a {
    width: 30px;
    height: 30px;
    padding: 2px 0;
  }
  .media_sp.os_ios .pagination a {
    padding: 1px 0 3px;
  }
}
.pagination span.current {
  background-color: #41475C;
  color: #ffffff;
  display: block;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .pagination span.current {
    padding: 2px 0;
    width: 30px;
    height: 30px;
  }
}

.post_content .inner-content {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .post_content .inner-content {
    margin-top: 40px;
  }
}
.post_content .inner-content .category {
  font-size: 0.875rem;
  text-align: center;
  padding: 3px 15px;
  line-height: 20px;
  background-color: #41475C;
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .post_content .inner-content .category {
    font-size: 0.8125rem;
  }
}
.post_content .inner-content h2 {
  margin-top: 16px;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .post_content .inner-content h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .post_content .inner-content h2 {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.post_content .inner-content .data {
  margin-top: 16px;
  font-size: 1rem;
  color: #727272;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .post_content .inner-content .data {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
.post_content .inner-content.post-pv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content .inner-content.post-pv .left {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .post_content .inner-content.post-pv .left {
    width: calc(100% - 216px);
  }
}
@media screen and (max-width: 768px) {
  .post_content .inner-content.post-pv .left {
    width: calc(100% - 176px);
  }
}
.post_content .inner-content.post-pv .left h2 {
  height: 128px;
}
@media screen and (max-width: 768px) {
  .post_content .inner-content.post-pv .left h2 {
    height: auto;
  }
}
.post_content .inner-content.post-pv .left .name-block {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .post_content .inner-content.post-pv .left .name-block {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.post_content .inner-content.post-pv .left .name-block .position {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post_content .inner-content.post-pv .left .name-block .position {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .post_content .inner-content.post-pv .left .name-block .position {
    font-size: 0.75rem;
  }
}
.post_content .inner-content.post-pv .left .name-block .name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .post_content .inner-content.post-pv .left .name-block .name {
    font-size: 1rem;
    margin-left: 16px;
  }
}
@media screen and (max-width: 576px) {
  .post_content .inner-content.post-pv .left .name-block .name {
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 6px;
  }
}
.post_content .inner-content.post-pv .left .notice {
  margin-top: 16px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .post_content .inner-content.post-pv .left .notice {
    font-size: 0.625rem;
    text-align: left;
  }
}
.post_content .inner-content.post-pv .right {
  width: 272px;
}
@media screen and (max-width: 768px) {
  .post_content .inner-content.post-pv .right {
    width: 200px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 576px) {
  .post_content .inner-content.post-pv .right {
    width: 160px;
    margin-left: 16px;
  }
}
.post_content .inner-content.post-pv .right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_content .title-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2px;
}
@media screen and (max-width: 576px) {
  .post_content .title-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post_content .title-bottom .hashTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}
@media screen and (max-width: 576px) {
  .post_content .title-bottom .hashTag {
    width: 100%;
  }
}
.post_content .title-bottom .hashTag a {
  margin-top: 13px;
  display: inline-block;
  font-size: 0.8125rem;
  padding: 6px 20px;
  border-radius: 20px;
  background: #EFF2F7;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .post_content .title-bottom .hashTag a {
    font-size: 0.75rem;
    padding: 6px 14px;
  }
}
.post_content .title-bottom .favorite-content {
  width: 272px;
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .post_content .title-bottom .favorite-content {
    margin-left: auto;
    width: auto;
  }
}
.post_content .title-bottom .favorite-content .btn {
  display: inline-block;
  padding: 2px 15px 3px 29px;
  font-size: 0.75rem;
  font-weight: 500;
  border: #41475C;
  border-radius: 2px;
  position: relative;
  border-radius: 2px;
  border: 1px solid #41475C;
  background-color: #ffffff;
  color: #41475C;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .post_content .title-bottom .favorite-content .btn {
    padding: 3px 15px 3px 29px;
  }
}
.post_content .title-bottom .favorite-content .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background-repeat: no-repeat;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: contain;
  background-position: center center;
  background-image: url("/files/user/assets/img/post/starRed.png");
}
.post_content .title-bottom .favorite-content .btn.bottom {
  background-color: #EFF2F7;
  white-space: nowrap;
  margin-left: 12px;
}
.post_content .title-bottom .favorite-content .btn.bottom:after {
  background-image: url("/files/user/assets/img/post/starBlue.png");
}
.post_content .title-bottom .favorite-content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content .title-bottom .favorite-content .top .sns-content {
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content .title-bottom .favorite-content .top .sns-content li {
  width: 26px;
}
.post_content .title-bottom .favorite-content .top .sns-content li a {
  display: block;
  width: 100%;
}
.post_content .title-bottom .favorite-content .top .sns-content li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post_content .title-bottom .favorite-content .bottom-content {
  text-align: right;
}
.post_content .publish {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 576px) {
  .post_content .publish {
    font-size: 0.75rem;
    margin-top: 16px;
  }
}
.post_content .content-column {
  margin-top: 20px;
  margin-top: 30px;
  font-size: 1rem;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 25px;
  }
}
.post_content .content-column img {
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column img {
    max-height: inherit;
  }
}
.post_content .content-column h2 {
  padding: 10px 20px;
  background-color: #41475C;
  color: #ffffff;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1rem;
    padding: 8px 16px;
  }
}
.post_content .content-column .image {
  margin: 0 28px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .image {
    margin: 0 auto 20px;
  }
}
.post_content .content-column figure {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .post_content .content-column figure {
    font-size: 0.75rem;
  }
}
.post_content .content-column figure img {
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column figure img {
    max-height: inherit;
  }
}
.post_content .content-column figcaption {
  text-align: left !important;
}
.post_content .content-column .inner-title {
  padding: 10px 20px;
  background-color: #41475C;
  color: #ffffff;
  font-size: 1.25rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .inner-title {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
.post_content .content-column .description {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .description {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 25px;
  }
}
.post_content .content-column .description.small-space {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .description.small-space {
    margin-top: 16px;
  }
}
.post_content .content-column .description p {
  font-size: 1rem;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .description p {
    font-size: 0.875rem;
    line-height: 25px;
  }
}
.post_content .content-column .imageAll {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_content .content-column .imageHalf {
  width: 75.8%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .imageHalf {
    width: 85%;
  }
}
.post_content .content-column .inner-space {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .inner-space {
    margin-top: 20px;
  }
}
.post_content .content-column .h4-index {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .h4-index {
    font-size: 0.9375rem;
    margin-top: 20px;
  }
}
.post_content .content-column .h4-index.space {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .h4-index.space {
    margin-top: 30px;
  }
}
.post_content .content-column .h4-index.bottom-line {
  padding-bottom: 13px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .h4-index.bottom-line {
    padding-bottom: 8px;
  }
}
.post_content .content-column .frame-content {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .frame-content {
    margin-top: 30px;
    padding: 20px;
  }
}
.post_content .content-column .frame-content h4 {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .frame-content h4 {
    font-size: 0.8125rem;
  }
}
.post_content .content-column .frame-content .title-line {
  margin-top: 8px;
  background-color: #222222;
  width: 15px;
  height: 1px;
}
.post_content .content-column .frame-content h5 {
  font-size: 1rem;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .frame-content h5 {
    font-size: 0.9375rem;
  }
}
.post_content .content-column .frame-content h5 span {
  font-size: 0.75rem;
  font-weight: 400;
}
.post_content .content-column .frame-content .text {
  margin-top: 11px;
  font-size: 1rem;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .post_content .content-column .frame-content .text {
    margin-top: 8px;
    line-height: 25px;
    font-size: 0.875rem;
  }
}
.post_content .advertisement {
  margin: 60px auto 0;
  max-width: 620px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .post_content .advertisement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto 0;
  }
}
.post_content .advertisement a {
  display: block;
}
@media screen and (max-width: 768px) {
  .post_content .advertisement a {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  .post_content .advertisement a:nth-child(n+2) {
    margin-top: 30px;
  }
}
.post_content .advertisement img {
  width: 100%;
  display: block;
}
.post_content .external-title {
  font-size: 1.375rem;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .post_content .external-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .post_content .external-title {
    font-size: 1rem;
  }
}
.post_content .external-line {
  margin-top: 8px;
  background-color: #EFF2F7;
  width: 100%;
  height: 1px;
  position: relative;
}
.post_content .external-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 38px;
  height: 2px;
  background-color: #41475C;
}
.post_content .external-description {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .post_content .external-description {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
.post_content .external-description a {
  color: #41475C;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #41475C;
  line-height: 24px;
}
.post_content .external-description a.linkIcon .icon {
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post_content .external-description a.linkIcon .icon {
    margin-left: 16px;
  }
}
.post_content .external-description a.linkIcon .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: contain;
  background-position: center center;
  background-image: url("/files/user/assets/img/post/linkIcon.png");
}
@media screen and (max-width: 768px) {
  .post_content .external-description a.linkIcon .icon:after {
    top: 2px;
  }
}

.recommendation-content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recommendation-content {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
}
.recommendation-content h2 {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recommendation-content h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .recommendation-content h2 {
    font-size: 1rem;
  }
}
.recommendation-content .line {
  height: 2px;
  width: 37px;
  background-color: #41475C;
  margin-top: 12px;
  margin: 12px auto 0;
}
@media screen and (max-width: 768px) {
  .recommendation-content .line {
    margin: 6px auto 0;
  }
}
.recommendation-content .content {
  margin-top: 20px;
}
.recommendation-content .content img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}