﻿@charset "UTF-8";


/****  ヘッダー  ****/
#Frontispiece {
	position: relative;
	padding-top: 50px;
	height: 160px;
	box-sizing: content-box;
	background: #e6e6e2 url('../img/common/header-sub.jpg?20240222') 50% 70% no-repeat;
	background-size: contain;
	background-position: bottom right;
	color: #FFF;
}
#Frontispiece h1{
	width: 100%;
	font-size: 72px;
	line-height: 1.2em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 0;
	margin: 0;
	text-shadow: 5px 5px 6px rgb(0 0 0 / 70%);
}
#Frontispiece .text {
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}
@media screen and (max-width: 960px) {
	#Frontispiece {
		padding-top: 120px;
	}
}
@media screen and (max-width: 800px) { /* スマホ */
	#Frontispiece {
		padding-top: 0;
	}
	#Frontispiece h1{
		font-size: 42px;
	}
}

/****  サブページ全体  ****/
table {
	width: 80%;
	margin: 0 10% 1.7em;
	border-collapse: collapse;
}
td {
	padding: 20px;
	background: #FFF;
}

.table-width {
	width: 80%;
	margin: 0 10% 1.7em;
	text-align:left;
}
.table-width table {
	width: 100%;
	margin: 0
}


.List50 {
    z-index: 30;
    position: relative;
    display: inline-block;
    width: 49%;
    margin-bottom: 1.7em;
    text-align: center;
    transition: 0.5s;
}
.List50 > div {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: 0.5s;
}
.List50 img {
    display: block;
    width: 80%;
    z-index: 30;
    position: relative;
}
.List50 > div:hover .back {	right: -15%;}
.List50 > div:hover .front {right: -10%;}
.List50.open {
    width: 100%;
}
.List50.open > div {
    width: 50%;
}

@media screen and (max-width: 800px) { /* スマホ */
	table,
	.table-width {
		min-width: 95%;
		margin: 0 auto 1.7em;
	}
	table.sptable {			display: block; border: none !important;}
	table.sptable thead{	display:none;}
	table.sptable tbody {
		display: block;
		margin-bottom: 1.7em;
	}
	table.sptable tr {
		display: block;
		margin: -1px 0;
	}
	table.sptable tr th,
	table.sptable tr td {
		display: block;
		position: relative;
		text-align: left;
		padding-left:110px;
	}
	table.sptable tr th:before,
	table.sptable tr td:before {
		content: attr(data-title)"";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100px;
		padding-top: 20px;
		background: #CCC;
		text-align: center;
	}
	.List50 ,.List50 > div {
		width: 100% !important; 
	}
}



/****  会社概要  ****/
#company table {
	width: 80%;
	margin: 0 10% 1.7em;
	border-collapse: collapse;
	border-bottom: 1px solid;
}
#company td {
	border-top: 1px solid;
}
#company td:first-child {
	width: 140px;
	background: #003384;
	background: -moz-linear-gradient( #4d91ff 0%, #003384 50%, #003384 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#4d91ff), color-stop(50%, #003384), to(#003384));
	background: -webkit-linear-gradient( #4d91ff 0%, #003384 50%, #003384 100%);
	background: -o-linear-gradient( #4d91ff 0%, #003384 50%, #003384 100%);
	background: linear-gradient( #4d91ff 0%, #003384 50%, #003384 100%);
	color: #FFF;
	font-weight: 700;
}
#company .map {
	position: relative;
	width: 80%;
	margin: 20px 10% ;
}
@media screen and (max-width: 800px) { /* スマホ */
	#company table ,
	#company .map {
		min-width: 95%;
		margin: 0 auto 1.7em;
	}
}
#company .map:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さを幅の75%に固定 */
}
#company .map iframe {
	display:block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


/****  IP剥離  ****/
#IonPlating table {
	border: 2px solid #000;
}
#IonPlating table td,
#IonPlating table th {
	border: 1px solid #000;
	text-align:center;
}
#IonPlating table th {
	padding: 5px 20px;
	background-color: #ccc;
}

@media screen and (max-width: 800px) { /* スマホ */
	#IonPlating table tbody {
		border: 2px solid #000;
	}
	#IonPlating table td {
		text-align: left;
	}
}


/****  パーツ  ****/
h2 {
	text-align:center;
	color: #ffb3bf;
	font-size: 48px;
}
.ToCall {
	text-align:center;
}
.ToCall > * {
    display: inline-block;
    border: 5px double red;
    border-radius: 20px;
    padding: 20px 30px;
    font-weight: 700;
}
@media screen and (max-width: 800px) { /* スマホ */
	h2 {
		font-size: 24px;
	}
}




