@charset "utf-8";


/* -----------------------------------------------
              Element Formatting
   ----------------------------------------------- */

/* ========== block level elements ========== */

html, body,
h1, h2, h3, h4, h5, h6,
div, p,
pre, blockquote,
ul, ol, li, dl,dt,dd,
address,
form, iframe
	{
	display: block;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	margin: 0;
	padding: 0;
	pause: 0;
	text-align: inherit;
	text-decoration: none;
	}

li
	{
	display: list-item;
	}

table
	{
	display: table;
	}

tr,
td
	{
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

hr
	{
	display: none;
	}

iframe
	{
	border: none;
	}


/* ========== inline level elements ========== */

a, img, span,
em, strong, dfn,
big, small, sub, sup,
iframe, label, object,
abbr, acronym, dfn, code, kbd, samp, var
cite, q, 
bdo, ruby
	{
	display: inline;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	pause: inherit;
	text-align: inherit;
	text-decoration: inherit;
	}

em, dfn
	{
	font-style: normal;
	}

/* ========== form ========== */

input,
select,
textarea,
button
	{
	font-size: inherit;
	line-height: inherit;
	pause: 0 0 0.25s;
	vertical-align: middle;
	}

input.text,
input.password,
textarea,
select
	{
	color: inherit;
	border: 1px solid #ccc;
	padding: 1px 2px;
	}

input.password
	{
	font-size: 100%;
	}

input.checkbox,
input.radio
	{
	vertical-align: middle;
	margin: 0 0.25em 0 0;
	}

optgroup
	{
	font-style: normal;
	font-weight: bold;
	}

button
	{
	cursor: pointer;
	}

fieldset
	{
	border: none;
	margin: 0;
	padding: 0;
	}






body {
	color: #333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
li {
	list-style: none;
}
a {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.Header {
	padding: 24px;
	border-bottom: #f5f5f5;
}
.Header--a--logo {
	display: inline-block;
}

.container {
	position: relative;
}
.Hero {
	padding: 96px;
	text-align: center;
	background: linear-gradient(to top right, rgba(70, 76, 109, 0.7) 0%, rgba(35, 49, 50, 0.7) 100%),url(/topics/hbr/Resource/img/hybrid_top_tablet.png);
	background: -ms-linear-gradient(to top right, rgba(70, 76, 109, 0.7) 0%, rgba(35, 49, 50, 0.7) 100%),url(/topics/hbr/Resource/img/hybrid_top_tablet.png);

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-size: 100%;
}
.Hero--h1 {
	display: inline-block;
	padding: 1em;
	text-align: center;
	font-size: 160%;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.BreadCrumb {
	padding: 8px 24px;
	font-size: 84%;
	background-color: #f5f5f5;
}
.BreadCrumb--li {
	display: inline-block;
}
.BreadCrumb--li-a {
	color: #0080de;
	margin-right: .5em;
}
.BreadCrumb--li-a:hover {
	text-decoration: underline;
}
.BreadCrumb--li+.BreadCrumb--li::before {
	content: ">";
	margin-right: .5em;
}


.Info--advance {	
	background-color: #FFF;
}
.Info--basic {	
	background-color: #F3F3F3;
}
.Device, .Help-normal {	
	background-color: #F9F9F9;
}
.Trial, .Terms, .Help-category {
	background-color: #FDFDFD;
}
.Check, .Help-inquiry, .Info--support {
	background-color: #F1ECD7;
}


.Content {
	padding: 64px;
	margin: 0 auto;
	max-width: 860px;
	box-sizing: border-box;
}
.Content--h2 {
	margin: 0 0 48px;
	text-align: center;
	font-size: 160%;
}
	.Content--h2::after {
		display: block;
		content: "";
		background-color: #333;
		height: 1px;
		width: 20%;
		margin: .5em auto;

	}
.Content--h2-p {
	margin-bottom: 1em;
	line-height: 1.6;
	text-align: justify;
}
.Content--h3 {
	margin: 32px 0 16px;
	font-size: 120%;
	font-weight: 700;
}
.Content--h3-li {
	margin: 0 0 0 2em;
	text-indent: -1em;
	text-align: justify;
}
.Content--caution {
	margin: 32px 0;
	padding: 2em;
	background-color: #FFF;
	border: 4px solid #EBDBE1;
}
.Content--caution-li {
	margin-left: 1em;
	text-indent: -1em;
	text-align: justify;
}
.Content--h3-li+.Content--h3-li,
.Content--caution-li+.Content--caution-li {
	margin-top: .5em;
}


.Content--button {
	display: block;
	margin: 32px auto;
	padding: 16px;
	max-width: 12em;
	text-align: center;
	color: #F18213;
	font-size: 120%;
	font-weight: 700;
	border: 2px solid #F2963B;
	background-color: #fff;
	transition: background .25s ,color .25s;
}
.Content--button:hover {
	background-color: #F2963B;
	color: #fff;
}



.Terms--h2 {
	margin: 0 0 48px;
	font-size: 160%;
	font-weight: 700;
	color: #00336d;
}
	.Terms--h2::after {
		display: block;
		content: "";
		background-color: #00336d;
		height: 1px;
		width: 20%;
		margin: .5em 0;

	}
.Terms--p {
	margin-bottom: 1em;
	line-height: 1.6;
	text-align: justify;
}
.Terms--h2-p, .Terms--p-caution {
	margin-bottom: 1em;
	line-height: 1.6;
	text-align: justify;
	text-indent: -2em;
	padding-left: 2em;
}
	.Terms--h2-p::before {
		content: "・";
		margin-right: 1em;		
	}
	.Terms--p-caution::before {
		content: "※";
		margin-right: 1em;		
	}
.Terms--h2-p-sub {
	margin-bottom: 1em;
	line-height: 1.6;
	text-align: justify;
	text-indent: -2em;
	padding-left: 4em;
}
	.Terms--h2-p-sub::before {
		content: "－";
		margin-right: 1em;		
	}



.Help--h2 {
	margin: 0 0 48px;
	text-align: center;
	font-size: 160%;
}
	.Help--h2::after {
		display: block;
		content: "";
		background-color: #333;
		height: 1px;
		width: 20%;
		margin: .5em auto;
	}


.Info--h1 {
	margin: 0 0 48px;
	font-size: 180%;
	font-weight: 700;
	color: #00336d;
}
.Info--h2 {
	margin: 0 0 48px;
	text-align: center;
	font-size: 160%;
}
	.Info--h2::after {
		display: block;
		content: "";
		background-color: #333;
		height: 1px;
		width: 20%;
		margin: .5em auto;
	}


	.maintenance_h2 {
    font-weight: bold;
    border-left: 1rem solid #333;
    padding-left: .5rem;
		margin-top: 3rem;
		font-size: 1rem;
}
.maintenance_date {
    /* font-size: 1.4rem; */
    margin: 1rem;
}


.Footer {
	padding: 24px;
}
.Footer--copyright {
	text-align: center;
}
