@charset "UTF-8";
#biz_hub {
  width: 100%;
  margin: 0 auto 100px; }
  #biz_hub * {
    box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #biz_hub {
      margin: 0 auto 50px; } }
  #biz_hub .s5-header1__heading {
    font-weight: bold; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/bravia-biz/merit/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/bravia-biz/merit/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/bravia-biz/merit/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/bravia-biz/merit/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/bravia-biz/merit/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/bravia-biz/merit/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.no-events {
  background: url(/biz/webinar/apply/img/bg_no-events.jpg) no-repeat center center/cover;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .no-events {
      height: 250px;
      padding: 0 5%; } }
  .no-events div h2 {
    color: #005fcd;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .no-events div h2 {
        font-size: 20px; } }
  .no-events div p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    color: #000000; }
    @media screen and (max-width: 768px) {
      .no-events div p {
        font-size: 16px;
        margin-top: 20px; } }

.gr_wrap {
  background-color: #f5f6f8;
  padding: 0 0 10px; }
  @media screen and (max-width: 768px) {
    .gr_wrap {
      padding: 30px 0 10px; } }

.c5-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1220px) {
    .c5-container {
      width: 92%;
      margin: 0 4%; } }
  .c5-container .wbn_list {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 50px; }
    @media screen and (max-width: 768px) {
      .c5-container .wbn_list {
        display: block; } }
    .c5-container .wbn_list > li {
      width: 47.5%;
      max-width: 570px;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .c5-container .wbn_list > li {
          width: 100%;
          margin: 0 auto 50px; } }
      .c5-container .wbn_list > li .prg_box {
        margin: 0 auto; }
        .c5-container .wbn_list > li .prg_box > li.thumb {
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            .c5-container .wbn_list > li .prg_box > li.thumb {
              margin-bottom: 10px; } }
        .c5-container .wbn_list > li .prg_box > li.txtbox .date {
          margin-bottom: 20px; }
          @media screen and (max-width: 550px) {
            .c5-container .wbn_list > li .prg_box > li.txtbox .date {
              display: block;
              margin-bottom: 5px; } }
          .c5-container .wbn_list > li .prg_box > li.txtbox .date .free {
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            width: 130px;
            height: 30px;
            border: #000000 1px solid;
            line-height: 30px;
            margin-right: 20px;
            text-align: center; }
            @media screen and (max-width: 550px) {
              .c5-container .wbn_list > li .prg_box > li.txtbox .date .free {
                display: table;
                margin-bottom: 5px; } }
          .c5-container .wbn_list > li .prg_box > li.txtbox .date span {
            display: inline-block;
            font-size: 16px;
            font-weight: bold; }
        .c5-container .wbn_list > li .prg_box > li.txtbox .ttl {
          font-size: 15px;
          font-weight: bold;
          margin-bottom: 15px; }
          @media screen and (max-width: 768px) {
            .c5-container .wbn_list > li .prg_box > li.txtbox .ttl {
              margin-bottom: 10px; } }
        .c5-container .wbn_list > li .prg_box > li.txtbox .txt {
          font-size: 14px;
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            .c5-container .wbn_list > li .prg_box > li.txtbox .txt {
              font-size: 13px;
              margin-bottom: 10px; } }
          .c5-container .wbn_list > li .prg_box > li.txtbox .txt.spk {
            margin-bottom: 10px; }
        .c5-container .wbn_list > li .prg_box > li.txtbox .btn {
          padding-top: 20px; }
          @media screen and (max-width: 768px) {
            .c5-container .wbn_list > li .prg_box > li.txtbox .btn {
              padding-top: 10px; } }
          .c5-container .wbn_list > li .prg_box > li.txtbox .btn .end_tag {
            padding: 10px 50px;
            text-align: center;
            max-width: 200px;
            width: 100%;
            height: 40px;
            background-color: #e71010;
            color: #ffffff;
            font-size: 16px; }
  .c5-container .acv_list {
    width: 100%;
    margin: 0 auto 60px;
    max-width: 1200px; }
    @media screen and (max-width: 768px) {
      .c5-container .acv_list {
        margin: 0 auto 30px; } }
    .c5-container .acv_list > li {
      padding-bottom: 40px;
      border-bottom: #666666 1px solid;
      margin-bottom: 40px; }
      .c5-container .acv_list > li:last-child {
        border-bottom: none;
        margin-bottom: 0px; }
      .c5-container .acv_list > li .prg_box {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: -webkit- space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .c5-container .acv_list > li .prg_box {
            display: block;
            margin: 0 auto; } }
        .c5-container .acv_list > li .prg_box > li.thumb {
          width: 40%;
          max-width: 470px; }
          @media screen and (max-width: 768px) {
            .c5-container .acv_list > li .prg_box > li.thumb {
              width: 100%;
              margin-bottom: 10px; } }
        .c5-container .acv_list > li .prg_box > li.txtbox {
          width: 56%;
          max-width: 670px; }
          @media screen and (max-width: 768px) {
            .c5-container .acv_list > li .prg_box > li.txtbox {
              width: 100%; } }
          .c5-container .acv_list > li .prg_box > li.txtbox .date {
            margin-bottom: 20px; }
            @media screen and (max-width: 550px) {
              .c5-container .acv_list > li .prg_box > li.txtbox .date {
                margin-bottom: 5px; } }
            .c5-container .acv_list > li .prg_box > li.txtbox .date .rpt {
              display: inline-block;
              font-size: 14px;
              font-weight: bold;
              width: 170px;
              height: 30px;
              background-color: #000000;
              color: #ffffff;
              line-height: 30px;
              margin-right: 20px;
              text-align: center; }
              @media screen and (max-width: 550px) {
                .c5-container .acv_list > li .prg_box > li.txtbox .date .rpt {
                  display: table;
                  margin-bottom: 5px; } }
            .c5-container .acv_list > li .prg_box > li.txtbox .date span {
              display: block;
              margin-top: 10px;
              font-size: 16px;
              font-weight: bold; }
          .c5-container .acv_list > li .prg_box > li.txtbox .ttl {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 15px; }
            @media screen and (max-width: 768px) {
              .c5-container .acv_list > li .prg_box > li.txtbox .ttl {
                margin-bottom: 5px; } }
          .c5-container .acv_list > li .prg_box > li.txtbox .txt {
            font-size: 14px;
            margin-bottom: 20px; }
            @media screen and (max-width: 768px) {
              .c5-container .acv_list > li .prg_box > li.txtbox .txt {
                font-size: 13px;
                margin-bottom: 10px; } }
            .c5-container .acv_list > li .prg_box > li.txtbox .txt.spk {
              margin-bottom: 10px; }
          .c5-container .acv_list > li .prg_box > li.txtbox .btn {
            padding-top: 20px; }
            @media screen and (max-width: 768px) {
              .c5-container .acv_list > li .prg_box > li.txtbox .btn {
                padding-top: 10px; } }

.bnr-download {
  transition: opacity 0.3s ease-out;
  border: none;
  opacity: 1;
  max-width: 1000px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 768px) {
    .bnr-download {
      margin: 0 auto 40px; } }
  .bnr-download:hover {
    opacity: 0.7; }
    @media screen and (max-width: 768px) {
      .bnr-download:hover {
        opacity: 1; } }

/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block; }

  .pcImg {
    display: inline-block; }

  .sp {
    display: none !important; }

  .spImg {
    display: none !important; } }
/*--sp < 768px--*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto; }

  .sp {
    display: block; }

  .spImg {
    display: inline-block; }

  .pc {
    display: none !important; }

  .pcImg {
    display: none !important; } }
.c5-c-consultation {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  width: 83.33333%;
  border: 4px solid #2f78af;
  padding: 2.5% 2.91667% 4.16667%;
  margin: 0 auto;
  margin-top: 100px; }
  .c5-c-consultation * {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
  @media screen and (max-width: 768px) {
    .c5-c-consultation {
      margin-top: 40px; } }

.c5-c-consultation--mt {
  margin-top: 6%; }

.c5-c-consultation__min {
  max-width: 700px;
  width: 58.33333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.c5-c-consultation__ttl {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f3f4f6), color-stop(60%, #edece7));
  background: linear-gradient(to right, #f3f4f6 40%, #edece7 60%);
  padding: 4% 10%;
  margin-bottom: 4%; }

.c5-c-consultation__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/bravia-biz/images/common/bg_consultation.jpg) no-repeat;
  background-size: 100%;
  width: 43.97394%;
  padding-top: 25.62432%; }

.c5-c-consultation__ttl h3 {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6.42857%; }

.c5-c-consultation__ttl__flex {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c5-c-consultation__ttl__txt {
  max-width: 420px;
  width: 60%;
  margin-right: 21.42857%; }

.c5-c-consultation__ttl__txt p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  margin-bottom: 4.7619%; }

.c5-c-consultation__ttl__txt p:last-child {
  margin-bottom: 0; }

.c5-c-consultation__ttl__img {
  max-width: 101px;
  width: 14.42857%; }

.c5-c-consultation .c5-c-text {
  text-align: center; }

.c5-c-consultation__inner {
  margin-top: 4%; }

.c5-c-consultation__inner__img {
  max-width: 196px;
  width: 21.28122%;
  margin: 0 5.64604%; }

.c5-c-consultation__inner__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.c5-c-consultation__inner__txt__item {
  padding: 1.25em 0;
  border-bottom: 1px solid #aaa; }

.c5-c-consultation__inner__txt__item:first-child {
  position: relative;
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.c5-c-consultation__inner__txt__item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  top: 0;
  right: 0;
  background: #aaa; }

.c5-c-consultation__inner__txt__item:nth-child(2) {
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.c5-c-consultation__inner__txt__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  width: 100%; }

.c5-c-consultation__inner__txt__item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3.22581%;
  text-align: center;
  line-height: 1.5; }

.c5-c-consultation__inner__txt__item h4 span {
  font-size: 16px;
  font-weight: 400; }

.c5-c-consultation__inner__txt__item ul {
  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: 3.22581%; }

.c5-c-consultation__inner__txt__item li {
  display: inline-block; }

.c5-c-consultation__inner__txt__item li:first-child {
  width: 8.33333%;
  margin-right: 10px; }

.c5-c-consultation__inner__txt__item li:last-child {
  font-size: 34px;
  font-weight: 700;
  color: #000; }

.c5-c-consultation__inner__txt__item p {
  font-size: 14px;
  line-height: 1.3; }

.c5-c-consultation__inner__txt__item p:first-of-type {
  margin-bottom: 1.6129%; }

.c5-c-consultation__inner__txt__item p span {
  font-size: 18px;
  font-weight: 700; }

.c5-c-consultation__inner__block {
  max-width: 700px;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .c5-c-consultation__ttl h3 {
    font-size: 2.4vw; }

  .c5-c-consultation__ttl__txt p {
    font-size: 1.8vw; }

  .c5-c-consultation__inner__txt__item h4 {
    font-size: 1.8vw; }

  .c5-c-consultation__inner__txt__item h4 span {
    font-size: 1.6vw; }

  .c5-c-consultation__inner__txt__item li:last-child {
    font-size: 3.2vw; }

  .c5-c-consultation__inner__txt__item p {
    font-size: 1.4vw; }

  .c5-c-consultation__inner__txt__item p span {
    font-size: 1.8vw; } }
@media screen and (max-width: 768px) {
  .c5-c-consultation {
    padding: 4.34783% 2.91667%;
    max-width: initial;
    width: 92%; }

  .c5-c-consultation__mt {
    margin-top: 11.5942%; }

  .c5-c-consultation__ttl {
    background: #f3f4f6;
    padding: 4.68019% 3.12012% 57.72231%; }

  .c5-c-consultation__ttl::after {
    background-image: url(/bravia-biz/images/common/bg_consultation_sp.jpg);
    top: auto;
    bottom: 0;
    width: 100%;
    padding-top: 53.04212%;
    -webkit-transform: none;
    transform: none; }

  .c5-c-consultation__ttl h3 {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 4.99168%; }

  .c5-c-consultation__ttl__flex {
    display: block; }

  .c5-c-consultation__ttl__img {
    max-width: 202px;
    width: 24.9584%;
    margin: 4.99168% auto 0; }

  .c5-c-consultation__ttl__img img {
    width: 100%; }

  .c5-c-consultation__ttl__txt {
    max-width: initial;
    width: initial;
    margin-right: 0;
    text-align: center; }

  .c5-c-consultation__ttl__txt p {
    font-size: 3.2vw;
    margin-bottom: 4.15973%; }

  .c5-c-consultation__inner {
    display: block; }

  .c5-c-consultation__inner__img {
    max-width: 392px;
    width: 39.00156%;
    margin: 0 auto 6.24025%; }

  .c5-c-consultation__inner__img img {
    width: 100%; }

  .c5-c-consultation__inner__txt {
    max-width: initial;
    width: 100%;
    display: block; }

  .c5-c-consultation__inner__txt__item {
    padding: 4.68019% 0; }

  .c5-c-consultation__inner__txt__item:first-child {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }

  .c5-c-consultation__inner__txt__item:first-child::after {
    content: none; }

  .c5-c-consultation__inner__txt__item:nth-child(2) {
    padding-top: 4.68019%;
    padding-right: 0;
    padding-left: 0;
    width: 100%; }

  .c5-c-consultation__inner__txt__item h4 {
    text-align: center;
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 3.12012%; }

  .c5-c-consultation__inner__txt__item h4 span {
    font-size: 3.46667vw; }

  .c5-c-consultation__inner__txt__item ul {
    text-align: center;
    margin-bottom: 4.68019%; }

  .c5-c-consultation__inner__txt__item li:last-child {
    font-size: 6.13333vw; }

  .c5-c-consultation__inner__txt__item p {
    font-size: 3.2vw;
    line-height: 1.3;
    text-align: center; }

  .c5-c-consultation__inner__txt__item p:first-of-type {
    text-align: center;
    margin-bottom: 3.12012%; }

  .c5-c-consultation__inner__txt__item p span {
    font-size: 4vw; } }
.c5-c-another-item__btn {
  width: 61.88925%;
  margin: 1em auto 0; }

.c5-c-another-item__btn a {
  display: block;
  padding: 3.50877% 0;
  text-align: center;
  color: #fff;
  background: #5787f4;
  font-size: 24px;
  text-decoration: none; }

.c5-c-another-item__btn a:before {
  content: "\f0da";
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: 0 .6em .05em 0; }

.c5-c-another-item__btn a:hover {
  opacity: .7; }

.c5-c-another-item__btn__contact a:before {
  content: "";
  background: url(/bravia-biz/images/common/contact_icon.png) no-repeat center center;
  background-size: cover;
  width: 5.477%;
  padding-top: 6.713%; }

.c5-c-telephone a {
  pointer-events: none;
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .c5-only-pc {
    display: none !important; } }
.c5-only-sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  .c5-only-sp {
    display: block !important; } }
.c5-only-sp-lg {
  display: none !important; }

/*# sourceMappingURL=page.css.map */
