  @media screen and (min-width: 768px) {
	.resize{
		width: 448px;
	}
}

.h2-mb{
	margin-bottom: 85px;
}

.block-wrap ol{
	counter-reset: item;
}
.block-wrap ol > li{
      position: relative;
      margin: 28px 0 0;
      padding-left: 28px;
      font-size: 15px;
      line-height: 28px;
    }
    .block-wrap ol > li:before{
      counter-increment: item;
      content: counter(item)'.';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 13px;
      line-height: 28px;
    }

.link{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #0099D9;
    padding: 11px 46px 11px 35px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    margin: 0 0 14px;
}
.link:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(/jp/en/img/common/arrow.png) no-repeat center center;
    background-size: 100% auto;
}
.pdf:after {
    content: '';
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(/jp/en/img/common/pdf.png) no-repeat center center;
    background-size: 100% auto;
}