@charset "utf-8";

/* ---------------------------------------------------
   File: common.css
   Version: 1.0.0
   Update: 2015-02-05
   Author: http://flowlab.co.jp

   (c)2007-2015 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===================================================
    PC
=================================================== */

html {
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-self;
}


/* -------------------------------
		Default Style
------------------------------- */
body {
		padding-top: 90px;
		position: relative;
		font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-self;
}

/* Display Style */
.pc		{	display: block;}
.sp		{	display: none;}


/* -------------------------------
		Contents Style
------------------------------- */
#wrapper {
	width: 100% !important;
}
#header {
	width: 1000px !important;
	margin: 0 auto;
}


/* Logo */
#logo a {
	width: 250px;
	height: auto;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}


/* Area */
.beigeArea {
	background: #f8f7f3;
}


/* Link */
a.btn_linkA {
	font-size: 0.8em;
	line-height: 1em;
	display: inline-block;
	padding: 6px 18px;
	background: #666;
	/*background: #8b151a;*/
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
a.btn_linkA:hover {
	background: #999;
	/*background: #a5444b;*/
}
.link_blue a{
	color: #0061d6;
	text-decoration: underline;
}
.link_blue a:hover {
	color: #4c90e2;
	text-decoration: none;
}



/* Main Image */
#mainImg {
	display: block;
	height: 320px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
#mainImg h2 {
	margin: 100px 0 10px;
}
#mainImg h2 img {
	display: block;
}
#mainImg p {
	color: #fff;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	text-shadow: 0 0 10px #000;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.1em;
}

/* Title */
.main-title {
	/*background: url(../img_common/line.png) left center repeat-x;*/
	margin-top: 70px;
	margin-bottom: 50px;
	/*margin: 70px 0 50px;*/
}
.main-title h2 {
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	width: 90%;
	margin: 0 auto ;
	text-align: center;
	background: inherit;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* Image */
.img100 img {
	width: 100%;
	height: auto;
}

/* Btn */
.btn_block {
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
.btn_block a {
	background: #170501;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	text-align: center;
	padding: 15px 10px;
	margin-top: 20px;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	display: block;
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	-moz-border-radius: 10px; /* Firefox */
}

/* IE9 */
:root .btn_block a {
	padding: 13px 10px 10px\0/;
}
/* IE10,11 */
@media all and (-ms-high-contrast:none){
.btn_block a { padding: 13px 10px 10px!important; }
}


.btn_block_s a {
	display: inline-block;
	background: #170501;
	color: #fff;
	text-align: center;
	padding: 3px 15px;
	margin-top: 20px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	border-radius: 6px; /* CSS3 */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	-moz-border-radius: 6px; /* Firefox */
}

/* IE9 */
:root .btn_block_s a {
	padding: 4px 15px 3px\0/;
}
/* IE10,11 */
@media all and (-ms-high-contrast:none){
.btn_block_s a { padding: 4px 15px 2px!important; }
}


.btn_block_s a img {
	vertical-align: middle;
	width: 6px;
	height: 10px;
	margin-left: 1em;
}


.btn_block a:link,
.btn_block_s a:link,
.btn_block a:visited,
.btn_block_s a:visited{
	text-decoration: none;
}

.btn_block a:hover,
.btn_block_s a:hover {
	text-decoration: none;
	background: #5c504d;
}

.btn_block_green a {	background: #638c0b;}
.btn_block_green a:hover {	background: #91ae54;}

.btn_arrow_round {
	position: relative;
}
.btn_arrow_round a {
	display: inline-block;
	position: absolute;
	color: #d13f03;
	border-bottom:  solid 1px #d13f03;
	padding-left: 20px;
	background-image: url(../img_common/icon_arrow_round_orange.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
}

.btn_arrow_round a:link {
	text-decoration: none;
}
.btn_arrow_round a:hover {
	border-bottom: none;
	text-decoration: none;
}




/*.btn_arrow_round a img {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	vertical-align: text-bottom;
}*/
/*.btn_arrow_round a:hover img {
	opacity: 1;  Safari,Opera 
	-moz-opacity: 1;  Firefox 
	filter: alpha(opacity=100);  IE6/7 
	-ms-filter: "alpha(opacity=100)";  IE8 
}*/



/* Line */
.line_bottom_gray {
	border-bottom: solid 1px #e8e8e8;
}


/* List */
.bdrBtm_dot li {
background: url(../img_common/line_dot.png) 0 bottom repeat-x;
padding: 10px 0;
}


/* -------------------------------
		CUSTOMIZE THE NAVBAR
------------------------------- */

/* Header All */
.navbar {
	padding: 20px 0;
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.navbar-inverse {
	background: #FFF;
}

/* Grobal Navigation */
.navbar-collapse ul {
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	font-size: 1em;
	letter-spacing: 0.1em;
	padding: 0;
	float: right;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #999;
}
.navbar-collapse ul li.sp {
	display: none;
}

/* Page Title */
.navbar-inverse .navbar-nav > li.pageTitle a {
	color: #d44100;
}

/* NaviBtn - Background */
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #FFF;
}
/* NaviBtn - Line */
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
}

/*Facebook & Instagram Icon*/
.nav > li#g_facebook > a {
	padding: 12px 5px 8px 15px;
	}
.nav > li#g_instagram > a {
	padding: 12px 0 8px 5px;
}
.nav > li#g_facebook > a img,
.nav > li#g_instagram > a img {
	width: 25px;
	height: 25px;
}



/* -------------------------------
		FADE BS CAROUSEL
------------------------------- */
.fade-carousel {
	height: 500px;
}
.fade-carousel .carousel-inner .item {
	height: 500px;
}
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	height: 500px;
}


/* -------------------------------
		News（1）
------------------------------- */
#news {
	padding-top: 40px;
}
/* Title */
#news h2 {
	font-size: 1.1em;
	padding-top: 10px;
}
/* List */
#news ul,
#news ul li {
	display: block;
}
#news ul li {
	font-size: 0.8em;
	line-height: 1.2em;
	/*border-bottom: #ccc dashed 1px;*/
	padding: 5px 0;
}
/* Time */
#news time {
	width: 8em;
	font-size: 0.9em;
	color: #999;
	line-height: 1.2em;
	display: inline-block;
}



/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	text-align: center;
	font-size: 2.6em;
	line-height: 1.6em;
	margin: 100px auto 60px;
}
#catchCopy .newspaper {
	-webkit-column-count: 2; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 2; /* Firefox 列数を指定 */
	column-count: 2; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}


/* -------------------------------
		Concept（1）
------------------------------- */
#concept .box {
    /*border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}

/* Icon */
#concept .box-icon {
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
#concept .photo {
    display: table;
}
#concept .box-icon img,
#concept .photo img {
	width: 100%;
	height: auto;
}
#concept .box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Concept Title */
#concept .info h4 {
    font-size: 26px;
    letter-spacing: 2px;
}

/* Concept Detail */
#concept .info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}


/* -------------------------------
		Profile
------------------------------- */
#profile {
	/*padding-top: 60px;*/
}
#profile .box {
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 30px;
}
/* Profile Title */
#profile .info h3 {
    font-size: 1.2em;
    letter-spacing: 2px;
	padding-bottom: 40px;
	position: relative;
}
#profile .info h3:after {
	content: "";
	background: #999;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 44px;
	left: 40%;
	border-radius: 50%; /* CSS3 */
	-webkit-border-radius: 50%; /* Safari,Chrome */
	-moz-border-radius: 50%; /* Firefox */
}
#profile #toLicense .info h3:after {
	left: 47%;
}
#profile #career .info h3 {	width: 2.4em;}
#profile #license .info h3 {	width: 2.4em;}
#profile #toLicense .info h3 {	width: 10.8em;}

#profile #career .info h3,
#profile #license .info h3,
#profile #toLicense .info h3 {
	margin: 0 auto;
}

/* Profile Detail */
#profile .info > ul {
    font-size: 1em;
    padding-top: 10px;
	text-align: left;
}
#profile .info > ul > li {
	padding: 5px 0;
}


/* -------------------------------
		About（1）
------------------------------- */
#about {
	/*margin-top: 50px;*/
}
.newspaper {
	-webkit-column-count: 1; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 1; /* Firefox 列数を指定 */
	column-count: 1; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}

/* -------------------------------
		About（2）
------------------------------- */
#about {
	/*margin-top: 50px;*/
}
.newspaper2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 2; /* Firefox 列数を指定 */
	column-count: 2; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}

/* -------------------------------
		About（3）
------------------------------- */
#about {
	/*margin-top: 50px;*/
}
.newspaper3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 3; /* Firefox 列数を指定 */
	column-count: 3; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}

/* -------------------------------
		About（4）
------------------------------- */
#about {
	/*margin-top: 50px;*/
}
.newspaper4 {
	-webkit-column-count: 4; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 4; /* Firefox 列数を指定 */
	column-count: 4; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}

/* -------------------------------
		Service（1）
------------------------------- */
.services-container {
    /*padding-top: 50px;*/
}

/* Title */
.service h3 {
	font-size: 1em;
	color: #333;
	/*color: #8b151a;*/
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 15px;
}

/* Box Style */
.service {
	margin-top: 20px;
	padding: 15px 20px 10px;
	background: #f8f8f8;
	border-top: 2px solid #333;
	/*border-top: 2px solid #8b151a;*/
}
.service p {
    padding-bottom: 5px;
    line-height: 1.4em;
}

/* -------------------------------
		Service（2）
------------------------------- */
/* Lead */
#service2 .text-center {
	margin-bottom: 50px;
}

/* Icon */
#service2 .row div div img {
	width: 40px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

/* Title */
#service2 h3 {
	color: #f7931e;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* -------------------------------
		Link Area
------------------------------- */
#linkArea {
	padding-top: 50px;
}

#linkArea .box-icon {
margin-bottom: 20px;
}

/* Icon */
#linkArea a {
display: block;
}
#linkArea a img {
	width: 40px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

#linkArea a:hover {
	text-decoration: none;
	color: #666666;
}

#linkArea .btn_block_green {
	margin-bottom: 50px;
}

#linkArea .btn_block_green a:hover {
	color: #fff;
}

/* Link Title */
#linkArea p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 0.8em;
}


/* -------------------------------
		Works（1）
------------------------------- */
#works {
	/*margin-top: 50px;*/
}
/* Image Zoom */
.gallery {
	display: inline-block;
	padding: 0 10px;
}
.gallery a {
	margin: 4px 0;
}
#works .col-sm-4,
#works .col-xs-6,
#works .col-md-3,
#works .col-lg-3 {
  padding-right: 4px;
  padding-left: 4px;
}


/* -------------------------------
		Information（1）
------------------------------- */
#information {
	/*margin-bottom: 50px;*/
}
/* Title */
#information .main-title {
	/*background: url(../img_common/line.png) left center repeat-x;*/
	margin-bottom: 70px;
}

.table-bordered {
	/*border: 1px solid #dddddd;*/
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table {
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}
	.table th {
		width: 14%;
	}
.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}
.widget.widget-table .widget-content {
	padding: 0;
}
.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget .widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	/*border: 1px solid #D5D5D5;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	color: #555;
	vertical-align: middle;
}


/* -------------------------------
		Information（2）
------------------------------- */
#information2 {
	/*margin-bottom: 50px;*/
}
/* Title */
#information2 .main-title {
	/*background: url(../img_common/line.png) left center repeat-x;*/
	margin-bottom: 70px;
}

.table-bordered {
	/*border: 1px solid #dddddd;*/
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table {
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}
	.table th {
		width: 14%;
	}
.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}
.widget.widget-table .widget-content {
	padding: 0;
}
.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget .widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	/*border: 1px solid #D5D5D5;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	color: #555;
	vertical-align: middle;
}

/* GoogleMap */
#information2 .googlemap iframe {
	height: 450px;
}

/* -------------------------------
		Contact（1）
------------------------------- */
#contact {
}
.well {
	padding: 20px 40px;
}
#contact dl {
	width: 48%;
	border-collapse: collapse;
	font-size: 0.8em;
	display: block;
	margin-bottom: 0;
	float: left;
}
#contact dl dd {
	padding-bottom: 10px;
}
input.input_area,
textarea {
	width: 100%;
	font-size: 1em;
	box-shadow: 1px 1px 4px -3px rgba(0,0,0,0.5) inset;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-top: #AAA 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none;
}
textarea {
	resize: vertical;
}
#btn_send {
	text-align: center;
	margin: 10px auto;
	padding-top: 20px;
}
.btn-primary {
  background-color: #666;
  border-color: #666;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* Icon - Must */
#contact span.must {
	font-size: 0.8em;
	color: #fff;
  background-color: #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 4px;
}


/* -------------------------------
		Members（1）
------------------------------- */
.team-leader-block {
	max-width: 993px;
	margin: 0 auto;
}
.team-leader-box {
	width: 30.66%;
	margin-right: 3.82979%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 30px;
	float: left;
}
.team-leader-box:nth-of-type(3n+0) {
	margin:0;
}
.team-leader {
	width: auto;
	height: auto;
	position: relative;
	margin: 7px 7px 20px 7px;
}
.team-leader img {
	display: block;
}

/* Name */
.team-leader-box h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/* Title */
.team-leader-box span {
	font-size: 0.8em;
	margin-bottom: 10px;
	display: block;
}

/* Introduction */
.team-leader-box p {
}

/* -------------------------------
		Members（2）
------------------------------- */
/* Layout */
#members2 .box_l { text-align: left;}
#members2 .box_r { text-align: right;}

/* Photo */
#members2 .box_l .photo { float: left;}
#members2 .box_r .photo { float: right;}

/* Name */
#members2 h3 {
	font-size: 1.8em;
	margin-bottom: 20px;
	padding-top: 140px;
}
	#members2 h3 span {
		font-size: 0.4em;
		display: block;
		margin-bottom: 10px;
	}

/* Staff ----------------------- */
/* Layout */
#members2 #staff {
	font-size: 0.9em;
	margin-top: 70px;
}
#members2 #staff .box_l,
#members2 #staff .box_r { text-align: left;}

/* Photo */
#members2 #staff .photo {
	margin-right: 20px;
}
#members2 #staff .box_l .photo,
#members2 #staff .box_r .photo { float: left;}

/* Title */
#members2 #staff h4 {
	font-size: 1.1em;
	font-weight: bold;
}

/* -------------------------------
		Members（3）
------------------------------- */
#members3 ul.philosophy-icons {
	list-style: none;
}
#members3 ul.philosophy-icons li {
	text-align: center;
	font-size: 1.4em;
	display: inline-block;
	padding: 10px 0 15px;
}
#members3 ul.philosophy-icons li span {
	font-size: 0.6em;
	color: #999;
	display: block;
}


/* -------------------------------
		Google Map（1）
------------------------------- */


/* -------------------------------
		Google Map（2）
------------------------------- */



/* -------------------------------
		Inquiry
------------------------------- */
/* Display Style */
#inquiry .pc		{	display: block;}
#inquiry .sp		{	display: none;}

/* number */
#inquiry {
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	border-bottom: solid 1px #e8e8e8;
}
#inquiry .number {
	display: block;
	font-size: 1.9em;
}
/* number */
#inquiry .number {
	display: block;
	font-size: 2.2em
	letter-spacing: 0.1em;
	padding-bottom: 30px;
}

#inquiry .number img {
	width: 28px;
	height: 22px;
	vertical-align: top;
	margin-right: 10px;
}
/* IE9 */
:root #inquiry .number img {
	margin-top: -5px\0/;
}
/* IE10,11 */
@media all and (-ms-high-contrast:none){
#inquiry .number img { margin-top: -5px!important; }
}

#inquiry .btn_tel,
#inquiry .btn_mail {
	width: 240px;
	margin: 0 auto 20px;
}
#inquiry .btn_mail {
	margin: 0 auto 60px;
}
#inquiry .btn_tel a,
#inquiry .btn_mail a {
	padding: 6px 10px;
	margin: 0 auto;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	display: block;
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	-moz-border-radius: 10px; /* Firefox */
}






/* -------------------------------
		Footer
------------------------------- */
#footer {
	/*background: #f5f5f5;*/
	background: #fff;
	padding: 40px 0 10px;
	/*margin-top: 200px;*/
}
/* Logo */
#footer #logo_footer {
	width: 250px;
	margin: 0 auto 30px;
}
#footer #logo_footer .sp {
	display: none;
}

/* Footer Navigation */
#footer .container {
	width: 800px;
}
.fnavi li {
	font-size: 0.8em;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	text-align: center;
	letter-spacing: 0.1em;
	border-left: solid 1px #e8e8e8;
}
.fnavi li:last-of-type {
	border-right: solid 1px #e8e8e8;
}

.fnavi li a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fnavi li a:hover {
	text-decoration: none;
	color: #999;
}


/* Copyright */
#copyright {
	clear: both;
	text-align: center;
	font-size: 0.5em;
	letter-spacing: 0.2em;
	display: block;
	padding-top: 20px;
}



/* ===================================================
    TABLET - LARGE
=================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {


/* -------------------------------
		Concept（1）
------------------------------- */
/* Icon */
#concept .photo {
    display: table;
}
	
/* -------------------------------
		Information（2）
------------------------------- */
/* Google Map */
#information2 .googlemap {
	margin-top: 20px;
}

/* -------------------------------
		Members（1）
------------------------------- */
.team-leader-block {
	max-width: 990px;
	margin: 0 auto;
}
.team-leader img {
	width: 100%;
	display: block;
}

/* -------------------------------
		Members（2）
------------------------------- */
/* Photo */
#members2 .photo 		{ width: 60%;}
#members2 .photo img { width: 100%; height: auto;}

/* Name */
#members2 h3 {
	font-size: 1.4em;
	padding-top: 80px;
}
	#members2 h3 span {
		font-size: 0.5em;
	}

}





/* ===================================================
    TABLET
=================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

body {
	padding-top: 70px;
}

/* -------------------------------
		Contents Style
------------------------------- */
#wrapper {
	width: 100% !important;
	margin: 0 auto;
}
#header {
	width: 100% !important;
}

/* Logo */
#logo a {
	width: 150px;
	height: auto;
	margin-top: 5px;
}
	
/* -------------------------------
		CUSTOMIZE THE NAVBAR
------------------------------- */
/* Header All */
.navbar {
	padding: 10px 0 10px 10px;
}

/* -------------------------------
		News（1）
------------------------------- */
#news {
	padding-top: 20px;
}
/* Title */
#news h2 {
	padding-bottom: 10px;
}
/* List */
#news ul,
#news ul li {
	display: block;
}

/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.6em;
}


/* -------------------------------
		Concept（1）
------------------------------- */
/* Icon */
#concept .photo {
    display: table;
	width: 100%;
	margin: 0 auto;
	float: none;
}
	
	
/* -------------------------------
		About（1）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（2）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（3）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper3 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（4）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper4 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		Information（2）
------------------------------- */
/* Google Map */
#information2 .googlemap {
	margin-top: 20px;
}

/* -------------------------------
		Members（1）
------------------------------- */
.team-leader-block {
	max-width: 993px;
	margin: 0 auto;
}
.team-leader img {
	width: 100%;
	display: block;
}

/* -------------------------------
		Members（2）
------------------------------- */
#members2 .team-leader-block {
	max-width: 993px;
	margin: 0 auto;
}
#members2 .team-leader img {
	width: 100%;
	display: block;
}

/* -------------------------------
		Footer
------------------------------- */
/* Footer Navigation */
#footer .container {
	width: 700px;
}
}










/* ===================================================
    SMART PHONE
=================================================== */
@media screen and (max-width: 767px) {

body {
		padding-top: 55px;
}

/* -------------------------------
		Default Style
------------------------------- */

/* Display Style */
.pc		{	display: none;}
.sp		{	display: block;}

/* Logo */
#logo a {
	width: 60%;
	max-width: 250px;
	height: auto;
	padding: 0;
}

/* -------------------------------
		Contents Style
------------------------------- */
#wrapper {
	width: 100% !important;
	min-width: 320px;
	font-size: 16px;
}
#header {
	width: 100%;
	margin: 0 auto;
}
/* Groval Navigation */
.navbar-collapse ul {
	float: none;
}
.navbar-collapse ul li.sp {
	display: block;
}

/* Image */
.img100 {
	padding:0;
}

/* Btn */
.btn_block {
	width: 100%;
	margin-right: 0;
}




/* -------------------------------
		CUSTOMIZE THE NAVBAR
------------------------------- */
/* Header All */
.navbar {
	padding: 5px 0 5px 10px;
}
.navbar-toggle {
  border: #FFF;
}

/* Navi Bar */
.side-collapse {
	background-color: rgba( 0, 0, 0, 0.6 );
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFF;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #999;
}

/* Page Title */
.navbar-inverse .navbar-nav > li.pageTitle a {
	color: #fff;
}

/*Facebook & Instagram Icon*/
.navbar-inverse .navbar-nav > li#g_facebook,
.navbar-inverse .navbar-nav > li#g_instagram {
	width: 25%;
	height: 25%;
	float: left;
}
.nav > li#g_facebook > a {
	width: 100%;
	padding: 10px 5px 10px 15px;
	}
.nav > li#g_instagram > a {
	width: 100%;
	padding: 10px 15px 10px 5px;
}
.navbar-inverse .navbar-nav > li#g_instagram {}


/* ---------- */

.side-collapse-container{
		width: 100%;
		position: relative;
		right: 0;
		transition: left .4s;
}
.side-collapse-container.out{
		right: 0;
}
.side-collapse {
		top: 58px;
		bottom: 0;
		right: 0;
		width: 200px;
		position: fixed;
		overflow: hidden;
		transition: width .4s;
}
.navbar-collapse ul {
	font-size: 0.8em;
}
.side-collapse.in {
		width: 0;
}


/* -------------------------------
		News（1）
------------------------------- */
#news {
	padding-top: 20px;
}
/* Title */
#news h2 {
	font-weight: bold;
	padding-bottom: 10px;
}
/* List */
#news ul,
#news ul li {
	display: block;
}
#news ul li {
	font-size: 0.9em;
	line-height: 1.2em;
	/*border-bottom: #ccc dashed 1px;*/
	padding: 10px 0;
}
/* Time */
#news time {
	font-size: 0.8em;
	color: #999;
	line-height: 1.2em;
	padding-bottom: 5px;
	display: block;
}

/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.4em;
}
#catchCopy .newspaper {
	text-align: left;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		Concept（1）
------------------------------- */
#concept .box {
    padding: 10px 0;
}

/* Icon */
#concept .photo {
    display: table;
	width: 100%;
	margin: 0 auto;
	float: none;
}
	
	
/* -------------------------------
		About（1）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（2）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper2 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（3）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper3 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（4）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper4 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		Service（1）
------------------------------- */
/* Title */
.service-title {
	background: none;
	margin-bottom: 0;
}
.service-title h2 {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 auto;
	text-align: left;
}

/* -------------------------------
		Service（2）
------------------------------- */
#service2 .text-center {
	text-align: left;
}

/* Title */
#service2 .main-title h2 {
	width: 12em;
}


/* -------------------------------
		Information（1）
------------------------------- */
#information .table th {
	width: 24%;
}

/* -------------------------------
		Information（2）
------------------------------- */
#information2 .table th {
	width: 24%;
}

/* Google Map */
#information2 .googlemap {
	margin-top: 20px;
}
	#information2 .googlemap iframe {
		height: 350px;
	}

/* -------------------------------
		Contact（1）
------------------------------- */
#contact dl {
	width: 100%;
	float: none;
}
input.input_area,
textarea {
	padding: 10px 10px;
}
#btn_send {
	text-align: center;
	margin: 10px auto;
	padding-top: 0;
}
#btn_send .btn {
	width: 100%;
	padding: 10px 0;
}

/* -------------------------------
		Members（1）
------------------------------- */
.team-leader-box {
	max-width:307px;
	width:auto;
	float:none;
	margin:0 auto;
}
.team-leader-box:nth-of-type(3n) {
	margin:0 auto;
}
.main-section.team{
	padding:60px 0 50px;
}
.team-leader img {
	width: 100%;
	display: block;
}

/* -------------------------------
		Members（2）
------------------------------- */
/* Layout */
#members2 .box_l,
#members2 .box_r { text-align: left;}

/* Photo */
#members2 .photo 		{ width: 50%;}
#members2 .photo img { width: 100%; height: auto;}

/* Name */
#members2 h3 {
	font-size: 1.4em;
	padding-top: 40px;
}
	#members2 h3 span {
		font-size: 0.5em;
	}

/* Staff ----------------------- */
/* Layout */
#members2 #staff {
	margin-top: 30px;
}
#members2 #staff .box_l {
	margin-bottom: 20px;
}

/* Photo */
#members2 #staff .photo {
	width: 100%;
	height: auto;
	margin-right: 0;
}
#members2 #staff .box_l .photo,
#members2 #staff .box_r .photo { float: none;}

/* Title */
#members2 #staff h4 {
	text-align: center;
}

/* -------------------------------
		Inquiry
------------------------------- */
/* Display Style */
#inquiry .pc		{	display: none;}
#inquiry .sp		{	display: block;}


/* Btn call */
/*#inquiry .btn_block {
	margin-top: 50px;
}*/

/* -------------------------------
		Footer
------------------------------- */
#footer #logo_footer .pc {
	display: none;
}
#footer #logo_footer .sp {
	display: block;
}

/* Footer Navigation */
#footer .container {
	width: 100%;
}
#footer .fnavi li {
	border-bottom: 1px #e8e8e8 solid;
	border-left: none;
}
#footer .fnavi li:first-child {
	border-top: 1px #e8e8e8 solid;
}
#footer .fnavi li:last-of-type {
	border-right: none;
}

	
#footer .fnavi li a {
	padding: 10px 0;
	display: block;
}


	

}