.tm-list_sort > li{
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 5px;
}

.tm-list_sort li a{
  display: block;
  text-align: center;
  text-decoration: none;
}
.tm-list_sort li a:hover{
  opacity: 0.6;
}

.tm-list_label{
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tm-list_label > li{
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: calc(50% - 5px);
}
.tm-list_label > li:nth-child(even){
  margin-left: 5px;
}
.tm-list_label > li > a{
  position: relative;
  font-size: 1rem;
  border: 1px solid #000;
  display: block;
  padding: 10px 4px 10px;
  border-radius: 5px;
}
.tm-list_label > .ib > a{
  color: #ef3300;
  background-color: #fef7f5;
  border-color: #ffb793;
}
.tm-list_label > .isb > a{
  color: #43a628;
  background-color: #f8fcf7;
  border-color: #7dcd62;
}
.tm-list_label > .mail > a{
  color: #21a2dd;
  background-color: #f6fbfe;
  border-color: #90d0ee;
}
.tm-list_label > .web > a{
  color: #d90000;
  background-color: #fcf7f7;
  border-color: #df9393;
}
.tm-list_label > li > a.pointerEvents {
  pointer-events: none;
}
.tm-list_label > li > a.disabled {
  pointer-events: none;
  background-color: #dcdcdc;
  border-color: #666;
  color: #666;
}
.tm-list_label > li > a img.blank{
  position: absolute;
  top: 2px;
  right: 2px;
}
.tm-text_waonPoint {
  margin-bottom: 0;
}
.tm-text_waonPoint > a{
  background: #b60081;
  color: #fff;
  border-radius: 5px;
  padding: 1px 0;
}
.tm-text_waonPoint a:hover{
  opacity: 0.8;
}
/*--- 手続き方法アイコン説明 ---*/
.procedure-description-frame {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.procedure-item-frame {
  border: solid 1px #e1e1e1;
  width: 100%;
  height: 138px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}
.procedure-item-title {
  width: 190px;
  height: 40px;
  border: solid 1px;
  margin: 16px 0;
  line-height: 2.8;
  box-sizing: border-box;
}
.procedure-item-title.ib {
  color: #ef3300;
  background-color: #fef7f5;
  border-color: #ffb793;
}
.procedure-item-title.store {
  color: #43a628;
  background-color: #f8fcf7;
  border-color: #7dcd62;
}
.procedure-item-title.mail {
  color: #21a2dd;
  background-color: #f6fbfe;
  border-color: #90d0ee;
}
.procedure-item-title.web {
  color: #d90000;
  background-color: #fcf7f7;
  border-color: #df9393;
}
.procedure-item-title p {
  display: inline;
  margin: 0;
}
.waonpoint-present {
  margin-top: 30px;
}
.waonpoint-present-opener {
  font-weight: bold;
}
.waonpoint-present-opener:hover {
  color: #8d8d8d;
}
.waonpoint-present-opener a {
  color: #1f1f1f;
  text-decoration: none;
}
.waonpoint-present-opener a:active {
    color: #1f1f1f;
}
.waonpoint-present-opener {
    margin-left: 3px;
    text-decoration-line: underline;
}
.arrow-icon {
    vertical-align: middle;
}
.waonpoint-present-caution {
    font-size: 12px;
}

.unfilter-list-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.unfilter-list-button {
  width: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  transition: .4s;
  opacity: 1;
}
.unfilter-list-button:hover {
  opacity: .6;
}
.unfilter-list-button:disabled {
  opacity: 1;
}

/*--- トグル ---*/
.tm-js_tglButton {
  width: 100%;
  min-height: 48px;
  margin-bottom: 12px;
  padding: 10px 32px 9px 15px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #333;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
  outline: none;
  position: relative;
}
.tm-js_tglButton::before, .tm-js_tglButton::after {
  content: "";
  position: absolute;
  background-color: #b60081;
  transition: 0.5s;
}
.tm-js_tglButton::before {
  top: calc(50% - 1px);
  right: 8px;
  height: 2px;
  width: 14px;
}
.tm-js_tglButton::after {
  top: calc(50% - 7px);
  right: 14px;
  height: 14px;
  width: 2px;
}
.tm-js_tglButton.open::before {
  transform: rotate(180deg);
  transition: 0.5s;
}
.tm-js_tglButton.open::after {
  transform: rotate(90deg);
  transition: 0.5s;
}
.tm-js_tglButton + .tm-js_tglContent {
  display: none;
  padding-bottom: 25px;
}
.tm-box_layout {
  display: flex;
  flex-wrap: wrap;
}
.tm-box_layout.col2 > .col {
  width: calc(50% - 6px);
  margin-right: 12px;
  margin-bottom: 10px;
}
.tm-link_anchor {
  display: block;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.48;
  font-weight: bold;
  color: #333;
  padding: 16px 12px 17px 41px;
  background-color: #f6f6f6;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
}
.tm-link_anchor::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(/sp/shared/images/modules/tm_icon_arrow_01.svg);
  top: 19px;
  right: auto;
  left: 12px;
  transform: rotate(90deg);
}
.tm-box_layout.col2 > .col:nth-of-type(2n) {
  margin-right: 0;
}
.tm-box_layout.col3 > .col {
  width: calc((100% - 24px) / 3);
  margin-right: 12px;
  margin-bottom: 10px;
}
.tm-box_layout.col3 > .col:nth-of-type(3n) {
  margin-right: 0;
}
.tm-hdg_title2 {
  margin: 50px 0 20px;
  padding-top: 5px;
  border-top: 2px solid #ff99ee;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.38;
  color: #b60081;
  position: relative;
}
.tm-hdg_title3 {
  margin: 30px 0 18px;
  font-size: 1.8rem;
  line-height: 1.48;
  color: #b60081;
}

/*--- モーダル ---*/
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0s 0.5s cubic-bezier(0, 0.43, 0, 0.97);
  transform: scale(0);
  opacity: 0;
}
.tm-js_modal {
  width: 100%;
  max-width: 870px;
  height: 330px;
}
/* ======================================================
 * PC layout
====================================================== */
@media print, screen and (min-width: 768px) {
.tm-js_modal {
  height: 90%;
}
}

.modal {
  position: fixed;
  padding: 0 20px;
  pointer-events: none;
  z-index: 1001;
  transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0.5s cubic-bezier(0, 0.43, 0, 0.97);
  transform: scale(0);
  opacity: 0;
}
.tm-js_modal .modal-btn {
  background-color: transparent;
  border: none;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 24px);
  z-index: 804;
}
.tm-js_modal .modal-btn img {
  cursor: pointer;
}
.tm-js_modal .modal-inner {
  width: 100%;
  height: 100%;
  padding: 26px 23px 40px;
  background: #fff;
  overflow: auto;
  z-index: 803;
  position: relative;
  pointer-events: auto;
  border-radius: 8px;
}
.tm-js_modal .modal-inner > :first-child {
  margin-top: 0;
}
.tm-js_modal .modal-inner .modal-title {
  font-size: 1.6rem;
  line-height: 1.48;
  color: #b60081;
  font-weight: bold;
  margin-bottom: 16px;
}
.modal-in {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0.5s cubic-bezier(0, 0.43, 0, 0.97);
}
.modal-bg-in {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}