@media screen and (max-width:750px){

.banner {	
	width: 80%;	
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/********************#new********************/
#new {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
#new h2 {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    background-color: #4b84bf;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#new .box {
}
#new .box a {
	display: block;
	margin-right: 40px;
	margin-left: 40px;
	color: #000;
	text-decoration: none;
}
#new .box a img {
	width: 100%;
	margin-bottom: 5px;
}

#new .box a h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#new .box a p {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4b84bf;
	padding-bottom: 20px;
}
#new .box a p span {
	color: #e51d20;
}

#new .link {
	text-align: right;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#new .link a {
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
#new .link a span {
	color: #e51d20;
}
#new .link a:hover  {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60; 
}


/********************#block01********************/
#block01 {
    background-color: #4b89c4;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#block01 h2 {
	font-size: 22px;
	line-height: 28px;
}



/********************#block02********************/
#block02 {
	text-align: center;
}
#block02 p {
    margin-right: 20px;
    margin-left: 20px;
}
#block02 .txt {
    font-size: 22px;
    line-height: 34px;
}
#block02  h2 {
    font-size: 16px;
    text-align: center;
}
#block02 ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 12px;
}
#block02 ul li {
}
#block02 ul li img {
    width: 100%;
}


/********************#search********************/
#search {
    color: #ffffff;
    margin-bottom: 40px;
}
.yajirushi {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}
.yajirushi img {
    width: 11.5%;
}
#search .wrap {
    margin-right: 14px;
    margin-left: 14px;
}
#search .box {
    width: 100%;
    background-color: #e11d23;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    border-radius: 20px;
}
#search .box .f30 {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #333333;
    line-height: 36px;
    margin-top: 0px;
}
#search .box .form {
    margin-right: 20px;
    margin-left: 20px;
}
#search .box form {
    position: relative;
}
#search .search_txt  {
    height: 40px;
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    background-color: #ffffff;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
}
#search .button  {
    width: 60px;
    height: 40px;
    background-color: #009ee7;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../images/mushimegane.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}


/********************#course********************/
#course {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#course .box1 {
    width: 100%;
    background-color: #eaf4ff;
    padding-bottom: 20px;
}
#course .box1 h2 {
    font-size: 22px;
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0;
    margin-bottom: 0px;
}
#course .box1 h2 span {
    color: #0033c9;	
}
#course .box1 ul {
	text-align: center;
	padding-bottom: 20px;
	box-sizing: border-box;
}
#course .box1 ul li {
	list-style-type: none;
	width: 100%;
	display: inline-block;
}
#course .box1 ul li .course_box {
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#course .box1 ul .course1 span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #ea5549;
	display: block;
	height: 40px;
}
#course .box1 ul .course2 span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #54917f;
	display: block;
	height: 40px;
}
#course .box1 ul .course3 span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #00608d;
	display: block;
	height: 40px;
}
#course .box1 ul .course4 span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #946c45;
	display: block;
	height: 40px;
}
#course h3{
    color: #0033c8;
    font-size: 22px;
    text-align: center;
}
#course .txt1{
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}
#course .txt2{
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

.btn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.000000 {
}
}
