body{
font-size:0.8rem;
}
a{
color:#eee;
}
.clear{
clear:both;
}
#footerback{
text-align:center;
background:#111;
padding:30px;
color:#999;
clear:both;
}
.smallTxt{
color:#999;
font-size:0.5rem;
}
.back_img{
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(img/img_back1.jpg);
background-size:cover;
}
.wrap{
color:#fff;
margin-top:-10px;
padding:0 0 30px 0;
line-height:1.7;
}

.toumei{
opacity:0.45;
}
.cont{
width:80%;
margin:30px auto;
}

.topimg{
width:100%;
margin:0 0 30px 0;
}

h2{
font-size:33px;
text-align:center;
margin:20px 0;
clear:both;
}
.largetext{
font-size:40px;
}
.largetext2{
font-size:20px;
}
.largetext3{
font-size:14px;
background-color:rgba(255,255,255,0.2);
padding:5px;
margin-bottom:5px;
text-align:left !important;
}

ul.livelist{
list-style-type:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-40px;
}
.livelist li{
width:44%;
float:left;
margin:8px 1%;
border:solid 1px #aaa;
background-color: rgba(0, 0, 0, 0.1);
padding:1.5%;
}
.whitewaku{
width:44%;
margin:0 auto 20px;
border:solid 1px #aaa;
background-color: rgba(0, 0, 0, 0.1);
padding:2%;
}
.fleft{
float:left;
}
.fright{
float:right;
}
.cd_text{
margin:0 10px;
width:47%;
float:right;
}

h3{
font-size:20px;
text-align:center;
margin:20px 0;
}


.text{
width:77%;
margin:10px auto;
clear:both;
}
.textimg{
text-align:center;
}
.kashuimg{
width:40%;
margin:30px auto;
margin-bottom:0;
}
.redblueimg{
width:80%;
margin:10px 0 20px;
}
.jacketimg{
width:45%;
float:left;
margin:0 30px 0 0;
}


.btn1 {
    position: relative;
    display: inline-block;
    padding: 0.5em 0.5em;
    width: 60%;
    font-size: 14px;
    text-decoration: none !important;
    text-align: center;
    color: #ffffff !important;
    background: #d6a636;
    border: solid 1px #d6a636;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    margin-bottom: 20px;
margin-right:20px;
}


.aigaku_list{
width:20%;
padding:0 2%;
float:left;
border-left:1px solid #aaa;
}

@media screen and  (max-width: 980px) {
body{
font-size:0.95rem;
}

.livelist li{
width:95%;
float:none;
}

.aigaku_list{
width:44%;
float:left;
font-size:18px;
margin-bottom:30px;
}

.whitewaku{
width:92%;
margin:0 auto 50px;
border:solid 1px #aaa;
padding:4%;
}
.fleft{
float:none;
}
.fright{
float:none;
}

.cont{
width:90%;
}
.btn1 {
width:90%;
    font-size: 30px;
    margin-bottom: 40px;
margin-right:0;

}
.largetext2{
text-align:center;
}

.imgwaku{
text-align:center;
}

.jacketimg{
width:80vw;
float: none;
margin:0;
margin-bottom:30px;
}

.cd_text{
clear:both;
width:90%;
margin:0 auto;
text-align:center;
float:none;
}

.text{
width:86%;
}
.largetext2{
font-size:40px;
}

.largetext3{
font-size:33px;
text-align:center;
padding:25px;

}

h2{
font-size:42px;
}
.largetext{
font-size:60px;
}
.kashuimg{
width:60vw;
}
}



@media screen and (min-width: 979px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 980px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
  
}