@charset "UTF-8";
#works-detail{
    padding-top: 6.15%;
    padding-bottom: 6.15%;
}
#works-detail .content_wrap {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
}
#works-detail_dtail {
    margin-bottom: 7.69%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 6px #D4D4D4;
    box-shadow: 0px 6px 6px #D4D4D4;
    border-radius: 10px;
    padding-top: 4.61%;
    padding-right: 4.61%;
    padding-left: 4.61%;
    padding-bottom: 1.53%;
    box-sizing: border-box;
}
.works_detail_head {
    margin-bottom: 4.61%;
}
.works_detail_head h2 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 24px;
    border-bottom: 1px solid #006e12;
    padding-bottom: 12px;
}
.works-detail_who {
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .04em;
}
.works_cate {
    display: flex;
    margin-bottom: 16px;
}
.works_cate p {
	margin-right: 8px;
	color: #FFFFFF;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
}
.works_cate p a {
	display: block;
	padding-top:4px;
	padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
}
.works_cate p .bath{
	background-color: #0073c9;
}
.works_cate p .toilet {
	background-color: #61c000;
}
.works_cate p .kitchen a{
	background-color: #009126;
}
.works_cate p .senmen a{
	background-color: #f6b01f;
}
.works_cate p .maruto a{
	background-color: #009b34;
}
.works_cate p .oogata a{
	background-color: #0073c9;
}
.works_cate p .gaiheki a{
	background-color: #f6b01f;
}
.works_cate p .kiki a{
	background-color: #61c000;
}
.works_detail_cont {
    margin-bottom: 6.15%;
}
.works_detail_cont h3 {
    letter-spacing: .04em;
    border-radius: 6px;
    margin-bottom: 24px;
    color: #FFFFFF;
    line-height: 1em;
    font-weight: 600;
    font-size: 24px;
    padding-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.works_detail_cont h3 img {
    width: 56px;
    display: inline-block;
}
.works_detail_cont .bath{
	background-color: #0073c9;
}
.works_detail_cont .toilet{
	background-color: #61c000;
}

.works_befre-after {
    display: flex;
    justify-content: space-between;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    margin-bottom: 3.84%;
}
.works_before {
    box-sizing: border-box;
    width: 31.53%;
    margin-top: 9px;
}
.works_befre-after h4 {
    line-height: 1em;
    font-weight: 900;
    font-size: 24px;
    z-index: 2;
    z-index: 0;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-family: "Zen Maru Gothic", sans-serif;
}
.works_before_img {
    width: 100%;
	
}
.works_before_img img {
}
.works_b-a_arrow {
    width: 2.3%;
    margin-top: 12.3%;
}

.works_after  {
    box-sizing: border-box;
    width: 63.07%;
}
.works_after h4 {
    font-size: 32px;
    color: #c21303;
}
.works_after_img {
	
}
.works_after_img img {
}
.works_description {
	border-radius: 10px;
	border:2px solid #dd0001;
	padding: 2.3% 3.07%;
}
.works_desc_head {
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	margin-bottom:12px;
	border-bottom: 1px dotted #dd0001;
}
.works_desc_head h4 {
	color: #dd0001;
	line-height: 1.5em;
	font-weight: 600;
	font-size: 18px;
}
.works_desc_head h4 span{
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}
.works_desc_kinds {
	display: flex;
	flex-wrap: wrap;
}
.works_desc_kinds ul {
    display: flex;
    list-style-type: disc;
    padding-left: 24px;
    flex-wrap: wrap;
}
.works_desc_kinds ul li {
    font-size: 16px;
    line-height: 1.5em;
    margin-right: 32px;
}
.works_desc_message {
}
.works_desc_message p {
	font-size: 16px;
	line-height: 1.7em;
}


#works_gallery{
    background-image: url(../images/h_illust_bg_g.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
	
}
#works_gallery ul{
    margin-top: 3.07%;
    display: flex;
    flex-wrap: wrap;
}
#works_gallery ul li{
    width: 30%;
    margin-right: 5%;
    padding: 10px;
    margin-bottom: 2.705%;
    border-radius: 6px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#works_gallery ul li:nth-child(3n){
	margin-right: 0;
}
.works_gallery_img{
	width: 100%;
	margin-bottom: 10px;
}
.works_gallery_img img{
	width: 100%;
}
#works_gallery ul li p{
    font-size: 15px;
    line-height: 1.5em;
}

