.composition-modal__popup{
  display: none;
}

.modaal-close{
  position: absolute;
}

.modaal-wrapper .modaal-close{
  background: #fff;
}

.modaal-close::before,
.modaal-close::after{
  display: none;
}

.modaal-close span{
  position: relative !important;
  top: 0;
  left: 0;
  z-index: 1; 
  display: block;
}

.modaal-close span::before,
.modaal-close span::after{
  position: absolute;
  display: block;
  border-radius: 0;
  background: #fdd416;
  content: '';
  transition: background .2s ease-in-out;
}

.modaal-close span::before{
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close span::after{
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.list__group{
  display: block;
}

.list__group> .row:first-child{
  border-top: 2px solid #fdd416;
}

.list__group> .row:last-child .col-th{
  border-bottom: 2px solid #fdd416;
}

.list__update,
.list__remarks,
.list__common_remarks{
  line-height: 1.5;
}

.list__update{
  text-align: right;
}

.list__error{
  box-sizing: border-box; 
  line-height: 1.0;
}

.list .row{
  display: table;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}

.list .col-th,
.list .col-td{
  display: table-cell;
  box-sizing: border-box; 
  line-height: 1.3;
}

.list .col-th{
  border-bottom: 2px solid #f2f2f2; 
  background: #fdd416;
  font-weight: bold;
}

.list .col-td{
  border: 2px solid #fdd416;
  border-top: none;
  border-left: none;
}

.composition_list__ttl{
  box-sizing: border-box; 
  line-height: 1.0;
}

.composition_list__ttl span{
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px){
  .modaal-container{
    width: auto;
  }

  .modaal-close{
    top: 0;
    right: -85px;
    width: 75px;
    height: 75px;
  }

  .modaal-close span{
    width: 75px !important;
    height: 75px !important;
  }

  .modaal-close span::before,
  .modaal-close span::after{
    top: 17px;
    left: 35px;
    width: 4px;
    height: 44px;
  }

  .modaal-content-container{
    padding: 50px 70px 60px;
  }

  .modaal-inner-wrapper{
    padding: 0;
  }

  .list__group-01{
    margin-bottom: 28px;
  }

  .list__update,
  .list__remarks,
  .list__common_remarks{
    font-size: 12px;
  }

  .list__update+ .list__common_remarks,
  .list__update+ .list__remarks{
    margin-top: 12px;
  }

  .list__close{
    display: none;
  }

  .list__error{
    padding-top: 10px;
  }

  .list .col-th,
  .list .col-td{
    padding: 18px 10px; 
    vertical-align: middle;
    font-size: 14px;
  }

  .composition_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .composition_list__ttl{
    margin-bottom: 10px;
    padding-left: 5px; 
    font-size: 18px;
  }

  .composition_list__ttl span{
    font-size: 14px;
  }

  .composition_list__caption{
    margin-top: 10px; 
    font-size: 12px;
  }

  .composition_list__box{
    box-sizing: border-box;
  }

  .composition_list__box-01{
    max-width: 585px; 
    width: 100%;
  }

  .composition_list__box-01 .col-th{
    width: 160px;
  }

  .composition_list__box-02{
    margin-left: 29px; 
    max-width: 275px;
    width: 100%;
  }

  .composition_list__box-02 .col-th{
    width: 108px;
  }
}

@media (max-width: 767px){
  .modaal-close{
    top: -55px;
    right: 0;
    width: 50px;
    height: 50px;
  }

  .modaal-close span{
    width: 50px !important;
    height: 50px !important;
  }

  .modaal-close span::before,
  .modaal-close span::after{
    top: 10px;
    left: 24px;
    width: 3px;
    height: 30px;
  }

  .modaal-content-container{
    padding: 20px;
  }

  .modaal-inner-wrapper{
    padding: 55px 20px 20px;
  }

  .list__update,
  .list__remarks,
  .list__common_remarks{
    font-size: 15px;
  }

  .list__update+ .list__common_remarks,
  .list__update+ .list__remarks{
    margin-top: 15px;
  }

  .modaal-wrapper .list__close{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-color: #fdd416;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.0;
    cursor: pointer; 
    transition: .2s ease-in-out;
  }

  .modaal-wrapper .list__close span{
    position: relative;
    display: inline-block;
    box-sizing: border-box; 
    padding: 1px 0 1px 26px !important;
    width: auto !important;
    height: auto !important;
  }

  .modaal-wrapper .list__close span::before,
  .modaal-wrapper .list__close span::after{
    position: absolute;
    top: -2px;
    left: 7px;
    display: block;
    box-sizing: border-box; 
    width: 3px;
    height: 22px;
    background: #fff;
    content: '';
  }

  .modaal-wrapper .list__close span::before{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .modaal-wrapper .list__close span::after{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .modaal-wrapper .list__close:hover{
    opacity: .8;
  }

  .list .col-th,
  .list .col-td{
    padding: 8px 5px; 
    font-size: 16px;
  }

  .list .col-th> span{
    display: block;
  }

  .composition_list__ttl{
    margin-bottom: 10px;
    padding-left: 5px; 
    font-size: 16px;
  }

  .composition_list__ttl span{
    font-size: 11px;
  }

  .composition_list__caption{
    margin-top: 5px; 
    font-size: 16px;
  }

  .composition_list__box{
    margin-bottom: 20px;
  }

  .composition_list__box .col-th{
    width: 120px;
  }
}
.ec-only{
	display: none;
}
#specialMaterial span {
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	border-radius: 50px;
	margin-top: 3px;
  background: #F19ECA;
}
.tag-macadamianuts #specialMaterial span {
  background: #7fbe4c;
}
