@charset "UTF-8";
@font-face {
  font-family: 'sst-mid';
  src: url("/assets/fonts/SST-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'sst-roman';
  src: url("/assets/fonts/SST-Roman.otf") format("opentype"); }

html {
  font-family: "sst-roman",sans-serif,"メイリオ",meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic"; }

a {
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

body.sp-open .Contents,
body.sp-open .PageTop,
body.sp-open .Contact,
body.sp-open .Footer {
  display: none; }

/*---------- Title ----------*/
.Title_type01 {
  color: #359aff;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center; }

.Title_type02 {
  color: #359aff;
  font-size: 3.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 5px; }
  @media only screen and (max-width: 736px) {
    .Title_type02 {
      font-size: 2.25rem; } }

.Title_type03 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px; }
  @media only screen and (max-width: 736px) {
    .Title_type03 {
      margin-bottom: 20px;
      font-size: 1.5rem; } }

.Title_type04 {
  font-size: 2.75rem;
  font-weight: bold;
  padding: 55px 40px 55px 40px; }
  @media only screen and (max-width: 736px) {
    .Title_type04 {
      font-size: 1.625rem;
      padding: 30px 20px; } }

.Title_sub01 {
  text-align: center;
  color: #999;
  font-size: 0.875rem; }

.Title_sub02 {
  text-align: center;
  color: #000;
  font-size: 1.375rem; }
  @media only screen and (max-width: 736px) {
    .Title_sub02 {
      font-size: 0.9375rem; } }

.Txt-block {
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 736px) {
    .Txt-block {
      text-align: left;
      margin-bottom: 20px; } }

.Txt-center {
  text-align: center; }

.Txt_lead {
  text-align: center;
  line-height: 2.0;
  margin: 50px 0 90px; }
  @media only screen and (max-width: 736px) {
    .Txt_lead {
      font-size: 0.875rem;
      margin: 30px 0 40px;
      text-align: left; } }

@media only screen and (max-width: 736px) {
  .Txt_pinchout {
    font-size: 0.75rem;
    margin-bottom: 10px; }
    .Txt_pinchout::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(/assets/images/common/icon_pinchout.png) no-repeat 0 0;
      background-size: 10px;
      margin-left: 5px;
      vertical-align: middle; } }

/*---------- Button ----------*/
.Button {
  display: inline-block;
  border-radius: 4px; }
  .Button:hover {
    opacity: .7; }
  .Button_block {
    text-align: center; }
  .Button_type01 {
    border: solid 1px #000;
    width: 200px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border-radius: 6px;
    font-size: 0.875rem;
    font-family: "sst-mid", sans-serif;
    display: inline-block;
    color: #000; }
    @media only screen and (max-width: 736px) {
      .Button_type01 {
        font-size: 0.8125rem; } }
    .Button_type01:hover {
      color: #F3CD78;
      border-color: #F3CD78; }
  .Button_type02 {
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #000;
    position: relative;
    border: solid 1px #000;
    font-family: "sst-mid", sans-serif;
    display: inline-block;
    border-radius: 30px;
    padding: 0 40px; }
    @media only screen and (max-width: 736px) {
      .Button_type02 {
        display: block;
        width: 100%;
        padding: 0;
        height: 50px;
        line-height: 50px;
        font-size: 0.9375rem; } }
    .Button_type02:hover {
      color: #F3CD78;
      border-color: #F3CD78; }
  .Button_blank {
    width: 300px;
    height: 80px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.125rem;
    background-color: #333;
    position: relative; }
    @media only screen and (max-width: 736px) {
      .Button_blank {
        width: 240px;
        height: 60px;
        font-size: 0.9375rem; } }
    .Button_blank::after {
      content: '';
      display: inline-block;
      background: url(/assets/images/common/icon_blank.png) no-repeat 0 0;
      width: 12px;
      height: 11px;
      margin-left: 5px; }

/*---------- downloadBtn2 ----------*/
.downloadBtn2 {
  height: 100px;
  background: #efefef;
  margin-bottom: 100px; }
  @media only screen and (max-width: 736px) {
    .downloadBtn2 {
      height: auto;
      padding-bottom: 35px;
      margin-bottom: 40px; } }

.downloadBtn2_inner {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media only screen and (max-width: 999px) {
    .downloadBtn2_inner {
      width: auto; } }
  @media only screen and (max-width: 736px) {
    .downloadBtn2_inner {
      display: block; } }

.downloadBtn2_txt {
  font-size: 1.7rem;
  line-height: 100px; }
  @media only screen and (max-width: 980px) {
    .downloadBtn2_txt {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 736px) {
    .downloadBtn2_txt {
      font-size: 1.375rem;
      text-align: center;
      line-height: 30px;
      padding: 30px; } }
  .downloadBtn2_txt span {
    /*border-bottom: 10px solid #F3CD78;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #F3CD78));
    background: linear-gradient(transparent 70%, #F3CD78 50%); }

.downloadBtn2_Btn {
  width: 224px;
  background: #F3CD78;
  border-radius: 25px;
  margin: 25px 0;
  padding-right: 1em;
  line-height: 50px;
  position: relative;
  color: inherit;
  text-align: center; }
  @media only screen and (max-width: 736px) {
    .downloadBtn2_Btn {
      display: block;
      margin: 0 auto; } }
  .downloadBtn2_Btn:after {
    content: '';
    background: url(https://predictionone.sony.biz/assets/images/common/icon_blank.png) no-repeat 0 0;
    background-size: 16px auto;
    display: block;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto; }
  .downloadBtn2_Btn:hover {
    opacity: .5; }

.NoLine {
  border-top: none !important; }
  .NoLine::before, .NoLine::after {
    content: none !important; }

/*---------- detailBtn2 ----------*/
.detailBtn2 {
  height: 100px;
  background: #efefef;
  margin-bottom: 100px; }
  @media only screen and (max-width: 736px) {
    .detailBtn2 {
      height: auto;
      padding-bottom: 35px;
      margin-bottom: 0; } }

.detailBtn2_inner {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media only screen and (max-width: 999px) {
    .detailBtn2_inner {
      width: auto; } }
  @media only screen and (max-width: 736px) {
    .detailBtn2_inner {
      display: block; } }

.detailBtn2_txt {
  font-size: 1.7rem;
  line-height: 100px; }
  @media only screen and (max-width: 980px) {
    .detailBtn2_txt {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 736px) {
    .detailBtn2_txt {
      font-size: 1.375rem;
      text-align: center;
      line-height: 30px;
      padding: 30px; } }
  .detailBtn2_txt span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #F85800));
    background: linear-gradient(transparent 70%, #F85800 50%); }

.detailBtn2_Btn {
  width: 224px;
  background: #F85800;
  color: #FFF;
  border-radius: 25px;
  margin: 25px 0;
  padding-right: 1em;
  line-height: 50px;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 736px) {
    .detailBtn2_Btn {
      display: block;
      margin: 0 auto; } }
  .detailBtn2_Btn:after {
    content: '';
    background: url(/assets/images/common/icon_blank_wht.png) no-repeat 0 0;
    background-size: 16px auto;
    display: block;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto; }
  .detailBtn2_Btn:hover {
    opacity: .5; }

/*---------- Link ----------*/
.Link_blue {
  color: #359aff;
  text-decoration: underline; }

.Link_blank::after {
  content: '';
  display: inline-block;
  background: url(/assets/images/common/icon_blank.png) no-repeat 0 0;
  width: 12px;
  height: 11px;
  margin-left: 5px; }

.Link_blank.is_inline {
  color: inherit;
  text-decoration: underline;
  margin-right: 5px; }
  .Link_blank.is_inline::after {
    margin-left: 3px;
    background-size: contain;
    vertical-align: middle; }

/*---------- Header ----------*/
.Header {
  background-color: #000;
  padding: 25px 15px 25px 40px;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 101;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  /*@media only screen and (max-width: 1200px) {
    .Header {
      padding: 20px 18px 0 6px; } }*/
  @media only screen and (max-width: 1000px) {
    .Header {
      height: 50px;
      padding: 0 2.0% 0 20px;
      position: fixed; } }
  .Header_logoBlock {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-bottom: -5px;*/ }
    @media only screen and (max-width: 1000px) {
      .Header_logoBlock {
        height: 50px;
        margin-bottom: 0; } }
/*  .Header_logo {
    padding-left: 12px; }
    @media only screen and (max-width: 1000px) {
      .Header_logo {
        line-height: 0;
        padding-left: 0; } }*/
  .Header_logoImg {
    width: 100px;
    height: auto;
    vertical-align: bottom; }
    @media only screen and (max-width: 1000px) {
      .Header_logoImg {
        width: 100px; } }
        
.Header_bottom_logo {
  /*position: -webkit-sticky;
  position: sticky;
  top: 0;*/
  
  width: 100%;
  box-sizing: border-box;
  /*margin-bottom: 10px;*/
  padding-left: 40px;
  padding-right: 40px;
  height: 70px;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.Header_bottom_logo img {
  width: 100%;
  display: block;
  max-width: 224px;
}

.Header_bottom_logo img + img {
  width: 100%;
  display: block;
  max-width: 108px;
}

@media only screen and (max-width: 1000px) {
  .Header_bottom_logo {
    margin-top: 50px;
    height: 44px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .Header_bottom_logo img {
    width: 100%;
    display: block;
    width: 160px;
  }

  .Header_bottom_logo img + img {
    width: 100%;
    display: block;
    width: 93px;
  }
}

  @media only screen and (max-width: 1000px) {
    .Header_rightBlock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .Header_catch {
    line-height: 0; }
    @media only screen and (max-width: 1000px) {
      .Header_catch {
        display: none; } }
  @media only screen and (max-width: 1000px) {
    .Header_catchImg {
      width: 144px;
      height: auto; } }
  .Header_menuBtn {
    position: relative;
    width: 20px;
    height: 17px;
    padding: 10px;
    display: none; }
    @media only screen and (max-width: 1000px) {
      .Header_menuBtn {
        display: block; } }
    .Header_menuBtn.open .Header_menuOpen {
      opacity: 0;
      -webkit-transform: translate(150%, 0);
      transform: translate(150%, 0);
      display: none; }
    .Header_menuBtn.open .Header_menuClose {
      display: block;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
  .Header_menuOpen {
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 20px;
    height: 17px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: transparent; }
  .Header_menuOpenLine {
    background: #fff;
    height: 2px;
    position: absolute;
    display: block;
    width: 20px; }
    .Header_menuOpenLine:nth-child(1) {
      top: 0;
      left: 0; }
    .Header_menuOpenLine:nth-child(2) {
      left: 0;
      top: 8px; }
    .Header_menuOpenLine:nth-child(3) {
      top: auto;
      bottom: 0;
      left: 0; }
  .Header_menuClose {
    position: absolute;
    display: none;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    width: 45px;
    height: 37px;
    top: 0;
    left: 0;
    background: url(/assets/images/common/icon_close.png) no-repeat center center;
    background-size: 16px auto;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
  .Header_menuTxt {
    position: absolute;
    color: #fff;
    left: -3px;
    bottom: -17px;
    font-size: 9px; }
  .Header_menuBlock {
    background-color: #000;
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 36px 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 1200px) {
      .Header_menuBlock {
        padding: 20px 18px 0 6px; } }
    @media only screen and (max-width: 1000px) {
      .Header_menuBlock {
        display: none;
        position: fixed;
        width: 100%;
        height: calc(100vh - 50px);
        top: 50px;
        left: 0;
        background-color: #333;
        overflow: auto;
        padding: 0;
        /*padding-bottom: env(safe-area-inset-bottom, 50px);*/
        padding-bottom: 20px; }
        _:lang(x)+_:-webkit-full-screen-document, .Header_menuBlock {
          padding-bottom: 100px; } }
    @media only screen and (min-width: 1001px) {
      .Header_menuBlock {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
  .Header_menuLead {
    display: none; }
    @media only screen and (max-width: 1000px) {
      .Header_menuLead {
        display: block;
        background-color: #333;
        color: #fff;
        font-family: "sst-mid", sans-serif;
        font-size: 0.75rem;
        padding: 18px;
        border-bottom: solid 1px #b8b8b8; } }
  .Header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1000px) {
      .Header_menu {
        display: block;
        background-color: #333; } }
  .Header_menuItem {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 10px; }
    @media only screen and (max-width: 1400px) {
      .Header_menuItem {
        margin-right: 10px; }}
    @media only screen and (max-width: 1200px) {
      .Header_menuItem {
        margin-right: 5px; }}
    @media only screen and (max-width: 1000px) {
      .Header_menuItem {
        border-bottom: solid 1px #b8b8b8;
        margin-right: 0; } }
    .Header_menuItem:last-child {
      margin-right: 0; }
  .Header_menuLink {
    color: #fff;
    white-space: nowrap;
    display: block;
    padding: 15px 10px 25px;
    position: relative; }
    @media only screen and (max-width: 1400px) {
      .Header_menuLink {
        font-size: 0.8125rem;
        padding: 15px 6px 25px; } }
    @media only screen and (max-width: 1000px) {
      .Header_menuLink {
        color: #fff;
        padding: 12px 20px 12px 40px;
        font-size: 0.875rem;
        position: relative; }
        .Header_menuLink::after {
          content: '';
          display: block;
          width: 14px;
          height: 14px;
          background: url(/assets/images/common/arrow_r_wht.png) no-repeat 0 0;
          background-size: 14px auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          margin: auto; } }
    @media only screen and (min-width: 1001px) {
      .Header_menuLink:hover::after, .Header_menuLink.active::after, .Header_menuLink.hover::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        max-width: 100%;
        width: 91px;
        height: 6px;
        background-color: #F3CD78;
        margin: auto; } }
    .Header_menuLink-normal {
      font-weight: normal; }
      @media only screen and (max-width: 1000px) {
        .Header_menuLink-normal {
          font-weight: bold; } }
    @media only screen and (max-width: 1000px) {
      .Header_menuLink-sub {
        position: relative;
        background: none; }
        .Header_menuLink-sub::before {
          content: '';
          display: block;
          position: absolute;
          width: 1px;
          height: 13px;
          right: 24px;
          top: 0;
          bottom: 0;
          margin: auto;
          background-color: #fff; }
        .Header_menuLink-sub::after {
          content: '';
          display: block;
          position: absolute;
          width: 13px;
          height: 1px;
          right: 18px;
          top: 0;
          bottom: 0;
          margin: auto;
          background-color: #fff; } }
    @media only screen and (max-width: 1000px) {
      .Header_menuLink-sub.open::before {
        content: none; } }
    @media only screen and (min-width: 1000px) {
      .Header_menuLink-more {
        position: relative; }
        .Header_menuLink-more:before {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          left: 50%;
          bottom: 12px;
          margin-left: -4px; } }
  .Header_signin a {
    color: #fff; }
  @media only screen and (min-width: 1001px) {
    .Header_signin {
      margin-left: auto;
      margin-right: 20px; } }
  @media only screen and (min-width: 1401px) {
    .Header_signin {
      margin-bottom: 12px; } }
  @media only screen and (max-width: 1400px) {
    .Header_signin {
      margin-right: 5px;
      margin-bottom: 14px; }
      .Header_signin a {
        font-size: 0.8125rem; } }
        
  @media only screen and (max-width: 1024px) {
    .Header_signin a {
      display: block;
      text-align: center;
    }
    .Header_signin br.tb {
      display: block;
    }
  }
  @media only screen and (max-width: 1000px) {
    .Header_signin {
      margin-right: 0;
      margin-bottom: 30px;
      border-bottom: solid 1px #b8b8b8;
      font-weight: bold;
    }
    .Header_signin a {
      display: block;
      color: #fff;
      padding: 12px 20px 12px 20px;
      font-size: 0.875rem;
      position: relative; }
      .Header_signin br.tb {
        display: none;
      }
  }
  @media only screen and (max-width: 1000px) {
    .Header_contact {
      display: block;
      background-color: #333;
      text-align: center;
      padding: 0 15px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .Header_contactArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    margin: 0 10px; }
    @media only screen and (max-width: 1000px) {
      .Header_contactArea {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; } }
  .Header_contactTextLink {
    color: #FFF;
    margin-right: 30px;
    position: relative;
    padding: 15px 12px 25px; }
    @media only screen and (min-width: 1001px) {
      .Header_contactTextLink:hover:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        max-width: 100%;
        width: 91px;
        height: 6px;
        background-color: #F3CD78;
        margin: auto; } }
  .Header_signinlLink {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 325px;
    background: #fff;
    text-align: center;
    color: #000;
    border-radius: 25px;
    position: relative;
    margin: 0 auto;
    background: #F3CD78;
    text-align: center;
    color: #000;
    border-radius: 25px;
    position: relative; 
    }
    .Header_signinlLink:after {
      content: '';
      background: url(/assets/images/common/icon_blank.png) no-repeat 0 0;
      background-size: 16px auto;
      display: block;
      width: 16px;
      height: 12px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
    }
    @media only screen and (max-width: 1000px) {
      .Header_signinlLink {
        margin-bottom: 10px; } }
  .Header_contactLink {
    margin-bottom: 15px;
    display: block;
    width: 200px;
    height: 47px;
    line-height: 47px;
    background: #FF9941;
    text-align: center;
    color: #000;
    border-radius: 25px;
    position: relative; }
  .Header_contactLink:first-child {
    background-color: #F3CD78;
  }
  .Header_contactLink + .Header_contactLink {
    margin-left: 15px;
  }
  @media only screen and (max-width: 1400px) {
    .Header_contactLink {
      width: 170px;
      font-size: 14px;
    }
  }
    @media only screen and (max-width: 1000px) {
      .Header_contactLink {
        margin: 0 auto 10px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        max-width: 325px; }
      .Header_contactLink + .Header_contactLink {
        margin-left: 0px;
      }
    }
    .Header_contactLink:hover {
      opacity: .5; }
    .Header_contactLink::before {
      /*content: '';*/
      background: url(/assets/images/common/icon_mail.png) no-repeat 0 0;
      background-size: 19px auto;
      display: inline-block;
      width: 19px;
      height: 14px;
      vertical-align: middle;
      margin-right: 8px;
      position: relative;
      top: -1px; }
    .Header_contactLink::after {
      content: '';
      background: url(/assets/images/common/icon_blank.png) no-repeat 0 0;
      background-size: 16px auto;
      display: block;
      width: 16px;
      height: 12px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto; }
  .Header_trialLink {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 325px;
    background: #fff;
    text-align: center;
    color: #000;
    border-radius: 25px;
    position: relative;
    margin: 0 auto; }
    .Header_trialLink::before {
      content: '';
      background: url(/assets/images/common/icon_mail.png) no-repeat 0 0;
      background-size: 19px auto;
      display: inline-block;
      width: 19px;
      height: 14px;
      vertical-align: middle;
      margin-right: 8px;
      position: relative;
      top: -1px; }
    .Header_trialLink::after {
      content: '';
      background: url(/assets/images/common/icon_blank.png) no-repeat 0 0;
      background-size: 16px auto;
      display: block;
      width: 16px;
      height: 12px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto; }
  .Header_subMenu {
    background-color: #333;
    border-top: solid 1px #fff;
    padding: 10px 0;
    display: none; }
    @media only screen and (max-width: 1000px) {
      .Header_subMenu {
        display: block;
        border-top: solid 1px #b8b8b8; } }
    @media only screen and (min-width: 1001px) {
      .Header_subMenu {
        display: none !important; } }
  .Header_subMenuItem {
    margin-left: 65px; }
  .Header_subMenuLink {
    font-size: 0.75rem;
    color: #fff;
    display: block;
    padding: 10px 0 10px 5px;
    position: relative; }
    .Header_subMenuLink::after {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background: url(/assets/images/common/arrow_r_wht.png) no-repeat 0 0;
      background-size: 14px auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto; }
    .Header_subMenuLink-more {
      position: relative; }
      .Header_subMenuLink-more:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .Header_noscript {
    color: #ee0000;
    margin: 20px 0;
    padding: 0 20px;
    text-align: center;
    font-size: 0.9375rem; }
    @media only screen and (max-width: 1000px) {
      .Header_noscript {
        font-size: 0.875rem;
        position: relative;
        top: 39px; } }

.Header_contactLink_seminar:before, .Header_contactLink_seminar:after {
  content: none; }

/*---------- MegaMenu ----------*/
.MegaMenu {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 120px;
  width: 100%;
  height: calc(100vh - 113px);
  display: none;
  z-index: 100; }
  @media only screen and (max-width: 1200px) {
    .MegaMenu {
      top: 122px;
      height: calc(100vh - 109px); } }
  .Header-thin + .MegaMenu {
    top: 80px;
    height: calc(100vh - 80px); }
    @media only screen and (max-width: 1200px) {
      .Header-thin + .MegaMenu {
        top: 76px;
        height: calc(100vh - 76px); } }
  .MegaMenu_inner {
    background-color: #fff; }
  .MegaMenu_block {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
    display: none; }
  .MegaMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .MegaMenu_listItem {
    margin: 0 10px; }
  .MegaMenu_listLink {
    display: block; }
    .MegaMenu_listLink:hover {
      opacity: .7; }
  .MegaMenu_listImgArea {
    width: 230px;
    height: 125px;
    margin-bottom: 15px; }
  .MegaMenu_listLead {
    color: #000;
    font-size: 1rem;
    text-align: center; }

/*---------- Contents ----------*/
.Contents {
  overflow: hidden; }
  @media only screen and (max-width: 1000px) {
    /*.Contents {
      margin-top: 50px; } */}
  .Contents-detail {
    background-color: #f2f2f2;
    padding-bottom: 100px; }
  .Contents_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px; }
    @media only screen and (max-width: 1000px) {
      .Contents_inner {
        padding: 0 15px; } }
    @media only screen and (max-width: 1100px) {
      .Contents_inner-spnp {
        margin: 0 20px;
        padding: 0; } }
    @media only screen and (max-width: 736px) {
      .Contents_inner-spnp {
        margin: 0; } }

/*---------- PageTitle ----------*/
.PageTitle {
  height: 210px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E8E8E8;
  padding: 0 20px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 1001px) {
    .Form .PageTitle {
      height: 80px;
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 736px) {
    .PageTitle {
      height: 100px;
      margin-bottom: 5px; } }
  .PageTitle-feature {
    background-image: url(/assets/images/about/feature/kv.png); }
    @media only screen and (max-width: 736px) {
      .PageTitle-feature {
        background-image: url(/assets/images/about/feature/kv_sp.png); } }
  .PageTitle-flow {
    background-image: url(/assets/images/about/flow/kv.png); }
    @media only screen and (max-width: 736px) {
      .PageTitle-flow {
        background-image: url(/assets/images/about/flow/kv_sp.png); } }
  .PageTitle-guide {
    background-image: url(/assets/images/about/guide/kv.png); }
    @media only screen and (max-width: 736px) {
      .PageTitle-guide {
        background-image: url(/assets/images/about/guide/kv_sp.png); } }
  .PageTitle-case {
    background-image: url(/assets/images/case/kv.png); }
    @media only screen and (max-width: 736px) {
      .PageTitle-case {
        background-image: url(/assets/images/case/kv_sp.png); } }
  .PageTitle-partner {
    background-image: url(/assets/images/partner/kv.png); }
    @media only screen and (max-width: 736px) {
      .PageTitle-partner {
        background-image: url(/assets/images/partner/kv_sp.png); } }
  .PageTitle-faq {
    background-image: url(/assets/images/faq/kv.png); }
    @media only screen and (max-width: 736px) {
      .PageTitle-faq {
        background-image: url(/assets/images/faq/kv_sp.png); } }
  .PageTitle_inner {
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .PageTitle_inner.is_center {
      -webkit-justify-content: center;
              justify-content: center;
    }
    .PageTitle_inner a {
      /*text-decoration: underline;*/
      color: #000;
    }
  .PageTitle_title {
    display: inline-block;
    font-size: 2.5rem;
    font-family: "sst-mid", sans-serif;
    letter-spacing: 0.15em;
    line-height: 1.0;
    position: relative;
    vertical-align: middle; }
    @media only screen and (min-width: 1001px) {
      .Form .PageTitle_title {
        font-size: 2rem; }
    }  
    @media only screen and (max-width: 736px) {
      .PageTitle_title {
        font-size: 1.4375rem; } }
  .PageTitle_title_strong {
    color: #F00;
    font-weight: bold;
    margin-top: 15px;
    font-size: 1.5rem;
  }
  @media only screen and (max-width: 736px) {
    .PageTitle_title_strong {
      font-size: 1.2rem; } }
  .PageTitle_lead {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.375rem;
    font-family: "sst-mid", sans-serif;
    padding-top: 5px; }
    @media only screen and (max-width: 736px) {
      .PageTitle_lead {
        font-size: 0.875rem; } }
    .PageTitle_lead::before {
      content: '';
      display: inline-block;
      width: 1px;
      height: 40px;
      background-color: #939393;
      margin: 0 25px;
      vertical-align: middle;
      position: relative;
      top: 0; }
      @media only screen and (max-width: 736px) {
        .PageTitle_lead::before {
          height: 26px;
          margin: 0 12px; } }

/*---------- Path ----------*/
.Path {
  font-size: 0.875rem;
  color: #626262; }
  @media only screen and (max-width: 736px) {
    .Path {
      font-size: 0.625rem; } }
  .Path_link {
    color: #626262; }
    .Path_link:hover {
      opacity: .7; }

/*---------- Movie ----------*/
.Movie {
  margin: 100px 0 45px;
}
@media only screen and (max-width: 736px) {
  .Movie {
    margin: 50px 0 20px;
  }
}
.Movie.play .Movie_inner {
  display: none;
}
.Movie.play .Movie_content {
  display: block;
}
.Movie_wrap {
  position: relative;
}
.Movie.play .Movie_wrap {
  display: none;
}
.Movie_inner {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.Movie_img {
  width: 100%;
}
.Movie_txt {
  display: block;
  font-size: 1.5rem;
  font-family: "sst-mid", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .Movie_txt {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 736px) {
  .Movie_icon {
    width: 50px;
    height: auto;
  }
}
.Movie_content {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Movie_content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*---------- Youtube ----------*/
.Youtube {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.Youtube_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Youtube_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------- CaseSlide ----------*/
.CaseSlide {
  margin-bottom: 35px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto 40px; }
  @media only screen and (max-width: 840px) {
    .CaseSlide {
      margin: 0 auto 30px; } }
  .CaseSlide_inner {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto; }
    @media only screen and (max-width: 1300px) {
      .CaseSlide_inner {
        margin: 0 90px; } }
    @media only screen and (max-width: 840px) {
      .CaseSlide_inner {
        margin: 0 20px; } }
  .CaseSlide_item {
    width: 290px;
    min-height: 334px;
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 8px; }
    @media only screen and (max-width: 840px) {
      .CaseSlide_item {
        width: 41.6%;
        min-height: 0;
        padding: 8px;
        margin: 0 5px; } }
  .CaseSlide_logoArea {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 840px) {
      .CaseSlide_logoArea {
        height: 65px;
        margin-bottom: 10px; } }
  @media only screen and (max-width: 840px) {
    .CaseSlide_logo {
      max-width: 100%;
      width: 120px;
      height: auto; } }
  .CaseSlide_category {
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #efefef;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    border-radius: 19px;
    max-width: 205px;
    margin: 0 auto 15px;
    font-size: 0.9375rem; }
    @media only screen and (max-width: 840px) {
      .CaseSlide_category {
        font-size: 0.625rem;
        height: 25px;
        line-height: 25px;
        background-position: 10px center;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 90%; } }
    .CaseSlide_category-smarthome {
      background-image: url(/assets/images/common/icon_smart_home.png);
      background-size: 26px auto; }
      @media only screen and (max-width: 840px) {
        .CaseSlide_category-smarthome {
          background-size: 18px auto; } }
    .CaseSlide_category-healthcare {
      background-image: url(/assets/images/common/icon_health_care.png);
      background-size: 25px auto; }
      @media only screen and (max-width: 840px) {
        .CaseSlide_category-healthcare {
          background-size: 17px auto; } }
    .CaseSlide_category-community {
      background-image: url(/assets/images/common/icon_community.png);
      background-size: 25px auto; }
      @media only screen and (max-width: 840px) {
        .CaseSlide_category-community {
          background-size: 17px auto; } }
  .CaseSlide_title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (max-width: 840px) {
      .CaseSlide_title {
        font-size: 0.75rem; } }
  .CaseSlide_txt {
    color: #666;
    font-size: 0.9375rem; }
    @media only screen and (max-width: 840px) {
      .CaseSlide_txt {
        font-size: 0.6875rem; } }
  @media only screen and (max-width: 736px) {
    .CaseSlide .slick-list {
      overflow: hidden; } }
  .CaseSlide .slick-arrow {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: no-repeat;
    background-position: center center;
    width: 87px;
    height: 100%;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0; }
    @media only screen and (max-width: 840px) {
      .CaseSlide .slick-arrow {
        width: 15px; } }
    .CaseSlide .slick-arrow.slick-prev {
      left: 0;
      background-image: url(/assets/images/common/arrow_l_blk.png); }
      @media only screen and (max-width: 840px) {
        .CaseSlide .slick-arrow.slick-prev {
          background-size: 6px auto; } }
    .CaseSlide .slick-arrow.slick-next {
      right: 0;
      background-image: url(/assets/images/common/arrow_r_blk.png); }
      @media only screen and (max-width: 840px) {
        .CaseSlide .slick-arrow.slick-next {
          background-size: 6px auto; } }

/*---------- News ----------*/
.News {
  max-width: 1000px;
  margin: 0 auto 30px;
  border-top: solid 1px #ccc; }
  @media only screen and (max-width: 736px) {
    .News {
      margin: 0 15px 30px; } }
  .News_item {
    border-bottom: solid 1px #ccc;
    padding: 18px 0;
    position: relative; }
    @media only screen and (max-width: 736px) {
      .News_item {
        padding: 15px 0; } }
  .News_date {
    position: absolute;
    top: 18px;
    left: 0; }
    @media only screen and (max-width: 736px) {
      .News_date {
        margin-right: 0;
        display: block; } }
  .News_category {
    display: inline-block;
    width: 120px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 100px;
    font-size: 0.75rem; }
    .News_category-seminar {
      background-color: #89c219; }
    .News_category-new {
      background-color: #6666cc; }
  .News_txt {
    color: #000;
    margin-left: 240px;
    display: block; }
    @media only screen and (max-width: 736px) {
      .News_txt {
        margin-left: 0;
        margin-top: 35px; } }
    .News_txt:hover {
      text-decoration: underline; }

/*---------- PageTop ----------*/
.PageTop {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 736px) {
    .PageTop {
      /*margin-top: 60px;*/
      margin-bottom: 30px; } }
  .PageTop_link {
    display: inline-block;
    padding-top: 15px;
    background: url(/assets/images/common/arrow_pagetop.png) no-repeat center top;
    background-size: 20px auto;
    color: #000; }
    @media only screen and (max-width: 736px) {
      .PageTop_link {
        background-size: 15px auto;
        padding-top: 15px;
        font-size: 0.6875rem; } }
    .PageTop_link:hover {
      opacity: .7; }

/*---------- Contact ----------*/
.Contact {
  background-color: #000;
  padding: 40px 15px;
  text-align: center; }
  @media only screen and (max-width: 736px) {
    .Contact {
      padding: 30px 15px 40px; } }
  .Contact_title {
    text-align: center;
    font-family: "sst-mid",sans-serif;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 35px; }
    @media only screen and (max-width: 736px) {
      .Contact_title {
        font-size: 1.375rem;
        margin-bottom: 25px; } }
  .Contact_txt {
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
    display: inline-block; }
    @media only screen and (max-width: 736px) {
      .Contact_txt {
        font-size: 0.8125rem;
        margin-bottom: 20px; } }
    .Contact_txt-center {
      text-align: center;
      font-size: 1rem; }
      @media only screen and (max-width: 736px) {
        .Contact_txt-center {
          font-size: 0.8125rem; } }
  .Contact_btn {
    display: block;
    width: 276px;
    height: 47px;
    line-height: 47px;
    background: #fff;
    text-align: center;
    color: #000;
    border-radius: 25px;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 1000px) {
      .Contact_btn {
        margin: 0 auto;
        width: 100%;
        height: 50px;
        line-height: 50px;
        max-width: 325px; } }
    .Contact_btn:hover {
      opacity: .5; }
    .Contact_btn::before {
      content: '';
      background: url(/assets/images/common/icon_mail.png) no-repeat 0 0;
      background-size: 19px auto;
      display: inline-block;
      width: 19px;
      height: 14px;
      vertical-align: middle;
      margin-right: 8px;
      position: relative;
      top: -1px; }
    .Contact_btn::after {
      content: '';
      background: url(/assets/images/common/icon_blank.png) no-repeat 0 0;
      background-size: 16px auto;
      display: block;
      width: 16px;
      height: 12px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto; }

/*---------- Footer ----------*/
.Footer_topArea {
  padding: 45px 50px 50px; }
  @media only screen and (max-width: 1000px) {
    .Footer_topArea {
      padding: 20px 15px; } }

.Footer_title {
  font-size: 1rem;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1000px) {
    .Footer_title {
      font-size: 0.8125rem;
      margin-bottom: 10px; } }

.Footer_titleEn {
  font-size: 1.25rem;
  font-family: "sst-mid",sans-serif;
  position: relative;
  top: 1px; }
  @media only screen and (max-width: 1000px) {
    .Footer_titleEn {
      font-size: 0.9375rem; } }

.Footer_linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: solid 1px #000;
  padding-top: 20px; }
  @media only screen and (max-width: 1000px) {
    .Footer_linkList {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.Footer_linkItem {
  margin-right: 24px; }
  @media only screen and (max-width: 1000px) {
    .Footer_linkItem {
      margin-right: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 5px; } }
  .Footer_linkItem:last-child {
    margin-right: 0; }

.Footer_linkTxt {
  font-size: 0.875rem;
  color: #000; }
  @media only screen and (max-width: 1000px) {
    .Footer_linkTxt {
      font-size: 0.75rem; } }
  .Footer_linkTxt::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/assets/images/common/arrow_r.png) no-repeat 0 0;
    background-size: 12px auto;
    position: relative;
    top: 1px;
    margin-left: 3px; }
    @media only screen and (max-width: 1000px) {
      .Footer_linkTxt::after {
        background-size: 9px auto;
        top: 3px;
        margin-left: 5px; } }

.Footer_blankIcon {
  width: 12px;
  height: auto;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px; }

.Footer_lead {
  margin-right: 5%; }
  @media only screen and (max-width: 1000px) {
    .Footer_lead {
      margin-right: 0;
      border-bottom: solid 1px #414141; } }
  @media only screen and (max-width: 1000px) {
    .Footer_lead-page {
      border-bottom: none; }
      .Footer_lead-page .Footer_leadLink {
        padding: 10px 0;
        font-weight: normal; } }
  .Footer_lead:first-child {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-right: 0; }
    @media only screen and (max-width: 1000px) {
      .Footer_lead:first-child {
        width: 100%; } }

.Footer_leadLink {
  color: #e7e7e7;
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap; }
  @media only screen and (max-width: 1000px) {
    .Footer_leadLink {
      font-size: 1rem;
      display: block;
      position: relative;
      padding: 15px 0; } }
  .Footer_leadLink:hover {
    text-decoration: underline; }
  .Footer_leadLink::after {
    content: '';
    display: inline-block;
    background: url(/assets/images/common/arrow_r_wht.png) no-repeat 0 0;
    width: 6px;
    height: 12px;
    margin-left: 20px; }
    @media only screen and (max-width: 1000px) {
      .Footer_leadLink::after {
        background-position: 97% 0;
        background-size: 5px auto;
        margin-left: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto; } }

.Footer_bottomArea {
  background-color: #000;
  padding: 30px;
  padding-left: 40px;
   padding-right: 40px; }
  @media only screen and (max-width: 1000px) {
  .Footer_bottomArea {
    padding-left: 2rem;
       padding-right: 2rem;} }

.Footer_logo {
  width: 100px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.Footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .Footer_logo {
    /*padding-top: 3rem;*/
    width: 100px;
  }
}

@media (max-width: 480px) {
  .Footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
      

.Footer_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1000px) {
    .Footer_page {
      display: block;
      /*margin-bottom: 40px;*/ } }

.Footer_pageItem {
  margin-right: 40px;
  line-height: 1.0em; }
  @media only screen and (max-width: 1000px) {
    .Footer_pageItem {
      padding: 0;
      margin-bottom: 15px;
      border-right: none; } }
  .Footer_pageItem:last-child {
    margin-right: 0; }
    @media only screen and (max-width: 1000px) {
      .Footer_pageItem:last-child {
        margin-bottom: 0; } }

.Footer_pageLink {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.0em; }

.Footer_subLink_icon {
  margin-left: 5px; }
  .Footer_subLink_icon img {
    vertical-align: baseline; }
    @media only screen and (max-width: 1000px) {
      .Footer_subLink_icon img {
        width: 11px;
        height: auto; } }

@media only screen and (max-width: 1000px) {
  .Footer_other_link {
    right: 24px; } }

.Footer_caution {
  margin: 20px 0 10px;
  margin: 0px 0 10px;
  color: #FFF;
  display: block;
  font-size: 0.75rem; 
}
@media only screen and (max-width: 1000px) {
  .Footer_caution {
    font-size: 0.6875rem;
  }
}
.Footer_copyright {
  color: #fff;
  display: block;
  font-size: 0.75rem; }
  @media only screen and (max-width: 1000px) {
    .Footer_copyright {
      font-size: 0.6875rem;
      position: relative; }
      .Footer_copyright::before {
        content: '';
        display: block;
        width: 40px;
        height: 1px;
        background-color: #fff;
        margin-bottom: 10px; } }


.Footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#f99301), to(#f77f01));
  background: linear-gradient(#f99301 0%, #f77f01 100%);
  background-size: 38px auto;
  width: 80px;
  height: 80px;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0.875rem; }
  .Footer_contact + .Footer_contact {
    margin-left: 2px; }
  .Footer_contact:hover {
    opacity: .7; }
  .Footer_contact::before {
    content: '';
    display: inline-block; }
  .Footer_contact-mail::before {
    background: url(/assets/images/common/icon_mail_b.png) no-repeat center center;
    background-size: 100%;
    width: 40px;
    height: 30px; }
  .Footer_contact-document::before {
    background: url(/assets/images/common/icon_document.png) no-repeat center center;
    background-size: 100%;
    width: 22px;
    height: 32px; }
  .Footer_contact_inner {
    margin-top: 5px; }
  .Footer_contact_wrap {
    position: fixed;
    right: 45px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1000px) {
      .Footer_contact_wrap {
        display: none; } }

.Footer_contactWrap {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  width: 290px;
  height: 136px;
  border: solid 1px #fff;
  z-index: 1000; }
  @media only screen and (max-width: 1000px) {
    .Footer_contactWrap {
      display: none; } }

.Footer_contactTxt {
  font-family: "sst-mid", sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 0; }

.Footer_contactBtn {
  display: block;
  width: 250px;
  height: 47px;
  line-height: 47px;
  background-color: #F3CD78;
  text-align: left;
  color: #000;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1000px) {
    .Footer_contactBtn {
      margin: 0 auto;
      width: 265px;
      height: 55px;
      line-height: 55px; } }
  .Footer_contactBtn:hover {
    opacity: .5; }
  .Footer_contactBtn::before {
    content: '';
    background: url(/assets/images/common/icon_mail.png) no-repeat 0 0;
    background-size: 19px auto;
    display: inline-block;
    width: 19px;
    height: 14px;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -1px; }
  .Footer_contactBtn::after {
    content: '';
    display: block;
    background: url(/assets/images/common/icon_blank.png) no-repeat 0 0;
    background-size: 16px auto;
    display: block;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto; }

/*---------- 404ページ ----------*/
.NotFound {
  max-width: 560px;
  margin: 0 auto;
  padding: 100px 20px 60px; }
  @media only screen and (max-width: 736px) {
    .NotFound {
      padding: 40px 0 30px; } }
  .NotFound_title {
    margin-bottom: 30px;
    font-size: 1.875rem;
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      .NotFound_title {
        font-size: 1.5rem; } }
  .NotFound_txt {
    margin-bottom: 20px; }
    @media only screen and (max-width: 736px) {
      .NotFound_txt {
        font-size: 0.875rem; } }
        


/*---------- Shiyou_kyodaku ----------*/
.Shiyou_kyodaku {
  margin: 0 auto;
  padding: 100px 20px 60px;}
  @media only screen and (max-width: 736px) {
    .Shiyou_kyodaku {
      padding: 40px 0 30px; } }
  .Shiyou_kyodaku_title {
    margin-bottom: 30px;
    font-size: 1.875rem;
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      .Shiyou_kyodaku_title {
        font-size: 1.5rem; } }
  .Shiyou_kyodaku_txt {
    margin-bottom: 20px; }
    @media only screen and (max-width: 736px) {
      .Shiyou_kyodaku_txt {
        font-size: 0.875rem; } }

/*---------- Tokusyo_hyoki ----------*/
.Tokusyo_hyoki{
  margin: 0 auto;
  padding: 100px 20px 60px;}
    @media only screen and (max-width: 736px) {
    .Tokusyo_hyoki {
      padding: 40px 0 30px; } }

.Tokusyo_hyoki_title {
  margin-bottom: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-decoration: underline;  }
  @media only screen and (max-width: 736px) {
    .Tokusyo_hyoki_title {
      font-size: 1.5rem; } }

.Tokusyo_hyoki dl{
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  flex-wrap: wrap;}
  @media only screen and (max-width: 736px) {
  .Tokusyo_hyoki dl{
    display: block;
  }}

.Tokusyo_hyoki dt{
  width: 25%;
  padding: 10px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #939393;}
  @media only screen and (max-width: 736px) {
  .Tokusyo_hyoki dt{
    width: auto;
    font-weight: bold;
    padding-bottom: 0;
    border: none !important;
  }}

.Tokusyo_hyoki dt:first-of-type{
  border-top: 1px solid #939393;
}

.Tokusyo_hyoki dd{
  width: 75%;
  padding: 10px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #939393;}
  @media only screen and (max-width: 736px) {
  .Tokusyo_hyoki dd{
    width: auto;
    padding-top: 0;
    border-top: none;
  }}

.Tokusyo_hyoki dd:first-of-type{
  border-top:1px solid #939393;
}

/*---------- pop-service Style ----------*/
.pop-service__list .l-image_horiz a {
  display: block;
}

.red{
  color:red;
}

/*---------- Responsive Style ----------*/
.sp {
  display: none; }

.tb {
  display: none; }

.pc {
  display: block; }

br.pc, img.pc, .pc_inline {
  display: inline; }

.pc_none {
  display: none; }

.tb_none {
  display: block; }

.sp_none {
  display: block; }

br.tb_none, img.tb_none, br.sp_none, img.sp_none {
  display: inline; }



.MB50 {
  margin-bottom: 50px !important; }

/*========================================================================================================== Breakpoint 980px */
@media (max-width: 980px) {
  /*---------- Responsive Style ----------*/
  .sp {
    display: none; }
  .tb {
    display: block; }
  .pc {
    display: none; }
  br.pc, img.pc, .pc_inline,
  br.sp, img.sp, .sp_inline {
    display: none; }
  br.tb, img.tb, .tb_inline {
    display: inline; }
  .pc_none {
    display: block; }
  .tb_none {
    display: none; }
  .sp_none {
    display: block; }
  br.pc_none, img.pc_none, br.sp_none, img.sp_none {
    display: inline; } }

/*========================================================================================================== Breakpoint 640px */
@media only screen and (max-width: 736px) {
  /*---------- Responsive Style ----------*/
  .tb {
    display: none; }
  .pc {
    display: none; }
  .sp {
    display: block; }
  br.pc, img.pc, .pc_inline,
  br.tb, img.tb, .tb_inline {
    display: none; }
  br.sp, img.sp, .sp_inline {
    display: inline; }
  .pc_none {
    display: block; }
  .tb_none {
    display: block; }
  .sp_none {
    display: none; }
  br.pc_none, img.pc_none, br.tb_none, img.tb_none {
    display: inline; }
  br.sp_none, img.sp_none {
    display: none; } }

/* ------------------------------------------
   margin / padding
------------------------------------------ */
/* margin-top */
.m_mgt5, .m_rsp_mgt5 {
  margin-top: 5px !important; }

.m_mgt10, .m_rsp_mgt10 {
  margin-top: 10px !important; }

.m_mgt15, .m_rsp_mgt15 {
  margin-top: 15px !important; }

.m_mgt20, .m_rsp_mgt20 {
  margin-top: 20px !important; }

.m_mgt25, .m_rsp_mgt25 {
  margin-top: 25px !important; }

.m_mgt30, .m_rsp_mgt30 {
  margin-top: 30px !important; }

.m_mgt35, .m_rsp_mgt35 {
  margin-top: 35px !important; }

.m_mgt40, .m_rsp_mgt40 {
  margin-top: 40px !important; }

.m_mgt45, .m_rsp_mgt45 {
  margin-top: 45px !important; }

.m_mgt50, .m_rsp_mgt50 {
  margin-top: 50px !important; }

.m_mgt55, .m_rsp_mgt55 {
  margin-top: 55px !important; }

.m_mgt60, .m_rsp_mgt60 {
  margin-top: 60px !important; }

.m_mgt65, .m_rsp_mgt65 {
  margin-top: 65px !important; }

.m_mgt70, .m_rsp_mgt70 {
  margin-top: 70px !important; }

.m_mgt75, .m_rsp_mgt75 {
  margin-top: 75px !important; }

.m_mgt80, .m_rsp_mgt80 {
  margin-top: 80px !important; }

.m_mgt85, .m_rsp_mgt85 {
  margin-top: 85px !important; }

.m_mgt90, .m_rsp_mgt90 {
  margin-top: 90px !important; }

.m_mgt95, .m_rsp_mgt95 {
  margin-top: 95px !important; }

.m_mgt100, .m_rsp_mgt100 {
  margin-top: 100px !important; }

/* margin-bottom */
.m_mgb5, .m_rsp_mgb5 {
  margin-bottom: 5px !important; }

.m_mgb10, .m_rsp_mgb10 {
  margin-bottom: 10px !important; }

.m_mgb15, .m_rsp_mgb15 {
  margin-bottom: 15px !important; }

.m_mgb20, .m_rsp_mgb20 {
  margin-bottom: 20px !important; }

.m_mgb25, .m_rsp_mgb25 {
  margin-bottom: 25px !important; }

.m_mgb30, .m_rsp_mgb30 {
  margin-bottom: 30px !important; }

.m_mgb35, .m_rsp_mgb35 {
  margin-bottom: 35px !important; }

.m_mgb40, .m_rsp_mgb40 {
  margin-bottom: 40px !important; }

.m_mgb45, .m_rsp_mgb45 {
  margin-bottom: 45px !important; }

.m_mgb50, .m_rsp_mgb50 {
  margin-bottom: 50px !important; }

.m_mgb55, .m_rsp_mgb55 {
  margin-bottom: 55px !important; }

.m_mgb60, .m_rsp_mgb60 {
  margin-bottom: 60px !important; }

.m_mgb65, .m_rsp_mgb65 {
  margin-bottom: 65px !important; }

.m_mgb70, .m_rsp_mgb70 {
  margin-bottom: 70px !important; }

.m_mgb75, .m_rsp_mgb75 {
  margin-bottom: 75px !important; }

.m_mgb80, .m_rsp_mgb80 {
  margin-bottom: 80px !important; }

.m_mgb85, .m_rsp_mgb85 {
  margin-bottom: 85px !important; }

.m_mgb90, .m_rsp_mgb90 {
  margin-bottom: 90px !important; }

.m_mgb95, .m_rsp_mgb95 {
  margin-bottom: 95px !important; }

.m_mgb100, .m_rsp_mgb100 {
  margin-bottom: 100px !important; }

/* margin-right */
.m_mgr5, .m_rsp_mgr5 {
  margin-right: 5px !important; }

.m_mgr10, .m_rsp_mgr10 {
  margin-right: 10px !important; }

.m_mgr15, .m_rsp_mgr15 {
  margin-right: 15px !important; }

.m_mgr20, .m_rsp_mgr20 {
  margin-right: 20px !important; }

.m_mgr25, .m_rsp_mgr25 {
  margin-right: 25px !important; }

.m_mgr30, .m_rsp_mgr30 {
  margin-right: 30px !important; }

.m_mgr35, .m_rsp_mgr35 {
  margin-right: 35px !important; }

.m_mgr40, .m_rsp_mgr40 {
  margin-right: 40px !important; }

.m_mgr45, .m_rsp_mgr45 {
  margin-right: 45px !important; }

.m_mgr50, .m_rsp_mgr50 {
  margin-right: 50px !important; }

.m_mgr55, .m_rsp_mgr55 {
  margin-right: 55px !important; }

.m_mgr60, .m_rsp_mgr60 {
  margin-right: 60px !important; }

.m_mgr65, .m_rsp_mgr65 {
  margin-right: 65px !important; }

.m_mgr70, .m_rsp_mgr70 {
  margin-right: 70px !important; }

.m_mgr75, .m_rsp_mgr75 {
  margin-right: 75px !important; }

.m_mgr80, .m_rsp_mgr80 {
  margin-right: 80px !important; }

.m_mgr85, .m_rsp_mgr85 {
  margin-right: 85px !important; }

.m_mgr90, .m_rsp_mgr90 {
  margin-right: 90px !important; }

.m_mgr95, .m_rsp_mgr95 {
  margin-right: 95px !important; }

.m_mgr100, .m_rsp_mgr100 {
  margin-right: 100px !important; }

/* margin-left */
.m_mgl5, .m_rsp_mgl5 {
  margin-left: 5px !important; }

.m_mgl10, .m_rsp_mgl10 {
  margin-left: 10px !important; }

.m_mgl15, .m_rsp_mgl15 {
  margin-left: 15px !important; }

.m_mgl20, .m_rsp_mgl20 {
  margin-left: 20px !important; }

.m_mgl25, .m_rsp_mgl25 {
  margin-left: 25px !important; }

.m_mgl30, .m_rsp_mgl30 {
  margin-left: 30px !important; }

.m_mgl35, .m_rsp_mgl35 {
  margin-left: 35px !important; }

.m_mgl40, .m_rsp_mgl40 {
  margin-left: 40px !important; }

.m_mgl45, .m_rsp_mgl45 {
  margin-left: 45px !important; }

.m_mgl50, .m_rsp_mgl50 {
  margin-left: 50px !important; }

.m_mgl55, .m_rsp_mgl55 {
  margin-left: 55px !important; }

.m_mgl60, .m_rsp_mgl60 {
  margin-left: 60px !important; }

.m_mgl65, .m_rsp_mgl65 {
  margin-left: 65px !important; }

.m_mgl70, .m_rsp_mgl70 {
  margin-left: 70px !important; }

.m_mgl75, .m_rsp_mgl75 {
  margin-left: 75px !important; }

.m_mgl80, .m_rsp_mgl80 {
  margin-left: 80px !important; }

.m_mgl85, .m_rsp_mgl85 {
  margin-left: 85px !important; }

.m_mgl90, .m_rsp_mgl90 {
  margin-left: 90px !important; }

.m_mgl95, .m_rsp_mgl95 {
  margin-left: 95px !important; }

.m_mgl100, .m_rsp_mgl100 {
  margin-left: 100px !important; }

/* padding-top */
.m_pdt5, .m_rsp_pdt5 {
  padding-top: 5px !important; }

.m_pdt10, .m_rsp_pdt10 {
  padding-top: 10px !important; }

.m_pdt15, .m_rsp_pdt15 {
  padding-top: 15px !important; }

.m_pdt20, .m_rsp_pdt20 {
  padding-top: 20px !important; }

.m_pdt25, .m_rsp_pdt25 {
  padding-top: 25px !important; }

.m_pdt30, .m_rsp_pdt30 {
  padding-top: 30px !important; }

.m_pdt35, .m_rsp_pdt35 {
  padding-top: 35px !important; }

.m_pdt40, .m_rsp_pdt40 {
  padding-top: 40px !important; }

.m_pdt45, .m_rsp_pdt45 {
  padding-top: 45px !important; }

.m_pdt50, .m_rsp_pdt50 {
  padding-top: 50px !important; }

.m_pdt55, .m_rsp_pdt55 {
  padding-top: 55px !important; }

.m_pdt60, .m_rsp_pdt60 {
  padding-top: 60px !important; }

.m_pdt65, .m_rsp_pdt65 {
  padding-top: 65px !important; }

.m_pdt70, .m_rsp_pdt70 {
  padding-top: 70px !important; }

.m_pdt75, .m_rsp_pdt75 {
  padding-top: 75px !important; }

.m_pdt80, .m_rsp_pdt80 {
  padding-top: 80px !important; }

.m_pdt85, .m_rsp_pdt85 {
  padding-top: 85px !important; }

.m_pdt90, .m_rsp_pdt90 {
  padding-top: 90px !important; }

.m_pdt95, .m_rsp_pdt95 {
  padding-top: 95px !important; }

.m_pdt100, .m_rsp_pdt100 {
  padding-top: 100px !important; }

/* padding-bottom */
.m_pdb5, .m_rsp_pdb5 {
  padding-bottom: 5px !important; }

.m_pdb10, .m_rsp_pdb10 {
  padding-bottom: 10px !important; }

.m_pdb15, .m_rsp_pdb15 {
  padding-bottom: 15px !important; }

.m_pdb20, .m_rsp_pdb20 {
  padding-bottom: 20px !important; }

.m_pdb25, .m_rsp_pdb25 {
  padding-bottom: 25px !important; }

.m_pdb30, .m_rsp_pdb30 {
  padding-bottom: 30px !important; }

.m_pdb35, .m_rsp_pdb35 {
  padding-bottom: 35px !important; }

.m_pdb40, .m_rsp_pdb40 {
  padding-bottom: 40px !important; }

.m_pdb45, .m_rsp_pdb45 {
  padding-bottom: 45px !important; }

.m_pdb50, .m_rsp_pdb50 {
  padding-bottom: 50px !important; }

.m_pdb55, .m_rsp_pdb55 {
  padding-bottom: 55px !important; }

.m_pdb60, .m_rsp_pdb60 {
  padding-bottom: 60px !important; }

.m_pdb65, .m_rsp_pdb65 {
  padding-bottom: 65px !important; }

.m_pdb70, .m_rsp_pdb70 {
  padding-bottom: 70px !important; }

.m_pdb75, .m_rsp_pdb75 {
  padding-bottom: 75px !important; }

.m_pdb80, .m_rsp_pdb80 {
  padding-bottom: 80px !important; }

.m_pdb85, .m_rsp_pdb85 {
  padding-bottom: 85px !important; }

.m_pdb90, .m_rsp_pdb90 {
  padding-bottom: 90px !important; }

.m_pdb95, .m_rsp_pdb95 {
  padding-bottom: 95px !important; }

.m_pdb100, .m_rsp_pdb100 {
  padding-bottom: 100px !important; }

/* padding-right */
.m_pdr5, .m_rsp_pdr5 {
  padding-right: 5px !important; }

.m_pdr10, .m_rsp_pdr10 {
  padding-right: 10px !important; }

.m_pdr15, .m_rsp_pdr15 {
  padding-right: 15px !important; }

.m_pdr20, .m_rsp_pdr20 {
  padding-right: 20px !important; }

.m_pdr25, .m_rsp_pdr25 {
  padding-right: 25px !important; }

.m_pdr30, .m_rsp_pdr30 {
  padding-right: 30px !important; }

.m_pdr35, .m_rsp_pdr35 {
  padding-right: 35px !important; }

.m_pdr40, .m_rsp_pdr40 {
  padding-right: 40px !important; }

.m_pdr45, .m_rsp_pdr45 {
  padding-right: 45px !important; }

.m_pdr50, .m_rsp_pdr50 {
  padding-right: 50px !important; }

.m_pdr55, .m_rsp_pdr55 {
  padding-right: 55px !important; }

.m_pdr60, .m_rsp_pdr60 {
  padding-right: 60px !important; }

.m_pdr65, .m_rsp_pdr65 {
  padding-right: 65px !important; }

.m_pdr70, .m_rsp_pdr70 {
  padding-right: 70px !important; }

.m_pdr75, .m_rsp_pdr75 {
  padding-right: 75px !important; }

.m_pdr80, .m_rsp_pdr80 {
  padding-right: 80px !important; }

.m_pdr85, .m_rsp_pdr85 {
  padding-right: 85px !important; }

.m_pdr90, .m_rsp_pdr90 {
  padding-right: 90px !important; }

.m_pdr95, .m_rsp_pdr95 {
  padding-right: 95px !important; }

.m_pdr100, .m_rsp_pdr100 {
  padding-right: 100px !important; }

/* padding-left */
.m_pdl5, .m_rsp_pdl5 {
  padding-left: 5px !important; }

.m_pdl10, .m_rsp_pdl10 {
  padding-left: 10px !important; }

.m_pdl15, .m_rsp_pdl15 {
  padding-left: 15px !important; }

.m_pdl20, .m_rsp_pdl20 {
  padding-left: 20px !important; }

.m_pdl25, .m_rsp_pdl25 {
  padding-left: 25px !important; }

.m_pdl30, .m_rsp_pdl30 {
  padding-left: 30px !important; }

.m_pdl35, .m_rsp_pdl35 {
  padding-left: 35px !important; }

.m_pdl40, .m_rsp_pdl40 {
  padding-left: 40px !important; }

.m_pdl45, .m_rsp_pdl45 {
  padding-left: 45px !important; }

.m_pdl50, .m_rsp_pdl50 {
  padding-left: 50px !important; }

.m_pdl55, .m_rsp_pdl55 {
  padding-left: 55px !important; }

.m_pdl60, .m_rsp_pdl60 {
  padding-left: 60px !important; }

.m_pdl65, .m_rsp_pdl65 {
  padding-left: 65px !important; }

.m_pdl70, .m_rsp_pdl70 {
  padding-left: 70px !important; }

.m_pdl75, .m_rsp_pdl75 {
  padding-left: 75px !important; }

.m_pdl80, .m_rsp_pdl80 {
  padding-left: 80px !important; }

.m_pdl85, .m_rsp_pdl85 {
  padding-left: 85px !important; }

.m_pdl90, .m_rsp_pdl90 {
  padding-left: 90px !important; }

.m_pdl95, .m_rsp_pdl95 {
  padding-left: 95px !important; }

.m_pdl100, .m_rsp_pdl100 {
  padding-left: 100px !important; }

/* neg margin-top */
.m_neg_mgt5, .m_rsp_neg_mgt5 {
  margin-top: -5px !important; }

.m_neg_mgt10, .m_rsp_neg_mgt10 {
  margin-top: -10px !important; }

.m_neg_mgt15, .m_rsp_neg_mgt15 {
  margin-top: -15px !important; }

.m_neg_mgt20, .m_rsp_neg_mgt20 {
  margin-top: -20px !important; }

.m_neg_mgt25, .m_rsp_neg_mgt25 {
  margin-top: -25px !important; }

.m_neg_mgt30, .m_rsp_neg_mgt30 {
  margin-top: -30px !important; }

.m_neg_mgt35, .m_rsp_neg_mgt35 {
  margin-top: -35px !important; }

.m_neg_mgt40, .m_rsp_neg_mgt40 {
  margin-top: -40px !important; }

.m_neg_mgt45, .m_rsp_neg_mgt45 {
  margin-top: -45px !important; }

.m_neg_mgt50, .m_rsp_neg_mgt50 {
  margin-top: -50px !important; }

.m_neg_mgt55, .m_rsp_neg_mgt55 {
  margin-top: -55px !important; }

.m_neg_mgt60, .m_rsp_neg_mgt60 {
  margin-top: -60px !important; }

.m_neg_mgt65, .m_rsp_neg_mgt65 {
  margin-top: -65px !important; }

.m_neg_mgt70, .m_rsp_neg_mgt70 {
  margin-top: -70px !important; }

.m_neg_mgt75, .m_rsp_neg_mgt75 {
  margin-top: -75px !important; }

.m_neg_mgt80, .m_rsp_neg_mgt80 {
  margin-top: -80px !important; }

.m_neg_mgt85, .m_rsp_neg_mgt85 {
  margin-top: -85px !important; }

.m_neg_mgt90, .m_rsp_neg_mgt90 {
  margin-top: -90px !important; }

.m_neg_mgt95, .m_rsp_neg_mgt95 {
  margin-top: -95px !important; }

.m_neg_mgt100, .m_rsp_neg_mgt100 {
  margin-top: -100px !important; }


.tac {
  text-align: center!important;
}
