@charset "utf-8";
/**************************************** 
ファイル　：/css/module/wide/main.css
読み込み先：/index.html
備考：
 ****************************************/

.internBox{}
.consulBox{
	border:3px solid #e60012;
	}

.section{	margin-bottom:10px;}

.btnBox{
	margin:10px;
	padding:20px 35px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	overflow:hidden;
	zoom:1;
	}
.section	.titleBox{
	float:left;
	}
.section	.textBox{
	margin-left:370px;
	}
.section	.titleBox	.btn{ text-align:center;}
.section	.title{
	margin-bottom:10px;
	}

.section.school{
	border:3px solid #304a7e;
	overflow:hidden;
	}
.section.school	p{
	margin-left:260px;
	}
.section.school	h2{
	margin:10px 0 10px 260px;
	color:#082765;
	font-size:1.3em;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.section.school	.subtitle{
	font-size:0.65em;
	}

.pointBox{
	margin:10px;
	padding-bottom:10px;
	}
.pointBox .inner{
	padding:30px;
	border:3px solid #80c5ff;
	border-radius:0 0 10px 10px;
	}
.pointBox .img{ 
	width:400px;
	margin:20px auto 0 auto;
}

.btnBox .title{
	text-align:center;
	}
.btnBox .title a{
	font-family:meiryo,serif;
	font-size:1.8rem;
	font-weight:bold;
	text-decoration:none;
	color:#e60012;
	}
.btnBox .title a span{
	color:#333;
	}