/* 共通 */

/*clearfix*/
.clearfix:after{  
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;  
	content: " ";  
	clear: both;  
} 

* html .clearfix { 
	zoom: 1; 
} 

*:first-child+html .clearfix {
	 zoom: 1; 
} 

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*Webフォント*/

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	/*font-family: 'hannari';*/
	background: #fff;
	font-weight:300;
	color:#000;
}

p {
	margin-bottom: 1em;
	line-height: 2.0;
}

.fontTitle {
	font-size:1.8em;
}

.fontSubtitle {
	font-size:1.2em;
}

.fontDescription {
	padding-top:20px;
	font-size:0.9em;
	line-height:1.8;
}

#subTitle {
	margin-bottom:20px;
}

h3 {
	position: relative;
	/*text-align: center;*/
}

h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1d2087;
}

h4 {
	padding: .25em 0 .25em 40px;
	margin-bottom:20px;
	/*border-left: 4px solid #1d2088;*/
	background: url(../img/record_g.png) no-repeat left center;
	font-size:1.1em;
}

.red {
	color:#EB2226;
}

.next {
	padding: 1em 4em;
	border: 4px solid #fff;
	
}

/* 共通ここまで */

/* TOPページ */
section {
	/*min-height: 400px;*/
	text-align: center;
	line-height: 1.9;
	color:#fff;
	margin:10px 0;
}

section a {
	color: #fffffc;
	text-decoration:none;
}

 .contentsBox a:hover {
	font-weight:bold;
	background-color: #1d2087;
  border:solid 3px #fffffc;
  background-size: 10px 10px;/*数字を大きくすれば太く、小さくすれば細くなります。*/
}


.contentsBox p {
	font-size:1.2em;
	margin-top:3em;
	line-height: 2.2;
}

section img {
	width:100%;
	height:auto;
}

#topImagePC {
	display:block;
}

#topImageSP {
	display:none;
}

#main-visual {
	margin:60px auto;
	margin-bottom:0;
	width:100%;
	/*height:700px;*/
	background-position:inherit;
	background-size:cover;
}

#main-visual img {
	width:100%;
	height:auto;
}

.top	{
	display: block;
}

.top img	{
	width: 100%;
}

.movie_container {
	width:100%;
	height:auto;
}

.innerBox {
	padding:5%;
	background-position:center;
	background-size:cover;
}

#twitter {
	/*margin:5% 5% auto;*/
}


.timeline-Tweet--isRetweet {
	display: none !important;
	papadding: -7px;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/*.newsUl {
	margin:4%;
}
*/
.rightText {
	float:right;
	margin-top:-20px;
	color:#1d2088;
	text-decoration:none;
}

#record {
	background-image:url(../img/record.jpg);
}

#print {
	background-image:url(../img/print.jpg);	
}

#electric {
	background-image:url(../img/ef.jpg);	
}

#people {
	width:100%;
	height:auto;
	background-position:center;
	background-size:cover;
}

.contentsBox {
	padding:15% 10%;
	background-position:center;
	background-size:cover;
}

#topCenter {
	text-align:center;
	 width:60%;
	 max-height:200px;
	 
}

.absoluteTop {
   position: absolute;
	 background-color: rgba( 0, 0, 0, .0 );
   color: #fff;
	 font-size:1.8em;
	 font-weight:bold;
	 top:35%;
	 width:100%;
	 align-content:center;
	 text-align: center;
	/* display:none;*/
}

#subject dt {
	width: 10%;
	float:left;
	padding-bottom: 12px;
}

#subject dd {
	width: 90%;
	float: left;
	font-weight: bold;
	padding-bottom: 12px;
}

#subject a {
	color: #000;
	text-decoration: none;
}

#subTitle a:hover{
	text-decoration: underline;
}

.mainareaTop{
  float:left;
  width:33%;
	padding-top: 20px;
	
}

.subareaTop{
	float:left;
	width:33%;
	padding-top: 20px;
}

.subareaTop img {
	margin: 0 10% auto;
	width: 80%;
}

.subareaTop a:hover img{
	opacity:0.5;
}


#headerNew {
	color: red;
	font-size: 12px;
	font-weight: bold;
	border: thick 2px red;
	-webkit-animation: switchtext 0.5s infinite alternate;
  -moz-animation: switchtext 0.5s infinite alternate;
  animation: switchtext 0.5s infinite alternate;
	/*採用情報がアップされたときだけ表示*/
	/*display: block;*/
}

@-webkit-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@-moz-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}

/*TOPページここまで */

/* 下層ページ共通 */
#main-contents  {
	margin:80px 120px auto;
	}
	
#main-contents	a {
	color: #1d2087;
	text-decoration:none;
}

#main-contents a:hover {
	text-decoration:underline;
}

#info-contents  {
	margin:80px 120px auto;
	text-decoration:none;
	}
	
#info-contents  a{
	text-decoration:none;
}

.row {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
	overflow:hidden;
	font-size:0.9em;
	/*background-color: rgba(0,0,0,0.2);
	color:#fff;*/
}

.row a img{
	text-align:left;
	width:346px;
	border:solid #ddd 1px;
	padding:10px;
	margin-top:20px;
}

.underLine {
	border-bottom: 1px solid #ccc;
	height:1px;
	width:100%;
	margin:30px auto 30px;
}


/* 下層ページ共通ここまで */

/*レコード事業 TOP */
.relative {
    position: relative;
}
.absolute {
   position: absolute;
	 background-color: rgba( 0, 0, 0, .5 );
   color: #fff;
	 font-weight:bold;
	 top:45%;
	 width:100%;
	 align-content:center;
}

.slash::after {
	content:'//';
	padding-left: 6px;
	padding-right: 0;
	font-weight:bold;
}

#middlePosotion ul li img {
	vertical-align:middle;
	padding-left: 6px;
	margin-top: -3px;
	padding-right: 0;
}

.recordSubtitle {
	margin:20px 20px 20px 0;
}

.recordSubtitle ul{
	list-style:none;
	margin:0 auto;
	padding-bottom:20px;
}

.recordSubtitle ul li{
	display: inline-block;
	margin-right:4px;
}

.recordSubtitle a{
	color:#000;
}

/*レコード事業 TOP ここまで */

#record-about a{color:#fff;}
#record-about a:hover{text-decoration:none;filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;}

/*レコードのできるまで*/

.movieFrame {
	border:solid 10px #000;
  /*border-radius: 255px 10px 225px 10px/10px 225px 10px 255px;*/
}

.movieFrame img {
	width:100%;
  /*border-radius: 255px 10px 225px 10px/10px 225px 10px 255px;*/
}

/*レコードのできるまで ここまで*/



/* 見積もり */

#LabelDesc {
	margin:12px;
	width:95%;
}

.priceDesc {
    font-size: 0.9em;
		font-weight:bold;
}

.hatena img {
	padding-left: 10px;
	padding-right: 0;
	margin-top:-4px;
	vertical-align:middle;
}


.selectBox {
	width: 90%;
	margin-top:2%;
	margin-left:12px;
	margin-bottom:4%;
	padding:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:#000 2px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	background: #fffffc;
	background: url(../img/arrow2.png) right 2% no-repeat;
	font-size:1.1em;
	border-radius: 0;
}

.selectBox_s {
	width: 90%;
	margin-top:2%;
	margin-left:12px;
	padding:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:#000 2px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	background: #fffffc;
	background: url(../img/arrow2.png) right 2% no-repeat;
	font-size:1.1em;
	border-radius: 0;
}

input[type=radio]{
	margin-left:12px;
}

.honkikosei {
	display:none;
}

#DL {
	display:none;
}

#sum {
	display:none;
}

.priceLabel {
    font-size: 2em;
    text-decoration: none;
		width:95%;
		height:80px;
}

.hiddnePrice {
	display: none;
}

select::-ms-expand {
	display: none;
}

.postal {
	margin-left:12px;
}

#LacquerAdd,
#witness {
	display:none;
}

.dateInput {
	width:40%;
}

#agree {
	border:2px solid #ccc;
	margin:12px;
	width:95%;
}

input[type=checkbox] {
	margin-right:12px;
}

dl {
	padding:12px;	
}

dd {
	padding-left:12px;
	padding-right:12px;
	font-size:1.0em;
}

#orderButton {
	display:none;
}

/* 見積もりここまで */

/*よくある質問*/

#pankuzu {
	font-size:0.8em;
}

.link_fix {
	
	margin-top:-70px;
  padding-top:70px;	
}

.questionArea {
	width:85%;
	margin:0 auto;
	margin-bottom:20px;
}

.qaArea {
	width:85%;
	margin:0 auto;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

.qaArea img{
 vertical-align:middle;
 padding-right:10px;
}

.qaArea .question {
	width:90%;
	margin:0 auto;
}

.qaArea .answer {
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:10px;
}

.rightArea{
    float:right;
    width:90%;
		text-align:left;
}

.leftArea{
	float:left;
	width:10%;
}

/*よくある質問ここまで*/

/*ダウンロード*/
.dlArea {
	width:90%;
	margin:0 auto;
}

.vertical img{
	vertical-align:middle;
	padding-right:4px;
	width: 47px !important; 
}

.dlHr {
	border:1px solid;
	margin-bottom: 30px;
}

.prHr {
	border:2px solid;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*ダウンロードここまで*/

/*印刷事業*/
#middlePosotion .print1080 {
	display:block;
}

#middlePosotion .print640 {
	display:none;
}

#middlePosotion p {
	padding-bottom:40px;
}

.flexslider img {
	width:80%;
}

/* 電鋳事業 */
#popupcontents{
	margin:80px 20px auto;
}

#middlePosotion {
	width:100%;
	height:auto;
	/*text-align:center;*/
	padding-top:20px;
}

#middlePosotion ul {
	list-style:none;
}

#middlePosotion ul li{
	display:inline-block;
	margin-bottom:4%;
}

#efNav ul {
	list-style:none;
}

#efNav ul li {
	display:inline-block;
	margin-right:40px;
}

/* 電鋳事業ここまで */


/* 会社概要 */

.ggmap iframe,
.ggmap object,
.ggmap embed {
	width: 99%;

}

.mainarea{
    float:right;
    width:65.625%;
	/*background:#dd4b4b;*/
	
}

.subarea{
	float:left;
	width:32.291%;
	/*background:#F96;*/
	padding-left:10px;
}
/* 会社概要 */

/* お問い合わせ */
.infoUl {
	width:90%;
	margin:0 auto;
}

.infoUl li {
	margin-bottom:20px;
	padding-top:1.0em;
	padding-left:1.5em;
	border:solid 4px #1d2088;
	/*border:solid 4px #999;*/
	font-weight:bold;
	text-align:left;
	list-style:none;
}

.infoRec {
	background:repeat center url(../img/info_rec.jpg);
}

.infoPri {
	background:repeat center url(../img/info_print.jpg);
}

.infoEF {
	background:repeat center url(../img/info_ef.jpg);
}

.infoOther {
	background:repeat center url(../img/info_other.jpg);
}

.infoUl li:hover {
	background-color: #1d2088;
	border:solid 4px #000;
}

.infoUl a {
	color:#000;
}


.infoP {
	font-size:0.9em;
	font-weight:normal;
	line-height:2em;
	padding-right:10px;
	padding-top:8px;
}

.infoP_bold {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	padding-right:10px;
	padding-top:8px;
}
	
.contactTitle {
	font-size:0.9em;
	margin-bottom:10px;
}

input[type=text]{
	font-size:1.0em;
   border:#000 2px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:60%;
   height:35px;
   padding: 12px 0.8em;
	 margin-left:12px;
}


 
input[type=text]:focus {
   border:solid 2px #1d2088;
}
 
input[type=text], select { 
   outline: none;
}

textarea{
	font-size:1.0em;
   border:#000 2px solid;
    padding: 12px 0.8em;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
		width:80%;
		margin-left:12px;
}

textarea:focus {
   border:solid 1px #1d2088;
}
 
textarea, select { 
   outline: none;
}

.submit_button_after {
	margin-bottom:40px;
}


button.submit_button {
    font-size: 0.9em;
    font-weight: bold;
    padding: 10px 0;
		background-color: #fff;
		border:#1d2088 solid 4px;
    color: #000;
		width:60%;
}

button.submit_button:hover {
	border:#000 solid 4px;
    margin: 0;
padding: 10px 0px;
background-color: #1d2088 ;
background-size: 10px 10px;/*数字を大きくすれば太く、小さくすれば細くなります。*/
color:#fff;
}

/* お問い合わせここまで */

/*職人ここから*/
.row ul {
	list-style:none;
	width:100%;
}

.thumbnail li {
	width:47%;
	margin-right:1%;
	margin-left:1%;
}

.row ul li img {
	width:100%;
	height:auto;
}

/* NEWS*/
.newsArchive-m {
	font-size:1.0em;
	font-weight:bold;
}

.newsArchive-s {
	font-size:0.9em;
}
/* NEWSここまで*/

/* フッター */

footer {
	padding: 30px;
	text-align: center;
	background-color:#fff;
}

footer p {
	font-size:0.9em;
	color:#000;
}

footer a {
	color: #666;
	text-decoration: none;
}

footer ul {
	list-style:none;
	margin:0 auto;
	padding-bottom:20px;
}

footer ul li{
	display: inline-block;
	margin-right:20px;
}


/* フッターここまで */

/*  */

.inner {
	width: 92%;
	margin: 0 auto;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	/*top: -140px;*/
	width: 100%;
	margin: -20px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #000;
	text-decoration: none;
}

#top-head .inner {
	position:relative;
	height:80px;
}

#top-head .inner img{
	padding-top:40px;
}

#mobile-head {
	display: none;
}

#global-nav ul {
	margin-top:-190px;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

#global-nav ul li {
	float: left;
	position: relative;
}

#global-nav ul li a {
	padding: 0 15px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
	background: #1d2088;
	bottom: -20px;
}

/* Fixed */

h1.logo img.logo-top {display:block;}
h1.logo img.logo-down {display:none;}

.fixed h1.logo img.logo-top {display:none;}
.fixed h1.logo img.logo-down {display:block;}


#top-head.fixed .inner {
	height:70px;
}

#top-head.fixed .inner img{
	padding-top:15px;
	width:125px;
	height:auto;
}

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top:0;
	height: 70px;
	background: rgba(0,0,0,.8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul {
	margin-bottom:25px;
}


#top-head.fixed #global-nav ul li a {
	color: #fffffc;
	padding: 0 10px;
	font-size:13px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -5px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #1d2088;
	bottom: -15px;
}

.on a {
	font-weight:bold;
}

/* Transition */

#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 27px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* 各種テーブル */
table {
	border-collapse: separate;
	width:100%;
	border-spacing:0 10px;
}

th {
	text-align: center;
	padding: 10px;
	font-weight: normal;
	background: #1d2088;
	color:#fff;
}

td {
	text-align: left;
	padding: 20px 20px 2px;
}

.th-history {
	width:200px;
}

.th-contact,
.th-recruit {
	width:180px;
}

.table-ul {
	list-style:none;
}

.list-heading1 {
	display: inline-block;
	width: 280px;
}

.list-heading2 {
	display: inline-block;
	width: 160px;
}

.list-heading3 {
	display: inline-block;
	width: 200px;
}

.table-ul p {
	margin-bottom:0.2em;
}

.ef-tr td {
	padding:10px;
}

.priceTable table {
	width:90%;
	margin-left:12px;
	border-collapse: collapse;
}

.priceTable td {
	padding:10px;
}
/* 各種テーブルここまで */

/* ページトップへ */
.pagetop {
   display: none;
   position: fixed;
   bottom: 30px;
   right: 20px;
}
.pagetop a {
   display: block;
   background-color: #ccc;
   text-align: center;
   color: #222;
   font-size: 12px;
   text-decoration: none;
   padding: 5px 10px;
	 filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}
.pagetop a:hover {
   display: block;
   background-color: #1d2088;
   text-align: center;
   color: #fff;
   font-size: 12px;
   text-decoration: none;
   padding:5px 10px;
	 filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}

#google_translate_element {
	height:60px;
}

@media screen and (max-width: 980px) {
	
	
	.rightText {
		font-size:0.8em;
	}
	
	.inner {
    width: 92%;
    padding: 0 5px;
}
	
	#global-nav ul li a {
		padding: 0 10px;
	}
	
	#top-head.fixed #global-nav ul li a {
		padding: 0 8px;
	}
	
	#top-head	img {
		width:180px;
		height:auto;
	}
	
	.mainarea,
	.subarea{
    float: none;
    width:auto;
		padding-top:20px;
		padding-left:10px;
		font-size:1.0em;
}

#middlePosotion img {
	width:100%;
	height:auto;
	overflow:hidden;
}

#middlePosotion table{
	width:100%;
}

.list-heading1 {
	display: inline-block;
	width: 240px;
}

.list-heading2 {
	display: inline-block;
	width: 120px;
}

.list-heading3 {
	display: inline-block;
	width: 160px;
}

h2::before {
	width: 98%;
}

input[type=text]{
   width:98%;
	 font-size: 0.8em;
}

textarea{
   width:98%;
}

.selectBox {
	width:98%;
}

.selectBox_s {
	width:98%;
}

/*職人*/

.row ul li {
	width:97%;
	margin-right:1%;
	margin-left:1%;
}
	

}

@media screen and (max-width:870px) {
	
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 80px;
		z-index: 999;
		position: relative;
		display: block;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
	}

	#top-head.fixed .logo img,
	#top-head .logo img {
		width:40%;
		height:auto;
	}
	
	#top-head .inner img{
		padding-top:10px;
	}
	
	#top-head.fixed .inner img{
	padding-top:10px;
}
	
	
	#global-nav {
		position: absolute;
		top: -500px;
		background: #fffffc;
		width: 100%;
		text-align: center;
		padding: 25px 0;
		border-width:2px;
		border-bottom-style:solid;
		border-color:#1d2088;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	#global-nav ul {
		margin-top:0;
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 13px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #000;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	
.on a {
	font-weight:normal;
	background-color: #1d2087;
}

#main-visual {
	margin-top:80px;
	/*min-height:400px;*/
}

.contentsBox p {
	font-size:1.0em;
}

#main-contents  {
	/*margin:140px 10px  auto;*/
	margin:120px 8% auto;
	/*font-size:0.8em;*/
}

#info-contents  {
	margin:160px 8% auto;
	/*font-size:0.8em;*/
}
	
#subject dt, #subject dd {
		width: 100%;
		float: none;
	}

.subareaTop img {
	width:100%;
	text-align:center;
	margin: 0;
}


#subTitle {
	font-size:1.2em;
	margin-top:40px;
	margin-bottom:0;
}

/*Q&A*/
.qaArea,
.questionArea {
	width:100%;
}

table {
	width:105%;
}

.ef-tb table,
.rc-tb table {
	width:100%;
}

td {
	font-size:0.8em;
	padding: 10px 5px;
}	
	
th {
	font-size:0.9em;
}
	
.th-history,
.th-recruit {
	width:100px;
}

.td-history {
	padding:18px 20px 4px;
}

.list-heading1 {
	display: inline-block;
	width: 160px;
}

.list-heading2 {
	display: inline-block;
	width: 90px;
}

}

@media screen and (max-width:768px) {
	
	#topImagePC {
		display:none;
	}
		
	#topImageSP {
		display:block;
	}
		
	.absoluteTop {
		display:none;
	}
	
	.innerBox {
		padding:8%;
	}

}

@media screen and (max-width:640px) {
	.mainareaTop,
	.subareaTop{
			float: none;
			width:100%;
			padding-top:20px;
			font-size:1.0em;
	}
	
	.subareaTop img {
		text-align:center;
		width:80%;
		margin-left: 10%;
	}
	
	.fontTitle {
		font-size:1.2em;
	}
	
	.fontSubtitle {
		font-size:1.0em;
	}
	
	.fontDescription {
		padding-top:20px;
		font-size:0.8em;
		line-height:1.8;
	}
	
	#subTitle {
		font-size:1.0em;
	}
	
	h4 {
		font-size:1.0em;
	}
	
	.priceDesc {
		font-size:0.9em;
	}
	
	.selectBox {
		font-size:0.8em;
	}
	
	.selectBox_s {
		font-size:0.8em;
	}
	
	
	.infoP {
		font-size:0.9em;
	}
	
	.infoP_bold {
		font-size:1.2em;
	}
	
	.questionArea {
		font-size:0.9em;
	}
		
	.priceTable table {
		width:98%;
		margin-left:2%;
		border-collapse: collapse;
	}
	
	.priceTable td {
		padding:10px;
	}
	
	.priceLabel {
			font-size: 1.4em;
	}
	
	.price_s {
		font-size:0.9em;
	}
	
	button.submit_button {
			width:80%;
	}
	
	#middlePosotion .print1080 {
		display:none;
	}
	
	#middlePosotion .print640 {
		display:block;
		font-size:0.9em;
	}
	
	.dlArea p {
		font-size:0.9em;
	}
	
	.dlArea img {
		width:25px;
	}
}

@media screen and (max-width:480px) {
	
	.priceLabel {
			font-size: 1.2em;
	}
	
	.price_s {
		font-size:0.8em;
	}
	
	.contactTitle,
	.priceDesc {
			font-size: 0.8em;
	}
	
	#middlePosotion .print640 {
		font-size:0.8em;
	}
	
	#middlePosotion p {
		font-size:0.8em;
	}
	
	.qaArea p {
		font-size:0.9em;
	}
	
	.dlArea p {
		font-size:0.8em;
	}
	
	.dlArea img {
		width:20px;
	}
		
	section {
		margin: 10px auto;
	}
		
	.infoP {
		font-size:0.8em;
	}
	
	.infoP_bold {
		font-size:1.1em;
	}
		
	footer p {
		font-size:0.7em;
	}	
		
	td {
		font-size:0.8em;
	}	
		
	th {
		font-size:0.8em;
	}
}

@media screen and (max-width:391px) {
	.list-heading1 {
		font-weight: bold;
	}
}

/*180412movie*/
.movie {position:absolute;width:1px;height:0;left:0;top:0;}

/*180523recruit*/
.btn_entry {margin:10px 0 20px}
.btn_entry a {display:inline-block;padding:20px 40px;text-align:center;color:#fff!important;text-decoration:none!important;background:#1d2087;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition 0.3s ease-in-out;transition:0.3s ease-in-out;font-size:1.2em;font-weight:bold;width:auto;}
.btn_entry a:hover {filter:alpha(opacity=60);-moz-opacity: 0.6;opacity:0.6;color:#000!important;text-decoration:none!important;}
.txt-red {color:#b43248}
.waku {border:4px solid #e1dede;padding:30px;margin-bottom:60px;text-align:center;}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }
#cboxWrapper {max-width:none; /*background-color:#000*/}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch; box-sizing: border-box;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; }



/* 

    User Style:

    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background: url(../img/overlay.png) 0 0 repeat; z-index:5;}

#colorbox{outline:0;}

#cboxContent{ margin-top:0; overflow:visible; /*background:#000;*/ padding:50px 0;}
.cboxIframe{/*background:#000;*/}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{/*background:#000; padding:1px; padding-bottom: 40px;*/}

#cboxLoadingOverlay{/*background:#000;*/}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right: 205px; text-indent:-9999px;}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:0; height:0; position:absolute; /*top:-20px;*//* background:url(../img/common/controls.png) no-repeat 0 0;*/}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active, #cboxClose {outline:0;}


#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background: url(../img/cbox_close.png) 0 0 no-repeat; bottom: 30px; /*left:50%; margin-left: -48px;*/right:30; height: 44px; width: 135px;z-index:100000;}
#cboxClose:hover{background-position:0 0;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}



/*------------------------------
colorbox追記
------------------------------*/
#cboxOverlay{background: background:url(../img/overlay.png) top center repeat;z-index: 999 !important;}
#cboxOverlay #colorbox{	z-index: 100;}
.cboxIframe{width:100%;height:100% !important;}
#cboxContent{padding: 0 0;}/*#cboxLoadedContent{border: 2px solid #e9536b;}*/
#cboxClose{background: url(../img/cbox_close.png) 0 0 no-repeat; bottom: 50px; /*left:50%; margin-left: -48px;*/right:-10px; height: 44px; width: 135px;z-index:100000;}



/*------------------------------
ディストリビューション_ジャケット追記
------------------------------*/

.jacket-box .jacket {
	width: 23%;
	margin: 10px;
}

.jacket-box{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}
.jacket-box2{
	display:none;
}
.jacket-box1{
	display:block;
}

@media screen and (max-width:870px) {
	.jacket-box .jacket {
		width: 30%;
		margin: 10px;
	}
	.jacket-box2{
	display:block;
	}
	.jacket-box1{
		display:none;
	}	
	
}
/*------------------------------
service追記
------------------------------*/
ul.service_list{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
ul.service_list h3{
	font-size: 1.1em;
}
ul.service_list li{
	min-height:180px;
	margin-bottom: 55px;
	padding: 10px 275px 10px 20px;
	position: relative;
}
ul.service_list li:nth-of-type(1){
	background:url(../img/distribution/service01.jpg) no-repeat ; background-size:225px;background-position: 95% 10%;
}
ul.service_list li:nth-of-type(2){
	background:url(../img/distribution/service02.jpg) no-repeat ; background-size:225px;background-position: 95% 10%;
}
ul.service_list li:nth-of-type(3){
	background:url(../img/distribution/service03.jpg) no-repeat ; background-size:225px;background-position: 95% 10%;
}
ul.service_list li:nth-of-type(4){
	background:url(../img/distribution/service04.jpg) no-repeat ; background-size:225px;background-position: 95% 10%;
}
ul.service_list li:nth-of-type(5){
	background:url(../img/distribution/rpmweb.jpg) no-repeat ; background-size:225px;background-position: 95% 0%;
}
ul.service_list li p{
	padding-left: 10px ;
	margin-bottom: 0.5em;
}
/*ul.service_list li::after{
	bottom: -45px;
	color:#1d2087;
	content: "▼";
	font-size: 24px !important;
	left: 48%;
	position: absolute;
}*/

ul.service_list li.last::after{/*最後の▼を外す*/
	content: "";
}
ul.service_list li h3::before{
	height: 0px;
}
ul.service_list li h3::first-letter{/*1文字めを大きく*/
	/*font-size: 150%;*/
	letter-spacing: 0.15em;
}

@media screen and (max-width:870px) {
	ul.service_list li:nth-of-type(1){
		background:url(../img/distribution/service01.jpg) no-repeat ; background-size:150px;background-position: 95% 10%;
	}
	ul.service_list li:nth-of-type(2){
	background:url(../img/distribution/service02.jpg) no-repeat ; background-size:150px;background-position: 95% 10%;
	}
	ul.service_list li:nth-of-type(3){
	background:url(../img/distribution/service03.jpg) no-repeat ; background-size:150px;background-position: 95% 10%;
	}
	ul.service_list li:nth-of-type(4){
	background:url(../img/distribution/service04.jpg) no-repeat ; background-size:150px;background-position: 95% 10%;
	}
	ul.service_list li:nth-of-type(5){
	background:url(../img/distribution/rpmweb.jpg) no-repeat ; background-size:150px;background-position: 95% 0%;
	}
	ul.service_list li p{
		padding-left: 40px ;
		margin-bottom: 0.5em;
	}
	ul.service_list{
	list-style: none;
	padding: 0;
	margin: 0;
	}
ul.service_list li{
		min-height:150px;
		margin-bottom: 55px;
		padding: 10px 170px 10px 20px;
		position: relative;
	}
}

/*------------------------------
flow追記
------------------------------*/
ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.flow_list h3{
	font-size: 1.1em;
}
ul.flow_list li{
	min-height:150px;
	border: 2px solid #1d2087;
	border-radius: 10px;
	margin-bottom: 55px;
	padding: 10px 170px 10px 20px;
	position: relative;
}
ul.flow_list li:nth-of-type(1){
	background:url(../img/distribution/01_chumon.png) no-repeat ; background-size:125px 125px;background-position: 95% 50%;
}
ul.flow_list li:nth-of-type(2){
	background:url(../img/distribution/02_schedule.png) no-repeat ; background-size:125px 125px;background-position: 95% 50%;
}
ul.flow_list li:nth-of-type(3){
	background:url(../img/distribution/03_renraku.png) no-repeat ; background-size:125px 125px;background-position: 95% 50%;
}
ul.flow_list li:nth-of-type(4){
	background:url(../img/distribution/04_hasso.png) no-repeat ; background-size:125px 125px;background-position: 95% 50%;
}
ul.flow_list li:nth-of-type(5){
	background:url(../img/distribution/05_payment.png) no-repeat ; background-size:125px 125px;background-position: 95% 50%;
}
ul.flow_list li p{
	padding-left: 10px ;
	margin-bottom: 0.5em;
}
ul.flow_list li::after{
	bottom: -45px;
	color:#1d2087;
	content: "▼";
	font-size: 24px !important;
	left: 48%;
	position: absolute;
}

ul.flow_list li.last::after{/*最後の▼を外す*/
	content: "";
}
ul.flow_list li h3::before{
	height: 0px;
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
	/*font-size: 150%;*/
	letter-spacing: 0.15em;
}

