@charset "UTF-8";

/*  index.html CSS  */

/* ===========
:: PC 960px〜
============ */
#contsBox {
margin-top: 0;
}

.topImg img {
width: 100%;
height: auto;	
}
.topImg a:hover img{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
 opacity: 0.7;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

/* --- main --- */
#mainBox h2{
background: url(../img/bg_titile01.png) no-repeat bottom left;
background-size: 145px;
font-size: 2.4rem;
color: #1d2088;
padding: 2rem 0 2rem 16rem;
margin: 4.5rem 0 2rem 0;
}
#mainBox h2 span {
color:#000;	
}
#mainBox h2.sTitle{
font-size: 2.2rem;
}
#mainBox p.btn {
background: #1d2088;
font-size: 1.2rem;
color: #fff;
padding: 0.5rem;
}
#mainBox a:hover p.btn {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
 opacity: 0.5;
}
#mainBox p.btn span {
font-size: 1.6rem;
margin: 0 0 0 2rem;
letter-spacing: 0.3rem;
}

/* --- main / courseBox --- */
.courseBox section {
width: 33.3%;
float: left;
height: 240px;
padding: 1rem;
position: relative;
}
.courseBox section h3{
color: #fff;
text-align: center;
font-size: 2rem;
letter-spacing: 0.2rem;
margin: 3.5rem 0 0 0;
padding: 0 0 0.5rem 0;
}
.courseBox section h3 span{
font-size: 1.2rem;
display: block;
text-align: center;
letter-spacing: 0;
}
.courseBox section p{
margin: 1rem 0 0 0;
text-align: center;
color: #000;
font-weight: 700;
}
.courseBox section p.copyTxt{
width: 90%;
background: #fff;
text-align:center;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size: 1.3rem;
font-weight: 700;
position: absolute;
top: 1rem;
left: auto;
}
.courseBox section.re {
background: rgb(102, 153, 204) url(../img/bg_re.png) no-repeat bottom center;
background-size: contain;
}
.courseBox section.re h3{
border-bottom: 1px dashed #9cf;
}
.courseBox section.semi {
background: #99ccff url(../img/bg_semi.png) no-repeat bottom center;
background-size: contain;
}
.courseBox section.semi h3{
border-bottom: 1px dashed rgb(102, 153, 204);
font-size: 1.8rem;
letter-spacing: 0.1rem;
}
.courseBox section.sp {
background: rgb(102, 153, 204) url(../img/bg_sp.png) no-repeat bottom center;
background-size: contain;
}
.courseBox section.sp h3{
border-bottom: 1px dashed #9cf;
}


/* --- main / serviceBox --- */
.serviceBox h3.s01 {
width: 33.3%;
height: 60px;
background: #5ca1db;
color: #fff;
 font-size: 3.6rem;
 float: left;
 padding: 0.8rem;
}
.serviceBox h3.s02 {
width:  33.3%;
height: 60px;
background: #666;
color: #fff;
 font-size: 3.6rem;
 float: left;
 padding: 0.8rem;
}
.serviceBox li {
width: 33.3%;
height: 60px;
float: left;
text-align: center;
padding: 0.8rem 0 0 0;
}
.serviceBox li:nth-child(even){
 background-color: #eee;
}
.serviceBox li:nth-child(odd){
background-color: #ddd;
}

/* ===========
:: PC 769px〜960px
============ */
@media screen and (max-width: 960px) {

}

/* ===========
:: TB 481px〜768px
============ */
@media screen and (max-width: 768px) {

}

/* ===========
:: SP 〜480px
============ */
@media screen and (max-width: 480px) {
#mainBox h2{
background: url(../img/bg_titile01.png) no-repeat bottom left;
background-size: 70px;
font-size: 2rem;
padding: 3rem 0 0rem 8rem;
margin: 2rem 0 2rem 0;
line-height: 1.1;
}
#mainBox h2 span {
display:inline-block;
font-size: 1.5rem;
}
.nbr {
display: none;	
}
.courseBox section {
width: 100%;
float: none;
height: 270px;
padding: 1rem;
position: relative;
}
.serviceBox h3.s01 {
width: 100%;
 font-size: 3rem;
padding: 0.2rem;
height: auto;
}
.serviceBox h3.s02 {
width: 100%;
 font-size: 3rem;
padding: 0.2rem;
height: auto;
}
.serviceBox li {
width: 100%;
padding: 0.5rem;
height: auto;
text-align:left;
}
br.nbr  {
display: none;	
}
#mainBox p.btn {
font-size: 1rem;
}
#mainBox p.btn span {
font-size: 1.4rem;
margin: 0 0 0 1rem;
letter-spacing: 0.1rem;
display:inline-block;
}
} 