@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Staatliches&subset=latin-ext');
html {
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif; }
@media (max-width:639px) {
  html {
    font-size: 2vw; } }
.fillColor1 {
  background-color: #b81414; }
.strokeColor1 {
  border-color: #b81414; }
.fillColor2 {
  background-color: #b86614; }
.strokeColor2 {
  border-color: #b86614; }
.fillColor3 {
  background-color: #b8b814; }
.strokeColor3 {
  border-color: #b8b814; }
.fillColor4 {
  background-color: #66b814; }
.strokeColor4 {
  border-color: #66b814; }
.fillColor5 {
  background-color: #14b814; }
.strokeColor5 {
  border-color: #14b814; }
.fillColor6 {
  background-color: #14b866; }
.strokeColor6 {
  border-color: #14b866; }
.fillColor7 {
  background-color: #14b8b8; }
.strokeColor7 {
  border-color: #14b8b8; }
.fillColor8 {
  background-color: #1466b8; }
.strokeColor8 {
  border-color: #1466b8; }
.fillColor9 {
  background-color: #1414b8; }
.strokeColor9 {
  border-color: #1414b8; }
.fillColor10 {
  background-color: #6614b8; }
.strokeColor10 {
  border-color: #6614b8; }
.fillColor11 {
  background-color: #b814b8; }
.strokeColor11 {
  border-color: #b814b8; }
.fillColor12 {
  background-color: #b81466; }
.strokeColor12 {
  border-color: #b81466; }

body div.cp_message {
  margin: 10px;
  padding: 20px;
  border-color: #e6e6e6;
  border-width: 3px;
  border-style: solid;
  border-radius: 10px;
  color: #e6e6e6;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px; }
body div.message {
  margin: 1rem auto;
  padding: 2rem;
  max-width: 72rem;
  width: 90%;
  border-color: #acacac;
  border-width: 3px;
  border-style: solid;
  border-radius: 10px;
  color: #acacac;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em; }
body div.cp_caution {
  margin: 10px;
  padding: 20px;
  background-color: #8d9ab4;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px; }
  body div.cp_form_message .message, body div.cp_form_section_message .message {
    max-width: 72rem;
    width: auto;
    margin: 0px auto;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    pointer-events: none; }
    body div.cp_form_message .message .text, body div.cp_form_section_message .message .text {
      padding: 3px 5px;
      width: 80%;
      margin: 1rem auto;
      background-color: #1B3468;
      border-radius: 3px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      text-align: center;
      color: #fff;
      font-size: 1.1rem;
      line-height: 1.5em;
      -webkit-transition: 1s;
      transition: 1s;
      opacity: 1; }
      body div.cp_form_message .message .text:after, body div.cp_form_section_message .message .text:after {
        content: '　';
        display: block;
        position: absolute;
        width: 1px;
        height: 1px;
        bottom: -10px;
        left: 30px;
        border-color: transparent;
        border-style: solid;
        border-width: 5px;
        border-top-color: #1B3468; }
    body div.cp_form_message .message.has_target .text, body div.cp_form_section_message .message.has_target .text {
      position: absolute;
      left: 0px;
      top: -25px;
      width: auto;
      margin: 0px;
      white-space: nowrap;
      line-height: 1em; }
body div.cp-meta-item {
  display: inline-block;
  position: relative; }
  body div.cp-meta-item.multiple-item {
    margin: 0.5rem;
    padding: 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(89, 88, 88, 0.5);
    border-radius: 5px; }
    body div.cp-meta-item.multiple-item > .cp-meta-unit {
      position: relative;
      margin: 0.5rem;
      padding: 0.5rem;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(89, 88, 88, 0.2);
      border-radius: 5px; }
      body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 1px 3px;
        background-color: #595858;
        border-radius: 0px 4px 0px 4px;
        line-height: 10px; }
        body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons .btn-inc, body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons .btn-dec {
          display: inline-block;
          margin: 0.3rem;
          font-size: 1.3rem;
          line-height: 1em;
          font-family: 'Montserrat', sans-serif;
          text-align: center;
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: 0.5s;
          transition: 0.5s;
          cursor: pointer; }
          body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons .btn-inc:hover, body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons .btn-dec:hover {
            color: #fff; }
        body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons .btn-inc::after {
          content: "\f067";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
        body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons .btn-dec::after {
          content: "\f068";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
      body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons {
        position: absolute;
        right: -1.5em;
        top: 50%;
        border-radius: 4px 0px 4px 0px;
        font-size: 1.4rem;
        line-height: 1em;
        transform: -webkit- translateY(-50%);
        transform: translateY(-50%); }
        body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-up, body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-down, body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-handle {
          display: block;
          margin: 0.5em 0px;
          text-align: center;
          color: #595858;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          opacity: 0.2;
          cursor: pointer; }
          body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-up:hover, body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-down:hover, body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-handle:hover {
            opacity: 0.5; }
        body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-up::after {
          content: "\f077";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
        body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-handle::after {
          content: "\f58d";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
        body div.cp-meta-item.multiple-item > .cp-meta-unit .sort-input-buttons .btn-down::after {
          content: "\f078";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
  body div.cp-meta-item fieldset {
    margin: 1rem 0px;
    padding: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(89, 88, 88, 0.3);
    border-radius: 0.5rem; }
    body div.cp-meta-item fieldset legend {
      color: rgba(89, 88, 88, 0.3); }
  body div.cp-meta-item input.number {
    width: 60px;
    text-align: right; }
  body div.cp-meta-item input.numeric {
    width: 120px; }
  body div.cp-meta-item input[type="text"], body div.cp-meta-item input[type="password"], body div.cp-meta-item input[type="datetime"], body div.cp-meta-item input[type="datetime-local"], body div.cp-meta-item input[type="date"], body div.cp-meta-item input[type="month"], body div.cp-meta-item input[type="time"], body div.cp-meta-item input[type="week"], body div.cp-meta-item input[type="number"], body div.cp-meta-item input[type="email"], body div.cp-meta-item input[type="url"], body div.cp-meta-item input[type="search"], body div.cp-meta-item input[type="tel"], body div.cp-meta-item input[type="color"] {
    padding: 0.5rem;
    margin: 0.5rem;
    max-width: 80vw;
    width: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #acacac;
    border-radius: 0.5rem; }
  body div.cp-meta-item img.ajax_upload_media {
    width: 10rem;
    height: auto; }
  body div.cp-meta-item span.pdf {
    display: inline-block;
    width: 160px;
    height: 230px;
    overflow: hidden; }
    body div.cp-meta-item span.pdf object {
      width: 200%;
      height: 200%;
      -webkit-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      transform: -webkit- scale(0.5);
      transform: scale(0.5); }
  body div.cp-meta-item select {
    padding: 0.5rem;
    margin: 0.5rem;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    border-style: solid;
    border-color: #d6d5d5;
    border-width: 1px;
    font-size: 12px;
    line-height: 12px;
    color: #595858; }
  body div.cp-meta-item label {
    display: inline-block;
    padding: 0.5rem;
    margin: 0.5rem;
    background-color: #fff;
    font-size: 1.3rem;
    line-height: 1em;
    color: #bdbcbc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer; }
    body div.cp-meta-item label.checkbox, body div.cp-meta-item label.radio {
      display: inline-block;
      margin: 0.3em;
      padding: 0.3em;
      padding-right: 0.5em;
      background-color: #f7f7f7;
      border-style: solid;
      border-width: 1px;
      border-color: #dedede;
      border-radius: 1em;
      font-size: 1.3rem;
      line-height: 1em;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #acacac; }
      body div.cp-meta-item label.checkbox:before, body div.cp-meta-item label.radio:before {
        display: inline-block;
        margin-right: 5px;
        color: #dedede; }
      body div.cp-meta-item label.checkbox.active, body div.cp-meta-item label.radio.active {
        background-color: #fff;
        color: #595858;
        border-color: #C164B6; }
        body div.cp-meta-item label.checkbox.active:before, body div.cp-meta-item label.radio.active:before {
          color: #C164B6; }
      body div.cp-meta-item label.checkbox.disabled, body div.cp-meta-item label.radio.disabled {
        display: none;
        color: #eee; }
        body div.cp-meta-item label.checkbox.disabled:before, body div.cp-meta-item label.radio.disabled:before {
          color: #eee; }
      body div.cp-meta-item label.checkbox input, body div.cp-meta-item label.radio input {
        display: none; }
    body div.cp-meta-item label.checkbox:before {
      content: "\f0c8";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
      body div.cp-meta-item label.checkbox.active:before {
        content: "\f14a";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900; }
  body div.cp-meta-item label.radio:before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
    body div.cp-meta-item label.radio.active:before {
      content: "\f111";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
  body div.cp-meta-item button.cp_calendar_increase {
    display: block;
    position: relative;
    margin: 5px auto;
    padding: 5px;
    background-color: #8d9ab4;
    border-style: none;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer; }
    body div.cp-meta-item button.cp_calendar_increase:hover {
      background-color: #1B3468; }
body div.background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }
  body div.background img, body div.background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
body table.wp-list-table tr td div.cp-meta-item img, body table.wp-list-table tr td div.cp-meta-item video {
  display: block;
  width: 10rem;
  height: auto; }
body table.inputs {
  margin: 4rem auto;
  max-width: 72rem;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }
  body table.inputs * {
    color: #595858; }
    body table.inputs > thead > tr > th, body table.inputs > tbody > tr > th, body table.inputs > thead > tr > td, body table.inputs > tbody > tr > td {
      padding: 5px; }
    body table.inputs > thead > tr > th, body table.inputs > tbody > tr > th {
      width: 12rem;
      text-align: left;
      font-size: 12px;
      color: #595858;
      font-weight: bold; }
      body table.inputs > thead > tr > th i, body table.inputs > tbody > tr > th i {
        display: inline-block;
        width: 15px;
        margin-right: 15px;
        text-align: center; }
        body table.inputs > thead > tr > th.required:after, body table.inputs > tbody > tr > th.required:after {
          content: '必須';
          display: inline-block;
          padding: 2px 5px;
          margin-left: 5px;
          background-color: #C164B6;
          border-radius: 3px;
          color: #fff;
          font-size: 10px;
          line-height: 10px;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: bold;
          vertical-align: 3px; }
    body table.inputs > thead > tr > td, body table.inputs > tbody > tr > td {
      text-align: left;
      font-size: 11px;
      color: #595858;
      font-weight: normal; }
      body table.inputs > thead > tr > td textarea.full, body table.inputs > tbody > tr > td textarea.full {
        width: 100%;
        box-sizing: border-box; }
      body table.inputs > thead > tr > td > img, body table.inputs > tbody > tr > td > img {
        width: 20rem;
        height: auto; }
      body table.inputs > thead > tr > td span, body table.inputs > tbody > tr > td span {
        display: inline-block; }
    body table.inputs > thead > tr.disabled, body table.inputs > tbody > tr.disabled {
      display: none; }
body table.manage {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }
  body table.manage > thead > tr > th, body table.manage > tbody > tr > th, body table.manage > thead > tr > td, body table.manage > tbody > tr > td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: white; }
    body table.manage > thead > tr > th.control, body table.manage > tbody > tr > th.control, body table.manage > thead > tr > td.control, body table.manage > tbody > tr > td.control {
      width: 8rem; }
  body table.manage > thead > tr > th, body table.manage > tbody > tr > th {
    background-color: rgba(27, 52, 104, 0.1);
    text-align: left;
    font-size: 12px;
    color: #595858;
    font-weight: bold; }
  body table.manage > thead > tr > td, body table.manage > tbody > tr > td {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 11px;
    color: #595858;
    font-weight: normal; }
    body table.manage > thead > tr > td textarea.full, body table.manage > tbody > tr > td textarea.full {
      width: 100%;
      box-sizing: border-box; }
    body table.manage > thead > tr > td span, body table.manage > tbody > tr > td span {
      display: inline-block; }
body form.cp_form div.cp_form_nav {
  display: block;
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: -webkit- translateY(-60px);
  transform: translateY(-60px);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
  body form.cp_form.lead div.cp_form_nav {
    opacity: 0.9;
    transform: -webkit- translateY(0px);
    transform: translateY(0px); }
body form#loginform {
  margin: 3rem auto;
  padding: 2rem;
  max-width: 40rem;
  width: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: #acacac; }
  body form#loginform p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #595858; }
    body form#loginform p label {
      display: block;
      margin: 1rem; }
      body form#loginform p.login-submit .button {
        display: block;
        position: relative;
        margin: 2rem auto;
        padding: 1rem;
        background-color: #1B3468;
        text-align: center;
        font-size: 2rem;
        line-height: 1em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        color: #fff; }
body ruby rt {
  font-size: 40%;
  font-weight: normal; }
body strong.title {
  display: block;
  margin: 1em 0px 0.5em;
  padding-bottom: 0.25em;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #1B3468;
  font-size: 1.2em;
  color: #1B3468; }
body del {
  text-decoration: line-through; }
body a {
  color: #1B3468; }
  body a.mail {
    display: inline-block;
    margin: 3px 5px;
    font-size: 14px;
    color: #7a7979;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    body a.mail:before {
      content: "\f0e0";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      display: inline-block;
      margin-right: 5px; }
    body a.mail:hover {
      color: #1B3468; }
  body a.tel {
    display: inline-block;
    margin: 3px 5px;
    font-size: 14px;
    color: #7a7979;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    body a.tel:before {
      content: "\f098";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      display: inline-block;
      margin-right: 5px; }
    body a.tel:hover {
      color: #1B3468; }
body header.notification {
  margin: 10px; }
  body header.notification h1 {
    margin: 10px 0px;
    padding: 10px;
    font-size: 24px;
    color: #1B3468;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #1B3468; }
    body header.notification h1 small {
      font-size: 18px;
      color: #1B3468;
      font-family: 'Noto Serif JP', serif;
      font-weight: normal; }
  body header.notification p {
    margin: 10px;
    font-size: 12px;
    color: #7a7979; }
body header.catch {
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #1B3468; }
  body header.catch .text {
    padding: 20px;
    -webkit-box-flex: 300;
    flex-grow: 300;
    flex-shrink: 300;
    flex-basis: 300px;
    box-sizing: border-box; }
    body header.catch .text h1 {
      font-size: 32px;
      color: #fff;
      font-family: 'Noto Serif JP', serif;
      font-weight: bold; }
    body header.catch .text p {
      font-size: 16px;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif; }
  body header.catch .image {
    position: relative;
    -webkit-box-flex: 300;
    flex-grow: 300;
    flex-shrink: 300;
    flex-basis: 300px; }
    body header.catch .image figure img {
      width: 100%;
      height: auto; }
    body header.catch .image figure figcaption {
      position: absolute;
      bottom: 5px;
      right: 5px;
      font-size: 11px;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif; }
body header.label h1 {
  display: block;
  position: relative;
  padding: 5px 10px;
  margin: 0px;
  background-color: #495d86;
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif; }
  body header.label h1 i.fa {
    margin-right: 10px; }
  body header.label h1 img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 5px; }
  body header.label h1 small {
    padding: 5px;
    font-size: 11px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    vertical-align: middle; }
body .transition.org, body .transition.new, body .transition.del {
  -webkit-transition: 1s;
  transition: 1s; }
body .transition.org {
  position: absolute; }
body .transition.new {
  position: relative; }
  body .transition.from.org {
    opacity: 1; }
  body .transition.from.new {
    opacity: 0;
    transform: -webkit- translateX(50px);
    transform: translateX(50px); }
  body .transition.from.del {
    opacity: 1; }
body .transition.to.org {
  opacity: 0; }
body .transition.to.new {
  opacity: 1;
  transform: -webkit- translateX(0px);
  transform: translateX(0px); }
body .transition.to.del {
  opacity: 0;
  transform: -webkit- translateY(-20px);
  transform: translateY(-20px); }
body [data-role="cp_form_submit"], body [data-role="cp_form_section_submit"], body [data-role="cp_form_acion_submit"] {
  cursor: pointer; }

div.footer_contact .items {
  max-width: 96rem;
  width: auto;
  margin: 1rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }
  div.footer_contact .items .item {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 38rem;
    padding: 2rem 4rem; }
    div.footer_contact .items .item h4 {
      display: table-cell;
      position: relative;
      width: 38rem;
      padding-left: 6rem;
      height: 5em;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #acacac;
      vertical-align: middle;
      font-size: 1.4rem;
      line-height: 1.5em;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 300;
      color: #595858;
      letter-spacing: 0px; }
      div.footer_contact .items .item h4 img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        width: 5rem;
        height: auto; }
    div.footer_contact .items .item .tel, div.footer_contact .items .item .mail {
      margin: 2rem auto; }
      div.footer_contact .items .item .tel a, div.footer_contact .items .item .mail a {
        font-size: 3.6rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        color: #1B3468; }

ul.buttons {
  width: auto;
  margin: 20px auto;
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }
  ul.buttons > * {
    flex-grow: 1;
    box-sizing: border-box; }
ul.buttons li.item {
  position: relative;
  margin: 0px;
  padding: 0.5em 2em;
  background-color: transparent; }
  ul.buttons li.item .button {
    display: inline-block;
    min-height: 1em;
    height: auto;
    padding: 0.5em 1em;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(89, 88, 88, 0.5);
    border-radius: 2em;
    text-align: center;
    line-height: 1em;
    color: #1B3468;
    cursor: pointer; }
    ul.buttons li.item.hasIcon .button {
      position: relative;
      padding-left: 2.5em; }
      ul.buttons li.item.hasIcon .button .icon {
        display: block;
        position: absolute;
        width: 1em;
        height: 1em;
        padding: 0.2em;
        top: 0px;
        bottom: 0px;
        left: 0.5em;
        margin: auto;
        box-sizing: content-box;
        border-radius: 1em;
        background-color: #1B3468; }
        ul.buttons li.item.hasIcon .button .icon img {
          display: block;
          margin: 0px;
          padding: 0px;
          width: 1em;
          height: 1em; }
  ul.buttons li.item.negative .button {
    border-color: #d6d5d5;
    color: #d6d5d5; }
  ul.buttons li.item.primary .button {
    border-color: #C164B6;
    color: #C164B6; }
  ul.buttons li.item.danger .button {
    border-color: #c64343;
    color: #c64343; }
  ul.buttons li.item.secure .button {
    border-color: #43c685;
    color: #43c685; }
  ul.buttons li.item small {
    display: block;
    margin: 10px 20px;
    font-size: 11px;
    color: #595858;
    font-family: 'Noto Sans JP', sans-serif; }
ul.buttons:hover .button {
  opacity: 0.7; }
  ul.buttons:hover .button:hover {
    opacity: 1; }
ul.buttons.ss {
  margin: 0px;
  font-size: 1rem; }
ul.buttons.s {
  font-size: 1.2rem; }
ul.buttons.m {
  font-size: 1.5rem; }
ul.buttons.l {
  font-size: 2rem; }
ul.buttons.i {
  width: auto;
  display: inline-block; }
ul.buttons.left, ul.buttons.center, ul.buttons.right {
  display: block; }
  ul.buttons.left > li, ul.buttons.center > li, ul.buttons.right > li {
    display: inline-block; }
ul.buttons.left {
  text-align: left; }
ul.buttons.center {
  text-align: center; }
ul.buttons.right {
  text-align: right; }

ul.pagenate {
  padding: 1rem;
  text-align: center; }
  ul.pagenate li.item {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    background-color: #eee;
    cursor: pointer; }
    ul.pagenate li.item.active {
      background-color: #1B3468;
      color: #fff; }

.cp_lightbox_container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1; }
  .cp_lightbox_container:not(.active) {
    pointer-events: none;
    opacity: 0; }
  .cp_lightbox_container .cp_lightbox_content {
    position: relative;
    max-width: 80rem;
    width: auto;
    max-height: 80rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #fff;
    transform: -webkit- translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 0 10px 21px rgba(0, 0, 0, 0.3); }
    .cp_lightbox_container .cp_lightbox_content .cp_lightbox_group:not(.active) {
      display: none; }
    .cp_lightbox_container .cp_lightbox_content .cp_lightbox_content_body {
      width: 100%;
      height: 100%;
      overflow-y: auto; }
      .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .button {
        margin: 0px;
        padding: 0px;
        border-style: none;
        background-color: transparent; }
      .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .prev, .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .next {
        display: none;
        position: absolute;
        top: 0px;
        bottom: 0px;
        height: 3rem;
        margin: auto;
        font-size: 2rem;
        color: #595858;
        opacity: 0.8; }
        .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .prev.active, .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .next.active {
          display: block; }
      .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .prev {
        left: 0.5rem; }
        .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .prev::before {
          content: '＜'; }
      .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .next {
        right: 0.5rem; }
        .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .next::before {
          content: '＞'; }
      .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .close {
        position: absolute;
        width: 3rem;
        height: 3rem;
        top: 1rem;
        right: 1rem; }
        .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .close::before, .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .close::after {
          content: '';
          position: absolute;
          top: 1.5rem;
          width: 3rem;
          height: 1px;
          background-color: #595858; }
        .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .close::before {
          transform: -webkit- rotateZ(45deg);
          transform: rotateZ(45deg); }
        .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .close::after {
          transform: -webkit- rotateZ(-45deg);
          transform: rotateZ(-45deg); }
      .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control ul.dots {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        right: 2rem;
        text-align: center; }
        .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control ul.dots li.dot {
          display: inline-block;
          margin: 0.5rem;
          width: 0.5rem;
          height: 0.5rem;
          background-color: #595858;
          border-radius: 0.5rem;
          vertical-align: middle; }
          .cp_lightbox_container .cp_lightbox_content .cp_lightbox_control ul.dots li.dot.active {
            width: 1rem;
            height: 1rem;
            background-color: #fff;
            border-style: solid;
            border-color: #595858;
            border-width: 1px;
            border-radius: 1rem; }
