@charset "utf-8";

/* ----------------------------------------------------------------------
step
---------------------------------------------------------------------- */

.step .step-sabtitle{
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.5;
}


.step {
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0;
}
.step-box {
    margin: auto;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    color: #000;
    padding: 15px;
    margin-bottom: 40px;
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.step-box:not(:last-child):before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: -22px;
    height: 0;
    width: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid rgba(0,0,0,.03);
}
.step-box:not(:last-child):after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}
.step-box-not-arrow {
    margin: auto;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    color: #000;
    padding: 15px;
    margin-bottom: 40px;
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.step-box-content {
    width: 75%;
    margin-left: 25px;
}
.step-box-img {
    width: 25%;
}
.step-box-img img {
    width: 100%;
    border-radius: 5px;
}
.step-box-content-title {
    letter-spacing: .06em;
    font-size: 20px;
    margin-bottom: .7em;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
}
.step-box-content-text {
    font-size: 14px;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
.step {
    width: 100%;
}
.step-box {
    width: 90%;
    padding: 10px;
    display: block;
}
.step-box-not-arrow {
    width: 90%;
    padding: 10px;
    display: block;
}
.step-box-img {
    width: 100%;
    margin-bottom: 10px;
}
.step-box-content {
    width: 100%;
    margin-left: 0;
}
.step-box-content-title {
 font-size: calc(16px + ((1vw - 3.75px) * .44444444));
}
.step-box-content-text {
 font-size: calc(13px + ((1vw - 3.75px) * .22222222));
}
}

@media only screen and (min-width: 767px) {
.plan-area .p-plan-table01__data .large-size{
font-size: 2.2em;
}
.plan-area .p-plan-table01__data .monthly-plan{
    font-size: 1.3em;
}
.plan-area .p-plan-list__item{
    margin:0 10px;
}
.plan-area .caption {
    font-size: 0.9em;
}
}