@charset "UTF-8";

/* CSS Document */

/*====================================

    #wp_step

====================================*/

#wp_step {
	background: var(--main-color);
}
#wp_step .inner {
}
#wp_step .inner .com_ttl h2,
#wp_step .inner .com_ttl h2 span {
    color: #fff;
}
#wp_step .inner .list {
}
#wp_step .inner .list ul {
}
#wp_step .inner .list ul li {
    background: #fff;
    border-radius: 200px;
    padding: 40px 80px;
    margin-bottom: 20px;
}
#wp_step .inner .list ul li:last-child {
    margin-bottom: 0px;
}
#wp_step .inner .list ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#wp_step .inner .list ul li dl dt {
    width: 400px;
    border-radius: 40px;
    border: 1px solid #000;
    overflow: hidden;
}
#wp_step .inner .list ul li dl dd {
    flex: 1;
    padding: 0 0 0 40px;
}
#wp_step .inner .list ul li dl dd h4 {
    color: var(--main-color);
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 20px;
}
#wp_step .inner .list ul li dl dd h4 span {
    border: 1px solid var(--sub-color);
    background: var(--sub-color);
    border-radius: 40px;
    font-size: 70%;
    padding: .6em 1em;
    color: #fff;
    margin-right: .8em;
}





