@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :http://www.office-q.com/(admin)
 style info :共通（ヘッダー、フッター）
=================================================================== */

/* -----------------------------------------------------------
	/
----------------------------------------------------------- */
.top .info1,
.top .info2,
.top .info3,
.top .info4,
.top .info5,
.top .info6,
.top .info7,
.top .info8,
.single .info,
.page .info,
.notfound .info {
	width: 100%;
	padding-bottom: 45px;
}
.top .info1 section,
.top .info2,
.top .info3 section,
.top .info4,
.top .info5 section,
.top .info6,
.top .info7 section,
.top .info8,
.single .title,
.single .info1,
.page .title,
.page .info1,
.notfound .info {
	width: 100%;
	min-width: 980px;
	max-width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.top .info1,
.top .info3,
.top .info5,
.top .info7,
.single .info,
.page .info {
	background: #f4f4f4;
}
.single .info,
.page .info {
	margin-bottom: 45px;
}
.top h1#news,
.top h1#about_us,
.top h1#service,
.top h1#service1,
.top h1#service2,
.top h1#case,
.top h1#access {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 30px;
}
.top .info .carousel-info {
	position: absolute;
	z-index: 1050;
	text-align: center;
	width: 100%;
}
.top .info .carousel-info .carousel-info-area {
	min-width: 980px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.top .info .carousel-info .carousel-info-area h1 {
	margin-top: 10%;
	margin-bottom: 5%;
}
.top .info .carousel-info .carousel-info-area h1 img {
	max-width: 116px;
}
.top .info .carousel-info .carousel-info-area .font30 {
	margin-bottom: 2%;
	line-height: 160%;
}
.top .info .carousel-info .carousel-info-area .font24 {
	width: 70%;
	margin-bottom: 1.5%;
	line-height: 140%;
}
.top .info .carousel-info .carousel-info-area .font16 {
	margin-bottom: 1%;
}
.top .info .carousel-info .carousel-info-area .font16 a.hvr-sweep-to-right {
	border: 1px solid #ffffff;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top .info .carousel-info .carousel-info-area dl {
	margin-bottom: 2%;
}
.top .info .carousel-info .carousel-info-area dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 100%;
}
.top .info .carousel-info .carousel-info-area dl dd {
	border-top: 1px solid #FFF;
	display: inline-block;
}
.top .info .carousel-indicators {
	position: relative;
	width: 100%;
	bottom: 50px;
	left: 0px;
	padding-left: 0;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
.top .info .carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 0px 15px 0px 0px;
	background-color: #828281 \9;
	background-color: rgba(130, 130, 129, 1);
	border: none;
	border-radius: 15px;
}
.top .info .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0px 15px 0px 0px;
	background-color: #6b90a6;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0s ease-in-out left;
		 -o-transition: 0s ease-in-out left;
			transition: 0s ease-in-out left;
}
.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	animation: fadeIn 1.5s ease 0s 1 normal;
  }
  @keyframes fadeIn { 
	  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
	  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
  }
  .carousel-inner > .next,
  .carousel-inner > .prev,
  .carousel-inner > .active.left,
  .carousel-inner > .active.right,
  .carousel-inner > .item.active.right {
	animation: fadeOut 1.5s ease 0s 1 normal;
  }
  @keyframes fadeOut { 
	  0% {opacity: 1} /*アニメーション開始時は不透明度0%*/
	  100% {opacity: 0} /*アニメーション終了時は不透明度100%*/
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
	line-height: 1;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
	  -webkit-transition: -webkit-transform 0s ease-in-out;
		   -o-transition:      -o-transform 0s ease-in-out;
			  transition:         transform 0s ease-in-out;
  
	  -webkit-backface-visibility: hidden;
			  backface-visibility: hidden;
	  -webkit-perspective: 1000px;
			  perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
	  left: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
	  left: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
	  left: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
	display: block;
  }
  .carousel-inner > .active {
	left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
  }
  .carousel-inner > .next {
	left: 0;
  }
  .carousel-inner > .prev {
	left: 0;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
	left: 0;
  }
  .carousel-inner > .active.left {
	left: 0;
  }
  }
  .carousel-inner > .active.right {
	left: 0;
  }
}
.top .info1 .list {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
.top .info1 .list a {
	display: table;
	width: 100%;
	padding: 20px;
}
.top .info1 .list a:hover {
	text-decoration: none;
	background: #FFF;
}
.top .info1 .list a div {
	display: table-cell;
}
.top .info1 .list a .box h2 {
	line-height: 140%;
	padding-bottom: 10px;
}
.top .info1 .list a .more {
	width: 20%;
	border-left: 1px solid #CCC;
	vertical-align: middle;
}
.top .info1 .list a .more p {
	text-align: center;
}
.top .info1 p {
	padding-bottom: 5px;
}
.top .info1 .hvr-sweep-to-right {
	border: 1px solid #cccccc;
}
.top .info2 h2,
.top .info2 .font28,
.top .info2 dl {
	text-align: center;
	line-height: 120%;
}
.top .info2 h2 {
	padding-bottom: 15px;
}
.top .info2 .font28 {
	padding-bottom: 20px;
}
.top .info2 dl {
	padding-left: 10px;
	padding-right: 10px;
}
.top .info2 dl dt {
	padding-bottom: 20px;
}
.top .info2 dl dd img {
	max-width: 58px;
}
.top .info2 dl dd {
	text-align: left;
	padding-bottom: 20px;
}
.top .info2 .box {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #D0EDED;
	padding: 30px 30px 20px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	/*border: 1px solid #CCC;*/
}
.top .info2 .box p {
	padding-left: 0.5em;
}
.top .info2 .box ol {
	padding-bottom: 1em;
	padding-left: 1.5em;
}
.top .info2 .box ol li {
	list-style: decimal outside;
}
.top .info2 ul {
	text-align: center;
	letter-spacing: -.40em;
	padding-bottom: 20px;
}
.top .info2 ul li {
	display: inline-block;
	width: 33%;
	letter-spacing: normal;
}
.top .info2 ul li a {
	display: block;
	width: 310px;
	height: 290px;
	/*border: 1px solid #CCC;*/
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #333;
}
.top .info2 ul li a p {
	position: absolute;
	text-align: center;
	width: 310px;
	z-index: 1000;
	padding-top: 40px;
	line-height: 160%;
}
.top .info3 h2 {
	padding-bottom: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}
.top .info3 .box,
.top .info3 .box2,
.top .info3 .box3,
.top .info3 .box4 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ffffff;
	padding: 30px 30px 20px;
	margin-bottom: 45px;
	margin-right: 10px;
	margin-left: 10px;
}
.top .info3 .box p,
.top .info3 .box1 p,
.top .info3 .box2 p,
.top .info3 .box3 p,
.top .info3 .box4 p {
	line-height: 160%;
}
.top .info3 .box p .img {
	margin-left: 20px;
	float: right;
}
.top .info3 .box p .img img {
	max-width: 150px;
}
.top .info3 .box1 {
	background: #ffffff;
	padding: 30px;
	border: 1px solid #6b90a6;
	margin-bottom: 45px;
}
.top .info3 .box1 ol {
	padding-left: 30px;
	padding-bottom: 30px;
	counter-reset: li;
}
.top .info3 .box1 ol li {
	list-style: none;
	padding-bottom: 0.6em;
}
.top .info3 .box1 ol li::before,
.top .info3 .box4 h3 span span {
	margin-right: .5em;
	counter-increment: li;
	content: counter(li);
	display: inline-block;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	font-size: 20px;
	background: #6b90a6;
	color: #FFF;
	font-weight: bold;
}
.top .info3 .box1 ul {
	list-style: none;
	letter-spacing: -.40em;
}
.top .info3 .box1 ul li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	letter-spacing: normal;
}
.top .info3 .box1 ul li p {
	padding-right: 15px;
	padding-left: 15px;
}
.top .info3 .box1 ul li p.area_center {
	padding-bottom: 1.5em;
}
.top .info3 .box1 ul li span,
.top .info3 .box2 div h3 span,
.top .info3 .box4 .process ol li div span {
	display: inline-block;
	line-height: 45px;
	text-align: center;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	font-size: 25px;
	background: #6b90a6;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.top .info3 .box1 ul li p.font18 {
	min-height: 70px;
	word-break: break-all;
}
.top .info3 .box1 ul li p.font15 {
	min-height: 260px;
}
.top .info3 .box1 ol li p.img {
	margin-left: 15px;
	margin-right: 15px;
}
.top .info3 .box2 div h3 {
	width: 25%;
	text-align: center;
	float: left;
	border-right: 1px solid #6b90a6;
	margin-bottom: 30px;
	line-height: 120%;
}
.top .info3 .box2 div h3 strong {
	display: block;
	padding: 10px 15px;
}
.top .info3 .box2 div h3 img {
	width: calc(100% / 3);
}
.top .info3 .box2 div p {
	float: right;
	width: 70%;
	line-height: 160%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.top .info3 .box3 ul {
	letter-spacing: -.40em;
}
.top .info3 .box3 ul li {
	display: inline-block;
	width: 25%;
	letter-spacing: normal;
	list-style: none;
	position: relative;
	padding-left: 20px;
	vertical-align: top;
}
.top .info3 .box3 ul li dl {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.top .info3 .box3 ul li dl dt {
	padding-bottom: 0.5em;
}
.top .info3 .box3 ul li:nth-child(2) dl::before,
.top .info3 .box3 ul li:nth-child(3) dl::before,
.top .info3 .box3 ul li:nth-child(4) dl::before {
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 2px #6b90a6;
	border-right: solid 2px #6b90a6;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 31%;
	left: -17px;
}
.top .info3 .box3 ul li:first-child dl {
	background: #1a2843;
}
.top .info3 .box3 ul li:nth-child(2) dl {
	background: #38434f;
}
.top .info3 .box3 ul li:nth-child(3) dl {
	background: #727171;
}
.top .info3 .box3 ul li:nth-child(4) dl {
	background: #6b90a6;
}
.top .info3 .box3 ul li ol {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.top .info3 .box3 ul li ol li {
	display: list-item;
	width: 100%;
	letter-spacing: normal;
	list-style: disc outside;
	position: static;
	padding-left: 0px;
	padding-bottom: 0px;
}
.top .info3 .box4 h3 {
	padding-bottom: 0.6em;
}
.top .info3 .box4 h3 span {
	background: #1a2843;
	display: inline-block;
	padding: 5px 10px;
}
.top .info3 .box4 h3 span span {
	padding: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.top .info3 .box4 h3 strong {
	padding-left: 10px;
}
.top .info3 .box4 p {
	padding-bottom: 1em;
}
.top .info3 .box4 h4 {
	border-bottom: 1px solid #CCC;
	line-height: 160%;
	margin-bottom: 0.6em;
}
.top .info3 .box4 ul {
	padding-bottom: 30px;
	padding-left: 20px;
}
.top .info3 .box4 ul li {
	line-height: 160%;
}
.top .info3 .box4 .process ol li {
	padding: 0px 0px 0px 15px;
	margin-bottom: 30px;
	border: 1px solid #6b90a6;
	list-style: none;
}
.top .info3 .box4 .process ol li img {
	max-width: 150px;
	float: right;
}
.top .info3 .box4 .process ol li div {
	width: 700px;
	float: left;
}
.top .info3 .box4 .process ol li div p {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0px;
	height: 100px;
}
.top .info3 .box4 .process ol li div p span {
	display: inline-block;
	margin-right: 10px;
}
.top .info3 .box4 .process ol li:nth-child(2):before,
.top .info3 .box4 .process ol li:nth-child(3):before,
.top .info3 .box4 .process ol li:nth-child(4):before {
}
.top .info3 .box4 .process1,
.top .info3 .box4 .process2,
.top .info3 .box4 .process3 {
	border: 1px solid #6b90a6;
	margin-bottom: 45px;
}
.top .info3 .box4 .process1 h4,
.top .info3 .box4 .process2 h4,
.top .info3 .box4 .process3 h4 {
	background: #6b90a6;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
.top .info3 .box4 .process1 ul,
.top .info3 .box4 .process2 ul {
	padding-left: 20px;
	margin-left: 30px;
	padding-bottom: 20px;
	float: left;
	width: 650px
}
.top .info3 .box4 .process1 ul li,
.top .info3 .box4 .process2 ul li {
	padding-bottom: 5px;
	list-style: disc outside;
}
.top .info3 .box4 .process1 img,
.top .info3 .box4 .process2 img {
	max-width: 180px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
.top .info3 .box4 .process1_lightbox {
	padding-bottom: 10px;
}
.top .info3 .box4 .process1_lightbox ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	letter-spacing: -0.4em;
}
.top .info3 .box4 .process1_lightbox ul li {
	width: 20%;
	letter-spacing: normal;
	display: inline-block;
}
.top .info3 .box4 .process1_lightbox ul li img {
	width: 100%;
}
.top .info3 .box4 .process3 ul {
	letter-spacing: -.40em;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
.top .info3 .box4 .process3 ul li {
	display: inline-block;
	width: 20%;
	letter-spacing: normal;
	list-style: none;
	padding-left: 20px;
	vertical-align: top;
	text-align: center;
}
.top .info3 .box4 .process3 ul li span {
	display: table-cell;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
.top .info3 .box4 .process3 ul li span img {
	width: calc(100% / 3);
	margin-right: auto;
	margin-left: auto;
}
.top .info4 .number,
.top .info5 .number {
	text-align: center;
}
.top .info4 .number strong,
.top .info5 .number strong {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	font-size: 44px;
	line-height: 60px;
	font-weight: normal;
}
.top .info4 .number strong {
	background: #6b90a6;
}
.top .info5 .number strong {
	background: #de7a00;
}
.top .info4 h2,
.top .info5 h2 {
	padding-bottom: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	padding-top: 30px;
}
.top .info4 h3,
.top .info5 h3 {
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 140%;
}
.top .info4 ul,
.top .info5 ul,
.top .info6 ul {
	text-align: center;
	letter-spacing: 0.8em;
}
.top .info6 ul {
	padding-left: 5%;
	padding-right: 5%;
}
.top .info4 ul li,
.top .info5 ul li,
.top .info6 ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.top .info4 ul li,
.top .info5 ul li {
	width: 32.3%;
}
.top .info6 ul li {
	width: 40%;
	text-align: center;
}
.top .info4 ul li div,
.top .info5 ul li div {
	padding-top: 5px;
	padding-bottom: 5px;
	display: table-cell;
	text-align: center;
	min-width: 320px;
	vertical-align: middle;
	height: 150px;
	min-height: 150px;
}
.top .info4 ul li div {
	background: url(images/common/bg.jpg) repeat left top;
}
.top .info5 ul li div {
	background: url(images/common/bg1.jpg) repeat left top;
}
.top .info6 ul li div img,
.top .info6 ul li p {
	max-width: 310px;
}
.top .info4 ul li div p,
.top .info5 ul li div p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 91.5%;
	line-height: 140%;
}
.top .info6 ul li p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 140%;
}
.top .info6 ul li div {
	display: block;
	width: 310px;
	height: 290px;
	border: 1px solid #CCC;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #333;
}
.top .info6 ul li a:hover {
	text-decoration: none;
}
.top .info6 p {
	line-height: 160%;
	padding-bottom: 30px;
}
.top .info6 h2 {
	border-bottom: 1px solid #6b90a6;
	line-height: 160%;
	font-weight: bold;
	margin-bottom: 1em;
}
.top .info6 .box {
	padding-bottom: 30px;
}
.top .info6 .box dl {
	width: 100%;
	display: table;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.top .info6 .box dl:first-of-type  {
	border-top: 1px solid #CCC;
}
.top .info6 .box dl dt,
.top .info6 .box dl dd {
	display: table-cell;
}
.top .info6 .box dl dt,
.top .info6 .box dl dd {
	padding: 10px;
}
.top .info6 .box dl dt {
	width: 20%;
	border-right: 1px solid #CCC;
}
.top .info6 .box dl dd:first-of-type {
	border-right: 1px solid #CCC;
	width: 20%;
}
.top .info6 .box dl dd {
	width: 70%;
}
.top .info7 .ggmap {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}
.top .info7 .ggmap iframe,
.top .info7 .ggmap object,
.top .info7 .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-style: none;
	padding-bottom: 30px;
}
/* -----------------------------------------------------------
	single
----------------------------------------------------------- */
.single .title,
.page .title {
	padding-top: 30px;
	width: 100%;
}
.single .title h1,
.page .title h1 {
	float: left;
	padding-bottom: 30px;
}
.single .title p,
.page .title p {
	float: right;
	padding-bottom: 30px;
}
.single .info,
.page .info {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.single .info h1,
.page .info h1 {
	max-width: 980px;
}
.single .info1,
.page .info1 {
	padding-bottom: 30px;
}
/* -----------------------------------------------------------
	company
----------------------------------------------------------- */
.page-message .page_nav,
.page-company .page_nav,
.page-member .page_nav {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: -.40em;
	padding-bottom: 30px;
	clear: both;
}
.page-message .page_nav,
.page-company .page_nav,
.page-member .page_nav {
	margin-bottom: 20px;
}
.page-message .page_nav li,
.page-company .page_nav li,
.page-member .page_nav li {
	display: inline-block;
	width: 33%;
	letter-spacing: normal;
}
.page-message .page_nav li a,
.page-company .page_nav li a,
.page-member .page_nav li a {
	border: 1px solid #7b9caf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	padding: 10px 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.page-message .page_nav li a:hover,
.page-company .page_nav li a:hover,
.page-member .page_nav li a:hover {
	text-decoration: none;
	background: #7b9caf;
	color: #FFF;
}
.page-message .page_nav li a p,
.page-company .page_nav li a p,
.page-member .page_nav li a p {
	float: none;
	padding-bottom: 0px;
}
.page-company .info1 h3 {
	padding-bottom: 20px;
}
.page-company .info1 table th {
	width: 20%;
}
.page-company .info1 table td p {
	padding-bottom: 1em;
}
/* -----------------------------------------------------------
	message
----------------------------------------------------------- */
.page-message .info1 p {
	padding-bottom: 1em;
}
/* -----------------------------------------------------------
	member
----------------------------------------------------------- */
.page-member .info1 ul {
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.page-member .info1 ul li {
	width: 20%;
	list-style: none;
	text-align: center;
}
.page-member .info1 ul li a:hover {
	text-decoration: none;
}
.page-member .info1 ul li img {
	max-width: 163px;
	display: block;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.page-member .info1 section {
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 30px;
}
.page-member .info1 h3 {
	padding-bottom: 20px;
}
.page-member .info1 p {
	padding-bottom: 1em;
}
/* -----------------------------------------------------------
	notfound
----------------------------------------------------------- */
.notfound .info {
	text-align: left;
	background: #ffffff;
}
/* -----------------------------------------------------------
	client
----------------------------------------------------------- */
.client .info1 {
	display: flex;
	width: 100%;
}
.client side {
	min-width: 220px;
	margin-right: 30px;
}
.client side h3 {
	font-weight: bold;
	border-bottom: 1px dotted #6b90a6;
	margin-bottom: 20px;
	line-height: 160%;
	padding-bottom: 5px;
}
.client side ul {
	margin-bottom: 40px;
}
.client side ul li {
	margin-left: 1.2em;
}
.client section {
	width: 100%;
	display: block;
}
.top .info8 h2 {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #6b90a6;
	margin-bottom: 20px;
	line-height: 160%;
}
.client .list,
.top .info8 .list {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #6b90a6;
}
.client .list a,
.top .info8 .list a {
	display: block;
	text-decoration: none;
}
.title_term h2 {
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: 1px dotted #333333;
	padding-bottom: 10px;
}
.client .list h2,
.client .detail h2,
.top .info8 .list h2 {
	border-bottom: 1px solid #6b90a6;
	margin-bottom: 20px;
	line-height: 160%;
	padding-bottom: 5px;
}
.client .list .box,
.top .info8 .list .box {
	display: flex;
	justify-content: space-between;
}
.client .list .box .icatch,
.top .info8 .list .box .icatch {
	margin-right: 30px;
}
.client .list .box .icatch img,
.top .info8 .list .box .icatch img {
	max-width: 200px;
	border: 1px solid #CCC;
}
.client .list a .box .area p.font16:hover,
.top .info8 .list .box .area p.font16:hover {
	text-decoration: underline;
}
.client .list a .box .area p.font16,
.top .info8 .list .box .area p.font16 {
	padding-bottom: 15px;
	line-height: 170%;
}
.client .list a .box .area .more,
.top .info8 .list .box .area .more {
	text-align: right;
	margin-right: 25px;
}
.client .sub dl {
	display: flex;
	justify-content: flex-end;
	background: #E8E8E8;
	padding: 10px;
	margin-bottom: 30px;
}
.client .sub dl dt {
	font-weight: normal;
	margin-right: 2em;
}
.client .detail {
	width: 100%;
	margin-bottom: 40px;
}
/* -----------------------------------------------------------
	pagenavi
----------------------------------------------------------- */
.pagenavi {
    margin: 0 auto;
    line-height:2em;
    text-align:center;
	margin-bottom: 60px;
}
.pagenavi a {
	text-decoration: none;
}
.pagenavi a.page-numbers,
.pagenavi .current {
	border: solid 1px #ccc;
	text-decoration: none;
	padding: 10px 15px;
	margin-right: 5px;
	margin-left: 5px;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #6b90a6;
}
.pagenavi .current{
    color: white;
    background: #6b90a6;
    border-color: #6b90a6;
    font-weight:bold:
}
.pagenavi .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
}
@media (max-width: 767px) {	
/* -----------------------------------------------------------
	/
----------------------------------------------------------- */
.top .info1 section,
.top .info2,
.top .info3 section,
.top .info4,
.top .info5 section,
.top .info6,
.top .info7 section,
.top .info8,
.single .title,
.single .info1,
.page .title,
.page .info1,
.notfound .info {
	width: 95%;
	min-width: 95%;
	max-width: 100%;
}
.top .info .carousel-info {
	top: 2%;
	left: 0px;
}
.top .info .carousel-info .carousel-info-area {
	min-width: 100%;
	max-width: 100%;
}
.top .info .carousel-info .carousel-info-area .font16,
.top .info .carousel-info .carousel-info-area .font16 a.hvr-sweep-to-right,
.top .info .carousel-info .carousel-info-area dl,
.top .info .carousel-info .carousel-info-area dl dt,
.top .info .carousel-info .carousel-info-area dl dd {
	display: none;
}
.top .info .carousel-info .carousel-info-area h1 {
	margin-top: 5%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}
.top .info .carousel-info .carousel-info-area h1 img {
	max-width: 80px;
}
.top .info .carousel-info .carousel-info-area .font30 {
	font-size: 16px;
	line-height: 160%;
	margin-left: 2%;
	margin-right: 2%;
}
.top .info .carousel-info .carousel-info-area .font18  {
	font-size: 14px;
	padding-left: 10px;
}
.top .carousel-indicators {
	display: none;
}
.top .info1 .list {
}
.top .info1 .list a {
	display: block;
}
.top .info1 .list a div {
	display: block;
}
.top .info1 .list a .more {
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: none;
	padding-top: 10px;
}
.top .info1 .area_right {
	text-align: center;
}
.top .info2 dl dd.font18 {
	text-align: left;
	padding-right: 0%;
	padding-left: 0%;
}
.top .info2 .box {
	padding: 2em 2% 2% 1em;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
}
.top .info2 ul {
	letter-spacing: normal;
	padding-bottom: 0px;
	overflow: hidden;
}
.top .info2 ul li {
	display: block;
	width: 100%;
	padding-bottom: 30px;
}
.top .info2 ul li a {
	max-width: 310px;
	width: 100%;
	height: auto;
}
.top .info3 .box,
.top .info3 .box2,
.top .info3 .box3,
.top .info3 .box4 {
	padding: 30px 4% 20px;
	margin-right: 1%;
	margin-left: 1%;
}
.top .info3 .box p .img {
	margin-left: 0px;
	margin-bottom: 10px;
	float: none;
	text-align: center;
	display: block;
}
.top .info3 .box p .img img {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.top .info3 .box1 {
	padding: 30px 4%;
}
.top .info3 .box1 ol {
	padding-left: 0px;
}
.top .info3 .box1 ul {
}
.top .info3 .box1 ul li {
	display: block;
	width: 100%;
	padding-bottom: 30px;
}
.top .info3 .box1 ul li p {
	padding-right: 0px;
	padding-left: 0px;
}
.top .info3 .box1 ul li p.font18 {
	min-height: inherit;
	word-break: normal;
}
.top .info3 .box1 ul li p.font15 {
	min-height: inherit;
	padding-bottom: 1em;
}
.top .info3 .box1 ol li p.img {
	text-align: center;
}
.top .info3 .box2 div h3 {
	width: 100%;
	float: none;
	border-right: none;
	border-bottom: 1px solid #6b90a6;
	padding-bottom: 30px;
}
.top .info3 .box2 div h3 img {
}
.top .info3 .box2 div p {
	float: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
}
.top .info3 .box3 ul {
	text-align: center;
}
.top .info3 .box3 ul li {
	display: block;
	width: auto;
	padding-left: 0px;
	padding-bottom: 30px;
}
.top .info3 .box3 ul li dl {
	display: inline-block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.top .info3 .box3 ul li dl dt {
	padding-top: 20px;
}
.top .info3 .box3 ul li:nth-child(2) dl::before,
.top .info3 .box3 ul li:nth-child(3) dl::before,
.top .info3 .box3 ul li:nth-child(4) dl::before {
	border-top: none;
	border-right: none;
}
.top .info3 .box3 ul li ol {
	text-align: left;
}
.top .info3 .box3 ul li ol li {
	width: auto;
}
.top .info3 .box4 .process ol li {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.top .info3 .box4 .process ol li img {
	max-width: 200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.top .info3 .box4 .process ol li div {
	width: 100%;
	float: none;
}
.top .info3 .box4 .process ol li div p {
	display: block;
	vertical-align: top;
	padding-bottom: 10px;
	height: auto;
}
.top .info3 .box4 .process ol li div p.font16 {
	text-align: left;
}
.top .info3 .box4 .process ol li div p span {
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
}
.top .info3 .box4 .process1,
.top .info3 .box4 .process2 {
	text-align: center;
	padding-bottom: 10px;
}
.top .info3 .box4 .process1 ul,
.top .info3 .box4 .process2 ul {
	padding-right: 0px;
	padding-left: 20px;
	margin-left: 2%;
	margin-right: 2%;
	float: none;
	text-align: left;
	width: auto;
}
.top .info3 .box4 .process1 img,
.top .info3 .box4 .process2 img {
	float: none;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
}
.top .info3 .box4 .process3 ul {
	padding-right: 2%;
	padding-left: 2%;
}
.top .info3 .box4 .process3 ul li {
	display: block;
	width: 100%;
	letter-spacing: normal;
	list-style: none;
	padding-left: 20px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 30px;
}
.top .info3 .box4 .process3 ul li span {
	display: block;
	text-align: center;
	height: auto;
	padding-bottom: 10px;
}
.top .info3 .box4 .process3 ul li span img {
	width: calc(100% / 6);
}
.top .info4 h3,
.top .info5 h3 {
	text-align: left;
}
.top .info4 ul,
.top .info5 ul,
.top .info6 ul {
	text-align: center;
	letter-spacing: normal;
}
.top .info6 ul {
	padding-left: 0%;
	padding-right: 0%;
}
.top .info4 ul li,
.top .info5 ul li,
.top .info6 ul li {
	display: block;
	width: 100%;
}
.top .info4 ul li div,
.top .info5 ul li div {
	display: block;
	min-width: 100%;
	height: inherit;
	min-height: inherit;
}
.top .info4 ul li div p,
.top .info5 ul li div p {
	width: 96%;
}
.top .info6 ul li div {
	display: block;
	max-width: 310px;
	width: 100%;
	height: 290px;
	border: none;
	overflow: hidden;
	background: #fff;
}
.top .info6 ul li p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 140%;
}
.top .info6 ul li div {
	display: block;
	width: 310px;
	height: 290px;
	border: 1px solid #CCC;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #333;
}
.top .info6 ul li a:hover {
	text-decoration: none;
}
.top .info6 p {
	line-height: 160%;
	padding-bottom: 30px;
}
.top .info6 h2 {
	border-bottom: 1px solid #6b90a6;
	line-height: 160%;
	font-weight: bold;
	margin-bottom: 1em;
}
.top .info6 .box {
	padding-bottom: 30px;
}
.top .info6 .box dl {
	width: 100%;
	display: table;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.top .info6 .box dl:first-of-type  {
	border-top: 1px solid #CCC;
}
.top .info6 .box dl dt,
.top .info6 .box dl dd {
	display: table-cell;
}
.top .info6 .box dl dt,
.top .info6 .box dl dd {
	padding: 10px;
}
.top .info6 .box dl dt {
	width: 20%;
	border-right: 1px solid #CCC;
}
.top .info6 .box dl dd:first-of-type {
	border-right: 1px solid #CCC;
	width: 20%;
}
.top .info6 .box dl dd {
	width: 70%;
}
.top .info6 .box dl {
	width: 100%;
	display:: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.top .info6 .box dl:first-of-type  {
	border-top: 1px solid #CCC;
}
.top .info6 .box dl dt,
.top .info6 .box dl dd {
	display: inline-block;
}
.top .info6 .box dl dt {
	width: 50%;
	border-bottom: 1px solid #CCC;
	border-right: none;
}
.top .info6 .box dl dd:first-of-type {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: none;
	width: 50%;
}
.top .info6 .box dl dd {
	width: 100%;
}
.top .info7 .ggmap {
	padding-bottom: 70%;
}
/* -----------------------------------------------------------
	company
----------------------------------------------------------- */
.page-message .page_nav,
.page-company .page_nav,
.page-member .page_nav {
	max-width: 980px;
	letter-spacing: normal;
}
.page-message .page_nav,
.page-company .page_nav,
.page-member .page_nav {
	margin-bottom: 0px;
}
.page-message .page_nav li,
.page-company .page_nav li,
.page-member .page_nav li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.page-message .page_nav li a,
.page-company .page_nav li a,
.page-member .page_nav li a {
}
.page-company .info1 table th,
.page-company .info1 table td {
	display: block;
	width: 100%;
}
/* -----------------------------------------------------------
	member
----------------------------------------------------------- */
.page-member .info1 ul {
}
.page-member .info1 ul li {
	width: 50%;
	text-align: center;
}
.page-member .info1 ul li img {
	margin-left: auto;
	margin-right: auto;
}
/* -----------------------------------------------------------
	client
----------------------------------------------------------- */
.client .info1 {
	display: block;
}
.client side {
	margin-right: 0px;
}
.client .list a,
.top .info8 .list a {
	display: block;
	text-decoration: none;
}
.title_term h2 {
}
.client .list h2,
.client .detail h2 {
}
.client .list .box,
.top .info8 .list .box {
	display: block;
}
.client .list .box .icatch,
.top .info8 .list .box .icatch {
	margin-right: 0px;
	text-align: center;
	margin-bottom: 20px;
}
/* -----------------------------------------------------------
	pagenavi
----------------------------------------------------------- */
}