/*<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');

body
{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5em;
}

h1
{
	font-size: 2.75em;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.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: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	padding: 40px 50px;
	min-height: 300px;
	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.hero-image /*動画が入る子要素*/
{
	float: right;
	width: 45%;
	margin: 0;
}

div.heading-search-container /*検索ボックスなどが入る子要素*/
{
	float: left;
	width: 50%;
	line-height: 50px;
}

/*言語選択ボタンの設定*/
body {
  background: #f5f5f5;
}

.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:#888888;
text-decoration:underline;
 
}

a:visited { /*アクセスしたことのあるリンク*/
 
color:#0000FF;
text-decoration:underline;
 
}

div.home /*HULFT Square Documentationのスタイル*/
{
	font-size: 25pt;
	font-weight: bold;
	margin-top: 78px;
	margin-bottom: 8px;
	color: #227CBC;
}


select{ /*==言語選択==*/
  background:#FFC106;
  color:white;
  height:30px;
  border:none;
}

/*==タイル==*/

.home-tiles /*==タイルの並び方==*/
{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
	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: 15px 30px;
	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-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: 15px 30px;
	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: #a8dbfd;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles > a > div:nth-child(2)
{
	background-color: #a8dbfd;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles > a > div:nth-child(3)
{
	background-color: #a8dbfd;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles > a > div:nth-child(4)
{
	background-color: #a8dbfd;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles > a > div:nth-child(5)
{
	background-color: #a8dbfd;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles2 > a > div:nth-child(1)
{
	background-color: #227cbc;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles2 > a > div:nth-child(2)
{
	background-color: #227cbc;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles2 > a > div:nth-child(3)
{
	background-color: #227cbc;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles2 > a > div:nth-child(4)
{
	background-color: #227cbc;
        width: 260px;
        height: 260px;
        margin: 16px;
}

div.home-tiles2 > a > div:nth-child(5)
{
	background-color: #227cbc;
        width: 260px;
        height: 260px;
        margin: 16px;
}



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: #227CBC;
	margin-top: 0px;
	font-size: 11pt;
	font-weight: bold;
}

p.tile-title2
{
	color: #ffffff;
	margin-top: 0px;
	font-size: 11pt;
	font-weight: bold;
}

p.tile-content
{
	color: #227CBC;
	font-size: 10pt;
}

p.tile-content2
{
	color: #ffffff;
	font-size: 10pt;
}

p.tile-button
{
	margin-top: 8px;
	float: right;
}

p.bottom-tile-title
{
	color: #955aa4;
	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-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #808080;
}

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);
}

div.home-tiles2 a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #808080;
}

/*===========================================================================================================================================================
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)
{
h1
{
	font-size: 2.75em;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}


	div.top-container
	{
		width: 100%;
		margin: 2% 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%;
	}
}

