@charset "UTF-8";
/* ===========================================
タブレット系 749 - 768
=========================================== */
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 30px; }
    .sec-title span {
      margin-top: 4px; }
  header {
    padding-top: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: 56px;
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2); }
    header .header-flex {
      height: 56px;
      display: block;
      margin-top: 4px; }
      header .header-flex .header-left {
        position: static; }
        header .header-flex .header-left p {
          display: none;
          font-size: 9px; }
      header .header-flex .header-logo {
        width: 135px;
        margin: 0; }
        header .header-flex .header-logo h1 {
          margin: 0; }
          header .header-flex .header-logo h1 img {
            height: 50px;
            width: auto; }
      header .header-flex .header-right {
        top: 9px;
        right: 64px; }
        header .header-flex .header-right .header-sns {
          display: none; }
        header .header-flex .header-right .header-tel,
        header .header-flex .header-right .open {
          font-size: 12px; }
  .header-news {
    padding-top: 60px; }
  /*モバイルナビ*/
  /* MENU */
  .menu {
    position: relative;
    text-align: center; }
  .hamburger-menu-wrapper {
    background: #2998da;
    height: 56px;
    width: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 100000; }
    .hamburger-menu-wrapper .navi-txt {
      font-size: 9px;
      color: #fff;
      position: absolute;
      right: 12px;
      bottom: 7px; }
  .menu-overlay {
    -webkit-transition: margin 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: margin 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: margin 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #2998da;
    z-index: 1111;
    height: 1000px; }
  .hamburger-menu {
    border: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 9999;
    cursor: pointer;
    background: transparent; }
  .menu-list {
    display: none;
    position: absolute;
    top: calc(100% + 46px);
    width: 100%;
    text-align: center;
    z-index: 9999;
    list-style: none;
    padding: 0; }
    .menu-list li {
      padding: 0; }
    .menu-list a {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      display: inline-block;
      margin: 0 0 17px;
      font-family: "Amiri", serif;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .menu-list a span {
        display: block;
        letter-spacing: 1px;
        font-size: 12px; }
  .hamburger-menu:focus {
    outline: none; }
  .hamburger-menu span {
    display: block;
    position: absolute;
    top: 17px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #fff; }
  .hamburger-menu span:before,
  .hamburger-menu span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: ""; }
  .hamburger-menu span:before {
    top: -7px; }
  .hamburger-menu span:after {
    bottom: -7px; }
  .hamburger-menu span:before,
  .hamburger-menu span:after {
    -webkit-transition-duration: 0.1s, 0.1s;
    -o-transition-duration: 0.1s, 0.1s;
    transition-duration: 0.1s, 0.1s;
    -webkit-transition-delay: 0.1s, 0s;
    -o-transition-delay: 0.1s, 0s;
    transition-delay: 0.1s, 0s; }
  .hamburger-menu span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform; }
  .hamburger-menu span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }
  .hamburger-menu.active span {
    background: none; }
  .hamburger-menu.active span:before {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }
  .hamburger-menu.active span:after {
    bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .hamburger-menu.active span:before,
  .hamburger-menu.active span:after {
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    45% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg); }
    90% {
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg); }
    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0); } }
  @keyframes bounce {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    45% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg); }
    90% {
      -webkit-transform: rotate(-7deg);
      transform: rotate(-7deg); }
    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0); } }
  /* bx-slider */
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: -32px !important; }
  /* top-catch */
  #top-catch {
    padding: 26px 0 20px; }
  .top-catch {
    width: 100%; }
  .top-catch .txt p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 16px; }
  /* top-schedule */
  #top-schedule {
    padding: 0 0 24px; }
    #top-schedule .top-today-header {
      padding: 20px 0 20px;
      margin-bottom: 20px; }
    #top-schedule .top-today-title .big {
      font-size: 24px; }
    #top-schedule .top-today-title {
      line-height: 24px; }
      #top-schedule .top-today-title .top-today-subtitle {
        margin-top: 0px; }
  .top-today-box {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    position: relative; }
  .top-today:nth-child(3n) .top-today-box {
    margin-right: 2% !important; }
  .top-today:nth-child(2n) .top-today-box {
    margin-right: 0px !important; }
  .top-today-box .thumb {
    width: 100%;
    float: none; }
    .top-today-box .thumb img {
      width: 100%;
      height: auto; }
  .top-today-box .top-caption {
    width: 100%;
    float: none;
    padding: 12px 10px 9px;
    position: static; }
    .top-today-box .top-caption .size {
      font-size: 12px; }
    .top-today-box .top-caption dl {
      margin-bottom: 0;
      padding-bottom: 15px; }
      .top-today-box .top-caption dl.schdule {
        padding-bottom: 0; }
    .top-today-box .top-caption dl.name dd {
      min-height: auto; }
    .top-today-box .top-caption dl dt {
      width: 50%;
      font-size: 11px;
      margin: 0 auto 9px auto;
      padding-bottom: 0px; }
    .top-today-box .top-caption .cast_twitter_icon {
      position: absolute;
      top: 6px;
      right: 3px;
      width: 22px;
      height: 22px;
      line-height: 22px; }
  .schedule .castlist-box-wrap {
    padding-top: 0; }
  .schedule .krc_calendar {
    margin-bottom: 12px; }
  /* event */
  #event {
    margin: 30px 0 60px; }
    #event .inner {
      padding: 35px 12px 15px; }
  .event-list .event-box {
    width: 100%; }
  /*bg-img001*/
  #bg-001 {
    display: block; }
  #top-campaign,
  #top-news {
    width: 100%;
    float: none;
    border-bottom: 0; }
  .top-2col-title {
    padding: 15px 0 15px;
    font-size: 27px;
    margin-bottom: 22px;
    background: #fff; }
  .top-2col-title span {
    font-size: 13px;
    margin-top: 6px; }
  .top-2col-container {
    padding: 0 7px; }
  .top-2col-inner {
    width: 100%; }
  #top-news .top-2col-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 10px 15px;
    width: 100%;
    margin: 0 auto 32px; }
  .top-news-box .thumb {
    width: 28%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px; }
  .top-news-box .news-info {
    float: left;
    width: 72%; }
  .news-info-meta p {
    margin-bottom: 3px; }
  .top-news-box .date.font {
    font-size: 11px; }
  .top-news-box .news-info-meta .cat {
    top: 0px; }
  .top-news-box .news-info-meta .cat span {
    font-size: 8px;
    padding-bottom: 2px; }
  .top-news-box .title {
    line-height: 14px; }
  .top-news-box .title a {
    font-size: 12px; }
  .top-news-box .entry-content {
    line-height: 17px;
    font-size: 11px; }
  .top-col-3-box {
    width: 50%; }
  .top-col-3-box:last-child {
    width: 100%; }
  .bg-scale .title {
    font-size: 17px;
    margin-bottom: 0; }
    .bg-scale .title span {
      margin-top: 4px;
      padding: 8px 0 0;
      letter-spacing: 2.5px; }
  .bg-scale .overlay {
    padding: 42px 0; }
  .bg-scale .icon .fa {
    font-size: 19px;
    margin-bottom: 9px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%; }
  #concept {
    padding: 45px 0; }
    #concept .concept-list {
      display: block; }
      #concept .concept-list li {
        width: 100%; }
        #concept .concept-list li:not(:last-child) {
          margin-bottom: 32px; }
  #contents {
    padding: 45px 0 0; }
    #contents .contents-list li {
      width: 47%;
      margin-bottom: 18px; }
      #contents .contents-list li .info {
        padding: 14px 8px 10px; }
        #contents .contents-list li .info .title {
          font-size: 16px; }
  #contact {
    padding: 35px 0 5px; }
    #contact .txt {
      margin-bottom: 8px; }
  /* single-cast */
  #single-cast {
    padding: 24px 0;
    background: url(../images/crossword.png); }
  .single-cast-info {
    padding-left: 0;
    margin-bottom: 12px; }
  #single-cast .bx-wrapper {
    margin-top: 0 !important; }
  #single-cast .cast-title {
    line-height: 24px;
    margin-bottom: 8px; }
  .single-cast-info dl {
    font-size: 18px; }
  /* footer */
  #copy {
    padding: 27px 0 60px; }
  .footer-copy {
    margin-bottom: 42px; }
  /* ビデオ */
  .video-col3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px; }
  .schedule-txt {
    margin-top: 24px;
    margin-bottom: 18px; }
  .container {
    padding-right: 10px;
    padding-left: 10px; }
  .row {
    margin-right: -10px;
    margin-left: -10px; }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px; }
  .slideShow {
    width: 100%; }
  .col-box4 {
    float: left;
    width: 48%;
    margin-right: 3.5%;
    margin-bottom: 10px;
    position: relative; }
  .col-box4:nth-child(2n) {
    float: left;
    width: 47%;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative; }
  .krc_calendar dl {
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 50%;
    border-left: solid 1px #999;
    border-bottom: none;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    background: #FFF none repeat scroll 0% 0%; }
  .krc_calendar dl:first-child {
    border-left: solid 1px #999; }
  .krc_calendar dl:nth-child(odd) {
    border-right: 0; }
  .krc_calendar dl:nth-child(9) {
    border-bottom: 1px solid #999; }
  .krc_calendar dl:last-child {
    border-bottom: 1px solid #999; }
  .sub_h_header .sub_h {
    margin-bottom: 20px;
    padding: 11px 4px 7px;
    border-radius: 8px;
    width: 100%;
    font-family: serif; }
  .sub_h_header .sub_h span {
    font-size: 15px; }
  .krc_calendar {
    margin-top: 16px;
    margin-bottom: 46px; }
  .krc_calendar ul li {
    float: left;
    margin-bottom: 4px;
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    font-size: 14px;
    letter-spacing: 4px; }
  .krc_calendar ul li:nth-child(3n) {
    padding-right: 0;
    margin-right: 0; }
  .krc_calendar ul li.target a {
    padding: 6px 5px; }
  .krc_calendar ul li a {
    background: #fff;
    color: #333;
    padding: 6px 5px;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 1.5px;
    border: solid #eee 2px; }
  .krc_calendar ul li:nth-child(6) {
    float: left;
    clear: none; }
  .krc_calendar ul li a::after {
    bottom: 5px; }
  .krc_calendar dl dt,
  .krc_calendar dl dd {
    padding: 12px 0px; }
  .comment-respond input {
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding-left: 8px;
    width: 100%;
    height: 30px; }
  .comment-respond select {
    width: 250px;
    height: 30px; }
  textarea#comment {
    width: 100%;
    margin-bottom: 12px; }
  .caption h3 {
    font-size: 14px !important; }
  #footer-caution {
    padding-bottom: 40px; }
  /*top-banner*/
  .banner-sec {
    padding: 18px 0 4px; }
    .banner-sec .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .banner-sec .flex a {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        margin-bottom: 14px;
        text-align: center;
        margin-right: 0; }
        .banner-sec .flex a img {
          padding: 0 8px; }
  .side_bar {
    margin-top: 32px; }
  /*フッター*/
  footer {
    margin: 0; }
    footer .footer-box-wrap {
      display: block; }
      footer .footer-box-wrap .footer-box.flex {
        display: block;
        margin-bottom: 32px; }
      footer .footer-box-wrap .footer-box {
        width: 100%; }
        footer .footer-box-wrap .footer-box .footer-nav {
          padding-top: 0;
          border: none; }
          footer .footer-box-wrap .footer-box .footer-nav:nth-child(2) {
            padding-left: 0; }
          footer .footer-box-wrap .footer-box .footer-nav li {
            text-align: center;
            padding-bottom: 12px;
            border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
            footer .footer-box-wrap .footer-box .footer-nav li a::after {
              font-weight: normal;
              right: 9px; }
      footer .footer-box-wrap .banner-list {
        padding: 0;
        margin-left: 0; }
        footer .footer-box-wrap .banner-list li a {
          width: 240px;
          margin: 0 auto;
          text-align: center; } }

/*グリーティング*/
.greeting p {
  margin-left: 15px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

@media (max-width: 480px) {
  .greeting p {
    margin-left: 0;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; } }

.greeting .well {
  min-height: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 20px 10px 30px;
  background: #fff; }

/*システムデザイン*/
.system .box {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff; }

.system h3 {
  font-weight: bold;
  clear: both; }

.system {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*テキストデザイン*/
.text_red {
  color: red;
  margin-bottom: 15px; }

.reg_number {
  font-weight: bold;
  color: #666;
  margin: 25px 0 10px; }

.caption h3 {
  font-weight: bold;
  margin-bottom: 3px;
  color: #474747;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*アイキャッチデザイン*/
.icatch img {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%; }

/*タグデザイン*/
.tag_box {
  clear: both;
  margin-bottom: 10px; }

.tag_box a {
  background-color: #25af00;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 3px;
  margin-right: 15px;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px #999;
  -webkit-transition: all 0.24s ease 0s;
  -o-transition: all 0.24s ease 0s;
  transition: all 0.24s ease 0s; }

@media (max-width: 768px) {
  .tag_box a {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 6px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
    text-shadow: 1px 1px #ffffff;
    -webkit-transition: all 0.24s ease 0s;
    -o-transition: all 0.24s ease 0s;
    transition: all 0.24s ease 0s; } }

.tag_box a:hover {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(255, 255, 255, 0.7) inset;
  color: #3498db;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6); }

.tag_button a:hover {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(255, 255, 255, 0.7) inset;
  color: #3498db;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6); }

.tagcloud a {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
  margin-right: 3px;
  padding: 5px 9px;
  text-decoration: none;
  text-shadow: 1px 1px #ffffff;
  -webkit-transition: all 0.24s ease 0s;
  -o-transition: all 0.24s ease 0s;
  transition: all 0.24s ease 0s; }

.tagcloud a:hover {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(255, 255, 255, 0.7) inset;
  color: #3498db;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6); }

/*コメント*/
.comments-title {
  font-size: 18px;
  margin-top: 40px; }

.form-allowed-tags {
  display: none; }

/*日付け*/
.date {
  color: #333; }

/*アイコン*/
.page-header .fa {
  color: #E73A8F !important;
  margin-right: 5px; }

.input-group-btn .glyphicon {
  color: #fff !important; }

/*スペーサー*/
.spacer10 {
  margin-bottom: 10px; }

.spacer15 {
  margin-bottom: 15px; }

.spacer20 {
  height: 20px !important; }

.spacer30 {
  margin-bottom: 30px; }

.spacer50 {
  margin-bottom: 50px; }

/*コンタクトフォーム*/
div.wpcf7 {
  padding: 0px;
  margin: 0 0 0 20px !important; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"] {
  background-color: #fff;
  color: #333;
  width: 60%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset; }

.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 80%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset; }

.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 5px 18px;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0 white;
  margin: 0 auto; }

.wpcf7 input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset; }

@media (max-width: 768px) {
  div.wpcf7 {
    padding: 0px;
    margin: 0 0 0 0px !important; }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="url"] {
    background-color: #fff;
    color: #333;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset; }
  .wpcf7 textarea {
    background-color: #fff;
    color: #333;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset; } }
