@charset "UTF-8";

/* ###########################
    foundation 
  ###########################*/
body,
html {
  /* height: 100%; */
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

* {
  box-sizing: border-box !important;
}

/* ###########################
    layout 
  ###########################*/
.wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.title {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .title {
    margin-top: 36px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    margin-right: auto;
    margin-left: auto;
    width: 96%;
  }
}

@media screen and (max-width: 510px) {
  .title {
    font-size: 6.88vw;
  }
}

#kakuform {
  margin-bottom: 80px;
}

#kakuform * {
  font-family: 'Noto Sans JP', sans-serif;
}

form {
  max-width: 800px !important;
  /* margin-left: auto;
  margin-right: auto; */
  /* border-top: 1px solid #ccc; */
  width: 100% !important;
}

form * {
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  form {
    width: 90% !important;
    margin: auto;
  }
}

/* footer */
#footer_bottom02 {
  display: none;
}

.p-footer__menu {
  display: none;
}

/* modal */
body {
  min-height: 400px;
}

.modal_open {
  cursor: pointer;
  z-index: 100;
}

.modal_overlay,
.modal_content {
  display: none;
  position: fixed;
}

.modal_content {
  width: 90%;
  height: auto;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 101;
  text-align: center;
  padding: 1em;
  border-radius: 8px;
}

.modal_overlay {
  width: 100%;
  height: 100%;
  background: grey;
  opacity: .6;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.modal_overlay.open,
.modal_content.open {
  display: block;
}

.modal_delete {
  cursor: pointer;
  text-align: center;
}

.popup-inner_tel_number {
  font-size: 24px;
  vertical-align: baseline;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
}

.popup-color-red {
  color: #f00;
  font-size: 14px;
  margin-bottom: 30px;
}



.close-btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  /* 枠の調整 */
  background: #fff;
  /* ボタンの背景色 */
  margin-left: auto;
  margin-right: 0;
}

.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 27px;
  /* 棒の高さ */
  background: #333;
  /* バツ印の色 */
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ###########################
    object 
  ###########################*/
.check-area {
  font-size: 1.6rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .check-area {
    font-size: 1.5rem;
  }
}

.check-area__list {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .check-area {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.check-area label {
  display: block;
  padding-right: 2em;
}

@media screen and (max-width: 1024px) {
  .check-area label {
    padding-right: 1em;
  }
}

@media screen and (max-width: 600px) {
  .check-area label {
    display: block;
    padding-right: 0;
  }
}

.radiobtn__txt {
  width: 100%;
  border: 1px solid #CCC;
  border-bottom: 0;
  background: #eee;
  text-align: center;
  padding: 1em;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.radiobtn__box {
  border: 1px solid #CCC;
  padding: 8px 40px;
}

@media screen and (max-width: 1024px) {
  .radiobtn__box {
    padding: 8px 20px;
  }
}

@media screen and (max-width: 800px) {
  .radiobtn__box {
    padding: 8px;
  }
}


.form-area ul {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .form-area ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}


/* formstyle */

.mktoFormRow {
  /* display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; */
  align-items: center;
  /* border-bottom: 1px solid #ccc; */
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  /* margin: -1px 0 0 !important; */
  width: 100%;
}


@media screen and (max-width: 600px) {
  .mktoFormRow {
    border-bottom: 0;
    border-top: 0;
    flex-direction: column;
  }
}

/* フォーム列 */
.mktoForm .mktoFormCol {
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
.mktoFormRow:first-of-type{
/* background-color: red; */
position: relative;

}
.mktoFormRow:first-of-type .mktoFormCol:nth-child(2){
  position: absolute;
  /* background-color: blue; */
  max-width: 400px;
    bottom: -36px;
    left: 26%;
}
@media screen and (max-width: 800px) {
  .mktoFormRow:first-of-type .mktoFormCol:nth-child(2){
    position: absolute;
    left: 19%;
  }
}
@media screen and (max-width: 600px) {
  .mktoFormRow:first-of-type{

    padding-bottom: 2em;
    }
  .mktoFormRow:first-of-type .mktoFormCol:nth-child(2){
      bottom: -36px;
      left: 2%;
      max-width: 95%;
      margin: auto;
  }
}

.mktoFormRow:nth-child(11) {
  /* background-color: red; */
  position: relative;
}
.mktoFormRow:nth-child(11) #Lblrepair_productnumber{
  height: 100px;
}
.mktoFormRow:nth-child(11) .mktoFormCol:nth-child(2){
  position: absolute;
  left: 26%;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .mktoFormRow:nth-child(11) .mktoFormCol:nth-child(2){
    position: absolute;
    left: 19%;
  }
}
@media screen and (max-width: 600px) {
  .mktoFormRow:nth-child(11) {
    padding-bottom: 1em;
  }
  .mktoFormRow:nth-child(11) #Lblrepair_productnumber{
    height: auto;
  }
  .mktoFormRow:nth-child(11) .mktoFormCol:nth-child(2){
    left: 3%;
    bottom: 0;
    max-width: 95%;
    margin: auto;
  }
}
.mktoFormRow:nth-child(12) {
  /* background-color: red; */
  position: relative;

}
.mktoFormRow:nth-child(12) #Lblrepair_lotnumber{
  height: 100px;
}
.mktoFormRow:nth-child(12) #repair_lotnumber{
  max-height: 60px;
}

.mktoFormRow:nth-child(12) .mktoFormCol:nth-child(2){
  position: absolute;
  left: 26%;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .mktoFormRow:nth-child(12) .mktoFormCol:nth-child(2){
    position: absolute;
    left: 19%;
  }
}
@media screen and (max-width: 600px) {
  .mktoFormRow:nth-child(12) {
    padding-bottom: 3em;
  }
  .mktoFormRow:nth-child(12) #Lblrepair_lotnumber{
    height: auto;
  }
  .mktoFormRow:nth-child(12) .mktoFormCol:nth-child(2){
    left: 3%;
    bottom: 1.3em;
    max-width: 95%;
    margin: auto;
  }
}
.mktoFormRow:nth-child(14) {
  /* background-color: red; */
  display: flex;
}
.mktoFormRow:nth-child(42) {
  border-bottom: 1px solid ;
  /* background-color: red; */

}

/* ###########################
    project ページごと変更部分
  ###########################*/
.mktoFormRow:nth-child(n+4):nth-child(-n+4) {
  flex-direction: column;
  /* background-color: red; */
}

#LblFormFirstName {
  border-top: 0px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

/* コンテンツ列 jsの幅打ち消し */
label.mktoLabel.mktoHasWidth {
  width: 180px !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: block;
  padding: 10px 30px 10px 10px;
  background: #eee;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: -1px;
  align-items: center;
  font-weight: bold !important;
}


@media screen and (max-width: 800px) {
  label.mktoLabel.mktoHasWidth {
    width: 120px !important;
  }
}

.l-rightBox label.mktoLabel.mktoHasWidth {
  width: 140px !important;
}

.l-content--form__right label.mktoLabel.mktoHasWidth {
  width: 80px !important;
}

.l-content--form__right .mktoForm .mktoLabel {
  font-size: 1.4rem;
}

/* 幅打ち消し */
.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

/* floatを打ち消してflexboxを使用 */
.mktoForm .mktoFieldWrap {
  float: none !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/* floatを打ち消してflexboxを使用 */
.mktoForm .mktoLabel {
  float: none !important;
  line-height: normal !important;
  position: relative;
  font-size: 1.6rem;
  color: #333;
}

@media screen and (max-width: 600px) {
  label.mktoLabel.mktoHasWidth {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    border-right: none !important;
  }

  .l-rightBox label.mktoLabel.mktoHasWidth {
    width: 100% !important;
  }

  /* スマホサイズ二重をなくしてる */
  .mktoFieldWrap.mktoRequiredField {
    border-left: none;
  }

  .mktoForm .mktoFieldWrap {
    display: block !important;
    width: 100% !important;
  }

  .l-content--form__right label.mktoLabel.mktoHasWidth {
    width: 100% !important;
  }
}

/* *-必須マーク */
.mktoForm .mktoAsterix {
  color: #ff535b !important;
  padding-left: 5px;
  float: none !important;
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 600px) {
  .mktoForm .mktoAsterix {
    position: relative;
    right: 0;
    float: right !important;
  }
}

/* ラベル */
/* no-use */
/* .p-input-wrap {
  margin-bottom: 0 !important;
  margin-left: 0;
  position: relative;
  overflow: hidden;
    padding: 0 !important;  
} */
/* no-use */
/* .l-content--form__right input[type="text"] {
  max-width: 300px;
} */
label[for=FirstName] {
  display: none !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
  font-size: 16px !important;
  padding: 5px 10px !important;
  border-radius: 5px;
  outline: none;
  border: 1px solid #cbcbcb;
  box-sizing: border-box !important;
}

input[type=text] {
  max-width: 500px;
  /* width: 100% !important; */
}

input#Email {
  margin: 12px;
  max-width: calc(100% - 210px);
  width: 100% !important;
}

#PMCF_QA03 {
  max-width: calc(100% - 210px);
  width: calc(100% - 20px) !important;
}

@media screen and (max-width: 800px) {
  input#Email {
    max-width: calc(100% - 149px);
  }

  #PMCF_QA03 {
    max-width: calc(100% - 149px);
  }
}

@media screen and (max-width: 600px) {
  input#Email {
    max-width: 100%;
  }

  #PMCF_QA03 {
    max-width: 100%;
    width: calc(100% - 24px) !important;
  }
}

input[type=hidden] {
  display: none !important;
}


input[type=checkbox] {
  display: none;
}

input[type=checkbox]+label:before {
  top: 15px;
  /* transform: translateY(25%); */
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(5%);
  left: 0;
  border: 1px solid #999;
  border-radius: 4px;
}

input[type=checkbox]+label {
  padding-left: 30px !important;
  line-height: 2.7rem !important;
  font-size: 0.9rem;
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  display: inline-block;
}

input[type=checkbox]:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #666;
  border-right: 3px solid #666;
  top: 10px;
}

input[type=radio] {
  margin: auto 2px 2px auto;
}

input[type=radio]+label {
  padding-left: 10px;
  font-size: 16px;
  padding-bottom: 10px;
  margin-top: 10px;
}

input[type=radio]+label:before {
  transform: translateY(22%);
  width: 15px;
  height: 15px;
}

input[type=radio]:checked+label:after {
  left: 3px;
  width: 9px;
  height: 9px;
  transform: rotate(40deg);
  top: 6px;
}

.mktoRadioList {
  padding: 20px !important;
}

textarea {
  min-width: 400px;
  font-size: 16px !important;
  border-color: #ccc;
  font-size: 0.9rem;
}

select {
  font-size: 16px !important;
  padding: 5px 10px !important;
  border-radius: 5px;
  outline: none;
  border: 1px solid #cbcbcb;
  box-sizing: border-box !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  margin: 12px !important;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-left: 12px !important;
}

.mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
  width: 100%;
}

.mktoLogicalField.mktoCheckboxList {
  width: calc(100% - 190px);
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  .mktoForm .mktoFormCol {
    width: 100% !important;
  }

  .mktoForm .mktoFormRow:nth-child(n+7):nth-child(-n+7) .mktoFormCol {
    width: 50% !important;
    /* background-color: red; */
  }

  #FormLastName {
    max-width: 150px;
  }

  #FormFirstName {
    max-width: 150px;
  }

  /* input[type=text] {
    width: 90% !important;
  } */

  input#Email {
    margin: 10px;
  }

  .mktoForm textarea.mktoField {
    line-height: normal !important;
    height: auto !important;
    padding: 7px 10px !important;
    font: inherit !important;
  }

  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm select.mktoField {
    line-height: normal !important;
    height: auto !important;
    padding: 7px 10px !important;
    font: inherit !important;
  }

  .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
    border-left: none !important;
  }

  input[type=checkbox]+label {
    min-height: 30px;
    width: 100%;
  }

  .mktoLogicalField.mktoCheckboxList {
    padding: 1rem 0;
    width: 100%;
  }


}

@media screen and (max-width: 600px) {
  .mktoForm .mktoFormRow:nth-child(n+7):nth-child(-n+7) .mktoFormCol {
    width: 100% !important;
    /* background-color: red; */
  }

  #FormLastName {
    max-width: 100%;
  }

  #LblFormFirstName {
    border-top: 1px solid #CCC;
    border-bottom: 0;
    border-left: 0;
  }

  #FormFirstName {
    max-width: 100%;
  }

  #expTxt {
    width: 90%;
    margin: auto;
  }

  textarea {
    min-width: calc(100% - 44px);
  }

  /* input[type=text] {
    width: 90% !important;
  } */
  input#Email {
    margin: 10px;
    width: calc(100% - 24px) !important;
  }

  .mktoForm textarea.mktoField {
    line-height: normal !important;
    height: auto !important;
    width: calc(100% - 44px) !important;
    padding: 7px 10px !important;
    font: inherit !important;
  }

  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm select.mktoField {
    line-height: normal !important;
    height: auto !important;
    width: calc(100% - 24px) !important;
    padding: 7px 10px !important;
    font: inherit !important;
  }

  .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
    border-left: none !important;
  }

  input[type=checkbox]+label {
    min-height: 30px;
    width: calc(100% - 20px);
    font-size: 15px;
  }

  .mktoLogicalField.mktoCheckboxList {
    padding: 1rem 0;
    width: 100%;
  }
}

/* input */
.mktoGutter.mktoHasWidth,
.mktoOffset {
  display: none;
}

.mktoFieldWrap.mktoRequiredField {
  width: 100% !important;
}

/* 必須情報 */
.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  /* background: #00a7db !important;*/
  background: #ff0000 !important;
  color: #fff;
  min-width: 180px;
  padding: 15px !important;
  border-radius: 5px;
  border: none !important;
  /* border: 1px solid #df0522; */
  font-size: 16px !important;
  transition: all 0.3s;
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
  /* background: #0084c8 !important; */
  background: #b30000 !important;
  transition: all 0.3s;
}

.mktoButtonRow {
  display: block !important;
  margin: auto !important;
  margin-top: 20px !important;
  width: 398px;
  text-align: center !important;
}

span.mktoButtonWrap.mktoRound {
  margin-left: 0 !important;
}

@media screen and (max-width: 600px) {
  .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
    font-size: 13px !important;
    width: 100% !important;
  }

  .mktoButtonRow {
    width: 100%;
  }
}

/* ボタン関連 */
.txt-area__confirm {
  width: calc(100% + 1px);
  font-size: 12px;
  /* border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; */
  /* margin-right: -1px !important;
  margin-bottom: -1px !important; */
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 13px !important;
  padding-right: 13px !important;
  /* margin-left: -1px !important; */
}


.txt-area__mail {
  /* max-width: 480px; */
  width: 100% !important;
  font-size: 14px;
  padding-left: 188px !important;
  margin: 0 !important;
  /* position: relative;
  top: 0 !important; */
}

/* .txt-area__mail::before {
  content: "";
  position: absolute;
  display: block;
  background: #eee;
  width: 100%;
  max-width: 179px;
  height: calc(100% + 2px);
  min-height: 2em;
  left: 0;
  top: -5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #CCC;
} */

@media screen and (max-width: 800px) {
  .txt-area__mail {
    /* left: 0;
    top: 0; */
    width: 100%;
    /* padding-left: 128px !important; */
  }

  .txt-area__mail::before {
    /* max-width: 119px; */
  }
}

.txt-area__exp {
  font-size: 14px;
  padding: 0% 5% 0% 5% !important;
  margin-top: 2rem !important;
  text-align: center !important;
}

#Email {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 800px) {
  #Email {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 600px) {
  .txt-area__confirm {
    font-size: 12px;
    padding: 0% 5% 5% 5% !important;
    /* border: none !important; */
    border-bottom: 1px solid #CCC;
    margin: 0 !important;
    text-align: left;
    width: 100% !important;
  }

  .txt-area__mail::before {
    display: none;
  }

  #Email {
    margin-bottom: 0px !important;
  }

  .txt-area__mail {
    font-size: 12px !important;
    /* position: relative; */
    /* left: 0px;
    top: 0px; */
    padding: 0% 5% 5% 5% !important;
    -webkit-text-size-adjust: none;
  }

  .txt-area__exp {
    width: 100%;
    font-size: 12px !important;
    padding: 0% 5% 0% 5% !important;
    margin-top: 2rem !important;
    background: #fff;
    text-align: left !important;
    -webkit-text-size-adjust: none;
  }
}

.p-btn-top a {
  border-radius: 3px;
  text-align: center;
  background: #294d70;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 400px;
  margin: auto;
  display: block;
  padding: 9px 20px;
  border: 2px solid #294d70;
  transition: 0.3s;
}

.p-btn-top a:hover {
  background: #fff;
  color: #294d70;
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {
  .p-thanks-txt {
    width: 100%;
  }

  .st-Title.c-txt-center {
    margin-top: 1.5rem;
  }
}

/* サンキュー画面関連 */
/* 1カラム用 */
@media screen and (min-width: 0px) and (max-device-width: 30em) {
  .l-rightBox .mktoForm {
    width: auto;
    width: 100% !important;
  }
}

/* 2カラム用 */
/* product */
@media screen and (max-width: 1024px) {
  .p-title-area {
    max-width: 800px;
  }
}

.p-wf-txt {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {

  .mktoFieldWrap,
  .mktoFieldWrap .mktoHtmlText {
    width: calc(100% + 1px) !important;
  }

  .txt-area__confirm {
    /* width: calc(114% + 1px) !important; */
    width: 100%;
  }
}

/* footer */
/* 一番下の線をなくす */

.mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton {
  background-color: #ff535b !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 50px !important;
  width: 100% !important;
  border: none !important;
}

span.mktoButtonWrap.mktoThoughtbot {
  margin-left: auto !important;
}

.mktoHtmlText .Note_TextArea_CompanyName {
  margin-left: auto !important;
}

@media screen and (max-width: 600px) {
  #FormCompanyName {
    width: calc(100% - 5%) !important;
  }

}

@media screen and (max-width: 600px) {

  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: calc(100% - 24px) !important;
  }

}


/* .mktoFormRow:nth-child(18) {
  border: 0;

} */

.mktoFormRow:nth-last-of-type(-n+5) {
  border: 0;
  /* background: red; */
}

#LblQ63 {
  height: auto !important;
}

/* ###########################
    utility 
  ###########################*/

.br--sp {
  display: none;
}

@media screen and (max-width:1024px) {
  .br--sp {
    display: block;
  }
}input[type="checkbox"]{
	display: none;
}

/* ###########################
    mrkt
  ###########################*/


	



.l-content--form__right input[type="checkbox"] + label {
	font-size: 14px;
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.l-content--form__right label.mktoLabel.mktoHasWidth {
		width: 170px  !important;
	}
	textarea {
		min-width: 100%;
	} 
	/* input[type="text"] { */
		/* width: 90% !important;*/
	/* } */
	 input#Email {
		margin: 10px;
	}
	/* .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
		line-height: normal !important;
		height: auto !important;
		
		padding: 7px 10px !important;
		font: inherit !important;
	} */
	/* .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number] ,.mktoForm select.mktoField {
		line-height: normal !important;
		height: auto !important;
		
		padding: 7px 10px !important;
		font: inherit !important;
	} */
	/* .mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
		border-left: none !important;
	} */
	/* input[type="checkbox"] + label {
		min-height: 30px;
		width: 100%;
	} */
	/* .mktoLogicalField.mktoCheckboxList {
		padding: 1rem 0;
		width: 100%;
	} */

	.l-content--form__right .txt-area__mail {
		width: 370px !important;
	}
	
	.l-content--form__right input[type="text"],
	.l-content--form__right input[type=tel] {
		max-width: 80%;
	}

} 


/* ボタン関連 */

.txt-area__confirm {
    width: calc(100% + 1px);
    font-size: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: -1px !important;
    margin-bottom: -1px !important;
    padding-top: 13px !important;
	margin-left: -1px !important;
}
@media only screen and (max-width: 600px) {
  .txt-area__confirm {
    border-bottom: none;
}
}
.l-content--form__right .txt-area__confirm {
	    background: #fff;
}
.txt-area__mail {
	width: 100%;
	font-size: 14px;
	padding: 0 !important;
	margin: 0 !important;
	
	/* position: relative;
    left: -410px;
    top: 30px; */
}
.l-content--form__right .txt-area__mail {
    /* left: -310px;
    top: 20px; */
    font-size: 11px;
    /* width: 300px; */
}
@media all and (-ms-high-contrast: none) {
	.txt-area__mail {
		/* width: 500px !important; */
		/* left: -250px;
		top: 20px; */
	}
	.l-content--form__right .txt-area__mail {
		/* width: 290px !important;
		left: -234px !important;
		top: 5px !important; */
		position: absolute;
	}
	.l-content--form__right .mktoFormRow .mktoFieldWrap label[for="Email"] {
		width: 120px !important;
	}
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {
	.l-content--form__right .txt-area__mail {
		left: 0;
		top: 0;
		width: 100%;
	}
}

.txt-area__exp {
	font-size: 14px;
	padding: 0% 5% 0% 5% !important;
	margin-top: 2rem !important;
	text-align: center !important;
}

#Email {
    margin-bottom: 60px !important;
}




/* サンキュー画面関連 */
/* 1カラム用 */



/* 2カラム用 */

/* ###########################
    form2
  ###########################*/
/* This is used to test if the stylesheet has been loaded yet*/
#mktoStyleLoaded {
  background-color: #123456;
  display: none;
}
.mktoForm {
  text-align: left;
}

/* .mktoForm .mktoFieldWrap .mktoInstruction {
  display: none;
} */
/* .mktoForm .mktoLabel {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
} */
/* .mktoForm .mktoField {
  line-height: 1.2em;
  font-size: 1em;
  float: left;
}
.mktoForm .mktoPlaceholder {
  float: left;
}
.mktoForm .mktoLogicalField {
  float: left;
} */
.mktoForm fieldset {
  padding: 0;
  margin: 0;
}
.mktoForm fieldset legend {
  margin: 0 1em 0.5em;
  color: inherit;
}
.mktoForm a.mktoNotYou {
  cursor: pointer;
  color: #4692f3;
}
.mktoForm a.mktoNotYou:hover {
  text-decoration: underline;
}
.mktoForm .mktoAsterix {
  float: right;
  color: #bf0000;
  padding-left: 5px;
  display: none;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left;
  width: 100% !important;
  max-width: 430px;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-left: 1.5em;
  margin-top: -0.3em !important;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}
.mktoForm.ie7 .mktoRadioList > label,
.mktoForm.ie7 .mktoCheckboxList > label {
  padding: 0.2em 0 0;
}
.mktoForm .mktoRadioList > label > input,
.mktoForm .mktoCheckboxList > label > input {
  float: left;
  margin: 0;
  margin-left: -1.5em;
}
.mktoForm .mktoRadioList > input,
.mktoForm .mktoCheckboxList > input {
  padding: 0;
}
.mktoForm .mktoLabelToLeft > label {
  text-align: right;
  margin-left: 0;
  margin-right: 1.5em;
}
.mktoForm .mktoLabelToLeft input[type=checkbox],
.mktoForm .mktoLabelToLeft input[type=radio] {
  position: absolute;
  right: 0.3em;
}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: left;
  padding-left: 0;
  padding-right: 5px;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  display: block;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
  padding: 0.1em 0.2em;
  line-height: 1.2em;
  margin: 0;
}
.mktoForm input[type=range] {
  padding: 0.25em 0;
  margin: 0;
}
.mktoForm input[type=range]::-ms-tooltip {
  display: none;
}
.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mktoForm .mktoFormRow {
  clear: both;
}
.mktoForm .mktoFormCol {
  float: left;
  position: relative;
  min-height: 2em;
}
.mktoButtonRow {
  display: inline-block;
  position: relative;
}
.mktoForm textarea.mktoField {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  line-height: 1.2em;
  overflow: auto;
  resize: none;
  float: none;
}
/* Firefox computes row height wrong for the last 13 years... https://bugzilla.mozilla.org/show_bug.cgi?id=33654 */
.mktoForm textarea[rows="1"] {
  height: 2em;
}
.mktoForm textarea[rows="2"] {
  height: 3.4em;
}
.mktoForm textarea[rows="3"] {
  height: 4.6em;
}
.mktoForm textarea[rows="4"] {
  height: 5.8em;
}
.mktoForm textarea[rows="5"] {
  height: 7em;
}
.mktoForm textarea[rows="6"] {
  height: 8.2em;
}
.mktoForm textarea[rows="7"] {
  height: 9.4em;
}
.mktoForm textarea[rows="8"] {
  height: 10.6em;
}
.mktoForm.mktoLayoutCenter .mktoLabel {
  text-align: right;
}
.mktoForm.mktoLayoutAbove .mktoGutter {
  display: none;
}
.mktoForm.mktoLayoutAbove .mktoLabel {
  text-align: left;
}
.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  float: none;
  clear: left;
}
.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
  clear: left;
}
.mktoForm.mktoLayoutAbove textarea.mktoField {
  float: left;
}
.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  color: #bf0000;
}
.mktoForm .mktoError .mktoErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 100;
}
.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
  top: -8px;
}
.mktoForm .mktoError .mktoErrorArrow {
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}
/** These two styles are for browsers that don't support css transforms */
.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
  background: transparent url("../images/callout-arrow-up-red.png") top center no-repeat;
  bottom: -7px;
}
.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
  display: none;
}
.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
}
.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: block;
}
.mktoForm button.mktoButton {
  cursor: pointer;
  margin: 0;
}
.mktoForm button.mktoButton:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}
.mktoNoJS .mktoLabel {
  display: block;
  padding-right: 10px;
  width: 110px;
  text-align: right;
}
.mktoNoJS input[type=text] {
  width: 150px;
}
.mktoForm .cf_widget_socialsignon .cf_sign_on {
  margin-bottom: 1.5em;
}
.mktoForm .mktoRangeField .mktoRangeValue {
  zoom: 1;
  float: left;
  display: none;
  text-align: center;
  position: absolute;
  z-index: 99;
  color: #000;
}
.mktoForm.ie7 .mktoRangeField .mktoRangeValue,
.mktoForm.ie6 .mktoRangeField .mktoRangeValue {
  position: relative;
}
.mktoForm .mktoRangeField.mktoHover .mktoRangeValue {
  display: block;
}
.mktoForm .mktoRangeField .mktoRangeValueArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  bottom: -7px;
  z-index: 100;
}
.mktoForm .mktoRangeField .mktoRangeValueArrow {
  background-color: #028d05;
  border: 1px solid #005602;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  background-color: #007d04;
  border-left: none;
  border-top: none;
  margin-top: 5px;
  position: absolute;
  bottom: 5px;
}
/** These two styles are for browsers that don't support css transforms */
.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage {
  background: transparent url("../images/callout-arrow-down-green.png") top center no-repeat;
  bottom: -7px;
}
.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage .mktoRangeValueArrow {
  display: none;
}
.mktoForm .mktoRangeField .mktoRangeValueText {
  display: block;
  background-color: #028d05;
  background-image: -webkit-linear-gradient(#028d05 43%, #007d04 100%);
  background-image: -moz-linear-gradient(#028d05 43%, #007d04 100%);
  background-image: linear-gradient(#028d05 43%, #007d04 100%);
  background-image: -ms-linear-gradient(#028d05 43%, #007d04 100%);
  border: 1px solid #005602;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #00a500 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #00a500 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.4em 0.6em;
  text-shadow: #005602 0 -1px 0;
  text-align: center;
}
.mktoModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mktoModal .mktoModalMask {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  zoom: 1;
  background: rgba(0,0,0,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}
.mktoModal .mktoModalContent {
  position: absolute;
  z-index: 10001;
  background: #fff;
  padding: 10px;
}
.mktoModal .mktoModalClose {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  width: 19px;
  height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
  border: 2px solid #ccc;
}
/* This part of the stylesheet is overrides for mobile browsers with screen width restrictions.
   It should always be at the end of the document. */
@media only screen and (max-width: 480px) {
  .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
  }
  .mktoForm .mktoGutter,
  .mktoForm .mktoOffset {
    display: none;
  }
  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoForm select.mktoField {
    height: auto;
  }
  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .mktoMobileShow .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
  }
  .mktoMobileShow .mktoForm .mktoGutter,
  .mktoMobileShow .mktoForm .mktoOffset {
    display: none;
  }
  .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoMobileShow .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoMobileShow .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoMobileShow .mktoForm input[type=url],
  .mktoMobileShow .mktoForm input[type=text],
  .mktoMobileShow .mktoForm input[type=date],
  .mktoMobileShow .mktoForm input[type=tel],
  .mktoMobileShow .mktoForm input[type=email],
  .mktoMobileShow .mktoForm input[type=number],
  .mktoMobileShow .mktoForm textarea.mktoField,
  .mktoMobileShow .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoMobileShow .mktoForm select.mktoField {
    height: auto;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoMobileShow .mktoForm .mktoRadioList,
  .mktoMobileShow .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoMobileShow .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoMobileShow .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}

.mktoForm textarea {
  border: 1px solid #cbcbcb;
}

.mktoForm textarea[rows="2"]{
  height: 3.4em;
}


.mktoForm textarea[rows="3"]{
    height: 3.4em !important;
}

label.mktoLabel.mktoHasWidth {
  font-size: 1.2rem;
}


.cLogo {
    margin: unset !important;
    padding: unset !important;
}