body{
	text-align: center;
}
.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform : translate(0, 45px);
}
.fadein_active {
  opacity: 1;
  transition-delay: 0s;
  transform : translate(0, 0);
}

#Index_back {
    background-image: url(../images/index/top_1212/index/content_bk.jpg);
    background-repeat: repeat-x;
    padding-top: 5px;
}
#idFlash {
    height: 310px;
    width: auto;
}
#idFlash img {
    margin-top: 3px;
}
#idMainContents img.deco {
    margin: 2% 0;
}
#idMainContents #idIndexR .box {
    width: 638px;
    margin: 0 auto 3%;
	border-radius: 10px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	background-size: cover;
}
#idMainContents #idIndexR .box h2{
	padding: 5% 2% 0;
}
#idMainContents #idIndexR .box h2 .pc{
	display: block!important;
}
#idMainContents #idIndexR .box h2 .sp{
	display: none!important;
}
#idMainContents #idIndexR .box p {
    font-size: 24px;
    text-align: left;
	background-color:rgba(255,255,255,0.5);
	padding: 3%;
	line-height: 1.6;
	border-radius: 0 0 10px 10px;
	font-family: 'メイリオ', 'Meiryo',sans-serif;
	margin-top: 17em;
}
#idMainContents #idIndexR .box.course01 {
    background-image: url(/images/index/course01_bg.jpg);
	background-position: 0px 17em;
	background-size: contain;
}
#idMainContents #idIndexR .box.course02 {
    background-image: url(/images/index/course02_bg.jpg);
}
#idMainContents #idIndexR .box.course03 {
    background-image: url(/images/index/course03_bg.jpg);
}
#idMainContents #idIndexR .box.course04 {
    background-image: url(/images/index/course04_bg.jpg);
}
#idMainContents .contact {
    text-align: center;
    width: 94%;
    margin: 7% auto 0;
}
#idMainContents .foot_tel ul {
    width: 638px;
    margin: 3% auto 8%;
}
#idMainContents .foot_tel ul li {
    display: inline-block;
}





@media screen and (max-width: 698px){
img {
    max-width: 100%;
	width: 100%;
}
#idMainContents #idIndexR .box {
    width: 96%;
	}
#idMainContents .foot_tel ul {
    width: 96%;
}
#idFlash {
    height: auto;
}
#idFlash img {
    width: 96%;
}
#idMainContents img.deco {
    width: 50%;
}
#idMainContents #idIndexR .box.course01 {
    background-position: 0px 11em;
}
#idMainContents #idIndexR .box h2 {
    padding: 5% 4% 0;
}
#idMainContents #idIndexR .box h2 .sp{
	display: block!important;
}
#idMainContents #idIndexR .box h2 .pc{
	display: none!important;
}
#idMainContents #idIndexR .box p {
    font-size: 16px;
    margin-top: 18em;
}
.foot_tel ul li {
    width: 49%;
}


}