@charset "UTF-8";
/*///////////　製品情報ページ　///////////*/
/* 製品情報*/
#product .keyvisual {
    background: url("../img/product/kv-product.jpg") no-repeat 50% 50%;
	background-size: cover;
	z-index: 11;
}
/* 新製品*/
#product .newproduct-conts{
	width: 100%;
	max-width: 1200px;
	display: -webkit-flex;
    display: flex;
	padding: 5%;
	margin: 0 auto;
}
#product .newproduct-conts .newpr-img{
	width: 30%;
}
#product .newproduct-conts .newpr-textBox{
    margin-left: 5%;
    width: 65%;
}
#product .newproduct-conts .newpr-textBox .details-title{
    text-align: left;
}
#product #new-product .btnArea {
    text-align: left;
}
#searchBox,#categoryList{
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    #product .newproduct-conts {padding: 4% 4% 8%;display: block;}
    #product .newproduct-conts .newpr-img {width: 100%;margin-bottom: 3vw;}
    #product .newproduct-conts .newpr-textBox {margin-left: 0;width: 100%;}
}


/* 製品検索*/
#product .pro-serachBox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}
#product .form-searchBtn{
    width: 30%;
    background: #FFF;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0 1% 0;
}
#product .form-searchBtn-img {
    width: 20%;
}
#product .form-searchBtn p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 80%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#product .form-searchBtn::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 5%;
    border-right: 2px solid #004BAF;
    border-bottom: 2px solid #004BAF;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    z-index: 2;
    transition: .5s;
}
#product a:hover.form-searchBtn::before {
    top: calc(50% - 0px);
}
#product .top-searchBox {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 820px;
}
#product .searchBox .search-control {
    height: 72px;
}
#product .btn-search img{
    width: 24px;
}
@media screen and (max-width: 950px) and (min-width: 767px){
    #product .form-searchBtn::before {content: none;}
}
@media screen and (max-width: 768px) {
    #tproduct .form-searchBtn p {font-size: 4vw;width: 150%;}
    #product .pro-serachBox {display: block;margin-bottom: 20px;}
    #product .form-searchBtn {width: 100%;margin: 0 auto 20px;}
    #product .form-searchBtn .form-searchBtn-img img {width: 100%;max-width: 180px;}
    #product .form-searchBtn p {font-size: 4vw;width: 120%;}
    #product .top-searchBox {width: 100%;}
    #product .corpListWrap li {width: 100%;margin-bottom: 4%;}
    #product .searchBox .search-control {height: 60px;}
}

/* 製品カテゴリ一覧*/
#product .productListWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#product .productListWrap li {
    width: 32%;
    margin-bottom: 1.3333%;
    position: relative;
    margin-right: 1.3333%;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#product .productListWrap li::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 5%;
    border-right: 2px solid #004BAF;
    border-bottom: 2px solid #004BAF;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    z-index: 2;
    transition: .5s;
}
#product .productListWrap li:hover::before {
    right: 2%;
}
#product .productListBox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    background: #FFF;
}
#product .productListBox .productList-img {
    width: 35%;
}
#product .productListBox .productList-text {
    font-size: 16px;
    width: 65%;
    font-weight: 600;
    color: #000;
    text-align: center;
    border-left: 2px solid #F2F5F8;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 5%;
}
#product .productListBox .productList-text p {
}
#product .productListBox .productList-text small{
    display: block;
}
@media screen and (max-width: 950px) {
    #top-product .productListBox .productList-text {font-size: 1.9vw;}
    #product .productListWrap li::before{display: none;}
}
@media screen and (max-width: 768px) {
    #product .productListWrap li { width: 100%;}
    #product .productListBox .productList-text {font-size: 4vw;}
    #product .productListWrap li::before{display:block;}
}

@media screen and (max-height: 375px) {
    .bg-slider__title {font-size: 8vh;}
    .bg-slider__titleText {font-size: 4vh;}
}
/* 製品カテゴリ一覧*/
.corpListWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.corpName{
    width: 100%;
    background: #004BAF;
    color: #FFF;
    padding: 8px 16px;
    transition: .5s;
}
.corpListWrap > li {
    width: 32%;
    margin-bottom: 1.3333%;
    position: relative;
    background: #FFF;
	margin-right: 1.333%;
}
.corpListWrap.col-2 > li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.corpListWrap.col-2 > li:nth-child(even) {
	margin-right: 0;
}

.corpListWrap > li::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 5%;
    border-right: 2px solid #004BAF;
    border-bottom: 2px solid #004BAF;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    z-index: 2;
    transition: .5s;
}
.corpListWrap > li:hover::before {
    right: 2%;
}
.corpListWrap li a{
    background: #FFF;
    transition: .5s;
}
.corpListBox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.corpListBox .corpList-img {
    width: 30%;
    transition: .5s;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.corpListBox .corpList-text {
    width: 70%;
    color: #000;
    border-left: 2px solid #F2F5F8;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
    padding: 3.5% 9% 3.5% 3.5%;
    background: #FFF;
    transition: .5s;
    font-size: 13px;
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.corpListBox .corpList-text span.corp {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0;
}
.corpListWrap li a:hover,.corpListWrap li a:hover .corpList-img,.corpListWrap li a:hover .corpList-text,.corpListWrap li a:hover .corpName{
	opacity: 0.7;
	transition: .5s;
}
#productCategory .corpListBox .corpList-img {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#productCategory .corpListBox .corpList-text {
    border: none;
}
@media screen and (max-width: 768px) {
.corpListWrap {display: block;}
.corpListWrap li {width: 100%;margin-bottom: 4%;}
.corpListWrap.col-2 li {width: 100%;margin-bottom: 2%;margin-right: 0;}
.corpListBox .corpList-text span.corp {font-size: 4vw;}
.corpListBox .corpList-text{font-size: 3.73333vw;}
.corpListBox .corpList-img {width: 30%;}
.corpListBox .corpList-text {width: 70%;}
.corpListBox .corpList-text {padding: 5% 10% 5% 5%;}
}
/*///////////　製品情報カテゴリートップページ　///////////*/

/*///////////　製品検索結果ページ　///////////*/
#search.pageTitleBox2 {
    padding: 0 0 120px;
}
#search .details-title{
	text-align: left;
}
#search .display-flex {
    -webkit-align-items: flex-start;
    align-items:flex-start
}
#search .imgWrap {
    width: 25%;
}
#search .textWrap {
    width: 72%;
	margin-left: 3%;
}
#search .textWrap .btnArea {
    margin: 40px auto 0;
    text-align: left;
}
#search .search-details li{
	padding: 40px 0;
    border-bottom: 1px solid #E7E7E7;
}
#search .search-details li:first-child{
	padding-top: 0;
}
#search .search-details li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {
#search .imgWrap {width: 50%;margin: 0 auto 4vw;}
#search .textWrap {width: 100%;margin-left: 0%;}
#search .textWrap .btnArea{margin: 6.4vw auto 0;text-align: center; }
}

/* アンカー設定  */
#product article#new-product,
#product article#searchBox,
#product article#categoryList,
article#corpList{
	padding-top: 180px;
    margin-top: -100px;
}
#product article#new-product{
    z-index: 10;
}
#product article#searchBox{
    z-index: 6;
}
#product article#categoryList{
    z-index: 5;
}
article#corpList{
	z-index: 4;
}
@media screen and (max-width: 768px) {
#product article#searchBox,
#product article#categoryList,
#product article#corpList {
    padding-top: 37vw;
    margin-top: -25vw;
}
}


/*///////////　製品詳細ページ　///////////*/
.block-cnts{
    padding: 0 60px 60px;
}
.dataList_item {
    margin-bottom: 40px;
}
.dataList_item .dataList_item_title {
    margin-bottom: 8px;
}
.dataList_item dd{
    margin-bottom: 4px;
}
.dataList_item .dataList_item_wrap,
.dataList_item .dataList_item_number{
    margin-bottom: 24px;
}
.dataList_item .dataList_item_number span{
    padding-right: 8px;
}
.dataList_item .dataList_item_name,
.dataList_item .dataList_item_details{
    position: relative;
    padding-left: 20px;
}
.dataList_item .dataList_item_details{
    margin-left: 12px;
}
.dataList_item .dataList_item_name::before,
.dataList_item .dataList_item_details::before{
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 8px;
    width: 8px;
}
.dataList_item .dataList_item_name::before{
    content: "・";
}
.dataList_item .dataList_item_details::before {
    content: "-";
}



#policy #aseat-message{
    margin-top: 60px;
}


