@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese);

*, .btn, ::after, ::before {
  -webkit-box-sizing: border-box
}

.btn, .inputCheck, .inputRadio, header .progress .next, header .progress .prev {
  cursor: pointer
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

.btnMark1 img, .btnMark2 img {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}

.btnMark3 img, .btnMark4 img {
  margin-top: auto;
  margin-bottom: auto
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

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

caption, td, th {
  text-align: left;
  font-weight: inherit;
  vertical-align: middle
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a img {
  border: none
}

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

a {
  color: inherit;
  text-decoration: inherit
}

.btnHover10:hover, .btnHover7:hover, .btnHover8:hover, .btnHover9:hover {
  color: #fff
}

*, ::after, ::before {
  box-sizing: border-box
}

.btn {
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0
}

header .progress .next, header .progress .prev, main .sec>.wrapper .privacyBox a {
  text-decoration: underline
}

.btn img {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.btn::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 0
}

.inputText, .select {
  display: inline-block
}

.btnHover8::before, .btnHover9::before {
  -webkit-transition: all .2s ease-in;
  content: ""
}

.btnMark1 {
  height: 100px;
  line-height: 100px
}

.btnMark1 img {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px
}

.btnMark2 {
  height: 100px;
  line-height: 100px
}

.btnMark2 img, .btnMark3 img {
  width: 20px;
  height: 20px;
  position: absolute
}

.btnMark2 img {
  bottom: 10px
}

.btnMark3 img {
  top: 0;
  bottom: 0;
  left: 20px
}

.btnHover10::before, .btnHover8::before, .btnHover9::before {
  left: 0;
  background-color: #666
}

.btnMark4 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 14px
}

.btnMark5 img {
  width: 20px;
  height: 20px;
  margin-right: 5px
}

.btnMark6 img {
  width: 20px;
  height: 20px;
  margin-left: 5px
}

.btnMark7 img {
  vertical-align: middle;
  width: 40px;
  height: 16px
}

.inputCheck2 span, img {
  vertical-align: top;
  width: 100%;
}

.btnHover1:hover {
  opacity: .7
}

.btnHover2::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #711313), to(#DB2C2C));
  background: linear-gradient(180deg, #711313 0, #DB2C2C 100%)
}

.btnHover2:hover::after {
  opacity: 1
}

.btnHover3 {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .6);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .6)
}

.btnHover3:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .6);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .6)
}

.btnHover4 {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .6);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .6)
}

.btnHover4:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .6);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .6)
}

.btnHover5:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fa6c9f), color-stop(80%, #ffe140), to(#ffe140));
  background: linear-gradient(90deg, #fa6c9f 0, #ffe140 80%, #ffe140 100%);
  border-radius: 30px
}

.btnHover6:hover img {
  position: absolute;
  right: 10px
}

.btnHover7:hover {
  background-color: #666
}

.btnHover8::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  transition: all .2s ease-in;
  z-index: -1
}

.btnHover8:hover::before, .btnHover9::before {
  width: 100%;
  z-index: -1
}

.btnHover9::before {
  position: absolute;
  top: 0;
  height: 0;
  transition: all .2s ease-in
}

.btnHover9:hover::before {
  height: 100%;
  z-index: -1
}

.btnHover10::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: -1
}

.btnHover10:hover::before {
  width: 100%;
  height: 100%;
  z-index: -1
}

.inputText1 input, .inputText2 input, .select1 select {
  width: 100%;
  height: 56px;
  padding: 0 14px;
  font-size: 15px
}

.inputText {
  position: relative
}

.inputText input {
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0 0
}

.inputText input::-ms-clear {
  visibility: hidden
}

.inputText img {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0
}

.inputText1 {
  width: 100%
}

.inputText1 input {
  color: #4D4848;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 #8D8D8D inset;
  box-shadow: 0 1px 0 0 #8D8D8D inset
}

.inputText1 input:focus {
  background: #FFF;
  -webkit-box-shadow: 0 0 0 1px #2F7EC1;
  box-shadow: 0 0 0 1px #2F7EC1
}

.inputText1 input::-ms-clear {
  visibility: hidden
}

.inputText1 input::-webkit-input-placeholder {
  color: #E3E3E3
}

.inputText1 input::-moz-placeholder {
  color: #E3E3E3
}

.inputText1 input:-ms-input-placeholder {
  color: #E3E3E3
}

.inputText1 input::-ms-input-placeholder {
  color: #E3E3E3
}

.inputText1 input::placeholder {
  color: #E3E3E3
}

.inputText1 input[type=number] {
  -moz-appearance: textfield
}

.inputText1 input[type=number]::-webkit-inner-spin-button, .inputText1 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none
}

.inputText2 {
  width: 100%
}

.inputText2 input {
  color: #2F7EC1;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 2px
}

.inputText2 input:focus {
  background: #FFF;
  -webkit-box-shadow: 0 0 0 1px #2F7EC1;
  box-shadow: 0 0 0 1px #2F7EC1
}

.inputText2 input::-ms-clear {
  visibility: hidden
}

.inputText2 input::-webkit-input-placeholder {
  color: #7E7E7E
}

.inputText2 input::-moz-placeholder {
  color: #7E7E7E
}

.inputText2 input:-ms-input-placeholder {
  color: #7E7E7E
}

.inputText2 input::-ms-input-placeholder {
  color: #7E7E7E
}

.inputText2 input::placeholder {
  color: #7E7E7E
}

.inputText2.active::after {
  color: #2F7EC1
}

.select {
  position: relative
}

.select select {
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0
}

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

.select img {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0
}

.select1 {
  width: 100%
}

.select1 select {
  color: #4D4848;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 #8D8D8D;
  box-shadow: 0 1px 0 0 #8D8D8D
}

.select1 select:focus {
  background: #FCFAEE;
  -webkit-box-shadow: 0 0 0 1px #4d90fe;
  box-shadow: 0 0 0 1px #4d90fe
}

.select2 select {
  width: 400px;
  height: 50px;
  margin: 0;
  padding: 0 40px 0 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 22px
}

.select2 select:focus {
  background: #FCFAEE;
  -webkit-box-shadow: 0 0 0 1px #999;
  box-shadow: 0 0 0 1px #999
}

.select2 img {
  right: 20px;
  width: 18px;
  height: 18px
}

.select3 select {
  width: 300px;
  height: 40px;
  margin: 0;
  padding: 0 40px 0 20px;
  background: #f2f3f5;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) inset;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) inset
}

.select3 select:focus {
  background: #FCFAEE;
  -webkit-box-shadow: 0 0 0 1px #999;
  box-shadow: 0 0 0 1px #999
}

.select3 img {
  right: 16px;
  width: 14px;
  height: 14px
}

.inputRadio {
  display: inline-block;
  position: relative
}

.inputRadio input {
  display: none
}

.inputRadio1 {
  width: 100%
}

.inputRadio1 span {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  background: #8D8D8D;
  -webkit-box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
  box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
}

.inputRadio1>span>span {
  border: 2px solid #555 !important;
  padding: 23px 0px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  font-size: 15px;
  line-height: 1.4;
  top: -3px;
  text-align: center
}

.inputRadio1>span>span svg {
  width: 8px;
  height: 14px;
  fill: #ff7d7d;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in
}

.inputRadio1>span:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(141, 141, 141, .4);
  box-shadow: 0 0 0 0 rgba(141, 141, 141, .4)
}

.inputRadio1>span:hover>span {
  top: -1px
}

.inputRadio1 input:checked+span {
  -webkit-box-shadow: 0 0 0 0 rgba(141, 141, 141, .4);
  box-shadow: 0 0 0 0 rgba(141, 141, 141, .4)
}

.inputRadio1 input:checked+span>span {
  background-color: #ff7d7d;
  border-color: #ff7d7d;
  top: -1px;
  color: #fff;
}

.inputRadio1 input:checked+span>span svg {
  fill: #FFF
}

.inputCheck {
  display: inline-block;
  position: relative
}

.inputCheck input:checked+span::after, .inputCheck span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0
}

.inputCheck input {
  display: none
}

.inputCheck span::before {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  margin: auto 0
}

.inputCheck input:checked+span::after {
  display: block
}

.inputCheck1 {
  width: 100%;
  line-height: 40px
}

.inputCheck1 span {
  width: 100%;
  height: 40px;
  display: block;
  padding-left: 44px;
  font-size: 12px;
  background: #F2F2F2
}

.inputCheck1 span::before {
  width: 16px;
  height: 16px;
  border: 1px solid #343434;
  border-radius: 2px;
  background: #fff;
  left: 20px
}

.inputCheck1 input:checked+span {
  color: #3B88FD;
  background: #FFF
}

.inputCheck1 input:checked+span::before {
  border: none;
  background: #3B88FD
}

.inputCheck1 input:checked+span::after {
  width: 10px;
  height: 10px;
  top: 15px;
  left: 23px;
  background: url(../img/sp/icon_check.svg) no-repeat
}

.inputCheck2 {
  margin-right: 20px;
  line-height: 16px
}

.inputCheck2 span {
  padding-left: 24px;
  font-size: 12px
}

.inputCheck2 span::before {
  width: 16px;
  height: 16px;
  border: 1px solid #343434;
  border-radius: 2px;
  background: #fff
}

.inputCheck2 input:checked+span::before {
  border: none;
  background: #3B88FD
}

.inputCheck2 input:checked+span::after {
  left: 5px;
  width: 6px;
  height: 14px;
  margin-top: -1px;
  -webkit-transform: rotate(40deg) skewY(20deg);
  transform: rotate(40deg) skewY(20deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff
}

.textarea textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0 0;
  resize: none;
  display: block
}

.textarea1 {
  width: 100%
}

.textarea1 textarea {
  width: 100%;
  padding: 11px 14px;
  background: #fff;
  border-radius: 2px;
  color: #434343;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid grey
}

.textarea1 textarea:focus {
  background: #FCFAEE;
  -webkit-box-shadow: 0 0 0 1px #4d90fe;
  box-shadow: 0 0 0 1px #4d90fe
}

.textarea2 textarea {
  width: 600px;
  padding: 10px;
  border-radius: 8px;
  color: #555;
  font-size: 22px;
  line-height: 28px;
  border: 1px solid grey
}

body, .textarea2 textarea:focus {
  background: #FCFAEE;
  -webkit-box-shadow: 0 0 0 1px #4d90fe;
  box-shadow: 0 0 0 1px #4d90fe
}

html {
  background-color: #ccc
}

html * {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  max-width: 600px
}

body {
  min-height: 100vh;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #4D4848;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}

body .cover {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(77, 72, 72, .8);
  z-index: 100
}

.progress {
  height: 32px;
  padding: 14px 5.33333% 0;
  background-color: #ff7d7d;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  position: relative
}

.progress .bar {
  height: 4px;
  background-color: #DEBEA2;
  border-radius: 2px;
  position: relative
}

.progress .bar span:nth-child(1) {
  display: block;
  width: 4.1791%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px
}

.progress .bar span:nth-child(2) {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
  position: absolute;
  top: -4px;
  left: calc((14 / 335 * 100%) - 6px)
}

.progress .msg {
  letter-spacing: .05em;
  position: absolute;
  left: 50%;
  bottom: 11px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.progress .prev {
  position: absolute;
  left: 5.33333%;
  bottom: 11px
}

.progress .next {
  position: absolute;
  right: 5.33333%;
  bottom: 11px
}

header {
  background-color: #fff;
  position: relative;
  z-index: 50
}

header .headLine {
  padding: 6px 5.33333% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

footer, header .progress {
  display: none
}

header .headLine .subHead {
  margin: -1px 0;
  color: #837F7B;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .1em
}

header .progress .bar span {
  -webkit-transition: .4s;
  transition: .4s
}

header .progress .prev svg {
  width: 4px;
  height: 7px;
  margin-right: 4px;
  fill: currentColor;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

header .progress .next svg {
  width: 4px;
  height: 7px;
  margin-left: 4px;
  fill: currentColor
}

#sectop, main .sec {
  width: 100%
}

footer {
  margin-top: auto;
}

footer .wrapper {
  padding: 5px 0 10px;
  border-top: 1px solid #8D8D8D;
  text-align: center;
  font-size: 10px;
  line-height: 1
}

main .sec>.wrapper {
  padding: 15px 15px 40px;
  width: 100%
}

main .sec>.wrapper .formHead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #707070;
  margin: 0 auto 10px;
  padding: 5px 10px;
  width: 100%;
}

main .sec>.wrapper .formList {
  padding-top: 3px;
  display: flex;
  margin: -2px auto 0px;
  flex-wrap: wrap;
  padding-left: 15px;
}

.logo {
  padding: 4px;
  color: #333;
}

.header_text {
  text-align: left;
  font-size: 12px;
  width: 71%;
  display: inline-block;
}

.logo>img {
  width: 80px;
  margin-right: 8px;
}

.topDetail {
  background-color: #31a994;
  color: #fff;
  text-align: center;
  padding: 8px 8px;
  margin-top: 8px;
}

.topAppealTxt {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}


.logolists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.logolists img {
  display: flex;
  margin-top: 8px;
  width: 100px;
  background-color: #fff;
  padding: 4px;
}

#sec2>div.wrapper>div>ul {
  padding-top: 3px;
  display: flex;
  margin: -2px auto 0px;
  flex-wrap: wrap;
  padding-left: 15px;
  justify-content: flex-end;
}

#sec2>div.wrapper>div>ul>li {
  padding-right: 5px;
  width: 40%;
  margin: 2%;
}

#sec2>div.wrapper>div:nth-child(4)>ul>li {
  padding-right: 5px;
  width: 84%;
  margin: 2%;
}

#sec2>div.wrapper>ul>li:nth-child(7) {
  width: 92%;
}

main .sec>.wrapper .formUnit {
  margin-bottom: 30px
}

main .sec>.wrapper .formUnit .formUnitHead {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #2bb2ff;
  margin: 0 auto 10px;
  padding: 5px 10px;
  width: 100%;
  background: rgba(232, 247, 255, 0.8);
}

main .sec>.wrapper .privacyBox {
  margin-bottom: 30px;
  line-height: 1
}

main .sec>.wrapper label.error {
  display: block;
  margin: 5px auto;
  color: red;
  font-size: 14px;
  line-height: 1
}

#sec1 .topText, #sec4 .jobGrp .jobHead, #sectop .topText h2 {
  font-size: 18px;
  line-height: 1
}

#sectop {
  height: 100vh;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 51
}

#sectop .topText {
  display: none;
  height: 177px;
  padding-top: 50px;
}

#sectop .topText h2 {
  font-weight: 700;
  letter-spacing: -.03em;
  white-space: nowrap
}

#sectop .topText .logo {
  width: 245px;
  margin-top: 10px
}

#sectop .topImg {
  display: none;
  height: calc(100% - 177px);
  background: url(../img/topImg.jpg) center center no-repeat;
  background-size: cover
}

#sectop .topImg .search {
  margin-top: -20px
}

#sec1 {
  height: calc(100vh - 60px);
  overflow: hidden
}

#sec1 .topTextBox {
  background-color: #fff
}

.topTextBox {
  padding: 0px auto;
  text-align: center;
  color: #241815;
  font-weight: 700;
  letter-spacing: .01em;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

#sec1 .topText.active {
  top: 0;
  opacity: 1
}

#sec1 .topText img {
  max-width: 89.33333%;
  margin-top: 27px
}

#sec1 .progress {
  left: -50%;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s
}

#sec1 .progress.active {
  left: 0;
  opacity: 1
}

#sec1>.wrapper {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s
}

#sec1>.wrapper.active {
  top: 0;
  opacity: 1
}

#sec4 .formHead {
  margin-bottom: 5px
}

#sec4 .jobGrp .jobHead {
  margin-bottom: 9px
}

#sec4 .jobGrp .inputRadio1 span {
  height: 80px;
  border: 2px solid #555;
}

#sec4 .jobGrp1 .jobHead {
  color: #DB7223
}

#sec4 .jobGrp2 {
  margin-top: 20px;
  background-image: url(../img/jobSearch2.svg)
}

#sec4 .jobGrp2 .jobHead {
  color: #398DC3
}

#sec4 .jobGrp3 {
  margin-top: 20px;
  background-image: url(../img/jobSearch3.svg)
}

#sec4 .jobGrp3 .jobHead {
  color: #85AF14
}

#sec2, #sec3, #sec4, #sec5, #sec6, #sec7 {
  display: none
}

.item {
  padding-right: 5px;
  width: 44%;
  margin: 2%;
}

.item2 {
  color: red;
  background-color: white;
  padding: 0px 5px;
  border-radius: 8px;
  font-size: 14px;
}

#lp02>header>div.topTextBox>div>p>em {
  color: #00a73c;
}

#sec1>div.topTextBox>div>p {
  line-height: 24px;
}

#sec4>div>div>ul>li>label>span>span>svg {
  width: 10px;
}

#sec4>div.wrapper>ul>li {
  width: 100%;
}


.btnFloat {
  width: 80%;
  max-width: 600px;
  background-color: #bbb;
  border-radius: 6px;
  bottom: 0px;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 101;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  -webkit-box-shadow: rgba(76, 76, 76, 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;
  border-radius: 6px;
}

.btnFloat.active {
  background-color: #1cbb12;
}

.btnFloat.active::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 30px;
  height: 100px;
  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%,
      #ffffff rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
  animation: shiny 3s infinite linear;
  will-change: transform;
}

.btnFloat svg {
  width: 8px;
  height: 14px;
  fill: currentColor;
  position: absolute;
  top: 20px;
  right: 4%;
}

@keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@-moz-keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}


#sec2>div:nth-child(4)>span {
  vertical-align: 30px;
  margin: 0 20px 0 15px;
  font-size: 12px;
}

#sec3>div:nth-child(3)>span {
  vertical-align: 30px;
  margin: 0 20px 0 15px;
  font-size: 12px;
}

#sec4>div:nth-child(3)>span {
  vertical-align: 30px;
  margin: 0 20px 0 15px;
  font-size: 12px;
}

#sec5>div:nth-child(3)>span {
  vertical-align: 30px;
  margin: 0 20px 0 15px;
  font-size: 12px;
}

#sec6>div:nth-child(3)>span {
  vertical-align: 30px;
  margin: 0 20px 0 15px;
  font-size: 12px;
}


.recommend {
  font-size: 12px;
  text-align: center;
  color: #2bb2ff;
  margin-bottom: 15px;
}

.status {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  background: #f87273;

}

#sec5>div.status {
  margin-top: 0px;
  margin-bottom: 0px;
}

#sec6>div.status {
  margin-top: 0px;
  margin-bottom: 0px;
}

#sec7>div.status {
  margin-top: 0px;
  margin-bottom: 0px;
}

#lp02>div {
  /* display: none; */
}

.map {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

#sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
  margin-bottom: 20px;
}

.checkbox {
  display: flex;
  position: relative;
  width: 100%;
  height: 104px;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #555;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
  box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
  background: white;
}

#sec1>div.wrapper.active>ul>li:nth-child(7) {
  width: 92% !important;
}

#sec1>div.wrapper.active>ul>li {
  width: 100%;
  height: 70px;
  border-radius: 100px;
}

#sec1>div.wrapper.active>ul>li:nth-child(1)>label:before {
  position: absolute;
  left: 16px;
  bottom: 18px;
  content: "";
  background: url(../img/ico_01-1.png?210524) center / contain no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  z-index: 400;
}

#sec1>div.wrapper.active>ul>li:nth-child(1)>label:after {
  position: absolute;
  right: 22px;
  bottom: 30px;
  content: "";
  background: url(../img/ico_arrow3.png) center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  z-index: 5500;
}

#sec1>div.wrapper.active>ul>li:nth-child(2)>label:before {
  position: absolute;
  left: 16px;
  bottom: 18px;
  content: "";
  background: url(../img/ico_01-2.png?210524) center / contain no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  z-index: 400;
}

#sec1>div.wrapper.active>ul>li:nth-child(2)>label:after {
  position: absolute;
  right: 22px;
  bottom: 30px;
  content: "";
  background: url(../img/ico_arrow3.png) center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  z-index: 5500;
}

#sec2>div.wrapper>ul>li:nth-child(1)>label:before {
  content: "";
  width: 100%;
  height: 55px;
  margin: 0 auto;
  background: url(../img/ico_02-1.png?210524) center / contain no-repeat;
}

#sec2>div.wrapper>ul>li:nth-child(2)>label:before {
  content: "";
  width: 100%;
  height: 55px;
  margin: 0 auto;
  background: url(../img/ico_02-2.png?210524) center / contain no-repeat;
}

#sec2>div.wrapper>ul>li:nth-child(3)>label:before {
  content: "";
  width: 100%;
  height: 55px;
  margin: 0 auto;
  background: url(../img/ico_02-3.png?210524) center / contain no-repeat;
}

#sec2>div.wrapper>ul>li:nth-child(4)>label:before {
  content: "";
  width: 100%;
  height: 55px;
  margin: 0 auto;
  background: url(../img/ico_02-4.png?210524) center / contain no-repeat;
}

#sec2>div.wrapper>ul>li:nth-child(5)>label:before {
  content: "";
  width: 100%;
  height: 55px;
  margin: 0 auto;
  background: url(../img/ico_02-5.png?210524) center / contain no-repeat;
}

#sec2>div.wrapper>ul>li:nth-child(6)>label:before {
  content: "";
  width: 100%;
  height: 55px;
  margin: 0 auto;
  background: url(../img/ico_02-6.png?210524) center / contain no-repeat;
}


input[type="radio"]:checked+label {
  background: red !important;
}

.inputRadio1 input:checked+label {
  background: red !important;
}

.colWrap .col .checkbox.btn_off, .radio.btn_off {
  background: #eee !important;
  color: #999;
}

#lp02>footer>div {
  background: black;
  color: white;
}

.show {
  margin: 10px;
}

.flist {
  display: inline-flex;
}

#sec2>div.wrapper>ul>li:nth-child(1):checked+#sec2>div.wrapper>ul>li:nth-child(1)>label {
  background-color: #ff7d7d;
  border-color: #ff7d7d;
  color: #FFF;
  top: -1px;
}

#sec1>div.wrapper.active>ul>li:nth-child(1)>label>span {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  background: #8D8D8D;
  -webkit-box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
  box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
}

.lightpink {
  background-color: #ff7d7d;
  border-color: #ff7d7d;
  color: #FFF;
  top: -1px;
  border-radius: 4px;
}

#lp02>header>div.topTextBox>div>p {
  font-size: 13px;
}

#sec4>div.wrapper>div>ul>li>label>span>span {
  border-right: none !important;
}

#lp02>header>div.topTextBox>div>p>em:nth-child(2) {
  color: #ff7d7d;
}

#medicalp-error {
  display: block;
  margin: 5px 0;
  color: red;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}

#sec6>div.wrapper>ul {
  padding-top: 3px;
  display: flex;
  margin: -2px auto 20px 10px;
  flex-wrap: wrap;
}

.addTxt {
  display: flex;
  align-items: center;
  background: #fff;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 16px 8px;
  font-size: 14px;
}

.addTxt>img {
  width: 20%;
  margin-right: -10px;
}

.addTxt>p {
  width: 80%;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0 18px;
  padding: 7px 10px;
  max-width: 100%;
  background: #e2f4f5;
  border-radius: 6px;
  color: #555;
  text-align: left;
}

.addTxt2 {
  display: flex;
  align-items: center;
  background: #fff;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 16px 8px;
  font-size: 14px;
}

.addTxt2>img {
  width: 20%;
  margin-right: -10px;
}

.addTxt2>p {
  width: 80%;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0 18px;
  padding: 7px 10px;
  max-width: 100%;
  background: #e2f4f5;
  border-radius: 6px;
  color: #555;
  text-align: left;
}

.thanks_ttl {
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #31a994;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#thanks>main>section>div {
  padding: 20px;
}

.txt2 {
  padding: 20px;
  background: #31a994;
  text-align: center;
  margin: 20px;
  color: white;
  border-radius: 20px;
  box-shadow: 0px 2px 2px 1px lightgrey;
}

.company {
  padding: 10px;
  text-align: center;
  margin: auto;
  font-size: 12px;
  width: 130px;
  color: black;
}

#thanks>footer {
  display: block;
  background-color: black;
  padding: 0;
}

.copy {
  color: white;
  margin-top: 8px;
}

.wrapper_white {
  background-color: white;
}

#thanks>footer>div.wrapper_white>p>a>span svg {
  width: 8px;
  height: 14px;
  fill: #e6151b;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#thanks>footer>div.wrapper>div>img {
  margin: auto;
  width: 130px;
}

#thanks header .headLine {
  font-size: 15px;
}

.subtitle {
  text-align: center;
  font-size: 14px;
}

.green {
  color: green;
}

#sec5>div.wrapper>div.formUnit>p {
  margin-bottom: 5px;
}

h3:before {
  content: "■";
  color: #93dbc5;
}

h3>span {
  font-size: 13px;
}

#sec3>div.wrapper>h3:nth-child(3) {
  margin-top: 16px;
}

.prev {
  display: inline-block;
  width: 15%;
  padding-left: 2%;
  font-size: 12px;
  vertical-align: 100%;
}

.pMark {
  overflow: hidden;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid #fff;
}

.pMark p, .pMark2 p {
  margin: 0 auto;
  padding: 0;
  text-align: left !important;
  font-size: 10px;
  color: black;
}


.pMark p b, .pMark2 p b {
  font-weight: bold;
}

.pMark img, .pMark2 img {
  float: left;
  margin-right: 10px;
  width: 34px;
}

#modaal-close {
  background-color: gray;
}

.modaal-overlay, .modaal-wrapper {
  left: auto;
}

.modaal-inner-wrapper {
  padding: 60px 15px;
}

.modaal-inner-wrapper {
  padding: 15px;
}

.modaal-content-container h2 {
  font-size: x-large;
}

.modaal-content-container h2,
.modaal-content-container h3 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.modaal-content-container #about {
  margin-top: 2em;
}

.modaal-content-container tr {
  border-top: solid 1px #DDD;
}

.modaal-content-container th {
  width: 77px;
}

h4.microcopy {
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width:961px) {
  .hands {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 390px;
    background: url(../../assets/img/yubi.png) no-repeat;
    background-size: contain;
    z-index: 200;
    pointer-events: none;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    animation: rabbit 2.5s linear 0s infinite;
    -webkit-animation: rabbit 2.5s linear 0s infinite;
  }
}

@media only screen and (min-width:391px) and (max-width:960px) {
  .hands {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 390px;
    background: url(../../assets/img/yubi.png) no-repeat;
    background-size: contain;
    z-index: 200;
    pointer-events: none;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    animation: rabbit 2.5s linear 0s infinite;
    -webkit-animation: rabbit 2.5s linear 0s infinite;
  }
}

@media screen and (max-width:390px) {
  .hands {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 250px;
    background: url(../../assets/img/yubi.png) no-repeat;
    background-size: contain;
    z-index: 200;
    pointer-events: none;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    animation: rabbit 2.5s linear 0s infinite;
    -webkit-animation: rabbit 2.5s linear 0s infinite;
  }
}

@-webkit-keyframes rabbit {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-15px, 0);
  }

  75% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes rabbit {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-15px, 0);
  }

  75% {
    transform: translate(0, 0);
  }
}

.ui-helper-hidden-accessible {
  display: none;
}

.tel-count,
.zip-count {
  position: absolute;
  top: -18px;
  right: 0;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 0px 8px 4px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  font-size: 12px;
  width: auto;
  white-space: nowrap;
}

.tel-count span,
.zip-count span {
  color: #ff7e7e;
}

.tel-count:before,
.zip-count:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 10px;
  margin-left: 0;
  display: block;
  width: 12px;
  height: 10px;
  background: #ccc;
  border-radius: 30px 0 30px 0;
  z-index: -1;
}

.tel-count:after,
.zip-count:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 15px;
  margin-left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/* .placeOn+.formLabel {
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 10px;
  color: #ff348e;
} */
#overlay {
  display: none;
  position: fixed;
  z-index: 60;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  inset: 0;
  margin: auto;
}

#overlay.overlay-on {
  display: block;
}