.doc-container {

  display: flex;
  flex-direction: row;
  align-items: flex-start;

  padding: 100px 100px 100px 100px;
  
}

.doc-left {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 60px;

  width: 60%;

}

.thanks-container {

  display: flex;
  justify-content: center;
  width: 100%;

  padding: 200px 100px 100px 100px;
  
}

.thanks-content {

  width: 80%;

}

.doc-right {

  display: block;
  width: 40%;
  

}

.doc-title {

  width: 100%;
  font-size: 2.0rem;
  font-weight: bold;

}

.doc-img {

  width: 100%;
  padding: 30px 0 0 0;

}

.doc-content {
  
  padding: 30px 0 0 0;
  width: 100%;

}

.doc-marketo-container {

  width: 100%;
  height: auto;

  font-size: 14px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #0000000D;
  border-radius: 10px;
  opacity: 1;

  box-sizing: border-box;

}

.doc-marketo-title {
  font-size: 1.5em;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: 30px 0 0 0;
  
}

.doc-marketo-form .mktoGutter, .doc-marketo-form .mktoOffset {
  display: none !important;
}

.doc-marketo-form .mktoForm {
  width: 100% !important;
}

.doc-marketo-form {

  width: 100%;
  padding: 40px 30px 40px 30px;

}

.doc-marketo-form .mktoAsterix {

  float: right;
  position: absolute;
  top: 2px;
  right: 0;
}

.doc-marketo-form .mktoAsterix::after {

  content: '必須';
  display: inline-block;

}

.doc-marketo-form .mktoLabel {
  width: 100%;

  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
}

.doc-marketo-form select.mktoField {
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.2em 22px 0.2em 0.3em;
  background: #fff url(../images/arrow-down-bk.png) center right no-repeat;
}



.doc-marketo-form select {
  width: 100% !important;
  font-size: 17px !important;
  height: 40px !important;
  padding: 8px !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
}

.doc-marketo-form input, .doc-marketo-form select, .doc-marketo-form textarea {
  margin: 0;
}



.doc-marketo-form input[type=url], .doc-marketo-form input[type=text], .doc-marketo-form input[type=date], .doc-marketo-form input[type=tel], .doc-marketo-form input[type=email], .doc-marketo-form input[type=number], .doc-marketo-form textarea.mktoField, .doc-marketo-form 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;
}

.doc-marketo-form div {
  display: block;
}
  
.doc-marketo-form .mktoFormRow {

  display: flex;
  width: 100%;

  margin: 0 0 16px 0;

}

.doc-marketo-form .mktoLabel.mktoHasWidth {
  margin-bottom: 8px !important;
  color: #666 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  width: 100% !important;
  padding-right: 40px !important;
  position: relative !important;
  min-height: 24px;
}

.doc-marketo-form .mktoFieldDescriptor.mktoFormCol {
  float: none !important;
  width: 100%;
  margin-right: 8px;
}

.doc-marketo-form .mktoFieldWrap {
  float: none !important;
  width: 100% !important;
}


.doc-marketo-form input[type="text"], .doc-marketo-form input[type="tel"], .doc-marketo-form input[type="email"] {
  width: 100% !important;
  font-size: 17px !important;
  height: 40px !important;
  padding: 8px !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
}


.doc-marketo-form .mktoButton {
  width: 240px !important;
  display: block !important;
  margin: 16px auto 0 !important;
  border: none !important;
  background: #E6172C 0% 0% no-repeat padding-box !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: center !important;
  border-radius: 35px !important;
  padding: 16px 0 !important;
  font-weight: bold !important;
  box-shadow: none !important;
  transition: opacity 0.2s linear !important;
}

@media only screen and (max-width: 999px) {
  
  .doc-container {

    display: flex;
    flex-direction: column;
  
    padding: 200px 100px 100px 100px;
    
  }

  .doc-left {

    width: 100%;

  }

  .doc-right {
    width: 100%;
  }

  .doc-title {
    font-size: 1rem;
  }

}


/* css for exist content */
.cd--modified-date {
  text-align: right; 
  padding-right: 17.1528%; 
  font-weight: 400; 
  padding-bottom: 5px; 
  font-size: 0.8rem;
}

@media only screen and (max-width: 999px) {
  .cd--modified-date {
    text-align: right; 
    padding-right: 10px; 
    font-weight: 400; 
    padding-bottom: 5px; 
    font-size: 0.8rem;
  }
}

.m--acv__toplink {
  font-size: .875rem;
  margin: 20px 0 0 24px;
  
}

.m--acv__toplink:hover {
  color: #E6172C;
}
