@charset "UTF-8";

/* CSS Document */

html {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33000000,EndColorStr=#33000000); /*IE8以下用*/
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8 url(/entry/pc/form104/img/bg_main.jpg) no-repeat center bottom 40px;
  background-attachment: fixed;
}

.img.sp-image {
  background-size: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

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

.logo {
  float: left;
  margin-top: 5px;
}

.logo-img {
  width: 150px;
  height: auto;
}

.head-banner li {
  margin-right: 10px;
}

.head-banner li:last-child {
  margin-right: 0px;
}

.head-banner img {
  width: 80px;
}

.banner {
  float: right;
}

.list-item {
  display: inline-block;
}

main {
  clear: both;
  margin: 6% auto 66px;
  padding-bottom: 86px;
  overflow: hidden;
}

.form {
  width: 610px;
  margin: 0 auto;
}

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

.character img {
  width: 100%;
}

h1 {
  text-align: center;
}

.error_message {
  color: red;
}

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

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

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

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

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

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

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

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

.smallTxt {
  font-size: 12px;
}

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

#dialog_form {
  display: inherit;
  width: 610px;
  padding: 0 40px 0px 40px;
  border-radius: 6px;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  background: #fff;
  text-align: center;
}

#dialog_content {
  border-radius: 0 0 3px 3px;
}

.bx-viewport {
  margin-bottom: 40px;
}

div.partial_form {
  height: auto;
  text-align: left;
}

div.bx-controls-direction {
  text-align: center;
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

form {
  margin: 20px auto;
  font-size: 16px;
}

.formHeader {
  margin: 0 -40px 10px;
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  background: #eee;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
}

.formFooter {
  padding: 10px;
  border-radius: 3px 3px 0 0;
}

.formBody {
  padding: 5px 10px 0 5px;
  box-sizing: border-box;
} /*FAVOR-1444 微調整*/

.formFooter,
/*.bx-controls { border-radius: 0 0 3px 3px; padding:20px 50px 7px; }*/
.bx-controls.bx-has-controls-direction {
  position: relative;
  margin: 0 -40px;
  padding: 15px 0 8px;
  border-radius: 0 0 6px 6px;
  background: #f8f8f8;
}

.rowTable {
  display: table;
  width: 100%;
}

.rowTable .col {
  float: none;
  width: auto;
  padding: 0 0.3em;
  vertical-align: middle;
}

.rowTable .col > img {
  width: 100%;
}

h3.formTitle {
  margin: 0 0 1em;
  color: #2bb2ff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

#Step1 h3.formTitle {
  margin: 0 0 0.5em;
}

#Step4 h3.formTitle,
#Step5 h3.formTitle {
  margin: 0.5em 0 1em;
}

.formTitle small {
  display: block;
  margin-top: 0px;
  color: #555;
  font-size: 12px;
}

#Step1 .formTitle small {
  display: inline;
  margin-left: 5px;
}

.row {
  display: block;
  clear: both;
  overflow: hidden;
}

#Step3 .row {
  margin-top: 15px;
}

.col {
  float: left;
  width: 50%;
}

.col02 {
  position: relative;
  clear: both;
  margin-top: -25px;
  margin-bottom: 15px;
}

.row2col {
  width: 481px;
  margin: 0 auto -10px;
  text-align: center;
}

.row2col .col {
  display: inline-block;
  width: 220px;
}

.row3col {
  display: flex;
  width: 481px;
  margin: 0 auto -10px;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.row3col .col {
  display: inline-block;
  width: 150px;
}

#Step3 .row3col .col {
  width: inherit;
}

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

.errorBox {
  display: inline-block;
  visibility: hidden;
  position: relative;
  top: -73px;
  left: 0;
  padding: 1px 0.5em;
  border-radius: 3px;
  background: #fcebeb;
  font-size: 13px;
}

#cook_only_errmsg.errorBox {
  font-size: 12px;
}

.errorBox02 {
  display: inline-block;
  visibility: hidden;
  position: relative;
  top: -73px;
  left: 12px;
  padding: 1px 1em;
  border-radius: 3px;
  background: #fcebeb;
  font-size: 13px;
}

.errorBox03 {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  top: -26px;
  left: 16px;
  padding: 1px 1em;
  border-radius: 3px;
  background: #fcebeb;
  font-size: 13px;
}

.errorBox::before,
.errorBox02::before,
.errorBox03::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 3px;
  width: 0;
  height: 0;
  border-color: #fcebeb transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
}

.err_pos02 {
  margin-left: 0;
}

#addr1or2_error_msgs {
  left: 303px;
}

.formItem {
  display: block;
  position: relative;
  clear: both;
  min-height: 3em;
}

#license_container {
  margin-bottom: 20px;
}

/* 学生のみ表示 */
.show_gra {
  visibility: visible;
}
.hide_gra {
  visibility: hidden;
}

.formItem.box_pos {
  clear: both;
  margin: 0 0 0;
}

.itemTitle {
  display: inline-block;
  float: left;
  width: 39%;
  height: 1.5em;
  padding-top: 0.6em;
  font-size: 16px;
  vertical-align: bottom;
}

#Step3 .itemTitle {
  width: 185px;
}

#Step3 .formItem.box_pos .itemTitle,
#Step3 .formItem.box_pos .itemTitle {
  width: 39%;
}

#Step4 .itemTitle,
#Step5 .itemTitle {
  height: 3.5em;
}

input[type='text'],
select {
  width: 100%;
  height: 44px;
  padding: 9px;
  border: 1px solid #2bb2ff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 17px;
}

select[name='addr1'] {
  float: right;
  width: 110px;
}

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

.select_year {
  padding: 0.2em 1.6em 0.2em 0.5em;
  font-size: 12px;
  line-height: 1;
  white-space: pre-wrap;
}

label {
  color: #fff;
}

.error {
  border-color: #e60000;
}

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

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

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

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

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

.col295 {
  display: inline-block;
  float: right;
  width: 295px !important;
}

.col225 {
  display: inline-block;
  float: right;
  width: 225px !important;
}

.col255 {
  display: inline-block;
  float: right;
  width: 300px !important;
  margin-left: 10px;
}

.col305 {
  width: 195px !important;
  margin-left: 10px !important;
}

.col150 {
  width: 150px !important;
}

.col200 {
  width: 310px !important;
}

.col130 {
  width: 130px !important;
}

.col44 {
  width: 44% !important;
}

.row .offset42 > .col {
  margin-top: 10px;
}

.row .offset42 > .col + .col {
  margin-top: 10px;
  margin-left: 10px;
}

.offset50 > .col + .col {
  margin-left: 50px;
}

.offset42 > .col + .col {
  margin-left: 10px;
}

.offset42 > .col + .col + .col {
  margin-top: 10px;
  margin-left: 0;
}

.offset42 > .col + .col + .col + .col {
  margin-left: 10px;
}

.offset42 > .col + .col.btn_area {
  margin: 1.5em 0 0 10px;
}

.col .add_btn,
.col .add_btn01 {
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: bottom;
}

.col.btn_area:hover {
  cursor: pointer;
}

.col.btn_area p {
  display: table-cell;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
}

.col.btn_area p small {
  padding: 0.3em 30px 0.3em 1em;
  border-radius: 100px;
  background: #f8f8f8 url(/entry/pc/form104/img/arrow02.png) no-repeat 98% center;
  background-size: 14px;
  color: #555;
  font-size: 10px;
  font-weight: bold;
}

.col.btn_area p.on small {
  background: #f8f8f8 url(/entry/pc/form104/img/arrow02_on.png) no-repeat 97% center;
  background-size: 14px;
}

p.addTxt {
  clear: both;
  margin-top: 1em;
  padding: 0.3em;
  background: rgba(255, 255, 255, 0.5);
  color: #555;
  font-size: 10px;
}

.acoArea {
  display: none;
}

.radio,
.checkbox {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  background: #eee;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.radio.row01 {
  padding: 17px 0 16px;
  line-height: 16px;
}

.radio.row02 {
  padding: 9px 0 8px;
  line-height: 16px;
}

.radio.row02 span {
  font-size: 80%;
}

.checked input[type='checkbox'] + .checkbox {
  border-radius: 8px;
  background: #ff7c7c;
  color: #fff;
  cursor: pointer;
}

.checked input[type='radio'] + .radio,
.checked input[checked='checked'] + .radio {
  border-radius: 8px;
  background: #ff7c7c;
  color: #fff;
  cursor: pointer;
}

.checkboxCol {
  position: absolute;
  top: 17px;
  left: 10px;
  z-index: 10;
  margin: auto;
}

.radioCol {
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 10px;
  z-index: 10;
  margin: auto;
}

#Step1 .col,
#Step2 .col {
  position: relative;
  float: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

#Step1 .col {
  float: unset;
}

#Step1 .col:nth-child(3n),
#Step2 .row3col .col:nth-child(3n),
#Step2 .row2col .col:nth-child(2n) {
  margin-right: 0 !important;
}

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

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

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

/**/
.tableLabel {
  display: table;
  vertical-align: bottom;
}

span.required,
span.required2 {
  display: inline-block;
  float: right;
  padding: 4px 6px;
  border: 1px solid #ff6699;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: border-box;
  color: #ff6699;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

h3 span.required {
  float: none;
  margin: 0 5px;
}

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

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

[data-bubble] {
  display: block;
  position: relative;
  z-index: 2;
  height: 0;
  font-size: 1rem;
}

[data-bubble*='right'] {
}

[data-bubble] > span {
  display: inline-block;
  position: absolute;
  right: 8%;
  bottom: -6px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  padding: 0.3em 0.8em;
  border: solid 1px #fff;
  background: #ff6600;
  color: #fff;
  text-align: center;
  -webkit-animation:
    bubbleShow 0.5s ease-out 0s 1,
    bubbleAnime 3s linear 1.5s infinite alternate;
  animation:
    bubbleShow 0.5s ease-out 0s 1,
    bubbleAnime 3s linear 1.5s infinite alternate;
}

[data-bubble] > span::before,
[data-bubble] > span::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px;
}

[data-bubble] > span::before {
  top: 96%;
  z-index: 2;
  border-color: #ff6600 transparent transparent;
}

[data-bubble] > span::after {
  top: 100%;
  z-index: 1;
  border-color: #fff transparent transparent;
}

input#mail:focus + .mailCheckBtn > [data-bubble] {
  display: none;
}

.bx-controls-direction {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.nextBtn {
  display: table-cell;
  position: relative;
  width: 314px;
  height: 55px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #4ec443;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.index1 .bx-next {
  margin-left: 0px;
}

.nextBtn:hover {
  border: 1px solid #3ea734;
  background: #3ea734;
}

.lastBtn {
  display: table-cell;
  position: relative;
  z-index: 1;
  width: 314px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #eb8003;
  border-radius: 8px;
  box-sizing: border-box;
  background: #f0b706;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffaa06),
    color-stop(0.5, #ffaa06),
    color-stop(0.5, #f79e04),
    to(#f79e04)
  );
  background: -moz-linear-gradient(to top, #f79e04 0%, #f79e04 50%, #ffaa06 50%, #ffaa06);
  background: linear-gradient(to top, #f79e04 0%, #f79e04 50%, #ffaa06 50%, #ffaa06);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.lastBtn:hover {
  border: 1px solid #f79e04;
  background: #f79e04;
}

.lastBtn small {
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

.modal h2 {
  margin-bottom: 1em;
  border-bottom: 4px solid #777;
  background: #efefef;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.corporate_guide dt {
  margin-top: 1em;
  font-weight: bold;
}

ol.list_nmb {
  margin-left: 0;
  padding-left: 0;
  counter-reset: li;
}

ol.list_nmb > li {
  list-style: none;
  position: relative;
  margin: 0 0 8px 2em;
}

ol.list_nmb > li::before {
  content: counter(li);
  display: block;
  position: absolute;
  top: 2px;
  left: -2em;
  width: 21px;
  margin-right: 8px;
  background: #eee;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  counter-increment: li;
}

dl.plain_list {
  margin: 0px 10px;
}

dl.plain_list > dt {
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}

dl.plain_list > dt {
  margin-bottom: 5px;
  font-weight: bold;
}

dl.plain_list dd {
  margin-right: 10px;
  margin-left: 10px;
}

dl.plain_list > dd {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.list_notice > li,
.notice {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.3em;
  color: #999;
  font-size: 92%;
}

.list_notice > li::before,
.notice::before {
  content: '※';
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 92%;
}

.list_alpha > li {
  list-style: upper-alpha;
  list-style-position: outside;
  margin-left: 25px;
}

.list_basic > li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.3em !important;
}

.list_basic li::before {
  content: '●';
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #999;
  font-size: 77%;
}

.modalBody {
  font-size: 12px;
}

.modalBody .box-item {
  margin: 1em 0;
}

.modalBody h3 {
  margin: 1.5em 0 1em;
  border-bottom: 2px solid #777;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.modalBody h4 {
  margin: 1em 0 0.5em;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.modalBody dl,
.modalBody ol,
.modalBody ul {
  list-style-position: outside;
  margin-bottom: 1rem;
  margin-left: 2.5em;
  line-height: 1.6;
}

.modalBody ol {
  list-style: decimal;
}

.modalBody ul {
  list-style: circle;
}

.modalBody p {
  margin: 0.8em 0;
}

.input-notes {
  float: right;
  width: 300px;
  padding-top: 0.5em;
  color: #555;
  font-size: 10px;
}

.bx-viewport {
  height: auto;
}

/* terms
 ----------------------------------------------------- */
.terms-link {
  display: flex;
  padding: 1em 0;
  font-size: 12px;
  text-decoration: underline;
  justify-content: center;
}

.terms-link a,
.terms-link a:visited {
  color: #2ba6cb;
}

.terms-item {
  padding: 0 1em;
  border-right: 1px solid #ccc;
}

.terms-item:last-child {
  border-right: none;
}

.index1 .terms-link {
  display: none;
}

#all_error_messages {
  padding: 10px;
  margin: 20px;
  font-size: 13px;
  color: red;
  background-color: #fcebeb;
  border: 2px solid #ebccd1;
}
