@charset 'UTF-8';

.box.-rollover {
  background: #eeebe8;
}

.rollover-yellow {
  background-color: #fff2cc;
}

.block.-procedure-step {
  margin-top: 50px;
}

.procedure-step .txt.-title {
  font-size: .18rem;
  line-height: 1.58333;
  color: #e00000;
  border: none;
}

.procedure-step .nav {
  overflow: hidden;
  margin: 10px 0 0;
}

.procedure-step .nav>li>.step {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  background: #ede9e5;
}

.procedure-step .nav>li>.step>.summary>.title {
  font-size: .18rem;
  font-weight: 700;
  position: relative;
  padding: 10px;
  text-align: center;
  background: #d8d8d8;
}

.procedure-step .nav>li>.step>.summary>.content {
  line-height: 1.7;
  position: relative;
  padding: 10px;
}

.procedure-step .nav>li>.step:hover {
  transition: box-shadow 100ms,opacity 100ms;
  opacity: .8;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
}

.ttl.-secondary.-procedure-step {
  font-size: .18rem;
  font-weight: 700;
  line-height: 1.58333;
  padding-bottom: 0;
  border: none;
}

.ttl.-secondary.-procedure-step .ico-label {
  font-size: .16rem;
  min-width: 0;
  margin-bottom: 10px;
  padding: 3px 8px;
}

@media print,screen and (min-width:768px) {
  .procedure-step {
    margin-top: 70px;
  }

  .procedure-step .nav {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .procedure-step .nav>li {
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 20px*3/4);

    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .procedure-step .nav>li>.step {
    margin-bottom: 10px;
    padding-bottom: 15px;

    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
  }

  .procedure-step .nav>li>.step:before {
    position: absolute;
    top: 0;
    top: auto;
    right: 0;
    bottom: 0;
    bottom: 18px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    vertical-align: middle;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
  }

  .procedure-step .nav>li>.step:after {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    display: block;
    width: 11px;
    height: 1px;
    margin: auto;
    content: '';
    border: 0;
    background: #333;
  }

  .procedure-step .nav>li>.step>.summary>.content {
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
  }

  .ttl.-secondary.-procedure-step {
    font-size: .24rem;
    line-height: 1.4375;
  }

  .ttl.-secondary.-procedure-step .ico-label {
    font-size: .18rem;
    margin-bottom: 0;
    padding: 8px 25px;
  }
}

@media screen and (max-width:767px) {
  .procedure-step .nav>li+li {
    margin-top: 5px;
  }

  .procedure-step .nav>li>.step>.summary>.title:before {
    position: absolute;
    top: 0;
    top: .7em;
    right: 12px;
    bottom: 0;
    bottom: auto;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    vertical-align: middle;
    border-top: 1px solid #e00000;
    border-right: 1px solid #e00000;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
  }

  .procedure-step .nav>li>.step>.summary>.title:after {
    position: absolute;
    top: calc(1em + 4px);
    right: 10px;
    display: block;
    width: 11px;
    height: 1px;
    content: '';
    background: #e00000;
  }

  .procedure-step .nav>li>.step>.summary>.content img {
    width: 36px;
    height: auto;
  }
}
