@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
img {
  vertical-align: bottom;
}
img,
video {
  width: 100%;
}
a {
  word-break: break-all;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
button,
input[type="button"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
body {
  font-feature-settings: "palt" 1;
  color: #4c4948;
  font-family: Noto Sans CJK JP, Noto Sans JP, ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3, Hiragino Kaku Gothic Pro, Osaka, Meiryo, YuGothic, Yu Gothic medium, Hiragino Sans, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
}
a {
  color: #007bc7;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #f6ad48;
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}
body {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
.bg-color-light-blue {
  background: #e5f2fa;
}
.bg-color-gray {
  background: #f6f6f6;
}
.bg-color-white {
  background: #fff;
}
.text-annotation {
  font-size: 10px;
  margin-bottom: 15px;
}
.text-annotation_top {
  font-size: 10px;
  vertical-align: top;
}
.fixed-header {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 5px 0;
  width: 100%;
  z-index: 999;
}
.fixed-header__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: calc(100% - 40px);
}
img.fixed-header__logo {
  width: 110px;
}
.footer {
  background-color: #edecec;
  color: #706d6d;
  position: relative;
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer_contact {
  text-align: center;
}
.footer_contact__head,
.footer_contact__tell {
  font-size: 16px;
  margin-bottom: 5px;
}
.footer_contact__tell {
  font-weight: 500;
}
.footer_contact__time_txt {
  display: inline-block;
}
.copyright {
  background-color: #fff;
  font-size: 10px;
  padding: 30px 40px;
  text-align: center;
}
.footer_contact_annotation {
  font-size: 11px;
  line-height: 2;
}
.floating_pagetop {
  background: #007bc7;
  border: 2px solid #fff;
  border-radius: 6px;
  bottom: -60px;
  display: block;
  height: 50px;
  position: fixed;
  right: 20px;
  transition: all 0.2s ease;
  width: 50px;
  z-index: 950;
}
.floating_pagetop:before {
  border: 0;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: calc(50% + 5px);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 15px;
}
.show_feature_floater.floating_pagetop {
  bottom: 20px;
}
.hs-form {
  margin: 0 auto;
}

.hs-form > fieldset {
  margin: 0;
  padding: 0;
  max-width: 1000px;
}
.hs-form > fieldset .field {
  margin-bottom: 5px;
}

.hs-form-field > label {
  width: 100%;
  position: relative;
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 5px;
  color: #007bc7;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hs-form-field > label {
    align-items: baseline;
  }
}
.hs-form-field > label > span {
  font-size: 15px;
  font-weight: bold;
  color: #007bc7;
}
@media screen and (max-width: 768px) {
  .hs-form-field > label > span {
    width: calc(100% - 32px);
  }
}
.hs-form-field .hs-form-required {
  color: white;
  background-color: #007bc7;
  font-size: 73%;
  border-radius: 5px;
  padding: 2px 4px;
  margin: -2px 4px 0 4px;
}
@media screen and (max-width: 768px) {
  .hs-form-field .hs-form-required {
    position: relative;
    top: -2px;
    font-size: 10px;
    width: 32px;
    line-height: 1.4;
    text-align: center;
  }
}

.hs-form-field .hs-error-msg {
  font-size: 12px;
  color: #ed6c56;
  padding-left: 0px;
  text-align: left;
}

.hs_error_rollup .hs-main-font-element {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ed6c56;
  color: #ed6c56;
  padding: 5px 10px;
  cursor: default;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.hs-form fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #414141;
}

.hs-form.stacked legend {
  margin-left: 0;
}

.hs-form .hs-field-desc {
  color: #aaa;
  margin: 0px 0px 5px 150px;
  font-size: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
}

.legal-consent-container .hs-richtext,
.hs-legaltext {
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
  font-size: 10px;
  color: #414141;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.4;
}

.hs-addtxt,
.hs-addtxt-gray {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}

.hs-fieldtype-select .hs-input,
.hs-fieldtype-textarea .hs-input,
.hs-fieldtype-text .hs-input,
.hs-fieldtype-date .hs-input {
  display: inline-block;
  width: 100% !important;
  height: 45px;
  padding: 3px 10px;
  background-color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #706d6d;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.hs-input::placeholder {
  color: #b7b6b6;
}
.hs-input:focus {
  border: 2px solid #4c4948;
  outline: 0;
}
.hs-input.error {
  border-color: #ffdadf;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  background: #fff1f3;
}

select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
select.hs-input option {
  cursor: pointer;
  background-color: white;
  font-size: 16px;
}
select.hs-input:focus {
  z-index: 3;
  width: 100%;
  border: 1px solid #ffdadf;
  border: 1px solid -webkit-focus-ring-color;
  background: #fff1f3;
  outline-offset: -2px;
}

.hs-fieldtype-select {
  position: relative;
}
.hs-fieldtype-select:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #706d6d;
  border-right: 1px solid #706d6d;
  right: 25px;
  top: 49px;
  transform: rotate(135deg);
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
}
@media all and (-ms-high-contrast: none) {
  input[type="radio"],
  input[type="checkbox"] {
    position: relative;
    top: 3px;
    float: left;
  }
}

.hs-fieldtype-checkbox .input ul li,
.hs-fieldtype-radio .input ul li {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 30px;
}
@media all and (-ms-high-contrast: none) {
  .hs-fieldtype-checkbox .input ul li,
  .hs-fieldtype-radio .input ul li {
    padding-left: 0;
  }
}

.hs-form-radio label,
.hs-form-checkbox label {
  display: block;
  cursor: pointer;
}
.hs-form-radio label > span,
.hs-form-checkbox label > span {
  font-size: 16px;
  margin-left: -5px;
}
@media all and (-ms-high-contrast: none) {
  .hs-form-radio label > span,
  .hs-form-checkbox label > span {
    margin-left: 0;
  }
}

.hs-form-radio label input[type="radio"] {
  vertical-align: middle;
  border: none;
  width: auto;
}
.hs-form-radio label input[type="radio"]:before,
.hs-form-radio label input[type="radio"]:after {
  content: "";
  display: block;
  position: absolute;
}
.hs-form-radio label input[type="radio"]:before {
  background-color: #fff;
  border: 1px solid #b7b6b6;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0px;
}
.hs-form-radio label input[type="radio"]:after {
  background-color: #0075ff;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: -26px;
  top: 4px;
}
.hs-form-radio label input[type="radio"]:checked:before {
  border-color: #0075ff;
}
.hs-form-radio label input[type="radio"]:checked:after {
  opacity: 1;
}
.hs-form-radio label input[type="radio"]:focus {
  border: none;
}
.hs-form-radio label:hover input[type="radio"]:after {
  background-color: #005cc8;
}

.hs-form-checkbox label input[type="checkbox"] {
  vertical-align: middle;
  border: none;
}
.hs-form-checkbox label input[type="checkbox"]:before,
.hs-form-checkbox label input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
}
.hs-form-checkbox label input[type="checkbox"]:before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #b7b6b6;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -30px;
  border-radius: 3px;
}
.hs-form-checkbox label input[type="checkbox"]:after {
  opacity: 0;
  height: 7px;
  width: 14px;
  top: 5px;
  left: -27px;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  transform: rotate(-45deg);
}
.hs-form-checkbox label input[type="checkbox"]:checked:before {
  background-color: #0075ff;
  border-color: #0075ff;
}
.hs-form-checkbox label input[type="checkbox"]:checked:after {
  opacity: 1;
}
.hs-form-checkbox label input[type="checkbox"]:focus {
  border: none;
}
.hs-form-checkbox label:hover input[type="checkbox"]:checked:before {
  background-color: #005cc8;
}

.hs-button {
  outline: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 20px;
  border-radius: 4px;
  font-size: 22px;
  background: #f6ad48;
  border: none;
  color: #fff;
  margin: 20px auto 10px auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  min-width: 350px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 100px;
  border: 5px solid white;
}
@media screen and (max-width: 768px) {
  .hs-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .hs-button {
    min-width: 280px;
  }
}
.hs-button:hover {
  border-color: #f6ad48;
  background-color: white;
  opacity: 1;
  color: #f6ad48;
  transform: scale(1.02);
}
.form_section__inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f6f6;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .form_section__inner {
    padding: 30px 10px;
  }
}
.form_section__head {
  text-align: center;
  margin-bottom: 10px;
}
.form_section__title {
  font-weight: bold;
  color: #007bc7;
  font-size: 22px;
  margin-bottom: 5px;
}
.form_section__lead {
  font-size: 12px;
}
.form_2column_right__heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.hs-submit .actions {
  text-align: center;
  margin-bottom: 10px;
}

body {
  margin-top: 0;
}
.form_2column_container__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .form_2column_container__inner {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1200px;
  }
}
.form_section {
  background-color: #e5f2f9;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .form_section {
    min-height: 85vh;
  }
}
@media screen and (max-width: 768px) {
  .form_section {
    padding: 15px 20px;
    border-radius: 0;
  }
}
.hs-fieldtype-checkbox .input ul li,
.hs-fieldtype-radio .input ul li {
  display: block;
}
.form_2column_left_content {
  width: 100%;
}
@media screen and (min-width: 1241px) {
  .form_2column_left_content {
    margin-right: 50px;
    max-width: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .form_2column_left_content {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form_2column_left_content {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
.form_2column_right_content {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form_2column_right_content {
    max-width: 550px;
    position: sticky;
    top: 30px;
  }
}
.form_2column_container {
  margin-top: 35px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .form_2column_container {
    margin-top: 20px;
  }
}
/* 閉会中専用
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .form_2column_right_content {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .form_section{
    background-color: #f6f6f6;
  }
}
.form_2column_right__close_text {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.form_2column_right__close_text:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #4c4948;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}
.form_2column_right__close_text_lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 40px;
}
.form_2column_left__close_text {
  border: 1px solid #cf4371;
  border-radius: 3px;
  color: #cf4371;
  display: block;
  font-size: 14px;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form_2column_left__close_text {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .form_2column_left__close_text {
    font-size: 3.5vw;
  }
}
/* form_2column_section
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .form_2column_section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form_2column_section_head {
    margin-bottom: 30px;
  }
}

/* button-round-shadow_hover_reverse
---------------------------------------------------------- */

.button-round-shadow_hover_reverse {
  text-align: center;
}
.button-round-shadow_hover_reverse__link {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px;
  border-radius: 100px;
  box-shadow: 0 0 5px 0 rgba(70, 70, 70, 0.2);
  transition: all ease 0.3s;
}
.button-round-shadow_hover_reverse__link:hover {
  opacity: 1;
  background-color: #f6ad48;
  border-color: white;
  color: white;
  transform: scale(1.02);
}
.button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__link-inner {
  background-color: white;
  color: #f6ad48;
}
.button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__link-inner:after {
  border-color: #f6ad48;
  right: 30px;
}
.button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__point {
  background-color: #f6ad48;
  border-color: white;
  color: white;
}
.button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__point:after {
  border-top: 10px solid #f6ad48;
}
.button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__point-color {
  color: white;
}
.button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__head {
  background-color: #f6ad48;
  color: white;
}
.button-round-shadow_hover_reverse__link-inner {
  color: white;
  background: #f6ad48;
  padding: 18px 30px 18px 20px;
  border-radius: 100px;
  transition: all ease 0.3s;
}
.button-round-shadow_hover_reverse__link-inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
@media screen and (min-width: 769px) {
  .button-round-shadow_hover_reverse__link-inner::after {
    width: 15px;
    height: 15px;
    right: 35px;
  }
}
.button-round-shadow_hover_reverse__point {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  margin: auto;
  color: #4c4948;
  background-color: white;
  border: 4px solid #f6ad48;
  padding: 0.2em 1em;
  border-radius: 30px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  transition: all ease 0.3s;
}
@media screen and (min-width: 426px) {
  .button-round-shadow_hover_reverse__point {
    font-size: 14px;
  }
}
.button-round-shadow_hover_reverse__point::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -0.6em;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 10px solid white;
  border-bottom-width: 0;
}
.button-round-shadow_hover_reverse__point-color {
  color: #f6ad48;
}
.button-round-shadow_hover_reverse__contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-round-shadow_hover_reverse__image {
  display: none;
}
.button-round-shadow_hover_reverse__image img {
  width: auto;
}
@media screen and (min-width: 426px) {
  .button-round-shadow_hover_reverse__image img {
    height: 32px;
  }
}
@media screen and (min-width: 769px) {
  .button-round-shadow_hover_reverse__image img {
    height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .button-round-shadow_hover_reverse__image img {
    height: 55px;
  }
}
@media screen and (min-width: 426px) {
  .button-round-shadow_hover_reverse__image {
    display: block;
    max-height: 100px;
    padding-right: 4px;
  }
}
@media screen and (min-width: 769px) {
  .button-round-shadow_hover_reverse__image {
    padding-right: 10px;
  }
}
.button-round-shadow_hover_reverse__sub-title {
  display: none;
}
@media screen and (min-width: 426px) {
  .button-round-shadow_hover_reverse__sub-title {
    display: block;
    font-size: 14px;
  }
}
.button-round-shadow_hover_reverse__title {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .button-round-shadow_hover_reverse__title {
    font-size: 22px;
  }
}
.button-round-shadow_hover_reverse__head {
  font-size: 14px;
  border-radius: 100px;
  color: #f6ad48;
  padding: 1px 6px;
  background-color: #fff;
  position: relative;
  bottom: 3px;
  margin-right: 2px;
}

.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__link:hover {
  background-color: white;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__link-inner {
  background-color: #007bc7;
  color: white;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__link-inner:after {
  border-color: white;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__point {
  border-color: #007bc7;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__head {
  background-color: white;
  color: #007bc7;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__link-inner {
  color: #007bc7;
  background: white;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__link-inner::after {
  border-color: #007bc7;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__point {
  background-color: #e5f2fa;
  color: #4c4948;
  border-color: white;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__point:after {
  border-top-color: #e5f2fa;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__point-color {
  color: #007bc7;
}
.button-round-shadow_hover_reverse._blue .button-round-shadow_hover_reverse__head {
  background-color: #007bc7;
  color: white;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__link:hover {
  background-color: white;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__link-inner {
  background-color: #007bc7;
  color: white;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__link-inner:after {
  border-color: white;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__point {
  border-color: #007bc7;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__link:hover .button-round-shadow_hover_reverse__head {
  background-color: white;
  color: #007bc7;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__link-inner {
  color: #007bc7;
  background: white;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__link-inner::after {
  border-color: #007bc7;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__point {
  background-color: #e5f2fa;
  color: #4c4948;
  border-color: white;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__point:after {
  border-top-color: #e5f2fa;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__point-color {
  color: #007bc7;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__head {
  background-color: #007bc7;
  color: white;
}
.button-round-shadow_hover_reverse._blue_line .button-round-shadow_hover_reverse__link {
  background-color: rgba(0, 123, 199, 0.3);
}

/* form_2column_cta
---------------------------------------------------------- */
.form_2column_cta {
  margin-bottom: 20px;
}
.form_2column_cta .button-round-shadow_hover_reverse {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .form_2column_cta .button-round-shadow_hover_reverse__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .form_2column_cta .button-round-shadow_hover_reverse__link-inner::after {
    transform: rotate(135deg);
  }
}
/* form_2column_head
---------------------------------------------------------- */
.form_2column_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_2column_head {
    margin-bottom: 20px;
  }
}
.form_2column_head__thum {
  border: 1px solid #ededed;
  margin-bottom: 20px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .form_2column_head__thum {
    margin-bottom: 10px;
  }
}
.form_2column_title__main {
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .form_2column_title__main {
    font-size: 20px;
  }
}
.form_2column_title__sub {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .form_2column_title__sub {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .form_2column_title__sub {
    font-size: 13px;
  }
}
/* form_2column_heading
---------------------------------------------------------- */
.form_2column_heading {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  border-left: 5px solid #007bc7;
  padding: 1.1em 1.5em;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_2column_heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* form_2column_check_list
---------------------------------------------------------- */
.form_2column_check_list {
  margin-bottom: 30px;
  padding-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .form_2column_check_list {
    margin-bottom: 20px;
  }
}
.form_2column_check_list__item {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  font-size: 17px;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .form_2column_check_list__item {
    font-size: 14px;
  }
}
.form_2column_check_list__item:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 0.2em;
  left: 0;
  background-image: url(/rakurakucloud/seisan/asset/image/icon/icon_check-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.form_2column_check_list__item:last-of-type {
  margin-bottom: 0;
}
/* form_2column_text
---------------------------------------------------------- */
.form_2column_text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_2column_text {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
/* form_2column_note_list
---------------------------------------------------------- */
.form_2column_note_list {
  font-size: 10px;
  color: #949291;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_2column_note_list {
    margin-bottom: 20px;
  }
}
.form_2column_note_list__item {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: 300;
}
/* form_2column_person_img_box
---------------------------------------------------------- */
.form_2column_person {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_2column_person {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form_2column_person_info_box:after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .form_2column_person_info_box {
    margin-bottom: 10px;
  }
}
.form_2column_person_img {
  width: 100%;
  max-width: 150px;
  height: auto;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .form_2column_person_img {
    max-width: 100px;
    margin-right: 10px;
  }
}
.form_2column_person_text_box {
  width: 100%;
}

.form_2column_person_name_sub {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.form_2column_person_name_main {
  font-size: 16px;
  font-weight: bold;
  color: #007bc7;
  margin-bottom: 10px;
}
.form_2column_person_text {
  text-align: justify;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .form_2column_person_text {
    margin-left: 170px;
  }
}
/* form_2column_time_list
---------------------------------------------------------- */
.form_2column_time_list {
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  .form_2column_time_list {
    padding-left: 1em;
  }
}
.form_2column_time_list__heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .form_2column_time_list__heading {
    font-size: 14px;
  }
}
.form_2column_time_list__list {
  margin-left: 5.5em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .form_2column_time_list__list {
    margin-left: 6em;
  }
}
.form_2column_time_list__item {
  position: relative;
  padding-left: 2em;
  padding-bottom: 1.1em;
}
@media screen and (max-width: 768px) {
  .form_2column_time_list__item {
    padding-left: 1.5em;
  }
}
.form_2column_time_list__item:last-of-type {
  margin-bottom: 0;
}
.form_2column_time_list__item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #007bc7;
  display: inline-block;
  left: 0;
  top: 0.5em;
  border-radius: 100px;
  z-index: 1;
}
.form_2column_time_list__item:after {
  display: inline-block;
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #cce5f4;
  left: 0.3em;
  top: 0.7em;
}
.form_2column_time_list__item:last-of-type:after {
  content: none;
}
.form_2column_time_list__list_item {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
}
.form_2column_time_list__list_item:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #4c4948;
  display: inline-block;
  left: -0.8em;
  top: 0.7em;
  border-radius: 100px;
  z-index: 1;
}
/* form_2column_table
---------------------------------------------------------- */

.form_2column_table {
  width: 100%;
  border-top: 1px solid #dbdbda;
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_2column_table {
    border: 1px solid #dbdbda;
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.form_2column_table__tr {
  border-bottom: 1px solid #dbdbda;
}
@media screen and (max-width: 768px) {
  .form_2column_table__tr {
    border-style: dotted;
  }
}
.form_2column_table__th,
.form_2column_table__td {
  padding: 1.5em 1em;
}
@media screen and (max-width: 768px) {
  .form_2column_table__th,
  .form_2column_table__td {
    padding: 1em;
  }
}
.form_2column_table__th {
  border-bottom: solid 1px #dbdbda;
  width: 110px;
  background-color: #f6f6f6;
  font-weight: bold;
}
.form_2column_table__td {
  width: calc(100% - 110px);
}
.form_2column_table__td_sub {
  font-size: 12px;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .form_2column_table__th,
  .form_2column_table__td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/* form_2column_right__point
---------------------------------------------------------- */
.form_2column_right__point {
  position: absolute;
  background-color: #f6ad48;
  border: 5px solid white;
  color: white;
  text-align: center;
  font-weight: 500;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
  width: 80px;
  height: 80px;
  right: -30px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .form_2column_right__point {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .form_2column_right__point {
    right: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .form_2column_right__point {
    display: none;
  }
}
