@charset "utf-8";

/* ========================================
profile.css
------------------------------------------

======================================== */

/* ---------------------------------------- 

 - body
 
---------------------------------------- */
body p {
    font-size: 2.1rem;
}
/* ---------------------------------------- 

 - #container
 
---------------------------------------- */

/* ---------------------------------------- 

 - #Contents
 
---------------------------------------- */

/* ---------------------------------------- 

 - #Main
 
---------------------------------------- */
#Contents #Main {
    background: #fff url("../images/business_main_bg.jpg") top center no-repeat;
    background-size: auto;
}
#Contents #Main .wrapper {
    overflow: visible; 
}
@media screen and (max-width: 768px) {
#Contents #Main {
    background-image: none;
    background-size: 100%;
}
}
/* ---------------------------------------- 

 - .section共通
 
---------------------------------------- */
#Contents .section {
    width: 100%;
    margin-bottom: 115px;
    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#Contents .section .box {
    margin-bottom: 40px;
}
#Contents .section img {
    width: 100%;
    height: auto;
}
#Contents .section p {
    font-size: 2.1rem;
}
#Contents .section p.note {
    font-size: 1.8rem;
    padding-top: 1em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
#Contents .section a.pdfBtn {
    background: linear-gradient(to bottom, #0083ce 0%, #00aeeb 50%, #0083ce);
    border: solid 2px #fff;
    outline: solid 2px #0084ce;
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1;
    margin: 2px;
    padding: 8px 0 10px;
    text-align: center;
}
@media screen and (max-width: 768px) {
#Contents .section {
    margin-bottom: 65px;
}
}
/*table*/
#Contents .section .wrapper .table > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#Contents .section .wrapper .table > dl > dt {
    width: 4em;
    margin-right: 1em;
    padding-bottom: 1em;
}
#Contents .section .wrapper .table > dl > dd {
    padding-left: 1em;
    padding-bottom: 1em;
    border-left: #000 solid 1px;
}
#Contents .section .wrapper .table > dl dl.child {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#Contents .section .wrapper .table > dl dl.child dt {
    width: 5em;
    margin-right: 1em;
}
#Contents .section .wrapper .table > dl > dd ul li {
    padding-left: 1em;
    margin-left: -1em;
    margin-bottom: 0.5em;
}
#Contents .section .wrapper .table > dl > dd ul li::before {
    content: "・";
}
#Contents .section .wrapper .table > dl > dd > span.icon {
    display: inline-block;
    position: relative;
}
#Contents .section .wrapper .table > dl > dd > a.icon {
    display: inline-block;
    line-height: 1.5;
    margin-left: 1rem;
    vertical-align: top;
    width: 68px;
}
@media screen and (max-width: 768px) {
#Contents .section .wrapper .table > dl {
    display: block;
    margin-bottom: 50px;
}
#Contents .section .wrapper .table > dl > dt {
    width: 100%;
    margin-right: 0;
    padding-bottom: 1em;
    font-weight: bold;
}
#Contents .section .wrapper .table > dl > dd {
    padding-left: 0;
    padding-bottom: 0;
    border-left: none;
    display: block;
}
#Contents #CompanyProfile.section .wrapper .table > dl > dt {
    border-bottom: solid 1px #000;
}
#Contents .section .wrapper .table > dl > dd ul li {
    font-size: 1.4rem;
}
#Contents .section .wrapper .table > dl > dd ul li {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0.5em;
}
}
/* ---------------------------------------- 

 - #businessRecycle
 
---------------------------------------- */
#businessRecycle {
margin-top: -100px;
padding-top: 100px;
}
#businessRecycle ul {
    display: flex;
        justify-content: space-between;
    margin-bottom: 35px;
}
#businessRecycle ul li {
    max-width: 273px;
    font-size: 18px;
    text-align: right;
    width: 30.68%;
}
@media screen and (max-width: 768px) {
#businessRecycle p {
    text-align: justify;
}
#businessRecycle ul {
    display: block;
    margin-bottom: 35px;
}
#businessRecycle ul li {
    margin: 0 auto 30px;
    max-width: inherit;
    width: 70%;
}
}
/* ---------------------------------------- 

 - #businessPlastic
 
---------------------------------------- */
/* #businessPlastic .ttlBox
----------------------------------------- */
#businessPlastic .ttlBox {
    display: flex;
        justify-content: space-between;
}
#businessPlastic .ttlBox .inner {
    max-width: 440px;
    width: 49.44%;
}
#businessPlastic .ttlBox .inner h2.basic {
    margin-top: 0;
}
#businessPlastic .ttlBox p.img {
    font-size: 1.8rem;
    max-width: 405px;
    padding-top: 57px;
    text-align: right;
    width: 45.51%;
}
@media screen and (max-width: 768px) {
#businessPlastic .ttlBox {
    display: block;
}
#businessPlastic .ttlBox .inner {
    max-width: inherit;
    width: 100%;
}
#businessPlastic .ttlBox p.img {
    margin: 0 auto;
    max-width: inherit;
    padding-top: 30px;
    width: 70%;
}
}
/* #businessPlastic dl.standardBox
----------------------------------------- */
#businessPlastic {
margin-top: -100px;
padding-top: 100px;
}
#businessPlastic dl.standardBox {
    margin-bottom: 80px;
}
#businessPlastic dl.standardBox dt {
    color: #F08300;
    font-size: 24px;
    font-weight: 700;
}
#businessPlastic dl.standardBox dd.lead {
    font-size: 20px;
}
#businessPlastic dl.standardBox dd.table {
    display: flex;
        justify-content: space-between;
        align-items: center;
    padding-top: 30px;
}
#businessPlastic dl.standardBox dd.table p {
    max-width: 321px;
    width: 36.07%;
}
#businessPlastic dl.standardBox dd.table table {
    max-width: 512px;
    width: 57.53%;
}
#businessPlastic dl.standardBox dd.table table th {
    border: solid 1px #9f9b99;
    font-size: 1.8rem;
    line-height: 1;
    padding: 7px 15px;
    text-align: center;
    text-align-last: justify;
}
#businessPlastic dl.standardBox dd.table table td {
    border: solid 1px #9f9b99;
    font-size: 1.8rem;
    line-height: 1;
    padding: 7px 15px;
}
@media screen and (max-width: 768px) {
#businessPlastic dl.standardBox {
    margin-bottom: 50px;
}
#businessPlastic dl.standardBox dd.table {
    display: block;
}
#businessPlastic dl.standardBox dd.table p {
    margin: 0 auto 30px;
    max-width: inherit;
    width: 70%;
}
#businessPlastic dl.standardBox dd.table table {
    max-width: inherit;
    width: 100%;
}
#businessPlastic dl.standardBox dd.table table th {
    background: #0085ce;
    display: block;
    border-bottom: none;
    color: #fff;
    text-align-last: inherit;
}
#businessPlastic dl.standardBox dd.table table td {
    display: block;
    border: solid 1px #9f9b99;
    margin-bottom: 20px;
}
#businessPlastic dl.standardBox dd.table table tr:last-of-type td {
    margin-bottom: 0;
}
}
/* #businessPlastic .ecopaleBox
----------------------------------------- */
#businessPlastic .ecopaleBox {
    margin-bottom: 40px;
}
#businessPlastic .ecopaleBox p {
    font-size: 2.0rem;
}
#businessPlastic .ecopaleBox ul {
    display: flex;
        justify-content: space-between;
}
#businessPlastic .ecopaleBox ul li {
    text-align: right;
}
#businessPlastic .ecopaleBox ul li:nth-of-type(1) {
    max-width: 510px;
    width: 57.31%;
}
#businessPlastic .ecopaleBox ul li:nth-of-type(2) {
    max-width: 347px;
    width: 38.99%;
}
#businessPlastic .recycledBox h3 + p {
    font-size: 2.0rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
#businessPlastic .ecopaleBox p {
    margin-bottom: 10px;
}
#businessPlastic .ecopaleBox ul {
    display: block;
}
#businessPlastic .ecopaleBox ul li:nth-of-type(1) {
    margin: 0 auto 30px;
    max-width: inherit;
    width: 70%;
}
#businessPlastic .ecopaleBox ul li:nth-of-type(2) {
    margin: 0 auto;
    max-width: inherit;
    width: 70%;
}
}
/* #businessPlastic .recycledBox
----------------------------------------- */
#businessPlastic .recycledBox .inner {
    display: flex;
        justify-content: space-between;
}
#businessPlastic .recycledBox .inner p {
    max-width: 590px;
    font-size: 1.8rem;
    text-align: right;
    width: 66.30%;
}
#businessPlastic .recycledBox .inner ul {
    max-width: 264px;
    font-size: 1.8rem;
    text-align: right;
    width: 29.67%;
}
#businessPlastic .recycledBox .inner ul li {
    margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
#businessPlastic .recycledBox .inner {
    display: block;
}
#businessPlastic .recycledBox .inner p {
    margin: 0 auto 30px;
    max-width: inherit;
    text-align: right;
    width: 70%;
}
#businessPlastic .recycledBox .inner ul {
    margin: 0 auto;
    max-width: inherit;
    width: 70%;
}
#businessPlastic .recycledBox .inner ul li {
    margin-bottom: 30px;
}
#businessPlastic .recycledBox .inner ul li:last-of-type {
    margin-bottom: 0px;
}
}
/* ---------------------------------------- 

 - #businessEnvironmental
 
---------------------------------------- */
#businessEnvironmental {
margin-top: -100px;
padding-top: 100px;
}
/* #businessEnvironmental .wrapper .environmentBox
----------------------------------------- */
#Contents #businessEnvironmental.section {
    margin-bottom: 60px;
}
#businessEnvironmental .wrapper .environmentBox > dl {
    margin-top: 1em;
    margin-bottom: 30px;
}
#businessEnvironmental .wrapper .environmentBox > dl > dt {
    color: #F08300;
    font-size: 24px;
    font-weight: 700;
}
#businessEnvironmental .wrapper .environmentBox > dl > dd > dl {
    display: flex;
}
#businessEnvironmental .wrapper .environmentBox > dl > dd > dl > dt {
    border-right: solid 1px #000;
    font-size: 20px;
    padding-right: 1em;
}
#businessEnvironmental .wrapper .environmentBox > dl > dd > dl > dd {
    font-size: 20px;
    padding-left: 1em;
}
@media screen and (max-width: 768px) {
#businessEnvironmental .wrapper .environmentBox > dl > dd > dl {
    display: block;
    margin-bottom: 15px;
}
#businessEnvironmental .wrapper .environmentBox > dl > dd > dl > dt {
    border-right: none;
    border-bottom: solid 1px #000;
    display: inline-block;
    padding-right: 0;
}
#businessEnvironmental .wrapper .environmentBox > dl > dd > dl > dd {
    padding-left: 0;
}
}
/* #businessEnvironmental .wrapper .inner
----------------------------------------- */
#businessEnvironmental .wrapper .inner {
    display: flex;
        justify-content: flex-start;
}
#businessEnvironmental .wrapper .inner p {
    max-width: 455px;
    width: 51.13%;
}
#businessEnvironmental .wrapper .inner dl {
    padding-left: 23px;
}
#businessEnvironmental .wrapper .inner dl dt {
    background: #F08300;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    padding: 4px 15px 7px;
    /*color: #F08300;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;*/
}
#businessEnvironmental .wrapper .inner dl dd {
    font-size: 22px;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 768px) {
#businessEnvironmental .wrapper .inner {
    display: block;
}
#businessEnvironmental .wrapper .inner p {
    margin: 0 auto 30px;
    max-width: inherit;
    width: 70%;
}
#businessEnvironmental .wrapper .inner dl {
    padding-left: 0;
}
}
/* ---------------------------------------- 

 - #maintenanceGoals
 
---------------------------------------- */
#maintenanceGoals.section {
    margin-bottom: 0;
}
/* #maintenanceGoals dl.maintenance
----------------------------------------- */
#maintenanceGoals dl.maintenance {
    margin-top: 30px;
    margin-bottom: 65px;
}
#maintenanceGoals dl.maintenance dt {
    color: #F08300;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
#maintenanceGoals dl.maintenance dd ul {
    display: flex;
        justify-content: space-between;
}
#maintenanceGoals dl.maintenance dd ul li {
    font-size: 1.8rem;
    text-align: right;
    max-width: 210px;
    width: 23.71%;
}
@media screen and (max-width: 768px) {
#maintenanceGoals dl.maintenance {
    margin-top: 30px;
    margin-bottom: 0;
}
#maintenanceGoals dl.maintenance dd ul {
    display: flex;
        flex-wrap: wrap;
}
#maintenanceGoals dl.maintenance dd ul li {
    margin-bottom: 30px;
    max-width: inherit;
    width: 48%;
}
}
/* #maintenanceGoals .cleaning dl
----------------------------------------- */
#maintenanceGoals .cleaning {
    display: flex;
        justify-content: space-between;
}
#maintenanceGoals .cleaning dl {
    margin-bottom: 60px;
}
#maintenanceGoals .cleaning dl dt {
    color: #F08300;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
#maintenanceGoals .cleaning dl dd {
    font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
#maintenanceGoals .cleaning {
    display: block;
    margin-bottom: 30px;
}
#maintenanceGoals .cleaning dl {
    margin-bottom: 15px;
}
#maintenanceGoals .cleaning dl dd {
    text-align: justify;
}
#maintenanceGoals .cleaning p {
    margin: 0 auto;
    width: 70%;
}
}
/* #maintenanceGoals dl.others
----------------------------------------- */
#maintenanceGoals dl.others {

}
#maintenanceGoals dl.others dt {
    color: #F08300;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
#maintenanceGoals dl.others dd {
    font-size: 2.0rem;
}








