@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Oswald:400,300);
/*////////////////////////////////////////////////////

	変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
.error_message, .must {
  color: #dc0000; }

.btn01 > input {
  display: inline;
  margin-right: 10px; }

.boxInner input[type="text"],
.boxInner textarea {
  padding: 2% 3%;
  border: 1px solid  #eee;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 80%; }

.boxInner .txtS input[type="text"] {
  width: 20%; }

.boxInner input[type="submit"],
.boxInner input[type="reset"] {
  cursor: pointer; }

.ckline {
  display: inline; }

.check {
  padding: 40px;
  text-align: center; }
  .check label {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
    padding-bottom: 1px;
    border-bottom: 1px dotted #dc0000; }

/*# sourceMappingURL=inquiry.css.map */
