/*
@media screen and (min-width:320px) {
  .lnav-inner {
    display: block
  }
  .lnav-inner, .text-block-sq {
    position: relative
  }
  .text-block-sq h4 {
    font-size: 11px;
    letter-spacing: 0
  }
  .text-block-sq h3 span {
    display: none
  }
}

@media screen and (min-width:768px) {
  .lnav-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    margin-bottom: 20px;
    overflow: hidden
  }
  .text-block-sq {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
  }
  .text-block-sq h3 span {
    display: inline-block
  }
}

@media screen and (min-width:768px) {
  .lnav {
    width: 25%
  }
}

.archive_list {
  padding: 10px;
  width: 100%
}

.lnav {
  width: 50%;
  margin: 0;
  padding: 10px;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background .45s
}

.lnav .lnav-inner {
  background-color: #000
}

.lnav img {
  opacity: .4;
  filter: alpha(opacity=40);
  transition: all .45s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  position: relative;
  display: block;
  width: 100%
}

.lnav p {
  padding: 10px 0
}

.lnav .text-block-sq {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  transition: opacity .45s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.lnav.on img {
  opacity: 1;
  filter: alpha(opacity=100)
}

.lnav.on .text-block-sq {
  opacity: 0;
  filter: alpha(opacity=0)
}

.lnav.off img {
  opacity: .4;
  filter: alpha(opacity=40)
}

@media screen and (min-width:768px) {
  .archive_list, .lnav {
    padding: 20px
  }
  .lnav {
    width: 25%
  }
  .lnav .text-block-sq {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border: 1px solid hsla(0, 0%, 100%, .5)
  }
  .lnav p {
    padding: 0
  }
  .lnav:before {
    content: '';
    z-index: 2;
    position: absolute;
    left: -1%;
    top: -1%;
    width: 102%;
    height: 102%;
    border: 0 solid #fff;
    transition: border .45s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    box-sizing: border-box
  }
  .lnav:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    opacity: .6;
    filter: alpha(opacity=60)
  }
  .lnav.off:hover img {
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

@media screen and (min-width:320px) {
  .table {
    width: 100%;
    height: 100%;
    display: table
  }
  .table-cell {
    text-align: center;
    vertical-align: middle;
    display: table-cell
  }
  .table-cell p {
    text-align: left;
    max-width: 25pc;
    margin: 10px auto
  }
}
*/

/* ----------------------------------------------------------- */

@media screen and (min-width:320px) {
  .info-inner {
    display: block;
    position: relative
  }
}

@media screen and (min-width:768px) {
  .info-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    margin-bottom: 20px;
    overflow: hidden
  }
}

@media screen and (min-width:768px) {
  .info {
    width: 50%
  }
}

.info {
  width: 100%;
  margin: 0;
  padding: 10px;
  float: left;
  position: relative;
  overflow: hidden;
  transition: background .45s
}

.info .info-inner {
  background-color: #000
}

.info img {
  transition: all .45s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  position: relative;
  display: block;
  width: 100%
}

.info p {
  padding: 10px 0
}

.info dl {
  border-bottom: 1px solid #898989;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.info dt {
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .info {
    width: 50%;
    padding: 20px
  }
  .info p {
    padding: 0
  }
  .info dl {
    display: table;
    width: 100%;
  }
  .info dt {
    display: table-cell;
    width: 35%;
  }
  .info dd {
    display: table-cell;
    width: 65%;
  }
}

.cancel {
    background: #ffffff;
    padding: 0 3% 3%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 5%;
    width: 95%;
}
.cancel ul.matter {
  overflow: hidden;
  margin-top: 3%;
}
.cancel ul.matter li {
  float: left;
  width: 22%;
  margin-right: 4%;
  border-top: solid 1px #898989;
  border-bottom: solid 1px #898989;
  padding: 2% 0;
}
.cancel ul.matter li:last-child {
  margin-right: 0;
}
.cancel ul.matter li span {
  display: block;
  color: #034a3b;
  font-weight: bold;
  font-size: 1.5rem;
}
.cancel .caution {
  text-align: left;
  font-size: .8rem;
  width: 80%;
  margin: 3% auto 0;
}

@media screen and (max-width: 789px) {
  .cancel ul.matter li {
    width: 48%;
    margin-bottom: 2%;
  }
  .cancel ul.matter li:nth-child(even) {
    margin-right: 0;
  }
  .cancel .caution {
    width: 100%;
  }
}
@media screen and (max-width:414px) {
  .cancel ul.matter li {
    width: 100%;
    float: none;
    margin-right: 0;
    border-bottom: 0;
  }
  .cancel ul.matter li:last-child {
    border-bottom: solid 1px #898989;
  }
}

