﻿@charset "utf-8";



/* ---[-] ページタイトル --- */
/* 下位ページ用 */
#PageTitleArea {
	margin-bottom: 45px;
	background-image: url(../image/justware_sub.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#PageTitleArea .GridSet {
	display: table;
}

#PageTitleArea .Grid4 {
	display: table-cell;
	height: 180px;
	vertical-align: middle;
}

#PageTitleArea .PageTitleStyle1 {
	margin-bottom: 10px;
	letter-spacing: -1em;
}

#PageTitleArea .PageTitleStyle1 h1 {
	display: inline-block;
	margin-right: 10px;
	font-size: 200%;
	color: #00477a;
	letter-spacing: normal;
}

#PageTitleArea .PageTitleStyle1 .SubTitle {
	display: inline-block;
	font-size: 125%;
	letter-spacing: normal;
}

#PageTitleArea .PageTitleStyle1 .SubTitle strong {
	color: #00477a;
}

#PageTitleArea .CatchCopy {
	margin-bottom: 0;
	line-height: 150%;
	font-size: 125%;
	color: #00477a;
}

/* ---[-] 下位ページセクション--- */
.SubPage .HorizontalInnerLinks {
	max-width: calc(40em + 100px);
	margin: 50px 0 63px;
}

.SubPage .HorizontalInnerLinks li {
	margin-right: 45px;
	margin-bottom: 5px;
}
.SubPage .HorizontalInnerLinks li:nth-child(1),
.SubPage .HorizontalInnerLinks li:nth-child(4) {
	min-width: 14.5em;
}
.SubPage .HorizontalInnerLinks li:nth-child(2),
.SubPage .HorizontalInnerLinks li:nth-child(5) {
	min-width: 11.5em;
}
.SubPage .HorizontalInnerLinks li:nth-child(3),
.SubPage .HorizontalInnerLinks li:nth-child(6) {
	min-width: 13.5em;
	margin-right: 0;
}

.SubPage .HorizontalInnerLinks li a {
	padding-right: 22px;
	font-size: 100%;
	color: inherit;
	background-image: url(../image/icon_link_inner.png);
	-moz-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	-o-background-size: 18px 18px;
	-ms-background-size: 18px 18px;
	background-size: 18px 18px;
}
.SubPage .HorizontalInnerLinks li a:link,
.SubPage .HorizontalInnerLinks li a:visited {
	text-decoration: underline;
}
.SubPage .HorizontalInnerLinks li a:hover,
.SubPage .HorizontalInnerLinks li a:active {
	text-decoration: none;
}
.SubPage .HorizontalInnerLinks li a:before {
	content: "●";
	vertical-align: top;
}

.SubPage .Section {
	padding-bottom: 25px;
}

.SubPage .SubSection {
	padding: 0 0 5px 1em;
}

.SubPage h2 {
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 150%;
	background-image: none;
}

.SubPage h3 {
	margin-bottom: 13px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 125%;
	color: #333333;
}
.SubPage h3:before {
	content: "●";
	vertical-align: top;
}
.SubPage .SubSection h3 {
	margin-left: -1em;
}

.SubPage .TextStyle1 {
	line-height: 175%;
	font-size: 100%;
}

.SubPage .AdditionalNotesStyle2 {
	font-size: 76%;
}

.ImgRight .ImgOnlyStyle {
	margin-left: 15px;
}


/* for Responsive Web Design
=========================================================================================== */
/*--- for - 994px ---*/
@media screen and (max-width: 994px) {
	.JS #PageTitleArea {
		margin-left: -15px;
		margin-right: -15px;
		background-position: right -103px center;
	}

	.JS #PageTitleArea .GridSet {
		margin-left: 0;
	}
}


/*--- for - 767px ---*/
@media screen and (max-width: 767px) {
	.JS #PageTitleArea {
		margin-bottom: 35px;
		background-position: 77% center;
	}

	.JS #PageTitleArea .PageTitleStyle1 h1 {
		font-size: 180%;
	}

	.JS #PageTitleArea .PageTitleStyle1 .SubTitle {
		font-size: 110%;
	}

	.JS #PageTitleArea .CatchCopy {
		font-size: 110%;
	}

	.JS .SubPage .HorizontalInnerLinks {
		max-width: calc(26em + 55px);
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.JS .SubPage .HorizontalInnerLinks li:nth-child(odd) {
		min-width: 14.5em;
		margin-right: 45px;
	}
	.JS .SubPage .HorizontalInnerLinks li:nth-child(even) {
		min-width: 11.5em;
		margin-right: 0;
	}

	.JS .SubPage h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.JS .SubPage .TextStyle1 {
		line-height: 160%;
	}

	.JS .Grid4 .ImgRight .Column2 {
		float: left;
		width: 50%;
	}

	.JS .ImgRight .ImgOnlyStyle {
		margin-left: 0;
	}
}


/*--- for - 579px ---*/
@media screen and (max-width: 579px) {
	.JS #PageTitleArea {
		position: relative;
		background-image: none;
	}

	.JS #PageTitleArea .GridSet,
	.JS #PageTitleArea .Grid4 {
		display: block;
		width: auto;
	}

	.JS #PageTitleArea .Grid4 {
		height: auto;
		padding-right: 15px;
	}

	.JS #PageTitleArea .PageTitleStyle1 {
		height: 0;
		margin: 0 -15px;
		padding: 0 15px 30%;
		background-image: url(../image/justware_sub.jpg);
		background-position: 78% center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.JS #PageTitleArea .PageTitleStyle1 h1 {
		display: block;
		margin-right: 0;
		padding-top: 9%;
		padding-bottom: 2%;
		font-size: 150%;
	}

	.JS #PageTitleArea .PageTitleStyle1 .SubTitle {
		display: block;
		font-size: 100%;
	}

	.JS #PageTitleArea .CatchCopy {
		position: absolute;
		top: 48%;
		left: 0;
		padding: 10px 15px 0;
		font-size: 100%;
	}

	.JS .SubPage .HorizontalInnerLinks li a {
		font-size: 96%;
	}

	.JS .SubPage h2 {
		font-size: 130%;
	}

	.JS .SubPage h3 {
		margin-bottom: 10px;
		font-size: 115%;
	}

	.JS .SubPage .TextStyle1 {
		font-size: 96%;
	}

	.JS .Grid4 .ImgRight .Column2 {
		float: none;
		width: auto;
	}

	.JS .ImgRight .ImgOnlyStyle {
		text-align: center;
	}
}


/*--- for - 399px ---*/
@media screen and (max-width: 399px) {
	.JS #PageTitleArea .PageTitleStyle1 h1 {
		font-size: 130%;
	}

	.JS #PageTitleArea .PageTitleStyle1 .SubTitle {
		font-size: 90%;
	}

	.JS #PageTitleArea .CatchCopy {
		font-size: 90%;
	}

	.JS .SubPage .HorizontalInnerLinks {
		max-width: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.JS .SubPage .HorizontalInnerLinks li a {
		font-size: 90%;
	}

	.JS .SubPage h2 {
		font-size: 120%;
	}

	.JS .SubPage h3 {
		font-size: 110%;
	}

	.JS .SubPage .TextStyle1 {
		font-size: 90%;
	}

	.JS .SubPage .AdditionalNotesStyle2 {
		font-size: 67%;
	}
}
