@charset "utf-8";
.cookie-description {
  background: rgb(227 243 248 / .9);
  padding: 1em 0 2em;
  width: 100%;
  max-width: 480px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cookie-description .wrap {
  max-width: 1140px;
  width: calc(100% - 3em);
  margin: auto;
  font-size: 13px !important;
}
.cookie-description .wrap p {
  position: relative;
  padding: 1em 0 0 0;
}
.cookie-description .wrap strong {
  border: 1px solid #5299b1;
  font-weight: bold;
  background: #5299b1;
  color: #fff;
  padding: 0.1em 0;
  margin-right: 0.25em;
}
.cookie-description .wrap strong:hover {
  background: #fff;
  color: #5299b1;
}
 .cookie-description .wrap a {
 color: #5299b1;
  text-decoration: underline;
}
 .cookie-description .wrap a:hover {
  text-decoration: none;
}
.cookie-description .font-b {
  font-weight: bold;
}
.cookie-close {
  position: absolute;
  right: -1em;
  top: -0.75em;
  width: 20px;
  height: 20px;
}
.cookie-close:hover {
  cursor: pointer;
}
.cookie-close::before,
.cookie-close::after {
  content: '';
    display: block;
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #999;
    transition: all 0.3s ease;
}
.cookie-close::before {
    transform: rotate(-135deg);
    margin-top: 0;
}
.cookie-close::after {
    transform: rotate(135deg);
    margin-top: 0;
}
.cookie-ok {
  color: #fff;
  background: #8f2821;
  border: 1px solid #8f2821;
  width: 8em;
  display: inline-block;
  text-align: center;
  padding: 0.5em 0;
  margin-left: calc(50% - 8.5em);
}
.cookie-ok:hover {
  color: #8f2821;
  background: #fff;
  cursor: pointer;
}
.cookie-no {
  color: #333;
  background: #fff;
  border: 1px solid #999;
  width: 8em;
  display: inline-block;
  text-align: center;
  padding: 0.5em 0;
  margin-left: 0.5em;
}
.cookie-no:hover {
  color: #fff;
  background: #999;
  cursor: pointer;
}


/*------------------------

クッキーポリシーページ 

------------------------*/
.content_box.cookie .t-right {
  text-align: right;
}
.content_box.cookie ol {
  margin-top: 1em;
}
.content_box.cookie ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
    font-size: 1.8rem;
}
.content_box.cookie ol li:not(:last-child) {
  margin-bottom: 1em;
}
.content_box.cookie ol li span {
  display: block;
  text-indent: 0;
  font-size: 1.5rem;
}
.contact_info h4 {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
}
