main {
  width: 100%;
  display: flex;
}
.form_main {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form_main {
    flex-flow: column;
  }
}
.contents {
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 0 0 100px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 0 18px 30px 18px;
    box-sizing: border-box;
  }
}
.side {
  width: 375px;
  background: #f5f5f5;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding: 48px 24px;
}
@media screen and (max-width: 767px) {
  .side {
    width: 100%;
    border-left: none;
  }
}
.text1 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 24px 0;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .text1 {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
.text2 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .text2 {
    font-size: 20px;
  }
}
.text3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #032d60;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .text3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
}
.text4 {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .text4 {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
.text4 span {
  font-size: 16px;
  font-weight: bold;
  color: #032d60;
  margin: 0 0 40px 0;
}
.text5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px 0;
  color: #032d60;
}
.content1 {
  position: relative;
  display: flex;
  align-items: center;
  height: 360px;
  background: #c6e4ff;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .content1 {
    height: 340px;
    margin: 0 0 28px 0;
  }
}
.content_catch_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .content_catch_icon {
    width: 200px;
  }
}
.content_catch_pc,
.content_catch_sp {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: auto;
}
.content_catch_pc {
  width: 100%;
  height: 56px;
}
.content_catch_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .content_catch_pc {
    display: none;
  }
  .content_catch_sp {
    display: block;
  }
}
.content1_inner {
  width: 720px;
  margin: auto;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .content1_inner {
    width: auto;
    padding: 0 24px 60px 24px;
  }
}
.content2 {
  width: 720px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content2 {
    width: auto;
    padding: 0 24px;
  }
}
.img1 {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .img1 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  svg {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
}
/* -----------------------------------------------------
form
----------------------------------------------------- */
.field-label {
  font-size: 12px;
  line-height: 1.2;
  color: #222;
  margin: 0 0 5px 0;
  display: block;
}
input.form_input_text {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #777;
  box-sizing: border-box;
  padding: 0 0 0 12px;
  font-size: 14px;
  background: #fff;
}
input.form_input_text::placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  input.form_input_text {
    font-size: 16px;
  }
}
input.form_input_text.error {
  border: 1px solid #c23934;
  background: #f6e2e1;
}
.form_submit {
  width: 100%;
  height: 44px;
  background: #0b5cab;
  color: #fff;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.form_submit:disabled {
  cursor: default;
  opacity: 0.6;
}
.post-detail-contents {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .post-detail-contents {
    margin: 0;
    padding: 48px 0 0 0;
  }
}
.post-detail-contents h1 {
  margin: 76px 0 30px 0;
}
.form-field {
  margin: 0 0 20px 0;
}
.form-field._checkbox {
  display: flex;
}
.form_checkbox {
  display: none;
}
.form_select {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #777;
  font-size: 14px;
  line-height: 1.2;
  text-indent: 12px;
  box-sizing: border-box;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .form_select {
    font-size: 16px;
  }
}
.form_select_label {
  position: relative;
}
.form_select_label svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 10px;
  height: 5px;
}
.form_checkbox_label {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: block;
  border: 1px solid #777;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  margin: 3px 12px 0 0;
  cursor: pointer;
  background: #fff;
}
.form_checkbox:checked + label:after {
  content: "";
  background: url(/static/images/form_checkbox.svg) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
}
.form_checkbox_text {
  font-size: 14px;
  line-height: 1.6;
}
.form_checkbox_text a {
  color: #0b5cab;
}
.form_checkbox_text a:hover {
  color: #032d60;
}
.form_checkbox_text a._bold {
  font-weight: bold;
}
.form_checkbox_text label {
  color: #0b5cab;
  cursor: pointer;
}
.form_checkbox_text span {
  display: none;
}
.form_checkbox_text #more_text {
  display: none;
}
.form_checkbox_text #more_text:checked + span {
  display: block;
}
.agree_text {
  font-size: 11px;
  line-height: 1.6;
}
.agree_text a {
  color: #0b5cab;
}
.agree_text a:hover {
  color: #032d60;
}
.error-message {
  color: #c23934;
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0 0;
  display: none;
}
.error-message.show {
  display: block;
}
.form-field._condition,
._condition {
  display: none;
}
._condition.show {
  display: flex;
}
#form_article.hide {
  display: none;
}
.completion_message {
  display: none;
  font-size: 14px;
  line-height: 1.6;
}
.completion_message.show {
  display: block;
}
.google-form {
  width: 620px;
  height: 2000px;
  margin: 20px auto 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .google-form {
    width: auto;
  }
}
.google-form iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .google-form {
    margin: 0 -18px;
  }
}
@media screen and (max-width: 767px) {
  .google-form iframe {
    width: 100%;
  }
}
.google-form iframe::-webkit-scrollbar {
  display: none;
}