@charset "UTF-8";
.mv {
  /*background-image: url("/common/images/blog/bg-blog.jpg");
  background-position: center top;
  background-size: cover;*/
  height: 228px;
  padding: 0 32px; }
  @media screen and (max-width: 767px) {
    .mv {
      padding: 0 10px;
      height: 150px; } }
  .mv.small {
    height: 114px; }
  .mv.blog-article {
    height: 114px; }
  .mv .mv-inner {
    max-width: 1166px;
    background-color: #373741;
    margin: 0 auto;
    height: 100%;
    padding: 0 10px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .mv .mv-inner {
        padding: 0 10px; } }
  .mv h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 4.4rem;
    color: #ffffff; }
    .mv h1 span {
      display: block;
      font-size: 3rem;
      line-height: 4.4rem;
      font-weight: bold;
      color: #ffffff; }
      @media screen and (max-width: 767px) {
        .mv h1 span {
          font-size: 2.6rem;
          line-height: 4rem; } }
  .mv .blogname {
    font-size: 3rem;
    line-height: 4.4rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .mv .blogname {
        font-size: 2.6rem;
        line-height: 4rem; } }

.container {
  max-width: 1088px;
  padding: 0 32px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 10px; } }

.blog-list.blog-article {
  margin-top: 70px; }
  .blog-list.blog-article h2 {
    font-size: 3rem;
    line-height: 4.4rem;
    text-align: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .blog-list.blog-article h2 {
        font-size: 2rem;
        line-height: 3.5rem; } }
  .blog-list.blog-article .list {
    margin-bottom: 60px;
    justify-content: center; }
    .blog-list.blog-article .list::after {
      display: none; }
  .blog-list.blog-article .item {
    margin-left: 6.2px;
    margin-right: 6.2px; }
    .blog-list.blog-article .item:first-of-type {
      margin-left: 0; }
    .blog-list.blog-article .item:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .blog-list.blog-article .item {
        margin-left: 0;
        margin-right: 0; } }
.blog-list .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .blog-list .list {
      margin-bottom: 50px;
      flex-direction: column; } }
  .blog-list .list::after {
    content: "";
    display: block;
    width: calc((100% - 24.8px)/3); }
.blog-list .item {
  width: calc((100% - 24.8px)/3);
  margin-bottom: 30px; }
  .blog-list .item:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .blog-list .item {
      width: 100%; } }
  .blog-list .item a {
    display: block;
    border: 1px solid #D2D2D2;
    background-color: #ffffff; }
.blog-list .img {
  width: 100%;
  position: relative;
  padding-top: 52.55%;
  overflow: hidden; }
  .blog-list .img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.blog-list .text-area {
  padding: 10px 8.5px 0; }
  .blog-list .text-area time {
    font-size: 1.1rem;
    line-height: 2.1rem;
    color: #000000;
    margin-bottom: 10px; }
  .blog-list .text-area h3 {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 10px; }
    .blog-list .text-area h3::after {
      content: "";
      display: block;
      margin: 0 auto;
      width: 60px;
      height: 1px;
      background-color: #000000;
      margin-top: 8px; }
  .blog-list .text-area p {
    background-color: #F8F8F8;
    border-radius: 4px;
    padding: 11.5px 13px;
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-bottom: 12px; }
.blog-list #more-btn {
  display: none; }
  .blog-list #more-btn.show {
    display: block; }

.title-area {
  max-width: 980px;
  margin: 0 auto 55px; }
  @media screen and (max-width: 767px) {
    .title-area {
      margin: 0 auto 40px; } }
  .title-area h1 {
    font-size: 3rem;
    line-height: 4.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px; }
  .title-area p {
    font-size: 1.6rem;
    line-height: 3rem; }

.freeword-area {
  border-radius: 4px;
  max-width: 980px;
  margin: 20px auto 20px; }
  .freeword-area .inner {
    max-width: 894px;
    margin: 0 auto;
    padding: 30px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .freeword-area .inner {
        flex-direction: column; } }
  .freeword-area h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: bold;
    margin-right: 43.5px;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .freeword-area h2 {
        margin-right: 0;
        margin-bottom: 30px; } }
  .freeword-area input[type="text"] {
    width: calc(100% - 188px);
    max-width: 100%;
    height: 52px;
    border: 1px solid #707070;
    border-radius: 28px;
    background-color: #F9F9F9;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 10px 20px;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .freeword-area input[type="text"] {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%; } }
  .freeword-area .btn {
    flex-shrink: 0;
    background-color: #2A2A2A;
    color: #ffffff;
    font-weight: bold; }
    .freeword-area .btn:hover {
      background-color: #ffffff;
      color: #2A2A2A;
      border: 1px solid #2A2A2A;
      opacity: 1; }

.narrowdown-area {
  border: 1px solid #959595;
  border-radius: 4px;
  max-width: 980px;
  margin: 0 auto 60px; }
  .narrowdown-area .inner {
    max-width: 894px;
    margin: 0 auto;
    padding: 25px 10px; }
  .narrowdown-area h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center; }
  .narrowdown-area .narrowdown-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 11px;
    padding-top: 28px; }
    .narrowdown-area .narrowdown-list:not(:last-of-type) {
      border-bottom: 1px solid #BFBFBF; }
    .narrowdown-area .narrowdown-list.free-word {
      padding: 40px 0;
      align-items: center; }
  .narrowdown-area .narrowdown-type {
    width: 150px;
    font-size: 1.8rem;
    line-height: 2.6rem;
    border-right: 2px solid #292929;
    padding: 0 10px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .narrowdown-area .narrowdown-type {
        width: 120px;
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  .narrowdown-area .narrowdown-condition {
    width: calc( 100% - 150px );
    padding-left: 28px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .narrowdown-area .narrowdown-condition {
        width: calc( 100% - 120px );
        padding-left: 15px; } }
    .narrowdown-area .narrowdown-condition input[type="text"] {
      width: 100%;
      height: 52px;
      border: 1px solid #707070;
      border-radius: 28px;
      background-color: #F9F9F9;
      outline: none;
      appearance: none;
      -webkit-appearance: none;
      padding: 10px 20px;
      font-size: 1.8rem; }
  .narrowdown-area .narrowdown-item {
    border: 1px solid #C1C1C1;
    background-color: #F6F6F6;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 0 15px;
    margin-right: 22px;
    margin-bottom: 17px;
    cursor: pointer; }
    .narrowdown-area .narrowdown-item.selected {
      background-color: #000000;
      color: #ffffff; }
  .narrowdown-area .btn-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    .narrowdown-area .btn-area .btn {
      width: 170px;
      border-radius: 4px;
      font-size: 1.4rem;
      text-align: center;
      padding: 12px 0;
      cursor: pointer;
      transition: 0.3s;
      border: none;
      appearance: none;
      outline: none;
      -webkit-appearance: none; }
      .narrowdown-area .btn-area .btn.clear {
        background-color: #ffffff;
        color: #191919;
        border: solid 1px #2A2A2A;
        margin-left: 0;
        margin-right: 34px; }
        .narrowdown-area .btn-area .btn.clear:hover {
          background-color: #2A2A2A;
          color: #ffffff; }
        @media screen and (max-width: 767px) {
          .narrowdown-area .btn-area .btn.clear {
            margin-right: 10px; } }
      .narrowdown-area .btn-area .btn.narrow {
        background-color: #2A2A2A;
        color: #ffffff;
        margin-left: 34px;
        margin-right: 0; }
        .narrowdown-area .btn-area .btn.narrow:hover {
          background-color: #ffffff;
          color: #2A2A2A;
          border: 1px solid #2A2A2A; }
        @media screen and (max-width: 767px) {
          .narrowdown-area .btn-area .btn.narrow {
            margin-left: 10px; } }

.sessions {
  margin: 0 auto; }
  .sessions.related-sessions {
    margin-top: 70px; }
    .sessions.related-sessions h2 {
      font-size: 3rem;
      line-height: 4.4rem;
      text-align: center;
      font-weight: bold;
      margin-bottom: 50px; }
    .sessions.related-sessions .session-list {
      justify-content: center;
      margin-bottom: 60px; }
      .sessions.related-sessions .session-list::after {
        display: none; }
      .sessions.related-sessions .session-list .item {
        margin-right: 6.2px;
        margin-left: 6.2px; }
        @media screen and (max-width: 767px) {
          .sessions.related-sessions .session-list .item {
            margin-right: 0;
            margin-left: 0; } }
        .sessions.related-sessions .session-list .item:first-of-type {
          margin-left: 0; }
        .sessions.related-sessions .session-list .item:last-of-type {
          margin-right: 0; }
  .sessions .notice {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px; }
  .sessions .session-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .sessions .session-list {
        margin: 0 auto;
        flex-direction: column; } }
    .sessions .session-list::after {
      content: "";
      width: calc(( 100% - 25.8px )/3);
      display: block; }
  .sessions .item {
    width: calc(( 100% - 25.8px )/3);
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .sessions .item {
        width: 100%; }
        .sessions .item:last-of-type {
          margin-bottom: 0; } }
    .sessions .item a {
      background-color: #FCFCFC;
      border: solid 1px #D2D2D2;
      display: block;
      width: 100%;
      height: 100%; }
      .sessions .item a .img {
        width: 100%;
        position: relative;
        padding-top: 52.55%;
        overflow: hidden; }
        .sessions .item a .img img {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    .sessions .item .text-area {
      padding: 13px 8.5px 3px; }
      .sessions .item .text-area p {
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin-bottom: 33px;
        font-weight: bold;
        min-height: 1px; }

.content-wrapper {
  max-width: 730px;
  margin: 0 auto; }
  .content-wrapper .title-area {
    margin-bottom: 30px; }
    .content-wrapper .title-area .flexwrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .content-wrapper .title-area .flexwrap {
          flex-direction: column;
          align-items: flex-start; } }
      .content-wrapper .title-area .flexwrap time {
        font-size: 1.4rem;
        line-height: 2rem;
        color: #828282;
        margin-bottom: 18px; }
      .content-wrapper .title-area .flexwrap .sns {
        margin-bottom: 18px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .content-wrapper .title-area .flexwrap .sns {
            flex-wrap: wrap; } }
        .content-wrapper .title-area .flexwrap .sns .twitter-share-button {
          margin-right: 10px; }
          @media screen and (max-width: 767px) {
            .content-wrapper .title-area .flexwrap .sns .twitter-share-button {
              margin-right: 5px; } }
        .content-wrapper .title-area .flexwrap .sns .fb-share-button {
          margin-right: 10px;
          transform: translateY(-2px); }
          @media screen and (max-width: 767px) {
            .content-wrapper .title-area .flexwrap .sns .fb-share-button {
              margin-right: 5px; } }
  .content-wrapper h1 {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 20px 0;
    font-size: 3.4rem;
    line-height: 4.7rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .content-wrapper h1 {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .content-wrapper .category-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .content-wrapper .category-area .category {
      display: inline-block;
      font-size: 1.2rem;
      line-height: 2.1rem;
      border-radius: 4px;
      color: #161616;
      background-color: #DFDFDF;
      padding: 0 9px;
      margin-bottom: 10px;
      margin-right: 5px; }
  .content-wrapper .eyecatch {
    margin-bottom: 36px; }
    .content-wrapper .eyecatch img {
      width: 100%; }
  .content-wrapper .content {
    max-width: 640px;
    margin: 0 auto 60px; }
    .content-wrapper .content > *:last-child {
      margin-bottom: 0; }
    .content-wrapper .content > *:first-child {
      margin-top: 0; }
    .content-wrapper .content h2 {
      border-left: 4px solid #0B50A2;
      font-size: 2.4rem;
      line-height: 3rem;
      padding: 8px 0 8px 8px;
      margin-bottom: 30px;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .content-wrapper .content h2 {
          font-size: 2rem;
          line-height: 3.5rem; } }
    .content-wrapper .content p {
      font-size: 1.4rem;
      line-height: 2.3rem;
      margin-top: 30px; }
    .content-wrapper .content strong {
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 2.4rem; }
    .content-wrapper .content ul {
      margin-top: 15px;
      margin-left: 1.8rem;
      list-style: disc;
      list-style-position: outside; }
      .content-wrapper .content ul li {
        font-size: 1.4rem;
        line-height: 2.8rem; }
        .content-wrapper .content ul li:last-of-type {
          margin-bottom: 0; }
        .content-wrapper .content ul li::marker {
          font-size: 1.4rem; }
      .content-wrapper .content ul ul {
        margin-top: 0;
        list-style: circle; }
        .content-wrapper .content ul ul ul {
          list-style: square; }
    .content-wrapper .content ol {
      margin-top: 15px;
      margin-left: 1.8rem;
      list-style: decimal;
      list-style-position: outside; }
      .content-wrapper .content ol li {
        font-size: 1.4rem;
        line-height: 2.8rem; }
        .content-wrapper .content ol li:last-of-type {
          margin-bottom: 0; }
        .content-wrapper .content ol li::marker {
          font-size: 1.4rem; }
      .content-wrapper .content ol ul {
        margin-top: 0;
        list-style: decimal; }
        .content-wrapper .content ol ul ul {
          list-style: decimal; }
    .content-wrapper .content ul + p, .content-wrapper .content ol + p {
      margin-top: 15px; }
    .content-wrapper .content a {
      color: #0B50A2;
      text-decoration: underline; }
  .content-wrapper .cta {
    margin-bottom: 40px;
    text-align: center; }
    .content-wrapper .cta .flexwrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .content-wrapper .cta .flexwrap {
          flex-direction: column; } }
      .content-wrapper .cta .flexwrap .img {
        display: block;
        width: calc( ( 100% - 56px) /2); }
        @media screen and (max-width: 767px) {
          .content-wrapper .cta .flexwrap .img {
            width: 100%; }
            .content-wrapper .cta .flexwrap .img:not(:last-of-type) {
              margin-bottom: 40px; } }

.event-history-area {
  max-width: 980px;
  margin: 0 auto; }
  .event-history-area .history-box {
    margin-bottom: 55px; }
    .event-history-area .history-box:last-of-type {
      margin-bottom: 0; }
    .event-history-area .history-box h2 {
      font-size: 1.6rem;
      line-height: 3rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .event-history-area .history-box .flexwrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .event-history-area .history-box .flexwrap {
          flex-direction: column; } }
      .event-history-area .history-box .flexwrap .box {
        width: calc((100% - 20px) / 2); }
        @media screen and (max-width: 767px) {
          .event-history-area .history-box .flexwrap .box {
            width: 100%; } }
      .event-history-area .history-box .flexwrap .img img {
        vertical-align: bottom;
        width: 100%;
        padding-bottom: 20px; }
      .event-history-area .history-box .flexwrap .text-link {
        font-size: 1.4rem;
        line-height: 3rem;
        font-weight: bold;
        margin-top: -10px; }

.contact-form iframe {
  height: 1250px; }
  @media (max-width: 850px) {
    .contact-form iframe {
      height: 1450px; } }

.mailmagazine {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 967px;
  margin: 0 auto 70px; }
  @media screen and (max-width: 767px) {
    .mailmagazine {
      flex-direction: column-reverse; } }
  .mailmagazine .mailmagazine-left {
    width: 470px; }
    @media screen and (max-width: 767px) {
      .mailmagazine .mailmagazine-left {
        width: 100%; } }
    .mailmagazine .mailmagazine-left iframe {
      height: 1000px; }
  .mailmagazine .mailmagazine-right {
    width: calc(100% - 508px); }
    @media screen and (max-width: 767px) {
      .mailmagazine .mailmagazine-right {
        width: 100%;
        margin-bottom: 50px;
        text-align: center; } }
    .mailmagazine .mailmagazine-right img {
      margin-bottom: 45px; }
    .mailmagazine .mailmagazine-right p {
      font-size: 1.6rem;
      line-height: 3rem;
      text-align: left; }

.contact-form2 .hbspt-form .form-columns-0, .contact-form2 .hbspt-form .form-columns-1, .contact-form2 .hbspt-form .form-columns-2 {
  max-width: 800px;
  margin: 0 auto; }
.contact-form2 .hbspt-form .hs-form-required {
  visibility: hidden; }
  .contact-form2 .hbspt-form .hs-form-required::before {
    content: "必須";
    display: inline-block;
    font-size: 9px;
    line-height: 18px;
    width: 34px;
    text-align: center;
    background-color: #DB0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
    visibility: visible; }
.contact-form2 .hbspt-form .form-columns-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .contact-form2 .hbspt-form .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    .contact-form2 .hbspt-form .form-columns-2 .hs-form-field > label {
      font-size: 18px;
      line-height: 26px;
      font-weight: bold;
      width: calc((100% - 500px)); }
      @media screen and (max-width: 767px) {
        .contact-form2 .hbspt-form .form-columns-2 .hs-form-field > label {
          width: 100%;
          margin-bottom: 10px; } }
    .contact-form2 .hbspt-form .form-columns-2 .hs-form-field .input {
      width: 480px; }
      @media screen and (max-width: 767px) {
        .contact-form2 .hbspt-form .form-columns-2 .hs-form-field .input {
          width: 100%; } }
      .contact-form2 .hbspt-form .form-columns-2 .hs-form-field .input input {
        width: 100%;
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        height: 45px; }
    .contact-form2 .hbspt-form .form-columns-2 .hs-form-field .hs-error-msg {
      color: #DB0000; }
.contact-form2 .hbspt-form .form-columns-1 .hs-form-field {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center; }
  .contact-form2 .hbspt-form .form-columns-1 .hs-form-field > label {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    width: calc((100% - 500px)); }
    @media screen and (max-width: 767px) {
      .contact-form2 .hbspt-form .form-columns-1 .hs-form-field > label {
        width: 100%;
        margin-bottom: 10px; } }
  .contact-form2 .hbspt-form .form-columns-1 .hs-form-field .input {
    width: 480px; }
    @media screen and (max-width: 767px) {
      .contact-form2 .hbspt-form .form-columns-1 .hs-form-field .input {
        width: 100%; } }
    .contact-form2 .hbspt-form .form-columns-1 .hs-form-field .input input, .contact-form2 .hbspt-form .form-columns-1 .hs-form-field .input select, .contact-form2 .hbspt-form .form-columns-1 .hs-form-field .input textarea {
      width: 100%;
      display: block;
      width: 100%;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      height: 45px; }
    .contact-form2 .hbspt-form .form-columns-1 .hs-form-field .input textarea {
      height: 200px; }
  .contact-form2 .hbspt-form .form-columns-1 .hs-form-field .hs-error-msg {
    color: #DB0000; }
.contact-form2 .hbspt-form .hs-richtext .contentFormAfter {
  height: 150px;
  margin: 10px 0 50px 0;
  border: 1px solid #ccc;
  padding: 20px;
  overflow-y: scroll; }
  .contact-form2 .hbspt-form .hs-richtext .contentFormAfter p {
    font-size: 12.6px;
    line-height: 18px; }
  .contact-form2 .hbspt-form .hs-richtext .contentFormAfter a {
    color: #428bca; }
.contact-form2 .hbspt-form .hs_recaptcha .grecaptcha-badge {
  margin: 0 auto 30px; }
.contact-form2 .hbspt-form .actions {
  text-align: center; }
  .contact-form2 .hbspt-form .actions .hs-button {
    color: #FFFFFF;
    background-color: #373741;
    border-color: #357EBD;
    border: none;
    transition: 0.3s;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    max-width: 100%;
    padding: 20px 31px;
    -webkit-appearance: button;
    cursor: pointer;
    transition: 0.3s; }
    .contact-form2 .hbspt-form .actions .hs-button:hover {
      opacity: 0.7; }
