@charset "utf-8";



#main_box { line-height: 2.0; }



/* side_menu ----------------- */

li.btn111 {

  background-color: rgb(218,218,218);

  border-bottom-color: rgb(204,204,204) !important;

}

li.btn111 > a {

  pointer-events:none;

  cursor: auto;

}

#side_box .side_menu li.btn111 > a::after {

  display: none;

}





/* contents ---- */



.sustainability_delights #main_box .img01 {

  width: calc(340 / 794 * 100%);

  margin-left: 20px;

}

.sustainability_delights #main_box .img03 {

  max-width: 660px;

}

.sustainability_delights #main_box .img04 {

  width: calc(240 / 794 * 100%);

  margin-left: 20px;

}

.sustainability_delights #main_box .img07 {

}

.sustainability_delights #main_box .img08 {

  width: calc(310 / 794 * 100%);

  margin-left: 20px;

}



.box03_01 {

  

}

.box03_01 .text01 {

  font-size: 112.5%;

  line-height: 1.4;

}

html[lang="en"] .box03_01 .text01 {

  font-weight: 700;

}

.box03_01 > ul {

  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: flex-start;

  position: relative;

}

.box03_01 > ul::before {

  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  width: 80%;

  height: 130%;

  background-color: rgb(174,174,174);

  transform: translate3d(-50%, -50%, 0);

  content: '';

}

.box03_01 > ul > li {

  position: relative;

}

.box03_01 > ul > .icon_box {

  position: relative;

  z-index: 100;

  width: 130px;

  border: 2px rgb(154,154,154) solid;

  background-color: rgb(255,255,255);

}

html[lang="en"] .box03_01 > ul > .icon_box {

  line-height: 1.3;

  word-break: break-all;

}

.box03_01 > ul > .text_box {

  width: calc(100% - 260px);

  margin-top: 8px;

  background-color: rgb(255,255,255);

}

.box03_01 > ul > .text_box .text02 {

  position: relative;

  padding-top: 16px;

  padding-right: 16px;

  padding-bottom: 16px;

  padding-left: 27%;

  line-height: 1.2;

  text-align: left;

}

.box03_01 > ul > .text_box .text02::before {

  display: block;

  position: absolute;

  left: 3%;

  top: 16px;

  width: 22%;

  padding-top: 7%;

  background-image: url(/common/images/logo_daido.svg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  content: '';

}

.box03_01 > ul > .text_box .text02::after {

  display: block;

  position: absolute;

  top: 0;

  right: -15px;

  width: 24px;

  height: 100%;

  background-color: rgb(174,174,174);

  transform: matrix(1, 0, 0.218, 1, 0, 0);

  content: '';

}

.box03_01 > ul > .text_box  > ul {

  display: flex;

  flex-direction: row;

  justify-content: center;

  position: absolute;

  z-index: 120;

  top: calc(100% + 6px);

  left: 50%;

  transform: translate3d(-50%, 0, 0);

}

.box03_01 > ul > .text_box  > ul > li {

  position: relative;

  width: 140px;

  padding: 4px 0;

  background-color: rgb(2,102,177);

  color: rgb(255,255,255);

  font-size: 14px;

}

html[lang="en"] .box03_01 > ul > .text_box > ul > li {

  line-height: 1.3;

}

.box03_01 > ul > .text_box  > ul > li:nth-child(2n+1) {

  margin-right: 6px;

}

.box03_01 > ul > .text_box  > ul > li:nth-child(2n) {

  margin-left: 6px;

}

.box03_01 > ul > .text_box  > ul > li::before {

  display: block;

  position: absolute;

  bottom: 100%;

  border-bottom: 12px rgb(2,102,177) solid;

  border-right: 7px transparent solid;

  border-left: 7px transparent solid;

  content: '';

}

.box03_01 > ul > .text_box  > ul > li:nth-child(2n+1)::before {

  right: 10%;

}

.box03_01 > ul > .text_box  > ul > li:nth-child(2n)::before {

  left: 10%;

}

@media screen and (max-width:767px) {

  .box03_01 {

    padding-bottom: 24px;

  }

  .box03_01 > ul {

    font-size: 11px;

  }

  .box03_01 > ul > .icon_box {

    width: 72px;

    line-height: 1.2;

  }

  .box03_01 > ul > .text_box {

    width: calc(100% - 144px);

  }

  .box03_01 > ul > .text_box .text02 {

    padding-top: 24px;

    padding-right: 12px;

    padding-bottom: 8px;

    padding-left: 6px;

  }

  .box03_01 > ul > .text_box .text02::before {

    top: 3px;

    left: 6px;

    width: 52px;

    padding-top: 18px;

  }

  .box03_01 > ul > .text_box > ul > li {

    width: 100px;

    padding: 0;

    font-size: 10px;

  }

}









