@charset "UTF-8";
@media only screen and (max-width : 660px) {
/****************************************************************/
/*	パーツのリセット・SP用調整
/****************************************************************/
div {
 max-width: 100%;
}
img.size90 {
 max-width: 100%;
 height: auto;
}
img.size80 {
 max-width: 80%;
 height: auto;
}
img.size60 {
 max-width: 60%;
 height: auto;
}
.float_l {
 float:none;
 display:block;
 width:100%;
 margin-left:auto;
 margin-right:auto;
}
.float_r {
 float:none;
 display:block;
 width:100%;
 margin-left:auto;
 margin-right:auto;
}
.nosp {
 display:none;
}
table {
 font-size:16px;
 font-size:1.6rem;
}
li, ol {
 font-size:16px;
 font-size:1.6rem;
}
dt, dd {
 font-size:16px;
}
p {
 font-size:16px;
 font-size:1.6rem;
}
.sp_txt_left {
 text-align:left;
}
.sp_txt_center {
 text-align:center;
}
/****************************************************************/
/*	デフォルトからの継承（WPのみ）
/****************************************************************/
img.alignright {
 margin:0 0 10px 0;
}
img.alignleft {
 margin:0 0 10px 0;
}
.alignright {
 float: none;
}
.alignleft {
 float: none;
}
/****************************************************************/
/*	レイアウト
/****************************************************************/
header {
/*
 position:relative;
 */
 position:fixed;
  z-index:1000;
background:#fff;
 
	width:100%;
	min-width:300px;
}
#gnav_wrp {
	position:fixed;
	top:10px;
	right:10px;
	background:#none;
	width:100%;
/*メニューが表に出る用*/
z-index:1000000!important;
}
#wrp_eyecatch {
	position:relative;
	width:100%;
	min-width:300px;
 margin-bottom:50px;
}
#breadcrumbs {
	position:relative;
	width:100%;
	min-width:300px;
	padding:5px 0
}
#footer_back {
	position:relative;
	width:100%;
	min-width:300px;
}
footer {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

/****************************************************************/
/*	レイアウト（メインコンテンツ）
/****************************************************************/
.col_two article {
	float:none;
	width:100%;
	padding-right:0;
	margin-bottom:50px;
}
.col_two #sidebar {
	float:none;
	width:100%;
	padding-right:0;
	margin-bottom:50px;
}
.col_two #sub_contents {
	float:none;
	width:100%;
	padding-right:0;
	margin-bottom:50px;
}
/****************************************************************/
/*	可変ボックス（※最下部に400px以下記載）
/****************************************************************/
.variable-box-six .vbox{
	width:48%;
	padding:0 1%;
	float:left;
}
.variable-box-five .vbox{
	width:48%;
	padding:0 1%;
	float:left;
}
.variable-box-four .vbox{
	width:48%;
	padding:0 1%;
	float:left;
}
.variable-box-three .vbox{
	width:31.3%;
	padding:0 1%;
	float:left;
}
.variable-box-two .vbox{
	width:48%;
	padding:0 1%;
	float:left;
}
.variable-box-two .vbox2{
	float:none;
	width:96%;
	padding:0 2%;
}
.variable-box-one .vbox{
	width:98%;
	padding:0 1%;
}
/****************************************************************/
/*	画像のリサイズ※主にIE用
/****************************************************************/
.w90p img , .w80p img , .w70p img , .w65p img ,.w60p img , .w50p img , .w48p img , .w45p img , .w40p img , .w33p img , .w30p img , .w20p img , .w15p img , .w10p img{
	max-width:100%;
}
.vbox img{
	max-width:100%;
}
/****************************************************************/
/*	ヘッダ
/****************************************************************/
.logo {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	float:none;
}

/****************************************************************/
/*	グローバルナビ（※多階層の場合は「flexnav」を使用）
/****************************************************************/
ul#menu-global {
 display:none;
/*メニューが表に出る用*/
z-index:1000000!important;
}
#toggle {
 display: block;
 cursor:pointer;
 position:absolute;
 right:0;
 top:0;
 width:40px;/*トグルのwidth*/
 font-size:16px;
 font-size:1.6rem;
 background:#e60012;/*トグルの背景色*/
}
#toggle a {
 display:block;
 position:relative;
 padding:12px 0 10px;
 color:#fff;
 text-align:center;
 text-decoration: none;
}
#toggle:before {
 display: block;
 content: "";
 position: absolute;
 top: 50%;
 left: 10px;
 width: 20px;
 height: 20px;
 margin-top: -10px;
 background: #fff;
}
#toggle a:before, #toggle a:after {
 display: block;
 content: "";
 position: absolute;
 top: 50%;
 left: 10px;
 width: 20px;
 height: 4px;
 background: #e60012;/*トグルの[三]の色	*/
}
#toggle a:before {
 margin-top: -6px;
}
#toggle a:after {
 margin-top: 2px;
}
ul#menu-global {
 height:auto;
 position:absolute;
 top:50px;
 right:0;
 width:50%;/*リストのwidth*/
 min-width:300px;
 background:#e60012;/*リストの背景色*/
}
ul#menu-global li {
 float:none;
 display:block;
 height:auto;
 border-bottom:solid 1px #eb2939;/*リストのボーダー*/
 border-left:solid 1px #eb2939;/*リストのボーダー*/
 border-right:solid 1px #eb2939;/*リストのボーダー*/
 background:none!important;
 margin:0!important;
 padding:0!important;
 text-indent:0;
 width:100%;/*リストのwidth*/
}
ul#menu-global li a {
 height:auto;
 float:none;
 display:block;
 padding:10px 0!important;
 margin:0!important;
text-indent:10px;
 text-align:left;
 width:100%!important;
 background-image:none!important;
 line-height:auto;
 border:none;
 color:#fff;
 background:#e60012;
}
ul#menu-global li a:hover {
 background:#eb2939!important;/*リストの背景色*/
 text-decoration:none;
 opacity:1.0;
}
ul#menu-global li.menu-item-33 a {
 border-left:none;
}
/****************************************************************/
/*	アイキャッチ
/****************************************************************/
#wrp_eyecatch h2 span {
	font-size:22px;
	font-size:2.2rem;
}
/****************************************************************/
/*	フッタ
/****************************************************************/
.fnav {
 width:100%;
 min-width:300px;
}

/****************************************************************/
/*	FloatingMenu
/****************************************************************/
footer {
 margin-bottom:70px;
}
#footerFloatingMenu {
	padding-top:5px;
 display: block;
 width: 100%;
 position: fixed;
 left: 0px;
 bottom: 2px;
 z-index: 9999;
 text-align: center;
 padding: 0 auto;
 background-color: rgba(255, 255, 255, 1.0);
 border-top:solid 1px #dcdcdc;
}
#footerFloatingMenu img{
	width:100%;
	height:auto;
}
/****************************************************************/
/*	装飾パーツ
/****************************************************************/
/* テーブル */
table.bu_table {
}
table.bu_table td.t_top {
 border-top:none;
}
table.bu_table th {
 display:block;
 width:94%;
 padding:5px 3%;
 font-weight:bold;
}
table.bu_table td {
 display:block;
 width:90%;
 padding:5px 3% 5px 7%;
}
table.bu_table2 {
}
table.bu_table2 td.t_top {
 border-top:none;
}
table.bu_table2 th {
 display:block;
 width:94%;
 padding:5px 3%;
 font-weight:bold;
}
table.bu_table2 td {
 display:block;
 width:90%;
 padding:5px 3% 5px 7%;
}
table.menutable{
	width:90%;
	margin:0 auto 0 auto;
}
table.menutable th{
	display:block;
	width:90%;
	padding:10px 0 10px 10%;
	border-bottom:none;
 background:url(img/common/mark2.png) no-repeat 0 center;
}
table.menutable td{
	display:block;
	width:90%;
	padding:10px 10% 10px 0;
}
/* dl */
dl.ou {
 width:90%;
 background:none;
 border:1px solid #333;
 margin-left:auto;
 margin-right:auto;
}
dl.ou dt {
 width:95%;
 float:none;
 clear:both;
 padding:5px 2% 5px 3%;
 border:none;
background-color: #000;
}
dl.ou dd {
 width:93%;
 border:none;
 padding:5px 2% 5px 5%;
 margin:0;
}
section dl.ou dd a {
 color:#03C;
}
/* dl */
dl.ou2 {
 width:90%;
 background:none;
 border:1px solid #ebe6d8;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:20px;
}
dl.ou2 dt {
 width:95%;
 float:none;
 clear:both;
 padding:5px 2% 5px 3%;
 border:none;
background-color: #fbf5e4;
}
dl.ou2 dd {
 width:93%;
 border:none;
 padding:5px 2% 5px 5%;
 margin:0;
}
.mapbox {
 padding:5px;
}


/****************************************************************/
/*	page ホーム
/****************************************************************/
.service-back{
	background:url(img/service_back_sp.png) no-repeat center center;

}
.biz-topmargin{
	margin-top:0;
}
.biz-box-red{
	margin-bottom:50px;
}
.biz-box-black{
	margin-bottom:50px;
}
.mes-back{
	background:none;
	height:auto;
}
.mes-title{
	position:relative;
	top:auto;
	left:auto;
	margin:15px;
}
.mes_box{
	position:relative;
	width:100%;
	max-width:470px;
	min-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.mes-para{
	position:relative;
	top:auto;
	left:auto;
	margin:15px;
}
table.com-table th{
	display:block;
	width:90%;
	padding:3px 2%;
	font-weight:bold;
}
table.com-table td{
	display:block;
	width:90%;
	padding:3px 5% 10px 5%;
}
/****************************************************************/
/*	page 
/****************************************************************/

/****************************************************************/
/*	page 募集要項･学費
/****************************************************************/

/****************************************************************/
/*	page お問い合わせ
/****************************************************************/
table.contacttable {
}
table.contacttable th {
 padding:10px 5% 10px 5%;
 font-size:12px;
 font-size:1.2rem;
 width:90%;
 display:block;
}
table.contacttable td {
 padding:7px 5%;
 font-size:12px;
 font-size:1.2rem;;
 width:90%;
 display:block;
}
table.contacttable input {
 background:fff;
 border:1px solid #efefef;
 -moz-box-shadow: 0 0 1px #ccc;
 -webkit-box-shadow: 0 0 1px #ccc;
 box-shadow: 0 0 1px #ccc;
 padding:7px;
}
table.contacttable select {
 background:fff;
 border:1px solid #efefef;
 -moz-box-shadow: 0 0 1px #ccc;
 -webkit-box-shadow: 0 0 1px #ccc;
 box-shadow: 0 0 1px #ccc;
 padding:7px;
}
table.contacttable textarea {
 width:90%;
 max-width:500px;
 background:fff;
 border:1px solid #efefef;
 -moz-box-shadow: 0 0 1px #ccc;
 -webkit-box-shadow: 0 0 1px #ccc;
 box-shadow: 0 0 1px #ccc;
 padding:7px;
}
.w_mi {
 width:70%;
}
.w_sh {
 width:40%;
}
.w_sh2 {
 width:40%;
}
.w_lo {
 width:90%;
}


/****************************************************************/
/*	endmark 
/****************************************************************/
}


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

/****************************************************************/
/*	可変ボックス（※最下部に400px以下記載）
/****************************************************************/
.variable-box-six .vbox{
	width:96%;
	padding:0 2%;
	float:none;
}
.variable-box-five .vbox{
	width:96%;
	padding:0 2%;
	float:none;
}
.variable-box-four .vbox{
	width:96%;
	padding:0 2%;
	float:none;
}
.variable-box-three .vbox{
	width:96%;
	padding:0 2%;
	float:none;
}
.variable-box-two .vbox{
	width:100%;
	padding:0;
	float:none;
}
}

