@charset "UTF-8";
body {
  font-family: "ÃƒÂ£Ã†â€™Ã‚Â¡ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Âª", Meiryo, sans-serif; }

.box-title-entry {
  background: linear-gradient(#F6EBD8, #EAD6BA);
  padding: 2px 0 2px 10px;
  color: #000;
  font-weight: 600;
  font-size: 18px; }

.box-title-entry > p {
  margin: 0; }

.btn-tab-registry {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.btn-tab-registry > a {
  padding: 5px;
  margin-right: 10px; }

.btn-tab-registry > a:last-child {
  border: 1px solid #00baff;
  color: #00baff;
  box-shadow: 2px 2px #dee6fb;
  font-weight: bold; }

.btn-tab-registry > a:last-child:active {
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
  background-color: #00baff;
  color: #fff; }

.btn-tab-registry > a:last-child:hover {
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  background-color: #00baff;
  color: #fff; }

.btn-tab-registry > a:first-child {
  color: #2a55bb;
  border: 1px solid #2a55bb;
  font-weight: bold;
  box-shadow: 2px 2px #dee6fb; }

.btn-tab-registry > a:first-child:active {
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
  background-color: #2a55bb;
  color: #fff; }

.btn-tab-registry > a:first-child:hover {
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  background-color: #2a55bb;
  color: #fff; }

.active-corporation {
  background-color: #2a55bb;
  color: #fff !important; }

.active-employee {
  background-color: #00baff;
  color: #fff !important; }

.active-tab {
  color: #2a55bb !important;
  border: 1px solid #2a55bb !important; }

.title-entry {
  padding-left: 10px; }

.require-input-regis {
  font-size: 15px;
  padding-top: 5px;
  width: 50%; }

.top-title {
  padding: 10px 0; }

.bottom-title {
  font-size: 1.6rem; }

.bottom-title > p {
  margin: 0;
  font-size: 1.6rem; }

.bottom-title > ul > li {
  position: relative;
  padding-left: 12px;
  font-size: 1.6rem;
  line-height: 22px; }

.bottom-title > ul > li:before {
  content: '\f111';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 10px;
  top: -1px; }

.form-entry {
  padding: 10px 0 0 10px; }

.form-entry > p {
  font-weight: 600;
  position: relative;
  padding-left: 15px; }

.form-entry > p:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #8C97CB;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.label-entry {
  position: relative;
  background-color: #fff3e4;
  padding-left: 10px !important;
  position: relative;
  vertical-align: middle;
  border-bottom: 1px solid #ddd !important;
  /* border-left: 1px solid #ddd;*/ }

.dl_table dt {
  padding: 10px !important; }

.dl_table dd {
  padding: 10px; }

.label-entry label {
  font-weight: normal !important;
  font-size: 16px; }

.dl_table input {
  margin-bottom: 2px;
  width: 48%; }

.label-entry > span.required {
  color: #fff !important;
  background-color: #DF8103;
  padding: 3px;
  float: right; }

.accordion-group {
  padding: 16px 0 0 0; }

.panel-title {
  position: relative;
  background-color: #d0d0d0; }

.research__title__icon {
  margin: 0px;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  float: right;
  top: 50%;
  right: 8px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  border-style: solid;
  border-width: thin;
  border-color: inherit;
  transform: translateY(-50%); }

.research__title__icon, .research__title__icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.research__title__icon span {
  position: absolute;
  /*left: 4px;*/
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px; }

.research__title__icon span:nth-of-type(1) {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(0deg); }

.research__title__icon span:nth-of-type(2) {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(90deg); }

.research__title__icon.active span:nth-of-type(1) {
  display: none; }

.research__title__icon.active span:nth-of-type(2) {
  /*top: 7px;*/
  /*transform: rotate(180deg);*/
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(180deg); }

.panel-title > a {
  color: #000 !important;
  display: block;
  padding: 6px 40px 6px 5px;
  font-size: 15px; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.panel-collapse {
  padding-top: 10px; }

.panel-collapse > p {
  padding-bottom: 10px;
  margin: 0;
  font-size: 13px; }

.content-zip-code {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.select_box_cart {
  border-radius: 7px;
  height: 31px;
  background: url(/user_data/cart/icon-selectbox.svg) no-repeat right;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #dcdcdc;
  text-indent: 5px;
  font-size: 14px;
  width: 100%;
  margin-right: 5px;
  padding: 5px 25px 5px 5px; }

.select_box_cart::-ms-expand {
  display: none; }

/*--------*/
.required-group {
  display: flex;
  justify-content: space-between; }

.required-zip {
  display: flex;
  justify-content: flex-start; }

.required-zip > div {
  padding-left: 6px;
  width: 52%;
  line-height: 20px; }

.required-zip p {
  margin: 0;
  font-size: 13px; }

#entry_pref01 {
  padding: 5px;
  border-radius: 7px !important;
  height: 31px;
  background: #fbcc86 url(/user_data/cart/icon-selectbox.svg) no-repeat right;
  -webkit-appearance: none;
  text-indent: 5px;
  font-size: 1.6rem;
  margin-right: 5px; }

.tinymce {
  height: 100px; }

#entry_mailmaga_flg {
  display: flex;
  justify-content: flex-start; }

#entry_mailmaga_flg .radio {
  padding-right: 10px; }

#entry_mailmaga_flg .radio input {
  width: auto; }

#top_box__mailmaga_flg dd {
  vertical-align: middle; }

@-moz-document url-prefix() {
  #top_box__mailmaga_flg span.required {
    position: initial;
    float: right;
    margin-right: 10px; } }
.mailmaga_flg {
  position: absolute;
  margin-left: 0 !important;
  right: 10px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #top_box__mailmaga_flg span.required {
    position: relative;
    float: right;
    right: 10px; } }
#confirm_box__message {
  margin: 5px 0;
  font-size: 1.6rem; }

#confirm_box__body_inner {
  margin-top: 0; }

#confirm_box {
  padding-left: 10px; }

#top_box__agreement {
  text-align: left;
  font-size: 20px;
  color: red;
  margin: 0;
  padding-top: 5px; }

#top_box__button_menu {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 10px 0; }

#top_box__button_menu p {
  padding: 0 20px;
  margin: 0;
  text-align: center; }

.btn-submit-entry {
  border: none;
  background-color: #45c4e4;
  padding: 5px 100px;
  color: #fff;
  font-weight: 600; }

.btn-submit-entry:hover {
  background-color: #80CBEB; }

.btn-back-entry {
  color: #fff;
  background-color: #9e9e9e;
  padding: 5px 70px;
  border: none;
  font-weight: 600; }

.btn-back-entry:hover {
  color: #fff;
  background-color: #BFBFBF; }

.title-success {
  font-weight: 600; }

#complete_box__body {
  padding: 30px 0; }

.main-entry {
  padding-top: 5px; }

.modal-dialog {
  display: block;
  text-align: left;
  vertical-align: inherit !important; }

.modal-header {
  background-color: #e7eeff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px; }

.modal-body-add-to-cart {
  font-size: 14px;
  padding: 15px; }

.modal-state-entry-header {
  justify-content: space-between !important; }

/*entry corporation*/
.corporation-entry {
  background: linear-gradient(#dce7ff, #b3caff); }

.label-entry-corporation {
  background-color: #e7eeff; }

.button-entry-zip {
  background-color: #d0d0d0;
  padding: 8px 25px;
  margin-left: 5px;
  color: #000;
  display: block; }

.button-entry-zip:hover {
  color: #000;
  background-color: #d0d0d0db; }

.button-entry-zip:focus {
  color: #000;
  background-color: #d0d0d0db; }

.corporation-entry-style-label .label-entry {
  border-right: 1px solid #3F8EC7;
  border-bottom: 1px solid #3F8EC7;
  background-color: #EBF4FA;
  border-left: 1px solid #3F8EC7; }

.dl_table {
  border: none; }

.label-entry-first {
  border-top: 1px solid #3F8EC7; }

#entry_payment_id {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center; }

#entry_payment_id .radio {
  padding: 5px 20px 5px 0;
  font-size: 15px; }

#entry_payment_id .radio input {
  width: auto;
  margin-right: 5px;
  margin-bottom: 0; }

#entry_payment_id .radio label {
  display: flex;
  justify-content: center;
  align-items: center; }

.modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: top !important; }

#entry_payment_id dd {
  vertical-align: middle; }

.title-employee {
  background: linear-gradient(#4e4af3, #8886f7);
  color: #fff; }

#entry_form .background_dd dd {
  border-right: 1px solid #3F8EC7;
  border-bottom: 1px solid #3F8EC7;
  background-color: #CEE5F5; }

#entry_form .dl_table {
  border-top: none; }

.background_dd dt {
  border-right: 1px solid #3F8EC7;
  border-bottom: 1px solid #3F8EC7 !important;
  background-color: #CEE5F5; }

.border_top {
  border-top: 1px solid #ddd !important; }

.border_top_individual dt {
  border-top: 1px solid #ddd; }

.border_top_individual dd {
  border-top: 1px solid #ddd; }

.border_top_corporation dt {
  border-top: 1px solid #3F8EC7; }

.border_top_corporation dd {
  border-top: 1px solid #3F8EC7; }

@media only screen and (max-width: 767px) {
  .hidden-visible {
    display: none; }

  .border_top_individual dd {
    border-top: unset !important; }

  .corporation-entry-style-label .label-entry {
    margin-bottom: 0 !important;
    border-top: 1px solid #3F8EC7 !important; }

  .background_dd dd {
    border-left: 1px solid #3F8EC7; }

  .border_top_corporation dd {
    border-top: unset !important; }

  .label-entry-first {
    border-top: unset !important; }

  #confirm_box {
    padding-left: 0 !important; }

  .label-entry {
    padding: 5px 0; }

  #entry_pref01 {
    width: 50%; }

  .modal-state-entry-header h4 {
    font-size: 14px !important; }

  #Modal-entry-corporation-state .modal-dialog {
    width: 90% !important; }

  .content-zip-code {
    flex-wrap: wrap; }

  .content-zip-code select {
    margin-bottom: 10px; }

  .border_top {
    border-top: none !important; }

  .dl_table dl {
    border-bottom: none; }

  .dl_table dt {
    border-top: 1px solid #ddd !important; }

  .select_box_cart {
    font-size: 16px !important; }

  .radio-custom-style-payment .container_1 {
    font-size: 13px;
    margin-bottom: 0; }

  #top_box__agreement {
    font-size: 18px;
    padding-top: 0 !important; }

  .bottom-title > ul > li {
    line-height: 18px; }

  .dl_table dd {
    padding: 10px; }

  .form-entry {
    padding: 0; }

  .required-last-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }

  .required-last-block-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px; } }
@media only screen and (max-width: 506px) {
  #top_box__button_menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0; }

  #top_box__button_menu p {
    margin-bottom: 10px; } }
@media only screen and (max-width: 408px) {
  #entry_pref01 {
    width: 100% !important; }

  .box-state-pref span:first-child {
    width: 100% !important; }

  .button-entry-zip {
    margin-left: 0;
    display: block; }

  .btn-show-zip {
    display: block;
    padding-top: 15px;
    width: 100%; }

  .btn-tab-registry > a {
    font-size: 14px !important; } }
/*----------------------*/
.form-group .container_1 {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 8px;
  font-size: 14px;
  margin-bottom: 5px; }

/* Hide the browser's default radio button */
.container_1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #696868;
  border-radius: 100%; }

/* On mouse-over, add a grey background color */
.container_1:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.container_1 input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container_1 input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container_1 .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white; }

.radio-custom-style {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.radio-custom-style-payment {
  display: inline-block; }

.box-state-pref {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.box-state-pref span select {
  width: 100% !important; }

.box-state-pref span:first-child {
  width: 50%; }

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