@charset "utf-8";

@media screen and (min-width:691px) {
	#contents_left .cta-area{
		display:none !important;
	}
}
@media screen and (max-width:690px) {
  .c-button.-cv {
    color: #f1f3fc !important;
    background: #466ffa !important;
    border: 0;
  }

  #contents_left .cta-area {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 76px;
    padding: 0 15px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 -4px 4px rgba(0,0,0,0.08);
    z-index: 9999;

    opacity: 0;
    transition: opacity 0.5s ease;

    display: none;
    flex-flow: column wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;

    line-height: 1;
    font-size: 20px;
    font-weight: 700;
  }

  #contents_left .cta-area.show {
    display: flex;
    opacity: 1;
  }

  #contents_left .cta-area .head {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-size: 14px;
    font-weight: 700;
    color: #f1f3fc;
    text-align: center;
  }

  #contents_left .cta-area .head:before,
  #contents_left .cta-area .head:after {
    position: relative;
    bottom: -2px;
    display: block;
    width: 2px;
    height: 16px;
    content: "";
    background: #f1f3fc;
  }

  #contents_left .cta-area .head:before {
    transform: rotate(-25deg);
  }

  #contents_left .cta-area .head:after {
    transform: rotate(25deg);
  }

  #contents_left .cta-area .head .number {
    padding: 0 3px;
    font-size: 21px;
  }
}
