@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
}

p {
  font-size: 0.9rem;
  line-height: 1.8em;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

.content-wrapper {
  margin-left: 0 !important;
}

footer {
  margin-left: 0 !important;
}

*, html, body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

.content-wrapper {
  margin-left: 0 !important;
}

footer {
  margin-left: 0 !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

hr {
  margin: 2em 0;
}

.mwform-radio-field, .mwform-checkbox-field {
  display: inline-block;
  position: relative;
  padding: 0.5em 0 1em 0;
}

.mwform-radio-field label input, .mwform-checkbox-field label input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  display: inline-block;
}

.mwform-radio-field label input, .mwform-checkbox-field label input {
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.2s;
}

.mwform-radio-field label, .mwform-checkbox-field label {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 0.5em;
}

.mwform-radio-field span, .mwform-checkbox-field span {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  background-color: white;
  color: black;
}

.mwform-radio-field label input:checked + span, .mwform-checkbox-field label input:checked + span {
  background: #009139;
  border-radius: 5px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.mwform-radio-field label input:focus + span, .mwform-checkbox-field label input:focus + span {
  outline-color: #009139;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

.btn_wrap {
  padding: 2rem 0;
}

.btn_wrap .btn {
  width: 100%;
}

.container {
  max-width: 100% !important;
  padding: 0 2rem;
}

label span.sub {
  font-size: 0.8em;
  margin-left: 1em;
  color: #009139;
}

.check_wrap span.mwform-checkbox-field-text {
  display: inline-block !important;
  width: auto !important;
}

.content-wrap {
  padding: 0 1rem;
}
.content-wrap .inner {
  background-color: #eae5d9;
  padding: 1rem;
}
.content-wrap .inner .form-block {
  background-color: rgba(255, 255, 255, 0.4) !important;
  padding: 1rem;
  margin-bottom: 1rem;
}
.content-wrap .inner .form-block h3 {
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5em;
}
.content-wrap .inner .form-block p.sub-title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.content-wrap .inner .btn-submit {
  width: 100%;
  background-color: #009139;
  color: white;
  font-weight: bold;
}

header {
  padding: 1rem;
}
header h1 {
  font-size: 1.1rem;
}
header h1 p.sub {
  font-size: 0.9rem;
  margin-bottom: 0.3em;
}

footer div.text-center {
  font-size: 0.8rem;
  color: gray;
  padding: 3rem 0;
}

.radio-wrap {
  margin-bottom: 0.5rem;
}