/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: "Oswald", "Noto Sans JP", sans-serif; }

.font-b {
  font-family: cooper-black-std, serif; }

/* -------------------
  MIXIN
--------------------*/
/* 
.example {
  font-size: vw(12);
}
*/
/* 
.example {
  font-size: fs(12); <- 12px quite
}
*/
/* 
.example {
  @include mq() {
    width: 100%;
  }
}
*/
/* -------------------
  COMMON
--------------------*/
img.pc-only {
  display: inline; }
  @media screen and (max-width: 767px) {
    img.pc-only {
      display: none; } }

img.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    img.sp-only {
      display: inline; } }

.pc-only {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block; } }

.pc-only2 {
  display: inline; }
  @media screen and (max-width: 767px) {
    .pc-only2 {
      display: none; } }

.sp-only2 {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only2 {
      display: inline; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0 !important; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: flex;
  justify-content: center;
  bottom: 35px; }
  .slick-dots li {
    opacity: 0.5; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      font-size: 0;
      background-color: #fff;
      border-radius: 50%; }
      .slick-dots li button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #EEEEEE;
        border-radius: 50%;
        content: ""; }
    .slick-dots li.slick-active {
      opacity: 1; }
      .slick-dots li.slick-active button {
        border: none; }
        .slick-dots li.slick-active button:before {
          background-color: #ffcc00; }

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6B9FE8;
  z-index: 1;
  transition: all .3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: 0; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #2f5baf; }
  .slick-prev span,
  .slick-next span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .slick-prev span:before,
    .slick-next span:before {
      position: absolute;
      top: 15px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      content: ""; }

.slick-prev {
  left: 0; }
  @media screen and (max-width: 1050px) {
    .slick-prev {
      left: 10px; } }
  .slick-prev span:before {
    left: 17px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }

.slick-next {
  right: 0; }
  @media screen and (max-width: 1050px) {
    .slick-next {
      right: 10px; } }
  .slick-next span:before {
    left: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translate(-50%, -50%); }
  @media all and (-ms-high-contrast: none) {
    .slick-next {
      /* IE10 */
      /* IE11 */ }
      .slick-next span:before {
        left: 15px; }
      .slick-next *::-ms-backdrop:before,
      .slick-next span:before {
        left: 15px; } }

.ui-datepicker {
  background-color: #fff;
  padding: .8em .5em .3em; }

.ui-datepicker .ui-datepicker-title {
  font-size: 0.875rem;
  text-align: center; }

.ui-widget.ui-widget-content {
  border-radius: 5px; }

.ui-widget-header {
  border: none;
  background: inherit;
  color: #474F5F;
  font-weight: bold; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: #ECF0F4;
  font-weight: bold;
  color: #3B93D2;
  text-align: center;
  padding: 7px 9px;
  font-size: 0.6875rem; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #AFB4BC;
  font-size: 0.6875rem; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  left: 10px;
  cursor: pointer;
  font-size: 0.75rem; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    border: none;
    background-color: #fff; }

.ui-datepicker .ui-datepicker-next {
  right: 10px;
  left: auto; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -6px; }

.ui-icon {
  width: 10px;
  height: 10px; }

.ui-widget-content .ui-state-default:hover {
  border: 0px;
  text-align: center;
  background: #000;
  color: #fff; }

.ui-widget-content .ui-state-active {
  border: 0px;
  background: #000;
  color: #fff; }

.ui-datepicker td {
  padding: 1px; }

a.ui-state-default {
  width: 100%;
  display: block; }

/* Fade up */
.fadeup {
  opacity: 0;
  transform: translate(0, 35%);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeup.in {
    opacity: 1;
    transform: translate(0, 0); }

.fadeup2 {
  transform: translate(0, 80px);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeup2.in {
    transform: translate(0, 0); }

/* Fade in */
.fadein {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadein.in {
    opacity: 1; }

/* Fade up */
.fadeleft {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeleft.in {
    opacity: 1;
    transform: translate(0, 0); }

.fadeleft2 {
  transform: translate(-80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeleft2.in {
    transform: translate(0, 0); }

/* Fade up */
.faderight {
  opacity: 0;
  transform: translate(80px, 0);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .faderight.in {
    opacity: 1;
    transform: translate(0, 0); }

.faderight2 {
  transform: translate(80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .faderight2.in {
    transform: translate(0, 0); }

.fuwafuwa {
  animation: fuwafuwa 2.5s infinite; }

.fuwafuwa-t {
  animation: fuwafuwa-t 3.5s infinite; }

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-20%); }
  100% {
    transform: translateY(0px); } }

@keyframes fuwafuwa-t {
  0% {
    transform: translateY(0px); }
  40% {
    opacity: 1; }
  100% {
    transform: translateY(-180%);
    opacity: 0; } }

/* Nina */
.button--ninaWrap {
  display: inline-block;
  text-align: center;
  min-width: 154px;
  max-width: 100%;
  background: #fff;
  border-radius: 72px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .button--ninaWrap {
      width: 100%; } }

.button--nina {
  position: relative;
  display: inline-block;
  height: 55px;
  line-height: 56px;
  color: #474F5F;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  .button--nina span {
    vertical-align: middle; }

.button--nina > span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--ninaWrap:hover {
  background-color: #474F5F;
  letter-spacing: -1.5px; }

.button--ninaWrap:hover .button--nina {
  letter-spacing: -1.5px; }

.button--ninaWrap:hover .button--nina::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.button--ninaWrap:hover .button--nina > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.button--ninaWrap:hover .button--nina > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s; }

.button--ninaWrap:hover .button--nina > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.button--ninaWrap:hover .button--nina > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s; }

.button--ninaWrap:hover .button--nina > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.button--ninaWrap:hover .button--nina > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s; }

.button--ninaWrap:hover .button--nina > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.button--ninaWrap:hover .button--nina > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s; }

.button--ninaWrap:hover .button--nina > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s; }

.button--ninaWrap:hover .button--nina > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s; }

.button--ninaWrap:hover .button--nina > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.button--nina:after {
  position: absolute;
  right: -2px;
  top: calc(50% - 4px);
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/common/icon-arrow-right.svg) no-repeat;
  transition: all .3s;
  content: "";
  z-index: 1; }

.button--ninaWrap:hover .button--nina:after {
  top: calc(50% - 3px);
  display: inline-block;
  transform: translateX(18px);
  background-image: url(../images/common/icon-arrow-right-white.svg); }

.button--ninaWrap--blue {
  background: #4AABB8; }
  .button--ninaWrap--blue .button--nina {
    color: #fff; }
    .button--ninaWrap--blue .button--nina span {
      color: #4AABB8; }
    .button--ninaWrap--blue .button--nina::after {
      background: url(../images/common/icon-arrow-right-white.svg) no-repeat; }
  .button--ninaWrap--blue:hover {
    background-color: #fff;
    letter-spacing: -1.5px; }
    .button--ninaWrap--blue:hover .button--nina {
      color: #4AABB8; }
      .button--ninaWrap--blue:hover .button--nina::after {
        background: url(../images/common/icon-arrow-right-blue.svg) no-repeat; }

.delay-1 {
  transition-delay: .1s; }

.delay-2 {
  transition-delay: .2s; }

.delay-3 {
  transition-delay: .3s; }

.delay-4 {
  transition-delay: .4s; }

.delay-5 {
  transition-delay: .5s; }

.delay-6 {
  transition-delay: .6s; }

.delay-7 {
  transition-delay: .7s; }

.delay-8 {
  transition-delay: .8s; }

.delay-9 {
  transition-delay: .9s; }

.delay-10 {
  transition-delay: 1s; }

.delay-11 {
  transition-delay: 1.1s; }

.delay-12 {
  transition-delay: 1.2s; }

.delay-13 {
  transition-delay: 1.3s; }

.delay-14 {
  transition-delay: 1.4s; }

.delay-15 {
  transition-delay: 1.5s; }

.delay-16 {
  transition-delay: 1.6s; }

.delay-17 {
  transition-delay: 1.7s; }

.delay-18 {
  transition-delay: 1.8s; }

.delay-19 {
  transition-delay: 1.9s; }

.delay-20 {
  transition-delay: 2.0s; }

.delay-21 {
  transition-delay: 2.1s; }

.delay-22 {
  transition-delay: 2.2s; }

.delay-23 {
  transition-delay: 2.3s; }

.delay-24 {
  transition-delay: 2.4s; }

.ani-delay-1 {
  animation-delay: .1s; }

.ani-delay-2 {
  animation-delay: .2s; }

.ani-delay-3 {
  animation-delay: .3s; }

.ani-delay-4 {
  animation-delay: .4s; }

.ani-delay-5 {
  animation-delay: .5s; }

.ani-delay-6 {
  animation-delay: .6s; }

.ani-delay-7 {
  animation-delay: .7s; }

.ani-delay-8 {
  animation-delay: .8s; }

.ani-delay-9 {
  animation-delay: .9s; }

.ani-delay-10 {
  animation-delay: 1s; }

.ani-delay-11 {
  animation-delay: 1.1s; }

.ani-delay-12 {
  animation-delay: 1.2s; }

.ani-delay-13 {
  animation-delay: 1.3s; }

.ani-delay-14 {
  animation-delay: 1.4s; }

.ani-delay-15 {
  animation-delay: 1.5s; }

.ani-delay-16 {
  animation-delay: 1.6s; }

.ani-delay-17 {
  animation-delay: 1.7s; }

.ani-delay-18 {
  animation-delay: 1.8s; }

.ani-delay-19 {
  animation-delay: 1.9s; }

.ani-delay-20 {
  animation-delay: 2.0s; }

.ani-delay-21 {
  animation-delay: 2.1s; }

.ani-delay-22 {
  animation-delay: 2.2s; }

.ani-delay-23 {
  animation-delay: 2.3s; }

.ani-delay-24 {
  animation-delay: 2.4s; }

.l-header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 767px) {
    .l-header {
      height: 68px;
      padding: 0 0 0 20px; } }
  .l-header .logo {
    padding: 0 0 0 20px; }
    @media screen and (max-width: 767px) {
      .l-header .logo {
        width: 144px;
        padding: 0; } }

.g-nav {
  display: flex;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .g-nav {
      display: block;
      font-size: 20px; } }
  .g-nav ul {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 767px) {
      .g-nav ul {
        display: block;
        margin: 0; } }
    .g-nav ul li {
      line-height: 1.5;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .g-nav ul li {
          margin-bottom: 30px;
          font-weight: 500; } }
      .g-nav ul li a {
        display: flex;
        align-items: center;
        padding: 0 15px;
        height: 75px; }
        @media screen and (max-width: 767px) {
          .g-nav ul li a {
            color: #fff;
            height: auto;
            display: block;
            padding: 0; } }
        .g-nav ul li a span {
          border-bottom: 2px solid #fff;
          transition: all 0.3s ease 0s; }
          @media screen and (max-width: 767px) {
            .g-nav ul li a span {
              border-bottom: 1px solid #fff;
              display: block;
              padding-bottom: 5px; } }
        .g-nav ul li a:hover span {
          border-bottom: 2px solid #1E33A3; }
      .g-nav ul li.exitem .icon {
        position: relative;
        top: -5px; }
        @media screen and (max-width: 767px) {
          .g-nav ul li.exitem .icon {
            top: -7px;
            margin-left: 3px; }
            .g-nav ul li.exitem .icon path {
              fill: #fff; } }
      @media screen and (max-width: 767px) {
        .g-nav ul li.contact {
          display: none; } }
      .g-nav ul li.contact a span {
        display: block;
        width: 47px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 24px;
        border: 1px solid #fff;
        transition: all 0.3s ease 0s; }
      .g-nav ul li.contact a:hover span {
        border: 1px solid #1E33A3; }
      .g-nav ul li.has-second .second {
        position: absolute;
        left: 0;
        top: 75px;
        width: 100%;
        z-index: 2;
        background: #363636;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        padding: 15px 7vw 40px; }
        .g-nav ul li.has-second .second-header {
          margin-bottom: 20px; }
          .g-nav ul li.has-second .second-header .en {
            font-size: 46px;
            font-weight: normal; }
          .g-nav ul li.has-second .second-header .jp {
            font-size: 14px; }
        .g-nav ul li.has-second .second ul {
          justify-content: space-between; }
          .g-nav ul li.has-second .second ul li {
            margin: 0 24px 0 0; }
            .g-nav ul li.has-second .second ul li a {
              color: #fff;
              display: block;
              height: auto;
              padding: 0; }
              .g-nav ul li.has-second .second ul li a .img {
                margin-bottom: 10px; }
              .g-nav ul li.has-second .second ul li a .txt .en {
                font-size: 16px; }
              .g-nav ul li.has-second .second ul li a .txt .jp {
                font-size: 14px; }
            .g-nav ul li.has-second .second ul li:last-child {
              margin-right: 0; }
      .g-nav ul li.has-second:hover .second {
        visibility: visible;
        opacity: 1; }
  @media screen and (max-width: 767px) {
    .g-nav .btn-onlineshop {
      display: none; } }
  .g-nav .btn-onlineshop a {
    background: #1E33A3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    padding: 0 40px; }
    .g-nav .btn-onlineshop a span {
      border-bottom: 2px solid #1E33A3;
      transition: all 0.3s ease 0s; }
    .g-nav .btn-onlineshop a:hover span {
      border-bottom: 2px solid #fff; }

.virtualheader {
  height: 75px; }
  @media screen and (max-width: 767px) {
    .virtualheader {
      height: 68px; } }

@media screen and (max-width: 767px) {
  #hamburger {
    display: block;
    position: fixed;
    z-index: 5;
    top: 0px;
    right: 0px;
    width: 72px;
    height: 68px;
    cursor: pointer;
    transition: 1s;
    background: #1E33A3;
    padding: 21px 14px; }
    #hamburger .inner {
      position: relative;
      width: 44px;
      height: 26px; }
      #hamburger .inner .inner_line {
        display: block;
        position: absolute;
        left: 0;
        width: 44px;
        height: 3px;
        transition: 1s;
        background: #fff; }
        #hamburger .inner .inner_line#line1 {
          top: 0; }
          #hamburger .inner .inner_line#line1.active {
            transform: translateY(12px) rotate(-45deg); }
        #hamburger .inner .inner_line#line2 {
          top: 50%;
          transform: translate(0, -50%); }
          #hamburger .inner .inner_line#line2.active {
            background: none; }
        #hamburger .inner .inner_line#line3 {
          bottom: 0; }
          #hamburger .inner .inner_line#line3.active {
            transform: translateY(-12px) rotate(45deg); }
  #hamburger-menu {
    position: fixed;
    background-size: cover;
    width: 230px;
    right: -230px;
    top: 0;
    background-size: cover;
    transition: .7s;
    z-index: 4;
    background: #1E33A3; }
    #hamburger-menu.active {
      transform: translateX(-230px); }
    #hamburger-menu .hamburger-menu-inner {
      overflow: auto;
      height: 100%;
      display: block;
      padding: 100px 20px 0; } }

.dailytopic-single {
  padding: 60px 0; }
  .dailytopic-single-head {
    margin-bottom: 50px; }
    .dailytopic-single-head .ttl {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 3px double #131313; }
      @media screen and (max-width: 767px) {
        .dailytopic-single-head .ttl {
          font-size: 16px; } }
  .dailytopic-single-ctwrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .dailytopic-single-ctwrap .cat,
      .dailytopic-single-ctwrap .date {
        font-size: 12px; } }
  .dailytopic-single-lead {
    margin: 0 0 50px; }
  .dailytopic-single-cnt p, .dailytopic-single-info p {
    margin-bottom: 1.2em; }
  .dailytopic-single-share {
    margin: 60px 0; }
  .dailytopic-single-info {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid black; }
  .dailytopic-single .pagebtn {
    width: 100%;
    margin-top: 20px; }
    .dailytopic-single .pagebtn ul {
      display: flex;
      justify-content: space-between; }
      .dailytopic-single .pagebtn ul li a {
        font-weight: bold; }

.dailytopic-archive {
  background-color: #eae9e4;
  padding: 40px 0px 65px; }

.hokoten {
  border: 4px solid #029fe8;
  padding: 15px 25px;
  margin-top: 10px;
  font-size: 16px;
  color: #029fe8; }

.hokoten__bnr {
  padding-top: 10px; }

@-moz-document url-prefix() {}/* -------------------
  OBJECT FIT FOR IE
--------------------*/
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*# sourceMappingURL=../maps/index.css.map */
