@charset "UTF-8";

html {
  width: 100%;
}

body {
  width: 100%;
  min-width: inherit;
  height: 100%;
  background: #fff3e0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body.tablet {
    background-size: 35%, 35%, 100%;
  }
}

:focus {
  outline-color: #ff7271;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 100px #fff inset;
  -webkit-text-fill-color: #555 !important;
}

.character {
  float: left;
  width: 490px;
  margin-right: 10px;
}

.character img {
  width: 100%;
}

header {
  background: #fff;
  width: 100%;
  padding: 10px 0;
}

.header-inner {
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.status {
  margin: 20px auto;
}

.logo-img {
  width: 150px;
}

main {
  width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
}

.bx-viewport {
  height: auto !important;
  padding-bottom: 0;
}

.circle {
  position: absolute;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle img {
  width: 70%;
}

h1 {
  text-align: center;
  margin: 30px 0;
}

h1 img {
  width: 700px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ff7271;
  text-align: left;
  margin-bottom: 10px;
}

h2 small {
  margin-top: 0px;
  font-size: 12px;
  color: #555;
  text-align: center;
}

.error_message {
  font-size: 10.5pt;
  color: red;
}

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

.formItem {
  position: relative;
  display: block;
  clear: both;
  width: 600px;
  margin: 0 auto 30px;
}

.formItem-list label {
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
}

.formItem-list {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}

.formItem-list li {
  width: calc(100% / 3 - 6px);
  min-height: 60px;
  margin: 0 3px 5px;
}

.formItem-list label {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  color: #ff7271;
  z-index: 0;
  border: 3px solid #eb6764;
  border-right: 5px solid #eb6764;
  border-bottom: 5px solid #eb6764;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.formItem-list label span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.formItem-list li:last-of-type span {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#retirement .formItem-list li {
  width: calc(100% / 4 - 6px);
}

#retirement .formItem-list label {
  font-size: 15px;
}

.formItem-list input.btn_off + label {
  background: #eee;
  color: #707070;
  border: none;
}

.formItem-list input:checked + label {
  background: #eb6764;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.flex.column {
  flex-direction: column;
}

.flex.between {
  justify-content: space-between;
}

.flex.between > h2 {
  margin-bottom: 0;
}

#req_date {
  display: none;
}

[data-page-num='2'] #req_date {
  display: block;
}

#footer {
  width: 100%;
  padding: 0 0 5px 0;
  background: #555;
  text-align: center;
  z-index: 100;
}

#footer .lastupdate {
  background: #eee;
  width: 100%;
  padding: 4px 0;
  font-size: 13px;
  color: #ff7271;
}

#footer .innerfooter {
  width: 1000px;
  margin: 0 auto;
}

#footer small {
  color: #fff;
  font-size: 10px;
}

#footer .footLink {
  margin-top: 0;
  font-size: 12px;
}

ul.ui-autocomplete {
  font-size: 13px;
  overflow: auto;
  height: 350px;
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#dialog_form {
  width: 100%;
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

.modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/btn_close.png);
  z-index: 2;
}

.inlineList li {
  display: inline-block;
  margin-right: 1em;
}

.errorBox {
  background: #fcebeb;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 5px;
  margin: 0;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

#addr1or2_errmsg0 {
  position: relative;
  left: 100px;
  top: -10px;
}

#addr3_errmsg {
  display: inline-block;
  position: relative;
  left: -180px;
  top: -10px;
}

input[type='text'],
input[type='tel'],
input:focus {
  width: 100%;
  height: 44px;
  font-size: 18px;
  border: 1px solid #ff6767;
  box-sizing: border-box;
  padding: 9px;
  border-radius: 6px;
  position: relative;
  background: #ffffc7;
}
input#zip {
  background: #ffffc7 url(../img/ico_title-zip.png) center left 4px no-repeat;
  background-size: 30px;
  padding-left: 40px;
}

input#birth_year {
  width: 268px;
  margin: 0 4px;
}

select,
#addr3 {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  border-radius: 0;
  vertical-align: middle;
  line-height: 2.2em;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #000;
}

#addr1 {
  width: 160px;
}
#addr2 {
  width: 280px;
}

#addr3 {
  width: 535px;
}

#name_kan,
#name_cana,
#mob_phone {
  width: 450px;
}

#mob_mail_inp {
  width: 400px;
}

/*メアド（任意）*/
#email h2,
#email h2 .required {
  color: #ccc;
}
#email .required {
  color: #ccc;
  border-color: #ccc;
}
#email input {
  border-color: #ccc;
  background: #fff;
}

input[type='text'].err,
select.err {
  border-color: #e60000;
}

label {
  color: #fff;
}

.error {
  border-color: #e60000;
}

#zip {
  width: calc(100% - 220px);
}

#zip2 {
  background: #fff url(../img/arrow02.png) no-repeat 98% center;
  background-size: 14px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 14px;
  color: #555;
  padding: 10px 20px 10px 10px;
  text-align: center;
  margin-left: 10px;
  width: 200px;
}

p.message01,
p.message02 {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 10px 36px;
  max-width: 100%;
  background: #fdeff0;
  border-radius: 6px;
  color: #555;
  font-size: 14px;
  text-align: center;
  width: 350px;
  margin-top: 20px;
}
p.message02 {
  display: none;
}

.acoArea {
  position: relative;
  display: none;
  margin-top: 5px;
}
#orderCountArea {
  display: none;
  width: 320px;
  position: absolute;
  margin: 24px auto 10px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  z-index: 200;
  left: 28%;
  bottom: 25%;
}
#order_count {
  color: #ff348e;
  font-size: 120%;
}
#orderCountArea:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: -1;
  visibility: visible;
}

#order_count {
  color: #ff348e;
  font-size: 120%;
}
.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
}

h2.itemTitle {
  position: relative;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  max-width: 300px;
  margin: 0;
  padding: 0.5em 0 0.5em;
  color: #ff6767;
  font-size: 0.9em;
  margin: 0 auto;
  font-weight: bold;
}

.footLink {
  margin: 7px 0 0;
  font-size: 12px;
}

.footLink a {
  display: inline-block;
  background: url(../img/arrow.png) no-repeat scroll left center;
  margin: 0 10px;
  padding: 0 0 0 10px;
  color: #fefefe;
  text-decoration: none;
}

.footLink a:hover {
  text-decoration: underline;
}

.required,
.required2 {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px;
  box-sizing: border-box;
  border: 1px solid #ff7271;
  color: #ff7271;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}

.required2 {
  border: 1px solid #66a9ff;
  color: #66a9ff;
}

span.any + span.infoTxt {
  color: #000000;
  vertical-align: bottom;
  font-size: 13px;
}

input#mail:focus + .mailCheckBtn > [data-bubble] {
  display: none;
}
/*ボタン*/
.bx-controls-direction {
  width: 600px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  position: relative;
}

.bx-next {
  width: 320px;
}

.bx-next,
.bx-prev {
  text-decoration: none;
  display: block;
}

.bx-prev {
  opacity: 0.7;
  visibility: hidden;
  position: absolute;
  top: 20%;
  left: 15px;
}

.bx-prev img {
  width: 60px;
}

.bx-prev:hover {
  opacity: 1;
}

.bx-nextArea {
  display: inline-block;
}

a.bx-next.last_btn.off {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

a.bx-next.last_btn {
  width: 380px;
}

a.bx-next.last_btn img {
  width: 380px;
  vertical-align: bottom;
}

a.bx-next {
  position: relative;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

a.bx-next.last_btn {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

a.bx-next span {
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 8px 0 10px;
  background: rgb(0, 19, 142);
  background: -moz-linear-gradient(top, #98f104 0%, #78be05 70%);
  background: -webkit-linear-gradient(top, #98f104 0%, #78be05 70%);
  background: linear-gradient(to bottom, #98f104 0%, #78be05 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00138e', endColorstr='#78be05',GradientType=0 );
  background: linear-gradient(to bottom, #98f104 0%, #78be05 70%);
  border: 1px solid #78be05;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  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;
}

.bx-controls-direction .btn-area a.off span.nextBtn,
.bx-next.off span.nextBtn,
.bx-controls-direction .btn-area a.off span.nextBtn:hover,
.bx-next.off span.nextBtn:hover {
  background: rgba(200, 200, 200, 0.5);
  border: 1px solid rgba(200, 200, 200, 0.5);
  box-shadow: none;
}

a.bx-next .nextBtn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  background: url(../img/ico_arrow2.png) no-repeat right center;
  background-size: contain;
}

a.bx-next span.lastBtn {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 314px;
  margin: 0 auto;
  padding: 2px 0;
  border-radius: 6px;
  border: 1px solid #eb8003;
  background: #f79e04;
  background: -moz-linear-gradient(top, #ffaa06 0%, #ffaa06 50%, #f79e04 50%, #f79e04 100%);
  background: -webkit-linear-gradient(top, #ffaa06 0%, #ffaa06 50%, #f79e04 50%, #f79e04 100%);
  background: linear-gradient(to bottom, #ffaa06 0%, #ffaa06 50%, #f79e04 50%, #f79e04 100%);
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

a.bx-next small {
  font-size: 12px;
}

a.bx-next .lastBtn:after {
  position: absolute;
  right: 4px;
  top: 50%;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/ico_arrow.gif) no-repeat left top;
  background-size: contain;
}

/* modal
 ----------------------------------------------------- */
.modal {
  display: none;
  text-align: left;
}

.modalBody {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 80%;
  height: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.modalBK {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.modalBody {
  padding: 13px;
  line-height: 1.6;
  border-radius: 4px;
}

.btns {
  cursor: pointer;
  text-decoration: underline;
}

.window_close,
.close {
  cursor: pointer;
  text-align: center;
  margin: 10px 0;
  text-decoration: underline;
  color: #fff;
  background-color: #999;
  border-radius: 4px;
  line-height: 32px;
  font-size: 1.2rem;
}

.scroll_box {
  overflow-y: auto;
  height: 90%;
  padding: 2px;
}

.scroll_box::-webkit-scrollbar {
  width: 5px;
  background: #d7d7d7;
}

.scroll_box::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 2px;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #ccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #ccc;
}

.tel-count {
  position: absolute;
  top: -12px;
  right: 4px;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 2px 8px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  font-size: 12px;
}

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

.tel-count:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 8px;
  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);
}

.row_retirement_intention {
  font-size: ;
}
