@charset "UTF-8";
/* Scss Document */

.stepbox {
    border: 2px solid #0483C8;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.stepbox:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.stepboxin {
    float: right;
    width: 680px;
}
.stepboxin h4 {
    color: #0483C8;
    font-weight: 800;
    font-size: 200%;
    margin-top: 10px;
}
.stepboxin h4 span {
    color: #FFFFFF;
    background-color: #0483C8;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right: 10px;
    text-decoration: none!important;
    border-radius: 100px;
    font-size: 70%;

}
.steptxt{
    margin-top: 20px;
}
.imgleft {
    float: left;
}
.orangecl {
    border-color: #FFBE00;
}
.orangecl h4 {
    color: #FFBE00;
}
.orangecl h4 span {
    background-color: #FFBE00;
    margin-bottom: 20px;
}
.readtxt {
    color: #0483C8;
    font-weight: 800;
    font-size: 300%;
    text-align: center;
}
.readtxt2 {
    font-size: 120%;
}
.readtxt2 strong {
    color: #FFA600;
}

.bkimg {
    background-image: url(../images/price/bkimg.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.h3ttltxt {
    color: #0483C8;
    font-size: 200%;
    font-weight: 800;
    margin-bottom: 30px;
}
.orangewaku {
    font-size: 150%;
    font-weight: 800;
    background-color: #FFE100;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 100px;
}
.iconlist {
    margin-top: 50px;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    background-color: #FFFFFF;
    width: 94%;
}
.iconlist h2 {
    text-align: center;
    margin-bottom: 20px;
}
.iconlist ul {}
.iconlist ul li {
    width: 50%;
    float: left;
    margin-top: 10px;
}
.iconlist ul li img {
    float: left;
    padding-right: 20px;
}
.iconlist:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@media screen and (max-width: 768px) {
    .readtxt {
    font-size: 200%;
}
    .bkimg {
    background-image: none;
}
    .btnimg {
    width: 90%;
}
    .topreadtxt {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
    .imgleft {
    clear: both!important;
    margin-right: auto!important;
    margin-left: auto!important;
    text-align: center!important;
    display: block!important;
     width: 100%!important;
}
    .imgleft img {width: 100%!important;}
    .stepboxin {
    width: 100%;
}
.stepboxin h4 {
    font-size: 150%;
    text-align: center;
}
.stepboxin h4 span {
    font-size: 70%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
    .iconlist ul li {
    width: 100%;
    float: none;
    clear: both;
}
 }
