/*<meta />*/

@charset "UTF-8";

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Home Page General Styles==*/
/*Noto Sansのインポート*/

@import url('notosansjp.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5em;
	margin-top: 0%;
}

p
{
	font-size: 11pt;
	margin-bottom: 8px;
	margin-top: 1.5em;
	margin-left: 15px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

div.top-container	/*トップの白い枠*/
{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 2%;
	background-color: #fff;
	padding: 40px 50px;
	min-height: 200px;
	overflow: hidden;
}

div.hero-image	/*動画が入る子要素*/
{
	float: left;
	width: 45%;
	margin: 0;
}

div.heading-search-container	/*検索ボックスなどが入る子要素*/
{
	float: left;
	width: 50%;
	line-height: 50px;
}

/*言語選択ボタンの設定*/

.selectdiv
{
	position: relative;
	float: left;
	width: 300px;
	margin: 0 33% 0px 0;
}

select::-ms-expand
{
	display: none;
}

.selectdiv:after
{
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 50px;
	/*Adjust for position however you want*/
	top: 18px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	/*left line */
	position: absolute;
	pointer-events: none;
}

.selectdiv select
{
	/*言語選択のボックス設定*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
	display: block;
	width: 100%;
	max-width: 320px;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
}

p.link	/*リンクのスタイルの指定*/
{
	color: #BBBBBB;
	margin-top: 50px;
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

a:link
{
	/*アクセスしたことのないリンク*/
	color: #0000FF;
	text-decoration: underline;
}

a:visited
{
	/*アクセスしたことのあるリンク*/
	color: #0000FF;
	text-decoration: underline;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #808080;
}

div.home-tiles2 a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #808080;
}

h1.home	/*HULFT Square Documentationのスタイル*/
{
	color: #000000;
	font-size: 23pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 10px;
	line-height: 1.5em;
}

select
{
	/*==言語選択==*/
	background: #FFC106;
	color: white;
	height: 30px;
	border: none;
}

/*==タイル==*/

.home-tiles	/*==タイルの並び方==*/
{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-top: 5px;
	margin-bottom: 50px;
}

.home-tiles::before
{
	content: ' ';
	display: table;
}

.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

.home-tiles > a > div
{
	float: left;
	padding: 3px 3px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	-mox-box-sizing: border-box;
}

.home-tiles > a > div > p
{
	margin-left: 0px;
}

.home-tiles2 > a > div > p
{
	margin-left: 0px;
}

.home-tiles2	/*==タイルの並び方==*/
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5px;
	margin-bottom: 50px;
}

.home-tiles2::before
{
	content: ' ';
	display: table;
}

.home-tiles2::after
{
	content: ' ';
	display: table;
	clear: both;
}

.home-tiles2 > a > div
{
	float: left;
	padding: 3px 3px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	-mox-box-sizing: border-box;
}

/*==タイル子要素==*/

div.home-tiles > a > div:nth-child(1)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles > a > div:nth-child(2)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles > a > div:nth-child(3)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles > a > div:nth-child(4)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles > a > div:nth-child(5)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles2 > a > div:nth-child(1)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles2 > a > div:nth-child(2)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles2 > a > div:nth-child(3)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles2 > a > div:nth-child(4)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles2 > a > div:nth-child(5)
{
	background-color: #ffffff;
	width: 180px;
	height: 200px;
	margin: 16px;
	border: solid #000000 1px;
}

div.home-tiles > a > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
}

div.home-tiles2 > a > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
}

/*=タイルの中の文字指定=*/

p.tile-title
{
	color: #000000;
	margin-top: -15px;
	font-size: 9.5pt;
	font-weight: bold;
}

p.tile-title2
{
	color: #000000;
	margin-top: -15px;
	font-size: 10pt;
	font-weight: bold;
}

p.tile-content
{
	color: #000000;
	font-size: 10pt;
}

p.tile-content2
{
	color: #000000;
	font-size: 10pt;
}

p.tile-button
{
	margin-top: 8px;
	float: right;
}

p.bottom-tile-title
{
	color: #000000;
	margin-top: 0px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles2 a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media screen and (max-width: 599px)
{
	body
	{
		border-left-width: 0px;
	}

	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	div.main-content
	{
		margin: 5px 10px;
		margin-bottom: 10px;
		width: 90%;
	}

	div.side-content
	{
		margin: 5px 10px;
		margin-bottom: 10px;
		width: 90%;
	}

	/*上に戻るボタン*/

	.scroll-top
	{
		position: fixed;
		right: 25px;
		bottom: 25px;
		z-index: 100;
		background-color: #AAA;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		color: #fff;
		line-height: 50px;
		text-align: center;
		/*デフォルトで非表示にする*/
		opacity: 0;
		visibility: hidden;
	}

	/*このクラスが付与されると表示する*/

	.active
	{
		opacity: 0.6;
		visibility: visible;
	}

	.scroll-top:hover
	{
		cursor: pointer;
		opacity: 0.6;
		color: #fff;
	}

	div.top
	{
		padding-top: 70px;
		margin-top: -70px;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-count: 6;
		/* ページの左余白 */
		margin-left: -10px;
		font-size: 8.5pt;
	}

	h1
	{
		font-size: 2.75em;
	}

	h2
	{
		font-size: 1.6785em;
		color: #fff;
	}

	p
	{
		color: #000000;
		margin-bottom: 8px;
		margin-top: 8px;
	}

	div.top-container
	{
		width: 100%;
		margin: 0% 0;
	}

	div.hero-image
	{
		float: none;
		margin: 8%;
		width: 100%;
		height: auto;
	}

	div.heading-search-container
	{
		float: none;
		width: 100%;
		margin: 8%;
	}

	div.home-tiles > a > div,
	div.home-tiles2 > a > div
	{
		margin-top: 5%;
	}

	div.home-tiles > a,
	div.home-tiles2 > a
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(1),
	div.home-tiles2 > a > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(2),
	div.home-tiles2 > a > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(3),
	div.home-tiles2 > a > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(4),
	div.home-tiles2 > a > div:nth-child(4)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(5),
	div.home-tiles2 > a > div:nth-child(5)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(6),
	div.home-tiles2 > a > div:nth-child(6)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(7),
	div.home-tiles2 > a > div:nth-child(7)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(8),
	div.home-tiles2 > a > div:nth-child(8)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a > div:nth-child(9),
	div.home-tiles2 > a > div:nth-child(9)
	{
		width: 90%;
		margin-left: 5%;
	}
}

@media only screen and (max-width: 1299px)
{
	div.content-container
	{
		width: 90%;
		margin-left: 5%;
	}

	div.main-content
	{
		margin: 5px 10px;
		margin-bottom: 10px;
		width: 55%;
	}

	div.side-content
	{
		margin: 5px 10px;
		margin-bottom: 10px;
		width: 35%;
	}

	div.home-footer
	{
		padding: 1% 5%;
	}

	/*上に戻るボタン*/

	.scroll-top
	{
		position: fixed;
		right: 25px;
		bottom: 25px;
		z-index: 100;
		background-color: #AAA;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		color: #fff;
		line-height: 50px;
		text-align: center;
		/*デフォルトで非表示にする*/
		opacity: 0;
		visibility: hidden;
	}

	/*このクラスが付与されると表示する*/

	.active
	{
		opacity: 0.6;
		visibility: visible;
	}

	.scroll-top:hover
	{
		cursor: pointer;
		opacity: 0.6;
		color: #fff;
	}

	div.top
	{
		padding-top: 70px;
		margin-top: -70px;
	}
}

