/*!
 * 3po CSS Framework Responsive Template
 * Copyright 2014 MACQA Inc.
 */

/* 色指定 ---------------
キーカラー	#0076b0
フォーカス色	#2097d0
ボーダー色	#99cae2
---------------------- */

html,body {
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
}

body {
	overflow-x: hidden;
	font-family: sans-serif;
}

/* リンク */
a {color: #0076b0;}

a:hover,
a:focus,
a:active,
a.active {color: #2097d0;}

a,
a:hover,
a:focus,
a:active,
a.active {outline: 0;}

/* 基本設定 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: sans-serif;
	font-weight: bold;
}

.text-primary { color: #0076b0;}

p {
	font-size: 14px;
	line-height: 1.75;
}

p.small {
	font-size: 12px;
	color: #666;
}

.b {
	font-weight: bold;
	font-size: 16px;
}

.bb {
	font-weight: bold;
	font-size: 18px;
}

.white {color: #fff;}
.red {color: #c60000;}
.blue {color: #00468b;}
.green {color: #00782d;}
.orange {color: #fe7816;}
.gold {color: #807109;}

.img-centered {margin: 0 auto;}

/* コンテンツ背景 */
.bg-light-gray { background-color: #f7f7f7; }
.bg-darkest-gray { background-color: #222; }
div#contact { background-color: #666; }

/* 閉じるボタン */
.btn-primary {
	border-color: #0076b0;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #0076b0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	border-color: #99cae2;
	color: #fff;
	background-color: #2097d0;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

/* ヘッドライン下・送信ボタン */
.btn-xl {
	padding: 25px 0;
	border-color: #fff;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 100%;
	font-size: 34px;
	letter-spacing: normal;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	border-color: #99cae2;
	color: #fff;
	background-color: #2097d0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	background-image: none;
}

/* 送信ボタン背景色 */
.submit {
	padding: 20px 40px;
	border-color: #fff;
	color: #fff;
	width: auto;
	height: auto;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: normal;
	background-color: #0076b0;

}


/* ロゴ */
#logo {
	margin-top: -5px;
	color: #0076b0;
}

#logo:hover,
#logo:focus,
#logo:active,
#logo.active {
	color: #2097d0;
}

/* ナビゲーション */
.navbar-default {
	border-color: transparent;
	background-color: #222;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
	border-color: #0076b0;
	background-color: #0076b0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #0076b0;
}

.navbar-default .nav li a {
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	font-size: 12px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #0076b0;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #0076b0;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #2097d0;
}

.box {
border: 1px solid #ccc;
padding: 15px;
margin: 30px;
}

/* メディアクエリ768px以上 */
@media(min-width:768px) {
.navbar-default {
	padding: 25px 2%;
	border: 0;
	background-color: transparent;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}

.navbar-default .navbar-brand {
	font-size: 1.4em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 5px;
}

.navbar-default.navbar-shrink {
	padding: 10px 2%;
	background-color: #222;
}

.navbar-default.navbar-shrink .navbar-brand {
	font-size: 1em;
}
}/* メディアクエリ終了 */

/* ヘッドライン */
#header {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 100px 0;
	min-height: 100%;
	background: no-repeat center center;
	background-attachment: scroll;
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#header .intro-text {
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 2%;
}

#header .intro-text .intro-lead-in {
	margin: 25px 0;
	font-size: 16px;
	line-height: 1;
}

#header .intro-text .intro-header {
	margin-bottom: 25px;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

/* メディアクエリ768px以上 */
@media(min-width:768px) {

#header {
	width: 100%;
	height: 100%;
	padding: 0;
	background-attachment: fixed;
}

#header .intro-text {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 50%;
	margin: auto;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#header .intro-text .intro-lead-in {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
}

#header .intro-text .intro-header {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#logo {margin-top: -10px;}
}/* メディアクエリ終了 */

@media(min-width:1025px) {
#header {
	background-attachment: fixed;
}
}

/* コンテンツエリア */
div#contents1,
div#contents2,
div#contents3,
div#contents4,
div#contact
 {
	padding: 70px 0;
}

/* 見出し */
h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
}

h3 {
	margin-bottom: 75px;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

h4 {font-size: 20px;margin: 15px 0;}

/* メディアクエリ768px以上 */
@media(min-width:768px) {

div#contents1,
div#contents2,
div#contents3,
div#contents4,
div#contact
 {
	padding: 150px 0;
}

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 34px;
}

h3 {
	margin-bottom: 75px;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

h4 {
	margin: 15px 0;
	font-size: 20px;
}
}/* メディアクエリ終了 */

/* 実績・事例・作例エリア */
#contents2 .work-item {
	right: 0;
	margin: 0 0 15px;
}

#contents2 .work-item .work-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}

#contents2 .work-item .work-link .work-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #0076b0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

#contents2 .work-item .work-link .work-hover:hover {
	opacity: 0.9;
}

#contents2 .work-item .work-link .work-hover .work-hover-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#contents2 .work-item .work-link .work-hover .work-hover-content i {
	margin-top: -12px;
}

#contents2 .work-item .work-link .work-hover .work-hover-content h3,
#contents2 .work-item .work-link .work-hover .work-hover-content h4 {
	margin: 0;
}

#contents2 .work-item .caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
	background-color: #fff;
}

.caption p {margin: 0}

#contents2 * {
	z-index: 2;
}

@media(min-width:767px) {
	#contents2 .work-item {
		margin: 0 0 30px;
	}
}

/* ステップ・流れエリア */
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #f1f1f1;
}

.timeline>div {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}

.timeline>div:before,
.timeline>div:after {
	content: " ";
	display: table;
}

.timeline>div:after {
	clear: both;
}

.timeline>div .timeline-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline>div .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>div .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline>div .timeline-image {
	z-index: 100;
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	border: 7px solid #f1f1f1;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background-color: #0076b0;
}

.timeline>div .timeline-image h4 {
	margin-top: 12px;
	font-size: 10px;
	line-height: 14px;
}

.timeline>div.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline>div.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>div.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline>div:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>div {
	margin-bottom: 0;
}

/* メディアクエリ768px以上 */
@media(min-width:768px) {
.timeline:before {
	left: 50%;
}

.timeline>div {
	margin-bottom: 100px;
	min-height: 100px;
}

.timeline>div .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}

.timeline>div .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}

.timeline>div .timeline-image h4 {
	margin-top: 16px;
	font-size: 13px;
	line-height: 18px;
}

.timeline>div.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}
}/* メディアクエリ終了 */

/* メディアクエリ992px以上 */
@media(min-width:992px) {
.timeline>li {
	min-height: 150px;
}

.timeline>div .timeline-panel {
	padding: 0 20px 20px;
}

.timeline>div .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}

.timeline>div .timeline-image h4 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
}

.timeline>div.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px;
}
}/* メディアクエリ終了 */

/* メディアクエリ1200px以上 */
@media(min-width:1200px) {
.timeline>div {
	min-height: 170px;
}

.timeline>div .timeline-panel {
	padding: 0 20px 20px 100px;
}

.timeline>div .timeline-image {
	width: 170px;
	height: 170px;
	margin-left: -85px;
}

.timeline>div .timeline-image h4 {
	margin-top: 40px;
}

.timeline>div.timeline-inverted>.timeline-panel {
	padding: 0 100px 20px 20px;
}
}/* メディアクエリ終了 */

/* お問い合わせエリア */
#contact {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 100px 0;
	min-height: 100%;
	background: no-repeat center center;
	background-attachment: scroll;
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


/* メディアクエリ768px以上 */
@media(min-width:768px) {

#contact {
	background-attachment: fixed;
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	display: block;
}
}/* メディアクエリ終了 */

/* お問い合わせフォーム */
#contact .form-group {
	margin: 25px 0;
}

#contact .form-group input {
	padding: 10px;
	margin-bottom: 10px;
}

#contact.form-group input.form-control {
	height: auto;
}

#contact .form-group textarea {
	height: 95px;
	padding: 10px;
}

#contact .form-control:focus {
	border-color: #0076b0;
	border-width: 2px;
	box-shadow: none;
}

#contact .text-danger {
	color: #e74c3c;
}

/* フッター */
#footer {
	height: 100px;
	padding: 0;
	text-align: center;
}

#footer p {
	line-height: 1;
	font-size: 12px;
	color: #666;
	margin-top: 45px;
}

/* ソーシャルボタン */
ul.social-buttons {
	margin-top: 25px;
}

ul.social-buttons li a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 50px;
	outline: 0;
	color: #fff;
	background-color: #222;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	background-color: #0076b0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: 0;
}


/* 実績・事例・作例詳細コンテンツ */
.work-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;
}

.work-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2em;
}

.work-modal .modal-content p {
	margin-bottom: 30px;
}

.work-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-size: 16px;
	font-style: italic;
}

.work-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.work-modal .modal-content img {
	margin-bottom: 30px;
}

.work-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.work-modal .close-modal:hover {
	opacity: .3;
}

.work-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.work-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* コンテンツ選択時背景 */
::-moz-selection {
	text-shadow: none;
	background: #ffcc00;
}

::selection {
	text-shadow: none;
	background: #ffcc00;
}

img::selection {background: 0 0;}
img::-moz-selection {background: 0 0;}
body {webkit-tap-highlight-color: #ffcc00;}