.mw_wp_form {
padding-top: 75px;
margin-top: -75px;
}
.post-1476 .break-list-block {
margin-top: 200px;
}
@media (max-width: 780px) {
.post-1476 .break-list-block {
margin-top: 20px !important;
}
}
.contact-section_none {
  display: none;
}
.disIB {
  display: inline-block;
}
.privacy_box {
  height: 400px;
  width: 100%;
  overflow-y: scroll;
  text-align: left;
  line-height: 1.8;
  line-height: calc(1 + var(--_half-leading, .4)*2);
  margin-bottom: 20px;
}
.privacy_box p {
  margin-bottom: 1em;
}
#privacy_checkbox-1 + .mwform-checkbox-field-text {
  font-size: 107%;
  text-align: left;
  line-height: 1.1;
}
.contact_form input[type=checkbox], .contact_form input[type=radio] {
  width: auto;
  display: none;
}
.mwform-checkbox-field-text, .mwform-radio-field-text {
  padding-left: 2em;
  position: relative;
  display: inline-block;
}
.mwform-checkbox-field-text, .mwform-radio-field-text {
  position: relative;
}
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #bbb;
  transform: translateY(-50%);
  border-radius: 4px;
}
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 0.5em;
  height: 0.9em;
  opacity: 0;
}
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #000;
  transform: translateY(-50%);
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #000;
  width: 0.5em;
  height: 0.5em;
  opacity: 0;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::after, input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
#privacy_checkbox-1 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mwform-checkbox-field-text::after {}
.mwform-checkbox-field-text::after {}
label[for=privacy_checkbox-1]::after {
  content: "必須";
  margin: 10px 10px !important;
  font-size: 15px;
  background: red;
  text-align: center;
  color: white;
  padding: 2px 10px 4px;
  display: inline-block;
}
.privacy_box_title {
  padding: var(--entry-content-h2-padding) !important;
  margin-bottom: calc(var(--_space, 1.8rem)*1.25*var(--_margin-scale, 1)) !important;
}
.contact_notice {
  padding-bottom: 0 !important;
}
.contact_notice .smb-section__body {
  text-align: center;
}
.contact_notice .smb-section__body > h2 {
  text-align: left;
}
.contact_notice a {
  color: #00f;
  text-decoration: underline;
}
.mw_wp_form .error {
  padding: 2px 0 0;
}
/****************************************

簡易フレーム

****************************************/
.frame01 {
  background: #fff;
  border: 3px solid #155887;
  -webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #155887 inset;
  -moz-box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #155887 inset;
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #155887 inset;
  -webkit- box-sizing: border-box;
  -mozbox-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 20px;
  padding: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.frame01 p:last-child {
  margin-bottom: 0;
}
.frameWrap {
  text-align: center;
}
.frameWrap > .frame01 {
  display: inline-block;
}
.frame02 {
  background: url(img/frame/frame02_lt.png) 0 0 no-repeat, url(img/frame/frame02_rt.png) 100% 0 no-repeat, url(img/frame/frame02_lb.png) 0 100% no-repeat, url(img/frame/frame02_rb.png) 100% 100% no-repeat;
  position: relative;
  padding: 30px 30px;
  margin-bottom: 20px;
}
.frame02::before, .frame02::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.frame02::before {
  content: "";
  top: 62px;
  bottom: 62px;
  left: 0px;
  right: 0px;
  background: url(img/frame/frame02_l.png) 0 0 repeat-y, url(img/frame/frame02_r.png) 100% 0 repeat-y;
}
.frame02::after {
  content: "";
  left: 62px;
  right: 62px;
  top: 2px;
  bottom: 2px;
  background: url(img/frame/frame02_t.png) 0px 0px repeat-x, url(img/frame/frame02_b.png) 0px 100% repeat-x;
}
.frame02 p:last-child, .frame03 p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.frame03 {
  border: 2px inset #96c0de;
  margin-bottom: 20px;
  padding: 10px;
  background: #e1f3ff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.taC {
  text-align: center;
}
.maker01 {
  position: relative;
  z-index: 1;
  background: #ffe000;
  font-weight: bold;
  padding: 2px;
}
@media only screen and (max-width: 767px) {
  .frame02 {
    background-size: 31px auto;
    padding: 20px;
  }
  .frame02::before {
    top: 31px;
    bottom: 31px;
    background-size: 6px auto;
  }
  .frame02::after {
    top: 1px;
    bottom: 1px;
    left: 31px;
    right: 31px;
    background-size: auto 6px;
  }
}
/****************************************

コンタクトフォーム

****************************************/
.contact_form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1;
}
.contact_form table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.contact_form th, .contact_form td {
  padding: 10px;
  border-top: 1px solid rgba(21, 88, 135, 0.5);
}
.contact_form tr:last-child th, .contact_form tr:last-child td {
  border-bottom: 1px solid rgba(21, 88, 135, 0.5);
}
.contact_form tr:nth-child(2n+1) th, .contact_form tr:nth-child(2n+1) td {
  background: rgba(21, 88, 135, 0.2);
}
.contact_form tr:nth-child(2n+0) th, .contact_form tr:nth-child(2n+0) td {
  background: rgba(255, 255, 255, .2);
}
.contact_form th {
  width: 40%;
}
.contact_form td {
  text-align: left;
}
.mw_wp_form_preview .contact_form td span {
  display: block;
  padding: 10px;
  background: #ccc;
  color: #000;
  line-height: 1.7;
}
.contact_form input, .contact_form textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.7;
}
.contact_form input[type="checkbox"] {
  width: auto;
}
.contact_form textarea {
  height: 140px;
}
.contact_form .rq, .contact_form .no_rq {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  padding: 2px;
  margin-top: -5px;
}
.contact_form .rq {
  color: #f00;
}
.contact_form .no_rq {
  background: #00b7ca;
}
.submit_btn {
  text-align: center;
  margin-bottom: 30px;
}
.submit_btn > span {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.submit_btn > span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 192px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}
.submit_btn input {
  width: 200px;
  padding: 7px 10px;
  margin: 0 10px 20px;
  -webkit-appearance: none;
  background: rgb(21, 88, 135);
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.submit_btn input:hover {
  opacity: .7;
}
.follow_list {
  padding-left: 0;
}
.follow_list li {
  width: 48%;
  float: left;
  list-style: none;
}
.follow_list li:nth-child(2n+0) {
  float: right;
}
@media only screen and (max-width: 767px) {
  .contact_form th, .contact_form td {
    width: 100%;
    display: block;
  }
  .contact_form tr:last-child th {
    border-bottom: 0;
  }
  .contact_form td {
    border-top: 0;
  }
  .contact_form .rq, .contact_form .no_rq {
    margin: 0;
  }
  .follow_list li {
    width: 100%;
    float: none !important;
    margin-bottom: 14px;
  }
  .follow_list li:last-child {
    margin-bottom: 0;
  }
}
.list-notics {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.list-notics li {
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.list-notics li::before {
  content: "\00203b";
  position: absolute;
  left: 0;
}