@charset "UTF-8";

/*　全体
---------------------------------------------------------- */
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 93%;
	position: relative;
}
.imgFit {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*　ヘッダー
---------------------------------------------------------- */
#header {
	background-color: #FFF;
	height: 55px;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top:0; /* Required!! */
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
}
#header h1 {
	padding: 13px 0 0;
	text-align: center;
}
#header p {
	position: absolute;
	left: 0px;
	color: #585858;
	top: 0px;
}
/*slidemenu*/
.slidemenu {
	top: 0;
	background-color: #FFF;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu .menuBtn li {
	background: url(../img/common/icon_arrow.gif) no-repeat right center;
	background-size: 7px;
	background-position: 95%;
	border-bottom: 1px solid #D6D6D6;
}
.slidemenu .menuBtn li a {
	padding: 13px 0 13px 10px;
	display: block;
	font-size: 95%;
	text-decoration: none;
	color: #000000;
}
.slidemenu .menuBtn li:first-child {
	border-top: 1px solid #D6D6D6;
}
.slidemenu .slidemenu-header {
	height: 42px;
	padding: 12px 15px 0px 15px;
	text-decoration: none;
	background-color: #FFF;
}
.slidemenu .slidemenu-header ol li:nth-child(1) {
	float: left;
}
.slidemenu .slidemenu-header ol li:nth-child(2) {
	float: right;
}
.slidemenu .slidemenu-header ol li:nth-child(2) .fa {
	margin-left: 15px;
}
.iconBtn {
	display: inline-block;
	height: 32px;
	vertical-align: top;
}
.iconBtn-line{
	margin-left: 14px;
	padding-top: 2px;
}
.fa-home {
	color: #585858;
}
.fa-facebook-square {
	color: #2E4E99;
}
.fa-twitter-square {
	color: #00ABF0;
}
.slidemenu .fa-instagram {
	color: #d46b90;
}
.slidemenu .formBtn {
	padding: 5px 0 0;
}
.slidemenu .formBtn li {
	margin: 10px 15px;
	text-align: center;
}
.slidemenu-body .formBtn a {
	display: block;
	padding: 15px 5px;
	font-size: 95%;
}
.slidemenu-body .formBtn .request {
	color: #FFF;
	background-color: #FA6A4F;
	border-radius: 7px;
}

.slidemenu-body .formBtn .openCampus {
	color: #FFF;
	background-color: #FFAC00;
	border-radius: 7px;
}
.slidemenu-body .formBtn .contact {
	color: #FFF;
	background-color: #ACACAC;
	border-radius: 7px;
}
.menu-button-left {
    left: 0px;
}
.button {
	background: url(../img/common/btn_menu.gif) no-repeat center center;
	background-size: 24px;
	width: 50px;
	height: 55px;
    position: absolute;
    display: block;
}
.active {
	background: url(../img/common/btn_close.gif) no-repeat center center #FC6949;
	background-size: 20px;
	width: 50px;
	height: 55px;
}
/*plugin*/
#main {
	position: relative;
	padding-top: 55px;
	background: #FFFFFF;
}
.slidemenu {
	top: 0;
	width: 270px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu .slidemenu-header {
	position: relative;
}
.slidemenu .slidemenu-body {
	height: 100%;
	position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}
.slidemenu-left {
	left: 0;
}
/*　トップ
---------------------------------------------------------- */
.mainTop {
	position: relative;
	line-height: 0;
}
.mainTop dt img {
	width: 100%;
	height: auto;
}
.mainTop p {
	position: absolute;
	margin: 0px auto;
	text-align: center;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 3%;
}
#top article ol li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	border: 1px solid #D6D6D6;
	width: 50%;
}
#top article ol li:nth-child(2) {
	border-left: 0px;
}
#top article ol li a {
	display: block;
	padding: 15px 0px;
	color: #000;
}
article ol li .fa-book {
	color: #FA6A4F;
}
article ol li .fa-map-marker,
article ol li .fa-envelope,
article ol li .fa-train,
article ol li .fa-file-text-o {
	color: #FFAF00;
}
#cert {
	margin: 30px 0 0;
}
#top article ol li p {
	margin-top: 5px;
	font-family: 'Hind', sans-serif;
}
.pointBox {
	line-height: 0;
	border-top: 1px solid #D6D6D6;
}
.pointBox li {
	float: left;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 50%;
	border-bottom: 1px solid #D6D6D6;
}
.pointBox li img {
	width: 100%;
	height: auto;
}
.pointBox li a {
	font-size: 90%;
	display: block;
	margin-top: 10px;
	padding: 5px 0px;
	color: #979797;
	border: 1px solid #C1C1C1;
}
.pointBox li dl dt, .pointBox li dl dd {
	line-height: 1.45;
}
.pointBox li dl {
	width: 82%;
	margin: 7% auto;
}
.pointBox li dl dt {
	text-align: left;
	color: #FC6848;
	font-size: 95%;
}
.pointBox li dl dd p {
	text-align: left;
	font-size: 90%;
}

.consultation_form{
    display:block;
    width:100%;
    height:auto;
    margin: 5px 0px 1px 0px;
}

.consultation_form img{
    width:100%;
    height:auto;
}

.campusBox {
	background: url(../img/top/bg_top_info.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding: 25px 15px;
}
.campusBox dl {
	margin: 0px auto;
	padding: 10px 0px;
	background-color: #3EB3E7;
	border-radius: 7px;
}
.campusBox dl dt {
	color: #FFF;
	font-size: 120%;
	padding-bottom: 5px;
}
.campusBox dl dd p {
	background: url(../img/common/ico_arrow_y.gif) no-repeat 97% center;
	background-size: 9px;
	background-color: #FFE344;
	color: #000;
	font-size: 90%;
	padding: 5px;
}
.campusBox li {
	float: left;
	width: 33%;
	line-height: 0px;
}
.campusBox li:nth-child(3) {
	width: 34%;
}
.campusBox li img {
	width: 100%;
	height: auto;
}
.bnrBlock {
	display: block;
	padding: 15px;
}
.bnrBlock img {
	
}
.bnrBox img{
	width: 100%;
}
aside {
	background-color: #F8F8F8;
	padding: 25px 15px;
}
aside .snsBtn {
	margin-bottom: 20px;
	text-align: center;
}
aside .snsBtn li {
    /*float: left;*/
	margin:0 auto;
    width: 50%;
    color: #FFF;
}
aside .snsBtn li {

}
aside .snsBtn a {
	display: block;
	height: 51px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 85%;
	padding: 15px 0px;
}
aside .snsBtn .f_facebook {
    background-color: #305097;
    border-radius: 7px 0px 0px 0;
}
aside .snsBtn .f_twitter {
	background-color: #00ACED;
	border-radius: 0px 7px 0px 0;
}
aside .snsBtn .f_insta {
	background: #d46b90;
	background: -moz-linear-gradient(left, #d46b90 0%, #9a32b0 100%);
	background: -webkit-linear-gradient(left, #d46b90 0%,#9a32b0 100%);
	background: linear-gradient(to right, #d46b90 0%,#9a32b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d46b90', endColorstr='#9a32b0',GradientType=1 );
    border-radius: 7px;
}
aside .snsBtn .f_line{
	background-color: #1dc000;
	border-radius: 0 0 7px 0;
}
aside .snsBtn .f_line a{
	display: flex;
	align-items: center;
	justify-content: center;
}
aside .snsBtn .f_line img{
	width: 20px;
}
aside .snsBtn .f_line span{
	line-height: 0;
	margin-left: 5px;
}


.linkBox aside ul.groupLink {
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	background-color: #FFFFFF;
}
.linkBox aside .groupLink li {
	border-top: 1px solid #D6D6D6;
	text-align: left;
}
.linkBox aside .groupLink li p {
	float: left;
	padding-bottom: 7px;
	color: #000000;
}
.linkBox aside .groupLink li .fa {
	text-align: right;
	float: right;
	color: #C1C1C1;
}
.linkBox aside .groupLink li a {
	display: block;
	padding: 20px 10px 10px;
	overflow: hidden;
}
.seikyu {
	color: #FFF;
	background-color: #FA6A4F;
	border-radius: 7px;
	padding: 15px 0px;
	margin: 25px 15px 0px;
	font-size: 123.1%;
}
.seikyu2 {
	color: #FFF;
	background-color: #FA6A4F;
	border-radius: 7px;
	padding: 15px 0px;
	margin: 0px 15px 5px;
	font-size: 123.1%;
}
 #top article .contact {
	color: #FFF;
	background-color: #FFAF00;
	border-radius: 7px;
	padding: 15px 0px;
	margin: 15px 15px 0px;
	font-size: 123.1%;
}

/* ニュース */
#top .news_event{
	margin-bottom: 25px;
}

#top .news_event .news_event_title{
	padding: 10px 0px;
}
#top .news_event .news_event_title .main{
	font-size: 123.1%;
}
#top .news_event .news_event_title .sub{
	font-size: 90%;
	color: #979797;
}


#top .news_event .go-newslist ul {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#top .news_event .go-newslist a {
    width: 96%;
    margin: 0 2%;
    background-color: #ECE8E5;
    border-radius:3px;
}
#top .news_event .go-newslist a {
    display: block;
	padding: 20px 0;
	color: #7B6B5F;
	background-position: 92% center;
}
#top .news_event_content {
	border-top: 1px solid #C1C1C1;
	text-align: left;
}
#top .news_event a {
	background: url(../img/common/ico_arrow.png) no-repeat 97% center;
	background-size: 7px;
	display: block;
}
#top .news_event .one-news,
#newseventList .one-news{
	border-bottom: 1px solid #C1C1C1;
	padding: 10px 30px 10px 15px;
}

#top .date_category,
#newseventList .date_category,
#newseventDetail .date_category{
	padding-bottom: 2px;
}

#top .news_event .date,
#newseventDetail .date{
	width: 85px;
}
#newseventList .date{
	width: 70px;
}
#top .news_event .date,
#newseventList .date,
#newseventDetail .date{
	display: block;
	float: left;
	color: #6C6C6C;
	font-size: 85%;
	text-align: left;
}
#top .news_event .category,
#newseventList .category,
#newseventDetail .category{
	display: block;
	float: left;
    width: 80px;
    padding: 0px 5px 0px 5px;
	font-size: 77%;
    text-align: center;
}
#top .news_event .category > span,
#newseventList .category > span,
#newseventDetail .category > span{
	display: block;
	border-radius: 4px;
    -webkit-border-radius: 4px;
}
#top .news_event .title,
#newseventList .title,
#newseventDetail .title{
	color: #333333;
}



/*　フッター
---------------------------------------------------------- */
footer {
	background-color: #F8F8F8;
	padding-bottom: 50px;
	text-align: center;
}
address {
	color: #ACACAC;
	font-size: 75%;
	padding: 15px 0px 10px;
}
footer .medialink a {
    display: block;
    padding: 2%;
    text-decoration: underline;
    color: #535353;
}
.linkBox,
.btnTop{
	text-align: center;
}
.btnTop {
	padding: 25px 0;
	background-color: #fff;
}
/* フッター追従ボタン .btnBox */
.btnBox{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	z-index: 5;
}
.btnBox .btnBox_link{
	width: 33.3%;
	box-sizing: border-box;
	line-height: 0;
	padding: 9px 10px;
	display: flex;
	align-items: center;
}
.btnBox .btnBox_link:not(:first-of-type){
	border-left: 1px solid #fff;
}
.btnBox .btnBox_link span{
	color: #fff;
	font-size: 87.5%;
	line-height: 1.2;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.btnBox .btnBox_link-contact{
	background-color: #FFAC00;
}
.btnBox .btnBox_link-request{
	background-color: #FA6A4F;
}
.btnBox .btnBox_link-campus{
	background-color: #3EB3E7;
}

/*　共通
---------------------------------------------------------- */

/*　資料請求・資料請求確認ページ・資料請求送信完了ページ
オープンキャンパス申込み・オープンキャンパス申込み確認ページ・オープンキャンパス申込み完了ページ
------------------------------------------------------------------------------------------------ */
.formError {
	color: #D90000;
}
.hasError input, .hasError textarea, .hasError select, .hasError input.input_radio_group_gender {
	background-color: #FFEEEA;
}
.styleH2 {
	background: url(../img/common/bg_tit.gif) left bottom;
	background-size: 5px 6px;
	padding-bottom: 6px;
}
.common article h2 {
	padding: 13px 0px;
	font-size: 135%;
	background: #3EB3E7;
	color: #FFF;
}
.txttopBox {
	padding: 20px 15px 15px;
}
.txttopBox dl {
	border: 3px solid #3EB3E7;
	border-radius: 7px;
	padding: 15px 0px;
	margin-bottom: 20px;
}
.txttopBox p {
	text-align: left;
}
.txttopBox a dt {
	color: #333;
	font-size: 108%;
}
.txttopBox a dd {
	color: #3EB2E6;
	font-size: 131%;
}
.txttopBox dl dd span {
	background: url(../img/common/ico_arrow_b.gif) no-repeat right center;
	padding-right: 20px;
	background-size: 7px;
}
.formFrame {
	border-top: 1px solid #D6D6D6;
	margin: 0px 15px;
	text-align: left;
}
.formFrame input {
	width: 95%;
	border-radius: 5px;
	height: 30px;
	padding-left: 10px;
}
select {
	height: 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1) inset;
	box-sizing: content-box;
}
.custom {
	overflow: hidden;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 95%;
	background-color: #FAFAFA;
	border: 1px solid #C1C1C1;
	position: relative;
	border-radius: 5px;
}
.custom > select {
	font-size: 1rem;
	padding-left: 10px;
}
.custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 1.8em;
	display: block;
	content: "";
	background: url(../img/common/ico_open_arrow.png) no-repeat center;
	background-size: 13px;
	pointer-events: none;
}
.default .custom > select {
	width: auto;
}
.overflow .custom {
	overflow: visible;
}
.overflow .custom select {
	outline: 2px dotted rgba(255, 255, 0, 0.5);
}
#input_age {
	width: 60%;
	margin-right: 5px;
}
.formFrame dl {
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-top: 1px dashed #D6D6D6;
	padding: 15px 10px;
}
.formFrame .first {
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	padding: 15px 10px;
}
.formFrame .last {
	border-bottom: 1px solid #D6D6D6;
}
.formFrame dl dt p {
	float: left;
	font-size: 108%;
}
.formFrame dl dd p {
	font-size: 85%;
	margin-top: 5px;
}
.labelFrame {
	width: 100%;
	clear: both;
}
.labelFrame #input_gender_1, .labelFrame #input_gender_2, #input_aboutrequest_1, #input_aboutrequest_2, #input_study_1, #input_study_2, #input_question_items_1, #input_question_items_2, #input_question_items_3 {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	vertical-align: middle;
}
.labelFrame span {
	margin-right: 60px;
	font-size: 116%;
}
#input_zipcode {
	width: 40%;
	float: left;
}
.btnZipToAddress {
	float: left;
	background-color: #979797;
	border-radius: 5px;
	color: #FFF;
	margin: 0px 0px 5px 10px;
}
.formFrame dl dd .btnZipToAddress p {
	margin-top: 0px;
	padding: 4px;
}
.require {
	background-color: #D70210;
	display: block;
	color: #FFF;
	float: left;
	margin: 5px 0px 0px 6px;
	padding: 0px 4px;
	border-radius: 4px;
	font-size: 73%;
}
.formFrame a .btnTxt {
	margin: 25px auto;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-size: 123.1%;
	background-color: #F86B55;
	padding: 24px 0px;
}
.btnTxt01 {
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	font-size: 123.1%;
	padding: 24px 0px;
	background-color: #979797;
}
.cGray {
	color: #979797;
}
#input_grade,#input_desired_date,#input_desired_time,.select {
	clear: both;
	width: 100%;
}
.formtxt {
	border: 1px solid #D6D6D6;
	padding: 10px 10px 15px;
}
.formtxt p {
	margin-top: 5px;
}
.thankBox {
	border: 1px solid #D6D6D6;
	padding: 15px 10px;
	margin: 0px 15px;
	text-align: left;
}
.thankBox dt, .thankBox dd {
	color: #3EB3E7;
	margin-top: 15px;
	border-radius: 5px;
	background: url(../img/common/ico_arrow_b.gif) no-repeat right center;
	background-position: 95%;
	background-size: 7px;
	font-size: 116%;
	border: 3px solid #3EB3E7;
}
.thankBox dl a {
	color: #3EB3E7;
	display: block;
	padding: 15px;
}
.thank .btnTxt01 {
	margin: 25px 15px 0px;
}

/*　オープンキャンパス
-------------------------*/
.line {
	border-bottom: 1px dashed #D6D6D6;
}
#input_attendant {
	width: 100%;
}
#opencampus form dl.last {
	padding-bottom: 0px;
}
#opencampus form .last dt {
	margin: -15px -10px 0px -10px;
	padding: 10px 25px 10px 10px;
	font-size: 108%;
	background: url(../img/common/ico_open_arrow.png) no-repeat right center #FAFAFA;
	background-size: 13px;
	background-position: 95%;
}
#opencampus form .last dt.open01 {
	background: url(../img/common/ico_close_arrow.png) no-repeat right center #FAFAFA;
	background-size: 13px;
	background-position: 95%;
}
#opencampus form .none dt {
	background: none;
}
#opencampus form .accordion dd {
	display: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
#opencampus form .none {
	padding-top: 0px;
}
#input_friendgrade, #input_friendage {
	width: 60%;
}
#opencampus form .last .form-group {
	margin-bottom: 10px;
}
#opencampus form .last .form-group p {
	font-size: 108%;
}
#opencampus form .last .form-group span {
	margin-left: 5px;
}
#open_campus #eventListBlock .listItem dl {
	text-align: left !important;
	line-height: 140%;
}
#open_campus #eventListBlock .listItem dl .dateName,
#open_campus #eventListBlock .listItem dl .time {
	font-weight: bold;
	font-size: 100%;
}

/*　各種証明書
-------------------------*/
.formFrame dl:first-of-type {
	border-top: none;
}
#birth {
	width: 100%;
}
#birth input {
	width: 20%;
}
#station input {
	width: 42%;
}
.formFrame #calendar input {
	margin-right: -40px;
	padding: 10px;
}
.formFrame .ui-datepicker-trigger {
	vertical-align: middle;
}


/*　お問い合せ
-------------------------*/
#contact form dl.first {
	border-top: 0px;
}
#contact form textarea {
	width: 98%;
}

/*　オープンキャンパス・学校説明会
---------------------------------- */
.common01 .styleH2 {
	background: url(../img/common/bg_tit_o.gif) left bottom;
	background-size: 5px 6px;
	padding-bottom: 6px;
	margin-bottom: 1px;
}
.common01 article h2 {
	padding: 13px 0px;
	font-size: 135%;
	background: #FFAC00;
	color: #FFF;
}
.txttopBox01 dl {
	line-height: 0;
}
.txttopBox01 dl dt img {
	width: 100%;
	height: auto;
}
.txttopBox01 dl dd {
	font-family: 'Hind', sans-serif;
	background-color: #3EB3E7;
	color: #FFF;
	line-height: 1.45;
	padding: 5px;
}
.txttopBox01 p {
	padding: 10px;
	text-align: left;
	font-size: 93%;
}
.txttopBox01 li {
	float: left;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 50%;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}
.txttopBox01 li span {
	padding-bottom: 25px;
	background: url(../img/common/ico_click_o.gif) no-repeat bottom center;
	background-size: 33px;
}
.txttopBox01 li a {
	display: block;
	padding: 15px 10px 40px 10px;
	color: #000000;
	font-size: 100%;
}
.txttopBox01 li.last {
	border-right: 0px;
}
#openCampusL {
	background-color: #FFFCE8;
	padding-bottom: 15px;
}
#infoSessionL {
	background-color: #E9F7FD;
	padding-bottom: 15px;
}
#openCampusL .maintxtTop, #infoSessionL .maintxtTop {
	position: relative;
	line-height: 0;
}
#openCampusL .maintxtTop dt img, #infoSessionL .maintxtTop dt img {
	width: 100%;
	height: auto;
}
#openCampusL .maintxtTop dd p {
	position: absolute;
	z-index: 10;
	text-align: center;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 40%;
}
#infoSessionL .maintxtTop dd p {
	position: absolute;
	z-index: 10;
	text-align: center;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 35%;
}
#openCampusL .maintxtTop dd.last01, #infoSessionL .maintxtTop dd.last01 {
	text-align: left;
	padding: 20px 10px;
	line-height: 1.5;
}

.step li {
	float: left;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 50%;
}
.step li dt img {
	width: 100%;
	height: auto;
}
.step li dd {
	text-align: left;
	padding: 5px 15px 15px;
	font-size: 90%;
	line-height: 1.4;
}
.step li dd p {
	font-size: 120%;
	color: #F86B54;
}
.entry {
	border-radius: 5px 5px 0px 0px;
	margin: 10px 15px;
}
#openCampusL .entry .eventTit {
	background-color: #FFAD00;
	border-radius: 5px 5px 0px 0px;
	color: #FFF;
	padding: 10px;
	font-style: 116%;
}
#infoSessionL .entry p {
	background-color: #36B2E9;
	border-radius: 5px 5px 0px 0px;
	color: #FFF;
	padding: 10px;
	font-style: 116%;
}
.entry p span {
	font-size: 87%;
}
.entry dl {
	border-bottom: 1px dotted #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	background: #FFF;
	padding: 10px;
}
.entry .listItem.last dl{
	border-bottom: 1px solid #D6D6D6;
}
.entry dl.none {
	border-bottom: 1px solid #D6D6D6;
}
.entry dl dt {
	color: #333;
	padding: 5px 0px;
	box-sizing: border-box;
}
.entry dl dd {
	border-radius: 5px;
	padding: 0px 5px;
	border: #F86B55 1px solid;
	box-sizing: border-box;
}
.entry dl dd span {
	background: url(../img/open_campus/ico_entry.gif) no-repeat right center;
	color: #F86B55;
	display: block;
	padding: 5px 15px 5px 10px;
	background-position: 95%;
	background-size: 6px;
}

/*　入学までの流れ　AO入試　/　特待生入試　/　推薦入試
------------------------------------------------------- */
#nyushi .maintxtTop {
	position: relative;
	line-height: 0;
}
#nyushi .maintxtTop dt img {
	width: 100%;
	height: auto;
}
#nyushi .maintxtTop dd {
	position: absolute;
	top: 37%;
	left: 9%;
}
#nyushi .txttopBox01 li span {
	background: none;
	padding: 20px 15px;
}
#nyushi .txttopBox01 li a {
	background: url(../img/common/ico_arrow_o.gif) no-repeat right center;
	background-position: 92%;
	padding: 20px 0px;
	text-align: left;
	background-size: 11px;
}
.flow {
	border-radius: 5px 5px 0px 0px;
	margin: 20px 15px;
}
.flow h3 {
	color: #FFF;
	background-color: #3EB3E7;
	border-radius: 5px 5px 0px 0px;
	padding: 10px;
}
.flow dl, .flow li p {
	border: 1px solid #D6D6D6;
	padding: 10px;
}
.flow dl p {
	border: 0;
	padding: 0px;
	margin-top: 0px;
}
.flow dl dt {
	font-size: 116%;
	color: #333333;
	margin-bottom: 5px;
}
.flow dl span {
	background-color: #F86B55;
	border-radius: 6px;
	color: #FFF;
	display: block;
	padding: 5px;
	font-size: 90%;
	margin: 0px auto;
}
.ao .flow dl span {
	width: 150px;
}
.flow dl p span {
	display: block;
	margin-top: 10px;
	background-color: #FFAC00;
}
.flow dl dd p {
	color: #6C6C6C;
	margin-top: 5px;
	font-size: 90%;
}
.flow ul {
	padding: 10px 15px;
	border: 1px solid #D6D6D6;
}
.flow li {
	background: url(../img/common/ico_flow.gif) no-repeat bottom center;
	background-size: 26px;
	padding: 5px 0 20px;
}
.flow li.last {
	background: none;
	padding: 5px 0 10px;
}
.openCampusbnr {
	margin: 10px 15px;
}
.openCampusbnr img {
	width: 100%;
	height: auto;
}
.nyushiKubun {
	margin: 20px auto;
}
.nyushiKubun h3 {
	background-color: #EFEFEF;
	color: #000000;
	font-size: 120%;
	padding: 10px 0px;
}
.nyushiKubun dl {
	padding: 0px 5%;
	text-align: left;
	width: 100%;
	font-size: 97%;
}
.nyushiKubun p {
	text-align: left;
	padding: 15px 4% 10px;
}
.nyushiKubun dt {
	width: 5%;
	float: left;
}
.nyushiKubun dd {
	width: 82%;
	float: left;
}
.nyushiKubun .last, .nyushiKubun .last01 {
	border: 1px solid #D6D6D6;
	padding: 10px;
	width: 85%;
	margin: 15px auto 20px;
}
.nyushiKubun .last01 dt {
	width: 80px;
	float: left;
}
.nyushiKubun .last01 dd {
	float: left;
	width: 70%;
}
.nyushiKubun h4 {
	color: #F86B52;
	border-top: 1px dotted #F86B55;
	border-bottom: 1px dotted #F86B55;
	font-size: 120%;
	padding: 10px;
	margin: 20px 15px 10px;
}
.nyushiKubun h5 {
	font-size: 116%;
	text-align: left;
	border-bottom: 1px solid #D6D6D6;
	margin: 0px 15px;
	padding: 5px 0px 3px;
}

#nyushi .aonyushi a	{
	display: block;
    color: #FFF;
    background-color: #FA6A4F;
    border-radius: 7px;
    padding: 15px 0px;
    margin: 25px 15px 30px;
    font-size: 123.1%;
}

/*　アクセスマップ
------------------------------------------------------- */
#access .maintxtTop img {
	width: 100%;
	height: auto;
}
.accessBox h3 {
	color: #F86B52;
	border-bottom: 1px dotted #F86B55;
	border-top: 1px dotted #F86B55;
	font-size: 120%;
	padding: 10px;
	margin: 15px;
}
.accessBox .map dt span {
	color: #FFF;
	font-size: 116%;
	display: block;
	border-radius: 15px;
	padding: 5px;
	margin: 0px 15px;
	background-color: #F86B55;
}
.accessBox .map dd {
	margin: 15px 15px 0px;
}
.accessBox ul {
	margin: 10px 5% 15px;
}
.accessBox ul li {
	margin-bottom: 10px;
}
.accessBox ul li dt {
	width: 5%;
	float: left;
	text-align: left;
}
.accessBox ul li dd {
	width: 90%;
	text-align: left;
	float: left;
}
.accessBottom {
	text-align: left;
	padding: 15px 10px;
	border: 1px solid #D6D6D6;
	margin: 10px 15px 20px;
}
.accessBottom dd span {
	color: #818181;
	display: block;
	margin: 10px auto;
	font-size: 88%;
}
.accessBottom dd a {
	color: #333333;
}

/*　100%の資格取得率！
------------------------------------------------------- */
#shikaku .maintxtTop img {
	width: 100%;
	height: auto;
}
#shikaku .maintxtTop dl {
	padding: 10px 15px;
	text-align: left;
}
#shikaku .maintxtTop dt {
	font-size: 123.1%;
}
.shikakuInner {
	border-radius: 5px 5px 0px 0px;
	background-color: #FFF;
	margin: 15px auto;
	border-bottom: 1px solid #D6D6D6;
}
.shikakuInner ul, .shikakuInner dl, .shikakuInner p {
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}
.shikakuInner ul {
	padding: 10px;
	text-align: left;
	line-height: 1.45;
}
.shikakuInner p {
	padding: 0px 10px 10px;
	text-align: left;
	line-height: 1.45;
	font-size: 85%;
}
.shikakuInner h3 {
	border-radius: 5px 5px 0px 0px;
	background: #3EB3E7;
	font-size: 108%;
	padding: 10px;
	line-height: 1.45;
	color: #FFF;
	border-bottom: 1px solid #D6D6D6;
}
.shikakuInner dl {
	margin: 0px auto;
	line-height: 0;
	width: 88%;
	padding-right: 5.4%;
	padding-left: 6%;
	background: url(../img/shikaku/bg_shikaku.jpg) no-repeat bottom center;
	background-size: 239px;
}
.shikakuInner dt {
	float: left;
	width: 44%;
}
.shikakuInner dd {
	float: left;
	width: 44%;
}
.shikakuBox {
	padding: 15px;
	background: url(../img/shikaku/bg_shikaku_gra.jpg) no-repeat center center;
	background-size: 100% 100%;
	line-height: 0;
}

/*　6つの学習プロセス
------------------------------------------------------- */
#process .maintxtTop img {
	width: 100%;
	height: auto;
}
#process .maintxtTop dl {
	padding: 10px 15px;
	text-align: left;
}
#process .maintxtTop dt {
	font-size: 110%;
}
.processBox {
	background: url(../img/process/bg_line.gif) repeat-y center top;
	background-size: 90px 100%;
}
.processInner dl {
	margin: 15px 15px 0px 15px;
	margin-bottom: 20px;
}
.processInner dt {
	border: 2px solid #FA6A4F;
	border-radius: 5px;
	font-size: 131%;
	background-color: #FFF;
	color: #F86B52;
	padding: 10px;
	margin-bottom: 10px;
}
.processInner dt.colorY {
	border: 2px solid #FFAD00;
	color: #FFAC00;
}
.processInner .last {
	background: #FFF;
}
.processInner dd {
	text-align: left;
}
#process .detail .tit {
	color: #FC6949;
	font-weight: bold;
	margin-top: 10px;
}

/*　ココがスゴイ
------------------------------------------------------- */
#sugoi .maintxtTop img {
	width: 100%;
	height: auto;
}
#sugoi .maintxtTop dl {
	padding: 10px 15px;
	text-align: left;
}
#sugoi .maintxtTop dt {
	font-size: 123.1%;
	margin-bottom: 10px;
}
.sugoiBox h3 {
	color: #F86B52;
	border-top: 1px dotted #F86B55;
	border-bottom: 1px dotted #F86B55;
	padding: 10px 0px 8px;
	margin: 15px;
	font-size: 128%;
}
.sugoiBox h3 span {
	color: #FFF;
	border-radius: 9px;
	background-color: #F86B55;
	font-family: 'Hind', sans-serif;
	display: block;
	width: 75px;
	font-size: 70%;
	line-height: 1;
	padding: 4px 0px 2px;
	margin: 0px auto 3px;
}
.sugoiBox dl {
	margin: 15px 15px 20px 15px;
}
.sugoiBox dl dd {
	text-align: left;
	font-size: 98%;
	margin-top: 6px;
}
.sugoiBox dl dd span {
	font-size: 90%;
}
.sugoiBox dl dt img {
	width: 100%;
	height: auto;
}


/*　AO入試について
------------------------------------------------------- */
#ao .maintxtTop img {
	width: 100%;
	height: auto;
}
#ao .stepBox dl {
	margin-bottom: 20px;
	margin: 15px 15px 20px 15px;
}
#ao .stepBox dt {
	color: #F86B52;
	border-top: 1px dotted #F86B55;
	border-bottom: 1px dotted #F86B55;
	padding: 10px 0px 8px;
	margin: 0 0 10px;
	font-size: 115%;
	text-align: left;
}
#ao .stepBox dt span {
	color: #FFF;
	border-radius: 9px;
	background-color: #F86B55;
	font-family: 'Hind', sans-serif;
	width: 75px;
	line-height: 90%;
	font-size: 70%;
	padding: 4px 10px 2px;
	margin-right: 10px;
}
#ao .stepBox dl dd {
	text-align: left;
	font-size: 98%;
	margin-top: 6px;
}
#ao .ocBtn a {
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #FA6A4F;
	border-radius: 7px;
	padding: 15px 0px;
	margin: 25px 15px 0px;
	font-size: 123.1%;
}


/*　ニュース/イベント　一覧
-------------------------*/

#newseventList #boxList {
    border-top: 1px solid #d6d6d6;
    margin-bottom: 40px;
    text-align: left;
}

#newseventList ul.boxPager{
    text-align: center;
	color: #333;
}

#newseventList .boxPager li {
    display: inline-block;
    height: 30px;
    letter-spacing: normal;
    line-height: 30px;
    padding-right: 10px;
    vertical-align: bottom;
    width: 30px;
}

#newseventList .boxPager li span.current_page {
    background: #cccccc none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    text-decoration: none;
}

#newseventList .boxPager li a{
	color: #333;
}

#newseventList .boxPager li a,
#newseventList .boxPager li span.current_page {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: block;
    font-size: 87%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

#newseventList #boxList a {
	display:block;
	color: #333;
}

#newseventList #boxList .one-news {
	border-bottom: 1px solid #C1C1C1;
	padding: 10px 20px 10px 15px;
}

#newseventList #boxList .date_category {
    color: #6c6c6c;
    font-size: 85%;
    text-align: left;
}


/*　ニュース/イベント　詳細
-------------------------*/
#newseventDetail #contentMain {
    padding: 20px 15px 0px;
}

#newseventDetail .blockDate {
    color: #6d6d6d;
}

#newseventDetail .blockTitle {
    border-bottom: 1px dotted #d6d6d6;
    font-size: 125%;
    margin: 10px 0 15px;
    padding-bottom: 10px;
}

#newseventDetail #boxBody {
	text-align: left;
    line-height: 160%;
}

#newseventDetail #contentMain #boxBody h1, 
#newseventDetail #contentMain #boxBody h2, 
#newseventDetail #contentMain #boxBody h3, 
#newseventDetail #contentMain #boxBody div, 
#newseventDetail #contentMain #boxBody p, 
#newseventDetail #contentMain #boxBody pre {
    margin: 10px 0;
}

#newseventDetail #contentMain #boxBody ol,
#newseventDetail #contentMain #boxBody ul {
	/*margin-bottom:20px;*/
	padding-left:40px;
}
#newseventDetail #contentMain #boxBody ol li {	list-style-type:decimal;}
#newseventDetail #contentMain #boxBody ul li {	list-style-type:disc;/* 1階層目 */}
#newseventDetail #contentMain #boxBody ul ul li { list-style-type: circle; /* 2階層目 */ }
#newseventDetail #contentMain #boxBody ul ul ul li { list-style-type: square; /* 3階層目以降 */ }

#newseventDetail #contentMain #boxBody i,
#newseventDetail #contentMain #boxBody cite,
#newseventDetail #contentMain #boxBody em,
#newseventDetail #contentMain #boxBody var,
#newseventDetail #contentMain #boxBody address,
#newseventDetail #contentMain #boxBody dfn {
	font-style: italic;
}

#newseventDetail #contentMain #boxBody pre,
#newseventDetail #contentMain #boxBody code,
/*#newseventDetail #contentMain #boxBody kbd,*/
#newseventDetail #contentMain #boxBody samp,
#newseventDetail #contentMain #boxBody tt {
	/*font-size:127%;*/
	font-size:100%;
}

/*
#newseventDetail #contentMain #boxBody code{
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}
*/

#newseventDetail #contentMain #boxBody ins {
	background:none;
	text-decoration:underline;
}

#newseventDetail #contentMain #boxBody a {
	color:#7C6B62;
	text-decoration:underline;
}
#newseventDetail #contentMain #boxBody a:hover {color:#7C6B62;}


#newseventDetail #contentMain #boxBody q {quotes: '"' '"'; }
#newseventDetail #contentMain #boxBody q:before {content: open-quote; }
#newseventDetail #contentMain #boxBody q:after {content: close-quote; }

#newseventDetail #contentMain #boxBody table {
	border: 1px solid;
	border-collapse: separate;
	border-spacing: 1px;
	/*
	border-left:1px solid;

	border-left:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	*/
}

#newseventDetail #contentMain #boxBody table th,
#newseventDetail #contentMain #boxBody table td {
	border-bottom:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
}

#newseventDetail #contentMain #boxBody tbody,
#newseventDetail #contentMain #boxBody tr,
#newseventDetail #contentMain #boxBody td{
	border: 1px solid;
}

#newseventDetail #contentMain #boxBody blockquote {
	border-left:5px solid #D6D6D6;
	padding:2px 10px 2px 20px;
 	margin: 11px 42px;
 	font-style: italic;
	font-family: Georgia,Times,"Times New Roman",serif;
}

#newseventDetail #contentMain #boxBody .marker {
	  background-color: Yellow;
    color:#000;
    text-decoration:none;
}

#newseventDetail #contentMain #boxBody hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
}

#newseventDetail #contentMain #boxBody h1
/*#newseventDetail #contentMain #boxBody big*/ {
		/*font-size:142%;*/
		font-size: 30px;
		padding:0;
}
#newseventDetail #contentMain #boxBody h2 {	/*font-size:128%;*/ font-size:25px; }
#newseventDetail #contentMain #boxBody h3 {	/*font-size:114%;*/ font-size:20px; }
#newseventDetail #contentMain #boxBody small {	font-size:85%; }

#newseventDetail #contentMain #boxBody h1,
#newseventDetail #contentMain #boxBody h2,
#newseventDetail #contentMain #boxBody h3,
#newseventDetail #contentMain #boxBody h4,
#newseventDetail #contentMain #boxBody h5,
#newseventDetail #contentMain #boxBody h6{
		font-weight: normal;
		line-height: 1.2;
}

#newseventDetail #contentMain #boxBody strong {
    font-weight: bold;
}

#newseventDetail #contentMain #boxBody caption,
#newseventDetail .btnReturn{
    text-align: center;
}

/*
 *  管理画面でnews/eventのtableを作る時にデフォルトの横幅が500px、
 *  フロント側では作成したテーブルタグに直接「style=width:500px・・・」のようにスタイルが付加されている
 *  このままだとスマホ画面でテーブルの内容が見れないので、
 *  テーブルの横幅を強制的に変更
 */
#newseventDetail #contentMain #boxBody table {
    width: auto !important;
}

#newseventDetail #contentMain #boxBody img {
    width: 100% !important;
    height: auto !important;
}
/* 入学要項
---------------------------------------------------------- */
#admission #containerInner {
	padding: 0 0.8em;
}
#admission .nyushiBox {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	margin-right: 20px;
}
#admission .nyushiBox:not(:first-of-type){
	margin-top: 15px;
}
#admission .nyushiBox h4 {
	font-size: 107.52%;
	padding: 15px;
	position: relative;
}
#admission .nyushiBox h4::after{
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
#admission .nyushiBox h4:not(.open)::after{
  	content: "\f078";
}
#admission .nyushiBox h4.open::after{
  	content: "\f077";
}
#admission div.last {
	margin-right: 0px;
}
#admission h3 {
	color: #F86B52;
    border-top: 1px dotted #F86B55;
    border-bottom: 1px dotted #F86B55;
    padding: 10px 0px 8px;
    margin: 20px 0 30px;
    font-size: 115%;
}
#admission div.bg_o {
	background-color: #FFF7E4;
	border: 1px solid #FFAE00;
}
#admission div.bg_o h4 {
	color: #FFAC00;
}
#admission div.bg_b {
	background-color: #E7F6FC;
	border: 1px solid #3EB3E7;
}
#admission div.bg_b h4 {
	color: #3EB2E6;
}
#admission div.bg_g {
	background-color: #F1FBE8;
	border: 1px solid #8DE048;
}
#admission div.bg_g h4 {
	color: #8CDF47;
}
#admission .nyushiInner {
	border: 1px solid #D6D6D6;
	border-radius: 7px;
	padding: 15px;
	background-color: #FFF;
	margin-bottom: 20px;
}
#admission .boxInner01 li {
	display: block;
	background: url(../img/admission/ico_arrow_g.png) no-repeat center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
#admission .boxInner01 li.last {
	background: none;
	margin: 0;
	padding: 0;
}
#admission .boxInner01 li.last .nyushiInner {
	margin: 0;
}
#admission div.bg_o dd, #admission div.bg_b dd {
	text-align: left;
	float: left;
	width: 190px;
	padding: 2px 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}
#admission .nyushiBox ul{
	padding: 0 15px 15px;
}
#admission .nyushiBox li p {
	font-size: 94.08%;
	font-weight: 400;
}
#admission .nyushiBox li dl dt,
#admission .nyushiBox li dl dd{
	font-size: 94.08%;
}
#admission .tableWrapper{
	overflow-x: scroll;
}
#admission .tableWrapper table {
	width: 950px;
}
#admission .tableWrapper table th,
#admission .tableWrapper table td{
	font-size: 80.64%;
}
#admission .tableWrapper-02 table tr:not(:first-of-type):not(:nth-of-type(2)) th:first-child{
	text-align: left;
}
#admission .tableWrapper-03 table tr th{
	width: 100px;
}
#admission .tableWrapper-07 table{
	width: 750px;
}
#admission .type01 {
	background-color: #FC6949;
	border-radius: 4px;
	color: #FFF;
	padding: 2px 4px;
	margin-bottom: 5px;
	float: left;
}
#admission .type02 {
	background-color: #FFAE00;
	border-radius: 4px;
	color: #FFF;
	margin-bottom: 5px;
	padding: 2px 4px;
	float: left;
}
#admission div.bg_g span {
	display: block;
	color: #F86A4D;
	font-size: 108%;
}
#admission .boxInner h4 {
	font-size: 107.52%;
	text-align: left;
	margin: 20px auto 10px;
}
#admission .boxInner p{
	font-size: 94.08%;
	text-align: left;
	margin-top: 5px;
}
#admission .boxInner table th {
	background-color: #EBEBEB;
	border: 1px solid #D6D6D6;
	text-align: center;
	padding: 15px;
}


#admission .boxInner table .tr {
    white-space: nowrap;
}



#admission .boxInner table td {
	border: 1px solid #D6D6D6;
}
#admission .boxInner table .bg_g {
	background-color: #F1FBE7;
}
#admission .boxInner table .bg_y {
	background-color: #FFF7E3;
}
#admission .boxInner table .bg_b {
	background-color: #ECF8FD;
}
#admission .boxInner table td {
	border: 1px solid #D6D6D6;
	padding: 15px;
	text-align: left;
}
#admission .wiDth {
	width: 510px;
}
#admission .boxInner table td.txtCenter {
	text-align: center;
}
#admission .boxInner table td.wiDth01 {
	width: 170px;
	text-align: center;
}
#admission .boxInner table td span {
	color: #6C6C6C;
	font-size: 93%;
}
#admission .tdCenter td {
	text-align: center !important;
}
#admission .boxInner .bikou {
	width: 300px;
	text-align: left !important;
}
#admission .numList {
	list-style: decimal outside;
	padding-left: 20px;
	text-align: left;
}
#admission .numList li {
	float: none;
	margin-bottom: 10px;
	font-size: 94.08%;
}
#admission .pageNavi {
	margin: 40px 0 50px;
	text-align: center;
}
#admission .pageNavi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
#admission .pageNavi li {
	width: 48%;
	box-sizing: border-box;
	line-height: 120%;
	border: 1px solid #FA6A4F;
	border-radius: 4px;
	display: flex;
}
#admission .pageNavi li:nth-of-type(n+3){
	margin-top: 10px;
}
#admission .pageNavi li:lastchild {
 margin-right: 0;
}
#admission .pageNavi li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px 22px;
	color: #666;
	line-height: 1.4;
	position: relative;
}
#admission .pageNavi li a:Hover {
	text-decoration: none;
}
#admission .pageNavi li a i {
	font-size: 150%;
	color: #FA6A4F;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	margin: 0 auto;
}
#admission .pageNavi p{
	padding: 0 0.8em;
	font-size: 94.08%;
	text-align: left;
}
/* 高等教育の修学支援新制度について
---------------------------------------------------------- */
#shugakushien #containerInner a {
    display: block;
    text-decoration: underline;
    color: #535353;
}
#shugakushien #containerInner {
	padding: 0 0.8em;
}
#shugakushien div.last {
	margin-right: 0px;
}
#shugakushien h3 {
	color: #F86B52;
    border-top: 1px dotted #F86B55;
    border-bottom: 1px dotted #F86B55;
    padding: 10px 0px 8px;
    margin: 20px 0 30px;
    font-size: 115%;
}
#shugakushien .longurl {
	word-break: break-all;
}
#shugakushien .tableWrapper{
	overflow-x: scroll;
}
#shugakushien .tableWrapper table {
	width: 950px;
}
#shugakushien .tableWrapper table th,
#shugakushien .tableWrapper table td{
	font-size: 80.64%;
}
#shugakushien .boxInner h4 {
	font-size: 107.52%;
	text-align: left;
	margin: 20px auto 10px;
}
#shugakushien .boxInner dl{	
	text-align: left;
	margin-top: 10px;
}
#shugakushien .boxInner dt {
	font-size: 102%;
	font-weight: bold;
}
#shugakushien .boxInner dd {
	margin: 5px 0 10px 0;
}
#shugakushien .boxInner p {
	font-size: 94.08%;
	text-align: left;
	margin: 10px 0 10px 0;
}
#shugakushien .boxInner table th {
	background-color: #EBEBEB;
	border: 1px solid #D6D6D6;
	text-align: center;
	padding: 15px;
}
#shugakushien .boxInner table td {
	border: 1px solid #D6D6D6;
}
#shugakushien .boxInner table .t_gray {
	background-color: #F7F7F7;
}
#shugakushien .boxInner table td {
	border: 1px solid #D6D6D6;
	padding: 15px;
	text-align: left;
}
#shugakushien .boxInner table .t_center {
	text-align: center;
}
#shugakushien .boxInner table td span {
	color: #6C6C6C;
	font-size: 93%;
}
#shugakushien .pageNavi {
	margin: 20px 0 20px 0px;
	text-align: left;
}
#shugakushien .shugakushien_box {
	border: 1px solid #D6D6D6;
	padding: 0 20px 10px 20px;
	margin: 15px 0 15px 0;
}
#shugakushien .shugakushien_box .contactTxt {
	text-align: center !important;
}
#shugakushien .shugakushien_box dt,#shugakushien .shugakushien_box dd {
	font-size: 107.52%;
	margin: 0;
	text-align: center !important;
}
#shugakushien .shugakushien_box .sup {
	font-size: 13px;
	margin: 3px 0 0;
}
#shugakushien .shugakushien_box dd a {
	font-size: 107.52%;
	margin: 0;
	font-weight: bold;
	text-align: center !important;
	text-decoration: none !important;
}

/*　電話個別相談会
---------------------------------- */

#consultation .txttopBox dl {
	border: 2px solid #FC6949;
	border-radius: 9px;
	padding: 15px 30px;
	margin-top: 15px;
}
#consultation .txttopBox dt{
	color: #FC6646;
	font-size: 182%;
}
