/**
 * (株)中越クリエイティブのWebサイト用スタイルシート
 * 作成日 : 2016.2.10
 *
 * テーマカラー(青) : #24a7df
 *
 *
 *
 */
/*
COMMON
======================================================== */
/* Font size
-------------------------- */
html {
	font-size: 16px;
}
.container_fluid {
	overflow: hidden;
}
/* Font Family
-------------------------- */
html, h1, h2, h3, h4, h5, h6, h7, p, a, span{
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* Text Decoration
-------------------------- */
.edge_white {
	text-shadow:
		-2px -2px 0px #fff,
		-2px -1px 0px #fff,
		-2px  0px 0px #fff,
		-2px  1px 0px #fff,
		-2px  2px 0px #fff,
		-1px -2px 0px #fff,
		-1px -1px 0px #fff,
		-1px  0px 0px #fff,
		-1px  1px 0px #fff,
		-1px  2px 0px #fff,
		 0px -2px 0px #fff,
		 0px -1px 0px #fff,
		 0px  1px 0px #fff,
		 0px  2px 0px #fff,
		 1px -2px 0px #fff,
		 1px -1px 0px #fff,
		 1px  0px 0px #fff,
		 1px  1px 0px #fff,
		 1px  2px 0px #fff,
		 2px -2px 0px #fff,
		 2px -1px 0px #fff,
		 2px  0px 0px #fff,
		 2px  1px 0px #fff,
		 2px  2px 0px #fff;
}

/* Logo
-------------------------- */
.logo {
	text-decoration: none;
	transition: opacity 300ms ease 0s;
	padding-top: 7px;
}
.logo:hover {
	opacity: .6;
	text-decoration: none;
}
.logo img {
	max-width: 100%;
}
.logo .corpname_jp {
	color: #333;
	font-size: .9rem;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0;
	vertical-align: bottom;
}
.logo .corpname_jp .ccname {
	font-size: 1rem;
}
@media (max-width: 479px) {
	.logo{
		padding-top: 10px;
	}
	.logo .corpname_jp {
		font-size: .8rem;
	}
	.logo .corpname_jp .ccname {
		font-size: .9rem;
	}
}
@media (max-width: 360px) {
	.logo{
		padding-top: 15px;
	}
}

/* Contact link
-------------------------- */
.contact {
	background-color: #555;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: .7rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 4px 10px;
	text-align: center;
	transition: background-color 300ms ease 0s;
	vertical-align: middle;
}
.contact:hover {
	background-color: #24a7df;
	color: #fff;
	text-decoration: none;
}
.contact .fa {
	font-size: 1.6rem;
	vertical-align: middle;
}
.contact_btn {
	background-color: #555;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	transition: background-color 300ms ease 0s;
	vertical-align: middle;
	width: 50px;
}
.contact_btn:hover {
	background-color: #24a7df;
	color: #fff;
	text-decoration: none;
}
.contact_btn .fa {
	font-size: 1.6rem;
	vertical-align: middle;
}

/*
HEADER
======================================================== */
header {
	padding-top: 10px;
	padding-bottom: 10px;
  position: relative;
}
header .logo {
  display: block;
  float: left;
  width: 225px;
}
header nav {
  float: left;
  margin-left: 30px;
}
header .header_contact {
  float: right;
}
@media (max-width: 991px) {
  header .logo {
    float: none;
    width: 225px;
  }
  header nav {
    float: none;
    margin-left: 0;
  }
}
.we_are {
	font-size: .7rem;
	margin-bottom: 5px;
}
@media (min-width: 480px) { .header_contact_wrap { margin-top: 0px; } }
@media (min-width: 768px) { header {padding-top: 10px; padding-bottom: 15px;} .header_contact_wrap { margin-top: 0px; } }
@media (min-width: 992px) { .header_contact_wrap { margin-top:  0px; } }
.header_contact {
	width: auto;
}
@media (max-width: 991px) {
	.header_contact {
		margin-right: 0;
	}
	.header_contact_wrap{
		height:60px;
	}
	.header_contact_wrap .col-lg-3{
		top: -40px;
	}
}
.telephone {
	font-size: 1rem;
	margin-bottom: 0;
	text-align: center;
}

/*
NAV
======================================================== */
/* Navigation style
-------------------------- */
.navbar.navbar-default {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	width: 100%;
}
@media (min-width: 992px) {
	.navbar.navbar-default {
		width: auto;
	}
}
.navbar.navbar-default .navbar-collapse {
	border: 0;
}
.nav.navbar-nav li {
	text-align: center;
}
.nav.navbar-nav li::after {
	background-color: #fff;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 0;
	position: absolute;
	top: 40px;
	left: 45%;
	transition: height 300ms ease 0s, width 300ms ease 0s, background-color 300ms ease 0s;
	width: 0;
}
.nav.navbar-nav li:hover::after {
	padding-right: 3px;
	background-color: #24a7df;
	height: .5rem;
	width: .5rem;
}
.nav.navbar-nav li.selected::after {
	background-color: #24a7df;
	height: .5rem;
	width: .5rem;
}
@media (max-width: 991px) {
	.nav.navbar-nav li::after,
	.nav.navbar-nav li:hover::after,
	.nav.navbar-nav li.selected::after {
		background-color: transparent;
	}
}
.nav.navbar-nav li a {
	font-size: .9rem;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
}
.nav.navbar-nav li.twolines a {
	padding-top: 0px;
	padding-bottom: 0px;
}
@media (max-width: 991px) {
	.nav.navbar-nav li a {
		transition: background-color 300ms ease 0s;
	}
	.nav.navbar-nav li a:hover {
		background-color: #f0f0f0;
	}
	.nav.navbar-nav li.twolines a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Toggle style
-------------------------- */
.navbar-default .navbar-toggle {
	border-top: 0;
	border-right: solid 1px #24a7df;
	border-bottom: 0;
	border-left: solid 1px #24a7df;
	border-radius: 0;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 5px 15px 0;
	position: absolute;
	right: 0px;
	top: 10px;
	transition: background-color 200ms ease 0s;
}
.navbar-default .navbar-toggle:hover {
	background-color: #24a7df;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #24a7df;
	border-radius: 0;
	height: 3px;
	margin: 0 auto;
	transition: background-color 200ms ease 0s;
	width: 25px;
}
.navbar-default .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 3px;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar-menu {
	color: #24a7df;
	font-size: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	transition: color 200ms ease 0s;
}
.navbar-default .navbar-toggle:hover .icon-bar-menu {
	color: #fff;
}
/* Toggle Pulldown
-------------------------- */

@media (max-width: 991px) {
	.collapse.in{
	background-color: #24a7df;
	position: relative;
	color:#fff;
	z-index:99999;
}
	.collapse{
		top:60px;
	}
	.navbar-default .navbar-nav>li>a{
		color:#fff;
		font-weight: normal;
	}
}

/*
PAGE IMAGE
======================================================== */
/* Page image
-------------------------- */
.page_image {
	height: 160px;
	margin-top: 10px;
	overflow-y: hidden;
	width: 100%;
}
@media (min-width: 480px) { .page_image { height: 180px; } } /* sm */
@media (min-width: 768px) { .page_image { height: 180px; } } /* md */
@media (min-width: 992px) { .page_image { height: 200px; } } /* lg */
.page_image img {
	width: 100%;
}

/* Catch copy
-------------------------- */
.page_copy {
	background-color: #24a7df;
	padding: 1rem 0;
}
.page_copy h1 {
	color: #9fe7fd;
	margin-bottom: 1.5rem;
}
.page_copy .page_copy_desc {
	color: #fff;
}

/*
MAIN CONTENT
======================================================== */
main {
	background-image: url(/images/common/main_bg_xs.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
@media (min-width: 480px) { main { background-image: url(/images/common/main_bg_sm.jpg); } }
@media (min-width: 992px) { main { background-image: url(/images/common/main_bg_lg.jpg); } }
main.under_maintenance {
	background-image: none;
}
main.under_maintenance p {
	color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 100px auto;
	text-align: center;
}
main .white_bg {
	background-color: #fff;
}
main .reason_is {
	color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 5rem;
	margin: 0 auto;
	text-align: center;
}
main .reason_is:after {
	background-color: #444;
	content: " ";
	display: block;
	font-size: 1.5rem;
	height: 3px;
	margin: 0 auto .5rem;
	text-align: center;
	width: 60px;
	box-shadow:
		-2px -2px 0px #fff,
		-2px -1px 0px #fff,
		-2px  0px 0px #fff,
		-2px  1px 0px #fff,
		-2px  2px 0px #fff,
		-1px -2px 0px #fff,
		-1px -1px 0px #fff,
		-1px  0px 0px #fff,
		-1px  1px 0px #fff,
		-1px  2px 0px #fff,
		 0px -2px 0px #fff,
		 0px -1px 0px #fff,
		 0px  1px 0px #fff,
		 0px  2px 0px #fff,
		 1px -2px 0px #fff,
		 1px -1px 0px #fff,
		 1px  0px 0px #fff,
		 1px  1px 0px #fff,
		 1px  2px 0px #fff,
		 2px -2px 0px #fff,
		 2px -1px 0px #fff,
		 2px  0px 0px #fff,
		 2px  1px 0px #fff,
		 2px  2px 0px #fff;
}
main h2 {
	color: #24a7df;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2.5rem;
	text-align: center;
}
main p {
	margin: 10px auto;
}
@media (min-width: 768px) {
	main p {
		width: 80%;
	}
}
@media (min-width: 992px) {
	main p {
		width: 60%;
	}
}

/*
FOOTER
======================================================== */
/* Fixed to the lower
-------------------------- */
/*
html {
	min-height: 100%;
	position: relative;
}
body {
	margin-bottom: 14rem;
}
footer {
	bottom: 0;
	height: 14rem;
	position: absolute;
}
*/

/* Layout
-------------------------- */
footer {
	background-color: #f2f2f2;
	border-top: solid 2px #777;
	border-bottom: solid 8px #24a7df;
	font-size: .75rem;
	line-height: 1rem;
	width: 100%;
}
.footer_upper {
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 992px) {
	.footer_upper .container_fluid {
		width: 960px;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	.footer_upper {
		padding-top: 0;
	}
	.footer_upper .container_fluid {
		width: 100%;
	}
}
.footer_lower {
	padding-top: 1rem;
}

/* Sitemap
-------------------------- */
.sitemap {
	list-style: none;
	font-size: 0;
	padding: 1.5rem 0;
}
.sitemap li {
	display: inline-block;
	text-align: center;
}
.sitemap li a {
	border-left: solid 1px #ddd;
	color: #444;
	display: block;
	font-size: .75rem;
	padding: .25rem .65rem;
	transition: color 300ms ease 0s, background-color 300ms ease 0s;
}
.sitemap li:last-child a {
	border-right: solid 1px #ddd;
}
.sitemap li a:hover {
	background-color: #f0f0f0;
	color: #999;
	text-decoration: none;
}
@media (max-width: 991px) {
	.footer_upper .container_fluid .sitemap {
		margin-bottom: 20px;
		padding: 0;
	}
	.footer_upper .container_fluid .sitemap li {
		width: 50%;
	}
	.footer_upper .container_fluid .sitemap li.oneline {
		width: 100%;
	}
	.footer_upper .container_fluid .sitemap li a {
		border-bottom: solid 1px #ddd;
		font-size: .8rem;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer_upper .container_fluid .sitemap li:last-child a {
		border-right: 0;
	}
}

/* Contacts
-------------------------- */
.footer_upper .contact {
	margin: .2rem auto;
}
@media (min-width: 992px) {
	.footer_upper .contact {
		float: right;
	}
}
@media (max-width: 991px) {
	.footer_contact_wrap {
		text-align: center;
	}
	.footer_upper .contact {
		width: 300px;
	}
}
@media (max-width: 767px) {
	.footer_upper .contact {
		width: 200px;
	}
}
@media (max-width: 479px) {
	.footer_upper .contact {
		font-size: .6rem;
		width: 140px;
	}
	.footer_upper .contact .fa {
		font-size: 1.2rem;
	}
}

/* Information
-------------------------- */
.corp_info {
	border-left: solid 1px #999;
  margin-top: 5px;
  padding-top: 10px;
}
@media (max-width: 991px) {
	.corp_info {
		border-left: 0;
		margin-top: 30px;
		text-align: center;
	}
}

/* Law
-------------------------- */
@media (min-width: 992px) {
	.corp_law .privacy_policy,
	.corp_law .copyright {
		float: right;
	}
}
@media (max-width: 991px) {
	.corp_law .privacy_policy {
		margin: 20px auto 10px;
	}
}
.privacy_policy {
	border: solid 1px #666;
	border-radius: 4px;
	color: #444;
	cursor: pointer;
	display: block;
	margin-top: 20px;
	padding: 4px 0;
	text-align: center;
	transition: background-color 200ms ease 0s, color 200ms ease, 0s;
	width: 150px;
}
.privacy_policy:hover {
	background-color: #24a7df;
	border-color: #24a7df;
	color: #fff;
	text-decoration: none;
}
.copyright {
	margin-top: 5px;
	text-align: center;
}

/* Main Text
-------------------------- */
.main-text{
	border-bottom: 1px solid #ccc;
}
.main-text .row{
	padding-bottom: 30px;
}
.main-text h3{
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: bold;
	color:#24a7de;
}
.main-text h4{
	color:#4d4d4d;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 0;
}
.main-text p{
	font-size: 16px;
	line-height: 1.75;
	color:#707070;
	padding-bottom: 30px;
	}

 /*::::: #index-intro ::::::*/
 #index-intro{
	 background-image:url(/images/top/main.jpg);
	 -webkit-background-size: cover;
	 background-size: cover;
 }
 .intro-logo{
	 margin-top: 20px;
 }
 .intro-text h1{
	 color:#9ee7ff;
	 font-weight:bold;
	 line-height: 1.25;
	 font-size: 2.5rem;
	 padding-bottom: 10px;
 }
 .intro-text p{
	 font-size: 15px;
	 color:#fff;
	 line-height: 1.5;
	 padding-bottom: 40px;
 }
 .intro-text a{
	 display: inline-block;
	 padding: 10px;
	 background-color: #125588;
	 color:#fff;
	 margin-right: 50px;
	 margin-left: 50px;
	 border-radius:5px;
	 margin-bottom: 40px;
	 margin-top: 50px;
 }
 .intro-text.other-pages{
	 padding-top: 30px;
	 padding-bottom: 30px;
 }
 .intro-text.other-pages h1{
	 margin-bottom: 0;
	 padding-bottom: 0;
 }
 .intro-text.other-pages p{
	 font-weight: bold;
	font-size: 1.6rem;
	margin: 0;
 }
 @media (max-width: 767px) {
	 .intro-text h1{
		 font-size: 1.6rem;
	 }
 }
 @media (max-width: 479px) {
	 .intro-text h1{
		 text-align: center;
	 }
 }

 /*:::::::: #index-service ::::::::::*/
#index-service{
	text-align: center;
}
#index-service .container-fluid{
	background-color: #4d4d4d;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}
#index-service .container-fluid h3{
	margin-top: 10px;
}
.link-box:hover{
}
.link-box img{
	margin: auto;
}
.link-box h4{
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.link-box.web h4{
	color:#24a7de;
}
.link-box.design h4{
	color:#ffa100;
}
.link-box p{
	font-size: 18px;
	color:#707070;
	padding-top: 20px;
	padding-bottom: 40px;
}
