﻿/* BASIC STYLINGS
============================================================================= */
body {
  padding-top: 0; }

pre {
  margin-bottom: 20px; }

/* form styling */
#form-container {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px; }

#form-container .page-header {
  background: #fff;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

h2 {
  font-size: 24px;
  color: dodgerblue; }

.hrline {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 4px;
  vertical-align: baseline; }
  .hrline small {
    vertical-align: -10px;
    padding-bottom: 0;
    margin-bottom: 0; }

/* numbered buttons */
.status-buttons .moveok {
  background-color: #75e2e2; }

.status-buttons a {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  outline: none; }

.status-buttons a:hover {
  text-decoration: none; }

.status-buttons span {
  background: #E8E8E8;
  display: block;
  height: 30px;
  margin: 0 auto 10px;
  padding-top: 5px;
  width: 30px;
  border-radius: 50%;
  color: dimgray; }

/* active buttons */
.status-buttons a.active span {
  background: #00BC8C;
  color: white; }

/* ANIMATION STYLINGS
============================================================================= */
#signup-form {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px; }

@media (max-width: 992px) {
  #signup-form {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 3px;
    padding-right: 3px; }
 }

/* basic styling for entering and leaving */
/* left and right added to ensure full width */
#form-views.ng-enter, #form-views.ng-leave {
  position: absolute;
  left: 30px;
  right: 30px;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease; }

/* enter animation */
#form-views.ng-enter {
  -webkit-animation: slideInRight 0.5s both ease;
  -moz-animation: slideInRight 0.5s both ease;
  animation: slideInRight 0.5s both ease; }

/* leave animation */
#form-views.ng-leave {
  -webkit-animation: slideOutLeft 0.5s both ease;
  -moz-animation: slideOutLeft 0.5s both ease;
  animation: slideOutLeft 0.5s both ease; }

/* ANIMATIONS
============================================================================= */
/* slide out to the left */
@keyframes slideOutLeft {
  to {
    transform: translateX(-200%); } }

@-moz-keyframes slideOutLeft {
  to {
    -moz-transform: translateX(-200%); } }

@-webkit-keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-200%); } }

/* slide in from the right */
@keyframes slideInRight {
  from {
    transform: translateX(200%); }

  to {
    transform: translateX(0); } }

@-moz-keyframes slideInRight {
  from {
    -moz-transform: translateX(200%); }

  to {
    -moz-transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%); }

  to {
    -webkit-transform: translateX(0); } }

label.radio-inline {
  vertical-align: middle;
  line-height: 14px; }
  label.radio-inline .form-control {
    height: 18px;
    box-shadow: none;
    border: none; }
  label.radio-inline input[type='radio'] {
    width: 18px;
    background-color: transparent;
    margin: 0;
    margin-left: -20px;
    margin-right: 20px; }

/*input[type='checkbox']{
    width:18px;
    height:18px;
    &:focus {
        outline:0;
    }
}*/
.caption .form-group {
  margin-bottom: 0; }
  .caption .form-group label {
    margin-left: -8px;
    margin-top: 2px; }

.ar_adsatm {
  position: relative; }
  .ar_adsatm .ar_adsat {
    position: absolute;
    left: 200px;
    top: 25px; }

.btn:focus, .btn:active {
  outline: 0; }

.kakunin p {
  padding-top: 7px; }
.kakunin label {
  padding-top: 7px; }

.checkiocons {
  text-align: left;
  visibility: visible;
  font-size: 14px;
  color: #8bba5c; }

.has-ok1 {
  visibility: hidden; }

.mr_chenge {
  padding-right: 4px;
  padding-left: 4px; }

.title_label {
  margin-left: -20px; }

.top_margin {
  margin-top: 30px; }

.top_margin2 {
  margin-top: 40px; }

#surveyarea .checkbox {
  min-height: 20px;
  padding-top: 0;
  cursor: pointer; }
  #surveyarea .checkbox input[type='checkbox'] {
    margin: 1px 0 0 -20px;
    width: 18px;
    height: 18px; }
    #surveyarea .checkbox input[type='checkbox']:focus {
      outline: 0; }
#surveyarea label {
  margin-top: 4px;
  margin-bottom: 4px; }

#apformApp {
  font-size: 12pt;
  /*
     label.radio-inline {
    .form-control{
        height:18px;
        box-shadow:none;
        border:none;
        
    }
    input[type='radio']{
        width:18px;

        background-color:transparent;
        margin: 0;
        margin-left: -20px;
        margin-right:20px;

    }
        vertical-align:middle;
        line-height:14px;

    }
        */ }
  #apformApp .form-group {
    margin-bottom: 10px; }
    #apformApp .form-group .checkbox, #apformApp .form-group .checkbox-inline {
      min-height: 20px;
      padding-left: 20px;
      padding-top: 5px;
      cursor: pointer; }
      #apformApp .form-group .checkbox input[type='checkbox'], #apformApp .form-group .checkbox-inline input[type='checkbox'] {
        margin: 2px 0 0 -20px;
        width: 18px;
        height: 18px; }
        #apformApp .form-group .checkbox input[type='checkbox']:focus, #apformApp .form-group .checkbox-inline input[type='checkbox']:focus {
          outline: 0; }
    #apformApp .form-group select {
      padding: 3px 12px; }
  #apformApp .zip_sarch {
    padding-top: 3px;
    padding-bottom: 3px; }
  #apformApp .ar-backlabel {
    padding-top: 4px;
    padding-left: 0;
    margin-left: 0; }
  #apformApp .form-control {
    padding-top: 5px; }
  #apformApp .ar-inputad2 {
    background-color: #fff;
    border: none;
    box-shadow: none; }
  #apformApp .ar-inputad1 {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  #apformApp .tyui {
    font-weight: normal;
    font-size: 11px; }
  #apformApp .ar-kakunin p {
    margin-bottom: 4px;
    padding-top: 3px; }
  #apformApp .ar-kakunin label {
    padding-top: 3px; }

.btn-outline-inverse {
  color: #337ab7;
  background-color: transparent;
  border-color: ActiveCaption;
  min-width: 270px;
  padding-top: 20px;
  padding-bottom: 20px; }

.me_panel {
  background-color: #0088ff;
  color: #FFF;
  font-size: 12pt;
  margin: 0 -30px 20px;
  padding: 5px 7px 5px;
  line-height: 1.4em;
  border-radius: 4px; }

.me_panel_green {
  background-color: #24b294;
  color: #FFF;
  font-size: 12pt;
  margin: 0 0 20px;
  padding: 5px 7px 5px;
  line-height: 1.4em;
  border-radius: 4px; }

.me_panel_ikotu {
  background-color: #e47920;
  color: #FFF;
  font-size: 12pt;
  margin: 0 0 20px;
  padding: 5px 7px 5px;
  line-height: 1.4em;
  border-radius: 4px; }

.me_error {
  color: red; }

#pasonalinfo input[type='checkbox'] {
  margin-top: 1px; }
#pasonalinfo label {
  margin-left: 20px;
  font-weight: normal; }

.pinfoError {
  text-align: left; }

#inputForm input[type='radio'] {
  margin-top: -2px; }

#privacy {
  font-size: 13pt;
  line-height: 1.8em; }
  #privacy p {
    margin-bottom: 12px; }

.meta-hidden {
  display: none;
  margin: 0;
  padding: 0;
  height: 0; }

.hissu-mark {
  color: red; }

.reidai {
  padding-top: 6px;
  color: #666666;
  font-size: 10pt; }

.ngtmargin {
  margin-left: -15px; }

.zip-class-a {
  padding-right: 0; }

.zip-class-b {
  padding-left: 0;
  padding-right: 0;
  letter-spacing: -1px;
  margin-left: -8px;
  margin-right: -8px; }

.mousikomi-end {
  margin-top: 20px;
  margin-bottom: 50px; }

#agreement {
  padding-left: 5px;
  padding-right: 5px; }
  #agreement #agre > li {
    margin-bottom: 1em; }
  #agreement .kiyaku {
    list-style-type: none;
    text-indent: -1em; }
  #agreement .syoukoumoku {
    text-indent: 0; }
  #agreement ul li {
    list-style-type: disc;
    margin-bottom: 0.5em; }
  #agreement .tenkou {
    margin-left: 2em; }

.moveng {
  background-color: #eee;
  color: #606060;
  border-color: #ddd;
  cursor: default; }
  .moveng:hover, .moveng:active, .moveng:focus {
    background-color: #eee;
    color: #606060;
    border-color: #ddd;
    cursor: default; }

.popover .popover-title {
  background: none;
  border-bottom: medium none !important;
  margin: 0 !important;
  padding: 10px 14px 0 !important; }

.popover-content {
  color: #000; }

.top.popover {
  margin-top: 70px !important;
  max-width: 312px;
  background-color: palegoldenrod; }
  .top.popover .arrow::after {
    border-top-color: palegoldenrod; }

#noukotu span {
  font-size: 13px;
  text-decoration: underline; }

.apl-hide {
  display: none !important; }

/*# sourceMappingURL=applystyle.css.map */