@charset "UTF-8";
:root {
  --header-h: 60px;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-h: 80px;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}
* {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  margin: 0 !important;
}
body {
  min-block-size: 100%;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font: inherit;
}
strong,
b {
  font-weight: bold;
}
em {
  font-style: normal;
}
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}
img {
  font-size: 10px;
  text-align: center;
}
a {
  color: inherit;
  text-decoration: none;
}
a:has(> img) {
  display: block;
}
ul {
  list-style: none;
}
table {
  --border: #bbb;
  border: 1px solid var(--border);
  border-collapse: collapse;
  width: 100%;
}
form {
  accent-color: #1571da;
}
::placeholder {
  color: #ccc;
}
input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  background: none;
  border: none;
  outline: none;
}
input[type="text"] {
  width: 100%;
}
button {
  padding: 0;
  cursor: pointer;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: revert;
  }
}
.site {
  width: 100%;
  padding-top: var(--header-h);
  overflow-x: hidden;
}
.inner {
  width: calc(100% - 36px);
  max-width: 1200px;
  margin-inline: auto;
}
.inner.sm {
  max-width: 1080px;
}
.roboto {
  font-family: "Roboto", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-variation-settings: "wdth" 100;
}
.blue {
  color: #1571da;
}
.star {
  color: #cbad16;
}
.icon-search {
  display: block;
  aspect-ratio: 1;
  width: 25px;
  background-image: url("../img/icon_search.svg");
  background-size: contain;
  position: relative;
}
.icon-search.icon-w {
  background-image: url("../img/icon_search_white.svg");
}
.accordion--content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.accordion--content[aria-hidden="false"] {
  grid-template-rows: 1fr;
}
.accordion--inner {
  overflow: hidden;
}
.shadow {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
.shadow-2 {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.341);
}
.link-btn,
.wp-block-button {
  font-weight: bold;
}
.link-btn a,
.wp-block-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--link-txt, #1571da);
  text-decoration: none;
  background-color: var(--link-bg, #fff);
  border-radius: 4px;
}
@media (any-hover: hover) {
  .link-btn a,
  .wp-block-button a {
    transition: all 0.3s ease;
  }
  .link-btn a:hover,
  .wp-block-button a:hover {
    color: var(--link-bg, #fff);
    background-color: var(--link-txt, #1571da);
  }
}
.site-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.site-header .inner-h {
  display: flex;
  align-items: center;
  column-gap: 4px;
  height: var(--header-h);
  padding: 0 12px 0 18px;
}
.header--logo {
  width: 108px;
  margin-right: auto;
}
.header--btn {
  min-width: 70px;
  height: 29px;
  font-size: 9px;
}
.header--btn a {
  border: 1px solid #1571da;
  border-radius: 5px;
}
.logged-in-user .header--btn.btn-1 a {
  font-size: 0;
}
.logged-in-user .header--btn.btn-1 a:after {
  content: "ログイン中";
  font-size: 9px;
}
.header--btn.btn-2 {
  --link-txt: #fff;
  --link-bg: #1571da;
}
@media screen and (min-width: 768px) {
  .site-header .inner-h {
    column-gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header--logo {
    width: 200px;
  }
}
@media screen and (min-width: 1360px) {
  .site-header .inner-h {
    column-gap: 19px;
    max-width: 1520px;
    margin-inline: auto;
    padding: 0 11px 0 23px;
  }
  .header--btn {
    min-width: 150px;
    height: 50px;
    font-size: 14px;
  }
  .logged-in-user .header--btn.btn-1 a:after {
    font-size: 14px;
  }
}
.gnav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu--btn,
  .menu {
    display: none;
  }
  .gnav {
    align-self: stretch;
    display: flex;
    margin-right: 12px;
  }
  .gnav--list {
    display: flex;
    gap: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .gnav--list li {
    padding-top: 30px;
    position: relative;
  }
  .gnav--list li::before {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: #1571da;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gnav--list .current {
    color: #1571da;
  }
  .gnav--list .current::before {
    width: 100%;
  }
}
@media screen and (min-width: 1360px) {
  .gnav--list {
    gap: 30px;
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .gnav--list li::before {
    transition: width 0.3s;
  }
  .gnav--list li:hover::before {
    width: 100%;
  }
}
.menu--btn {
  color: #1571da;
  margin-left: 7px;
  padding: 10px 5px;
}
.menu--btn .icon {
  display: block;
  width: 26px;
  height: 18px;
  border-style: solid;
  border-width: 2px 0;
  position: relative;
}
.menu--btn .icon::before,
.menu--btn .icon::after {
  content: '';
  display: block;
  height: 2px;
  background-color: currentcolor;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  transition: rotate 0.3s ease;
}
.menu--btn[aria-expanded="false"] .icon {
  overflow: hidden;
}
.menu--btn[aria-expanded="false"] .icon::before {
  width: 21px;
}
.menu--btn[aria-expanded="true"] .icon {
  border-color: transparent;
}
.menu--btn[aria-expanded="true"] .icon::before,
.menu--btn[aria-expanded="true"] .icon::after {
  width: 28px;
}
.menu--btn[aria-expanded="true"] .icon::before {
  rotate: -36deg;
}
.menu--btn[aria-expanded="true"] .icon::after {
  content: '';
  rotate: 36deg;
}
.menu {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
}
.menu[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
.menu[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.menu--content {
  height: 100%;
  padding-top: var(--header-h);
  background-color: #fff;
  overflow-y: auto;
}
.menu--list {
  font-size: 15px;
  font-weight: bold;
}
.menu--list li {
  border-top: 1px solid #d8d8d8;
}
.menu--list li:first-child {
  color: #1571da;
}
.menu--list a {
  display: block;
  padding: 14px 33px;
}
.menu--bottom {
  padding: 41px 18px 59px;
}
.menu--bottom .logo {
  width: 137px;
}
.menu--bottom .address {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
}
.menu--bottom .copyright {
  margin-top: 9px;
  font-size: 12px;
}
.site-footer {
  padding: 72px 0 74px;
}
.footer--top {
  font-size: 14px;
  line-height: 1.86;
}
.footer--info .logo {
  width: 200px;
}
.footer--info .address {
  margin-top: 20px;
}
.footer--info .address span {
  display: inline-block;
}
.footer--nav {
  display: none;
}
.footer--copyright {
  margin-top: 9px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .site-footer {
    padding: 80px 0 75px;
  }
  .footer--top {
    display: flex;
    align-items: start;
    column-gap: 65px;
  }
  .footer--nav {
    flex-shrink: 0;
    display: flex;
    align-items: start;
    column-gap: 50px;
    font-weight: bold;
  }
  .footer--nav .nav--list {
    display: grid;
    row-gap: 10px;
  }
  .footer--copyright {
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .footer--nav .nav--list a:hover {
    text-decoration: underline;
  }
}
.site-main .heading-lv2 {
  font-weight: bold;
  text-align: center;
}
.site-main .heading-lv2 span {
  display: block;
}
.site-main .heading-lv2 .sub {
  color: #1571da;
  font-size: 16px;
}
.site-main .heading-lv2 .main {
  font-size: 22px;
}
.site-main .heading-lv3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.site-main .heading-lv3::after {
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  margin-top: 10px;
  margin-inline: auto;
  background-color: #1571da;
}
.site-main .heading-lv3 span {
  display: inline-block;
}
.site-main .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 8px;
  font-size: 12px;
}
.site-main .breadcrumb li:not(:first-child) {
  padding-left: 15px;
  background-image: url("../img/breadcrumb_arrow.svg");
  background-position: left center;
  background-size: auto 8px;
}
.site-main .breadcrumb a {
  color: #1571da;
  text-decoration: underline;
}
.site-main .l_content {
  display: grid;
  gap: 50px;
}
.site-main .l_content--main,
.site-main .l_content--side {
  min-width: 0;
}
.site-main .pagination {
  margin-top: 50px;
}
.site-main .pagination--list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 10px 5px;
  color: #1571da;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.site-main .pagination--list li:not([class]) {
  padding: 0 7px;
}
.site-main .pagination--list a,
.site-main .pagination--list .current {
  display: block;
  min-width: 25px;
  height: 100%;
  padding: 10px 6px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
.site-main .pagination--list a {
  border-color: #ccc;
}
.site-main .pagination--list .current {
  color: #fff;
  background-color: #1571da;
  border-color: #1571da;
}
.site-main .pagination--list .current>.current {
  padding: 0;
  min-width: initial;
}
.site-main .pagination--list .prev a {
  padding-left: 8px;
}
.site-main .pagination--list .next a {
  padding-right: 8px;
}
.site-main .pagination--list .icon-prev,
.site-main .pagination--list .icon-next {
  display: inline-block;
  aspect-ratio: 1;
  width: 9px;
  vertical-align: bottom;
  background-position: center;
  background-size: contain;
}
.site-main .pagination--list .icon-prev {
  background-image: url("../img/pagination_prev.svg");
}
.site-main .pagination--list .icon-next {
  background-image: url("../img/pagination_next.svg");
}
.site-main .list-ul {
  display: grid;
  row-gap: 7px;
  padding-left: 1em;
  line-height: 1.5;
}
.site-main .list-ul ::marker {
  content: '・';
}
.site-main .list-checkbox {
  display: grid;
  row-gap: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}
.site-main .list-checkbox li {
  padding: 20px 16px 20px 69px;
  background-color: #fbfdff;
  background-image: url("../img/list_checkbox.svg");
  background-position: top 20px left 20px;
  background-size: 32px auto;
  border-radius: 10px;
}
.site-main .faq--list {
  border-bottom: 1px solid #d6d6d6;
}
.site-main .faq--list .item {
  padding: 24px 30px 20px 0;
  border-top: 1px solid #d6d6d6;
}
.site-main .faq--list dt {
  display: grid;
  grid-template-columns: 37px 1fr;
  align-items: center;
  column-gap: 19px;
  font-size: 18px;
  font-weight: bold;
}
.site-main .faq--list dt .icon {
  aspect-ratio: 1;
  padding: 3px;
  color: #fff;
  text-align: center;
  background-color: #1571da;
  border-radius: 5px;
}
.site-main .faq--list dd {
  margin-top: 12px;
  padding-left: 56px;
  line-height: 1.88;
}
@media screen and (min-width: 768px) {
  .site-main .heading-lv2 .main {
    font-size: 33px;
  }
  .site-main .heading-lv3 {
    font-size: 26px;
  }
  .site-main .breadcrumb {
    gap: 15px;
    font-size: 16px;
  }
  .site-main .breadcrumb li:not(:first-child) {
    padding-left: 23px;
  }
  .site-main .pagination--list {
    gap: 10px 5px;
    font-size: 16px;
  }
  .site-main .pagination--list span {
    padding: 0 7px;
  }
  .site-main .pagination--list a,
  .site-main .pagination--list .current {
    min-width: 50px;
    padding: 16px 12px;
  }
  .site-main .pagination--list .prev a {
    padding-left: 15px;
  }
  .site-main .pagination--list .next a {
    padding-right: 15px;
  }
  .site-main .pagination--list .icon-prev,
  .site-main .pagination--list .icon-next {
    width: 14px;
  }
  .site-main .list-checkbox {
    row-gap: 17px;
    margin-top: 59px;
    font-size: 20px;
  }
  .site-main .list-checkbox li {
    padding: 24px 20px 23px 97px;
    background-position: top 20px left 30px;
    background-size: 41px auto;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .l_content {
    grid-template-columns: 1fr 300px;
    align-items: start;
  }
}
.post--link {
  position: relative;
}
.post--link a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
.post--thumb {
  aspect-ratio: 380/200;
  overflow: hidden;
}
.post--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (any-hover: hover) {
  .site-main .breadcrumb a,
  .site-main .pagination--list a {
    transition: opacity 0.3s ease;
  }
  .site-main .breadcrumb a:hover,
  .site-main .pagination--list a:hover {
    opacity: 0.7;
  }
}
.card--list,
.column--list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.card--list {
  margin-top: 43px;
}
.card--item {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
}
.card--item .post--text {
  padding: 20px 15px;
  border-top: 1px solid #d8d8d8;
}
.card--item .post--lead {
  color: #1571da;
  font-weight: bold;
}
.card--item .post--category {
  margin-top: 9px;
  font-size: 11px;
  font-weight: bold;
}
.card--item .post--category span {
  display: inline-block;
  padding: 5px 26px;
  background-color: #fff;
  border: 1px solid #1571da;
  border-radius: 5px;
}
.card--item .post--title {
  margin-top: 17px;
  font-weight: bold;
}
.card--item .post--description {
  margin-top: 10px;
  line-height: 1.75;
  white-space: prewrap;
}
.card--item .post--score {
  margin-top: 13px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .card--list {
    margin-top: 54px;
  }
  .card--item .post--lead {
    font-size: 18px;
  }
  .card--item .post--category {
    margin-top: 10px;
    font-size: 12px;
  }
  .card--item .post--title {
    margin-top: 17px;
  }
  .card--item .post--description {
    margin-top: 12px;
  }
  .card--item .post--score {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .card--list,
  .column--list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
}
@media (any-hover: hover) {
  .card--item {
    transition: all 0.3s ease;
  }
  .card--item:hover {
    background-color: #e6f2ff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  }
  .column--item .post--thumb {
    transition: box-shadow 0.3s ease;
  }
  .column--item:hover .post--thumb {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  }
}
.column--item {
  line-height: 1.4;
}
.column--item .post--thumb {
  border-radius: 10px;
}
.column--item .post--date {
  margin-top: 15px;
  color: #1571da;
  font-weight: 500;
}
.column--item .post--title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}
.column--item .post--meta {
  display: grid;
  row-gap: 10px;
  margin-top: 15px;
  font-size: 14px;
}
.column--item .post--meta .item {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 22px;
}
.column--item .post--meta dt {
  color: #1571da;
  font-weight: bold;
}
.column--item .post--meta dd {
  font-weight: 500;
  position: relative;
}
.column--item .post--meta dd:before {
  content: '';
  display: block;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: 3px;
  bottom: 2px;
  left: -11px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .column--item .post--date {
    margin-top: 18px;
  }
  .column--item .post--title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.sec-bnr {
  padding: 57px 0 74px;
  background: linear-gradient(270deg, #1571da 0%, #2a7ede 12%, #5d97d9 31%, #73abeb 51%, #709ed4 69%, #267bdd 87%, #1571da 100%);
}
.sec-bnr .heading {
  margin-bottom: 55px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.sec-bnr .heading span {
  display: block;
}
.sec-bnr .heading .small {
  font-size: 16px;
}
.sec-bnr .link-1,
.sec-bnr .link-2 {
  margin-inline: auto;
}
.sec-bnr .link-1 {
  max-width: 500px;
  height: 80px;
  font-size: 18px;
}
.sec-bnr .link-2 {
  max-width: 960px;
  padding: 20px;
  margin-top: 45px;
  background-color: #fff;
  border-radius: 10px;
}
.sec-bnr .link-2 .text {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: bold;
}
.sec-bnr .link-2 .text span {
  display: inline-block;
}
.sec-bnr .link-2 .icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 60px;
  color: #fff;
  background-color: #1571da;
  border-radius: 50%;
}
.sec-bnr .link-2 .link-btn {
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
.sec-bnr .link-2 .link-btn a {
  border: 3px solid var(--link-txt, #1571da);
}
.sec-bnr .sec-bnr-paragraph {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .sec-bnr .link-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .sec-bnr .link-2 .link-btn {
    max-width: 300px;
    margin-top: 0;
  }
  .sec-bnr .sec-bnr-paragraph {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .sec-bnr {
    padding: 77px 0;
  }
  .sec-bnr .title {
    margin-bottom: 35px;
  }
  .sec-bnr .link-1 {
    font-size: 22px;
  }
  .sec-bnr .link-2 {
    padding: 30px;
    margin-top: 105px;
  }
}
.page--head {
  --gradient-dir: 240deg;
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr;
  justify-items: center;
  row-gap: 22px;
  min-height: 510px;
  padding: 74px 18px 75px;
  color: #fff;
  background: linear-gradient(var(--gradient-dir), #1571da 0%, #2a7ede 12%, #5d97d9 25%, #73abeb 51%, #709ed4 69%, #267bdd 87%, #1571da 100%);
}
.page--head .title,
.page--head .lead {
  font-weight: bold;
  text-align: center;
}
.page--head .title span,
.page--head .lead span {
  display: inline-block;
}
.page--head .title {
  font-size: 26px;
  line-height: 1.69;
}
.page--head .lead {
  font-size: 18px;
  line-height: 1.78;
}
.page--head .link-btn {
  align-self: end;
  width: 100%;
  max-width: 300px;
  height: 50px;
}
.page--content .sec-bg {
  background-color: #f2f8ff;
}
.page--content .sec--heading {
  display: grid;
  justify-items: center;
  row-gap: 24px;
}
.page--content .sec--heading .title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.036875em;
  text-align: center;
}
.page--content .sec--heading .title-label {
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.037em;
  text-align: center;
  background-color: #1571da;
}
.page--content .sec--heading .title span {
  display: inline-block;
}
.page--content .sec--heading .lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.page--content .sec-faq .faq--list {
  margin-top: 30px;
}
.page--bnr .link-btn {
  --link-txt: #fff;
  --link-bg: #e67e15;
  max-width: 600px;
  height: 80px;
  margin-inline: auto;
  margin-top: 50px;
  font-size: 18px;
}
.page--bnr .link-btn a {
  border: 1px solid #e67e15;
}
@media screen and (min-width: 768px) {
  .page--head {
    --gradient-dir: 263deg;
    min-height: 567px;
    padding-top: 150px;
    padding-bottom: 85px;
  }
  .page--head .title {
    font-size: 40px;
    line-height: 1.5;
  }
  .page--head .lead {
    font-size: 20px;
    line-height: 1.45;
  }
  .page--content .sec--heading {
    row-gap: 30px;
  }
  .page--content .sec--heading:has(.title-label) {
    row-gap: 50px;
  }
  .page--content .sec--heading .title {
    font-size: 55px;
  }
  .page--content .sec--heading .title-label {
    font-size: 40px;
  }
  .page--content .sec--heading .lead {
    text-align: center;
  }
  .page--content .sec--heading .lead span {
    display: inline-block;
  }
  .page--content .sec-faq .faq--list {
    margin-top: 95px;
  }
}
.general_wrap {
  padding: 8rem 0 0;
}
.general_wrap #wpmem_login {
  margin: 0 auto;
}
.page-form-wrap .page-form--content {
  padding-top: 42px;
  margin-bottom: 60px;
}
.page-form-wrap .breadcrumb {
  margin-top: 42px;
}
.page-form-wrap #wpmem_login,
.page-form-wrap #wpmem_reg {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.page-form-wrap .login_status {
  text-align: center;
  border: 1px solid #1571da;
  margin: 50px auto 80px;
  padding: 30px 20px;
  font-weight: 500;
  width: 800px;
  max-width: 100%;
}
.page-form-wrap .login_status a {
  color: #1571da;
  display: inline-block;
  margin: 10px auto 0;
  transition: .2s;
  text-decoration: underline;
}
.page-form-wrap .login_status a:hover {
  opacity: .5;
}
.page-form-wrap #wpmem_login .button_div .buttons,
.page-form-wrap #wpmem_reg .button_div .buttons {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #1571da;
  width: 300px;
  max-width: 100%;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #1571da;
  transition: .2s;
}
.page-form-wrap #wpmem_reg .button_div .buttons {
  margin-bottom: 0;
}
.page-form-wrap #wpmem_login .button_div .buttons:hover,
.page-form-wrap #wpmem_reg .button_div .buttons:hover {
  color: #1571da;
  background-color: #fff;
}
.page-form-wrap .link-text {
  text-align: center !important;
}
.page-form-wrap .link-text a {
  color: #1571da;
  text-decoration: underline;
}
.page-form-wrap #wpmem_login legend {
  text-align: center;
  margin-bottom: 40px;
  color: #1571da;
}
.page-form-wrap #wpmem_reg legend {
  display: none;
}
.page-form-wrap #wpmem_reg .req-text {
  margin: 0;
  text-align: right;
}
.page-form-wrap #wpmem_reg .div_text {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-form-wrap .page-form--content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  
}

h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading {
  border-color: #1571da;
  position: relative;
  margin: 32px 0;
}
h2.wp-block-heading::before,
h3.wp-block-heading::before,
h4.wp-block-heading::before,
h5.wp-block-heading::before {
  content: '';
  display: block;
  background-color: #1571da;
  position: absolute;
}
h2.wp-block-heading {
  --margin-t: 40px;
  --margin-b: 40px;
  padding: 10px 10px 10px 29px;
  font-size: 24px;
  font-weight: bold;
  border-style: solid;
  border-width: 2px 0;
}
h2.wp-block-heading::before {
  width: 5px;
  height: 28px;
  border-radius: 4px;
  top: 17px;
  left: 12px;
}
h3.wp-block-heading {
  --margin-t: 40px;
  --margin-b: 40px;
  padding: 11px 10px 12px 33px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f8ff;
  border-radius: 10px;
}
h3.wp-block-heading::before {
  width: 5px;
  height: 28px;
  border-radius: 4px;
  top: 14px;
  left: 12px;
}
h4.wp-block-heading {
  --margin-t: 40px;
  --margin-b: 40px;
  padding: 0 10px 5px 35px;
  font-size: 18px;
  font-weight: bold;
  border-style: solid;
  border-width: 0 0 1px;
}
h4.wp-block-heading::before {
  width: 4px;
  height: 20px;
  border-radius: 4px;
  top: 5px;
  left: 13px;
}
h5.wp-block-heading {
  --margin-t: 40px;
  --margin-b: 40px;
  padding: 0 10px 8px 32px;
  font-weight: bold;
  border-style: dashed;
  border-width: 0 0 1px;
}
h5.wp-block-heading::before {
  aspect-ratio: 1;
  width: 9px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
}

.wp-block-heading ~ p {
  line-height: 2;
}

.wp-block-heading ~ *:not(:last-child) {
  margin-bottom: 40px;
}

.wp-block-heading ~ * em {
  padding: 0 5px;
  background-color: #f6e789;
}
.is-style-text-border {
  padding: 30px;
  border: 1px solid #1571da;
}
.is-style-text-note {
  padding: 34px 20px 26px;
  font-size: 14px;
  line-height: ropund(2.285714285714286, 2);
  background-color: #f7f8f9;
}
.is-style-text-caution {
  padding: 18px 18px 18px 64px;
  background-image: url("../img/column/icon_caution.svg");
  background-position: center left 18px;
  background-size: 32px auto;
  border: 2px dashed #8d2226;
}
.wp-block-heading ~ *:not(div):not(.post--title) a {
  color: #1571da;
  text-decoration: underline;
}
.wp-block-heading ~ *:not(div):not(.post--title) a[target="_blank"] {
  padding-right: 26px;
  background-image: url("../img/column/icon_link.svg");
  background-position: center right;
  background-size: 18px auto;
}

.wp-block-buttons {
  display: block;
}
.wp-block-button {
  --margin-t: 20px;
  --margin-b: 20px;
  --link-txt: #fff;
  --link-bg: #1571da;
  max-width: 400px;
  margin-inline: auto;
  font-weight: normal;
  display: block;
}

.wp-block-button:not(:last-child) {
  margin-bottom: 20px;
}
.wp-block-button a {
  min-height: 56px;
  padding: 10px 50px;
  border: 1px solid #1571da;
  border-radius: 8px;
}
.wp-block-button a[target="_blank"] {
  position: relative;
}
.wp-block-button a[target="_blank"]::before,
.wp-block-button a[target="_blank"]::after {
  display: block;
  aspect-ratio: 1;
  width: 18px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  translate: 0 -50%;
}
.wp-block-button a[target="_blank"]::before {
  content: '';
  background-image: url("../img/column/icon_link_white.svg");
}
.wp-block-button a[target="_blank"]::after {
  background-image: url("../img/column/icon_link.svg");
}
.wp-block-heading ~ ul,
.wp-block-heading ~ ol {
  --margin-t: 40px;
  --margin-b: 40px;
  display: grid;
  row-gap: 18px;
  line-height: 1.63;
}
ul.wp-block-list:not(.is-style-list-check) {
  list-style-type: disc;
  padding-left: 1em;
}
ul.wp-block-list:not(.is-style-list-check) ::marker {
  color: #1571da;
}
.wp-block-heading ~ ol li,
.is-style-list-check li {
  padding-left: 42px;
  position: relative;
}
.wp-block-heading ~ ol li::before,
.is-style-list-check li::before {
  display: block;
  width: 28px;
  color: #1571da;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-heading ~ ol {
  list-style: none;
  counter-reset: li;
}
.wp-block-heading ~ ol li {
  counter-increment: li;
}
.wp-block-heading ~ ol li::before {
  content: counter(li);
  padding: 5px 2px;
  line-height: 1;
  text-align: center;
  border: 1px solid;
}
.is-style-list-check li::before {
  content: '';
  aspect-ratio: 1;
  background-image: url(../img/column/icon_check.svg);
}
.is-style-list-check li::before {
  content: '';
  aspect-ratio: 1;
  background-image: url(../img/column/icon_check.svg);
}
.wp-block-heading ~ * table {
  --margin-t: 66px;
  --margin-b: 66px;
  line-height: 1.88;
}
.wp-block-heading ~ * th,
.wp-block-heading ~ * td {
  padding: 15px 10px;
  border: none;
  border-bottom: 1px solid var(--border);
}
.wp-block-heading ~ * th,
.wp-block-heading ~ * td:first-child {
  font-weight: bold;
  text-align: left;
  background-color: #f2f8ff;
}
.wp-block-heading ~ * th {
  width: 30%;
}