@charset "utf-8";


/*------------------------------------------------------------
	
	
	contents.css


------------------------------------------------------------*/


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

.breadcrumb {
	max-width: 90%;
	font-size: 1rem;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width: 813px) {
	
	.breadcrumb {
		max-width: 1280px;
		font-size: 1.2rem;
		padding: 30px 0;
	}
	
	.breadcrumb a:hover {
		text-decoration: underline;
	}
	
}

@media only screen and (max-width: 812px) {
	
	.breadcrumb span[property="name"] {
	    display: inline-block;
	    padding: 0;
	    margin-top: -3px;
	    vertical-align: middle;
	    max-width: 130px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
}

/*------------------------------------------------------------
	カバー画像
------------------------------------------------------------*/

#cover-vis {
	background: url(../img/pp/bg_cover.jpg) center center / cover no-repeat;
	width: 100%;
	height: 60vw;
	text-align: center;
	color: #fff;
	position: relative;
}

@media only screen and (min-width: 813px) {
	
	#cover-vis {
		height: 400px;
	}
	
}

/*企業情報*/
.page-id-23 #cover-vis {
	background-image: url(../img/about/bg_cover.jpg);
}

/*製品紹介*/
.page-id-25 #cover-vis {
	background-image: url(../img/products/bg_cover.jpg);
}

/*設備紹介*/
.page-id-41 #cover-vis {
	background-image: url(../img/facility/bg_cover.jpg);
}

/*商品お届けまでの流れ*/
.page-id-27 #cover-vis {
	background-image: url(../img/flow/bg_cover.jpg);
}

/*会社概要*/
.page-id-29 #cover-vis {
	background-image: url(../img/company/bg_cover.jpg);
}

/*アクセス*/
.page-id-31 #cover-vis {
	background-image: url(../img/access/bg_cover.jpg);
}

/*採用案内*/
.page-id-33 #cover-vis {
	background-image: url(../img/recruit/bg_cover.jpg);
}

/*個人情報保護方針*/
.page-id-3 #cover-vis {
	background-image: url(../img/pp/bg_cover.jpg);
}

/*お問い合わせ*/
.page-id-35 #cover-vis,
.parent-pageid-35 #cover-vis {
	background-image: url(../img/contact/bg_cover.jpg);
}


/*------------------------------------------------------------
	ページタイトル
------------------------------------------------------------*/

#cover-vis hgroup {
	height: 58px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (min-width: 813px) {
	
	#cover-vis hgroup {
		height: 80px;
	}
	
}

#cover-vis hgroup h1 {
	font: 700 7.4vw/1 "heisei-mincho-std";
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-shadow: 0 0 20px rgba(0,0,0,0.50);
}

#cover-vis hgroup p {
	font: 600 5vw/1 'roboto-condensed';
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0 0 20px rgba(0,0,0,0.50);
}

@media only screen and (min-width: 813px) {
	
	#cover-vis hgroup h1 {
		font-size: 4.5rem;
		margin-bottom: 20px;
	}
	
	#cover-vis hgroup p {
		font-size: 1.8rem;
	}
	
}


/*------------------------------------------------------------
	見出し（ページ共通）
------------------------------------------------------------*/

hgroup p.sub-ttl {
	font-size: 1.4rem;
	line-height: 1;
	font-family: 'roboto-condensed';
	color: #1F84CA;
	text-align: center;
}

hgroup h2 {
	font: 500 7vw/1 'heisei-mincho-std';
	text-align: center;
	margin: 10px 0 20px;
}

@media only screen and (min-width: 813px) {
		
	hgroup h2 {
		font-size: 3.6rem;
		margin: 15px 0 40px;
	}
	
}

/*------------------------------------------------------------
	ページ内スクロール
------------------------------------------------------------*/

#page-navi {
	margin: 0 auto 50px;
}

@media only screen and (min-width: 813px) {
	
	#page-navi {
		margin: -40px auto 100px;
	}

}

#page-navi ul {
	text-align: center;
}

#page-navi li {
	display: inline-block;
	font-size: 4vw;
	font-weight: 500;
	line-height: 1;
	border-right: 1px solid #ccc;
	padding: 6px 15px;
    margin-bottom: 10px;
}

#page-navi li:first-child,
#page-navi li:nth-child(3),
#page-navi li:nth-child(6) {
	border-left: 1px solid #ccc;
}
@media only screen and (min-width: 813px) {
	
	#page-navi li {
		font-size: 1.8rem;
		padding: 6px 30px;
		margin: 0;
	}
	
	#page-navi li:nth-child(3),
	#page-navi li:nth-child(6) {
		border-left: none;
	}
	
}

#page-navi li i {
	color: #1F84CA;
}

#page-navi li a {
	font-weight: 600;
}




/*------------------------------------------------------------
	レイアウト：2カラム レギュラー
------------------------------------------------------------*/

.conts-box {
	width: 100%;
	margin: 0 auto 40px;
}

@media only screen and (max-width: 812px) {
	
	.conts-box figure {
		margin: 30px 0 20px;
	}

}

@media only screen and (min-width: 813px) {
	
	.conts-box {
		min-width: 1200px;
		max-width: 1300px;
		margin: 0 auto 90px;
	}
	
	.conts-box .one-half {
		width: 50%;
		margin: 0;
	}
	
}


/*テキスト*/
.conts-box .txt-box {
	width: 90vw;
	margin: 0 auto;
	position: relative;
}

.conts-box .txt-box h3 {
	font: 500 6vw/1.8 'heisei-mincho-std';
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}

.conts-box .txt-box h3 span {
	display: inline-block;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.conts-box .txt-box h3 span:before {
	content: '';
	display: block;
	background-image: linear-gradient(91deg, rgba(158,197,243,0.80) 0%, rgba(189,230,255,0.80) 100%);
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 10px;
	z-index: -1;
}

.conts-box .txt-box p {
	text-align: justify;
}

@media only screen and (min-width: 813px) {
	
	/*テキスト*/
	.conts-box .txt-box {
		width: 400px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: -24px;
	}
	
	.conts-box .txt-box h3 {
		font-size: 3.2rem;
		margin-bottom: 30px;
	}
	
}




/*------------------------------------------------------------
	テーブル（基本）
------------------------------------------------------------*/

.table-holder {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 813px) {
	
	.table-holder {
		width: 780px;
	}
	
}

.table-holder table {
	width: 100%;
	table-layout: fixed;
	margin: 10px 0 0;
}

@media only screen and (min-width: 813px) {
	
	.table-holder table {
		width: 100%;
		table-layout: fixed;
		margin-top: 15px;
	}
	
}

.table-holder table tr {
	border-bottom: 1px solid #ccc;
}

.table-holder table th {
	width: 80px;
	font-weight: 600;
	padding: 15px 5px;
	vertical-align: top;
}

.table-holder table td {
	width: calc(100% - 80px);
	padding: 15px 0 15px 10px;
	word-break: break-all;
}

@media only screen and (max-width: 812px) {
	
	.table-holder table td.col-2 .one-half:not(:last-child) {
		margin-bottom: 10px;
	}

}

@media only screen and (min-width: 813px) {
	
	.table-holder table th {
		width: 180px;
		padding: 20px;
	}
	
	.table-holder table td {
		width: calc(100% - 180px);
		padding: 20px;
	}
	
	.table-holder table td.col-2 .one-half {
		float: left;
	}
	
}

.table-holder table td a {
	color: #165078;
	text-decoration: underline;
}


/*外部リンク アイコン*/
.table-holder table td a.external:after {
	content: '';
	display: inline-block;
	background: url(../img/common/icon-external.svg) center bottom / contain no-repeat;
	width: 17px;
	height: 14px;
	margin-left: 7px;
}

/*アクセスページ 交通アクセス用*/
.table-holder table td dl:not(:last-child) {
	margin-bottom: 10px;
}

.table-holder table td dl dt {
	font-weight: 600;
}

.table-holder table td dl dd {
	font-size: 1.4rem;
}




/*------------------------------------------------------------
	よくある質問（アコーディオン）
------------------------------------------------------------*/

#faq-area dl {
	border-top: 1px solid #ccc;
	padding: 20px 0 20px 30px;
}

#faq-area dl:last-child {
	border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 813px) {
	
	#faq-area dl {
		padding: 30px 30px 30px 60px;
	}

}

#faq-area dl dt {
	font-size: 1.4rem;
	font-weight: 500;
	position: relative;
	padding-right: 23px;
}

#faq-area dl dt:hover {
	text-decoration: underline;
	cursor: pointer;
}

#faq-area dl dt:before,
#faq-area dl dd:before {
	content: 'Q.';
	font: 500 1.8rem/1 'roboto-condensed';
	position: absolute;
    top: 5px;
    left: -25px;
	font-style: italic;
}

#faq-area dl dt:after {
	content: '\f105';
	font-size: 1.6rem;
	font-family: 'font awesome 6 pro';
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear; 
 }
  
#faq-area dl dt.active:after {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg); 
	top: 0;
	right: 10px;
}

#faq-area dl dd {
	display: none;
	background: #f3f4f5;
	font-size: 1.3rem;
    margin-top: 15px;
    padding: 10px 15px;
	position: relative;
}

#faq-area dl dd:before {
	content: 'A.';
	color: #1F84CA;
}

@media only screen and (min-width: 813px) {
	
	#faq-area dl dt {
		font-size: 1.6rem;
	}
	
	#faq-area dl dd {
		font-size: 1.4rem;
		margin-top: 20px;
		padding: 20px 30px;
	}
	
	#faq-area dl dt:before,
	#faq-area dl dd:before {
		font-size: 2.5rem;
		top: 3px;
		left: -40px;
	}
	
	#faq-area dl dt:after {
		right: -10px;
	}

}






/*------------------------------------------------------------
	個別投稿ページ ページ送り
------------------------------------------------------------*/

#pager-area {
	margin-bottom: 40px;
}

#pager-area .pager-btn {
	width: 46%;
}

#pager-area .pager-btn.next {
	margin-right: 8%;
	float: left;
}

#pager-area .pager-btn.previous {
	margin-right: 0;
	float: right;
}

@media only screen and (min-width: 813px) {
	
	#pager-area {
		margin: 60px 0;
	}
	
	#pager-area .pager-btn {
		width: 40%;
	}
	
	#pager-area .pager-btn.next {
		margin-right: 20%;
	}
	
	#pager-area .button {
		width: 100%;
		border-radius: 2px;
	}
	
}

/*------------------------------------------------------------
	404 Error
------------------------------------------------------------*/

.error-box  {
	margin: 100px 0 140px;
}

dl.error-msg {
	text-align: center;
	margin: 0 0 40px;
}

dl.error-msg dt {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ccc;
	margin-bottom: 20px;
}

dl.error-msg dd {
	font-size: 1.4rem;
	color: #000;
}

.error-box a.button {
	margin: 0 auto;
}

@media only screen and (min-width: 1081px) {
	
	.error-box  {
		margin: 140px 0px 160px;
	}
	
	dl.error-msg {
		margin-bottom: 60px;
	}
	
	dl.error-msg dt {
		font-size: 4rem;
		margin-bottom: 40px;
	}
	
	dl.error-msg dd {
		font-size: 1.5rem;
	}
		
		
}

