@charset "UTF-8";
/* cyukai
   ========================================================================== */
.container {
  overflow: visible;
}

.sell {
  padding: 70px 0;
  background: url("../img/cyukai/sell_img.jpg") center top no-repeat;
  background-size: auto 100%;
}
@media (max-width: 480px) {
  .sell {
    background: none;
  }
}

.sell__inner {
  width: 780px;
  margin: 0 auto;
  padding: 60px 60px 70px;
  background-color: white;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .sell__inner {
    width: 100%;
    padding: 40px 20px;
  }
}

.sell__block {
  margin-top: 60px;
  line-height: 1.6;
}

.sell .title-block,
.sell__lede {
  text-align: center;
}

.sell__lede-catch {
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 18px;
}
@media (max-width: 480px) {
  .sell__lede-catch {
    font-size: 15px;
    line-height: 1.5;
  }
}
.sell__lede-catch strong {
  font-size: 24px;
  padding-bottom: 10px;
  background: url("../img/cyukai/strong_line.png") left bottom repeat-x;
}
@media (max-width: 480px) {
  .sell__lede-catch strong {
    background: none;
    font-size: 18px;
  }
}

.sell__lede .note-items {
  display: table;
  margin: 20px auto 0;
}

.sell__dl {
  margin-top: 25px;
  padding: 35px;
  background-color: #fef5f5;
  border: 1px solid #f8e6e6;
  border-radius: 5px;
}
.sell__dl .title-block {
  margin-bottom: 25px;
}

.sell__dl-attention {
  padding: 20px;
  margin-top: 40px;
  background-color: #f7e1e1;
}
.sell__dl-attention p + p {
  margin-top: 10px;
  text-align: left;
}

.sell__howto {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 300px;
}
@media (max-width: 480px) {
  .sell__howto {
    display: block;
    position: static;
    height: auto;
  }
}

.sell__howto-img {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.sell__howto-img .sp {
  display: none;
}
@media (max-width: 480px) {
  .sell__howto-img {
    position: static;
  }
  .sell__howto-img .pc {
    display: none;
  }
  .sell__howto-img .sp {
    display: block;
  }
  .sell__howto-img img {
    width: 100%;
  }
}

.sell__howto-detail {
  width: 220px;
}
@media (max-width: 480px) {
  .sell__howto-detail {
    width: 100%;
    margin-top: 20px;
  }
}
.sell__howto-detail dt {
  padding-bottom: 4px;
  margin-bottom: 6px;
  font-size: 17px;
  border-bottom: 1px solid #d00;
}

.sell__guide .note {
  margin-top: 15px;
}

.buy {
  padding: 70px 0 75px;
}

.buy__inner {
  width: 780px;
}
@media (max-width: 480px) {
  .buy__inner {
    width: 100%;
    padding: 0 20px;
  }
}

.buy__banner {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .buy__banner img {
    width: 100%;
  }
}

.contact {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .contact {
    padding: 30px 20px;
  }
}

.contact__frame {
  padding: 35px 40px 40px;
  background-color: #fff;
  border: 2px solid #d00;
}
@media (max-width: 480px) {
  .contact__frame {
    padding: 20px;
  }
}

.contact__title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.contact__info {
  font-weight: bold;
  margin-top: 30px;
  font-size: 17px;
  text-align: center;
}

.contact-tel {
  margin-top: 20px;
}

.contact-tel__items {
  display: flex;
  padding-bottom: 8px;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 480px) {
  .contact-tel__items {
    display: block;
  }
}

.contact-tel__items-area {
  flex-shrink: 0;
  width: 244px;
}
@media (max-width: 480px) {
  .contact-tel__items-area {
    width: 100%;
  }
}

.contact-tel__items-detail {
  display: flex;
}
@media (max-width: 480px) {
  .contact-tel__items-detail {
    display: block;
  }
}

.contact-tel__items-pref {
  color: #e73535;
}

/* アンカー調整
   ========================================================================== */
a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.buy-test {
  padding: 220px 0 100px;
  margin-top: -120px;
}
@media (max-width: 480px) {
  .buy-test {
    padding: 80px 0 30px;
    margin: -50px 0 0;
  }
}

.content-navigation {
  z-index: 1;
}
@media (max-width: 480px) {
  .content-navigation {
    display: none;
  }
}

.sell-test {
  background-image: none;
}
@media (max-width: 480px) {
  .sell-test p,
  .sell-test li,
  .sell-test dt,
  .sell-test dd {
    font-size: 12px;
    text-align: left !important;
  }
  .sell-test h2,
  .sell-test .contact__title {
    font-size: 20px;
  }
  .sell-test .title-block,
  .sell-test .contact__info {
    font-size: 16px;
    text-align: center !important;
  }
}
.sell-test .sell {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #F2F2F2;
  padding: 100px 0;
}
@media (max-width: 480px) {
  .sell-test .sell {
    padding: 0;
    background: none;
    background-color: #F2F2F2;
  }
}
.sell-test .sell .sell__inner {
  padding: 200px 60px 100px;
  margin-top: -100px;
  position: relative;
}
.sell-test .sell .sell__inner::before {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .sell-test .sell .sell__inner::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .sell-test .sell .sell__inner {
    padding: 80px 20px 30px;
    background: none;
    margin: -50px 0 0;
  }
}
.sell-test .sell .sell__dl {
  margin-top: 30px;
}
.sell-test .sell .sell__dl .sell__dl-attention p {
  text-align: left;
}
.sell-test .sell .sell__dl .sell__dl-attention ul li {
  list-style: disc;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .sell-test .sell .sell__dl .sell__dl-attention ul li {
    margin-left: 12px;
    font-feature-settings: "palt";
  }
}
.sell-test .sell__block {
  margin-top: 60px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .sell-test .sell__block {
    margin-top: 30px;
  }
}
.sell-test .sell__block p {
  text-align: center;
}
.sell-test .buy__inner {
  text-align: center;
}

.fixed-menu {
  background-color: rgba(163, 163, 163, 0.8);
  position: sticky;
  bottom: 0;
  padding: 10px;
  z-index: 11;
}
@media (max-width: 768px) {
  .fixed-menu {
    display: flex;
    flex-direction: row-reverse;
  }
}
.fixed-menu .fixed-menu-flex {
  display: flex;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto 3px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 768px) {
  .fixed-menu .fixed-menu-flex {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .fixed-menu .fixed-menu-flex {
    width: 100%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.fixed-menu .fixed-menu-flex a {
  margin: 0;
  width: 45%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  background-color: #d00;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 5px 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .fixed-menu .fixed-menu-flex a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .fixed-menu .fixed-menu-flex a {
    width: 100%;
    height: auto;
    font-size: 15px;
  }
}
.fixed-menu .fixed-menu-flex a:nth-child(1)::after {
  content: "お問い合わせフォームはこちら";
}
@media (max-width: 768px) {
  .fixed-menu .fixed-menu-flex a:nth-child(1)::after {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .fixed-menu .fixed-menu-flex a:nth-child(1)::after {
    display: block;
    content: "メールはこちら";
  }
}
.fixed-menu .fixed-menu-flex a svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .fixed-menu .fixed-menu-flex a svg {
    margin: 0;
  }
}
.fixed-menu .fixed-menu-flex a svg .st0 {
  fill: #fff;
}
.fixed-menu .fixed-menu-flex a:nth-child(2) {
  background-color: white;
  color: #d00 !important;
}
.fixed-menu .fixed-menu-flex a:nth-child(2) .st0 {
  fill: #d00;
}
.fixed-menu .fixed-menu-flex a:hover {
  background-color: white;
  color: #d00 !important;
}
.fixed-menu .fixed-menu-flex a:hover .st0 {
  fill: #d00;
}
.fixed-menu p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fixed-menu p {
    width: 65%;
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .fixed-menu p {
    display: none;
  }
}
.fixed-menu p .red {
  color: #d00;
}/*# sourceMappingURL=cyukai.css.map */