﻿@charset "utf-8";



/* ---[-] ページタイトル --- */
/* トップページ用 */
#TopPageTitleArea {
	background-image: url(../image/bg_pagetitle_main.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom: 10px solid #00758c;
}

#TopPageTitleArea .PageTitleStyle3 {
	height: 260px;
	margin: 0 auto;
}

#TopPageTitleArea .Title {
	display: table;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 40px;
	font-size: 100%;
	color: #ffffff;
	text-shadow: 1px 1px 0 #000000;
}

#TopPageTitleArea h1 {
	width: 600px;
	height: 125px;
	margin: 0 auto;
	padding-top: 75px;
}

/* ---[-] 関連リンク --- */
#LinkArea {
	padding: 45px 0 30px;
	background-color: #00758c;
}

#LinkArea h2 {
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 160%;
	color: #ffffff;
	background-image: none;
}

#LinkArea .BtnArea {
	max-width: 940px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}

#LinkArea .Button {
	display: inline-table;
	width: 300px;
	margin: 0 20px 20px 0;
	text-align: center;
	vertical-align: top;
	letter-spacing: normal;
}
#LinkArea .Button:nth-of-type(3n) {
	margin-right: 0;
}

#LinkArea .Button a {
	display: table-cell;
	height: 50px;
	padding: 2px 25px 0 10px;
	vertical-align: middle;
	line-height: 110%;
	font-size: 96%;
	font-weight: bold;
	color: #00758c;
	text-decoration: none;
	background-image: url(../image/icon_link_right.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #ffffff;
	box-sizing: border-box;
	transition: 0.5s;
}
#LinkArea .Button a:hover,
#LinkArea .Button a:active {
	opacity: 0.7;
}

#LinkArea .Button a span {
	font-size: 83%;
}


/* ---[-] 汎用クラス --- */
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }

/* Download */
#Download {
	padding: 50px 0 5px;
	background-color: #f2f2f2;
}

#DownloadContents {
	padding-bottom: 30px;
	text-align: center;
}

#DownloadContents h2 {
	margin-bottom: 38px;
	padding-bottom: 22px;
	line-height: 140%;
	font-weight: bold;
	font-size: 185%;
	background-image: none;
	border-bottom: 2px solid #333333;
}

#DownloadContents .Section {
	padding-bottom: 35px;
	margin-bottom: 55px;
	border-bottom: 2px solid #333333;
}
#DownloadContents .Section:last-child {
	margin-bottom: 90px;
}
#DownloadContents .Section#Topics {
	padding-bottom: 22px;
}

#DownloadContents .Section ul.LinkListStyle1 {
	margin-bottom: 0;
	font-size: 100%;
}

#DownloadContents .Section ul.LinkListStyle1 li a {
	color: #333333;
	text-decoration: underline;
}
#DownloadContents .Section ul.LinkListStyle1 li a:hover,
#DownloadContents .Section ul.LinkListStyle1 li a:active {
	text-decoration: none;
}

#DownloadContents .Section ul.LinkListStyle1 li span {
	font-weight: normal;
	font-size: 83%;
}

#DownloadContents .Section .DateListStyle2 {
	max-width: 790px;
	margin: -1px auto 0;
	padding: 1px 15px 0;
	text-align: left;
	font-size: 100%;
	box-sizing: border-box;
}

#DownloadContents .Section .DateListStyle2 ul li {
	margin-bottom: 10px;
	font-weight: normal;
}

#DownloadContents .Section .DateListStyle2 ul li a {
	padding-right: 0;
	font-size: 100%;
	background-image: none;
	text-decoration: underline;
}
#DownloadContents .Section .DateListStyle2 ul li a:hover,
#DownloadContents .Section .DateListStyle2 ul li a:active {
	text-decoration: none;
}

#Download .AdditionalNotesStyle3 {
	margin-bottom: 5px;
	padding-top: 10px;
}
#Download .AdditionalNotesStyle3:first-of-type {
	margin-top: -30px;
}

/* ---[-] トップページセクション--- */
/* About */
#About {
	padding: 45px 0 0;
}

#About .TextStyle1 {
	margin-bottom: 40px;
	text-align: center;
	line-height: 175%;
	font-size: 100%;
}

.Output {
	padding: 15px 0 20px;
}

.Output .CatchCopy {
	display: inline-block;
	padding-top: 15px;
	font-size: 160%;
	font-weight: bold;
	color: #00758c;
}

/* Menu */
#Menu {
	padding: 50px 0 15px;
	background-color: #d9f9ff;
}

#Menu .Section {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#Menu h2 {
	margin-bottom: 30px;
	text-align: center;
	line-height: 120%;
	font-weight: bold;
	font-size: 150%;
	background-image: none;
}

#Menu h3 {
	margin-bottom: 12px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 115%;
	font-weight: normal;
	color: #000000;
}
#Menu h3:before {
	content: "■";
}

#Menu .TextStyle1 {
	font-size: 110%;
}

table.MenuTable th,
table.MenuTable td {
	border-style: none;
}

table.MenuTable th {
	line-height: 125%;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: #00758c;
}
table.MenuTable th:first-child {
	border-right: 1px solid #ffffff;
}

table.MenuTable td {
	line-height: 140%;
	padding: 20px 18px;
	font-size: 100%;
	border-bottom: 1px solid #707070;
}
table.MenuTable td.SubHeader {
	line-height: 130%;
	font-size: 110%;
	font-weight: bold;
	background-color: #fffcf2;
	white-space: nowrap;
}

/* Feature */
#Feature {
	padding: 50px 0 40px;
}

#Feature .Section {
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px solid #00758c;
}

#Feature h2 {
	margin-bottom: 20px;
	text-align: center;
	line-height: 120%;
	font-weight: bold;
	font-size: 150%;
	background-image: none;
}

#Feature h3 {
	margin: 6px 0;
	font-size: 135%;
	color: #00758c;
}

#Feature .TextStyle1 {
	line-height: 140%;
	font-size: 100%;
}

#Feature .FeatureList {
	display: table;
	width: 100%;
	padding: 25px 0 10px;
	border-bottom: 1px solid #00758c;
}

.FeatureList .FeatureListHeader {
	display: table-cell;
	width: 31.6%;
	padding: 0 20px;
	vertical-align: top;
}

.FeatureList .FeatureListDetail {
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
}

.FeatureList .FeatureListDetail .Description {
	max-width: 500px;
}



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

	.JS #TopPageTitleArea .GridSet {
		max-width: none;
		margin-left: 0;
	}

	.JS #TopPageTitleArea .Grid4 {
		padding-left: 0;
	}

	.JS #Download,
	.JS #LinkArea,
	.JS #Menu {
		margin-left: -15px;
		margin-right: -15px;
	}

	.JS #Download .GridSet,
	.JS #LinkArea .GridSet,
	.JS #Menu .GridSet {
		margin-left: 0;
		margin-right: 15px;
	}

	.JS #LinkArea .BtnArea {
		max-width: 640px;
	}
	.JS #LinkArea .Button {
		margin: 0 10px 20px !important;
	}
}


/*--- for - 767px ---*/
@media screen and (max-width: 767px) {
	.JS #TopPageTitleArea .PageTitleStyle3 {
		height: 230px;
		background-color: transparent;
	}

	.JS #TopPageTitleArea .Title {
		max-width: 480px;
		font-size: 96%;
	}

	.JS #TopPageTitleArea h1 {
		width: 480px;
		height: 100px;
		padding-top: 70px;
	}

	.JS #LinkArea h2,
	.JS #Feature h2,
	.JS #Case h2,
	.JS #DownloadContents h2 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.JS #DownloadContents h2 {
		padding-bottom: 40px;
		font-size: 170%;
	}

	.JS #DownloadContents .Section {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.JS #LinkArea h2 {
		margin-bottom: 25px;
	}

	.JS #LinkArea .BtnArea {
		text-align: center;
	}

	.JS #LinkArea .Button {
		width: 100%;
		max-width: 420px;
		margin: 0 0 15px !important;
		margin-bottom: 15px;
	}

	.JS #LinkArea .Button a {
		height: 70px;
		font-size: 110%;
	}

	.JS #About .TextStyle1 {
		text-align: left;
	}

	.JS table.MenuTable th {
		font-size: 90%;
	}

	.JS table.MenuTable td {
		font-size: 83%;
	}
	.JS table.MenuTable td.SubHeader {
		font-size: 90%;
	}

	.JS #DownloadContents .Section > ul.LinkListStyle1 {
		margin-left: 32px;
		text-indent: -32px;
	}

	.JS #DownloadContents .Section ul.LinkListStyle1 li a span {
		display: inline-block;
		margin-left: 32px;
		vertical-align: -1px;
		text-decoration: underline;
	}
	.JS #DownloadContents .Section ul.LinkListStyle1 li a:hover span,
	.JS #DownloadContents .Section ul.LinkListStyle1 li a:active span {
		text-decoration: none;
	}
}


/*--- for - 579px ---*/
@media screen and (max-width: 579px) {
	.JS #TopPageTitleArea .PageTitleStyle3 {
		height: 0;
		padding-bottom: 39.655172%;
	}

	.JS #TopPageTitleArea .Title {
		width: 82.75862069%;
		padding-top: 6.55%;
		font-size: 83%;
	}

	.JS #TopPageTitleArea .Title span {
		height: 35px;
	}

	.JS #TopPageTitleArea h1 {
		width: 82.75862069%;
		height: auto;
		padding-top: 12.069%;
	}

	.JS #About {
		padding-top: 30px;
	}

	.JS #About .TextStyle1 {
		margin-bottom: 30px;
	}

	.JS .Output .CatchCopy {
		font-size: 130%;
	}

	.JS #Menu .TextStyle1 {
		font-size: 100%;
	}

	.JS table.MenuTable th {
		font-size: 83%;
	}

	.JS table.MenuTable td {
		padding: 10px;
		font-size: 76%;
	}
	.JS table.MenuTable td.SubHeader {
		font-size: 83%;
	}

	.JS #Feature h3 {
		font-size: 120%;
	}

	.JS #Feature .FeatureList {
		display: block;
	}

	.JS .FeatureList .FeatureListHeader {
		display: block;
		width: auto;
		margin: 0 0 15px;
	}

	.JS .FeatureList .FeatureListDetail {
		display: block;
		padding-left: 10px;
	}

	.JS .FeatureList .FeatureListDetail .Description {
		max-width: none;
	}
}


/*--- for - 399px ---*/
@media screen and (max-width: 399px) {
	.JS #TopPageTitleArea .Title {
		font-size: 71%;
	}
	.JS #TopPageTitleArea .Title span {
		height: 30px;
	}


	.JS #LinkArea {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	.JS #LinkArea h2 {
		margin-bottom: 15px;
	}

	.JS #About {
		padding-top: 20px;
	}

	.JS #About .TextStyle1 {
		margin-bottom: 20px;
		font-size: 90%;
	}

	.JS .Output .CatchCopy {
		padding-top: 0;
	}

	.JS .Output {
		padding-bottom: 10px;
	}

	.JS #Menu {
		padding-top: 35px;
		padding-bottom: 10px;
	}

	.JS #Menu h2,
	.JS #Feature h2 {
		margin-bottom: 10px;
	}

	.JS #Menu .TextStyle1,
	.JS #Feature .TextStyle1 {
		font-size: 90%;
	}

	.JS table.MenuTable td.SubHeader {
		font-size: 76%;
	}

	.JS #Feature {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	.JS .FeatureList .FeatureListDetail {
		padding-left: 0;
		padding-right: 0;
	}

	.JS #Download {
		padding-top: 35px;
	}

	.JS #DownloadContents h2 {
		padding-bottom: 25px;
	}

	.JS #DownloadContents .Section {
		margin-bottom: 35px;
	}

	.JS #DownloadContents .Section > ul.LinkListStyle1 {
		margin-left: 22px;
	}

	.JS #DownloadContents .Section .DateListStyle2 {
		font-size: 90%;
	}
}
