@charset "UTF-8";
:root {
    --color-blue-1: #28385E;
    --color-blue-2: #516C8D;
    --color-blue-3: #6A91C1;
    --color-gray-1: #CCCCCC;
    --color-red-1: #EB8686;
    --normal-font-size: 16px;
    --normal-font-size-sp: 14px;
}
.ec-blockBtn--action {
    background:  var(--color-red-1);
    border-color:  var(--color-red-1);
    border-radius: 5px;
}
.ec-blockBtn--cancel {
    border-radius: 5px;
}
.ec-blockBtn {
    border-radius: 5px;
}
.ec-off4Grid {
    justify-content: flex-end;
}
.ec-off4Grid__cell {
    width: 33.33333333%;
}

body {
    font-size: var(--normal-font-size);
}
.p_container {
    padding: 14px 0 0 0px;
    margin: 0px;
    width: 100%;
    border: solid 1px var(--color-gray-1);
    tab-size: 80px;
    line-height: 2rem;
}
.p_container ul {
    width: 100%;
    list-style: none;
    line-height: 2rem;
    padding: 0px;
}
.p_container ul li {
    display: flex;
    padding: 3px 11px;
}
.p_container ul li .p_col1 {
    font-weight: bold;
    width: 80px;
}
.p_container ul li .p_col2 {
}
@media only screen and (max-width: 768px) {
  body {
    font-size: var(--normal-font-size-sp);
  }
    .ec-off4Grid {
    justify-content: center;
  }
  .ec-off4Grid__cell {
      width: 100%;
  }

}