@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  color: #a59aca;
}

.container {
  max-width: 1000px;;
  border: 0;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-optional {
  display: none;
}

.badge.badge-required,
label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #fff;
  background-color: #e00;
  border-radius: 4px;
  margin-right: 3px;
  font-weight: bold;
}
legend .badge-required{
  background-color: #e00;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

button {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6a767d;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
}

button.button-submit {
  background-color: #316a8b;
  border: 1px solid #316a8b;
  color: #fff;
}
button.button-submit span.fa {
  margin-right: 4px;
}
.button.button-back{
background: #E9EAEC;
    color: #666;
padding-left:60px;
}
.button.button-back:before{
right:inherit;
left:15px;
background:#666;
}
.button.button-back:after{
right:inherit;
left:15px;
border-color:#666;
transform: rotate(-135deg);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
      height: 2.75em;
    width: 60%;
    min-width: 500px;
    max-width: 100%;
    line-height: 1.75em;
    padding: 2px 4px;
    border: 1px solid #D3D5DA;
    transition: all 0.3s;
    padding: 5px;
    border-radius: 5px;
}

textarea {
  width: 100%;
  height: 10em;
}
fieldset{border:none;}
legend.label{padding:0;}
input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

input[readonly],
textarea[readonly] {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.form-column-date .input-group select {
  width: auto;
  display: inline-block;
}

.form-column-calendar input {
  width: auto;
}

.form-column-zip-code-jp .input-group input {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.form-column-zip-code-autofill.form-column {
  border-bottom: 0;
  margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
  margin-right: 1em;
}

select {
  width: auto;
  height: 2.75em;
  display: block;
  padding:5px;
  border: 1px solid #D3D5DA;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}
.u-text a{    color: #0066CC; text-decoration:underline;}
.u-text a:hover{text-decoration:none;}
.form-column-d485a4f3-ab93-4968-82c1-e7bd959688ea{
  background-color:#F4F5F6;
  text-align:center;
  padding-top: 20px;
}
.form-column-d485a4f3-ab93-4968-82c1-e7bd959688ea{
  margin-bottom:0;
  padding-bottom:0;
}
button[type=submit]{
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    width:30%;
    min-height: 64px;
    padding: 0 15px 0.1em;
    display: flex;
    align-items: center;
    position: relative;
  border: solid 1px #fff;
  border-radius:0;
    background: linear-gradient(to right, #0066cc 0%, #01dadc 100%);
    transition: .2s cubic-bezier(.8,0,.4,1);
}
button[type=submit]:before {
    content: '';
    width: 16px;
    height: 2px;
    background:#fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    z-index: 20;
    transition: .2s cubic-bezier(.8,0,.4,1);
}
 button[type=submit]:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    transition: .2s cubic-bezier(.8,0,.4,1);
    transform: rotate(45deg);
}
button[type=submit]:hover {
    color: #0066CC;
    text-decoration: underline;
    background:transparent;
    border: 1px solid #0066CC;
}
button[type=submit]:hover:before{
    background-color:#06c;
}
button[type=submit]:hover:after{
    border-color:#06c;
}
@media (max-width: 768px) {
.container{
padding:20px 0;
}
button[type=submit]{
width:80%;
margin-bottom:20px;}
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}
