  .contents_body {
	color: #1A1A1A;
}

.contents_body h2 {
	padding-bottom: 39px;
}

.contents_body .block-wrap.s1 p:first-child {
	margin-bottom: 24px;
}

.contents_body .block-wrap.s1 p:nth-child(3) {
	margin: 37px 0 24px;
}

.contents_body .block-wrap.s2 p {
	margin-bottom: 26px;
}

.contents_body .block-wrap p.caution {
	margin-top: 3px;
	line-height: 1.65;
}

@media screen and (max-width: 767px) {
	.contents_header h1 {
		padding-top: 19px;
	}
	.contents_header {
		padding-bottom: 13px;
		margin-bottom: 28px;
	}
	.contents_body .block-mv {
		margin-bottom: 31px;
	}
	.contents_body h2 {
		padding-bottom: 19px;
		margin-bottom: 32px;
	}
	.contents_body .block-wrap.s1 p:first-child {
		margin-bottom: 80px;
	}
	.contents_body .block-wrap.s1 p:nth-child(3) {
		margin-top: 53px;
	}
	.contents_body .block-wrap.s2 p {
		margin-bottom: 107px;
	}
}

.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/ja/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/ja/img/common/pdf.png) no-repeat center center;
    background-size: 100% auto;
}

.block-wrap h3{
    font-weight: bold;
    margin: 2.5em 0 1em 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.center{
    text-align: center;
}

a.arrow {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    padding: 5px 0 5px 25px;
    background: url(/jp/ja/img/common/arrow.png) no-repeat center center;
    background-size: 14px;
    background-position: 0 50%;
    color: #0099D9;
}
a.arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -1.5em;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background: url(/jp/ja/img/common/link.png) no-repeat center center;
        background-size: 100% auto;
        }