@charset "utf-8";



#main_box { line-height: 2.0; }



/* side_menu ----------------- */

li.btn141 {

  background-color: rgb(218,218,218);

  border-bottom-color: rgb(204,204,204) !important;

}

#side_box .side_menu li.btn141 > a {

  pointer-events:none;

  cursor: auto;

}

#side_box .side_menu li.btn141 > a::after {

  display: none;

}







/* contents ---- */



.lede {

  font-size: 21px;

  font-weight: 700;

}

.lede > span {

  font-size: 18px;

}



.bm_box {

  display: flex;

  flex-direction: row;

  align-items: center;

  padding: 16px;

  background-color: rgb(240,240,240);

  line-height: 1.3;

  font-size: 13px;

}

.bm_box > .item01 {

  display: flex;

  flex-direction: row;

  align-items: flex-end;

  width: calc(380 / 762 * 100%);

}

.bm_box .item02 {

  display: flex;

  flex-direction: row;

  align-items: center;

  flex-wrap: wrap;

  width: 50%;

}

.bm_box ._box {

  display: block;

  width: calc(108 / 190 * 100%);

  background-color: rgb(255,255,255);

}

.bm_box ._box > span {

  display: block;

  position: relative;

}

.bm_box ._box.item02_01 > .image {

  padding-top: calc(66 / 108 * 100%);

}

.bm_box ._box.item02_02 > .image {

  padding-top: calc(70 / 108 * 100%);

}

.bm_box ._box > .image::before {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  content: '';

}

.bm_box ._box.item02_01 > .image::before {

  height: calc(46 / 66 * 100%);

  background-image: url(../images/icon_img01.svg);

}

.bm_box ._box.item02_02 > .image::before {

  height: calc(54 / 70 * 100%);

  background-image: url(../images/icon_img02.svg);

}

.bm_box ._box > .text {

  display: block;

  padding: 4px 2px;

  text-align: center;

}



.bm_box ._arrow01 {

  width: calc(82 / 190 * 100%);

}

.bm_box ._arrow01 > span {

  display: block;

  position: relative;

  padding-bottom: 16px;

  text-align: center;

  font-size: 12px;

}

.bm_box ._arrow01 > span::before,

.bm_box ._arrow01 > span::after {

  display: block;

  position: absolute;

  bottom: 12px;

  transform: translate3d(0, 50%, 0);

  content: '';

}

.bm_box ._arrow01 > span::before {

  width: calc(100% - 9px);

  height: 2px;

  background-color: rgb(230,0,36);

}

.bm_box ._arrow01 > span::after {

  border-top: 6px transparent solid;

  border-bottom: 6px transparent solid;

}

.bm_box ._arrow01 > span:first-child::before {

  left: 0;

}

.bm_box ._arrow01 > span:first-child::after {

  right: 0;

  border-left: 10px rgb(230,0,36) solid;

}

.bm_box ._arrow01 > span:last-child::before {

  right: 0;

}

.bm_box ._arrow01 > span:last-child::after {

  left: 0;

  border-right: 10px rgb(230,0,36) solid;

}



.bm_box ._arrow02 {

  display: flex;

  justify-content: flex-start;

  width: 100%;

}

.bm_box ._arrow02 > span {

  display: flex;

  align-items: center;

  position: relative;

  height: 58px;

  text-align: center;

  font-size: 12px;

}

.bm_box ._arrow02 > span:first-child {

  padding-right: 16px;

}

.bm_box ._arrow02 > span:last-child {

  padding-left: 16px;

}

.bm_box ._arrow02 > span::before,

.bm_box ._arrow02 > span::after {

  display: block;

  position: absolute;

  content: '';

}

.bm_box ._arrow02 > span::before {

  width: 2px;

  height: calc(100% - 9px);

  background-color: rgb(230,0,36);

}

.bm_box ._arrow02 > span::after {

  border-right: 6px transparent solid;

  border-left: 6px transparent solid;

}

.bm_box ._arrow02 > span:first-child::before {

  right: 12px;

  bottom: 0;

  transform: translate3d(50%, 0, 0);

}

.bm_box ._arrow02 > span:first-child::after {

  right: 12px;

  top: 0;

  border-bottom: 10px rgb(230,0,36) solid;

  transform: translate3d(50%, 0, 0);

}

.bm_box ._arrow02 > span:last-child::before {

  left: 12px;

  top: 0;

  transform: translate3d(-50%, 0, 0);

}

.bm_box ._arrow02 > span:last-child::after {

  left: 12px;

  bottom: 0;

  border-top: 10px rgb(230,0,36) solid;

  transform: translate3d(-50%, 0, 0);

}



.bm_box .item01_02 {

  display: flex;

  flex-direction: column;

  position: relative;

  width: 50%;

}

.bm_box .item01_02 .logo {

  position: relative;

  width: 50%;

  margin-right: auto;

  margin-left: auto;

  padding-top: 25%;

}

.bm_box .item01_02 .logo > ._tri {

  display: block;

  position: absolute;

  top: 0;

  left: 50%;

  border-top: 2px rgb(150,150,150) solid;

  background-color: rgb(255,255,255);

  width: 100%;

  height: 100%;

  transform: translate3d(-50%, 0, 0);

}

.bm_box .item01_02 .logo > ._tri::before,

.bm_box .item01_02 .logo > ._tri::after {

  display: block;

  position: absolute;

  top: 0;

  width: 50%;

  height: 100%;

  background-color: rgb(255,255,255);

  content: '';

}

.bm_box .item01_02 .logo > ._tri::before {

  right: 75%;

  border-left: 3px rgb(150,150,150) solid;

  transform: matrix(1, 0, -1, 1, 0, 0);

}

.bm_box .item01_02 .logo > ._tri::after {

  left: 75%;

  border-right: 3px rgb(150,150,150) solid;

  transform: matrix(1, 0, 1, 1, 0, 0);

}

.bm_box .item01_02 .logo > .text {

  display: block;

  position: absolute;

  top: 16px;

  left: 50%;

  width: 75%;

  padding-top: 28%;

  background-image: url(/common/images/logo_dydo.svg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  transform: translate3d(-50%, 0, 0);

  z-index: 160;

}

.bm_box .item01_02 .logo > .text::after {

  display: block;

  position: absolute;

  top: calc(100% + 4px);

  width: 100%;

  padding-top: 21%;

  background-image: url(../images/text_pharma.svg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  content: '';

}



.bm_box .item01_02 > ul {

  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: center;

  position: relative;

  width: 100%;

  min-height: 256px;

  border: 2px rgb(150,150,150) solid;

  border-top-style: none;

  padding: 8px;

  background-color: rgb(255,255,255);

  z-index: 140;

}

.bm_box .item01_02 > ul > li:first-child {

  display: block;

  padding: 4px;

  background-color: rgb(255,248,235);

}



.bm_box ._glb {

  display: block;

  border: 1px rgb(150,150,150) solid;

  padding: 4px 8px;

  background-color: rgb(255,255,255);

  text-align: center;

}

.bm_box .item01_02 > ul > li:first-child > ul > li {

  position: relative;

}

.bm_box .item01_02 > ul > li:first-child > ul > li:nth-child(n+2) {

  margin-top: 40px;

}

.bm_box .item01_02 > ul > li:first-child > ul > li:nth-child(n+2)::before {

  display: block;

  position: absolute;

  left: 50%;

  bottom: 100%;

  width: 1px;

  height: 40px;

  background-color: rgb(150,150,150);

  content: '';

}

.bm_box .item01_02 > ul > li:first-child > ul > li:nth-child(2)::after {

  display: block;

  position: absolute;

  top: 50%;

  left: 100%;

  width: 12px;

  height: 1px;

  background-color: rgb(150,150,150);

  content: '';

}

.bm_box .item01_02 > ul > li:last-child {

  margin-left: 8px;

}





.bm_box > .item03 {

  width: calc(382 / 762 * 100%);

}

.bm_box > .item03 > ul {

  display: flex;

  flex-direction: row;

  align-items: center;

}

.bm_box > .item03 > ul > li {

  position: relative;

  width: calc(100% / 3);

}

.bm_box > .item03 > ul > li::before {

  display: block;

  position: absolute;

  top: 50%;

  right: 30px;

  width: calc(100% - 30px);

  height: 1px;

  background-color: rgb(150,150,150);

  content: '';

}

.bm_box > .item03 > ul > li > .item03_01 {

  display: block;

  position: absolute;

  bottom: 100%;

  left: 12px;

  width: 56px;

  height: 56px;

  border-radius: 50%;

  background-color: rgb(255,255,255);

}

.bm_box > .item03 > ul > li > .item03_01 .text {

  position: absolute;

  left: 0;

  width: 100%;

  top: 2px;

  text-align: center;

  font-size: 10px;

}

.bm_box > .item03 > ul > li > .item03_01 .image {

  position: absolute;

  left: 50%;

  top: 16px;

  width: 38px;

  height: 32px;

  background-image: url(../images/icon_img03.svg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  transform: translate3d(-50%, 0, 0);

}

.bm_box > .item03 > ul > li > .item03_02 {

  display: block;

  position: relative;

  width: 60px;

  margin-left: auto;

}

.bm_box > .item03 > ul > li > .item03_02 > .image {

  display: block;

  position: relative;

  padding-top: 100%;

}

.bm_box > .item03 > ul > li > .item03_02 > .image::before {

  display: block;

  position: absolute;

  right: 0;

  bottom: 0;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  transform: translate3d(0, 0, 0);

  content: '';

}

.bm_box > .item03 > ul > li:nth-child(1) > .item03_02 > .image::before {

  width: calc(53 / 60 * 100%);

  height: calc(56 / 60 * 100%);

  background-image: url(../images/icon_img04.svg);

}

.bm_box > .item03 > ul > li:nth-child(2) > .item03_02 > .image::before {

  right: -4px;

  width: calc(68 / 60 * 100%);

  height: calc(56 / 60 * 100%);

  background-image: url(../images/icon_img05.svg);

}

.bm_box > .item03 > ul > li:nth-child(3) > .item03_02 > .image::before {

  height: calc(52 / 60 * 100%);

  background-image: url(../images/icon_img06.svg);

}

.bm_box > .item03 > ul > li > .item03_02 > .text {

  display: block;

  padding-top: 4px;

  text-align: center;

}



@media screen and (max-width:767px) {

  .bm_box {

    flex-wrap: wrap;

  }

  .bm_box > .item01 {

    width: 100%;

  }

  .bm_box > .item01 {

    width: 100%;

  }

  .bm_box > .item03 {

    width: 100%;

    padding-left: 50%;

  }

  .bm_box > .item03 > ul {

    flex-direction: column;

  }

  .bm_box > .item03 > ul > li {

    width: 100%;

    margin-top: 32px;

  }

  .bm_box > .item03 > ul > li > .item03_02 {

    margin-right: auto;

  }

  .bm_box > .item03 > ul > li > .item03_01 {

    top: -24px;

    bottom: auto;

    left: -24px;

    right: auto;

  }

  .bm_box > .item03 > ul > li::before {

    top: -32px;

    right: 50%;

    width: 1px;

    height: calc(100% - 30px);

  }

  

}





html[lang="en"] .bm_box ._box > .text {

  font-size: 10px;

}

html[lang="en"] .bm_box ._arrow01 > span,

html[lang="en"] .bm_box ._arrow02 > span {

  font-size: 10px;

}

html[lang="en"] .bm_box ._arrow02 {

  margin-left: -16px;

}



html[lang="en"] .bm_box ._glb {

  padding: 2px 1px;

  font-size: 10px;

  word-break: break-all;

}

html[lang="en"] .bm_box .item01_02 > ul > li:first-child > ul > li:nth-child(n+2) {

  margin-top: 20px;

}

html[lang="en"] .bm_box .item01_02 > ul > li:first-child > ul > li:nth-child(n+2)::before {

  height: 20px;

}



@media screen and (min-width:768px) {

  html[lang="en"] .bm_box > .item03 > ul > li > .item03_02 {

    padding-bottom: 16px;

  }

  html[lang="en"] .bm_box > .item03 > ul > li > .item03_02 > .text {

    position: absolute;

    top: calc(100% - 16px);

    font-size: 10px;

  }

}

@media screen and (max-width:767px) {

  html[lang="en"] .bm_box > .item03 > ul > li > .item03_02 > .text {

    font-size: 10px;

  }

}





















































