@charset "utf-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea { /* 1 */
	font: inherit; /* 2 */
	margin: 0;
	color: inherit; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] { /* 2 */
	cursor: pointer;
	-webkit-appearance: button; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] { /* 1 */ /* 2 */
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend { /* 1 */
	padding: 0;
	border: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

.container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.row,
.tab_os,
.tab_android_os,
.toTop {
	margin-right: -10px;
	margin-bottom: 1.5em;
	margin-left: -10px;
}

.row .row,
.tab_os .row,
.tab_android_os .row,
.toTop .row,
.row .tab_os,
.tab_os .tab_os,
.tab_android_os .tab_os,
.toTop .tab_os,
.row .tab_android_os,
.tab_os .tab_android_os,
.tab_android_os .tab_android_os,
.toTop .tab_android_os,
.row .toTop,
.tab_os .toTop,
.tab_android_os .toTop,
.toTop .toTop {
	margin-right: 0;
	margin-left: 0;
}

.col {
	float: left;
	box-sizing: border-box;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col_right {
	float: right;
}

.span1 {
	width: 6.25%;
}

.span2 {
	width: 12.5%;
}

.span3 {
	width: 18.75%;
}

.span4 {
	width: 25%;
}

.span5 {
	width: 31.25%;
}

.span6 {
	width: 37.5%;
}

.span7 {
	width: 43.75%;
}

.span8 {
	width: 50%;
}

.span9 {
	width: 56.25%;
}

.span10 {
	width: 62.5%;
}

.span11 {
	width: 68.75%;
}

.span12 {
	width: 75%;
}

.span13 {
	width: 81.25%;
}

.span14 {
	width: 87.5%;
}

.span15 {
	width: 93.75%;
}

.span16 {
	width: 100%;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 87.5%;
	line-height: 1.4;
	color: #444;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

* {
	box-sizing: border-box;
}

br.br_md {
	display: none;
}

br.br_sm {
	display: none;
}

p {
	margin-top: 0;
}

a {
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #346b99;
}

a:hover {
	color: #679ecc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5em;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.img_link {
	text-align: center;
}

.img_link a:hover {
	opacity: .8;
}

.h_border_t_2px {
	padding: 10px;
	border-top: 2px #346b99 solid;
}

.h_border_b_2px {
	padding: 10px;
	border-bottom: 2px #346b99 solid;
}

.h_border_b_1px {
	padding: 10px;
	border-bottom: 1px #346b99 solid;
}

.h_border_dotted {
	padding: 10px;
	border-bottom: 1px #346b99 dotted;
}

.h_border_dotted.lighten {
	border-color: #c8c8c8;
}

.h_border_l {
	margin-bottom: 15px;
	padding: 5px 20px 5px 8px;
	border-left: 5px #346b99 solid;
}

.h_border_b_g {
	border-bottom: 1px #e2e7ec solid;
}

strong {
	color: #ff8a00;
}

.clearfix,
.row,
.tab_os,
.tab_android_os,
.toTop,
header nav ul#navMenu,
footer {
	*zoom: 1;
}

.clearfix:before,
.row:before,
.tab_os:before,
.tab_android_os:before,
.toTop:before,
header nav ul#navMenu:before,
footer:before,
.clearfix:after,
.row:after,
.tab_os:after,
.tab_android_os:after,
.toTop:after,
header nav ul#navMenu:after,
footer:after {
	display: table;
	content: ' ';
}

.clearfix:after,
.row:after,
.tab_os:after,
.tab_android_os:after,
.toTop:after,
header nav ul#navMenu:after,
footer:after {
	clear: both;
}

.sprite,
.icon_os {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

@font-face {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/icomoon.eot?ch9ia5');
	src: url('../fonts/icomoon.eot?#iefixch9ia5') format('embedded-opentype'), url('../fonts/icomoon.woff?ch9ia5') format('woff'), url('../fonts/icomoon.ttf?ch9ia5') format('truetype'), url('../fonts/icomoon.svg?ch9ia5#icomoon') format('svg');
}

[class^='icon-']:before,
[class*=' icon-']:before,
[class^='icon-']:after,
[class*=' icon-']:after,
.icon_font:before,
ul.list-chevron-right li:before,
.ac_menu li a:before,
.tab_menu li a:before,
.tab_os li a:before,
.tab_android_os li a:before,
aside .sideNav li a:before,
.sitemap_list > li:before,
.icon_font:after,
.ac_list dt:after,
.toTop a:before {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check-alt:before {
	content: '\21';
}

.icon-checkmark:before {
	content: '\22';
}

.icon-x:before {
	content: '\23';
}

.icon-arrow-up:before,
.ac_list dt.is_open:after {
	content: '\24';
}

.icon-arrow-down:before,
.ac_list dt:after {
	content: '\25';
}

.icon-download:before {
	content: '\26';
}

.icon-book:before {
	content: '\27';
}

.icon-question-sign:before {
	content: '\28';
}

.icon-envelope:before {
	content: '\29';
}

.icon-new-window:before {
	content: '\2a';
}

.icon-arrow-right:before {
	content: '\2b';
}

.icon-arrow-up-2:before {
	content: '\2c';
}

.icon-arrow-down-2:before {
	content: '\2d';
}

.icon-arrow-left:before {
	content: '\2e';
}

.icon-chevron-right:before,
ul.list-chevron-right li:before,
aside .sideNav li a:before,
.sitemap_list > li:before {
	padding-right: 4px;
	padding-left: 4px;
	content: '\2f';
	vertical-align: middle;
}

.icon-chevron-left:before {
	content: '\30';
}

.icon-chevron-up:before {
	content: '\31';
}

.icon-chevron-down:before {
	content: '\32';
}

.icon-arrow_bg:before {
	content: '\33';
}

.icon-arrow-right-thick:before {
	content: '\e600';
}

.icon-arrow-left-thick:before {
	content: '\e601';
}

.icon-arrow-up-thick:before,
.toTop a:before {
	content: '\e602';
}

.icon-arrow-down-thick:before,
.ac_menu li a:before,
.tab_menu li a:before,
.tab_os li a:before,
.tab_android_os li a:before {
	content: '\e603';
}

.icon-cart:before {
	content: '\e93a';
}

.icon-new-tab:after {
	padding-right: 2px;
	padding-left: 2px;
	content: '\ea7e';
	color: #82b55b;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.float_R {
	float: right;
}

.float_L {
	float: left;
}

.font-normal {
	font-weight: inherit;
}

.x-large {
	font-size: 130%;
}

.large {
	font-size: 120%;
}

.normal {
	font-size: 100%;
}

.small {
	font-size: 80%;
}

.x-small {
	font-size: 70%;
}

ul.mark_none,
ul.list-chevron-right {
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}

ul.caution {
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}

ul.caution li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 20px;
}

ul.caution li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

ul.list-chevron-right li {
	margin-bottom: .5em;
	margin-left: 10px;
}

ul.list-chevron-right li:before {
	padding-right: 4px;
	vertical-align: middle;
	color: #346b99;
}

/*アコーディオン*/

.ac_menu,
.tab_menu,
.tab_os,
.tab_android_os {
	margin-bottom: 2em;
	padding-left: 0;
	list-style: none;
}

.ac_menu li,
.tab_menu li,
.tab_os li,
.tab_android_os li {
	border-bottom: 1px #fff solid;
}

.ac_menu li a,
.tab_menu li a,
.tab_os li a,
.tab_android_os li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px #e2e7ec solid;
	background: #ebeff3;
}

.ac_menu li a:before,
.tab_menu li a:before,
.tab_os li a:before,
.tab_android_os li a:before {
	margin-right: 6px;
	color: #fff;
	background: #6bb732;
}

.ac_menu li a:hover,
.tab_menu li a:hover,
.tab_os li a:hover,
.tab_android_os li a:hover,
.ac_menu li a.current,
.tab_menu li a.current,
.tab_os li a.current,
.tab_android_os li a.current {
	color: #fff;
	background: #6bb732;
}

.ac_list dt,
.ac_list dd {
	position: relative;
	padding: 1em 2em 1em 2.4em;
}

.ac_list dt:before,
.ac_list dd:before {
	line-height: 1.8;
	position: absolute;
	top: .8em;
	left: 5px;
	width: 1.8em;
	height: 1.8em;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.ac_list dt {
	cursor: pointer;
	border-top: 1px #666 dotted;
}

.ac_list dt:hover {
	background: #ebeff3;
}

.ac_list dt:before {
	top: 50%;
	margin-top: -.9em;
	content: 'Q';
	background: #95cfff;
}

.ac_list dt:after {
	position: absolute;
	top: 50%;
	right: .8em;
	margin-top: -.7em;
	color: #d5d9dd;
}

.ac_list dd {
	display: none;
	border-top: 1px #eee solid;
}

.ac_list dd.is_open {
	display: block;
}

.ac_list dd:before {
	content: 'A';
	background: #346b99;
}

.tab_os li,
.tab_android_os li {
	float: left;
	width: 25%;
	padding: 0 1%;
	text-align: center;
}

.tab_os li a,
.tab_android_os li a {
	font-size: 86%;
	font-weight: bold;
	line-height: 2.5em;
	display: block;
	height: 5em;
	background: #b7e793;
}

.tab_os li a.line_2,
.tab_android_os li a.line_2 {
	line-height: 1.2em;
}

.tab_os li a.current,
.tab_android_os li a.current {
	position: relative;
	color: #fff;
	background: #6bb732;
}

.tab_os li a.current:after,
.tab_android_os li a.current:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	content: ' ';
	pointer-events: none;
	border: solid transparent;
	border-width: 10px;
	border-color: rgba(107, 183, 50, 0);
	border-top-color: #6bb732;
}

.tab_os li a:before,
.tab_android_os li a:before {
	content: none;
}

.tab_android_os li {
	width: 50%;
}

.tab_content,
.tab_multi_content,
.tab_android_os_content {
	display: none;
}

.tab_content.is-open,
.tab_multi_content.is-open,
.tab_android_os_content.is-open {
	display: block;
}

.btn {
	font-size: 90%;
	line-height: 1.5;
	display: inline-block;
	overflow: hidden;
	padding: .6em 1.2em;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	text-decoration: none;
	color: #346b99;
	border: 1px solid #346b99;
	border-radius: .25em;
	background-color: transparent;
}

.btn:hover {
	text-decoration: none;
	color: #fff;
	border-color: #346b99;
	background-color: #346b99;
}

.btn-light {
	color: #444;
	border-color: #999;
}

.btn-light:hover {
	color: #fff;
	border-color: #444;
	background-color: #444;
}

.btn-primary {
	color: #fff;
	border-color: #346b99;
	background-color: #346b99;
}

.btn-primary:hover {
	color: #fff;
	border-color: #679ecc;
	background-color: #679ecc;
}

.btn-large {
	font-size: 120%;
	box-sizing: border-box;
	padding: .7em 2em;
	border-width: 2px;
}

.btn-trial,
.btn-dl,
.btn-support {
	font-size: 28px;
	font-weight: bold;
	max-width: 290px;
	-webkit-transition: none;
	transition: none; /* IE6-9 */ /* IE6-9 */
	color: #fff;
	background: #6bbce6; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6bbce6), color-stop(100%, #1c88c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6bbce6 0%, #1c88c0 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #6bbce6 0%, #1c88c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bbce6', endColorstr='#1c88c0',GradientType=0 );
}

.btn-trial:hover,
.btn-dl:hover,
.btn-support:hover {
	background: #6bbce6;
}

.btn-support {
	font-size: 18px;
	width: 100%;
}

.btn-support:after {
	color: #fff;
}

.btn-dl {
	font-size: 110%;
	min-width: 300px;
}

.btn-trial,
.btn-dl {
	font-size: 140%;
	display: inline-block;
	width: 100%;
	max-width: 16em;
	margin-bottom: 1em;
	text-align: left;
	paddig-left: 1em;
}

.btn-trial:before,
.btn-dl:before {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-right: 10px;
	content: '';
	vertical-align: middle;
	background: url(../img/trial/icon_btn_os.png) no-repeat 0 0;
}

.btn-ios:before {
	background-position: -60px 0;
}

.btn-android:before {
	background-position: -120px 0;
}

.btn-cart {
	font-size: 28px;
	font-weight: bold;
	-webkit-transition: none;
	transition: none; /* IE6-9 */ /* IE6-9 */
	color: #fff;
	border-color: #38891a;
	background: #83d672; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83d672), color-stop(100%, #52ad30)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #83d672 0%, #52ad30 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, #83d672 0%, #52ad30 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83d672', endColorstr='#52ad30',GradientType=0 );
}

.btn-cart:before {
	margin-right: 5px;
}

.btn-cart:hover {
	background: #83d672;
}

.btn_virtual {
	position: relative;
	overflow: hidden;
	padding: 1px;
	text-align: left;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	background: #f2f5f8;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.btn_virtual:after {
	position: absolute;
	top: 0;
	right: 10px;
	width: 196px;
	height: 160px;
	content: '';
	background: url(../img/education/btn_virtual_bg.png) no-repeat right 50%;
}

.btn_virtual:hover {
	background: #da6161;
}

.btn_virtual h4 {
	padding: 0 10px;
	color: #fff;
	background: #cd3b3b;
}

.btn_virtual p {
	padding: 15px;
}

.toTop {
	text-align: right;
}

header {
	position: relative;
	margin-top: 20px; /*************************************************************************
  ** breadcrumb
  **/
}

header h1 {
	margin-left: 10px;
}

header h1 a,
header h1.sp_nomenu {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 42px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/logo.png) no-repeat 0 0;
}

header nav {
	margin-bottom: 0;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav ul a {
	text-decoration: none;
	color: #000;
}

header nav ul a:hover {
	text-decoration: underline;
}

header nav ul#navMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav ul#navMenu li {
	float: left;
	width: 16.6666%;
	border-left: 1px #b5b5b5 dotted;
}

header nav ul#navMenu li:last-child {
	border-right: 1px #b5b5b5 dotted;
}

header nav ul#navMenu li a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

header nav ul#navMenu li a:hover,
header nav ul#navMenu li a.current {
	color: #fff;
	background: #6bb732;
}

header nav ul#navMenu li a.icon-new-tab {
	line-height: inherit;
}

header nav ul#navMenu li a.icon-new-tab:hover:after {
	color: #fff;
}

header nav ul#subNavi {
	position: absolute;
	top: 0;
	right: 10px;
}

header nav ul#subNavi li {
	display: inline-block;
	margin-left: 10px;
}

header nav ul#subNavi li.icon-chevron-right:before,
header nav ul#subNavi ul.list-chevron-right li:before,
ul.list-chevron-right header nav ul#subNavi li:before,
header nav ul#subNavi .sitemap_list > li:before {
	vertical-align: middle;
	color: #6bb732;
}

header #breadcrumb {
	margin: 0;
	padding: 10px;
	list-style: none;
}

header #breadcrumb > li {
	display: inline-block;
}

header #breadcrumb > li a {
	color: #0093b9;
}

header #breadcrumb > li + li:before {
	padding: 0 5px;
	content: '>';
	color: #000;
}

footer {
	margin-top: 30px;
	padding: 20px 0 0 0;
	text-align: center;
	background: #ebeff3;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li {
	display: inline-block;
	margin-right: .5em;
	padding-right: .5em;
	border-right: 1px #999 solid;
}

footer ul li a {
	text-decoration: none;
	color: #000;
}

footer ul li:last-child {
	border: none;
}

aside .login {
	max-width: 500px;
	margin: 0 auto 2em;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background-color: #ebeff3;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .26);
}

aside .login h2 {
	font-size: 1em;
	padding: 10px;
	color: #fff;
	background: #346b99;
}

aside .login h2 ~ p {
	padding-right: 20px;
	padding-left: 20px;
}

aside .login h2 ~ p a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d7dee4;
	background-color: white;
	box-shadow: 0 0 3.52px .48px rgba(193, 198, 203, .53);
}

aside .login h2 ~ p a:hover {
	color: #fff;
	background: #346b99;
}

aside .login h2 ~ p a.icon-arrow-right-thick:before {
	font-size: 16px;
	font-weight: normal;
	line-height: 15px;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	color: #fff;
	background: #b0b6bd;
}

aside .login h2 ~ p a.icon-arrow-right-thick:hover:before {
	background: none;
}

aside .sideNav {
	margin-top: 0;
	margin-bottom: 2em;
	padding-left: 0;
	list-style: none;
	border-top: 2px #346b99 solid;
}

aside .sideNav li {
	border-bottom: 1px #d1d1d1 solid;
}

aside .sideNav li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

aside .sideNav li a:hover,
aside .sideNav li a.current {
	background: #ebeff3;
}

aside .sideNav li a:before {
	color: #70ba39;
}

aside .side-banner {
	margin-top: 10px;
	margin-bottom: 10px;
}

aside .side-banner a img {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

aside .bnr_onlinesecurity {
	margin-top: 2em;
	padding: 2px;
	border-bottom: 2px solid #346b99;
}

/* Preload images */

body:after {
	display: none;
	content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
}

.lightboxOverlay {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	opacity: .8;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.lightbox {
	font-weight: normal;
	line-height: 0;
	position: absolute;
	z-index: 10000;
	left: 0;
	width: 100%;
	text-align: center;
}

.lightbox .lb-image {
	display: block;
	max-width: inherit;
	height: auto;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: white;
	*zoom: 1;
}

.lb-outerContainer:after {
	display: table;
	clear: both;
	content: '';
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	line-height: 0;
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
	height: 25%;
	text-align: center;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
	display: block;
	height: 100%;
	cursor: pointer;
}

.lb-nav a.lb-prev {
	left: 0;
	float: left;
	width: 34%;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
	opacity: 0;
	background: url(../img/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.lb-nav a.lb-prev:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-nav a.lb-next {
	right: 0;
	float: right;
	width: 64%;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
	opacity: 0;
	background: url(../img/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.lb-nav a.lb-next:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-dataContainer {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	*zoom: 1;
}

.lb-dataContainer:after {
	display: table;
	clear: both;
	content: '';
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	line-height: 1.1em;
	float: left;
	width: 85%;
	text-align: left;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	font-size: 12px;
	display: block;
	clear: left;
	padding-bottom: 1em;
	color: #999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	text-align: right;
	opacity: .7;
	outline: none;
	background: url(../img/close.png) top right no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.lb-data .lb-close:hover {
	cursor: pointer;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.contents > section,
.contents > .section {
	margin-bottom: 2em;
}

.product {
	margin-bottom: 3em;
}

.product .h_border_l {
	font-size: 185.7%;
}

.product .icon {
	padding-right: 15px;
	text-align: right;
}

.product .price {
	width: 100%;
	margin: 1.5em auto;
	padding: 5px 10px;
	border-collapse: separate;
	background: #ebeff3;
}

.product .price th,
.product .price td {
	padding: 10px;
	vertical-align: middle;
}

.product .price thead th {
	text-align: left;
	border-bottom: 1px #346b99 solid;
}

.product .price tbody td {
	border-bottom: 1px #fff solid;
}

.product .price tbody tr:last-child td {
	border: none;
}

.product .price .btn_buy {
	font-weight: bold;
	line-height: 3em;
	position: relative;
	display: block;
	float: right;
	width: 12em;
	height: 3em;
	padding-right: 30px;
	padding-left: 30px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background: #57a51d;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .75);
}

.product .price .btn_buy:before {
	font-size: 16px;
	font-weight: normal;
	line-height: 15px;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	color: #57a51d;
	background: #fff;
}

.product .price .btn_buy:after {
	font-weight: normal;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	color: #fff;
}

.product .price .btn_buy:hover {
	color: #57a51d;
	background: #fff;
}

.product .price .btn_buy:hover:after {
	color: #57a51d;
}

.topic dt,
.topic dd {
	margin-bottom: 1em;
}

.topic dt {
	float: left;
	clear: both;
	width: 8.5em;
}

.topic dd {
	margin-left: 0;
	padding-left: 8.8em;
}

.topic dd a {
	color: #000;
}

.topic dd a:hover {
	text-decoration: none;
}

.icon_os {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../img/icon_device.png) no-repeat 0 0;
	background-size: 400% 200%;
}

.os_win {
	background-position: 0 0;
}

.os_win.none {
	background-position: 0 100%;
}

.os_ios {
	background-position: 33.333% 0;
}

.os_ios.none {
	background-position: 33.333% 100%;
}

.os_android {
	background-position: 66.666% 0;
}

.os_android.none {
	background-position: 66.666% 100%;
}

.os_winstore {
	background-position: 100% 0;
}

.os_winstore.none {
	background-position: 100% 100%;
}

#error {
	position: relative;
	width: 100%;
	min-height: 400px;
	text-align: center;
}

#error .errorPage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 5em;
	margin: auto;
}

.sitemap_list {
	padding-left: 0;
	list-style: none;
}

.sitemap_list > li {
	padding-left: 20px;
}

.sitemap_list > li:before {
	padding-right: 5px;
	vertical-align: middle;
	color: #6bb732;
}

.sitemap_list ul {
	margin-top: .5em;
}

.box {
	padding: 15px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #e2e7ec;
	background-color: #f2f5f8;
}

.table_education {
	width: 100%;
	margin-bottom: 3em;
	border: 1px #e2e7ec solid;
}

.table_education th,
.table_education td {
	padding: 10px;
	border: 1px #e2e7ec solid;
}

.table_education th:nth-child(odd),
.table_education td:nth-child(odd) {
	background: #f2f5f8;
}

.table_education th:nth-child(n+2),
.table_education td:nth-child(n+2) {
	width: 30%;
}

.table_education th:nth-child(2) {
	background: #00a040;
}

.table_education th:nth-child(3) {
	background: #bee0ea;
}

.table_education td strong {
	color: #00a040;
}

.table_education td:nth-child(n+2) {
	text-align: center;
}

.table_education td:nth-child(2) {
	font-weight: bold;
}

.wordsList li {
	display: inline-block;
	width: 40%;
}

.alert-danger {
	padding: 12px 35px 12px 14px;
	border: 1px solid #b94a48;
	border-color: #eed3d7;
	border-radius: 4px;
	background-color: #f2dede;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.alert-danger p {
	margin-bottom: 0;
}

.alert-danger p a {
	font-weight: bold;
	color: #b94a48;
}

#btn_nav_menu {
	display: none;
}

#btn_nav_menu:before {
	font-size: 164.3%;
	display: inline-block;
	width: 1.2em;
	content: '\2261';
	text-align: center;
}

#btn_login {
	display: none;
	text-decoration: none;
}

#menuWrap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(3, 2, 1, 0);
}

.menuOpen {
	position: fixed;
}

.menuOpen #menuWrap {
	display: block;
	-webkit-transition: background 1s ease .5s;
	transition: background 1s ease .5s;
	background: rgba(0, 0, 0, .2);
}

#mv {
	background: url(../img/top/mv_bg.png) no-repeat 0 0;
	background-size: cover;
}

#mv .push6 {
	margin-left: 37.5%;
	padding-top: 2em;
}

#mv .btn_ver_b {
	vertical-align: bottom;
}

#mv .mt-3 {
	margin-top: 2em;
}

#mv .table {
	display: table;
	margin: 0 auto 2em;
}

#mv .table .table-cell {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: bottom;
}

.m0 {
	margin: 0 !important;
}

.p0 {
	padding: 0 !important;
}

@media (max-width: 1024px) {

.container {
	width: 720px;
}

br.br_md {
	display: inherit;
}

.btn-dl {
	width: 90%;
	min-width: inherit;
	padding: .7em 0;
}

.btn-trial,
.btn-dl {
	font-size: 110%;
	margin-bottom: .5em;
	padding: .6em 0 .6em 1em;
}

.btn-cart {
	font-size: 110%;
	width: 90%;
	max-width: 400px;
	padding: 1.2em 0;
}

aside .login h2 ~ p {
	padding-right: 6px;
	padding-left: 6px;
}

.product .h_border_l {
	font-size: 142.9%;
}

.icon_os {
	width: 35px;
	height: 35px;
}

}

@media (max-width: 767px) {

.container {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.row,
.tab_os,
.tab_android_os,
.toTop {
	margin-right: 0;
	margin-left: 0;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span13,
.span14,
.span15,
.span16 {
	float: none;
	width: auto;
	margin-bottom: 1em;
	padding: 0;
}

.tb_span1,
.tb_span2,
.tb_span3,
.tb_span4,
.tb_span5,
.tb_span6,
.tb_span7,
.tb_span8,
.tb_span9,
.tb_span10,
.tb_span11,
.tb_span12,
.tb_span13,
.tb_span14,
.tb_span15,
.tb_span16 {
	float: left;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.tb_span1 {
	width: 6.25%;
}

.tb_span2 {
	width: 12.5%;
}

.tb_span3 {
	width: 18.75%;
}

.tb_span4 {
	width: 25%;
}

.tb_span5 {
	width: 31.25%;
}

.tb_span6 {
	width: 37.5%;
}

.tb_span7 {
	width: 43.75%;
}

.tb_span8 {
	width: 50%;
}

.tb_span9 {
	width: 56.25%;
}

.tb_span10 {
	width: 62.5%;
}

.tb_span11 {
	width: 68.75%;
}

.tb_span12 {
	width: 75%;
}

.tb_span13 {
	width: 81.25%;
}

.tb_span14 {
	width: 87.5%;
}

.tb_span15 {
	width: 93.75%;
}

.tb_span16 {
	width: 100%;
}

br.br_sm {
	display: inherit;
}

.ac_list dd {
	margin-left: 0;
}

.btn-trial,
.btn-dl,
.btn-support {
	font-size: 20px;
	width: 90%;
}

.btn-support {
	width: 90%;
}

header nav ul#navMenu li a {
	font-size: 78.6%;
}

header nav ul#subNavi {
	font-size: 78.6%;
	max-width: 240px;
}

header nav ul#subNavi li {
	width: 100px;
	margin-bottom: 5px;
}

header #breadcrumb {
	display: none;
}

footer ul li {
	display: block;
	margin-bottom: .5em;
	text-align: left;
	border: none;
}

}

@media (max-width: 560px) {

.tb_span1,
.tb_span2,
.tb_span3,
.tb_span4,
.tb_span5,
.tb_span6,
.tb_span7,
.tb_span8,
.tb_span9,
.tb_span10,
.tb_span11,
.tb_span12,
.tb_span13,
.tb_span14,
.tb_span15,
.tb_span16 {
	float: none;
	width: auto;
	margin-bottom: 1em;
	padding: 0;
}

br.br_md {
	display: none;
}

header {
	margin-top: 10px;
}

header.container {
	margin-right: 0;
	margin-left: 0;
}

header h1 {
	margin: 0 80px 10px 50px;
}

header h1 a {
	width: 150px;
	height: 25px;
	background-size: 100% 100%;
}

header h1.sp_nomenu {
	margin-left: 10px;
}

header nav ul#subNavi {
	font-size: 100%;
	max-width: inherit;
}

header nav ul#navMenu li,
header nav ul#subNavi li {
	position: relative;
	display: block;
	float: none;
	box-sizing: border-box;
	width: auto;
	margin: 0;
	text-align: center;
	border-bottom: 1px #fff solid;
}

header nav ul#navMenu li a,
header nav ul#subNavi li a {
	font-size: 100%;
	display: block;
	padding: 10px;
	color: #fff;
	background: #6bb732;
}

header nav ul#navMenu li a:after,
header nav ul#subNavi li a:after {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -.5em;
	content: '\2f';
	text-transform: none;
	color: #fff;
	speak: none; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header nav ul#navMenu li .icon-new-tab:after,
header nav ul#subNavi li .icon-new-tab:after {
	content: '\ea7e';
}

header nav ul#navMenu li.icon-chevron-right:before,
header nav ul#navMenu ul.list-chevron-right li:before,
ul.list-chevron-right header nav ul#navMenu li:before,
header nav ul#navMenu .sitemap_list > li:before,
header nav ul#subNavi li.icon-chevron-right:before,
header nav ul#subNavi ul.list-chevron-right li:before,
ul.list-chevron-right header nav ul#subNavi li:before,
header nav ul#subNavi .sitemap_list > li:before {
	display: none;
}

header nav ul#subNavi {
	position: static;
}

.product .price {
	display: block;
	box-sizing: border-box;
	background: none;
}

.product .price thead {
	display: none;
}

.product .price tbody {
	display: block;
}

.product .price tbody tr {
	display: block;
	width: 100%;
	margin: 1em 0;
	background: #ebeff3;
}

.product .price tbody tr:last-child td {
	border-bottom: 1px #fff solid;
}

.product .price tbody td {
	display: block;
	width: 100%;
}

.product .price tbody td[class^='price_'] {
	padding-left: 1.5em;
}

.product .price tbody td:before {
	font-weight: bold;
	float: left;
	clear: both;
	width: 7em;
}

.product .price tbody td.price_format:before {
	content: '形式';
}

.product .price tbody td.price_period:before {
	content: '期間';
}

.product .price tbody td.price_unit:before {
	content: '有効台数';
}

.product .price tbody td.price_price:before {
	content: '価格';
}

.product .price .btn_buy {
	float: none;
	margin: 0 auto;
}

.topic dt {
	float: none;
	width: auto;
	margin-bottom: .5em;
}

.topic dd {
	padding-bottom: .5em;
	padding-left: 0;
	border-bottom: 1px #e3e3e3 solid;
}

.wordsList li {
	display: block;
	width: auto;
}

#btn_nav_menu {
	line-height: 25px;
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	color: #fff;
	border-radius: 4px;
	background: #57a51d;
}

header nav {
	position: fixed;
	z-index: 1;
	visibility: hidden;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	-webkit-transition: -webkit-transform .3s, visibility 0s .3s;
	-webkit-transition: visibility 0s .3s, -webkit-transform .3s;
	transition: visibility 0s .3s, -webkit-transform .3s;
	transition: transform .3s, visibility 0s .3s;
	transition: transform .3s, visibility 0s .3s, -webkit-transform .3s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

header nav.is-visible {
	z-index: 10000;
	visibility: visible;
	-webkit-transition: -webkit-transform .3s, visibility 0s 0s;
	-webkit-transition: visibility 0s 0s, -webkit-transform .3s;
	transition: visibility 0s 0s, -webkit-transform .3s;
	transition: transform .3s, visibility 0s 0s;
	transition: transform .3s, visibility 0s 0s, -webkit-transform .3s;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#btn_login {
	line-height: 25px;
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	padding: 4px 10px;
	color: #fff;
	border-radius: 4px;
	background: #57a51d;
}

aside {
	box-sizing: border-box;
}

aside .login {
	position: fixed;
	z-index: 1;
	top: 10%;
	left: 5%;
	visibility: hidden;
	overflow: hidden;
	box-sizing: border-box;
	width: 90%;
	-webkit-transition: -webkit-transform .3s, visibility 0s .3s;
	-webkit-transition: visibility 0s .3s, -webkit-transform .3s;
	transition: visibility 0s .3s, -webkit-transform .3s;
	transition: transform .3s, visibility 0s .3s;
	transition: transform .3s, visibility 0s .3s, -webkit-transform .3s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

aside .login.is-visible {
	z-index: 10000;
	visibility: visible;
	-webkit-transition: -webkit-transform .3s, visibility 0s 0s;
	-webkit-transition: visibility 0s 0s, -webkit-transform .3s;
	transition: visibility 0s 0s, -webkit-transform .3s;
	transition: transform .3s, visibility 0s 0s;
	transition: transform .3s, visibility 0s 0s, -webkit-transform .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

