@charset "UTF-8";
/*
example:
@include font-face('fontello', 'fontello/fontello');
@mixin font-fontello($size: 1rem, $line-height: normal, $weight: normal) {
  font-family: 'fontello';
  font-size: $size;
  font-weight: $weight;
  line-height: $line-height;
}
*/
/*
from: https://github.com/twbs/bootstrap/blob/v4-dev/scss/utilities/_spacing.scss
*/
/*
necessary:
@include include-fa;
@include include-animations;
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
/* Document
       ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     * 1. Add the correct display in IE.
     */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
     * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
     */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in IE 9-.
     * 1. Add the correct display in Edge, IE, and Firefox.
     */
details,
menu {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

html {
  font-size: 16px; }

body {
  font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
  font-size: 1rem;
  color: #222; }
  body ::-moz-selection {
    background: rgba(60, 163, 189, 0.1); }
  body ::selection {
    background: rgba(60, 163, 189, 0.1); }

a,
button,
input,
select,
td,
li {
  font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
  line-height: 1.8; }

label,
legend {
  margin: 0; }

a {
  display: inline-block;
  color: #3CA3BD;
  text-decoration: underline;
  margin: -0.2rem 0;
  padding: 0.2rem; }
  a:hover {
    color: #73bfd3; }
  a:active {
    outline: 3px solid rgba(82, 158, 246, 0.2); }
  a.no-underline {
    text-decoration: none; }

.is-red {
  color: #ff5b5b; }

.btn, .btn-outline {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  display: inline-block;
  background-color: transparent;
  background-image: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  color: initial;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #3CA3BD;
  background-color: #3CA3BD;
  color: #fff;
  padding: 0.7rem 1.5rem;
  line-height: 1;
  font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
  border-radius: 2rem;
  display: flex;
  align-items: center; }
  .btn:link, .btn-outline:link, .btn:visited, .btn-outline:visited, .btn:hover, .btn-outline:hover, .btn:focus, .btn-outline:focus, .btn:active, .btn-outline:active {
    text-decoration: none; }
  .btn:active, .btn-outline:active {
    outline: 3px solid rgba(82, 158, 246, 0.2); }
  .btn:disabled, .btn-outline:disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.2; }
  .btn:focus, .btn-outline:focus {
    background-color: #3CA3BD; }
  .btn:hover, .btn-outline:hover, .btn:active, .btn-outline:active, .btn.is-current, .is-current.btn-outline {
    color: #fff;
    background-color: #308296;
    border-color: #308296; }
  .btn i, .btn-outline i {
    margin-right: 0.5rem; }
  .btn.is-rect, .is-rect.btn-outline {
    border-radius: 0.2rem; }
  .btn.is-fit, .is-fit.btn-outline {
    width: 100%; }
  .btn.is-lg, .is-lg.btn-outline {
    font-size: 1rem;
    font-weight: bold; }
  .btn.is-w200, .is-w200.btn-outline {
    min-width: 200px;
    justify-content: center;
    padding: 1rem 2rem; }
  .btn.is-sm, .is-sm.btn-outline {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    white-space: nowrap; }
  .btn.has-shadow, .has-shadow.btn-outline {
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .btn.has-shadow:hover, .has-shadow.btn-outline:hover {
      transform: translateY(2px);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }

.btn-outline {
  background-color: transparent;
  border-color: #eee;
  color: #767676;
  font-weight: normal !important; }
  .btn-outline:focus, .btn-outline:hover {
    color: #767676;
    border: 1px solid #eee;
    background-color: #f8f8f8; }

.header {
  padding: 0 0 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border: 1px solid #eee;
  line-height: 0; }
  .header h1 {
    margin: 0;
    padding: 1rem 0;
    font-size: 1rem; }
    .header h1 a {
      font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
      font-size: calc(1rem * 8 / 9);
      font-weight: normal;
      text-decoration: none;
      color: #222; }
  .header .contact {
    font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
    font-size: calc(1rem * 8 / 10);
    text-decoration: none;
    background-color: #fff;
    color: #767676;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0 1rem; }
    .header .contact:hover {
      background-color: rgba(60, 163, 189, 0.1);
      color: #3CA3BD; }

.eyecatch {
  background-color: #f2f2f2;
  background-image: url("/images/eyecatch.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 12rem; }

.container {
  max-width: 48rem;
  margin: 0 auto; }

.content {
  padding: 1rem 2rem 2rem; }
  .content h2 {
    font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
    font-size: calc(1rem * 8 / 6);
    padding-bottom: 1rem; }
  .content p {
    font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
    font-size: calc(1rem * 8 / 6); }
  .content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0; }
    .content table th {
      font-weight: bold; }
    .content table th,
    .content table td {
      padding: 0.5rem 1rem; }
    .content table tr td {
      font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
      font-size: calc(1rem * 8 / 10);
      padding: 0.5rem 0;
      vertical-align: top;
      border-top: 1px solid #eee; }
      .content table tr td:first-child {
        font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
        font-size: calc(1rem * 8 / 10);
        font-weight: bold;
        white-space: nowrap;
        padding-right: 1rem; }
    .content table tr:first-child td {
      border-top: 0; }

.footer {
  font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
  font-size: 0.75rem;
  border-top: 1px  solid #eee;
  color: #767676;
  margin-top: 2rem;
  padding: 1rem 1rem; }

.form label,
.form legend,
.form select {
  font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
  font-size: 1rem;
  line-height: calc(1em * 50 / 32); }

.form label,
.form legend {
  padding-bottom: 0.5rem;
  display: inline-block; }

.form fieldset {
  border: 0;
  margin: 0;
  padding: 0 0 1rem; }

.form input,
.form textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-image: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: inherit;
  display: inline-block;
  width: 100%;
  padding: 0.4rem 0.5rem;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
  font-size: 1rem;
  line-height: calc(1em * 50 / 32); }
  .form input:focus,
  .form textarea:focus {
    border: none;
    outline: none; }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: inherit; }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: inherit; }
  .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    font-size: inherit; }
  .form input::placeholder,
  .form textarea::placeholder {
    font-size: inherit; }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    color: #ddd; }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    color: #ddd; }
  .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    color: #ddd; }
  .form input::placeholder,
  .form textarea::placeholder {
    color: #ddd; }
  .form input:hover,
  .form textarea:hover {
    border-color: rgba(82, 158, 246, 0.5); }
  .form input:focus,
  .form textarea:focus {
    border: 1px solid rgba(82, 158, 246, 0.5);
    outline: 5px solid rgba(82, 158, 246, 0.2); }

.form input[type="file"] {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-image: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: inherit;
  display: inline-block;
  width: 100%;
  padding: 0.4rem 0.5rem;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-family: YuGothic, "游ゴシック", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, Osaka, sans-serif;
  font-size: calc(1rem * 8 / 9);
  line-height: calc(1em * 50 / 32); }
  .form input[type="file"]:focus {
    border: none;
    outline: none; }
  .form input[type="file"]::-moz-placeholder {
    font-size: inherit; }
  .form input[type="file"]:-ms-input-placeholder {
    font-size: inherit; }
  .form input[type="file"]::-ms-input-placeholder {
    font-size: inherit; }
  .form input[type="file"]::placeholder {
    font-size: inherit; }
  .form input[type="file"]::-moz-placeholder {
    color: #ddd; }
  .form input[type="file"]:-ms-input-placeholder {
    color: #ddd; }
  .form input[type="file"]::-ms-input-placeholder {
    color: #ddd; }
  .form input[type="file"]::placeholder {
    color: #ddd; }
  .form input[type="file"]:focus {
    border: 1px solid rgba(82, 158, 246, 0.5);
    outline: 3px solid rgba(82, 158, 246, 0.2); }

.form textarea {
  height: 120px; }

.form .radio,
.form .checkbox {
  display: flex;
  align-items: center; }
  .form .radio > input[type="radio"],
  .form .radio > input[type="checkbox"],
  .form .checkbox > input[type="radio"],
  .form .checkbox > input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    transform: translateY(-0.05rem); }
    .form .radio > input[type="radio"]:active + label,
    .form .radio > input[type="checkbox"]:active + label,
    .form .checkbox > input[type="radio"]:active + label,
    .form .checkbox > input[type="checkbox"]:active + label {
      outline: 3px solid rgba(82, 158, 246, 0.2); }
  .form .radio > label,
  .form .checkbox > label {
    cursor: pointer;
    margin: 0 0 0 0.2rem; }
    .form .radio > label > input[type="radio"],
    .form .radio > label > input[type="checkbox"],
    .form .checkbox > label > input[type="radio"],
    .form .checkbox > label > input[type="checkbox"] {
      cursor: pointer;
      display: inline-block;
      margin: 0 0.2rem 0 -0.2rem;
      transform: translateY(-0.05rem); }
    .form .radio > label:active,
    .form .checkbox > label:active {
      outline: 3px solid rgba(82, 158, 246, 0.2); }

.form .custom-radio input[type="radio"],
.form .custom-radio input[type="checkbox"] {
  display: inline-block;
  margin: 0;
  vertical-align: baseline; }

.form .custom-radio label {
  cursor: pointer;
  margin: 0;
  vertical-align: baseline; }

.form .custom-radio label {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer; }
  .form .custom-radio label::before {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url("data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4IiB2aWV3Qm94PSIxMTEgMjMwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxyZWN0IGlkPSJjaXJjbGUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4PSIxMTEiIHk9IjIzMCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjMiPjwvcmVjdD4NCjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 0.4rem 0 0;
    padding: 0; }
  .form .custom-radio label::before {
    background-size: 8px 8px;
    border-radius: 18px; }
  .form .custom-radio label:active {
    outline: 3px solid rgba(82, 158, 246, 0.2); }

.form .custom-radio input[type="radio"] {
  display: none; }
  .form .custom-radio input[type="radio"]:checked + label::before {
    background-color: #529ef6;
    border-color: #529ef6; }

.form .custom-checkbox input[type="radio"],
.form .custom-checkbox input[type="checkbox"] {
  display: inline-block;
  margin: 0;
  vertical-align: baseline; }

.form .custom-checkbox label {
  cursor: pointer;
  margin: 0;
  vertical-align: baseline; }

.form .custom-checkbox label {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer; }
  .form .custom-checkbox label::before {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url("data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIxMXB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9Ijg2IDIyNiAxMSAxMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxwYXRoIGQ9Ik04OS4yOTI4OTMyLDIzMi43MDcxMDcgTDk1LjI5Mjg5MzIsMjMyLjcwNzEwNyBMOTUuMjkyODkzMiwyMzQuNzA3MTA3IEw4Ny4yOTI4OTMyLDIzNC43MDcxMDcgTDg3LjI5Mjg5MzIsMjMzLjcwNzEwNyBMODcuMjkyODkzMiwyMjguNzA3MTA3IEw4OS4yOTI4OTMyLDIyOC43MDcxMDcgTDg5LjI5Mjg5MzIsMjMyLjcwNzEwNyBaIiBpZD0iY2hlY2siIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MS4yOTI4OTMsIDIzMS43MDcxMDcpIHJvdGF0ZSgtNDUuMDAwMDAwKSB0cmFuc2xhdGUoLTkxLjI5Mjg5MywgLTIzMS43MDcxMDcpICI+PC9wYXRoPg0KPC9zdmc+");
    background-repeat: no-repeat;
    background-position: center center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 0.4rem 0 0;
    padding: 0; }
  .form .custom-checkbox label::before {
    background-size: 16px 14px;
    background-position: center 0;
    border-radius: 0.2rem; }
  .form .custom-checkbox label:active {
    outline: 3px solid rgba(82, 158, 246, 0.2); }

.form .custom-checkbox input[type="checkbox"] {
  display: none; }
  .form .custom-checkbox input[type="checkbox"]:checked + label::before {
    background-color: #529ef6;
    border-color: #529ef6; }

