@charset "UTF-8";
.newsBlock li{margin-bottom: .3rem}
.notfoundWrap p {
  font-size: .9rem;
  margin-bottom: 2rem
}
.notfoundWrap h2 {
  font-size: 2.4rem;
  font-weight: bold
}
.notfoundWrap .box {
  width: 80vw;
  height: auto
}
.notfoundWrap .box img {
  margin-bottom: 4rem;
}
.notfoundWrap {
  width: 100%;
  height: 100vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.arCon h4 {
  margin-top: 3rem
}
.wp-block-image img {
  height: auto
}
/*floating banner*/
.close img {
  width: 30px
}
.Bnr {
  position: relative;
  margin: 0 auto;
  width: auto;
  display: none;
}
.Bnr .Bnr__img {
  position: fixed;
  z-index: 68;
  right: 0px;
  bottom: 5px;
}
.Bnr__img__inner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.Bnr__img__inner img {
  width: 95%;
  max-width: 330px
}
.Bnr .Bnr__img__inner a {
  display: block;
}
.Bnr .Bnr__img p.close {
  position: absolute;
  right: 25px;
  top: 15px;
}
.Bnr .Bnr__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  position: relative;
  top: -60px;
}
.Bnr .Bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*floating banner end*/
.last .bannerWrap img {
  display: block;
  margin: 3rem auto 10rem
}
.bannerWrap a:hover, .last .bannerWrap img:hover {
  opacity: .8;
  transition: .8s
}
.columnDetail .bannerWrap {
  margin-top: 2rem
}
.columnDetail .bannerWrap img {
  width: 100%;
  height: auto
}
.columnWrap {
  max-width: 1063px;
  padding-top: 57px;
}
@media only screen and (max-width: 900px) {
  .columnWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.columnBox {
  opacity: 0;
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  padding: 2.25rem;
  background: #fff;
  -moz-box-shadow: 10px 10px 0 0 #ededea;
  box-shadow: 10px 10px 0 0 #ededea;
  position: relative;
  -webkit-transition: background-color .3s, box-shadow .3s, -webkit-transform .3s;
  transition: background-color .3s, box-shadow .3s, -webkit-transform .3s;
  -moz-transition: transform .3s, background-color .3s, box-shadow .3s, -moz-transform .3s, -moz-box-shadow .3s;
  transition: transform .3s, background-color .3s, box-shadow .3s;
  transition: transform .3s, background-color .3s, box-shadow .3s, -webkit-transform .3s, -moz-transform .3s, -moz-box-shadow .3s;
  cursor: pointer;
}
.columnBox.lastest::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 65px;
  height: 63px;
  background: url("/images/columns/newTri.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
.columnBox:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  background-color: #f1e0dc;
  -moz-box-shadow: 0 0 0 0 #ededea;
  box-shadow: 0 0 0 0 #ededea;
}
@media only screen and (max-width: 425px) {
  .arCon h4 {
    font-size: 1.3rem !important
  }
  .Bnr .Bnr__img p.close {
    top: 20px;
    right: 20px
  }
  .Bnr__img__inner img {
    max-width: 220px
  }
  .radioCon__wrap .radioBox .time time {
    background: #ec684b;
    line-height: 1.75rem;
    padding: 0rem 0.5rem !important;
    font-size: 0.875rem;
    color: #fff;
    letter-spacing: normal;
    display: inline-block;
    margin-bottom: .5rem
  }
  .radioBox__audio {
    margin: 2rem 0 -1rem
  }
  .radioCon__wrap h3 {
    font-size: 1.2rem
  }
  .radioCon__wrap {
    display: block !important;
    margin-right: -19.5px !important;
    margin-left: -19.5px !important;
    padding: 0 20px
  }
  .last .bannerWrap img {
    width: 90%;
    height: auto;
    margin: 0 auto 6rem !important
  }
  .columnBox {
    padding: 1.5rem;
  }
}
.columnBox > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.columnBox article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.columnBox article > figure {
  width: 329px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .columnBox article > figure {
    width: 100%;
  }
}
.columnBox article > figure img {
  max-width: 329px;
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.columnBox article .arCon {
  width: -webkit-calc(100% - 329px);
  width: -moz-calc(100% - 329px);
  width: calc(100% - 329px);
  padding: 0 0 0 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (max-width: 900px) {
  .columnBox article .arCon {
    width: 100%;
    padding-left: 0;
  }
}
.columnBox article .arConTop {
  overflow: hidden;
}
.columnBox article .arConTop .mask-wrap {
  pointer-events: none;
}
.columnBox article .arConTop .tagName {
  background: #ec684b;
  line-height: 1.75rem;
  padding: 0rem 0.5rem !important;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: normal;
  display: inline-block;
}
.columnBox article .arConTop .title {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #221815;
  margin-top: 10px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.columnBox article .arConTop .txt {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #221815;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.columnBox article .arConBot {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: static;
}
.columnBox article .arConBot ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  z-index: 10;
}
.columnBox article .arConBot ul li {
  margin-top: 0.5rem;
}
.columnBox article .arConBot ul li + li {
  margin-left: 0.5rem;
}
.columnBox article .arConBot ul li a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.5625rem;
  padding: 0 0.9375rem;
  -moz-border-radius: 0.6875rem;
  border-radius: 0.6875rem;
  border: 1px solid #8f8f8f;
  font-size: 0.8125rem;
  background: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.columnBox article .arConBot ul li a:hover {
  border: 1px solid #ec684b;
  background: #ec684b;
  color: #fff !important;
}
.columnPage {
  padding-bottom: 120px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.seminarRow {
  max-width: 1230px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
  padding-top: 70px;
}
@media only screen and (max-width: 769px) {
  .seminarRow {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.seminarWrap {
  margin-left: -24px;
  margin-right: -24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}
@media only screen and (max-width: 425px) {
  .seminarWrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.seminarBox {
  max-width: 377px;
  width: 100%;
  margin: 24px;
  opacity: 0;
  height: auto;
  background: #fff;
  -moz-box-shadow: 10px 10px 0 0 #ededea;
  box-shadow: 10px 10px 0 0 #ededea;
  position: relative;
  -webkit-transition: background-color .3s, box-shadow .3s, -webkit-transform .3s;
  transition: background-color .3s, box-shadow .3s, -webkit-transform .3s;
  -moz-transition: transform .3s, background-color .3s, box-shadow .3s, -moz-transform .3s, -moz-box-shadow .3s;
  transition: transform .3s, background-color .3s, box-shadow .3s;
  transition: transform .3s, background-color .3s, box-shadow .3s, -webkit-transform .3s, -moz-transform .3s, -moz-box-shadow .3s;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (max-width: 425px) {
  .seminarBox {
    margin-left: 0;
    margin-right: 0;
    max-width: 98%;
  }
}
.seminarBox.hasRegis::before {
  position: absolute;
  content: "お申込み受付中";
  font-size: 0.9625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 18px 25px;
  background: url("/images/seminar/icMess.png") 0 0 no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  left: -15px;
  top: -15px;
  display: inline-block;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(63, 63, 63, 0.27));
  filter: drop-shadow(0px 5px 10px rgba(63, 63, 63, 0.27));
  -webkit-animation: upanddown 1.5s linear infinite alternate;
  -moz-animation: upanddown 1.5s linear infinite alternate;
  animation: upanddown 1.5s linear infinite alternate;
}
@media only screen and (max-width: 768px) {
  .last .bannerWrap img {
    width: 70%;
    margin: 0rem auto 6rem
  }
  .seminarBox.hasRegis::before {
    left: 10px;
  }
}
.seminarBox > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seminarBox:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  background: #f1e0dc;
  -moz-box-shadow: 0 0 0 0 #ededea;
  box-shadow: 0 0 0 0 #ededea;
}
.seminarBox:hover article .arCon::after {
  right: 10px;
}
.seminarBox article {
  width: 100%;
}
.seminarBox article * {
  margin: 0;
  padding: 0;
}
.seminarBox article > figure img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.seminarBox article .arCon {
  padding: 16px 19px 55px;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.seminarBox article .arCon::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 59px;
  height: 14px;
  background: url("/images/common/arrowLongPink.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  right: 19px;
  bottom: 22px;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.seminarBox article .arCon dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0;
}
.seminarBox article .arCon dl dt {
  width: 38px;
  height: 20px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ec684b;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
.seminarBox article .arCon dl dd {
  width: -webkit-calc(100% - 38px);
  width: -moz-calc(100% - 38px);
  width: calc(100% - 38px);
  padding: 0 0 0 10px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  font-weight: 500;
}
.seminarBox article .arCon .mask-wrap {
  overflow: hidden;
}
.seminarBox article .arCon h3 {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 700;
  color: #221815;
  margin-top: 10px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.columnDetail {
  max-width: 1219px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 90px;
  margin-top: 40px;
}
@media only screen and (max-width: 1219px) {
  .columnDetail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .columnDetail {
    max-width: 94%;
    width: 94%;
  }
}
.columnDetail article {
  max-width: 823px;
  width: 100%;
  margin-right: 21px;
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 1219px) {
  .columnDetail article {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .columnDetail article {
    padding: 15px;
  }
}
.columnDetail article .arTitle .tagName {
  background: #ec684b;
  line-height: 1.75rem;
  padding: 0rem 0.5rem !important;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: normal;
  display: inline-block;
}
.columnDetail article .arTitle h3 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #221815;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.columnDetail article .arTitle .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  z-index: 10;
}
.columnDetail article .arTitle .tags li {
  margin-top: 0.5rem;
}
.columnDetail article .arTitle .tags li + li {
  margin-left: 0.5rem;
}
.columnDetail article .arTitle .tags li a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.5625rem;
  padding: 0 0.9375rem;
  -moz-border-radius: 0.6875rem;
  border-radius: 0.6875rem;
  border: 1px solid #8f8f8f;
  font-size: 0.8125rem;
  background: #fff;
  color: #676767;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.columnDetail article .arTitle .tags li a:hover {
  border: 1px solid #ec684b;
  background: #ec684b;
  color: #fff !important;
}
.columnDetail article .arTitle .date {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a5a5a5;
  margin-top: 20px;
  margin-bottom: 30px;
}
.columnDetail article .arTitle .date::before {
  content: "";
  width: 14px;
  height: 13px;
  background: url("/images/columns/pen.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.columnDetail article .arTitle .line {
  width: 100%;
}
.columnDetail article .arCon {
  padding-bottom: 69px;
}
.columnDetail article .arCon .feature {
  margin-top: 43px;
}
.columnDetail article .arCon .feature img {
  max-width: 753px;
  width: 100%;
  height: 414px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .columnDetail article .arCon .feature img {
    max-width: 100%;
    height: auto;
  }
}
.columnDetail article .arCon p {
  font-size: 1.1rem;
  line-height: 1.75rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #221815;
  margin-bottom: 28px;
}
.columnDetail article .arCon blockquote {
  background: #f6f6f6;
  padding: 40px;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .columnDetail article .arCon blockquote {
    padding: 2.5rem;
  }
}
.columnDetail article .arCon blockquote a {
  color: #221815;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.columnDetail article .arCon blockquote a:hover {
  opacity: 0.7;
}
.columnDetail article .arCon h3 {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  font-weight: 700;
  color: #221815;
  margin-bottom: 30px;
}
.columnDetail article .arCon .img {
  text-align: center;
}
.columnDetail article .arCon .img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.columnDetail article .arRelated {
  margin-top: 51px;
}
.columnDetail article .arRelated h3 {
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-weight: 700;
  color: #221815;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.columnDetail article .arRelated .scrollFlex {
  overflow-x: scroll;
  width: 100%;
}
.columnDetail article .arRelated ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.columnDetail article .arRelated ul li {
  width: 275px;
}
.columnDetail article .arRelated ul li + li {
  margin-left: 30px;
}
.columnDetail article .arRelated ul li a {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.columnDetail article .arRelated ul li a:hover {
  opacity: 0.7;
}
.columnDetail article .arRelated ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.columnDetail article .arRelated ul li a figure {
  overflow: hidden;
}
.columnDetail article .arRelated ul li a figure img {
  width: 100%;
  height: 151px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.columnDetail article .arRelated ul li a p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #221815;
  margin-top: 10px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: keep-all;
}
.columnDetail article .arSocial {
  margin-top: 57px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.columnDetail article .arSocial .net {
  width: 33%;
}
.columnDetail article .arSocial .net a {
  height: 48px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.columnDetail article .arSocial .net a:hover {
  opacity: 0.7;
}
.columnDetail article .arSocial .net a img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.columnDetail article .arSocial .netFacebook a {
  background: #3b5998;
}
.columnDetail article .arSocial .netTwitter a {
  background: #00acee;
}
.columnDetail article .arSocial .netLine a {
  background: #00b900;
}
.columnDetail aside {
  width: 375px;
}
@media only screen and (max-width: 1219px) {
  .columnDetail aside {
    margin-top: 30px;
    width: 100%;
    max-width: 823px;
  }
}
.columnDetail aside .widget + .widget {
  margin-top: 19px;
}
.columnDetail aside .widget + .widget h3 {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 41px;
  color: #fff;
  font-weight: 700;
}
.columnDetail aside .widget__banner a {
  display: block;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  text-align: center;
}
.columnDetail aside .widget__banner a:hover {
  opacity: 0.7;
}
.columnDetail aside .widget__banner a img {
  max-width: 375px;
  width: 100%;
  height: auto;
}
.columnDetail aside .widget__rank, .columnDetail aside .widget__new {
  background: #fff;
}
.columnDetail aside .widget__rank h3, .columnDetail aside .widget__new h3 {
  background: #ec684b;
}
.columnDetail aside .widget__rank h3::before, .columnDetail aside .widget__new h3::before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("/images/columns/king.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.columnDetail aside .widget__rank ul, .columnDetail aside .widget__new ul {
  counter-reset: li;
  padding: 14px 26px;
}
.columnDetail aside .widget__rank ul li, .columnDetail aside .widget__new ul li {
  counter-increment: li;
  padding: 15px 0;
}
.columnDetail aside .widget__rank ul li + li, .columnDetail aside .widget__new ul li + li {
  border-top: 1px solid #ececec;
}
.columnDetail aside .widget__rank ul li a, .columnDetail aside .widget__new ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.columnDetail aside .widget__rank ul li a:hover, .columnDetail aside .widget__new ul li a:hover {
  opacity: 0.7;
}
.columnDetail aside .widget__rank ul li a:hover figure img, .columnDetail aside .widget__new ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.columnDetail aside .widget__rank ul li a figure, .columnDetail aside .widget__new ul li a figure {
  overflow: hidden;
  width: 156px;
  margin-bottom: 0;
}
.columnDetail aside .widget__rank ul li a figure img, .columnDetail aside .widget__new ul li a figure img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.columnDetail aside .widget__rank ul li a .title, .columnDetail aside .widget__new ul li a .title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: -webkit-calc(100% - 156px);
  width: -moz-calc(100% - 156px);
  width: calc(100% - 156px);
  padding: 0 0 0 13px;
}
.columnDetail aside .widget__rank li a::before {
  content: counter(li);
  width: 24px;
  height: 24px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  top: -5px;
  left: -5px;
  position: absolute;
  background: #747474;
  z-index: 2;
}
.columnDetail aside .widget__rank li:nth-of-type(1) a::before {
  background: #d8c922;
}
.columnDetail aside .widget__rank li:nth-of-type(2) a::before {
  background: #b7b7b7;
}
.columnDetail aside .widget__rank li:nth-of-type(3) a::before {
  background: #b0802e;
}
.columnDetail aside .widget__new h3::before {
  width: 25px;
  height: 12px;
  background: url("/images/columns/new.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
.columnDetail aside .widget__tag {
  background: #fff;
}
.columnDetail aside .widget__tag h3 {
  background: #747474;
}
.columnDetail aside .widget__tag h3::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/images/columns/tag.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.columnDetail aside .widget__tag ul {
  padding: 8px 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.columnDetail aside .widget__tag ul li {
  margin: 5px;
}
.columnDetail aside .widget__tag ul li a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 25px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
  background: #fff;
  color: #676767;
  border: 1px solid #676767;
  font-size: 0.8125rem;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.columnDetail aside .widget__tag ul li a:hover {
  border: 1px solid #ec684b;
  background: #ec684b;
  color: #fff !important;
}
.radioWhite {
  background: #fff;
  padding: 58px 0 60px;
  width: 100%;
  border-bottom: 10px solid #ededea;
}
@media only screen and (max-width: 1227px) {
  .radioWhite {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.radioWhite__wrap {
  max-width: 1227px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
  padding-right: 0;
}
.radioWhite__wrap figure {
  max-width: 474px;
  width: 38.63081%;
}
@media only screen and (max-width: 768px) {
  .radioWhite__wrap figure {
    display: none;
  }
}
figure img.vertical{max-height: 600px; object-fit: contain}
.radioWhite__wrap figure img {
  width: 100%;
  height: auto;
}
.radioWhite__wrap article {
  max-width: 696px;
  width: 56.72372%;
  padding-left: 57px;
}
@media only screen and (max-width: 768px) {
  .radioWhite__wrap article {
    width: 100%;
    padding-left: 0;
  }
}
.radioWhite__wrap article h3 {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-weight: 700;
}
.radioWhite__wrap article .txt {
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #221815;
  margin-top: 20px;
}
.radioWhite__wrap article ul.txtBoxGray{
	padding: 1rem 0 0 1rem;
	margin: 1rem 0 0 0;
	font-size: .9rem;
	border-top: 1px solid #EAEAEA;
}
.radioWhite__wrap article li{
	list-style: disc;
	line-height: 1.5rem;
}
.radioWhite__wrap article .btnRadio {
  margin-top: 30px;
}
.radioWhite__wrap article .btnRadio a {
  font-weight: 700;
  line-height: 1;
  padding: 1.125rem 3.125rem 1.125rem 2.3125rem;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.radioWhite__wrap article .btnRadio a::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 6px;
  background: url("/images/radio/arrow.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 0;
}
.radioWhite__wrap article .btnRadio a:hover::after {
  right: -20px;
}
.radioCon {
  padding: 33px 0 0;
  max-width: 1227px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .radioCon {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.radioCon__Sel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.radioCon__Sel .sel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 100px;
  outline: none;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 20;
}
.radioCon__Sel .sel::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 7px;
  background: url("/images/radio/triAngle.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radioCon__Sel .sel .sel__placeholder {
  display: block;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0 22px 0 0;
  text-align: right;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
}
.radioCon__Sel .sel .sel__placeholder::before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 22px 0 0;
  content: attr(data-placeholder);
  visibility: hidden;
}
.radioCon__Sel .sel .sel__box {
  position: absolute;
  top: -webkit-calc(100% + 4px);
  top: -moz-calc(100% + 4px);
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: -webkit-calc(100% + 8px);
  width: -moz-calc(100% + 8px);
  width: calc(100% + 8px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.radioCon__Sel .sel .sel__box__options {
  text-align: center;
  display: list-item;
  font-size: 1.1rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0.8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radioCon__Sel .sel .sel__box__options:hover {
  background-color: #ebedef;
}
.radioCon__Sel .sel.active::before {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.radioCon__Sel .sel.active .sel__placeholder {
  visibility: hidden;
}
.radioCon__Sel .sel.active .sel__placeholder::before {
  visibility: visible;
}
.radioCon__Sel .sel.active .sel__box {
  display: block;
  -webkit-animation: fadeInUp 500ms;
  -moz-animation: fadeInUp 500ms;
  animation: fadeInUp 500ms;
}
.radioCon__Sel .note {
  font-size: 0.8125rem;
  line-height: 1.9375rem;
  font-weight: 500;
  color: #787878;
  letter-spacing: 0.04em;
}
.radioCon__wrap {
  margin-top: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*-webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -19.5px;*/
  margin-right: -30px;
}
@media only screen and (min-width: 769px) {
  .radioCon__wrap .radioBox {
    max-width: 46% !important;
  }
}
@media only screen and (max-width: 768px) {
  .radioCon__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.radioCon__wrap .radioBox:nth-child(even) {
  margin-right: 0;
}
.radioCon__wrap .radioBox {
  max-width: 594px;
  width: 100%;
  height: auto;
  padding: 1.5rem 2.0625rem 2.25rem 1.4375rem;
  background: #fff;
  position: relative;
  -webkit-transition: background-color .3s, box-shadow .3s, -webkit-transform .3s;
  transition: background-color .3s, box-shadow .3s, -webkit-transform .3s;
  -moz-transition: transform .3s, background-color .3s, box-shadow .3s, -moz-transform .3s, -moz-box-shadow .3s;
  transition: transform .3s, background-color .3s, box-shadow .3s;
  transition: transform .3s, background-color .3s, box-shadow .3s, -webkit-transform .3s, -moz-transform .3s, -moz-box-shadow .3s;
  margin: 13.5px 18.5px;
  overflow: hidden;
}
@media only screen and (max-width: 1227px) {
  .radioCon__wrap .radioBox {
    width: -webkit-calc(50% - 39px);
    width: -moz-calc(50% - 39px);
    width: calc(50% - 39px);
  }
}
@media only screen and (max-width: 800px) {
  .radioCon__wrap .radioBox {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 100%;
  }
}
.radioCon__wrap .radioBox.lastest::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 65px;
  height: 63px;
  background: url("/images/columns/newTri.png") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  z-index: 19;
}
.radioCon__wrap .radioBox__audio {
  width: 100%;
  position: static;
  pointer-events: default;
}
.radioCon__wrap .radioBox__audioInner {
  position: relative;
  z-index: 10;
}
.radioCon__wrap .radioBox__audio figure {
  margin-bottom: 0;
}
.radioCon__wrap .radioBox__audio figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.radioCon__wrap .radioBox .time {
  margin-top: 20px;
  line-height: 0;
}
.radioCon__wrap .radioBox .time time {
  background: #ec684b;
  line-height: 1.75rem;
  padding: 0rem 0.5rem !important;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: normal;
  display: inline-block;
}
.radioCon__wrap .radioBox h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #221815;
  margin-top: 6px;
}
.radioCon__wrap .radioBox .txt {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  color: #221815;
  /*  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;*/
}
@-webkit-keyframes upanddown {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@-moz-keyframes upanddown {
  0% {
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes upanddown {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
  }
}
/* ===== Keyframes ===== */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.navi .navi_inner > .navi_item .hasSub {
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.navi .navi_inner > .navi_item .hasSub::before {
  content: "";
  position: absolute;
  top: 14%;
  right: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #EC684B;
  border-right: solid 2px #EC684B;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navi .navi_inner > .navi_item .hasSub.open::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.navi .navi_inner > .navi_item > .navi_item_sub {
  display: none;
  padding-top: 1em;
}
.navi .navi_inner > .navi_item > .navi_item_sub > .navi_item {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .notfoundWrap .box img {
    width: 100%
  }
  .navi .navi_inner > .navi_item .hasSub {
    right: 0;
    color: #fff;
  }
  .navi .navi_inner > .navi_item .hasSub:hover {
    color: #212529 !important;
  }
  .navi .navi_inner > .navi_item .hasSub::before {
    border-top: solid 2px #212529;
    border-right: solid 2px #212529;
  }
}
.handout-box__main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
/*.handout-box__main .items {
  width: 50%;
  padding: 0 1.4rem;
  margin-bottom: 2.4rem;
}*/
.navi .navi_inner .navi_item a.btnContact span.en {
  display: none;
}
.navi .navi_inner > .navi_item > .navi_item_sub > .navi_item a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.navi .navi_inner > .navi_item > .navi_item_sub >  .navi_item a::before {
  content: "- ";
}
@media screen and (min-width: 1180px) {
  .el_humburger {
    display: none;
  }
  .fp-viewing-top .navi, .fp-viewing-why .navi, .fp-viewing-how .navi, .fp-viewing-what .navi, .fp-viewing-client .navi, .fp-viewing-works .navi, .fp-viewing-about .navi, .fp-viewing-contact .navi, .fp-viewing-follow .navi {
    margin-top: 0;
  }
  .navi {
    width: 100%;
    opacity: 1;
    overflow: initial;
    height: 80px;
    background: rgba(249, 249, 244, 0.9);
    top: 0;
    padding: 20px 30px 20px 0;
    margin-top: 0;
  }
  .navi .navi_inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  .navi .navi_inner .navi_item {
    margin-bottom: 0;
    margin-left: 30px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .navi .navi_inner .navi_item > a {
    border-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
  }
  .navi .navi_inner > .navi_item .hasSub {
    padding-right: 23px;
  }
  .navi .navi_inner > .navi_item .hasSub::before {
    border-top: solid 2px #212529;
    border-right: solid 2px #212529;
    right: 0;
    top: 10%;
  }
  .navi .navi_inner > .navi_item > .navi_item_sub {
    position: absolute;
    top: 100%;
    min-width: 160px;
    padding: 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50px);
    -ms-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
    display: block;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navi .navi_inner > .navi_item > .navi_item_sub::before {
    width: 100%;
    content: "";
    height: 12px;
    background: none;
  }
  .navi .navi_inner > .navi_item > .navi_item_sub >  .navi_item {

  }
  .navi .navi_inner > .navi_item > .navi_item_sub >  .navi_item a::after {
    display: none;
  }
  .navi .navi_inner > .navi_item > .navi_item_sub >  .navi_item a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 16px 22px;
    white-space: nowrap;
		font-size:13px;
		border-bottom: 1px solid #F4F3ED
  }
  .navi .navi_inner > .navi_item > .navi_item_sub >  .navi_item a:hover {
    background: #f4f4f4;
    color: #000!important;
  }
  .navi .navi_inner > .navi_item:hover > .navi_item_sub {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
  .navi .navi_inner .navi_item a.btnContact {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 160px;
    height: 45px;
    border-radius: 22px;
    border: 1px solid #212529;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .navi .navi_inner .navi_item a.btnContact span.jp {
    display: none;
  }
  .navi .navi_inner .navi_item a.btnContact span.en {
    display: inline-block;
  }
  .navi .navi_inner .navi_item a.btnContact::before {
    content: "";
    width: 16.5px;
    height: 12.5px;
    background: url('/images/icMail.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .navi .navi_inner .navi_item a.btnContact:hover {
    background: #e1404a !important;
    color: #fff!important;
    border: 1px solid #e1404a;
  }
  .navi .navi_inner .navi_item a.btnContact:hover::before {
    background: url('/images/icMailW.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .navi .navi_inner .navi_item a.btnContact::after {
    display: none;
  }

}
@media screen and (min-width: 768px) {
  .newsBlock .title{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
		align-items: center;
  }
  .newsBlock .news-title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    flex-direction:column
  }
  .newsBlock .news-title ul {
    margin-bottom: 0;
    width: 100%;
    padding-left: 0;
  }
  .newsBlock .news-title .newsBlock_list{
  	display:flex;
    justify-content:end;
  }
   .newsBlock .news-title .newsBlock_list a{
   	display:flex;
    align-items:center;
    gap:20px;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #212529;
   }
   .newsBlock .news-title .newsBlock_list a img{
   	width:20px;
    height:20px;
   }
   
  .newsBlock .news-title ul li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .newsBlock .news-title ul li a:hover {
    /* color: #e1404a!important; */
    opacity: 0.5;
  }
  .newsBlock .news-title ul li a time {
    font-weight: bold;
    margin-right: 5px;
		width: 90px;
  }
  .newsBlock .news-title ul li a span {
    margin-right: 5px;
  }
  .newsBlock .news-title ul li a em {
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
		width: 80%;
  }
  .follow .footer a {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: inherit;
    width: auto;
    transition: none;
    font-size: 0.8rem!important;
  }
	.follow .footer a:hover{color:inherit!important; opacity: 0.5!important;}
  .footer__top {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
  }
  .footer__top .footer__topLogo {
    line-height: 0;
    width: 237px;
  }
  .footer__top .footer__topLogo a {
    display: block;
    line-height: 0;
    border: 0!important;
  }
  .footer__top .footer__topLogo a img {
    width: 100%;
    height: auto;
  }
  .footer__top .footer__topMenu {

  }
  .footer__top .footer__topMenu > ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .footer__top .footer__topMenu > ul li + li {
    margin-left: 40px;
  }
  .footer__top .footer__topMenu > ul li a {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #221815;
  }
  .footer__top .footer__topMenu > ul li a:hover {
    /* color: #e1404a !important; */
    border: 0;
    opacity: 0.8;
  }
  .footer__top .footer__topMenu > dl {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .footer__top .footer__topMenu > dl > dt {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
  }
  .footer__top .footer__topMenu > dl dd ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .footer__top .footer__topMenu > dl dd ul li {
    margin-left: 20px;
  }
  .footer__top .footer__topMenu > dl dd ul li a {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .footer__top .footer__topMenu > dl dd ul li a:hover {
    opacity: 0.8;
    border: 0;
  }
  .footer__top .footer__topSocial {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-top: 1px solid #d7d7d7;
    margin-top: 1rem;
  }
  .footer__top .footer__topSocial .link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .footer__top .footer__topSocial .link li + li {
    margin-left: 20px;
  }
  .footer__top .footer__topSocial .link li a {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1;
    color: #221815;
    white-space: nowrap;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .footer__top .footer__topSocial .link li a:hover {
    opacity: 0.8;
    border: 0;
  }
  .footer__top .footer__topSocial .social {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .footer__top .footer__topSocial .social li + li {
    margin-left: 20px;
  }
  .footer__top .footer__topSocial .social li {
    line-height: 0;
  }
  .footer__top .footer__topSocial .social li a {
    display: inline-block;
    line-height: 0;
    width: 100%;
    border: 0!important;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .footer__top .footer__topSocial .social li a:hover {
    opacity: 0.8;
  }
  .footer__top .footer__topSocial .social li a img {
    width: 100%;
    height: auto;
  }
  .footer__top .footer__topSocial .social li.face {
    width: 8px;
  }
  .footer__top .footer__topSocial .social li.twitter {
    width: 17px;
  }
  .footer__top .footer__topSocial .social li.note {
    width: 14px;
  }
  .footer__top .footer__topSocial .social li.mail {
    width: 15px;
  }
  .follow .fp-tableCell {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* -ms-align-items: flex-end;
    align-items: flex-end; */

  }
  .follow .fp-tableCell > * {
    width: 100%;
  }
  .follow .fp-tableCell .position-relative {
    padding-top: 30px;
  }
  .follow .fp-tableCell > .float-right {
    width: auto;
  }
  .follow .fp-tableCell .footer {
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .banner {
    max-width: 500px;
  }
  .follow .sectionNameWrap {
    bottom: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .footer__top .footer__topMenu {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .newsBlock .news-title {
    padding: 0!important;
  }
  .newsBlock .news-title ul {
    padding: 10px;
    background: #fff;
    margin-bottom: 0;
  }
  .newsBlock .news-title ul li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap;
    width: 100%;
  }
  .newsBlock .news-title ul li:nth-of-type(3) {
    display: none;
  }
  .newsBlock .news-title ul li a time {
    font-weight: bold;
    margin-right: 5px;
		width: 80px;
  }
  .newsBlock .news-title ul li a span {
    margin-right: 5px;
  }
  .newsBlock .news-title ul li a em {
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
		width: 80%
  }

  .follow .footer a {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: inherit;
    width: auto;
    transition: none;
    font-size: 0.8rem!important;
  }
  .footer__top {
    padding: 0 15px;
    margin: 0;
  }
  .footer__top .footer__topLogo {
    line-height: 0;
    width: 100px;
  }
  .footer__top .footer__topLogo a {
    display: block;
    line-height: 0;
  }
  .footer__top .footer__topLogo a img {
    width: 100%;
    height: auto;
  }
  .footer__top .footer__topMenu {
    width: 100%;
  }
  .footer__top .footer__topMenu > ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 17px 0 0;
    padding: 0;
  }
  .footer__top .footer__topMenu > ul li  {
    margin-right: 30px;
  }
  .footer__top .footer__topMenu > ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #221815;
  }
  .footer__top .footer__topMenu > dl {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .footer__top .footer__topMenu > dl > dt {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
  }
  .footer__top .footer__topMenu > dl dd ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    padding-right: 20%;
  }
  .footer__top .footer__topMenu > dl dd ul li {
    margin-right: 20px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    line-height: 0;
  }
  .footer__top .footer__topMenu > dl dd ul li a {
    font-size: 14px;
    line-height: 1;
    line-height: 1;
    white-space: nowrap;
  }
  .footer__top .footer__topSocial {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .footer__top .footer__topSocial .link {
    margin: 0;
    padding: 0;
  }
  .footer__top .footer__topSocial .link li + li {

  }
  .footer__top .footer__topSocial .link li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    white-space: nowrap;
    color: #221815;
  }
  .footer__top .footer__topSocial .social {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .footer__top .footer__topSocial .social li + li {
    margin-left: 20px;
  }
  .footer__top .footer__topSocial .social li {
    line-height: 0;
  }
  .footer__top .footer__topSocial .social li a {
    display: inline-block;
    line-height: 0;
    width: 100%;
  }
  .footer__top .footer__topSocial .social li a img {
    width: 100%;
    height: auto;
  }
  .footer__top .footer__topSocial .social li.face {
    width: 8px;
  }
  .footer__top .footer__topSocial .social li.twitter {
    width: 17px;
  }
  .footer__top .footer__topSocial .social li.note {
    width: 14px;
  }
  .footer__top .footer__topSocial .social li.mail {
    width: 15px;
  }

  .follow .fp-tableCell {
    /* display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; */

    /* -ms-align-items: flex-end;
    align-items: flex-end; */
    vertical-align: top;
  }
  .follow .fp-tableCell > * {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .follow .fp-tableCell > .float-right {
    width: auto;
  }
  #fullpage .follow .fp-tableCell .footer {
    -ms-align-self: flex-end;
    align-self: flex-end;
    padding-bottom: 80px!important;
    /* bottom: 80px!important; */

  }
  .follow .sectionNameWrap {
    bottom: 50%;
    position: absolute;
    right: 0;
  }
}