@charset 'utf-8';

.csnkformUnderline {
  text-decoration: underline
}

/*##### Google reCaptcha #####*/
.grecaptcha-badge {
  z-index: 2;
  bottom: 100px !important;
}
@media all and (max-width: 750px){
  .grecaptcha-badge {
    bottom: 45vw !important;
  }
}

/*##### boxCsnkForm #####*/
.boxCsnkFormWrap {
  box-sizing: border-box;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}
@media all and (max-width: 750px){
  .boxCsnkFormWrap {
    padding-bottom: 2.5em;
  }
}

.boxCsnkFormWrap * {
  box-sizing: border-box;
}

.boxCsnkForm .ttlCsnkForm01 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  background-color: #eee;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxCsnkForm .ttlCsnkForm01 {
    margin-top: 0.5em;
    margin-bottom: 0;/*0.5em;*/
    font-size: 1.2rem;
  }
}

.boxCsnkFormTop,
.boxCsnkFormBottom {
  margin-bottom: 3.8em;
}

.boxCsnkFormBottom {
  margin-top: 7.0em;
}

.boxCsnkFormTop .ulCsnkFormTop > li,
.boxCsnkFormBottom .ulCsnkFormBottom > li {
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxCsnkFormTop .ulCsnkFormTop > li,
  .boxCsnkFormBottom .ulCsnkFormBottom > li {
    padding-left: 1.4em;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.12em;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxCsnkFormTop .ulCsnkFormTop > li:before,
  .boxCsnkFormBottom .ulCsnkFormBottom > li:before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #3da229;
  }
}

.boxCsnkFormTop .dlCaution01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxCsnkFormTop .dlCaution01 {
    font-size: 1.13rem;
  }
}

.boxCsnkFormTop .dlCaution01 > dt {
  margin-right: 0.5em;
}

/*
.csnkForm {
  max-width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 750px){
  .csnkForm {
    max-width: none;
  }
}*/

/*
.csnkForm.modeConfirm {
  max-width: 880px;
}
@media all and (max-width: 750px){
  .csnkForm.modeConfirm {
    max-width: none;
  }
}
*/

.boxCsnkFormSystemMessage {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  padding: 1.5em;
  background-color: rgba(0,0,0,0.8);
  line-height: 1.6;
  color: #fff;
}

.csnkForm :placeholder-shown {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}
.csnkForm ::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}
.csnkForm :-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}
.csnkForm ::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}
.csnkForm :-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}

.csnkForm input {
  vertical-align: middle;
}

.csnkForm input[type="text"],
.csnkForm input[type="email"],
.csnkForm input[type="number"],
.csnkForm input[type="date"],
.csnkForm select,
.csnkForm textarea {
  width: 100%;
  height: 3.0em;/*3.8em*/
  padding: 0.5em 0.5em;/*0.5em;*/
  border: 1px #151515 solid;
  background-color: #f9f9f9;
  font-family: inherit;
}
@media all and (max-width: 750px){
  .csnkForm input[type="text"],
  .csnkForm input[type="email"],
  .csnkForm input[type="number"],
  .csnkForm input[type="date"],
  .csnkForm select,
  .csnkForm textarea {
    height: 2.55em;
    padding: 1.5vw 1.5vw;
  }
}

.csnkForm select {
  /*height: 3em;*/
}

.csnkForm textarea {
  height: 10.0em;
}
@media all and (max-width: 750px){
  .csnkForm textarea {
    height: 10em;
  }
}


.csnkForm input[type="email"],
.csnkForm input[type="text"] {
  /*max-width: 400px;*/
}
@media all and (max-width: 750px){
  .csnkForm input[type="email"],
  .csnkForm input[type="text"] {
    max-width: none;
  }
}

.csnkForm input[type="date"] {
  max-width: 150px;
  padding: 0.393em 1.0em;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
}
@media all and (max-width: 750px){
  .csnkForm input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*max-width: none;*/
    height: 2.5em;
    text-align: left;
  }
}

.csnkForm select[name="pref"] {
  width: 16.3em;
}

.csnkForm input[name="telno"],
.csnkForm input[name="faxno"] {
  /*width: 200px;*/
}
@media all and (max-width: 750px){
  .csnkForm input[name="telno"],
  .csnkForm input[name="faxno"] {
    width: 100%;
  }
}

.csnkForm input[name="email"] + input[name="email2"] {
  margin-top: 0.5em;
}

.csnkForm input[name="reservation_num"] {
  width: 10em;
}

.csnkForm input[type="checkbox"] {
  margin-right: 0.5em;
}

.csnkForm input[name="zipcode"] {
  width: 15em;
}

.csnkForm input[name="age"] {
  width: 5em;
}

.csnkForm input[name="del_attach0"],
.csnkForm input[name="del_attach1"] {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0.5em;
  border: 0;
  background-color: transparent;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.5rem;
  cursor: pointer;
}

.csnkForm textarea[name="height"] {
  height: 10em;
}
@media all and (max-width: 750px){
  .csnkForm textarea[name="height"] {
    height: 10em;
  }
}


.csnkForm .boxCsnkFormCont01 {
  /*margin-bottom: 3.0em;*/
}

.csnkForm .boxRadioWrap {
  padding-top: 0.8em;
}

.csnkForm .ulRadio {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.csnkForm .ulRadio.typeRow {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.csnkForm .ulRadio > li {
  margin-right: 1.5em;
  margin-bottom: 0.3em;
}


.csnkForm .boxFileWrap {
  /*padding-top: 0.8em;*/
}

.csnkForm .dlForm > dd .icnAttachPdf,
.csnkForm .dlForm > dd .icnAttachExcel,
.csnkForm .dlForm > dd .icnAttachWord {
  width: 80px;
}


.csnkForm .boxCheckboxWrap {
  padding-top: 0.9em;
}

.csnkForm .ulCheckbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.csnkForm .ulCheckbox.typeRow {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.csnkForm .ulCheckbox > li {
  margin: 0.5em 1.5em 0.5em 0
}

@media all and (max-width: 750px){
  .csnkForm .ulCheckbox.addBorder > li:not(:last-child) {
    border-bottom: 1px #eee solid;
  }
}

.csnkForm .txtError {
  color: #ff1e1e;
}

.csnkForm .txtError.typeAddressOne {
  position: relative;
  top: -1.0em;
}

.csnkForm .dlForm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;/*center;*/
  align-items: flex-start;/*center;*/
  padding: 0.92em 0;
  /*border-bottom: 1px #eee solid;*/
  line-height: 1.4;
}
.csnkForm .dlForm.addBorder {
  /*border-bottom: 1px #eee solid;*/
}
.csnkForm .dlForm.dlMyName {
  /*border-top: 1px #eee solid;*/
}
.csnkForm .dlForm.dlCont {
  border-bottom: 0;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm {
    display: block;
    padding: 1.0em 0;
  }
  .csnkForm .dlForm.addBorder {
    border-bottom: 0;
  }
}

.csnkForm.modeConfirm .dlForm {
  padding: 1.5em 0;
  border-bottom: 1px #eee solid;
}
@media all and (max-width: 750px){
  .csnkForm.modeConfirm .dlForm {
    padding: 1.0em 0;
  }
}

.csnkForm .dlForm > dt {
  position: relative;
  width: 26.5%;
  padding-top: 0.6em;/*1.0em;*/
  padding-left: 0;/*3.0em;*/
  font-size: 1.13rem;
  font-weight: 700;
}
.csnkForm.modeConfirm .dlForm > dt {
  width: 27%;
  padding-top: 0;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dt {
    width: 100%;
    margin-bottom: 0.8em;
    padding: 0;/*0.5em 0 0.5em 0.5em;*/
    font-size: 1.0rem;
  }
  .csnkForm .dlForm.dlWorkHistory > dt,
  .csnkForm .dlForm.dlWorkHistory02 > dt,
  .csnkForm .dlForm.dlWorkHistory03 > dt,
  .csnkForm .dlForm.dlAcademicBackground > dt,
  .csnkForm .dlForm.dlAcademicBackground02 > dt,
  .csnkForm .dlForm.dlAcademicBackground03 > dt {
    padding: 1.0em 0.5em;
    background-color: #efefef;
  }
  .csnkForm.modeConfirm .dlForm > dt {
    width: 100%;
  }
}

.csnkForm.langEn .dlForm > dt {
  padding-left: 1.5em;
}
@media all and (max-width: 750px){
  .csnkForm.langEn .dlForm > dt {
    margin-bottom: 0.8em;
  }
}

.csnkForm .dlForm > dt .markRequired,
.csnkForm .dlForm > dt .markNotRequired {
  position: absolute;
  right: 2.55em;
  top: 0.9em;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.65em;
  margin: auto;
  padding: 0.14em 0.4em 0.11em 0.4em;
  border-radius: 1.65em;
  font-size: 0.85rem;
  font-weight: 700;
}
.csnkForm.modeConfirm .dlForm > dt .markRequired,
.csnkForm.modeConfirm .dlForm > dt .markNotRequired {
  top: 0;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dt .markRequired,
  .csnkForm .dlForm > dt .markNotRequired {
    top: 0;
    right: 1em;
    font-size: 0.8rem;
  }
}

.csnkForm .dlForm > dt .markRequired {
  background-color: #e82f2f;
  color: #fff;
}

.csnkForm.langEn .dlForm > dt .markRequired {
  background-color: transparent;
  color: #e5151f;
}

.csnkForm .dlForm > dt .markNotRequired {
  /*border: 1px #ccc solid;*/
  background-color: #efefef;
}

.csnkForm .dlForm > dt .markRequired .str2,
.csnkForm .dlForm > dt .markNotRequired .str2 {
  letter-spacing: 0.2em;
}

.csnkForm .dlForm > dd {
  width: calc(100% - 26.5%);
}
.csnkForm.modeConfirm .dlForm > dd {
  width: calc(100% - 27%);
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd {
    width: 100%;
  }
  .csnkForm.modeConfirm .dlForm > dd {
    width: 100%;
  }
}

.csnkForm .dlForm > dd .boxInputWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;/*center;*/
  align-items: flex-start;/*center;*/
  min-height: 3.0em;/*3.8em;*/
}
.csnkForm .dlForm > dd .boxInputWrap.typeRadio {
  padding-top: 0;/*0.4em;*/
}
.csnkForm .dlForm > dd .boxInputWrap.typeCheckbox {
  padding-top: 0.29em;/*0.7em;*/
}
.csnkForm .dlForm > dd .boxInputWrap.typeFile {
  padding-top: 0.55em;/*0.9em;*/
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap {
    /*display: block;*/
  }
}

.csnkForm .dlForm > dd .boxInputWrap .txtZipcodeMark {
  margin-right: 0.5em;
  padding-top: 0.9em;/*1.3em;*/
}

@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .txtZipcodeMark + .boxInput {
    width: 85%;
  }
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxInput {
    width: 100%;
    margin-bottom: 1vw;
  }
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeY,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeM {
  position: relative;
  margin-right: 2.0em;
}
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeY {
  width: 5em;
}
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeM {
  width: 4em;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeY,
  .csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeM {
    margin-bottom: 0.5em;
  }
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeY:first-child {
  margin-left: 2.5em;
}
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeY:first-child:before {
  content: '西暦';
  position: absolute;
  bottom: 0;
  left: -2.5em;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeM:nth-child(2) {
  margin-right: 3.4em;
}

@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeY:nth-child(3) {
    margin-left: 2.5em;
  }
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeY:after,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeM:after {
  position: absolute;
  bottom: 0;
  right: -1.5em;
}
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeY:after {
  content: '年';
}
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeM:after {
  content: '月';
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeM:nth-child(2):after {
  right: -2.8em;
}
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .typeM:nth-child(2):after {
  content: '月 ～';
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeYMYM .txt01 {
  margin-top: 0.5em;
}

.csnkForm .dlForm.dlZipcode > dd .boxInputWrap .boxInput {
  width: auto;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput .txtInputAfter {
  margin-left: 0.5em;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeFlex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}


.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtBeforeBirthYear {
  margin-right: 0.5em;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtBirthYear,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtBirthMonth,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtBirthDay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtYear,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtMonth,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtDay {
  margin: 0 0.5em;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input {
  width: 7em;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input[name="birth_year"] {
    width: 19vw;
  }
  .csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input[name="birth_month"],
  .csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input[name="birth_day"] {
    width: 13vw;
  }
}


.csnkForm .dlForm > dd .txtCaution {
  display: inline-block;
  margin-left: 1.5em;
  letter-spacing: 0.03em;
  font-size: 0.9rem;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .txtCaution {
    display: none;
  }
}

@media all and (max-width: 750px){
  .csnkForm .dlForm .pCaution {
    font-size: 0.75rem;
  }
}

.csnkForm .dlForm > dd label > input[type="radio"],
.csnkForm .dlForm > dd label > input[type="checkbox"] {
  margin-right: 0.3em;
}

.csnkForm .dlForm > dd label > span {
  vertical-align: middle;
}

.csnkForm.modeConfirm .dlForm > dd .txtFormInput {
  line-height: 1.4;
}

.csnkForm .boxAccordionWrap + .boxAccordionWrap {
  margin-top: 0.5em;
}

.csnkForm .boxAccordionWrap .btnAccordion {
  padding: 0.5em 0;
  text-align: center;
  border: 1px dashed #ccc;
}
.csnkForm.modeConfirm .boxAccordionWrap .btnAccordion {
  display: none;
}

.csnkForm .boxAccordionWrap.defaultOpen .btnAccordion,
.csnkForm .boxAccordionWrap.statusOpen .btnAccordion {
  display: none;
}

.csnkForm .dlFormIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .csnkForm .dlFormIn {
    display: block;
  }
}

.csnkForm .dlFormIn + .dlFormIn {
  margin-top: 0.5em;
}

.csnkForm .dlFormIn > dt {
  position: relative;
  width: 150px;
  padding-top: 0.8em;/*1.2em;*/
  font-weight: 700;
}
.csnkForm.modeConfirm .dlFormIn > dt {
  padding-top: 0;
}
@media all and (max-width: 750px){
  .csnkForm .dlFormIn > dt {
    width: 100%;
    margin-bottom: 0.5em;
    padding-top: 0;
    font-size: 1.0rem;
  }
}

.csnkForm .dlFormIn > dt .markRequired,
.csnkForm .dlFormIn > dt .markNotRequired {
  position: absolute;
  top: 1.0em;
  bottom: 0;
  right: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.65em;
  margin: auto;
  padding: 0.14em 0.4em 0.11em 0.4em;
  border-radius: 1.65em;
  font-size: 0.85rem;
  font-weight: 700;
}
.csnkForm.modeConfirm .dlFormIn > dt .markRequired,
.csnkForm.modeConfirm .dlFormIn > dt .markNotRequired {
  display: none;
}
@media all and (max-width: 750px){
  .csnkForm .dlFormIn > dt .markRequired,
  .csnkForm .dlFormIn > dt .markNotRequired {
    top: 0;
    font-size: 0.8rem;
  }
}

.csnkForm .dlFormIn > dt .markRequired {
  background-color: #e82f2f;
  color: #fff;
}

.csnkForm .dlFormIn > dt .markNotRequired {
  background-color: #efefef;
}

.csnkForm .dlFormIn > dt .markRequired .str2,
.csnkForm .dlFormIn > dt .markNotRequired .str2 {
  letter-spacing: 0.2em;
}

.csnkForm .dlFormIn > dd {
  width: calc(100% - 150px);
}
@media all and (max-width: 750px){
  .csnkForm .dlFormIn > dd {
    width: 100%;
  }
}

.boxFormPrivacy {
  margin-top: 2.4em;/*1.5em;*/
  padding: 0.85em 0;/*2.5em 0;*/
  background-color: #eee;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxFormPrivacy {
    margin-top: 0.5em;
    padding: 1.0em 0;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxFormPrivacyIn {
    line-height: 1.6;
  }
}


.boxFormSubmit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.5em;
  padding: 5.1em 0 0 0;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxFormSubmit {
    margin-bottom: 0;/*2.5em;*/
    padding: 1.5em 0 0 0;
  }
}

.boxFormSubmit .btnSubmit {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 494px;
  height: 58px;
  padding-top: 0.1em;
  border: 0;
  border-radius: 0.4em;
  background-color: #00b050;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  box-shadow: 5px 5px 0 0 #85d9ab, -5px 5px 0 0 #85d9ab;
}
.pageLangEn .boxFormSubmit .btnSubmit {
  letter-spacing: normal;
  font-size: 1.3rem;
}
@media all and (max-width: 750px){
  .boxFormSubmit .btnSubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 15vw;
    /*border-radius: 15vw;*/
    font-size: 1.3rem;
  }
  .pageLangEn .boxFormSubmit .btnSubmit {
    font-size: 1.0rem;
  }
}

.csnkForm .boxFormSubmit .btnSubmitConfirm,
.csnkForm .boxFormSubmit .btnSubmitSend {
  /*
  background-image: url('./../../images/common/form-submit-icn-arrow01-r.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  */
}

.csnkForm .boxFormSubmit .btnSubmitSend {
  width: 364px;
  margin: 0 1.5em;
}
.pageLangEn .csnkForm .boxFormSubmit .btnSubmitSend {
  width: 370px;
}
@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit .btnSubmitSend {
    width: 100%;
    margin: 0;
  }
  .pageLangEn .csnkForm .boxFormSubmit .btnSubmitSend {
    width: 100%;
  }
}

.csnkForm .boxFormSubmit .btnSubmitBack {
  position: relative;
  bottom: -0.3em;
  left: 0.1em;
  width: 370px;
  margin: 0 1.3em;
  background-color: #efefef;
  box-shadow: none;
  color: inherit;
  /*
  background-image: url('./../../images/common/form-submit-icn-arrow01-l.png');
  background-repeat: no-repeat;
  background-position: 7% center;
  background-size: auto auto;
  */
}
@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit .btnSubmitBack {
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 0;
  }
}

@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit .btnSubmitBack {
    margin-bottom: 5vw;
  }
}


.boxCsnkFormThanks {
  padding: 5.0em 0 8.0em 0;
}
@media all and (max-width: 750px){
  .boxCsnkFormThanks {
    padding: 2.5em 0 2.5em 0;
  }
}

.boxCsnkFormThanks .ttlCsnkFormThanks {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxCsnkFormThanks .ttlCsnkFormThanks {
    margin-bottom: 5vw;
    line-height: 1.4;
    font-size: 1.3rem;
  }
}

.boxCsnkFormThanksIn {
  text-align: center;
  line-height: 2.0;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxCsnkFormThanksIn {
    text-align: left;
    line-height: 1.6;
    font-size: 1.0rem;
  }
}