@charset "UTF-8";
#page #title {
background-image: url("image/title.jpg");
background-position: center center;
}

@media screen and (min-width: 641px),print {
#page #title .box {
width: 50%;
}
#page #title .box h3 {
font-size: 22px;
position: relative;
}
#page #title .box h3 span{
display: block;
font-size: clamp(20px,2.2vw,2.2vw);
color: #163B1E;
margin-bottom: 1rem;
letter-spacing: 0.2em;
}
/*
#page #title .box h3:before {
content: '';
display: block;
width: 316px;
height: 19px;
background-image: url("image/logo.png");
background-size: contain;
vertical-align: middle;
position: relative;
margin: 0px auto 15px auto;
}
*/
#overview {
width: 70%;
margin: 100px auto 0 auto;
}
#overview dl {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
font-size: 18px;
line-height: 1.7em;
color: #595959;
border-bottom: 1px solid #B2B2B2;
margin: 0 0 10px 0;
width: 100%;
max-width: 1200px;
}
#overview dt {
width: 20%;
max-width: 240px;
box-sizing: border-box;
background-color: #F4F4F4;
padding: 1em;
border-top: 1px solid #B2B2B2;
}
#overview dd {
width: 80%;
max-width: 960px;
box-sizing: border-box;
padding: 1em 1.5em 1em 1.5em;
border-top: 1px solid #B2B2B2;
}
#overview p {
width: 100%;
max-width: 1200px;
margin: 20px auto 0 auto;
text-align: right;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#page #title .box {
width: 80%;
}
#page #title .box h3 {
font-size: 20px;
position: relative;
text-align: center;
}
#page #title .box h3 span{
display: block;
font-size: clamp(20px,2.2vw,2.2vw);
color: #163B1E;
margin-bottom: 1rem;
letter-spacing: 0.2em;
}
/*
#page #title .box h3:before {
content: '';
display: block;
width: 200px;
height: 12px;
background-image: url("image/logo.png");
background-size: contain;
vertical-align: middle;
position: relative;
margin: 10px auto 10px auto;
text-align: center;
}
*/
#overview {
width: 90%;
margin: 50px auto 0 auto;
}
#overview dl {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
font-size: 16px;
line-height: 1.5em;
color: #595959;
border-bottom: 1px solid #B2B2B2;
margin: 0 0 10px 0;
width: 100%;
}
#overview dt {
width: 100%;
box-sizing: border-box;
background-color: #F4F4F4;
padding: 0.5em;
border-top: 1px solid #B2B2B2;
}
#overview dd {
width: 100%;
box-sizing: border-box;
padding: 1em 1em 1em 1em;
border-top: 1px solid #B2B2B2;
}
#overview p {
text-align: right;
}


}
