@charset "UTF-8";
/* =========================
   contents (company)
========================= */

html, body {
  overflow-x: clip;
}

.phone {
text-align: center;
margin-bottom: 4rem;
}
.phone dt {
font-size: var(--font-size-18);
font-weight: 600;
position: relative;
display: inline-block;
}
.phone dt:before {
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #333;
    border-radius: 3px;
    transform: rotate(-35deg);
}
.phone dt:after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 1px;
    height: 100%;
    background: #333;
    border-radius: 3px;
    transform: rotate(35deg);
}
.phone dd .tel {
font-size: var(--font-size-40);
font-weight: 700;
background-image: url("/images/tel_icon.svg");
background-repeat: no-repeat;
background-size: 13%;
background-position: left center;
padding: 2rem 0 2rem 4rem
}
.phone dd .sub {
font-size: var(--font-size-28);
font-weight: 600;
}
.phone dd {
font-size: var(--font-size-14);
}
.note {
color: #c10d23;
text-align: center;
line-height: 2.0;
margin-bottom: 6rem;
}
.note span {
display: inline-block;
background: #c10d23;
color: #fff;
padding: 0 0.5rem;
font-size: var(--font-size-12);
border-radius: 6px;
}














