@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 */ }

/**
 * 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: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * 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; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * 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; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

html {
  height: 100%; }

body {
  font-size: 12px;
  height: 100%; }

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

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

@media screen and (min-width: 751px) {
  body.thanks {
		background: none;	
     }
  body.thanks .firstview {
		height: auto;
		background: none;	
     }
  body.thanks .thx {
		text-align: center;
		background: none;	
		padding: 300px 0 200px;
     }

  body {
    background: url(../images/bg-first.png) repeat-x center top; }
  #jme {
		position: absolute;
		top: 35px;
		right: 0; }
  #gigyaShare {
		
     }
  #gigyaShare > img {
		vertical-align: top;
		margin: 0 15px 0 0 !important;
     }
  #gigyaShare > img + div {
		display: inline-block;
		vertical-align: top;
     }
  .firstview {
    height: 823px;
    min-width: 1040px;
    background: url(../images/firstview.png) no-repeat center top; }
    .firstview .inbox {
      width: 1040px;
      margin: 0 auto;
      position: relative; }
    .firstview .content h1, .firstview .content h2, .firstview .content p {
      text-indent: -9999px; }
    .firstview .oubo {
      position: absolute;
      top: 535px;
      right: 0; }
    .firstview .board {
      position: absolute;
      width: 100%;
      top: 175px;
			opacity: 0;
      text-align: center;
      height: 110px; }
    .firstview .board li {
      position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			}
    .firstview .board li:first-child {
			}
  .company {
    position: absolute;
    top: 30px;
    left: 0; }
    .company span:nth-of-type(1) img {
      margin: 0 12px; }
  .about {
    background: none #e5006a;
    text-align: center;
    padding: 105px 0 125px;
    margin: 0 0 85px; }
    .about .inbox {
      width: 1040px;
      margin: 0 auto;
      position: relative; }
    .about h2 {
      background: url(../images/about.png) no-repeat center top;
      text-indent: -9999px;
      margin: 0 0 58px; }
    .about .jsd {
      display: inline-block;
      vertical-align: top;
      margin: 0 43px 0 0; }
    .about .cts {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      .about .cts p:after {
        content: url(../images/l1.png);
        display: block; }
      .about .cts span {
        display: none; }
      .about .cts .go-latest {
        margin: 34px 0 0;
        display: inline-block; }
  .onepointadvice .inbox {
    width: 1040px;
    margin: 0 auto;
    position: relative; }
  .onepointadvice header {
    background: url(../images/one-point-advice-full.png) no-repeat center top;
    height: 358px;
    margin: 0 0 95px; }
    .onepointadvice header * {
      text-indent: -9999px; }
      .onepointadvice header * br {
        display: none; }
    .onepointadvice header span {
      display: none; }
  .part1 {
    background: url(../images/part1.png) no-repeat left top;
    height: 361px;
    margin: 0 0 105px; }
    .part1 * {
      text-indent: -9999px; }
      .part1 * br {
        display: none; }
  .part2 {
    background: url(../images/part2.png) no-repeat left top;
    height: 361px;
    margin: 0 0 105px; }
    .part2 * {
      text-indent: -9999px; }
      .part2 * br {
        display: none; }
  .part3 {
    background: url(../images/part3.png) no-repeat left top;
    height: 397px;
    margin: 0 0 105px; }
    .part3 * {
      text-indent: -9999px; }
      .part3 * br {
        display: none; }
  .formarea {
    background: none #f3f4f5;
    padding: 0 0 105px; }
    .formarea .inbox {
      width: 1040px;
      margin: 0 auto;
      position: relative; }
    .formarea .ttl {
      padding: 83px 0 70px;
      text-align: center; }
      .formarea .ttl:after {
        content: url(../images/smart-copy-form.png);
        display: block; }
      .formarea .ttl span {
        display: none; }
  footer {
    background: none #e5006a;
    padding: 67px 0;
    text-align: center; }
    footer .inbox {
      width: 1040px;
      margin: 0 auto;
      position: relative; }
    footer .home {
      position: absolute;
      top: -50%;
      left: 34px; }
    footer .logo-j {
      position: absolute;
      top: -50%;
      right: 34px; } }

@media screen and (max-width: 750px) {
  html {
    width: 100%;
    overflow-x: hidden;
    font-size: 62.5%; }
  body {
    width: 100%;
    border-top: 4px solid #e5006a; }

  body.thanks {
		background: none;	
     }
  body.thanks .firstview {
		height: auto;
		background: none;	
     }
  body.thanks .thx {
		text-align: center;
		background: none;	
		padding: 200px 0 200px;
		font-size: 2.2rem;
     }


  img {
    max-width: 100%; }
  #jme {
		transform: scale(1.4);
		position: absolute;
		top: 1770px;
		text-align: center;
		width: 100%;
		z-index: 1000;
     }
  #gigyaShare {
		
     }
  #gigyaShare > img {
		vertical-align: top;
		margin: 0 15px 0 0 !important;
     }
  #gigyaShare > img + div {
		display: inline-block;
		vertical-align: top;
     }
  .firstview {
    height: 1881px;
    background: url(../images/sp/firstview.png) no-repeat center -10px #e5006a; }
    .firstview .inbox {
      width: 750px;
			min-height: 100%;
			overflow-x: hidden;
      margin: 0 auto;
      position: relative; }
    .firstview .content {
      position: relative; }
      .firstview .content h1, .firstview .content h2, .firstview .content p {
        text-indent: -9999px;
        display: none; }
    .firstview .oubo {
      position: absolute;
      top: 1275px;
      right: 0;
      left: 0;
      margin: 0 auto;
      text-align: center; }
      .firstview .oubo img {
        display: none; }
      .firstview .oubo:after {
        content: url(../images/sp/oubo.png);
        display: inline-block; }
    .firstview .board {
      position: absolute;
      width: 100%;
      top: -5px;
			opacity: 0;
			background: url(../images/sp/bg-board.png) no-repeat center top;
      height: 130px; }
      .firstview .board li {
				position: absolute;
        text-align: center; }
        .firstview .board li img {
					opacity: 0;
					height: 0;
					width: 0;
          //display: none; 
					}
        .firstview .board li:after {
          width: 100%; }
      .firstview .board li:nth-child(1):after {
        content: url(../images/sp/copy1.png); }
      .firstview .board li:nth-child(2):after {
        content: url(../images/sp/copy3.png); }
      .firstview .board li:nth-child(3):after {
        content: url(../images/sp/copy4.png); }
      .firstview .board li:nth-child(4):after {
			//	display: none;
        content: url(../images/sp/copy5.png); }
  .company {
    text-align: center;
    padding: 34px 0 32px; }
    .company a:nth-of-type(1) img {
      display: none; }
    .company a:nth-of-type(1):after {
      content: url(../images/sp/jwave.png);
      display: inline-block;
      vertical-align: middle; }
    .company a:nth-of-type(2) img {
      display: none; }
    .company a:nth-of-type(2):after {
      content: url(../images/sp/smart-drive.png);
      display: inline-block;
      vertical-align: middle; }
    .company span:nth-of-type(1) img {
      display: none; }
    .company span:nth-of-type(1):after {
      content: url(../images/sp/cross.png);
      display: inline-block;
      vertical-align: middle;
      margin: 0 22px 0; }
  .about {
    background: none #e5006a;
    text-align: center;
    padding: 0 0 70px;
    margin: -1px 0 85px; }
    .about .inbox {
      width: 750px;
      margin: 0 auto;
      position: relative; }
    .about h2 {
      background: url(../images/sp/about.png) no-repeat center bottom;
      text-indent: -9999px;
      margin: 0 0 62px;
      height: 130px; }
      .about h2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 2px;
        background: none #fff;
        width: 610px;
        margin: 0 auto; }
    .about .jsd {
      position: absolute;
      bottom: 160px;
      left: 0;
      right: 0;
      margin: auto; }
    .about .cts {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      .about .cts p:before {
        content: url(../images/sp/l1.png);
        display: block; }
      .about .cts span {
        display: none; }
      .about .cts .go-latest {
        margin: 320px 0 0;
        display: inline-block; }
        .about .cts .go-latest img {
          display: none; }
        .about .cts .go-latest:after {
          content: url(../images/sp/btn-latest.png);
          display: block; }
  .onepointadvice .inbox {
    width: 750px;
    margin: 0 auto;
    position: relative; }
  .onepointadvice header {
    background: url(../images/sp/onepointadvice.png) no-repeat center top;
    height: 1019px;
    margin: 0 0 80px; }
    .onepointadvice header * {
      text-indent: -9999px; }
      .onepointadvice header * br {
        display: none; }
    .onepointadvice header span {
      display: none; }
  .part1 {
    background: url(../images/sp/part1-img.png) no-repeat center top;
    height: 1180px;
    margin: 0 0 70px; }
    .part1 * {
      text-indent: -9999px; }
      .part1 * br {
        display: none; }
  .part2 {
    background: url(../images/sp/part2-img.png) no-repeat center top;
    height: 1185px;
    margin: 0 0 70px; }
    .part2 * {
      text-indent: -9999px; }
      .part2 * br {
        display: none; }
  .part3 {
    background: url(../images/sp/part3-img.png) no-repeat center top;
    height: 1204px;
    margin: 0 0 70px; }
    .part3 * {
      text-indent: -9999px; }
      .part3 * br {
        display: none; }
  .formarea {
    background: none #f3f4f5;
    padding: 0 0 100px; }
    .formarea .inbox {
      width: 750px;
      margin: 0 auto;
      position: relative; }
    .formarea .ttl {
      padding: 83px 0 105px;
      text-align: center; }
      .formarea .ttl:before {
        content: url(../images/sp/form-t.png);
        display: block; }
      .formarea .ttl:after {
        content: url(../images/sp/limit.png);
        display: block;
        margin: 45px 0; }
      .formarea .ttl span {
        display: none; }
  footer {
    background: none #fff;
    border-top: 1px solid #80909d;
    padding: 67px 0 100px;
    text-align: center; }
    footer .inbox {
      width: 750px;
      margin: 0 auto;
      position: relative; }
    footer .home {
      position: absolute;
      bottom: -70px;
      left: 0;
      right: 0;
      margin: auto; }
    footer .copyright img {
      display: none; }
    footer .copyright:before {
      content: url(../images/sp/copyright.png);
      display: block;
      margin: 0 0 30px; }
    footer .logo-j img {
      display: none; }
    footer .logo-j:before {
      content: url(../images/sp/jwave.png);
      display: block; } }

#formarea {
  width: 590px;
  margin: 0 auto;
  font-size: 14px; }
  #formarea p {
    margin: 0 0 10px; }
  #formarea label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 170px;
    color: #e40069; }
  #formarea .radio-label {
    vertical-align: middle;
    width: auto; }
    #formarea .radio-label input[type=radio] {
      margin: 0 5px 0 0; }
  #formarea input[type=radio] {
    vertical-align: middle; }
  #formarea input {
    display: inline-block;
    text-align: left;
    vertical-align: top; }
  #formarea textarea,
  #formarea input[type=text],
  #formarea input[type=password] {
    width: 410px;
    border: 2px solid #dadadb;
    background: none #fff;
    padding: 5px; }
  #formarea select {
    padding: 5px 0 10px;
    background: none #fff; }
  #formarea a {
    color: #e40069; }
  #formarea hr {
    display: none; }
  #formarea h3 {
    margin-top: 33px;
    padding: 18px 0;
    background: url(../images/dotline.png) repeat-x center top; }
  #formarea .notice1 {
    text-align: right; }
  #formarea .notice {
    margin: 30px 0 0; }

.center-buttons {
  text-align: center;
  padding: 55px 0 0; }

input[type=submit],
input[type=reset] {
  display: inline-block;
  width: 200px;
  border: 1px solid #e40069;
  padding: 10px 0;
  color: #e40069;
  text-align: center !important;
  cursor: pointer; }
  input[type=submit]:hover,
  input[type=reset]:hover {
    border: 1px solid #e40069;
    color: #fff;
    background: none #e40069; }

@media screen and (max-width: 750px) {

	/* overrides common styles */
	#commonFooter{
			width: 100%;
			position: static;
	}
	#commonFooterInner{
			padding: 15px 0;
			width: 100%;
			background-color: #282828;
			text-align: center;
	}
	#commonFooter li{
			display:inline-block !important;
			float: none;
	}

  #formarea {
    width: auto;
    margin: 0 32px;
    font-size: 2.4rem;
    /*RadioとText*/ }
    #formarea p {
      margin: 0 0 20px; }
    #formarea input[type=submit],
    #formarea input[type=reset] {
      width: 40%;
      padding: 20px 0; }
      #formarea input[type=submit]:hover,
      #formarea input[type=reset]:hover {
        border: 1px solid #e40069;
        color: #fff;
        background: none #e40069; }
    #formarea label {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 30%;
      color: #e40069; }
    #formarea input[type=text],
    #formarea textarea,
    #formarea input[type=password] {
      font-size: 2.6rem;
      width: 67%;
      border: 2px solid #dadadb;
      background: none #fff;
      padding: 10px; }
    #formarea input[type=radio] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    #formarea label.radio_text {
      cursor: pointer;
      position: relative;
      margin-right: 20px;
      overflow: hidden;
      padding-left: 40px;
      display: inline-block; }
    #formarea label.radio_text:before {
      position: absolute;
      width: 30px;
      height: 30px;
      border: 1px solid #666;
      border-radius: 50%;
      left: 0px;
      top: 4px;
      content: '';
      z-index: 3; }
    #formarea label.radio_text:after {
      content: '';
      position: absolute;
      width: 22px;
      height: 22px;
      border-radius: 100%;
      left: 4px;
      top: 8px;
      background-color: #e40069;
      z-index: 1; }
    #formarea label.radio_text input[type="radio"] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: absolute;
      z-index: 2;
      width: 40px;
      height: 40px;
      left: -46px;
      top: 1px;
      margin: 0px;
      -webkit-box-shadow: 40px -1px #f3f4f5;
              box-shadow: 40px -1px #f3f4f5; }
    #formarea label.radio_text input[type="radio"]:checked {
      -webkit-box-shadow: none;
              box-shadow: none; }
    #formarea label.radio_text input[type="radio"]:focus {
      opacity: 0.2;
      -webkit-box-shadow: 20px -1px #FFF;
              box-shadow: 20px -1px #FFF; } }
