@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Staatliches&subset=latin-ext");
@media (max-width:639px) {
  html {
    font-size: 2.5vw;
  }
}
.fillColor1 {
  background-color: #be1e1e;
}
.strokeColor1 {
  border-color: #be1e1e;
}
.fillColor2 {
  background-color: #be6e1e;
}
.strokeColor2 {
  border-color: #be6e1e;
}
.fillColor3 {
  background-color: #bebe1e;
}
.strokeColor3 {
  border-color: #bebe1e;
}
.fillColor4 {
  background-color: #6ebe1e;
}
.strokeColor4 {
  border-color: #6ebe1e;
}
.fillColor5 {
  background-color: #1ebe1e;
}
.strokeColor5 {
  border-color: #1ebe1e;
}
.fillColor6 {
  background-color: #1ebe6e;
}
.strokeColor6 {
  border-color: #1ebe6e;
}
.fillColor7 {
  background-color: #1ebebe;
}
.strokeColor7 {
  border-color: #1ebebe;
}
.fillColor8 {
  background-color: #1e6ebe;
}
.strokeColor8 {
  border-color: #1e6ebe;
}
.fillColor9 {
  background-color: #1e1ebe;
}
.strokeColor9 {
  border-color: #1e1ebe;
}
.fillColor10 {
  background-color: #6e1ebe;
}
.strokeColor10 {
  border-color: #6e1ebe;
}
.fillColor11 {
  background-color: #be1ebe;
}
.strokeColor11 {
  border-color: #be1ebe;
}
.fillColor12 {
  background-color: #be1e6e;
}
.strokeColor12 {
  border-color: #be1e6e;
}
.bgPattern1 {
  background-image: url("../img/pattern_01.png");
}
.bgPattern2 {
  background-image: url("../img/pattern_02.png");
}
.bgPattern3 {
  background-image: url("../img/pattern_03.png");
}
.bgPattern4 {
  background-image: url("../img/pattern_04.png");
}
.bgPattern5 {
  background-image: url("../img/pattern_05.png");
}
body div.cp_message {
  margin: 0.625rem;
  padding: 1.25rem;
  border-color: #d9d9d9;
  border-width: 0.1875rem;
  border-style: solid;
  border-radius: 0.625rem;
  color: #d9d9d9;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
body div.message {
  margin: 0.625rem auto;
  padding: 1.25rem;
  max-width: 45rem;
  width: 90%;
  border-color: gray;
  border-width: 0.1875rem;
  border-style: solid;
  border-radius: 0.625rem;
  color: gray;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1em;
}
body div.cp_caution {
  margin: 0.625rem;
  padding: 1.25rem;
  background-color: #8fb9df;
  border-radius: 0.625rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
body div.cp_form_message .message, body div.cp_form_section_message .message {
  margin: 0rem;
  padding: 0rem;
  border-style: none;
  border-width: 0rem;
  pointer-events: none;
}
body div.cp_form_message .message .text, body div.cp_form_section_message .message .text {
  padding: 0.1875rem 0.3125rem;
  width: 80%;
  margin: 0.625rem auto;
  background-color: #1e73be;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
  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: 0.0625rem;
  height: 0.0625rem;
  bottom: -0.625rem;
  left: 1.875rem;
  border-color: transparent;
  border-style: solid;
  border-width: 0.3125rem;
  border-top-color: #1e73be;
}
body div.cp_form_message .message.has_target .text, body div.cp_form_section_message .message.has_target .text {
  position: absolute;
  left: 0rem;
  top: -1.5625rem;
  width: auto;
  margin: 0rem;
  white-space: nowrap;
  line-height: 1em;
}
body div.cp-meta-item {
  position: relative;
}
body div.cp-meta-item.multiple-item {
  margin: 0.3125rem;
  padding: 0.3125rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.3125rem;
}
body div.cp-meta-item.multiple-item > .cp-meta-unit {
  position: relative;
  margin: 0.3125rem;
  padding: 0.3125rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.3125rem;
}
body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons {
  position: absolute;
  top: 0rem;
  right: 0rem;
  padding: 0.0625rem 0.1875rem;
  background-color: #000000;
  border-radius: 0rem 0.25rem 0rem 0.25rem;
  line-height: 0.625rem;
}
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.1875rem;
  font-size: 0.8125rem;
  line-height: 1em;
  font-family: e;
  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: #ffffff;
}
body div.cp-meta-item.multiple-item > .cp-meta-unit .multiple-input-buttons .btn-inc::after {
  content: "";
  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: "";
  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: 0.25rem 0rem 0.25rem 0rem;
  font-size: 0.875rem;
  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 0rem;
  text-align: center;
  color: #000000;
  -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: "";
  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: "";
  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: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body div.cp-meta-item fieldset {
  margin: 0.625rem 0rem;
  padding: 0.625rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.3125rem;
}
body div.cp-meta-item fieldset legend {
  color: rgba(0, 0, 0, 0.3);
}
body div.cp-meta-item input.number {
  width: 3.75rem;
  text-align: right;
}
body div.cp-meta-item input.numeric {
  width: 7.5rem;
}
body div.cp-meta-item img.ajax_upload_media {
  width: 6.25rem;
  height: auto;
}
body div.cp-meta-item span.pdf {
  display: inline-block;
  width: 10rem;
  height: 14.375rem;
  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.3125rem 1.5rem 0.3125rem 0.625rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  border-style: solid;
  border-color: #bfbfbf;
  border-width: 0.0625rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #000000;
}
body div.cp-meta-item label {
  display: inline-block;
  padding: 0.3125rem;
  margin: 0.3125rem;
  background-color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1em;
  color: #999;
  -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: #f2f2f2;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #ccc;
  border-radius: 1em;
  font-size: 0.8125rem;
  line-height: 1em;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: gray;
}
body div.cp-meta-item label.checkbox:before, body div.cp-meta-item label.radio:before {
  display: inline-block;
  margin-right: 0.3125rem;
  color: #ccc;
}
body div.cp-meta-item label.checkbox.active, body div.cp-meta-item label.radio.active {
  background-color: #ffffff;
  color: #000000;
  border-color: #dd3333;
}
body div.cp-meta-item label.checkbox.active:before, body div.cp-meta-item label.radio.active:before {
  color: #dd3333;
}
body div.cp-meta-item label.checkbox.disabled, body div.cp-meta-item label.radio.disabled {
  display: none;
  color: #e6e6e6;
}
body div.cp-meta-item label.checkbox.disabled:before, body div.cp-meta-item label.radio.disabled:before {
  color: #e6e6e6;
}
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: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body div.cp-meta-item label.checkbox.active:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body div.cp-meta-item label.radio:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body div.cp-meta-item label.radio.active:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body div.cp-meta-item button.cp_calendar_increase {
  display: block;
  position: relative;
  margin: 0.3125rem auto;
  padding: 0.3125rem;
  background-color: #8fb9df;
  border-style: none;
  border-radius: 0.625rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
body div.cp-meta-item button.cp_calendar_increase:hover {
  background-color: #1e73be;
}
body div.background {
  position: absolute;
  top: 0rem;
  left: 0rem;
  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 form.cp_form div.cp_form_nav {
  display: block;
  position: fixed;
  top: 3.75rem;
  left: 0rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: -webkit- translateY(-3.75rem);
  transform: translateY(-3.75rem);
  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(0rem);
  transform: translateY(0rem);
}
body form#loginform {
  margin: 1.875rem auto;
  padding: 1.25rem;
  max-width: 25rem;
  width: 90%;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: gray;
}
body form#loginform p {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2em;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #000000;
}
body form#loginform p label {
  display: block;
  margin: 0.625rem;
}
body form#loginform p.login-submit .button {
  display: block;
  position: relative;
  margin: 1.25rem auto;
  padding: 0.625rem;
  background-color: #1e73be;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1em;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #ffffff;
}
body ruby rt {
  font-size: 40%;
  font-weight: normal;
}
body del {
  text-decoration-line: line-through;
}
body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body textarea {
  padding: 0.625rem;
  margin: 0rem 0.625rem;
  box-sizing: border-box;
  background-color: #e6e6e6;
  border-style: none;
  font-size: 0.9375rem;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body input[type="text"]:focus, body input[type="password"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body input[type="number"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="color"]:focus, body textarea:focus {
  background-color: #f2f2f2;
}
body input[type="text"]::placeholder, body input[type="password"]::placeholder, body input[type="datetime"]::placeholder, body input[type="datetime-local"]::placeholder, body input[type="date"]::placeholder, body input[type="month"]::placeholder, body input[type="time"]::placeholder, body input[type="week"]::placeholder, body input[type="number"]::placeholder, body input[type="email"]::placeholder, body input[type="url"]::placeholder, body input[type="search"]::placeholder, body input[type="tel"]::placeholder, body input[type="color"]::placeholder, body textarea::placeholder {
  color: #b3b3b3;
}
body a {
  color: #1e73be;
}
body a.mail {
  display: inline-block;
  margin: 0.1875rem 0.3125rem;
  font-size: 0.875rem;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body a.mail:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3125rem;
}
body a.mail:hover {
  color: #1e73be;
}
body a.tel {
  display: inline-block;
  margin: 0.1875rem 0.3125rem;
  font-size: 0.875rem;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body a.tel:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3125rem;
}
body a.tel:hover {
  color: #1e73be;
}
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(3.125rem);
  transform: translateX(3.125rem);
}
body .transition.from.del {
  opacity: 1;
}
body .transition.to.org {
  opacity: 0;
}
body .transition.to.new {
  opacity: 1;
  transform: -webkit- translateX(0rem);
  transform: translateX(0rem);
}
body .transition.to.del {
  opacity: 0;
  transform: -webkit- translateY(-1.25rem);
  transform: translateY(-1.25rem);
}
.rtf-title, #editor .rtf-title {
  display: block;
}
.rtf-title:not(:first-child), #editor .rtf-title:not(:first-child) {
  margin-top: 1em;
}
.rtf-title.iheader, #editor .rtf-title.iheader {
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
}
.rtf-title.iheadline, #editor .rtf-title.iheadline {
  position: relative;
  padding: 0rem;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  line-height: 1.5em;
}
.rtf-title.iheadline::before, #editor .rtf-title.iheadline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0rem;
  width: 1em;
  height: 1em;
  background-color: #1e73be;
}
.color1 .rtf-title.iheadline::before, .color1 #editor .rtf-title.iheadline::before {
  background-color: #be1e1e;
}
.color2 .rtf-title.iheadline::before, .color2 #editor .rtf-title.iheadline::before {
  background-color: #be6e1e;
}
.color3 .rtf-title.iheadline::before, .color3 #editor .rtf-title.iheadline::before {
  background-color: #bebe1e;
}
.color4 .rtf-title.iheadline::before, .color4 #editor .rtf-title.iheadline::before {
  background-color: #6ebe1e;
}
.color5 .rtf-title.iheadline::before, .color5 #editor .rtf-title.iheadline::before {
  background-color: #1ebe1e;
}
.color6 .rtf-title.iheadline::before, .color6 #editor .rtf-title.iheadline::before {
  background-color: #1ebe6e;
}
.color7 .rtf-title.iheadline::before, .color7 #editor .rtf-title.iheadline::before {
  background-color: #1ebebe;
}
.color8 .rtf-title.iheadline::before, .color8 #editor .rtf-title.iheadline::before {
  background-color: #1e6ebe;
}
.color9 .rtf-title.iheadline::before, .color9 #editor .rtf-title.iheadline::before {
  background-color: #1e1ebe;
}
.color10 .rtf-title.iheadline::before, .color10 #editor .rtf-title.iheadline::before {
  background-color: #6e1ebe;
}
.color11 .rtf-title.iheadline::before, .color11 #editor .rtf-title.iheadline::before {
  background-color: #be1ebe;
}
.color12 .rtf-title.iheadline::before, .color12 #editor .rtf-title.iheadline::before {
  background-color: #be1e6e;
}
.rtf-title.iheadline.color1::before, #editor .rtf-title.iheadline.color1::before {
  background-color: #be1e1e;
}
.rtf-title.iheadline.color2::before, #editor .rtf-title.iheadline.color2::before {
  background-color: #be6e1e;
}
.rtf-title.iheadline.color3::before, #editor .rtf-title.iheadline.color3::before {
  background-color: #bebe1e;
}
.rtf-title.iheadline.color4::before, #editor .rtf-title.iheadline.color4::before {
  background-color: #6ebe1e;
}
.rtf-title.iheadline.color5::before, #editor .rtf-title.iheadline.color5::before {
  background-color: #1ebe1e;
}
.rtf-title.iheadline.color6::before, #editor .rtf-title.iheadline.color6::before {
  background-color: #1ebe6e;
}
.rtf-title.iheadline.color7::before, #editor .rtf-title.iheadline.color7::before {
  background-color: #1ebebe;
}
.rtf-title.iheadline.color8::before, #editor .rtf-title.iheadline.color8::before {
  background-color: #1e6ebe;
}
.rtf-title.iheadline.color9::before, #editor .rtf-title.iheadline.color9::before {
  background-color: #1e1ebe;
}
.rtf-title.iheadline.color10::before, #editor .rtf-title.iheadline.color10::before {
  background-color: #6e1ebe;
}
.rtf-title.iheadline.color11::before, #editor .rtf-title.iheadline.color11::before {
  background-color: #be1ebe;
}
.rtf-title.iheadline.color12::before, #editor .rtf-title.iheadline.color12::before {
  background-color: #be1e6e;
}
.rtf-title.icatch, #editor .rtf-title.icatch {
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.rtf-large, #editor .rtf-large {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  color: #1e73be;
}
.color1 .rtf-large, .color1 #editor .rtf-large {
  color: #be1e1e;
}
.color2 .rtf-large, .color2 #editor .rtf-large {
  color: #be6e1e;
}
.color3 .rtf-large, .color3 #editor .rtf-large {
  color: #bebe1e;
}
.color4 .rtf-large, .color4 #editor .rtf-large {
  color: #6ebe1e;
}
.color5 .rtf-large, .color5 #editor .rtf-large {
  color: #1ebe1e;
}
.color6 .rtf-large, .color6 #editor .rtf-large {
  color: #1ebe6e;
}
.color7 .rtf-large, .color7 #editor .rtf-large {
  color: #1ebebe;
}
.color8 .rtf-large, .color8 #editor .rtf-large {
  color: #1e6ebe;
}
.color9 .rtf-large, .color9 #editor .rtf-large {
  color: #1e1ebe;
}
.color10 .rtf-large, .color10 #editor .rtf-large {
  color: #6e1ebe;
}
.color11 .rtf-large, .color11 #editor .rtf-large {
  color: #be1ebe;
}
.color12 .rtf-large, .color12 #editor .rtf-large {
  color: #be1e6e;
}
.rtf-large.color1, #editor .rtf-large.color1 {
  color: #be1e1e;
}
.rtf-large.color2, #editor .rtf-large.color2 {
  color: #be6e1e;
}
.rtf-large.color3, #editor .rtf-large.color3 {
  color: #bebe1e;
}
.rtf-large.color4, #editor .rtf-large.color4 {
  color: #6ebe1e;
}
.rtf-large.color5, #editor .rtf-large.color5 {
  color: #1ebe1e;
}
.rtf-large.color6, #editor .rtf-large.color6 {
  color: #1ebe6e;
}
.rtf-large.color7, #editor .rtf-large.color7 {
  color: #1ebebe;
}
.rtf-large.color8, #editor .rtf-large.color8 {
  color: #1e6ebe;
}
.rtf-large.color9, #editor .rtf-large.color9 {
  color: #1e1ebe;
}
.rtf-large.color10, #editor .rtf-large.color10 {
  color: #6e1ebe;
}
.rtf-large.color11, #editor .rtf-large.color11 {
  color: #be1ebe;
}
.rtf-large.color12, #editor .rtf-large.color12 {
  color: #be1e6e;
}
.rtf-mark, #editor .rtf-mark {
  background-color: #d2e3f2;
}
.color1 .rtf-mark, .color1 #editor .rtf-mark {
  background-color: #f2d2d2;
}
.color2 .rtf-mark, .color2 #editor .rtf-mark {
  background-color: #f2e2d2;
}
.color3 .rtf-mark, .color3 #editor .rtf-mark {
  background-color: #f2f2d2;
}
.color4 .rtf-mark, .color4 #editor .rtf-mark {
  background-color: #e2f2d2;
}
.color5 .rtf-mark, .color5 #editor .rtf-mark {
  background-color: #d2f2d2;
}
.color6 .rtf-mark, .color6 #editor .rtf-mark {
  background-color: #d2f2e2;
}
.color7 .rtf-mark, .color7 #editor .rtf-mark {
  background-color: #d2f2f2;
}
.color8 .rtf-mark, .color8 #editor .rtf-mark {
  background-color: #d2e2f2;
}
.color9 .rtf-mark, .color9 #editor .rtf-mark {
  background-color: #d2d2f2;
}
.color10 .rtf-mark, .color10 #editor .rtf-mark {
  background-color: #e2d2f2;
}
.color11 .rtf-mark, .color11 #editor .rtf-mark {
  background-color: #f2d2f2;
}
.color12 .rtf-mark, .color12 #editor .rtf-mark {
  background-color: #f2d2e2;
}
.rtf-mark.color1, #editor .rtf-mark.color1 {
  background-color: #f2d2d2;
}
.rtf-mark.color2, #editor .rtf-mark.color2 {
  background-color: #f2e2d2;
}
.rtf-mark.color3, #editor .rtf-mark.color3 {
  background-color: #f2f2d2;
}
.rtf-mark.color4, #editor .rtf-mark.color4 {
  background-color: #e2f2d2;
}
.rtf-mark.color5, #editor .rtf-mark.color5 {
  background-color: #d2f2d2;
}
.rtf-mark.color6, #editor .rtf-mark.color6 {
  background-color: #d2f2e2;
}
.rtf-mark.color7, #editor .rtf-mark.color7 {
  background-color: #d2f2f2;
}
.rtf-mark.color8, #editor .rtf-mark.color8 {
  background-color: #d2e2f2;
}
.rtf-mark.color9, #editor .rtf-mark.color9 {
  background-color: #d2d2f2;
}
.rtf-mark.color10, #editor .rtf-mark.color10 {
  background-color: #e2d2f2;
}
.rtf-mark.color11, #editor .rtf-mark.color11 {
  background-color: #f2d2f2;
}
.rtf-mark.color12, #editor .rtf-mark.color12 {
  background-color: #f2d2e2;
}
.rtf-tag, #editor .rtf-tag {
  display: inline-block;
  padding: 0.2em 1em;
  margin: 0rem 0.2em;
  border-radius: 1em;
  background-color: #1e73be;
  color: #ffffff;
  line-height: 1em;
  text-decoration: none;
}
.rtf-tag:hover, #editor .rtf-tag:hover {
  color: #ffffff;
}
.color1 .rtf-tag, .color1 #editor .rtf-tag {
  background-color: #be1e1e;
}
.color2 .rtf-tag, .color2 #editor .rtf-tag {
  background-color: #be6e1e;
}
.color3 .rtf-tag, .color3 #editor .rtf-tag {
  background-color: #bebe1e;
}
.color4 .rtf-tag, .color4 #editor .rtf-tag {
  background-color: #6ebe1e;
}
.color5 .rtf-tag, .color5 #editor .rtf-tag {
  background-color: #1ebe1e;
}
.color6 .rtf-tag, .color6 #editor .rtf-tag {
  background-color: #1ebe6e;
}
.color7 .rtf-tag, .color7 #editor .rtf-tag {
  background-color: #1ebebe;
}
.color8 .rtf-tag, .color8 #editor .rtf-tag {
  background-color: #1e6ebe;
}
.color9 .rtf-tag, .color9 #editor .rtf-tag {
  background-color: #1e1ebe;
}
.color10 .rtf-tag, .color10 #editor .rtf-tag {
  background-color: #6e1ebe;
}
.color11 .rtf-tag, .color11 #editor .rtf-tag {
  background-color: #be1ebe;
}
.color12 .rtf-tag, .color12 #editor .rtf-tag {
  background-color: #be1e6e;
}
.rtf-tag.color1, #editor .rtf-tag.color1 {
  background-color: #be1e1e;
}
.rtf-tag.color2, #editor .rtf-tag.color2 {
  background-color: #be6e1e;
}
.rtf-tag.color3, #editor .rtf-tag.color3 {
  background-color: #bebe1e;
}
.rtf-tag.color4, #editor .rtf-tag.color4 {
  background-color: #6ebe1e;
}
.rtf-tag.color5, #editor .rtf-tag.color5 {
  background-color: #1ebe1e;
}
.rtf-tag.color6, #editor .rtf-tag.color6 {
  background-color: #1ebe6e;
}
.rtf-tag.color7, #editor .rtf-tag.color7 {
  background-color: #1ebebe;
}
.rtf-tag.color8, #editor .rtf-tag.color8 {
  background-color: #1e6ebe;
}
.rtf-tag.color9, #editor .rtf-tag.color9 {
  background-color: #1e1ebe;
}
.rtf-tag.color10, #editor .rtf-tag.color10 {
  background-color: #6e1ebe;
}
.rtf-tag.color11, #editor .rtf-tag.color11 {
  background-color: #be1ebe;
}
.rtf-tag.color12, #editor .rtf-tag.color12 {
  background-color: #be1e6e;
}
.rtf-annotation, #editor .rtf-annotation {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.rtf-annotation::before, #editor .rtf-annotation::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
table.manage {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
table.manage tbody tr {
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  border-top-color: gray;
  border-bottom-color: gray;
}
table.manage tbody tr th, table.manage tbody tr td {
  padding: 1.25rem;
}
table.manage tbody tr th {
  width: 12.5rem;
  text-align: left;
  font-size: 0.875rem;
  background-color: #f2f2f2;
}
div.footer_contact .items {
  max-width: 60rem;
  width: auto;
  margin: 0.625rem 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: 23.75rem;
  padding: 1.25rem 2.5rem;
}
div.footer_contact .items .item h4 {
  display: table-cell;
  position: relative;
  width: 38rem;
  padding-left: 3.75rem;
  height: 5em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: gray;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-family: "Noto Sans JP";
  font-weight: 300;
  color: #000000;
  letter-spacing: 0rem;
}
div.footer_contact .items .item h4 img {
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  margin: auto;
  width: 3.125rem;
  height: auto;
}
div.footer_contact .items .item .tel, div.footer_contact .items .item .mail {
  margin: 1.25rem auto;
}
div.footer_contact .items .item .tel a, div.footer_contact .items .item .mail a {
  font-size: 2.25rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
  color: #1e73be;
}
.cp_lightbox_container {
  position: fixed;
  top: 0rem;
  left: 0rem;
  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: 50rem;
  width: auto;
  max-height: 80vh;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  background-color: #ffffff;
  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: 0rem;
  padding: 0rem;
  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;
  bottom: -3.125rem;
  height: 1.875rem;
  margin: auto;
  font-size: 1.25rem;
  color: #ffffff;
  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.3125rem;
}
.cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .prev::before {
  content: "＜";
}
.cp_lightbox_container .cp_lightbox_content .cp_lightbox_control .next {
  right: 0.3125rem;
}
.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: 1.875rem;
  height: 1.875rem;
  top: -3.125rem;
  right: 0.625rem;
}
.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: 0.9375rem;
  width: 1.875rem;
  height: 0.0625rem;
  background-color: #ffffff;
}
.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: -3.125rem;
  left: 1.25rem;
  right: 1.25rem;
  text-align: center;
}
.cp_lightbox_container .cp_lightbox_content .cp_lightbox_control ul.dots li.dot {
  display: inline-block;
  margin: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0.0625rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  vertical-align: middle;
  opacity: 0.2;
}
.cp_lightbox_container .cp_lightbox_content .cp_lightbox_control ul.dots li.dot.active {
  opacity: 1;
}
/*# sourceMappingURL=./content.css.map */