@charset "utf-8";
@import url(../common/css/base.css);
@import url(../common/css/ks.css);

.textc {
	margin-top:15px;
}

h2 {
	margin-bottom:7px;
}

div#content2 {
    width: 720px;
    margin: 0 auto;
}

#fratop {
	margin:15px 0;
}

#fratop p {
	margin-bottom:10px;
}

.imgl2 {
	float:left;
	margin:0 15px 5px 0;
}
/* リンクの矢印 li */
.wst-link li {
    position: relative;
    padding: 10px 10px 10px 2em;
}
.wst-link li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.7em;
    left: 0;
    width: 1em;
    height: 1em;
    border-top: #ddd 3px solid;
    border-right: #ddd 3px solid;
    transform: rotate(45deg);
}
/* 語学学校リスト */
.schoolist p {
	font-size: 1rem;
}
.schoolist dl {
	background-color: #fff;
	width: 95%;
	margin: 0 auto;
	height: 90%;
}
.schoolist dt {
	font-weight: bold;
	font-size: 1.2rem;
	margin: 2em .6em;
	padding: 1em 0 .5em 0;
	height: 100%;
	line-height: 1.4rem;
}
.schoolist dt img {
	float: left;
	margin-right: .5em;
}
.schoolist dd {
	font-size: 1rem;
	height: 90%;
	line-height: 1.4rem;
	margin: 3em 1em 4em 1em;
	border-top: solid #864537 2px;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: both;
}
.bg1 {
	background-color:#A8F0FF;
	padding-top: .1em;
	padding-bottom: 2em;
	margin-bottom: 1em;
}
.bg1 dl dd ul{
	list-style-image:url(img/check-s07.png);
	margin-left: 2em;
}
.bg1 dl dd ul li{
	line-height:20px;
	font-size: 1rem;
}
/* リンクの矢印 li */
.wst-link li {
    position: relative;
    padding: 10px 10px 10px 2em;
}
.wst-link li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.7em;
    left: 0;
    width: 1em;
    height: 1em;
    border-top: #ddd 3px solid;
    border-right: #ddd 3px solid;
    transform: rotate(45deg);
}
/*アドバナー*/
.ad-banner {
	text-align:center;
	margin: 2em auto;
}
/*indexページアピール追加*/
#issue ul{
	border:#990033 double 2px;
	padding-left:.5rem;
	margin: 1rem 1rem;
}
#issue li{
	padding: .8rem 2rem;
	font-size: 1rem;
	font-weight:bold;
	background:url('img/check01.png') no-repeat 0 50%; 
}
#issue p {
	font-size: 1rem;
	margin: .2rem .5rem;
}
#lspoints p {
	font-size: 1rem;
	margin: .2rem .5rem;
}
#lspoints dl {
	margin: .5rem;
}
#lspoints dt {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: .5rem;
	color: #009;
}
#lspoints dd {
	line-height: 1.2rem;
	margin: 0 2rem;
}
#lspoints .point{
	background-color:#FF0000;
	color: #FFF;
	font-weight: bold;
	margin-right: .4rem;
	padding: 0 .5rem;
	border-radius:50%;
}
#lspoints ul li{
	margin-left: auto;
	margin-bottom: .8rem;
}
/* 角丸 */
.Button4 {
	overflow: hidden;
	width:50%;
	height:50px;
	padding: 0;
	text-align: center;
	margin:15px auto;
	clear: both;
}
.Button4 a {
	display: block;
	text-align: center;
	background: #C0F;
	text-decoration:none;
	color:#FFF;
	font-size: 1.1em;
	line-height:50px;
}
.Button4 a:hover {
	background: #FD5EFD;        /* マウスオーバーカラー */  
}
.Radius5 {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.Button5 {
	overflow: hidden;
	width: 50%;
	height: 50px;
	padding: 0;
	
}
.Button5 a {
	display: block;
	position: relative;
	text-align:center;
	background: #00a0e9;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.Button5 a:hover {
	background: #3ab2e9;        /* マウスオーバーカラー */  
}
#IconList1 a:before {        /*白いひし型 */ 
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#IconList1 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */ 
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #00a0e9;
}
#IconList1 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */ 
	background: #3ab2e9;
}
/*エンベッドフォーム*/
#toiawase {
	border: #999 solid 1px;
	background-color: #FEF;
	width: 95%
	margin: 0 auto;
	padding: 1em;
}
#toiawase .note{
	font-size: .8em;
}
/* フォーム確認ボタン */
.btnctr {
	text-align: center;
}
.sbt_1{
	width:50%;
	height:40px;
	background-color:#e83f22;
	border:none;
	color:#fff;
	font-size:1.1em;
	font-weight:500;
	text-align:center;
	
}
.sbt_1:hover{
	background-color:#761c0c !important;
	color:#fff;
}

/*=====関連リンク=======*/

#related dl{
	width: 100%;
	margin : 2em !important;
}
#related dt{
	float: left;
	clear: left;
	width: 20%;
	background-color: transparent !important;
	margin: .5em !important;
}
#related img{
	width: 100%
}
#related dd{
	float: left;
	font-size: 1rem;
	font-weight:bold;
}
.clear{
	clear:both;
}
.clear hr{
	display:none;
}

/*=====基礎情報リンク２=======*/

#related2 dl{
	width: 100%;
	margin : 2em !important;
}
#related2 dt{
	float: left;
	clear: left;
	width: 20%;
	background-color: transparent !important;
	margin: .5em !important;
}
#related2 img{
	width: 100%
}
#related2 dd{
	float: left;
	font-size: 1rem;
	font-weight:bold;
}