@charset "UTF-8";
/*===================================*/
h2{
    font-size: 20px;
    font-weight: bold;
}
.riken{
    padding-top: 50px;
}
.products-title{
    color: #001D59;
    font-size: 40px;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ＭＳ Ｐ明朝",'Noto Serif JP',sans-serif!important;
}


.non-bold {
    font-weight: normal;
}

.title-en {
    color: #0085CE;
    font-size: 10px;
}
/* ==========================
会社別商品一覧
============================= */
.detail-bnr{
    margin: 100px 0 70px;
}
.detail-bnr-flex{
    display: flex;
    max-width: 783px;
    margin: auto;
}

.detail-bnr-flex li{
    background-color: #001D59;
    width: 237px;
    margin:0 24px 24px 0;
    padding: 9px 0;
}

.detail-bnr-flex li p{
    padding-left: 30px;
}
.detail-bnr-flex li p::after{
    content: url("../img/allow-main.png");
    left: 100px;
    position: relative;
}
.detail-bnr-flex li .allow-main::after{
    content: url("../img/allow-main.png");
    left: 85px;
    position: relative;
}
.detail-bnr-flex li .allow-main-1::after{
    content: url("../img/allow-main.png");
    left: 70px;
    position: relative;
}
.detail-bnr-flex li a{
    color: #fff;
}

.science{
    margin-top: 60px;
}

.science li {
    width: 210px;
}

.science-title{
    text-align: center;
    padding: 47px 0 30px;
    border-bottom: 1px solid #EEEEEE;
    max-width: 848px;
    margin: auto;
}

.science-text{
    color: #0085CE;
    font-weight: bold;
}

.company-logo{
    margin-top: 45px;
}
.asl-bottom{
    margin-bottom: 20px;
}
.company-product-ul li{
	position:relative
}
.company-product-ul .all a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.company-product-ul .all:hover{
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
.detail-bnr-flex{
    display: block;
}

.detail-bnr-flex li{
    background-color: #001D59;
    width: 237px;
    margin:0 auto 24px;
    padding: 9px 0;
}
    
.detail-bnr {
    margin: 100px 0 70px;
}
.company-logo {
    text-align: center;
}
.asl-bottom-sp{
    margin-bottom: 20px;
}
.science-title{
    text-align: center;
    padding: 47px 0 5px;
    border-bottom: 1px solid #EEEEEE;
    max-width: 848px;
    width: 85%;
    margin: auto;
}
}

@media screen and (max-width: 564px) {
.company-logo {
    text-align: center;
}
.asl-bottom-sp ,.asl-bottom{
    margin-bottom: 0px;
}
}










