/* 汎用class
-------------------------------------------------- */
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.p50 {
	padding: 50px;
}
p.fs12 {
	font-size: 12px;
}
p.fs16 {
	font-size: 16px;
}
.title {
	font-weight:500;
	font-size: 36px;
	padding-bottom:10px;
	margin-bottom: 20px;
	border-bottom:1px solid #E1E1E1;
}
.fa-youtube-play {
	padding-left: 5px;
}
.img-responsive-overwrite {
	margin: 0 auto;
}


/*YouTube レスポンシブ化*/
.video-wrap {
	position: relative;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-top: 69px;
	padding-bottom: 50%;
	overflow: hidden;
}
.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* navbar
-------------------------------------------------- */
.navbar {
	margin-bottom: 0 !important;
}
.navbar-default {
	background-color: #0068b7;
}
.navbar-default .navbar-brand {
	font-family: HelveticaNeue;
	color: #ffffff;
	font-size: 27px;
	font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #a3aeff;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #005290;
}
/* キービジュ
-------------------------------------------------- */
.jumbotron--kv {
	background: url(../images/bg_mix.png) 0 0 no-repeat;
	background-size: cover;
	height: 650px;
	min-height: 400px;
	color: #fff;
}
.kvUpdata {
  position: absolute;
  top: 300px;
  right: 30px;
}
.titleH1 {
	color: #000;
}
.titleH1 p, .titleH1 h1 {
	padding: 0;
	margin: 0;
}
.titleH1 p {
	font-size: 32px;
	font-weight: bold;
}
.titleH1 h1 {
	font-size: 60px;
}
.panel-img {
	margin: 0 auto 50px;
}
/* ゴーストボタン
-------------------------------------------------- */
.btn-ghost {
	border-radius: 100px;
	background: transparent;
}
.btn-ghost.btn-default {
	color: #777;
}
.btn-ghost.btn-primary {
	color: #337ab7;
}
.btn-ghost.btn-success {
	color: #5cb85c;
}
.btn-ghost.btn-info {
	color: #5bc0de;
}
.btn-ghost.btn-warning {
	color: #f0ad4e;
}
.btn-ghost.btn-danger {
	color: #d9534f;
}
.btn-ghost.btn-primary:hover, .btn-ghost.btn-success:hover, .btn-ghost.btn-info:hover, .btn-ghost.btn-warning:hover, .btn-ghost.btn-danger:hover {
	color: #fff;
}
.btn-ghost.btn-white {
	color: #fff;
	border: 1px solid #fff;
}
.btn-ghost.btn-white:hover {
	color: #333;
	background: #fff;
}
/* ボックスセクション
-------------------------------------------------- */
.bg-section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-repeat:repeat-x;
}
.bg-violet {
	background: url(../images/bg_violet.png) 0 0;
	color: #fff;
}
.bg-blue {
	background: url(../images/bg_blue.png) 0 0;
	color: #fff;
}
/* フッターを下部へ固定
-------------------------------------------------- */

html, body {
	height: 100%;/* html と body 要素はパディングやマージンを持てません。*/
}
/* フッターを下部へ押しやるための、コンテンツのラッパー */
#wrap {
	min-height: 100%;
	height: auto;
	/* フッターの高さ分だけ、ネガティブインデントを指定 */
	margin: 0 auto -60px;
	/* フッターの高さ分だけ、パディングを指定 */
	padding: 0 0 60px;
}
/* ここでフッターの高さを指定 */
#footer {
	height: 60px;
	background-color: #2a2a2a;
	padding-top: 50px;
	min-height: 300px;
}
.logo {
	font-family: HelveticaNeue;
	color: #ffffff;
	font-size: 27px;
	font-weight: 700;
}
#footer ul li a {
	color: #fff;
}
/* 使用方法の行間
-------------------------------------------------- */
ol.manual li {
	margin-bottom: 20px;
}


/* ページトップ
-------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #0068b7;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #0088ef;
}
@media (max-width: 767px) {
.xs-text-center {
	text-align: center;
}
.xs-text-left {
	text-align: left;
}
p, li, p.fs16 {
	font-size: 16px;
	line-height: 30px;
}
.xsFs20 {
	font-size:20px !important;
}
.xsFs25 {
	font-size:25px;
}
}s¥