﻿@charset "utf-8";

/*====================================================================================
■00.common
■01.新着情報
■02.お問い合わせ
■03.SPHinx-SOLID
■04.SPHinx-FLOW
■05.SPHinx-POWDER
■06.会社概要
■07.事業概要
■08.解析事例
■09.解析受託サービス
====================================================================================*/

/*====================================================================================
■00.common
====================================================================================*/

#news,
#contact,
#SPHinx {
	margin: 0 auto;
}

h3.title01 {
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	background: url(../common_img/bg_title.jpg) top center no-repeat;
}
#contents h4 {
	margin: 0 auto 20px;
	text-align: center;
}
#contents h4.sty01 {
	text-align: center;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #89ABAC;
}
#contents h4.sty01 span {
	position: relative;
	display: inline-block 
}
#contents h4.sty01 span:after {
	position: absolute;
	bottom: -12px;
	left: 0px;
	width: 500px;
	height: 3px;
	content:'';
	background: #89ABAC;
}
@media all and (-ms-high-contrast: none) {
#contents h4.sty01 span:after {
	bottom: -19px;
}
}

#contents h4.sty02 {
	margin: 0 auto 50px;
	position: relative;
}
#contents h4.sty02:after {
	content:'';
	width: 150px;
	height: 3px;
	background: #CCDDDB;
	position: absolute;
	left: 50%; bottom: -20px;
	margin: 0 0 0 -75px;
}


.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title02 {
  text-align: left !important;
}
.title02::after {
  content: '';
  display: block;
  width: 500px;
  height: 3px;
  background-color: #89abac;
  margin: 23px 0 80px;
}
.sec01 {
  margin-bottom: 70px;
}
.title03 {
  margin-bottom: 46px;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}


/*
基本bloc-----------------------------------------------------*/

#contents p.noready {
	padding: 50px 0;
	text-align: center;
}
#contents .txt {
	overflow: hidden;
	zoom: 1;
}
#contents img.r01 {
	margin: 0 0 0 15px;
	float: right;
}
#contents img.l01 {
	margin: 0 15px 0 0;
	float: left;
}

/*
ページネーション----------------------------------------------*/

#pagenation ul li.prev {
	float: left;
	display: inline;
}
#pagenation ul li.next {
	float: right;
	display: inline;
}

/*
ぱんくず-----------------------------------------------------*/

#main ul.pan {
	max-width: 1000px;
	margin: 15px auto 30px;
	font-size: 14px;
}
#main ul.pan li {
	margin: 0 5px 0 0;
	vertical-align: top;
	display: inline;
}
#main ul.pan li a:after {
	margin: 0 0 0 10px;
	content:'\f101';
	font-family: FontAwesome;
	color: #333333 !important;
}
#main ul.pan li a {
	text-decoration: none;
}

/*
お問い合わせバナー----------------------------------------------*/

#contact_banner {
	width: px;
	margin: 30px auto 0;
	position: relative;
}
#contact_banner a {
	position: absolute;
	right: 0;
	top: 0;
}

/*====================================================================================
■01.新着情報
====================================================================================*/

#news section {
	width: 1000px;
	margin: 0 auto 50px;
	padding: 20px 0 0 0;
}
#news section .title {
	padding: 0 0 0 0;
	text-align: right;
	background: url(../common_img/line01.jpg) left top repeat-x;
}
#news section h4 {
	margin: 0 auto 20px;
	padding: 0 0 15px 0;
	font-size: 18px;
	text-align: left;
	color: #1b9491;
	border-bottom: 1px solid #CACACA;
}
#news section .title .date {
	width: 150px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #a2a2a2;
	display: inline-block;
}
#news .news_txt {
	xpadding: 0 0 15px 0;
}
#news .news_txt .txt {
	padding: 20px 0 0 0;
}
#news .news_txt .photo1 {
	margin: -40px 30px 0 0;
	background: #000000;
	position: relative;
	float: left;
}
#news .news_txt .photo1 img {
	width: 350px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
#news .news_txt .photo1 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}

#news .news_txt .photo1 a::after {
	position: absolute;
	content: '';
	display: block;
	bottom: 1px;
	right: 1px;
	width: 38px;
	height: 38px;
	background: #FFFFFF url(../information/images/icon.png) center center no-repeat;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90)";
}
#news #pagenation {
	max-width: 1000px;
	margin: 0 auto;
}

/*====================================================================================
■02.お問い合わせ
====================================================================================*/

#contact #sec01 {
	width: 1000px;
	margin: 0 auto 50px;
}
#contact #sec02 {
	width: 1000px;
	margin: 0 auto;
}
#contact p.txt01 {
	margin: 0 10px 20px;
}
#contact dl.bloc01 {
	margin: 0 10px;
}
#contact dl.bloc01 dt {
	margin: 0 0 10px 0;
	font-weight: bold;
}
#contact dl.bloc01 dd {
	margin: 0 auto;
}
#contact dl.bloc01 dd div {
	margin: 15px auto;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background: #EAEAEA;
}
#contact dl.bloc01 dd ul {
	padding: 15px;
	line-height: 2;
	background: #FFFFFF;
}
#contact dl.bloc01 dd ul li {
	padding: 0 0 0 30px;
	margin: 0 0 0 15px;
	position: relative;
}
#contact dl.bloc01 dd ul li:before {
	position: absolute;
	top: 0; left: 0;
	content:'\f14a';
	font-family: FontAwesome;
	color: #c1cbd2 !important;
}

#contact form {
	margin: 0 auto;
}
#contact form table.box01 {
	width: 100%;
	margin: 0 auto 15px;
}
#contact form table.box01 th,
#contact form table.box01 td {
	vertical-align: top;
	text-align: left;
}
#contact form table.box01 th {
	padding: 14px 50px 6px 10px;
	white-space: nowrap;
	background: #CCDDDB;
	border-bottom: 2px dotted #FFFFFF;
}
#contact form table.box01 tr:last-child th,
#contact form table.box01 tr:last-child td {
	border-bottom: none;
}
#contact form table.box01 th img.p01 {
	margin: 0 10px 0 0;
	vertical-align: inherit;
}
#contact form table.box01 td {
	width: 100%;
	padding: 10px;
	border-bottom: 2px dotted #DDDDDD;
}
#contact form table.box01 td span {
	margin: 0 0 0 10px;
}
#contact form table.box01 td ul li {
	display: inline;
}

/* 個人情報チェックあり */
#contact form div.form_check {
	margin: 0 auto 15px;
	padding: 20px;
	text-align: center;
	line-height: 24px;
	border: 5px double #CCDDDB;
}
#contact form div.form_check span {
	font-weight: bold;
}

/*====================================================================================
■03.SPHinx-SOLID
■04.SPHinx-FLOW
■05.SPHinx-POWDER
====================================================================================*/

#SPHinx #sec01 {
	width: 1000px;
	margin: 0 auto 50px;
}
#SPHinx #sec01 p.txt01 {
	margin: 0 auto 30px;
}
#SPHinx .sec01 .pic01 {
	margin: 0 30px 0 0;
	float: left;
}
#SPHinx .sec01 .pic01 img {
	padding: 15px;
	border: 1px solid #DDDDDD;
}
#SPHinx #sec01 .pic02 {
	margin: 30px auto 0;
}

#SPHinx .sec01 ul li {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	position: relative;
}
#SPHinx .sec01 ul li:before {
	position: absolute;
	top: 0; left: 0;
	content:'\f042';
	font-family: FontAwesome;
	color: #c1cbd2 !important;
}
#SPHinx #sec01 p {
	font-size: 16px;
}

#SPHinx #sec02 {
	margin: 0 auto 50px;
	padding: 30px 0;
	background: #4F9796 url(../common_img/bg01.jpg);
}
#SPHinx .sec02 {
	width: 1000px;
	margin: 0 auto;
}
#SPHinx .sec02 h5 {
	margin: 0 auto 30px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #FFFFFF;
}
#SPHinx .sec02 ul {
	width: 940px;
	margin: 0 auto;
}
#SPHinx .sec02 ul li {
	width: 470px;
	margin: 0 auto 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	position: relative;
}
#SPHinx .sec02 ul li:before {
	position: absolute;
	top: 0; left: -20px;
	content:'\f058';
	font-family: FontAwesome;
	color: #c1cbd2 !important;
}

#SPHinx .sec02 .area01 {
	width: 800px;
	margin: 30px auto 0;
	padding: 20px;
	background: #FFFFFF;
	xborder: 1px solid #CCCCCC;
	box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#SPHinx .sec02 .area01 p {
	font-size: 16px;
	text-align: center;
}
#SPHinx .sec02 .area01 .btn01 {
	width: 400px;
	margin: 20px auto 0;
	text-align: center;
}

#SPHinx #sec03 {
	width: 1000px;
	margin: 0 auto;
}
#SPHinx #sec03 .sec03 {
	width: 460px;
	margin: 0 20px;
	font-size: 16px;
	float: left;
}
#SPHinx #sec03 .sec03 h5 {
	margin: 0 auto 20px;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid #1C9492;
}
#SPHinx #sec03 .sec03 dl dt {
	margin: 0 0 10px 5px;
	font-weight: bold;
	font-size: 18px;
}
#SPHinx #sec03 .sec03 dl dt:before {
	margin: 0 9px 0 0;
	content:'\f0c5';
	font-family: FontAwesome;
	xcolor: #c1cbd2 !important;
}
#SPHinx #sec03 .sec03 dl dd {
	margin: 0 0 20px 0;
}
#SPHinx #sec03 .sec03 ul {
	margin: 0 0 0 20px;
}
#SPHinx #sec03 .sec03 ul li {
}
#SPHinx #sec03 .sec03 ul li:before {
	padding: 0 5px 0 0;
	content: '-';
}


/*====================================================================================
■06.会社概要
====================================================================================*/
#company .tbl01 th {
  color: #1b9491;
  padding-right: 60px;
  border-right: 1px solid #89abac;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
}
#company .tbl01 td {
  padding-left: 60px;
}
#company .tbl01 tr:not(:last-child) th,
#company .tbl01 tr:not(:last-child) td {
  padding-bottom: 2em;
  line-height: 2.25;
}
#company .gmap {
  margin-bottom: 40px;
}
.bnr_product {
  background: #4F9796 url(../common_img/bg01.jpg);
  padding: 80px 0;
}
.bnr_product .title04 {
	text-align: left !important;
  border-bottom: 1px solid #FFF;
  padding-bottom: 16px;
}
.bnr_product ul {
  font-size: 0;
}
.bnr_product li {
	display: inline-block;
  /*c1.41:3.3 
  width: 300px;
  height: 200px; */
  width: 225px;
  height: 150px; /*c1.41:3.3*/
  background-color: #FFF;
  /*c1.41:3.3 
  padding: 45px 15px 75px; */
  padding: 33px 11px 56px;
  box-sizing: border-box;
  text-align: center;
  background: url(../company/images/bg_bnr01.png) no-repeat;
}
.bnr_product li:not(:last-child) {
  /*c1.41:3.3margin-right: 50px; */
  margin-right: 32px;
}
.bnr_product a {
  display: block;
  background-color: rgba(27, 148, 145, .6);
  padding: 0 15px;
  margin-top: 15px;
}
.bnr_product img {
	max-width: 100%;
}


/*====================================================================================
■07.事業概要
====================================================================================*/
#about p {
	margin-bottom: 1em;
}
#about .sec01 {
  margin-top: 70px;
}
.sec_about {
  background: #4F9796 url(../common_img/bg01.jpg);
  padding: 80px 0;
}
.sec_about ul {
  display: flex;
  justify-content: space-between;
}
.sec_about li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  background-color: #FFF;
  text-align: center;
}
.sec_about li div {
  padding: 27px 15px 0 15px;
  align-self: stretch;
}
.sec_about a {
	display: block;
  position: relative;
}
.sec_about a::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 270px;
  height: 68px;
  border: 1px solid #FFF;
  box-sizing: border-box;
}
.sec_about li .title05 {
  margin: 15px 0;
}
.sec_about li p {
	margin-bottom: 1em;
  text-align: left;
}
.sec_about img {
  max-width: 100%;
}

#about .consulting {
  border: 3px solid #1b9491;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px 30px 30px 100px;
  text-align: center;
}
#about .consulting .title {
  text-align: left;
  margin-bottom: 45px;
}
#about .consulting p {
  text-align: left;
}
#about .consulting a {
  display: inline-block;
  margin-top: 15px;
}

/*====================================================================================
■08.解析事例
====================================================================================*/

/* 一覧
------------------------------------------------------------------------- */
#case .case_wrapper {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
}
#case .case_wrapper .case_cate {
	width: 252px;
	margin-right: 28px;
}
#case .case_wrapper .case_cate ul {
	border-bottom: 1px solid #AFCDCD;
}
#case .case_wrapper .case_cate ul li a.btn_hover3 {
	width: 250px;
	display: block;
	border-top: 1px solid #AFCDCD;
	border-right: 1px solid #AFCDCD;
	border-left: 1px solid #AFCDCD;
}
#case .case_box {
	width: 720px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#case .case_box .box01 {
	width: 346px;
	margin-bottom: 28px;
}
#case .case_box .box01 .photo img {
	width: 346px;
	text-align: center;
}
#case .case_box .box01 .photo a:hover img {
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;
}
#case .case_box .box01 .photo a:hover img {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
#case .case_box .box01 h5 {
	margin: 10px auto 0;
	font-size: 18px;
	text-align: center;
	position: relative;
}
#case .case_box .box01 h5 span {
	font-size: 14px;
}
#case .case_box .box01 h5 a {
	color: #1C9492;
	text-decoration: none;
}
#case .case_box .box01 h5 a span {
	color: #000000;
}
#case .case_box .box01 h5 a:hover {
	color: #0066FF;
	text-decoration: none;
}
x#case .case_box .box01 h5::before {
	content: '';
	margin-left: -50px;
	width: 100px;
	height: 2px;
	background: #1C9492;
	position: absolute;
	bottom: 0;
	left: 50%;
}
x#case .case_box .box01 h5::after {
	content: "";
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #1C9492 transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 50%;
}

#case .case_box .box01 .txt {
	margin: 15px auto 0;
	text-align: center;
}

#case #sec01 {
	margin: 50px auto 50px;
	padding: 30px 0;
	background: #4F9796 url(../common_img/bg01.jpg);
}
#case #sec01 .sec01 {
	width: 1000px;
	margin: 0 auto;
}
#case #sec01 .sec01 h5 {
	margin: 0 auto 30px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #FFFFFF;
}
#case #sec01 .sec01 .area01 {
	width: 1000px;
	margin: 30px auto 0;
	padding: 20px;
	background: #FFFFFF;
	xborder: 1px solid #CCCCCC;
	box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#case #sec01 .sec01 .area01 ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
#case #sec01 .sec01 .area01 ul li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* 詳細
------------------------------------------------------------------------- */
#case .case_detail_wrapper {
	width: 1000px;
	margin: 0 auto;
}
#case .case_detail_wrapper h4 {
	margin: 0 auto 30px;
	padding: 10px;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	background: #1b9491;
	position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#case .case_detail_wrapper h4:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #1b9491 transparent transparent transparent;
}

#case .case_detail_wrapper .detail_box01 {
	width: 1000px;
	margin: 0 auto 30px;
}
#case .case_detail_wrapper .detail_box01 h5 {
	margin: 0 auto 10px;
	padding: 0 0 5px 1.5em;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	background: url(../common_img/line01.jpg) left bottom repeat-x;
	position: relative;
}
#case .case_detail_wrapper .detail_box01 h5:before {
	position: absolute;
	top: -5px; left: 0;
	content:'\f24d';
	font-family: FontAwesome;
	font-size: 24px;
}
#case .case_detail_wrapper .detail_box01 .box01 {
	padding: 0 10px;
	display: flex;
	flex-wrap: nowrap;
	line-height: 2;
}
#case .case_detail_wrapper .detail_box01 .photo1 {
	margin: 0 30px 0 0;
	position: relative;
}
#case .case_detail_wrapper .detail_box01 .photo1 img {
	width: 350px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
#case .case_detail_wrapper .detail_box01 .photo1 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}
#case .case_detail_wrapper .detail_box01 .photo1 a::after {
	position: absolute;
	content: '';
	display: block;
	bottom: 1px;
	right: 1px;
	width: 38px;
	height: 38px;
	background: #FFFFFF url(../information/images/icon.png) center center no-repeat;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90)";
}

#case .case_detail_wrapper .back {
	width: 280px;
	margin: 80px auto 30px;
	text-align: center;
}

#case #sec01 .sec02 {
	width: 1000px;
	margin: 0 auto;
}
#case #sec01 .sec02 .area01 {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 30px;
	background: #FFFFFF;
	xborder: 1px solid #CCCCCC;
	box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#case #sec01 .sec02 .area01 h5 {
	margin: 0 auto 15px;
	font-size: 20px;
	text-align: center;
	color: #1b9491;
}
#case #sec01 .sec02 .area01 ul {
	display: flex;
	flex-wrap: wrap;
}
#case #sec01 .sec02 .area01 ul li {
	width: 290px;
	margin: 0 11px 10px;
	text-align: center;
}

#case .sec03 {
	width: 1000px;
	margin: 0 auto;
}
#case .sec03 h4 {
	margin: 0 auto 20px;
}
#case .sec03 h5 {
	margin: 0 auto 20px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
#case .sec03 .box01 {
	width: 800px;
	margin: 0 auto;
	padding: 5px 20px 10px 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #AFCDCD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#case .sec03 .box01 p {
	margin: 0 20px;
	font-size: 16px;
}
#case .sec03 .box01 p span {
	font-size: 26px;
	font-weight: bold;
}
#case .sec03 .box01 .btn01 a {
	height: 50px;
	display: flex;
	align-items: center;
}

/*====================================================================================
■09.解析受託サービス
====================================================================================*/

#consulting section {
	margin: 0 auto 50px;
}
#consulting section:last-of-type {
	margin: 0 auto;
}

#consulting .sec01 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#consulting .sec01 p {
	margin: 0 30px 0 0;
	font-size: 16px;
}

#consulting .sec02 h4 {
	margin: 0 auto 50px !important;
}
#consulting .sec02 .area01 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#consulting .sec02 .area01 .txt_area {
	width: 550px;
}
#consulting .sec02 .area01 dl dt {
	font-size: 20px;
	margin: 0 auto 10px;
	padding: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 1px dotted #333333;
}
#consulting .sec02 .area01 dl dt span {
	font-size: 28px;
	color: #FF0000;
}
#consulting .sec02 .area01 dl dd {
	font-size: 16px;
	margin: 0 0 20px 40px;
}
#consulting .sec02 .area01 dl dd ul li:before {
	margin: 0 5px 0 0;
	content:'\f0c5';
	font-family: FontAwesome;
}
#consulting .sec02 .area01 ul.t01 {
	width: 420px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#consulting .sec02 .area01 ul.t01 li {
	width: 200px;
	margin-bottom: 20px;
}

#consulting .sec03 {
	margin: 0 auto 50px;
	padding: 30px 0;
	background: #4F9796 url(../common_img/bg01.jpg);
}
#consulting .sec03 h4 {
	font-size: 24px;
	color: #FFFFFF;
}
#consulting .sec03 .btn01 {
	width: 450px;
	margin: 30px auto 0;
	text-align: center;
}
#consulting .sec04 {
	width: 1000px;
	margin: 0 auto;
}
#consulting .sec04 h4 {
	margin: 0 auto 20px;
}
#consulting .sec04 h5 {
	margin: 0 auto 20px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
#consulting .sec04 .box01 {
	width: 800px;
	margin: 0 auto;
	padding: 5px 20px 10px 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #AFCDCD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#consulting .sec04 .box01 p {
	margin: 0 20px;
	font-size: 16px;
}
#consulting .sec04 .box01 p span {
	font-size: 26px;
	font-weight: bold;
}
#consulting .sec04 .box01 .btn01 a {
	height: 50px;
	display: flex;
	align-items: center;
}