@charset "UTF-8";
input[type="submit"][value="送信"] {
  font-family: 'Noto Sans JP' !important;
  background: #2C4EBB;
  box-shadow: 0 7px 20px rgba(44, 78, 185, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 23px 0;
  position: relative;
  transition: .3s ease;
  width: 220px;
  cursor: pointer;
  margin: 0 5px;
}
.button_wrap {

}
.send .button_wrap {
  position: relative;
  width: 320px;
}
.button_wrap::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}
input[type="button"][value="戻る"] {
  font-family: 'Noto Sans JP' !important;
  background: #2C4EBB;
  box-shadow: 0 7px 20px rgba(44, 78, 185, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 23px 0;
  margin: 0 5px;
  position: relative;
  transition: .3s ease;
  cursor: pointer;
}
input[type="button"][value="TOPページへ"] {
  font-family: 'Noto Sans JP' !important;
  background: #2C4EBB;
  box-shadow: 0 7px 20px rgba(44, 78, 185, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 23px 0;
  margin: 0 5px;
  position: relative;
  transition: .3s ease;
  cursor: pointer;
}
input.single {
  width: 320px;
}
input[type="submit"][value="送信"]:hover, input[type="button"][value="戻る"]:hover {
  opacity: .8;
}
input[type="button"][value="戻る"].single {
  margin-left: 0;
}
.confirmation {
  margin-bottom: 40px;
  line-height: 1.4;
}
.submit_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid #A6ACB8;
}
.submit_content dl:last-of-type {
  margin-bottom: 80px;
  border-bottom: none;
}
.submit_content dt {
  width: 30%;
  font-weight: bold;
}
.submit_content dd {
  width: 70%;
  line-height: 1.4;
}
.err {
  color: red;
}
.completion {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin: 30px 0 60px 0;
}
.completion span{
	font-size: 20px;
line-height: 1.9;
}
@media screen and (max-width: 767px) {
  input[type="submit"][value="送信"] {
    font-family: inherit;
    padding: 10px 30px;
    font-size: 16px;
    background: none;
    border: none;
    background: #2C4EBB;
    color: #fff;
    cursor: pointer;
	  width: 150px;
  }
  input[type="button"][value="戻る"] {
        font-family: inherit;
    padding: 10px 30px;
    font-size: 16px;
    background: none;
    border: none;
    background: #2C4EBB;
    color: #fff;
    cursor: pointer;
	  width: 150px;
  }
	  input[type="button"][value="送信"] {
    width: 150px;
  }
  input[type="submit"][value="送信"]:hover, input[type="button"][value="戻る"]:hover {
    opacity: .8;
  }
  input[type="button"][value="戻る"].single {
    margin-left: 0;
  }
  .confirmation {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .submit_content dl {
    display: block;
    font-size: 13px;
    padding: 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid #A6ACB8;
  }
  .submit_content dl:last-of-type {
    margin-bottom: 80px;
  }
  .submit_content dt {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .submit_content dd {
    width: 100%;
    line-height: 1.4;
  }
  .err {
    color: red;
  }
  .completion {
    margin-bottom: 50px;
    text-align: center;
  }
}
/*# sourceMappingURL=confirmation.css.map */