/* ----- 
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }
// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

----- */
html {
  font-size: 14px;
  letter-spacing: 0.1em;
}
body {

  font-family: 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
  font-weight: 200;
}
.serif {
  font-family: 'Halant', serif;
}
.serif-jp {
  font-family: 'Sawarabi Mincho', serif;
}
.mw-266 {
  max-width: 266px;
}
.mw-240 {
  max-width: 240px;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #4cc6f0;
  border-color: #4cc6f0;
}
.text-info {
  color: #4cc6f0 !important;
}
.text-danger {
  color: #ff6a21 !important;
}
.btn {
  font-size: 16px;
}

h1 {
  font-size: 2rem;
  display: inline-block;
}

h1.text-center {
  display: block;
}

a,
a:hover,
.btn-link {
  color: #ff6a21;
}

a.sdt-inherit,
a.media,
a.card {
  color: inherit;
}
a.sdt-inherit:focus,
a.sdt-inherit:hover,
a.media:focus,
a.media:hover,
a.card:focus,
a.card:hover {
  text-decoration: none;
  color: #ff6a21;
}
strong {
  font-weight: bold;
}
.container {

}
.btn-danger {
  color: #fff;
  background-color: #ff6a21;
  border-color: #ff6a21;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn-danger.on {
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-danger {
  color: #ff6a21;
  background-color: transparent;
  background-image: none;
  border-color: #ff6a21;
}

.btn-outline-danger:hover {
  border-color: #ff6a21;
  background-color: #ff6a21;
}

.btn-lg {
  padding: 1rem;
  border-radius: 3px;
}

.row.sdt-row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.sdt-row-20 > div {
  padding: 0 10px;
}
hr {
  border-color: #ccc;
}
hr.sdt-dashed {
  border-style: dashed;
}
hr.sdt-xs-full {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  hr.sdt-xs-full {
    margin-left: 0;
    margin-right: 0;
  }
}
.list-inline {
  font-size: 0;
}
.list-inline-item {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.sdt-h {
  font-size: inherit;
}
/* +++

.sdt-header

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  padding-top: 80px;
}
.sdt-header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.sdt-header .container-fluid.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.sdt-header .container-fluid .order-1,
.sdt-header .container-fluid .order-3 {
  width: 95px;
}
.sdt-header .sdt-site-logo {
  height: 50px;
  width: auto;
}
.sdt-presented-by {
  height: 14px;
  width: auto;
  margin: 0 auto 6px;
}
.sdt-daiwa-logo {
  width: 65px;
  height: auto;
}

@media (min-width: 576px) {
  body {
    padding-top: 164px;
  }
  .sdt-header .container-fluid.py-3 {
    padding-top: 33px !important;
    padding-bottom: 34px !important;
  }
  .sdt-header .sdt-site-logo {
    height: 55px;
  }
  .sdt-presented-by {
    margin: 0 auto 9px;
  }
  .sdt-daiwa-logo {
    width: 85px;
    margin-right: 10px;
  }
  .sdt-header nav.d-none.mb-3 {
    margin-bottom: 15px !important;
  }
  .sdt-header nav.d-none .nav-link {
    padding: 1px 22px;
    color: inherit;
    font-weight: 500;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .sdt-header nav.d-none .nav-link:hover {
    color: #ff6a21;
    font-weight: bold;
  }
  .sdt-header nav.d-none .nav-item {
    font-size: 16px;
  }
  .sdt-header nav.d-none .nav-item + .nav-item {
    border-left: solid 1px #ccc;
    font-size: 16px;
  }
  nav .nav-item .badge {
    border-radius: 0;
    background-color: transparent;
    color: #ff6a21;
    border: solid 1px;
    font-size: 10px;
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
  }
}
/* +++

.sdt-footer

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-footer {
  background: #efefef;
  font-size: 14px;
}
.sdt-footer.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.sdt-foot-nav,
.sdt-foot-sns .container-fluid {
  background: #fff;
}
.sdt-foot-nav {
  border-bottom: 1px solid #ccc;
}
.sdt-foot-nav .nav-link {
  border-top: 1px solid #ccc;
  padding: 1rem;
  color: #ff6a21;
  position: relative;
  font-size: 16px;
}
.sdt-foot-nav .nav-link:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 10px;
  display: block;
  margin: -5px 0 0;
  color: #ccc;
  content: "\e908";
  font-family: "sdticon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sdt-footer dl.list-inline dt {
  font-weight: normal;
}
.sdt-footer dl.list-inline .list-inline-item {
  display: inline;
}
.sdt-footer a {
  color: inherit;
}

@media (min-width: 576px) {
  .sdt-footer.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sdt-footer .sdt-h {
    color: #a7a7a7;
  }
  .sdt-foot-nav,
  .sdt-foot-sns .container-fluid {
    background: none;
  }
  .sdt-foot-nav {
    border-bottom: 0;
  }
  .sdt-foot-nav .nav-link {
    border-top: 0;
    padding: 1px 22px;
    color: inherit;
  }
  .sdt-foot-nav .nav-link:after {
    content: none;
  }
  .sdt-foot-nav .nav-item + .nav-item {
    border-left: solid 1px #ccc;
  }
  .sdt-footer dl.list-inline .list-inline-item {
    display: inline-block;
  }
}

/* +++

.sdt-main

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-main p {
  font-size: 16px;
  line-height: 1.5;
}
.sdt-main .sdt-h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 1.5rem 0;
}
.sdt-main .sdt-h2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15em;
  margin: 3rem 0;
}
.sdt-main .sdt-h1 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15em;
  margin: 3rem 0 2rem;
}
.sdt-main .sdt-h2 small {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 0.5em;
}
.sdt-main .sdt-h2 small div {
  display: inline-block;
  max-width: 60%;
}

.sdt-main .sdt-h2 small:after,
.sdt-main .sdt-h2 small:before {
  content: "";
  height: 1.3em;
  width: 1.3em;
  display: inline-block;
  vertical-align: bottom;
}
.sdt-main .sdt-h2 small:before {
  border-radius: 100% 0 0 0;
  margin-right: 0.5em;
  border-top: 1px solid #4cc6f0;
  border-left: 1px solid #4cc6f0;
}
.sdt-main .sdt-h2 small:after {
  border-radius: 0 100% 0 0;
  margin-left: 0.5em;
  border-top: 1px solid #4cc6f0;
  border-right: 1px solid #4cc6f0;
}
.sdt-main .sdt-h1 small {
  font-size: 10px;
  line-height: 22px;
  margin: 0 0 0.5em;
}
.sdt-main .sdt-h1 small:after,
.sdt-main .sdt-h1 small:before {
  content: "";
  height: 1.3em;
  width: 1.3em;
  display: inline-block;
  vertical-align: bottom;
}
.sdt-main .sdt-h1 small:before {
  border-radius: 100% 0 0 0;
  margin-right: 0.5em;
  border-top: 1px solid #4cc6f0;
  border-left: 1px solid #4cc6f0;
}
.sdt-main .sdt-h1 small:after {
  border-radius: 0 100% 0 0;
  margin-left: 0.5em;
  border-top: 1px solid #4cc6f0;
  border-right: 1px solid #4cc6f0;
}

.sdt-main .sdt-display-1 {
  font-size: 21px;
  line-height: 31px;
}
.sdt-main .sdt-display-2 {
  font-size: 20px;
  line-height: 30px;
}
.sdt-main .sdt-display-2 .sdt-cat {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #777;
}

@media (min-width: 576px) {
  .sdt-main .sdt-display-1 {
    font-size: 27px;
    line-height: 37px;
  }
  .sdt-main .sdt-display-2 {
    font-size: 25px;
    line-height: 40px;
  }
  .sdt-main .sdt-h1 {
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 0.15em;
    margin: 3rem 0 2rem;
  }
}

.sdt-post-meta {
  color: #4a4a4a;
}

/* +++

.breadcrumb

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-main .breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.sdt-main .breadcrumb-item + .breadcrumb-item::before {
  font-family: "sdticon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "\e908";
  font-size: 10px;
}
.sdt-main .breadcrumb-item.active {
  color: inherit;
}

/* +++

.sdt-card

+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.card.sdt-card .badge-danger {
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  border: solid 1px;
  font-size: 10px;
  line-height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.card.sdt-card .badge-danger {
  color: #ff6a21 !important;
}

.card.sdt-card,
.card.sdt-card .card-img-top {
  border-radius: 0;
  border: 0;
  height: auto;
  overflow: hidden;
}
.sdt-card-item .card-body {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background: #fff;
}
.card.sdt-card .card-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.card.sdt-card .card-text .text-info {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.card.sdt-card .card-text b {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.cat-link .card-text b {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
a.cat-link {
  color: #000000;
}
a:hover.cat-link {
  text-decoration: none;
  color: #ff6a21;
}
.card.sdt-card .card-img-top {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card.sdt-card:hover .card-img-top {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.9;
}

.sdt-posts {
  margin: 0 -7px 0 -8px;
}
.sdt-posts > div {
  padding: 0 7px 0 8px;
}
@media (min-width: 576px) {
  .sdt-posts {
    margin: 0 -15px;
  }
  .sdt-posts > div {
    padding: 0 15px;
  }
}
/* +++

.pagination

+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.page-link {
  margin-left: 0;
  border: 0;
  border-radius: 0 !important;
  color: inherit;
}
.page-link .sdticon-left2,
.page-link .sdticon-right2 {
  font-size: 10px;
}

/* +++

.js-more-posts

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.js-more-posts {
  transition: all 1s;
}
.js-more-posts.has {
  overflow: hidden;
  position: relative;
}
.js-hide-posts,
.js-more-posts .js-show-posts {
  display: none;
}
.js-more-posts.has .js-show-posts {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  padding: 90px 0 1.5rem;
  font-weight: bold;
  color: #ff6a21;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (min-width: 576px) {
  .js-more-posts {
    max-height: auto;
  }
  .js-more-posts.has {
    overflow: initial;
    max-height: none !important;
  }
  .js-more-posts.has .js-show-posts {
    display: none;
  }
}

/* +++

.sdt-category-nav

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-category-nav {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  font-size: 16px;
  padding: 0.75rem 0;
}
.sdt-category-nav .nav-item {
  /*width: 50%;*/
}
.sdt-category-nav .nav-link {
  padding: 0.25rem 0.5rem;
}
.sdt-category-nav .nav-link:before {
  content: "\2022";
  margin: 0 0.5em 0 0;
}

@media (min-width: 576px) {
  .sdt-category-nav {
    padding: 0;
  }
  .sdt-category-nav .nav-item {
    width: auto;
  }
  .sdt-category-nav .nav-link {
    padding: 1rem 0.5rem;
  }
}

/* +++

.sdt-ranking

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-ranking .media {
  position: relative;
}
.sdt-ranking .media-object {
  width: 66px;
  height: auto;
  margin: 1rem;
  overflow: hidden;
}
.sdt-ranking .media .media-object {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sdt-ranking .media:hover .media-object {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.9;
}
.sdt-ranking .badge-info {
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #4cc6f0;
  border: solid 2px #4cc6f0;
  position: absolute;
  top: 0;
  left: 0;
}
.sdt-ranking .sdt-media-title {
  font-size: 16px;
  line-height: 1.5;
}
.sdt-ranking .sdt-media-text .text-info {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.sdt-ranking .sdt-media-text b {
  color: #777;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.sdt-ranking .media-body.border-bottom {
  border-bottom: dashed 1px #ccc !important;
}

/* +++

.sdt-menu

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-menu-bars {
  display: block;
  width: 24px;
  height: 14px;
  position: relative;
}
.sdt-menu-bars:after,
.sdt-menu-bars:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #4a4a4a;
  left: 0;
  transition: all 0.4s;
}
.sdt-menu-bars::before {
  top: 0;
}
.sdt-menu-bars:after {
  bottom: 0;
}
body.show-menu .sdt-menu-bars:before {
  transform: rotate(45deg);
  top: 6px;
}
body.show-menu .sdt-menu-bars:after {
  transform: rotate(-45deg);
  bottom: 6px;
}
.position-fixed.js-toggle-menu {
  position: fixed;
  z-index: 10000;
  cursor: pointer;
  left: 25px;
  top: 2rem;
  width: 3rem;
  height: 2rem;
  background: none !important;
  border: 0 !important;
  outline: none !important;
}
.sdt-menu {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.2s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  pointer-events: none;
  cursor: pointer;

}
.sdt-menu .sdt-menu-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  padding: 100px 10px 110px;
  -webkit-overflow-scrolling: touch;
}
.sdt-menu .search-form {
  position: relative;
}
.sdt-menu .form-control {
  background: #efefef;
  background-size: 24px;
  border-color: #efefef;
  border-radius: 3px;
  height: auto;
  padding: 0.75rem;
  font-size: 16px;
}
.sdt-menu .form-submit {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  background:none;
  border:0;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  border-color: #efefef;
  width: 24px;
  height: 24px;
  cursor: pointer;
  outline:none;
}
.sdt-menu .bg-white {
  width: 400px;
  max-width: 100%;
  transition: left 0.6s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1200px;
  right: auto;
  overflow: auto;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.sdt-menu header {
  content: "";
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -1200px;
  right: auto;
  width: 400px;
  max-width: 100%;
  transition: left 0.6s;
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  text-align: center;
}
.sdt-menu header .sdt-site-logo {
  height: auto;
  width: 50%;
}
@media (min-width: 290px) {
  .sdt-menu header .sdt-site-logo {
    height: 50px;
    width: auto;
  }
}

body.show-menu {
  overflow: hidden;
}
body.show-menu .sdt-menu {
  opacity: 1;
  transition: opacity 0.6s;
  pointer-events: all;
}
@media (min-width: 576px) {
  body.show-menu .sdt-menu {
    pointer-events: all;
  }
}
body.show-menu .sdt-menu .bg-white {
  left: 0;
  transition: left 0.2s;
}
body.show-menu .sdt-menu header {
  left: 0;
  transition: left 0.2s;
}
.sdt-menu .list-group-item {
  padding: 1rem 0.5rem;
  border: 0;
  border-radius: 0 !important;
  font-size: 16px;
  line-height: 1.5;
}
.sdt-menu .list-group-item + .list-group-item {
  border-top: dashed 1px #ccc;
}
.sdt-menu .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4cc6f0;
  border-color: #4cc6f0;
}
.sdt-menu .list-group-item.active .text-info {
  color: #fff !important;
}
@media (min-width: 576px) {
  .position-fixed.js-toggle-menu {
    top: 3rem;
    left: 35px;
  }
  .sdt-menu .bg-white {
    padding: 100px 20px 20px;
  }
}

/* +++

.top

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.swiper-slide .sdt-slide-caption1 {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.swiper-slide .sdt-slide-caption1 i {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}

.swiper-slide .sdt-slide-caption1 small {
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
}
.swiper-slide .sdt-slide-caption2 {
  font-size: 16px;
  line-height: 1.5;
  padding: 1rem;
}
.swiper-slide .sdt-slide-caption2 .h4 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}
.swiper-slide .sdt-inherit .img-fluid {
  width: 100%;
}
.swiper-pagination {
  position: static;
  font-size: 0;
  margin: 2.5rem 0 0;
}
.swiper-pagination-bullet {
  width: 37px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background: #d8d8d8;
}
.swiper-pagination-bullet-active {
  background: #4cc6f0;
}
.swiper-button-prev,
.swiper-button-next {
  color: #ccc;
  background: none;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 1;
  margin: -5px;
  text-align: center;
}
.swiper-button-prev:before {
  content: "\e905";
  font-family: "sdticon" !important;
  font-size: 16px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-button-next:before {
  content: "\e907";
  font-family: "sdticon" !important;
  font-size: 16px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-button-prev {
  left: 5.3%;
  top: 21%;
}
.swiper-button-next {
  right: 5.3%;
  top: 21%;
}
@media (min-width: 576px) {
  .swiper-button-prev {
    left: 7%;
    top: 45%;
  }
  .swiper-button-next {
    right: 7%;
    top: 45%;
  }
  .swiper-slide .sdt-slide-caption1 {
    font-size: 16px;
    line-height: 20px;
  }
  .swiper-slide .sdt-slide-caption1 i {
    font-size: 26px;
    line-height: 26px;
  }
  .swiper-slide .sdt-slide-caption2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 2rem 1rem 1rem 1rem;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

@media (min-width: 880px) {
  .swiper-button-prev {
    left: 15.8%;
    top: 45%;
  }
  .swiper-button-next {
    right: 15.8%;
    top: 45%;
  }
}
@media (min-width: 1200px) {
  .swiper-button-prev {
    left: 21.5%;
    top: 45%;
  }
  .swiper-button-next {
    right: 21.5%;
    top: 45%;
  }
}
@media (min-width: 1600px) {
  .swiper-button-prev {
    left: 24.5%;
  }
  .swiper-button-next {
    right: 24.5%;
  }
}
@media (min-width: 2000px) {
  .swiper-button-prev {
    left: 33%;
  }
  .swiper-button-next {
    right: 33%;
  }
}
@media (min-width: 2400px) {
  .swiper-button-prev {
    left: 33%;
  }
  .swiper-button-next {
    right: 33%;
  }
}
@media (min-width: 3200px) {
  .swiper-button-prev {
    left: 40%;
  }
  .swiper-button-next {
    right: 40%;
  }
}
/* +++

.sdt-mainvisual

+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sdt-mainvisual {
  margin: 0 -15px;
}
.sdt-mainvisual + .lead {
  font-size: 16px;
  line-height: 1.5;
}
.sdt-mainvisual .img-fluid {
  width: 100%;
}
@media (min-width: 576px) {
  .sdt-mainvisual {
    margin: 0;
  }
}
/* +++

.sdt-share

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-shares .list-inline-item {
  vertical-align: top;
}
.sdt-shares .list-inline-item a img {
  height: 32px;
  width: 32px;
}

/* +++

.sdt-content

+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sdt-content img {
  display: block;
  max-width: 100%;
  height: auto;
  /*margin: 0 auto;*/
}
.sdt-content ol,
.sdt-content ul {
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 0;
}

.sdt-content ol > li,
.sdt-content ul > li {
  margin-bottom: 1rem;
}
.sdt-content p {
  font-size: 1.15rem;
  line-height: 1.5em;
}
.sdt-content h1 u,
.sdt-content h2 u,
.sdt-content h3 u,
.sdt-content h4 u,
.sdt-content h5 u,
.sdt-content h6 u {
  text-decoration: none;
  border-bottom: solid 1px #4cc6f0;
}
.sdt-content .mark,
.sdt-content mark {
  background-color: #c2ebfa;
}

.sdt-content h1,
.sdt-content h2,
.sdt-content h3,
.sdt-content h4,
.sdt-content h5,
.sdt-content h6 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.sdt-content h1 {
  font-size: 1.52rem;
}

.sdt-content h2 {
  margin: 2.5rem 0 1rem;
  font-size: 1.35rem;
}

.sdt-content h3 {
  display: inline-block;
  margin: 2rem 0 1rem;
  font-size: 1.27rem;
  text-decoration: none;
  border-bottom: solid 1px #4cc6f0;
}

.sdt-content h4 {
  font-size: 1.15rem;
}

.sdt-content h5 {
  font-size: 1.15rem;
}
.sdt-content hr {
  border-style: dashed;
  border-color: #ccc;
}

.sdt-content blockquote {
  position: relative;
  padding: 0.5rem 1rem;
  border-left: 5px solid #4cc6f0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.sdt-content blockquote footer {
  margin-top: -1rem;
}

.sdt-content .tbl th {
  background: #cef0c0;
  border: solid 1px #cccccc;
  padding: 0.5rem;
  text-align: center;
}
.sdt-content .tbl td {
  border: solid 1px #cccccc;
  padding: 0.5rem;
}
.sdt-content .tbl td ol,
.sdt-content .tbl td ul {
  font-size: 1rem;
  padding: 0 0 0 1.3rem;
}

 .sdt-content .tbl td ol > li:last-child,
 .sdt-content .tbl td ul > li:last-child {
  margin-bottom: 0;
}
/* +++

.js-more-read

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.js-more-read {
  transition: all 1s;
}
.js-more-read.has {
  overflow: hidden;
  position: relative;
}
.js-hide-read,
.js-more-read .js-show-read {
  display: none;
}
.js-hide-read .btn-block,
.js-show-read .btn-block {
  max-width: 100%;
  width: 200px;
}
.js-more-read.has .js-show-read {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  padding: 90px 0 1.5rem;
  font-weight: bold;
  color: #ff6a21;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (min-width: 576px) {
  .js-more-read {
    max-height: none !important;
  }
  .js-more-read.has {
    overflow: initial;
    max-height: none !important;
  }
  .js-more-read.has .js-show-read {
    display: none;
  }
}

@media (max-width: 575px) {
  .js-more-read {
    max-height: 100% !important;
  }
  .js-more-read.has {
    max-height: 600px !important;
  }
}

/* +++

.sdt-auther

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-auther .media-object {
  width: 80px;
  height: auto;
}
.sdt-auther .media-body {
  font-size: 16px;
  line-height: 1.5;
  color: #777;
}
/* +++

.sdt-popular
.sdt-recommend 

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 576px) {
  .sdt-popular .swiper-wrapper,
  .sdt-recommend .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .sdt-popular .swiper-slide,
  .sdt-recommend .swiper-slide {
    width: 50%;
    padding: 0 15px;
  }
  .sdt-popular .swiper-button-prev,
  .sdt-popular .swiper-button-next,
  .sdt-popular .swiper-pagination,
  .sdt-recommend .swiper-button-prev,
  .sdt-recommend .swiper-button-next,
  .sdt-recommend .swiper-pagination {
    display: none;
  }
}

/* +++

.sdt-about-top

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-about-top {
  background: url(../img/about/image.jpg) no-repeat bottom center;
  background-size: 1024px;
  padding: 0 0 400px;
  overflow: hidden;
  position: relative;
}
.sdt-about-top p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 35em;
}
@media (min-width: 576px) {
  .sdt-about-top {
    background: none;
    padding: 0;
  }
  .sdt-about-top .sdt-background {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 1;
  }
  .sdt-about-top .container {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1024px) {
  .sdt-about-top p {
    font-size: 20px;
    line-height: 1.8;
  }
}
/* +++

.sdt-about01

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-about01 p {
  position: relative;
  padding: 10px 0 10px 50px;
}
.sdt-about01 p .badge-info {
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #4cc6f0;
  border: solid 2px #4cc6f0;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin: -20px 0;
}
.sdt-about01 p b {
  vertical-align: middle;
}

.sdt-about-bottom {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  padding: 20px 0;
}
.sdt-about-bottom p {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0;
}



.sdt-about-banner {
  display: block;
  overflow: hidden;
}

.sdt-about-banner img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sdt-about-banner:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.9;
}

.sdt-about-banner.on img {
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

.sdt-about-caption {
  font-size: 20px;
  margin-bottom: 6px;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/* +++

.sdt-tableOfContents

+++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sdt-tableOfContents {
	border: 2px solid #ccc;
	padding: 2rem;
	margin-bottom: 2.5rem;
}
.js-more-read.has .sdt-tableOfContents {
	display: none;
}
@media (min-width: 576px) {
	.js-more-read.has .sdt-tableOfContents {
		display: block;
	}
}
.sdt-tableOfContents h2 {
	margin-top: 0;
}
#TableOfContents ul,
#TableOfContents li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#TableOfContents li {
	padding-left: 1rem;
}
#TableOfContents > ul > li,
#TableOfContents > ul > li > ul > li {
	padding-left: 0;
}
#TableOfContents > ul + ul,
#TableOfContents > ul > li > ul > li + li {
	margin-top: .5rem;
}
#TableOfContents > ul > li > ul > li > ul > li > ul,
#TableOfContents > ul > li > ul > li > ul > li > ul > li,
#TableOfContents > ul > li > ul > li > ul > li > ul > li > ul,
#TableOfContents > ul > li > ul > li > ul > li > ul > li > ul > li {
	display: none;
}
#TableOfContents a {
	display: block;
	padding-left: .3em;
	text-indent: -.3em;
}
#TableOfContents a::before {
	content: "-";
	display: inline-block;
}

/* +++

.household-banner

+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.household-banner {
  display: block;
  overflow: hidden;
}

a.household-banner img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.household-banner:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.9;
}

/* +++

.category-list

+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.category-list .nav-link:hover {
  color: #000000;
}

/* +++

.pagetop

+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 15px;
}
.pagetop.is-hide {
  display: none;
}
.pagetop a {
  display: block;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 10px;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  border-radius: 4px;
}
.pagetop a:hover {
  display: block;
  background-color: #666666;
  text-align: center;
  color: #fff;
}
.page-link {
  padding: .3rem .5rem;
}

.panel-note {
  border: solid 1px #cccccc;
  padding: 2rem;
}

.panel-note h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.panel-note a,
.panel-note a:hover {
  color: #ff6a21;
}

.sdt-clinic {

}

.sdt-clinic strong {
  font-weight: bold;
}

.sdt-clinic b {
  font-weight: bold;
}

.sdt-clinic h2.title {
  background-color: #ba9e6e;
  color: #ffffff;
  padding: 0.3rem 1rem;
  margin-bottom: 0;
}

.sdt-clinic .question {
  padding: 1rem;
  background-color: #f9f6f1;
  margin: 12px 0;
}

@media (min-width: 576px) {
  .sdt-clinic .question {
    padding: 1.5rem 2rem;
  }
}

.sdt-clinic .question h2 {
  margin-top: 1rem;
}

.sdt-clinic .question h2.q {
  color: #ba9e6e;
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 1rem;
}

.sdt-clinic .question h2.q:before {
  content: "Q. ";
  color: #ba9e6e;
  font-family: 'Halant', serif;
  font-size: 36px;
}

.sdt-clinic .panel {
  background-color: #ffffff;
  padding: 1.5rem 1.5rem;
  overflow: hidden;
}

.sdt-clinic .panel h3 {
  margin-top: 0.5rem;
}

.sdt-clinic .panel table {
  margin: 2rem 0;
}

.sdt-clinic .panel table th {
  background-color: #eeeeee;
}

.sdt-clinic .panel table th,td {
  border: solid 1px #cccccc;
  padding: 0.5rem;
}

.sdt-clinic .answer {
  padding: 1rem;
  background-color: #eef9fd;
  margin: 12px 0;
}

@media (min-width: 576px) {
  .sdt-clinic .answer {
    padding: 1.5rem 2rem;
  }
}

.sdt-clinic .answer h2.a {
  color: #59b3d2;
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 1rem;
}

.sdt-clinic .answer h2.a:before {
  content: "A. ";
  color: #59b3d2;
  font-family: 'Halant', serif;
  font-size: 36px;
}

.sdt-clinic .thumbnail-image-200 {
  width: 200px;
  height: auto;
  margin: 0 12px 12px 0;
}

.sdt-clinic img {
  margin-bottom: 12px;
}
.sdt-space {
  height: 32px;
}

#articles {
  padding-top: 80px;
  margin-top: -80px;
}
@media (min-width: 576px) {
  #articles {
    padding-top: 160px;
    margin-top: -160px;
  }
}

.swiper-container.hidden {
  display: none;
}

input::-ms-clear {
  visibility:hidden
}
input::-ms-reveal {
  visibility:hidden
}

/* +++

.IE11
 -- IE11 のみ適用される
+++++++++++++++++++++++++++++++++++++++++++++++++++ */
_:-ms-lang(x)::-ms-backdrop,
.card.sdt-card {
  display: block;
}

/* END */
/*---------- scrollBanner ----------*/
/*.sdt-footer.py-3 {
  padding-bottom: 100px !important;
}
.pagetop {
  bottom: 100px;
}
.scrollBanner {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 995;
}
.scrollBannerInner {
  background: #efeae1;
  display: block;
  opacity: 1;
  width: 100%;
}
.scrollBannerInner a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
}
.scrollBannerInner img {
  display: block;
  width: 100%;
}
.scrollBannerInner img:hover {
  opacity: .7;
}*/

/*---------- table-overflow ----------*/
.table-overflow {
  overflow-x: auto;
  width: 100%;
}
.table-overflow > table {
  width: 640px;
}
@media (min-width: 576px) {
  .table-overflow {
    overflow-x: visible;
  }
  .table-overflow > table {
    width: 100%;
  }
}
