@charset "utf-8";
/* CSS Document */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media screen and (max-width: 750px) {
	
	/***共通***/
	body{
		/*font-family: sans-serif ;*/
		font-family: 'Noto Sans Japanese', serif;
		-webkit-text-size-adjust: 100%;
	}
	.pc {
		display:none;/*pcの時のみ表示*/
	}
	.sp {
		display:block;
	}
	img { 
		width:100%;
	}
	footer {
		padding:40px;
		font-size: 15px;
	}

/* ▼SP MENU▼ */

.spMenu {
	display: block;
	position: relative;
	float: right;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	background: #1a339d url(../images/navi_btn_menu.png) no-repeat;
	background-size: 22px 16px;
	background-position: 50% 50%;
	z-index: 200;
}
.spMenu.on {
	position: relative;
	background: #1a339d url(../images/navi_btn_close.png) no-repeat;
	background-size: 18px 18px;
    background-position: 50% 50%;
	z-index: 200;
}
.spMenuAreaUnder {
	display: block;
}
.spMenuAreaUnder .spMenuOpen {
	display: none;
    position: fixed;
    top: 60px;
    right: 0;
    width: 280px;
    height: 100%;
    padding: 0 0 60px;
    background: #e6e6e6;
    overflow-x: hidden;
    z-index: 100;
}
.spMenuAreaUnder .spMenuOpen ul {
	width: 280px;
	padding-bottom: 60px;
}
.spMenuAreaUnder + .navBack {
	display: none;
}
.spMenuAreaUnder + .navBack.on {
	display: block;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 50;
}




.spMenuAreaUnder .spMenuOpen ul li a {
	color: #FFF;
}
.spMenuAreaUnder .spMenuOpen ul li.home {
	padding: 10px;
	font-size: 14px;
}
.spMenuAreaUnder .spMenuOpen ul li.home a {
	position: relative;
	display: block;
	padding: 10px;
	color: #000;
	border: solid 1px #c8c8c8;
	background: #FFF;
}
.spMenuAreaUnder .spMenuOpen ul li.home a:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 6px;
    height: 6px;
	margin-top: -3px;
    border-top: 2px solid #0d2ba0;
    border-right: 2px solid #0d2ba0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.spMenuAreaUnder .spMenuOpen ul li.gnav {
	font-size: 14px;
	background: #0d2ba0;
}
.spMenuAreaUnder .spMenuOpen ul li.gnav:first-child a {
	border: none;
}
.spMenuAreaUnder .spMenuOpen ul li.gnav a {
	display: block;
	position: relative;
	padding: 20px 10px;
	border-top: solid 1px #bfbfbf;
}
.spMenuAreaUnder .spMenuOpen ul li.gnav a:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 6px;
    height: 6px;
	margin-top: -3px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.spMenuAreaUnder .spMenuOpen ul li.contact {
	margin: 10px 10px 60px;
	font-size: 14px;
}
.spMenuAreaUnder .spMenuOpen ul li.contact a {
	display: block;
	position: relative;
	padding: 10px;
	color: #fff;
    background: #fd6900;
	border: solid 2px #c8c8c8;
}
.spMenuAreaUnder .spMenuOpen ul li.contact a:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 6px;
    height: 6px;
	margin-top: -3px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ▲SP MENU▲ */





#top #blue-header.common-header,
	#blue-header.common-header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		height: 60px;
		background-color: #fff;
		box-sizing: border-box;
    	box-shadow: 0px 7px 16px -5px rgba(0, 0, 0, 0.5);
		left:auto;
		right:0;
	}
	#blue-header.is-move {
		right: 270px!important;
	}
	#blue-header.common-header .inner-wrap {
		height: 60px;
		width: 100%;
	}
	.common-contents {
		width: 100%;		
	}
	.common-top-area,
	.common-top-area02,
	.common-top-area03{
		margin-top:60px;
	}
/*.common-top-area .inn {
	display: table;
	width: 100%;
	min-height: 200px;
}
.common-top-area .inn:before {
content: "";
display: table-caption;
vertical-align: middle;
height: 100%;
}
.common-top-area .inn .breadcrumbs {
	position: relative;
	display: table-caption;
	margin: 0;
	padding: 0;
}
.common-top-area .inn .breadcrumbs:before {
	content: "";
	display: block;
}
.common-top-area .inn .ttl {
	display: table-cell;
	position: relative;
    width: 100%;
	text-align: center;
	vertical-align: middle;
}
.common-top-area .inn .ttl:before {
	content: "";
}*/

.common-top-area .inn {
	width: 100%;
	min-height: 220px;
}
.common-top-area .inn .breadcrumbs {
	margin: 0;
	padding: 0;
}
.common-top-area .inn .ttl {
    top: 50%;
	bottom: auto;
    width: 100%;
	font-size: 24px;
	text-align: center;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.common-top-area .inn .ttl span {
	font-size: 26px;
}
	.breadcrumbs ul {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.common-h2 {
		width:100%;
		text-align:center;
		padding-top:10%;
		font-size: 24px;
		line-height:1.2;
	}
	.common-h2 span {
		display:block;
	}
	.common-h1 {
		width:100%;
		text-align:center;
		font-size: 28px;
    	line-height: 1.2;
	}

.lower-containerA {
    margin: 60px 15px 60px;
}
#info .lower-containerA > a {
	display: block;
	margin-bottom: 40px;
}


#btn-to-top {
	width: 60px;
	height: 60px;
}

/* button */

.btn-nml a {
	font-size: 16px;
}

/* title */

.ttl-A {
    margin-top: 30px;
	font-size: 20px;
    margin-bottom: 30px;
}
.ttl-B {
    margin-top: 30px;
	font-size: 18px;
}
.ttl-C {
    padding-bottom: 18px;
    font-size: 22px;
}
.ttl-C span {
    font-size: 16px;
}
.ttl-C:before {
    width: 30%;
}
.ttl-D {
    margin-top: 30px;
	font-size: 28px;
}
.ttl-E {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.ttl-E .sttl {
    font-size: 18px;
}
	
	/***トップページ***/
	#top-header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		height: 60px;
		background-color: #fff;
		box-sizing: border-box;
    	box-shadow: 0px 7px 16px -5px rgba(0, 0, 0, 0.5);
		left:auto;
		right:0;
	}
	#top-header.is-move {
		right: 270px!important;
	}
	#top-header .inner-wrap {
		height: 60px;
		width: 100%;
	}
	.logo-box-sp {
		display:block;
	}
	.logo-box-sp img{
		width:69.81%;
	}
	.logo {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.navi {
		display:none;
	}
	.sp-navi {
		display:block;
	}
	.sp-navi .util-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		height: 60px;
	}
	.sp-navi .util-wrap .item {
		width: 60px;
		height: 60px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}		
	.sp-navi .util-wrap .item--menu a {
		display: block;
		width: 60px;
		height: 60px;
		background: #1a339d;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.sp-navi .util-wrap .item--menu a .icon {
		width: 23px;
		height: 18px;
		display: inline-block;
		position: relative;
	}
	.sp-navi .util-wrap .item--menu a .icon span {
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition: all .2s;
	}
	.sp-navi .util-wrap .item--menu a .icon span:nth-of-type(1) {
		top: 0;
	}
	.sp-navi .util-wrap .item--menu a .icon span:nth-of-type(2) {
		top: 7px;
	}
	.sp-navi .util-wrap .item--menu a .icon span:nth-of-type(3) {
		top: 14px;
	}
	.sp-navi .util-wrap .item--menu a.is-open .icon span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-315deg);
		transform: translateY(7px) rotate(-315deg);
	}
	.sp-navi .util-wrap .item--menu a.is-open .icon span:nth-of-type(2) {
		opacity: 0;
	}
	.sp-navi .util-wrap .item--menu a.is-open .icon span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(315deg);
		transform: translateY(-7px) rotate(315deg);
	}
	.sp-navi .util-wrap .item--menu a:hover {
		opacity: 0.8;
	}

	#contentsarea {
		width:100%;
		min-width:100%;
	}
	#first-view {
		width: 100%;
		position: relative;
		margin-top: 60px;
	}
	#carouselExampleIndicators .f-cont {
		z-index: 10;
		width: 95%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.h2-main-text {
		font-size:30px;
		font-weight:bold;	
	}
	.h2-main-text span {
		font-size:18px;
		font-weight:bold;	
	}
	.fixed{
		display:none!important;
	}
	.mission {
		background: url(../images/img_mission_bg_sp.jpg);
		padding: 80px 10px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		line-height:2;
	}
	.mission p {
		font-size: 13px;
	}
	.mission p span {
		font-size: 26px;
	}
	.h3-commen {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.c-index-column__image_sp {
		display:block;
	}
	.c-index-column__hover-text.col2 {
	    padding-top: 64px;
	}
	.c-index-column__hover-text.col2:before {
		width:45px;
		height:45px;
		margin-left:-22px;
		background:url("../images/arrow_index_column.png") no-repeat center center;
	}
/*.c-index-column__image>a>img {
	-webkit-transform: none;
	transform: none;
	transition: none;
}*/
	.h3-commen-sp {
		margin:0 15px 30px;
	}
	.business-needs-sp {
		display:block;
		width:100%;
	}
	.business-needs-img {
		margin: 0 15px;
	}	
	.business-needs-text {
		margin: 25px 15px 40px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
	}
	.problem-solving {
		margin: 100px 15px;
	}
	.content-main-box {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.content-main-box p {
		margin-bottom: 25px;
	}
	.content-main-box dl dt {
		margin-bottom: 25px;
	}
	.business-outline {
		text-align: center;
		margin: 80px 15px 35px;
	}
	.problem-solving-des {
		text-align:left!important;
	}
	.problem-solving-methods {
		margin:30px 0 40px;
		display: block;
	}
	.problem-solving-method {
		margin-bottom:10px;
	}
	.problem-solving-blue-box-sp {
		display:block;
	}
	.problem-solving-blue {
		font-size:24px;
	}
	.img-arrow-orange img{
		width:50%;
	}
	.btn-description {
		width: auto;
    	margin: 80px auto;
	}
	.btn-description img {
		max-width: 100%;
		width: auto;
	}
	.p-nerve-net {
		margin-bottom: 35px;
		font-size: 18px;
	}
	.nerve-contact-btn {
		margin-right:0;
		margin-bottom:25px;
	}
	.nerve-contact-btn,
	.nerve-download-btn {
		width: 100%;
	}
	.nerve-contact-btn img,
	.nerve-download-btn img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.nerve-net img{
		width:auto;
	}
	.logo-nervenet {
		margin: 0 15px 35px;
	}
	.h4-nervenet {
    	font-size: 18px;
	}
	.p-nerve-net-sub {
		padding-left: 2em;
		font-size: 14px;
		background: url(../images/icon_square.gif) left 7px no-repeat;
		background-size: 14px 14px;
	}
	.nerve-p-normal {
		padding-left: 2em;
		font-size: 14px;
	}
	.blue-squre {
		display: none;
		font-size: 24px;
		vertical-align: middle;
	}
	.logo-nervenet img {
		width:50%;
	}
	.nerve-net {
		padding-right:15px;
		padding-left:15px;
		box-sizing: border-box;
	}
	.nerve-net-sub {
		margin: 0 0 40px;
		width: auto;
	}
	.p-nervenet {
		font-size: 14px;
		margin: 0;
		text-align: left;
	}
	.nerve-net-btn-box {
		margin:0;
	}
	.color-box-gap {
		margin-right: 0;
	}
	#collaboration {
		background:url(../images/img_bg_collaboration_sp.jpg);
		padding: 100px 15px 80px;
	}
	.three-color-box {
		width: auto;
	}
	.three-color-boxes {
		width: auto;
	}
	.three-color-boxes img.sp {
		display:block;
	}
	.blue-color-arrow img {
		width:100%;
	}
	.blue-color-arrow {
		margin:20px 0;
		width: 40%;
	}
	.btn-to-form {
		width: 100%;
	}
	.btn-to-form img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.arow-sp {
		width:100%;
	}
	.arow-sp img {
		width:100%;
	}
	.left-lined-arrow {
		display:inline-block;
		width: 40%;
    	margin-right: 25px;
	}
	.right-lined-arrow {
		display:inline-block;
		width: 40%;
	}
	#press-release {
    	padding: 100px 15px 80px;
	}
	.press-release-contents {
		width: 100%;
	}
	.release-content {
		display:block;
		width: 100%;
		margin-left:0;
		line-height: 1.5;
	}
	.release-date {
		display: block;
		width: 100%;
		margin-bottom:20px;
	}
	.btn-press-release {
		width: 100%;
	}
	.btn-press-release img {
		max-width: 100%;
	    width: auto;
 	   height: auto;
	}
	.topic-business-outline {		
		margin: 0 0 15px;
	}
	.partner-companies {
		width:100%;
		margin-bottom: 10px;
    	border-bottom: dashed 1px #878787;
	}
	.participent-companies {
		width:100%;
		margin-top: 50px;
	}
	.partner-category {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.each-logo {
		width: 100%;
		display: block;
		margin-bottom: 50px;
min-width: inherit;
	}
	.each-logo img {
		width:auto;
	}
	.participent-logo {
		padding-top: 0;
	}
	#business-outline {
		width:100%;
	}
	#pnp-companies {
		width:100%;
		padding: 100px 0 0;
	}
	#contact-box {
		margin-top: 10.666666%;
		padding: 50px 15px 60px;
	}
	#contact-box .topic-contact-eng {
		margin-bottom: 30px;
	}
	.contact-box-sub {
    	width: 100%;
	}
	.contact-sub-left {
		text-align: center;
		font-size: 18px;
		float: none;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px;
		padding-bottom: 35px;
		padding-top:0;
	}	
	.contact-sub-right {
		text-align: center;
		float: none;
		padding-top: 40px;
	}
	.tel {
		width:auto;
	}
	.tel-num {
		font-size: 36px;
	}
	.tel-text {
		font-size: 24px;
	}
	.mail-icon {
		margin-bottom: 25px;
	}
	.contact-docs {
		width: 100%;
		background: none;
	}
	.contact-docs a {
		display: inline-block;
		background: url(../images/btn_contact_and_docs_on.png) no-repeat;
		background-size: 100% auto;
	}
	.contact-docs img {
		max-width: 100%;
		width: auto;
	}
#privacy-statement {
    padding: 3% 0;
}
.privacy-statement-inn {
	letter-spacing: normal;
	max-width: inherit;
}
#top .privacy-sub {
	width: 100%;
}
	.privacy-sub {
		width: 100%;
		text-align:center;
		font-weight:bold;
		font-size:18px;
		padding: 5% 0;
	}
.bnr-ssl {
	display: none;
}
#top .bnr-ssl {
	display: block;
	width: 31.25%;
	margin: 2% auto 5%;
	vertical-align: top;
}
.bnr-ssl img {
	width: 100%;
	height: auto;
}
	
	/***企業情報ページ***/
	.info-image-box {
		margin: 50px auto;
		padding: 0 15px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	.info-image-box dl {
		margin-right: 0;
		margin: auto;
	}
	.info-image-box dl dt {
		margin-bottom: 30px;
	}
	.info-image-box dl dd {
		margin-bottom: 50px;
	}
	.info-sub-content {
		margin:0 15px 15%;
	}
	.info-sub-content:last-child {
		margin-bottom: 0;
	}
	.info-h3 {
		margin-bottom: 15px;
		font-size: 22px;
	}
	.info-h3-border {
    	position: static;
	}
	.blue-border {
		width: 30%;
    	left: 15px;
	}
	.ash-border {
		width:70%;
    	right: 15px;
	}

	.president-greet-text {
		width: 100%;   
		margin-right: 0;
	}
	.president-greet-text p {
		margin-bottom: 30px;
	}
	.president-greet-text p.president-title {
		margin-bottom: 10px;
	}
	p.president-greet-title {
    	font-size: 22px;
	}
	p.president-sign img {
		width:auto;
	}
	.president-greet-img {
		width: 100%;
	}
	.info-table {
		margin: 0 auto;
		border: solid 2px #a0a0a0;
	}
	.info-table dl {
		border:0;
	}
	.info-table dl:last-child {
		border-bottom: 0;
	}
	.info-table dd.p-link p {
		margin: 5px 0 0;
	}
	.info-table dd.p-link p:first-child {
		margin: 0;
	}
	.info-table dl dt {
		display: block;
		text-align: center;
		vertical-align: middle;
		padding: 20px 10px;
		width:100%;
		box-sizing: border-box;
	}
	.info-table dl dd {
		display: block;
		padding: 30px 10px;
		line-height: 1.5;
		font-size: 15px;
	}
	.info-table dl dd p {
		margin-bottom: 15px;
	}
	.info-table dl dd p:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.info-left-p {
		margin-right: 10%;
	}
	.span-tel {
		margin-bottom:15px;
	}
	.info-table dl dd.access-btn-dd {
		width: auto;
		padding: 0 10px 30px;
	}
	/*-------------Business model事業内容ページ-------------*/
.model-top-area {
	min-height: 200px;
}
	.ttl-model {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.model-content01{
		margin: 50px 15px 50px;
	}
	.model-content01 .model-description-text,
	.model-content03 .model-description-text{
		width: auto;
		margin-right: 0;
		line-height: 2;
		margin-bottom: 30px;
	}
	.model-description-img{
		width: 100% !important;
	}
	.model-content02{
		margin: 50px 15px 0;
	}
	.model-content02 .model-description-text{
		width: auto;
		margin:0 0 30px 0;
		line-height: 2;
	}
	.model-content03{
		margin: 50px 15px 0;
	}
	.model_product_composition{
		width: auto;
		margin: 100px 15px 0;
		line-height: 2;
	}
	.model_product_composition table{
		font-size: 12px;
		line-height: 2;
		margin-bottom: 100px;
	}
	.model_product_composition table td:first-child{
		width: 30%;
	}
	.model_product_composition table td:nth-child(2){
		width: 70%;
	}
	.model_product_composition table th,
	.model_product_composition table td{
		padding: 15px 5px 15px !important;
	}
	.model_product_composition table td:nth-child(2){
		border: #1b2993 3px solid !important;
	}
	.model_product_composition table ul{
		margin: 0 0 5px 20px;
	}
	.model-content01 .model-description-text p,
	.model-content02 .model-description-text p,
	.model-content03 .model-description-text p{
	margin-top: 0; 
	}
	li.style_f{
	float: none;
	}
	.model-image-box01 {
		margin: 50px auto;
		width: 100%;
		text-align: center;
	}
	.model-image-box01 dl {
		margin-right: 0;
		margin: auto;
	}
	.model-image-box01 dl dt {
		margin-bottom: 30px;
	}
	.model-image-box01 dl dd {
		margin-bottom: 50px;
	}
	.model_contact_and_docs_area{
		margin: 80px 30px 0;
	}
.model7-sw-list .sw,
.model7-sw-list ul {
	display: block;
	padding: 0;
	margin: 0 auto;
}
.model7-sw-list .sw {
	position: relative;
	width: 70.769230%;
	margin-bottom: 20px;
	padding: 5%;
	border: solid 10px #eb6100;
	box-sizing: border-box;
}
.model7-sw-list .sw:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 10px;
	height: 20px;
	margin-left: -5px;
	background: #eb6100;
}
.model7-sw-list .sw img {
	width: 26.666666%;
	height: auto;
}
.model7-sw-list .sw img:first-child {
	width: 29.411764%;
	height: auto;
	margin-right: 23%;
}
.model7-sw-list ul {
	border: none;
}
  .model7-sw-list ul,
  .model7-sw-list ul li dl {
	width: 100%;
}
.model7-sw-list ul li dl dd:before,
.model7-sw-list ul li:nth-child(3) dl dd:before {
	top: auto;
	bottom: -25px;
	left: 50%;
	width: 10px;
	height: 20px;
	margin-left: -5px;
}
.model7-sw-list ul li dl dt {
	min-height: 54px;
	font-size: 18px;
}
.model7-sw-list ul li dl dt strong {
	padding: 0 70px;
}
.model7-sw-list ul li dl dt.air {
	background-position: 7.9166666% center;
	background-size: 56px 33px;
}
.model7-sw-list ul li dl dt.car {
	background-position: 8.194444% center;
	background-size: 55px 28px;
}
.model7-sw-list ul li dl dt.robot {
	background-position: 10% center;
	background-size: 41px 41px;
}
.model7-sw-list ul li dl dt.ship {
	background-position: 9.166666% center;
	background-size: 48px 38px;
}
.model7-sw-list ul li dl dt.ev {
	background-position: 10.277777% center;
	background-size: 39px 39px;
}
.model7-sw-list ul li:last-child dl dd:before {
	content: none;
}
	/*-------------Accessアクセス-------------*/
	.access_container{
		margin: 40px 15px;
	}
	.access_sidemenu{
		float: none;
		width: 100%;
	}
	.access_content_area{
		width: 100%;
	}
	.access_name{
		float: none;
		margin: 80px 0 40px;
	}
	.access_address{
		float: none;
		width: 100%;
	}
	.access_map_area {
		margin-top: 40px;
	}
	.access_map_text{
		float: none;
	}
	.access_map{
		margin-top: 20px;
		float: none;
	}
	.access_map_inner{
		width: 100%;
		margin-bottom: 35px;
	}
	.ggmap {
		position: relative;
		padding-bottom: 300px;
		height: 0;
		overflow: hidden;
	}
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	p.btn_map{
		width: 75.625%;
		margin: 0 auto;
		background: none;
	}
	p.btn_map img:hover {
		opacity: 1;
	}
	
	
	/*-------------products製品情報ページ-------------*/
	.products-main-textarea {
		margin: 40px 15px;
	}
	.h3-products {
/*		font-size: 24px;*/
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 30px;
		text-align:left;
	}
	.h3-products .sttl {
		font-size: 18px;
	}
	.info-h3-products {
		margin: 0 15px 25px;
		text-align:left;
	}
	.products-main-area {
		width:100%;
	}
	.products-main-contents {
		width: auto;
    	margin: 0 15px;
	}
	.products-main-contents:nth-child(3n) {
		margin-right: 15px;
	}
	.products-nerve-net {
		margin: 0 15px;
		line-height:1.5;
	}



.ttl-B + .products-sol {
	margin-top: 40px;
}
.products-sol {
    margin: 80px auto 0;
}
.products-sol dt {
	margin: 0;
	font-size: 20px;
}
.products-sol dd .ttl {
	font-size: 20px;
}
.products-list-ttl {
	margin: 40px 0 0;
	font-size: 18px;
}
.products-list-ttl:before {
	top: 7px;
	width: 16px;
	height: 16px;
}
.products-list {
	width: 100%;
}
.products-list li {
	width: 100%;
	box-sizing: border-box;
}
.products-list li:nth-child(2n+2) {
    margin-left: 0;
}

/* 製品一覧 */

.products-list-block > li:first-child {
	margin-top: 0;
}
.products-list-block > li {
	margin-top: 50px;
}
.products-list-block .license {
	width: 100%;
}
.products-list-block .license > dt {
	font-size: 20px;
}
.products-list-block .license .lead {
	font-size: 17px;
}
.products-list-block .pic {
	width: 100%;
	margin: 25px 0 0 0;
}
.products-list-block .license .machine {
	margin-top: 15px;
}
.products-list-block .license .machine > dt {
	font-size: 16px;
}
.products-list-block .license .btn-area {
	max-width: 400px;
	margin: 25px auto 0;
}
.products-list-block .license .btn-area li {
	display: block;
	width: auto;
}
.products-list-block .license .btn-area li a {
	display: block;
	max-width: 400px;
	width: auto;
	margin: 0 auto;
}
.products-list-block .license .btn-area li.other {
	margin-right: 0;
	margin-bottom: 30px;
}

/* 製品一覧詳細 */

.products-list-block.detail {
	padding: 15px;
}
	
	/*-------------Supportサポートページ-------------*/	
	.support-main-contents {
		width: 100%;
    	margin: 0 auto;
	}
	.support-main-contents:nth-child(3n) {
		margin-right: 15px;
	}
	.support-nerve-net {
		margin: 0 15px;
		line-height:1.5;
	}
	.support-main-contents p {
		margin-bottom: 25px;
	}
	.support-main-contents dl dt {
		margin-bottom: 20px;
	}
	
	/*-------------History沿革・トピックス-------------*/
	.history-container {
		margin: 40px 15px 0;
	}
	.history-table {
		margin: 80px auto 0;
		border: solid 2px #a0a0a0;
	}
	.history-table dl {
		border: 0;
	}
	.history-table dl:last-child {
		border-bottom: none;
	}
	.history-table dl dt {
		display: block;
		text-align: center;
		vertical-align: middle;
		padding: 20px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.history-table dl dd {
		display: block;
		padding: 30px 10px;
		line-height: 1.5;
		font-size: 15px;
	}
	
	
	/*-------------Performance取引先実績-------------*/
	.performance-table {
		margin: 50px auto 0;
	}
	.performance-table ul {
	letter-spacing: normal;
	}
	.performance-table ul li {
	display: block;
    width: 100%;
    padding: 10px 0;
	}
	.performance-table ul li:nth-child(2n+1){
	padding-right:0;
	}

	
	
/*-------------お問い合わせページ-------------*/
	.submit-btn{
		width:100%;
		box-sizing:border-box;
	}
	.common-btn {
		margin:30px auto;
		width: 100%;
	}
	.common-btn a{
		width: 100%;
		box-sizing: border-box;
	}
	.contact-table {
		margin: 80px auto 50px;
		border: solid 2px #a0a0a0;
		width:100%;
		box-sizing:border-box;
		padding:0 10px;
	}
	.contact-table dl {
		border-bottom: solid 2px #a0a0a0;
		border-top:none;
	}
	.contact-table dl:last-child {
		border-bottom: none;
	}
	.contact-table dl dt {
		display: block;
		vertical-align: middle;
		padding: 15px 10px 15px;
		width: 100%;
		box-sizing: border-box;
		text-align:left;
	}
	.contact-table dl dd {
		display: block;
		padding: 15px 10px 15px;
		line-height: 1.5;
		font-size: 15px;
		text-align:left;
	}
	.contact-table dl dt span {
		display:inline-block;
		margin-left:10px;
	}
	.text-type1 {
		margin:0 auto;
		padding:10px;
		width: 100%;
    	box-sizing: border-box;
	}
	.contact-sp-tab {
		width:100%;
		background-color:#1b2993;
		color:#FFF;
		font-size:24px;
		padding:25px;
box-sizing: border-box;
	}
	.contact-postal {
		margin-bottom: 15px;
		text-align: left;
	}
	.postal-sign {
		margin-left:0px;
	}
	.text-type2 {				
		width: 50%;
	}
	.sp-text-type {
		margin-left:0;
	}
	
	/*-------------recruit採用情報ページ-------------*/
	.recruit-block {
		margin: 0 15px;
	}
.recruit-detail {
	margin-bottom: 10%;
	font-size: 16px;
}
.recruit-detail .list-nml li {
	width: 100%;
	box-sizing: border-box;
}
.recruit-detail .list-nml li:nth-child(2n+1) {
	padding-right: 0;
}
.recruit-detail .list-nml li:nth-last-child(-n+2){
	margin-bottom: 10px;
}
.recruit-detail .list-nml li:last-child {
	margin-bottom: 0;
}
	.recruit-table dl dd.access {
		width: 100%;
		box-sizing: border-box;
	}
	.recruit-table dl dd.access-btn {
		width: auto;
		padding: 0 10px 30px;
		box-sizing: border-box;
	}
.recruit-detail .list-nml li {
    background: url(../images/icon_square.gif) no-repeat left 6px;
	background-size: 14px 14px;	

}
.recruit-table dl dd .list-sq li {
	background-size: 12px 12px !important;
    background: url(../images/icon_square_black.gif) no-repeat left 6px;
}
.recruit-entry {
	width: auto;
	margin: 0 15px 10.666666%;
}
.recruit-entry p {
	margin-bottom: 35px;
    font-size: 18px;
}
.recruit-entry .detail .mail {
	width: 80%;
	margin-right: 0;
    margin-bottom: 25px;
}
.recruit-entry .detail .mail {
}
.recruit-entry .detail .entry-btn {
	width: 100%;
}
.recruit-entry .detail .mail img,
.recruit-entry .detail .entry-btn img {
	max-width: 100%;
    width: auto;
    height: auto;
}
.recruit-subtopic {
	padding: 3px 0 3px 10px;
	font-size: 20px;
	border-left: solid 7px #1b2993;
}

	.recruit-image-area {
		padding: 0 15px;
	}
	.recruit-image-left,
	.recruit-image-right {
		float: none;
		width: 100%;
	}
	.recruit-image-right {
		margin-top: 40px;
	}
	.recruit-image-area dl dt {
		margin-bottom: 20px;
	}
	.recruit-container {
		margin: 40px 15px 0;
	}
	.recruit-table {
		margin: 0 auto;
		border: solid 2px #a0a0a0;
	}
	.recruit-table dl {
		border: 0;
	}
	.recruit-table dl:last-child {
		border-bottom: none;
	}
	.recruit-table dl dt {
		display: block;
		text-align: center;
		vertical-align: middle;
		padding: 20px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.recruit-table dl dd {
		display: block;
		padding: 30px 10px;
		line-height: 1.5;
		font-size: 15px;
		width:100%;
	}
	.recruit-btn-area {
	    width: 100%;
	}
	.recruit-btn-area img {
		max-width: 100%;
	    width: auto;
	}
	
	
	/*-------------privacy個人情報の取り扱いについてページ-------------*/

	.privacy-lead,
	.privacy-handling,
	.privacy-handling .detail,
	.privacy-contact {
		margin-top: 10%;
	}

	.privacy-sub-content {
		margin:100px 15px 0;
	}
	.p-privacy-main {
		font-size: 24px;
	}
	.privacy-list {
		margin-bottom: 50px;
	}
	.privacy-list dt {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.privacy-list dd.last-dd {
		margin-bottom: 40px;
	}
	
	
	/*-------------プレスリリースページ-------------*/
	.release-container {
		margin: 40px 15px 0;
	}
	.press-tab-box {
		width: 100%;
		margin-bottom: 60px;
	}
	#press-tab-a {
		margin-right: 0;
		width: 100%;
		box-sizing: border-box;
		border-radius:0;
	}
	#press-tab-b {
		margin-right: 0;
		width: 100%;
		box-sizing: border-box;
		border-radius:0;
	}
	#press-tab-c {
		width: 100%;
		box-sizing: border-box;
		border-radius:0;
	}
	.press-detail-topic {
		width: 100%;
		margin-bottom: 20px;
	}
	.press-detail-date {
		width: 100%;
		margin-bottom: 20px;
	}
	.faq-container {
		margin: 60px 15px;
	}
	.faq-details-q,
	.faq-details-a {
	    font-size: 18px;
		text-indent: -2em;
	    margin-left: 2em;
	}
	.faq-cap {
		margin-right: 0.5em;
		font-size: 24px;
	}
	.faq-details-text {
		padding: 30px 0;
		border:none;
	}
	.faq-details-text:last-child {
		padding-bottom:0;
	}
	.faq-details-title {
		padding: 20px;
		font-size: 20px;
		text-align: center;
	}
	.faq-title-box a {
		margin-right: 0;
		padding: 20px;
	}
	.faq-title {
		position: relative;
	    margin-right: 0;
		margin-bottom: 0;
		width: 100%;
		background-position: center right 30px;
		border-bottom:none;
		box-sizing: border-box;
		background: none;
	}
	.faq-title:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -8px;
		border-top: 3px solid #1b2993;
		border-right: 3px solid #1b2993;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.faq-title-box a {
		padding: 20px 30px;
	}
	.faq-title:last-child {
		border-bottom: solid 3px #959595;
	}
	.faq-title-box a:last-child .faq-title {
		border-bottom: solid 2px #959595;
	}

	
	/*-------------製品情報Packageページ-------------*/
	.package-main-area {
		width:auto;
		margin: 100px 15px;
	}
	.package-list-head {
		line-height:1.5;
		font-size: 20px;
	}
	
	/*-------------ダウンロードページ-------------*/
	.dl_img{
		width: 180px;
		display: block;
		margin: 0 auto;
	}
	.dl_text_area{
		width: 100%;
		margin: 30px 0 0 0;
	}
	.dl_text_area p{
		margin: 0 0 20px 0;
	}
.dl_text_area .dl-btn {
	width: 100%;
	text-align: center;
}
.dl_text_area .dl-btn img {
	max-width: 100%;
    width: auto;
}

	/*-------------evaluation 評価機貸し出しのご案内-------------*/
	
.nerve-net-btn {
	width: 100%;
}
.nerve-net-btn img {
	max-width: 100%;
	width: auto;
}


	/*-------------事業内容-モデルページ-------------*/
	.model-container {
		margin: 60px 15px 60px;
	}
	.model-main-area {
		margin: 35px 0 0;
	}
	.model-image {
		margin-bottom: 35px;
	}
	.model-det-h3 {
		line-height: 1.2;
		font-size:28px;
	}
.p-model-common {
	margin-top: 30px;
}
	.model-list li:before {
		top: 4px;
	}
	.model-blue-orange {
		background:url(../images/img_arrow_orange.png) no-repeat center;
		background:none;
	}
	.model-blue-orange dl {
		display: block;
		width: 100%;
	}
	.model-blue-orange dl.model-blue dd ul li {
		background-size: 13px 13px !important;
		background: url(../images/icon_square.gif) no-repeat left 6px;
	}
	.model-blue {
		margin-bottom:25px;
	}
	.model-orange {
		margin-top:25px;
	}
	.model-down-arrow {
		display:block;
		text-align: center;
	}
	.model-down-arrow img {
		width:40%;
	}
	.model-example-area {
		margin: 35px 0;
	}
	.model-example-area ul li {
		margin-right:0;
	    padding-left: 1em;
		width: 100%;
		background: url(../images/icon_square.gif) no-repeat left 7px;
		background-size: 14px 14px;
	}
	.model-example-area ul li:before {	
		display: none;
	}
	.model-blue-orange dl dt {
		padding: 15px;
		font-size: 18px;
	}
	.model-blue-orange dl dd {
		padding: 15px;
		font-size: 16px;
	}
	.model-blue-orange dl dd ul li {
		background-size: 13px 13px !important;
		background: url(../images/icon_square_orange.gif) no-repeat left 6px;
	}
.model-blue-orange dl dd ul li.special {
		font-size: 14px;
	}

.p-contact {
	font-size: 16px;
}
#catalogBox {
    margin-top: 0;
}
.catalogBox {
    width: 100%;
    margin: 0 auto 35px;
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
}
.catalogBox .catalogImages {
	width: 100px;
}
.catalogBox .day {
	font-size: 16px;
}
.catalogBox .name {
    font-size: 17px;
}
.catalogBox .catalogDel {
    padding-left: 15px;
}
.catalogBox .btn {
    margin-top: 20px;
    float: right;
    max-width: 300px;
}
.catalogList ul li {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.contact-ashbox {
	font-size: 16px;
	padding: 19px 15px;
	    margin: 20px 0 25px;
}
.contact-table {
	margin-top: 10px;
	margin-bottom: 25px;
}
.contact-tabbox {
	margin-bottom: 20px;
}

}