#mainbody #title {
background-image: url("../company/image/title.jpg");
}
@media screen and (min-width: 641px),print {
#page {}
#page p.description {
color: #232323;
width: 90%;
margin: 50px auto 50px auto;
text-align: center;
font-size: 20px;
line-height: 1.8em;
font-weight: 500;
}
#form {
padding: 0px 0 0 0;
}
#form .box {
border: 1px solid #DF699D;
width: 700px;
box-sizing: border-box;
margin: 0px auto 80px auto;
padding: 20px 0 20px 0;
}
#form .box h6 {
color: #717070;
font-size: 22px;
line-height: 1.8em;
font-weight: 500;
text-align: center;
}
#form .box p {
color: #707070;
font-size: 16px;
line-height: 1.5em;
text-align: center;
margin: 0px auto 0 auto;
}
#form .box p.tel {
margin: 0px auto 0 auto;
}
#form .box p.tel a[href^="tel:"] {
color: #000 !important;
font-size: 65px;
line-height: 1.2em;
font-family: source-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;
position: relative;
}
#form .box p.tel:before {
content: '';
display: inline-block;
width: 41px;
height: 41px;
background-image: url("image/icon_tel.png");
background-size: contain;
vertical-align: middle;
margin-right: 12px;
position: relative;
top: -17px;
}
}


@media screen and (min-width: 0px) and (max-width: 640px) {
#contents {
padding: 20px 0 0 0;
}
#form {
padding: 20px 0 0 0;
}
#form .box {
border: 1px solid #DF699D;
width: 90%;
box-sizing: border-box;
margin: 0px auto 0 auto;
padding: 15px 0 15px 0;
}
#form .box h6 {
color: #717070;
font-size: 16px;
line-height: 1.7em;
font-weight: 500;
text-align: center;
}
#form .box p {
color: #707070;
font-size: 14px;
line-height: 1.4em;
text-align: center;
margin: 0px auto 0 auto;
}
#form .box p.tel {
margin: 0px auto 0 auto;
}
#form .box p.tel a[href^="tel:"] {
color: #000 !important;
font-size: 34px;
line-height: 1.2em;
font-family: gravita-geo-variable, sans-serif;
font-variation-settings: "wght" 340;
font-style: normal;
position: relative;
}
#form .box p.tel:before {
content: '';
display: inline-block;
width: 19px;
height: 30px;
background-image: url("../image/icon_tel.png");
background-size: contain;
vertical-align: middle;
margin-right: 12px;
position: relative;
top: -7px;
}
}





