.c5-header_sub {
	font-size: 70%;
}
.c5-nav-anch {
	display: flex;
	flex-wrap: wrap;
}
.c5-nav-anch-col3 > div {
	width: 33.3%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.c5-nav-anch a {
	display: block;
	height: 100%;
	box-sizing: border-box;
    padding: 10px;
    background: #E5E5E5;
    color: #333333;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.c5-nav-anch a span {
	width: 80%;
	margin: 0 auto 10px auto;
    padding: 3px;
    background: #ffffff;
    color: #000;
    text-align: center;
    display: block;
    font-size: 95%;
}
.c5-nav-anch a:hover{
	text-decoration: underline;
	background: #666666;
	color:#fff;
}
.c5-box-gray {
	background: #f7f7f7;
    padding: 30px;
}
.c5-box-gray p {
	padding: 0;
	margin: 0 0 15px 0;
}
.c5-box-gray p:last-child {
	margin-bottom: 0;
}
.c5-icon-important {
	position: relative;
	padding-left: 80px;
	color: #cc0000;
}
.c5-icon-important::before {
    content: '!';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #ca2847;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 30px;
    color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 639px){
	.c5-nav-anch  {
		display: block;
		padding-bottom: 10px;
	}
	.c5-nav-anch-col3 > div {
		width: auto;
		padding: 0;
	}
	.c5-box-gray {
		padding: 15px;
	}
	.c5-icon-important {
		padding-left: 45px;
	}
	.c5-icon-important::before {
		transform: scale(0.7, 0.7);
		transform-origin: left top;
		top: 15px;
		left: 15px;
	}
}
.c5-pl_1{
	padding-left: 1rem;
	display: inline-block;
}
.c5-sub_title{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 25px;
}

.c5-sub_title .small{
	font-size: 1rem;
	font-weight:normal;
}

.text-red{
	color: #cc0000;
}
.text-indent{
	padding-left:1em;
	text-indent:-1em;
	display: block;
}
.text-indent02{
	padding-left:1.5em;
	text-indent:-1.5em;
	display: block;
}
.c5-ff{
	font-family: sans-serif;
}
.c5-border{
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
}
.c5-icon{
	background: url(/digital-paper/update/dpt-rp1/images/icon.png)no-repeat;
	display: inline-block;
	width: 19px;
	height: 18px;
	margin:0 0 2px 5px;
	vertical-align: middle;
}
.c5-text-c{
	text-align: center;
}

.c5-btn a{
	width: 250px;
    height: 100px;
	padding: 10px;
	background: #E5E5E5;
	color: #333333;
	text-align: center;
	display: block;
	text-decoration: none;
	margin:0 10px;
    font-weight: bold;

}



.c5-btn a .c5-long-text{
	font-size: 95%;
	line-height:130%;
	background: #E5E5E5;
}


.c5-btn span{
	width: 80%;
	margin:5px auto 10px auto;
	padding: 3px;
	background: #ffffff;
	color: #000;
	text-align: center;
	display: block;
	font-size: 95%;
}


.c5-btn a:hover{
	text-decoration: underline;
	background: #666666;
	color:#fff;
}


.c5-btn a:hover .c5-long-text {
	text-decoration: underline;
	background: #666666;
	color:#fff;
}

.c5-w60{
	width:60% !important;
}

.c5-s5-button{
	width:40%;
}

@media screen and (max-width: 639px){
	.c5-photo-box img{
		height: auto;
		max-width: 100%;
	}
	
	.c5-btn a{
		margin-bottom:20px;
		width: 95%;
   		margin: auto;
	}
}
.c5-pl2{
	padding-left: 1.5rem;
}
.c5-margin{
	margin-bottom: 0;
}
.c5-margin30{
	margin-left: 30px;
}
	.c5-w60{
	width:auto !important;
}
ul.c5-img-list {
	margin: 0 -24px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
ul.c5-img-list li {
	list-style: none;
	margin: 0;
	width: 43%;
	padding: 0 24px;
}
.c5-img-list li:last-child {
	
}
.c5-img-list img {
	width: 100%; /*forIE*/
	height: auto;
}
.c5-step-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -24px 20px -24px;
	padding: 0;
}
.c5-step-list.c5-col-5 li {
	width: 20%;
}
.c5-step-list.c5-col-6 li {
	width: 16.6%;
}
.c5-step-list + .c5-step-list {
	margin-top: 40px;
}
.c5-step-list li {
	list-style: none;
	width: 25%;
	padding: 0 24px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.c5-step-list li:not(:last-child):after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.3px;
	border-color: transparent transparent transparent #007bff;
	position: absolute;
	right: -10px;
	top: 40%;
}
.noIcon:after {
	display: none;
}
.c5-step-list img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.c5-step-list .thumb img {
	border: 1px solid #ccc;
}
.c5-step-list .txt {
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.4;
}
.c5-font_default {
	font-family: "sans-serif";
}
ul.c5-list-disc {
	padding: 0;
	margin: 0;
}
ul.c5-list-disc li {
	list-style-type: disc;
	margin-left: 20px;
}
ul.c5-list-disc li:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (max-width: 639px){
	.c5-margin30{
		margin-left: 0;
	}
	
	.c5-w60{
	width:auto !important;
}
	.c5-step-list {
		display: block;
		margin: 0 auto;
		max-width: 250px;
	}
	.c5-step-list li,
	.c5-step-list.c5-col-5 li,
	.c5-step-list.c5-col-6 li {
		width: auto;
	}
	.c5-step-list li {
		padding: 0;
		margin-bottom: 40px;
	}
	.c5-step-list li:not(:last-child):after {
		top: auto;
		bottom: -30px;
		right: 50%;
		margin-right: -10px;
		transform: rotate(90deg);
	}
}
.c5-floatL {
    float: left;
}
.c5-marginR20 {
    margin-right: 20px;
}
.c5-row_badge {
    width: auto !important;
    margin: auto !important;
    text-align: center;
}
.c5-row_badge02 {
    width: 80% !important;
    margin: 20px auto !important;
    text-align: left;
}
.c5-pr24 {
	padding-right: 24px;
}
.c5-rl24 {
	padding-left: 24px;
}
@media screen and (max-width: 639px){
	.c5-row_badge02{
		width:100% !important;
	}
	.c5-pr24 {
		padding-right: 0;
	}
	.c5-rl24 {
		padding-left: 0;
	}
}