/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 16px;
}

p.small {
    font-size: 14px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #4499ee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
}
html .clearfix{ height:1%; }
html>body .clearfix { height:auto; }
.clearfix{ display:block; }

.strong { font-weight: bold; }

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
}

header .container {
    padding-top: 100px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name1 {
	margin-top: 40px; 
    font-size: 2em;
}

header .intro-text .name2 {
    font-size: 3em;
}

header .intro-text .copy {
	margin-top: 30px; 
    font-size: 1em;
}

@media(min-width:768px) {
    header .container {
        padding-top: 100px;
    }

	header .intro-text {
		padding-left: 30px; 
	}

    header .intro-text .name1 {
		margin-top: 60px; 
        font-size: 2em;
    }
    header .intro-text .name2 {
        font-size: 3em;
    }


    header .intro-text .skills {
        font-size: 1em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.4em; 
		padding-left: 70px; 
		letter-spacing: 1px; 
		background:url(../image/logomark.jpg) no-repeat 10px ; 
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.2em;
    }
	
	.navbar {
    text-transform: uppercase;
    font-weight: normal;
	font-size: 0.9em; 
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
	margin: 0; 
}

.navbar .navbar-nav .navibar-center {
    text-align: center;
}


.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}


.menu {
    position: relative;
    width: 100%;
    height: 44px;
    max-width: 1000px;
}

.menu__single li{line-height: 1.3; padding: 5px 0; }


.menu > li {
	line-height: 44px; 
	height: 44px; 
	list-style: none; 
    float: left;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #fff; 
}

ul.menu__second-level {
    visibility: hidden;
}

ul.menu__third-level {
    visibility: hidden;
}

ul.menu__fourth-level {
    visibility: hidden;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
	list-style: none; 
	margin-left: -20px; 
}

.menu__third-level li {
}

.menu__second-level li a:hover {
}

.menu__third-level li a:hover {
}

.menu__fourth-level li a:hover {
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
}

li.menu__single ul.menu__second-level {
    position: absolute;
	width: 200px;
	background: #0086d1; 
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    visibility: visible;
}

.nav,
.navbar-nav,
.menu {
	position: relative; 
    line-height: 24px; 
}



}



section { margin: 50px 0; }
section.page-section { margin: 0; }

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 0;
    }

    section.first {
        padding-top: 0px;
    }
	
	.navbar {
    text-transform: uppercase;
    font-weight: normal;
	font-size: 0.9em; 
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
	margin: 0; 
}

.navbar .navbar-nav .navibar-center {
    text-align: center;
}


.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}


.menu {
    position: relative;
    width: 100%;
    height: 44px;
    max-width: 1000px;
}

.menu > li {
	list-style: none; 
    float: left;
    height: 24px;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #fff;
	background: #069; 
}

ul.menu__second-level {
    visibility: hidden;
}

ul.menu__third-level {
    visibility: hidden;
}

ul.menu__fourth-level {
    visibility: hidden;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    visibility: hidden;
}

.menu__third-level li {
    visibility: hidden;
}

.menu__second-level li a:hover {
    visibility: hidden;
}

.menu__third-level li a:hover {
    visibility: hidden;
}

.menu__fourth-level li a:hover {
    visibility: hidden;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
}

li.menu__single ul.menu__second-level {
    visibility: hidden;
}

li.menu__single:hover ul.menu__second-level {
        visibility: hidden;

}

}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {background-color: #f6f6f6; }

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 14px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.customer-navi {
	background: #0086d1; 
}
.customer-home {
}



.index{ background: url(../image/main.jpg) no-repeat center 20px; }

.news{ background-color: #ddd; margin: 20px 0 25px; }
.news-title{ font-weight: bold; }
.news-content{ background-color: #f6f6f6; }
.news-title p, .news-content p{ padding: 30px; }

@media(min-width:768px) {
	.news-title{ float: left; width: 20%; }
	.news-content{ float: left; width: 80%; }
}

#home-inq{ margin-bottom: 60px; }
.home-inq-title{text-align: center; font-size: 2.0em; font-weight: bold; margin-bottom: 30px; }
.home-inq-content p{ padding: 0 25px; }

.faq-title{text-align: center; font-size: 2.0em; font-weight: bold; margin-bottom: 30px; }
.faq{ border-top: 1px #ddd solid; }
.faq-q, .faq-a{ padding: 30px; }
.faq-q{ font-weight: bold; }
.faq-a{ }

@media(min-width:768px) {
	.faq-q{ float: left; width: 30%; }
	.faq-a{ float: left; width: 70%; }
}

.hl-blue{
	font-size: 110%; 
	background-color: #44aaE7; 
	color: #fff; 
	letter-spacing: 1px; 
	padding: 4px 20px 2px; 
	margin-bottom: 20px; 
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
}


#footer{}
.pagefooter{}
.footer-left{}
.footer-right{margin-right: 30px; padding-top: 15px; text-align: right; }
.footer-company{font-size: 85%; letter-spacing: 1px; margin: 30px 30px 10px; }
.footer-address{font-size: 75%; letter-spacing: 1px; margin-left: 30px; }
.footer-btn-email{float: left; margin-right: 10px; }
.footer-btn-tel{float: left; }
.footer-time{font-size: 75%; margin-top: 10px; }
.footer-pagelink{text-align: center; border-top: 1px #ddd solid; margin-top: 20px; padding-top: 20px; margin-bottom: 50px; font-size: 85%; }
.footer-pagelink a{color: #333;}

@media(min-width:768px) {
	.footer-left{ float: left; }
	.footer-right{ float: right; }
}

.page{ background: url(../image/main.jpg) no-repeat center 20px; }
header .intro-text .pagename { margin: 40px 0 10px; font-size: 2em; letter-spacing: 2px; }
header .intro-text .pagename2 { font-size: 1.4em; }
header .intro-text .pagecopy { }
.pagebg{background-color: #fff; padding: 50px 0 30px; }
.form-group{text-align: left; }
.control-label{font-size: 92%; }




.formTable {
	border-collapse: collapse;
	width:100%;
	border: #ccc 3px solid;
	margin-top: 20px;
	margin-bottom: 20px;  
}
.formTable th {
	border: #ccc 1px solid;
	text-align: left;
	background: #E6ECF3;
	padding: 10px 20px;
	font-weight: normal;
}
.formTable td {
	border: #ccc 1px solid;
	text-align: left;
	padding: 10px 30px;
}

.inputTextShort{
	width: 120x; 
}

.center-text{
	text-align: center;  
}
.formBtn{
	width: 200px;  
}


ul.menu-colleft{ background: #e6e6e6; padding: 0; }
ul.menu-colleft li{ list-style: none; border-bottom: 1px #fff solid; padding: 8px 20px 8px 25px; font-size: 90%; }
ul.menu-colleft li a{ color: #333; }

.unit-lower{ margin-bottom: 50px; }
.hl-lower{ font-weight: bold; }
.hl-bb{ font-size: 1.4em; font-weight: bold; margin: 30px 0 20px; }
.hl-bb2{ font-size: 1.4em; font-weight: bold; margin: 30px 0 0px; }

.page-description{ margin-bottom: 40px; }

.unit-hl2{ 
	margin-bottom: 5px; 
	border-bottom: 1px #ccc solid; 
	padding-bottom: 30px; 
}

/*.hl2{ font-size: 1.0em; border-left: 6px #0086d1 solid; border-bottom: 1px #0086d1 solid; padding: 0 15px; color: #0086d1; margin-bottom: 20px; }*/
.hl2{ 
	background-color: #44aaE7; 
	color: #fff; 
	letter-spacing: 1px; 
	padding: 4px 20px 2px; 
	margin-bottom: 20px; 
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
}

.table01{
	border-collapse: collapse;
	width:100%;
	border: #ccc 1px solid;
	margin-top: 20px;
	margin-bottom: 20px; 
}
.table01 th{
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	text-align: left;
	background: #E6ECF3;
	padding: 10px 20px;
	font-weight: normal;
}
.table01 td{
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	text-align: left;
	padding: 10px 20px;
}

.table02{
	border-collapse: collapse;
	width:100%;
	border: 0px; 
}

.table02-1{
	width: 170px;
	text-align: center;
	font-weight: bold;
}

.table02-2{
	padding: 0 30px; 
}

.table02-3{
	width: 112px; 
	vertical-align: bottom; 
}

.lineup-detail{}
.lineup-cancel{}
.lineup-member{ margin-top: 10px; }

.frame-01{ 
	border: 1px #0086d1 solid; 
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding: 15px; 
	margin-bottom: 30px; 
}
/*.frame-hl{ background: #E6ECF3; padding: 3px 20px; margin-bottom: 10px; }*/
.frame-hl{ font-weight: bold; font-size: 1.4em; padding-left: 10px; margin-bottom: 10px; }

.hl-seminar{
	font-size: 1.2em; 
	margin-bottom: 10px; 
	font-weight: bold; 
	padding-top: 10px; 
	text-decoration: underline; 
}
.ul-faq{ 
	list-style-type:none;
	margin-left: -30px; 
}

.ul-faq li{ 
	background:url(../image/faq/faq-q.jpg) left 3px no-repeat; 
	text-indent: 75px; 
}

.faq1-q{ 
	background:url(../image/faq/faq-q.jpg) left 3px no-repeat; 
	padding-left: 75px; 
	border-bottom: 1px #0086d1 solid; 
	padding-bottom: 20px; 
	margin-bottom: 20px; 
	font-weight: bold; 
}
.faq1-a{ 
	background:url(../image/faq/faq-a.jpg) left 3px no-repeat; 
	padding-left: 75px; 
}

.hl-faq{
	margin-top: 70px; 
	margin-bottom: 15px; 
	font-weight: bold; 
}

@media(min-width:768px) {
	.col-left{ float: left; width: 20%; }
	.col-right{ float: left; width: 75%; margin-left: 5%; }
}

@media(min-width:992px) {
	.image-a{ width: 705px; }
}
@media(max-width:991px) {
	.image-a{ width: 100%; }
}

.sitemap1{list-style-type: square; }
.sitemap2{list-style-type: none; }

.shindan-nakahara{
	float: left;
	margin-right: 40px;
}


.image-b{float: right; margin-bottom: 20px; }
@media(min-width:992px) {
	.image-b{ width: 418px; margin-left: 40px; }
}
@media(max-width:991px) {
	.image-b{ width: 40%; margin-left: 20px; }
}


#table-course{
	width: 99%;
	border-collapse: collapse;
}
#table-course td,
#table-course th{
	padding: 15px;
	border: 1px solid #ccc;
}
#table-course td{ vertical-align: top; }
#table-course th{
	text-align: center; 
	font-weight: bold; 
}
#table-course td div{ font-weight: bold; }

#table-course thead th{
	background:#e6e6e6;
}

@media(min-width:961px) {
	#table-course{ width: 920px; margin: 30px auto 0; }
}

@media(min-width:701px) {
	.table-border{ border-left: 5px #ccc solid; }
}
@media only screen and (max-width:700px){
	#table-course{
		display: block;
	}
		#table-course thead{
			display: none;
		}
		#table-course tbody{
			display: block;
		}
			#table-course tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table-course tbody th,
			#table-course tbody td{
				display: list-item;
				list-style-type: none; 
				border: none; 
			}
			#table-course tbody th{
				margin-bottom: 15px;
				list-style-type: none;
				color: #fff;
				background: #000;
			}
			#table-course tbody td{
				margin-left: 20px;
				padding: 0; 
			}
			#table-course tbody td:nth-of-type(1):before { content: "ベーシック・コース"; background: #ddd; font-weight: bold; padding: 5px; }
			#table-course tbody td:nth-of-type(2):before { content: "アドバンス・コース"; background: #ddd; font-weight: bold; padding: 5px; }
			#table-course tbody td:nth-of-type(3):before { content: "アナリティクス・コース"; background: #ddd; font-weight: bold; padding: 5px; }
}

.shindan-step{border: 2px #ccc solid; padding: 20px 30px; margin: 30px 0; }
@media(min-width:801px) {
	.shindan-step{ width: 720px; margin: 30px auto; }
}