@charset "utf-8";

#mv ul.bxslider li {
    margin-right: 10px;
}
#mv .bx-viewport {
    width: 1090px !important;
    margin: 0 auto;
    padding: 0 5px;
    overflow: visible !important;
}
#mv .bx-viewport img {
    width: 100%;
    height: auto;
}
#mv .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
#mv .bx-controls-direction {
    width: 1100px !important;
    margin: 0 auto;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#mv .bx-wrapper .bx-prev {
    left: 3%;
    background: url("common/img/tsukuba/btn_prev.png") no-repeat 0 0;
    width: 31px;
    height: 63px;
}
#mv .bx-wrapper .bx-next {
    right: 3%;
    background: url("common/img/tsukuba/btn_next.png") no-repeat 0 0;
    width: 31px;
    height: 63px;
}
#mv .bx-wrapper .bx-next:hover,
#mv .bx-wrapper .bx-next:focus {
    background-position: 0;
}
@media screen and (max-width: 767px) {
    #mv ul.bxslider li {
        margin-right: 0;
    }
    #mv .bx-viewport {
        width: 100% !important;
        padding: 0;
    }
}



.tsukuba_about {
    margin-top: 120px;
}
.tsukuba_about .btn_jyumoku {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 30px auto 0;
}
.tsukuba_about .btn_jyumoku li {
    width: 240px;
    margin-right: 40px;
}
.tsukuba_about .btn_jyumoku li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .tsukuba_about {
        margin-top: 12%;
    }
    .tsukuba_about .map {
        width: 80%;
        margin: 8% auto 0;
    }
    .tsukuba_about .btn_jyumoku {
        width: 96%;
        margin: 6% auto 0;
    }
    .tsukuba_about .btn_jyumoku li {
        width: 32%;
        margin-right: 2%;
    }
    .tsukuba_about .btn_jyumoku li img {
        width: 100%;
        height: auto;
    }
}



.tsukuba_info {
    margin-top: 120px;
}
.tsukuba_info .block_info {
    width: 800px;
    margin: 30px auto 0;
}
.tsukuba_info .block_info .title {
    display: flex;
    margin-bottom: 20px;
}
.tsukuba_info .block_info .logo {
    width: calc(100% - 130px);
}
.tsukuba_info .block_info .btn_more {
    width: 130px;
}
.tsukuba_info .block_info .btn_more a {
    display: block;
    border-radius: 50px;
    background: #5bab64;
    margin-top: 12px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}
.tsukuba_info .block_info ul {
    border-top: 1px solid #ccc;
}
.tsukuba_info .block_info ul.mb {
    margin-bottom: 60px;
}
.tsukuba_info .block_info ul li a {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding: 13px 20px;
    font-size: 18px;
}
.tsukuba_info .block_info ul li a:hover {
    background: #f0f0f0;
}
.tsukuba_info .block_info ul li .date {
    width: 160px;
    font-weight: bold;
}
.tsukuba_info .block_info ul li .kiji {
    width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
    .tsukuba_info {
        margin-top: 12%;
    }
    .tsukuba_info .block_info {
        width: 96%;
        margin: 6% auto 0;
    }
    .tsukuba_info .block_info .title {
        margin-bottom: 4%;
    }
    .tsukuba_info .block_info .logo {
        width: calc(100% - 100px);
    }
    .tsukuba_info .block_info .btn_more {
        width: 100px;
    }
    .tsukuba_info .block_info .btn_more a {
        margin-top: 25px;
        padding: 5% 0 4%;
        font-size: 12px;
    }
    .tsukuba_info .block_info ul.mb {
        margin-bottom: 8%;
    }
    .tsukuba_info .block_info ul li a {
        padding: 3% 3%;
        font-size: 14px;
    }
    .tsukuba_info .block_info ul li a:hover {
        background: #fff;
    }
    .tsukuba_info .block_info ul li .date {
        width: 100%;
        margin-bottom: 1%;
    }
    .tsukuba_info .block_info ul li .kiji {
        width: 100%;
    }
}



.tsukuba_company {
    margin: 120px 0;
}
.tsukuba_company .block_cpmpany {
    width: 800px;
    margin: 30px auto 0;
}
.tsukuba_company .block_cpmpany .read {
    margin-bottom: 30px;
}
.tsukuba_company .block_cpmpany .table_company {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
}
.tsukuba_company .block_cpmpany .table_company th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    width: 30%;
    padding: 15px 20px;
    text-align: left;
    vertical-align: top;
}
.tsukuba_company .block_cpmpany .table_company td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .tsukuba_company {
        margin: 12% 0;
    }
    .tsukuba_company .block_cpmpany {
        width: 96%;
        margin: 6% auto 0;
    }
    .tsukuba_company .block_cpmpany .read {
        margin-bottom: 6%;
        font-size: 14px !important;
    }
    .tsukuba_company .block_cpmpany .table_company th {
        width: 30%;
        padding: 3% 3%;
        font-size: 14px;
    }
    .tsukuba_company .block_cpmpany .table_company td {
        padding: 3% 3%;
        font-size: 14px !important;
    }
}



.bnr_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(70,70,70,0.8);
    width: 100%;
    padding: 30px 0;
    z-index: 7;
}
.bnr_fixed ul {
    display: flex;
    flex-wrap: wrap;
    width: 890px;
    margin: 0 auto;
}
.bnr_fixed ul li {
    width: 435px;
}
.bnr_fixed ul li:first-child {
    justify-content: center;
    margin-right: 20px;
}
.bnr_fixed ul li:first-child a {
    pointer-events: none;
    display: block;
    border-radius: 8px;
    background: #e04952;
    padding: 14px 80px 4px 0;
    text-align: center;
    position: relative;
}
.bnr_fixed ul li:first-child a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    background: url("common/img/tsukuba/img_bnr_tel.png") no-repeat center center;
    width: 101px;
    height: 69px;
}
.bnr_fixed ul li:first-child a .num {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
}
.bnr_fixed ul li:first-child a .time {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .bnr_fixed {
        padding: 5% 0;
    }
    .bnr_fixed ul {
        width: 96%;
    }
    .bnr_fixed ul li {
        width: 100%;
    }
    .bnr_fixed ul li:first-child {
        margin: 0 0 3%;
    }
    .bnr_fixed ul li:first-child a {
        pointer-events: auto;
        width: calc(400 / 450 * 100vw);
        margin: 0 auto;
        padding: 14px 80px 4px 0;
    }
    .bnr_fixed ul li:first-child a:after {
        right: 10px;
        background-size: cover;
        width: 80px;
        height: 55px;
    }
    .bnr_fixed ul li:first-child a .num {
        font-size: 24px;
    }
    .bnr_fixed ul li:first-child a .time {
        font-size: 12px;
    }
}




.tsukuba_about .btn_jyumoku {
    display: flex;
    justify-content: center;
}



@media screen and (min-width: 768px) {

.logo_ohaka_img{
width: 300px;
}

.logo_title{
width: 180px;
}


}

@media screen and (max-width: 767px) {

.tsukuba_about .btn_jyumoku li {
    width: 42%;
}

.logo_title{
width: 160px;
}


}