ol.demand {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 30px;
}

ol.demand li {
    list-style: none;
    text-align: center;
    width: 181px;
    height: 181px;
    border-radius: 92px;
    background-color: #20C59E;
    margin: 0 8px;
    box-sizing: border-box;
    padding-top: 82px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    background-image: url(/img/style/waytograduation/1.svg);
    background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: center 31px;
}
ol.demand li:nth-child(2) {
    background-image: url(/img/style/waytograduation/2.svg);
    background-color: #20C5BF;
}
ol.demand li:nth-child(3) {
    background-image: url(/img/style/waytograduation/3.svg);
    background-color: #4FBCD2;
}

ol.steps {
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
}

ol.steps:after{
    content:'';
    width:237px;
    height: 292px;
    background-image: url(/img/style/waytograduation/image_steps.png);
    background-repeat: no-repeat;
    display: block;
    margin:-10px auto 0 auto;
}
ol.steps li {
    text-align: center;
    list-style: none;
    display: block;
    width: 524px;
    height: 145px;
    background-image: url(/img/style/waytograduation/bg_steps.svg);
    position: relative;
    margin:20px auto 0 auto;
}

ol.steps li:first-child {
    margin-top:60px;
}


ol.steps li:nth-child(2) {
    background-image: url(/img/style/waytograduation/bg_steps2.svg);
}

ol.steps li h3 {
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: 600;
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}

ol.steps li h3 b {
    padding-left: 1em;
}

ol.steps li h3 b:before {
    display: none;
}

ol.steps li h3 span {
    padding: 1px 5px;
    background-color: #FFF;
}
.sectiontext ol.steps li p {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 29px;
    padding-top: 30px;
}
.sectiontext ol.steps li:nth-child(3) p {
    padding-top: 47px;
}

.cloudimages img:nth-child(2) {
    width: 288px;
    height: auto;
    border-radius: 20px;
    margin-left: 32px;
}

.cloudimages {
    text-align: center;
    padding-top: 20px;
}

.cloudimages img {
    vertical-align: middle;
}

article .styles li {
    display: block;
    width: 641px;
    height: 96px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    box-sizing:border-box;
}
article .styles li a{
    display: block;
    width: 641px;
    height: 96px;
    border-radius: 9px;
    background: linear-gradient(90deg, #fa5 0%, #ff884a 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 39px;
    transition:all 0.5s ease-out;
}
@media (hover: hover) {
article .styles li a:hover{
    transform:rotate(-2deg);
    transform-origin: left 312px top 17px;
}
}
article .styles li:before{
    content:'';
    display:block;
    width:34px;
    height:48px;
    background-image:url(/img/style/waytograduation/point_styles.png);
    background-repeat:no-repeat;
    background-size:contain;
    top:-30px;
    left:50%;
    transform: translateX(-50%);
    position:absolute;
    z-index:3;
}

article .styles li h3{
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.13em;
    color: #fff;
    display:inline;
    line-height:20px;
}

article .styles li h3:after{
    content:"";
    width: 49px;
    height:20px;
    display:inline-block;
    background-image:url(/img/style/waytograduation/border-styles.png);
    background-repeat:no-repeat;
    background-position:center;
}
article .styles li p{
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #fff;
    display:inline;
}

@media screen and (max-width:600px){
ol.demand {
    display: block;
    padding-top: 20px;
}

ol.demand li {
    width: 118px;
    height: 118px;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 17px;
    background-size: auto 22px;
    background-position: center 14px;
    margin-top: 12px;
}

ol.demand li:nth-child(3) {
    padding-top: 40px;
}

ol.demand li:first-child {
    margin-top: 0;
}

ol.steps li {
    width: 100%;
    height: 86px;
    background-image: url(/img/style/waytograduation/bg_steps_sp.svg);
    background-size: 100% 100%;
}

ol.steps li h3 {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1em;
    top: -7px;
}

ol.steps li h3 span {
    display: inline-block;
}

.sectiontext ol.steps li p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 16px;
    padding-top: 10px;
    text-align: center;
}
.sectiontext ol.steps li:nth-child(3) p {
    padding-top: 27px;
}
ol.steps:after {
    content: '';
    width: 135px;
    height: 173px;
    background-image: url(/img/style/waytograduation/image_steps_sp.png);
    background-repeat: no-repeat;
    background-size:contain;
    display: block;
    margin: 0 auto;
}

ol.steps {
    padding-bottom: 30px;
}

.cloudimages img{
    width:96px;
}
.cloudimages img:nth-child(2) {
    width: 195px;
    margin-left: 5px;
}

article .styles li {
    width: 289px;
    height: 52px;
    margin-top:30px
}
article .styles li a {
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-top: 13px;
    height: 52px;
    border-radius: 9px;
}
article .styles li h3 {
    font-size: 13px;
    letter-spacing: 0.13em;
    color: #fff;
    display: block;
    line-height: 1em;
}

article .styles li h3:after {
    display: none;
}

article .sectionbox .styles li p {
    font-size: 14px;
    letter-spacing: 0.13em;
    color: #fff;
    line-height: 20px;
    padding: 0;
    display: block;
}

article .styles li:before {
    width: 18px;
    height: 24px;
    top: -16px;
}

article div:last-child.sectionbox h2 {
    letter-spacing: 0.05em;
}
}