.modal {
  outline: none;
}
.modal__popup{
  display: none;
}

.modaal-container{
  box-shadow: none;
  background: none;
}

.modaal-close{
  position: absolute;
}

.modaal-wrapper .modaal-close{
  color: #d5c562;
  background: #d5c562;
  border-radius: 0;
}

.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{
  content: '';
  position: absolute;
  display: block;
  border-radius: 0;
  background: #fff;
  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 #d5c562;
}

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

.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;
}

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

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

.m-list .col-th{
  border-right: 1px solid #d5c562;
  border-bottom: 1px solid #d5c562;
  border-left: 1px solid #d5c562;
  /* background: #d5c562; */
  font-weight: bold;
}

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

.composition_list__ttl{
  box-sizing: border-box;
  border-left: 6px solid #d5c562;
  line-height: 1.0;
  font-weight: bold;
  color: #666;
}

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

@media (min-width: 768px){
  .modaal-close{
    top: 0;
    right: 70px;
    width: 58px;
    height: 58px;
  }

  .modaal-wrapper .modaal-close {
    border: #d5c562 1px solid;
    box-sizing: border-box;
  }

  .modaal-close:hover{
    background: none;
    border: #554f27 1px solid;
    color: transparent;
    box-sizing: border-box;
  }

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

  .modaal-close span::before,
  .modaal-close span::after{
    top: 19px;
    left: 26px;
    width: 3px;
    height: 18px;
  }

  .modaal-wrapper .modaal-close:hover span::before,
  .modaal-wrapper .modaal-close:hover span::after {
    background-color: #554f27;
  }

  .modaal-content-container{
    padding: 88px 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__common_remarks {
    text-indent: -0.75em;
  }

  .list__close{
    display: none;
  }

  .list__error{
    padding-top: 10px;
  }

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

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

  .composition_list__ttl{
    margin-bottom: 18px;
    padding-left: 10px;
    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: 580px;
    width: 100%;
  }

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

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

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

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

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

  .modaal-close span::before,
  .modaal-close span::after{
    top: 20px;
    left: 28px;
    width: 3px;
    height: 18px;
  }

  .modaal-content-container{
    padding-top: 78px;
  }

  .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;
  }

  .list__common_remarks {
    text-indent: -0.75em;
  }

  .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: 0;
    background-color: #d5c562;
    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 22px !important;
    width: auto !important;
    height: auto !important;
  }

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

  .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;
  }

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

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

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

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

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

  .composition_list__box{
    margin-bottom: 20px;
  }

  .composition_list__box .col-th{
    width: 150px;
    font-weight: normal;
  }
}
