@charset "UTF-8";
/* --------------------------------------------------
	Copyright: (c)visual and echo japan
	Created: 2016-8
 -------------------------------------------------- */
/* ---------------------------------------------------------
	Parts
----------------------------------------------------------*/
.container {
  width: 980px;
  margin: 0 auto;
}

.agreeCheck {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.agreeCheck input {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.lowerBtns {
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
  text-align: center;
  margin: 15px 0 30px;
}
.lowerBtns li {
  width: 352px;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 9px;
}
.lowerBtns li button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.lowerBtns li button img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
	#mainTitle
----------------------------------------------------------*/
#mainTitle {
  width: 1280px;
  margin: 0 auto;
  background: url("../images/form/bg_maintitle_pc.jpg") repeat-x;
  background-position: left top;
  padding: 24px 0 34px;
}
#mainTitle .title {
  width: 530px;
  margin: 0 auto;
  background: url("../images/form/main_title_pc.png") no-repeat;
  background-position: left top;
  position: relative;
}
#mainTitle .title span {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 183px;
}
#mainTitle .title:before, #mainTitle .title:after {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  background-repeat: no-repeat;
  background-position: left top;
}
#mainTitle .title:before {
  background-image: url("../images/form/maintitle_img01.png");
  width: 131px;
  height: 130px;
  left: -171px;
}
#mainTitle .title:after {
  background-image: url("../images/form/maintitle_img02.png");
  width: 115px;
  height: 146px;
  right: -156px;
}

@media all and (max-width: 800px) {
  #mainTitle {
    width: 100%;
    height: auto;
  }
}
/* ---------------------------------------------------------
	Form
----------------------------------------------------------*/
.formArea {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f5e6d2;
  padding: 30px 0;
}
.formArea .leadText {
  color: #000;
  text-align: center;
  margin: 25px 0;
}
.formArea .leadText:first-child {
  margin-top: 0;
}
.formArea .noticeBox {
  background: #e50012;
  padding: 10px 10px 8px;
  margin: 0 0 15px;
  box-shadow: 0px 0px 6px 3px #d1d1d1;
  border-radius: 4px;
}
.formArea .noticeBox .text {
  color: #fff;
  text-align: center;
}

/*********.formCommon*********/
.formArea .formCommon {
  margin: 0 0 15px;
  background-color: #fff;
  padding: 20px 45px;
  box-shadow: 0px 0px 6px 3px #d1d1d1;
  border-radius: 4px;
  border: 1px solid #ffffff;
  position: relative;
}
.formArea .formCommon table {
  width: 100%;
}
.formArea .formCommon table th {
  width: 160px;
  color: #78be00;
  text-align: left;
  border-right: #fff 20px solid;
  padding: 20px 0;
}
.formArea .formCommon table th span.note {
  color: #000;
  font-size: 11px;
  display: block;
}
.formArea .formCommon table th.noPd {
  padding: 0;
}
.formArea .formCommon table td {
  color: #000;
  padding: 15px 20px;
}
.formArea .formCommon table td.noPd {
  padding-top: 0;
  padding-bottom: 0;
}
.formArea .formCommon table td .lytSide {
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
}
.formArea .formCommon table td .lytSide li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 35px 0 0;
  vertical-align: top;
}
.formArea .formCommon table td .lytVertical li {
  margin-top: 15px;
  padding-left: 2em;
  letter-spacing: -0.4em;
}
.formArea .formCommon table td .lytVertical li * {
  letter-spacing: normal;
}
.formArea .formCommon table td .lytVertical li:first-child {
  margin-top: 0;
  padding-left: 0;
}
.formArea .formCommon table td .innerBox {
  overflow: hidden;
  border-top: #b4b4b4 1px dashed;
  padding: 20px 0;
}
.formArea .formCommon table td .innerBox:first-child {
  border-top: none;
}
.formArea .formCommon table td .innerBox > .name {
  font-weight: bold;
  float: left;
}
.formArea .formCommon table td.conformText {
  font-size: 16px;
}
.formArea .formCommon table td.conformText .lytVertical li {
  letter-spacing: normal;
  word-spacing: normal;
  padding-left: 0;
}
.formArea .formCommon table tr:first-child th, .formArea .formCommon table tr:first-child td {
  padding-top: 0;
}
.formArea .formCommon table.singleSpace {
  margin: 25px 0 23px;
}
.formArea .formCommon table.borderType th {
  border-bottom: #78be00 1px solid;
}
.formArea .formCommon table.borderType td {
  border-bottom: #b4b4b4 1px dashed;
}
.formArea .formCommon .Image {
  position: absolute;
  top: 50%;
  right: 45px;
  margin-top: -49px;
}
.formArea .formCommon .mrSpace {
  display: inline-block;
  margin-right: 40px;
}
.formArea .formCommon .mlSpace {
  display: inline-block;
  margin-left: 40px;
}
.formArea .formCommon .req {
  color: #e50012;
}
.agreeCheck #kiyaku_e {
  display: block;
}
.agreeCheck #kiyaku_e .reqText {
  font-size: 14px;
  color: #e50012;
  background: #fad3d6;
  margin: 10px 0 0;
  padding: 5px 10px 3px;
}
.formArea .formCommon .reqText {
  font-size: 12px;
  color: #e50012;
  margin: 5px 0 0;
}
.formArea .formCommon input[type="text"] {
  width: 200px;
  padding: 8px 10px;
  border: 1px solid #b4b4b4;
}
.formArea .formCommon input[type="text"].small {
  width: 95px;
}
.formArea .formCommon input[type="text"].middle {
  width: 165px;
}
.formArea .formCommon input[type="text"].addressInput01 {
  width: 320px;
}
.formArea .formCommon input[type="text"].addressInput02 {
  width: 495px;
}
.formArea .formCommon input[type="text"].full {
  width: 100%;
  box-sizing: border-box;
}
.formArea .formCommon input[type="text"].errorBg {
  background-color: #fad3d6;
}
.formArea .formCommon label {
  font-weight: bold;
}
.formArea .formCommon.finished {
  padding: 50px 45px;
}
.formArea .formCommon.finished .finishText {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0;
}
.formArea .formCommon.finished .finishText.lead {
  font-size: 21px;
}
.formArea .formCommon.finished .lowerBtns {
  margin-top: 50px;
}
.formArea .formCommon.finished .lowerBtns li {
  width: auto;
}

/*ie8対策*/
@media (min-width: 1px) {
  .formArea .formCommon label.radioBtn {
    line-height: 26px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .formArea .formCommon label.radioBtn:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: #b4b4b4 1px solid;
    border-radius: 50%;
    left: 0;
    top: 2px;
    z-index: 10;
  }
  .formArea .formCommon label.radioBtn:after {
    content: '';
    background: #e50012;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 6px;
    top: 8px;
    z-index: 5;
  }
  .formArea .formCommon label.radioBtn input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 7;
    width: 20px;
    height: 20px;
    left: -24px;
    top: 2px;
    margin: 0;
    box-shadow: 21px -1px #FFF;
    border-collapse: separate;
  }
  .formArea .formCommon label.radioBtn input[type="radio"]:checked {
    box-shadow: none;
  }
  .formArea .formCommon select {
    width: 120px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #b4b4b4;
  }
  .formArea .formCommon select.errorBg {
    background-color: #fad3d6;
  }
}
/* ---------------------------------------------------------
	#applyArea
----------------------------------------------------------*/
#applyArea {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 0;
  border-top: #e50012 1px dotted;
}
#applyArea .daysArea {
  margin: 60px auto 0;
  padding: 25px 35px 23px;
  border: 1px solid #ff828c;
  border-radius: 6px;
  position: relative;
}
#applyArea .daysArea:first-child {
  margin-top: 0;
}
#applyArea .daysArea .title {
  position: absolute;
  left: 50%;
  top: -20px;
}
#applyArea .daysArea .title + .listQa {
  margin-top: 0;
}
#applyArea .daysArea .title.terms {
  margin-left: -107px;
}
#applyArea .daysArea .title.send {
  margin-left: -96px;
}
#applyArea .daysArea .title.personal {
  margin-left: -56px;
}
#applyArea .daysArea .title.qanda {
  margin-left: -151px;
}
#applyArea .daysArea > p {
  color: #000;
}
#applyArea .daysArea .listDoted {
  color: #000;
  font-size: 12px;
  list-style-type: disc;
  padding-left: 0.5em;
}
#applyArea .daysArea .listCenter {
  color: #000;
  width: 510px;
  margin: 0 auto;
}
#applyArea .daysArea .listCenter li > span {
  display: table-cell;
  vertical-align: top;
}
#applyArea .daysArea .listCenter li span.fig {
  white-space: nowrap;
}
#applyArea .daysArea .listCenter li span.text {
  padding-left: 1em;
}
#applyArea .daysArea .listCenter li strong {
  color: #e50012;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
#applyArea .daysArea .listCenter li strong:before, #applyArea .daysArea .listCenter li strong:after {
  position: absolute;
  top: 0;
}
#applyArea .daysArea .listCenter li strong:before {
  content: '【';
  left: 0;
}
#applyArea .daysArea .listCenter li strong:after {
  content: '】';
  right: 0;
}
#applyArea .daysArea .listCenter li br.sp {
  display: none;
}
#applyArea .daysArea .listQa {
  color: #000;
  font-size: 12px;
  margin-top: 20px;
}
#applyArea .daysArea .listQa dt {
  color: #e50012;
  font-weight: bold;
  margin-bottom: 5px;
}

@media all and (max-width: 800px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3.125%;
  }

  .lowerBtns li {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3.125%;
    display: block;
    margin: 10px 0 0;
  }
  .lowerBtns li img {
    width: auto;
    max-width: 100%;
  }

  #mainTitle {
    background: url("../images/form/bg_maintitle_sp.jpg") repeat-x;
    background-size: contain;
    padding: 20px 0 25px;
  }
  #mainTitle .title {
    width: 80.93333%;
    background: url("../images/form/main_title_sp.png") no-repeat;
    background-size: contain;
    background-position: center top;
  }
  #mainTitle .title span {
    padding-top: 51.40033%;
  }
  #mainTitle .title:before, #mainTitle .title:after {
    display: none;
  }

  .formArea {
    max-width: none;
  }
  .formArea .leadText {
    margin: 15px 0 20px;
  }
  .formArea .leadText br {
    display: none;
  }
  .formArea .noticeBox {
    padding: 5px 10px 3px;
  }
  .formArea .formCommon {
    margin: 0 0 20px;
    padding: 15px 3%;
  }
  .formArea .formCommon .Image {
    max-width: 113px;
    position: static;
    margin: 15px auto 0;
  }
  .formArea .formCommon .Image img {
    vertical-align: bottom;
  }
  .formArea .formCommon#formArea02 .mlSpace,
  .formArea .formCommon#formArea05 .mlSpace {
    display: block;
  }
  .formArea .formCommon#formArea01 table td {
    letter-spacing: -0.4em;
    word-spacing: 0.1em;
    text-align: center;
    margin: 0 -5px;
  }
  .formArea .formCommon#formArea01 table td span.mrSpace {
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0 5px;
  }
  .formArea .formCommon#formArea01 table td .reqText {
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
    padding: 0 5px;
  }
  .formArea .formCommon#formArea01 table td.conformText {
    letter-spacing: normal;
    word-spacing: normal;
    margin: 0;
  }
  .formArea .formCommon .mrSpace {
    margin-right: 10px;
  }
  .formArea .formCommon .mrSpace:last-child {
    margin-right: 0;
  }
  .formArea .formCommon .mrSpace input[type="text"] {
    width: 100%;
  }
  .formArea .formCommon .mlSpace {
    margin: 0;
  }
  .formArea .formCommon table.singleSpace {
    margin: 0;
  }
  .formArea .formCommon table th, .formArea .formCommon table td {
    display: block;
  }
  .formArea .formCommon table th {
    width: 100%;
    border-right: none;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .formArea .formCommon table th span.note {
    display: inline-block;
    margin-left: 5px;
  }
  .formArea .formCommon table td {
    padding: 0;
  }
  .formArea .formCommon table td .lytSide li {
    display: block;
    margin: 10px 0 0;
  }
  .formArea .formCommon table td .lytVertical li {
    margin-top: 10px;
    padding-left: 0;
  }
  .formArea .formCommon table td .innerBox > .name {
    float: none;
    margin-bottom: 10px;
  }
  .formArea .formCommon table td .innerBox {
    padding: 10px 0;
  }
  .formArea .formCommon table td .innerBox:first-child {
    padding-top: 0;
  }
  .formArea .formCommon table td .innerBox:last-child {
    padding-bottom: 0;
  }
  .formArea .formCommon table.borderType td {
    padding: 0 0 15px;
  }
  .formArea .formCommon table.borderType tr:last-child td {
    border-bottom: none;
    padding: 0;
  }
  .formArea .formCommon input[type="text"] {
    box-sizing: border-box;
    width: 50%;
    padding: 10px 10px 8px;
  }
  .formArea .formCommon input[type="text"].addressInput01 {
    width: 100%;
  }
  .formArea .formCommon input[type="text"].addressInput02 {
    width: 100%;
  }
  .formArea .formCommon input[type="text"].middle {
    width: 100%;
  }
  .formArea .formCommon input[type="text"].small {
    width: 27%;
  }
  .formArea .formCommon select {
    box-sizing: border-box;
    width: 50%;
    display: block;
    margin: 0 0 10px;
  }
  .formArea .formCommon.finished {
    padding: 45px 3%;
  }
  .formArea .formCommon.finished .finishText.lead {
    font-size: 18px;
  }

  #applyArea {
    width: 100%;
  }
  #applyArea .daysArea {
    width: 100%;
    margin: 30px auto 0;
    padding: 10% 5%;
    box-sizing: border-box;
  }
  #applyArea .daysArea .title.terms {
    width: 211px;
    margin-left: -105.5px;
  }
  #applyArea .daysArea .title.send {
    width: 190px;
    margin-left: -95px;
  }
  #applyArea .daysArea .title.personal {
    width: 108.5px;
    margin-left: -54.25px;
  }
  #applyArea .daysArea .title.qanda {
    width: 254px;
    margin-left: -127px;
    top: -16px;
  }
  #applyArea .daysArea .listDoted {
    padding-left: 1.5em;
  }
  #applyArea .daysArea .listDoted li {
    margin-top: 5px;
  }
  #applyArea .daysArea .listDoted li:first-child {
    margin-top: 0;
  }
  #applyArea .daysArea .listCenter {
    width: 100%;
    margin: 0;
  }
  #applyArea .daysArea .listCenter li {
    text-align: center;
    margin-top: 10px;
  }
  #applyArea .daysArea .listCenter li:first-child {
    margin-top: 0;
  }
  #applyArea .daysArea .listCenter li > span {
    display: block;
  }
  #applyArea .daysArea .listCenter li span.fig {
    margin: 0 0 5px;
  }
  #applyArea .daysArea .listCenter li span.text {
    padding-left: 0;
  }
  #applyArea .daysArea .listCenter li br.sp {
    display: inline;
  }
  #applyArea .daysArea .listQa {
    margin-top: 10px;
  }
  #applyArea .daysArea .listQa:first-child {
    margin-top: 0;
  }
}

/*# sourceMappingURL=form.css.map */
