@charset "utf-8";
/* home.js
*************************/
#contents .content_auter {
padding:50px 0;
}
h2 span.icon {
margin-right:15px;
}
h4{
margin-bottom: 30px;
border-left: 6px solid #7ac2ce;
padding-left: 20px;
}
.bigtxt h4{
margin-bottom: 0px;
}
#mainimage {
background:url(../images/top.jpg) bottom center no-repeat;
height: 456px;
background-size: cover;
background-position: center;
text-align: center;
position: relative;
}
#mainimage.responsive {
margin-left: 0;
margin-bottom: 60px;
margin-top: 20px;
}

#mainimage_business {
background:url(../images/top_business.jpg) bottom center no-repeat;
height: 456px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
#mainimage_business.responsive {
margin-left: 0;
margin-bottom: 60px;
margin-top: 20px;
}
#mainimage_beginner{
background:url(../images/top_beginner.jpg) bottom center no-repeat;
height: 456px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
#mainimage_beginner.responsive {
margin-left: 0;
margin-bottom: 60px;
margin-top: 20px;
}
#mainimage_infomation{
background:url(../images/top_information.jpg) bottom center no-repeat;
height: 456px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
#mainimage_infomation.responsive {
margin-left: 0;
margin-bottom: 60px;
margin-top: 20px;
}
#mainimage_course{
background:url(../images/top_course.jpg) bottom center no-repeat;
height: 456px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
#mainimage_course.responsive {
margin-left: 0;
margin-bottom: 60px;
margin-top: 20px;
}

#mainimage_qa{
background:url(../images/top_qa.jpg) bottom center no-repeat;
height: 456px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
#mainimage_qa.responsive {
margin-left: 0;
margin-bottom: 60px;
margin-top: 20px;
}
#mainimage_contact{
background:url(../images/top_contact.jpg) bottom center no-repeat;
height: 456px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
#mainimage_contact.responsive {
margin-left: 0;
margin-bottom: 60px;
margin-top: 20px;
}


.inner-top{
max-width: 1160px;
margin: auto;
text-align: left;
color: #FFF;
padding: 133px 0;
line-height: 3;
}
.inner-top h2{
color: #FFF;
font-size: 2.3em;
font-weight: 300;
text-align: left;
}

.inner-top p{
font-size: 1.6em;
line-height: 1.9;
}
.inner-top h2.catch {
    color: #FFF;
    font-size: 2.3em;
    font-weight: 300;
    text-align: right;
	margin-left: -200px;
    display: inline-block;
    background: rgba(165, 203, 212, 0.8);
    padding: 30px 60px;
	position: absolute;
	width: 30%;
    top: 50%;
    transform: translateY(-50%);
}
.cmnBtn {
	width: 250px;
    font-size: 16px;
    padding: 9px 20px;
    color:  #fff;
    border: 1px solid  #fff;
	background-color: rgba(255, 255, 255, 0.2);	text-align: center;
	margin-top: 30px;
    display:inline-block;
	}
a .cmnBtn:hover{
text-decoration: none;
background:   none;
color: #FFF;
}

dl{
    padding:0 30px 30px 30px;
    width: 90%;
    margin: auto;
    text-align: left;
    line-height:3;
	/*margin-bottom: 30px;*/
}
.new {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background-color: #a5cbd4;
    padding: 0px 9px;
	margin-right: 10px;
}

dt{
  color:navy;
  font-weight:bold;
  padding:0 10px 0 0;
  width:100px;
  float:left;
  margin-bottom:7px;
}

dd{
  color:#333;
  margin-bottom:7px;
  border-bottom: 1px solid #CCC;
}

dl::after {
    content: '';
    display: block;
    clear: both;
}
/*********************************レスポンシブ***************************************/
@media only screen and (max-width:1500px) {
.inner-top h2.catch{
margin-left:0;
width: 40%;
}

@media only screen and (max-width:1200px) {
.inner-top {
    max-width: 90%;
}
.rapper {
    max-width: 90%;
}
.inner {
    max-width: 90%;
}
}
@media only screen and (max-width:1000px) {
.inner-top h2.catch{
margin-left:0;
}
}
@media only screen and (max-width:900px) {
#mainimage.responsive {
    margin-top: 0px
}
#mainimage_business.responsive{
    margin-top: 0px
}
#mainimage_beginner.responsive{
    margin-top: 0px
}
#mainimage_infomation.responsive{
    margin-top: 0px
}
#mainimage_qa.responsive{
    margin-top: 0px
}
#mainimage_contact.responsive{
    margin-top: 0px
}
#mainimage_course.responsive{
    margin-top: 0px
}
}
@media only screen and (max-width:640px) {
#mainimage {
    height: 30vh;
    min-height: 190px;
}
#mainimage.responsive {
margin-bottom: 30px;
margin-top: 0px;
}
#mainimage_business {
    height: 30vh;
    min-height: 190px;
}
#mainimage_business.responsive {
margin-bottom: 30px;
margin-top: 0px;
}
#mainimage_beginner.responsive {
margin-bottom: 30px;
margin-top: 0px;
}
#mainimage_beginner {
    height: 30vh;
    min-height: 190px;
}
#mainimage_infomation.responsive {
margin-bottom: 30px;
margin-top: 0px;
}
#mainimage_infomation {
    height: 30vh;
    min-height: 190px;
}
#mainimage_qa.responsive {
margin-bottom: 30px;
margin-top: 0px;
}
#mainimage_qa{
    height: 30vh;
    min-height: 190px;
}
#mainimage_contact.responsive {
margin-bottom: 30px;
margin-top: 0px;
}
#mainimage_contact{
    height: 30vh;
    min-height: 250px;
}
#mainimage_course.responsive {
margin-bottom: 30px;
margin-top: 0px;
}
#mainimage_course{
    height: 40vh;
    min-height: 250px;
}
.inner-top h2.catch {
	font-size: 1.6em;
    text-align: left;
	margin-left:0;
    padding: 0px 50px 0 20px;
	width: auto;
    top: 70%;
    transform: translateY(-70%);
}
.inner {
    max-width: 100%;
}
.inner-top{
padding: 20px;
}
.inner-top h2{
	font-size: 2em;
}
.inner-top p{
font-size: 0.9em;
line-height: 1.9;
margin-top: 30px;
}

.cmnBtn{
width: 50%;
padding: 0;
margin-top: 9px;
}
dl{
padding: 0px;
line-height:2;
}
dt{
width: 20%;
}


}