@charset "UTF-8";
.p-column_header__panel__inner {
  padding: unset;
}

.p-column_header__panel__inner__top {
  display: none;
}

.p-column_header__panel {
  max-width: 800px;
  margin: auto;
}

.p-column_header__panel h1 {
  font-family: Sans-Serif;
}

.p-column_header__panel__inner__title{
 margin-top: 60px !important;   
}

section.p-page_article .p-page_article__inner {
  line-height: 2;
}

section.p-page_article .p-page_article__inner h2 {
  font-size: 1.5em;
  padding: 0.5rem;
  border-bottom: thick double gray;
  font-weight: bold;
}

section.p-page_article .p-page_article__inner h3 {
  font-size: 1.1em;
  position: relative;
  color: #b22a50 !important;
  font-weight: bold !important;
  font-family: Sans-Serif !important;
}

section.p-page_article .p-page_article__inner h3::before {
  content: "◎";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

section.p-page_article .p-page_article__inner h4 {
  border-left: solid 4px #b22a50;
  padding-left: 10px;
  margin-bottom: 20px;
}

section.p-page_article .p-page_article__inner h5 {
  border-left: solid 4px #b22a50;
  padding-left: 10px;
  margin: 20px 0;
}

section.p-page_article .p-page_article__inner p {
  margin-top: 0 !important;
}

section.p-page_article .p-page_article__inner ol li:not(:last-child) {
  margin-bottom: unset !important;
}

.theme-red {
  color: #b22a50 !important;
}

.theme-bg-color {
  background-color: #fffdf9 !important;
}

.marker {
  display: inline;
  background-color: #fff383;
  font-size: 16px;
}

.ori-underline {
  display: inline;
  padding-bottom: 1%;
  border-bottom: 2px solid #b22a50;
}

.ori-underline.-dash {
  border-bottom: 2px dashed #b22a50;
}

.ori-underline.-dot {
  border-bottom: 3px dotted #b22a50;
}

.ori-underline.-double {
  border-bottom: 3px double #b22a50;
}

.btn {
  display: inline-block;
  margin: 2rem auto;
  text-align: center;
  padding: 0.5rem 3rem;
}

.btn a {
  display: inline-block;
  margin: 0 auto;
  color: #b22a50;
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-filled {
  background: #575f6b;
}

.btn-filled a {
  color: #fff;
}

.btn-outline {
  border: 1px solid #b22a50;
}

.btn-outline:hover {
  background-color: #b22a50;
}

.btn-outline:hover a {
  color: white;
}

.btn-check:hover a {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}

.mokuji {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  margin: 1rem auto;
  background-color: rgba(244, 248, 250, 0.5);
  padding: 0 20px 10px !important;
}

.mokuji-title {
  font-size: 1.5rem !important;
  margin: unset;
  padding-top: 1rem;
}

.mokuji-title::after {
  content: "+";
  color: #aaa;
  font-weight: 400;
  float: right;
  width: 1rem;
  margin-right: 1rem;
  text-align: center;
}

.mokuji .accordion .mokuji-title::after {
  content: "-";
}

.mokuji .mokuji-inner ol {
  list-style-type: decimal !important;
  overflow: hidden;
  margin: 0;
  height: unset !important;
  padding-left: 2rem;
}

.mokuji .mokuji-inner ol a {
  text-decoration: none !important;
}

.mokuji .mokuji-inner ol > ol {
  padding: 1rem;
}

.mokuji .mokuji-inner ol ol ol {
  margin-top: 5px;
  padding-left: 1.5em;
  list-style-type: lower-alpha;
}

.mokuji .mokuji-inner ol li {
  padding: 5px 0;
  font-weight: 600;
}

.mokuji .mokuji-inner ol ol ol li {
  font-weight: normal;
}

.pickup {
  width: 100%;
  max-width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

blockquote.blockquote {
  font-style: italic;
}

blockquote.blockquote::before, blockquote.blockquote::after {
  content: "”";
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 12px;
  max-height: 12px;
}

blockquote.blockquote::before {
  -webkit-transform: rotateY(180deg) translate(50%, -70%);
          transform: rotateY(180deg) translate(50%, -70%);
}

blockquote.blockquote::after {
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.columns-column {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-width: 650px;
  margin: 2rem auto;
  width: 100%;
}

.columns-column__title {
  background-color: #f4f8fa;
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 4px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.columns-column__title span {
  color: #575f6b;
  display: block;
  font-size: 1rem;
  line-height: 1.3125;
  padding-left: 30px;
  padding-right: 20px;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.columns-column__body {
  padding: 10px;
}

.columns-column ul li {
  list-style-type: none;
  font-size: 14px !important;
}

.columns-column ul li.link {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.columns-column ul li.link .column-list.link ul {
  font-size: 14px !important;
}

.columns-column ul li.link:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  cursor: pointer;
}

.column-target {
  border: 1px solid #707070;
  color: #3e3e3e;
  padding: 35px 80px 28px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 3rem;
}

.column-target:before {
  content: "?";
  background-color: #b22a50;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 5%;
  top: 40px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
}

.-info.column-target::before {
  content: "i";
}

@media screen and (max-width: 1279px) {
  .column-target {
    padding: 15% 5% 5%;
  }
  .column-target:before {
    left: 0;
    margin: auto;
    right: 0;
    top: 16px;
  }
}

.columns-box {
  position: relative;
  margin: 2rem 0;
  padding: 0.2rem 1rem;
  border: solid 1px #575f6b;
}

.columns-box__title {
  top: -1.4rem;
  left: 10px;
  padding: 0 10px;
  position: absolute;
  display: inline-block;
  background: #fff;
}

.columns-box__title h4 {
  all: unset;
  font-size: 1.1em;
  font-weight: bold;
  color: #b22a50;
}

.p-page_article__inner table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 90vw;
  border: none;
}

.p-page_article__inner table tr {
  padding: 0.35em;
}

.p-page_article__inner table thead tr {
  color: #b22a50;
}

.p-page_article__inner table th,
.p-page_article__inner table td {
  padding: 1em 10px 1em 1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .columns-box {
    padding-top: 0.2rem;
  }
  .p-page_article__inner table {
    border: none;
    width: 100%;
    min-width: 200px;
    margin: 0 auto;
  }
  .p-page_article__inner table tr {
    display: block;
    margin-bottom: 0.8rem;
  }
  .p-page_article__inner table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-page_article__inner table tbody tr th {
    display: block;
    color: #b22a50;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: none !important;
    border-bottom: 2px solid #b22a50 !important;
  }
  .p-page_article__inner table tbody tr td {
    display: block;
    text-align: left !important;
    position: relative;
    padding-left: 8rem !important;
    border: none;
  }
  .p-page_article__inner table tbody tr td::before {
    content: attr(data-label);
    display: block;
    position: absolute;
    left: 10px;
    font-weight: bold;
  }
}
/*# sourceMappingURL=column_style.css.map */