@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	background: transparent;
	list-style: none;
	//font-weight: normal;
}
html, body {
	font-size: 90%;
	color: #333;
	margin: 0px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: justify;
	font-family: "Lucida Sans Unicode", sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
}

h1{
	font-size:2em;
}

.jumbotron .container p{
	font-size:1.3em;
}

@media only screen and (max-width: 767px) {
html, body {
	font-size: .8em;
}
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear:both;
}
#to_top {
	position:fixed;
	bottom:80px;
	right:20px;
}
#to_top span {
	display: block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	padding: 5px 0;
	background: #fff;
	font-weight: 600;
	text-align: center;
	border: 1px solid #E94288;
	color: #E94288;
}
#to_top a:link, #to_top a:visited {
	text-decoration: none;
}
#to_top span:hover {
	background:#E94288;
	border: 1px solid #E94288;
	color: #fff;
}
#contact {
	position:fixed;
	bottom:0px;
	width:100%;
	border-top: 1px solid #fff;
}
#contact span {
	display:block;
	font-size: 16px;
 //width: 40px;
 //height:40px;
	padding: 10px 0;
	background: #E94288;
	font-weight: 600;
	text-align:center;
	color:#fff;
}
#contact a:link, #contact a:visited {
	text-decoration: none;
}
#contact span:hover {
	background:#c2185b;
 //border: 1px solid #fff;
	color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
a:hover img {
	opacity:0.6;
}
.btn-back01 {
	background:url(../img/course/222.jpg);
}
header {
	box-shadow: 0px 1px 1px #ddd;
	background-color: #FFFFFF;
	height: 70px;
}
.header-back {
	background-image: url(../img/header_back.png?0207);
	background-repeat: no-repeat;
	background-position: 220px 15px;
}
header nav {
	margin-top:12px;
	width:600px;
	float:right;
}

.container ul li:hover{
	cursor:pointer;
}

.container ul>li{
	margin-bottom:1px;
}

.container ul#subnav li {
	float:none;
	clear:both;
	width:100%;
	border-bottom:1px solid #FFF;
	margin-bottom:0px;
}
.container ul#subnav li a {
	background:#E94288;
	color:#FFF;
	padding:5px 10px;
	margin-bottom:0px;
}
.container ul#subnav li a:hover {
	background-color: rgba(11,63,0,0.80);
	opacity: 1.0;
}
.container ul#subnav {
	display:none;
}
.container ul#subnav {
	position:absolute;
}
ul#nav {
	padding-left: 0;
	list-style: none;
	font-size:110%;
	font-weight:normal;
	width: 110%;
	margin: 13px 0px 0px 0px;
	float:right;
}
ul#nav:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.container ul#nav li {
	float: left;
//width: 110px;
//text-align: center;
	margin-right:1px;
	//margin-bottom:1px;
}
ul#nav li:last-child {
	margin-right:0px;
}
.container ul#nav a {
	display: block;
 //background:;
	color:  #E94288;
	font-weight: bold;
	padding: 0px 0px 0px 30px;
 //border-right: 1px solid #FFF;
	margin-right:0px;
	text-decoration:none;
}
.container ul#nav a:hover {
	opacity:0.6;
}
.open {
	display: none;
	float: left;
	width: 45px;
	height: 45px;
	margin: 10px 0 10px -5px;
	background: url(../img/menu.png) center center no-repeat #E94288;
 //-moz-border-radius: 8px;
 //-webkit-border-radius: 8px;
 //-border-radius: 8px;
 //box-shadow: inset 0 0 3px #000;
	text-indent: -999999px;
	border: 0;
	position: fixed;
}




 @media (min-width:768px) {
.container {
	width:750px
}
#logo {
	padding: 10px 0 10px 0;
	float:left;
}
}
 @media (min-width:992px) {
.container {
	width:970px
}
//.jumbotron {
 margin-top: 100px;
}
#logo {
	padding: 10px 0 10px 0;
	float:left;
}
}
 @media (min-width:1200px) {
.container {
	width:1170px
}
.jumbotron {
	margin-top: 22px;
}

.jumbotron div {
	text-align:center;
}

#logo {
	padding: 10px 0 10px 0;
	float:left;
}
}
		
		
/* Mobile and iPad Portrait */

@media only screen and (max-width: 1195px) {
.header-back {
	background-image: url(../img/header_back_sp.png?0207);
	background-repeat: no-repeat;
	background-position: 230px 13px;
}
}
 @media only screen and (max-width: 995px) {
#container {
	width: 748px;
}
.jumbotron {
	margin-top: 30px;
}
#logo {
	text-align:center;
	padding: 10px 0 10px 0;
	float:none;
}
.header-back {
	background-image: url(../img/header_back_sp.png?0510);
	background-repeat: no-repeat;
	background-position: right 8px;
}
.container ul#nav {
	display: none;
}
.jumbotron {
	margin-top: 20px;
}
.open {
	display: block;
}
#pageslide {
	width: 200px;
}
#pageslide #nav li {
	padding: 10px 0;
	border-bottom: 1px solid #666;
}
#pageslide #nav li a {
	color: #FFF;
	border: none;
}
#pageslide #nav li a:hover {
	text-decoration: underline;
}
#pageslide ul#subnav li {
	border:none;
	margin-left:5px;
	font-size:90%;
}
}
    	
/* Mobile Landscape and Portrait */
@media only screen and (max-width: 767px) {
header {
	height:70px;
}
#logo {
	text-align:center;
	padding: 10px 0 10px 0;
	float:none;
}
.jumbotron {
	overflow:hidden;
	margin-top: 66px;
}
.hfix {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: 52% 0%;
	-moz-transform-origin: 52% 0%;
	margin-bottom:80px;
}
.header-back {
	background-image: url(../img/header_back_sp.png?0510);
	background-repeat: no-repeat;
	background-position: right 8px;
}
section.container h2 span:before, section.container h2 span:after {
	content: "";
	position: absolute;
	top: 50%;
 //margin-top: -.3em;
 //height: .4em;
 //border-top: 1px solid #E94288;
	border-top:none;
 //border-bottom: 1px solid #E94288;
	width: 200em;
}
}

.contact_table input,
.contact_table select,
.contact_table textarea {
	padding:8px;
}

.errors {
    display: block !important;
    margin-top:10px !important;
    padding: 0;
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
header {
	height:65px;
}
#logo {
	text-align:center;
	padding: 10px 0 10px 0;
	float:none;
	width:150px;
 //width:40%;
	margin:0px auto;
}
ul#subnav li {
	border:none;
}
.jumbotron {
	overflow:hidden;
	margin-top: 66px;
	padding-bottom:30px;
}
.header-back {
	background-image: url(../img/header_back_sp.png?0510);
	background-repeat: no-repeat;
	background-position: right 9px;
}
.hfix {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: 52% 0%;
	-moz-transform-origin: 52% 0%;
	margin-bottom:30px;
}
.arrow_box {
	position: relative;
	padding:15px;
	margin-bottom:20px;
	color:#31708f;
	background-color:#d9edf7;
 //background: #d5b0aa;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(217, 237, 247, 0);
	border-top-color: #d9edf7;
	border-width: 30px;
	margin-left: -30px;
}

.contact_table .seminar01 td {
	display: list-item;
	list-style:none;
	width:100%;
}
	
.contact_table .seminar01 th,
.contact_table .seminar01 td{
	display: block;
	width: 100%;
	min-height: 1px;
	font-size: 1.2em;
}
.contact_table .seminar01 th:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.contact_table .seminar01 td:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.contact_table .seminar01 td textarea {
	max-width: 100% !important;
}

.contact_table .seminar01 th {	
	text-align:left !important;
}



}




#pageslide {
	/* These styles MUST be included. Do not change. */
    display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	/* Specify the width of your pageslide here */
    width: 200px;
	padding: 20px;
	/* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.container .txt-wh {
	color:#FFF;
}
.container .txt-12 {
	font-size:12px;
}
.container .txt-18 {
	font-size:18px;
}
.container .txt-20 {
	font-size:20px;
}
.container .txt-24 {
	font-size:24px;
}
.container .txt-30 {
	font-size:30px;
}
.container .txt-36 {
	font-size:36px;
}
.pt50 {
	padding-top:50px;
}
.mt10 {
	margin-top:10px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb50 {
	margin-bottom:50px;
}
.mr20 {
	margin-right:20px;
}
.pmb20 p {
	margin-bottom:20px;
}
.st {
	font-weight:600;
}
.container h2 {
	overflow: hidden;
	text-align: center;
	color:#E94288;
	margin-bottom:50px;
	font-weight:600;
	clear:both;
	font-size:180%;
}
.container h2 span {
	position: relative;
}
.container h2 span:before, .container h2 span:after {
	content: "";
	position: absolute;
	top: 50%;
 //margin-top: -.3em;
	height: .4em;
	border-top: 1px solid #E94288;
 //border-bottom: 1px solid #E94288;
	width: 200em;
}
.container h2 span:before {
	right: 100%;
	margin-right: .8em;
}
.container h2 span:after {
	left: 100%;
	margin-left: .8em;
}
.container h3 {
	font-size:2.5em;
	font-weight:600;
}
.container p {
	font-size:1.3em;
}
.txt-center {
	text-align:center;
}
.box-blue {
	border: 5px solid #1eb9ee;
	padding:10px;
	margin-bottom:30px;
}
.box-blue02, .box-green, .box-red, .box-pink , .box-gray , .box-orange , .box-purple{
	padding:10px;
	margin-bottom:30px;
}
.box-blue02 {
	border: 3px solid #1eb9ee;
}
.box-red {
	border: 3px solid #ee7951;
}
.box-green {
	border: 3px solid #50b879;
}

.box-pink {
	border: 3px solid #FF5493;
}

.box-gray {
	border: 3px solid #8D8D8D;
}

.box-orange {
	border: 3px solid #F99A30;
}

.box-purple {
	border: 3px solid #5700B1;
}


.box-blue02 h2, .box-red h2, .box-green h2 , .box-pink h2 ,.box-gray h2 ,.box-orange h2 , .box-purple h2{
	font-size: 20px;
	margin:20px 0;
}
.box-blue02 h2, .box-blue02 h3, h3.line {
	color:#1eb9ee;
}
.box-red h2, .box-red h3 {
	color:#ee7951;
}
.box-green h2, .box-green h3 {
	color:#50b879;
}

.box-pink h2, .box-pink h3 {
	color:#FF5493;
}

.box-gray  h2, .box-gray  h3 {
	color:#8D8D8D;
}

.box-orange h2, .box-orange h3 {
	color:#F99A30;
}

.box-purple h2, .box-purple h3 {
	color:#5700B1;
}


.box-blue02 h3, .box-red h3, .box-green h3, h3.line,.box-pink h3 ,.box-gray h3, .box-orange h3 , .box-purple h3 {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:10px 0px;
	margin-bottom:10px;
	text-align:center;
}
.box-blue02 p, .box-green p, .box-red p, .box-pink p , .box-gray p, .box-orange p, .box-red p, .box-purple p {
	margin-bottom:20px;
}
.blue-big {
	font-size:2em !important;
	font-weight:600;
	color:#E94288;
	margin-right: 5px;
}
table.seminar01 {
	width:100%;
	margin-bottom:10px;
}
table.seminar01 th {
	background:#E94187;
	padding:10px;
	color:#fff;
	line-height:18px;
	white-space:nowrap;
	font-weight:normal;
	text-align:center;
	border:1px solid #8cd1e8;
 //width:20%;
}
table.seminar01 th b {
	display:block;
	font-size:16px;
	margin:5px;
	line-height:24px;
}
table.seminar01 th strong {
	display:block;
	color:white;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}
table.seminar01 th.th2 {
	background:#02C0FF;
	padding:6px;
	color:#fff;
	line-height:18px;
	white-space:nowrap;
	font-weight:normal;
	text-align:center;
}
table.seminar01 th.th3 {
	background:#D2F4FF;
	padding:6px;
	color:black;
	line-height:18px;
	white-space:nowrap;
	font-weight:normal;
	text-align:center;
}
table.seminar01 th.th2 b {
	display:block;
	font-size:16px;
	margin:5px;
}
table.seminar01 th.place {
	background:#e50b0b;
	padding:5px;
	color:#fff;
	white-space:nowrap;
	text-align:left;
	font-weight:bold;
}
table.seminar01 td {
	padding:5px;
	line-height:1.4;
	border:1px solid #e9e9e9;
}
table.seminar01 td.cap {
	text-align:center;
	font-weight:bold;
}
table.seminar01 td.center {
	text-align:center;
}
table.seminar01 td.category {
	text-align:center;
	font-weight:bold;
	color:#2ea8e6;
}
table.seminar01 td.subject {
	text-align:center;
	white-space:nowrap;
	background:#f3f3f3;
}
table.seminar01 td span {
	margin-left:5px;
	font-size:90%;
}

table.seminar01 td{
	vertical-align:middle;
}
footer {
	text-align:center;
	background:#E94288;
	padding:50px 0px 10px;
	clear:both;
	margin-top: 100px;
}
.img_box img {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	behavior: url(css/border-radius.htc);   /* for IE */
}
.arrow_box {
	position: relative;
	padding:15px;
	margin-bottom:20px;
	color:#31708f;
	background-color:#d9edf7;
 //background: #d5b0aa;
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(217, 237, 247, 0);
	border-left-color: #d9edf7;
	border-width: 10px;
	margin-top: -10px;
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.jumbotron {
    background-color: #E94288;
}

.btn-info {
    color: #fff;
    background-color: #0d47a1 !important;
    border-bottom: 5px solid #1a237e;
    border-radius: 5px;
}

.btn-info:hover {
    background-color: #1a237e !important;
    border-bottom: 5px solid #1a237e !important;
}

.box-blue b {
	font-size: 2em;
}

.box-blue h4 {
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
}

.myul {
	margin-bottom:20px;
}
.myul li {
	text-align: center;
	margin-bottom:10px !important;
}

.comment_box h3 {
	margin-bottom:10px;
	font-size: 1.5em;
}

.topbox .col-md-4 {
	text-align: right;
}
.topbox .col-md-4 img {
	width: 200px;
}
.topbox .col-md-8 {
	padding-top:40px;
	font-size:1.5em;
	text-align: center;
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	.topbox .col-md-4 {
		text-align: center;
	}
	.topbox .col-md-8 {
		padding-top:20px;
		font-size:1.0em;
		text-align: center;
	}	
}