@charset "utf-8";
/* CSS Document */

body {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

h1, h2, h3, h4, h5 {
    font-weight: 500!important;
}
.main--insert .grp h1,
.h-detail--insert .d-copy h3 {
    font-weight: 400!important;
}
.h-about--container p {
    margin: 15px 0;
}
.craft--insert .box dl dt {
    width: 250px;
}
.craft--insert .box dl dd {
    width: calc(100% - 300px);
}


@media screen and (max-width: 768px) {

.craft--insert .box dl dt {
    width: 100%;
}
.craft--insert .box dl dd {
    width: 100%;
}
.detail--container{
	padding: 0 20px;
}
.detail--insert p{
	text-align: left;
}
.detail--insert p br{display: none;}

/*---------------------------------------------------------------------------------------------------------------------------------------- 768px */
}