@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*, ::before, ::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, ＭＳＰゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.7;
  background-color: #eeeeee;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

ul {
  list-style: none;
}

a {
  color: #004098;
  text-decoration: underline;
}

@media (hover: hover) {
  a {
    transition: all ease-in-out 0.2s;
    will-change: opacity;
  }
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:visited {
  color: inherit;
  text-decoration: underline;
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.ofi {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.wrap-inner {
  padding: 0 2.5%;
}
@media screen and (max-width: 768px) {
  .wrap-inner {
    padding: 0 2%;
    overflow: hidden;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

h1 {
  font-size: calc(2.4rem + (1vw - 0.64rem) * 2.1429); /* 24px~36pxで可変*/
  line-height: 1.3;
}

h2 {
  font-size: calc(2rem + (1vw - 0.64rem) * 0.7143); /* 20px~24pxで可変*/
  line-height: 1.3;
}

@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 3.6rem; /* 36px*/
  }
  h2 {
    font-size: 2.4rem; /* 24px*/
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem; /* 24px*/
  }
  h2 {
    font-size: 2rem; /* 20px*/
  }
}
a.btn {
  display: inline-block;
  border-radius: 5px;
  background-color: #323232;
  border: 1px solid #323232;
  color: white;
  font-weight: 700;
  line-height: 40px;
  padding: 0 0.6em;
  font-size: 1.6rem;
  cursor: pointer;
}
a.btn.btn-white {
  border: 1px solid #004098;
  background-color: white;
  font-weight: normal;
  color: #323232;
}
a.btn.btn-blue {
  border: 1px solid #004098;
  background-color: #004098;
  font-weight: normal;
  color: white;
}
a.btn:hover {
  text-decoration: none;
}

.snsbtn {
  width: 120px;
  text-align: center;
  border-radius: 5px;
  padding: 6px;
  color: #fff !important;
  font-size: 1.4rem;
}
.snsbtn.twitter {
  background-color: #448dc4;
}
.snsbtn.facebook {
  background-color: #385593;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-2 {
  width: calc(50% - 10px);
}

.col-3 {
  width: calc(33.33% - 10px);
}

.col-4 {
  width: calc(25% - 10px);
}

.col-5 {
  width: calc(20% - 10px);
}

.archive-link {
  text-align: center;
  margin-top: 1em;
}
.archive-link a {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.4em 5em;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  color: red;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}
.section-title a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
}
.section-title a::after {
  content: "";
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.header {
  width: 100%;
  z-index: 50;
  margin-bottom: 1em;
}
.header .navbar {
  padding: 2em 0 1.2em;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s;
}
.header .navbar .wrap-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .navbar .open-mobile-menu {
  border-radius: 5px;
  border: 1px solid #004098;
  background-color: white;
  color: #004098;
  font-size: 1.1rem;
  padding: 0 0.3em;
  line-height: 38px;
}
.header .navbar h1.logo {
  width: 186px;
  margin: 0 auto;
  transform: translateX(86px);
}
@media screen and (max-width: 1023px) {
  .header .navbar h1.logo {
    transform: translateX(-28px);
  }
}
.header .navbar h1.logo img {
  aspect-ratio: inherit;
}
.header .navbar .h-btn {
  margin-left: 40px;
}
.header .navbar #calendar {
  padding: 0.3em;
}
@media screen and (max-width: 768px) {
  .header .navbar #calendar {
    padding: 0 !important;
  }
}
.header .navbar .btn {
  margin-left: 16px;
}
.header .navbar .top-menu-wrapper {
  color: #221f1f;
}
.header .navbar .top-menu-wrapper::before {
  content: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.header .navbar .top-menu-wrapper.show-offcanvas::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header .navbar .top-menu-wrapper.show-offcanvas .panel, .header .navbar .top-menu-wrapper.show-offcanvas .top-menu, .header .navbar .top-menu-wrapper.show-offcanvas .sns {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}
.header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.2s;
}
.header .navbar .top-menu-wrapper.show-offcanvas .top-menu .sns-icon {
  width: 45px;
  height: 45px;
  fill: #000;
}
.header .navbar .open-mobile-menu i {
  color: #221f1f;
}
.header .navbar .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  overflow-y: auto;
  background: #fff;
  z-index: 50;
}
.header .navbar .login-signup {
  padding: 3.5rem 3.5rem 2em;
  display: block;
  width: 100%;
}
.header .navbar .login-signup a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.header .navbar .top-menu .leftNav_single {
  display: block;
  width: 100%;
  padding: 25px 15px;
  text-align: center;
}
.header .navbar .top-menu .leftNav_single > img {
  display: block;
  margin: 0 auto;
}
.header .navbar .top-menu ul {
  display: block;
  width: 100%;
}
.header .navbar .top-menu ul > li {
  position: relative;
  width: 100%;
  text-align: right;
  list-style: none;
}
.header .navbar .top-menu ul > li.active > .label::after {
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  transform: rotate(135deg);
}
.header .navbar .top-menu ul > li > .label {
  display: block;
  font-size: clamp(18px, 3.4vw, 22px);
  color: #323232;
  text-align: right;
  padding: 1em 2.5em 1em 1em;
  position: relative;
  cursor: pointer;
}
.header .navbar .top-menu ul > li > .label::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 30px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.header .navbar .top-menu ul > li > .label + ul {
  background: #eeeeee;
  height: 0;
  max-height: 0;
  visibility: hidden;
  transition: height 0.3s;
}
.header .navbar .top-menu ul > li > .label + ul a {
  padding: 15px 15px;
  display: none;
  color: #000;
}
.header .navbar .top-menu ul > li > .label + ul.open {
  visibility: visible;
  height: auto;
  max-height: 100em;
}
.header .navbar .top-menu ul > li > .label + ul.open a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header .navbar .h-btn {
    margin-left: 14px;
    margin-right: 14px;
    width: 30px;
  }
  .header .navbar .h-btn img {
    width: 100%;
  }
}
.header .main-nav {
  background-color: white;
  padding-bottom: 1px;
}
.header .main-nav a {
  padding: 1em 0;
  text-align: center;
  color: #323232;
  display: block;
}
.header .main-nav a > img {
  margin: 0 auto;
}
.header .main-nav .wrap-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .main-nav .menu-item {
  flex: 1;
}
.header .main-nav .menu-item span {
  font-size: 14px;
  font-weight: 600;
  color: #595959;
}
.header .main-nav .dropdown-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header .main-nav .dropdown-wrap .dropdown-content {
  display: none;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 30px;
}
.header .main-nav .dropdown-wrap a {
  width: 25%;
  display: block;
  font-size: 14px;
  padding: 16px 32px;
}
.header .main-nav .dropdown-wrap .dropdown-close {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.header .main-nav .dropdown-wrap .dropdown-close:before {
  content: "×";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 4rem;
}
@media all and (max-width: 1024px) {
  .header {
    /* スクロールバーCSS */
  }
  .header .btn,
  .header .search-btn {
    display: none;
  }
  .header .wrap-inner {
    overflow: visible;
  }
  .header .scroll-areaーyoko {
    width: 250px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .header .simplebar-scrollbar::before {
    background: #cfcfcf;
  }
  .header .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .header .simplebar-track {
    background: #fff;
  }
  .header .main-nav {
    display: none;
  }
}

/*========= カレンダーのためのCSS ===============*/
#calendar_wrap {
  position: absolute;
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  z-index: 5;
  font-size: 1.2em;
  left: 1.7em;
  top: 0;
  display: none;
}

#calendar_wrap caption {
  background: #004098;
  padding: 5px;
  color: #fff;
}

#wp-calendar,
#wp-calendar_2 {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0;
  border-collapse: collapse;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid;
  text-align: center;
}

nav.wp-calendar-nav {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  z-index: 100;
}
nav.wp-calendar-nav a:hover,
nav.wp-calendar-nav a:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

#calendar:hover ~ #calendar_wrap,
#calendar_wrap:hover {
  display: block;
  position: absolute;
  top: 34px;
}
@media screen and (max-width: 768px) {
  #calendar:hover ~ #calendar_wrap,
  #calendar_wrap:hover {
    left: 2vw;
  }
}

span.pad {
  display: inline-block;
  width: 130px;
}

#wp-calendar td,
#wp-calendar_2 td {
  color: #666;
  font-weight: 100;
}

#wp-calendar td a,
#wp-calendar_2 td a {
  color: #004098;
  font-weight: 700;
}

#wp-calendar td,
#wp-calendar th,
#wp-calendar_2 td,
#wp-calendar_2 th {
  padding: 0.3em 0.2em;
}

#wp-calendar th {
  padding: 0.3em;
  color: black;
}

/*========= 検索窓のためのCSS ===============*/
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.search-btn {
  position: absolute;
  top: 6px;
  left: 129px;
  background: url("../img/common/search_icon.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .search-btn {
    top: 14px;
    left: 186px;
  }
}
@media screen and (max-width: 768px) {
  .search-btn {
    top: 9px;
    left: 143px;
  }
}

.search-btn.btnactive {
  background: url("../img/common/search_close.svg") no-repeat center center;
  background-size: 20px;
}

/*========= 検索窓の設定 ===============*/
/*==検索窓背景のエリア*/
#search-wrap {
  position: absolute;
  /*絶対配置にして*/
  top: 70px;
  left: 120px;
  z-index: -1;
  /*最背面に設定*/
  opacity: 0;
  /*透過を0に*/
  width: 0;
  /*横幅は0に*/
  transition: all 0.4s;
  /*transitionを使ってスムースに現れる*/
  border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive {
  opacity: 1;
  /*不透明に変更*/
  z-index: 3;
  /*全面に出現*/
  width: auto;
  top: 2px;
}

/*==検索窓*/
#search-wrap #searchform {
  display: none;
  /*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform {
  display: block;
  /*検索窓を表示*/
}

#searchsubmit {
  display: none;
  background: url("../img/common/search_icon.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  z-index: 20;
  right: 10px;
  top: 6px;
  position: absolute;
}

#search-wrap.panelactive #searchsubmit {
  display: block;
}

input#search-text {
  padding: 6px 6px 6px 35px;
  border: 3px solid #eee;
  outline: none;
  max-width: 220px;
}
@media screen and (max-width: 1023px) {
  input#search-text {
    padding: 6px 6px 6px 5px;
  }
}
@media screen and (max-width: 768px) {
  input#search-text {
    padding: 6px 6px 6px 5px;
  }
}

.drawer-search {
  margin-bottom: 1.5em;
  width: 100%;
  padding: 0 2em 2em;
  display: block;
}

#form {
  position: relative;
}

#drawer-search-text {
  outline: 0;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 170px;
  border-radius: 2px;
  background: #eee;
}

#drawer-searchsubmit {
  width: 70px;
  height: 40px;
  position: absolute;
  left: 170px;
  top: 0;
  border-radius: 2px;
  background: #004098;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

.footer {
  background-color: #fff;
  padding: 1em 0 0;
}
.footer a {
  color: inherit;
  font-weight: 600;
  display: inline-block;
  margin: 0 10px;
}
.footer h4 {
  text-align: center;
  margin-bottom: 10px;
}
.footer .footer-content {
  margin-bottom: 1em;
  text-align: center;
}
.footer .footer-content .footer-banner {
  display: flex;
  justify-content: center;
}
.footer .sns {
  display: flex;
  justify-content: center;
}
.footer .sns a {
  width: 40px;
  margin: 0 5px;
}
.footer .sns a > img {
  width: 100%;
}
.footer .footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.footer .footer-nav a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
.footer .footer-nav a:not(:last-of-type) {
  border-right: 1px solid #000;
}
.footer .copyright {
  background-color: #58beea;
  color: #fff;
  padding: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer .copyright .f-logo {
  width: 100px;
}
.footer .copyright .f-logo > img {
  width: 100%;
}
.footer .copyright p.copy {
  font-size: 1.1rem;
  font-weight: 600;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .footer a {
    font-size: 1.3rem;
  }
  .footer .footer-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .footer-nav a {
    white-space: nowrap;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 768px) {
  .footer .footer-content .footer-banner {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .footer-content .footer-banner a {
    width: 48%;
    margin: 0 0 10px;
  }
  .footer .footer-content .footer-banner a img {
    width: 100%;
  }
  .footer .footer-nav {
    flex-wrap: wrap;
  }
}

.no-transition {
  transition: none !important;
}

.top-banner {
  padding: 1em 0;
  text-align: center;
  background-color: #eeeeee;
}
.top-banner a {
  max-width: 1085px;
  display: flex;
  margin: 0 auto;
  color: inherit;
}
.top-banner img {
  width: 100%;
}
.top-banner .txt {
  background: #fff;
  padding: 1em;
  width: calc(100% - 380px);
  text-align: left;
}
.top-banner .txt .title {
  font-size: 2rem;
  font-weight: 600;
}
.top-banner .txt .detail {
  font-size: 1.2rem;
}
@media all and (max-width: 1024px) {
  .top-banner {
    padding: 1rem;
    /*margin-bottom: 1em;*/
  }
  .top-banner a {
    flex-direction: column;
  }
  .top-banner img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .top-banner .txt {
    width: 100%;
  }
}

.news-flash {
  min-width: 1024px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  margin: 1em 0;
}
.news-flash h2 {
  background-color: red;
  color: #fff;
  text-align: center;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
.news-flash .topics-block {
  width: calc(100% - 120px);
}
.news-flash .topics-block a {
  display: block;
  padding: 0.56em 1em;
  color: #323232;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .news-flash {
    min-width: 100%;
  }
  .news-flash .topics-block {
    width: calc(100% - 60px);
  }
  .news-flash h2 {
    width: 60px;
    font-size: 1.2rem;
  }
  .news-flash .title {
    width: 100%;
  }
  .news-flash .title a {
    font-size: 1.3rem;
  }
}

.document-wrap {
  min-width: 1024px;
  overflow-x: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1em;
}
@media all and (max-width: 1024px) {
  .document-wrap {
    flex-direction: column;
    min-width: 100%;
  }
}

.side {
  padding: 1em;
  flex: 0 0 330px;
  margin-left: 1em;
  background-color: #fff;
}
.side .adsense,
.side .banner,
.side .sponsors {
  margin-bottom: 1em;
}
.side .newsPaper {
  border: 2px solid #004098;
  border-radius: 5px;
  padding: 1.2em 1em;
  text-align: center;
  margin-bottom: 1em;
}
.side .newsPaper img {
  margin: 0 auto;
}
.side .newsPaper .time {
  display: block;
  text-align: center;
  color: #004098;
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bold;
}
.side .tokusyu-banner {
  margin-bottom: 1em;
}
.side .more-block .more-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.side .more-block .more-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  line-height: 1;
}
.side .more-block .more-title span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-left: 8px;
}
.side .more-block .more-list li {
  margin-bottom: 6px;
}
.side .more-block .more-list li a {
  display: flex;
  font-size: 1.4rem;
  color: #000;
}
.side .more-block .more-list li span {
  font-size: 10px;
  color: rgb(148, 148, 148);
  white-space: nowrap;
}
.side .more-block .more-list li .post-thumb {
  flex: 0 0 75px;
  margin-right: 5px;
}
.side .more-block .side_ttl {
  display: none;
}
.side .more-block .ranking_list {
  margin-bottom: 1em;
}
.side .more-block .ranking_list li {
  display: flex;
  align-items: center;
  padding: 0.5em 0 0.5em 0;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  height: auto;
}
.side .more-block .ranking_list li a {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-size: 1.4rem;
  flex: 1;
}
.side .more-block .ranking_list li:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ccc;
}
.side .more-block .ranking_list li .post-thumb {
  flex: 0 0 75px;
  margin-right: 5px;
}
.side .more-block .ranking_list li .post-txt {
  flex: 1;
}
.side .more-block .ranking_list li p {
  padding-top: 4px;
  width: 100%;
  color: rgb(148, 148, 148);
  white-space: nowrap;
}
.side .more-block .ranking_list li:nth-child(1):before {
  content: "1";
}
.side .more-block .ranking_list li:nth-child(2):before {
  content: "2";
}
.side .more-block .ranking_list li:nth-child(3):before {
  content: "3";
}
.side .more-block .ranking_list li:nth-child(4):before {
  content: "4";
}
.side .more-block .ranking_list li:nth-child(5):before {
  content: "5";
}
.side .more-block .side-post-content {
  line-height: 1.6;
}
.side .side-section {
  margin-bottom: 1.5em;
}
.side .side-section .title {
  border-bottom: 6px solid #a8e3ff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.side .side-section .title h2 {
  font-size: clamp(16px, 2vw, 18px);
  color: #0e427d;
  font-weight: bold;
}
.side .side-section .title h2 span.pr {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 10px;
  padding: 0 10px;
}
.side .side-section .title h2 span.mark {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.side .side-section .listBlock li {
  margin-bottom: 0.8em;
}
.side .side-section .listBlock li a {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.side .side-section .listBlock li .txt {
  flex: 1;
  font-size: 1.4rem;
}
.side .side-section .listBlock li .photo {
  width: 70px;
  margin-left: 1em;
}
.side .side-section .tileBlock a {
  display: block;
  color: #000;
}
.side .side-section .tileBlock .photo {
  text-align: center;
  margin-bottom: 10px;
}
.side .side-section .tileBlock .photo > img {
  display: block;
  margin: 0 auto;
}
.side .side-section .tileBlock .txt {
  font-size: 1.4rem;
}
.side .side-section .tileBlock .txt .time {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media all and (max-width: 1024px) {
  .side {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 1em;
  }
  .side .adsense {
    text-align: center;
  }
  .side .adsense img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .side .txt-banner {
    width: 300px;
    margin: 0 auto 1em;
  }
  .side .newsPaper {
    max-width: 300px;
    margin: 0 auto 1em;
  }
  .side .side-section .tileBlock a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .side .side-section .tileBlock .photo {
    text-align: center;
    margin-left: auto;
    margin-bottom: 0;
  }
}

.main-contents {
  flex: 0 1 100%;
  background-color: #fff;
  padding: 1em !important;
}
.main-contents article {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.main-contents article .article-body {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
}
.main-contents article .title {
  font-size: 1.6rem;
}
.main-contents article .title a {
  color: inherit;
}
.main-contents article .title a:hover {
  color: #004098;
  opacity: 1;
}
.main-contents article .wrap {
  flex: 1;
}
.main-contents article figure {
  width: 75px;
  margin-left: 2em;
  position: relative;
}
.main-contents article figure img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.main-contents article .post-meta {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.main-contents article .post-meta .cat {
  font-size: 1.2rem;
  margin-right: 5px;
  color: #004098;
}
.main-contents article .post-meta span {
  width: 12px;
  margin: 0 0.5em;
  display: inline-block;
}
.main-contents article .post-meta .date {
  color: #5a5a5a;
  font-size: 1rem;
  font-weight: 600;
}
.main-contents article .post-meta .tag a {
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 5px;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
  color: #333;
  font-weight: 600;
  margin-left: 4px;
}
.main-contents article .post-meta .member {
  font-size: 1.4rem;
}
.main-contents article .post-meta .member span {
  display: inline-block;
  vertical-align: middle;
}
.main-contents article .new-icon {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 40px;
  height: 18px;
  background: url(../img/common/new-icon.svg) center center no-repeat;
  background-size: contain;
}
.main-contents.top article:first-of-type {
  flex-basis: 100%;
}
.main-contents.top article:first-of-type .title {
  font-size: 1.8rem;
}
.main-contents.top article:first-of-type .lead {
  font-size: 1.6rem;
  margin-top: 1em;
}
.main-contents.top article:first-of-type .lead a {
  color: #5a5a5a;
}
.main-contents.top article:first-of-type .wrap {
  width: calc(100% - 200px);
  padding-right: 2em;
}
.main-contents.top article:first-of-type figure {
  width: 200px;
}
.main-contents.archive article figure {
  width: 98px;
}
.main-contents .more-list li {
  margin-bottom: 6px;
}
.main-contents .more-list li a {
  display: flex;
  font-size: 1.2rem;
  color: #000;
}
.main-contents .more-list li a > span {
  color: #004098;
  font-size: 10px;
  margin-right: 6px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .main-contents {
    flex: 0 0 100%;
  }
  .main-contents .col-2 {
    width: 100%;
  }
  .main-contents article .title {
    font-size: 1.4rem;
  }
  .main-contents article .post-meta {
    margin-top: 0.3em;
  }
  .main-contents.top article:first-of-type .title {
    font-size: 1.8rem;
  }
  .main-contents.top article:first-of-type .lead {
    font-size: 1.2rem;
    margin-top: 1em;
    text-indent: 1.3em;
  }
}
@media all and (max-width: 768px) {
  .main-contents .col-2 {
    width: 100%;
  }
  .main-contents article .title {
    font-size: 1.4rem;
  }
  .main-contents article .title a {
    color: inherit;
  }
  .main-contents article .wrap {
    flex: 1;
  }
  .main-contents article figure {
    width: 70px;
    margin-left: 10px;
    text-align: center;
  }
  .main-contents article figure img {
    display: block;
    margin: 0 auto;
  }
  .main-contents article .post-meta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .main-contents article .post-meta a.cat {
    margin-right: 10px;
    font-size: 1.2rem;
  }
  .main-contents article .post-meta span {
    width: 14px;
    margin: 0 0.5em;
  }
  .main-contents article .post-meta .tag {
    width: 100%;
    margin: 5px 0;
  }
  .main-contents article .new-icon {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 40px;
  }
  .main-contents.top article:first-of-type {
    width: 100%;
  }
  .main-contents.top article:first-of-type .article-body {
    flex-direction: column-reverse;
  }
  .main-contents.top article:first-of-type .wrap {
    width: 100%;
    padding-right: 0;
  }
  .main-contents.top article:first-of-type figure {
    width: 100%;
    margin-bottom: 0.7em;
  }
  .main-contents.top article:first-of-type .title {
    font-size: 1.8rem;
  }
  .main-contents.top article:first-of-type .lead {
    font-size: 1.2rem;
    margin-top: 1em;
    text-indent: 1.3em;
  }
}

.l-content {
  background-color: #fff;
}
.l-content .section-block {
  padding: 1em;
}

.recommend article {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.recommend article .title {
  font-size: 1.4rem;
}
.recommend article .title a {
  color: inherit;
}
.recommend article .time {
  font-size: 1.2rem;
  color: #969696;
  display: block;
  margin-bottom: 5px;
}
.recommend article .wrap {
  flex: 1;
  padding: 0 1em;
  position: relative;
}
.recommend article .wrap:nth-of-type(2) {
  color: #666666;
}
.recommend article .wrap .new-icon {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 40px;
}
.recommend article figure {
  width: 105px;
  margin-right: 1em;
}
.recommend article figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .recommend .title {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 768px) {
  .recommend article {
    flex-wrap: wrap;
  }
  .recommend article figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .recommend article figure img {
    width: 50%;
    margin: 0 auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .recommend .recommend-second {
    display: none;
  }
}

.feature article.feature-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin-top: 1em;
  padding: 0;
  border: none;
  position: relative;
}
.feature article.feature-box .title {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.feature article.feature-box .time {
  font-size: 1.1rem;
  color: #000;
  display: block;
  margin-top: 5px;
}
.feature article.feature-box .wrap {
  width: calc(100% - 145px);
  margin: 0;
}
.feature article.feature-box .wrap a {
  color: #909090;
  font-size: 1.2rem;
}
.feature article.feature-box figure {
  width: 125px;
  position: relative;
  text-align: center;
}
.feature article.feature-box figure a {
  display: block;
  text-align: center;
}
.feature article.feature-box figure .new-icon {
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 40px;
}
.feature article.feature-box figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature article.feature-box {
    align-items: flex-start;
  }
  .feature article.feature-box figure {
    width: 120px;
    margin-left: 10px;
  }
}

.special .special-banner {
  margin-top: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .special .special-banner {
    margin-top: 1em;
    flex-direction: column;
  }
  .special .special-banner a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.movie-news {
  margin-top: 1em;
}
.movie-news article {
  display: flex;
  gap: 20px;
  margin-bottom: 1em;
}
.movie-news article figure {
  width: 140px;
}
.movie-news article figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}
.movie-news article .txt {
  width: calc(100% - 140px);
  line-height: 1.2;
}
.movie-news article .txt a {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
.movie-news article .txt .member {
  display: inline-block;
  width: 12px;
}
.movie-news article .txt .member > img {
  width: 100%;
}
.movie-news.archive article {
  width: 100%;
}
@media all and (max-width: 768px) {
  .movie-news article.col-2 {
    flex-direction: column;
  }
  .movie-news article.col-2 figure {
    width: 100%;
  }
  .movie-news article.col-2 figure img {
    width: 100%;
  }
  .movie-news article.col-2 .txt {
    width: 100%;
  }
  .movie-news article.col-2 .txt a {
    font-size: 1.3rem;
  }
}

.pr-section {
  min-width: 1024px;
  margin: 0 auto 1em;
  background: #fff;
  padding: 1em;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
.pr-section article {
  border-bottom: none;
}
.pr-section .pr-title {
  border-bottom: 6px solid #a8e3ff;
  padding-bottom: 10px;
}
.pr-section .pr-title h2 {
  font-size: clamp(16px, 2vw, 18px);
  color: #0e427d;
}
.pr-section .pr-title h2 span.pr {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 10px;
  padding: 0 10px;
}
.pr-section .pr-title h2 span.mark {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.pr-section .txt {
  margin-top: 10px;
}
.pr-section a {
  color: inherit;
  font-size: 1.3rem;
  font-weight: 600;
}
.pr-section h3.title {
  font-size: 1.3rem;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .pr-section {
    min-width: 100%;
  }
  .pr-section article.col-3 {
    width: 100%;
  }
  .pr-section img {
    display: block;
    margin: 0 auto;
  }
  .pr-section article.col-4 {
    width: 48%;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 768px) {
  .pr-section article.col-4 {
    width: 100%;
    margin-bottom: 1em;
  }
  .pr-section img {
    width: 100%;
  }
}

.seminor-event-list {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seminor-event-list > article {
  width: calc(25% - 10px);
}

.w-section {
  background: #fff;
  padding: 2em 1em;
  min-width: 1024px;
  margin: 0 auto 1em;
}
@media all and (max-width: 1024px) {
  .w-section {
    min-width: 100%;
  }
}

.free-paper article {
  padding: 0.5em 0;
  border-bottom: 1px solid #e1e1e1;
}
.free-paper article .title {
  font-size: 1.3rem;
}
@media all and (max-width: 1024px) {
  .free-paper article.col-3 {
    width: 100%;
  }
}

.pickup-container article {
  margin-bottom: 2em;
}
.pickup-container .cat-title {
  margin-bottom: 10px;
}
.pickup-container .cat-title a {
  color: inherit;
  font-size: 1.4rem;
  font-weight: 700;
}
.pickup-container .cat-title a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 1px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.pickup-container .thumb {
  margin-bottom: 10px;
  height: 125px;
  overflow: hidden;
}
.pickup-container .thumb > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  margin: 0 auto;
}
.pickup-container .pickup-wrap {
  margin-bottom: 16px;
}
.pickup-container .pickup-wrap a {
  color: inherit;
  font-size: 1.3rem;
  font-weight: 600;
}
.pickup-container .pickup-wrap span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .pickup-container.flexbox {
    justify-content: flex-start;
    gap: 16px;
  }
  .pickup-container article.col-5 {
    width: calc(25% - 16px);
  }
}
@media all and (max-width: 768px) {
  .pickup-container article.col-5 {
    width: calc(50% - 16px);
  }
  .pickup-container .thumb img {
    width: 100%;
  }
}

.archive .header-title {
  border-left: 8px solid #004098;
  padding-left: 12px;
  font-size: 2.6rem;
  color: #4d4d4d;
  margin-bottom: 1em;
}
.archive .header-title .pr {
  background-color: #8b8b8b;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 10px;
  border-radius: 5px;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 1.4em auto;
}
.pagenation span,
.pagenation a {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 14px;
  border: 1px solid #004098;
  font-size: 1.7rem;
  font-weight: 600;
}
.pagenation span {
  background-color: #004098;
  color: #fff;
}
.pagenation a {
  color: #000;
}
.pagenation a.next, .pagenation a.prev {
  color: #004098;
}

.viewer {
  border: 1px solid #dddddd;
  padding: 1em;
  text-align: center;
}
.viewer .viewer-title {
  font-size: 1.4rem;
  text-align: center;
}
.viewer .viewer-title a {
  display: inline-block;
  margin: 0 5px;
  color: #004098;
}
.viewer .viewer-thumb {
  text-align: center;
  padding: 1.3em 0 0;
  width: 140px;
  margin: 0 auto 1.3em;
}
.viewer .viewer-thumb a {
  display: inline-block;
}
.viewer .viewer-thumb img {
  margin: 0 auto;
  display: block;
}
.viewer .viewer-list {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding-top: 1.3em;
  border-top: 1px solid #ddd;
}
.viewer .viewer-list li {
  width: 85px;
}
.viewer .viewer-list p {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .viewer .viewer-list {
    flex-wrap: wrap;
  }
}

.single-contents article.article-body {
  padding: 0;
  border: none;
}
.single-contents .single-title {
  margin: 1em 0;
}
.single-contents .single-title > span {
  font-size: clamp(12px, 2vw, 14px);
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}
.single-contents .single-title .pr {
  background-color: #8b8b8b;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 10px;
  border-radius: 5px;
}
.single-contents figure.article-image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-contents figure.article-image .figure-image {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}
.single-contents figure.article-image .figure-image > img {
  display: block;
  margin: 0 auto;
}
.single-contents figure.article-image .caption {
  font-size: clamp(10px, 2vw, 12px);
}
.single-contents p.article-text {
  margin-bottom: 1em;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.6;
  font-weight: 500;
}
.single-contents .member-offer-block {
  margin: 3em 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.single-contents .member-offer-block > p.lead,
.single-contents .member-offer-block .dd-detail-article-free-list {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.single-contents .member-offer-block .btn {
  width: 200px;
  text-align: center;
}
.single-contents .feature figure {
  margin-left: 0;
}
.single-contents .more-article {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 1.8em;
}
.single-contents .more-article p {
  font-size: 1.4rem;
  line-height: 2;
}
.single-contents .more-article p a {
  color: #004098;
  text-decoration: underline;
}
.single-contents .related-article {
  padding-left: 0.5em;
  border-left: 6px solid #c0c0c0;
  margin-bottom: 1em;
}
.single-contents .related-article p {
  font-size: 1.4rem;
  line-height: 2;
}
.single-contents .related-article p a {
  color: #004098;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.single-contents .related-article p span {
  flex: 0 0 7.5rem;
  overflow: hidden;
  height: 7rem;
}
.single-contents .related-article p span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-contents .related-article__list {
  display: flex;
  flex-wrap: wrap;
}
.single-contents .related-article__item {
  width: 50%;
  padding: 10px;
}
.single-contents .sns-block {
  display: flex;
  gap: 0 20px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 1em 0 2em;
}
@media all and (max-width: 1024px) {
  .single-contents .member-offer-block {
    margin: 2em auto;
    gap: 10px 26px;
    max-width: 100%;
  }
  .single-contents .member-offer-block .btn {
    width: 46%;
    text-align: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .single-contents .member-offer-block {
    margin: 2em auto;
    gap: 10px 10px;
    width: 100%;
  }
  .single-contents .member-offer-block .btn {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
  .single-contents .more-article {
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: 0;
  }
  .single-contents .related-article__item {
    width: 100%;
    padding: 5px;
  }
}

.feed-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
.feed-wrapper h3.feed-title {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  margin-bottom: 10px;
}
.feed-wrapper .feed-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.feed-wrapper .feed-list article {
  width: calc(25% - 12px);
  border: none;
  padding: 0;
}
.feed-wrapper .feed-list .thumb {
  margin-bottom: 10px;
}
.feed-wrapper .feed-list p.title {
  font-size: 1.4rem;
}
.feed-wrapper .feed-list p.pr {
  font-size: 1.2rem;
  color: #666666;
}
.feed-wrapper .recommend-right {
  text-align: right;
  color: #969696;
  font-size: 1.2rem;
  margin-top: 10px;
}

#dd-main {
  border-top: none;
}

#dd-main .dd-main-content .dd-detail-post-content {
  padding: 0;
  margin-bottom: 2em;
}

#dd-main .dd-main-content .dd-detail-post-content .dd-detial-article-login {
  border: none;
  box-shadow: none;
}

.dd-post-common-list {
  margin: 0;
}
.dd-post-common-list .dd-post-common-item {
  padding: 2pc 0 1pc;
  border-bottom: 1px solid #ccc;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-title {
  font-size: 2pc;
  font-weight: 700;
  line-height: 1.25;
  margin: 6px 0;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-title-sub {
  font-size: 24px;
  line-height: 1.25;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area {
  display: flex;
  margin: 2pc 0 0;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-eyecatch {
  width: 15pc;
  height: 10pc;
  overflow: hidden;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-eyecatch img {
  width: 100%;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos {
  width: calc(100% - 15pc);
  padding: 0 0 0 1pc;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos.nothumb {
  width: 100%;
  padding: 0;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-txt {
  margin: 0 0 24px;
  font-size: 1pc;
  line-height: 1.75;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas {
  display: flex;
  align-items: center;
  margin: 0 0 1pc;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas .dd-post-common-date {
  margin-right: 14px;
  font-size: 14px;
  line-height: 1;
  color: #5a5a5a;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas .dd-post-common-cat {
  margin-right: 18px;
  font-size: 1pc;
  font-weight: 700;
  line-height: 1;
  color: #004098;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas .dd-post-common-alpha {
  width: 1pc;
  margin-right: 6px;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas .dd-post-common-alpha img {
  width: 100%;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-tags {
  display: flex;
  flex-wrap: wrap;
}
.dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-tags .dd-post-common-tag {
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .dd-post-common-list .dd-post-common-item .dd-post-common-title {
    font-size: 22px;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-title-sub {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 400;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area {
    display: block;
    margin: 8px 0 0;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-eyecatch {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-eyecatch img {
    width: 100%;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos {
    width: 100%;
    padding: 1em 0;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1pc;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas {
    margin: 0 0 1pc;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas .dd-post-common-date {
    margin-right: 10px;
    font-size: 12px;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas .dd-post-common-cat {
    margin-right: 18px;
    font-size: 12px;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas .dd-post-common-alpha {
    width: 1pc;
    margin-right: 6px;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-metas .dd-post-common-alpha img {
    width: 100%;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-tags {
    display: flex;
    flex-wrap: wrap;
  }
  .dd-post-common-list .dd-post-common-item .dd-post-common-area .dd-post-common-infos .dd-post-common-tags .dd-post-common-tag {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-right: 8px;
  }
}

.dd-post-common-small-list {
  margin: 8px 0;
}
.dd-post-common-small-list .dd-post-common-small-item {
  padding: 1pc 0;
  border-bottom: 1px solid #ccc;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area {
  overflow: hidden;
  margin: 0;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-titles {
  width: calc(100% - 204px);
  float: right;
  padding-left: 1pc;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-titles.nothumb {
  width: 100%;
  float: none;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-eyecatch {
  width: 204px;
  height: 136px;
  overflow: hidden;
  float: left;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-eyecatch img {
  width: 100%;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos {
  width: calc(100% - 204px);
  padding: 0 0 0 1pc;
  float: left;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos.nothumb {
  width: 100%;
  padding: 0;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas {
  display: flex;
  align-items: center;
  margin: 20px 0 8px;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas .dd-post-common-small-date {
  margin-right: 14px;
  font-size: 14px;
  line-height: 1;
  color: #5a5a5a;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas .dd-post-common-small-cat {
  margin-right: 18px;
  font-size: 1pc;
  font-weight: 700;
  line-height: 1;
  color: #004098;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas .dd-post-common-small-lock {
  width: 14px;
  margin-right: 6px;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas .dd-post-common-small-alpha {
  width: 1pc;
  margin-left: 6px;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-tags {
  display: flex;
  flex-wrap: wrap;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-tags .dd-post-common-small-tag {
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin-right: 8px;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-title-sub {
  font-size: 17px;
  line-height: 1;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-title-sub.subtitle {
  margin-bottom: 8px;
}
.dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .dd-post-common-small-list {
    margin: 0;
  }
  .dd-post-common-small-list .dd-post-common-small-item {
    padding: 24px 0 1pc;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area {
    display: block;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-titles {
    width: 100%;
    float: none;
    padding-left: 0;
    margin: 6px 0;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-titles.nothumb {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-eyecatch {
    width: 100%;
    height: auto;
    float: none;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-eyecatch img {
    width: 100%;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos {
    width: 100%;
    padding: 0;
    float: none;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas {
    display: flex;
    align-items: center;
    margin: 20px 0 8px;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas .dd-post-common-small-date {
    margin-right: 14px;
    font-size: 14px;
    line-height: 1;
    color: #5a5a5a;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas .dd-post-common-small-cat {
    margin-right: 18px;
    font-size: 1pc;
    font-weight: 700;
    line-height: 1;
    color: #004098;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas .dd-post-common-small-lock {
    width: 14px;
    margin-right: 6px;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-metas .dd-post-common-small-alpha {
    width: 1pc;
    margin-left: 6px;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-tags {
    display: flex;
    flex-wrap: wrap;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-area .dd-post-common-small-infos .dd-post-common-small-tags .dd-post-common-small-tag {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-right: 8px;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-title-sub {
    font-size: 17px;
    line-height: 1;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-title-sub.subtitle {
    margin-bottom: 8px;
  }
  .dd-post-common-small-list .dd-post-common-small-item .dd-post-common-small-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }
}

#dd-main .dd-main-content .dd-detail-post-content .dd-detail-post-txt figure {
  width: 100%;
  margin: 0 0 2em;
}

#dd-main .dd-main-content .dd-detail-post-content .dd-detail-post-txt figure.aligncenter {
  text-align: center;
}
#dd-main .dd-main-content .dd-detail-post-content .dd-detail-post-txt figure.aligncenter img {
  margin: 0 auto;
}

#dd-main .dd-main-content .dd-detail-post-content .dd-detial-article-login {
  margin: 2em 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.tmp-login-widget-form {
  width: 100%;
}

#dd-main .dd-main-content .dd-detail-post-content .dd-detial-article-login form {
  width: 100%;
  margin: 36px auto 0;
}

#tmp-login-form-pw-reset-box {
  text-align: center;
  width: 100%;
}

.directly-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .directly-nav {
    justify-content: space-between;
  }
  .directly-nav li {
    width: 48%;
  }
  .directly-nav li a.btn {
    width: 100%;
  }
}

.form-directly {
  width: 100%;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.3s;
}
.form-directly.open {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 50em;
  opacity: 1;
}

#dd-main .dd-main-content .dd-detail-post-content .dd-detial-article-login .dd-detail-article-free-list .dd-detail-article-free-title {
  font-size: 24px;
  padding: 0 0 6px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}

#dd-main .dd-main-content .dd-detail-post-content .dd-detial-article-login .dd-detail-article-free-list .dd-detail-article-free-item .dd-detail-article-free-item-info .dd-detail-article-free-item-title {
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
}

.yarpp-related p {
  margin-top: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.post-archive {
  margin-top: 1em;
}
.post-archive article {
  display: flex;
  gap: 20px;
  margin-bottom: 1em;
}
.post-archive article figure {
  width: 140px;
}
.post-archive article figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}
.post-archive article .txt {
  width: calc(100% - 140px);
  line-height: 1.2;
}
.post-archive article .txt a {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
.post-archive article .txt .member {
  display: inline-block;
  width: 12px;
}
.post-archive article .txt .member > img {
  width: 100%;
}
.post-archive.archive article {
  width: 100%;
}
@media all and (max-width: 768px) {
  .post-archive article.col-2 {
    flex-direction: column;
  }
  .post-archive article.col-2 figure {
    width: 100%;
  }
  .post-archive article.col-2 figure img {
    width: 100%;
  }
  .post-archive article.col-2 .txt {
    width: 100%;
  }
  .post-archive article.col-2 .txt a {
    font-size: 1.3rem;
  }
}

.takumi-cat {
  text-align: center;
  margin: 3em 0 1em;
}
.takumi-cat a {
  color: #fff;
  background-color: #004098;
  width: 240px;
  padding: 10px;
  display: inline-block;
  border-radius: 6px;
}

.takumi-related {
  border-left: 5px solid #8b8b8b;
  padding-left: 6px;
}
.takumi-related h4 {
  font-weight: 600;
  line-height: 1.5;
}
.takumi-related p {
  margin-top: 1rem;
}
.takumi-related p a {
  color: #004098;
  text-decoration: underline !important;
}

.ranking-more-list {
  counter-reset: number 0;
}
.ranking-more-list li {
  margin-bottom: 32px;
  list-style: none;
  position: relative;
  padding-left: 54px;
}
.ranking-more-list li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.ranking-more-list li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  color: #000;
}
.ranking-more-list li .post-thumb {
  flex: 0 0 100px;
  margin-right: 12px;
}
.ranking-more-list li .post-txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
}
.ranking-more-list li p {
  padding-top: 4px;
  width: 100%;
  color: rgb(148, 148, 148);
  white-space: nowrap;
  position: absolute;
  bottom: 0;
}/*# sourceMappingURL=style.css.map */