@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto");
@import url("//fonts.googleapis.com/css?family=Raleway:400,500");
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 1.35;
}

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: rgba(47, 85, 140, 0.7);
}

::selection {
  color: #fff;
  text-shadow: none;
  background: rgba(47, 85, 140, 0.7);
}

html {
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  word-break: break-all;
}

#recaptcha {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .form_white_frame {
    padding: 0 !important;
  }
  #regist_and_contact {
    font-size: 12px;
  }
}

.FeatureCreate .FeatureAna__Image {
  background-image: url(../img/service/displaya.png) !important;
}

.FeatureAP .FeatureAna__Image {
  background-image: url(../img/service/displayap.png) !important;
}

/* .FeatureMS .FeatureAna__Image {
  background-image: url(../img/service/displayms.png)!important;
  background-position: left bottom!important;
} */
.inline-block {
  display: inline-block;
}

.con {
  font-size: 24px;
  font-weight: bold;
}

.form_white_frame {
  padding: 0px 12px;
}

.block {
  display: block;
  width: 100%;
}
.form-label {
  margin-left: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  position: relative;
  margin: 0;
  min-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

i {
  font-style: normal;
}

/* */
.bldb {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.orange {
  color: #ff7a21;
}

.blue {
  color: #2f558c;
}

.tomato {
  color: tomato;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.blk {
  display: block;
}

.inl {
  display: inline;
}

.inb {
  display: inline-block;
}

.ofa {
  overflow: auto;
}

.hide {
  display: none;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.ind {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.ind.notes {
  font-size: 12px;
  line-height: 1.5em;
  list-style: none;
  padding-top: 1em;
}

.ex {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  display: block;
  margin-top: 6px;
}

.ex li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}

.ex span {
  color: red;
}

.ind.ex {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 0.5em;
}

a:hover img {
  opacity: 0.8;
}

.btn {
  border-radius: 0;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .btn {
    padding-top: 8px;
    padding-bottom: 2px;
  }
}

.btn-primary:hover {
  background-color: #3d6eb6;
}

.btn-primary {
  background-color: #4679c1;
  border: none;
  color: #fff;
}

.btn-primary:hover {
  background-color: #5a86c7;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #3c6cb2;
  color: #fff;
}

.btn-blk {
  background-color: #333333;
  color: #fff;
}

.btn-blk:hover {
  background-color: #404040;
  color: #fff;
}

.btn-blk:focus,
.btn-blk:active {
  background-color: #262626;
  color: #fff;
}

.btn-grey {
  color: gray;
  background-color: #e6e6e6;
}

.btn-grey:hover {
  background-color: #ebebeb;
}

.btn-grey:focus,
.btn-grey:active {
  background-color: #e0e0e0;
}

.btn-bl {
  color: #fff;
  background-color: #2f558c;
}

.btn-bl:hover {
  background-color: #345e9b;
  color: #fff;
}

.btn-bl:focus,
.btn-bl:active {
  background-color: #2a4c7d;
}

.btn-arr {
  text-align: left;
  background-image: url(../img/arr.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.75rem 1rem;
  font-size: 18px;
  white-space: inherit;
}

@media all and (-ms-high-contrast: none) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 0.75rem 1rem 0.5rem;
  }
}

.btn-bdr-fff {
  border: 2px solid #fff;
  color: #fff;
}

.btn-bdr-fff:hover {
  border-color: #ffff00;
  color: #ffff00;
}

.btn-bdr-orange {
  border: 2px solid #f08229;
  color: #f08229;
}

.btn-bdr-orange:hover {
  border-color: #60dad3;
  color: #60dad3;
}

.btn-round {
  border-radius: 100px;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  box-shadow: 0 0 1px #fff;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  line-height: 1.8;
  font-size: 14px;
  font-family: raleway, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}

.form-control-lg::-webkit-input-placeholder {
  line-height: 2.2;
}

textarea.form-control::-webkit-input-placeholder {
  line-height: 2.5;
}

.form-control::-moz-placeholder {
  color: #999;
  line-height: 1.8;
  font-size: 14px;
  font-family: raleway, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}

textarea.form-control::-moz-placeholder {
  line-height: 2.2;
}

.form-control:focus {
  background-color: #fff;
  border-color: #419eff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 158, 255, 0.25);
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 158, 255, 0.25);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

a {
  color: #2f558c;
}

a:hover {
  color: #5a86c7;
}

@media (min-width: 992px) {
  .Cont {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .Cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body {
  display: flex;
  flex-direction: column;
}

.Wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none) {
  .Wrap {
    display: block;
  }
}

.PageContent {
  flex: 1 1 auto;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left: -14px;
  margin-right: -14px;
  padding: 10px 14px 0;
}
@media (min-width: 992px){
  .breadcrumbs {
    margin: 0;
    padding: 10px 30px 0;
  }
}

.breadcrumbs li {
  display: inline;
  font-size: 14px;
  white-space: nowrap;
}
.breadcrumbs li::after {
  content: "›";
  margin: 0 8px;
  color: #999;
}
.breadcrumbs a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.PageHeader {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 110;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
}

.PageHeader .PageHeader__inner {
  display: flex;
  height: 60px;
  align-items: center;
}
.PageHeader .GenreHeader__inner {
  align-items: center;
  overflow-x: auto;
}
.GenreHeader__inner::-webkit-scrollbar {
  display: none;
}
.GenreHeader__inner {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 1300ms;
}

.fa-circle-user {
  font-size: 30px;
  color: #333;
  -webkit-text-stroke:1px #fff;
}
@media (max-width: 767.98px) {
  .PageHeader .PageHeader__inner {
    height: 50px;
  }
  .PageHeader .GenreHeader__inner {
    height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .PageHeader .PageHeader__inner, .PageHeader .GenreHeader__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.PageHeader .PageHeader__logo {
  margin-right: 20px;
  font-size: 14px;
}
@media (max-width: 1056px) {
  .PageHeader .PageHeader__logo {
    margin-right: 5px;
  }
}
.PageHeader .PageHeader__text {
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .PageHeader .PageHeader__logo {
    margin-right: auto;
  }
  .PageHeader__text {
    display: none;
  }
}
.PageHeader .PageHeader__logo img {
  display: block;
  margin-top: -14px;
}

.PageHeader__SearchBox {
  position: relative;
  margin-left: auto;
}

.PageHeader__SearchBox i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  opacity: 0.7;
  font-size: 12px;
}

.PageHeader__SearchBox input {
  padding-left: 30px;
}

#PageHeader__ShowSearchBox_Mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .PageHeader__SearchBox {
    display: none;
  }

  .PageHeader__SearchBox_Mobile {
    position: relative;
    padding: 12px 14px 12px;
    margin-left: auto;
  }

  .PageHeader__SearchBox_Mobile i.fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    opacity: 0.5;
    font-size: 12px;
  }

  .PageHeader__SearchBox_Mobile input {
    padding-left: 30px;
  }

  #PageHeader__ShowSearchBox_Mobile {
    display: block;
	padding-left: 12px;
	width: 38px;
  }

  #PageHeader__ShowSearchBox_Mobile i {
    padding-top: 2px;
    opacity: 0.5;
    font-size: 16px;
  }

  #PageHeader__HideSearchBox_Mobile {
    width: auto;
    height: 32px;
    text-align: center;
  }

  #PageHeader__HideSearchBox_Mobile i {
    opacity: 0.7;
    font-size: 18px;
  }
}

.PageHeader .PageHeader__NavList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.PageHeader__NavPanel.-logged-in {
	margin-left: 10px;
  }

.PageHeader__NavItem.-regist.btn {
  background-color: #f39c12;
  border-radius: 3px;
  margin-left: 8px;
}
.PageHeader__NavItem.-regist.btn a {
  color: #fff !important;
}

/* - 480px */
@media (max-width: 500px) {
  .PageHeader .PageHeader__NavList .PageHeader__NavItem {
    font-size: 10px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .PageHeader__logo {
    margin-top: 3px;
  }
  .PageHeader__NavItem.-regist.btn span {
    display: none;
  }
  .PageHeader__NavItem.btn {
	padding: .375rem .25rem;
  }
}

.PageHeader .PageHeader__NavList .PageHeader__NavItem a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .PageHeader .PageHeader__NavList .PageHeader__NavItem {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 374.98px) {
  .PageHeader .PageHeader__NavList .PageHeader__NavItem {
    font-size: 12px;
    margin-left: 6px;
    margin-right: 6px;
  }
}

.PageContent.-oneCol {
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .PageContent.-oneCol {
    margin-bottom: 49px;
  }
}

.PageContent.-grey {
  padding-bottom: 80px;
  background: #f2f2f2;
}

@media (max-width: 991.98px) {
  .PageContent.-grey {
    padding-bottom: 49px;
  }
}

@media (min-width: 992px) {
  .PageContent .PageContent__Inner {
    display: flex;
  }
  .PageContent .PageContent__Inner .Primary {
    width: 850px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  .PageContent .PageContent__Inner .Primary {
    margin-bottom: 49px;
  }
}

@media (min-width: 992px) {
  .PageContent .PageContent__Inner .Aside {
    width: 300px;
    margin-left: auto;
    border-left: 1px solid #e6e6e6;
    padding: 20px;
  }
  .PageContent .PageContent__Inner .Aside .Aside__inner {
    position: sticky;
    top: 157px;
  }
}

.PageFooter {
  color: #fff;
  background: #383838;
}

.PageFooter .PageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  border-radius: 100%;
  text-align: center;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .PageFooter .PageTop {
    bottom: 40px;
  }
}

.PageFooter .PageTop span {
  width: 32%;
  height: 32%;
  display: inline-block;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 13%;
}

.PageFooter .PageTop.show {
  opacity: 1;
  pointer-events: auto;
}

.PageFooter .PageFooter__Inner {
  *zoom: 1;
  max-width: 1200px;
  padding: 80px 20px 25px;
  margin: 0 auto;
}

.PageFooter .PageFooter__Inner:before,
.PageFooter .PageFooter__Inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.PageFooter .PageFooter__Inner:after {
  clear: both;
}

@media (max-width: 767.98px) {
  .PageFooter .PageFooter__Inner {
    padding: 40px 20px 20px;
  }
}

.PageFooter .PageFooter__Logo {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .PageFooter .PageFooter__Logo {
    font-size: 12px;
    text-align: center;
  }
}

.PageFooter .PageFooter__Logo img {
  vertical-align: middle;
}

.PageFooter .PageFooter__Links {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 60px;
}

@media (max-width: 767.98px) {
  .PageFooter .PageFooter__Links {
    margin: 0 -20px 30px;
    display: block;
    border-top: 1px solid #666;
  }
}

.PageFooter .PageFooter__Links li {
  font-size: 14px;
  margin: 0 50px 0 0;
}

@media (max-width: 767.98px) {
  .PageFooter .PageFooter__Links li {
    font-size: 12px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.PageFooter .PageFooter__Links a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.PageFooter .PageFooter__Links a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .PageFooter .PageFooter__Links a {
    padding: 10px 20px;
  }
}

.PageFooter .PageFooter__LegalLinks {
  color: #bcbcbc;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

@media (max-width: 767.98px) {
  .PageFooter .PageFooter__LegalLinks {
    float: none;
    justify-content: center;
    margin: 20px -20px;
  }

  .PageFooter .PageFooter__LegalLinks {
    display: list-item;
  }
  .PageFooter .PageFooter__LegalLinks li {
    padding: 6px 0px 6px 12px;
  }
}

.PageFooter .PageFooter__LegalLinks li {
  font-size: 13px;
  margin: 0 30px 0 0;
}

@media (max-width: 767.98px) {
  .PageFooter .PageFooter__LegalLinks li {
    font-size: 12px;
    margin: 0 10px;
  }
}

.PageFooter .PageFooter__LegalLinks a {
  color: inherit;
  text-decoration: none;
}

.PageFooter .PageFooter__LegalLinks a:hover {
  text-decoration: underline;
}

.PageFooter .PageFooter__Copyright {
  color: #bcbcbc;
  font-size: 11px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .PageFooter .PageFooter__Copyright {
    font-size: 10px;
    text-align: center;
  }
}

.News {
  position: relative;
}

.News > a {
  display: block;
}

.News > a:hover {
  text-decoration: none;
}

.News > a:hover * {
  opacity: 0.9;
}

.News .News__thumbImage {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.News .News__thumbImage span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.News__thumbImageFrame .News__thumbImage span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 100%;
  height: 100%; */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.News .News__Header .News__Ttl {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-bottom: 6px;
  word-break: break-word;
}

@media (max-width: 991.98px) {
  .News .News__Header .News__Ttl {
    font-size: 19.16px;
  }
}

@media (max-width: 767.98px) {
  .News .News__Header .News__Ttl {
    font-size: 16px;
    word-break: break-all;
  }
}

.News .News__Header .News__Ttl * {
  font-size: 32px;
  line-height: 1.35;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .News .News__Header .News__Ttl * {
    font-size: 25.52px;
  }
}

@media (max-width: 991.98px) {
  .News .News__Header .News__Ttl * {
    margin-bottom: 21.5px;
  }
}

.News .News__Header .News__SubTtl * {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 30px;
  word-break: normal;
}

@media (max-width: 991.98px) {
  .News .News__Header .News__SubTtl * {
    font-size: 19.16px;
  }
}

@media (max-width: 991.98px) {
  .News .News__Header .News__SubTtl * {
    margin-bottom: 21.5px;
  }
}

.News .News__Header .News__Meta {
  color: #999;
  font-size: 10px;
}

.News.News-Main {
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .News.News-Main {
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .News.News-Main {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .News.News-Main .News__Header {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.News.News-Main .News__Ttl {
  text-align: center;
}

.News.News-Main .News__Ttl * {
  display: inline-block;
  text-align: left;
}

.News.News-Main .News__Meta {
  font-size: 12px;
  display: flex;
  margin-bottom: 50px;
}

.News.News-Main .News__Meta time {
  margin-left: auto;
  min-width: 112px !important;
  width: 112px !important;
  text-align: right;
}

@media (max-width: 991.98px) {
  .News.News-Main .News__Meta {
    margin-bottom: 32.5px;
  }
}

.News .News__Body {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 2;
  padding-bottom: 30px;
  word-break: normal;
  word-wrap: break-word;
}

@media (max-width: 767.98px) {
  .News .News__Body {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .News .News__Body {
    padding-bottom: 21.5px;
  }
}

.News .News__Footer {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.News .News__Footer .News__SubItem {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .News .News__Footer .News__SubItem {
    padding-top: 21.5px;
  }
}

@media (max-width: 991.98px) {
  .News .News__Footer .News__SubItem {
    padding-bottom: 21.5px;
  }
}

.News .News__Footer .News__SubItemTtl {
  display: flex;
  margin-bottom: 20px;
}

.News .News__Footer .News__SubItemTtl *:first-child {
  font-size: 16px;
}

.News .News__Footer .News__SubItemTtl *:last-child {
  margin-left: auto;
  color: #999;
  font-size: 12px;
}

.Ranking__Body .News {
  margin-bottom: 20px;
}

.Ranking__Body .News .News__Header {
  position: relative;
  padding-left: 24px;
}

.Ranking__Body .News .News__Ttl {
  font-size: 14px;
}

.Ranking__Body .News .b {
  position: absolute;
  top: 0;
  left: 0;
  top: 4px;
  color: #ffff00;
  background: #333;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
  font-weight: normal;
}

.NewsTax {
  font-size: 14px;
}

.NewsTax dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  padding-left: 5em;
}

.NewsTax dl dt {
  position: absolute;
  top: 0;
  left: 0;
  font-family: raleway;
  color: #2f558c;
  opacity: 0.6;
}

.NewsTax dl dd {
  display: inline-block;
}

.NewsTax dl .Cat,
.NewsTax dl .Tag {
  line-height: 1.2;
  display: inline-block;
  border-radius: 4px;
  padding: 4px;
  margin-right: 0.8em;
  margin-bottom: 0.3em;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
  .NewsTax dl .Cat,
  .NewsTax dl .Tag {
    padding-top: 4px;
    padding-bottom: 0px;
  }
}

.NewsTax dl .Tag {
  color: #999;
  background: #f1f1f1;
}

.NewsTax dl .Tag:hover {
  text-decoration: none;
  opacity: 0.7;
}

.NewsTax dl .Cat {
  background: none;
}

.GenreBox {
  font-size: 14px;
}

.GenreBox dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  padding-left: 0em;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.GenreBox dl dt {
  position: absolute;
  top: 0;
  left: 0;
  font-family: raleway;
  color: #2f558c;
  opacity: 0.6;
}

.GenreBox dl dd {
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  .GenreBox dl dd {
    margin-bottom: 0rem;
  }
}

.GenreBox dl .Cat, .GenreBox dl .Tag {
  line-height: 1.2;
  display: inline-block;
  border-radius: 4px;
  padding: 4px;
  margin-right: 0.8em;
  margin-bottom: 0.3em;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .GenreBox dl .Cat, .GenreBox dl .Tag {
    margin-right: 0.3em;
  }
}

@media all and (-ms-high-contrast: none) {
  .GenreBox dl .Cat, .GenreBox dl .Tag {
    padding-top: 4px;
    padding-bottom: 0px;
  }
}

.GenreBox dl .Tag {
  color: #999;
  background: #f1f1f1;
}

.GenreBox dl .Tag:hover {
  text-decoration: none;
  opacity: 0.7;
}

.GenreBox dl .Cat {
  background: none;
}

.SubContent__Ttl {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .SubContent__Ttl {
    margin-top: 21.5px;
    margin-bottom: 21.5px;
  }
}

@media (max-width: 767.98px) {
  .SubContent__Ttl {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.SubContent__Ttl > [class^="h"] {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .SubContent__Ttl > [class^="h"] {
    font-size: 19.16px;
  }
}

.SubContent__Ttl.-ou {
  color: #2f558c;
  font-family: raleway;
}

.SubContent__Ttl.-lg > [class^="h"] {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .SubContent__Ttl.-lg > [class^="h"] {
    font-size: 21.28px;
  }
}

.RelatePubNews__Body {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .RelatePubNews__Body {
    max-width: 780px;
  }
}

.NewsList {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* margin-top: -20px; */
  overflow: hidden;
}

@media (min-width: 992px) {
  .NewsList {
    margin-top: -20px;
    overflow: hidden;
  }
  .NewsList:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
  }
}

@media (max-width: 767.98px) {
  .NewsList {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.NewsList .News {
  padding: 20px;
  position: relative;
  left: -1px;
}

@media (min-width: 992px) {
  .NewsList .News {
    width: 33.33%;
  }
  .Primary .NewsList .News {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .NewsList .News {
    width: 390px;
  }
}

@media (max-width: 767.98px) {
  .NewsList .News {
    padding: 15px;
  }
}

.NewsList .News:before,
.NewsList .News:after {
  content: "";
  position: absolute;
  background: #e6e6e6;
}

.NewsList .News:before {
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
}

.NewsList .News:after {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .NewsList .News {
    width: 50%;
  }
}

.TopRanking .NewsList .News .NewsRank_Index {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #ffff00;
  font-weight: normal;
  font-size: 12px;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .TopRanking .NewsList .News {
    padding: 0;
    width: 100%;
  }
  .TopRanking .NewsList .News:before,
  .TopRanking .NewsList .News:after {
    display: none;
  }
  .TopRanking .NewsList .News > a {
    display: flex;
  }
  .TopRanking .NewsList .News .News__thumbImageWrapper {
    width: 300px;
    margin-right: 10px;
  }
  .TopRanking .NewsList .News .News__Header {
    flex: 1;
  }
}

@media (max-width: 767.98px) {
  .TopRanking .NewsList {
    margin-left: 0;
    margin-right: 0;
  }
  .TopRanking .NewsList .News {
    margin-bottom: 20px;
  }
  .TopRanking .NewsList .News .News__thumbImageWrapper {
    width: 140px;
  }
  .TopRanking .NewsList .News .News__Header .News__Ttl {
    font-size: 14px;
  }
}

.OwnMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.OwnMenu > li {
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
}

.OwnMenu > li a {
  font-size: 14px;
  display: block;
  background: #f2f2f2;
  border: 1px solid #dedede;
  border-left: none;
  color: #333;
}

.OwnMenu > li:first-child a {
  border-left: 1px solid #dedede;
}

.ShareBtns {
  display: flex;
  font-size: 10px;
}

.ShareBtns > a {
  flex: 1;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 10px 0 4px;
}

.ShareBtns > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.ShareBtns .hatena-bookmark-button {
  background: #00a4de;
}

.ShareBtns .facebook-button {
  background: #405ba7;
}

.ShareBtns .twitter-button {
  background: #060606;
}

.ShareBtns .pocket-button {
  background: #ee4256;
}

.ShareBtns .fab {
  font-size: 18px;
  margin-bottom: 6px;
}

.ShareBtns .fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.Publisher {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .Publisher {
    margin-top: 16px;
  }
}

.Publisher .Publisher__Name {
  font-size: 16px;
  font-weight: bold;
}

.Publisher .Publisher__Id {
  color: #999;
  font-size: 10px;
  font-family: Roboto;
}

.Publisher .Publisher__Btns {
  margin-top: 20px;
}

.Publisher .Publisher__Btns .btn {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  padding-left: 1em;
}

@media all and (-ms-high-contrast: none) {
  .Publisher .Publisher__Btns .btn {
    padding-bottom: 4px;
  }
}

.Publisher .Publisher__Btns .btn + .btn {
  margin-top: 1px;
}

.Primary__Hr {
  border-top: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .Primary__Hr {
    margin-top: 16px;
  }
}

@media (max-width: 991.98px) {
  .Primary__Hr {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .Primary__Hr {
    margin-right: -20px;
  }
}

.Aside__Hr {
  border-top: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .Aside__Hr {
    margin-top: 16px;
  }
}

@media (max-width: 991.98px) {
  .Aside__Hr {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .Aside__Hr {
    margin-left: -20px;
  }
}

.SearchBox {
  position: relative;
}

.SearchBox i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  opacity: 0.7;
  font-size: 12px;
}

.SearchBox #q {
  padding-left: 30px;
}

.Box_Ttl {
  font-family: raleway;
  color: #2f558c;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .Box_Ttl {
    margin-top: 16px;
  }
}

.NewsRelateImageList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -30px;
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .NewsRelateImageList {
    margin-left: 0;
    justify-content: space-around;
  }
}

.NewsRelateImageList:after {
  content: "";
  width: 140px;
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .NewsRelateImageList:after {
    margin-left: 0;
  }
}

.NewsRelateImageList .NewsRelateImageItem {
  width: 140px;
  margin-left: 30px;
  margin-top: 30px;
}

.NewsRelateImageList .NewsRelateImageItem > * {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .NewsRelateImageList .NewsRelateImageItem {
    margin-left: 0;
  }
}

.NewsRelateImageList .NewsRelateImageItem .NewsRelateImageItem__Src {
  border: 1px solid #e6e6e6;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  margin-bottom: 4px;
  border-radius: 4px;
}

.NewsRelateImageList .NewsRelateImageItem .NewsRelateImageItem__Src img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.NewsRelateImageList .NewsRelateImageItem .NewsRelateImageItem__Src.-doc {
  border: none;
}

.NewsRelateImageList .NewsRelateImageItem .NewsRelateImageItem__Src.-doc img {
  width: 100px;
  height: auto;
}

.NewsRelateImageList .NewsRelateImageItem .NewsRelateImageItem_Caption {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .NewsRelateImageList .NewsRelateImageItem .NewsRelateImageItem_Caption {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.Hero {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767.98px) {
  .Hero {
    padding-bottom: 0px;
  }
}

.Hero__NewsList {
  overflow: hidden;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .Hero__NewsList .News {
    float: left;
    padding-top: 10px;
  }
}

.Hero__NewsList .News:first-child {
  margin-bottom: 20px;
  width: 100%;
}

.Hero__NewsList .News:first-child a {
  display: flex;
  flex-direction: column-reverse;
}

.Hero__NewsList .News:first-child .News__thumbImageWrapper {
  position: relative;
  overflow: hidden;
}

.Hero__NewsList .News:first-child .News__thumbImageBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  .Hero__NewsList .News:first-child .News__thumbImageBg {
    background: #eee !important;
  }
}

.Hero__NewsList .News:first-child .News__thumbImageFrame {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.Hero__NewsList .News:first-child .News__Header {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.Hero__NewsList .News:first-child .News__thumbImage {
  margin-bottom: 0;
}

.Hero__NewsList .News:first-child .News__Header .News__Ttl {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .Hero__NewsList .News:first-child .News__Header .News__Ttl {
    font-size: 25.52px;
  }
}

@media (max-width: 767.98px) {
  .Hero__NewsList .News:first-child .News__Header .News__Ttl {
    font-size: 22px;
  }
}

.Hero__NewsList .News:first-child .News__Header .News__Meta {
  margin-bottom: 15px;
}

.Hero__NewsList .News:not(:first-child) {
  flex: 1;
}

@media (min-width: 992px) {
  .Hero__NewsList .News:not(:first-child) {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .Hero__NewsList .News:not(:first-child) {
    margin-bottom: 20px;
  }
}

.Hero__NewsList .News:not(:first-child) a {
  display: flex;
}

.Hero__NewsList .News:not(:first-child) .News__thumbImageWrapper {
  width: 300px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .Hero__NewsList .News:not(:first-child) .News__thumbImageWrapper {
    width: 140px;
  }
}

.Hero__NewsList .News:not(:first-child) .News__Header {
  flex: 1;
}

@media (max-width: 767.98px) {
  .Hero__NewsList .News:not(:first-child) .News__Header .News__Ttl {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .Hero__NewsList .News:nth-child(2) {
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Hero__NewsList .News:nth-child(2) {
    padding-left: 15px;
  }
  .Hero__NewsList .News:nth-child(2) .News__thumbImageWrapper {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .Hero__NewsList .News:last-child {
    padding-left: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Hero__NewsList .News:last-child {
    padding-right: 15px;
  }
  .Hero__NewsList .News:last-child .News__thumbImageWrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .Feature .Feature__inner {
    display: flex;
  }
  .Feature .Feature__inner .FeatureBox {
    flex: 1;
    min-height: 0;
    min-width: 0;
  }
}

.Feature .FeatureBox {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1) 1px,
    transparent 1px,
    transparent 4px
  );
  background-size: 6px 6px;
  padding: 20px 0 20px 20px;
}

.Feature .FeatureBox:not(:first-child) {
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .Feature .FeatureBox:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.Feature .Feature__Ttl {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .Feature .Feature__Ttl {
    margin-bottom: 16px;
  }
}

.Feature .Feature__Ttl > [class^="h"] {
  font-size: 20px;
  position: relative;
  line-height: 1.1;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .Feature .Feature__Ttl > [class^="h"] {
    font-size: 19.16px;
  }
}

.Feature .Feature__Ttl > [class^="h"]:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 8px;
  height: 100%;
  background: #ffff00;
}

.Feature .Feature__Ttl > [class^="h"] span {
  font-size: 11px;
}

.Feature .Feature__Ttl > [class^="h"] span .slick-arrow {
  margin-left: 8px;
  cursor: pointer;
}

.Feature .Feature__Ttl > [class^="h"] span .slick-arrow:hover {
  color: #2f558c;
}

.FeatureList {
  overflow: hidden;
  display: flex;
  margin-left: -10px;
}

.FeatureList .News {
  width: 224px !important;
  flex-shrink: 0;
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .FeatureList .News {
    width: 180px !important;
  }
}

.FeatureList .News .News__thumbImage {
  margin-bottom: 0;
}

.FeatureList .News .News__Header {
  background: #fff;
  padding: 15px;
}

.FeatureList .News .News__Header .News__Ttl {
  font-size: 14px;
}

.Widget {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.Widget__inner {
  align-items: center;
}

@media (min-width: 992px) {
  .Widget__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .Widget__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .Widget__inner {
    display: flex;
  }
  .Widget__inner > * {
    flex: 1;
  }
  .Widget__inner > *:not(:first-child) {
    margin-left: 30px;
  }
  .Widget__inner .NewsTax__Wrapper, .Widget__inner .Genre__Wrapper {
    margin-top: 10px;
    flex: 2;
  }
}

@media (max-width: 991.98px) {
  .Widget__inner .NewsTax__Wrapper, .Widget__inner .Genre__Wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .Category .Category__inner {
    display: flex;
  }
  .Category .Category__inner .Category__box {
    width: 10%;
    flex: 1;
  }
  .Category .Category__inner .Category__box:not(:first-child) {
    margin-left: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Category .Category__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.Category .Category__Ttl {
  color: #2f558c;
  margin-top: 30px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .Category .Category__Ttl {
    margin-top: 21.5px;
  }
}

@media (max-width: 991.98px) {
  .Category .Category__Ttl {
    margin-bottom: 13.8px;
  }
}

.Category .Category__Ttl > [class^="h"] {
  font-size: 18px;
}

.CategoryList .News {
  margin-bottom: 20px;
}

.CategoryList .News a {
  display: flex;
}

.CategoryList .News .News__thumbImageWrapper {
  width: 140px;
  margin-right: 10px;
  flex-shrink: 0;
}

.CategoryList .News .News__thumbImage {
  margin-bottom: 0;
}

.CategoryList .News .News__Header .News__Ttl {
  font-size: 14px;
}

@media (min-width: 992px) {
  .InlineNewsList {
    display: flex;
  }
}

@media (min-width: 992px) {
  .InlineNewsList .News {
    width: 10%;
    flex: 1;
  }
  .InlineNewsList .News:not(:first-child) {
    margin-left: 21px;
  }
}

@media (max-width: 767.98px) {
  .InlineNewsList .News {
    margin-bottom: 20px;
  }
}

.InlineNewsList .News a {
  display: flex;
}

.InlineNewsList .News .News__thumbImageWrapper {
  width: 140px;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .InlineNewsList .News .News__thumbImage {
    margin-bottom: 0;
  }
}

.InlineNewsList .News .News__Header .News__Ttl {
  font-size: 14px;
}

.Btn__box {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .Btn__box {
    margin-bottom: 27px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Btn__box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Category__box .Btn__box {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .Btn__box.-tr {
    text-align: right;
  }
}

.Btn__box .btn {
  font-size: 14px;
  font-family: raleway;
}

.PageContentTtl {
  background: #f2f2f2;
  display: flex;
}

.PageContentTtl .PageContentTtl__inner {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .PageContentTtl .PageContentTtl__inner {
    min-height: 150px;
  }
}

@media (max-width: 767.98px) {
  .PageContentTtl .PageContentTtl__inner {
    min-height: 80px;
  }
}

.PageContentTtl .PageContentTtl__inner .PageContentTtl__Text > [class^="h"] {
  font-size: 28px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .PageContentTtl .PageContentTtl__inner .PageContentTtl__Text > [class^="h"] {
    font-size: 23.4px;
  }
}

@media (max-width: 767.98px) {
  .PageContentTtl .PageContentTtl__inner .PageContentTtl__Text > [class^="h"] {
    font-size: 20px;
  }
}

.GenreContentTtl {
  display: flex;
}

.GenreContentTtl .GenreContentTtl__inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .GenreContentTtl .GenreContentTtl__inner {
    min-height: 75px;
  }
}

@media (max-width: 767.98px) {
  .GenreContentTtl .GenreContentTtl__inner {
    min-height: 50px;
  }
}

.GenreContentTtl .GenreContentTtl__inner .GenreContentTtl__Text > [class^="h"] {
  font-size: 28px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .GenreContentTtl .GenreContentTtl__inner .GenreContentTtl__Text > [class^="h"] {
    font-size: 23.4px;
  }
}

@media (max-width: 767.98px) {
  .GenreContentTtl .GenreContentTtl__inner .GenreContentTtl__Text > [class^="h"] {
    font-size: 20px;
  }
}

.PageContentBody {
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .PageContentBody {
    margin-top: 38px;
  }
}

.CompanyHeader {
  text-align: center;
}

.CompanyHeader .CompanyHeader__Id {
  text-align: center;
}

.CompanyHeader .CompanyHeader__Id figure {
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .CompanyHeader .CompanyHeader__Id figure {
    margin-top: 32.5px;
  }
}

@media (max-width: 991.98px) {
  .CompanyHeader .CompanyHeader__Id figure {
    margin-bottom: 32.5px;
  }
}

.CompanyNavList {
  position: sticky;
  position: -webkit-sticky;
  top: 92px;
  z-index: 100;
  font-family: raleway;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  background: #f7f7f7;
  padding: 8px 10px;
}

@media (max-width: 767.98px) {
  .CompanyNavList {
    top: 80px;
  }
}

.CompanyNavList .CompanyHeader___NavItem {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .CompanyNavList .CompanyHeader___NavItem {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.CompanyNavList .CompanyHeader___NavItem a {
  color: #333;
  width: 6em;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

.CompanyNavList .CompanyHeader___NavItem a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.Hero.-company {
  border: none;
  padding-bottom: 0;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .Hero.-company .News .News__thumbImage {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .Hero.-company {
    margin-bottom: 0px;
  }
}

.About,
.Contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991.98px) {
  .About,
  .Contact {
    padding-top: 38px;
  }
}

@media (max-width: 991.98px) {
  .About,
  .Contact {
    padding-bottom: 38px;
  }
}

.About {
  background: #f2f2f2;
  text-align: center;
}

.ConpanyProfile .ConpanyProfile__Name {
  margin-top: 50px;
  margin-bottom: 30px;
}

.cdetail {
  max-width: 600px;
  margin: 0px auto;
}
.ConpanyProfile .ConpanyProfile__Name > [class^="h"] {
  font-size: 28px;
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Name > [class^="h"] {
    font-size: 23.4px;
  }
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Name {
    margin-top: 32.5px;
  }
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Name {
    margin-bottom: 21.5px;
  }
}

.ConpanyProfile .ConpanyProfile__Url {
  margin-bottom: 10px;
}

.ConpanyProfile .ConpanyProfile__Spec {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Spec {
    margin-top: 21.5px;
  }
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Spec {
    margin-bottom: 21.5px;
  }
}

.ConpanyProfile .ConpanyProfile__Spec dl dt,
.ConpanyProfile .ConpanyProfile__Spec dl dd {
  display: inline-block;
}

.ConpanyProfile .ConpanyProfile__Spec dl dt {
  margin-left: 20px;
  font-size: 12px;
  color: #999;
}

.ConpanyProfile .ConpanyProfile__Spec dl dd {
  margin-right: 20px;
}

.ConpanyProfile .ConpanyProfile__Social dl {
  display: inline-block;
  position: relative;
  font-size: 12px;
}

.ConpanyProfile .ConpanyProfile__Social dl dt,
.ConpanyProfile .ConpanyProfile__Social dl dd {
  display: inline-block;
}

.ConpanyProfile .ConpanyProfile__Social dl dt {
  color: #999;
  vertical-align: middle;
  margin-left: 20px;
}

.ConpanyProfile .ConpanyProfile__Social dl dd {
  margin-right: 20px;
}

.ConpanyProfile .ConpanyProfile__Social + .Hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Social + .Hr {
    margin-top: 27px;
  }
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Social + .Hr {
    margin-bottom: 27px;
  }
}

.ConpanyProfile .ConpanyProfile__Domain {
  margin-top: 40px;
}
.ConpanyProfile .ConpanyProfile__Domain .ConpanyProfile__DomainHd {
  font-size: 14px;
  color: #999;
}

.ConpanyProfile .ConpanyProfile__Domain .ConpanyDomain {
  margin-top: 20px;
}

.ConpanyProfile .ConpanyProfile__Domain .ConpanyDomain .ConpanyDomain__Inner {
  display: inline-block;
  text-align: left;
}

.ConpanyProfile .ConpanyProfile__Gmap {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Gmap {
    margin-top: 32.5px;
  }
}

@media (max-width: 991.98px) {
  .ConpanyProfile .ConpanyProfile__Gmap {
    margin-bottom: 21.5px;
  }
}

.ConpanyProfile .ConpanyProfile__Gmap iframe {
  width: 100%;
  height: 400px;
}

.Contact .SubContent__Ttl {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .Contact .SubContent__Ttl {
    margin-bottom: 38px;
  }
}

.Contact .Contact__inner {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .Contact .Contact__inner {
    max-width: 600px;
  }
}

.Contact .Contact__inner .form-control {
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .Contact .Contact__inner .form-control {
    margin-top: 21.5px;
    margin-top: 8px;
  }
}

@media (max-width: 991.98px) {
  .Contact .Contact__inner .form-control {
    margin-bottom: 21.5px;
    margin-top: 8px;
  }
}

.Contact .Contact__inner textarea {
  height: 200px;
}

.PageContent.LoginWrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .PageContent.LoginWrapper {
    padding-top: 60px;
  }
}

@media (max-width: 991.98px) {
  .PageContent.LoginWrapper {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .PageContent.LoginWrapper {
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  .Login {
    background: #fff;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .Login {
    display: flex;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .Login > div {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Login {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.Login .Login__Image {
  background-image: url(/assets/img/signin_back.png);
  background-size: cover;
  background-position: center;
}

.Login .Signup__Image {
  background-image: url(/assets/img/signup_back.png);
  background-size: cover;
  background-position: center;
}

.Login .Rest__Image {
  background-image: url(/assets/img/reset_back.png);
  background-size: cover;
  background-position: center;
}

.Login .Forget__Image {
  background-image: url(/assets/img/forget_back.png);
  background-size: cover;
  background-position: center;
}

.Login .Login__Content {
  padding: 50px 50px 100px 50px;
}

@media (max-width: 767.98px) {
  .Login .Login__Content {
    padding: 15px;
  }
}

.Login .Login__ttl > [class^="h"] {
  margin-top: 28px;
}

@media (max-width: 991.98px) {
  .Login .Login__ttl > [class^="h"] {
    margin-top: 20.4px;
  }
}

.FormItem {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .FormItem {
    margin-top: 21.5px;
  }
}

@media (max-width: 991.98px) {
  .FormItem {
    margin-bottom: 21.5px;
  }
}

.FormItem:last-child {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .FormItem:last-child {
    margin-top: 32.5px;
  }
}

.SerHero {
  height: 600px;
  /* background: linear-gradient(#2f558c, #0e3a79); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .SerHero {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .SerHero {
    height: 340px;
  }
}

.SerHero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/service/sback2.jpg) center;
  background-size: cover;
  /* opacity: 0.08; */
}

.SerHero .SerHero__inner {
  color: #fff;
  text-align: center;
  position: relative;
}

@media (max-width: 767.98px) {
  .SerHero .SerHero__inner {
    margin-bottom: 10px;
  }
}

.SerHero .SerHero__inner .SerHero__Text {
  font-size: 42px;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .SerHero .SerHero__inner .SerHero__Text {
    font-size: 20.82px;
  }
}

@media (max-width: 991.98px) {
  .SerHero .SerHero__inner .SerHero__Text {
    margin-bottom: 32.5px;
  }
}

.SerHero .SerHero__inner .SerHero__Text .b {
  font-size: 140%;
}

.SerHero .SerHero__inner .SerHero__Btn .btn {
  min-width: 220px;
}

.SerHero .SerHero__inner .SerHero__Btn .btn-container {
  margin: 3em;
}

@media (max-width: 991.98px) {
  .SerHero .SerHero__inner .SerHero__Btn .btn-container {
    margin: 1em;
  }
}

@media screen and (max-width: 480px) {
  .SerHero .SerHero__inner .SerHero__Btn .btn-container {
    margin: 0.5em;
  }
}

.orientationmeeting.SerHero__Btn .btn {
  min-width: 280px;
}

.ServiceSection {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .ServiceSection {
    padding-top: 49px;
  }
}

@media (max-width: 991.98px) {
  .ServiceSection {
    padding-bottom: 49px;
  }
}

@media (max-width: 767.98px) {
  .ServiceSection {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.SerTtl {
  text-align: center;
  color: #2f558c;
  font-size: 36px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .SerTtl {
    font-size: 27.64px;
  }
}

@media (max-width: 991.98px) {
  .SerTtl {
    margin-bottom: 27px;
  }
}

.SerLead {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .SerLead {
    font-size: 19.16px;
  }
}

@media (max-width: 991.98px) {
  .SerLead {
    margin-bottom: 21.5px;
  }
}

.Media {
  background: #f7f7f7;
}

.Media .Media__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
  border-radius: 12px;
  padding: 60px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (max-width: 991.98px) {
  .Media .Media__list {
    margin-top: 21.5px;
  }
}

@media (max-width: 767.98px) {
  .Media .Media__list {
    padding: 20px;
    position: relative;
  }
  .Media .Media__list:after {
    content: "";
    width: 42%;
  }
}

@media (min-width: 992px) {
  .Media .Media__list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.Media .Media__list li {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .Media .Media__list li {
    width: 42%;
    margin: 10px;
  }
}

.Media .Media__Txt {
  font-size: 27px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .Media .Media__Txt {
    font-size: 22.87px;
  }
}

.Media .Media__Txt .b {
  font-size: 214.814814815%;
  font-family: raleway;
}

@media (min-width: 768px) {
  .Plan__Table {
    display: flex;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.Plan__Item {
  flex: 1;
  text-align: center;
}

@media (max-width: 767.98px) {
  .Plan__Item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.Plan__Name {
  color: #fff;
  font-size: 29px;
  font-family: raleway;
  padding: 10px;
  position: relative;
}

.contract_span {
  font-size:14px;
}

@media (max-width: 991.98px) {
  .Plan__Name {
    font-size: 23.93px;
  }
}

.Plan__Name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f558c;
  z-index: -1;
}

.-trial .Plan__Name:before {
  opacity: 0.5;
}

.-basic .Plan__Name:before {
  opacity: 0.7;
}

.Plan__Price {
  font-size: 22px;
  padding: 30px;
  position: relative;
  line-height: 1.4;
}
.price_box {
  margin-top:6px;
}
@media (max-width: 991.98px) {
  .Plan__Price {
    font-size: 20.22px;
  }
}

.Plan__Price .b {
  font-family: raleway;
  font-size: 140%;
  font-weight: 700;
}

.Plan__Price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffe90d;
  z-index: -1;
}

.-trial .Plan__Price:before {
  opacity: 0.5;
}

.-basic .Plan__Price:before {
  opacity: 0.7;
}

.Plan__Spec {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.Plan__Spec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}

.-trial .Plan__Spec:before {
  opacity: 0.4;
}

.-basic .Plan__Spec:before {
  opacity: 0.7;
}

.Plan__Spec dl {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.Plan__Spec dl:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.Plan__Spec dt {
  font-size: 12px;
  margin-bottom: 4px;
}

.Plan__Spec dd {
  color: #2f558c;
}

.FeatureAna {
  background: url(../img/service/display_bg.png) bottom;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .FeatureAna {
    background-size: auto 500px;
  }
}

@media (max-width: 767.98px) {
  .FeatureAna {
    background: none;
  }
}

@media (min-width: 768px) {
  .FeatureAna .SerTtl {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .FeatureAna .SerLead {
    text-align: left;
  }
}

.FeatureAna .FeatureAna__Image {
  width: calc(50% + 400px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/service/display1.png) no-repeat;
  background-position: right bottom;
}

@media (min-width: 1600px) {
  .FeatureAna .FeatureAna__Image {
    background-position: left bottom;
  }
}

@media (max-width: 991.98px) {
  .FeatureAna .FeatureAna__Image {
    background-size: auto 500px;
    background-position: right bottom;
    left: -20%;
  }
}

@media (max-width: 767.98px) {
  .FeatureAna .FeatureAna__Image {
    position: static;
    width: 100%;
    height: 280px;
    background-size: 160% auto;
    background-position: left top -40px;
  }
}

.FeatureAna .FeatureAna__ContentWrapper {
  height: 730px;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .FeatureAna .FeatureAna__ContentWrapper {
    height: 500px;
  }
}

@media (max-width: 767.98px) {
  .FeatureAna .FeatureAna__ContentWrapper {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.FeatureAna .FeatureAna__Content {
  position: relative;
  margin-left: calc(50% - 40px);
}

@media (max-width: 991.98px) {
  .FeatureAna .FeatureAna__Content {
    margin-left: calc(45% - 40px);
  }
}

@media (max-width: 767.98px) {
  .FeatureAna .FeatureAna__Content {
    margin-left: 0;
  }
}

.Feature__text {
  line-height: 1.9;
}

@media (max-width: 767.98px) {
  .ServiceSection div .Feature__text {
    text-align: left;
  }
}

.FeatureClip {
  background: url(../img/service/display_bg2.png) bottom;
}

@media (max-width: 991.98px) {
  .FeatureClip {
    background-size: auto 500px;
  }
}

@media (max-width: 767.98px) {
  .FeatureClip {
    background: none;
  }
}

.FeatureClip .FeatureAna__Image {
  left: auto;
  right: 0;
  background: url(../img/service/display2.png) no-repeat;
  background-position: left bottom;
}

@media (min-width: 1600px) {
  .FeatureClip .FeatureAna__Image {
    background-position: right bottom;
  }
}

@media (max-width: 991.98px) {
  .FeatureClip .FeatureAna__Image {
    background-size: auto 500px;
    background-position: left bottom;
    left: 28%;
  }
}

@media (max-width: 767.98px) {
  .FeatureClip .FeatureAna__Image {
    background-size: 160% auto;
    background-position: right top -40px;
  }
}

.FeatureClip .FeatureAna__Content {
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .FeatureClip .FeatureAna__Content {
    margin-left: 20px;
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .FeatureClip .FeatureAna__Content {
    margin-left: 0;
  }
}

.FeatureTrend {
  background: url(../img/service/display_bg2.png) bottom;
}

@media (max-width: 991.98px) {
  .FeatureTrend {
    background-size: auto 500px;
  }
}

@media (max-width: 767.98px) {
  .FeatureTrend {
    background: none;
  }
}

.FeatureTrend .FeatureAna__Image {
  left: auto;
  right: 0;
  background: url(../img/service/display0.png) no-repeat;
  background-position: left bottom;
}
.FeatureMS .FeatureAna__Image {
  left: auto;
  right: 0;
  background: url(/assets/img/service/displayms.png) no-repeat;
  background-position: left bottom;
}

@media (min-width: 1600px) {
  .FeatureTrend .FeatureAna__Image {
    background-position: right bottom;
  }
}

@media (max-width: 991.98px) {
  .FeatureTrend .FeatureAna__Image {
    background-size: auto 500px;
    background-position: left bottom;
    left: 28%;
  }
}

@media (max-width: 767.98px) {
  .FeatureTrend .FeatureAna__Image {
    background-size: 160% auto;
    background-position: right top -40px;
  }
}

.FeatureTrend .FeatureAna__Content {
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .FeatureTrend .FeatureAna__Content {
    margin-left: 20px;
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .FeatureTrend .FeatureAna__Content {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .FeatureMulti {
    border-top: 1px solid #e6e6e6;
  }
}

.FeatureMulti .Feature__text {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .FeatureMulti .Feature__text {
    margin-bottom: 27px;
  }
}

.FeatureImport {
  background: linear-gradient(#fafafa, #fafafa 70%, #ebebeb);
  padding-bottom: 0;
}

.FeatureImport .Feature__text {
  text-align: center;
}

.FeatureImport .FeatureImport__figure {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .FeatureImport .FeatureImport__figure {
    margin-top: 27px;
  }
}

@media (max-width: 991.98px) {
  .FeatureImport .FeatureImport__figure img {
    width: 60%;
  }
}

@media (max-width: 767.98px) {
  .FeatureImport .FeatureImport__figure img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .Cta__inner {
    display: flex;
    justify-content: space-around;
  }
}

.Cta__inner .SerTtl {
  position: relative;
}

.Cta__inner .SerTtl:after {
  position: absolute;
  left: 50%;
  bottom: -24px;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: #ffff00;
}

.Cta__inner .Cta__Item {
  text-align: center;
}

@media (min-width: 768px) {
  .Cta__inner .Cta__Item {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .Cta__inner .Cta__Item:last-child {
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding-top: 30px;
  }
}

.Cta__inner .Cta__To {
  font-size: 20px;
  font-family: raleway;
  font-weight: bold;
  color: #2f558c;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .Cta__inner .Cta__To {
    font-size: 19.16px;
  }
}

.midashi {
  font-size: 26px;
  padding: 2px 0px 2px 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 991.98px) {
  .midashi {
    font-size: 22.34px;
  }
}

.midashi:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: calc(100% - 0.4em);
  background: #999999;
}

div[class^="col-"] > .midashi {
  margin-top: 0;
}


.twitter-tweet-rendered {
  margin:0px auto!important;
  overflow: auto;
}

.komidashi {
  font-size: 23px;
  border-bottom: solid 2px #cccccc;
  position: relative;
  padding-bottom: 8px;
  margin-top: 32px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .komidashi {
    font-size: 20.75px;
  }
}

div[class^="col-"] > .komidashi {
  margin-top: 0;
}

.midashih4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .midashih4 {
    font-size: 18.1px;
  }
}

div[class^="col-"] > .midashih4 {
  margin-top: 0;
}

.linkbutton_frame {
  text-align: center;
  margin-bottom: 20px;
}

.linker_frame {
  min-height: 120px;
  position: relative;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

.linker_frame * {
  word-break: break-all;
}

.linker {
  text-decoration: none !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  min-height: 120px;
}

.linker > * {
  color: #333;
}

.linker:hover {
  opacity: 0.8;
}

.page_description {
  color: #666666;
  font-size: 12px;
  line-height: 1.8;
}

.link_title {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.page_host {
  font-size: 10px;
  margin-top: 5px;
  color: #999;
}

.link_image_frame {
  height: 100%;
  width: 25%;
  border-left: 1px solid #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .link_image_frame {
    position: static;
    width: 100%;
    height: 200px;
    margin-bottom: 12px;
    border: none;
  }
}

.linker.with_image {
  padding-right: calc(25% + 16px);
}

@media (max-width: 767.98px) {
  .linker.with_image {
    padding-right: 16px;
  }
}

.simpleimage_frame {
  text-align: center;
  margin-bottom: 40px;
}

.logo_frame {
  text-align: center;
}
@media (min-width: 768px) {
  .simpleimage_frame {
    margin-left: -30px;
    margin-right: -30px;
  }
  .col-md-6 .simpleimage_frame {
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-md-4 .simpleimage_frame {
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-md-8 .simpleimage_frame {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.simpleimage_frame img {
  max-width: 100%;
}

.alt_frame {
  margin-top: 4px;
  font-size: 14px;
}

.alt_frame .alt {
  color: #999999;
}

.quote_inner {
  padding: 15px 22px 15px 20px;
  font-style: italic;
  color: gray;
  background: #fafafa;
  border-left: solid 1px #cccccc;
  height: 100%;
  margin-bottom: 20px;
}

.quote_inner cite {
  display: block;
  text-align: right;
  font-size: 0.8em;
}

.quote_inner cite:before {
  display: inline-block;
  content: "-";
  transform: scale(5, 0.3);
  transform-origin: right;
}

.youtubeframe {
  /* min-height: 360px; */
  margin-bottom: 20px;
}

.youtubeframe iframe {
  width: 100%;
  height: 100%;
}

.twitterframe {
  margin-bottom: 20px;
}

.instagramframe {
  margin-bottom: 20px;
}

.instagramframe {
  text-align: center;
}

.instagram-media {
  display: inline-block !important;
}

.mapframe {
  height: 280px;
  position: relative;
  margin-bottom: 20px;
}

.mapframe iframe {
  width: 100%;
  height: 100%;
}

.tiktok-movie-card {
  margin: 0 auto;
  height: auto;
  max-width: 600px;
  overflow: auto;
}

.FeatureNewsVideo {
  background: url(../img/service/display_bg2.png) bottom;
}

@media (max-width: 991.98px) {
  .FeatureNewsVideo {
    background-size: auto 500px;
  }
}

@media (max-width: 767.98px) {
  .FeatureNewsVideo {
    background: none;
  }
}

.FeatureNewsVideo .FeatureAna__Image {
  left: auto;
  right: 0;
  background: url(../img/service/display_news_video.png) no-repeat;
  background-position: left bottom;
}

@media (min-width: 1600px) {
  .FeatureNewsVideo .FeatureAna__Image {
    background-position: right bottom;
  }
}

@media (max-width: 991.98px) {
  .FeatureNewsVideo .FeatureAna__Image {
    background-size: auto 500px;
    background-position: left bottom;
    left: 28%;
  }
}

@media (max-width: 767.98px) {
  .FeatureNewsVideo .FeatureAna__Image {
    background-size: 160% auto;
    background-position: right top -40px;
  }
}

.FeatureNewsVideo .FeatureAna__Content {
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .FeatureNewsVideo .FeatureAna__Content {
    margin-left: 20px;
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .FeatureNewsVideo .FeatureAna__Content {
    margin-left: 0;
  }
}


.FeatureAI {
    background: url(../img/service/display_bg2.png) bottom;
}

@media (max-width: 991.98px) {
  .FeatureAI {
    background-size: auto 500px;
  }
}

@media (max-width: 767.98px) {
  .FeatureAI {
    background: none;
  }
}

.FeatureAI .FeatureAna__Image {
  left: auto;
  right: 0;
  background: url(../img/service/displayai.png) no-repeat;
  background-position: left bottom;
}

@media (min-width: 1600px) {
  .FeatureAI .FeatureAna__Image {
    background-position: right bottom;
  }
}

@media (max-width: 991.98px) {
  .FeatureAI .FeatureAna__Image {
    background-size: auto 500px;
    background-position: left bottom;
    left: 28%;
  }
}

@media (max-width: 767.98px) {
  .FeatureAI .FeatureAna__Image {
    background-size: 160% auto;
    background-position: right top -40px;
  }
}

.FeatureAI .FeatureAna__Content {
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .FeatureAI .FeatureAna__Content {
    margin-left: 20px;
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .FeatureAI .FeatureAna__Content {
    margin-left: 0;
  }
}