@media screen and (min-width: 1081px), print {
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 14px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link li {
    font-size: 1.5rem;
    line-height: 28px;
    padding-left: 13px;
    padding-right: 13px;
    position: relative;
  }
  ul.link li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: 10.5px;
    left: 0;
  }
  ul.link li a {
    color: #0099e8;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    margin-right: 0;
  }
  ul.link li a:hover {
    opacity: 0.7;
  }
  ul.link li a:hover span {
    border: none;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 18px;
    line-height: 22px;
    background: url("/convenient/img/icon_pdf.png") no-repeat;
    text-indent: -9999px;
    margin-left: 11px;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 17px;
    line-height: 13px;
    background: url("/convenient/img/icon_blank.png") no-repeat;
    text-indent: -9999px;
    margin-left: 11px;
  }
  ul.link li.no_icon {
    margin-top: 10px;
  }
  ul.link li.no_icon:before {
    background: none;
    content: '-';
    top: 0;
  }
  /* ----- end common ----- */
  .convenient_row {
    padding: 70px 30px 96px;
  }
  .convenient_row::after {
    content: "";
    clear: both;
    display: table;
  }
  .convenient_row article {
    width: 440px;
    float: left;
    padding-bottom: 42px;
  }
  .convenient_row article.fl_r {
    float: right;
  }
  .convenient_row.convenient_index article {
    float: none;
  }
  .convenient_row.convenient_index .fl_l {
    float: left;
  }
  .convenient_row.convenient_index .fl_r {
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 1.38889vw;
    padding-bottom: 1.38889vw;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link li {
    font-size: 1.38889vw;
    line-height: 2.59259vw;
    letter-spacing: 0.09259vw;
    padding-left: 1.2037vw;
    padding-right: 1.2037vw;
    position: relative;
  }
  ul.link li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: 0.64815vw;
    left: 0vw;
  }
  ul.link li a {
    color: #0099e8;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  ul.link li a:hover {
    opacity: 0.7;
  }
  ul.link li a:hover span {
    border: none;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 1.66667vw;
    line-height: 2.03704vw;
    background: url("/convenient/img/icon_pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 1.01852vw;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 1.57407vw;
    line-height: 1.2037vw;
    background: url("/convenient/img/icon_blank.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 1.01852vw;
  }
  ul.link li.no_icon {
    margin-top: 0.92593vw;
  }
  ul.link li.no_icon:before {
    background: none;
    content: '-';
    top: 0;
  }
  /* ----- end common ----- */
  .convenient_row {
    padding: 6.48148vw 2.77778vw 8.88889vw;
  }
  .convenient_row::after {
    content: "";
    clear: both;
    display: table;
  }
  .convenient_row article {
    width: 40.74074vw;
    float: left;
    padding-bottom: 3.88889vw;
  }
  .convenient_row article.fl_r {
    float: right;
  }
  .convenient_row.convenient_index article {
    float: none;
  }
  .convenient_row.convenient_index .fl_l {
    float: left;
  }
  .convenient_row.convenient_index .fl_r {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link li {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.03906vw;
    padding-left: 3.25521vw;
    position: relative;
  }
  ul.link li:not(:first-of-type) {
    margin-top: 2.60417vw;
  }
  ul.link li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: -webkit-calc(1.82292vw - 2.5px);
    top: -moz-calc(1.82292vw - 2.5px);
    top: calc(1.82292vw - 2.5px);
    left: 0vw;
  }
  ul.link li a {
    color: #0099e8;
    position: relative;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 3.04688vw;
    line-height: 3.72396vw;
    background: url("/convenient/img/icon_pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 1.86198vw;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 2.8776vw;
    line-height: 2.20052vw;
    background: url("/convenient/img/icon_blank.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 1.86198vw;
  }
  ul.link li.no_icon {
    margin-top: 2.60417vw;
  }
  ul.link li.no_icon:before {
    background: none;
    content: '-';
    top: 0;
  }
  /* ----- end common ----- */
  .convenient_row {
    padding: 9.11458vw 3.90625vw 12.5vw;
  }
  .convenient_row::after {
    content: "";
    clear: both;
    display: table;
  }
  .convenient_row article {
    width: 100%;
    float: left;
    padding-bottom: 5.46875vw;
  }
}
