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

#title {
	width: 80%;
}

#title img {
	margin-left: 2em;
	float: right;
}

#anchor {
	display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
	flex-wrap: nowrap;
	margin: 1em 0;
	width: 100%;
}
#anchor li {
	margin: 0 2em;
	position: relative;
	padding-left:10px;
	list-style:none;
}
#anchor li:before {
	content:'';
	display:inline-block;
	position:absolute;
	left:0px;
	top:12px;
	width:5px;
	height:5px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	transform:rotateZ(-45deg);
}

.pd-subtit {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.8em;
	text-align: center;
    position: relative;
    padding: 20px 0 10px;
    border-bottom: 3px solid #036;
    width: 14em;
    margin: 50px auto 0;
}

.pd-subtit:before {
    position: absolute;
    left: 45%;
    bottom: -40px;
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: #036 transparent transparent transparent;
}

.pd-subtit:after {
    position: absolute;
    left: 45%;
    bottom: -36px;
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

#bd-box {
	display: block;
	margin: 0;
	width: 100%;
}

#bd-box img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#bd-box p {
	font-size: 15px;
	font-weight: 600;
	background-color: #036;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

#product-box {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 20px;
	width: 96%;
}

#product-box li {
	display: block;
	width: 48%;
}

#product-box li a {
	font-size: 15px;
	font-weight: 600;
	background-color: #EFEFEF;
	text-align: center;
	display: block;
	margin: 0 0 20px;
	padding: 10px 5px 30px;
	height: 100px;
	width: 100%;
	border: solid 1px #DBDDFF;
	box-sizing: border-box;
	position: relative;
}
#product-box li a span {
	font-size: 14px;
}

#product-box li a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f107';
	margin-left: -10px;
	position: absolute;
	bottom: 5px;
	left: 50%;
}

#catalog {
	display: block;
	margin: 40px auto 0;
	width: 96%;
}

#catalog a {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	background-color: #09C;
	text-align: center;
	display: block;
	margin: 0;
	padding: 10px 10px 30px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#catalog a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    content: '\f103';
	margin-left: -10px;
	position: absolute;
	bottom: 5px;
	left: 50%;
}

@media screen and (max-device-width: 380px) {
.pd-tit {
	font-size: 20px;
}
}
@media only screen and (min-width: 769px) {

#title {
	width: 400px;
}

#anchor {
	display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
	flex-wrap: nowrap;
	margin: 2em auto;
	width: 1228px;
}

#building {
	display: block;
	margin: 100px 0;
}

#product-box {
	margin: 50px auto;
	width: 1100px;
}

#product-box::after{
  content:"";
  display: block;
  width: 350px;
}

#product-box li {
	width: 350px;
}
#product-box li a {
	font-size: 18px;
	height: 80px;
}
#product-box li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.pd-tit {
	font-size: 34px;
	width: 24em;
}

.pd-tit:before {
    left: 48%;
    bottom: -40px;
    content: '';
    border-width: 20px;
}

.pd-tit:after {
    left: 48%;
    bottom: -36px;
    content: '';
    border-width: 20px;
}

#bd-box {
	display: block;
	margin: 50px auto;
	width: 1280px;
}

#housing {
	display: block;
	margin: 100px auto;
	width: 1280px;
}

#catalog a {
	padding: 20px 10px 30px;
}
#catalog a:hover {
	opacity: 0.7;
	text-decoration: none;
}
}