@charset "UTF-8";

/*＝＝＝＝＝下層ページ共通＝＝＝＝＝*/
.LowMain {
    background-color: #a80022;
    border-bottom: 8px solid #ddb078;
    color: #ddb078;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
}
.LowMain .Catch ul.Bread {
    font-weight: normal;
    color: #fff;
    font-size: .85em;
    display: flex;
    justify-content: flex-start;
}
.LowMain .Catch ul.Bread li {

}
.LowMain .Catch ul.Bread li a {
    color: #fff;
}
.LowMain .Catch ul.Bread li a:after {
    content: ">";
    margin: 0 .4em;
}
.LowMain .Catch h2 {
    color: #fff;
    margin-top: .9em;
    margin-bottom: .9em;
}

#Low section {
    padding-top: 40px;
    padding-bottom: 60px;
}
#Low #LineUp #intro h2 {
    margin-bottom: .3em;
}
#Low #LineUp #intro h3 {
    font-size: 1.1em;
    color: #a80022;
    margin-bottom: 1em;
}
/*＝＝＝＝＝下層ページ共通＝＝＝＝＝*/

/*＝＝＝＝＝商品一覧＝＝＝＝＝*/
#Low #LineUp .Conte .Inner .LineListBox {
    width: 100%;
    max-width: 720px;
    display: flex;
    gap: 5%;
    justify-content: space-between;
    margin-bottom: 56px;
}
@media (max-width: 800px) {
    #Low #LineUp .Conte .Inner .LineListBox {
        flex-direction: column;
    }
}
#Low #LineUp .Conte .Inner .LineListBox .thum {
    width: 38%;
}
@media (max-width: 800px) {
    #Low #LineUp .Conte .Inner .LineListBox .thum {
        width: 50%;
    }
}
#Low #LineUp .Conte .Inner .LineListBox .LineListContent {
    width: 57%;
}
@media (max-width: 800px) {
    #Low #LineUp .Conte .Inner .LineListBox .LineListContent {
        width: 100%;
    }
}
#Low #LineUp .Conte .Inner .LineListBox .LineListContent a {
    color: #a80022;
    display: flex;
    align-items: center;
}

#Low #LineUp .Conte .Inner .LineListBox .LineListContent a:before {
    content: "";
    margin-right: 8px;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(../img/common/btn_allow.svg);
    background-size: 38px;
    background-position: center;
    background-repeat: no-repeat;
}
/*＝＝＝＝＝商品一覧＝＝＝＝＝*/



/*＝＝＝＝＝商品ページ＝＝＝＝＝*/
#LineUp #intro .Conte .IntroInnerFlex {
    display: flex;
    gap: 38px;
    justify-content: space-between;
}
#LineUp #intro .Conte .IntroInnerFlex .Contents {
    width: 45%;
    line-height: 1.7;
}
#LineUp #intro .Conte .IntroInnerFlex .Photo {
    width: 53%;
    margin-top: 6px;
}
@media (max-width: 800px) {
    #LineUp #intro .Conte .IntroInnerFlex {
        flex-direction: column;
    }
    #LineUp #intro .Conte .IntroInnerFlex .Contents {
        width: 100%;
    }
    #LineUp #intro .Conte .IntroInnerFlex .Photo {
        width: 100%;
    }
}

#LineUp #intro .Conte .PhotoTwoStep {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1.5fr;
}
@media (max-width: 800px) {
    #LineUp #intro .Conte .PhotoTwoStep {
        grid-template-columns: 1fr;
    }
}
#LineUp #intro .Conte .PhotoTwoStep a {
    background-color: #f5e7d6;
    border-radius: 12px;
    padding: 1em 2em;
    color: #000;
}
#LineUp #intro .Conte .PhotoTwoStep a dl {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
}
#LineUp #intro .Conte .PhotoTwoStep a dl figure {
    width: 56%;
    min-width: 160px;
    margin: 2px auto;
}
#LineUp #intro .Conte .PhotoTwoStep a dl dt {
    padding: 6px 0;
    color: #a80022;
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 1.08em;
    font-weight: bold;
}
#LineUp #intro .Conte .PhotoTwoStep a dl dd {
    padding: 0 26px;
    margin: auto;
}

#LineUp #ProductCatalog .ProductLineUp,
#LineUp #ProductLineUp .ProductLineUp {
    border-top: 2px solid #ddb078;
}
#LineUp #ProductLineUp .ProductLineUp .ProductLineUpBox {
    margin-top: 50px;
    padding: 50px;
    background-color: #f6e5e9;
}
#LineUp #ProductLineUp .ProductLineUp .ProductLineUpBox .grid {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (max-width: 800px) {
    #LineUp #ProductLineUp .ProductLineUp .ProductLineUpBox .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
#LineUp #ProductLineUp .ProductLineUp .ProductLineUpBox a {
    display: block;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    color: #000;
}
#LineUp #ProductLineUp .ProductLineUp .ProductLineUpBox a dl {
    display: flex;
    flex-direction: column;
}
#LineUp #ProductLineUp .ProductLineUp .ProductLineUpBox a dl figure img {
    width: 100%;
}
#LineUp #ProductLineUp .ProductLineUp .ProductLineUpBox a dl dt {
    padding: 16px 20px 6px;
    color: #a80022;
    display: flex;
    gap: 6px;
    font-size: 1.08em;
    font-weight: bold;
}
#LineUp #ProductLineUp .ProductLineUp .ProductLineUpBox a dl dd {
    padding: 2px 20px 14px;
}


#LineUp #ProductCatalog .ProductLineUp {
    border-top: 2px solid #ddb078;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 {
    display: grid;
    gap: 35px;
    grid-template-columns: 110fr 51fr;
    margin-top: 50px;
}
@media (max-width: 800px) {
    #LineUp #ProductCatalog .ProductLineUp .Block2 {
        grid-template-columns: 1fr;
    }
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01,
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea02 {
    border-radius: 12px;
    background-color: #f6e5e9;
    padding: 52px 38px 28px;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 {
    display: flex;
    flex-direction: column;
}

#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 .PhotoArea {
    display: grid;
    gap: 32px;
    grid-template-columns: 28fr 28fr 29fr;
    grid-auto-rows: 100%;
    align-items: baseline;
}
@media (max-width: 800px) {
    #LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 .PhotoArea {
        display: block;
    }
}

#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 .PhotoArea figure,
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea02 figure {
    position: relative;
}
@media (max-width: 800px) {
    #LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 .PhotoArea figure {
        width: 72%;
        margin: 10px auto;
    }
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 .PhotoArea figure .Icon {
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: #fff;
    width: 43px;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea02 figure {
    width: 72%;
    margin-right: auto;
    margin-left: auto;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea02 figure .Icon {
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: #fff;
    width: 43px;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 .PhotoArea figure,
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea02 figure {
    margin-bottom: 20px;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 .Detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea01 .Detail div {
    color: #a80022;
    font-size: 1.08em;
    font-weight: bold;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea02 dt {
    padding: 6px 0;
    color: #a80022;
    display: flex;
    gap: 6px;
    font-size: 1.08em;
    font-weight: bold;
    line-height: 1.3;
}
#LineUp #ProductCatalog .ProductLineUp .Block2 .PinkArea02 dt a {
    color: #a80022;
}

#LineUp #intro .CalendarKinds {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 800px) {
    #LineUp #intro .CalendarKinds {
        grid-template-columns: 1fr!important;
    }
}
#LineUp #intro .CalendarKinds dl {
    background-color: #f5e7d6;
    border-radius: 20px;
    padding: 25px 30px;
}
#LineUp #intro .CalendarKinds dl dt {
    font-weight: bold;
    font-size: 1.1em;
}
#LineUp #intro .CalendarKinds dl dd {
    font-size: .97em;
    text-align: justify;
}
/*＝＝＝＝＝商品ページ＝＝＝＝＝*/


/*＝＝＝＝＝会社概要ページ＝＝＝＝＝*/

#Low #Company #intro {
    background-image: url(../img/company/bg_main.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#Low #Company #intro h2,
#Low #Company #intro h3,
#Low #Company #intro p {
    color: #fff;
    text-shadow: 0 0 6px #333,
               0 0 6px #333,
               0 0 6px #333,
               0 0 6px #333,
               0 0 6px #333;
}
#Low #Company #intro p {
    font-size: 1.2em;
}
@media (max-width: 800px) {
    #Low #Company #intro p {
        font-size: 1em;
    }
}
#Low #Company #intro .Contents {
    width: 64%;
    min-width: 500px;
    max-width: 640px;
    margin-bottom: 30px;
}
@media (max-width: 800px) {
    #Low #Company #intro .Contents {
        width: 100%;
        max-width: 100%;
    }
}
#Low #Company #intro .Contents .SubTitle {
    background-color: #a80022;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 18px;
}
#Low #Company #intro .Contents ul {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, 1fr);
}
#Low #Company #intro .Contents ul li {
    background-color: rgba(255, 255, 255, .88);
    color: #a80022;
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
}
#Low #Company #Message {
    padding-top: 70px;
}
#Low #Company #Message .Conte .Inner .InnerInner {
    width: 100%;
    max-width: 900px;
}
#Low #Company #Message .President {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 800px) {
    #Low #Company #Message .President {
        flex-direction: column;
    }
}
#Low #Company #Message .President .Photo {
    width: 42%;
}
@media (max-width: 800px) {
    #Low #Company #Message .President .Photo {
        width: 64%;
    }
}
#Low #Company #Message .President .Photo img {
    border-radius: 10px;
    margin-top: 10px;
}
#Low #Company #Message .President .Catch {
    font-size: 1.65em;
    font-weight: bold;
    color: #a80022;
}
@media (max-width: 800px) {
    #Low #Company #Message .President .Catch {
        font-size: 1.55em;
        width: 100%;
    }
}
#Low #Company #Message .Greeting .PresidentName p {
    text-align: right;
}
#Low #Company #Message .Greeting .PresidentName figure {
    margin-right: 0;
    margin-left: auto;
    width: 8em;
}
#Low #Company #Overview .Conte .Inner .InnerInner {
    width: 100%;
    max-width: 1000px;
}
#Low #Company #Overview dl {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
    flex-wrap: nowrap;
}
@media (max-width: 800px) {
    #Low #Company #Overview dl {
        flex-direction: column;
    }
}
#Low #Company #Overview dl:last-of-type {
    border-bottom: none;
}
#Low #Company #Overview dl dt {
    padding: 2em 1.5em;
    width: 15%;
    min-width: 9em;
    background-color: #f6e5e9;
}
#Low #Company #Overview dl dd {
    padding: 2em 1em 2em 3em;
}
@media (max-width: 800px) {
    #Low #Company #Overview dl dt {
        width: 100%;
        padding: .5em 1em;
    }
}
@media (max-width: 800px) {
    #Low #Company #Overview dl dd {
        width: 100%;
        padding: .5em 1em;
    }
}

#Low #Company #History .Conte .Inner .InnerInner {
    width: 100%;
    max-width: 1000px;
}
#Low #Company #History dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
@media (max-width: 800px) {
    #Low #Company #History dl {
        flex-direction: column;
    }
}
#Low #Company #History dl:nth-child(even) {
    background-color: #f6e5e9;
}
#Low #Company #History dl dt {
    padding: 2em 1.5em;
    width: 23%;
    min-width: 12em;
    display: flex;
    justify-content: space-between;
}
#Low #Company #History dl dd {
    padding: 2em 1em 2em 3em;
}
@media (max-width: 800px) {
    #Low #Company #History dl dt {
        width: 100%;
        padding: 1em 1em 0.5em;
        justify-content: flex-start;
    }
}
@media (max-width: 800px) {
    #Low #Company #History dl dd {
        width: 100%;
        padding: 0em 1em 1em;
    }
}
#Low #Company #History dl dt.FlexColumn {
    flex-direction: column;
}
#Low #Company #History dl dt.FlexColumn .Month {
    text-align: right;
}
@media (max-width: 800px) {
    #Low #Company #History dl dt.FlexColumn .Month {
        display: none;
    }
}
#Low #Company #Access .Conte .Inner .InnerInner {
    width: 100%;
    max-width: 900px;
}
#Low #Company #Access .Address {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}
@media (max-width: 800px) {
    #Low #Company #Access .Address {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}
#Low #Company #Access .Address .Photo {
    width: 42%;
}
#Low #Company #Access .Address .Photo img {
    border-radius: 10px;
    margin-top: 10px;
}
@media (max-width: 800px) {
    #Low #Company #Access .Address .Photo {
        width: 64%;
    }
}
#Low #Company #Access .Address .AddressBox {
    width: calc(58% - 60px);
}
@media (max-width: 800px) {
    #Low #Company #Access .Address .AddressBox {
        width: 100%;
    }
}
#Low #Company #Access .Address .AddressBox h3 {
    color: #a80022;
    font-size: 1.5em;
}
/*＝＝＝＝＝会社概要ページ＝＝＝＝＝*/

/*＝＝＝＝＝よくある質問ページ＝＝＝＝＝*/
.AccordionArea {
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 740px;
    overflow: hidden;
}
.AccordionArea .accordion_title {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 1em;
    padding-right: 1em;
    color: #a80022;
}
.AccordionArea .accordion_title p {
    display: flex;
    padding-right: 3.5em;
    font-weight: 500;
}
.AccordionArea .accordion_title p:before {
    content: "Q.";
    margin-right: .5em;
}
.AccordionArea .accordion_content {
    padding-left: 1em;
    padding-right: 1em;
    background-color: #efefef;
    border-top: 1px solid #fff;
}
.AccordionArea .accordion_content.show {
    border-top: 1px solid #a3a3a3;
}
.AccordionArea .accordion_content div {
    display: flex;
    padding-top: 28px;
    padding-bottom: 28px;
}
.AccordionArea .accordion_content div:before  {
    content: "A.";
    margin-right: .5em;
}
/*.AccordionArea .accordion_content.show div {
    padding-top: 28px;
    padding-bottom: 28px;
}*/

.arrow {
  position: relative;
  display: inline-block;
  width: 18.6px;
  height: 13.5px;
}
/*＝＝＝＝＝よくある質問ページ＝＝＝＝＝*/

/*＝＝＝＝＝採用情報ページ＝＝＝＝＝*/
#Low #Recruit #intro .Inner {
    /*width: 100%;*/
    width: calc(100vw - ((100vw - 1100px) / 2));
    max-width: 100%;
    margin-left: calc((100vw - 1100px) / 2);
    margin-right: 0;
}
@media (max-width: 1100px) {
    #Low #Recruit #intro .Inner {
        margin-left: 2%;
        max-width: 98%;
    }
}
#Low #Recruit #intro .Inner .introTwoBlock {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
@media (max-width: 800px) {
    #Low #Recruit #intro .Inner .introTwoBlock {
        flex-direction: column;
    }
}
#Low #Recruit #intro .Inner .introTwoBlock .Text {
    width: 42%;
}
#Low #Recruit #intro .Inner .introTwoBlock .Photo {
    width: 58%;
}
#Low #Recruit #intro .Inner .introTwoBlock .Photo img {
    margin-top: -40px;
}
@media (max-width: 1100px) {
    #Low #Recruit #intro .Inner .introTwoBlock .Text {
        width: 45%;
    }
}
@media (max-width: 800px) {
    #Low #Recruit #intro .Inner .introTwoBlock .Text {
        margin-right: 2%;
        width: 98%;
        margin-bottom: 30px;
    }
}
@media (max-width: 1100px) {
    #Low #Recruit #intro .Inner .introTwoBlock .Photo {
        width: 55%;
    }
}
@media (max-width: 800px) {
    #Low #Recruit #intro .Inner .introTwoBlock .Photo {
        width: 100%;
    }
    #Low #Recruit #intro .Inner .introTwoBlock .Photo img {
        margin-top: 0;
    }
}
#Low #Recruit #intro .Inner h3 {
    font-size: 1.35em;
    color: #a80022;
    line-height: 1.5;
    letter-spacing: -.8px;
}

#Low #Recruit #RecInfo .Conte .Inner .InnerInner {
    width: 100%;
    max-width: 1000px;
}
#Low #Recruit #RecInfo dl {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
    flex-wrap: nowrap;
}
@media (max-width: 800px) {
    #Low #Recruit #RecInfo dl {
        flex-direction: column;
    }
}
#Low #Recruit #RecInfo dl:last-of-type {
    border-bottom: none;
}
#Low #Recruit #RecInfo dl dt {
    padding: 2em 1.5em;
    width: 15%;
    min-width: 9em;
    background-color: #f6e5e9;
}
#Low #Recruit #RecInfo dl dd {
    padding: 2em 1em 2em 3em;
}
@media (max-width: 800px) {
    #Low #Recruit #RecInfo dl dt {
        width: 100%;
        padding: .5em 1em;
    }
}
@media (max-width: 800px) {
    #Low #Recruit #RecInfo dl dd {
        width: 100%;
        padding: .5em 1em;
    }
}
/*＝＝＝＝＝採用情報ページ＝＝＝＝＝*/

/*＝＝＝＝＝環境への取り組み＝＝＝＝＝*/
#Low #Environment #intro .Inner {
    /*width: 100%;*/
    width: calc(100vw - ((100vw - 1100px) / 2));
    max-width: 100%;
    margin-left: calc((100vw - 1100px) / 2);
    margin-right: 0;
}
@media (max-width: 1100px) {
    #Low #Environment #intro .Inner {
        margin-left: 2%;
        max-width: 98%;
    }
}
#Low #Environment #intro .Inner h3,
#Low #Environment #Yokohama .Inner h3 {
    font-size: 1.35em;
    color: #a80022;
    line-height: 1.5;
    letter-spacing: -.8px;
}
#Low #Environment #intro .Inner .introTwoBlock {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
@media (max-width: 800px) {
    #Low #Environment #intro .Inner .introTwoBlock {
        flex-direction: column;
    }
}
#Low #Environment #intro .Inner .introTwoBlock .Text {
    width: 42%;
}
#Low #Environment #intro .Inner .introTwoBlock .Photo {
    width: 58%;
}
#Low #Environment #intro .Inner .introTwoBlock .Photo img {
    margin-top: -40px;
}
@media (max-width: 1100px) {
    #Low #Environment #intro .Inner .introTwoBlock .Text {
        width: 45%;
    }
}
@media (max-width: 800px) {
    #Low #Environment #intro .Inner .introTwoBlock .Text {
        margin-right: 2%;
        width: 98%;
        margin-bottom: 30px;
    }
}
@media (max-width: 1100px) {
    #Low #Environment #intro .Inner .introTwoBlock .Photo {
        width: 55%;
    }
}
@media (max-width: 800px) {
    #Low #Environment #intro .Inner .introTwoBlock .Photo {
        width: 100%;
    }
    #Low #Environment #intro .Inner .introTwoBlock .Photo img {
        margin-top: 0;
    }
}

#Low #Environment #Yokohama .Attempt {
    display: flex;
    gap: 4%;
    margin-bottom: 30px;
}
@media (max-width: 800px) {
    #Low #Environment #Yokohama .Attempt {
        display: block;
        margin-bottom: 50px;
    }
}
#Low #Environment #Yokohama .Attempt .AttemptText {
    width: 58%;
}
#Low #Environment #Yokohama .Attempt .AttemptMark {
    width: 38%;
}
@media (max-width: 800px) {
    #Low #Environment #Yokohama .Attempt .AttemptText,
    #Low #Environment #Yokohama .Attempt .AttemptMark {
        width: 100%;
    }
}
#Low #Environment #Yokohama .Attempt .AttemptMark figure.Item01 {
    width: 40%;
}
#Low #Environment #Yokohama .Attempt .AttemptMark figure.Item02 {
    width: 68%;
}
@media (max-width: 800px) {
    #Low #Environment #Yokohama .Attempt .AttemptMark figure {
        margin-right: auto;
        margin-left: auto;
    }
}

#Low #Environment #SDGs .item {
    display: flex;
    gap: 3%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
@media (max-width: 800px) {
    #Low #Environment #SDGs .item {
        display: block;
    }
}
#Low #Environment #SDGs .item:last-of-type {
    border-bottom: none;
}
#Low #Environment #SDGs .item .sdgs-icon {
    width: 11%;
    margin-top: 6px;
}
@media (max-width: 800px) {
    #Low #Environment #SDGs .item .sdgs-icon {
        width: 24%;
        margin: 0 auto 18px;
    }
}
#Low #Environment #SDGs .item dl.item-text {
    width: 55%;
}
@media (max-width: 800px) {
    #Low #Environment #SDGs .item dl.item-text {
        width: 100%;
    }
}
#Low #Environment #SDGs .item dl.item-text div {
    color: #a80022;
    font-size: 1.1em;
    font-weight: 500;
}
#Low #Environment #SDGs .item dl.item-text dt {
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 2px;
}
@media (max-width: 800px) {
    #Low #Environment #SDGs .item dl.item-text div,
    #Low #Environment #SDGs .item dl.item-text dt {
        font-size: 1em;
    }
}
#Low #Environment #SDGs .item dl.item-text dt:before {
    content: "■";
    margin-right: .1em;
}
#Low #Environment #SDGs .item dl.item-text dd {
    margin-bottom: 20px;
    font-size: .98em;
    line-height: 1.6;
}
#Low #Environment #SDGs .item div.item-photo {
    width: 28%;
    font-size: .85em;
}
@media (max-width: 800px) {
    #Low #Environment #SDGs .item div.item-photo {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
#Low #Environment #SDGs .item div.item-photo figure {
    margin-bottom: 20px;
}
@media (max-width: 800px) {
    #Low #Environment #SDGs .item div.item-photo figure {
        width: 48%;
    }
}
/*＝＝＝＝＝環境への取り組み＝＝＝＝＝*/

/*＝＝＝＝＝お知らせ＝＝＝＝＝*/
#Low #News .Inner .Inner900 {
    width: 96%;
    max-width: 900px;
    margin-left: 0;
    margin-right: auto;
}
#Low #News .Inner .Inner900 a dl {
    display: flex;
    color: #000;
    padding: 1.2em 0;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 800px) {
    #Low #News .Inner .Inner900 a dl {
        flex-direction: column;
    }
}
#Low #News .Inner .Inner900 a dl dt {
    width: 7em;
}
#Low #News .Inner .Inner900 a dl dd {
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
#Low #News .Inner .Inner900 a dl dd:after {
    content: "";
    margin-left: 8px;
    display: inline-block;
    width: 35px;
    min-width: 35px;
    height: 35px;
    background-image: url(../img/common/btn_allow.svg);
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
}
#Low #News .NewsTitle {
    border-bottom: 2px solid #ddb078;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
/*＝＝＝＝＝お知らせ＝＝＝＝＝*/



/*＝＝＝＝＝個人情報系＝＝＝＝＝*/
#Low #Privacy .Inner .Inner900 {
    width: 96%;
    max-width: 900px;
    margin-left: 0;
    margin-right: auto;
}
#Low #Privacy h3 {
    font-size: 1.3em;
    margin-bottom: 4px;
}
#Low #Privacy .Inner .Inner900 .Content {
    margin-left: 1.6em;
    line-height: 1.6;
}
#Low #Privacy .Inner .Inner900 table {
    width: 100%;
    font-size: .9em;
    border-collapse:  collapse;
    margin-top: 6px;
}
#Low #Privacy .Inner .Inner900 table th,
#Low #Privacy .Inner .Inner900 table td {
    border: 1px solid #000;
    padding: .5em .8em;
}
#Low #Privacy .Inner .Inner900 table th {
    background-color: #e6e6e6;
}
#Low #Privacy .Inner .Inner900 ul {
    list-style-type: disc;
}
#Low #Privacy .Inner .Inner900 ul li {
    margin-left: 1em;
}
#Low #Privacy .Inner .Inner900 .ml1em {
    margin-left: 1.1em;
    font-size: .86em;
}

#Low #Privacy .Inner .Inner900 .Date {
    margin-left: auto;
    margin-right: 0;
    line-height: 1.3;
    margin-bottom: 25px;
    width: fit-content;
    text-align: right;
    font-size: .85em;
}
#Low #Privacy .Inner .Inner900 p.indent {
    text-indent: 1em;
}

#Low #Privacy .PresidentName p {
    text-align: right;
    line-height: 1.5;
}
#Low #Privacy .PresidentName figure {
    margin-right: 0;
    margin-left: auto;
    width: 8em;
}
#Low #Privacy .Madoguchi {
    font-size: .94em;
    line-height: 1.6;
    padding: 1em;
    border: 1px solid #000;
    width: fit-content;
}
@media (max-width: 800px) {
    #Low #Privacy .Madoguchi {
        width: 100%;
    }
}
/*＝＝＝＝＝個人情報系＝＝＝＝＝*/

/*＝＝＝＝＝サイトマップ＝＝＝＝＝*/
#Low #Sitemap .Smap {
    display: flex;
    gap: 0px 50px;
    width: fit-content;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 0;
}
#Low #Sitemap .Smap ul {
    width: 46%;
}
@media (max-width: 800px) {
    #Low #Sitemap .Smap ul {
        width: 100%;
    }
}
#Low #Sitemap .Smap ul.ToTop {
    width: 100%;
}
#Low #Sitemap .Smap ul li {
    padding: 12px 1em;
    border-bottom: 1px solid #ddd;
}
#Low #Sitemap .Smap ul li.indent {
    margin-left: 1em;
}

#Low #Sitemap .Smap ul li a {
    color: #000;
    display: flex;
    align-items: center;
}
#Low #Sitemap .Smap ul li a:before {
    content: "";
    margin-right: 8px;
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url(../img/common/btn_allow.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
/*＝＝＝＝＝サイトマップ＝＝＝＝＝*/
