/* =============================================
 個別カラー設定
============================================= */
.color_hadakojisui {
  --material-color: #D46988;
}

.color_celabio {
  --material-color: #ff5f00;
}

.color_unifine {
  --material-color: #1d64dc;
}

.color_immunol {
  --material-color: #b32fea;
}

.color_rosecrysta {
  --material-color: #f28f01;
}

.color_ricetect {
  --material-color: #7030a0;
}

.color_lactibiorose {
  --material-color: #ff1493;
}

.color_yukime {
  --material-color: #6489b3;
}

.color_sensepur {
  --material-color: #00b700;
}

.color_solweed {
  --material-color: #5f5a35;
}

/* =============================================
   共通style
   ============================================= */
.entry-header {
  display: none
}

section:last-child {
  margin-bottom: 240px
}

ul,
li {
  list-style-type: none
}

img {
  width: 100%;
  height: auto
}

@media screen and (max-width: 650px) {
  .w960 {
    width: 90%
  }
}

.flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px
}

@media screen and (max-width: 650px) {
  .flex {
    display: block;
    margin-top: 30px
  }
}

.flex_item {
  width: 45%;
  align-self: flex-start;
}

@media screen and (max-width: 650px) {
  .flex_item {
    width: 100%;
    margin-top: 30px
  }
}

.flex_item img {
  max-width: 375px
}

.flex_item .small_box {
  margin-top: 15px
}

@media screen and (max-width: 650px) {
  .flex_item .small_box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
  }
}

.small_box {
  border: 1px solid #000;
  padding: 15px;
}

@media screen and (max-width: 650px) {
  .small_box {
    /* width: 300px; */
    width: 100%;
  }
}


/* PC-SP表示切り替え */
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

/* SP用改行 */
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/* PC用改行 */
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}


.top .flex {
  margin: 60px auto 0
}

@media screen and (max-width: 650px) {
  .top h1 {
    font-size: 40px
  }
}

.top .repre_name {
  width: 100%
}

.top dl {
  margin: 30px auto 0 !important
}

.top dl dt {
  width: 150px;
  margin-bottom: 15px
}

.top .top_t-box {
  border: 2px solid #0C449B;
  width: 100%;
  max-width: 956px
}

.top .top_txt {
  padding: 15px;
  display: table;
  margin: auto;
  text-align: left;
}

.top .top_img_cosme {
  width: 200px
}

@media screen and (max-width: 650px) {
  .top .top_img_cosme {
    width: 40%;
    margin: 30px auto 0
  }
}

.top .top_img_food {
  width: 300px
}

@media screen and (max-width: 650px) {
  .top .top_img_food {
    width: 90%;
    margin: 30px auto 0
  }
}

@media screen and (max-width: 650px) {
  .m60_60 {
    margin: 30px auto 60px
  }
}

.title01 {
  padding: 30px 0
}

.title02,
.title03 {
  margin-bottom: 15px
}

.title02+dl dt,
.title03+dl dt {
  margin-bottom: 15px
}

.sec {
  margin: 30px auto 120px
}

.sec_nest {
  margin-bottom: 60px
}

ul.list li.title_list {
  margin: 15px 0 5px
}

ul.list li.title_list:first-child {
  margin-top: 0
}

li.list {
  list-style-type: disc !important
}

.img01 {
  margin: 30px auto;
  max-width: 600px
}

.flex_img {
  max-width: 375px
}

@media screen and (max-width: 650px) {
  .flex_img {
    margin-left: auto;
    margin-right: auto
  }
}

.img02 {
  margin-top: 45px
}

.img03 {
  margin-top: 45px;
}

.img03 img {
  width: 30%;
  align-self: center;
  justify-content: space-between;
}

@media screen and (max-width: 650px) {
  .img03 img {
    width: 100%;
    max-width: 375px;
    margin-bottom: 45px
  }

  .img03 img:last-child {
    margin-bottom: 0
  }
}

.img04 {
  margin-top: 30px;
  justify-content: center
}

.img04 img {
  width: 15%;
  margin-right: 15px;
  align-self: center
}

.img04 img:last-child {
  margin-right: 0
}

@media screen and (max-width: 650px) {
  .img04 {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap
  }

  .img04 img {
    width: 40%;
    max-width: 375px;
    margin-bottom: 45px
  }

  .img04 img:nth-child(even) {
    margin-right: 0
  }
}

.aside_bottom_img {
  margin-top: 5px;
  text-align: right
}

@media screen and (max-width: 650px) {
  .aside_bottom_img img {
    width: 80% !important
  }
}

.aside_bottom_img01 img {
  width: 70%;
}


@media screen and (max-width: 650px) {
  .aside_bottom_img01 img {
    width: 100% !important
  }
}


.aside_top_img {
  text-align: left;
  margin-top: 45px
}

@media screen and (max-width: 650px) {
  .aside_top_img {
    text-align: center
  }

  .aside_top_img img {
    width: 80% !important
  }
}

@media screen and (max-width: 650px) and (max-width: 650px) {
  .aside_top_img+.flex>.flex_item:first-child {
    margin-top: 15px;
    padding-bottom: 22.5px;
    border-bottom: 1px solid #c0c0c0
  }
}

.large_box {
  border: 1px solid #000;
  padding: 15px;
  width: auto
}

/* =============================================
 安全性試験データ
============================================= */
.safety {
  width: 100%;
  max-width: 600px;
  margin-bottom: 120px;
}

.safety_table {
  border: 1px solid #404040;
  border-collapse: collapse;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.safety_table th {
  font-weight: 400;
  color: #fff;
  background: var(--material-color);
  padding: 5px;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
}

.safety_table td {
  border-right: 1px solid #404040;
  border-bottom: 1px dotted #404040;
  padding: 5px;
}

.safety_table tr:last-child td {
  border-bottom: none;
}

/* =============================================
   個別のstyle
  ============================================= */
/* UNIFINE */
.unifine_dl {
  display: flex;
  flex-wrap: wrap;
 }

 .unifine_dl dt {
  width: 12%;
  text-align: center;
 }

 .unifine_dl dd {
  width: 88%;
 }

/* UNIFINEアンカー設定 */
#unifine05,
#unifine14 {
  padding-top: 40px;
  margin-top: -40px;
}

/* 大豆麹 ヴィーガン認証マーク */
.top_img_food__daizu {
  max-width: 540px;
  width: 100% !important;
  height: 230px;
}

.top_img_food__daizu__flex {
  display: flex;
  height: 230px;
  align-items: center;
  justify-content: end;
  position: relative;
}

.top_img_food__daizu__main {
  position: absolute;
  width: 300px;
  height: 230px;
  right: 160px;
}

@media screen and (max-width: 650px) {
  .top_img_food__daizu__main {
    right: 0;
  }
}

.top_img_food__daizu__vegan {
  width: 134px;
  height: 112px;
  position: absolute;
}

@media screen and (max-width: 650px) {
  .top_img_food__daizu__vegan {
    top: 0;
    left: 10px;
  }
}

.top_img_food__daizu__vegan a {
  display: block;
}

.top_img_food__daizu__vegan img {
  right: 0;
}


/* ROSE CRYSTA */
.rc_dl,
.rc-visia_dl {
  display: flex;
  flex-wrap: wrap;
}

.rc_dl dt {
  width: 16%;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

@media screen and (max-width: 650px) {
  .rc_dl dt {
    width: 100%;
    -moz-text-align-last: initial;
         text-align-last: initial;
  }
}

.rc_dl dd {
  width: 84%;
}

@media screen and (max-width: 650px) {
  .rc_dl dd {
    width: 100%;
    padding-left: 5%;
    padding-bottom: 5px;
  }
}

.rc-visia_dl dt {
  width: 4%;
}

@media screen and (max-width: 650px) {
  .rc-visia_dl dt {
    width: 9%;
  }
}

.rc-visia_dl dd {
  width: 95%;
  padding-left: 1%;
}

@media screen and (max-width: 650px) {
  .rc-visia_dl dd {
    width: 88%;
    padding-left: 3%;
    padding-bottom: 5px;
  }
}

.subgroup {
  width: 30%;
 }
 
 @media screen and (max-width: 650px) {
  .subgroup {
   width: 100%;
   margin-bottom: 20px;
  }
 }
 
 .subgroup li {
 list-style-type: disc !important;
 margin-left: 15px;
 }

 /* LACTIBIO ROSE */
#acetoin .lr_dl {
  display: flex;
  flex-wrap: wrap;
 }

#acetoin .lr_dl dt {
  width: 12%;
  text-align: center;
 }

#acetoin .lr_dl dd {
  width: 88%;
 }
