@charset "UTF-8";
/* -----------------------------------------------------------
Common
----------------------------------------------------------- */
html {
  width: 100%;
  height: 100%; }

body {
  font-size: 16px;
  line-height: 1em; }
  body * {
    box-sizing: border-box; }

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

p {
  line-height: 1.7em;
  margin-bottom: 1.3em; }

li, ol, ul {
  list-style: none;
  list-style-type: none; }

a:hover img {
  opacity: 0.75; }

/* -----------------------------------------------------------
Content
----------------------------------------------------------- */
.wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.content {
  width: 720px;
  overflow: hidden;
  float: left; }

.sidebar {
  width: 250px;
  overflow: hidden;
  float: right; }

.u_s {
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15); }

/* -----------------------------------------------------------
Header
----------------------------------------------------------- */
.hd-line h1 {
  width: 1000px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700; }

/* -----------------------------------------------------------
Footer
----------------------------------------------------------- */
footer {
  margin-top: 50px;
  padding-top: 30px;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15) inset; }

.ft-bg {
  margin-top: 20px;
  padding: 30px 0; }

/* ---- フッターリスト ---- */
.ft-list li {
  line-height: 1.7; }
.ft-list ul li {
  font-size: 15px; }
  .ft-list ul li:before {
    margin-right: 10px; }
  .ft-list ul li li {
    padding-left: 10px;
    font-size: 13px; }
    .ft-list ul li li:before {
      margin-right: 10px; }
    .ft-list ul li li li {
      font-size: 11px;
      padding-left: 10px; }
.ft-list ul a:hover {
  text-decoration: underline; }

/* ---- copyright ---- */
p.copyright {
  margin: 0;
  padding: 15px 0;
  text-align: center; }

/* ---- TOPへ戻るボタン ---- */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }

/* -----------------------------------------------------------
Sidebar
----------------------------------------------------------- */
.sidebar01 h2 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 80px;
  border: 1px solid;
  border-radius: 6px 6px 0 0; }
.sidebar01 ul.sidenav {
  border: 1px solid;
  border-radius: 0 0 6px 6px; }
  .sidebar01 ul.sidenav li {
    border-bottom: 1px solid;
    line-height: 40px; }
    .sidebar01 ul.sidenav li a {
      font-size: 15px;
      display: block;
      padding-left: 10px;
      font-weight: 700; }
    .sidebar01 ul.sidenav li:hover a {
      text-decoration: none; }
    .sidebar01 ul.sidenav li li a {
      font-size: 14px;
      font-weight: normal; }
  .sidebar01 ul.sidenav ul li a:before {
    margin-right: 10px; }
  .sidebar01 ul.sidenav ul li:hover a {
    text-decoration: none; }

/* -----------------------------------------------------------
Global-menu
----------------------------------------------------------- */
div.mega-global {
  display: none;
  width: 460px;
  position: absolute;
  top: 100%;
  opacity: 0.95;
  padding: 10px; }
div.mega-global-inner {
  float: right;
  width: 200px;
  padding-top: 150px;
  text-align: left; }
  div.mega-global-inner p {
    text-align: left;
    font-size: 12px; }

nav.mega-global {
  width: 100%; }
  nav.mega-global ul {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    nav.mega-global ul li {
      text-align: center;
      float: left; }
      nav.mega-global ul li div.mega-global {
        background-size: 200px auto !important;
        background-repeat: no-repeat !important;
        background-position: 245px 15px !important;
        border: 2px solid; }
      nav.mega-global ul li:nth-child(5) div.mega-global {
        left: -130px; }
      nav.mega-global ul li:nth-child(6) div.mega-global {
        left: -130px; }
    nav.mega-global ul ul.sub-menu {
      float: left;
      width: 230px;
      height: auto;
      position: relative; }
      nav.mega-global ul ul.sub-menu li {
        text-align: left;
        line-height: 30px;
        height: 30px;
        width: 230px;
        position: relative; }
        nav.mega-global ul ul.sub-menu li:before {
          position: absolute;
          font-size: 20px;
          line-height: 25px; }
        nav.mega-global ul ul.sub-menu li a {
          font-size: 14px;
          background: none;
          display: block;
          text-indent: 0;
          line-height: 30px;
          height: 30px;
          width: 230px;
          padding-left: 15px; }
          nav.mega-global ul ul.sub-menu li a:hover {
            background: none;
            width: 230px; }
  nav.mega-global a {
    overflow: hidden;
    display: block;
    text-indent: 100%;
    white-space: nowrap; }

/* -----------------------------------------------------------
Breadcrumb
----------------------------------------------------------- */
.breadcrumb {
  width: 1000px;
  font-size: 11px;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  margin: 15px 0 10px; }

/* -----------------------------------------------------------
コンテンツ
----------------------------------------------------------- */
/* -----------------------------------------------------------
中ページ
----------------------------------------------------------- */
/* ----- 表示設定 ----- */
.pc-none {
  display: none !important; }

/* ----- 下線 ----- */
hr {
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin: 30px 1%; }

/* -----------------------------------------------------------
画像
----------------------------------------------------------- */
/* ----- 画像配置：width:45% ----- */
.img_s {
  margin-bottom: 15px;
  overflow: hidden; }
  .img_s img {
    max-width: 45%; }

.content .img_s img, .content .box img {
  border: 1px solid;
  padding: 3px;
  margin-bottom: 15px; }

.fl {
  float: left;
  margin-right: 2%; }

.fr {
  float: right;
  margin-left: 2%; }

.center {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }

/* ----- 画像幅 ----- */
.i_w40 {
  max-width: 40%; }

.i_w60 {
  max-width: 60%; }

.i_w80 {
  max-width: 80%; }

/* -----------------------------------------------------------
テキスト・タイトル
----------------------------------------------------------- */
/* ----- コンテンツ共通 ----- */
.content h2 {
  margin-top: 30px; }
.content h3 {
  border-bottom: 1px dashed;
  border-left: 6px solid;
  margin-bottom: 17px;
  line-height: 45px;
  padding-left: 15px;
  font-size: 20px; }
.content h4 {
  border-bottom: 1px dashed;
  border-left: 3px solid;
  margin-bottom: 15px;
  line-height: 23px;
  padding-left: 7px;
  font-size: 16px; }
.content p {
  line-height: 1.6em; }
.content ul {
  margin-bottom: 1.3em; }
.content li {
  line-height: 1.6em; }
.content .btn {
  margin: 0 10px 10px 0; }
.content iframe {
  margin-bottom: 15px; }
.content a:hover {
  text-decoration: underline; }

/* ----- 配置 ----- */
.ta_l {
  text-align: left; }

.ta_r {
  text-align: right; }

.ta_c {
  text-align: center; }

/* ----- テキストボーダー ----- */
.t_b {
  margin: 0 5px;
  padding-bottom: 2px;
  font-weight: 700; }

/* ----- 強調 ----- */
b {
  font-weight: 700; }

/* ----- 引用 ----- */
blockquote {
  position: relative;
  margin: 2em 0;
  padding: 1em 1em 1em 2.6em;
  font-size: .9em;
  border-left: 5px solid #CCC;
  border-radius: 2px; }

blockquote:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '”';
  font-family: sans-serif;
  font-size: 6em;
  opacity: .1; }

/* ----- テキストサイズ ----- */
.fs_s {
  font-size: 13px; }

.fs_m {
  font-size: 15px; }

.fs_l {
  font-size: 18px; }

.fs_xl {
  font-size: 21px; }

/* -----------------------------------------------------------
テキスト装飾
----------------------------------------------------------- */
/* -- カウント -- */
.cn_r, .cn_r_b {
  counter-reset: number 0; }

.count {
  position: relative;
  padding-left: 2.5em; }
  .count::before {
    border: 2px solid;
    border-radius: 100%;
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    height: 1.5em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    top: -0.3em; }

/* -- アイコン -- */
.i_b, .i_li li {
  padding-left: 25px;
  text-indent: -25px; }

.i_a:after {
  margin-left: 10px; }

.i_b:before, .i_li li:before {
  margin-right: 10px; }

/* -- アイコンリスト -- */
/* -----------------------------------------------------------
BOX
----------------------------------------------------------- */
.l02_box h3, .l01_box_b0 h3 {
  font-size: 17px;
  line-height: 1.7;
  border-left: 6px solid;
  padding-left: 10px;
  border-bottom: 0; }

.l03_box h3, .l04_box h3, .l03_box_b h3, .l04_box_b h3 {
  font-size: 15px;
  line-height: 1.7;
  border-left: 6px solid;
  padding-left: 8px;
  border-bottom: 0; }

/* -- 枠・背景無しBOX -- */
.l01_box {
  margin-bottom: 15px; }
  .l01_box p {
    margin-bottom: 0; }
  .l01_box .box {
    margin: 15px 0;
    width: 100%; }
  .l01_box h2 {
    margin-top: 0; }
  .l01_box h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 55px;
    margin: 0 0 20px;
    text-align: center;
    border-left: none; }

.l02_box {
  margin-bottom: 15px; }
  .l02_box p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 90%; }
  .l02_box .box {
    margin: 15px 0;
    width: calc(50% - 15px); }
  .l02_box h2 {
    margin-top: 0; }

.l03_box {
  margin-bottom: 15px; }
  .l03_box p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 85%; }
  .l03_box .box {
    margin: 15px 0;
    width: calc(33.3% - 15px); }
  .l03_box h2 {
    margin-top: 0; }

.l04_box {
  margin-bottom: 15px; }
  .l04_box p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 80%; }
  .l04_box .box {
    margin: 15px 0;
    width: calc(25% - 10px); }
  .l04_box h2 {
    margin-top: 0; }

/* -- 枠・背景ありBOX -- */
.l01_box_b {
  margin-bottom: 15px; }
  .l01_box_b p {
    margin-bottom: 0; }
  .l01_box_b .box {
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    padding: 15px;
    width: 100%; }
  .l01_box_b h2 {
    margin-top: 0; }
  .l01_box_b h3 {
    border-bottom: 1px solid;
    font-size: 26px;
    font-weight: normal;
    line-height: 55px;
    margin: 0 0 20px;
    text-align: center;
    border-left: none; }

.l01_box_b0 {
  margin-bottom: 15px; }
  .l01_box_b0 p {
    margin-bottom: 0; }
  .l01_box_b0 .box {
    border: 1px solid;
    margin: 15px 0;
    padding: 15px;
    width: 100%; }
  .l01_box_b0 h2 {
    margin-top: 0; }

.l03_box_b {
  margin-bottom: 15px; }
  .l03_box_b p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 85%; }
  .l03_box_b .box {
    border: 1px solid;
    margin: 15px 0;
    padding: 10px;
    width: calc(33.3% - 10px); }
  .l03_box_b h2 {
    margin-top: 0; }

.l04_box_b {
  margin-bottom: 15px; }
  .l04_box_b p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 80%; }
  .l04_box_b .box {
    border: 1px solid;
    margin: 15px 0;
    padding: 8px;
    width: calc(25% - 10px); }
  .l04_box_b h2 {
    margin-top: 0; }

/* -- スマホ横並び2LINE -- */
.l02_box_sp p {
  width: calc(50% - 15px); }

/* -----------------------------------------------------------
BOX装飾
----------------------------------------------------------- */
/* -- BOX-IMG付き -- */
.box_i1 h3 {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  padding-left: 16px; }
.box_i1 p {
  max-width: 65%;
  padding-left: 16px; }

.box_i2 h3 {
  border-bottom: 0;
  line-height: 1.3;
  margin-top: 10px;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  padding-left: 16px; }
.box_i2 p {
  max-width: 65%;
  padding-left: 16px; }

.box_i3 h3 {
  border-bottom: 0;
  line-height: 1.3;
  margin-top: 10px;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  padding-left: 16px; }
.box_i3 p {
  max-width: 65%;
  padding-left: 16px; }

/* -- ポイントボックス -- */
.p_box .box::before {
  content: "POINT";
  font-size: 20px;
  font-weight: bold;
  left: 15px;
  padding: 0 0.5em;
  position: absolute;
  top: -17px; }
.p_box .box {
  border: 2px solid;
  border-radius: 4px;
  line-height: 20px;
  margin: 2em 0;
  padding: 1em;
  position: relative; }
  .p_box .box p {
    margin-bottom: 0; }

/* -- 症例ボックス -- */
.case-box .inner {
  width: calc(50% - 1rem); }
.case-box h3 {
  font-size: 16px;
  padding: 0 0 10px 10px;
  margin: 15px 0;
  border-bottom: 3px solid;
  font-weight: 700;
  text-align: left;
  line-height: 1.3; }

/* -- 2Lineboxパターン -- */
.l02_box_b, .l02_box_b0 {
  margin-bottom: 15px; }
  .l02_box_b p, .l02_box_b0 p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 90%; }
  .l02_box_b .box, .l02_box_b0 .box {
    border: 1px solid;
    margin: 15px 0;
    padding: 15px;
    width: calc(50% - 10px); }
  .l02_box_b h2, .l02_box_b0 h2 {
    margin-top: 0; }
  .l02_box_b h3, .l02_box_b0 h3 {
    font-size: 17px;
    line-height: 1.7;
    border-left: 6px solid;
    padding-left: 10px;
    border-bottom: 0; }

.l02_box_b1 {
  margin-bottom: 15px; }
  .l02_box_b1 p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 90%;
    margin: 15px 15px 0 15px; }
  .l02_box_b1 .box {
    margin: 15px 0;
    padding-bottom: 15px;
    width: calc(50% - 10px); }
  .l02_box_b1 h2 {
    margin-top: 0; }
  .l02_box_b1 h3 {
    border-bottom: 0;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }

.l02_box_b2 {
  margin-bottom: 15px; }
  .l02_box_b2 p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 90%;
    margin: 15px 15px 0 15px; }
  .l02_box_b2 .box {
    margin: 15px 0;
    padding-bottom: 15px;
    width: calc(50% - 10px); }
  .l02_box_b2 h2 {
    margin-top: 0; }
  .l02_box_b2 h3 {
    border-bottom: 0;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
    padding: 10px; }

/* -----------------------------------------------------------
メニューBOX
----------------------------------------------------------- */
/* ----- メニューボックス（2LINE） ----- */
.menu-box .box {
  border: 1px solid;
  margin: 15px 0;
  padding: 15px 10px;
  width: calc(50% - 10px);
  position: relative; }
  .menu-box .box .box1 {
    width: calc(40% - 5px);
    margin: 0 !important; }
  .menu-box .box .box2 {
    width: calc(60% - 5px);
    margin: 0 !important;
    position: relative; }
    .menu-box .box .box2 .menu-btn {
      bottom: 0;
      font-size: 10px;
      padding: 2px 7px;
      position: absolute;
      right: 0;
      border-radius: 3px; }
  .menu-box .box h3 {
    font-size: 15px;
    line-height: 1.7;
    padding-left: 5px;
    margin-bottom: 10px;
    border-bottom: 0; }
  .menu-box .box p {
    font-size: 13px;
    margin-bottom: 0; }
  .menu-box .box img {
    margin-bottom: 0; }
  .menu-box .box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .menu-box .box:hover {
    cursor: pointer;
    opacity: 0.8;
    webkit-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; }

/* -----------------------------------------------------------
ボタン
----------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 5px 30px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn::before, .btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .btn:hover {
    text-decoration: none !important; }

.btn_1 {
  border: 2px solid; }

.box .btn_1 {
  margin-top: 1.3em; }

/* -----------------------------------------------------------
テーブル
----------------------------------------------------------- */
/* ----- テーブル ----- */
table {
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%; }

table img {
  width: 100%; }

th, td {
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  padding: 10px 1%;
  text-align: left;
  vertical-align: middle; }

/* ----- アクセステーブル（アクセス/access） ----- */
.table_ac th {
  width: 150px; }

/* ----- 治療費テーブル（治療費一覧/fee） ----- */
.table_fee {
  font-size: 13px; }
  .table_fee th {
    text-align: center; }
  .table_fee td {
    width: 45%; }
    .table_fee td:first-child {
      width: 15%; }
    .table_fee td:nth-child(2) {
      width: 18%; }
    .table_fee td:last-child {
      text-align: right;
      width: 22%; }

/* -----------------------------------------------------------
Q&A（アコーディオン）
----------------------------------------------------------- */
.faq h3 {
  position: relative;
  padding-left: 60px;
  border-left: 0; }
  .faq h3::before {
    border-radius: 100%;
    content: "Q";
    left: 0;
    position: absolute;
    text-align: center;
    width: 40px;
    line-height: 40px; }
.faq p {
  position: relative;
  padding: 20px 30px 20px 80px; }
  .faq p::before {
    border-radius: 100%;
    content: "A";
    font-size: 20px;
    font-weight: 700;
    left: 30px;
    position: absolute;
    text-align: center;
    width: 40px;
    line-height: 40px; }

/* -----------------------------------------------------------
ブログ・症例
----------------------------------------------------------- */
/* ----- サイドバナー ----- */
.blog-side {
  margin-bottom: 30px;
  border: 1px solid; }
  .blog-side h2 {
    text-align: center;
    line-height: 35px;
    margin-bottom: 15px; }

ul.archive_box {
  font-size: 12px;
  padding: 0 5px; }
  ul.archive_box li {
    border-bottom: 1px dashed !important;
    line-height: 25px;
    padding: 5px 0;
    padding-left: 5px;
    margin-bottom: 3px; }
    ul.archive_box li a {
      text-decoration: underline; }
    ul.archive_box li.header {
      padding-left: 0;
      font-size: 15px;
      font-weight: bold; }

/* ----- ブログ一覧ページ ----- */
.post h1 {
  font-size: 21px;
  background: none;
  border-bottom: 4px double;
  text-align: left;
  padding: 0 !important;
  margin-bottom: 30px !important; }
.post .blog_archive .blog_img {
  width: calc(34% - 20px); }
  .post .blog_archive .blog_img img {
    height: auto;
    width: 100%; }
.post .blog_archive .blog_text {
  width: calc(66% - 20px); }
  .post .blog_archive .blog_text .inner {
    overflow: hidden; }
    .post .blog_archive .blog_text .inner .date {
      float: left; }
    .post .blog_archive .blog_text .inner .cat {
      float: right; }

/* ----- ブログシングルページ ----- */
.post_inner {
  border-bottom: 1px dashed;
  margin-bottom: 20px;
  overflow: hidden; }
  .post_inner .date {
    float: left; }
  .post_inner .cat {
    float: right; }

/* ----- コラム一覧ページ ----- */
.post h1 {
  font-size: 21px !important;
  background: none !important;
  border-bottom: 4px double;
  text-align: left !important; }
.post .column_archive .column_img {
  width: calc(45% - 20px); }
  .post .column_archive .column_img img {
    height: auto;
    width: 100%; }
.post .column_archive .column_text {
  width: calc(55% - 20px); }

/* ----- 新着情報一覧ページ ----- */
dl.news-archive {
  overflow: hidden;
  padding: 0; }
  dl.news-archive dt, dl.news-archive dd {
    float: left;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    border-bottom: 1px dashed; }
  dl.news-archive dt {
    margin-right: 10px;
    width: 125px; }
  dl.news-archive dd {
    width: 580px; }

/* -----------------------------------------------------------
Pagenation
----------------------------------------------------------- */
p.pagenation {
  margin: 20px 10px;
  margin-top: 45px;
  text-align: center; }
  p.pagenation a, p.pagenation span {
    padding: 3px 6px;
    margin-right: 5px; }
p.post_kiji {
  margin-bottom: 5px; }

.single_pn {
  overflow: hidden;
  margin-top: 50px;
  padding: 15px 10px;
  border: 1px solid; }

.navi-pre-next {
  font-size: 90%; }

.prev {
  float: left; }

.next {
  float: right; }

/* -----------------------------------------------------------
コンタクトフォーム
----------------------------------------------------------- */
.contactform {
  width: 960px;
  margin: 0 auto 50px;
  padding: 0;
  height: auto;
  clear: both; }
  .contactform input, .contactform select {
    font-size: 14px;
    height: 30px;
    margin: 6px 10px;
    padding: 0 10px;
    border: 1px solid;
    border-radius: 2px;
    vertical-align: middle; }
  .contactform h1 {
    border-bottom: 1px dashed;
    border-left: 10px solid;
    margin-bottom: 30px;
    line-height: 1.3;
    padding-left: 30px;
    font-size: 38px; }
  .contactform textarea {
    font-size: 14px;
    margin: 6px 10px;
    padding: 10px;
    border: 1px solid;
    width: 80%; }
  .contactform .drop {
    width: 80%; }
  .contactform .date, .contactform .time {
    width: 40% !important; }
  .contactform .table01 {
    border: 3px solid;
    margin-top: 37px;
    padding: 5px; }
  .contactform .table02 {
    margin: 0 auto; }
  .contactform tr {
    border-bottom: 1px dotted; }
  .contactform th {
    width: 33%;
    border: none;
    padding: 0 0 0 10px; }
  .contactform td {
    border: none;
    padding: 0 0 0 10px; }
    .contactform td br {
      display: none; }
  .contactform p {
    line-height: 1.3em; }
  .contactform ul {
    margin-bottom: 1.3em; }
  .contactform li {
    line-height: 1.3em; }
  .contactform .btn {
    margin: 0 10px 10px 0; }
  .contactform a:hover {
    text-decoration: underline; }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
  width: 80%; }

.m-alert {
  font-size: 12px;
  line-height: 30px;
  margin-right: 10px;
  padding: 3px 10px; }

input[type=submit] {
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  margin: 40px 10px;
  width: 33%; }

td.cb span.wpcf7-list-item {
  display: block;
  float: left;
  font-size: 90%;
  margin-left: 0.5em;
  min-width: 180px; }

.sent .forminner {
  display: none; }
