@charset "utf-8";
/* common
---------------------------------------- */
body {
	color: #333;
}
.btn a {
	color: #333;
	border-color: #eb7392;
}
.btn a:hover {
	color: #fff;
	background-color: #eb7392;
}
.btn span::after {
	background-image: url(/bm/assets/images/btn_arrow_00.png);
}
.btn a:hover span::after {
	background-image: url(/bm/assets/images/btn_arrow_00_on.png) !important;
}
strong {
	color: #e7577c;
	font-weight:bold;
}
.annotation {
	color: #666;
}
	.sp-dn {
		display: none;
	}
	.pc-dn {
		display: block;
	}

/* gnav-sub */
#gnav-sub {
	background-color:#ffef65;
	margin: -10px 0 15px 0;
	padding: 13px 0;
}
#gnav-sub > * {
	height:0;
	overflow:hidden;
}
#gnav-sub > *.active {
	height:inherit;
}
/* gnav-sub opencampus */
#gnav-sub dl {
	box-sizing: border-box;
	overflow: hidden;
}
#gnav-sub dl dt, #gnav-sub dl dd {
    display: inline-block;
    vertical-align: middle;
	line-height: 32px;
	margin:5px 0 0 0;
}
#gnav-sub dl dt {
    color: #2896e9;
    font-weight: bold;
    font-size: 1.4em;
	padding: 0;
}
#gnav-sub dl dd {
	padding-left:5px;
	box-sizing: border-box;
	margin:5px 0 0 0;
}
#gnav-sub dl dd.next {
	width: 260px;
    font-size: 1.45em;
    font-weight: bold;
	padding: 0;
}
#gnav-sub dl dd.next a:hover {
	text-decoration:underline;
	cursor:pointer;
}
#gnav-sub dl dd.after {
	width: 390px;
font-size: 0.9em;
    background-color: #ffffff;
	padding: 0 5px 0 10px;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#gnav-sub dl dd.btn-opencampus {
	float: right;
	margin:0;
}

/************************************************************
 ヘッダー
************************************************************/
.head-nav-panel .menu .name {
    background-color: #e7577C;
    border-bottom: 1px solid #ea6d8d;
}
.head-nav-panel .share li a {
	border-right: 1px solid #e7577c;
}

.head-nav-panel .share li:first-child a{
    border-right: 1px solid #e7577c;
}

.head-nav-panel .share li:last-child a {
	border: none;
}
.head-nav-panel .policy{
	background: #e7577c;
}
.head-nav-panel .policy li {
	background-color: #ffcdd9;
	color: #333;
	width: 70%;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
.head-nav-panel .policy li a {
	display: block;
	font-size: 1.1em;
	line-height: 40px;
}
.head-nav-panel .contacts .request {
    background-color: #7d9eda;
}
.head-nav-panel .categories {
    background: #E7577C url(/bm/assets/images/sp/bg_stripe.png) repeat 0 0;
}
.head-nav-panel .share {
    border-top: 1px solid #e7577c;
}
.head-nav-panel .menu .items {
    background-color: #ea6d8d;
}
.head-nav-panel .menu .items li:nth-of-type(2n+1) {
    border-right: 1px solid #e7577c;
}
.head-nav-panel .menu .items li {
    border-bottom: 1px solid #e7577c;
}
.head-nav-panel .menu .open .name::after {
    background-image: url(/bm/assets/images/sp/btn_minus@2x.png);
}
.head-nav-panel .menu .open .name::after {
    background-image: url(/bm/assets/images/sp/btn_minus.png);
}
.head-nav-panel .menu .name::after {
    background-image: url(/bm/assets/images/sp/btn_plus@2x.png);
}
.head-nav-panel .menu .name::after {
    background-image: url(/bm/assets/images/sp/btn_plus.png);
}
/* ナビ追従
---------------------------------------- */
#head-nav-follow .follow{
	background-color: rgba(234,109,109,0.9);
}
#head-nav-follow .follow .btn-menu{
	background-color: #e7577c;
}
#head-nav-follow .follow .opencumpus,
#head-nav-follow .follow .request{
	 width: 33.3%;    
}
#head-nav-follow .follow .opencumpus img {
	width: 88.1%;
}
#head-nav-follow .follow .request img {
	width: 60%;
}
#head-nav-follow .follow .opencumpus:after,
#head-nav-follow .follow .request:after{
	content: "";
	width: 1px;
	height: 35px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* index
---------------------------------------- */
/* mainvisual */
#for-index {
	overflow:hidden;
}
#for-index #mainvisual {
	width: 100%;
	margin-top: 10%;
}
#for-index #mainvisual .mainvisual-slide img{
	width:100%;
	height:auto;	
}

/* g-nav */
#for-index #g-nav {
	position: absolute;
	bottom: -10px;
	margin-bottom: 0;
}
/* search */
#for-index .search {
    position: absolute;
    top: 396px;
}
/* gnav-sub */
#for-index #gnav-sub {
	margin:0 0 45px 0;
	top:0;
}

/* main#index */
main#index h2 {
	text-align: center;
	margin-bottom: 30px;
}
main#index h3 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
}
main#index .catch {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 25px;
}

/* 夜間相談会
---------------------------------------- */
main#index #night {
	background: url(/bm/assets/images/bg_night.png) repeat;
	margin-bottom: 50px;
	padding: 5px;
	box-sizing:border-box;
	margin-top: -20px;
}
main#index #night .bg-inner {
	background-color: #ffffff;
}
main#index #night dl {
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
main#index #night dl dt {
	border-bottom: #888 solid 1px;
	line-height: 1.5;
	font-weight: bold;
	display: block;
	margin-bottom: 1%;
}
main#index #night dl dd {
	box-sizing: border-box;
}
main#index #night dl dd.next {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 2%;
}
main#index #night dl dd.next a:hover {
	text-decoration: underline;
}
main#index #night dl dd.time {
	background: #f4f2f3;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.88em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3%;
}
main#index #night dl dd.text br {
	display:none;
}
main#index #night dl dd.detail a {
	position: relative;
	font-size: 0.95em;
	background: url(/bm/assets/images/btn_arrow_00.png) no-repeat 90% center;
}
/* news */
main#index #news {
	margin-bottom: 10%;
}
main#index #news .entry-twitter {
	display:none;
}
main#index #news .columns3 article a {
	display: block;
}
main#index #news .columns3 article {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 5%;
}
main#index #news .columns3 article:nth-child(2n) {
	margin-right:0;
}
main#index #news article .photo {
	width: 100%;
	height: 130px;
	position:relative;
	overflow: hidden;
	margin-bottom:10px;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
main#index #news article .photo .blank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
main#index #news article .photo img {
	max-height: 150%;
	max-width: inherit;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}
main#index #news article .photo.news {
	border: solid 1px #7d9eda;
}
main#index #news article .photo.event {
	border: solid 1px #e7577c;
}
main#index #news article ul{
	margin-bottom:5px;
}
main#index #news article ul.date li {
	float: left;
	color: #666;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height:18px;
}
main#index #news article ul.date li.ico {
	font-size: 0.8em;
	color: #fff;
	padding:0 10px;
	margin-left:5px;
}
main#index #news article ul.date li.ico.news {
	background-color: #7d9eda;
}
main#index #news article ul.date li.ico.event {
	background-color: #eb7392;
}
main#index #news article ul.date li.new {
	color: #469ee1;
	font-weight: bold;
	margin-left:5px;
}
main#index #news article .txt {
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: bold;
}
main#index #news .btn-area {
	text-align: center;
}
main#index #news .btn-area .btn {
	display: inline-block;
	width: 48%;
}
main#index #news .btn.news {
    margin-bottom: 20px;
	margin-right:2%
}
main#index #news .btn.event {
    margin-bottom: 20px;
}
main#index #news .btn.news a {
	border-color: #7d9eda;
}
main#index #news .btn.news span::after {
	background-image:url(/bm/assets/images/btn_arrow_01.png);
}
main#index #news .btn.news a:hover {
	background-color: #7d9eda;
}
main#index #news .btn.news a:hover span::after {
	background-image:url(/bm/assets/images/btn_arrow_01_on.png) !important;
}
main#index #news .btn.event a {
	border-color: #eb7392;
}
main#index #news .btn.event span::after {
	background-image:url(/bm/assets/images/btn_arrow_02.png);
}
main#index #news .btn.event a:hover {
	background-color: #eb7392;
}
main#index #news .btn.event a:hover span::after {
	background-image:url(/bm/assets/images/btn_arrow_02_on.png) !important;
}

/* TOP　content-slider
---------------------------------------- */
main#index #content-slider {
    	background: url(/bm/assets/images/bg_content.png) repeat center center;
	margin-bottom: 40px;
}
main#index #content-slider p{
	text-align:center;
}
main#index #content-slider p img{
	width:95%;
	display:inline;
}
main#index #content-slider .prev{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:-3%;
	z-index:2;
} 
main#index #content-slider .next{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:-3%;
	z-index:2;
} 

/* TOP　course
---------------------------------------- */
main#index #course {
	margin-bottom: 50px;
}
main#index #course > div {
	margin-bottom:40px;
}
main#index #course .columns .info h3 {
	display:none;
}
main#index #course .columns {
	margin-bottom:20px;
}
main#index #course .columns .info p {
    line-height: 1.7;
}
main#index #course .columns .info .copy {
	margin-top:-30px;
	margin-bottom:25px;
}
main#index #course .totalbeauty .info .copy {
	margin-top:-50px;
}
main#index #course .tsushin .info .copy {
	margin-top:-50px;
}
main#index #course .btn {
	width:100%;
}
main#index #course .tsushin .btn a {
    border-color: #ffbb66;
}
main#index #course .tsushin .btn a span:after {
	background-image:url(/bm/assets/images/btn_arrow_04.png);
}
main#index #course .tsushin .btn a:hover {
    background-color: #ffbb66;
}
main#index #course .tsushin .btn a:hover span:after {
	background-image:url(/bm/assets/images/btn_arrow_04_on.png);
}
main#index #course .cutcreative  li:first-child {
	background-image: url(/bm/assets/images/name_course01.png);
}
main#index #course .cutcreative  li:nth-child(2) {
	background-image: url(/bm/assets/images/need_course01.png);
}
main#index #course .totalbeauty li:first-child {
	background-image: url(/bm/assets/images/name_course02.png);
}
main#index #course .totalbeauty li:nth-child(2) {
	background-image: url(/bm/assets/images/need_course02.png);
}
main#index #course .box h3 {
	margin-bottom: 15px;
}
main#index #course .box .txt {
	margin-bottom: 10px;
}
main#index #course .box .btn {
	overflow: hidden;
}
main#index #course .box .btn a {
	float: right;
	width: 180px;
	border-color: #505050;
}
main#index #course .tsushin .box .btn a {
	float: none;
	background-color: #ffffff;
	margin:0 auto;
}
main#index #course .box .btn a:hover {
	background-color: #505050;
}
main#index #course .box .btn span::after {
	background: url(/bm/assets/images/btn_arrow.png) no-repeat;
}
main#index #course .box .btn a:hover span::after {
	background: url(/bm/assets/images/btn_arrow_on.png) no-repeat !important;
}

/* TOP　works
---------------------------------------- */
main#index #works {
	position: relative;
	padding-top: 13px;
	margin-bottom: 50px;
}
main#index #works h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
main#index #works .catch {
	margin-bottom: 15px;

}
main#index #works .columns3 > * {
	margin-bottom:0;
}
main#index #works .columns3 > *:nth-child(n+2) {
	display:none;
}
main#index #works .inner, main#index #interview .inner {
	padding: 15px 0 30px;
	box-sizing: border-box;
}
main#index #works .inner {
	border: 15px solid #fffccc;
	margin-bottom: 15px;
	text-align: center;
}
main#index #works .photo {
	display: inline-block;
}
main#index #works .photo.first {
	margin-right: 20px;
}
main#index #works .btn {
	margin:0 3%;
}
main#index #works .btn a {
	border-color: #ffbb66;
}
main#index #works .btn span::after {
	background-image: url(/bm/assets/images/btn_arrow_04.png);
}
main#index #works .btn a:hover {
	background-color: #ffbb66;
	color: #050505;
}
main#index #works .btn a:hover span::after {
	background-image: url(/bm/assets/images/btn_arrow_04_on.png);
}

/* TOP　interview
---------------------------------------- */
main#index #interview {
	position: relative;
	padding-top: 12px;
	text-align: center;
	margin-bottom: 100px;
}
main#index #interview h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
main#index #interview .catch {
	margin-bottom: 15px;
}
main#index #interview .inner {
	border: 15px solid #F4DB84;
}
main#index #interview .youtube {
	display: inline-block;
	position: relative;
	width: 438px;
	padding-top: 246px;
}
main#index #interview .youtube.first {
	margin-right: 20px;
}
main#index #interview iframe {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* TOP　link
---------------------------------------- */
main#index #link {
	margin-bottom: 50px;
	position:relative;
	z-index:1;
}
main#index #link .columns4>div{
	float:left;
	width: 48%;
}
main#index #link .columns4>div:nth-child(odd) {
	margin-right:4%;
}
main#index #link .columns4>div:nth-child(n+5) {
	margin-bottom: 0;
}
main#index #link .columns4 .photo{
	margin-bottom:15px;
}
main#index #link .columns4 .txt{
	display:none;
}

/* TOP　gallery
---------------------------------------- */
main#index #gallery {
	margin-bottom: 60px;
	overflow:hidden;
}
main#index #gallery .bg {
	padding: 33px 0;
	background: url(/bm/assets/images/bg_gallery.png);
	margin-bottom: 20px;
}
main#index #gallery li {
	text-align: center;
}
main#index #gallery li img {
	display: inline-block;
}
main#index #gallery .btn {
	text-align: center;
}
main#index #gallery .btn a {
	display: inline-block;
	width: 260px;
}

/* TOP　bnr
---------------------------------------- */
main#index #bnr {
	margin-bottom: 30px;
}
main#index #bnr .columns3>div{
}
main#index #bnr .columns3 .photo{
	margin-bottom:10px
}
main#index #bnr .columns3 .photo img {
	width:100%;
}
main#index #bnr .columns3 a:hover .txt{
	text-decoration: underline;
}
main#index #bnr .youtube .photo {
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow:hidden;
}
main#index #bnr iframe {
	/*width: 100%;
	height: 100%;
	border:none;*/
}

/* breadcrumb
---------------------------------------- */
#breadcrumb {
	display:none;
}

/* accordion
---------------------------------------- */
main.page h2.accordion{
	background-image:url(/bm/assets/images/bg_slanting.png);
}
main.page h2.accordion p{
	border-color: #eb7392;
}
main.page h2.accordion p:after{
	background: url(/bm/assets/images/btn_accordion.png) no-repeat;
}

/* page common
---------------------------------------- */
main.page h5 {
	color:#eb7392;
}

/* box */
main.page .box .inner{
	border-color:#e0f1ce;
}
main.page .box .box-header{
	border-color:#e0f1ce;
}
main.page .box .box-body .box-block:nth-child(3n+1) .box-image .data {
	background-color:#fdb60c;
}
main.page .box .box-body .box-block:nth-child(3n+1) .box-info dl dt,
main.page .box .box-body .box-block:nth-child(3n+1) .box-info h5 {
	color:#fdb60c;
}
main.page .box .box-body .box-block:nth-child(3n+2) .box-image .data {
	background-color:#7fbe33;
}
main.page .box .box-body .box-block:nth-child(3n+2) .box-info dl dt ,
main.page .box .box-body .box-block:nth-child(3n+2) .box-info h5 {
	color:#7fbe33;
}
main.page .box .box-body .box-block:nth-child(3n+3) .box-image .data {
	background-color:#54abed;
}
main.page .box .box-body .box-block:nth-child(3n+3) .box-info dl dt,
main.page .box .box-body .box-block:nth-child(3n+3) .box-info h5 {
	color:#54abed;
}
main.page .box .box-body .box-block .box-info dl dt {
	font-weight:bold;
}
main.page .box .box-body .box-block .box-info dl dd {
	margin-bottom:10px;
}
main.page .box .box-body .box-block .box-info dl dd:last-child {
	margin-bottom:0;
}

/* table */
main.page table {
	width:100%;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	margin-bottom:5%;
}
main.page table th, table td {
	font-weight:normal;
	padding: 2px 10px;
}
main.page table thead tr{
	border-bottom: solid 1px #888;
}
main.page table thead tr:last-child {
	border-bottom: solid 2px #888;
}
main.page table thead th {
	border-right:solid 1px #888;
	background-color: #ffcdd9;
}
main.page table thead tr:first-child th:first-child {
	/* background-color: #fff; */
}
main.page table thead th:last-child {
	border-right:none;
}
main.page table tbody th {
	background-color: #fffbda;
	border-right:solid 1px #888;
	border-bottom:solid 1px #888;
}
main.page table tbody th .ttl_txt {
    font-size: 0.85em;
    margin-top: 0.3em;
    line-height: 1.5em;
}
main.page table tbody tr:last-child th {
	border-bottom:none;
}
main.page table tbody td {
	background-color:#ffffff;
	border-right:solid 1px #888;
	border-bottom:solid 1px #888;
	max-width: 93vw;
}
main.page table tbody td:last-child {
	/*border-right:none;*/
}
main.page table tbody  {
	border-right:solid 2px #fff;
}
main.page table tbody tr:last-child td {
	border-bottom:none;
}


/************************************************************
 検索結果
************************************************************/
main#search.inner {
}
main#search h3 {
	margin-bottom:40px;
}
main#search .no-results p{
	text-align:center;
}
main#search article {
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:20px;
}
main#search article .entry-summary p {
	margin-bottom:0;
}
main#search article .entry-summary a.more-link span.screen-reader-text {
	display:none;
}

/************************************************************
 フッター
************************************************************/
/* footer bnr
---------------------------------------- */
footer #foot-bnr {
	background-color:#ef93ab;
}

/* ドット
---------------------------------------- */
footer #foot-company .address {
    background: url(/bm/assets/images/bg_foot.png) no-repeat center bottom;
}

.page-info-link{
	text-align:center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px !important;
}
.page-info-link li{
	display:inline-block;
	margin-bottom:0 !important;
}
.page-info-link li a{
    display: block;
    font-size:2.5vw;
	text-decoration:none;
    padding: 8px 5px;
    border: 1px solid #ccc;
	border-bottom:none;
    background-color: #fff;
}
main ul.page-index-link{
	text-align:center;
	margin-bottom:20px;
}
.page-index-link li{
	display:inline-block;
	width: 49%;
}
.page-index-link li a{
	display: block;
    line-height: 33px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 0.85em;
}
.page-index-link li a::after{
    position: absolute;
    bottom: 0;
    right: 0;
    left:0;
    margin: auto;
    content: "";
}
.page-index-link li a::after{
	bottom: 5px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 4px solid #fff;
}
/* /////////////////////////////////////////////////// */
/* cms common
---------------------------------------- */
main.list, main.single {
	overflow: hidden;
}
/* main single
---------------------------------------- */

main.single #content h2 {
	font-family: 'Noto Sans Japanese';
	color: #eb7392;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
main.single .ico {
	border-top: 1px solid #eb7392;
	border-bottom: 1px solid #eb7392;
	overflow: hidden;
	margin-bottom: 20px
}
main.single .ico li.date, main.single .ico li.cat a {
	float: left;
	display: block;
	line-height: 30px;
	padding-left: 23px;
	margin-right: 20px;
	position: relative;
}
main.single .ico .date:before {
	content: '\f307';
	font: normal 20px Genericons;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
main.single .ico .cat a:before {
	content: '\f301';
	font: normal 22px Genericons;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
main.single #detail {
	line-height: 1.5;
	margin-bottom: 30px;
}
main.single #detail p,
main.single #detail div{
	overflow: hidden;
	margin-bottom: 2%;
}
main.single #detail img{
	margin:2% 0;
}
main.single #detail a {
	text-decoration:underline;
}
main.single #detail strong {
	color: inherit;
}
main.single #detail .alignleft {
	float: left;
	margin: 0 15px 0 0;
}
main.single #detail .alignright {
	float: right;
	margin: 0 0 0 15px;
}
main.single #detail .aligncenter {
	margin: 0 auto;
	display: block;
}
main.single #navigation {
	overflow: hidden;
	border-top: 1px solid #eb7392;
	border-bottom: 1px solid #eb7392;
	margin-bottom: 50px;
}
main.single #navigation>div {
	box-sizing: border-box;
}
main.single #navigation .prev {
	border-bottom: 1px solid #eb7392;
}
main.single #navigation .next {
}
main.single #navigation>div a {
	display: block;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
main.single #navigation>div a:hover {
	color:#eb7392;
}
main.single #navigation .prev a {
	padding-left: 30px;
}
main.single #navigation .next a {
	padding-right: 30px;
	text-align: right;
}
main.single #navigation .prev .photo {
	float: left;
	width: 55px;
	margin-right: 15px;
}
main.single #navigation .next .photo {
	float: right;
	width: 55px;
	margin-left: 15px;
}
main.single #navigation>div .photo img {
	width: 100%;
	height: auto;
}
main.single #navigation>div .ttl {
	line-height: 2;
}
main.single #navigation>div .ttl span {
	width: 6px;
	height: 7px;
	background-image: url(/bm/assets/images/arrow_head.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
main.single #navigation .prev span {
	left: 10px;
	background-position: 3% center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
main.single #navigation .next span {
	right: 10px;
	background-position: 97% center;
}
/* main list
---------------------------------------- */
main.list #content .entry {
	overflow: hidden;
	margin-bottom: 5%;
}
main.list #content .entry article {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 5%;
}
main.list #content .entry article:nth-child(2n) {
	margin-right: 0;
}
main.list #content article .photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 10px;
	width:100%;
	height:100px;
}
main.list #content article .photo a{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
main.list #content article .photo img {
	max-height: 100%;
	max-width: inherit;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
main.list #content article .date {
	color: #666;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
}
main.list #content article .date .new {
	color: #469ee1;
	font-weight: bold;
	margin-left: 5px;
}
main.list #content article .date .ico {
	float: right;
	font-size: 0.7em;
	line-height: 16px;
}
main.list #content article .date .ico a {
	display: block;
	padding: 0 5px;
	color: #fff;
}
main.list #content article.news .date .ico a {
	border: 1px solid #7d9eda;
	background-color: #7d9eda;
}
main.list #content article.event .date .ico a {
	border: 1px solid #eb7392;
	background-color: #eb7392;
}
main.list #content article h2 {
	line-height: 1.5em;
	font-size:inherit;
}
main.list #content article h2 a:hover {
	text-decoration: underline;
}
/* sidebar
---------------------------------------- */
#sidebar {
}
#sidebar>div {
	padding: 15px;
	border: 1px solid #eb7392;
	margin-bottom: 20px;
}
#sidebar h2 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 15px;
}
#sidebar h2 span {
	float: right;
}
#sidebar h2 span a{
	padding-right: 13px;
	background:url(/bm/assets/images/arrow_head.png) no-repeat right center;
	font-size: 0.8rem;
	font-weight: normal;
	color: #eb7392;
}
#sidebar .category li {
	line-height: 45px;
	border-bottom: 1px dotted #B3B3B3;
}
#sidebar .category li:last-child {
	border-bottom: none;
}
#sidebar .category li a {
	display: block;
	padding-left: 20px;
	background-image: url(/bm/assets/images/arrow_head.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar article {
	border-bottom: 1px dotted #B3B3B3;
}
#sidebar article:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#sidebar article a {
	display: block;
	overflow: hidden;
	padding: 8px 0;
}
#sidebar article a:hover{
	color:#eb7392;
}
#sidebar article .photo{
	display:none;
}
#sidebar article .photo span{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
#sidebar article .photo img {
	max-height: 150%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#sidebar article .date {

	font-size: 0.9em;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
#sidebar article .date span {
	color: #469ee1;
	font-weight: bold;
	margin-left: 5px;
}
#sidebar article .txt {
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-size: 0.95em;
}

/* form common
---------------------------------------- */
input[type="reset"], input[type="button"], input[type="submit"] {
	border-color: #eb7392;
}
input[type="reset"], input[type="button"] {
	background-image:url(/bm/assets/images/btn_arrow_00_re.png);
}
input[type="submit"],
main#form .wpcf7 input[type="submit"],
main#request .wpcf7 input[type="submit"]  {
	color:#fff;
	background-image:url(/bm/assets/images/btn_arrow_00_on.png);
	background-color:#eb7392;
	border-color:#eb7392;
}
form th span,form .mail-area p,form .address-area p,form .bus-area p,form .description span{
	color:#e7577c;
}

/************************************************************
 入試・学費
************************************************************/
/* 入試・学費-共通
------------------------------ */
/* 表 td-backgraundcolor */
#recruit table tbody tr:nth-child(even) td,
#application table tbody tr:nth-child(even) td,
#gakuhi table tbody tr:nth-child(even) td{
	background:#F3F3F3;
}

/* 募集学科・定員
------------------------------ */
#recruit .inner {
}
/* recruitment */
#recruit #recruitment table thead th:nth-child(2), #recruit #recruitment table thead th:nth-child(3), #recruit #recruitment table thead th:nth-child(4) {
	width: 20%;
}
#recruit #recruitment table tbody td {
	text-align: center;
}
/* test-schedule */
#recruit #test-schedule table thead th.kind {
	width: 8%;
}
#recruit #test-schedule table tbody td:nth-child(n+4):nth-child(-n+9) {
	text-align: center;
}
#recruit .tsushin-schedule{
	text-align: center;
}
#recruit .btn-area .btn {
	display: inline-block;
	margin: 0;
	margin-bottom:10px
}

/*pre*/
.g-info#recruit #test-schedule table tbody td:nth-child(n+4):nth-child(-n+10){
text-align: center;
}

/* 出願方法
------------------------------ */
#application #self{
	padding-top: 120px;
    margin-top: -120px;
}
#application #specified{
    padding-top: 120px;
    margin-top: -120px;
}
#application #schedule{
	padding-top: 100px;
    margin-top: -100px;
}

.g-info#application .image-flow {
	margin-bottom: 20px;
	text-align: center;
}
.g-info#application .image-ac {
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
/* cosme_method */
.g-info#application #cosme_method table tbody th {
	width: 30%;
}
/*entry*/
.g-info#application #entry table th {
	width: 30%;
}

.g-info#application .btn-area {
	margin-bottom:40px;
}
.g-info#application article{
	background-color:#fff7f9;
	padding:15px;
	margin-bottom:15px;
}
.g-info#application article p{
	margin-bottom:0;
}
.g-info#application h4 span{
	color:#dc1d1d;
	margin-right:5px;
}
.g-info#application div.notes-box{
	border:1px solid #666;
	color:#666;
	padding:15px;
}
.g-info#main#application div.notes-box ul,
.g-info#application div.notes-box ol{
	margin-bottom:0;
}
.g-info#application div.notes-box li{
	margin-bottom:5px;
}
.g-info#application div.notes-box li:last-child{
	margin-bottom:0;
}
.g-info#application .page-index-link li{
    margin-bottom:5px;
}
.g-info#application .page-index-link li:nth-child(1){
    background-color:#80be40;
}
.g-info#application .page-index-link li:nth-child(2){
    background-color:#eba727;
}
.g-info#application .page-index-link li:nth-child(3){
    background-color:#f57b84;
}
.g-info#application .page-index-link li:nth-child(4){
    background-color:#4785cc;
}
.g-info#application .page-index-link li:nth-child(5){
    background-color:#c486bf;
}
.g-info#application .page-index-link li:nth-child(6){
    background-color:#66abdc;
}
.g-info#application .page-index-link li:nth-child(7){
    background-color:#f55b5f;
}
.g-info#application #method table tbody th{
	width:30%;
}
.g-info#application #method td span.mensetsu{
    color: #E60000;
    font-weight: bold;
    font-size: 1.0rem;
	text-decoration: underline;
}
.g-info#application #test-schedule table tbody th,
.g-info#application #test-schedule table tbody td:nth-child(n+4){
	width:10%;
	text-align: center;
}
.g-info#application table thead tr:first-child th:first-child{
	text-align: start;
	padding-left: 20px;
}
.g-info#application #documents tbody td:nth-child(n+3) {
	text-align: center;
}
.g-info#application .image-flow{
    margin-bottom: 10%;
    border-bottom: 1px dotted;
    padding-bottom: 12%;
}

/* 学費
------------------------------ */
.g-info#gakuhi .inner {
}
.g-info#gakuhi table td {
	text-align: center;
}
/* 学費納入期日 */
.g-info#gakuhi .date td {
	width: 20.5%;
}
/* 入学金 */
.g-info#gakuhi .enrollment td {
	width: 68.5%;
}
/* 学費(年額) */
.g-info#gakuhi .expense td {
	width: 22.8%;
}
/* 学費納入方法 */
.g-info#gakuhi .method td {
	width: 22.8%;
}
/* 教材費 */
.g-info#gakuhi .teaching-material td {
	width: 17%;
}
/* 通信 */
.g-info#gakuhi #communication td {
	width: 13.7%;
}
.g-info#gakuhi li {
	margin-bottom: 5px;
}
/* サポート
------------------------------ */
/* common */
.g-info#support .inner {
}
.g-info#support table{
	margin-bottom:20px;
}
.g-info#support table tbody th:first-child {
	width: 20%;
}
.g-info#support #group article{
	background-color:#fff7f9;
	padding:15px;
	margin-bottom:15px;
}
.g-info#support #group article p{
	margin-bottom:0;
}
.g-info#support #group table.dormitory tbody td {
	width: 80%;
}
.g-info#support #loan tbody th:first-child{
	/* width:10%; */
}
.g-info#support table.loan tbody th:first-child {
	width: 0%;
}
.g-info#support #loan td{
	width:18%;
}
.g-info#support #banner-area {
}
.g-info#support #banner-area .columns3{
	text-align: center;
}
#support h4#siteikou,
#support h4#jiko,
#support h4#sougou,
#support h4#syakai{
	padding-top: 120px;
	margin-top: -120px;
}

/************************************************************
 ～の方へ
************************************************************/
/* common
------------------------------ */
/* bg-balloon */
#for-affiliate .bg-balloon .bg-balloon-inner {
	background-color:#eb7493;
}
#for-affiliate .bg-balloon .bg-balloon-inner::before {
	background-image:url(/bm/assets/images/for/bg-balloon-before.png);
}
#for-affiliate .bg-balloon::after {
	background-image:url(/bm/assets/images/for/bg-balloon-after.png);
}
#for-affiliate .bg-balloon strong {
	color:#ffff57;
}

/* bg-balloon.bg-balloon-white */
#for-affiliate .bg-balloon.balloon-white strong {
	color:#e7577c;
}


/************************************************************
 コース
************************************************************/
/* common
------------------------------ */
.g-course .catch {
	margin-bottom:30px;
}
.g-course #curriculum table {
	margin-bottom:0;
}
/* 技術 */
.g-course #technique .columns2-nm {
	margin-bottom:20px;
}
.g-course #technique .columns2-nm:nth-child(odd) .info {
	background-position:top right;
	background-repeat:no-repeat;
}
.g-course #technique .columns2-nm:nth-child(even) .info {
	background-position:top left;
	background-repeat:no-repeat;
}
.g-course #technique .columns2-nm > * {
	width:100%;
}
.g-course #technique .columns2-nm .info {
	padding:10px 0;
}
.g-course #technique .columns2-nm .info h4 {
	margin-bottom:20px;
}
.g-course #technique .columns2-nm:last-child {
	margin-bottom:30px;
}
/* 先輩たちのBefore＆After */
.g-course #works {
	position: relative;
	padding-top: 13px;
	margin-bottom: 70px;
}
.g-course #works h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.g-course #works .catch {
	margin-bottom: 15px;
}
.g-course #works .inner, .g-course #interview .inner {
	width: 1100px;
	padding: 15px 0 30px;
	box-sizing: border-box;
}
.g-course #works .inner {
	border: 15px solid #fffccc;
	margin-bottom: 15px;
	text-align: center;
}
.g-course #works .photo {
	display: inline-block;
}
.g-course #works .photo.first {
	margin-right: 20px;
}
.g-course #works .btn {
	text-align: center;
}
.g-course #works .btn a {
	display: inline-block;
	width: 295px;
	border-color: #ffbb66;
}
.g-course #works .btn span::after {
	background-image: url(/bm/assets/images/btn_arrow_04.png);
}
.g-course #works .btn a:hover {
	background-color: #ffbb66;
	color: #050505;
}
.g-course #works .btn a:hover span::after {
	background-image: url(/bm/assets/images/btn_arrow_04_on.png);
}

/* カリキュラム */
.g-course #curriculum tbody td {
	text-align:center;
}
.g-course #curriculum tbody td .course-select {
	color:#ea6d8d;
	font-weight:bold;
}
.g-course #curriculum article{
	float:left;
	width:48%;
    margin-bottom: 20px;
}
.g-course #curriculum article:nth-child(odd) {
	margin-right:4%;
}
/* カットクリエイティブコース・トータルビューティ共通
------------------------------ */
#cutcreative #link .btn a,#totalbeauty #link .btn a{
	color: #fff;
	    border: none;
    line-height: 40px;
    font-size: 1.1em;
}
#cutcreative #link p:nth-of-type(odd) a,#totalbeauty #link p:nth-of-type(odd) a{
	    background-color: #40b15d;
}
#cutcreative #link p:nth-of-type(even) a,#totalbeauty #link p:nth-of-type(even) a{
	    background-color: #eb6ea5;
}
#cutcreative #link p:nth-of-type(odd) a span:after,#totalbeauty #link p:nth-of-type(odd) a span:after{
	background-image: url(/bm/assets/images/btn_arrow_green.png) !important;
}
#cutcreative #link p:nth-of-type(even) a span:after,#totalbeauty #link p:nth-of-type(even) a span:after{
	background-image: url(/bm/assets/images/btn_arrow_00_on.png) !important;
}

#cutcreative #curriculum .img,#totalbeauty #curriculum .img{
	position: relative;
	margin-bottom: 80px;
}
#cutcreative #curriculum .insta,#totalbeauty #curriculum .insta{
	position: absolute;
	bottom: 2%;
    right: 2%;
    width: 27%;
}
#cutcreative #common h2,#totalbeauty #common h2{
	text-align: left;
}
#cutcreative #special article,#totalbeauty #special article{
	position: relative;
	margin-bottom: 50px;
}
#cutcreative #special article .insta,#totalbeauty #special article .insta{
	position: absolute;
    top: 30%;
    left: -5px;
    width: 21%;
}

/* トータルビューティ
------------------------------ */
/* 技術 */
#totalbeauty #technique .columns2-nm:nth-child(odd) .info {
	background-image: url(/bm/assets/images/course/totalbeauty/bg-techniqueR.jpg);
}
#totalbeauty #technique .columns2-nm:nth-child(even) .info {
	background-image: url(/bm/assets/images/course/totalbeauty/bg-techniqueL.jpg);
}
#totalbeauty #technique .columns2-nm:last-child h4 {
}

/* カットクリエイティブコース
------------------------------ */
/* 技術 */
#cutcreative #technique .columns2-nm:nth-child(odd) .info {
	background-position:bottom right;
	background-image: url(/bm/assets/images/course/cutcreative/bg-techniqueR.jpg);
}
#cutcreative #technique .columns2-nm:nth-child(even) .info {
	background-image: url(/bm/assets/images/course/cutcreative/bg-techniqueL.jpg);
}
#cutcreative #technique .columns2-nm:nth-child(even) .info h4{
}
#cutcreative #technique .columns2-nm:last-child h4 {
}

/* 通信課程
------------------------------ */
/* 太字、h5 */
#tsushin strong,#tsushin h5{
color:#f88247;
}
#tsushin table tbody th{
background-color:#FFD39C;
}
/* ボタン */
#tsushin .btn a {
	border-color:#f88247;
}
#tsushin .btn a span::after {
    background-image: url(/bm/assets/images/btn_arrow_05.png);
}
#tsushin .btn a:hover {
	background-color:#f88247;
}
#tsushin .btn a:hover span::after {
    background-image: url(/bm/assets/images/btn_arrow_05_on.png);
}
/* 技術 */
#tsushin #technique .columns2-nm .image {
}
#tsushin #technique .columns2-nm .info {
}
#tsushin #technique .columns2-nm:nth-child(odd) .info {
	background-image: url(/bm/assets/images/course/tsushin/bg-techniqueR.jpg);
}
#tsushin #technique .columns2-nm:nth-child(even) .info {
	background-image: url(/bm/assets/images/course/tsushin/bg-techniqueL.jpg);
}
#tsushin #technique .columns2-nm:last-child h4 {
}
/* メッセージ */
#tsushin .box .box-body .box-block:nth-child(3n+1) .box-image .data {
	background-color:#9b8fc6;
}
#tsushin .box .box-body .box-block:nth-child(3n+2) .box-image .data {
	background-color:#ea6d8d;
}
#tsushin #technique .pass, #tsushin #technique .bnr, #tsushin #curriculum .timetable {
    text-align: center;
}
/************************************************************
 about
************************************************************/
/* greeting
------------------------------ */
/* 挨拶 */
main#greeting #message .columns .image {
	text-align:center;
    margin-bottom: 3%;
}
main#greeting #message .columns .name {
	text-align: right;
	font-size: 1.2em;
	line-height: 2;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main#greeting #treasure .treasure-inner{
	text-align:center;
	margin-bottom:30px;
}
main#greeting #treasure .list-wrap{
	display:inline-block;
}
main#greeting #treasure .list-wrap h2{
	text-align:left;
	margin-bottom:10px;
}
main#greeting #treasure .list-wrap ul{
	text-align:left;
	margin-bottom:0;
}
main#greeting #treasure .list-wrap li{
	padding-left: 40px;
	font-size:1.2rem;
	line-height: 28px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:20px;
}
main#greeting #treasure .list-wrap li span{font-family: 'Noto Sans Japanese';}
main#greeting #treasure .list-wrap>ul>li:first-child{
	background-image:url(/bm/assets/images/about/greeting/ico_01.jpg);
}
main#greeting #treasure .list-wrap>ul>li:nth-child(2){
	background-image:url(/bm/assets/images/about/greeting/ico_02.jpg);
}
main#greeting #treasure .list-wrap>ul>li:nth-child(3){
	background-image:url(/bm/assets/images/about/greeting/ico_03.jpg);
}
main#greeting #treasure .list-wrap li li{
	color:#666;
	font-size:0.8rem;
	line-height:1.3;
	padding-left:15px;
	background:url(/bm/assets/images/arrow_gray.png) no-repeat center left;
	margin-bottom:5px;
}

/* history
------------------------------ */
main#history #concept .list-wrap {
	text-align: center;
}
main#history #concept .list-wrap ul {
	text-align:left;
	margin-bottom:5%;
}
main#history #concept .list-wrap li{
	margin-bottom:5px;
}
main#history #concept .catch br {
	display:none;
}
main#history #concept th{
	width:30%;
}

/* facilities
------------------------------ */
main#facilities article {
	float:left;
	width:48%;
	margin-bottom: 30px;
}
main#facilities article:nth-child(odd) {
	margin-right:4%;
}

/* access
------------------------------ */
#access #detail .columns2{
	margin-bottom:30px;
}
/*#access #detail h4{
	overflow:hidden;
}
#access #detail h4 span{
	float:right;
	font-weight:normal;
}*/
#access #detail table {
	margin-bottom:20px;
}
#access #detail table tbody th {
	width: 150px;
}
#access #detail .train .columns2 table td{
	text-align:center;
}
#access #detail .train .columns2 > *{
	margin-bottom:0;
}
#access #detail .train .note{
	text-align:left;
}
#access #detail .info td span {
	display:inline-block;
	margin-right:20px;
}
#access #detail .info td span:last-child {
	margin-right:0;
}

/************************************************************
 course
************************************************************/
#contest .columns {
	margin-bottom:20px;
}
#contest .columns .txt-area{
}
#contest .columns .txt-area .ttl{
	font-weight:bold;
}
#contest .columns .photo-area{
}
#contest .columns .photo img{
	width:100%;
	height:auto;	
}
#contest .columns4 article {
	float:left;
	width:48%;
	margin-bottom:10px;
}
#contest .columns4 article:nth-child(odd) {
	margin-right:4%;
}
#contest .winning{
}
#contest .winning dl{
	text-align:left;
	overflow:hidden;
	vertical-align:top;
	margin-bottom: 15px;
}
#contest .winning dl:last-child{
	margin-bottom:0;
}
#contest .winning dt{
	float:left;
	clear:both;
	font-weight:bold;
	position:relative;
}
#contest .winning dt:after{
	content:":";
	position:absolute;
	right: -0.7em;
	top:0;
	color: #000;
}
#contest .winning dd{
	padding-left:3em;
	display:block;
}
#contest .winning dd.second{
	padding-left:4em;
}
#contest .winning dd span{
	font-size: 0.85em;
	margin-left:5px;
}
/*#contest .content{
	display:none;
}
#contest .content.open{
	display:block;
}*/
#contest #information-04 .columns4{
	margin-bottom:5%;
}
#contest #information-04 .columns4>*{
	margin-bottom:3%;
}
#contest #information-07 .columns dl dt,
#contest #information-07 .columns dl dd{
	float:left;
}
#contest #information-07 .columns dl dt{
	clear:both;
	font-weight:bold;
	margin-right:10px;
}
#contest #information-07 .qa {
}
#contest #information-07 .qa dt,
#contest #information-07 .qa dd{
	padding-left:20px;
	position:relative;
}
#contest #information-07 .qa dt{
	color:#eb7392;
	margin-bottom:3px;
}
#contest #information-07 .qa dt:after{
	content:"Q.";
	position:absolute;
	left:0;
	bottom:0;
	font-size:1.5em;
	font-weight:bold;
}
#contest #information-07 .qa dd{
	margin-bottom:10px;
}
#contest #information-07 .qa dd:after{
	content:"A.";
	position:absolute;
	left:0;
	top:0;
	font-size:1.5em;
	font-weight:bold;
}
#contest #information-07 .columns4 img{
	width:100%;
	margin-bottom: 3%;
}

/************************************************************
 専門学校とは？
************************************************************/
main#vocational p br {
	display:none;
}
main#vocational #with-a-college .catch{
	margin-bottom:20px;

}
main#vocational #with-a-college ol{
}

/************************************************************
 よくあるご質問
************************************************************/
main#faq article h5 {
	background-image:url(/bm/assets/images/faq/question.jpg);
}
main#faq article p {
	background-image:url(/bm/assets/images/faq/answer.jpg);
}


/************************************************************
 情報公開
************************************************************/
main#disclosure .inner{
	margin-bottom:20px;
}
main#disclosure #others.inner{
	margin-bottom:40px;
}
main#disclosure table th{
	width:30%;
}

/************************************************************
Webサイト取り扱い指針
************************************************************/
main#website .inner{
}

/************************************************************
 プライバシーポリシー
************************************************************/
main#privacy .inner{

}
main#privacy #privacy-contact{
	overflow:hidden;
}
main#privacy #privacy-contact article{
	float:right;
}
main#privacy #privacy-contact article h5{
	color:#000;
	font-weight:normal;
	margin-bottom: 3px;
}
main#privacy .date{
	text-align:right;
}
main#privacy .name{
	text-align:right;
}
/************************************************************
 サイトマップ
************************************************************/
main#sitemap a{
	display:block;
	line-height:2em;
}
main#sitemap section>div>ul{
	margin-bottom:40px;
}
main#sitemap section>div>ul>li{
	margin-bottom: 5%;
}
main#sitemap section>div>ul>li:last-child{
	margin-bottom:0;
}
main#sitemap section>div>ul>li>a{
	padding-left:17px;
	background: url(/bm/assets/images/btn_arrow_00.png) no-repeat left center;
}
main#sitemap ul.child{
	margin-left:10px;
	margin-bottom: 0;
}
main#sitemap ul.child li{
	margin-bottom: 15px;
}
main#sitemap ul.child a{
	padding-left:10px;
	background: url(/bm/assets/images/arrow_head.png) no-repeat left 11px;
}
/************************************************************
 キャンパスライフ
************************************************************/
/* 年間スケジュール
------------------------------ */
#event .columns4 p{
}
#event .columns4 article{
margin-bottom: 30px;
}
/* キャンパス周辺マップ
------------------------------ */
#map #neighboring-maps div{
	text-align:center;
}
#map #location article{
	float:left;
	width:48%;
	margin-bottom: 30px;
}
#map #location article:nth-child(odd) {
	margin-right:4%;
}

/* 学生寮について
------------------------------ */
#dormitory .inner {
}
#dormitory .image {
	text-align:center;
}
#dormitory #guide .image {
	margin-bottom:20px;
}
#dormitory #guide table th {
	width:25%;
}
#dormitory #facility .catch {
	margin-bottom:30px;
}
#dormitory #access .map {
	margin-bottom: 30px;
}
#dormitory #access iframe {
	width:100%;
	height:250px;
}
#dormitory #summary table{
	margin-bottom:40px;
}
#dormitory #summary .image {
	margin-bottom:40px;
}

/************************************************************
 recruit (recruitグループ)
************************************************************/
/* support
------------------------------ */
/* syllabus */
.g-recruit#support.g-recruit #syllabus .image {
	text-align: center;
	margin-bottom:50px;
}
.g-recruit#support.g-recruit #syllabus .columns4 > * {
	margin-bottom: 20px;
}
.g-recruit#support.g-recruit #syllabus .columns4 .photo img{
	width:100%;
	height:auto;
}
.g-recruit#support.g-recruit #syllabus .columns4 .ttl{
	font-weight:bold;
	line-height:1.5;
	margin-bottom:5px;
}


/* record
------------------------------ */
main#record .image {
	text-align: center;
}
main#record #company_list h4 {
	text-align: center;
}
main#record #company_list .catch {
	margin-bottom: 25px;
}
main#record table{
	border:none;
}
main#record table th {
	width: 100%;
	display: block;
	border-right:none;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	margin-bottom:2%;
}
main#record table td {
	width: 100%;
	display: block;
	padding:0;
	border-right:none;
	border-bottom:none;
	margin-bottom:5%;
}
main#record table ul {
	margin-bottom: 0;
}
main#record #posting .catch {
	margin-bottom: 30px;
}
main#record #message.box .photo{
	text-align:center;
}
/* data 数字で分かるYIC
------------------------------ */
main#data.g-about ul{
	overflow:hidden;
}
main#data.g-about li{
	margin-bottom:6%;
}
main#data.g-about li:nth-child(2), main#data.g-about li:nth-child(3), main#data.g-about li:nth-child(n+7){
	float: left;
	width:47%;
	margin-right:0;
}
main#data.g-about li:nth-child(2), main#data.g-about li:nth-child(7),main#data.g-about li:nth-child(9){
	margin-right:6%;
}

/************************************************************
  目指せる職種
************************************************************/
main.g-course#job #category .image{
	text-align:center;
	background:url(/bm/assets/images/recruit/job/bg_main.jpg) repeat-x center center;
	background-size:auto 80%;
	margin-bottom:35px;
}
main.g-course#job #category .image img{
	width:90%;
}
main.g-course#job #category .detail ul{
	margin-bottom:0;
	overflow:hidden;	
}
main.g-course#job #category .detail li{
	float:left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 5%;
}
main.g-course#job #category .detail li:nth-child(2n){
	margin-right:0;
}
main.g-course#job #category .detail h5{
	margin-bottom:5px;
}
main.g-course#job #category .detail .txt{
	line-height:1.5;
	margin-bottom:0;
}
main.g-course#job #license .main-list{
	margin-bottom: 20px;
}
main.g-course#job #license .main-list li{
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
	margin-bottom: 10px;
}
main.g-course#job #license .main-list li:last-child{
	padding-bottom:0;
	border:none;
	margin-bottom:0;
}
main.g-course#job #license .main-list li h5{
	margin-bottom:5px;
}
main.g-course#job #license .main-list .txt{
	line-height:1.6;
	margin-bottom:0;
}
main.g-course#job #license article{
	background-color:#fff7f9;
	padding: 15px;
}
main.g-course#job #license article h5{
	margin-bottom:5px;
}
main.g-course#job #license article ul{
	margin-bottom:0;
}

/************************************************************
 ～の方へ
************************************************************/
/* 企業採用担当者様へ
------------------------------ */
/* for-message */
#enterprise #for-message2 .columns2 article{
    background-color: #ffeaef;
}
/************************************************************
 資料請求
************************************************************/

main#request_new #school{
	    margin-left: 5px;
    width: 75%;
}
main#request_new #tel{
	margin-bottom:10px;
}
main#request_new .tel-area p{
    color: #e7577c;
}
/************************************************************
 資料請求
************************************************************/

main#request_new #school{
	margin-left: 5px;
	width: 75%;
}
main#request_new #tel{
	margin-bottom:10px;
}
main#request_new .tel-area p{
	color: #e7577c;
}
/************************************************************
 参加申し込み
************************************************************/
main#form_new #attention{
	padding-top:10px;
}
main#form_new #school{
	margin-left: 5px;
	width: 75%;
}
main#form_new #tel{
	margin-bottom:10px;
}
main#form_new .tel-area p{
    color: #e7577c;
}

/************************************************************
 フォーム(オープンキャンパス申込み, 資料請求)
************************************************************/
main#form .form-head .confirm-txt,
main#request .form-head .confirm-txt{
	padding:10px;
	background:#fff7f9;
	margin-bottom: 5%;
}
main#form .form-head .flow,
main#request .form-head .flow{
	text-align: center;
	margin-bottom:5%;
}
main#form .sex .wpcf7-list-item.last,
main#request .sex .wpcf7-list-item.last{
	display:none;
}
/* contact, form, request
------------------------------ */
/* エラーメッセージ「入力内容に問題があります」 */
main#contact_new div.wpcf7-response-output.wpcf7-validation-errors,
main#request_new div.wpcf7-response-output.wpcf7-validation-errors,
main#form_new div.wpcf7-response-output.wpcf7-validation-errors,
main#contact div.wpcf7-response-output.wpcf7-validation-errors,
main#request div.wpcf7-response-output.wpcf7-validation-errors,
main#form div.wpcf7-response-output.wpcf7-validation-errors{
    color: red;
    font-size: 1.5em;
    border-width: 4px;
    text-align: center;
    padding: 0.5em;
    margin-top: 10px;
}
/* 入力ボックスの文字色 */
main#contact_new .wpcf7 textarea,
main#contact_new .wpcf7 input,
main#request_new .wpcf7 textarea,
main#request_new .wpcf7 input,
main#form_new .wpcf7 textarea,
main#form_new .wpcf7 input,

main#contact .wpcf7 textarea,
main#contact .wpcf7 input,
main#request .wpcf7 textarea,
main#request .wpcf7 input,
main#form .wpcf7 textarea,
main#form .wpcf7 input{
    color: #333;
}
/* chromeの自動入力時の背景色を変更する */
main#contact_new input:-webkit-autofill,
main#request_new input:-webkit-autofill,
main#form_new input:-webkit-autofill,
main#contact input:-webkit-autofill,
main#request input:-webkit-autofill,
main#form input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* 確認画面の入力ボックス */
main#contact_new .wpcf7-form-control.wpcf7c-conf,
main#request_new .wpcf7-form-control.wpcf7c-conf,
main#form_new .wpcf7-form-control.wpcf7c-conf,
main#contact .wpcf7-form-control.wpcf7c-conf,
main#request .wpcf7-form-control.wpcf7c-conf,
main#form .wpcf7-form-control.wpcf7c-conf{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 0;
}
/* 送信完了メッセージ(完了ページに遷移してから表示するので遷移前の表示は隠す) */
main#request_new div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#form_new div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#request div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#form div.wpcf7-response-output.wpcf7-mail-sent-ok{
    display: none !important;
}

/* contact_sent, request_sent, form_sent
------------------------------ */

main#contact_sent .flow,
main#request_sent .flow,
main#form_sent .flow{
	text-align: center;
	margin-bottom:5%;
}
/* 送信完了メッセージ */
main#contact_sent div.mail-sent-ok,
main#request_sent div.mail-sent-ok,
main#form_sent div.mail-sent-ok{
    display: block;
    font-size: 1.2em;
    border: 0;
}
main.page .mail-sent-ok p{
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.0rem;
    text-indent: -1em;
    padding-left: 1em;
}
main.page .mail-sent-ok p{
    margin-bottom: 0;
}
main.page .mail-sent-ok p:first-of-type{
    margin-top: 1em;
}
main.page .mail-sent-ok {
    margin-bottom: 1em;
}
main.page .mail-sent-ok p{
    width: 100%;
    font-size: 0.95rem;
}

/* 入試・学費　下部リンク
------------------------------ */
.foot-info-link{
	padding: 3%;
	border: 1px dotted #8f8f8f;
	box-sizing: border-box;
	overflow:hidden;
	box-shadow: 3px 3px 3px #e5e1e2;
	margin-bottom: 10%;
}
.foot-info-link .ttl{
	font-weight:bold;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #8f8f8f;
	margin-bottom: 10px;
}
.foot-info-link .ttl br{
	display:none;
}
.foot-info-link li{
	float:left;
	margin-right:10px;
}
.foot-info-link li a{
	display:block;
	line-height: 35px;
	padding-left: 15px;
	padding-right:10px;
	position:relative;
}
.foot-info-link li a:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 8px solid #eb7392;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
/* イベントカレンダー
------------------------------ */
main#event_calendar .sp-inner {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
main#event_calendar h2 {
	text-align: center;
	margin-bottom: 20px;
}
main#event_calendar .section {
	margin-bottom: 40px;
}
main#event_calendar .ttl-area .tab {
	overflow: hidden;
}
main#event_calendar .ttl-area .tab li {
	text-align: center;
	margin-bottom: 10px;
}
main#event_calendar .ttl-area .tab li:last-child {
	margin-bottom: 0;
}
main#event_calendar .ttl-area .tab a {
	display: block;
	color: #fff;
	line-height: 40px;
	position: relative;
}
main#event_calendar .ttl-area .tab a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 4px;
	border-top-color: #fff;
	border-top-width: 6px;
	border-bottom: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 10px;
}
main#event_calendar .ttl-area .tab .date a {
	background: #0079c1;
}
main#event_calendar .ttl-area .tab .course a {
	background: #de3a38;
}
main#event_calendar .ttl-area .tab .event a {
	background: #009c59;
}
main#event_calendar .calendar {
	padding-top: 60px;
	margin-top: -60px;
}
main#event_calendar .calendar .inner {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
main#event_calendar .calendar .catch {
	line-height: 1.7;
	margin-bottom: 15px;
}
main#event_calendar #wp-calendar {
	font-size: 110%;
	margin: 0 auto 15px;
	position: relative;
}
main#event_calendar #wp-calendar caption {
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	line-height: 35px;
	background: #e7577c;
}
main#event_calendar #wp-calendar thead, main#event_calendar #wp-calendar tbody {
	border: 1px solid #ccc;
}
main#event_calendar #wp-calendar th, main#event_calendar #wp-calendar td {
	vertical-align: top;
	border: 1px dashed #ccc;
	padding: 0;
	overflow: hidden;
}
main#event_calendar #wp-calendar thead th {
	width: 14.2%;
	line-height: 1.5;
}
main#event_calendar #wp-calendar tbody a {
	display: block;
	overflow: hidden;
}
main#event_calendar #wp-calendar tfoot th, main#event_calendar #wp-calendar tfoot td {
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
}
main#event_calendar #wp-calendar tfoot #prev {
	left: 0;
}
main#event_calendar #wp-calendar tfoot #next {
	right: 0;
}
main#event_calendar #wp-calendar tfoot a {
	display: block;
	color: #fff;
	line-height: 35px;
	padding: 0 10px;
}
main#event_calendar #wp-calendar .Sun {
	color: #f5464b;
}
main#event_calendar #wp-calendar .Sat {
	color: #005aaa;
}
main#event_calendar #wp-calendar .day {
	font-size: 110%;
	text-align: center;
	line-height: 1.5;
}
main#event_calendar #wp-calendar #today .day {
	font-weight: bold;
}
main#event_calendar #wp-calendar .sun .day {
	color: #f5464b;
}
main#event_calendar #wp-calendar .sat .day {
	color: #005aaa;
}
main#event_calendar #wp-calendar .terms {
	min-height:50px;
	padding: 0 5px;
	overflow: hidden;
	margin-bottom: 5px;
}
main#event_calendar #wp-calendar .term {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 1px;
}
main#event_calendar #wp-calendar .hands-on.on {
	background: #ef831a;
}
main#event_calendar #wp-calendar .night.on {
	background: #113a73;
}
main#event_calendar #wp-calendar .tour.on {
	background: #f55f5f;
}
main#event_calendar #wp-calendar .briefing.on {
	background: #25b8c7;
}
main#event_calendar #wp-calendar .trip.on {
	background: #00aa84;
}
main#event_calendar #wp-calendar .other.on {
	background: #ffbe00;
}
main#event_calendar #wp-calendar .term span {
	display: none;
}
main#event_calendar .event-meta li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
main#event_calendar .event-meta li:last-child {
	margin-right: 0;
}
main#event_calendar .event-meta li span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 3px;
}
main#event_calendar .event-meta .hands-on span {
	background: #ef831a;
}
main#event_calendar .event-meta .night span {
	background: #113a73;
}
main#event_calendar .event-meta .tour span {
	background: #f55f5f;
}
main#event_calendar .event-meta .briefing span {
	background: #25b8c7;
}
main#event_calendar .event-meta .trip span {
	background: #00aa84;
}
main#event_calendar .event-meta .other span {
	background: #ffbe00;
}
main#event_calendar .event-list {
	padding-top: 60px;
	margin-top: -60px;
}
main#event_calendar .event-list .list-bg {
	text-align: center;
	padding: 20px 0;
	background: url(/bm/assets/images/calendar/bg_bnr.png);
}
main#event_calendar .event-list .event-bnr li {
	margin-bottom: 10px;
}
main#event_calendar .event-list .event-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .event-list .event-bnr li a {
	display: block;
	color: #fff;
	line-height: 40px;
}
main#event_calendar .event-list .event-bnr .hands-on a {
	background: #ef831a;
}
main#event_calendar .event-list .event-bnr .night a {
	background: #113a73;
}
main#event_calendar .event-list .event-bnr .tour a {
	background: #f55f5f;
}
main#event_calendar .event-list .event-bnr .briefing a {
	background: #25b8c7;
}
main#event_calendar .event-list .event-bnr .trip a {
	background: #00aa84;
}
main#event_calendar .event-list .event-bnr .other a {
	color: #000;
	background: #ffbe00;
}
main#event_calendar .event-list .event-bnr li span {
	padding-right: 20px;
	position: relative;
}
main#event_calendar .event-list .event-bnr li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-width: 5px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 3px;
}
main#event_calendar .event-list .event-bnr li span:before {
	content: "";
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
main#event_calendar .event-list .event-bnr .hands-on span:after {
	border-left-color: #ef831a;
}
main#event_calendar .event-list .event-bnr .night span:after {
	border-left-color: #113a73;
}
main#event_calendar .event-list .event-bnr .tour span:after {
	border-left-color: #f55f5f;
}
main#event_calendar .event-list .event-bnr .briefing span:after {
	border-left-color: #25b8c7;
}
main#event_calendar .event-list .event-bnr .trip span:after {
	border-left-color: #00aa84;
}
main#event_calendar .event-list .event-bnr .other span:after {
	border-left-color: #ffbe00;
}
main#event_calendar .event-list .event-bnr .other span:before {
	background: #000;
}
main#event_calendar .course-list {
	padding-top: 60px;
	margin-top: -60px;
}
main#event_calendar .course-list .list-bg {
	text-align: center;
	padding: 20px 0;
	background: url(/bm/assets/images/calendar/bg_bnr.png);
}
main#event_calendar .course-list .course-bnr li {
	margin-bottom: 10px;
}
main#event_calendar .course-list .course-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .gift .catch {
	line-height: 1.7;
}
main#event_calendar .gift .support {
	margin-bottom: 20px;
}
main#event_calendar .event-archive .entry {
	margin-bottom: 20px;
}
main#event_calendar .event-archive h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 10px;
}
main#event_calendar .event-archive h2 .ttl-txt {
	display: block;
	background: #e7577c;
	color: #fff;
}
main#event_calendar .event-archive h2 .week {
	font-size: 13px;
	line-height: 1;
	border: 1px solid #fff;
	padding: 2px;
	vertical-align: middle;
}
main#event_calendar .event-archive h2 .Sun {
	background: #f5464b;
}
main#event_calendar .event-archive h2 .Sat {
	background: #005aaa;
}
main#event_calendar .event-archive h3 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6px;
}
main#event_calendar .event-archive h3 .do-not-link {
	color: #de3a38;
	margin-right: 3px;
}
main#event_calendar .event-archive article {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
main#event_calendar .event-archive article:last-child {
	border: none;
}
main#event_calendar .event-archive article a {
	display: block;
}
main#event_calendar .event-archive .photo-pc {
	display: none;
}
main#event_calendar .event-archive .wrap {
	overflow: hidden;
}
main#event_calendar .event-archive .post-meta {
	margin-bottom: 6px;
}
main#event_calendar .event-archive .post-meta .ico {
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	margin-right: 5px;
}
main#event_calendar .event-archive .post-meta span {
	display: inline-block;
}
main#event_calendar .event-archive .post-meta .hands-on {
	background: #ef831a;
}
main#event_calendar .event-archive .post-meta .night {
	background: #113a73;
}
main#event_calendar .event-archive .post-meta .tour {
	background: #f55f5f;
}
main#event_calendar .event-archive .post-meta .briefing {
	background: #25b8c7;
}
main#event_calendar .event-archive .post-meta .trip {
	background: #00aa84;
}
main#event_calendar .event-archive .post-meta .other {
	background: #ffbe00;
	color: #000;
}
main#event_calendar .event-archive .time {
	line-height: 1.5;
}
main#event_calendar .event-archive .photo-sp {
	width: 37.5%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}
main#event_calendar .event-archive .txt-area {
	width: 58%;
	float: right;
}
main#event_calendar .event-archive .txt {
	margin-bottom: 5px;
}
main#event_calendar .term-list h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
main#event_calendar .term-list .event-bnr {
	text-align: center;
	margin-bottom: 50px;
}
main#event_calendar .term-list .event-bnr li {
	font-weight: bold;
	margin-bottom: 10px;
}
main#event_calendar .term-list .event-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .term-list .event-bnr li a {
	display: block;
	color: #fff;
	line-height: 40px;
}
main#event_calendar .term-list .event-bnr .hands-on a {
	background: #ef831a;
}
main#event_calendar .term-list .event-bnr .night a {
	background: #113a73;
}
main#event_calendar .term-list .event-bnr .tour a {
	background: #f55f5f;
}
main#event_calendar .term-list .event-bnr .briefing a {
	background: #25b8c7;
}
main#event_calendar .term-list .event-bnr .trip a {
	background: #00aa84;
}
main#event_calendar .term-list .event-bnr .other a {
	color: #000;
	background: #ffbe00;
}
main#event_calendar .term-list .event-bnr li span {
	padding-right: 15px;
	position: relative;
}
main#event_calendar .term-list .event-bnr li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-width: 5px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 3px;
}
main#event_calendar .term-list .event-bnr li span:before {
	content: "";
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
main#event_calendar .term-list .event-bnr .hands-on span:after {
	border-left-color: #ef831a;
}
main#event_calendar .term-list .event-bnr .night span:after {
	border-left-color: #113a73;
}
main#event_calendar .term-list .event-bnr .tour span:after {
	border-left-color: #f55f5f;
}
main#event_calendar .term-list .event-bnr .briefing span:after {
	border-left-color: #25b8c7;
}
main#event_calendar .term-list .event-bnr .trip span:after {
	border-left-color: #00aa84;
}
main#event_calendar .term-list .event-bnr .other span:after {
	border-left-color: #ffbe00;
}
main#event_calendar .term-list .event-bnr .other span:before {
	background: #000;
}
main#event_calendar .message{
    border: 5px solid #f00e48;
    padding: 4%;
    width: 76%;
    margin: 0 auto 7%;
    line-height:2.0em;
}
main#event_calendar .message h3{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:5%;
	
}
main#event_calendar .message h4{
	text-align:left;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:6%;
	
}
main#event_calendar .message p{
	margin-bottom:2%;
	font-size:1.1em;
}

/* イベントお申込み
------------------------------ */
main#entry {
	margin-bottom: 10%;
}
main#entry .form-head .flow {
	text-align: center;
	margin-bottom: 5%;
}
main#entry .form-head .confirm-txt {
	padding: 10px;
	background: #e5f2ff;
	margin-bottom: 5%;
}
main#entry .entry-form .cmt {
	margin-top: 10px;
}
main#entry .entry-form li {
	margin-bottom: 10px;
}
main#entry .entry-form li:last-child {
	margin-bottom: 0;
}
/* オープンキャンパス
------------------------------ */
main#event-form.inner {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10%;
}
main#event-form .form-head .confirm-txt{
	padding: 10px;
	background: #fff7f9;
	margin-bottom: 5%;
}
main#event-form .form-head .flow {
	text-align: center;
	margin-bottom: 5%;
}
main#event-form .form-head #alert{
	color: red;
	font-size: 1.2em;
	line-height: 1.5;
	border-width: 4px;
	text-align: center;
	padding: 0.5em;
	border: 2px solid #f7e700;
	margin-bottom: 20px;
}
main#event-form .sp-inner {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
main#event-form table ul {
	margin-bottom: 0;
}
main#event-form table li {
	margin-bottom: 10px;
}
main#event-form table li:last-child {
	margin-bottom: 0;
}
main#event-form table li.event_course_area {
	display: none;
}
main#event-form table li.event_date_area {
	display: none;
}
main#event-form table li.event_ttl_area {
	display: none;
}
main#event-form table li.event_time_area {
	display: none;
}
main#event-form table .add_event_bus_area {
	display: none;
}
main#event-form table .add_event_bus_area .reset{
	display:none;
}
main#event-form table .event_bus_stop_area {
	display: none;
}
main#event-form table .add_event_subject_area label {
	display: block;
	line-height: 1.5;
	padding: 5px 0;
	margin-right: 0;
}
main#event-form table label {
	padding: 0;
}
main#event-form table #address, main#event-form table #mail {
	margin-bottom: 0;
}
/* //////////////////////////////////////////// */
main#index {
	display: none;
}
main#index-sp {
	margin-top: 0;
}
main#index-sp .btn a:hover{
	color:inherit;
	background-color:inherit;
}
main#index-sp .btn a:hover span:after{
	background-image:inherit;
}
main#index-sp .section {
	margin-bottom: 40px;
}
main#index-sp h2 {
	text-align: center;
	margin-bottom: 20px;
}
main#index-sp .mainvisual {
	margin-bottom: 20px;
}
main#index-sp .mainvisual .slick-slide img{
	width:100%;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow{ 
    display: block;
    position: absolute;
    width: 35px;
    top: 45%;
    z-index: 1;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow.prev{ 
    left: 1%;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow.next{ 
    right: 1%;
}
main#index-sp #top-link li {
	margin-bottom: 10px;
}
main#index-sp #top-link li:last-child {
	margin-bottom: 0;
}
main#index-sp #course-of-yic{
}
main#index-sp #course-of-yic #commit .area{
	margin:7% 0;
}
main#index-sp #course-of-yic #commit .area .btn{
	margin-bottom: 3%;
}
main#index-sp #course-of-yic .qa{
	margin-bottom: 10%;
}
main#index-sp #course-of-yic .pass{
	margin-bottom: 10%;
}
main#index-sp #course-of-yic .pass .btn{
	margin-top: 8%;
}
main#index-sp #course-of-yic .course{
	margin-bottom:40px;
}
main#index-sp #course-of-yic .cutcreative .copy,main#index-sp #course-of-yic .tsushin .copy{
	text-align: right;
}
main#index-sp #course-of-yic .course:last-of-type{
	margin-bottom:60px;
}
main#index-sp #course-of-yic .course:last-of-type .btn a{
	border-color: #ffbb66;
}
main#index-sp #course-of-yic .course:last-of-type .btn a span:after{
	background-image: url(/bm/assets/images/btn_arrow_04.png);
}
main#index-sp #course-of-yic .cutcreative .copy{
	margin-top: -40px;
    margin-bottom: 25px;
}
main#index-sp #course-of-yic .totalbeauty .copy,main#index-sp #course-of-yic .tsushin .copy{
	margin-top: -90px;
    margin-bottom: 25px;
}
main#index-sp #course-of-yic .course:nth-of-type(2) .copy{
	margin-top: -70px;
}
main#index-sp #course-of-yic .course .txt{
	margin-bottom:15px;
}
main#index-sp #news-and-event ul {
	overflow: hidden;
	margin-bottom: 10px;
}
main#index-sp #news-and-event li {
	float: left;
	width: 48%;
	margin-bottom: 15px;
	margin-right: 2%;
}
main#index-sp #news-and-event li:nth-child(2n) {
	margin-right: 0;
}
main#index-sp #news-and-event li .photo {
	padding-top: 70%;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
main#index-sp #news-and-event li .photo img {
	max-height: 140%;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main#index-sp #news-and-event li .meta {
	margin-bottom: 7px;
}
main#index-sp #news-and-event li .meta .date {
	color: #666;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
main#index-sp #news-and-event li .meta .ico {
	font-size: 0.8em;
	color: #fff;
	padding: 0 5px;
	margin-left: 5px;
}
main#index-sp #news-and-event li .meta .ico.news {
	background-color: #7d9eda;
}
main#index-sp #news-and-event li .meta .ico.event {
	background-color: #eb7392;
}
main#index-sp #news-and-event li .ttl {
	letter-spacing: 0.05em;
	line-height: 1.5;
}
main#index-sp #news-and-event li .ttl .new {
	color: #f7931e;
	font-weight: bold;
	margin-left: 5px;
}
main#index-sp #news-and-event .btn-area {
	text-align: center;
	margin-bottom: 20px;
}
main#index-sp #news-and-event .btn-area .btn {
	display: inline-block;
	width: 48%;
}
main#index-sp #news-and-event .btn-area .btn.news{
	margin-right: 2%;
}
main#index-sp #news-and-event .btn-area .btn.news a{
	border-color: #7d9eda;
}
main#index-sp #news-and-event .btn-area .btn.event a {
	border-color: #eb7392;
}
main#index-sp .sns-btn {
	text-align: center;
	letter-spacing: 10px;
	margin-bottom:5%;
}
main#index-sp .sns-btn .sns {
	display: inline-block;
	width: 50px;
}
main#index-sp .insta_wrap{
	position:relative;
	margin-bottom:7%;
}
main#index-sp .insta_wrap:after{
	width:100%;
	height:85%;
	content:"";
background: rgb(255,219,225);
background: -moz-linear-gradient(180deg, rgba(255,219,225,1) 0%, rgba(255,175,197,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,219,225,1) 0%, rgba(255,175,197,1) 100%);
background: linear-gradient(180deg, rgba(255,219,225,1) 0%, rgba(255,175,197,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbe1",endColorstr="#ffafc5",GradientType=1);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
	margin:auto;
}
main#index-sp .insta_wrap .inner{ 
	border: 1px solid #E7577C;
	padding:25px 10px 15px;
	box-sizing:border-box;
	overflow-y:scroll;
}
main#index-sp .insta_wrap h3{
	text-align:center;
	margin-bottom:7px;
}
main#index-sp .insta_wrap .catch{
	text-align:center;
	margin-bottom:20px;
}
main#index-sp .insta_wrap ul{
	margin:0 0 0 3%;
	overflow:hidden;
}
main#index-sp .insta_wrap li{
	width:30%;
	float:left;
	padding-top:30%;
	box-sizing:border-box;
	margin:0 3% 3% 0;
	position:relative;
	overflow:hidden;
}
main#index-sp .insta_wrap li p{
	display:none;
	font-size:12px;
	line-height:1.5;
	margin-bottom:10px;
}
main#index-sp .insta_wrap li img{
	width:100%;
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
}
main#index-sp #content-slider {
	background: url(/bm/assets/images/bg_content.png) repeat center center;
	margin-bottom: 40px;
}
main#index-sp #content-slider p {
	text-align: center;
}
main#index-sp #content-slider p img {
	width: 95%;
	display: inline;
}
main#index-sp #content-slider .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -3%;
	z-index: 2;
}
main#index-sp #content-slider .next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -3%;
	z-index: 2;
}
main#index-sp #subject-menu h2 img {
	width: 265px;
}
main#index-sp #subject-menu .bnr {
	overflow: hidden;
	margin-bottom: 20px;
}
main#index-sp #subject-menu .bnr li {
	margin-bottom: 10px;
}
main#index-sp #subject-menu .bnr li:last-child {
	margin-bottom: 0;
}
main#index-sp #subject-menu .bnr li a {
	display: block;
}
main#index-sp #subject-menu .link li {
	border: 1px solid #eb7392;
	margin-bottom: 10px;
}
main#index-sp #subject-menu .link li a {
	display: block;
	color: #444;
	font-weight: bold;
	text-align: center;
	line-height: 2.5;
}
main#index-sp #subject-menu .link li span {
	position: relative;
	padding-right: 18px;
}
main#index-sp #subject-menu .link li span:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 3px 5px 3px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
main#index-sp #subject-menu .link li span:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #eb7392;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
