@charset "UTF-8";
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,700|Nunito:400,700|Roboto+Condensed:400,700|Roboto:400,700);

/****************************************************************
****************************************************************

 初期設定

****************************************************************
*****************************************************************/
html {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	width: 100%;
}

body {
	padding: 0;
	margin: 0 auto;
	font-weight: normal;
	font-family: "Lucida Grande", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
	line-height: 1.8em;
	font-size: 16px;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #5e5e5e;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline:none;
}

div, ol, ul,dl, dt, dd,
form,
h1, h2, h3, h4, h5, h6,
header, footer, nav, section, article, aside, hgroup, menu, nav, section {
    display: block;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 1em;
	line-height: normal;
}

p {
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
}

ol, ul, li {
	list-style-type: none;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}

small {
	font-size: 0.85em;
	line-height: 1.25em;
}

/*  フロート配置  */
.float_left {
	float: left;
	margin-right: 1em;
}

.float_right {
	float: right;
	margin-left: 1em;
}


/*  デバイス表示分け  */
.pc_hidden {
	display: none;
}

.mobile_hidden {
	display: block;
}


@media screen and (max-width: 979px) {
body {
	font-size: 14px;
	line-height: normal;
}

.pc_hidden {
	display: block;
}

.mobile_hidden {
	display: none;
}
}



/****************************************************************
****************************************************************

 ヘッダ

****************************************************************
*****************************************************************/
#mainHead {
	display: block;	
	width: 100%;
	padding: 10px 0;
	background: rgba( 40, 40, 35, 0.8 );
	height: 50px;
	overflow: hidden;
	
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: 1000;
}

#rogo {
	width: 980px;
	margin: 0 auto;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#mainHead h1 {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	
	background: url(../images/rogo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 24px;
	
	padding-left: 40px;
	white-space: nowrap;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

#mainHead a {
	color: #fff;
}

/*
#mainHead {
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Cabin', sans-serif;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}
*/

/****************************************************************
****************************************************************

グロナビ

****************************************************************
*****************************************************************/
#globalMenu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	margin: 0 0 0 60px;
	line-height: 1em;
}

#globalMenu li {
	margin: 0 10px;
	white-space: nowrap;
}

#globalMenu a {
	display: block;	
	text-align: center;
	color: #fff;
	padding: 0 1em;

	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
}

#globalMenu a:hover {
	color: #ec6218;
}

#mainHead #globalMenu span {
    display: block;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}





/****************************************************************
****************************************************************

 フッタ

****************************************************************
*****************************************************************/
#mainFoot {
	padding: 20px 0;
	text-align: center;
	line-height: 1.2em;
	border-top: solid 1px #ddd;
	font-size: 13px;
}

#mainFoot small {
	display: block;
	font-size: 11px;
	line-height: 1em;
	font-family: 'Nunito', sans-serif;
}

#ftIndexMenu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

    width: 980px;
	margin: auto;
}

#ftIndexMenu li {
	border-left: 1px solid #aaa;
	padding: 0.125em 2em;
}

#ftIndexMenu li:last-child {
	border-right: 1px solid #aaa;
}

#ftIndexMenu a {
	color: #555;
}

#officeSign {
	margin: 10px auto;
}

#officeSign h6 {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}




/****************************************************************
****************************************************************

 汎用・共通

****************************************************************
*****************************************************************/
/*  基本カラー  */
html {
	color: #aa8666;
	color: #111;
	background: #f9e3cd;

	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;

	background: url(../images/back_ptn.png);
}

a {
	color: #555;
}

a:hover {
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
}

.alink_cl > a {
	color: #555;
	text-decoration: underline;
}



/*  カラムセット  */
#mainContent {
	padding: 50px 0;
}

section {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

section header {
	display: block;
	margin-bottom: 20px;
}

section > h2,
section > .bgcolored > h2 {
	font-size: 3.4em;
	line-height: 1.25em;
	font-weight: normal;
	margin: 0 0 30px;
	font-family: 'Nunito', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
}

section > h2:after,
section > .bgcolored > h2:after {
	display: block;
	content: '';
	width: 150px;
	border: 1px solid #111;
	margin: auto;
}

section > h3 {
	font-size: 1.75em;
	line-height: 1.25em;
	font-weight: normal;
	margin: 0 0 20px;
}

section > h4 {
	font-size: 1.3em;
}

section > p {
	margin: 1em 0;
}

.bgcolored {
	padding: 40px 0;
}







/****************************************************************
****************************************************************

 トップページ個別

****************************************************************
*****************************************************************/
/*  メインキャッチ  */
#first {
	background-size: 100% auto;
	background-attachment: fixed;
	height: 0;
	overflow: hidden;
	
	background-image: url(../images/top_c.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: contain;
	
	padding: 51.1% 0 0;
	margin: 0;
	position: relative;
}

#first h2#fst_catch {
	display: block;
	width: 980px;
	
	font-size: 45px;
	color: #fff;
	
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -490px;
}

#first h2#fst_catch:after {
	border: none;
}


/*  コンセプト  */
#concept {
	background: url(../images/con_back.png);
	background-size: cover;
	padding: 0;
}

.set1 {
	background: rgba( 100, 185, 200, 0.675 );
}

#concept h4 {
	color: #fff;
}

#concept p {
	font-size: 18px;
	line-height: 2.5em;
	font-weight: bold
}



/*  ワークス  */
#works {
	background-image: url(../images/back.jpg);
	background-size: cover;
	padding: 0 0 50px;
}

.set2 {
	background: rgba( 155, 155, 155, 0.4 );
}

#linkBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	width: 980px;
	margin: 20px auto 0;
}

#linkBox li {
	margin: 0 10px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background: #fff;
	width: 320px;
}

#linkBox a {
	display: block;
	position: relative;
	color: #333;
}

#linkBox h3 {
	font-size: 24px;
	line-height: 1.25em;
	margin: 20px 0 0;
}

#linkBox h4 {
	font-size: 13px;
	line-height: 1.25em;
	
	margin: 0.5em 0 20px;
	padding: 10px;
	border: 1px solid #ccc;
	
	color: #663311;
}

#linkBox img {
	width: 100%;
	height: 230px;
}

#linkBox p {
	font-size: 14px;
	padding: 10px;
	text-align: justify;
}

#linkBox a:hover img {
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;

     opacity: 0.75;
     filter: alpha(opacity=75);
	 -ms-filter: "alpha(opacity=75)";
}

#linkBox a:hover h4 {
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;

	background: #ccc;
	color: #fff;
}





/*  レギュラーボタン  */
.reg_btn {
	width: 980px;
	margin: auto;
}

.reg_btn > a {
	display: block;
	width: 55%;
	
	text-align: center;
	background: #2b75a4;
	font-size: 24px;
	color: #fff;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	
	margin: 0 auto;
	padding: 14px 0;
	
	font-weight: bold;
}

.reg_btn > a:hover {
	background: #111;
}

.reg_btn > a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 0.5em;
	font-weight: normal;
}

.reg_btn.call > a:before {
	content: '\f2a0';
}




/*  あいさつ  */
#greet {
	background-image: url(../images/1974342.jpg);
	background-size: cover;
	padding: 0;
	background-attachment: fixed;
}

.set3 {
	background: rgba( 100, 185, 200, 0 );
}


#greetBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	width: 980px;
	margin: auto;
}

#greetBox div {
	width: 50%;
}

.d_comment {
	background: rgba( 255, 255, 255, 0.75 );
	text-align: justify;
	padding: 30px;
	width: 80% !important;
	font-size: 14px;
}

#signature {
	display: block;
	text-align: right;
}

.smaller {
	font-size: 0.9em;
}


/*  ニュース  */
#newsLine {
	width: 740px;
	margin: auto;
	text-align: left;
	font-size: 14px;
}

#newsLine li {
	margin: 0.5em 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d4b697;
}

#newsLine time {
	font-size: 13px;
	color: #d4b697;
}

#newsLine time:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 0.5em
}

.ns_ttl {
	padding: 0 0 0 2em;
}

#imageshot {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	width: 100%;
	margin: auto;
}	

#imageshot img {
	margin: 0 1px;
}	
	
	
	

/*  スタッフ  */
.stafface {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	width: 980px;
	margin: auto;
}

.stafface.exe > li {
	margin: 0 30px;
}

.stafface.emp > li {
	margin: 30px 10px 0;
}

.stafface.exe img {
	width: 280px;
	height: auto;
}

.stafface.emp img {
	width: 180px;
	height: auto;
}

.wa {
	font-size: 12px;
	letter-spacing: -0.1em;
}

.pNmae small {
	display: block;
	color: #777;
	font-size: 12px;
	border-bottom: 1px solid #d4b697;
	padding-bottom: 6px;
	letter-spacing: normal;
}

.position {
	display: block;
	font-size: 13px;
}

.pInfo {
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 0 0;
}


/*  会社概要  */
#outline {
	background: rgba( 255, 255, 255, 0.8 );
	padding-bottom: 0;
}

#overview {
	width: 640px;
	margin: auto;
}

#overview > li {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	margin-top: -1px;
	padding: 0.25em 0;
	position: relative;
}

.division {
	margin: 10px 50px;
	text-align: left;
	line-height: 1.4em;
}

.div_info {
	margin: 10px 0 10px 2em;
	font-size: 15px;
	color: #666;
}

.div_info > li span:before {
	margin-right: 0.5em;
	font-family: 'FontAwesome';
	font-size: 0.9999em;
}

.phone:before {
	content: '\f10b';
}

.fax:before {
	content: '\f1ac';
}

.mail:before {
	content: '\f003';
}

.sq:before {
	content: '\f1db';
}

#overview > li.ol_sub_info {
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	padding: 1em 0;
	padding-left: 10em;
}

.ol_ttl {
	display: block;
	width: 7em;
	text-align: center;
	font-size: 15px;
	
    border: solid 1px #ccc;
	padding: 0.25em;
	
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -1em;
}

.btn {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	text-align: center;
	background: #555;
	color: #fff;
	
	margin: 0.5em auto;
	padding: 0.2em 1.5em;
}

.btn:hover {
	background: #999;
}

/*  グーグルマップ  */
#gglmap {
	position: relative;
	padding-bottom: 25%;
	height: 0;
	overflow: hidden;
	
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
	
	margin-top: 30px;
}

#gglmap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	
	pointer-events:none;
}


/*  コンタクト  */
#contact_select {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	width: 640px;
	margin: auto;
}

#contact_select > li {
	width: 50%;
	padding: 0 10px;
}

a.contactbtn {
	color: #333;
    display: block;
	line-height: 1.3em;
	text-align: left;
	
    border: solid 1px #e5e5e5;
	padding: 12px;
	position: relative;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

a.contactbtn.mail:hover {
	color: #00C8FF;
}

.contacttext > span {
	font-size: 12px;
	color: #7f7f7f;
}

.contacttext > small {
    font-size: 10px;
    margin-left: 10px;
}

.contacticon {
	margin-right: 20px;
}

.contacticon img {
	width: auto;
	height: 50px;
}










/****************************************************************
****************************************************************

セカンダリ

****************************************************************
****************************************************************/
#mainContent.secTop {
	padding: 50px 0 !important;
}

/*  セカンダリ  */
#mainContent.secTop > h2#p_ttl {
	padding: 1em 0;
	text-align: center;
	font-size: 32px;
}

#mainContent.secTop > section {
	width: 980px;
	margin: 0 auto 50px;
	padding: 0;
	display: block;
}

#mainContent.secTop .secHead {
	padding: 10px;
	text-align: center;
	background: #f5f5f5;
}

#mainContent.secTop .secHead > h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 auto;
}

#mainContent.secTop .secHead > h4 {
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
	color: #666;
}

#mainContent.secTop > section > p {
	text-align: left;
	padding: 0 20px;
}

#overview_sec > li {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
	margin: 0.5em 0;
	font-size: 14px;
	line-height: 1.4em;
}

#overview_sec > li:first-child {
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
}

#overview_sec > li strong {
	display: block;
}

.nobr {
	display: inline-block !important;
	*display: inline !important;
    *zoom: 1;
}


/**  outline  **/
#his_table {
	text-align: justify;
}

.year {
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.year:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin-right: 0.5em;
}

#his_table ol {
	font-size: 13px;
	margin: 10px;
}

#his_table ol > li {
	margin: 1em 0;
	font-size: 13px;
}

.occurrence,
.month {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	vertical-align: top;
}

.month {
	border: 1px solid #ccc;
	line-height: 1.5em;
	margin-right: 1em;
	padding: 0.25em 0.5em;

}




/**  works  **/
.wrk_thum {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	width: 100%;
	margin: auto;
}	

.wrk_thum > li {
	margin: 0 3px;
}	

.wrk_thum > li > img {
	max-width: 100%;
	height: auto;
}	


#price > ul {
	width: 65%;
	margin: auto;
}

#price > ul > li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	text-align: justify;
}

#price > ul > li > span {
	width: -webkit-calc(50% - 1px) ;
	width: calc(50% - 1px);
}

.bit:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin-right: 0.5em;
}

.amount {
	text-align: right;
}


#zando_ex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 15px;
}

#zando_ex > li {
	width: -webkit-calc(50% - 1px) ;
	width: calc(50% - 1px);
	margin: 0 10px;
	padding: 20px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

#zando_ex > li > h4 {
	padding: 10px;
	background: #333;
	color: #fff;
}

#zando_ex li > ol {
	font-size: 14px;
	text-align: justify !important;
}

#zando_ex li > ol > li:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin-right: 0.5em;
}


.centering {
	margin: 10px auto;
	text-align: center !important;
}















































































/****************************************************************
****************************************************************

フォームオブジェクト

****************************************************************
****************************************************************/
#cnt_form {
	margin: 30px auto;
}	
	
#cnt_form > li {
	margin: 15px auto;
}	
	
input[type="text"],
input[type="submit"],
input[type="reset"],
textarea {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	font-size: 15px;
}


/* テキスト入力 */
input[type="text"],
input[type="submit"],
input[type="reset"],
textarea {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	width: 75%;
	padding: 12px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
	border: 1px solid #666;
}

/* テキストエリア */
textarea {
	height: 12em;
}

/* 送信ボタン */
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	
	display: block;
	width: 35%;
	padding: 12px;
	margin: 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"] {
	background: #555;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

input[type="submit"]:hover {
     opacity: 0.85;
     filter: alpha(opacity=85);
	 -ms-filter: "alpha(opacity=85)";
}

.send_btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	margin: 30px auto;
}







/****************************************************************
****************************************************************

ページ上部に戻る

****************************************************************
*****************************************************************/
#pageup {
    display: block;
	width: 65px;
	height: 65px;

	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	
	background: rgba(65, 65, 65, 0.75);
	overflow: hidden;
}

#pageup a {
	display: block;
	width: 65px;
	height: 65px;

	font-size: 12px;
	line-height: 1.05em;
	padding-top: 12px;
	color: #fff;
}

#pageup a:before {
	display: block;
	font-family: Fontawesome;
	content: "\f04b";
	margin-bottom: 0.5em;
	font-weight: normal;
}

#pageup a:hover {
	background: rgba(65, 65, 65, 1);
}

@media screen and (max-width: 979px) {
#pageup {
    display: block;
	width: 45px;
	height: 45px;
	right: 10px;
	bottom: 10px;
}

#pageup a {
	display: block;
	width: 45px;
	height: 45px;
	font-size: 9px;
	line-height: 1.05em;	
	padding: 0.5em;
}
}















































/****************************************************************
****************************************************************

 レイヤーメニュー

****************************************************************
*****************************************************************/
#smp_navi,
.modal {
	display: none;
}







/****************************************************************
****************************************************************

レスポンシブ

****************************************************************
*****************************************************************/
@media screen and (max-width: 979px) {
#rogo,
#linkBox,
#greetBox,
#newsLine,
.stafface,
#overview,
#contact_select,
#ftIndexMenu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#mainHead h1 {
	font-size: 18px;
	margin-left: 10px;
}

#globalMenu {
	display: none;
}

section {
	padding: 0;
}

section > h2,
section > .bgcolored > h2 {
	font-size: 32px !important;
	margin: 0 0 10px;
}

section > h2:after,
section > .bgcolored > h2:after {
	width: 50%;
}

section h3 {
	font-size: 24px;
	margin: 0 0 10px;
}

section h4 {
	font-size: 18px;
}

section p {
	margin: 10px 0;
}

.bgcolored {
	padding: 10px 0;
}








#first h2#fst_catch {
	font-size: 20px !important;
}

#concept h4,
#concept p {
	padding: 0 30px;
	line-height: 1.5em;
	text-align: justify;
}

#concept p {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}







#linkBox li {
	margin: 0;
	padding: 10px;
	width: 100%;
}

#linkBox h3 {
	font-size: 14px;
	margin: 10px 0;
}

#linkBox h4 {
	font-size: 12px;
	margin: 10px 0;
}

#linkBox img {
	height: auto;
}

#linkBox p {
	display: none;
}





#greet {
	background-size: 250% auto;
}

#greetBox div {
	width: 100%;
}

.d_comment {
	width: 100% !important;
	font-size: 13px;
}

.d_comment > h3 {
	display: none;
}




#newsLine {
	padding: 10px 50px;
}

#imageshot img {
	width: 100%;
	height: auto;
}	







.stafface.exe > li,
.stafface.emp > li {
	margin: 10px;
}

.pNmae small {
	border-bottom: none;
	padding-bottom: 0;
}

.pInfo {
	display: none;
}





.division {
	margin: 10px 30px;
}

.div_info {
	margin: 10px 0;
	font-size: 13px;
}

#overview > li.ol_sub_info {
	font-size: 13px;
	padding: 10px 30px;
	padding-left: 10em;
}

.ol_ttl {
	font-size: 14px;
}







#contact_select {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#contact_select > li {
	padding: 0 1px;
	font-size: 13px;
}

.contacttext > span {
	font-size: 10px;
}

.contacttext > small {
	display: none;
}

.contacticon {
	margin-right: 10px;
}

.contacticon img {
	height: 40px;
}







#mainFoot {
	padding: 0 0 5px;
	border-top: solid 1px #ddd;
	font-size: 12px;
	background: #e3e3e3;
}

#ftIndexMenu li,
#ftIndexMenu li:last-child {
	border: none;
}

#ftIndexMenu li {
	padding: 0;
	text-align: justify;
	background: #f5f5f5;
	line-height: 1em;
}

#ftIndexMenu a {
	display: block;
	padding: 1em;
	border-bottom: 1px solid #ddd;
	position: relative;
	font-size: 13px;
}

#ftIndexMenu a:after {
	font-family: "fontawesome";
	content: '\f105';
	font-size: 18px;
	
	position: absolute;
	top: 50%;
	right: 10px;
	
	margin-top: -0.275em;
}

#officeSign {
	margin: 10px auto;
}

#officeSign h6 {
	font-size: 13px;
}


#mainFoot > small {
	font-size: 10px;
}








/*  レギュラーボタン  */
.reg_btn {
	width: 100%;
	margin: auto;
	padding: 0 20px;
}

.reg_btn > a {
	width: 100%;
	font-size: 18px;
	padding: 12px 0;
}



/*  TOP  */
#works {
	padding: 0 0 10px;
}


/*  セカンダリ  */
#mainContent.secTop > h2#p_ttl {
	background: #fff;
	font-size: 24px;
}

#mainContent.secTop > section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#mainContent.secTop .secHead {
	padding: 10px;
	text-align: center;
	background: #f5f5f5;
}

#mainContent.secTop .secHead > h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 auto;
}

#mainContent.secTop .secHead > h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
	color: #666;
}

#mainContent.secTop > section > p {
	text-align: justify;
	padding: 0 20px;
}





/**  outline  **/
#his_table {
	padding: 0 20px;
}

#his_table ol {
	font-size: 12px;
	margin: 10px;
}

#his_table ol > li {
	margin: 10px 0;
}

.month {
	display: block;
	width: 4em;
	
	font-size: 10px;
	border: 1px solid #ccc;
	line-height: 1em;
	margin: 0 0 5px 0;
	padding: 0.25em 0.5em;
	text-align: center;
}





/**  works  **/
#price > ul {
	width: 100%;
	padding: 0 20px;
	font-size: 13px;

}

#price > ul > li {
	border-bottom: 1px solid #ccc;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.amount {
	font-size: 11px;
}

#zando_ex {
	display: block;
	font-size: 14px;

	margin: 0 20px;
	padding: 10px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

#zando_ex > li {
	width: 100%;
	margin: 0;
	padding: 10px;
	border: none;
}

#zando_ex > li > h4 {
	font-size: 14px;
	padding: 6px;
}

#zando_ex li > ol {
	font-size: 13px;
	margin: 10px;
}







/**  form  **/
#cnt_form {
	margin: 10px auto;
}	
	
#cnt_form > li {
	margin: 10px auto;
}	
	
/* テキスト入力 */
input[type="text"],
input[type="submit"],
input[type="reset"],
textarea {
	width: 95%;
	padding: 10px;
	font-size: 13px;
}

/* 送信ボタン */
input[type="reset"],
input[type="submit"] {
	padding: 10px;
	margin: 5px;
}

input[type="submit"] {
	font-size: 15px;
}









/****************************************************************
****************************************************************

 レイヤーメニュー

****************************************************************
*****************************************************************/
#smp_navi {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	line-height: 1.15em;
	color: #fff;
}

#smp_navi > span {
	font-size: 9px;
	cursor: pointer;
}

#smp_navi > span:before {
	display: block;
	font-family: "fontawesome";
	content: '\f0c9';
	font-size: 32px;
}



/*  モーダル設定  */
.modalBody {
	width:100%;
	max-height: 100%;
	padding: 10px;
	
	position: fixed;
	left: 0;
	top: 60px;
	
	background: rgba(220, 220, 220, 0.95);
	z-index:1000;
	overflow: auto;
}

/*  メニュー  */
#layer_menu > li {
	margin: 1px 0;
}

#layer_menu a {
	position: relative;
	padding: 1em 3em 1em 1em;
	border: 1px solid #e4dbd2;
	background: #fff;
	display: block;
	color: #333;
}

#layer_menu a:before {
	font-family: "fontawesome";
	content: '\f105';
	font-size: 24px;
	
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.5em;
}


/*  サブメニューボタン  */
#sub_menu_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	
	border: 1px solid #fff;
}


#sub_menu_list li {
	width: calc(50% - 0px);
	text-align: center;
	border-left: 1px solid #fff;
}

#sub_menu_list a {
	display: block;
	padding: 0.5em;
	font-size: 12px;
}


/*  閉じるボタン  */
.close {
	display: block;
	margin: 10px auto;
	text-align: right;
}

.close_btn {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	vertical-align: middle;

	padding: 0.5em;
	margin: auto;
	
	border: 1px solid #fff;
	background: #111;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

}