
.c5-gray__box{
	background-color:#eeeeee;
	padding:15px;
}

.c5-row__col2_graytxt{
	width:60% !important;
    display: table-cell;
    vertical-align: top;
}

.c5-row__col2_grayimg{
	width:40% !important;
    display: table-cell;
    vertical-align: top;
}

.c5-row__col2_graytxt02{
	width:60% !important;
    display: table-cell;
    vertical-align: top;
}

.c5-row__col2_grayimg02{
	width:40% !important;
    display: table-cell;
    vertical-align: top;
}

.c5-txt_blue{
	color:#0000ff;
}

/*20190322*/
.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%;
}

.c5-step-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px 20px -24px;
    padding: 0;
}

.c5-step-list li {
    list-style: none;
    width: 25%;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.c5-step-list .thumb {
    position: relative;
}

.c5-step-list .thumb img {
    border: 1px solid #ccc;
}

.c5-step-list img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.c5-step-list .txt {
    padding: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (max-width: 1200px){
	
.c5-br{
	display:none;
}

}
	

@media screen and (max-width: 639px){
	
.c5-row__col2_graytxt{
	width:auto !important;
    display: block;
    vertical-align: top;
}

.c5-row__col2_grayimg{
	width:auto !important;
    display: block;
    vertical-align: top;
	text-align:center;
	margin-top:10px;
}

.c5-row__col2_graytxt02{
	width:auto !important;
    display: block;
    vertical-align: top;
}

.c5-row__col2_grayimg02{
	width:auto !important;
    display: block;
    vertical-align: top;
	text-align:center;
	margin-top:10px;
}
/*20190322*/
.c5-step-list {
    display: block;
    margin: 0 auto;
    max-width: 310px;
}
.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-step-list li{
    width: 100%;
    }
}
.c5-mL1{
    margin-left: 1em;
}