@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none; } }
@media (max-width: 767px) {
  .hidden-sp {
    display: none; } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1;
  -webkit-font-kerning: none;
  font-kerning: none;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  /*	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none */ }

input::-ms-clear {
  visibility: hidden; }

input::-ms-reveal {
  visibility: hidden; }

textarea {
  resize: vertical; }

button {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.ColL {
  float: left; }

.ColR {
  float: right; }

.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.v-middle {
  vertical-align: middle !important; }

.v-bottom {
  vertical-align: bottom !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.txt80 {
  font-size: 80% !important; }

.txt90 {
  font-size: 90% !important; }

.txt110 {
  font-size: 110% !important; }

.txt120 {
  font-size: 120% !important; }

.txt130 {
  font-size: 130% !important; }

.txt150 {
  font-size: 150% !important; }

.txt170 {
  font-size: 170% !important; }

.cf:before,
.cf:after {
  content: "" !important;
  display: block !important;
  overflow: hidden !important; }

.cf:after {
  clear: both !important; }

.cf {
  zoom: 1 !important; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

table {
  width: 100%; }
  table tr:nth-child(even) {
    background: #c4ecf7; }
  table th, table td {
    padding: 15px;
    text-align: left;
    box-sizing: border-box; }
  table th {
    font-weight: bold; }
  @media (max-width: 767px) {
    table:not(.no_collapse) {
      display: block; }
      table:not(.no_collapse) tbody, table:not(.no_collapse) tr, table:not(.no_collapse) th, table:not(.no_collapse) td {
        width: 100% !important;
        display: block; }
      table:not(.no_collapse) th {
        padding: 10px 10px 0; }
        table:not(.no_collapse) th:before {
          margin-right: 1px; }
      table:not(.no_collapse) td {
        padding: 5px 10px 10px 20px; } }

.ttl {
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 25px 10px;
  margin-bottom: 20px;
  background: #000;
  color: #fff;
  font-feature-settings: 'pkna';
  line-height: 1.2; }
  .ttl span {
    font-size: 60%;
    display: block;
    letter-spacing: 0.1em;
    border-bottom: solid 2px #fff;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .ttl b {
    color: #ff43a4; }

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #333; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

#wrap {
  width: 100%;
  margin: auto; }
  @media (min-width: 768px) {
    #wrap {
      min-width: 800px; } }

.container {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .container {
      width: 800px; } }

main {
  display: block; }

#mv .mv_img {
  background: #3088d0 url("../img/mv_bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 50%;
  text-align: center; }
  #mv .mv_img img {
    margin-bottom: 20px; }
  #mv .mv_img h1 {
    font-size: 250%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: solid 2px #fff; }
    #mv .mv_img h1 span {
      display: block; }
      #mv .mv_img h1 span:nth-child(1) {
        margin-bottom: -15px;
        font-size: 60%;
        text-shadow: #134f8e 4px 0px 0px, #134f8e 3.87565px 0.98962px 0px, #134f8e 3.51033px 1.9177px 0px, #134f8e 2.92676px 2.72656px 0px, #134f8e 2.16121px 3.36588px 0px, #134f8e 1.26129px 3.79594px 0px, #134f8e 0.28295px 3.98998px 0px, #134f8e -0.71298px 3.93594px 0px, #134f8e -1.66459px 3.63719px 0px, #134f8e -2.51269px 3.11229px 0px, #134f8e -3.20457px 2.39389px 0px, #134f8e -3.69721px 1.52664px 0px, #134f8e -3.95997px 0.56448px 0px, #134f8e -3.97652px -0.43278px 0px, #134f8e -3.74583px -1.40313px 0px, #134f8e -3.28224px -2.28625px 0px, #134f8e -2.61457px -3.02721px 0px, #134f8e -1.78435px -3.57996px 0px, #134f8e -0.84318px -3.91012px 0px, #134f8e 0.15041px -3.99717px 0px, #134f8e 1.13465px -3.8357px 0px, #134f8e 2.04834px -3.43574px 0px, #134f8e 2.83468px -2.82216px 0px, #134f8e 3.44477px -2.03312px 0px, #134f8e 3.84068px -1.11766px 0px, #134f8e 3.9978px -0.13272px 0px; }
      #mv .mv_img h1 span:nth-child(2) {
        padding: 15px 0;
        background: #134f8e;
        border-bottom: solid 2px #fff;
        border-top: solid 2px #fff; }
      #mv .mv_img h1 span:nth-child(3) {
        padding: 15px 0;
        background: rgba(48, 136, 208, 0.6);
        letter-spacing: 0.15em; }
#mv .mv_txt_wrap {
  background: #3ec7ee;
  padding-top: 50px;
  position: relative; }
  #mv .mv_txt_wrap:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); }
#mv .mv_txt_lead {
  text-align: center; }
  #mv .mv_txt_lead li {
    background: #fff;
    font-size: 141.66667%;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 10px 0;
    border-radius: 5px; }
    #mv .mv_txt_lead li span {
      font-size: 70.58824%;
      font-weight: normal;
      display: block; }
#mv .mv_txt_check li {
  background: url("../img/icon_check.png") no-repeat 0 center;
  background-size: 32px 27px;
  border-top: solid 1px #333;
  font-size: 125%;
  padding: 10px 0 10px 45px; }
  #mv .mv_txt_check li:first-child {
    border-top: 0; }
#mv .mv_txt_copy {
  background: #fff url("../img/mv_txt_bg.png") no-repeat top center;
  background-size: 100% auto;
  font-size: 166.66667%;
  font-weight: bold;
  color: #3ec7ee;
  text-align: center;
  padding-top: 15%;
  padding-bottom: 30px; }
@media (min-width: 768px) {
  #mv .mv_img {
    padding-bottom: 20%;
    text-align: center; }
    #mv .mv_img h1 {
      font-size: 300%;
      max-width: 600px;
      margin: auto; }
      #mv .mv_img h1 span:nth-child(1) {
        margin-bottom: -25px; }
      #mv .mv_img h1 span:nth-child(2) {
        border-right: solid 2px #fff;
        border-left: solid 2px #fff; }
      #mv .mv_img h1 span:nth-child(3) {
        border-right: solid 2px #fff;
        border-left: solid 2px #fff; }
  #mv .mv_txt_copy {
    padding-top: 11%; } }

#detail {
  padding-bottom: 30px; }

#about {
  background: url("../img/about_bg.png") repeat;
  background-size: 11px 10px;
  text-align: center;
  padding-bottom: 30px; }
  #about h2.ttl {
    background: transparent;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 0; }
    #about h2.ttl span {
      border-color: #333; }
    #about h2.ttl b {
      color: #3ec7ee; }
  #about p {
    margin-bottom: 10px; }
  #about .txt_lead {
    font-size: 125%;
    font-weight: bold; }

#merit .merit_box {
  border-left: solid 2px #3ec7ee;
  margin-bottom: 15px; }
  #merit .merit_box h3 {
    background: linear-gradient(-45deg, #f5007e 15px, #3ec7ee 15px) #3ec7ee;
    color: #fff;
    padding: 10px 15px;
    font-size: 141.66667%;
    font-weight: bold; }
  #merit .merit_box .txt {
    padding: 15px; }

#recommend {
  padding-bottom: 50px; }
  #recommend h2 {
    text-align: center; }
  #recommend ol {
    background: #3ec7ee;
    padding: 10px 10px 25px 10px;
    counter-reset: count;
    font-size: 141.66667%;
    line-height: 1.2; }
    #recommend ol li {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      #recommend ol li:before {
        counter-increment: count;
        content: counter(count);
        color: #fff;
        background: #000;
        display: inline-block;
        padding: 4px 10px;
        text-align: center;
        margin-right: 10px; }
  @media (min-width: 768px) {
    #recommend h2 {
      margin-bottom: -160px; }
    #recommend ol {
      padding: 20% 10px 25px 10px; } }

#evaluation {
  background: #c4ecf7;
  padding-bottom: 40px; }
  #evaluation ol {
    margin-bottom: 20px; }
  #evaluation li {
    background: #fff;
    font-size: 141.66667%;
    border-bottom: solid 2px #3ec7ee;
    margin-bottom: 5px;
    padding: 10px;
    align-items: center;
    display: flex; }
    #evaluation li img {
      width: 55px;
      margin-right: 5px; }
  #evaluation p {
    text-align: center; }
  @media (min-width: 768px) {
    #evaluation ol {
      display: flex;
      justify-content: space-between; }
    #evaluation li {
      width: 30%;
      font-size: 116.66667%;
      padding: 15px 10px; } }

#point {
  background: #f8f1d2 url("../img/point_bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 70%;
  margin-bottom: 30px; }
  #point li {
    border-bottom: dashed 1px #636054;
    padding: 15px 0;
    text-indent: -18px;
    padding-left: 18px; }
    #point li:before {
      content: "";
      width: 11px;
      height: 11px;
      display: inline-block;
      background: #fff;
      border: solid 1px #333;
      border-radius: 6px;
      vertical-align: middle;
      margin-right: 5px; }
    #point li:last-child {
      border-bottom: 0; }
    #point li em {
      color: #ff44a4;
      font-weight: bold; }
  @media (min-width: 768px) {
    #point {
      padding-bottom: 68%; }
      #point h2 img {
        height: 150px; }
      #point ul {
        width: 530px;
        margin: auto; }
      #point li {
        box-sizing: border-box;
        border-bottom: 0;
        padding: 5px 0; } }

#voice {
  background: url("../img/voice_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }
  #voice h2 {
    background: transparent; }
  #voice .voice_item {
    display: flex;
    justify-content: space-between;
    max-width: 380px;
    margin: auto;
    padding: 20px 0;
    border-bottom: solid 1px #fff; }
    #voice .voice_item:last-child {
      border-bottom: 0; }
    #voice .voice_item:nth-child(odd) {
      flex-direction: row-reverse; }
    #voice .voice_item .img {
      width: 100px; }
    #voice .voice_item .txt {
      width: calc(100% - 120px);
      font-weight: bold; }
      #voice .voice_item .txt h3 {
        font-size: 166.66667%;
        margin-bottom: 10px; }
        #voice .voice_item .txt h3 span {
          font-size: 55%;
          display: block; }
      #voice .voice_item .txt p {
        font-size: 125%;
        margin-bottom: 10px; }
  @media (min-width: 768px) {
    #voice .container {
      display: flex; }
    #voice .voice_item {
      width: 30%;
      border-bottom: 0; }
      #voice .voice_item:nth-child(odd) {
        flex-direction: row; }
      #voice .voice_item .img {
        width: 80px; }
      #voice .voice_item .txt {
        width: calc(100% - 90px); }
        #voice .voice_item .txt h3 {
          font-size: 125%; }
        #voice .voice_item .txt p {
          font-size: 83.33333%; } }

.voice_modal {
  padding: 5px 10px; }
  .voice_modal .voice_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    flex-direction: row-reverse;
    text-align: center;
    margin-bottom: 15px; }
    .voice_modal .voice_modal_header .img {
      padding: 0; }
      .voice_modal .voice_modal_header .img img {
        width: 90px; }
    .voice_modal .voice_modal_header .txt {
      min-width: 150px; }
    .voice_modal .voice_modal_header h3 {
      font-size: 125%;
      line-height: 1;
      background: #3ec7ee;
      color: #fff;
      padding: 10px 5px;
      margin-bottom: 10px; }
    .voice_modal .voice_modal_header p:last-child {
      font-size: 200%;
      color: #3ec7ee; }
  .voice_modal h4 {
    font-weight: bold;
    padding: 0 0 3px 25px;
    border-bottom: solid 2px #333333;
    margin: 15px 0 5px;
    position: relative;
    color: #333333; }
    .voice_modal h4:before {
      content: '';
      background: url("../img/modal_icon_q.png") no-repeat;
      background-size: contain;
      width: 19px;
      height: 15px;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .voice_modal .voice_timetable {
    margin-top: 50px; }
    .voice_modal .voice_timetable h3 {
      color: #fff;
      font-weight: bold;
      font-size: 150%;
      background: #1caed8;
      background-size: 4px 1px;
      padding: 10px;
      margin-bottom: 10px;
      line-height: 1;
      text-align: center; }
    .voice_modal .voice_timetable table {
      border-collapse: separate;
      border-spacing: 3px;
      margin: 0 -3px; }
    .voice_modal .voice_timetable tr {
      background: #fff; }
    .voice_modal .voice_timetable th, .voice_modal .voice_timetable td {
      padding: 5px 15px; }
    .voice_modal .voice_timetable th {
      background: #f8f1d2;
      font-weight: bold;
      font-size: 133.33333%;
      text-align: center;
      width: 5em;
      padding: 5px; }
  @media (min-width: 768px) {
    .voice_modal {
      padding: 10px; }
      .voice_modal .voice_modal_header {
        justify-content: space-around;
        margin-bottom: 30px; }
        .voice_modal .voice_modal_header .txt {
          width: 450px; }
        .voice_modal .voice_modal_header .img img {
          width: auto; }
      .voice_modal h4 {
        padding: 5px 0 3px 45px; }
        .voice_modal h4:before {
          width: 37px;
          height: 29px; }
      .voice_modal .voice_timetable th {
        width: 160px;
        line-height: 1.2; } }

#message {
  background: #c4ecf7;
  padding-bottom: 50px; }
  #message h2 {
    background: #1caed8; }
  #message .txt_lead {
    font-weight: bold;
    font-size: 141.66667%; }
  #message p {
    margin-bottom: 10px; }
  #message ul {
    margin-bottom: 10px; }
  #message li {
    border-bottom: dashed 1px #333;
    font-weight: bold;
    padding: 5px 0; }
  #message em {
    font-weight: bold; }
  #message + .block_entry:before {
    border-top-color: #c4ecf7; }

#flow {
  padding-bottom: 40px; }
  #flow .flow_box_wrap {
    /* フローの囲み */
    background: url("../img/flow_line.png") no-repeat 33px center;
    /* フロー間をつなぐ線画像 */
    background-size: 4px 80%;
    /* フロー間をつなぐ線の幅　線の縦の長さ */ }
  #flow .flow_box {
    overflow: hidden;
    padding: 20px 0 10px; }
    #flow .flow_box .img {
      /* フローのアイコン */
      width: 70px;
      float: left;
      margin: -12px 10px 0 0; }
    #flow .flow_box .txt {
      /* フローの説明文 */
      background: #f8f1d2;
      font-size: 125%;
      font-weight: bold;
      padding: 15px;
      line-height: 1;
      margin-left: 20px; }
    #flow .flow_box span {
      font-size: 80%;
      font-weight: normal;
      margin-left: 15px; }

#faq {
  background: #c4ecf7;
  padding-bottom: 40px; }
  #faq .faq_box {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #3ec7ee; }
    #faq .faq_box h3 {
      border-bottom: solid 2px #3ec7ee;
      font-size: 133.33333%;
      font-weight: bold;
      line-height: 1.2;
      position: relative;
      padding: 6px 0 6px 30px;
      margin-bottom: 10px; }
      #faq .faq_box h3:before {
        /* Q.アイコン */
        content: '';
        background: url("../img/faq_icon.png") no-repeat;
        background-size: contain;
        width: 23px;
        height: 29px;
        display: block;
        position: absolute;
        top: 4px;
        left: 0; }

.block_entry {
  background: url("../img/bg_stripe.png");
  text-align: center;
  padding: 32px 10px;
  position: relative; }
  .block_entry p {
    margin-top: 30px;
    line-height: 1.8; }
    .block_entry p img {
      width: 140px;
      vertical-align: middle;
      margin-right: 1vw; }
  .block_entry:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  @media (min-width: 768px) {
    .block_entry {
      padding-top: 45px; }
      .block_entry p img {
        width: 200px;
        margin: 0 10px; }
      .block_entry:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 35px 0 35px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); } }

#form {
  background: #f8f1d2; }
  #form h2 {
    background: #1caed8;
    letter-spacing: 0; }

.footer_tel {
  text-align: center;
  border-top: solid 1px #333;
  padding: 10px 10px 30px;
  margin-top: 40px; }
  .footer_tel p {
    line-height: 1.8; }
    .footer_tel p img {
      width: 140px;
      vertical-align: middle;
      margin-right: 1vw; }
  @media (min-width: 768px) {
    .footer_tel p {
      padding-top: 20px; }
      .footer_tel p img {
        width: 200px;
        margin: 0 10px; } }

footer {
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px; }

#cboxOverlay {
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

#cboxWrapper, #colorbox {
  border-radius: 5px;
  box-shadow: 0px 1px 5px #000; }

#cboxClose {
  background: url("../img/modal_close.png") no-repeat 0 0;
  background-size: contain;
  width: 44px;
  height: 44px;
  color: transparent; }

#loading {
  display: none; }

.thanks {
  padding: 20px;
  font-size: 110%; }

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 30px; }
  .table_form td {
    background: #f8f1d2;
    vertical-align: middle;
    padding: 10px; }
    @media (max-width: 767px) {
      .table_form td {
        padding: 0 5px 10px !important; } }
  .table_form th {
    background: #f8f1d2;
    width: 225px;
    text-align: left;
    vertical-align: top;
    position: relative;
    background-clip: padding-box !important;
    font-weight: bold;
    font-size: 116.66667%; }
    @media (max-width: 767px) {
      .table_form th {
        padding: 5px !important; } }
    .table_form th:after {
      position: absolute;
      right: 15px;
      top: 17px;
      font-size: 65%;
      padding: 4px 5px;
      line-height: 1;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .table_form th:after {
          top: 5px;
          right: 10px; } }
    .table_form th.required:after {
      content: "必須";
      color: #fff;
      background: #c90000; }
    .table_form th.option:after {
      content: "任意";
      color: #fff;
      background: #999999; }

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  border: solid 1px #c4b260;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333; }
  .table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
    outline: none;
    border: solid 1px #ffd100; }
.table_form input[type="checkbox"]:checked + span, .table_form input[type="radio"]:checked + span {
  font-weight: bold; }
.table_form textarea {
  width: 100%;
  height: 130px; }
.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px; }
  .table_form select option {
    padding: 0; }
.table_form .mwform-tel-field input[type="text"], .table_form .mwform-zip-field input[type="text"] {
  width: 5em; }
.table_form .horizontal-item {
  width: 49%;
  display: inline-block; }
  .table_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-left: 0 !important; }
  @media (max-width: 767px) {
    .table_form .horizontal-item {
      width: auto;
      display: block; } }
.table_form .mwform-radio-field {
  width: auto;
  display: inline-block; }
  .table_form .mwform-radio-field + .horizontal-item {
    margin-left: 10px !important; }

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center; }
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    height: 60px;
    width: 300px;
    border: none;
    font-size: 26px;
    font-weight: bold;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px; }
    .form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
        max-width: 80%; } }
    .form_button input[type=submit].confirm, .form_button input[type=submit].submit, .form_button input[type=button].confirm, .form_button input[type=button].submit, .form_button button[type=submit].confirm, .form_button button[type=submit].submit {
      background: url("../img/form_icon_send.png") no-repeat 90% center, linear-gradient(#f5007e 48%, #db0048 52%);
      background-size: 25px, auto;
      color: #fff; }

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 80%; }
  .frm.danger:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    border: 10px solid #c90000;
    border-color: transparent;
    border-bottom-color: #c90000; }
