#mainbody #title {
background-color: #314464;
}
#mainbody #title dl:after {
background-image: url("image/mainimage2.jpg");
}
@media screen and (min-width: 641px),print {
#page {}
#page h3 {
}
#service {
background-color: #f0eff9;
padding: 70px 1em 70px 1em;
margin: 0px auto 150px auto;
}
#service dl {
margin: 80px auto 0 auto;
max-width: 1200px;
text-align: left;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
}
#service dd {
width: 47%;
max-width: 580px;
margin-bottom: 80px;
}
#service dd h5 {
color: #9e9e9e;
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.813rem, 0.608rem + 1.02vw, 1.375rem);
line-height: 1.8em;
margin: 0 0 1.5em 0;
}
#service dd h5 b {
font-size: clamp(0.813rem, 0.426rem + 1.93vw, 1.875rem);
line-height: 1.2em;
color: #000;
}
#service dd h5:after {
content: '';
display: block;
width: 100px;
height: 3px;
position: relative;
background-color: #632d60;
margin: 1em auto 0 0;
}
#service dd img {
width: 100%;
height: auto;
}
#service dd p {
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.05rem);
line-height: 1.8em;
display: block;
height: 8em;
}
#service dd p.bt {
margin: 0px 0 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
#service dd p {
height: auto;
}
}


}
@media screen and (min-width: 0px) and (max-width: 640px) {
#page {}
#page h3 {
}
#service {
background-color: #f0eff9;
padding: 30px 1em 30px 1em;
margin: 0px auto 50px auto;
}
#service dl {
margin: 20px auto 0 auto;
box-sizing: border-box;
}
#service dd {
width: 100%;
margin-bottom: 40px;
}
#service dd h5 {
color: #9e9e9e;
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 16px;
line-height: 1.3em;
margin: 0 0 1em 0;
}
#service dd h5 b {
font-size: 22px;
line-height: 1.2em;
color: #000;
}
#service dd h5:after {
content: '';
display: block;
width: 50%;
height: 3px;
position: relative;
background-color: #632d60;
margin: 1em auto 0 0;
}
#service dd img {
width: 100%;
height: auto;
}
#service dd p {
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 1.3em;
display: block;
}
#service dd p.bt {
margin: 20px auto 0 auto;
}
}
