@charset "UTF-8";
/* plan */

/*plan top*/
.plan-top-wrap {
background: #005196;
 background : -moz-linear-gradient(50% 100% 90deg,rgba(3, 0, 76, 1) 0%,rgba(3, 9, 85, 1) 13.78%,rgba(2, 33, 108, 1) 36.24%,rgba(1, 73, 147, 1) 64.6%,rgba(0, 127, 200, 1) 97.47%,rgba(0, 132, 204, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(3, 0, 76, 1) 0%, rgba(3, 9, 85, 1) 13.78%, rgba(2, 33, 108, 1) 36.24%, rgba(1, 73, 147, 1) 64.6%, rgba(0, 127, 200, 1) 97.47%, rgba(0, 132, 204, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(3, 0, 76, 1) ),color-stop(0.1378,rgba(3, 9, 85, 1) ),color-stop(0.3624,rgba(2, 33, 108, 1) ),color-stop(0.646,rgba(1, 73, 147, 1) ),color-stop(0.9747,rgba(0, 127, 200, 1) ),color-stop(1,rgba(0, 132, 204, 1) ));
  background : -o-linear-gradient(90deg, rgba(3, 0, 76, 1) 0%, rgba(3, 9, 85, 1) 13.78%, rgba(2, 33, 108, 1) 36.24%, rgba(1, 73, 147, 1) 64.6%, rgba(0, 127, 200, 1) 97.47%, rgba(0, 132, 204, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(3, 0, 76, 1) 0%, rgba(3, 9, 85, 1) 13.78%, rgba(2, 33, 108, 1) 36.24%, rgba(1, 73, 147, 1) 64.6%, rgba(0, 127, 200, 1) 97.47%, rgba(0, 132, 204, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#03004C', endColorstr='#0084CC' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(3, 0, 76, 1) 0%, rgba(3, 9, 85, 1) 13.78%, rgba(2, 33, 108, 1) 36.24%, rgba(1, 73, 147, 1) 64.6%, rgba(0, 127, 200, 1) 97.47%, rgba(0, 132, 204, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084CC',endColorstr='#03004C' , GradientType=0);
}
.plan-top {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

.type-plan {
    padding-bottom: 0;
}
.type-plan p {
    font-size: 1.08rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .type-plan {
        padding-bottom: 20px;
    }
    .plan-top h2 {
        max-width: 500px;
        margin: 0 auto;
    }
    .type-plan p {
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        line-height: 1.5;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .type-plan img {
        display: block;
        max-width: 98%;
        margin: 0 auto;
    }
}


/*fcs フレキシブルカスタムシステム*/
.fcs-wrap {
    background: #d1effa;
}
.fcs {
    color: #111;
    padding-top: 20px;
    padding-bottom: 30px;
}
.fcs h2 {
    max-width: 460px;
    margin: 0 auto 30px;
}
.fcs h3 {
    font-size: 1.4rem;
    line-height: 1.5;
}

@media (max-width: 500px) {
    .fcs h2 {
        max-width: 70%;
        margin: 0 auto 20px;
    }
    .fcs h3 {
        font-size: 1.2rem;
    }
}
@media (min-width: 768px) {
    .fcs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/*------------ 各ページ ------------*/
@media (min-width: 768px) {
    .plan-page {
        padding-top: 20px;
    }
}

.plan-page .row {
    padding-top: 0;
}

.fcs-link-p {
    max-width: 450px;
    margin: 0 auto 40px;
}
@media (max-width: 500px) {
    .fcs-link-p {
        max-width: 77%;
        margin: 15px auto 30px;
    }
    .sp-sm {
        max-width: 85%;
        display: block;
        margin: 0 auto 20px;
    }
}


/*------------ type4-unit ------------*/
.type-plan {
    margin-bottom: 50px;
}

.type-plan a:hover img {
    opacity: 0.8;
    transition: 0.3s;
}


/*------------ type_button ------------*/
.type_button {
    padding-bottom: 70px;
}
.type_button .page-link {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    padding: 0.8rem 2.4rem;
    color: #fff;
    background-color: #999;
    border: 1px solid #777;
}
.type_button .page-link:hover {
    color: #fff;
    background-color: #00388F;
    border-color: #333;
}
.type_button .page-item.active .page-link  {
    background-color: #00388F;
    border-color: #333;
}

@media (max-width: 767px) {
    .type_button {
        padding-bottom: 40px;
    }
    .type_button .page-link {
        font-size: 0.88rem;
        padding: 0.8rem 0.7rem;/*0.8rem 1rem*/
    }
}

p.smtx {
	font-size: 0.8rem;
    color: #333;
    line-height: 1.3;
}