@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
@import url("https://fonts.googleapis.com/css?family=Bellefair");
/*-------------------------
H.M. Adjust Css 2018/10/09
--------------------------*/
body {
	background-image: url(../mrp04-child/images/bg_contents01.png);
	background-repeat: no-repeat;
	background-position: top right;
	overflow-x: hidden;
	background-size: contain;
}
#wrapper,
#content,
.post {
	overflow: visible;
}
/*------------- レスポンシブ-----------*/
@media only screen and (max-width: 1024px) {
	body {
		background-size: cover;
	}
}

/* 基本css
------------------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bottom {
	vertical-align: bottom !important;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.post img {
	border: 0;
}
.post img.aligncenter,
.post img.alignright,
.post img.alignleft {
	background: transparent;
	border: none;
}
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
	background-color: transparent;
}
.post {
	padding: 10px;
	margin-bottom: 10px;
	background-color: transparent;
}
.home .post {
	margin-bottom: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}
.post p {
	padding: 20px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
.dateLabel {
	background-color: #0e0e0e;
	padding: 10px;
	box-shadow: 0 0 23px #000;
}
.postlist .time {
	border-radius: 0;
}
p.caution {
	margin: 1em 0;
	color: #ff0000;
}
.post li {
	border-bottom: 1px solid #070707;
}
span.prev a,
span.next a {
	display: block;
	background: #010101;
	padding: 5px 10px;
	border: 2px solid #5d5d5d;
	border-radius: 6px;
}
span.prev a:hover,
span.next a:hover {
	opacity: 0.6;
}
.share-btn {
	border: 0;
	background: #fff;
}
@media only screen and (max-width: 640px) {
	.post {
		padding: 10px;
	}
	.post p {
		padding: 10px;
	}
}

/*-----------------------------------------------
 * テーブル
------------------------------------------------*/
.post table,
.post table th,
.post table td {
	border: 0;
}
.post table th {
	border-bottom: 2px solid #2d2d2d;
	padding: 20px;
	vertical-align: middle;
}
.post table td {
	border-bottom: 2px solid #2d2d2d;
	vertical-align: middle;
	border-left: 2px solid #2d2d2d;
}
/*------------- レスポンシブ-----------*/
@media only screen and (max-width: 640px) {
	.post table td {
		border-left: 0;
	}
	table#model_detail th {
		padding: 3px;
		line-height: 1.2;
	}
	table#model_detail td {
		border-left: 2px solid #2d2d2d;
		padding: 3px;
		line-height: 1.2;
	}
}
/*------------------------------------------------
ヘッダー調整
------------------------------------------------*/
@media print, screen and (min-width: 1023px) {
	#header-layout {
		padding: 0;
		display: flex;
		align-items: center;
	}
}
#header-layout #searchform {
	padding: 0 1.5rem;
	box-sizing: border-box;
}
@media print, screen and (min-width: 1100px) {
	#header-layout {
		width: 100%;
	}
}
@media print, screen and (max-width: 1822px) {
	nav div.panel {
		float: none;
		text-align: left;
	}
}
.logo img {
	padding: 10px 0 0 10px;
}
ul#option {
	display: table-cell;
	font-size: 16px;
	letter-spacing: 0.1em;
	position: relative;
	top: 0;
	right: 0;
}
li.word_c {
	display: inline-block;
}
li.contact_b {
	display: inline-block;
}
li.word_c a {
	background: url(../mrp04-child/images/icon_earth.png) no-repeat 21px 19px,
		#801419;
	display: inline-block;
	padding: 20px 30px 20px 60px;
}
li.contact_b a {
	display: inline-block;
	padding: 20px 30px 20px 60px;
	background: url(../mrp04-child/images/icon_mail.png) no-repeat 24px 24px,
		#231f20;
}

li.word_c a:hover,
li.contact_b a:hover {
	color: #dfdfdf;
}
/*------------ ワードプレス使用時の指定 ------------*/
@media print, screen and (min-width: 1100px) {
	body.sticky-header #header .inner ul#option {
		top: 0;
	}
}

/*------------------------------------------------
言語切り替えとメールエリア調整
------------------------------------------------*/
ul#option {
	display: table-cell;
}
/*------------------------------------------------
グローバルメニュー調整
------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	nav#mainNav ul li a {
		height: 42px;
		padding: 21px 20px 0px 20px;
		font-size: 16px;
		border-bottom: 1px solid transparent;
	}
	nav#mainNav ul li a b {
		letter-spacing: 0.1em;
		font-weight: bold;
	}
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:hover,
	nav#mainNav ul li a:active,
	nav#mainNav ul li.current-menu-parent a,
	nav#mainNav ul li.current-menu-ancestor a {
		border-bottom: 1px solid #801419;
	}
}
@media only screen and (min-width: 1024px) {
	nav#mainNav {
		width: auto;
		margin: 0 0 0 auto;
	}
	body.sticky-header nav#mainNav {
		margin-left: auto;
	}
}
@media only screen and (max-width: 1480px) {
	nav#mainNav ul li a {
		font-size: 12px;
		padding: 22px 10px 0px 10px;
	}
	li.word_c a {
		background: url(../mrp04-child/images/icon_earth.png) no-repeat 6px 19px,
			#801419;
		display: inline-block;
		padding: 21px 10px 22px 36px;
		font-size: 14px;
	}
	li.contact_b a {
		display: inline-block;
		padding: 21px 10px 22px 36px;
		background: url(../mrp04-child/images/icon_mail.png) no-repeat 6px 24px,
			#231f20;
		font-size: 14px;
	}
	body:not(.mobile).headlogo-nonfix #header .logo img {
		max-width: 130px;
	}
}
@media only screen and (max-width: 1099px) {
	#header .inner {
		width: 100%;
	}
}
@media only screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		font-size: 16px;
		padding: 20px 14px;
	}
	#header ul#option {
		display: block;
		position: relative;
		margin-top: -3px;
	}
	ul#option li.word_c a {
		background: url(../mrp04-child/images/icon_earth.png) no-repeat 21px 19px,
			#902b30;
		padding-left: 60px;
	}
	ul#option li.word_c a:hover {
		background: url(../mrp04-child/images/icon_earth.png) no-repeat 21px 19px,
			#902b30;
	}
	ul#option li.contact_b a {
		background: url(../mrp04-child/images/icon_mail.png) no-repeat 21px 19px,
			#5f5f5f;
		padding-left: 60px;
	}
	ul#option li.contact_b a:hover {
		background: url(../mrp04-child/images/icon_mail.png) no-repeat 21px 19px,
			#5f5f5f;
	}
	#header-layout #searchform {
		padding: 0.5rem;
		text-align: center;
	}
	#searchform input[type="text"] {
		width: 100%;
		max-width: 150px;
	}
	#header ul#option {
		text-align: center;
	}
}
/*------------------------------------------------
メインイメージスマホ時
------------------------------------------------*/
@media only screen and (max-width: 1023px) {
	.mobile #mainImg {
		margin-top: 30px;
	}
}
/*------------------------------------------------
見出し調整
------------------------------------------------*/
/*-------------
 * h1
 * ------------*/
h1.title.first {
	border-left: 6px solid;
	padding: 30px 20px 32px;
	letter-spacing: 0.1em;
	font-size: 40px;
	color: #d1242a;
	background: transparent;
	margin-bottom: 1em;
}
.single-post h1.title.first {
	font-size: 34px;
	letter-spacing: 0.02em;
}
span.en {
	display: block;
	line-height: 1;
	padding-top: 10px;
	font-size: 60%;
	font-family: "Bellefair", "Droid Serif", "mymincho", YuMincho,
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman",
		"メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
span.en2 {
	display: inline-block;
	line-height: 1;
	padding-left: 20px;
	font-size: 60%;
	letter-spacing: 0;
	font-family: "Bellefair", "Droid Serif", "mymincho", YuMincho,
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman",
		"メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#breadcrumb span.en,
#sitemap_list span.en,
#breadcrumb span.en2,
#sitemap_list span.en2 {
	display: none;
}
/*-------------
 * h2
 * ------------*/
.post h2 {
	border-bottom: solid 4px #000;
	position: relative;
	padding: 10px 0;
	margin: 0.5em auto 1.2em;
	font-size: 200%;
	letter-spacing: 0;
	display: block;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
.post h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #ad0d14;
	bottom: -4px;
	width: 50%;
	background: none;
	height: 0;
	visibility: visible;
}
/*-------------
 * h3
 * ------------*/
.post h3 {
	padding: 12px 12px 14px;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 1132px) {
	h1.title.first {
		font-size: 28px;
	}
	.post h2 {
		font-size: 22px;
	}
	.post h3 {
		font-size: 18px;
	}
}
/*------------------------------------------------
フロントバナー・投稿エリア
------------------------------------------------*/
.FB_TlistArea {
	background: #161316;
	margin-top: -0.7em;
	padding: 10px;
}
ul.thumb {
	overflow: hidden;
	margin: 0;
}
.wide .c2thumbWrap ul.thumb li {
	vertical-align: middle;
	border-bottom: 0;
	padding: 0 2% 0 0;
}
.wide ul.thumb li {
	margin: 0;
}
.post .FB_TlistArea .column2_50 {
	vertical-align: middle;
}
.c2thumbWrap {
	margin: 0;
}
.FB_TlistArea .listTitle {
	display: inline-block;
	width: 20%;
	text-align: center;
	background: #760106;
	vertical-align: middle;
	line-height: 1.2;
	margin-left: 4%;
	padding: 60px 10px;
	box-sizing: border-box;
}
h1.title.first.top-loop {
	background: transparent;
	border-left: none;
	color: #fff;
	padding: 0;
	margin-bottom: 0;
}
.post h1 span {
	padding-left: 0;
}
h1.title.first.top-loop {
	padding: 0;
	letter-spacing: 0.02em;
	word-wrap: break-word;
	font-family: "Bellefair", "Droid Serif", "mymincho", YuMincho,
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman",
		"メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.postlist {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin: 0 0 0 10px;
	background: transparent;
}
.postlist li {
	border-bottom: 0;
}
p.front_alinkBtn.linktop {
	text-align: right;
}
.post .linkBtn {
	padding: 1em 2.5em;
	background: transparent;
	color: #fff;
	border-radius: 0;
	line-height: 1.8;
	width: 20%;
	border: 2px solid;
	box-sizing: border-box;
	transition: all 0.3s;
}
.post .linkBtn:hover {
	background: #7f1519;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 1400px) {
	h1.title.first.top-loop {
		font-size: 30px;
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 1132px) {
	.FB_TlistArea {
		padding: 0 0 10px 0;
	}
	.FB_TlistArea .listTitle {
		display: block;
		width: 100%;
		margin: 10px auto;
		padding: 12px 10px 3px;
		box-sizing: border-box;
		font-size: 25px;
	}
}
@media only screen and (max-width: 1024px) {
	.post .FB_TlistArea .column2_50 {
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	ul.postlist {
		display: block;
		width: 100%;
		margin: 0;
	}
	.post .linkBtn {
		width: 100%;
	}
}

/*------------------------------------------------
トップ
------------------------------------------------*/
/*--------------------
AREA01
----------------------*/
h1.title.first.front-post {
	background: #760106;
	padding: 46px 17% 46px 60px;
	margin-left: -10px;
	display: inline-block;
	line-height: 1.2;
	position: relative;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 0;
}
h1.title.first.front-post::after {
	left: 100%;
	top: -173px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #760106;
	border-width: 200px;
	margin-top: -30px;
	z-index: -1;
}

h1.title.first.front-post span {
	border-left: 1px solid;
	padding-left: 10px;
	display: block;
}
h1.title.first.front-post span.en {
	border-left: none;
	padding: 10px 0 2px;
}
.home section {
	background-image: url(../mrp04-child/images/bg_contents01.png);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed !important;
	background-size: 50%;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	h1.title.first.front-post {
		padding: 30px 12px 24px;
		font-size: 25px;
		display: block;
		box-sizing: border-box;
	}
	h1.title.first.front-post::after {
		display: none;
	}
	.home section {
		background-size: cover;
	}
}
/*--------------------
AREA02
----------------------*/
.post .container {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}
.post .container .column4_25,
.post .container-rwd .column4_25 {
	width: auto;
	margin: 0;
	flex-basis: 25%;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 800px) {
	.post .container .column4_25,
	.post .container-rwd .column4_25 {
		flex-basis: 50%;
	}
}
/*--------------------
AREA03
----------------------*/
.BG_pdfArea {
	background-image: url(../mrp04-child/images/bg_pdf_area.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-attachment: fixed !important;
	padding: 5em 3.6em 1em;
	margin-bottom: -1em;
}
.BG_pdfArea h2 {
	text-align: left;
	border-left: 1px solid;
	font-size: 32px;
	font-weight: normal;
	padding: 0 0 0 10px;
	border-bottom: none;
}
.BG_pdfArea h2:after {
	display: none;
}
.BG_pdfArea h2 span.en {
	padding-left: 0;
}
ul.pdfBox {
	margin: 2em auto;
}
ul.pdfBox li {
	border-bottom: 0;
	display: inline-block;
	width: 45%;
	margin: 0 0 4% 0;
}
.ContactBox {
	padding: 60px;
	box-shadow: 0 0 20px rgb(69, 15, 16);
	background: rgba(0, 0, 0, 0.5);
}
a.telbnr {
	display: block;
	margin: 3em auto;
}
a.conbnr {
	display: block;
	margin: 1em auto;
}
.post .BG_pdfArea .column2_50 {
	vertical-align: middle;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	.BG_pdfArea {
		padding: 2em 1em 0.4em;
		box-sizing: border-box;
		background-size: contain;
	}
	.BG_pdfArea h2 {
		font-size: 25px;
		margin: 0.5em 0;
	}
	a.telbnr {
		margin: 1em auto;
	}
	.ContactBox {
		padding: 20px;
		box-sizing: border-box;
	}
	ul.pdfBox {
		margin: 0.5em auto;
	}
	ul.pdfBox li {
		width: 48%;
		margin: 0;
	}
}
/*------------------------------------------------
ボタン汎用
------------------------------------------------*/
/*--------------------
googleマップリンク用
----------------------*/
a.Btn_01 {
	display: inline-block;
	background: #801419;
	padding: 0 20px;
	border-radius: 2px;
	box-shadow: 0 2px 0 #dddddd;
}
a.Btn_01:hover {
	opacity: 0.6;
	color: #fff;
}
/*--------------------
普通のボタン
----------------------*/
a.Btn02 {
	display: block;
	width: 40%;
	margin: 2em auto;
	text-align: center;
	background: #81161b;
	padding: 14px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0 2px 0 #560a0e;
}
a.Btn02:hover {
	opacity: 0.6;
	color: #fff;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	a.Btn02 {
		display: block;
		width: 100%;
	}
}
/*------------------------------------------------
背景汎用
------------------------------------------------*/
.BG_Gray01 {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 5em calc((100vw - 100%) / 2);
	background-color: #2d2d2d;
	position: relative;
	margin-top: 3em;
}
.BG_Gray01.MB3 {
	margin-bottom: 3em;
}
.BG_Gray02 {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 5em calc((100vw - 100%) / 2);
	background-color: #1f1f1f;
	position: relative;
	margin-top: 3em;
}
.BG_Gray02.MBm3 {
	margin-bottom: -3em;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	.BG_Gray01,
	.BG_Gray02 {
		padding: 2em calc((100vw - 100%) / 2);
	}
}
/*------------------------------------------------
汎用注目背景
------------------------------------------------*/
.BG_attention {
	margin: 2em auto;
	padding: 20px;
	background: #525252;
	border: 4px solid #464646;
}
/*------------------------------------------------
企業情報ページ
------------------------------------------------*/
.BG_torikumi {
	background-repeat: no-repeat;
	background-image: url(../mrp04-child/images/bg_torikumi.jpg);
	background-position: center;
	background-size: cover;
	padding: 60px;
}
.BG_Twhite {
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	color: #252525;
	box-shadow: 0 0 10px #000;
}
.post .BG_Twhite .column2_30,
.post .BG_Twhite .column2_70 {
	vertical-align: middle;
}
.BG_Twhite h3 {
	background: transparent;
	border-left: 0;
	color: #ad0d14;
	font-weight: bold;
	padding: 0 54px 0 20px;
	margin: 0;
	position: relative;
	display: inline-block;
}
.BG_Twhite h3:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: #ad0d14;
}
.BG_Twhite h3:after {
	right: 0;
}
.BG_Twhite b {
	color: #ad0d14;
}
div#gallery-1 {
	margin: 2em auto;
}
.gallery-columns-5 .gallery-item img {
	max-width: 95%;
}
#gallery-1 img {
	border: 0 !important;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	.BG_torikumi {
		padding: 20px;
	}
}
/*------------------------------------------------
カスタムについて
------------------------------------------------*/
.column3_40 {
	display: inline-block;
	width: 36%;
	margin: 2em 4px;
	vertical-align: middle;
}
.column3_20 {
	display: inline-block;
	width: 18%;
	margin: 2em 4px;
	vertical-align: middle;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	.column3_40,
	.column3_20 {
		width: 100%;
		display: block;
	}
}
/*------------------------------------------------
技術サポート
------------------------------------------------*/
h2.special {
	border-bottom: 0;
	text-align: center;
	font-size: 34px;
}
h2.special::after {
	display: none;
}
ul.Conlist {
	margin: 20px 0px;
}
ul.Conlist li {
	margin-top: 50px;
	height: 420px;
	width: 100%;
	position: relative;
	border-bottom: 0;
}
ul.Conlist li dt {
	width: 500px;
	height: 320px;
	position: relative;
}
ul.Conlist li dt img {
	width: 500px;
	height: 320px;
}
ul.Conlist li dd.txt {
	background: rgba(37, 37, 37, 0.65);
	color: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
	position: relative;
	top: -270px;
	width: 530px;
	left: 470px;
	box-shadow: 0 0 10px #000000;
}
ul.Conlist li:nth-child(2) dt,
ul.Conlist li:nth-child(4) dt {
	left: 500px;
}
ul.Conlist li:nth-child(2) dd.txt,
ul.Conlist li:nth-child(4) dd.txt {
	left: 0px;
}

@media screen and (max-width: 760px) {
	ul.Conlist li {
		margin-top: 50px;
		height: auto;
		width: 100%;
		position: inherit;
	}
	ul.Conlist li dt {
		width: 100%;
		height: auto;
		position: inherit;
	}
	ul.Conlist li:nth-child(2) dt,
	ul.Conlist li:nth-child(4) dt {
		left: 0px;
	}
	ul.Conlist li dt img {
		width: 100%;
		height: auto;
	}
	ul.Conlist li dd.txt {
		background: #fff;
		color: #000;
		padding: 20px 20px;
		position: inherit;
		top: 0px;
		width: 100%;
		left: 0px;
		box-sizing: border-box;
		margin-top: -10px;
	}
}
/*------------------------------------------------
プライバシーポリシーページ調整
------------------------------------------------*/
p.p_signe {
	line-height: 1.5em;
	background: #0b0b0b;
	padding: 20px 15px;
	text-align: center;
}

span.c_name {
	font-size: 20px;
	font-weight: bold;
	color: #d1242a;
}
/*------------------------------------------------
サイトマップページ調整
------------------------------------------------*/
.page-id-32 .post {
	margin: 0;
}
.post ul#sitemap_list li {
	margin-bottom: 5px;
	padding-left: 22px;
	border-bottom: 1px solid #0b0b0b;
	padding-bottom: 10px;
	background: url(../mrp04-child/images/arrow.png) no-repeat 0 6px;
}
/*------------------------------------------------
フッター調整
------------------------------------------------*/
#footer {
	background-color: rgba(0, 0, 0, 1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	background-image: url(../mrp04-child/images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	overflow: hidden;
}
.footnav {
	padding: 4em 0 2em;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
.clm2_60 {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}
.clm2_40 {
	display: inline-block;
	width: 36%;
}
.F_list ul {
	display: inline-block;
	width: 32.5%;
	margin: 0;
	vertical-align: top;
}
#footer ul {
	padding-top: 0;
	text-align: left;
}
#footer ul li {
	margin-left: 0px;
	margin-right: 0;
}
.F_list ul li {
	display: block;
	width: 100%;
}
ul.f_ul01,
ul.f_ul02 {
	position: relative;
}
ul.f_ul01::before {
	position: absolute;
	font-size: 110%;
	color: #d1242a;
	font-weight: bold;
	top: -40px;
	content: "株式会社スペースについて";
}
ul.f_ul02::before {
	position: absolute;
	font-size: 110%;
	color: #d1242a;
	font-weight: bold;
	top: -40px;
	content: "製品情報";
}
.snsArea,
.adressArea {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}
p#footerLogo img {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
h1.F_logo {
	text-align: left;
	font-size: 200%;
	padding-bottom: 7px;
	letter-spacing: 0.1em;
}
p.F_adress {
	text-align: left;
	padding-bottom: 7px;
	font-size: 120%;
	line-height: 1.3;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	.clm2_60,
	.clm2_40 {
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	.F_list ul {
		display: block;
		width: 90%;
		margin: 10px auto;
	}
	#footer ul.f_ul01 {
		margin: 46px auto;
	}
	#footer ul.f_ul02 {
		margin: 46px auto 0;
	}
	#footer ul.f_ul03 {
		margin: 0 auto;
	}
	h1.F_logo,
	p.F_adress {
		width: 90%;
		margin: 0 auto;
	}
	.snsArea,
	.adressArea {
		display: block;
		width: 100%;
	}
	#footer ul {
		text-align: center;
	}
	#footer ul li {
		padding: 0;
	}
	#footer {
		background-size: contain;
	}
}

/*------------------------------------------------
カスタムフィールド系固定ページ調整
------------------------------------------------*/
.archive .post {
	background: rgba(29, 29, 29, 0.65);
	margin: 0 0 30px;
	box-shadow: 0 0 23px #000;
	padding: 30px;
}
.archive h1.title.first {
	background: rgba(0, 0, 0, 0.8);
	margin-bottom: 0;
	box-shadow: 0 0 23px #000;
	border-left: 0;
	border-top: 4px solid;
	font-size: 32px;
	letter-spacing: 0.02em;
}
ul.post2b.product_archive {
	background: rgb(187, 187, 187);
	box-shadow: 0 0 23px #000;
	padding: 10px;
}
.archive h2.cat-loop {
	text-align: left;
	padding-left: 0;
}
.archive h2.cat-loop a {
	font-size: 18px;
	color: #d1242a;
	text-align: left;
	white-space: pre-wrap;
}
#content .product_archive li {
	border-bottom: 0 !important;
	margin-bottom: 15px !important;
	padding: 20px;
	background: #ffffff;
	border: 4px solid #bbbbbb;
	color: #1b1b1b;
}
.post2b img {
	border: 0 !important;
}

.linkBtn {
	background: #720106;
}
.linkBtn:hover {
	background: #070707;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	.archive .post {
		padding: 10px;
	}
}
/*------------------------------------------------
サイドバー調整
------------------------------------------------*/
section.widget,
.widgetInfo {
	padding: 0 0 20px;
	background-color: rgba(25, 25, 25, 0.65);
	border: 0;
	box-shadow: 0 0 23px #000;
}
section.widget h2 {
	background: #060606;
	border-top: 2px solid;
	color: #d1242a;
	padding: 12px 10px;
}
section.widget h3 {
	margin: 15px 0;
	padding: 9px;
	font-size: 110%;
	font-weight: normal;
	color: #ffffff;
	background: transparent;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
}
section#search-2 {
	padding: 20px;
}
.sort-q {
	padding: 0 16px;
}
.sort-ans {
	background: rgba(64, 64, 64, 0.74);
	padding: 8px;
	margin: 12px auto 0;
}
h6 {
	padding: 6px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid;
}
.col2 {
	padding: 5px 0;
}
p.tm20.nobm {
	font-size: 90%;
	line-height: 1.3;
	margin: 10px 0;
	color: #e01922;
}
input.lm20 {
	margin: 4px;
}
input.lm17 {
	margin: 4px;
}
/*------------------------------------------------
投稿ページ調整
------------------------------------------------*/
.single .post {
	background: rgb(255, 255, 255);
	margin: 0 0 30px;
	box-shadow: 0 0 23px #000;
	padding: 20px;
	border: 22px solid #bbbbbb;
}
.single .post p {
	padding: 15px 0;
	color: #1b1b1b;
	line-height: 1.5;
}
.archive h1.title.first,
.single h1.title.first {
	background: -webkit-linear-gradient(left, #292222, #6d6d6d);
	background: -ms-linear-gradient(left, #292222, #6d6d6d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292222', endColorstr='#6d6d6d', GradientType=0)";
	margin-bottom: 0;
	box-shadow: 0 0 23px #000;
	border-left: 0;
	border-top: 4px solid;
	font-size: 32px;
	letter-spacing: 0.02em;
}
div#model_detail_wrapper {
	width: 100%;
	overflow-x: scroll;
	margin: 2em auto 4em;
}
table#model_detail th {
	background: #f5f5f5;
	color: #252525;
	border: 1px solid #bbbbbb;
	padding: 10px 4px;
	white-space: nowrap;
}
table#model_detail td {
	background: #fff;
	color: #252525;
	border: 1px solid #bbbbbb;
	padding: 10px 4px;
	white-space: nowrap;
	text-align: center;
}
table#model_detail a {
	color: #d1242a;
}
/*--------------------
ダウンロードボタン
----------------------*/
a.dl_btn {
	display: block;
	background: #80181b;
	text-align: center;
	border-radius: 4px;
	padding: 4px 0;
}
table#model_detail a.dl_btn {
	color: #fff;
}
a.dl_btn:hover {
	opacity: 0.6;
}
/*------　レスポンシブ調整　--------*/
@media only screen and (max-width: 640px) {
	.single .post {
		padding: 10px;
	}
}

/*
 * 2018/10/26 飯
 */
#editor-style.post {
	background-color: rgba(18, 18, 18, 1);
}

/* アーカイブ */
#content .product_archive * {
	box-sizing: border-box;
}
#content .product_archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#content .product_archive li {
	width: 49%;
	margin: 0 0 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#content .product_archive li p.post2b_img {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#content .product_archive li .description {
	height: 175px;
	/*overflow-y: hidden;*/
}
#content .product_archive li .post2b_link {
	float: none;
	margin: 30px 0px 10px 0px;
	font-size: 100%;
}
#content .product_archive li .post2b_link a.linkBtn {
	padding: 1em 3em;
}
#content .product_archive li .post2b_link a.linkBtn:hover {
	color: #fff;
}
#content .product_archive li .post2b_bottom_block {
	width: 100%;
	text-align: center;
}

/* サイドバーが下段に落ちるのと合わせてる */
@media only screen and (max-width: 959px) {
	#content .product_archive li {
		width: 100%;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}
}

/* シングルページ */
#product_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#product_head .description {
	width: 60%;
}
#product_head .image {
	width: 35%;
}

#model_detail th {
	padding: 0;
	text-align: center;
}

/* サイドバーが下段に落ちるのと合わせてる */
@media only screen and (max-width: 959px) {
	#product_head {
		flex-direction: column-reverse;
	}
	#product_head > div {
		width: 100% !important;
	}
	#product_head .image img {
		margin: 0 auto;
	}
}

/*
 * ツールチップ
 */
.tooltip_wrapper {
	position: relative;
	display: inline-block;
}
.tooltip_wrapper img {
	padding: 0;
}
.tooltip_wrapper .tooltip_str {
	position: absolute;
	font-size: 12px;
	top: -36px;
	background-color: #000;
	border-radius: 4px;
}

.tooltip_wrapper .tooltip_str span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 3px 8px;
}

.tooltip_wrapper .tooltip_str span:after {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 6px);
	border: 6px solid transparent;
	border-top: 6px solid #000;
}

.tooltip_str.deactive {
	display: none;
	opacity: 0;
}

.tooltip_str.active {
	display: block;
	opacity: 0.8;
}

/*
 * 検索結果
 */
body.search .news p {
	padding: 0;
	border-bottom: 1px dashed #fff;
	margin-bottom: 15px;
}
body.search p a {
	padding: 0;
	font-size: 30px;
	color: #fff;
}
body.search p a span {
	color: #fff;
}

body.en-US ul.f_ul01::before {
	content: "About SPACE Inc.";
}
body.en-US ul.f_ul02::before {
	content: "Products Information";
}
/*------------------------------------------------
デモ機貸出フォーム
------------------------------------------------*/
body.page-demo {
	background: #fff;
	color: #000;
}
body.page-demo #breadcrumb ul li a,
body.page-demo #breadcrumb ul li {
	color: #000;
}
body.page-demo h2 {
	color: #000;
}
.post table.demo-table {
	margin: 2rem 0 0;
}
.post table.demo-table th {
	color: #000;
	background: #ddd;
	border: 1px solid #000;
}
.post table.demo-table td {
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.demo-item input[type="text"],
.demo-item input[type="tel"],
.demo-item input[type="email"],
.demo-item input[type="date"],
.demo-item input[type="url"],
.demo-item input[type="number"],
.demo-item select,
.demo-item textarea {
	width: 300px;
	margin-left: 10px;
}

.demo-item input[name="mokuteki"],
.demo-item input[name="mokuteki02"],
.demo-item input[name="mokuteki03"],
.demo-item input[name="biko"],
.demo-item input[name="biko02"],
.demo-item input[name="biko03"] {
	width: 500px;
}
ul.demo-list {
	margin: 0;
}
ul.demo-list li {
	border-bottom: none;
	position: relative;
	padding-left: 1.5rem;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}
ul.demo-list li:before {
	content: "●";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5;
}
@media only screen and (max-width: 640px) {
	.post table.demo-table th,
	.post table.demo-table td {
		border-bottom: none;
	}
	.post table.demo-table tr:last-child {
		border-bottom: 1px solid #000;
	}
	.demo-item input[type="text"],
	.demo-item input[type="tel"],
	.demo-item input[type="email"],
	.demo-item input[type="date"],
	.demo-item input[type="url"],
	.demo-item input[type="number"],
	.demo-item select,
	.demo-item textarea {
		width: 100%;
		margin-left: 0;
	}
}
