@charset "utf-8";
/* CSS Document */
/*-----------------------------*/
/*       media query           */
/*-----------------------------*/

@media screen and (max-width: 480px){
#body{
	width:fit-content;
}
#header{
	height:95px;
}
#header img{
	width:350px;
	margin:15px;
}
#main{
	height:265px;
}
#con1_bk_loop #con1_bk{
	background-size: 230%;
	margin:-115px 0 0 0;
	height: 225px;
}
#con1{
	padding:70px 0 0 0;
}
#con1 ul{
	margin:0px 0 0 75px;
}
#con1 li{
	background-size: 1%;
	background-position: 0px 4px;
	font-size:10px;
	padding:0px 0 0 15px;
}
.con3_bk img{
	width:350px;
}
#con3_bk2{
	height: 77px;
    background-size: contain;
    background-repeat: no-repeat;
}
#con4 iframe {
    width: 320px;
    height: 180px;
}
#con4 img,
#con5 img,
#con6 img#title{
	width:350px;
}
#con5 .bk{
	background-size: contain;
	padding: 70px 0 20px 0;
}
#con5 .youtube_box{
	width:80%;
}
#con6 p{
	margin:0 20px;
}
#con6 img.Float_right{
	margin:0 30px 10px 0;
}
#con7 img{
	width:100%;
}
#con7 p{
	margin:0 20px;
}
#con8{
	padding:40px 0 0 0;
}
#con8 #curriculum_ttl img{
	width:95%;
}
#con8 #curriculum{
	width:96%;
}
#con8 #curriculum h2{
	width:95%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 16px;
}
#con8 .curriculum_box{
	width:100%;
	border-radius: 0;
	box-shadow: none;
}
*#con8 #curriculum dl.curriculum_l,
#con8 #curriculum dl.curriculum_r{
    width: auto;
    float: none;
}
#con9{
	width:auto;
}
#con9 img{
	width:95%;
	margin:2%;
}
#con9 ul{
	margin:0 20px 10px 20px;
	width:90%;
}
#con9 p{
	width:90%;
}
#con9 .startup{
	width:90%;
}
#con9 h2{
	padding: 20px 0 20px 20px;
    width: 90%;
    margin: 0 0 0 4%;
    font-size: 19px;
}
#con9 .startup ul.left,
#con9 .startup ul.right{
	float:none;
	width:auto;
}
#con9 table{
	margin-top:10px;
	width:90%;
}
#con9 table th,
#con9 table td{
	display: block;
}


#con9 .con9_inner h2{
	background: none;
	font-size: 20px;
}

#con9 .con9_inner p{
	font-size: 130%;

}

}

