.guide{
    position: relative;
}
.guide img{
    width: 100%;
    height: 10rem;
}
.guide p{
    font-size: .9rem;
    position: absolute;
    text-align: center;
    width: 80%;
    margin:0 10%;
    top: 2rem;
    color: #ffffff;
    line-height: 3rem;
}
.guide p+p{
    margin-top: 2rem;
}
.p-side{
    display: flex;
    justify-content: space-between;
}
.wrap_box{
    width: 90%;
    margin:1.5rem 5%;
}
.column-box{
    margin-top: 1rem;
}
.t-box{
    height: 3rem;
    border-left: 2px solid #41b0a7;
    padding-left: 1rem;
    box-shadow: .25rem .1rem .4rem .05rem rgba(0,0,0,0.1);
}
.t-box a{
    color: #41B0A7;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 3rem;
}
.p-box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10rem;
    margin-top: 1rem;
    position: relative;
}
#p1{
    background-image: url("../images2/c1.png");
}
#p2{
    background-image: url("../images2/c2.png");
}
#p3{
    background-image: url("../images2/c3.png");
}
#p4{
    background-image: url("../images2/c4.png");
}
#p5{
    background-image: url("../images2/c5.png");
}
.shade-box{
    height: 6rem;
    width: 70%;
    position: absolute;
    margin:2rem 15%;
}
#s1{
    background-color:rgba(103,181,175,0.7);
}
#s2{
    background-color:rgba(91,195,211,0.7);
}
#s3{
    background-color:rgba(88,156,200,0.7);
}
#s4{
    background-color:rgba(112,139,99,0.7);
}
#s5{
    background-color:rgba(148,117,93,0.7);
}
.b-box{
    height: 4rem;
    border: 1px solid #ffffff;
    width: 90%;
    margin: 1rem 5%;
    position: relative;
}
.b-box p{
    color: #ffffff;
    text-align: center;
}
.b-box p:nth-child(1){
    font-size: .6rem;

}
.b-box p:nth-child(2){
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
}
.title{
    display:block;
    width:5rem;
    height: .6rem;
    top: -.4rem;
    position:relative;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
}
.title1{
    background:#82bab7;
}
.title2{
    background:#8BD4DF;
}
.title3{
    background:#74AED3;
}
.title4{
    background:#94A688;
}
.title5{
    background:#AD9784;
}
