@media (max-width: 1140px) {
	/* User Add */
	.ma_lc{text-align:center;}
	.ma_cr{text-align:right;}
	.ma_cr_tx{width:350px; float:right; text-align:center;}
	.mbr{display:none;}
	.mbr2{display:none;}

	/* page */
	.pagetitle_text{padding:20px 0; color:#EC57AC; font-size:2.4rem; font-weight:bold; letter-spacing:.1rem; text-align:center; line-height:2.2rem;}
	.braindoc-disp1{display:inherit;}
	.braindoc-disp2{display:none;}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
	/* User Add */
	.mtable2 table {width:100%!important;}
	.mtable2 tr {display:block; width:100%!important;}
	.mtable2 td {display:block; width:100%!important;}
	.ma_lc{text-align:center;}
	.ma_cr{text-align:right;}
	.ma_cr_tx{width:350px; float:right; text-align:center;}
	.mbr{display:none;}
	.mbr2{display:none;}

	/* page */
	.pagetitle_text{padding:20px 0; color:#EC57AC; font-size:2.4rem; font-weight:bold; letter-spacing:.1rem; text-align:center; line-height:2.2rem;}
	.braindoc-disp1{display:inherit;}
	.braindoc-disp2{display:none;}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	/* User Add */
	.mtable table {width:100%!important;}
	.mtable tr {display:block; width:100%!important;}
	.mtable td {display:block; width:100%!important;}
	.mtable2 table {width:100%!important;}
	.mtable2 tr {display:block; width:100%!important;}
	.mtable2 td {display:block; width:100%!important;}
	.ma_lc{text-align:left;}
	.ma_cr{text-align:center;}
	.ma_cr_tx{width:100%; text-align:center;}
	.mbr{display:block;}
	.mbr2{display:none;}

	/* page */
	.pagetitle_text{padding:20px 0; color:#EC57AC; font-size:1.8rem; font-weight:bold; letter-spacing:.1rem; text-align:center; line-height:2rem;}
	.braindoc-disp1{display:none;}
	.braindoc-disp2{display:inherit;}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Landscape phone to portrait tablet */
@media (max-width: 580px) {
	/* User Add */
	.mtable table {width:100%!important;}
	.mtable tr {display:block; width:100%!important;}
	.mtable td {display:block; width:100%!important;}
	.mtable2 table {width:100%!important;}
	.mtable2 tr {display:block; width:100%!important;}
	.mtable2 td {display:block; width:100%!important;}
	.ma_lc{text-align:left;}
	.ma_cr{text-align:center;}
	.ma_cr_tx{width:100%; text-align:center;}
	.mbr{display:block;}
	.mbr2{display:none;}

	/* page */
	.pagetitle_text{padding:20px 0; color:#EC57AC; font-size:1.8rem; font-weight:bold; letter-spacing:.1rem; text-align:center; line-height:2rem;}
	.braindoc-disp1{display:none;}
	.braindoc-disp2{display:inherit;}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Landscape phones and down */
@media (max-width: 479px) {
	/* User Add */
	.mtable table {width:100%!important;}
	.mtable tr {display:block; width:100%!important;}
	.mtable td {display:block; width:100%!important;}
	.mtable2 table {width:100%!important;}
	.mtable2 tr {display:block; width:100%!important;}
	.mtable2 td {display:block; width:100%!important;}
	.ma_lc{text-align:left;}
	.ma_cr{text-align:center;}
	.ma_cr_tx{width:100%; text-align:center;}
	.mbr{display:block;}
	.mbr2{display:block;}

	/* page */
	.pagetitle_text{padding:20px 0; color:#EC57AC; font-size:1.8rem; font-weight:bold; letter-spacing:.1rem; text-align:center; line-height:2rem;}
	.braindoc-disp1{display:none;}
	.braindoc-disp2{display:inherit;}
}

/* 印刷時対策でprint兼用CSSを一番下に */
@media (min-width: 1141px), print {
	/* User Add */
	.mtable table {width:auto!important;}
	.mtable tr {display:table-row;width:auto!important;}
	.mtable td {display:table-cell;width:auto!important;}
	.mtable2 table {width:auto!important;}
	.mtable2 tr {display:table-row;width:auto!important;}
	.mtable2 td {display:table-cell;width:auto!important;}

	.ma_lc{text-align:center;}
	.ma_cr{text-align:right;}
	.ma_cr_tx{width:350px; float:right; text-align:center;}
	.mbr{display:none;}
	.mbr2{display:none;}
	.gairaihyo-disp1{display:inherit;}
	.gairaihyo-disp2{display:none;}

	/* page */
	.pagetitle_text{padding:20px 0; color:#EC57AC; font-size:2.4rem; font-weight:bold; letter-spacing:.1rem; text-align:center; line-height:2.2rem;}
	.braindoc-disp1{display:inherit;}
	.braindoc-disp2{display:none;}

}
