.content-wrap{
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    width: 88.8888%;
}
.lower-visual{
    background: #67B9E5;
    color: #fff;
    padding: 40px;
}
.lower-visual .bdr{

}
.lower-visual .bdr h1 {
    font-size:24px;
}

.btn{
    outline: none;
    appearance: none;
    border: none;
    background: #004BB1;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 465px;
    cursor: pointer;
}
.submit-btn{
    outline: none;
    appearance: none;
    border: none;
    display: inline-block;
    background: #004BB1;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btn-pager{
    display: flex;
    flex-wrap: wrap;

}
.btn-pager button,
.btn-pager a{
    outline: none;
    appearance: none;
    border: none;
    background: #004BB1;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-pager button:disabled,
.btn-pager a:disabled{
    background: #ccc;
    color: #999999;
}

.line-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.member-form{
    background-color: #f6faff;
    padding: 20px;
}
.member-form .ttl{
    font-weight: bold;
    color: #004BB1;
}

.company-name{
    padding: 80px 0 20px;
    border-bottom:1px solid #ccc;
}
.company-name img{
    display: inline-block;
    margin-right: 20px;
}

.btn-primary{

}

.content-ttl2{
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #245ab1;
}
small{
    font-size: 12px;
}

.form{
    margin-top: 40px;
}
.form .form-group{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.form .form-group .ttl{
    width: 20%;
}
.form .form-group .ttl .badge-danger{
    display: inline-block;
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
}
.form .form-group .info{
    width: 80%;
}
.form input[type="text"],
.form input[type="email"],
.form select,
.form input[type="tel"]
{
    border-radius: 5px;
    border:1px solid #ccc;
    padding: 10px;
}

.form textarea
{
    border-radius: 5px;
    border:1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.console {
    color: red;
}

.hide {
    display: none;
}

.form-row{
}
.form-row
.col-sm-2,
.form-row
.col-sm-1
{
    display: inline-block;
}

.main-ttl{
    font-weight: bold;
    color:#245ab1;
    position: relative;
    margin-top: 80px;
}
.main-ttl:first-child{
    margin-top: 0px;
}
.main-ttl:before{
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    background: #10547c;
    left: 0;
    top: -20px;
}

/*
.member-content
.card-component .item .img img,
.member-content
.card-component-inline .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}*/

.nav-child-img
.item a .img img {
    height: auto;
    width: 100%;
    object-fit: fill;
}

.main-header .nav-area .contact-nav a.work{
    background: #004BB1;
    border: none;
    color: #fff;
}
.main-header .nav-area .contact-nav a i{
    margin-right: 5px;
}
.main-header .nav-area .contact-nav a.work i{
    font-size: 20px;
    vertical-align: bottom;
}

.member-list{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.member-list .post{
    margin-top: 20px;
}
.member-list .ttl{
    margin-top: 5px!important;
}
.member-list .cp{
    margin-top: 10px;
    color: #245ab1;
}
.member-list .cp a{
    text-decoration: underline;
    color: #245ab1;
    font-size: 13px;
}
.member-list .cp-post{
    color: #245ab1;
    font-size: 13px;
}

.plans .item{
    background-color: #eaf9ff;
    padding: 40px;
}
.plans .item:nth-child(2){
    background-color: #ffeaf7;
}


.plans .item .price{
    font-size: 30px;
    font-weight: bold;
}

.plans.icon-component .item .ttl {
    margin-top: 0px;
}

.service-ctn{
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.service-ctn .ctn-btn{
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    background-color: #4eb3ed;
    display: inline-block;
    padding: 20px;
    font-size: 13px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 34%);
    font-weight: bold;
    max-width: 80%;
    min-width: 300px;
    appearance: none;
    border: none;
    cursor: pointer;
}
.service-ctn .ctn-btn span{
    font-size: 16px;
}
.service-ctn .ctn-btn:disabled{
    background-color: #999999;
}

.service-ctn .sub{
    margin: 5px 0 0;
    font-size: 12px;
}


.fadeUp{
    animation: fadeUpAnime .5s ease .5s forwards;
    opacity:0;
}

#contact-btn button{
    margin-top: 20px;
}

.sponsor .ttl{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.sponsor .ttl2{
    color: #1c92c7;
}


.sns-list{
    margin-top: 20px;
    display: flex;
}
.sns-list a {
    font-size: 25px;
    color: #2ba9e1;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
    padding: 5px 10px;
}

@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.company-name{
    display: flex;
    align-items: center;
}
.company-name .logo{}
.company-name .logo img{
    width: 100px;
}
.company-name .name{}

@media only screen and (max-width: 991px) {
    .form .form-group .ttl {
        width: 100%;
    }

    .form .form-group .info {
        width: 100%;
        margin-top: 20px;
    }


        .main-header .nav-area .main-nav .nav-child-img>.list>.item .img {
            height: auto;
        }

    .plans .item {
        padding: 20px;
    }

    .icon-component.plans .item .txt {
        font-size: 12px;
    }
    .plans .item .price {
        font-size: 24px;
    }

    .service-ctn {
        bottom: 94px;
    }
    .service-ctn .ctn-btn {
        padding: 10px;
    }

}
.job-list{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.form select{
	margin-bottom:5px;
}