@charset "UTF-8";

/*******************************
products
*******************************/
#products .productsBox01 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    padding: 2.5vw 5.25% 0.25vw;
}

#products ul {
    display: flex;
    flex-wrap: wrap;
}

#products ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    width: 30.12%;
    background: #fff;
    margin-bottom: 2.25vw;
}

#products ul li:not(:nth-child(3n)) {
    margin-right: 4.69%;
}

#products ul li .photo {
}

#products ul li .photo img {
    width: 100%;
}

#main.scroll #products .productsBox01 {
    padding: 2.5vw 3.23% 0.25vw;
}

#main.scroll #products ul li {
    width: 17.78%;
}

#main #products ul li dl {
    padding: 0.6em 2.5%;
    font-size: 87.5%;
}

#main #products ul li dl dt {
    margin-bottom: 0.75em;
    word-break: break-all;
}

#main #products ul li dl dd {
    color: #666;
    text-align: right;
    word-break: break-all;
}

#main #products ul li dl dd span {
    font-size: 92.85%;
    padding-left: 0.5em;
}

#main.scroll #products ul li:not(:nth-child(3n)) {
    margin-right: 0;
}

#main.scroll #products ul li:not(:nth-child(5n)) {
    margin-right: 2.77%;
}

/*******************************
company
*******************************/
#company {
    background: #0f95de;
    color: #fff;
    padding: 2.5vw 3.23%;
}

#company .CompanyBox01 {
    display: flex;
    justify-content: space-between;
}

#company .CompanyBox01 h2 {
    font-size: 1.5vw;
    font-weight: 700;
}

#company .CompanyBoxInner01 {
    width: 88.5%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    color: #0f95de;
    margin-top: 0.75em;
}

#company .CompanyBoxInner02 {
    width: 50%;
}

#company .CompanyBoxInner02:nth-child(1) {
    border-right: 3px solid #0f95de;
}

#company .CompanyBoxInner02 dl {
    display: flex;
    border-bottom: 1px solid #0f95de;
}

#company .CompanyBoxInner02 dl dt {
    width: 20%;
    border-right: 1px solid #0f95de;
    box-sizing: border-box;
    padding: 0.75em;
}

#company .CompanyBoxInner02 dl dd {
    width: 80%;
    padding: 0.75em;
}

#company .CompanyBoxInner02 iframe {
    vertical-align: top;
    width: 100%;
    height: 25vh;
    border: none;
    outline: none;
}
