html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}

body,
table,
input, textarea, select, option {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 1em;
  color: #434343;
  -webkit-appearance: none;
}

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


ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  /*color: #707070;*/
  color: #797979;
  /*color: #434343;*/
  text-decoration: none;
  -webkit-appearance: none;
}

div:after, ul:after, dl:after, dt:after, dd:after, td:after,
article:after, aside:after, canvas:after, details:after, figcaption:after, figure:after,
footer:after, header:after, hgroup:after, menu:after, nav:after, section:after, summary:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  /*color: #707070;*/
  color: #797979;
  /*color: #434343;*/
  line-height: 1.5;
  text-align: center;
  /*font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";*/
  background-color: #fef4f4;
}

* {
  word-wrap: break-word;
}

html {
  height: auto;
  min-height: 100%;
}

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

div#_div_1 {
  width: 100%;
  overflow: hidden;
}

.fv_container {
  width: 100%;
  /*background-color: #fff;*/
  /*padding: 5px 0 0;*/
  max-width: 410px;
  margin: 0 auto;
}

.fv_header {
  display: flex;
  align-items: flex-start;
  max-width: 340px;
  margin: 0 auto;
  background-color: #fff;
}

.fv_header_logo {
  display: block;
  width: 28%;
  margin-top: 8px;
}

.fv_header_banner {
  margin-left: auto;
  display: block;
  line-height: 32px;
  font-weight: bold;
  width: 72%;
  /*color: #434343*/
}

.form_header_container {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 5px 0 5px;
}

.form_header {
  display: flex;
  align-items: center;
  max-width: 340px;
  margin: 0 auto;
  background-color: #fff;
}

.form_header_logo {
  display: block;
  width: 30%;
}

.form_header_text {
  margin-left: auto;
  display: block;
  line-height: 32px;
  font-weight: bold;
  /*color: #434343*/
}

#form_fv {
  max-width: 100%;
}

@media screen and (min-width: 460px) {
  #form_fv {
    max-width: 460px;
  }
}

.form_step_transition {
  display: none;
}

.lpo_content {
  background-color: #fff !important;
}
.lpo_wrapper {
  width: 100%;
  background-color: #fff !important;
}
.lpo_content {
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.lpo_content .catch_copy {
  font-family: "Hiragino Maru Gothic ProN W4", "ヒラギノ丸ゴ ProN W4", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.lpo_content .qualification_name {
  font-size: 38px;
  color: #ff88ac;
}
.lpo_content .second_line {
  font-size: 16px;
  font-weight: 100;
}
.lpo_content .welfare {
  font-family: "Hiragino Maru Gothic ProN W4", "ヒラギノ丸ゴ ProN W4", sans-serif;
  display: flex;
  font-weight: 400;
  margin: 0 auto 5px;
  justify-content: center;
  width: 100%;
}
.lpo_content .welfare p {
  font-size: 13px;
  padding: 6px 14px;
  color: #fff;
  background-color: #ff88ac !important;
  border-radius: 30px;
}
.lpo_content .welfare p:nth-child(1) {
  margin-right: 6px;
}
.lpo_content .welfare p:nth-child(3) {
  margin-left: 6px;
}

h3.itemTitle {
  position: relative;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  max-width: 350px;
  margin: 0 auto;
  /*margin: 0 auto 3%;*/
  padding: 4px 3px 7px;
  /*background: #ffe7e1;*/
  /*border-radius: 5px;*/
  box-sizing: border-box;
  font-size: 1em;
  /*color: #434343;*/
}

h3.itemTitle small {
  padding-left: 1em;
  color: #434343;
  font-size: .8em;
  font-weight: normal;
}

h3.itemTitle .icon {
  position: relative;
  padding-left: 24px;
}

h3.itemTitle .icon::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

.step1 h3.itemTitle {
  /*margin-bottom: 11px;*/
}

#dialog_content {
  position: relative;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}

.bx-viewport {
  height: 410px !important;
}

.step0-bx-viewport {
  height: 330px !important;
}

.formItem {
  margin: 10px auto 0;
  max-width: 310px;
  /*border-bottom: 1px solid #ccc;*/
  border-bottom: none;
  position: relative;
}

h2 {
  position: relative;
  margin: .5em 0 1em;
  border-bottom: 1px solid #fff;
  text-align: center;
  text-shadow: 0 0 4px #fff;
  font-size: 17px;
  color: #ff7fae;
  line-height: 1.4;
}

#_div_base #form label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  height: 110px;
  padding: 10px 0;
  background-color: #fff !important;
  border: 3px solid #fcc5c5;
  border-radius: 15px;
  box-sizing: border-box;
  /*border-right: 4px solid #c0c0c0;*/
  /*border-bottom: 4px solid #c0c0c0;*/
  /*transition: .3s ease-out;*/
  /*-webkit-transition: .3s ease-out;*/
  /*-moz-transition: .3s ease-out;*/
}

#_div_base #form #feeling_container label {
  height: 100px;
}

#_div_base #form .step8-bx-viewport label {
  line-height: 0.5;
  margin-top: 2px !important;
}

#_div_base #form .work_time_3_container label {
  height: 70px;
  margin-top: 1%;
}

#_div_base #form #work_status_container label {
  height: 60px;
  margin-bottom: 2%;
}

#_div_base #form .change_period_5_container label {
  height: 70px;
  margin-top: 1%;
}

#_div_base #form label[for="name"],
#_div_base #form input#birth_y,
#_div_base #form label[for="birth_y"],
#_div_base #form label[for="mobile_tel"] {
  background-color: transparent !important;
}

#form .col > label {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

#_div_base #form label.on {
  color: #fff !important;
  background-color: #64D9C7 !important;
  border: 0 !important;
  /*border-color: #00000040 !important*/
}

#form label.off {
  background-color: #dedede;
  border: 0;
  filter: grayscale(100%);
}

label.branch_btn-A, label.branch_btn-B {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px 0;
  background: #ffc290;
  border-radius: 15px !important;
  /*color: #434343;*/
  text-decoration: none;
  letter-spacing: .08em;
  font-weight: bold !important;
}

.step1 .formItem {
  max-width: calc(100% - 10px);
  margin: 0 auto;
  border: none;
}

.labelHeading {
  margin: 0 auto;
  text-align: center;
}

div#Step0 {
  max-width: calc(100% - 10px);
  width: 100%;
  margin: 0 auto;
}

label.branch_btn-A::before,
label.branch_btn-B::before {
  content: "";
  background: url(../img/feeling_A_btn.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 60px;
  margin: 1px 0 0px 0;
  display: block;
  flex-shrink: 0;
}

label.branch_btn-B {
  margin-top: 10px !important;
  background: #c9f182;
}

label.branch_btn-B::before {
  background: url(../img/feeling_B_btn.png) center no-repeat;
  background-size: contain;
}

.colWrap .col label.branch_btn-A,
.colWrap .col label.branch_btn-B {
  padding: 13.5px !important;
}

input[type=checkbox] {
  display: none;
}

input[type=radio] {
  display: none;
  -webkit-appearance: none;
}

.feeling_question_image {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.feeling_area_margin {
  margin-top: 1%;
}

.row {
  width: 100%;
  margin: 0;
}

.row2col,
.row3col {
  display: flex;
  flex-wrap: wrap;
}

.row2col, .col {
  background-color: transparent !important;
}

.col {
  text-align: center;
}

.row2col .col {
  display: flex;
  width: 48%;
  margin: 1%;
}

.row3col .col {
  display: flex;
  width: 30%;
  margin: 1%;
}

.row.lc-spread .col:last-child {
  width: 100%;
}

#Step0 .colWrap .col {
  width: 100%;
  margin: auto;
  max-width: 320px;
}

#Step0 .colWrap .col .radio {
  height: initial;
}

.colWrap {
  margin: 0 auto
}

.colWrap .col .radio {
  width: 100%;
  margin: 0 auto;
  padding: 11px 10px 9px !important;
  font-size: 14px;
  height: 100px;
}

#pointingHandParent {
  position: relative;
}

#_div_base #pointingHand {
  display: none;
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  position: absolute;
  z-index: 88;
  animation: 2.5s hands linear 2.5s infinite;
  transition: 0.3s;
  pointer-events: none;
  width: 65px !important;
  background-color: transparent !important;
}

@keyframes hands {
  0%, 75%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-15px, 0) scale(1.08);
  }
}

.arrow_step5 {
  display: none;
}

.cover {
  display: none;
}

.bx-controls {
  max-width: 320px;
  margin: 0px auto 50px;
}

#dialog_content > div.bx-wrapper > div.bx-controls.bx-has-controls-direction.index9 {
  margin: 0px auto 150px;
}

.bx-controls-direction {
  display: table;
  width: 100%;
}

.bx-controls-direction > a {
  display: table-cell !important;
  vertical-align: bottom;
}

.bx-controls-direction img {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.step1 .bx-next {
  position: relative;
}

#_div_base a.bx-next {
  font-weight: bold;
  -webkit-appearance: none;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 10px;
  text-decoration: none;
  box-shadow: none !important;
  background-color: transparent !important;
}

a.bx-next .next {
  display: block;
  padding: 8px 0 10px;
  background: #109fb5;
  /*background: -moz-linear-gradient(top, #109fb5 0%, #0d7e91 99%);*/
  /*background: -webkit-linear-gradient(top, #109fb5 0%, #0d7e91 99%);*/
  /*background: linear-gradient(to bottom, #109fb5 0%, #0d7e91 99%);*/
  background: linear-gradient(to bottom, rgba(135,206,28,1) 0%, rgba(72,188,22,1) 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#109fb5', endColorstr='#0d7e91', GradientType=0);*/
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .08em;
  font-size: 20px;
  /*-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;*/
  /*-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;*/
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  overflow: hidden;
  position: relative;
}

a.bx-next:not(.off) .next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: -30%;
  top: -50%;
  content: "";
  width: 50px;
  height: 100px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  /*background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));*/
  /*background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);*/
}

a.bx-next:not(.newBtn03) .next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  display: block;
  width: 11px;
  height: 12px;
  background: url(../img/ico_arrow2.png) no-repeat right center;
  background-size: contain;
}

/* ボタン非活性化スタイル */
a.bx-next.off {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(50%);
}

a.bx-prev {
  width: 15%;
  padding-right: 2%;
  padding-bottom: 20px;
  font-size: 12px;
  white-space: nowrap;
}

a.bx-prev:before {
  content: "＜ ";
}

/*.step1 .bx-next {*/
/*  position: relative;*/
/*}*/

.step10 a.bx-prev {
  width: 16%;
  padding-right: 2%;
  padding-bottom: 4px;
}
