.modal__popup{
  display: none;
}

.modaal-close{
  position: absolute;
}

.modaal-wrapper .modaal-close{
  background: transparent;
}

.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: #530000;
  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: 1px solid #530000;
}

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

.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-td{
  background-color: #dfe3ec;
}
.list .col-th{
  border-bottom: 1px solid #dfe3ec;
  background: #530000;
  font-weight: bold;
  color: #dfe3ec;
}

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

.composition_list__ttl{
  box-sizing: border-box; 
  border-left: 5px solid #530000;
  line-height: 1.0;
}

.composition_list__ttl span{
  display: inline-block;
  vertical-align: middle;
}
.modaal-content-container{
  /*font-family: "source-han-sans-japanese", sans-serif;*/
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-style: normal;
}

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

  .modaal-close{
    top: 25px;
    right: 20px;
    width: 19px;
    height: 19px;
  }

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

  .modaal-close span::before,
  .modaal-close span::after{
    top: 0;
    left: 50%;
    width: 2px;
    height: 22px;
  }

  .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;*/
    position: static;
    width: auto;
    text-align: center;
    margin-top: 20px;
  }
  .list__close.modaal-close span{
    width: auto !important;
    display: inline-block;
    font-size: 0.75rem;
    padding-top: 2px !important;
    padding-left: 26px !important;
  }
  .list__close.modaal-close span::before,
  .list__close.modaal-close span::after {
    left: 9px;
  }

  .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: 15px;
    right: 20px;
    width: 19px;
    height: 19px;
  }

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

  .modaal-close span::before,
  .modaal-close span::after{
    top: 0;
    left: 50%;
    width: 2px;
    height: 22px;
  }

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

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

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

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

  .modaal-wrapper .list__close{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 20px 0;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-color: transparent;
    color: #530000;
    text-align: center;
    font-weight: bold;
    font-size: 0.75rem;
    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: 3px 0 1px 26px !important;
    width: auto !important;
    height: 19px !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: 2px;
    height: 22px;
    background: #530000;
    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: 14px;
  }

  .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: 12px;
  }

  .composition_list__box{
    margin-bottom: 20px;
  }

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