@charset "utf-8";

/*↓↓↓↓↓★★★★★既存CSS変更しないでください★★★★★↓↓↓↓↓*/
/*-------------------------------------------------@group Typography*/
.a-heading1 {					font-size: 36px}
.a-heading2 {					font-size: 30px}
.a-heading3 {					font-size: 24px}
.a-heading4 {					font-size: 18px}
.a-heading5 {					font-size: 14px}
.a-heading6 {					font-size: 14px;
	font-weight: bold}
.a-heading1,.a-heading2,.a-heading3,.a-heading4,.a-heading5,.a-heading6{line-height: 1.25}
@media screen and (min-width:768px) {
.a-heading1 {					font-size: 40px;/*48*/
	line-height: 1.2}
.a-heading2 {					font-size: 34px;/*40*/
	line-height: 1.176470}
.a-heading3 {					font-size: 28px;/*34*/
	line-height: 1.142857}
.a-heading4 {					font-size: 22px;/*26*/
	line-height: 1.181818}
.a-heading5 {					font-size: 16px;/*20*/
	line-height: 1.25}
.a-heading6 {					font-size: 14px;/*18*/
	font-weight: bold;
	line-height: 1.285714}
}
.a-heading1 + .a-lead{
	font-size: 24px;
	line-height: 1.25}
.a-lead{	color: #969696}
.a-text-notes{
	font-size: 14px;
	color: #919191;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3}
/*@end-----------------------------*/
/*-------------------------------------------------@group Color Style*/
.a-text-os-color-win{	color: #0067b8}
.a-bg-os-color-win{	background-color: #0067b8}
.a-text-os-color-mac{	color: #353535}
.a-bg-os-color-mac{	background-color: #353535}
.a-text-os-color-android{color: #6ab344}
.a-bg-os-color-android{	background-color: #6ab344}
.a-text-os-color-linux{color: #72C038}
.a-bg-os-color-linux{	background-color: #72C038}
.a-bg-primary{background-color: #FFF}
.a-bg-secondary{background-color: #F5F3F3}
.a-bg-tertiary{background-color: #f7f7f7}
.a-bg-fourth{background-color: #c4c4c4}
/*@end-----------------------------*/
/*-------------------------------------------------@group Block parts */
.a-wrap-s{
	padding-top:24px;
	padding-bottom: 24px}
.a-wrap-m{
	padding-top:48px;
	padding-bottom: 48px}
.a-wrap-l{
	padding-top:74px;
	padding-bottom: 74px}
.a-wrap-glid-inner{
	padding-top: 12px;
	padding-bottom: 12px}
.a-container-inner-responsive{
	padding-left:12px;
	padding-right: 12px}
@media screen and (min-width:768px) {
	.a-wrap-s{
		padding-top:48px;
		padding-bottom: 48px}
	.a-wrap-m{
		padding-top:72px;
		padding-bottom: 72px}
	.a-wrap-l{
		padding-top:96px;
		padding-bottom: 96px}
	.a-container-inner-responsive{
		padding-left:24px;
		padding-right: 24px}
	}
@media screen and (min-width:992px) {
	.a-container-inner-responsive{
		padding-left:48px;
		padding-right: 48px}
	}
/*@end-----------------------------*/
/*-------------------------------------------------@group Background color */
.a-bg-border > .a-bg-border-item:nth-child(even){
	background-color: #f7f7f7}
/*@end-----------------------------*/
/*-------------------------------------------------@group Detaile parts */
	/*Flexbox*/
.a-flexbox{
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	-js-display: flex;
	display: flex}
.a-flex-middle {
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (min-width:768px) {
	.a-flexbox_sm{
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	-js-display: flex;
	display: flex}
	}

/*mark control*/
.a-icon:before{	font-size: 1.8em}	/* icon付きマークの大きさ*/
.a-icon .js-flex-item{margin-left: 6px}
.a-icon-new:before,
.a-icon-question:before,
.a-icon-hand:before{					color:#ff0000}
.a-icon-up:before{					color:#ff8b00}
.a-icon-limitation:before{			color:#008c00}
.a-icon-amenity:before{				color:#0080FF}
.a-icon-right:after{
	font-family: 'onlinecatalog' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale}
.a-icon-right-arrowdown:after{	content: "\e907"}
.a-icon-right-arrowright:after{	content: "\e909"}
.a-flex-box .a-flex-item{
	display: block/*IE10対策*/;
	padding-left:10px}
.a-icon .a-flex-item{	 flex: 1}
.a-icon-howto:before{
	content: url(/function/howto/img/howto-icon01.png);
	width: 65px;
	height: auto
}
.a-ico-question:before{
	color: red;
	content: 'Q';
	font-size: 44px;
	border-radius: 60px;
	border:2px red solid;
	background-color: #fff;
	/*content: url(/about/img/about-icon01.png);*/
	flex-basis: 60px;
	height: 60px;
	text-align: center;
	margin-right: 6px}

@media screen and (min-width: 768px) {
	.js-flex-box .js-flex-item{
	/*padding-left:10px*/}
}
	/*Line*/
.a-bottom-line{	border-bottom: 1px #ddd solid}
.a-bottom-dotted-text{
	padding-bottom: .3em;
	display: block}
.a-bottom-dotted{	border-bottom: 1px #888 dotted}
/*.a-left-border{
	border-left: 3px #888 solid;
    padding-left: 14px;
    padding-top: 2px}
}*/
.a-heading3 .a-bottom-dotted{	border-bottom: 1px #040404 dotted}
.a-to-top{
	position: relative;
height: 60px}
.a-to-top a:before{
	display: block;
	width: 48px;
	height: 48px;
	background-color: #eee;
	font-size: 48px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	color: #999
}
.a-to-top a{color: #fff}
.a-to-top a:before:hover{	background-color: #ccc}

	/*Link List*/
.a-link-list .a-link-list-item{
	padding:0}
.a-link-list-item-cont,
.a-link-list-item-destination a{
	display: block}
.a-link-list-item-cont{		padding:11px}
.a-link-list-item-destination a{
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px}
.a-link-list-item-title{
	font-size: 18px;
	line-height: 1.25;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.a-link-list .a-link-list-item,
	.a-link-list-item-destination{
		display:-webkit-box;
		display: -webkit-flex;
		display:-moz-box;
		display:-ms-flexbox;
		-js-display: flex;
		display: flex}
	.a-link-list-item-multiple >.a-link-list-item-destination{
		display: block;
		width: 30%}
	.a-link-list-item-destination{
		padding-top: 11px;
		flex-basis: 30%;
		justify-content: flex-end;
		align-items: center}
	.a-link-list-item-cont{
		border: 0;
		flex-basis: 70%}
	}

	/*Text Parts*/
.a-text-indent {
	padding-left: 1em;
	text-indent: -1em}
.annotation{
	font-size: .8em
}
	/*Icon Parts*/
.a-icon-category{	margin-right: 5px}
.a-icon-category-item{
	display: inline-block;
	font-size: 14px;
	padding:5px 7px;
	line-height: 1;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
margin-right: 3px}
.a-btn-try{
	color: #E74C3C;
	border-color:#E74C3C}
.a-btn-detail{
	color: #3498DB;
	border-color:#3498DB}
.a-badge{
	display: inline-block;
	font-size: 12px;
	padding:1px 12px;
	border-radius: 10px;
	color: #FFF}
.a-badge-os-linux{		background-color:#333 }
.a-badge-ed{			background-color:#333 }
.a-badge-tcd{			background-color:#333 }
.a-badge-cs{			background-color:#333 }
.a-badge-csl{			background-color:#333 }
.a-badge-os-mac{		background-color:#797979 }
.a-badge-os-android{	background-color:#6ab344 }
.a-badge-os-ios{		background-color:#f2882a }
.a-badge-os-win{		background-color:#0067b8 }
.a-search-products label{
	cursor: pointer;
	font-weight: 100;
	padding:5px 5px 5px 2em;
	margin-bottom: 0}
.a-search-products .checkbox-inline{
	padding-left:0}
.a-search-category{
	display: inline-block;
	padding-right: 3px}
.a-icon-item:before{
    width: 60px;
    height: 60px;
    margin-right: -60px;
    padding-top: 19px;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px}
.a-icon-item .a-icon-item-cont{
    display: inline-block;
    vertical-align: middle;
    padding-left: 70px}
.a-icon-item.a-new-icon:before{
    content: "NEW";
    color: #ff0000;
    border: #ff0000 2px solid;}

 /*Block feature*/
.a-thum-heading{
	width: 168px;
	height: auto}
.a-thum-contents{
	width: 240px;
	height: auto}
@media screen and (min-width:768px) {
	.a-thum-contents{
		width: 312px;
		height: auto}
	}
@media screen and (min-width:992px) {
	.a-thum-contents{
		width: 432px;
		height: auto}
	}
/*@end-----------------------------*/

/*-------------------------------------------------@group nav parts */
	/*Second Menu*/
.a-basic-menu{
	padding: 0;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.2)}
.a-basic-menu .navbar-default{
	border:none;
	border-radius: 0;
	background: #fff}
.a-basic-menu .navbar-brand {
	height: 60px;
	padding: 20px 15px}
.a-basic-menu-cont{
	margin-left: 146px;
}
.a-before-title{
	display: inline-block;
	padding-bottom: 16px;
	margin-bottom: 5px;
	border-bottom-style: solid}
.navbar-default .navbar-nav>.a-gnav-cont-item>a{
	color: #606060}
.navbar-default .navbar-nav>.a-gnav-cont-item>a:hover{
	background-color: #eee}
.a-gnav-cont-item{font-weight: bold}
.a-gnav-cont-subitem{
	font-weight: normal;
	display: inline-block;
	font-size: 12px;
	margin-left: 1em;
	color: #333}

.a-gnav-cont-item.a-gnav-try{
background: #7bb5b0;/* Old Browsers */
background: -moz-linear-gradient(top, #7bb5b0 0%, #43ada6 41%, #49a2bd 100%); /* FF3.6+ */
background: -webkit-gradient(left top, left bottom, color-stop(0%, #7bb5b0), color-stop(41%, #43ada6), color-stop(100%, #49a2bd));/* Chrome, Safari4+ */
background: -webkit-linear-gradient(top, #7bb5b0 0%, #43ada6 41%, #49a2bd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7bb5b0 0%, #43ada6 41%, #49a2bd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7bb5b0 0%, #43ada6 41%, #49a2bd 100%); /* IE 10+ */
background: linear-gradient(to bottom, #7bb5b0 0%, #43ada6 41%, #49a2bd 100%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb5b0', endColorstr='#49a2bd', GradientType=0 );/* IE6-9 */
}
.navbar-nav>.a-gnav-cont-item.a-gnav-cont-item.a-gnav-try>a {	color: #fff}
.navbar-nav>.a-gnav-cont-item.a-gnav-cont-item.a-gnav-try>a:hover{color: #606060}
@media screen and (min-width:768px) {
	.a-gnav-cont-subitem{
		display: none}
	.navbar-default .navbar-nav>.a-gnav-cont-item>a{
		padding-top:20px;
		padding-bottom: 20px}
	.a-basic-menu .navbar-collapse{
		padding: 0}
	}
@media screen and (min-width:1200px) {
	.navbar-default .navbar-nav>.a-gnav-cont-item>a{
		min-height: 60px;
		/*padding-top: 12px;
		padding-bottom: 13px*/}
	.a-gnav-cont{
		float: none;
		width: 100%;
		padding-left: 240px}
	.a-gnav-cont-item{
		display: inline-block;
		text-align: center;
		width: 16.5555%;
		border-left: 1px #eee solid}
	.a-gnav-cont li.a-gnav-cont-item:nth-child(1){border:0;}
	.a-gnav-cont li.a-gnav-cont-item:nth-child(1)/*,
	.a-gnav-cont li.a-gnav-cont-item:nth-child(6)*/{
		width: 15%}
	.a-gnav-cont li.a-gnav-cont-item:nth-child(5){
		width: 20%;
	}
	.a-gnav-cont-subitem{
		display: block;
		margin-left:0}
	.a-gnav-cont-subitem{display: block}
	}
.a-icon-atokcom{	font-size: 10px}

	/*In-page link*/
.a-page-nav{
	padding-top: 12px;
	border-top: 1px #cfcfcf solid;
	border-bottom: 1px #cfcfcf solid}
.a-page-nav ul > li{
	margin-bottom: 12px}
.a-page-nav .btn{
	line-height: 1;
	padding: 11px}

	/*Copy*/
.a-js-footer-links{
	border-top: 2px #D20010 solid;
	padding: 1em;
	line-height: 1;
	font-size: 14px;
	color: #666}
.a-js-footer-logo {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 5px}
.a-js-footer-logo a{
	text-decoration: none}
.a-js-footer-logo a .icon-justsystems-2lines:before{
	color: #888	}
/*-------------------------------------------------@end */
.a-cvn-text{text-align: center}
.a-cvn-name{
	font-size: 24px;
	display: block}
.a-cvn-btn a.a-passport-cvn{color: #fff}
@media screen and (min-width:768px) {
	.a-cvn-text{text-align: left}
	.a-cvn-btn{	margin-top: 16px}
}
.a-panel-cont-title{
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}
.a-try-products-panel{
	font-size: 14px
}
.a-panel-btn a.btn{
	white-space:normal;
	background-color:#607d8b;
	color: #fff}
.a-panel-btn a.btn:hover{
	background-color: #98AEB7
}
.a-panel-text-release{font-size: 14px}
/*---------------------------------------------------------------------- @group try main visual*/
.a-visual-area{position: relative}
.a-visual-area-over{
	text-align: center}
@media screen and (min-width:768px) {
	.a-visual-area-over{
		position:absolute;
		width: 100%;
		color: #fff;
		text-align: right;
		padding-top:5%;
		padding-right:5%;
	text-shadow:0px 0px 3px #000000;}
	.a-visual-area .a-heading1 + .a-lead,
	.a-visual-area a{
		color: #fff
	}

}
/*-------------------------------------------------@end */

/*---------------------------------------------------------------------- @group footer class*/

.a-link-products{
	font-size: 14px;
	padding:16px 0 0;
	background-color: #d2d2d2}

.a-link-passport-os ul,
.a-link-list-atok ul{
	line-height: 2;
	margin-left: 1em}

.a-link-passport-os ul li>a,
.a-link-list-atok ul li>p:first-child{	font-weight: bold}
.a-link-passport-os ul>li>p,
.a-link-list-atok ul>li>p{padding-left: 1em}
.a-link-list-atok ul>li>p:first-child{padding-left: 0}
.a-link-products a{	color: #333}
.a-link-passport-text{text-align: center}
.a-link-passport-text li{
		display: inline-block;
		padding: 4px 2px}

.a-link-list-atok{
		padding: 1.5em 0;
		border-top:1px #999 solid}

@media (min-width:768px){
	.a-link-passport-os ul,
	.a-link-list-atok ul{
		line-height: 1.5;
		margin-left: -12px}/*.row bootstrap margine reset*/
	.a-link-passport-os ul li,
	.a-link-list-atok ul li{list-style: none}

	.a-link-passport-logo img{padding-right: 1em}
	.a-link-products{font-size: 14px}
	.a-link-passport-text{
		border-left:1px #999 dotted;
		list-style: none}
	.a-link-passport-text li{padding:16px}
	.a-link-passport-text{text-align: left;}
}
/*-------------------------------------------------@end */

/*-------------------------------------------------　inport CSS*/
.link-nav{
    padding: 7px 0 0}
.link-nav .link-btn{
    padding-left: 0}
@media screen and (max-width:767px) {
    .link-nav .link-btn{
        padding-left: 0;
        padding-right: 0;
    }
}
.link-nav .link-btn a{
    display: inline-block;
    font-size: 12px;
    background-color: #fff;
    width: 100%;
    border-radius: 5px}
.link-nav .link-btn a:hover{
	background-color: #eee;
	text-decoration: none}
.link-nav .link-btn a span{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    width: 100%;
    height: 48px;
    padding: 5px 13px}
.number-block{
    border: #d4d4d4 1px solid;
    padding: 16px 5px;
    border-radius: 5px;
    text-align: center}
@media screen and (max-width:767px) {
    .number-block{
        margin: 0 15px;
    }
}
.number-icon01{
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    height: 54px;
    font-size: 30px;
    border-radius: 7px;
    margin: 0 auto 18px;
    padding: 7px 18px 0}
.number-icon02{
    color: #0e6eb8;
    display: inline-block;
    height: 54px;
    font-size: 30px;
    border: #0e6eb8 2px solid;
    border-radius: 7px;
    margin: 0 auto 18px;
    padding: 4px 18px 0}
.voice-block{
    background-color: #e7e7e7;
    margin-top: 35px;
    padding: 20px;
    position: relative}
.voice-block:before{
    content: "";
	position: absolute;
	top: -55px;
	left: 10%;
	border: 20px solid transparent;
	border-bottom: 35px solid #e7e7e7}
.voice-block span{
    display: block;
    text-align: right;
    font-size: 14px}
.list-block{
    padding: 0;
    border-bottom: 1px solid #ddd}
.list-block tr{
    min-height: 61px}
.voice-list{
    padding: 0}
.voice-list .voice-block{
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
    margin-bottom: 35px}
.voice-list .voice-block:before{
    content: "";
	position: absolute;
	top: 100%;
	left: 15%;
	border: 20px solid transparent;
	border-top: 35px solid #e7e7e7}
.comment span{
    display: inline-block;
    padding: 15px 25px;
    background-color: #fff;
    color: #1e78bd;
    font-weight: bold}
	.is-hide {
        display: none;}
    .bg-odd{
        background-color: #fff !important;}
    .bg-even{
        background-color: #f7f7f7 !important;}


.doc-link {
	background-color: #dfdfdf;
	padding-top: 33px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	color: #5e5d5d;
}
.doc-link h5 {
	margin-top: -6px;
	margin-bottom: 10px;
	font-size: 16px;
}


/*addstyle-------20200407*/
.doc-link li img{
	vertical-align: baseline;
	height: 32px;
	width: auto;
}
@media screen and (min-width:768px) {
.doc-link li img{height: 45px}
	}
/*addstyle-------20200407-END*/
.go-doc li {
	margin-right: 2em;
}
.go-doc li > a {
	font-size: 14px;
	color: #5e5d5d;
}
.go-doc li:before {
	content: "\003e";
	font-size: 12px;
	margin-right: .5em;
	vertical-align: 2px;
}
.sns-link img:hover {
	opacity: .6;
}
.sns-link li{
	padding-right: 8px;
	padding-left:8px
	
}
