﻿@charset "utf-8";

/*----  教育システム　----*/
#title .in {
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40% auto;
}
#conts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 10%;
}
#conts:after ,
#conts2 .cont:after  {
  content : '';
  display : block;
  clear : both;
}
#conts h2 {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}
#conts img {
	width: 100%;
	height:auto;
}

#conts2  {
	clear: both;
	float: left;
	width: 100%;
	margin-left: 0;
	display: block;
	margin-bottom: 2em;
}
#conts2 h2 {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
#conts2 .cont {
	padding-top: 1em;
	padding-bottom: 1em;
	background-image: url(../images/conts2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
#conts2 .cont p {
	float:right;
	margin-right: 1em;
    width:19em;
}

@media screen and (max-width : 400px){
#conts2 .cont p {
font-size: 0.8em;
line-height: 1.3;
}
}
