@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-ltext-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

.p0 {
  padding: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.d-flex {
  display: flex;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.preline {
  white-space: pre-line;
}

.position-relative {
  position: relative;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.text-center {
  text-align: center;
}

.block-center {
  display: block;
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-nowrap {
  white-space: nowrap;
}

.h-10 {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.hidden {
  display: none !important;
}

.show {
  display: initial !important;
}

body {
  min-height: 100vh;
  position: relative;
  padding: 0 0 13.33333vw 0;
  background-color: #f0f0f0;
}

.mod-header.type-2nd {
  border-bottom: solid 1px #3d4d48;
}

.mod-header.type-2nd .mod-header__inner {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 2.66667vw;
}

.mod-header.type-2nd .mod-header__inner > a img {
  height: 9.33333vw;
}

.mod-header.type-2nd .mod-header__inner .mod-header__phone {
  display: flex;
  align-items: flex-end;
  margin: 0;
  flex-direction: row-reverse;
}

.mod-header.type-2nd .mod-header__inner .mod-header__phone .time {
  font-size: 2.66667vw;
  margin: 0 0 0 2.66667vw;
}

.mod-header.type-2nd .mod-header__inner .mod-header__phone .phone .sub {
  font-size: 2.66667vw;
}

.mod-header.type-2nd .mod-header__inner .mod-header__phone .phone > a {
  display: inline-block;
  width: 34.66667vw;
  height: auto;
}

.base-contents {
  background-color: #f0f0f0;
}

.base-contents .main_visual {
  background: #fff url(/include/img/technology/bg.png) repeat 50% 0;
  border-bottom: solid 1px #3d4d48;
}

.base-contents .main_visual h1 {
  text-align: center;
  color: #5a5a5a;
  font-size: 5.33333vw;
  padding: 6.66667vw 0;
}

.base-contents .base-contents__inner .price_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.33333vw 0 0;
}

.base-contents .base-contents__inner .price_link .price_linkbtn {
  font-size: 3.73333vw;
  padding: 1.6vw 5.33333vw 1.6vw 2.66667vw;
  border-radius: 1.06667vw;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.base-contents .base-contents__inner .price_link .price_linkbtn:nth-child(2) {
  margin: 0 2.66667vw;
}

.base-contents .base-contents__inner .price_link .price_linkbtn::after {
  content: "〉";
  color: #fff;
  position: absolute;
  right: 0;
}

.base-contents .base-contents__inner .price_lead {
  background-color: #7a9314;
}

.base-contents .base-contents__inner .price_sales {
  background-color: #1d638d;
}

.base-contents .base-contents__inner .price_teleapo {
  background-color: #1e6b2a;
}

.base-contents .base-contents__inner .form_text {
  display: block;
  text-align: center;
  padding: 5.33333vw 0;
}

.base-contents .base-contents__inner .form_text .price_text {
  display: block;
  text-align: left;
  line-height: 1.5;
  font-size: 3.73333vw;
}

.base-contents .base-contents__inner > .form_text {
  width: 100%;
  background-color: #fff;
  padding: 8vw;
  margin: 8vw auto;
  line-height: 1.6;
  font-size: 4.26667vw;
}

.base-contents .base-contents__inner > .form_text:empty {
  display: none;
}

.base-contents .base-contents__inner .form_box {
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 8vw;
}

.base-contents .base-contents__inner .form_box a,
.base-contents .base-contents__inner .form_text a {
  color: #b25a92;
  text-decoration: underline;
}

.base-contents .base-contents__inner .form_box a::after,
.base-contents .base-contents__inner .form_text a::after {
  margin: 0 3px;
  color: #b25a92;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  display: inline-block;
  text-decoration: none;
}

.base-contents .base-contents__inner .form_box a:empty::after,
.base-contents .base-contents__inner .form_text a:empty::after {
  content: "";
}

footer {
  background-color: #3d4d48;
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer .mod-footer2__copyright {
  text-align: center;
  font-size: 3.46667vw;
  padding: 3.46667vw 0;
}

input:not([type=checkbox], [type=radio]),
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

select {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

* {
  box-sizing: border-box;
}

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

input:not([type=checkbox], [type=radio]),
select,
textarea {
  border: 0;
  padding: 1.33333vw 1.86667vw;
  margin: 1.06667vw 0;
  color: #5a5a5a;
  border: solid 1px #d4d1cf;
  border-radius: 3px;
  max-width: 100%;
}

input[size="10"] {
  width: 10em;
}

.f_comt,
.f_comb {
  color: #d28200;
  font-size: 3.2vw;
  display: block;
}

.f_comt:empty,
.f_comb:empty {
  display: none;
}

.f_comt {
  color: #8c8c8c;
}

article.resp ul {
  padding: 0;
  margin: 0;
}

article.resp ul li {
  display: flex;
  list-style: none;
  padding: 0 0 5.33333vw;
  flex-direction: column;
}

article.resp ul li > label {
  font-weight: 500;
  font-size: 4vw;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0 0 1.6vw;
  cursor: auto;
}

article.resp ul li > label.required::after {
  display: inline-block;
  margin: 0 0 0 0.5em;
  content: "必須";
  background-color: #ff4843;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 3.46667vw;
  line-height: 1.8;
}

article.resp ul li.label {
  color: #3d4d48;
  font-weight: 700;
  border-bottom: solid 1px #3d4d48;
  margin: 1em auto 2.66667vw;
  padding: 0 0 2.13333vw;
  font-size: 5.33333vw;
  text-align: left;
  display: block;
}

article.resp ul li.label + .label_message {
  margin: 0 auto 1em;
}

article.resp ul li.label + .label_message:empty {
  display: none;
}

article.resp ul li .input {
  font-size: 4vw;
  width: 100%;
}

article.resp ul li .input span + span {
  display: block;
}

article.resp ul li .input em {
  font-style: normal;
  color: #f00;
  border-radius: 3px;
  font-size: 4.26667vw;
  display: inline-block;
  font-weight: 700;
}

article.resp ul li .input > label {
  display: inline-flex;
  padding: 0.55556vw 0 0;
  line-height: 2;
}

article.resp ul li .input > label + br {
  line-height: 0;
  height: 0;
}

article.resp ul li .input > label input {
  margin: 4px 8px 0 0;
}

article.resp ul li .hidden {
  display: block !important;
  padding: 8px 0 0;
}

article.resp .msgbox {
  display: block;
  text-align: center;
}

article.resp .msgbox h2 {
  display: inline-block;
  text-align: left;
}

article.resp .msgbox .message {
  display: inline-block;
  text-align: left;
  line-height: 2;
}

article.resp input,
article.resp textarea,
article.resp select {
  line-height: 2;
  border: 1px solid #c5c5c5;
  outline: none;
  transition: all 0.3s;
  transition-property: box-shadow;
  -webkit-transition: all 0.3s;
}

article.resp input:focus,
article.resp textarea:focus,
article.resp select:focus {
  box-shadow: 0 0 8px #c5c5c5;
}

article.resp .required + .input input,
article.resp .required + .input textarea,
article.resp .required + .input select {
  border-color: #ff4843;
}

article.resp .required + .input input:focus,
article.resp .required + .input textarea:focus,
article.resp .required + .input select:focus {
  box-shadow: 0 0 8px #ff4843;
}

article.resp .required + .input input[type=checkbox]:checked::after {
  border-color: #ff4843;
}

article.resp .required + .input input[type=radio]:checked::after {
  background-color: #ff4843;
}

.policy {
  margin: 5.33333vw auto 0;
}

.policy h2 {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #3d4d48;
  font-size: 4.26667vw;
  padding: 1.33333vw 0;
}

.policy_html {
  height: 53.33333vw;
  overflow-y: scroll;
  padding: 1em;
  border: solid #ccc 1px;
  font-size: 3.46667vw;
}

.policy_check {
  display: block;
  text-align: center;
  margin: 1em auto 0;
}

.policy_check > label {
  display: inline-flex;
  align-items: center;
  font-size: 4vw;
}

.policy_check > label input {
  margin: 0 4px 0 0;
}

.submit_btn input[type=submit] {
  display: block;
  margin: 5.33333vw auto 0;
  width: auto;
  max-width: 90%;
  background-color: #80a34a;
  color: #fff;
  font-size: 4.8vw;
  padding: 4.8vw 8vw;
  border: none;
}

.submit_btn.span_3 {
  display: inline-block;
  width: 49%;
  text-align: center;
}

.submit_btn.span_3 input {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 320px;
  background-color: #ccc;
  color: #5a5a5a;
  font-size: 4.8vw;
  padding: 4.8vw 8vw;
  margin: 10.66667vw auto 0;
}

.submit_btn.span_9 {
  display: inline-block;
  width: 49%;
  text-align: center;
  margin: 10.66667vw auto 0;
}

.submit_btn.span_9 input {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 320px;
}

input[type=checkbox],
input[type=radio] {
  flex-shrink: 0;
}

input[type=checkbox] {
  display: inline-block;
  position: relative;
  width: 4.8vw;
  height: 4.8vw;
  margin-right: 0.5em;
  border: 1px solid #d4d1cf;
  vertical-align: middle;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: center;
  transition: width 0.1s ease 0s, height 0.1s ease 0.15s;
  box-sizing: border-box;
}

input[type=checkbox]:checked:after {
  border-bottom: solid 2px #80a34a;
  border-right: solid 2px #80a34a;
  width: 35%;
  height: 70%;
}

input[type=radio] {
  display: inline-block;
  position: relative;
  width: 4.8vw;
  height: 4.8vw;
  margin-right: 0.5em;
  border: 1px solid #d4d1cf;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 50%;
}

input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
}

input[type=radio]:checked:after {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #80a34a;
}

@media print {
  *,
  :before,
  :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media (min-width: 768px) {
  .d-flex-pc {
    display: flex !important;
  }
  .h-10 {
    height: 0.69444vw;
  }
  .show-sp {
    display: none !important;
  }
  body {
    padding: 0 0 3.47222vw 0;
  }
  .mod-header.type-2nd .mod-header__inner {
    padding: 1.38889vw;
  }
  .mod-header.type-2nd .mod-header__inner > a img {
    height: 4.02778vw;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__phone {
    flex-direction: row;
    align-items: center;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__phone .time {
    font-size: 0.97222vw;
    margin: 0 0.97222vw 0 0;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__phone .phone {
    display: flex;
    align-items: center;
    margin: 0 1.38889vw 0 0;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__phone .phone .sub {
    font-size: 0.90278vw;
    margin: 0 0.55556vw 0 0;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__phone .phone > a {
    width: auto;
    pointer-events: none;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__button img {
    width: 1.18056vw;
    height: auto;
  }
  .base-contents .main_visual h1 {
    font-size: 2.36111vw;
    padding: 3.47222vw 0;
  }
  .base-contents .base-contents__inner .price_link {
    padding: 1.38889vw 0 0;
  }
  .base-contents .base-contents__inner .price_link .price_linkbtn {
    font-size: 1.11111vw;
    padding: 0.41667vw 2.77778vw 0.41667vw 0.69444vw;
    border-radius: 0.27778vw;
    width: auto;
  }
  .base-contents .base-contents__inner .price_link .price_linkbtn:nth-child(2) {
    margin: 1.25vw;
  }
  .base-contents .base-contents__inner .form_text {
    padding: 2.08333vw 0;
  }
  .base-contents .base-contents__inner .form_text .price_text {
    font-size: 1.11111vw;
    text-align: center;
  }
  .base-contents .base-contents__inner > .form_text {
    font-size: 1.11111vw;
    max-width: 62.5vw;
    padding: 2.08333vw;
    margin: 2.08333vw auto;
  }
  .base-contents .base-contents__inner .form_box {
    max-width: 62.5vw;
    padding: 2.08333vw;
  }
  footer .mod-footer2__copyright {
    font-size: 0.90278vw;
    padding: 0.90278vw 0;
  }
  input:not([type=checkbox], [type=radio]),
  select,
  textarea {
    padding: 0.34722vw 0.48611vw;
    margin: 0.27778vw 0;
  }
  .f_comt,
  .f_comb {
    font-size: 0.83333vw;
  }
  article.resp ul.check_page li > label {
    padding: 0;
  }
  article.resp ul li {
    flex-direction: row;
    padding: 0 0 1.38889vw;
  }
  article.resp ul li > label {
    font-size: 1.04167vw;
    width: 30%;
    display: inline-block;
    padding: 0.55556vw 0 0;
  }
  article.resp ul li > label.required::after {
    font-size: 0.90278vw;
    line-height: 1.6;
  }
  article.resp ul li.label {
    font-size: 1.66667vw;
    padding: 0 0 0.97222vw;
    margin: 1em auto 1.18056vw;
  }
  article.resp ul li .input {
    font-size: 1.04167vw;
    width: 70%;
  }
  article.resp ul li .input em {
    font-size: 1.11111vw;
  }
  article.resp ul li .input > label {
    padding: 0.27778vw 0 0;
  }
  article.resp .msgbox h2 {
    padding: 0 0 1.38889vw 0;
  }
  .policy {
    margin: 1.38889vw auto 0;
  }
  .policy h2 {
    font-size: 1.11111vw;
    padding: 0.55556vw 0;
  }
  .policy_html {
    height: 11.11111vw;
    font-size: 0.90278vw;
  }
  .policy_check > label {
    font-size: 1.04167vw;
  }
  .submit_btn input[type=submit] {
    font-size: 1.25vw;
    margin: 2.77778vw auto 0;
    padding: 1.25vw 2.08333vw;
  }
  .submit_btn.span_3 input {
    font-size: 1.25vw;
    padding: 1.25vw 2.08333vw;
    margin: 2.77778vw auto 0;
  }
  .submit_btn.span_9 {
    margin: 2.77778vw auto 0;
  }
  input[type=checkbox] {
    width: 1.25vw;
    height: 1.25vw;
  }
  input[type=radio] {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
  .text-white-sp {
    color: #fff;
  }
  .h-10 {
    height: 1.33333vw;
  }
  .show-pc {
    display: none !important;
  }
}
@media (min-width: 1441px) {
  .h-10 {
    height: 10px;
  }
  body {
    padding: 0 0 50px 0;
  }
  .mod-header.type-2nd .mod-header__inner {
    padding: 20px;
  }
  .mod-header.type-2nd .mod-header__inner > a img {
    height: 58px;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__phone .time {
    font-size: 14px;
    margin: 0 14px 0 0;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__phone .phone {
    margin: 0 20px 0 0;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__phone .phone .sub {
    font-size: 13px;
    margin: 0 8px 0 0;
  }
  .mod-header.type-2nd .mod-header__inner .mod-header__button img {
    width: 17px;
  }
  .base-contents .main_visual h1 {
    font-size: 34px;
    padding: 50px 0;
  }
  .base-contents .base-contents__inner .price_link {
    padding: 20px 0 0;
  }
  .base-contents .base-contents__inner .price_link .price_linkbtn {
    font-size: 16px;
    padding: 6px 40px 6px 10px;
    border-radius: 4px;
  }
  .base-contents .base-contents__inner .price_link .price_linkbtn:nth-child(2) {
    margin: 0 18px;
  }
  .base-contents .base-contents__inner .form_text {
    padding: 30px 0;
  }
  .base-contents .base-contents__inner .form_text .price_text {
    font-size: 16px;
    text-align: center;
  }
  .base-contents .base-contents__inner > .form_text {
    font-size: 16px;
    max-width: 900px;
    padding: 30px;
    margin: 30px auto;
  }
  .base-contents .base-contents__inner .form_box {
    max-width: 900px;
    padding: 30px;
  }
  footer .mod-footer2__copyright {
    font-size: 13px;
    padding: 13px 0;
  }
  input:not([type=checkbox], [type=radio]),
  select,
  textarea {
    padding: 5px 7px;
    margin: 4px 0;
  }
  .f_comt,
  .f_comb {
    font-size: 12px;
  }
  article.resp ul li {
    padding: 0 0 20px;
  }
  article.resp ul li > label {
    font-size: 15px;
    padding: 8px 0 0;
  }
  article.resp ul li > label.required::after {
    font-size: 13px;
  }
  article.resp ul li.label {
    font-size: 24px;
    padding: 0 0 14px;
    margin: 1em auto 17px;
  }
  article.resp ul li .input {
    font-size: 15px;
  }
  article.resp ul li .input em {
    font-size: 16px;
    margin: 0 auto 2px;
  }
  article.resp ul li .input > label {
    padding: 4px 0 0;
  }
  article.resp .msgbox h2 {
    padding: 0 0 20px 0;
  }
  .policy {
    margin: 20px auto 0;
  }
  .policy h2 {
    font-size: 16px;
    padding: 8px 0;
  }
  .policy_html {
    height: 200px;
    font-size: 13px;
  }
  .policy_check > label {
    font-size: 15px;
  }
  .submit_btn input[type=submit] {
    font-size: 18px;
    margin: 40px auto 0;
    padding: 18px 30px;
  }
  .submit_btn.span_3 input {
    font-size: 18px;
    padding: 18px 30px;
    margin: 40px auto 0;
  }
  .submit_btn.span_9 {
    margin: 40px auto 0;
  }
  input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
/*# sourceMappingURL=saaske_common.css.map */